

/* Start:/local/templates/aquamarine/components/bitrix/breadcrumb/shop2021/style.css?17327122861225*/
/* breadcrumbs */

.breadcrumbs-section {
  padding: 10px 0;
  margin: 10px 0;
  color: #343a40;
}

.breadcrumbs {
  row-gap: 5px;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  padding: 0;
}

.breadcrumbs li {
  margin-right: 5px;
  color: #5f5f5f;
  font-size: 14px;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li a {
  text-decoration: none;
  color: #5f5f5f;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.backpage_container {
    margin-right: 16px !important;
}

.breadcrumbs li:not(.backpage_container)::after {
  content: '/';
  position: relative;
  color: #5f5f5f;
  font-size: 14px;
  margin-left: 5px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li span {
  color: #9a9a9a;
}

.backpage.btn {
  padding: 6px 23px !important;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumbs {
    padding-left: 0;
    align-items: start;
  }

  .breadcrumbs .backpage_container {
    width: 100%;

    button {
      margin: 0;
    }
  }
}

/* End */


/* Start:/local/templates/aquamarine/components/bitrix/news.list/sales/style.css?17606917321071*/
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.black {
	color: #000;
}
.white {
	color: #fff;
}
.larger {
    font-size: 125%;
}
/*.col-md-6.col-12.pt-5 a {
	position: relative;
    overflow: hidden;
}

.col-md-6.col-12.pt-5 a:hover img {
	transform: scale(1.03);
    transition: all 0.8s;
}*/

.img-increase {
	overflow:hidden;
	width: 100%;

}
.img-increase img {
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	height:400px;
}
.col-md-6.col-12.pt-5 img {
	transition: all 0.8s;
    height: 400px;
    width: 100%;
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
	overflow: hidden;
}
.col-md-6.col-12.pt-5 a:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
}
.sales h1 {
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.mt-1 {
	margin-top: 1.5rem;
}
/* End */
/* /local/templates/aquamarine/components/bitrix/breadcrumb/shop2021/style.css?17327122861225 */
/* /local/templates/aquamarine/components/bitrix/news.list/sales/style.css?17606917321071 */
