@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(0, 0, 0, 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: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}
.fotorama__caption .fotorama__caption__wrap p {
  font-family: "Montserrat", sans-serif !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: 1s 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 #151618;
}
.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 {
  margin-top: 30px;
  /*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: 0.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: 30px;
}
.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: #f5f5f5 !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: "Montserrat", sans-serif;
}

.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-bottom: 15px;
  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-left: 15px;
  padding: 35px 30px;*/
  /*border: 1px solid $footer-backgroung;*/
  /*border-left: 3px solid $hover-menu-bg-color;*/
  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: #151618;
  margin-bottom: 3px;
}
.news .fp-news .news-title {
  font-weight: 600;
  margin-bottom: 3px;
}
.news .fp-news a {
  color: #151618;
}
.news .fp-news a:hover, .news .fp-news a:active, .news .fp-news a:focus {
  color: #151618;
  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);
}
.navbar p {
  margin-bottom: 0;
}
.navbar .nav-item {
  padding: 0.8rem 0.5em;
  margin: 0 0rem;
}
.navbar .nav-item a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  /*
  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: 90px;
  margin-left: 10px;
  padding-top: 10px;
}
.navbar .navbar-brand img {
  width: 90px;
  padding-bottom: 5px;
}
.navbar .navbar-brand svg {
  width: 250px;
}
.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: #151618;
}
.navbar-inverse .navbar-toggler-icon {
  color: #151618;
  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: 0.1rem !important;
  padding-left: 0.1rem !important;
}

.navbar-inverse .navbar-toggler-icon {
  color: transparent;
  background-image: url(../img/toggler.svg);
}

.mphone {
  margin-left: 28px !important;
}

.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 0.3s, box-shadow 0.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: 1em;
  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: #151618;
  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%;
  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%;
  color: #fff;
  font-size: 13px;
  border-radius: 5px !important;
}
.googs-item a.call-me-button {
  display: inline-block;
  height: auto;
  width: 49%;
  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: 240px;
}

.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: #fff !important;
}
.container-fluid.plitka-block .container .row {
  background-color: #fff !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: #151618;
}
.plitka-block .plitka svg:hover path, .plitka-block .plitka svg:hover circle, .plitka-block .plitka svg:hover g, .plitka-block .plitka svg:hover rect, .plitka-block .plitka svg:active path, .plitka-block .plitka svg:active circle, .plitka-block .plitka svg:active g, .plitka-block .plitka svg:active rect, .plitka-block .plitka svg:focus path, .plitka-block .plitka svg:focus circle, .plitka-block .plitka svg:focus g, .plitka-block .plitka svg:focus rect {
  fill: #444444;
}
.plitka-block .plitka img {
  width: 100%;
}
.plitka-block .plitka h3 {
  color: #151618;
  font-size: 1.3em;
}
.plitka-block .plitka p {
  color: #151618;
  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: 1em;
  }
  .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;
}

.owl-carousel {
  margin-bottom: 40px;
}
.owl-carousel .item a img {
  height: auto;
}

.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;
  padding: 10px 0 10px 20px;
}
.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 15px;
  font-size: 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: transparent;
}
.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-item-avts .service-text {
  padding: 0 35px;
}
.serv-item-avts .service-image {
  min-height: 350px;
  border-radius: 15px;
}
.serv-item-avts h1 {
  font-size: 2.5em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #2b2a29;
}
.serv-item-avts p {
  font-size: 1.2em;
}
.serv-item-avts ul li {
  font-size: 1.2em;
}
.serv-item-avts a.text-link {
  color: #2b2a29;
}
.serv-item-avts .row {
  display: flex;
}
.serv-item-avts .row .bl {
  order: 1;
}
.serv-item-avts .row .br {
  order: 2;
}

.serv-item-avts.rl .bl {
  order: 2;
}
.serv-item-avts.rl .br {
  order: 1;
}

.serv-item-avts.walnut-oil {
  background-color: #E6E6E6;
}

.serv-item-avts.walnut {
  background-color: #f4e4d8;
}

.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 {
  border: 1px solid #E9E8EF;
  transition: border-color 0.3s, box-shadow 0.5s;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 1%;
  color: #151618;
}
.card .img-hover {
  display: block;
  height: 190px;
  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.3rem;
}
.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 .card-body .card-text {
  min-height: 50px;
}
.card img {
  overflow: hidden;
  object-fit: cover;
  height: 190px;
  width: 100%;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.card .card-title {
  color: #151618;
  min-height: 95px;
}
.card .card-title h5 {
  min-height: 30px !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;
}
.white-bg {
  background-color: transparent !important;
}

.no-button .whatsapp-message {
  display: none !important;
}

@media (min-width: 1201px) {
  .card {
    width: 23.9%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card {
    width: 23.9%;
  }
  .card .card-title {
    font-size: 1.1rem !important;
    min-height: 90px !important;
  }
  .card .card-text {
    min-height: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card {
    width: 49%;
  }
  .card .card-title {
    font-size: 1.1rem !important;
    min-height: 90px !important;
  }
  .card .card-text {
    min-height: 50px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card {
    width: 49%;
  }
  .card img {
    height: 190px !important;
  }
}
@media (max-width: 576px) {
  .serv-item-avts .service-text {
    padding: 0 15px;
    font-size: 0.9em;
  }
  .serv-item-avts h1 {
    font-size: 1.4em !important;
  }
  .serv-item-avts:not(.rl) .row {
    display: flex;
  }
  .serv-item-avts:not(.rl) .row .bl {
    order: 2;
  }
  .serv-item-avts:not(.rl) .row .br {
    order: 1;
  }
  .card {
    width: 97.5%;
  }
  .card .card-title {
    min-height: 45px !important;
  }
  .card .card-text {
    height: auto !important;
  }
  .card img {
    height: 190px !important;
  }
}
@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: #151618;
    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 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: #151618;
    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: 0% !important;
  }
  .fotorama__caption .fotorama__caption__wrap {
    padding-top: 1%;
  }
  .fotorama__caption .fotorama__caption__wrap h3 {
    font-size: 20px !important;
  }
  .fotorama__caption .fotorama__caption__wrap p {
    line-height: 17px !important;
    font-size: 15px !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.5em !important;
  }
  h2 {
    font-size: 1.1em !important;
    line-height: 27px !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: #151618;
    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: #151618;
    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: #151618;
  }
  .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: 0.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: #151618;
    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: #151618;
    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: #151618;
    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: 0px 0px;
}
.calculate p {
  color: #444444;
  font-size: 16px;
  /*margin-bottom: 40px;*/
  line-height: normal;
  font-weight: 500;
  padding: 5px 0 0px 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 0.2s ease-in-out;
  transition: all 0.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 0.2s ease-in-out;
  transition: all 0.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 0.25s;
  transition: all 0.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 0.35s ease-in-out forwards;
  animation: resetRing 0.35s ease-in-out forwards;
}

input[type=checkbox].switch_3:checked + svg.checkbox .outer-ring {
  -webkit-animation: animateRing 0.35s ease-in-out forwards;
  animation: animateRing 0.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 0.35s;
  transition: all 0.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 0.35s;
  transition: all 0.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 0.2s;
  transition: all 0.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 0.35s;
  transition: all 0.35s;
}

.input_wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.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: #151618;
  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;
}

#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;
  }
}
.cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
  /*
  &:hover .cards-block__img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
   */
}
.cards-block .cards-block__item {
  /*max-width: 210px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*margin-right: 40px;*/
  margin-bottom: 60px;
}
.cards-block .cards-block__item .cards-block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cards-block .cards-block__item .cards-block__img {
  /*
  width: 211px;
  height: 213px;
  */
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 12px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cards-block .cards-block__item .cards-block__heading {
  color: #151618;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  margin-bottom: 10px;
}

.publication-block__heading {
  color: #151618;
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}

.list1a {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list1a li {
  border: 2px solid #5D3F2D;
  background: #c9cbad;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 10px;
}
.list1a li:hover {
  z-index: 1;
}
.list1a li:before {
  border: 2px solid #5D3F2D;
  position: absolute;
  top: -14px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #5D3F2D;
  background: #c9cbad;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list1a li:hover:before {
  background: #5D3F2D;
  color: #FFF;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.list1a li:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  background: #FFF;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.list1a li:hover:after {
  width: 100%;
}

.list1b {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list1b li {
  border: 2px solid #DDDDDD;
  background: #FAFAFA;
  position: relative;
  margin-bottom: 20px;
  padding: 16px 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.list1b li:hover {
  z-index: 1;
  border: 2px solid #c9cbad;
}
.list1b li:before {
  border: 2px solid #c9cbad;
  position: absolute;
  top: -14px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #5D3F2D;
  background: #F7FAFD;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list1b li:hover:before {
  border: 2px solid #5D3F2D;
  background: #5D3F2D;
  color: #FFF;
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.list1b li:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
  z-index: -1;
  background: #c9cbad;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.list1b li:hover:after {
  width: 100%;
}

.list2a {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list2a li {
  position: relative;
  border: 2px solid #5D3F2D;
  background: #EBF3FA;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list2a li:hover {
  background: #FFF;
}
.list2a li:before {
  line-height: 32px;
  position: absolute;
  top: 15px;
  left: -40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #5D3F2D;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2a li:hover:before {
  width: 46px;
}
.list2a li:after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #5D3F2D;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2a li:hover:after {
  margin-left: 6px;
}

.list2b {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list2b li {
  position: relative;
  border: 2px solid #DDDDDD;
  background: #FAFAFA;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list2b li:hover {
  background: #c9cbad;
  border: 2px solid #c9cbad;
}
.list2b li:before {
  line-height: 32px;
  position: absolute;
  top: 15px;
  left: -40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #c9cbad;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2b li:hover:before {
  width: 46px;
  background: #5D3F2D;
  color: #fff;
}
.list2b li:after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #c9cbad;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2b li:hover:after {
  margin-left: 6px;
  border-left-color: #5D3F2D;
}

.list3a {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list3a li {
  position: relative;
  border-left: 4px solid #5D3F2D;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 80px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list3a li:before {
  line-height: 32px;
  position: absolute;
  top: 10px;
  left: -80px;
  width: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #c9cbad;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list3a li:hover:before {
  color: #5D3F2D;
}
.list3a li:after {
  position: absolute;
  top: 26px;
  left: -40px;
  width: 60px;
  height: 60px;
  border: 8px solid #5D3F2D;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list3a li:hover:after {
  opacity: 0.2;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.list3b {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list3b li {
  position: relative;
  border-left: 4px solid #DDDDDD;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 80px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list3b li:before {
  line-height: 32px;
  position: absolute;
  top: 10px;
  left: -80px;
  width: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #DDDDDD;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list3b li:hover:before {
  color: #c9cbad;
}
.list3b li:after {
  position: absolute;
  top: 26px;
  left: -40px;
  width: 60px;
  height: 60px;
  border: 8px solid #5D3F2D;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list3b li:hover:after {
  opacity: 0.2;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.list4a {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list4a li {
  position: relative;
  padding: 12px 20px 20px 28px;
  margin-left: 40px;
  transition-duration: 0.3s;
}
.list4a li:before {
  border: 6px solid transparent;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  width: 42px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #c9cbad;
  counter-increment: li;
  content: counter(li);
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4a li:hover:before {
  color: #5D3F2D;
}
.list4a li:after {
  position: absolute;
  top: 0;
  left: -30px;
  width: 42px;
  height: 42px;
  border: 6px solid #5D3F2D;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4a li:hover:after {
  animation: 500ms ease-in-out 0s bounceIn;
  opacity: 1;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.list4b {
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list4b li {
  position: relative;
  padding: 12px 20px 20px 28px;
  margin-left: 40px;
  transition-duration: 0.3s;
}
.list4b li:before {
  border: 6px solid transparent;
  line-height: 30px;
  position: absolute;
  top: 5px;
  left: -30px;
  width: 42px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #c9cbad;
  counter-increment: li;
  content: counter(li);
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4b li:hover:before {
  color: #5D3F2D;
}
.list4b li:after {
  position: absolute;
  top: 5px;
  left: -30px;
  width: 42px;
  height: 42px;
  border: 6px solid #DDDDDD;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list4b li:hover:after {
  animation: 500ms ease-in-out 0s bounceIn;
  opacity: 1;
  border: 6px solid #c9cbad;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.list5a {
  padding: 0;
  list-style: none;
}
.list5a li {
  position: relative;
  padding: 10px 30px;
  background: linear-gradient(to left, #c9cbad 0%, #FFF, #c9cbad);
  border: 2px solid #5D3F2D;
  color: #506a6b;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  text-align: center;
  background-size: 100% 100%;
  z-index: 1;
}
.list5a li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  background: linear-gradient(to left, #EBF3FA 0%, #FFF, #EBF3FA);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.list5a li:hover:before {
  width: 100%;
  opacity: 1;
}

.list5b {
  padding: 0;
  list-style: none;
}
.list5b li {
  position: relative;
  padding: 10px 30px;
  background: linear-gradient(to left, #EFEFEF 0%, #FFF, #EFEFEF);
  border: 2px solid #C0C0C0;
  color: #5D3F2D;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  text-align: center;
  background-size: 100% 100%;
  z-index: 1;
}
.list5b li:hover {
  border: 2px solid #c9cbad;
}
.list5b li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 50%;
  left: 50%;
  background: linear-gradient(to left, #c9cbad 0%, #FFF, #c9cbad);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.list5b li:hover:before {
  width: 100%;
  opacity: 1;
}

.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 #F2E1D9;
  border-radius: 20px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  color: #5D3F2D;
  content: "✔";
  transition-duration: 0.5s;
  margin-right: 15px;
}
.list6b li:hover:before {
  color: #5D3F2D;
  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: "◈";
}

ol.color {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 35px;
  padding: 15px 0 5px 0;
  font-size: 18px;
}
ol.color li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
ol.color li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -26px;
  width: 20px;
  color: #5D3F2D;
  text-align: right;
}

ol.big-number {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 60px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
ol.big-number li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
ol.big-number li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -60px;
  width: 50px;
  color: #5D3F2D;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

ol.square {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 45px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
ol.square li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
ol.square li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #F2E1D9;
  color: #5D3F2D;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}

ol.circle {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 45px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
ol.circle li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
ol.circle li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #c9cbad;
  color: #5D3F2D;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #F2E1D9;
}

ol.circle-line {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 60px;
  padding: 15px 0 5px 0;
  font-size: 16px;
  position: relative;
}
ol.circle-line:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -15px;
  width: 1px;
  border-left: 1px solid #F2E1D9;
}
ol.circle-line li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
ol.circle-line li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -55px;
  width: 28px;
  height: 28px;
  background: #c9cbad;
  color: #5D3F2D;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #F2E1D9;
}

ol.step-by-step {
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin: 0 0 0 60px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
ol.step-by-step:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -30px;
  width: 1px;
  border-left: 1px solid #F2E1D9;
}
ol.step-by-step li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
ol.step-by-step li:after {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -45px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #c9cbad;
  color: #5D3F2D;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #F2E1D9;
}
ol.step-by-step li:last-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  width: 28px;
}

.header-h1 {
  position: relative;
  margin-bottom: 0.5rem;
}
.header-h1:after {
  content: "";
  position: absolute;
  border-top: 2px solid #151515;
  border-bottom: 2px solid #151515;
  height: 0.375rem;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: -999;
}
.header-h1 h1 {
  font-size: 1.5rem;
  color: #151515;
  display: inline-block;
  background: #fff;
  margin-bottom: 0;
  padding-right: 1rem;
  text-transform: uppercase;
}

.header-h1-center {
  text-align: center;
}

.header-h1-center h1 {
  padding-left: 1rem;
}

.header-h1-right {
  text-align: right;
}

.header-h1-right h1 {
  padding-left: 1rem;
  padding-right: 0;
}

.header-h1-1 h1 {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #151515;
}
.header-h1-1 h1:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #151515;
  bottom: 0.25rem;
  left: 50%;
  width: 30%;
  transform: translateX(-50%);
}
.header-h1-1 h1:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #151515;
  bottom: 0;
  left: 50%;
  width: 15%;
  transform: translateX(-50%);
}

.header-h1-1-left h1 {
  text-align: left;
}
.header-h1-1-left h1:before, .header-h1-1-left h1:after {
  left: 0;
  transform: translateX(0);
}

.header-h1-1-right h1 {
  text-align: right;
}
.header-h1-1-right h1:before, .header-h1-1-right h1:after {
  left: unset;
  right: 0;
  transform: translateX(0);
}

.header-h1-2 {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}
.header-h1-2 h1 {
  display: inline-block;
  background: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border: 0.125rem solid #151515;
  color: #151515;
}
.header-h1-2 h1:after {
  content: "";
  position: absolute;
  background: #151515;
  height: 0.125rem;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: -999;
}

.header-h1-2-dark h1 {
  background: #151515;
  color: #fff;
}

.header-h1-3 {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}
.header-h1-3 h1 {
  display: inline-block;
  background: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #151515;
}
.header-h1-3 h1:after {
  content: "";
  position: absolute;
  background: #151515;
  height: 0.25rem;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: -999;
}

.header-h1-3-left {
  text-align: left;
}
.header-h1-3-left h1 {
  padding-left: 0;
}

.header-h1-3-right {
  text-align: right;
}
.header-h1-3-right h1 {
  padding-right: 0;
}

.header-h1-4 h1 {
  padding-top: 0.225rem;
  padding-bottom: 0.125rem;
  border-top: 0.125rem solid #151515;
  border-bottom: 0.125rem solid #151515;
  color: #151515;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}

.header-h1-4-left h1 {
  text-align: left;
}

.header-h1-4-right h1 {
  text-align: right;
}

.header-h1-5 {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}
.header-h1-5 h1 {
  display: inline-block;
  background: #fff;
  margin-bottom: 0;
  padding: 0.25rem 0.875rem;
  border-left: 0.125rem solid #151515;
  border-right: 0.125rem solid #151515;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #151515;
}
.header-h1-5 h1:after {
  content: "";
  position: absolute;
  background: #151515;
  height: 0.125rem;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: -999;
}

.header-h1-5-left {
  text-align: left;
}
.header-h1-5-left h1 {
  padding-left: 0;
  border-left: none;
}

.header-h1-5-right {
  text-align: right;
}
.header-h1-5-right h1 {
  padding-right: 0;
  border-right: none;
}

.header-h1-6 {
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}
.header-h1-6 h1 {
  position: relative;
  display: inline-block;
  background: #fff;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  border-bottom: 0.125rem solid #151515;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #151515;
}
.header-h1-6 h1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-1.25rem);
  border-top: 1.25rem solid #151515;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
}
.header-h1-6 h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.125rem;
  transform: translateX(-1.25rem);
  border-top: 1.25rem solid #fff;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
}

.header-h1-7 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.header-h1-7 h1 {
  background: #151515;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}

.header-h1-8 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.header-h1-8 h1 {
  display: inline-block;
  position: relative;
  background: #151515;
  color: #fff;
  margin-bottom: 0;
  padding: 0.5rem 3rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.header-h1-8 h1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1.5rem solid #fff;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
}
.header-h1-8 h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1.5rem solid #fff;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
}

.header-h1-9 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.header-h1-9 h1 {
  display: inline-block;
  background: #151515;
  color: #fff;
  margin-bottom: 0;
  padding: 0.5rem 1rem 0.625rem 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 30px;
}

.header-h1-10 {
  position: relative;
  margin-bottom: 0.5rem;
}
.header-h1-10 h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-left: 3rem;
  color: #151515;
}
.header-h1-10 h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  background: #151515;
}
.header-h1-10 h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  height: 0.25rem;
  background-color: #151515;
}

body {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
body .container .row {
  background: transparent;
}
body .no-padding {
  background: transparent;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.htitle {
  opacity: 1;
  line-height: 1.2;
  margin-top: 20px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.fsize .container {
  width: 80%;
  padding: 0;
  background: transparent;
}
.fsize .container .row {
  margin-right: 0;
}

.fsize-gallery {
  width: 100%;
}
.fsize-gallery .container {
  padding: 0;
  width: 100%;
}

.mbtop {
  border-top: 0px solid #0b54a0;
  margin: 0;
  padding: 0;
}
.mbtop .logo {
  width: 40%;
  margin-top: 25px;
  margin-bottom: 10px;
  height: 73%;
}
.mbtop .top-phone {
  font-size: 15px;
  color: #151618;
  font-family: "Montserrat", sans-serif;
}
.mbtop .top-phone .tel {
  font-family: "Montserrat", sans-serif;
  color: #151618 !important;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.mbtop .top-phone .p-2 {
  padding-top: 0px !important;
}
.mbtop .top-phone .tel1 {
  font-family: "Montserrat", sans-serif;
  color: #151618 !important;
  font-size: 18px;
  font-weight: 400;
}
.mbtop .top-phone p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.mbtop .org_name {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-top: 39px;
  color: #151618;
  background-color: #fff;
}
.mbtop .slogon {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  color: #151618;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif;
  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: "Montserrat", sans-serif;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 0px;
}

.h1-title {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #151618;
}

h4, h5 {
  font-family: "Montserrat", sans-serif;
  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;
}
.cont-text .sub-menu ul {
  list-style: none;
  margin-left: -20px;
}
.cont-text .sub-menu ul li {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  padding: 10px 10px;
}
.cont-text .sub-menu ul li.active a {
  font-weight: 500;
  text-decoration: none;
}
.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: "Montserrat", sans-serif;
  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-size: contain !important;
}

.bg-line {
  padding-top: 26px;
}

.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 {
  padding: 20px 25px;
}
.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: 1rem;
  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: 0.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: 0.25rem;
  margin-left: 0.25rem !important;
}

.form-check-label {
  padding-left: 1.7rem;
  margin-bottom: 0;
}

.publication a {
  color: #151618;
}
.publication a:hover, .publication a:active, .publication a:focus {
  color: #151618;
}
.publication p {
  color: #151618;
}

.speech-bubble {
  background-color: #E6E6E6;
  color: #000000;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #E6E6E6 transparent transparent transparent;
}
.speech-bubble p {
  margin: 0;
  line-height: 1.5;
}

.video .video-title {
  font-size: 1.3em;
  padding: 30px 0 15px;
}
.video .pagination .page-link {
  background-color: transparent !important;
  border: 1px solid #D7B46A;
  color: #E6E6E6;
}

.img-news {
  max-height: 300px;
}

.btn-big {
  padding: 15px 25px;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
