/* mixins.less */
@-webkit-keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@keyframes HORIZONTAL-LINE {
  0% {
    left: -34%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes FLASHING-POINT {
  0% {
    background: #ffffff;
  }
  50% {
    background: #ff0000;
  }
  100% {
    background: #ffffff;
  }
}
@-moz-keyframes FLASHING-POINT {
  0% {
    background: #ffffff;
  }
  50% {
    background: #ff0000;
  }
  100% {
    background: #ffffff;
  }
}
@-o-keyframes FLASHING-POINT {
  0% {
    background: #ffffff;
  }
  50% {
    background: #ff0000;
  }
  100% {
    background: #ffffff;
  }
}
@keyframes FLASHING-POINT {
  0% {
    background: #ffffff;
  }
  50% {
    background: #ff0000;
  }
  100% {
    background: #ffffff;
  }
}
.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: #c7be40;
  text-decoration: none;
}
a:not(.btn):hover {
  color: #fbf8e3;
  text-decoration: none;
}
@media (min-width: 992px) {
  a:not(.btn).tel-nr-big {
    color: #fbf8e3;
  }
  a:not(.btn).tel-nr-big:hover {
    cursor: text;
    color: #fbf8e3;
  }
}
body.single-news a:not(.btn) {
  color: #c7be40;
}
body.single-news a:not(.btn):hover {
  color: #424242;
}
@media (min-width: 992px) {
  body.single-news a:not(.btn).tel-nr-big {
    color: #424242;
  }
  body.single-news a:not(.btn).tel-nr-big:hover {
    color: #424242;
  }
}
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: bold;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #c7be40;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .tlt {
    color: #c7be40;
  }
}
.icon {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.road {
  background-image: url("../images/icons/road.svg");
}
.icon.fuel {
  background-image: url("../images/icons/fuel.svg");
}
.icon.engine {
  background-image: url("../images/icons/engine.svg");
}
.icon.type {
  background-image: url("../images/icons/type.svg");
}
.icon.gearbox {
  background-image: url("../images/icons/gearbox.svg");
}
.icon.road-d {
  background-image: url("../images/icons/road-d.svg");
}
.icon.fuel-d {
  background-image: url("../images/icons/fuel-d.svg");
}
.icon.engine-d {
  background-image: url("../images/icons/engine-d.svg");
}
.icon.type-d {
  background-image: url("../images/icons/type-d.svg");
}
.icon.gearbox-d {
  background-image: url("../images/icons/gearbox-d.svg");
}
.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 Condensed', sans-serif;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 17px;
  background: #102f34;
  color: #fbf8e3;
  text-align: justify;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body.single-news {
  background: #fbf8e3;
  color: #424242;
}
@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 .main-content {
  min-height: calc(100vh -  30px);
  padding-top: 60px;
}
@media (min-width: 992px) {
  body .main-content {
    min-height: calc(100vh -  30px);
    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;
}
body.body-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  }
}
*: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 .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: #102f34;
  border-top: 1px solid #c7be40;
  text-align: center;
}
.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: #c7be40;
}
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: #c7be40;
}
.btn {
  font-size: 17px;
  line-height: 17px;
  padding: 10px 20px;
  background: transparent;
  color: #f96300;
  border: 2px solid #f96300;
  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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -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:hover {
  background: transparent;
  color: #fbf8e3;
  border-color: #fbf8e3;
}
.btn.fill {
  background: #f96300;
  color: #fbf8e3;
  border-color: #f96300;
}
.btn.fill:hover {
  background: #fbf8e3;
  color: #f96300;
  border-color: #fbf8e3;
}
.btn.gray {
  background: transparent;
  color: #424242;
  border-color: #424242;
}
.btn.gray:hover {
  background: transparent;
  color: #c7be40;
  border-color: #c7be40;
}
.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%;
}
.top-navs {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #102f34;
}
.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 {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1600px) {
  .top-navs .container {
    max-width: 1550px;
  }
}
.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 .menu-navs > li > a,
.top-navs .container .col-menu .langs > li > a {
  color: #fbf8e3;
}
.top-navs .container .col-menu .menu-navs > li > a:hover,
.top-navs .container .col-menu .langs > li > a:hover {
  color: #c7be40;
}
.top-navs .container .col-menu .langs {
  color: #515151;
  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;
  background: #515151;
}
.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;
  color: #c7be40;
}
.top-navs .container .col-menu .soc-media li a:hover {
  color: #fbf8e3;
}
.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;
  background: #c7be40;
  -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.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-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;
  background: #515151;
  content: '';
  -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-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% -  7px);
    left: 7px;
    height: 2px;
    background: #c7be40;
    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::before {
    background: #515151;
  }
  .top-navs .container .col-menu .menu-navs > li a:hover::before {
    right: 7px;
    opacity: 1;
  }
  .top-navs .container .col-menu .menu-navs > li.current-menu-item a {
    color: #c7be40;
  }
  .top-navs .container .col-menu .menu-navs > li.current-menu-item a::after {
    right: 7px;
    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 > .soc-media {
    display: none;
  }
  .top-navs .container .col-menu .secondary-navs {
    position: absolute;
    z-index: -1;
    right: 15px;
    top: 100%;
    min-width: 200px;
    max-width: calc(100% -  30px);
    text-align: left;
    padding: 15px 0;
    max-height: calc(100vh -  90px);
    overflow: auto;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -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;
  }
  .top-navs .container .col-menu .secondary-navs li {
    padding: 0;
    width: 100%;
  }
  .top-navs .container .col-menu .secondary-navs li a {
    display: block;
    padding: 5px 15px;
  }
  .top-navs .container .col-menu .secondary-navs::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: #102f34;
    opacity: .75;
    -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-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 rgba(111, 111, 111, 0.5);
    right: -100vw;
    top: 60px;
    max-height: calc(100vh -  calc(2 *  60px));
    overflow-y: auto;
    align-items: center;
    flex-direction: column;
    padding: 0;
    padding-bottom: 25px;
    width: 100%;
    background: #102f34;
    color: #fbf8e3;
    opacity: 0;
    -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;
    -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 a {
    color: #fbf8e3;
  }
  .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 rgba(111, 111, 111, 0.5);
    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 .lang-box.just-soc-med {
    display: none;
  }
  .top-navs .container .col-menu .soc-media {
    border-top: 1px solid rgba(111, 111, 111, 0.5);
  }
  .top-navs .container .col-menu .soc-media li {
    padding: 10px;
  }
  .top-navs .container .col-menu .spacer {
    display: none;
  }
  .top-navs .container .logo-box {
    position: relative;
    z-index: 9;
  }
}
body.scrolled .top-navs {
  background: #102f34;
}
body.scrolled .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;
}
@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 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
  background: #102f34;
  color: #235459;
}
footer .logo-box {
  display: block;
  width: 120px;
  margin: auto;
  margin-bottom: 5px;
}
input:not([type=checkbox]),
textarea,
.file-upload {
  padding: 5px 15px;
  background: transparent;
  border: 1px solid #424242;
  color: #fbf8e3;
  -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: #fbf8e3;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder,
.file-upload::-moz-placeholder {
  color: #fbf8e3;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
.file-upload:-ms-input-placeholder {
  color: #fbf8e3;
  opacity: 0.6;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]):-moz-placeholder,
textarea:-moz-placeholder,
.file-upload:-moz-placeholder {
  color: #fbf8e3;
  opacity: 0.6;
  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: #fbf8e3;
}
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: #c7be40;
  opacity: 0.8;
  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: #c7be40;
  opacity: 0.8;
  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: #c7be40;
  opacity: 0.8;
  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: #c7be40;
  opacity: 0.8;
  font-weight: normal;
  text-transform: none;
}
input:not([type=checkbox]).error,
textarea.error,
.file-upload.error {
  color: #fbf8e3;
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.25);
  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: #fbf8e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #424242;
  background: transparent;
}
.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: #fbf8e3;
}
.form-box .bootstrap-select .btn {
  background: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  color: #fbf8e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #424242;
  background: transparent;
}
.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: #fbf8e3;
}
.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: #fbf8e3;
}
.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: #000000;
  opacity: .75;
}
@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: #fbf8e3;
  background: #c7be40;
}
.checkbox input:checked ~ .checkmark {
  border-color: #c7be40;
  background: #fbf8e3;
}
.checkbox input:checked ~ .checkmark::after {
  display: flex;
  color: #c7be40;
}
.checkbox input.error ~ .checkmark {
  border-color: #ff0000;
  background: rgba(255, 0, 0, 0.25);
  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 #424242;
  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: #fbf8e3;
  -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;
}
.checkbox.cust-check .checkmark {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/checkbox-bg.svg');
  background-size: contain;
}
.checkbox.cust-check .checkmark::after {
  font-family: 'Roboto Condensed', sans-serif;
  content: '';
  left: 2px;
  right: -5px;
  bottom: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/checkbox-check.svg');
  background-size: contain;
}
.checkbox.cust-check input:hover ~ .checkmark {
  background-color: #424242;
}
.checkbox.cust-check input:checked ~ .checkmark {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 15px;
  height: 15px;
  border: none;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/checkbox-bg.svg');
  background-size: contain;
}
.checkbox.cust-check input:checked ~ .checkmark::after {
  display: flex;
}
.checkbox.cust-check input.error ~ .checkmark {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.25);
  box-shadow: 1px 1px 6px 0px #ff0000;
}
.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;
  }
}
.gray-bg {
  background: #102f34;
}
.grid-blocks {
  width: 100%;
  padding: 0;
  margin: 0;
}
.grid-blocks::before,
.grid-blocks::after {
  display: block;
  content: '';
  clear: both;
}
.grid-blocks .block-containter {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .grid-blocks .block-containter {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-blocks .block-containter {
    width: 33.3334%;
  }
}
@media (min-width: 1200px) {
  .grid-blocks .block-containter {
    width: 25%;
  }
}
.grid-blocks .block-containter .block-inner-containter {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.grid-blocks .block-containter .block-inner-containter::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.grid-blocks .block-containter .block-inner-containter .block {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: .85;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.grid-blocks .block-containter .block-inner-containter .block .bg-img {
  position: absolute;
  display: block;
  width: calc(100% -  2px);
  padding: 0;
  content: '';
  bottom: 1px;
  right: 1px;
  left: 1px;
  top: 1px;
}
.grid-blocks .block-containter .block-inner-containter .block .text {
  position: absolute;
  display: block;
  bottom: 1px;
  right: 1px;
  left: 1px;
  color: #fbf8e3;
  padding: 15px 10%;
  text-align: left;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 2;
}
.grid-blocks .block-containter .block-inner-containter .block .text::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .65;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.grid-blocks .block-containter .block-inner-containter .block .text .title {
  max-height: 20px;
  line-height: 20px;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.grid-blocks .block-containter .block-inner-containter .block .text .intro {
  font-size: 15px;
  line-height: 17px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.grid-blocks .block-containter .block-inner-containter .block:hover {
  opacity: 1;
}
.grid-blocks .block-containter .block-inner-containter .block:hover .text {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.grid-blocks .block-containter .block-inner-containter .block:hover .text::before {
  opacity: .85;
}
.grid-blocks .block-containter .block-inner-containter .block:hover .text::before {
  opacity: .85;
}
.grid-blocks .block-containter .block-inner-containter .block:hover .text .title {
  max-height: 40px;
}
.grid-blocks .block-containter .block-inner-containter .block:hover .text .intro {
  max-height: 34px;
  opacity: 1;
}
@media (min-width: 576px) {
  .grid-blocks.every-9th:not(.gallery) .block-containter {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-blocks.every-9th:not(.gallery) .block-containter {
    width: 33.3334%;
  }
}
@media (min-width: 1200px) {
  .grid-blocks.every-9th:not(.gallery) .block-containter {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .grid-blocks.every-9th:not(.gallery) .block-containter:nth-child(9n+1) {
    width: 66.6666%;
  }
}
@media (min-width: 1200px) {
  .grid-blocks.every-9th:not(.gallery) .block-containter:nth-child(9n+1) {
    width: 50%;
  }
}
.grid-blocks.gallery .block-containter {
  width: 50%;
}
@media (min-width: 576px) {
  .grid-blocks.gallery .block-containter {
    width: 33.3334%;
  }
}
@media (min-width: 768px) {
  .grid-blocks.gallery .block-containter {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .grid-blocks.gallery .block-containter {
    width: 16.6666%;
  }
}
@media (min-width: 1200px) {
  .grid-blocks.gallery .block-containter {
    width: 12.5%;
  }
}
@media (min-width: 1600px) {
  .grid-blocks.gallery .block-containter {
    width: 10%;
  }
}
@media (min-width: 1860px) {
  .grid-blocks.gallery .block-containter {
    width: 8.3334%;
  }
}
.grid-blocks.gallery .block-containter .block-inner-containter::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media (max-width: 767px) {
  .grid-blocks:not(.gallery) .block-containter {
    border-bottom: 10px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
section.ind-ban {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
section.ind-ban .bg-slider {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  section.ind-ban .bg-slider {
    bottom: 75px;
  }
}
section.ind-ban .index-slider .img-box .bg-img {
  display: block;
  content: '';
  width: 100%;
  padding-top: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  section.ind-ban .index-slider .img-box .bg-img {
    padding-top: 50%;
  }
}
@media (max-width: 575px) {
  section.ind-ban .index-slider .img-box .bg-img {
    padding-top: 60%;
  }
}
section.ind-ban .text-block {
  display: flex;
  align-items: flex-end;
  min-height: 30vw;
  padding-top: 75px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
section.ind-ban .text-block h1,
section.ind-ban .text-block h2,
section.ind-ban .text-block h3,
section.ind-ban .text-block h4,
section.ind-ban .text-block h5,
section.ind-ban .text-block h6 {
  color: #fbf8e3;
  font-weight: 500;
  width: 775px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.ind-ban .text-block .btn {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 991px) {
  section.ind-ban .text-block {
    padding-top: 75px;
    padding-bottom: 25px;
  }
  section.ind-ban .text-block .btn {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  section.ind-ban .text-block {
    padding-top: 75px;
    padding-bottom: 25px;
    min-height: calc(30vw +  75px);
    text-align: center;
  }
  section.ind-ban .text-block .btn {
    font-size: 16px;
    line-height: 16px;
  }
}
section.news .news-block .bg-img {
  width: 100%;
  padding-top: 60%;
  margin-bottom: 15px;
}
section.news .news-block .title {
  color: #c7be40;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: left;
}
section.news .news-block .intro {
  color: #fbf8e3;
  font-size: 16px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  margin-bottom: 15px;
}
section.about .about-bg {
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
}
section.about .about-bg .bg-effect {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/bg.jpg');
  background-size: cover;
}
section.about .about-bg .bg-img {
  margin-top: -30px;
  margin-bottom: -30px;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.about .about-bg .about-info {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  section.about .about-bg .about-info {
    text-align: left;
  }
  section.about .about-bg .about-info h1,
  section.about .about-bg .about-info h2,
  section.about .about-bg .about-info h3,
  section.about .about-bg .about-info h4,
  section.about .about-bg .about-info h5,
  section.about .about-bg .about-info h6 {
    text-align: left;
  }
}
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 #515151;
  background: #102f34;
  -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);
  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 #515151;
  background: #102f34;
  font-size: 18px;
  -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);
  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 .shutter-box .popup-shutter:hover {
  background: #c7be40;
}
section.popup.small-popup {
  width: 450px;
}
section.contacts-page .cont-info {
  font-size: 20px;
}
section.contacts-page .cont-info i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 20px;
}
section.contacts-page .cont-padding {
  font-size: 20px;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  section.contacts-page .cont-padding {
    padding-left: 34px;
  }
}
section.contacts-page .outer-right-title > .outer-tlt {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
}
@media (min-width: 768px) {
  section.contacts-page .outer-right-title {
    position: relative;
  }
  section.contacts-page .outer-right-title > .outer-tlt {
    position: absolute;
    top: -35px;
    left: 15px;
    right: 15px;
    text-align: right;
  }
}
section.yt-vid .video-slider .video-block h1,
section.yt-vid .video-slider .video-block h2,
section.yt-vid .video-slider .video-block h3,
section.yt-vid .video-slider .video-block h4,
section.yt-vid .video-slider .video-block h5,
section.yt-vid .video-slider .video-block h6 {
  text-align: left;
  color: #c7be40;
  padding-bottom: 7px;
}
section.yt-vid .video-slider .video-block .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
section.yt-vid .video-slider .video-block .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.yt-vid .video-slider .video-block .videoWrapper .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
section.yt-vid .video-slider .video-block .videoWrapper .bg-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: #ff0000;
  opacity: .75;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
section.yt-vid .video-slider .video-block .vid-descr {
  font-size: 13px;
  color: #fbf8e3;
  padding-bottom: 10px;
}
section.yt-vid .video-slider .video-block:hover .videoWrapper .bg-img i {
  opacity: .98;
}
section.republican-surway .tlt-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
section.republican-surway .tlt-img .desctop,
section.republican-surway .tlt-img .phone {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
section.republican-surway .tlt-img .desctop {
  width: 800px;
}
section.republican-surway .tlt-img .phone {
  width: 450px;
}
@media (max-width: 768px) {
  section.republican-surway .tlt-img .desctop {
    display: none;
  }
}
@media (min-width: 767px) {
  section.republican-surway .tlt-img .phone {
    display: none;
  }
}
section.republican-surway .questions {
  list-style: none;
  counter-reset: li-counter;
  padding: 0;
  margin: 0;
}
section.republican-surway .questions > li {
  counter-increment: li-counter;
  margin: 10px 0;
}
section.republican-surway .questions > li::before {
  display: inline-block;
  padding-right: 10px;
  content: counter(li-counter) ".";
  font-weight: bold;
  color: #6D3035;
}
section.republican-surway .questions .question .answers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.republican-surway .name-email {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px dashed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.republican-surway .name-email input {
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
section.republican-surway .name-email .btn {
  text-transform: uppercase;
  background: #6D3035;
  border-color: #6D3035;
  color: #fbf8e3;
  margin-top: 15px;
}
section.republican-surway .name-email .btn:hover {
  background: transparent;
  border-color: #6D3035;
  color: #6D3035;
}
section.republican-surway .success {
  font-size: 200%;
}
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%);
}
