/* Base */
html {
    /* font-size: 0.833vw; */
  }
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body {
  line-height: 1.7;
  /* color: #4d4d4d; */
  color:#2a2a2a;
  font-weight: 400;
  font-size: 1rem; 
  font-family: 'Manrope', Roboto, sans-serif;
}
body.offcanvas-menu {
  height: 100vh;
    overflow-y: hidden;
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  color: #EC0000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  /* font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  */
  font-family: 'Montserrat'; 
}

img {
  height: auto;
  max-width: 100%;
}

.border-2 {
  border-width: 2px; }

.text-black {
  color: #2a2a2a !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    overflow: hidden;
  }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-black {
    color: #fff;
    background-color: #000; }
    .btn.btn-black:hover {
      color: #000;
      background-color: #fff; }
  .btn.btn-primary {
    position: relative;
    background: linear-gradient(0deg, #ff9500 0%, #FFCA57 100%);
    box-shadow: 0 14px 20px rgb(0 0 0 / 15%), inset 0px -4px 0px #c47400;
    border: none !important;
    -webkit-transition: all .8s;
       -moz-transition: all .8s;
        -ms-transition: all .8s;
         -o-transition: all .8s;
            transition: all .8s;
    }
    .btn.btn-primary:hover {
      /* border: 2px solid #000; */
      /* background: none !important;
      color: #000 !important;  */
      /* background: #ff9500; */
      box-shadow: 0 -10px 20px rgb(0 0 0 / 15%), inset 1px -1px 1px #c47400;
      }
 /*  .btn-white {
    border: 2px solid;
    border-color:  #F7D118;
    background-color: #F7D118;
    -webkit-transition: all 0.15s;
       -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
         -o-transition: all 0.15s; 
            transition: all 0.15s;
  }    
  .btn-white:hover {
    background-color: #FFF;
    border-color: #2a2a2a;
    -webkit-transition: all 0.15s;
       -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
         -o-transition: all 0.15s;
            transition: all 0.15s;
}  */ 
.btn-style-blik {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.btn-style-blik:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -110px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: blik;
    animation-name: blik;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@keyframes blik {
        0% {
            left: -30px;
            margin-left: 0
        }

        30% {
            left: 110%;
            margin-left: 80px
        }

        100% {
            left: 110%;
            margin-left: 80px
        }
    }

    @-webkit-keyframes blik {
        0% {
            left: -30px;
            margin-left: 0
        }

        30% {
            left: 110%;
            margin-left: 80px
        }

        100% {
            left: 110%;
            margin-left: 80px
        }
    }



.sidebar-btn {
    position: fixed;
    top: 35%;
    background-color: #343a40;
    z-index: 999;
        -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/* .sidebar-btn:hover {
    border-radius: 0;
} */
.sidebar-btn .sidebar-btn_link {
    width: 60px;
    height: 60px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 3;
    cursor: pointer !important;

}

.sidebar-btn .sidebar-btn_link:last-child {
    border-bottom: none;
    height: 59px;
}
.sidebar-btn .sidebar-btn_link:last-child .sidebar-btn_icon {
    border-radius: 0 0 0 10px;
}
.sidebar-btn:hover .sidebar-btn_link:first-child .sidebar-btn_icon, .sidebar-btn:hover .sidebar-btn_link:last-child .sidebar-btn_icon {
    border-radius: 0;
}

.sidebar-btn .sidebar-btn_link .sidebar-btn_title {
    width: 200px;
    height: 59px;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    margin-right: 60px;
    top: 0;
    background: #5e6063;
    padding: 19px 10px;
    color: #fff;
    z-index: -1;
    box-shadow: inset -2px 0px 3px 0px rgb(80 51 0 / 20%);
    -webkit-transform: translateX(100px);
       -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
         -o-transform: translateX(100px);
            transform: translateX(100px);
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
}
.sidebar-btn:hover .sidebar-btn_link .sidebar-btn_title {
   transform: translateX(-100px);
}
.sidebar-btn .sidebar-btn_link:hover .sidebar-btn_title, .sidebar-btn .sidebar-btn_link:hover .sidebar-btn_icon {
    background: linear-gradient(0deg, #ff8b14 0%, #ffbd42 100%);
}
.sidebar-btn .sidebar-btn_link .sidebar-btn_icon {
    width: 60px;
    height: 59px;
    background: #3d4348;
    position: absolute;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@media (max-width: 768px) {
  .sidebar-btn {display: none;}
}


.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    border-color: #f89d13; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 4rem; } }
  .site-section-heading:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #f89d13; }
  .site-section-heading.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #f89d13; }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 2em 0 0 0;
  background: #333333; }

  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-image: url('/images/bg-slider2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    padding: 8em 0;
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

.bg-image .bg-image-title {
  margin-bottom: 4rem;
}   
.bg-image .bg-image-desc {
    margin-bottom: 4rem;
}
.bg-image .bg-image-btn {
  
}

@media (max-width: 576px) {
  .bg-image .border-primary-2 h2 {
    font-size: 1.5rem;   
  }
  .bg-image h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #f89d13; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;}
  .site-navbar.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111;
    background: rgba(255,255,255,0.75);
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.70s;
    animation-timing-function: ease-in-out;
    backdrop-filter: blur(4px);
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}

.site-navbar .row {
  align-items: center;
}

.site-navbar .logo a {
  display: flex;
  align-items: flex-end;
}
.site-navbar .logo a img {
  margin-top: -15px;
  margin-right: 20px;
  width: 100%;
  max-width: 250px;
}
.site-navbar .call-back { 
  line-height: 1.5;
  text-align: center;
}
.site-navbar .call-back .call-back-img img {
  width: 60px;
}

.site-navbar .call-back .call-back-popup, .site-mobile-menu .call-back-popup {
    font-weight: bold;
    font-size: 13px;
    color: #2a2a2a;
    border-bottom: 1px dashed;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.site-navbar .call-back:hover .call-back-popup {
  color: #bf7100;
}
.site-navbar .call-phone {
      line-height: 1.5;
     /*  margin-left: 3rem;
      text-align: right; */
}
.site-navbar .call-phone .call-phone-text {
  display: block; font-size: 13px;
}
.site-navbar .call-phone .call-phone-number a {
      font-size: 1.5rem;
}
.site-navbar .call-phone .popup-link  { 
  display: none;
}
.msgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 auto;
    text-align: center;
}
.msgs p {
    margin: 0 0 6px;
    font-size: 13px;
    white-space: nowrap;
}
.msgs p:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 5px 0 0;
    background: #1cc935;
    border-radius: 50%;
    -webkit-animation: opa 2s infinite linear;
    animation: opa 2s infinite linear;
}
.msgs img {
    width: 34px;
    margin: 0 4px;
}

.site-navbar .brend-desc, .site-footer .brend-desc {
  line-height: 1.2; 
  font-size: 12px; 
  font-weight: 600;
}

.site-footer-wrap {
  align-items: flex-end;
}
.site-footer .f-tel {
  -webkit-justify-content: center;
          justify-content: center;
}
.site-footer .f-tel .f-tel-icon {
  flex: 0 0 20px;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .site-navbar .row {
    align-items: flex-end;
  }
 .site-navbar .brend-desc {
  display: none;
  }
}

@media (max-width: 768px) {
  .site-navbar.fixed .msgs {
      display: none;
  }
  .site-navbar.fixed .call-phone {
    margin-top: 0;
  }
  .site-navbar.fixed .burger-menu {
    margin-top: 0;
  }

  .site-navbar .logo a img {
    max-width: 170px;
    margin-top: -15px;
    margin-right: 20px;
}  
.site-navbar .call-phone {
    text-align: left;
    margin-top: 20px;
  }
  .site-navbar .burger-menu {
    right: 30px;
    margin: 20px 0 0 auto;
  }
  .msgs {
    align-items: flex-end;
    text-align: right;
  }
  .site-mobile-menu-body .msgs {
    align-items: center;
  }
  .msgs p {
    margin: 0px 0 3px;
    font-size: 10px;
  }
  .msgs img {
      width: 30px;
      margin: 0 4px;
  }
  .site-footer-wrap {
    align-items: center;
  }
  .site-footer-wrap .f-social, .site-footer-wrap .autor-wrap {
    margin-top: 20px;
  }
  .site-footer .f-tel {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}

@media (max-width: 576px) {
 
  .msgs p {
    display: none;
  }
  .site-navbar .logo a img {
    margin: 0;
    max-width: 250px;
    min-width: 170px;
  }

  .site-navbar .call-back {
    display: none;
  }
  .site-navbar.fixed .logo {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .site-navbar.fixed .logo a img {
    min-width: 130px;
  }
  .site-navbar.fixed .call-phone {
    flex: 0 0 46.66667%;
    max-width: 46.66667%;
  }
  .site-navbar.fixed .call-phone .call-phone-text {
    font-size: 8px;
  }
  .site-navbar.fixed .call-phone .call-phone-number a {
    font-size: 1rem;
  }
  .site-navbar.fixed .burger-menu {
    padding: 0 !important;
  }

   .site-footer .f-tel .f-tel-icon {
     flex: 0 0 10px;
    margin-right: 5px;
   }


}
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .site-navbar .site-logo {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -20px; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #f89d13; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 14px; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 10px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 0px;
        color: #2a2a2a;
        text-decoration: none !important;
        font-weight: 500;}
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #f89d13; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #f89d13;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #f89d13 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #f89d13; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 350px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-mobile-menu-body .header__call a {
    font-size: 1.5rem;
  }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
    display: flex;
    flex-direction: column;
    }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #f89d13; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #f89d13; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      /* float: left; */
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }


/* slider */
.site-slider {
  background-image: url('/images/bg-slider8.jpg');
}
.e404 .site-slider {
  background-image: url('/images/bg-slider-404.jpg');
}
.site-slider .site-slider-desc {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .site-slider .site-slider-desc {
    /* width: 65%; */
    width: 100%;
    line-height: 1;
  }
  .rw-sentence-first {
    display: block;
  }
}



/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      width: 60%;
      /* background: rgba(255, 255, 255, 0.4); */
      /* background: linear-gradient(89.75deg, #FFFFFF 0.24%, rgba(255, 255, 255, 0) 99.8%); */
      background: linear-gradient(105deg, #bfe5ff 0%, rgb(255 255 255 / 0%) 90%)
    }
    @media (max-width: 768px) {
      .site-blocks-cover.overlay:before {
        width: 100%;
      }
    }
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 700px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 600px;
    height: calc(30vh); }
  .site-blocks-cover h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #2a2a2a; }
    .site-blocks-cover h1 span {
      font-size: 5.6rem;
      font-weight: 900;
      line-height: 1;}      
     @media (max-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 2.5rem;
      }
      .site-blocks-cover h1 span  {
        font-size: 4.6rem;
      }
    }
    @media (max-width: 576px) {
      .site-blocks-cover h1 {
        font-size: 1.6rem;
      }
      .site-blocks-cover h1 span  {
        font-size: 3rem;
      }
      .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
        min-height: 420px;
      }
    }    
  .site-blocks-cover p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    line-height: 1.5; }
  .site-blocks-cover .btn {
    /* border: 2px solid transparent;  */
    }
    /* .site-blocks-cover .btn:hover {
      color: #f89d13 !important;
      background: none;
      border: 2px solid #f89d13; } */
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }

.rw-wrapper{
    position: relative;
}
.rw-sentence{
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

 .rw-words{
    display: inline;
    /* text-indent: 10px; */
}
.rw-words span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    color: #2a2a2a;
    font-weight: bold;
}
.rw-words-2 span{
    animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words span:nth-child(2) {
    animation-delay: 3s;
    
}
.rw-words span:nth-child(3) {
    animation-delay: 6s;
    
}
.rw-words span:nth-child(4) {
    animation-delay: 9s;
    
}
.rw-words span:nth-child(5) {
    animation-delay: 12s;
    
}
.rw-words span:nth-child(6) {
    animation-delay: 15s;
    
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
    25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
    20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}

.rotate-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    white-space: nowrap;
    -webkit-perspective: 300px;
    perspective: 300px;
}
.rotate-text > span {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
}

.rotate-text .is-hidden {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 0.5s;
    animation: cd-rotate-1-out 0.5s;
}

.rotate-text .is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 0.5s;
    animation: cd-rotate-1-in 0.5s;
}


@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
            transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
            transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    opacity: 1;
  }
}


@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
            transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
            transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    opacity: 0;
  }
}

  @media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.bg-light {
  background: #ccc; }

.team-member {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .team-member img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .team-member:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 157, 19, 0.8);
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .team-member .text {
    top: 50%;
    text-align: center;
    position: absolute;
    padding: 20px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    color: #fff; }
  .team-member:hover:before, .team-member:focus:before, .team-member:active:before {
    opacity: 1;
    visibility: visible; }
  .team-member:hover img, .team-member:focus img, .team-member:active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-member:hover .text, .team-member:focus .text, .team-member:active .text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 4; }

.podcast-entry {
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1); }
  .podcast-entry .sep {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc; }
  .podcast-entry .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px; }
    @media (min-width: 768px) {
      .podcast-entry .image {
        width: 300px;
        height: auto; } }
  .podcast-entry .text {
    width: 100%;
    padding: 40px; }
    @media (min-width: 768px) {
      .podcast-entry .text {
        width: calc(100% - 300px); } }

.mejs__container {
  width: 100% !important; }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 1.8rem; } }

.feature-blocks-1 {
  position: relative;
  margin-top: -70px;
  z-index: 2;
  color: #999999; }
  .feature-blocks-1.no-margin-top {
    margin-top: 0px; }
  .feature-blocks-1 .feature-block-1 {
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    overflow: hidden;
    z-index: 1; }
    .feature-blocks-1 .feature-block-1.bg {
      position: relative;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1 .text {
      z-index: 10;
      position: relative;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1:before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 1;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1 p {
      color: #cccccc; }
    .feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
      top: -10px;
      -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
      box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4); }
      .feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
        opacity: 1;
        visibility: visible; }
      .feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
        position: relative;
        background-size: cover;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 2; }
      .feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
        background: rgba(0, 0, 0, 0.9); }

.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 992px) {
    .site-blocks-vs .bg-image {
      padding-top: 5em;
      padding-bottom: 5em; } }

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  @media (max-width: 991.98px) {
    .site-blocks-vs .image {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .site-blocks-vs .image img {
    border-radius: 50%; }
  .site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7); }

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em; }
  .match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1); }

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  .post-entry, .post-entry .text {
    border-radius: 4px;
    border-top: none !important; }
  .post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em; }
  .post-entry .image {
    overflow: hidden;
    position: relative; }
    .post-entry .image img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px; }
  .site-block-tab .nav-item:first-child {
    margin-left: 0 !important; }
  .site-block-tab .nav-item > a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc; }
    .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
      border-bottom: 2px solid #f89d13;
      color: #000; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #000; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }
@media (max-width: 768px) {
  .block-13 {
    padding-bottom: 6rem;
  }
}
.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.slide-one-carousel-item {
  margin-left:-1px;
}
.slide-one-carousel-item h2 {
  position: relative; left: 20%; top: 60px;
}
.slide-one-carousel-item div {
  position: relative; top: 50px; left: 20%; width: 280px;
}
@media (max-width: 576px) {
  .slide-one-carousel-item h2 {
    left: 5%;
    top: 20px;
  }
  .slide-one-carousel-item div {
    left: 5%;
    top: 10px;
  }
}

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #f89d13;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #f89d13 !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color: #f89d13; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f89d13;
    border-radius: 50%;
    color: #fff; }
    .player .team-number > span {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #f89d13;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block; }
  .unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .unit-1 img, .unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    color: #fff;
    display: block;
    width: 100%; }
    .unit-1 .unit-1-text .unit-1-heading {
      font-size: 1.5rem;
      position: relative; }
  .unit-1 p {
    /* opacity: 0;
    visibility: hidden; */
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5); }
  .unit-1:hover p {
    opacity: 1;
    visibility: visible; }
  .unit-1:hover .unit-1-text {
    bottom: 30px; }
  .unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9; }
  @media (max-width: 992px) {
    .overlap-section .col-md-6:nth-child(3) {
      -webkit-order: 4;
          -ms-order: 4;
              order: 4;
    }
  }
 @media (max-width: 768px) {
   .overlap-section .col-md-6:nth-child(3) {
    -webkit-order: inherit;
        -ms-order: inherit;
            order: inherit;
  }
}
.unit-4 { 
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 80px rgb(0 0 0 / 10%);
    backdrop-filter: blur(4px);
    background-color: rgb(251 251 251 / 50%);
    border: 1px solid rgb(38 39 57 / 10%);
    background-image: url('/images/bend.svg');
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: auto;
    padding: 20px 20px 60px 20px;
    height: 100%;
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
}
.unit-4:hover {
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
}
.unit-4::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -50px;
    left: -50px;
    border-left: none;
    border-top: none;
    border-radius: 100%;
    background: #f7d118;
    z-index: -1;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s; 
}
.unit-4:hover::before {
  width: 100px;
  height: 100px;
}

.unit-4 .unit-4-icon span {
  line-height: 0;
  font-size: 3rem; }
.unit-4 .unit-4-icon img {
  -webkit-transition: transform .5s;
     -moz-transition: transform .5s;
      -ms-transition: transform .5s;
       -o-transition: transform .5s;
          transition: transform .5s;  
}
.unit-4:hover .unit-4-icon img {
  transform: rotateZ(-10deg);
}
.unit-4 h3 {
  font-size: 1.5rem;
  padding-left: 60px;
  padding-top: 10px; 
  margin-bottom: 20px;
  }
.unit-4-icon {
  /* flex: 0 0 50px; */
  position: absolute;
  width: 40px;
}

@media (max-width: 768px) {
  .unit-4 h3 {
    margin-bottom: 40px;
  }
  .unit-4 h3 br {
    display: none;    
  }
}

.h-entry img {
  margin-bottom: 30px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }

.overlap-left {
  margin-left: -100px; }
  @media (max-width: 991.98px) {
    .overlap-left {
      margin-left: 0px; } }

.overlap-section {
  margin-top: -100px; }

.feature-1, .feature-dark, .feature-3 {
  background: #f7d118;
  padding: 30px 30px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; 
  box-shadow: 0 0 80px rgb(0 0 0 / 30%);
  -webkit-transition: box-shadow .5s;
     -moz-transition: box-shadow .5s;
      -ms-transition: box-shadow .5s;
       -o-transition: box-shadow .5s;
          transition: box-shadow .5s;  
  }
  @media (max-width: 1200px) {
    .feature-1, .feature-dark {
      padding: 30px 10px;
    }
  }
  .feature-2 {
    display: flex;
    margin-bottom: 2rem;
  }

  .feature-2::before {
    content: attr(data-num);
    position: absolute;
    font-size: 7rem;
    font-weight: 900;
    top: 50%;
    right: 10%;
    line-height: 0;
    opacity: .1;
    color: #8b8b8b;
  }
  
   
  .feature-1:hover, .feature-dark:hover, .feature-3:hover {
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  }
  .feature-1 img, .feature-dark img, .feature-3 img, .feature-1 .icon, .feature-dark .icon, .feature-3 .icon, .feature-2 .icon, .feature-2 img {
  -webkit-transition: transform .5s;
     -moz-transition: transform .5s;
      -ms-transition: transform .5s;
       -o-transition: transform .5s;
          transition: transform .5s;
  }
   
  .feature-1:hover .icon, .feature-dark:hover .icon, .feature-3:hover .icon, .feature-2:hover .icon { 
      -webkit-transform: translateX(-10px);
         -moz-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
           -o-transform: translateX(-10px);
              transform: translateX(-10px);
  }
  .feature-1:hover .icon img, .feature-dark:hover .icon img, .feature-3:hover .icon img, .feature-2:hover .icon img {
    -webkit-transform: scale(1.1) translateX(20px);
       -moz-transform: scale(1.1) translateX(20px);
        -ms-transform: scale(1.1) translateX(20px);
         -o-transform: scale(1.1) translateX(20px);
            transform: scale(1.1) translateX(20px);
  }
  .feature-1 .heading, .feature-dark .heading, .feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
  }
  .feature-1 .heading, .feature-3 .heading {
    color: #343a40;
  }
  .feature-dark .heading {
    color: #fff;
  }
 .feature-1 p,  .feature-3 p {
    color: #343a40;
  }
  
  .feature-1 .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important; }

    .feature-dark .icon {
    border: 2px solid rgba(247, 209, 24, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important;      
    }
    .feature-2 .icon {
    border: 2px solid rgba(247, 209, 24, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    flex: 0 0 80px;
    margin-right: 30px;
    }
    
    .feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span, .feature-2 .icon > span {
      font-size: 35px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-quote {
  /* background: #eb9007;*/
  } 
  .free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff; }
    .free-quote .form-control:active, .free-quote .form-control:focus {
      border: 2px solid #fff; }
    .free-quote .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }

.feature-3 {
  background: #e18a07; }

.border-primary {
  position: relative; }
  .border-primary h2 {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 3.5rem; }
  .border-primary:after, .border-primary-2:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #f89d13;
    }
    .border-primary-2:after {
      left: calc(50% - 40px);
    }
    .border-primary-2 h2 {
      font-size: 3rem;
      text-transform: uppercase;
      font-weight: 700;
    }    
    @media (max-width: 576px) {
      .border-primary h2 {
        font-size: 2.5rem;
      }
      .border-primary-2 h2 {
        font-size: 2rem;
      }
    }
    

  .border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1rem;
    font-style: italic; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.breadcrumb-custom {
  font-size: 1rem !important; }

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase; }

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  background: #f89d13;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 40px; }

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff; }

.how-it-work-item p {
  color: white; }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #f89d13;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }


#sec-prise {
  background-image: url('/images/bg-sec2.png'); 
  background-repeat: no-repeat; 
  background-position: right;
}
#sec-prise .sec-prise-wrap {
  box-shadow: 0 0 80px rgb(0 0 0 / 10%);
  backdrop-filter: blur(4px);
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(251 251 251 / 50%);
  border: 1px solid rgb(38 39 57 / 10%);
  background-image: url('/images/bend.svg');
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: auto;
}
#sec-prise .sec-prise-wrap .sec-prise-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0px;
}
#sec-prise .sec-prise-wrap .sec-prise-list .sec-prise-list-u {
  display: flex; 
  width: 100%; 
  flex-wrap: wrap; 
  padding-left: 40px;
}

/* Styles for dialog window */
.modal-window {
  background: white;
  padding: 2rem 2.5rem;
  text-align: left;
  max-width: 60%;
  margin: 40px auto;
  position: relative;
}
#callback-dialog.modal-window {
  background: url('../images/bg-modal1.jpg');
  background-size: cover;  
}
#order-dialog.modal-window {
  background: url('../images/bg-modal2.jpg');
  background-size: cover;    
}
#price-dialog.modal-window {
  background: url('../images/bg-modal3.jpg');
  background-size: cover;    
}

.modal-callback-list {
    margin-top: 60px;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.modal-order-list {
    margin-top: 60px;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.modal-price-list {
    margin-top: 60px;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.modal-callback-list-title, .modal-order-list-title, .modal-price-list-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.freepay-info-list {
    display: flex;
    margin-bottom: 20px;
}
.freepay-info-list .list-icon {
    flex: 0 0 50px;
}
.freepay-info-list .list-icon img {
    width: 30px;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.freepay-info-list:hover .list-icon img {
    transform: translateX(5px);
}
.freepay-info-list .list-text strong {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
}
.freepay-info-list:hover .list-text strong {
    border-bottom: 1px solid rgb(0 0 0 / 100%);
}
.form-control {
  /* max-width: 300px; */
  height: 60px;
  
}
#sec-request .form-control.form-fuel { 
  color: #7e7e7e;
  padding: 5px 5px 5px 60px;
  background: url('/images/oil-barrel.png') no-repeat 5px 8px #FFF;
  background-size: auto 70%; 
}
#sec-request .form-control.form-point { 
  padding: 5px 5px 5px 60px;
  background: url('/images/oil-address.png') no-repeat 5px 8px #FFF;
  background-size: auto 70%;
}
#sec-request .form-control.form-bulk { 
  padding: 5px 5px 5px 60px;
  background: url('/images/oil-tank.png ') no-repeat 5px 8px #FFF;
  background-size: auto 70%; 
}
#sec-request .form-control.form-name { 
  padding: 5px 5px 5px 60px;
  background: url(/images/oil-user.png) no-repeat 9px 10px #FFF;
  background-size: auto 60%;
}
#sec-request .form-control.form-tel { 
  padding: 5px 5px 5px 60px;
  background: url('/images/oil-phone.png') no-repeat 5px 8px #FFF;
  background-size: auto 70%;
 }
#sec-request .form-control.form-email { 
  padding: 5px 5px 5px 60px;
  background: url('/images/oil-email.png') no-repeat 5px 8px #FFF;
  background-size: auto 70%;  
}

.checkbox .list-item-label {
    margin-left: 5px;
    font-size: 12px;
}
.checkbox {
  display: flex;
  align-items: center;
}
.form-submit-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recaptcha-item {
  margin-right: 1rem;
}
.submit-item {
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .modal-window {
    padding: 1rem 1.5rem;
    max-width: 95%;
  }
  .modal-callback-list, .modal-order-list, .modal-price-list  {
    display: none;
  }
  .recaptcha-item {
  margin-right: 0;
  }
  .submit-item {
    margin-left: 0;
  }
}



/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}


.list__item--u {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 50%;}
 @media (max-width: 768px) {
  .list__item--u {
    width: 100%;
  }
 }    
.columns--u {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}
.column--u {
    width: 75%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.column--u2 {
    width: 25%;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.div--u {
    width: 90px;
    position: relative;
    display: block;
    height: 2px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: rgba(101, 101, 101, 0.4);
    max-width: 100%;
}
.text--r {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: normal;
    vertical-align: top;
    position: relative;
    margin-left: 5px;
    font-weight: 700;
    color: #f89d13;
}

.site-blocks-title {
  font-weight: 200; 
  font-size: 2.65rem;
  line-height:1;
}
.site-blocks-title span {
  font-size: 6rem;
}

.slide-one-wrap {
  position: absolute; right: 0; min-width: 570px; width: 53%; z-index: -1;
}
@media (max-width: 768px) {
.site-blocks-title {
    font-size: 2.4rem;
  }
  .site-blocks-title span {
    font-size: 5.5rem;
  }
}
@media (max-width: 567px) {
  .site-blocks-title {
    font-size: 1.8rem;
  }
  .site-blocks-title span {
    font-size: 3.4rem;
  }
}


@media (max-width:  992px) {
  .slide-one-wrap {
    position: relative;
    min-width: 100%; 
    width: 100%;
  }
}

.sec-delivery {
  position: relative;
}
.sec-delivery::before {
  content: "";
    background-image: url('/images/bg-sec5.png');
    position: absolute;
    top: 0;
    opacity: 0.03;
    width: 100%;
    background-size: cover;
    height: 50%;
}

.delivery-item {
  border: 1px solid #f7d118;
  box-shadow: 0 0 80px rgb(0 0 0 / 10%);
  background: #fff;
  -webkit-transition: box-shadow .5s;
     -moz-transition: box-shadow .5s;
      -ms-transition: box-shadow .5s;
       -o-transition: box-shadow .5s;
          transition: box-shadow .5s;
}

.delivery-item:hover {
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
}
.delivery-item .icon {
  border: 2px solid rgba(247, 209, 24, 0.5);
    width: 60px;
    height: 60px;
    top: -30px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    background: rgb(247 209 24);
}
.delivery-item .icon::before {
  content: "";
  background-image: url('/images/drop-dark.svg');
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
  -webkit-transition: transform .8s;
     -moz-transition: transform .8s;
      -ms-transition: transform .8s;
       -o-transition: transform .8s;
          transition: transform .8s;
}
.delivery-item:hover .icon::before {
  -webkit-transform:  scale(1.1);
     -moz-transform:  scale(1.1);
      -ms-transform:  scale(1.1);
       -o-transform:  scale(1.1);
          transform:  scale(1.1);
}
.delivery-img { 
  text-align: center; margin:0 auto; position: relative; top: -60px; margin-bottom: 0px;
}

@media (max-width: 576px) {
  .delivery-img {
    top: 0;
    margin: 20px 20px 40px 20px;
  }

  .delivery-item .icon {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .delivery-item .h4 {
    font-size: 1rem;
  }
}

.sec-stages .feature-2-img img {
  position: absolute; 
  right: 0; 
  top: -4rem;
}
.sec-stages .indent-b {
  margin-bottom: 3rem;
}
.sec-stages .indent-t {
  margin-top: 3rem;
}
@media (max-width:  992px) {
  .sec-stages .indent-b {
    margin-bottom: 0;
  }  
  .sec-stages .indent-t {
    margin-top: 0;
  }
  .sec-stages .feature-2-img img {
    position: relative;
  }
}
@media (max-width:  576px) {
  .sec-stages .feature-2-img img {
    top: 0;
  }
}


.sec-cert {
  background-image: url('/images/bg-sec8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-contact {
    position: fixed;
    right: 0;
    bottom: -56px;
    left: 0;
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.widget-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 8px;
    font-size: 14px;
    color: #ffffff;
    background: #7f4da0;
    line-height: 1.2;
}
.widget-contact .call {
    color: #3f3d42;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fdcc43), to(#fce18b));
    background-image: -o-linear-gradient(bottom, #fdcc43 0, #fce18b 100%);
    background-image: linear-gradient(to top, #fdcc43 0, #fce18b 100%);
}
.widget-contact img {
    min-width: 28px;
    max-width: 28px;
    margin-right: 8px;
}

.sec-contact {
  padding: 0;
  position: relative;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

#contacts-map {
    width: 100%;
    height: 36.4584rem;
}
.contacts-wrap {
  position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30rem;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
}
/* .contacts-wrap:before {
    content: "";
    background-image: url(/wp-content/uploads/contact-wrap-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    position: absolute;
} */
.contacts-block {
  position: relative;
  padding: 2rem;
  padding-top: 3rem;
  width: 100%;
}
.contacts-block .msgs {
  margin: 0;
  align-items: center;
}
@media (max-width: 768px) {
  .contacts-wrap {
    position: relative;
    left: initial;
    top: initial;
    margin: 0 auto;
    width: 24rem;
    transform: translate(0,-30%);
    margin-bottom: -15%;
  }
  .contacts-block {
    padding: 1.5rem;
  }
  .contacts-block a.h3 {
    font-size: 1.5rem;
  }
  .site-footer {
    padding: 2em 0 4em 0;
  }
  .widget-contact {
    bottom: 0;
  }
}
      


.autor {
    text-align: right;
    opacity: 0.5;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.autor:hover {
   opacity: 1;
}
.autor .color-black-opacity-5 {
  font-size: .7rem;
}



.alert {
  position: absolute;
  text-align: center;
  display: block;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%,-50%);
}



@keyframes PlusPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 209, 24, 0.5);
        box-shadow: 0 0 0 0 rgba(247, 209, 24, 0.5)
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(184,240,255,0);
        box-shadow: 0 0 0 25px rgba(184,240,255,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(184,240,255,0);
        box-shadow: 0 0 0 0 rgba(184,240,255,0)
    }
}

@-webkit-keyframes PlusPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 209, 24, 0.5);
        box-shadow: 0 0 0 0 rgba(247, 209, 24, 0.5)
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(255,149,0,0);
        box-shadow: 0 0 0 25px rgba(255,149,0,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,149,0,0);
        box-shadow: 0 0 0 0 rgba(255,149,0,0)
    }
}

@-webkit-keyframes opa {
    0% {
        opacity: .2
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@keyframes opa {
    0% {
        opacity: .2
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}
