/**
New groosha footer
 */
/* .page-footer {
    border: 1px solid red;
} */
.page-footer .footer-menus{
	margin-bottom: 50px;
}

.page-footer .footer-menus .footer-menu .footer-menu-item--large{
	margin-bottom: 6px;
}
.page-footer .footer-menus .footer-menu .footer-menu-item-holder {
	margin-bottom: 13px;
}
.page-footer .footer-contacts .footer-contacts-title {
	margin-bottom: 15px;
}

.footer-bottom .footer-row {
	padding-bottom: 45px;
	align-items: flex-start;
}

.page-footer .footer-row .footer-aside {
	width: 48%;
	box-sizing: border-box;
	padding: 0 0 0 16%;
}

.page-footer .footer-bottom {
	position: relative;
	padding: 100px 0 40px 0;
	background-color: #E9DED6;
}

.page-footer .footer-contacts {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
}
.page-footer .footer-form {
	width: 100%;
	margin-top: 12px;
}
.page-footer .footer-aside .btn--black {
	padding: 10px 25px;
}

.page-footer .form-item {
	margin-right: 10px;
}
.page-footer .footer-info .footer-copy {
	text-align: right;
}

.page-footer .link--black_inverse {
	color: #1d1d1d;
	-webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-footer .link--black_inverse:hover {
	color: #515151;
}

.page-footer .footer-contacts .footer-contacts-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.text-under-form {
	color: #6A6A6A;  ;
	font-size: 12px;
	margin-top: 8px;
}
.d-flex {
	display: flex;
}

.mr-20px {
	margin-right: 20px;
}
.bold {
	font-weight: bold;
}
.footer-aside-mobile{
	display: none;
}

.footer-social-icon {
	margin-right: 50px;
}

.footer-form-inner {
	display: flex;
}

.header-nav-menu {
	column-gap: 20px !important
}
.header-nav-holder .header-nav-content {
	width: 70%;
}
.header-nav-holder .header-nav-aside {
    width: 30%;
}
.header-nav-aside .header-nav-banner img {
	max-width: 410px !important;
}
.catalog-toolbar-sorter {
	min-width: 200px;
}

@media screen and (max-width: 1260px){
	.page-footer .footer-row .footer-aside {
		width: 40%;
		box-sizing: border-box;
		padding: 0 ;
	}
}

@media screen and (max-width: 1015px){

	.footer-menus .footer-menu {
		margin-bottom: 30px;
		width: calc(100% - 10px);
	}

	.page-footer .footer-info {
		border-top: 1px solid transparent;
	}


	.page-footer .footer-contacts .footer-contacts-title {
		margin-top: 40px;
	}
	.page-footer .footer-contacts {
		margin-bottom: 0px;
	}


	.page-footer .footer-info .footer-copy,
	.page-footer .footer-info .footer-creators {
		width: auto;
	}

	.page-footer .footer-info .footer-copy {
		margin-bottom: 20px;
		text-align: left;
	}

	.footer-aside-mobile{
		display: block;
	}

	.mobile-hide {
		display: none;
	}
	.page-footer .footer-info {
		display: flex;
		padding-top: 0px;
	}


}

@media screen and (max-width: 500px){
	.footer-form-inner {
		display: block;
		width: 100%;
	}
	.footer-form-inner input {
		min-height: 50px;
		margin-bottom: 10px;
	}
	.footer-form-inner button {
		width: 100%;
	}
	.page-footer .footer-info {
		display: block;
	}
	.page-footer .footer-creators,
	.page-footer .footer-copy{
		width: 100%;
		display: block;
	}
}


@media screen and (max-width: 639px) {
	#allrecords .tn-atom .link {
	    font-size: 12px !important;
	}
}
@media screen and (max-width: 959px) {
	#allrecords .tn-atom .link {
	    font-size: 14px !important;
	}
}



.page-popup.card-popup {
    max-width: 55%;
}
.card-popup {
  padding: 30px 90px;
}
.card-popup .card-popup-title {
  /*margin-bottom: 60px;*/
  text-align: center;
}
.card-popup .card-popup-media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-popup .card-popup-photos {
  /*width: 60%;*/
  width: 100%;
}
.card-popup .card-popup-photos .card-popup-photo-item {
  position: relative;
}
.card-popup .card-popup-photos .card-popup-photo-item:before {
  content: "";
  display: block;
  padding-top: 85%;
}
.card-popup .card-popup-toolbar {
  width: 35%;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-title {
  margin-bottom: 20px;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item {
  margin: 0 20px 20px 0;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item:hover,
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item.active {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item--small {
  width: 17%;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item--medium {
  width: 34%;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item:last-child {
  margin-right: 0;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item .card-popup-toolbar-item-photo-holder {
  position: relative;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item .card-popup-toolbar-item-photo-holder:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item .card-popup-toolbar-item-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}
.card-popup .card-popup-toolbar .card-popup-toolbar-items .card-popup-toolbar-item--medium .card-popup-toolbar-item-photo-holder:before {
  padding-top: 70%;
}
 
.card-popup .slick-slider .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -moz-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -o-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -ms-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s background-color cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-popup .slick-slider .slick-arrow:hover,
.card-popup .slick-slider .slick-arrow:focus {
  background-color: #e1e1e1;
}
.card-popup.slick-slider .slick-arrow:active {
  background-color: #f4f4f4;
}
.card-popup .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.card-popup .slick-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../svg/larr_black.svg");
}
.card-popup .slick-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("../svg/rarr_black.svg");
}



.cart-table .table-body .tc-name-value {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.cart-table .tc-price,
.cart-table .tc-total {
	font-size: 16px;
}
.cart-table .product-counter input {
	font-size: 16px;
	font-family: "inter";
}
.cart-table .table-head .tc {
	font-size: 16px;
}
.cart-total-order .text-total {
	font-size: 18px;
}


.product-counter {
	justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
	.product-counter {
		justify-content: flex-start;
	}
}

.counter-btn {
	position: relative;
}
.counter-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #1d1d1d;
}




@media screen and (max-width: 1015px) {
	.card-popup {
		padding: 40px 20px;
	}
 .card-popup .card-popup-media {
    display: block;
  }
  .card-popup .card-popup-photos {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .card-popup .card-popup-photos-nav {
    display: block;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: auto;
  }
  .card-popup .card-popup-photos-nav .card-popup-photos-nav-item {
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    width: 55px;
  }
  .card-popup .card-popup-photos-nav .card-popup-photos-nav-item:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .card-popup .card-popup-photos-nav .card-popup-photos-nav-item.active {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}









.page-heading {
	margin-bottom: 30px;
}
.page-heading-title.h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	text-transform: none;
}
.filter-heading .filter-heading-item {
	text-transform: none;
}
.catalog-toolbar .catalog-toolbar-items {
	border-bottom-color: #FFF;
}
.page-breadcrumbs {
	margin-top: 70px;
	justify-content: center;
}
.product-title {
	text-transform: none;
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
}
.catalog-heading .catalog-heading-title {
	text-align: center;
	width: 100%;
}
.btn--black,
.btn--white {
	border-radius: 5px;
}
.page-popup {
	max-width: 700px;
	padding: 40px 50px 20px 50px
}
.page-popup-title {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}
.form-basket-title {
	text-transform: uppercase;
}

@media screen and (min-width: 1014px) {
	.catalog-toolbar .catalog-toolbar-items {
		position: relative;
		justify-content: center;
	}
	.catalog-toolbar-item:nth-child(2) {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.cart {
	padding-top: 10px;
	}
	.cart .breadcrumbs {
		display: none;
	}
	
	.cart .page-heading-title.h1 {
	    font-size: 36px;
	    line-height: 38px;
	}
	.cart-total-wrapper {
		flex-direction: row;
		justify-content: center;
	}
	.cart-total-order {
		text-align: center;
	}
	.cart-pay-btn {
		justify-content: center;
		margin: 0;
		flex-flow: row wrap;
	}
	.tinkoff-form {
		width: 100%;
	}
	
.cart-table .table-head {
	display: none;
}
.tc-image {
	width: 215px;
	flex-basis: 215px;
}
.cart-product-image {
	width: 200px;
	height: 200px;
}
.cart {
	min-width: 1000px;
}
@media screen and (max-width: 1300px) {
	.cart {
		width: 100%;
		min-width: auto;
	}
}
@media screen and (max-width: 1080px) {
	.tc-image {
	    width: 115px;
	    flex-basis: 115px;
	}
	.cart-product-image {
		width: 100px;
		height: 100px;
	}
}

.page-order .page-header {
	border-bottom: none;
}
.page-order .title_order .title {
	font-size: 36px;
	font-weight: normal;
	text-transform: none;
}
.page-order .bx-soa-section.bx-selected .bx-soa-section-title,
.page-order .bx-soa-section-title {
	font-weight: normal;
	font-size: 24px;
	text-transform: none;
}
.page-order .bx-blue .btn.btn-default,
#bx-soa-orderSave .btn-success-send {
	border-radius: 5px;
	border: 1px solid #1d1d1d;
	background-color: #FFF;
	color: #1d1d1d;
}
#bx-soa-orderSave .btn-success-send:hover {
    border-color: #515151;
    background-color: #515151;
    color: #fff;
}
#bx-soa-orderSave .btn-success-send:active {
    border-color: #1d1d1d;
    background-color: #1d1d1d;
    color: #fff;
}
.page-order .form-policy.only-for-pc {
	text-align: left;
}
.footer-form .btn {
	background-color: #1d1d1d;
	color: #FFF;
}
.footer-form .btn:hover {
    border-color: #666;
    background-color: #666;
}
.footer-form .btn:active {
	border-color: #000;
    background-color: #000;
}


.product-links .product-links-heading {
	border-bottom: none;
}
.product-links .product-links-heading .product-links-heading-item span {
	border-bottom: 1px solid #5d5d5d;
	transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.product-links .product-links-heading .product-links-heading-item.active span,
.product-links .product-links-heading .product-links-heading-item:hover span {
	border-bottom-color: #121212;
}



.product-media-items {
	align-items: flex-start;
}
.product-photos_v2-nav {
	width: 80px;
	}
	.product-photos_v2-nav img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 20px;
		opacity: 0.7;
		transition: .3s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.product-photos_v2-nav img:hover,
	.product-photos_v2-nav img.active {
		opacity: 1;
	}
	.product-photos_v2-large {
		width: calc(100% - 200px);
		}
		.product-photos_v2-large img {
			width: 100%;
			height: auto;
			max-height: 60vh;
		}

	.product-media-items .product-photos_v2-large .product-media-item {
		display: none;
		width: 100%;
		margin: 0;
	}
	.product-media-items .product-photos_v2-large .product-media-item:first-child {
		display: block;
	}
@media screen and (max-width: 1100px) {
	.product-photos_v2-large img {
		max-height: none;
	}
}
@media screen and (max-width: 800px) {
	.product-photos_v2-nav {
		display: none;
	}
	.product-photos_v2-large {
		width: 100%;
		
	}
	.product-media-items .product-photos_v2-large .product-media-item {
		display: block;
	}
}
