@charset "UTF-8";
/*шрифт*/
/*меню*/
/*полоса сверху*/
/* слайдер */
/* зеленоватый цвет */
/* портфолио все работы */
/* портфолио выбранная работа */
/* общие */
/* logo */
/* header */
/* footer */
/* кнопка заказа обратного звонка */
.banner {
  /*
  margin-right: 15px;
  margin-top: 2em;
  width: 100%;
  */ }
  .banner a {
    width: 100%; }
    .banner a img {
      width: 100%;
      height: 100%; }
  .banner img {
    width: 100%; }

.banner-buttons a {
  display: block;
  padding: 36px;
  font-size: 21px; }

.fotorama {
  /*margin-bottom: 30px;
  margin-top: 30px;*/ }

.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); }

.fotorama__nav--dots {
  display: block;
  position: relative;
  top: -40px; }

.fotorama__caption {
  position: absolute;
  top: 75% !important;
  z-index: 12;
  color: #fff;
  background: rgba(80, 93, 221, 0.5) !important; }
  .fotorama__caption .fotorama__caption__wrap {
    background-color: transparent;
    display: block;
    padding-top: 2%; }
    .fotorama__caption .fotorama__caption__wrap h3 {
      font-weight: bold;
      font-family: "bion bold" !important;
      text-transform: uppercase; }
    .fotorama__caption .fotorama__caption__wrap p {
      font-family: "bion bold" !important;
      line-height: 41px; }

.blueimp-gallery-display {
  /*display: block !important;*/ }

.gallery-item {
  width: 200px;
  padding: 5px; }

.portfolio {
  /*
  margin-left: -9px;
  margin-right: -24px;
  */
  padding-bottom: 20px; }
  .portfolio .port {
    position: relative;
    width: 48%;
    height: 300px;
    /*
    margin-left: -.36em;
    */
    display: inline-block;
    margin-top: 10px;
    margin-right: 6px; }
    .portfolio .port img {
      object-fit: cover;
      width: 100%;
      height: 300px; }
  .portfolio .port:first-child {
    margin-left: 0px;
    margin-right: 6px; }
  .portfolio .port:last-child {
    margin-right: 0px;
    margin-left: 2px; }
  .portfolio .image {
    display: block;
    width: 100%;
    height: auto; }
  .portfolio .overlay {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 60%;
    height: 0;
    height: 30%;
    transition: 1.0s ease; }
  .portfolio .port:hover .overlay {
    /*height: 60%;*/ }
  .portfolio .text a {
    white-space: normal;
    color: white;
    font-size: 19px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 45%;
    right: 10%;
    width: 85%;
    transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%); }

.port-menu-block {
  padding: 30px 0px;
  font-size: 1em; }
  .port-menu-block .p-menu {
    margin: 10px 20px;
    padding: 0 2px 4px 2px;
    color: #151618;
    display: inline-block; }
    .port-menu-block .p-menu:hover, .port-menu-block .p-menu:active, .port-menu-block .p-menu:focus {
      text-decoration: none;
      border-bottom: 1px solid #141227; }
  .port-menu-block .p-menu-active {
    margin: 10px 20px;
    padding: 0 2px 4px 2px;
    color: #151618;
    border-bottom: 2px solid #fff;
    display: inline-block; }
    .port-menu-block .p-menu-active:hover, .port-menu-block .p-menu-active:active, .port-menu-block .p-menu-active:focus {
      text-decoration: none; }

.port-description {
  padding: 20px;
  background-color: #0b54a0;
  margin: 0 0px; }
  .port-description .desc-text {
    border-left: dotted 2px #808080;
    border-right: dotted 2px #808080;
    padding-left: 40px;
    padding-right: 40px; }
    .port-description .desc-text p {
      line-height: 17px;
      color: #151618; }
  .port-description .material-text {
    padding-left: 40px; }
    .port-description .material-text ul {
      padding-left: 17px; }

.fotorama__thumb-border {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.fotorama__thumb-border {
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) !important; }

@media (max-width: 576px) {
  .portfolio .port {
    min-width: 100%; }
    .portfolio .port img {
      min-width: 100%; }
  .portfolio .overlay {
    height: 25%; }
    .portfolio .overlay .text p {
      display: none; }
    .portfolio .overlay .text a {
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .portfolio .port:hover .overlay {
    height: 25%; }

  .port-description .desc-text {
    border-left: none;
    border-right: none; } }
@media (max-width: 576px) {
  .portfolio .port .text a {
    font-size: 17px; }
  .portfolio .overlay {
    width: 77% !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .portfolio .port {
    min-width: 100%; }
    .portfolio .port img {
      min-width: 100%; }
    .portfolio .port .text a {
      font-size: 12px; }

  .port-description .desc-text {
    border-left: none;
    border-right: none; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .portfolio .port {
    min-width: 48%;
    height: auto; }
    .portfolio .port img {
      min-width: 100%; }
    .portfolio .port .text a {
      font-size: 15px; } }
.reviews-containet {
  padding-bottom: 20px;
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/ }

.reviews-block {
  background: transparent;
  padding-top: 15px;
  /*padding-bottom: 15px;*/ }
  .reviews-block .owl-carousel {
    margin-bottom: 20px; }
  .reviews-block .owl-item {
    background: transparent; }
    .reviews-block .owl-item .item a {
      display: block; }
    .reviews-block .owl-item .item img {
      object-fit: cover;
      object-position: center;
      height: 190px;
      width: 190px; }
    .reviews-block .owl-item .item .review-text {
      padding: 10px 16%; }
      .reviews-block .owl-item .item .review-text a {
        color: #151618;
        font-weight: 300; }
    .reviews-block .owl-item .item .who-reviews {
      margin: 10px 0;
      color: #151618;
      font-weight: 400; }
      .reviews-block .owl-item .item .who-reviews a svg {
        width: 25px;
        height: 25px;
        position: relative;
        top: 7px; }
  .reviews-block .owl-controls {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);
    width: 100%; }
  .reviews-block .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .reviews-block .owl-nav .owl-prev {
      float: left; }
    .reviews-block .owl-nav .owl-next {
      float: right; }
  .reviews-block .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .reviews-block .review-text {
    padding: 10px 16%; }
    .reviews-block .review-text a {
      color: #151618; }
  .reviews-block .who-reviews {
    margin: 10px 0;
    color: #151618; }
    .reviews-block .who-reviews a {
      color: #151618; }

.elrev {
  object-fit: cover;
  object-position: center;
  height: 190px !important;
  width: 190px; }

.who-reviews a svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px; }

.partners-block {
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/
  padding-top: 15px;
  padding-bottom: 15px; }
  .partners-block .owl-carousel {
    margin-bottom: 20px; }
    .partners-block .owl-carousel .partner-image {
      border: none; }
  .partners-block .owl-stage-outer {
    /*border-top: 1px solid $footer-backgroung;*/
    /*padding-top: 40px; */ }
  .partners-block .owl-controls {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);
    width: 100%; }
  .partners-block .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .partners-block .owl-nav .owl-prev {
      float: left; }
    .partners-block .owl-nav .owl-next {
      float: right; }
  .partners-block .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.mbfooter {
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat;*/
  padding: 0;
  margin: 0; }
  .mbfooter .svg-insta, .mbfooter .svg-youtube, .mbfooter .svg-fb {
    width: 50px;
    height: 50px; }
  .mbfooter a {
    color: #151618; }
  .mbfooter .footer-phone {
    font-size: 18px; }
  .mbfooter .navbar-nav {
    flex-direction: row;
    padding: .0rem 0rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #0b54a0; }
    .mbfooter .navbar-nav .nav-item {
      padding: .1rem 1em; }
      .mbfooter .navbar-nav .nav-item a {
        color: #0b54a0 !important;
        font-size: 16px; }
    .mbfooter .navbar-nav .nav-item:hover, .mbfooter .navbar-nav .nav-item:focus, .mbfooter .navbar-nav .nav-item:active {
      background-color: #fff; }
      .mbfooter .navbar-nav .nav-item:hover a, .mbfooter .navbar-nav .nav-item:focus a, .mbfooter .navbar-nav .nav-item:active a {
        color: #0b54a0 !important; }
    .mbfooter .navbar-nav .active, .mbfooter .navbar-nav .active:hover, .mbfooter .navbar-nav .active:focus, .mbfooter .navbar-nav .active:active {
      background-color: #fff; }
      .mbfooter .navbar-nav .active .nav-link, .mbfooter .navbar-nav .active:hover .nav-link, .mbfooter .navbar-nav .active:focus .nav-link, .mbfooter .navbar-nav .active:active .nav-link {
        color: #0b54a0 !important; }

.mehfooter {
  margin-bottom: -22px;
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat;*/
  margin-left: 0;
  margin-right: 0;
  /*margin-bottom: 15px;*/
  padding-top: 0px; }
  .mehfooter .svg-social {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  .mehfooter .logo {
    width: 130px; }
  .mehfooter p {
    color: #151618; }
  .mehfooter a {
    color: #151618; }

.footer-name {
  font-size: 12px;
  padding-top: 5px; }

.border-lr {
  border-right: 1px solid #151618;
  padding-right: 30px; }

.container-fluid.contacts {
  background-color: #F4F3F7 !important; }
  .container-fluid.contacts h2 {
    color: #151618; }

.form {
  padding: 10px 0;
  /*background: #eee url(/inc/template/assets/images/mail.png) repeat scroll 0 0;*/
  border-radius: 14px;
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .form .white-bg {
    padding: 20px;
    background-color: rgba(235, 235, 235, 0.7);
    border-radius: 8px;
    border: 5px solid #fff; }
  .form a {
    color: #000; }

.cont {
  margin-bottom: 20px; }
  .cont .h2-cont {
    font-size: 20px;
    margin: 20px 0; }
  .cont p {
    font-size: 16px; }
  .cont a {
    font-size: 16px; }

.h2-cont {
  font-size: 18px;
  margin: 20px 0; }

.call-me {
  width: 193px;
  /*margin: 0 0 0 20px;*/
  /*margin-top: 4px;*/
  font-size: 18px; }

.btn-primary {
  color: #fff;
  background: #e41d2d;
  border-color: #fff;
  white-space: normal !important; }

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b54a0;
  border-color: #fff;
  outline: none !important;
  box-shadow: none !important; }

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0b54a0;
  border-color: #fff;
  outline: none !important;
  box-shadow: none !important; }

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #e41d2d;
  border-color: #fff; }

#myModalLabel {
  font-family: "bion book"; }

.mailer-form-mini {
  padding: 0;
  /*margin-top: 30px;*/ }
  .mailer-form-mini h2 {
    background-color: #fff; }
  .mailer-form-mini .form {
    width: 99%; }
  .mailer-form-mini p {
    font-size: 12px !important;
    color: #151618; }
  .mailer-form-mini #pmmin {
    background: #e41d2d;
    width: 100%;
    color: #fff;
    font-weight: bold; }

.mailer-form {
  /* background: url(../img/fav.png) 100% 100% no-repeat; */
  /* background-attachment: fixed; */
  background-size: 34% !important;
  background-position: 50% 35%;
  /* background-color: #355353; */
  padding: 0px 0 20px 0;
  /* margin-top: 30px;*/ }
  .mailer-form #pm {
    background: #e41d2d;
    width: 100%;
    color: #fff;
    font-weight: bold; }

.contacts {
  padding-top: 20px;
  /*min-height: 500px;
  background-image: url('../img/start.jpg') !important;
  background-size: cover !important;*/ }
  .contacts .row.htitle {
    margin-top: 0 !important; }
  .contacts .logo {
    width: 30%;
    height: auto;
    /*
    path{
      fill: $active-menu-font-color;
    }
    circle{
      fill: $active-menu-font-color;
    }
    */ }
  .contacts p {
    color: #151618; }
  .contacts a {
    color: #151618; }
  .contacts .tel {
    font-size: 1.35rem; }

.modal-dialog {
  /*background-color: #fff;*/ }
  .modal-dialog .modal-body {
    background-color: #fff; }
    .modal-dialog .modal-body .form {
      padding: 0;
      margin: 0; }
  .modal-dialog .modal-header {
    background-color: #fff; }

.cbtn {
  position: relative;
  top: 0px; }

.svg-social, .svg-social-1 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.first-page-text {
  padding: 20px 0;
  /*background-image: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/
  /*margin-right: 0px;*/ }
  .first-page-text p {
    font-size: 1.2em;
    /*font-weight: lighter;*/
    color: #151618; }
  .first-page-text a {
    color: #e41d2d; }
  .first-page-text ul li {
    font-size: 1.3em;
    font-weight: 400 !important;
    color: #151618; }
  .first-page-text .present-text {
    /*margin-top: 20px;*/
    padding: 0 30px; }

.gr-image {
  /*background-image: url('../img/IMG_5352-22-10-18-08-25.JPG');*/
  background-size: cover; }

.first-page-text-news {
  padding: 0;
  margin-bottom: 20px; }
  .first-page-text-news a {
    color: #151618;
    font-size: 18px; }

.fp-text {
  margin-bottom: 20px;
  font-size: 1.2em; }
  .fp-text .galimages {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
    width: 90%; }

.news {
  /*padding-left: 0px;*/ }
  .news .fp-news {
    /*margin-left: 15px;*/
    margin-right: 15px;
    padding: 15px;
    border: 1px solid #EAEAEA;
    border-left: 3px solid #fff;
    margin-bottom: 15px; }
    .news .fp-news .date {
      color: #141227;
      margin-bottom: 3px; }
    .news .fp-news .news-title {
      font-weight: 600;
      margin-bottom: 3px; }
    .news .fp-news a {
      color: #141227; }
    .news .fp-news a:hover, .news .fp-news a:active, .news .fp-news a:focus {
      color: #141227;
      text-decoration: underline; }

.fp-h1 {
  /*margin-left: 15px;*/
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px; }

.fpicon {
  width: 56%; }

.icon-text {
  padding: 0 151px; }

.photo-fp {
  width: 100%; }

#links1 {
  margin-right: 0 !important; }

.fm {
  /*background: url('../img/mailer-bg.svg') 100% 100% no-repeat;*/
  /*background-attachment: fixed;*/
  background-size: cover !important;
  background-position: center; }

.navbar {
  padding: .0rem 0rem;
  -webkit-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  -moz-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  min-height: 90px; }
  .navbar p {
    margin-bottom: 0; }
  .navbar .nav-item {
    padding: .8rem 0.5em;
    margin: 0 0rem; }
    .navbar .nav-item a {
      font-size: 16px;
      font-family: "bion bold";
      /*
      position: relative;
      top: 5px;
      */ }
    .navbar .nav-item p {
      padding-top: 15px; }
  .navbar .nav-item:hover a, .navbar .nav-item:focus a, .navbar .nav-item:active a {
    text-decoration: underline; }
  .navbar .navbar-brand {
    width: 140px;
    margin-left: 10px;
    padding-top: 15px; }
    .navbar .navbar-brand img {
      width: 90px;
      padding-bottom: 5px; }
    .navbar .navbar-brand svg {
      width: 140px; }
  .navbar .nav-soc-button {
    position: relative;
    top: -12px; }
    .navbar .nav-soc-button .svg-social, .navbar .nav-soc-button .svg-social-1 {
      width: 30px;
      height: 30px;
      margin-right: 10px; }
    .navbar .nav-soc-button .svg-social-color-horizont {
      height: 30px; }

.navbar-inverse {
  /*background-color: $nav-bg-color;*/ }
  .navbar-inverse .navbar-toggler {
    height: 35px;
    color: #141227; }
  .navbar-inverse .navbar-toggler-icon {
    color: #141227;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(61, 59, 59, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.mr-auto {
  margin: auto !important; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu {
  border-radius: 0 !important;
  width: auto;
  margin: -1px 0 0 -1px !important; }
  .dropdown-menu .image-category {
    display: none;
    width: 250px;
    margin-left: 7px;
    margin-right: 7px; }
  .dropdown-menu .dropdown-item {
    text-transform: lowercase !important; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
      background-color: #fff; }

.tn {
  color: #fff;
  font-size: 12px;
  padding-right: 29px;
  margin-bottom: 13px;
  white-space: nowrap; }

.tn:hover, .tn:active, .tn:focus {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .1rem !important;
  padding-left: .1rem !important; }

.navbar-inverse .navbar-toggler-icon {
  color: transparent;
  background-image: url(../img/toggler.svg); }

.mphone {
  margin-left: 28px !important; }

ol.mylist li {
  display: block;
  margin: 0;
  padding: 20px 0;
  position: relative;
  font-size: 18px; }
  ol.mylist li .linum {
    background: #0b54a0 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    height: 48px;
    left: -65px;
    line-height: 54px;
    margin-top: -28px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 48px; }

ul.mylist li {
  list-style: none;
  background-position: left 10px;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
  padding: 5px 0 10px 24px;
  background-image: url(../img/li.png); }

.item-photo .fotorama .fotorama__caption {
  top: 90% !important; }
  .item-photo .fotorama .fotorama__caption .fotorama__caption__wrap .img-variant {
    color: #fff;
    font-size: 1.2em; }

.googs-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-top: 15px;
  transition: border-color .3s,box-shadow .5s;
  -webkit-transition: all 1s ease-out;
  height: 96%;
  width: 106%;
  /*
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  */
  /*
  .goods-img{
    object-fit: cover;
    object-position: center;
    height: 160px;
    width: 140px;
    margin-top: 10px;
  }
  */ }
  .googs-item a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    -webkit-transition: all 1s ease-out;
    /*color: $brand-color-1;*/ }
    .googs-item a .goods-img {
      object-fit: scale-down;
      object-position: center;
      width: 100%;
      height: 200px;
      margin-top: 10px;
      overflow: hidden;
      -moz-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out; }
      .googs-item a .goods-img:hover, .googs-item a .goods-img:active, .googs-item a .goods-img:focus {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3); }
      .googs-item a .goods-img img {
        display: block;
        border: 0;
        opacity: 0;
        width: 150px;
        height: 170px; }
      .googs-item a .goods-img img:not(.initial) {
        transition: opacity 1s; }
      .googs-item a .goods-img img.initial,
      .googs-item a .goods-img img.loaded,
      .googs-item a .goods-img img.error {
        opacity: 1; }
      .googs-item a .goods-img img:not([src]) {
        visibility: hidden; }
  .googs-item .goods-title {
    font-size: 1.0em;
    font-weight: 500;
    display: block;
    min-height: 30px;
    color: #151618; }
  .googs-item .date_end {
    position: absolute;
    background-color: #e41d2d;
    color: #fff;
    font-weight: bold;
    display: block;
    bottom: 37.5%;
    padding: 5px 15px; }
  .googs-item .cost_text p {
    margin-bottom: 0rem !important; }
  .googs-item .cost {
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 92%;
    max-height: 100%; }
    .googs-item .cost a, .googs-item .cost .add_to_cart, .googs-item .cost .add_to_zakaz {
      cursor: pointer;
      /*color: #fff;*/
      display: block;
      height: 60px;
      font-size: 1.1em;
      padding-top: 15px;
      /*background-color: #808080;*/ }
    .googs-item .cost .add_to_zakaz {
      cursor: default; }
  .googs-item .cost1 {
    color: #151618;
    font-weight: 600;
    font-size: 1.1em; }
  .googs-item .add_to_cart:hover, .googs-item .add_to_cart:active, .googs-item .add_to_cart:focus, .googs-item .add_tci:hover, .googs-item .add_tci:active, .googs-item .add_tci:focus {
      /*
      background-color: $nav-bg-color;
	  color: $brand-color-1;
       */ }
  .googs-item .button-block {
    position: absolute;
    bottom: 0;
    width: 95%; }

.cost_old_block {
  bottom: 29%;
  right: 14%;
  height: 31px; }
  .cost_old_block .cost_old {
    position: relative;
    font-size: 16px;
    color: #151618; }
    .cost_old_block .cost_old:before {
      border-bottom: 3px solid red;
      position: absolute;
      right: 25%;
      content: "";
      width: 55%;
      height: 50%;
      transform: rotate(-7deg); }

.persent_minus {
  background: url(../img/percent.svg) 100% 100% no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 19px 0;
  font-size: 19px;
  color: #fff;
  font-weight: bold; }

.item-page {
  color: #151618; }
  .item-page p {
    color: #151618; }
  .item-page .cost {
    margin-top: 20px;
    margin-bottom: 0; }
    .item-page .cost a, .item-page .cost .add_to_cart, .item-page .cost .add_tci, .item-page .cost .add_tci_zakaz, .item-page .cost .add_to_zakaz {
      cursor: pointer;
      display: block;
      height: 60px;
      font-size: 1.1em;
      padding-top: 15px; }
    .item-page .cost .add_tci_zakaz, .item-page .cost .add_to_zakaz {
      cursor: default; }
  .item-page .color-box .color-box-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 5px; }

.black-block a {
  height: 20px; }

#cart, #cart_small {
  font-size: 25px;
  color: #141227;
  height: 35px;
  padding-left: 10px;
  position: relative;
  top: 10px; }
  #cart .cc, #cart_small .cc {
    display: block;
    border-radius: 50%;
    background-color: #990000;
    width: 30px;
    height: 30px;
    padding: 2px 10px 10px 10px;
    position: relative;
    top: -40px;
    left: 20px;
    font-size: 17px; }
    #cart .cc a, #cart_small .cc a {
      color: #fff; }

#cart {
  padding-right: 20px; }

#cart_small {
  position: relative;
  /*top: -6px;*/
  width: 100px; }

.goods-new-icon {
  position: absolute;
  width: auto;
  padding: 0 15px;
  background-color: #990000 !important;
  color: #fff;
  font-size: 1.3em;
  top: 16px;
  font-family: 'Roboto', sans-serif; }

.product_image {
  display: none; }

.goods-category .goods-category-link {
  padding: 13px 25px;
  border: 1px solid #e41d2d;
  line-height: 45px; }

#good_cost {
  font-size: 25px;
  color: #151618;
  font-weight: 600; }

.w-45 {
  width: 49.0%;
  border-radius: 5px !important; }

.whatsapp-message {
  background-color: #2BB741 !important;
  color: #fff !important; }
  .whatsapp-message:hover, .whatsapp-message:focus, .whatsapp-message:active {
    background-color: #25D366 !important;
    color: #000 !important; }

.googs-item a.whatsapp-message {
  display: inline-block;
  height: auto;
  width: 49.0%;
  color: #fff;
  font-size: 13px;
  border-radius: 5px !important; }
.googs-item a.call-me-button {
  display: inline-block;
  height: auto;
  width: 49.0%;
  font-size: 13px;
  border-radius: 5px !important; }

.cat-goods-item {
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 15px 10px; }
  .cat-goods-item a {
    color: #151618;
    font-size: 1em; }
    .cat-goods-item a img {
      max-height: 150px; }

.main-search-input {
  background: #fff;
  padding: 0 120px 0 0;
  border-radius: 1px;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3); }

.fl-wrap {
  float: left;
  width: 100%;
  position: relative; }

.main-search-input:before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  left: 50%;
  margin-left: -25px; }

.main-search-input-item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  height: 50px;
  position: relative; }

.main-search-input-item input {
  float: left;
  border: none;
  width: 100%;
  height: 44px;
  padding-left: 20px; }

.main-search-button {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 120px;
  color: #fff;
  top: 0;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer; }

.main-search-input-wrap {
  max-width: 500px;
  margin: 20px auto;
  position: relative; }

:focus {
  outline: 0; }

@media only screen and (max-width: 768px) {
  .main-search-input {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0); }

  .main-search-input-item {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    margin-bottom: 10px; }

  .main-search-input-item input {
    border-radius: 6px !important;
    background: #fff; }

  .main-search-button {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px; } }
.goods_sort_19, .goods_sort_91, .goods_sort_az, .goods_sort_za {
  margin-left: 10px;
  font-weight: 600;
  color: #151618; }
  .goods_sort_19:hover, .goods_sort_19:focus, .goods_sort_19:active, .goods_sort_91:hover, .goods_sort_91:focus, .goods_sort_91:active, .goods_sort_az:hover, .goods_sort_az:focus, .goods_sort_az:active, .goods_sort_za:hover, .goods_sort_za:focus, .goods_sort_za:active {
    color: #151618; }
  .goods_sort_19 img, .goods_sort_91 img, .goods_sort_az img, .goods_sort_za img {
    width: 20px;
    height: 20px; }

.goods-category-block {
  padding: 20px 0; }

.container-fluid.plitka-block {
  background-color: #4B5AA5 !important; }

.plitka-block {
  padding: 30px;
  margin-top: 30px; }
  .plitka-block h2 {
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    padding: 0 0 20px 0;
    line-height: 1em; }
  .plitka-block .other-color {
    color: #9CBD46; }
  .plitka-block .other-bg {
    background-color: #EDEBE9;
    min-height: 350px;
    padding: 20px; }
  .plitka-block .plitka {
    padding: 30px 20px; }
    .plitka-block .plitka svg {
      width: 50%; }
      .plitka-block .plitka svg path, .plitka-block .plitka svg circle, .plitka-block .plitka svg g {
        fill: #fff; }
      .plitka-block .plitka svg:hover path, .plitka-block .plitka svg:hover circle, .plitka-block .plitka svg:hover g, .plitka-block .plitka svg:active path, .plitka-block .plitka svg:active circle, .plitka-block .plitka svg:active g, .plitka-block .plitka svg:focus path, .plitka-block .plitka svg:focus circle, .plitka-block .plitka svg:focus g {
        fill: #141227; }
    .plitka-block .plitka img {
      width: 100%; }
    .plitka-block .plitka h3 {
      color: #fff;
      font-size: 1.3em; }
      .plitka-block .plitka h3:hover, .plitka-block .plitka h3:active, .plitka-block .plitka h3:focus {
        color: #141227; }
    .plitka-block .plitka p {
      color: #fff;
      font-size: 1em; }

@media (max-width: 576px) {
  .plitka {
    padding: 10px 5px !important; }
    .plitka svg {
      width: 30% !important; }
    .plitka img {
      width: 70%; }
    .plitka h3 {
      text-align: center;
      font-size: 1.0em; }
    .plitka p {
      text-align: center;
      font-size: 0.9em; } }
.scrollup {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding: 4px 10px;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: none;
  text-align: center; }

.viber, .whatsapp, .telegram {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  left: -4px;
  margin-left: 5px; }

.svg-social-reviews {
  position: relative;
  top: 10px;
  width: 30px;
  height: 30px;
  margin-right: 5px; }

.svg-social, .svg-social-1 {
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.st11 {
  fill: #FFFFFF; }

.st12 {
  fill: #B0BEC5; }

.st13 {
  fill: #CFD8DC; }

.VKst0 {
  fill: #FFFFFF; }

.inst0 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10; }

.inst1 {
  fill: #AFAFAF; }

.svg-social-horizont, .svg-social-color-horizont {
  height: 40px;
  margin-right: 10px; }

.svg-social-horizont.ssb {
  position: relative;
  height: 25px !important;
  top: -8px; }

.breadcrumb {
  margin-top: 1rem;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb .breadcrumb-item a {
    color: #151618 !important; }

.owl-carousel {
  margin-bottom: 40px; }
  .owl-carousel .item a img {
    height: auto; }

#map {
  height: 350px;
  width: 100%; }

.fullscreen-bg__video {
  position: relative;
  top: -45px;
  left: 0;
  width: 100%; }

.cpp-content p {
  font-size: 10px; }
  .cpp-content p .mb-logo {
    width: 55px;
    position: relative;
    top: 7px;
    left: 6px; }

.container-fluid.stages_category-block {
  background-color: transparent; }

.stages_category-block .stages_category {
  padding: 5px 15px;
  border: 1px solid #151618;
  color: #151618;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  cursor: pointer; }
.stages_category-block .border-left {
  border-left: 1px solid #151618;
  position: relative; }
  .stages_category-block .border-left:before, .stages_category-block .border-left:after {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -7px;
    border: 5px solid transparent;
    border-top: 5px solid #151618; }
  .stages_category-block .border-left:after {
    border-top: 10px solid #151618;
    bottom: -12px; }
  .stages_category-block .border-left p {
    color: #151618;
    padding: 20px 0 0 20px; }
  .stages_category-block .border-left ul, .stages_category-block .border-left p {
    color: #151618;
    margin-bottom: 0rem !important;
    padding: 20px 0 0 40px;
    font-size: 1.1rem;
    line-height: 1.8; }
.stages_category-block .stage_description {
  /*display: none;*/ }

@media (max-width: 576px) {
  .stages_category-block .border-left {
    margin-left: 30px; }
    .stages_category-block .border-left p {
      padding: 20px 20px 0 20px; } }
.container-fluid.serv-block {
  background-color: #F4F3F7; }
  .container-fluid.serv-block h2 {
    font-size: 2.2em; }

.page-serv-block {
  background-color: transparent; }

.o-item {
  padding-top: 30px; }

.serv {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px; }

.serv-item-text {
  font-size: 1.1rem; }
  .serv-item-text p {
    color: #151618; }
  .serv-item-text a {
    color: #151618; }
    .serv-item-text a:hover, .serv-item-text a:active, .serv-item-text a:focus {
      color: #151618; }

.serv-cat-link {
  color: #000;
  font-size: 1.2em;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #F3F3F3;
  font-weight: bold; }
  .serv-cat-link:hover, .serv-cat-link:active, .serv-cat-link:focus {
    color: #000;
    background-color: #c4c4c4; }

.card {
  background-color: #fff;
  overflow: hidden;
  margin-right: 1%;
  color: #151618;
  border-radius: 0.75rem; }
  .card .img-hover {
    display: block;
    height: 260px;
    width: 100%;
    position: relative; }
    .card .img-hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 1; }
    .card .img-hover:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 1; }
    .card .img-hover:hover:before, .card .img-hover:hover:after {
      opacity: 0; }
  .card .card-body {
    top: 25%;
    width: 100%; }
    .card .card-body h5 {
      font-size: 1.1rem; }
      .card .card-body h5 a {
        color: #151618; }
        .card .card-body h5 a:hover, .card .card-body h5 a:active, .card .card-body h5 a:focus {
          text-decoration: none;
          color: #151618; }
  .card img {
    overflow: hidden;
    object-fit: cover;
    height: 260px;
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    height: 100%; }
  .card .card-title {
    color: #151618;
    min-height: 65px; }
    .card .card-title h5 {
      min-height: 65px !important; }
    .card .card-title:hover, .card .card-title:active, .card .card-title:focus {
      text-decoration: none; }
  .card:hover, .card:active, .card:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .card:hover img, .card:active img, .card:focus img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .card:hover .card-title, .card:active .card-title, .card:focus .card-title {
      text-decoration: none;
      color: #151618 !important; }

@media (min-width: 1201px) {
  .card {
    width: 23.9%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .card {
    width: 23.9%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .card {
    width: 23.9%; } }
@media (min-width: 576px) and (max-width: 767px) {
  .card {
    width: 49.9%; } }
@media (max-width: 576px) {
  .card {
    width: 97.5%; } }
@media (max-width: 576px) {
  .header-bg {
    /*background: url('../img/depositphotos_43264647-stock-photo-olives-on-branch-with-leaves.jpg') 0 50% no-repeat !important;*/
    background-size: contain !important; }

  .fullscreen-bg__video {
    padding-left: 4%;
    top: -33px; }

  .mbtop {
    padding: 0 10px; }
    .mbtop .logo {
      width: 65% !important;
      margin-top: 35px !important; }
    .mbtop .org_name {
      margin: 0 !important;
      font-size: 15px !important; }
    .mbtop .slogon {
      margin: 0;
      font-size: 12px;
      color: #141227;
      margin-bottom: 20px; }
    .mbtop .top-phone {
      font-size: 15px !important;
      margin-left: 0px !important;
      display: none !important; }
      .mbtop .top-phone .tel {
        font-size: 15px !important;
        white-space: normal !important;
        display: none; }
      .mbtop .top-phone p {
        font-size: 15px !important;
        white-space: normal !important; }

  .navbar {
    padding-top: 0px;
    padding-bottom: 15px; }
    .navbar .nav-item {
      padding: 0 .2rem 0 0.8em;
      margin: 0 0rem; }

  .navbar-inverse .navbar-toggler {
    margin-top: 10px;
    margin-right: 15px;
    height: 35px;
    color: #696A6E;
    background-color: #fff; }

  .navbar .navbar-brand {
    margin-left: 15px !important;
    /*position: absolute;*/
    /*display: none !important;*/
    width: 100%;
    text-align: center;
    /*
    position: relative;
    width: 70px !important;
    top: 10px;
    */ }
    .navbar .navbar-brand svg {
      width: 50%; }
    .navbar .navbar-brand img {
      display: none !important;
      width: 50%;
      margin-left: 27%; }

  .mobile-phone {
    display: block;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    margin-top: 12px; }
    .mobile-phone a {
      color: #141227;
      font-size: 16px;
      margin-left: 15px; }

  .gallery {
    padding-right: 0px; }
    .gallery .carousel-item img {
      height: 170px; }
    .gallery .carousel-caption {
      left: 65%;
      top: 20px;
      z-index: 10;
      padding-top: 10px;
      padding-bottom: 10px; }
      .gallery .carousel-caption h3 {
        padding-left: 20px;
        font-size: 14px; }
      .gallery .carousel-caption p {
        font-size: 12px; }

  .news .fp-h1 {
    margin-top: 20px;
    margin-left: 30px; }

  .mbfooter {
    display: none; }

  .border-lr {
    border-left: none;
    border-right: none;
    padding-left: 0px; }

  .no-padding .row {
    margin-right: 0; }
    .no-padding .row .col {
      padding-right: 0; }

  .banner {
    margin-right: 0px; }

  .fotorama__caption {
    top: 40% !important; }
    .fotorama__caption .fotorama__caption__wrap {
      padding-top: 2%; }
      .fotorama__caption .fotorama__caption__wrap h3 {
        font-size: 27px !important; }
      .fotorama__caption .fotorama__caption__wrap p {
        line-height: 28px !important;
        font-size: 25px !important;
        font-family: "bion book" !important; }

  .p-menu {
    display: block; }

  .port-description .desc-text {
    border-left: none !important;
    border-right: none !important;
    padding-left: 15px !important; }
  .port-description .material-text {
    padding-left: 15px !important; }

  .content-text {
    padding: 30px 10px !important; }

  .fpicon {
    width: 95% !important; }

  .icon-text {
    padding: 0 10px !important; }

  h1 {
    font-size: 1.7rem !important; }

  h2 {
    font-size: 1.5rem !important; }

  .cbtn {
    position: relative;
    right: 4px;
    top: 0px; }

  .galimages img {
    max-width: 95%; }

  .photo-start {
    min-height: 425px; }

  .mailer-form {
    background-attachment: inherit;
    background-size: 120% !important;
    background-position: 50% 0%; }

  .bottom-gallery {
    object-fit: cover;
    object-position: center;
    height: auto !important;
    width: auto !important; }

  #cart_small {
    width: 70px; }

  .w-45 {
    width: 47.9% !important;
    border-radius: 5px !important;
    font-size: 10px !important; }

  .call-me-goods {
    font-size: 11px !important; }

  .googs-item {
    margin-bottom: 22px;
    width: 103% !important; }
    .googs-item .button-block {
      width: 85.2%; }
    .googs-item a.call-me-button {
      font-size: 9px !important; }
    .googs-item a.whatsapp-message {
      font-size: 9px !important; }
    .googs-item a {
      height: 120px; }
      .googs-item a .goods-img {
        height: 100px; }
    .googs-item .goods-title {
      font-size: 0.8em;
      margin-bottom: 3px; }
    .googs-item .cost {
      left: 4px;
      bottom: -5px;
      max-width: 85%; }
    .googs-item .cost1 {
      margin-bottom: 40px; }

  .mobile-phone .icon_p {
    margin-right: 0px !important; }

  .calculate h2 {
    font-size: 1.1rem !important; }

  .cat-goods-item a {
    height: 60%; }
    .cat-goods-item a a {
      overflow: unset; }

  .goods-new-icon {
    font-size: 1.1em;
    top: 43px; }

  .video-box iframe {
    width: 100%;
    height: 178px !important; }

  .mailer-form {
    background-size: cover !important; } }
@media screen and (max-height: 575px) {
  .g-recaptcha {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
@media (min-width: 576px) and (max-width: 767px) {
  .header-bg {
    /*background: url('../img/depositphotos_43264647-stock-photo-olives-on-branch-with-leaves.jpg') 0 50% no-repeat !important;*/
    background-size: contain !important; }

  .mbtop {
    padding: 0 10px; }
    .mbtop .logo {
      margin-top: 20px !important;
      width: 60% !important; }
    .mbtop .org_name {
      margin: 0 !important;
      font-size: 15px !important; }
    .mbtop .slogon {
      margin: 0;
      font-size: 12px;
      color: #141227;
      margin-bottom: 20px; }
    .mbtop .top-phone {
      font-size: 15px !important;
      margin-left: 0px !important; }
      .mbtop .top-phone .tel {
        font-size: 15px !important;
        white-space: normal !important; }
      .mbtop .top-phone p {
        white-space: normal !important; }
    .mbtop #cart {
      position: absolute;
      top: -10px;
      right: 10px; }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 60px;*/ }

  .navbar-inverse .navbar-toggler {
    height: 35px;
    color: #696A6E;
    background-color: #fff; }

  .mobile-phone {
    display: block;
    margin-left: 30px; }
    .mobile-phone a {
      color: #141227;
      font-size: 18px;
      margin-right: 10px; }

  .mbfooter {
    display: none; }

  .gallery {
    padding-right: 0px; }
    .gallery .carousel-item img {
      /*height: 227px;*/ }
    .gallery .carousel-caption {
      left: 65%;
      top: 20px;
      z-index: 10;
      padding-top: 10px;
      padding-bottom: 10px; }
      .gallery .carousel-caption h3 {
        padding-left: 20px;
        font-size: 14px; }
      .gallery .carousel-caption p {
        font-size: 12px; }

  .news .fp-h1 {
    margin-top: 20px;
    margin-left: 30px; }

  .border-lr {
    border-left: none;
    border-right: none;
    padding-left: 0px;
    font-size: 0.8em; }

  .no-padding .row {
    margin-right: 0; }

  .banner {
    margin-right: 0px; }

  .fotorama__caption {
    top: 50% !important; }
    .fotorama__caption .fotorama__caption__wrap h3 {
      font-size: 23px !important; }
    .fotorama__caption .fotorama__caption__wrap p {
      line-height: 20px !important;
      font-size: 16px !important; }

  .p-menu {
    display: block; }

  .port-description .desc-text {
    border-left: none !important;
    border-right: none !important;
    padding-left: 15px !important; }
  .port-description .material-text {
    padding-left: 15px !important; }

  .mailer-form {
    background-size: 120% !important;
    background-position: 50% 85%; }

  .video-box iframe {
    width: 100%;
    height: 287px !important; }

  .googs-item .button-block {
    width: 94.2%; }
  .googs-item .cost {
    left: 15px;
    max-width: 94%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mbtop {
    padding: 0 10px; }
    .mbtop .logo {
      width: 80% !important;
      margin-top: 20px !important; }
    .mbtop .org_name {
      margin: 0 !important;
      font-size: 15px !important; }
    .mbtop .slogon {
      margin: 0;
      font-size: 12px;
      color: #141227; }
    .mbtop .top-phone {
      font-size: 15px !important;
      margin-left: 0px !important; }
      .mbtop .top-phone .tel {
        font-size: 15px !important; }
    .mbtop #cart {
      position: absolute;
      top: 8px;
      right: 10px; }

  .navbar {
    padding: .5rem 0rem; }

  .navbar-inverse .navbar-collapse {
    margin-top: 20px; }
  .navbar-inverse .navbar-toggler {
    height: 35px;
    color: #696A6E;
    padding-top: 0px;
    background-color: #fff; }

  .mobile-phone {
    display: block;
    margin: 8px 0 0 10px; }
    .mobile-phone a {
      color: #141227;
      font-size: 20px; }

  .mbfooter a {
    font-size: 10px; }

  .gallery {
    /*padding-right: 15px;*/ }
    .gallery .carousel-item img {
      /*height: 302px;*/ }
    .gallery .carousel-caption {
      left: 65%;
      top: 20px;
      z-index: 10;
      padding-top: 10px;
      padding-bottom: 10px; }
      .gallery .carousel-caption h3 {
        padding-left: 20px;
        font-size: 16px; }
      .gallery .carousel-caption p {
        font-size: 14px; }

  .footer-name {
    padding-left: 40px; }

  .border-lr {
    padding-left: 40px; }

  .fotorama__caption {
    top: 60% !important; }
    .fotorama__caption .fotorama__caption__wrap {
      padding-top: 1%; }
      .fotorama__caption .fotorama__caption__wrap h3 {
        font-size: 18px !important; }
      .fotorama__caption .fotorama__caption__wrap p {
        font-size: 14px !important; }

  .googs-item .button-block {
    width: 93%; }
  .googs-item .cost {
    left: 12px;
    max-width: 93%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .mbtop .logo {
    width: 60% !important;
    margin-top: 15px !important; }

  .mobile-phone a {
    color: #141227;
    font-size: 20px; }

  .fotorama__caption {
    top: 65% !important; }
    .fotorama__caption .fotorama__caption__wrap {
      padding-top: 1%; }

  .googs-item .button-block {
    width: 92.7%; }
  .googs-item .cost {
    left: 13px;
    max-width: 93%; } }
@media (min-width: 1201px) {
  .mobile-phone a {
    color: #141227;
    font-size: 20px; }

  .fotorama__caption {
    top: 70% !important; }
    .fotorama__caption .fotorama__caption__wrap {
      padding-top: 3%; }

  .googs-item .button-block {
    width: 92.7%; }
  .googs-item .cost {
    left: 14px;
    max-width: 95%; } }
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #212327 url("../img/cubes.png");
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1; }

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms; }

.cookiealert a {
  text-decoration: underline; }

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline; }

.calculate {
  padding: 20px 0px; }
  .calculate p {
    color: #444444;
    font-size: 16px;
    /*margin-bottom: 40px;*/
    line-height: normal;
    font-weight: 500;
    padding: 20px 0 10px 0; }
  .calculate .noUi-target {
    /*margin: 0 10px;*/ }
  .calculate .noUi-touch-area {
    background-color: #e41d2d;
    color: #ffffff; }
  .calculate .c-desk {
    margin-top: 20px;
    font-size: 20px;
    padding-top: 15px;
    color: #e41d2d; }
  .calculate .c-itog {
    margin-top: 20px;
    padding-top: 15px;
    background-color: #e41d2d; }
    .calculate .c-itog .calc-itog {
      color: #ffffff;
      font-size: 20px; }

@media (min-width: 576px) and (max-width: 767px) {
  .calculate {
    padding: 20px 15px; }
    .calculate p {
      padding: 20px 15px 10px 15px; } }
@media (max-width: 576px) {
  .calculate {
    padding: 15px 15px; }
    .calculate p {
      padding: 15px 10px 10px 10px; } }
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 50vh auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  max-width: 200px;
  min-width: 200px;
  */
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  padding-left: 25px;
  flex: 1; }

/* Switch 1 Specific Styles Start */
.box_1 {
  background: transparent; }
  .box_1 label {
    margin-left: 30px;
    font-weight: 500; }

input[type="checkbox"].switch_1 {
  font-size: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.5em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

input[type="checkbox"].switch_1:checked {
  background: #e41d2d; }

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.5em); }

/* Switch 1 Specific Style End */
/* Switch 2 Specific Style Start */
.box_2 {
  background: #666; }

input[type="checkbox"].switch_2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 8px;
  background: #444;
  border-radius: 5px;
  position: relative;
  outline: 0;
  cursor: pointer; }

input[type="checkbox"].switch_2:before,
input[type="checkbox"].switch_2:after {
  position: absolute;
  content: "";
  -webkit-transition: all .25s;
  transition: all .25s; }

input[type="checkbox"].switch_2:before {
  width: 40px;
  height: 40px;
  background: #ccc;
  border: 5px solid #666;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

input[type="checkbox"].switch_2:after {
  width: 30px;
  height: 30px;
  background: #666;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

input[type="checkbox"].switch_2:checked:before {
  left: calc(100% - 35px); }

input[type="checkbox"].switch_2:checked:after {
  left: 75px;
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Switch 2 Specific Style End */
/* Switch 3 Specific Style Start */
.box_3 {
  background: #19232b; }

.toggle_switch {
  width: 100px;
  height: 45px;
  position: relative; }

input[type="checkbox"].switch_3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  z-index: 1; }

svg.checkbox .outer-ring {
  stroke-dasharray: 375;
  stroke-dashoffset: 375;
  -webkit-animation: resetRing .35s ease-in-out forwards;
  animation: resetRing .35s ease-in-out forwards; }

input[type="checkbox"].switch_3:checked + svg.checkbox .outer-ring {
  -webkit-animation: animateRing .35s ease-in-out forwards;
  animation: animateRing .35s ease-in-out forwards; }

input[type="checkbox"].switch_3:checked + svg.checkbox .is_checked {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg); }

input[type="checkbox"].switch_3:checked + svg.checkbox .is_unchecked {
  opacity: 0;
  -webkit-transform: translateX(-200%) rotate(180deg);
  transform: translateX(-200%) rotate(180deg); }

svg.checkbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

svg.checkbox .is_checked {
  opacity: 0;
  fill: yellow;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(200%) rotate(45deg);
  transform: translateX(200%) rotate(45deg);
  -webkit-transition: all .35s;
  transition: all .35s; }

svg.checkbox .is_unchecked {
  opacity: 1;
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
  -webkit-transition: all .35s;
  transition: all .35s; }

@-webkit-keyframes animateRing {
  to {
    stroke-dashoffset: 0;
    stroke: #b0aa28; } }
@keyframes animateRing {
  to {
    stroke-dashoffset: 0;
    stroke: #b0aa28; } }
@-webkit-keyframes resetRing {
  to {
    stroke-dashoffset: 0;
    stroke: #233043; } }
@keyframes resetRing {
  to {
    stroke-dashoffset: 0;
    stroke: #233043; } }
/* Switch 3 Specific Style End */
/* Switch 4 Specific Style Start */
.box_4 {
  background: #eee; }

.input_wrapper {
  width: 80px;
  height: 40px;
  position: relative;
  cursor: pointer; }

.input_wrapper input[type="checkbox"] {
  width: 80px;
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #315e7f;
  border-radius: 2px;
  position: relative;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s; }

.input_wrapper input[type="checkbox"]:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 34px;
  height: 34px;
  background: #dfeaec;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: all .35s;
  transition: all .35s; }

.input_wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: 1; }

.input_wrapper .is_checked {
  width: 18px;
  left: 18%;
  -webkit-transform: translateX(190%) translateY(-30%) scale(0);
  transform: translateX(190%) translateY(-30%) scale(0); }

.input_wrapper .is_unchecked {
  width: 15px;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1); }

/* Checked State */
.input_wrapper input[type="checkbox"]:checked {
  background: #23da87; }

.input_wrapper input[type="checkbox"]:checked:after {
  left: calc(100% - 37px); }

.input_wrapper input[type="checkbox"]:checked + .is_checked {
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1); }

.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked {
  -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
  transform: translateX(-190%) translateY(-30%) scale(0); }

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #141227;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

.navbar-toggler {
  border: none;
  background: transparent !important; }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar-toggler:hover .top-bar, .navbar-toggler:hover .bottom-bar {
    width: 15px; }
  .navbar-toggler:active .top-bar, .navbar-toggler:active .bottom-bar, .navbar-toggler:focus .top-bar, .navbar-toggler:focus .bottom-bar {
    width: 22px; }

.navbar-toggler.collapsed .top-bar, .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0); }
.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.branch-item {
  padding-top: 30px; }

#section-counter {
  background-color: transparent !important; }
  #section-counter h2 {
    color: #000; }

.block-number {
  display: block; }
  .block-number .text, .block-number span {
    display: block; }
  .block-number span {
    font-weight: bold; }

.pages-block {
  color: #151618; }
  .pages-block p {
    color: #151618;
    font-size: 1.2rem; }
  .pages-block ul li {
    color: #151618;
    font-size: 1.2rem;
    line-height: 1.7rem; }
  .pages-block .ext-pages-text-block {
    padding: 0 30px 0 30px;
    font-size: 1em;
    text-align: left;
    color: #151618; }
    .pages-block .ext-pages-text-block h1 {
      margin-top: 0px; }
    .pages-block .ext-pages-text-block a {
      color: #151618; }
      .pages-block .ext-pages-text-block a:hover, .pages-block .ext-pages-text-block a:active, .pages-block .ext-pages-text-block a:focus {
        color: #151618; }
  .pages-block .fluid_text {
    color: #151618;
    padding: 15px 30px;
    /*
    background-color: #B28D80;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    */ }

@media (max-width: 576px) {
  .pages-block p {
    font-size: 0.9em; }
  .pages-block ul li {
    font-size: 0.9em;
    line-height: 1.4rem; }
  .pages-block .ext-pages-text-block {
    padding: 15px; }
  .pages-block .fluid_text {
    padding: 10px 15px 10px 15px;
    text-align: left; }
    .pages-block .fluid_text p {
      font-size: 0.9em; }
    .pages-block .fluid_text ul li {
      font-size: 0.9em;
      line-height: 1.4rem; } }
.listPlus {
  padding: 0;
  list-style: none; }
  .listPlus li {
    padding: 6px;
    line-height: normal; }
    .listPlus li:before {
      border: solid 3px #ffffff;
      border-radius: 20px;
      padding-right: 5px;
      padding-left: 5px;
      font-weight: bold;
      color: #5ca914;
      content: "✔";
      transition-duration: 0.5s;
      margin-right: 15px; }
    .listPlus li:hover:before {
      color: #407c0e;
      content: "✔"; }

.listMinus {
  padding: 0;
  list-style: none; }
  .listMinus li {
    padding: 6px;
    line-height: normal; }
    .listMinus li:before {
      border: solid 3px #ffffff;
      border-radius: 20px;
      padding-right: 5px;
      padding-left: 5px;
      font-weight: bold;
      color: #b90000;
      content: "—";
      transition-duration: 0.5s;
      margin-right: 15px; }
    .listMinus li:hover:before {
      color: #a10000;
      content: "—"; }

.list6b {
  padding: 0;
  list-style: none; }
  .list6b li {
    padding: 6px;
    line-height: normal; }
    .list6b li:before {
      border: solid 3px #ffe3b6;
      border-radius: 20px;
      padding-right: 5px;
      padding-left: 5px;
      font-weight: bold;
      color: #505ddd;
      content: "✔";
      transition-duration: 0.5s;
      margin-right: 15px; }
    .list6b li:hover:before {
      color: #16013c;
      content: "✔"; }

.list6b ul {
  margin-left: 25px;
  padding: 0;
  list-style: none; }
  .list6b ul li {
    padding: 6px;
    line-height: normal; }
    .list6b ul li:before {
      border: none;
      padding-right: 5px;
      padding-left: 5px;
      font-weight: bold;
      color: #00ad5d;
      content: "◈";
      transition-duration: 0.5s;
      margin-right: 15px; }
    .list6b ul li:hover:before {
      color: #00ad5d;
      content: "◈"; }

@font-face {
  font-family: 'bion book';
  src: url("../fonts/Bion/bion-book.woff2") format("woff2"), url("../fonts/Bion/bion-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bion bold';
  src: url("../fonts/Bion/bion-bold.woff2") format("woff2"), url("../fonts/Bion/bion-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/ }

body {
  font-size: 1em;
  font-family: "bion book";
  position: relative;
  /*background: url(../img/free-abstract-pattern-vector-1.jpg);
  */
  /*
  background-color: $page-bg;
  background-image: url(../img/bg.svg);
  background-repeat:no-repeat;
  background-size:90%;
  background-position: center top;
  */
  /*background: url('../img/page-bg.jpg') 100% 100% repeat !important;*/
  /*
  background-attachment: fixed;
  background-size: cover !important;
  */ }
  body .container .row {
    background: transparent; }
  body .no-padding {
    background: transparent; }

body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*
  background: url(../img/free-abstract-pattern-vector-1.jpg);
  opacity: 0.5;
  */ }

.htitle {
  opacity: 1;
  line-height: 1.2;
  margin-top: 20px; }

.row-flex {
  display: flex;
  flex-flow: row wrap; }

.fsize {
  /*
  background: url('../img/bg.jpg') no-repeat;
  background-attachment: fixed;
  background-size: 40% auto;
  background-color: $header-bg-color;
  */ }
  .fsize .container {
    width: 80%;
    padding: 0;
    background: transparent; }
    .fsize .container .row {
      margin-right: 0; }
  .fsize .top-menu {
    /*
    background: $nav-bg-color;
    height: 100px;
    */ }

.fsize-gallery {
  width: 100%; }
  .fsize-gallery .container {
    padding: 0;
    width: 100%; }

.mbtop {
  border-top: 0px solid #0b54a0;
  margin: 0;
  padding: 0;
  /*height: 250px;*/
  /*
  background: url('../img/depositphotos_37911995-stock-photo-panorama-of-the-july-of.jpg') 100% 100% no-repeat;
  background-size: cover;
  */ }
  .mbtop .logo {
    width: 40%;
    margin-top: 25px;
    margin-bottom: 10px;
    height: 73%;
    /*
    path{
      fill: $active-menu-font-color;
    }
    circle{
      fill: $active-menu-font-color;
    }
    */ }
  .mbtop .top-phone {
    font-size: 15px;
    color: #151618;
    font-family: "bion book"; }
    .mbtop .top-phone .tel {
      font-family: "bion book";
      color: #151618 !important;
      font-size: 20px;
      font-weight: bold;
      white-space: nowrap;
      position: relative;
      top: -5px; }
    .mbtop .top-phone .p-2 {
      padding-top: 0px !important; }
    .mbtop .top-phone .ph {
      /*margin-bottom: -10px !important;*/
      /*background-color: $nav-bg-color; */ }
    .mbtop .top-phone .tel1 {
      font-family: "bion book";
      color: #141227 !important;
      font-size: 12px;
      font-weight: 400;
      /*white-space: nowrap;*/ }
    .mbtop .top-phone p {
      font-family: "bion book";
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 3px;
      /*white-space: nowrap;*/ }
  .mbtop .org_name {
    font-family: "bion book";
    font-size: 30px;
    margin-top: 39px;
    color: #151618;
    background-color: #fff; }
  .mbtop .slogon {
    font-size: 20px;
    font-family: "bion book";
    line-height: 20px;
    color: #151618;
    font-weight: 500;
    text-transform: uppercase;
    /*background-color: $brand-color;*/ }

h1 {
  font-size: 1.9rem;
  font-family: "bion bold";
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 300;
  text-transform: uppercase;
  /*padding-left: 20px;*/ }
  h1 svg.svg-social-reviews {
    top: 5px !important; }
  h1 a {
    color: #151618 !important; }

h2 {
  font-size: 1.5rem;
  font-family: "bion bold";
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 0px; }

h2.dodoka {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.1 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  h2.dodoka :before, h2.dodoka :after {
    content: '';
    width: 100%;
    height: 2px;
    background: red;
    display: block; }

.h1-title {
  margin-top: 20px;
  font-family: "bion bold"; }

h2.mehh2 {
  font-family: "bion bold";
  font-size: 17px;
  text-transform: uppercase;
  background-color: #0b54a0;
  color: #151618;
  padding: 5px;
  font-weight: lighter; }

h3 {
  font-family: "bion bold";
  font-size: 1.2rem;
  color: #151618; }

h4, h5 {
  font-family: "bion bold";
  font-size: 17px;
  color: #151618; }

.bordered {
  border: 1px solid #fff;
  padding: 10px 30px;
  margin: 20px 0;
  min-height: 435px; }
  .bordered img {
    margin-left: 30px;
    margin-top: 20px; }
  .bordered h3 {
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.border-1px {
  border: 1px solid #c9d1d8;
  padding: 10px 30px; }

.price-text {
  margin: 30px 40px; }

.cont-text {
  padding: 10px 0 30px 0; }
  .cont-text .sub-menu {
    padding-left: 0px;
    /*border-right: 1px solid $nav-bg-color;*/ }
    .cont-text .sub-menu ul {
      list-style: none;
      margin-left: -20px; }
      .cont-text .sub-menu ul li {
        font-size: 0.8rem;
        font-family: "bion book";
        /*border-bottom: 1px dotted $nav-bg-color;*/
        padding: 10px 10px; }
        .cont-text .sub-menu ul li.active {
          /*box-shadow: -3px 0px 0px 0px $nav-bg-color;*/ }
          .cont-text .sub-menu ul li.active a {
            font-weight: 500;
            text-decoration: none; }
        .cont-text .sub-menu ul li:first-child {
          /*border-top: 1px dotted $nav-bg-color;*/ }
        .cont-text .sub-menu ul li:hover, .cont-text .sub-menu ul li:active, .cont-text .sub-menu ul li:focus {
          /*box-shadow: -3px 0px 0px 0px $nav-bg-color;*/ }
        .cont-text .sub-menu ul li a {
          color: #151618;
          font-size: 16px; }
          .cont-text .sub-menu ul li a:hover, .cont-text .sub-menu ul li a:active, .cont-text .sub-menu ul li a:focus {
            font-weight: 500;
            text-decoration: none; }
  .cont-text h1 {
    font-size: 1.9rem;
    font-family: "bion bold";
    margin-bottom: 20px; }

#links img {
  margin-top: 30px;
  object-fit: cover;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
  /*height: 190px; */
  width: 100%; }

.no-padding {
  padding: 0; }

.header-bg {
  /*background: url('../img/depositphotos_3781949-stock-photo-olive-branch.jpg') 100% 50% no-repeat, url('../img/depositphotos_43264647-stock-photo-olives-on-branch-with-leaves.jpg') 0 50% no-repeat;*/
  /*background-image: url('../img/depositphotos_3781949-stock-photo-olive-branch.jpg') !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat;
  */
  background-size: contain !important;
  /*background: rgba(255, 255, 255, 0.7) !important;*/ }

.bg-line {
  padding-top: 26px;
  /*background-image: url('../img/line-bg.jpg') !important;*/ }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67%;
  border: 0; }

.object-list {
  margin-bottom: 20px;
  border-bottom: 3px solid #151618; }

#links {
  padding-bottom: 20px; }

.navbar-inverse .navbar-toggler {
  background-color: transparent; }

.white-page-bg {
  /*background-color: transparent !important;*/
  padding: 20px 25px;
  /*margin-bottom: 30px;*/ }
  .white-page-bg h2 {
    color: #151618; }
  .white-page-bg a {
    color: #151618; }
  .white-page-bg p {
    color: #151618; }

.content-text {
  padding: 0px 0px;
  font-size: 1.0rem;
  margin-bottom: 30px; }

svg.cont {
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
  margin-right: 10px; }

.ha255 {
  height: 255px; }

.bottom-gallery {
  object-fit: cover;
  object-position: center;
  width: 265px;
  padding-top: 20px; }

.pay_form {
  position: relative; }

#section-counter {
  margin-top: 30px; }

.container.bottom-shadow {
  padding-bottom: 8% !important;
  -webkit-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  -moz-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28); }

.btn_el {
  top: -19px; }

.icon_p {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px; }

.contacts .icon_p {
  margin-right: 5px !important; }

.footer {
  width: 100%;
  height: 80px;
  line-height: 40px;
  background-color: #009EE3;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em; }
  .footer a {
    color: #fff; }
  .footer .img-button, .footer .img-button1 {
    width: 30%;
    padding-top: 7px; }
  .footer .img-button1 {
    width: 26%; }

.vid-cont h2 {
  font-size: 2em;
  font-weight: bolder; }

.video-box iframe {
  width: 100%;
  height: 625px; }

.whatsapp-block {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25D366;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999; }
  .whatsapp-block img {
    width: 55px;
    height: 55px; }
  .whatsapp-block:before, .whatsapp-block:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; }
  .whatsapp-block:after {
    animation-delay: .5s; }

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/** Below CSS is completely optional **/
.gallery-item {
  width: 200px;
  padding: 5px; }

.chart {
  padding-top: 30px;
  padding-bottom: 30px; }
  .chart .pers {
    position: absolute;
    top: 29%;
    left: 34%; }
    .chart .pers p {
      font-size: 3rem; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: .25rem !important; }

.form-check-label {
  padding-left: 1.7rem;
  margin-bottom: 0; }

.img-news {
  max-height: 300px; }

/*# sourceMappingURL=style.css.map */
