/*-----vars------*/
/*-----vars------*/
form .form-control {
  border-radius: 0px !important;
  font-size: 14px !important; }
form .light-platinum {
  padding: 10px 0px; }
form label {
  font-size: 0.896em; }
form .form-control, form .form-control {
  border-radius: 0; }
form .checkbox a {
  text-decoration: underline;
  color: #000; }
  form .checkbox a:hover {
    text-decoration: none; }

.missing {
  background-color: #FFEEEE !important;
  border: 1px solid #FF0000 !important;
  color: #FF9999 !important; }

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear; }

.form-message {
  display: none; }

.modal-dialog {
  margin-top: 5.75rem; }

.modal-content > form {
  margin: 0; }

.modal-footer {
  color: #000; }

.modal-header {
  border-radius: 0px;
  background: linear-gradient(to bottom, #4d5350, #3c4543);
  color: #fff; }
  .modal-header .title_3 {
    margin: 0px;
    text-align: left;
    font-size: 1rem; }
  .modal-header .close {
    color: #fff;
    font-family: initial; }

.modal-content {
  border-radius: 0; }

.modal-body .form-control, .form-contact-block .form-control, #send-review .form-control, #contact-info .form-control {
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc; }
.modal-body .input-group-text, .form-contact-block .input-group-text, #send-review .input-group-text, #contact-info .input-group-text {
  background: none;
  border: none; }
.modal-body .input-group, .form-contact-block .input-group, #send-review .input-group, #contact-info .input-group {
  margin-bottom: 15px; }

/*-----mixins------*/
/*-----mixins------*/
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "Exo 2", sans-serif;
  background: #fff;
  color: #000;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

a:hover, a:focus {
  text-decoration: none; }

a, button {
  outline: none !important; }

/*----title---*/
h1 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin: 20px 0px;
  width: 100%; }

h2 {
  font-size: 22px;
  margin: 15px 0px; }

h1, h2, h3, h4, h5 {
  font-family: "Exo 2", sans-serif; }

.title_2 {
  margin: 20px 0px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 28px;
  display: inline-block;
  font-family: "Exo 2", sans-serif;
  width: 100%; }

.title_3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
  width: 100%;
  font-family: "Exo 2", sans-serif; }

.all-btn {
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  background: #f8c218;
  border: 2px solid #f8c218;
  padding: 5px 20px;
  font-size: 0.9rem;
  display: inline-block;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
  text-align: center; }
  .all-btn:hover, .all-btn:focus {
    color: #000;
    background: #fff; }

/*----title---*/
/*----header---*/
.header-top {
  position: relative;
  z-index: 999;
  height: 76px; }
.banner {
    overflow: hidden;
    background: none!important;
}
.banner-wrp {
    display: flex;
    align-items: center;
    height: 100%;
}
.banner-text {
    font-size: 1.6rem;
}
.banner-text .link {
    font-weight: 600;
}
.banner-text .link:hover {
    text-decoration: underline;
}
.img-wrp {
    width: 270px;
    position: absolute;
    right: 0;
}
.banner-img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/*----------menu start----------*/
#menu-block {
  position: relative;
  margin-bottom: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, #4d5350, #3c4543);
  padding: 10px 0px;
  border: 0px;
  border-radius: 0px;
  -moz-transition: .5s ease, opacity .5s ease;
  -o-transition: .5s ease, opacity .5s ease;
  -webkit-transition: .5s ease, opacity .5s ease;
  transition: .5s ease, opacity .5s ease; }
  #menu-block .navbar-nav .dropdown-menu {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    border-color: transparent; }
    #menu-block .navbar-nav .dropdown-menu .dropdown-item {
      text-transform: uppercase; }
    #menu-block .navbar-nav .dropdown-menu a:hover {
      background: #3c4543;
      color: #f8c218; }
  #menu-block .phone-header-top {
    text-align: center;
    padding: 10px 0px;
    display: none; }
    #menu-block .phone-header-top .phone a {
      color: #fff;
      font-size: 18px;
      width: 100%;
      margin-bottom: 5px; }
  #menu-block .contact-menu {
    display: none;
    float: right;
    right: 30px;
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    #menu-block .contact-menu li {
      display: block;
      margin-right: 15px; }
      #menu-block .contact-menu li a {
        color: #000; }
      #menu-block .contact-menu li:last-child {
        margin: 0px; }
  #menu-block .d-none.d-md-block.col-md-2 {
    padding: 0; }
  #menu-block .phone-block {
    text-align: right; }
    #menu-block .phone-block p {
      margin: 0; }
    #menu-block .phone-block .headline {
      height: 30px;
      line-height: 18px;
      display: block;
      font-size: 1.6rem;
      color: #fff;
      font-weight: bold; }
    #menu-block .phone-block .all-btn {
      padding: 1px 6px;
      font-size: 0.8rem;
      background: #fff;
      border-color: #fff;
      color: #3c4543; }
  #menu-block .navbar {
    padding: 5px 0; }
  #menu-block .logo {
    overflow: hidden;
    height: 54px;
    line-height: 50px;
    width: 100%; }
    #menu-block .logo img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
  #menu-block .navbar-brand {
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0px;
    padding: 0px; }
    #menu-block .navbar-brand img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
  #menu-block .navbar-nav .nav-link {
    color: #f8c218;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px; }

#menu-block.fixed-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  margin-top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/*----------menu end----------*/
/*----header---*/
/*----main---*/
/*----------slide start----------*/
.wr {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  height: 440px; }
  .wr .carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .wr .carousel-fade .carousel-inner .item,
  .wr .carousel-fade .carousel-inner .active.left,
  .wr .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .wr .carousel-fade .carousel-inner .active,
  .wr .carousel-fade .carousel-inner .next.left,
  .wr .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .wr .carousel-fade .carousel-inner .next,
  .wr .carousel-fade .carousel-inner .prev,
  .wr .carousel-fade .carousel-inner .active.left,
  .wr .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
  .wr .carousel-fade .carousel-control {
    z-index: 2; }
  .wr .carousel .wrp-control {
    position: absolute;
    height: 440px;
    z-index: 100; }
  .wr .carousel .control-slide {
    left: 100px;
    position: absolute;
    bottom: 38px;
    width: 90px;
    height: 40px;
    z-index: 15;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }
    .wr .carousel .control-slide .carousel-control-prev, .wr .carousel .control-slide .carousel-control-next {
      background: none;
      opacity: .9;
      width: 40px;
      height: 40px;
      text-shadow: none;
      border-radius: 4px;
      border: 2px solid #fff; }
      .wr .carousel .control-slide .carousel-control-prev span, .wr .carousel .control-slide .carousel-control-next span {
        font-size: 1.4rem; }
  .wr .carousel .carousel-control-next, .wr .carousel .carousel-control-prev {
    z-index: 100; }
    .wr .carousel .carousel-control-next span, .wr .carousel .carousel-control-prev span {
      position: absolute;
      z-index: 5;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 100%;
      color: #fff; }
  .wr .carousel .carousel-item {
    height: 440px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .wr .carousel .carousel-item_img {
      z-index: 10;
      width: 100%;
      position: relative;
      text-align: center;
      top: 200px;
      height: 330px;
      line-height: 328px; }
      .wr .carousel .carousel-item_img img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block; }
    .wr .carousel .carousel-item_title {
      top: 60px;
      left: 100px;
      margin: 0;
      position: relative;
      height: auto;
      width: calc(100% - 100px);
      text-shadow: 4px 0px 16px rgba(0, 0, 0, 0.6);
      color: #fff; }
      .wr .carousel .carousel-item_title .title {
        font-weight: 600;
        display: inline-block;
        position: relative;
        font-size: 2rem;
        text-transform: uppercase;
        line-height: 34px;
        padding: 0px 0px 20px 0px;
        margin: 0px;
        width: 100%;
        font-family: "Exo 2", sans-serif;}
      .wr .carousel .carousel-item_title p {
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 1.6rem;
        height: 140px;
        font-weight: 300; }
      .wr .carousel .carousel-item_title .title-btn {
        width: 100%; }
        .wr .carousel .carousel-item_title .title-btn .all-btn {
          background: #fff;
          border-color: #fff;
          color: #3c4543;
          text-shadow: none;
          font-weight: 600;
          font-size: 1.1rem; }
          
    .carousel-item_back {
        
        background-image: url('/themes/template/assets/img/src/back.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .carousel-item_image {
        
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        
    .carousel-item_image_img {
        
        max-width: 100%;
        max-height: 80%;
        width: auto;
    }
/*----------slide end----------*/
.page_not_found {
  text-align: center; }
  .page_not_found .image {
    font-weight: bold;
    font-size: 200px;
    color: #f8c218; }
  .page_not_found .description .title404 {
    font-weight: bold;
    font-size: 34px; }
  .page_not_found .description .subtitle404 {
    font-size: 20px;
    line-height: 40px;
    color: #ccc; }
  .page_not_found .description .descr_text404 {
    font-size: 12px; }
  .page_not_found .description a {
    cursor: pointer;
    color: #f8c218; }
    .page_not_found .description a:hover {
      color: #000;
      text-decoration: underline; }

.wrp-product {
  color: #000;
  background: url(../img/src/gplaypattern.png);
  background-repeat: repeat;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 20px 0; }
  .wrp-product .img-product {
    height: 280px;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    text-align: center; }
    .wrp-product .img-product img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
  .wrp-product .description {
    padding: 20px;
    text-align: center; }
    .wrp-product .description .title {
      font-size: 2rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      color: #3c4543; }
    .wrp-product .description .details {
      font-weight: 300;
      margin-bottom: 20px; }
    .wrp-product .description .sale {
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 300; }

.promo {
  list-style: none;
  padding: 0;
  margin: 0 10px;
  overflow: hidden; }
  .promo li {
    display: inline-block;
    float: left;
    width: 13.3%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 200px;
    margin: 5px;
    padding: 5px;
    background: #fff; }
    .promo li .promo_icon {
      height: 100px;
      overflow: hidden;
      display: block;
      width: 100px;
      padding: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      margin: 0 auto;
      text-align: center; }
      .promo li .promo_icon img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block; }
    .promo li .promo_title {
      display: block;
      margin-top: 20px;
      font-size: 0.9rem;
      line-height: 100%;
      color: #136cb8;
      font-weight: bolder;
      text-transform: uppercase;
      text-align: center; }
      .promo li .promo_title .color {
        margin-top: 10px;
        display: block;
        color: #3c4543;
        font-weight: 500;
        text-transform: lowercase;
        line-height: 1rem;
        font-size: 0.9rem; }

.lent {
  margin-bottom: 20px;
  width: 97%;
  margin: 20px auto;
  background: #fff; }
  .lent .title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #136cb8;
    width: 100%; }
  .lent .small-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #3c4543;
    width: 100%; }
  .lent .size {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    height: 100px;
    width: 100%; 
    align-items: center;
    justify-content: center;
  }
  .lent .img {
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center; }
    .lent .img img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
  .lent .articul {
    display: block;
    text-align: center; }

.wrp-about {
  padding-bottom: 1px; }

.about {
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-size: cover;
  margin: 60px 0;
  height: 380px; }
  .about h1 {
    margin-top: 0; }
  .about .page-block {
    padding: 20px;
    height: 376px;
    line-height: 1.2rem; }
  .about .contact-info {
    padding: 15px 20px 20px 20px;
    position: absolute;
    right: 40px;
    top: -20px;
    color: #000;
    background: url(../img/src/gplaypattern.png);
    background-repeat: repeat;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .about .contact-info .form-control {
      background: transparent; }
    .about .contact-info .checkbox {
      font-size: 0.8rem; }

/*----------map start----------*/
.box {
  position: relative;
  width: 100%;
  height: 400px; }
  .box #map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    z-index: 1; }
    .box #map .poi-info-window {
      background: #ccc; }
  .box #pan {
    width: 100%;
    top: 0;
    z-index: 5; }
    .box #pan .contact-block {
      position: absolute;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
      z-index: 50;
      background: rgba(255, 255, 255, 0.9);
      color: #000;
      padding: 20px;
      right: 20%;
      bottom: 90px;
      font-weight: 300;
      text-align: center; }
      .box #pan .contact-block .all-btn {
        margin-top: 20px;
        width: 100%;
        font-size: 12px; }
      .box #pan .contact-block .logo {
        overflow: hidden;
        height: 60px;
        line-height: 58px;
        width: 100%;
        margin-bottom: 10px; }
        .box #pan .contact-block .logo img {
          max-width: 100%;
          max-height: 100%;
          display: inline-block; }
      .box #pan .contact-block ul {
        font-size: 13px;
        margin: 0; }
        .box #pan .contact-block ul li {
          padding: 2px 0px; }
          .box #pan .contact-block ul li .icon-map {
            display: inline-block;
            margin-right: 10px; }
          .box #pan .contact-block ul li a {
            text-decoration: underline;
            color: #000; }
            .box #pan .contact-block ul li a:hover {
              text-decoration: none; }

/*----------map end-----------*/
/*-----------about start-----------*/
.page-block .page-body {
  text-align: justify; }

/*-----------about end-----------*/
.block-all {
  padding: 20px 0px;
  text-align: right; }
  .block-all .all {
    font-size: 18px;
    color: #000;
    text-decoration: underline; }

/*----main---*/
ul.page-attr.has-link > li {
  width: 25%; }
  ul.page-attr.has-link > li a {
    text-decoration: underline;
    color: #000; }
    ul.page-attr.has-link > li a:hover {
      text-decoration: none; }

/*-----contacts page-----*/
table#contacts {
  width: 100%; }
  table#contacts td {
    padding-bottom: 10px;
    width: 50%; }

.page-contact {
  overflow: hidden;
  margin: 1rem 0; }

.map-contact {
  height: 360px;
  margin-bottom: 30px; }

.form-contact-block {
  padding-bottom: 30px; }
  .form-contact-block .all-btn {
    margin-top: 15px; }

/*-----contacts page-----*/
.form-message {
  padding: 5px; }
  .form-message p {
    margin: 0; }

/*----------footer----------*/
#footer-wrp {
  color: #fff;
  background: linear-gradient(to bottom, #4d5350, #3c4543);
  width: 100%;
  }
  #footer-wrp .layer {
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    height: 100%;
    width: 100%; }
  #footer-wrp .bottom {
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.1); }
    #footer-wrp .bottom .logo-footer {
      height: 100px;
      text-align: center;
      line-height: 100px;
      overflow: hidden;
      width: 100%; }
      #footer-wrp .bottom .logo-footer img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        width: 160px; }
    #footer-wrp .bottom .text {
      font-size: 16px;
      text-align: center; }
    #footer-wrp .bottom .text-bottom {
      font-size: 0.7rem;
      text-align: justify;
      line-height: 0.8rem;
      padding: 5px 0px;
      border-top: 2px solid #fff;
      padding-top: 10px;
      margin-top: 10px; }
    #footer-wrp .bottom .title {
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 15px;
      width: 100%;
      text-align: center;
      display: block; }
      #footer-wrp .bottom .title a {
        color: #fff;
        font-weight: 400; }
    #footer-wrp .bottom .pages li {
      margin-bottom: 4px;
      font-size: 16px;
      padding-bottom: 4px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
      #footer-wrp .bottom .pages li:last-child {
        border: none; }
      #footer-wrp .bottom .pages li .icon-contact {
        margin-right: 10px;
        display: inline-block; }
      #footer-wrp .bottom .pages li .headline {
        display: initial; }
    #footer-wrp .bottom .pages a {
      color: rgba(255, 255, 255, 0.7); }
      #footer-wrp .bottom .pages a:hover {
        color: #fff; }
    #footer-wrp .bottom .subscribe .add {
      font-size: 16px;
      display: block;
      margin-bottom: 20px;
      line-height: 1rem; }
    #footer-wrp .bottom .subscribe form {
      margin: 0px 0px 10px 0px;
      overflow: visible; }
    #footer-wrp .bottom .subscribe .input-group {
      display: block; }
      #footer-wrp .bottom .subscribe .input-group .form-control {
        width: 100%;
        border-radius: 0px;
        height: 36px;
        border: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        margin-bottom: 10px; }
      #footer-wrp .bottom .subscribe .input-group .all-btn {
        width: 100%;
        font-size: 16px; }
    #footer-wrp .bottom .subscribe .politic {
      margin-top: 10px;
      font-size: 10px; }
      #footer-wrp .bottom .subscribe .politic a {
        font-weight: normal;
        color: #fff;
        text-decoration: underline; }
        #footer-wrp .bottom .subscribe .politic a:hover {
          text-decoration: none; }
    #footer-wrp .bottom .subscribe #message1 {
      font-size: 0.8rem;
      display: block;
      margin-top: 10px; }
    #footer-wrp .bottom .social-bar-icons-block {
      text-align: center;
      margin: 20px 0px; }
      #footer-wrp .bottom .social-bar-icons-block a {
        margin: 0px 2px;
        color: rgba(255, 255, 255, 0.7);
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.7);
        transition: all 0.5s; }
        #footer-wrp .bottom .social-bar-icons-block a:hover {
          color: #3c4543;
          border-color: #fff;
          background-color: #fff; }
    #footer-wrp .bottom .service-link li {
      text-align: center;
      display: inline-block;
      width: 100%;
      margin-bottom: 12px;
      padding-right: 12px; }
      #footer-wrp .bottom .service-link li a {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        display: block; }
  #footer-wrp .bottom-2 {
    padding: 10px 0px; }
    #footer-wrp .bottom-2 .ra-company-data {
      text-align: center; }
    #footer-wrp .bottom-2 #avega-soft {
      text-decoration: none !important;
      color: #fff; }
      #footer-wrp .bottom-2 #avega-soft:hover {
        text-decoration: underline !important; }
    #footer-wrp .bottom-2 #politika {
      text-decoration: none !important;
      color: #fff;
      text-align: right;
      display: block; }
      #footer-wrp .bottom-2 #politika:hover {
        text-decoration: underline !important; }

/*----------footer end----------*/
/*-----type page-----*/
.page .page-body {
  text-align: justify;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
  overflow: hidden; }

ul.page-attr {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  padding-left: 0; }
  ul.page-attr > li {
    display: inline-block;
    float: left;
    padding: 5px 0;
    width: 33.33%;
    text-align: center; }

/*-----type page-----*/
/*----------breadcrumbs----------*/
.breadcrumb {
  background-color: transparent;
  margin-top: 20px;
  padding: .75rem 0; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li a {
      color: #f8c218;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
      text-decoration: underline; }
  .breadcrumb .active {
    color: #777; }

/*----------breadcrumbs----------*/
/*----------pagination----------*/
.pagination li a {
  color: #6B6565; }
  .pagination li a:focus, .pagination li a:hover {
    color: #000; }
.pagination li span {
  color: #6B6565; }
  .pagination li span:focus, .pagination li span:hover {
    color: #000; }
.pagination .active a:focus, .pagination .active a:hover {
  background-color: #00762A;
  border-color: #00762A; }
.pagination .active span:focus, .pagination .active span:hover {
  background-color: #00762A;
  border-color: #00762A; }

/*----------pagination----------*/
/*----------ScrollUp----------*/
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 30px;
  color: #FFF;
  width: 45px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 50;
  overflow: hidden;
  background: rgba(248, 194, 24, 0.5);
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }

#scrollToTop:hover {
  background: #f8c218; }

/*----------ScrollUp----------*/
@media (max-width: 1199.98px) {
  body {
    margin-bottom: 450px; }

  #menu-block .phone-block .headline {
    font-size: 1.4rem; }
    
    .lent.all .size {
        line-height: 24px;
    }

  .banner-text {
      width: 510px;
  }
  .wr {
    height: 396px; }
    .wr .carousel .wrp-control {
      height: 396px; }
      .wr .carousel .wrp-control .control-slide {
        left: 94px; }
    .wr .carousel .carousel-item {
      height: 396px; }
      .wr .carousel .carousel-item_title {
        top: 48px;
        left: 94px; }
        .wr .carousel .carousel-item_title .title {
          font-size: 1.6rem; }
        .wr .carousel .carousel-item_title p {
          font-size: 1.2rem;
          line-height: 1.4rem;
          height: 120px; }

  .lent .img {
    height: 120px;
    width: 120px; }

  .lent .size {
    height: 120px;
    font-size: 1.1rem;
    line-height: 120px;
    word-break: break-word;}

  .promo li {
    width: 22%;
    margin: 10px; }

  #menu-block .navbar-nav .nav-link {
    font-size: 0.8rem; }

  #menu-block .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.8rem; }

  .box #pan .contact-block {
    right: 50px; }

  ul.page-post-attr.has-link > li {
    width: 33%; }

  .viewContentImage, .contentImage {
    height: auto !important;
        max-width: 100%; }

  #footer-wrp .bottom .social-bar-icons-block a {
    width: 26px;
    height: 26px;
    font-size: 0.8rem;
    line-height: 24px; }

    #footer-wrp .bottom .title {
      font-size: 18px; }
    #footer-wrp .bottom .pages li {
      font-size: 14px; }
    #footer-wrp .bottom .service-link li a {
      font-size: 14px;
      line-height: 10px; }
    #footer-wrp .bottom .subscribe .add {
      font-size: 14px; }
    #footer-wrp .bottom-2 {
      font-size: 0.8rem; } }
@media (max-width: 991.98px) {

  .banner-text {
      font-size:1.4rem;
      width:380px;
  }
  .lent .img {
    height: 84px;
    width: 84px; }

  .lent .size {
    height: 84px;
    width: 84px;
    font-size: 0.9rem;
    line-height: 84px; }

  .promo li {
    width: 30%;
    margin: 11px; }
    .promo li:last-child {
      float: none;
      width: 96.5%; }

  .modal-dialog {
    margin-top: 5rem; }

  #menu-block .navbar {
    padding: 0; }

  #menu-block .navbar-nav .dropdown-menu {
    box-shadow: none;
    background: #3c4543; }
    #menu-block .navbar-nav .dropdown-menu .dropdown-item {
      color: #fff; }

  .navbar-nav li {
    border-bottom: 1px solid #4d5350; }
    .navbar-nav li:last-child {
      border: none; }

  #menu-block .navbar-nav .nav-link {
    font-size: 1rem; }

  .header-top {
    height: 66px; }

  #menu-block .navbar-brand {
    display: inline-block;
    left: 120px;
    position: relative;
    width: 140px; }

  .navbar-toggler {
    position: absolute;
    left: 30px; }

  #menu-block {
    padding: 5px 0px;
    position: relative;
    width: 100%; }

  .navbar-collapse {
    transform: translateX(-110%);
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0px;
    width: 300px;
    padding: 20px 30px;
    box-shadow: none;
    background: #3C4543;
    height: 100% !important;
    transition: 0.5s all ease-out;
    overflow-x: hidden;
    overflow-y: auto; }

  .navbar-collapse.show {
    transform: translateX(0%); }

  .wr {
    height: 332px; }
    .wr .carousel .wrp-control {
      height: 332px; }
      .wr .carousel .wrp-control .control-slide {
        left: 60px; }
    .wr .carousel .carousel-item {
      height: 332px; }
      .wr .carousel .carousel-item_title {
        top: 38px;
        left: 60px; }
        .wr .carousel .carousel-item_title .title {
          font-size: 1.2rem; }
        .wr .carousel .carousel-item_title p {
          font-size: 1rem;
          line-height: 1.2rem;
          height: 80px; }
        .wr .carousel .carousel-item_title .title-btn .all-btn {
          font-size: 0.9rem;
          padding: 4px 10px; }

  .wrp-product .description {
    padding: 20px; }
    .wrp-product .description .details {
      line-height: 1.2rem; }

  .about {
    margin: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    height: auto; }
    .about .page-block {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
      margin-bottom: 40px;
      border: 1px solid rgba(0, 0, 0, 0.125);
      background: #fff;
      height: auto; }
    .about .contact-info {
      position: initial;
      margin-bottom: 40px; }
      .about .contact-info .all-btn {
        margin-top: 20px; }

  #footer-wrp {
    text-align: center; }
    #footer-wrp .bottom .service-link li {
      width: 100%;
      float: none;
      padding: 0px; } }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .box #pan .contact-block {
    right: 50px; } }
@media only screen and (min-width: 991px) {
    
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; } }
@media (max-width: 767.98px) {
  body {
    margin-bottom: 780px; }

  .viewContentImage, .contentImage {
    display: inline !important;
    height: auto !important;
    width: 100% !important; }

  h1, .title_3 {
    font-size: 1.3rem; }

  .banner-text{
      padding: 1rem;
  }
  .banner-logo {
      display:flex;
      justify-content:center;
      height:160px;
  }
  .lent {
    width: 100%; }

  .promo li {
    width: 94%;
    margin: 11px; }
    .promo li:last-child {
      float: left;
      width: 94%; }

  .page_not_found td {
    width: 100%;
    display: block;
    margin-bottom: 20px; }

  .page_not_found .image {
    font-size: 100px; }

  .modal-dialog {
    margin-top: 5rem; }

  #menu-block .navbar-nav .dropdown-menu {
    box-shadow: none; }

  #menu-block .navbar-brand {
    display: inline-block;
    width: 110px; }

  .wrp-product .description {
    text-align: center !important; }

  .wrp-product .img-product {
    height: 200px;
    padding: 10px; }

  .wrp-product .description .title {
    font-size: 1.3rem; }

  .wr {
    display: none; }

  ul.page-attr > li {
    width: 50%; }

  ul.page-attr.has-link > li {
    width: 50%; }

  table#contacts td {
    width: 100%;
    display: inline-block; }

  .box #pan .contact-block {
    display: none; }

  .fancybox-wrap {
    left: 15px !important; }

    #footer-wrp .bottom .service-link li {
      width: 100%;
      float: none;
      padding: 0px; }
    #footer-wrp .bottom-2 {
      font-size: 14px; }

  #scrollToTop {
    display: none !important; } }
@media (max-width: 575.98px) {
  body {
    margin-bottom: 1360px; }

  .modal-dialog {
    margin-top: 5rem; }

  #menu-block .navbar-nav .dropdown-menu {
    box-shadow: none; }

  .block-all {
    text-align: left;
    padding: 0px 0px 20px 0px; }

  .title_3 {
    font-size: 20px; }

  #menu-block .contact-menu {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 90px;
    font-size: 0.8rem; }

  #menu-block .navbar-brand {
    display: inline-block;
    left: 15px; }

  .navbar-collapse {
    margin-top: 0px;
    width: 100%;
    transform: translateX(110%);
    max-height: 500px; }

  .navbar-toggler {
    right: 15px;
    left: initial; }

  .page-block .page-body .img-responsive, .page-block .page-body .img-thumbnail, .page-block .page-body .contentImage {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0px !important; }

  ul.page-attr > li {
    width: 100%; }

  ul.page-attr.has-link > li {
    width: 100%; }

  table#contacts td {
    width: 100%;
    display: inline-block; }

  .fancybox-wrap {
    left: 15px !important; }

  .box #pan .contact-block {
    left: 15px;
    width: auto;
    padding: 15px;
    right: 15px;
    bottom: 15px; }
    .box #pan .contact-block .logo {
      display: none; }

  #footer-wrp {
    text-align: center; }
    #footer-wrp .bottom .pages li {
      border: none; }
    #footer-wrp .bottom .service-link li {
      width: 100%;
      padding: 0px;
      float: none; }
    #footer-wrp .bottom-2 {
      text-align: center; }
      #footer-wrp .bottom-2 #politika {
        width: 100%;
        text-align: center; }
      #footer-wrp .bottom-2 .ra-company-data {
        margin: 10px 0px;
        display: block; } }
