body {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.woff2") format(“woff2”);
  src: url("../fonts/CenturyGothic.woff");
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Century Gothic';
  font-weight: 400;


}

a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 1rem;
  text-transform: uppercase;
  margin-left: 20px;
  ;
}

a:hover,
a:active,
a:focus {
  color: #98cf87;
  outline: none;
  text-decoration: none !important;
}

.bonus a {
  color: #000;
}

.bonus a:hover {
  color: #98cf87;
}

.bonus img {
  max-height: 160px;
  width: auto;
}

.bonus-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 318px;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 1);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.mcomp a {
  color: #000;
  text-decoration: underline;
}

.mcomp a:hover {
  color: #98cf87;
}

.blagoustr img {
  max-height: 250px;
}

.vazon img {
  max-height: 250px;
}

/* hover эффект для главной*/
.bw a {
  color: #000;
}

.bw a:hover {
  color: green;
}

/******************/
a.back-to-top {
  display: none;
  min-width: 60px;
  min-height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 100px;
  background: url("../images/ico/up4.png") no-repeat center;
  background-color: #fff;
  border-radius: 70px;

}

.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  font: 400 15px;
  letter-spacing: 1.2px;
  transition: all .2s;
}

.navbar-brand img {
  max-width: 110px;

}

.navbar-brand_2 img {
  max-width: 150px;

}

.navbar li {
  padding: 10px;
}


.bid_bottom {
  background-color: #fff;
}

.bg_black {
  background-color: #000;
  color: #fff;
}

.bid_text {
  font-size: 1.5rem;
}

/*************************Медиазапросы на десктоп************************/
@media (min-width: 768px) {
  .inviz {
    display: none;
  }


  .bid_bottom img {
    max-width: 60px;
    margin: 10px;
  }

  .bid_title {
    font-size: 2rem;
    padding-top: 2rem;
  }

  .bid_text p {
    font-size: 1.5rem;
  }

}

.catalog img {
  max-height: 200px;
}

/*************************Медиазапросы на мобилу************************/
@media (max-width: 768px) {
  .inviz2 {
    display: none;
  }

  .bid_bottom img {
    max-width: 60px;
    margin: 10px;
  }

  .bid_title {
    font-size: 2rem;
    padding-top: 2rem;
    line-height: 2.5rem;
  }

  .bid_text {
    font-size: 1.2rem;
  }
}

@media (max-width: 1440px) {
  .navbar li {
    padding: 5px;
  }

  .navbar-brand img {
    max-width: 90px;

  }

  a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 1rem;
    text-transform: uppercase;
    margin-left: 20px;

  }

  a:hover,
  a:active,
  a:focus {
    color: #98cf87;
    outline: none;
    text-decoration: none !important;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 0, 0, .9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .55rem;
  }

  .dropdown-menu p {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    color: #98cf87;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-color: #98cf87;
    border-bottom: 1px solid #98cf87;
  }

  .dropdown-menu hr {
    color: #98cf87;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }



}

.address {
  display: none;
}

.hide_menu {
  display: none;
}

.navi_bg {
  background-color: rgba(0, 0, 0, .9);
}

/*.navi_bg li{
    list-style: none;
    padding-left: 25px;
    padding-right: 5px;
}*/
.navi_bg_scroll {
  background-color: rgba(0, 0, 0, .9);

}

.btn-success {
  color: #fff;


}

.btn-white {
  border: solid #fff;

}

.btn-white :hover {
  color: #fff;
  border: solid green;




}

.nb1 {
  margin-left: 2em;
  margin-top: 1em;
  position: fixed;
}

.nb2 {
  margin-left: 2em;

}

.nb1 img {
  max-width: 110px;
}


.navbar-nav a {
  padding-top: 10px;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, .9);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .55rem;
}

.dropdown-menu p {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-size: 18px;
  font-weight: 400;
  color: #98cf87;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border-color: #98cf87;
  border-bottom: 1px solid #98cf87;
}

.dropdown-menu hr {
  color: #98cf87;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}



.btn-circle {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .60);
  background-color: rgba(255, 255, 255, .10);
}

@media (min-width: 993px) {
  .btn-md {
    font-size: 16px;
    padding: 18px 33px 18px 33px;
  }
}

@media (max-width: 993px) {
  h1 {
    font-size: 2em;
    padding: 18px 33px 18px 33px;
  }

  .navi_bg {
    background-color: rgba(0, 0, 0, .9);
  }
}

img {
  max-width: 100%;
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.overlayx2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.main_page {
  background-image: url(../images/main_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}

.main-content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main_bg_7 {

  background-image: url(../images/main_bg_7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;

}

.white {
  color: #fff;
}

.second_page {
  min-height: 100vh;
}

.second_page li {
  list-style: none;
}

.second_ico {
  width: 120px;
}

.services {
  min-height: 455px;

  padding: 1.5em;
  -webkit-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.services .icon2 {
  display: block;
  margin-bottom: 20px;
}

.services .icon2 i {
  font-size: 30px;
  color: #2c98f0;
}

.services h3 {
  font-family: 'Century Gothic';
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 500;
}

.services.color-2 {
  border-bottom: 2px solid #ec5453;
}

.services.color-2 .icon2 i {
  color: #ec5453;
}

.services.color-3 {
  border-bottom: 2px solid #f9bf3f;
}

.services.color-3 .icon2 i {
  color: #f9bf3f;
}

.services.color-4 {
  border-bottom: 2px solid #a84cb8;
}

.services.color-4 .icon2 i {
  color: #a84cb8;
}

.services.color-5 {
  border-bottom: 2px solid #2fa499;
}

.services.color-6 {
  border-bottom: 2px solid #4054b2;
}

.services {
  height: 239;
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}

.services .icon {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: table;
  margin: 0 auto;
  background: #000;
  border-radius: 5%;
}

.services .icon i {
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}

.services .desc {
  margin-top: 60px;
  min-height: 320px
}

.services .desc h3 {
  font-size: 20px;
  font-weight: 700;
  color: green;
  text-transform: uppercase;
}

.services .desc h2 {
  font-size: 20px;
  font-weight: 700;
  color: green;
  text-transform: uppercase;
}

.services.color-2 .icon {
  background: #ec5453;
}

.services.color-2 .icon:before {
  border-color: transparent transparent #ec5453 transparent;
}

.services.color-2 .icon:after {
  border-color: #ec5453 transparent transparent transparent;
}

.services.color-3 .icon {
  background: #f9bf3f;
}

.services.color-3 .icon:before {
  border-color: transparent transparent #f9bf3f transparent;
}

.services.color-3 .icon:after {
  border-color: #f9bf3f transparent transparent transparent;
}

.services.color-4 .icon {
  background: #a84cb8;
}

.services.color-4 .icon:before {
  border-color: transparent transparent #a84cb8 transparent;
}

.services.color-4 .icon:after {
  border-color: #a84cb8 transparent transparent transparent;
}

.services.color-5 .icon {
  background: #2fa499;
}

.services.color-5 .icon:before {
  border-color: transparent transparent #2fa499 transparent;
}

.services.color-5 .icon:after {
  border-color: #2fa499 transparent transparent transparent;
}

.services.color-6 .icon {
  background: #4054b2;
}

.services.color-6 .icon:before {
  border-color: transparent transparent #4054b2 transparent;
}

.services.color-6 .icon:after {
  border-color: #4054b2 transparent transparent transparent;
}

.small_th img {
  width: 200px;
}

.mt-10 {
  margin-top: 5em;
}

.mr--10 {
  margin-right: 5em;
}

.pl-10 {
  padding-left: 10em;
}

.mt-menu {
  margin-top: 115px;
}

.mt-menu_2 {
  margin-top: 142px;
}

.mt-menu_3 {
  margin-top: 96px;
}

.cat_txt {
  min-height: 60px;
}

.catalog a:hover {
  opacity: .8;
}

.string {
  background-image: url(../images/string.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-transform: uppercase;
}

.string_2 {
  background-image: url(../images/mramor_bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.string_3 {
  background-image: url(../images/mramor_bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  text-align: center;
}

.string_3 a {
  font-size: 0.8em;
}

.do {
  display: table;
}

.d1 {
  display: table-cell;
  vertical-align: middle;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide-txt {
  position: absolute;
  color: #000;
  margin-top: 100px;
}

.example {
  margin: 10px;
  display: inline-block;
  position: relative;
}

.example_text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, .3);
}

.map {
  border: 1px solid rgba(0, 0, 0, .45);
}



.owl-carousel .owl-stage-outer {
  position: relative;
}

.owl-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 40%;
  color: gray;
  font-size: 3em;
  z-index: 999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}



@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

.jquery-accordion-menu,
.jquery-accordion-menu * {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0
}

.jquery-accordion-menu {
  max-width: 260px;
  float: left;
  position: relative;
  box-shadow: 0 20px 50px #333;
  position: fixed;
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: rgba(0, 0, 0, .8);
}

.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative
}

.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 13px;
  background: rgba(0, 0, 0, .8);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear, background .2s linear;
  -moz-transition: color .2s linear, background .2s linear;
  -webkit-transition: color .2s linear, background .2s linear;
  transition: color .2s linear, background .2s linear
}

.jquery-accordion-menu>ul>li.active>a,
.jquery-accordion-menu>ul>li:hover>a {
  color: #fff;
  background: #3b424d
}

.jquery-accordion-menu>ul>li>a {
  border-bottom: solid 1px #3b424d
}

.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  font-size: 16px;
  text-align: left
}

.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static
}

.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%
}

.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 11px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #414956
}

.jquery-accordion-menu ul ul.submenu>li>a {
  padding-left: 30px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
  padding-left: 45px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
  padding-left: 60px
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.animate-ink {
  -webkit-animation: ripple .5s linear;
  -moz-animation: ripple .5s linear;
  -ms-animation: ripple .5s linear;
  -o-animation: ripple .5s linear;
  animation: ripple .5s linear
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5)
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5)
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5)
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5)
  }
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
  background: #4A89DC
}

.blue.jquery-accordion-menu>ul>li.active>a,
.blue.jquery-accordion-menu>ul>li:hover>a {
  background: #3e82da
}

.blue.jquery-accordion-menu>ul>li>a {
  border-bottom-color: #3e82da
}

.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #3e82da
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
  background: #03A678
}

.green.jquery-accordion-menu>ul>li.active>a,
.green.jquery-accordion-menu>ul>li:hover>a {
  background: #049372
}

.green.jquery-accordion-menu>ul>li>a {
  border-bottom-color: #049372
}

.green.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #049372
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
  background: #ED5565
}

.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
  background: #DA4453
}

.red.jquery-accordion-menu>ul>li>a {
  border-bottom-color: #DA4453
}

.red.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #DA4453
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
  background: #fff;
  color: #555
}

.white.jquery-accordion-menu>ul>li.active>a,
.white.jquery-accordion-menu>ul>li:hover>a {
  background: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a {
  border-bottom-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.submenu li a {
  color: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a>.ink {
  background: rgba(0, 0, 0, .1)
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
  background: #292929
}

.black.jquery-accordion-menu>ul>li.active>a,
.black.jquery-accordion-menu>ul>li:hover>a {
  background: #222
}

.black.jquery-accordion-menu>ul>li>a {
  border-bottom-color: #222
}

.black.jquery-accordion-menu ul ul.submenu li:hover>a {
  border-left-color: #222
}

.item_detail .top_block {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin-bottom: 30px;
}

.breadcrumb a {
  text-transform: none;
  color: #000;
  text-decoration: none;

}

.card-img-top {
  max-width: 200px;
  margin: auto;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card_title {
  color: green;
  font-size: 1.2em;
}



.price {
  color: red;
  font-size: 1.5em;
}

.pamyatniki {
  min-height: 800px;
}

.pm_v img {
  max-width: 170px;
}

.vazi {
  max-width: 300px;
}

.stoli_i_lavki img {
  max-width: 320px;
  max-height: 300px;
}

.ogradi ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  padding-top: 30px;


}

.ogradi a {
  color: gray;
  text-transform: none;
}

.ogradi a:hover {
  color: green;
}

.ogm_main img {
  max-height: 190px;
}

.text_blag {
  max-width: 500px;
  font-size: 1.2 em;
}

.text_blag li {
  font-size: 1.2 em;
}

.jumbotron a {
  color: green;
}

.lead img {
  max-width: 60px;
  margin: 20px;
}

.catalog img {
  max-height: 250px;
}

.catalog h3 {
  font-size: 1.5rem;
}

.mem_tab ul {
  list-style: none;
  padding: 10px;
}

.mem_tab li {
  padding: 3px;
  letter-spacing: 2px;
}

.mem_tab img {
  max-width: 240px;
}

.tr_pl img {
  max-width: 320px;
}

.tr-pl li {
  list-style: none;
}

.jumBgBlack {
  background-color: #000;
}

.footer {
  background-color: rgba(0, 0, 0, .9);
  color: #fff;
}

.footer span {
  display: block;
}

.shadowtext {
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em red;
  /* Параметры тени */
  color: rgb(255, 230, 0);
  /* Белый цвет текста */
  font-size: 2em;
  /* Размер надписи */
}

@media screen and (max-width: 768px) {
  .services {
    margin-bottom: 4em;
  }

  .services .desc {
    margin-top: 60px;
    min-height: 455px
  }

  .card-img-top {
    max-width: 100px;
    margin: auto;
  }
}

@media screen and (max-width: 1360px) {
  .card-img-top {
    max-width: 100px;
    margin: auto;
  }
}

.catalog img {
  max-height: 220px;
}