html {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}
body {
	color: #1e1e1e;
	font-family: 'AcromRegular';
	width: 100%;
	padding-right: 0 !important;
}
a {
	color: #5b5b5a;
	outline: none;
	text-decoration: none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover, a:focus, a:active {
	color: #f6c93c;
	text-decoration: none !important;
	outline: none;
}
section {
	display: block;
}
h2, h3, h4 {
	color: #1e1e1e;
	font-family: 'AcromBold';
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	font-family: 'AcromMedium';
}
h4 {
	font-size: 16px;
}
header ul, header ol, .fixed-header ul, footer ul, footer ol {
    list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
button {
	cursor: pointer;
}
}
button:active {
	box-shadow: none !important;
}
.container {
    max-width: 1230px;
}
.workarea {
    padding: 20px 0;
}
.blue-btn {
	color: #fff !important;
	font-size: 18px;
	font-family: 'AcromBold';
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #3bc1f0;
	padding: 4px 32px;
}
.blue-btn:hover, .blue-btn:active, .blue-btn:focus {
	background-color: #f6c93c;
	box-shadow: none;
}
.yellow-btn {
	color: #5b5b5a !important;
	font-size: 18px;
	font-family: 'AcromBold';
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #f6c93c;
	padding: 4px 32px;
}
.yellow-btn:hover, .yellow-btn:active, .yellow-btn:focus {
	background-color: #3bc1f0;
	box-shadow: none;
}
.black-btn {
    color: #fff;
    font-size: 13px;
    font-family: 'AcromBold';
    text-transform: uppercase;
    border-radius: 24px;
    background-color: #282828;
    padding: 11px 44px;
}
.black-btn:hover, .black-btn:active, .black-btn:focus {
    color: #fff;
    background-color: #3bc1f0;
    box-shadow: none !important;
}
.black-title {
	color: #1e1e1e;
	font-size: 34px;
	font-family: 'AcromBold';
	text-align: center;
	padding: 30px 0 40px;
}
.black-minititle {
	color: #1e1e1e;
	font-size: 20px;
	font-family: 'AcromBold';
	margin-bottom: 20px;
}
.black-title span {
	position: relative;
}
.black-title span::after {
	content: '';
	position: absolute;
	height: 4px;
	background-color: #f6c93c;
	left: 0;
	right: 0;
	bottom: -8px;
}
.white-title {
	color: #fff;
	font-size: 34px;
	font-family: 'AcromBold';
	text-align: center;
	padding: 30px 0 40px;
}
.white-title span {
	position: relative;
}
.white-title span::after {
	content: '';
	position: absolute;
	height: 4px;
	background-color: #f6c93c;
	left: 0;
	right: 0;
	bottom: -8px;
}
.black-text {
	font-size: 18px;
	font-family: 'AcromMedium';
}
.mobile {
	display: none;
}
.subheader {
	background-color: #f3f3f3;
	text-align: center;
	color: #5b5b5a;
	font-size: 14px;
	font-family: 'AcromMedium';
	padding: 4px 0;
	line-height: 18px;
}
.subheader a:hover, .subheader a:active, .subheader a:focus {
	color: #79a1bf;
}
.subheader svg, header svg, .fixed-header svg {
	color: #f6c93c;
}
.row-flex {
	display: flex;
	height: auto;
	align-items: center;
}
.fixed-header .row-flex {
	height: 50px;
}
.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    background: #fff;
    display: none;
}
header {
	padding: 10px 0 0;
	text-align: center;
}
header p, .fixed-header {
	text-align: center;
}
.logo {
	color: #1d1d1b;
}
.logo a {
	color: #1d1d1b;
}
.fixed-header img {
	display: none;
}
.logo-title {
	font-size: 18px;
	font-family: 'AcromExtrabold';
	text-transform: uppercase;
}
.logo p {
	font-size: 11px;
	font-family: 'AcromMedium';
	line-height: 12px;
}
.fixed-header .logo p {
	margin-bottom: 0;
}
.header-menu {
	font-size: 16px;
	font-family: 'AcromBold';
}
.header-menu svg {
	color: #5b5b5a;
}
.header-menu a.active, .header-menu a.active svg, .header-menu a:hover svg, .header-menu a:active svg, .header-menu a:focus svg {
	color: #f6c93c;
}
.header-menu li {
	display: inline-block;
	margin-right: 30px;
}
.header-menu li:last-child {
	display: inline-block;
	margin-right: 0;
}
.header-menu ul ul {
	display: none;
}
.header-phones {
	color: #5b5b5a;
	font-size: 13px;
	font-family: 'AcromRegular';
}
.header-phones p {
	margin-bottom: 4px;
}
.phone {
	font-size: 16px;
	font-family: 'AcromMedium';
	margin-bottom: 4px;
}
.phone a:hover, .phone a:active, .phone a:focus {
	color: #79a1bf;
}
.phone svg {
	transform: scale(-1,1);
}
.header-messenger {
	font-size: 20px;
}
.header-messenger a svg {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 20px;
}
.header-messenger a:last-child svg {
	margin-right: 0;
}
.header-messenger a:hover svg, .header-messenger a:active svg, .header-messenger a:focus svg {
	color: #f6c93c;
}
.tg svg {
	color: #63b0f1;
}
.viber svg {
	color: #c124c3;
}
.wapp svg {
	color: #3cdc11;
}
.inst svg {
	color: #dc1189;
}
.header-icons {
    position: fixed;
    right: 8%;
    bottom: 32%;
    z-index: 2;
    font-size: 28px;
}
.header-icons .icon {
    line-height: 1;
}
.icon button {
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.icon-phone button {
	border: 2px solid #5b5b5a;
    background-color: #f6c93c;
    background-image: url(/local/templates/almaz/images/phone-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.icon-message button {
	border: 2px solid #fff;
    background-color: #5b5b5a;
    background-image: url(/local/templates/almaz/images/message-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumbs {
	color: #fff;
	text-align: center;
	padding: 18px 0 20px;
	background: #3bc1f0;
}
.breadcrumbs svg {
	color: #f6c93c;
}
.breadcrumbs h1 {
    font-size: 28px;
    font-family: 'AcromBold';
    text-transform: uppercase;
    margin: 0;
}
.breadcrumbs span.non-a {
	font-family: 'AcromMedium';
}
.breadcrumbs a {
    color: #fff;
    font-family: 'AcromRegular';
    position: relative;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
    color: #5b5b5a;
}
#bx_breadcrumb_0 a::before {
    content: '';
	position: absolute;
	left: -17px;
	background-image: url(/local/templates/almaz/images/home-mini.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	top: 0px;
}
#bx_breadcrumb_0 span {
    font-size: 0;
}
#main-slider .swiper-slide {
	height: 516px;
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center;
}
#main-slider .swiper-slide::before {
	content: '';
	position: absolute;
	background-color: rgba(70, 69, 70, 0.4);
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.slide-text {
	width: 100%;
	z-index: 1;
}
.slide-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-family: 'AcromBold';
	line-height: 56px;
	margin-bottom: 50px;
}
#main-slider .swiper-pagination-bullet {
    width: 30px;
    height: 14px;
    display: inline-block;
    border-radius: 0;
    background: #5b5b5a;
    border: 2px solid #fff;
    opacity: 1;
}
#main-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f6c93c;
}
.col-menu {
	padding-right: 0;
}
.main-catalog {
	background-color: #f6c93c;
	text-transform: uppercase;
}
.main-catalog svg {
	color: #5c5c5c;
}
.main-catalog a:hover, .main-catalog a:active, .main-catalog a:focus, .main-catalog a:hover svg, .main-catalog a:active svg, .main-catalog a:focus svg {
	color: #fff;
}
.down-header {
	background-color: #5b5b5a;
	font-family: 'AcromMedium';
}
.header-catalog li {
	margin-right: 28px;
	display: none;
	padding-top: 10px;
}
.header-catalog li:nth-child(5) {
	margin-right: 0;
}
.header-catalog a {
	color: #fff;
}
.header-catalog a:hover, .header-catalog a:active, .header-catalog a:focus {
	color: #f6c93c;
}
.text {
	margin-bottom: 20px;
}
.catalog-section {
	height: 252px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}
.catalog-section::before {
	content: '';
	position: absolute;
	background-color: rgba(91, 91, 90, 0.2);
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 10px;
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.catalog-section:hover::before {
	background-color: rgba(62, 151, 207, 0.6);
}
.catalog-section-content {
	position: relative;
	z-index: 1;
	width: 100%;
}
.catalog-title {
	color: #fff;
	font-size: 28px;
	font-family: 'AcromBold';
	line-height: 34px;
}
.advantages {
	background-size: cover;
	background-position: center;
	box-shadow: inset 0px 4px 10px -5px #333;
}
.advantage-item {
	width: 33%;
	margin-bottom: 30px;
	background-color: #f6f6f6;
	padding: 72px 30px;
	text-align: center;
}
.advantage-item:nth-child(2n) {
	background-color: #fff;
}
.advantage-img {
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.advantage-title {
	color: #5b5b5a;
	font-size: 22px;
	font-family: 'AcromBold';
	margin-bottom: 20px;
}
.advantage-text {
	font-size: 18px;
	font-family: 'AcromMedium';
	line-height: 24px;
}
.main-block {
	position: relative;
}
.main-block p {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.t-block-img {
	position: relative;
}
.circle-number {
	color: #5b5b5a;
	font-size: 20px;
	font-family: 'AcromMedium';
	background-color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 2px solid #f6c93c;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.cirle-number-block .circle-number {
	position: absolute;
	margin: 0 auto;
}
.circle-number1 {
    bottom: 206px;
    left: 0;
    right: 170px;   
}
.circle-number2 {
    bottom: 106px;
    left: 0;
    right: -60px;
}
.circle-number3 {
    top: 64px;
    left: 0;
    right: 20px;
}
.circle-number4 {
    top: 100px;
    right: 140px;
}
.circle-number.active, .circle-number:hover, .circle-number:active, .circle-number:focus,
.circle-number-text:hover .circle-number, .circle-number-text:active .circle-number, .circle-number-text:focus .circle-number {
	color: #fff;
	background-color: #5b5b5a;
}
.circle-number-text {
	margin-bottom: 40px;
}
.circle-number-text p {
	margin-bottom: 0;
}
.circle-number-text .circle-number {
	display: inline-block;
	vertical-align: middle;
}
.circle-text-block {
	display: inline-block;
	border: 2px solid transparent;
	padding: 4px 10px;
	width: 90%;
	vertical-align: middle;
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.circle-number-text .circle-text-block.active, .circle-number-text:hover .circle-text-block, .circle-number-text:active .circle-text-block, .circle-number-text:focus .circle-text-block {
	border: 2px solid #f6c93c;
}
.portfolio-main {
	background-size: cover;
	background-position: center;
	box-shadow: inset 0px 4px 10px -5px #333;
}
.portfolio-item {
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.4);
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.portfolio-item:hover, .portfolio-item:active, .portfolio-item:focus {
	border: 2px solid #f6c93c;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
}
/*.portfolio-item::before {
	content: '';
	position: absolute;
	height: 74px;
	width: 66px;
	left: 6px;
	bottom: 6px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/local/templates/almaz/images/mini-logo.png);
}*/
.main-price {
	height: 490px;
	color: #fff;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
}
.main-price::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(91, 91, 90, 0.4);
}
.main-price-block {
	z-index: 1;
	position: relative;
}
.main-price-img {
	text-align: right;
	position: relative;
}
.main-price-img::before {
	content: '';
	position: absolute;
	background-image: url(/local/templates/almaz/images/price-list.png);
	width: 253px;
	height: 359px;
	top: -94px;
	right: 0;
	/*background-size: contain;*/
}
.main-price-img:hover::before {
	background-image: url(/local/templates/almaz/images/price-list-hover.png);
}
.main-price-img-inner::before {
	content: '';
	position: absolute;
	background-image: url(/local/templates/almaz/images/price-list2.png);
	width: 252px;
	height: 327px;
	top: -94px;
	right: 20px;
}
.main-price-text {
	font-size: 22px;
	font-family: 'AcromBold';
}
.main-price-text p {
	margin-bottom: 20px;
}
.main-seo {
	position: relative;
	padding: 30px 0 20px;
}
.main-seo::before {
	position: absolute;
	content: '';
	width: 267px;
	height: 93px;
	left: 0;
	bottom: 0;
	background-image: url(/local/templates/almaz/images/seo-before.png);
	background-repeat: no-repeat;
}
.main-seo h1 {
	color: #1e1e1e;
	font-size: 22px;
	font-family: 'AcromBold';
	margin-bottom: 20px;
}
.catalog-menu {
	border: 1px solid #5b5b5a;
	border-radius: 8px;
	font-size: 18px;
	font-family: 'AcromBold';
}
.catalog-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.catalog-menu ul ul {
	padding-left: 15px;
	background-color: #f9f9f9;
	border-top: 1px solid #5b5b5a;
	font-family: 'AcromMedium';
	border-radius: 0 0 8px 8px;
}
.catalog-menu ul ul ul {
	border-top: none;
}
.catalog-menu li {
	padding: 0 0;
}
.catalog-menu li:last-child {
	border: none;
}
.catalog-menu ul li {
	border-bottom: 1px solid #5b5b5a;
}
.catalog-menu ul ul li {
	border-bottom: none;
}
.catalog-menu a {
	color: #5b5b5a;
	padding: 8px 18px;
	display: block;
	line-height: 22px;
}
.catalog-menu .root-item-selected, .catalog-menu .item-selected a, .catalog-menu a:hover, .catalog-menu a:focus, .catalog-menu a:active {
	color: #79a1bf;
}
.catalog-item {
	color: #5b5b5a;
	border: 1px solid #f9f9f9;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-family: 'AcromBold';
	padding-bottom: 14px;
}
.catalog-item-img {
	height: 220px;
	background-size: cover;
	background-position: center;
	border-radius: 8px 8px 0 0;
	margin-bottom: 10px;
}
.catalog-item-title {
	line-height: 22px;
}
.catalog-item-title, .catalog-item-text {
	margin-bottom: 20px;
}
.catalog-item-btn .blue-btn {
	font-size: 16px;
	padding: 4px 37px;
}
.detail-slider {
	height: 80% !important;
	width: 100%;
}
.detail-slider .swiper-slide {
	width: 100%;
}
.detail-slider .swiper-slide, .detail-photo {
	height: 460px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.detail-slider-thumbs {
	height: 116px !important;
	box-sizing: border-box;
	padding: 20px 0;
}
.detail-slider-thumbs .swiper-slide {
	height: 78px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.detail-prop {
	color: #5b5b5a;
	font-family: 'AcromMedium';
	display: flex;
}
.detail-prop ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
	width: 100%;
}
.detail-prop li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.detail-prop li:nth-child(2n) {
    float: right;
}
.detail-prop li span {
	font-family: 'AcromBold';
}
/*.detail-colors {
	margin-bottom: 20px;
	color: #5b5b5a;
	font-family: 'AcromMedium';
}
.detail-colors span {
	color: #3bc1f0;
    font-size: 16px;
    font-family: 'AcromBold';
}
.colors-block {
	display: inline-block;
	margin-bottom: 10px;
}
.colors-img {
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center;
}*/
.detail-info {
	border: 2px solid #f6c93c;
	position: relative;
	margin: 40px 0 20px;
	display: flex;
}
.detail-info-title {
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	color: #5b5b5a;
	font-size: 14px;
	font-family: 'AcromMedium';
	text-align: center;
}
.detail-info-title span {
	background: #fff;
	padding: 10px 30px;
}
.detail-info-block {
	padding: 20px 14px;
}
.detail-info-block a {
	display: block;
	color: #5b5b5a;
	font-size: 14px;
	font-family: 'AcromBold';
	padding: 15px 0;
	border-bottom: 1px solid #c8c8c8;
	width: 40%;
	float: left;
}
.detail-info-block a:nth-child(2n) {
	float: right;
	margin-right: 40px;
}
.detail-info-block a:hover, .detail-info-block a:active, .detail-info-block a:focus {
	color: #3bc1f0;
}
.detail-price-title {
	color: #3bc1f0;
	text-align: center;
	font-size: 18px;
	font-family: 'AcromBold';
	margin-bottom: 20px;
}
.detail-price-minititle {
	color: #787878;
	font-size: 14px;
	font-family: 'AcromMedium';
	margin-bottom: 20px;
}
.detail-price-block {
	color: #5b5b5a;
	font-size: 14px;
	font-family: 'AcromBold';
}
.detail-price {
	margin-bottom: 20px;
}
/*.detail-price-item {
	margin-bottom: 6px;
	display: flex;
}
.detail-price-name {
	flex-basis: 30%;
}*/
.detail-btn-block {
	margin-top: 26px;
}
.detail-btn-block button {
	margin-bottom: 20px;
	width: 178px;
	font-size: 16px !important;
	padding: 6px 26px;
}
.detail-tabs {
	margin-top: 40px;
	width: 100%;
}
.detail-tabs a {
	color: #3bc1f0;
	font-family: 'AcromBold';
}
.detail-tabs .text {
	margin-bottom: 0;
}
.detail-tabs .nav-tabs {
    border-bottom: none;
    font-size: 18px;
    font-family: 'AcromMedium';
}
.detail-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    background-color: #5b5b5a;
    transition: 0.3s all;
    margin-right: 2px;
}
.detail-tabs .nav-tabs .nav-link {
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 8px 24px;
}
.detail-tabs .nav-tabs .nav-item:hover, .detail-tabs .nav-tabs .nav-link.active, .detail-tabs .nav-tabs .nav-item.show .nav-link {
    background-color: #3bc1f0;
}
.detail-tabs .tab-content {
	padding: 24px 20px;
	border: 2px solid #dedede;
}
.tab-content-a a {
	color: #3bc1f0;
	font-family: 'AcromBold';
}
.texture-img {
	height: 200px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
}
.not-found {
    color: #fff;
    height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
.not-found::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.not-found-content {
    z-index: 1;
    position: relative;
}
.not-found-title {
    font-size: 36px;
    font-family: 'AcromMedium';
}
.not-found-text {
    font-size: 24px;
}
.not-found-text p {
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}
.not-found-text a {
    color: #f6c93c;
    font-family: 'AcromBold';
}
footer {
	padding: 20px 0;
	border-top: 6px solid #f6c93c;
	text-align: center;
	position: relative;
	color: #5b5b5a;
	font-family: 'AcromMedium';
}
footer::after {
	position: absolute;
	content: '';
	width: 197px;
	height: 334px;
	right: 0;
	bottom: 0;
	background-image: url(/local/templates/almaz/images/footer-after.png);
	background-repeat: no-repeat;
}
footer svg {
	color: #f6c93c;
}
footer p {
	text-align: center;
}
.footer-title {
	text-transform: uppercase;
	font-family: 'AcromBold';
	margin: 20px 0 30px;
}
footer li {
	margin-bottom: 10px;
}
.copyright {
	text-align: center;
	color: #fff;
	background-color: #5b5b5a;
	font-size: 14px;
	font-family: 'AcromMedium';
	padding: 4px 0;
}
.copyright a {
	color: #fff;
}
.copyright a:hover, .copyright a:focus, .copyright a:active {
	color: #f6c93c;
}
/* flex */
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	-ms-flex-flow: wrap;
    flex-flow: wrap;
}
.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
	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;
}
/* modal */
.modal-dialog {
    max-width: 480px;
    margin: 10% auto 0;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	border-radius: 0;
	border-bottom: none;
	padding: 10px 0;
	color: #fff;
	background-color: #282828;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'AcromBold';
	position: relative;
}
.modal-title {
    width: 100%;
    text-align: center;
}
.modal-header .close {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	opacity: 1;
	font-size: 28px;
	line-height: 0;
	width: 40px;
	height: 40px;
	text-shadow: none;
	border-radius: 50px;
	background: #f6c93c;
}
.modal-body {
	padding: 18px 40px;
}
.modal-body .alx-feedb-error {
    margin-top: 0 !important;
}
.modal-body .black-btn {
	padding: 11px 0px;
	width: 180px;
	text-align: center !important;
}
.modal-body .afbf_success_block._without-popup .afbf_mess_ok .mess {
	line-height: 23px;
}
.modal-footer {
	border-bottom: none;
}
.detail-modal .modal-header {
	text-transform: none;
}
[id^="CATALOG_EL_FID"] {
	display: none;
}
[id^="afbf_catalog_el_fid"] {
	display: none !important;
}