@font-face {
    font-family: geometria;
    src: url(../fonts/geometria.eot);
    src: url(../fonts/geometria.eot?#iefix) format('embedded-opentype'), url(../fonts/geometria.woff2) format('woff2'), url(../fonts/geometria.woff) format('woff'), url(../fonts/geometria.ttf) format('truetype'), url(../fonts/geometria.svg#geometriaregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geometria;
    src: url(../fonts/geometria-medium.eot);
    src: url(../fonts/geometria-medium.eot?#iefix) format('embedded-opentype'), url(../fonts/geometria-medium.woff2) format('woff2'), url(../fonts/geometria-medium.woff) format('woff'), url(../fonts/geometria-medium.ttf) format('truetype'), url(../fonts/geometria-medium.svg#geometriamedium) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: geometria;
    src: url(../fonts/geometria-bold.eot);
    src: url(../fonts/geometria-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/geometria-bold.woff2) format('woff2'), url(../fonts/geometria-bold.woff) format('woff'), url(../fonts/geometria-bold.ttf) format('truetype'), url(../fonts/geometria-bold.svg#geometriabold) format('svg');
    font-weight: 700;
    font-style: normal
}
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap&subset=cyrillic');

a, button, img, input, li {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #020202;
    /*font-family: geometria*/
	font-family: 'PT Sans Narrow', sans-serif;
}

body a:focus, body a:hover {
    text-decoration: none
}

button, input[type=submit] {
    cursor: pointer
}
.modern-page-navigation{

}
.modern-page-navigation.show{
	display: block;
}

.h1, h1 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0;
    margin: 0 0 30px 0;
    color: #020202;
}
a, a:hover {
    color: #020202;
	
	
}
.product-text a, .product-text a:hover,
.article-content a, .article-content a:hover{
	color: #020202;
	text-decoration: underline;
}

a:hover,
a:focus {
    color: #020202;
	text-decoration: underline;
}

.h1 a, h1  a{
    color: #020202;
}
.h1 a:hover, h1  a:hover{
    text-decoration: underline;
}
.h1 small, h1 small {
    display: block;
    color: #020202;
    font-size: 14px;
    margin-top: 10px
}

.autor-desc-title small {
    display: block;
    color: #020202;
    font-size: 14px;
    margin-top: 10px;
}
.hidden{
	display: none;
}
.h2, h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
    color: #222;
}

.h3, h3 {
    font-size: 21px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
    color: #222;
}

.h4, h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px 0;
    color: #222;
}

.h4, h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px 0;
    color: #222;
}
#toTop {
	position: fixed;
	width: 50px;
	height: 50px;
	left: 30px;
	bottom: 60px;
    line-height: 50px;
    text-align: center;
	border: 1px solid #C63732;
	box-sizing: border-box;
	display:none;
	z-index: 1000;

}
.header-top_block{
   	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
    margin-bottom: 5px;	
}
.header .fa-bars:before {
    content: "\f0c9";
    font-size: 34px;
}

.header .top-phone,
.header .top-mail
{

	font-size: 15px;
	line-height: 18px;	
	display: inline-block;
	padding-left: 25px;
	color: #000000;
}
.header-top_block .top-phone{
	margin-right: 30px;
	background: url('/images/icons/phone.svg') left center no-repeat;
}
.header-top_block  .top-mail{

	background: url('/images/icons/mail.svg') left center no-repeat;
}
.header .btn-call{

	font-size: 13px;
	line-height: 15px;
    padding: 8px 15px;
	color: #C63732 !important;	
	border: 1px solid #C63732;	
	margin-right: 30px;
	display: inline-block;
}


.btn-custom{
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
}
.btn-color1{
	color:#585858;
	background-color: #fff;
	border: 3px solid #585858;
}
.btn-color1:hover{
	color:#fff;
	background-color: #585858;
	border: 3px solid #fff;
}
.btn-color2:hover,
.btn-color2{
	color:#FFF;
	border: 3px solid #FFF;
}

.ps-title .h1, .ps-title h1 {
    margin-bottom: 0
}

.ps-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
	margin-top: 20px;
}

.ps-title-pl {
    padding-left: 580px;
}
.ps-title-pl h1 {
    position: relative;
}
.ps-title-pl h1 a {
    display: inline-block;
    position: relative;
    color: #020202;
}
/*.ps-title-pl h1 a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ps-title-pl h1:hover a:after {
    opacity: 1;
    width: 100%;
}*/
.ps-title.ps-style-00 .h1, .ps-title.ps-style-00 h1 {
    color: #fff
}

.ps-style-00:after {
    content: '';
    position: absolute;
    left: -120px;
    bottom: -105px;
    width: 267px;
    height: 267px;
    border-radius: 50%;
    background-color: #07195c;
    z-index: -1
}

.ps-style-01:after {
    content: '';
    position: absolute;
    left: -140px;
    bottom: -30px;
    width: 237px;
    height: 237px;
    background-color: #ff113b;
    z-index: -1
}

.ps-style-02:after {
    content: '';
    position: absolute;
    left: -255px;
    bottom: -240px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 300px solid #07195c;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1
}

.h1-sub {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    color: #020202;
    margin-bottom: 20px
}

header {
    background: #fff;
    /*padding: 15px 0;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 500
}

header.active {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.header-logo {
    display: block;
    width: 110px
}

.header .s-menu-button2 {
	display: none;
}

@media (max-width: 991px) {
  .header-logo {
    width: 61px;
  }
}

.header-logo img {
    display: block;
    width: 100%
}

.hsearch-link {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icon/magnifying-glass.svg) 50% 50% no-repeat;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    position: relative
}

.hsearch-link::after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2750d7;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.hsearch-link:hover::after {
    opacity: 1
}

.hmenu {
    list-style: none;
    margin: 0 -15px;
    padding: 0
}

.hmenu > li {
    padding: 0 15px;
    position: relative
}

.hmenu > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #020202;
    position: relative
}

.hmenu > li.hmenu-catalog > a {
    padding-right: 15px
}

.hmenu > li.hmenu-catalog > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff123e
}

.hmenu > li:hover > a {
    color: #ff123e
}

.hmenu > li.active > a {
    color: #ff123e;
    cursor: default
}

.hmenu-catalog:hover .hmenu-sub {
    display: block
}

.hmenu-sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 15px;
    z-index: 10
}

.hmenu-sub > ul::after {
    content: '';
    position: absolute;
    left: 15px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hmenu-sub > ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #ddd;
    width: 150px;
    background: #fff;
    position: relative
}
.hmenu-sub  ul li {
	position: relative;
    position: relative;
    box-sizing: border-box;
    display: block; 	
}
.hmenu-sub ul ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #ddd;
    min-width: 100px; 
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0px;
    box-sizing: border-box;
	display: none;
    /* right: 0; */
}
.hmenu-sub ul li:hover>ul {
	display: block;
}
.hmenu-sub a {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
	padding: 3px 10px;
}

.hmenu-sub a:hover {
    color: #ff123e
}

.hmenu-sub li {

}

.hmenu-sub li:first-child {
    margin-top: 0
}

.hmenu-sub li.active a {
    cursor: default;
    color: #ff123e
}

.hmoneylang {
    margin: 0 -10px;
    position: relative
}

.hmoneylang-item {
    padding: 0 10px;
    position: relative
}
.global-menu .hmoneylang-item {
    padding: 0 5px;
}

.hmoneylang-item > a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #020202;
    font-weight: 500;
    padding-right: 15px
}

.hmoneylang-item:hover > a {
    color: #ff123e
}

.hmoneylang-item:hover .hmoneylang-popup {
    display: block
}

.hmoneylang-item > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff123e
}
.global-menu-head .hmoneylang-item > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff
}
.global-menu-head .s-user-button {
    width: 38px;
}
.global-menu-head .s-pr-0 {
    padding-right: 0;
}
.global-menu-head .s-pl-0 {
    padding-left: 0;
}

.hmoneylang-popup {
    display: none;
    position: absolute;
    left: -5px;
    top: 100%;
    padding-top: 15px;
    z-index: 10
}

.hmoneylang-popup ul::after {
    content: '';
    position: absolute;
    left: 15px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hmoneylang-popup ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    border: 1px solid #ddd;
    width: 120px;
    background: #fff;
    position: relative
}

.hmoneylang-popup a {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.global-menu .hmoneylang-popup a {
    color: #333;
}

.hmoneylang-popup a:hover {
    color: #ff123e
}

.hmoneylang-popup li {
    margin-top: 10px
}

.hmoneylang-popup li:first-child {
    margin-top: 0
}

.hmoneylang-popup li.active a {
    cursor: default;
    color: #ff123e
}

.hbtns {
    margin: 0 -10px
}

.hbtns-item {
    position: relative;
    padding: 0 10px
}

.hbtns-item:hover .h-user-popup {
    display: block
}

.hbtns-item:hover .h-user-link::after {
    opacity: 1
}

.h-user {
    position: relative
}

.h-user-popup {
    display: none;
    position: absolute;
    left: -5px;
    top: 100%;
    padding-top: 15px;
    z-index: 10
}

.h-user-popup ul::after {
    content: '';
    position: absolute;
    left: 15px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.h-user-popup ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    border: 1px solid #ddd;
    width: 150px;
    background: #fff;
    position: relative
}

.h-user-popup a {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.h-user-popup a:hover {
    color: #ff123e
}

.h-user-popup li {
    margin-top: 10px
}

.h-user-popup li:first-child {
    margin-top: 0
}

.h-user-popup li.active a {
    cursor: default;
    color: #ff123e
}

.h-user-link {
    display: block;
    height: 30px;
    width: 40px;
    background: url(../images/icon/profile.svg) 0 50% no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px
}

.h-user-link::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff123e
}

.h-user-link::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2750d7;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.h-user-link:hover::after {
    opacity: 1
}

.h-favorite-link {
    display: block;
    height: 30px;
    padding: 10px 0 0 35px;
    font-size: 14px;
    font-weight: 500;
    color: #020202;
    background: url(../images/icon/heart.svg) 0 50% no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    position: relative
}

.h-favorite-link:hover {
    text-decoration: none;
    color: #020202
}

.h-favorite-link::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff113b;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.h-favorite-link:hover::after {
    opacity: 1
}

.h-basket-link {
    display: block;
    height: 30px;
    padding: 10px 0 0 35px;
    font-size: 14px;
    font-weight: 500;
    color: #020202;
    background: url(../images/icon/shopping-bag.svg) 0 50% no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    position: relative
}

.h-basket-link:hover {
    text-decoration: none;
    color: #020202
}

.h-basket-link::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2750d7;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.h-basket-link:hover::after {
    opacity: 1
}

.btn-menu {
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 44px;
    color: #000;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    -webkit-background-size: cover;
    background-size: 100% auto
}

.btn-menu i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.global-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px 15px 40px 15px;
    background: #585858;
    color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    z-index: 501;
}

.global-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.global-menu a {
    color: #fff
}

.global-menu-head {
    margin-bottom: 20px;
    color: #fff
}

.global-menu-close {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #fff
}

.global-menu-close i {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: -1px
}

.g-search {
    margin-bottom: 20px;
    background: url(../images/icon/magnifying-glass-grey.svg) 2px 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px
}

.g-search input[type=text] {
    outline: 0;
    border: none;
    border-bottom: 1px solid grey;
    padding: 10px 0 10px 35px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background: 0 0
}

.global-menu .footer-menu {
    margin-bottom: 20px
}

.modal-menu {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0
}

.modal-menu-link {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 0
}

.modal-menu-li.modal-menu-catalog .modal-menu-link {
    padding-right: 25px
}

.modal-menu-li.modal-menu-catalog .modal-menu-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 22px;
    width: 14px;
    height: 14px;
    background: url(../images/icon/more-white.svg) 50% 50% no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.modal-menu-li.modal-menu-catalog.active .modal-menu-link::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.modal-menu-sub {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 14px;
    display: none
}

.modal-menu-sub li {
    margin-top: 10px
}

.modal-menu-sub li:first-child {
    margin-top: 0
}

.modal-menu-sub a {
    display: inline-block
}

.modal-menu-sub li.active a {
    cursor: default;
    font-weight: 600
}

.global-icon-menu {
    color: #fff;
    font-size: 24px
}

footer {
    background: #585858;
    padding: 65px 0;
    color: #fff
}

footer a {
    color: #fff;
}

footer a:focus, footer a:hover {
    color: #fff;
	text-decoration: underline;
}

.footer-socio {
    margin: 0 -10px
}

.footer-socio a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 19px;
    margin: 0 10px;
    border-radius: 50%
}

.footer-socio a:focus, .footer-socio a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2750d7
}

.footer-copy {
    font-size: 16px
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 220px
}

.footer-menu li {
    margin-bottom: 13px
}

.footer-menu a {
    display: inline-block
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

main {
    overflow: hidden;
    padding-top: 130px
}

.subs-container {
    border-top: 2px solid #585858;
    padding-top: 50px;
    padding-bottom: 70px;
}

.subs-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700
}
.subscribe.subs-title{
	color: #585858;
	font-weight: normal;
	margin-top: 15px;
}

.subs-info {
    font-size: 16px;
    color: #000
}

.subs-body {
    margin-bottom: 10px;
    border: 1px solid #000
}

.subs-body button {
    display: block;
    width: 170px;
    text-align: center;
    font-size: 18px;
    color: #2750d7;
    font-weight: 700;
    line-height: 51px;
    border: none;
    outline: 0;
    background-color: transparent;
    padding: 0 !important;
    text-align: center !important;
}

.subs-body button i {
    display: none
}

.subs-body button:hover {
    color: #fff;
    background-color: #2750d7
}

.sender-btn.btn-subscribe{
	color: #585858;
}
.sender-btn.btn-subscribe:hover{
	color: #FFF;
	background-color: #585858;
}

.subs-body input[type=email] {
    font-size: 14px;
    color: #020202;
    padding: 16px 25px 14px 25px;
    border: none;
    background-color: transparent;
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    outline: 0
}

.wellcome-sl {
    position: relative
}

.wellcome-sl-item {
    outline: 0 !important;
    height: 545px;
    overflow: hidden;
	text-decoration: none;
}
.wellcome-sl-item:hover{
	text-decoration: none;
}

.wellcome-sl-item_background{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.5);	
	background-position: center;
	-webkit-background-size: auto 100%; 
	background-size: auto 100%;
	background-repeat: no-repeat;
	/*transform: scale(2.0) translate(-10%, 20%);*/
	transform: scale(1.4) translate(-10%, 14%);
	top: 0;
}
.wellcome-sl-item_background.change-bg-position
{
	 transition: 4s;
	/*transform: scale(2.0) translate(-10%, -20%);*/
	transform: scale(1.4) translate(-10%, -14%);
}


.wellcome-sl-body {
    padding: 80px 100px;
    max-width: 820px
}

.wellcome-sl-body .wellcome-sl-link {
    z-index: 20;
}
.wellcome-sl-button_block{
    Z-INDEX: 10;
    POSITION: relative;	
}
.wellcome-sl-title {
    font-size: 47px;
    line-height: 60px;
    color: #FFF/*#020202*/;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
	text-shadow: 6px 6px 4px black;
}

/*.wellcome-sl-title::after {
    content: '';
    position: absolute;
    width: 267px;
    height: 267px;
    border-radius: 50%;
    background-color: #fff;
    left: -175px;
    top: -90px;
    z-index: -1
}
*/
.wellcome-sl-link {
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    color: #020202;
    font-weight: 700;
    position: relative;
    padding: 0 5px 10px 5px;
	outline: none !important;
    color: #FFF;
	text-shadow: 6px 6px 4px black;
    margin-bottom: 5px;	
}

.wellcome-sl-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

/*.wellcome-sl-link:hover {
    color: #020202
}

.wellcome-sl-link:hover::after {
    opacity: 1;
    width: 100%
}*/
.wellcome-sl-button{
	font-size: 18px;
	display: inline-block;
	padding: 3px 15px;
	border: 4px solid #fff;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
}
.wellcome-sl-item:hover .wellcome-sl-button{
	background-color: #FFF;
	color: #585858;
	
}

.wellcome-sl .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 10px;
}
.wellcome-sl .slick-dots li {
	margin: 0 6px;
}
.wellcome-sl .slick-dots button {
	outline: none;
	border: none;
	overflow: hidden;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,.3);
}
.wellcome-sl .slick-dots button:hover {
	background: rgba(0,0,0,1);
}
.wellcome-sl li.slick-active button {
	background: rgba(0,0,0,1);
	cursor: default;
}

.catalog-m {
    background: #fff
}

.catalog-m ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3
}

.catalog-m-content {
    position: relative;
    z-index: 5
}

.catalog-m-content::after {
    content: '';
    position: absolute;
    right: -160px;
    top: -30px;
    width: 267px;
    height: 267px;
    background-color: #ff113b;
    border-radius: 50%;
    z-index: -1
}

.catalog-m li {
    width: 14%;
    position: relative;
    z-index: 2
}

.catalog-m a {
    display: block;
    line-height: 125px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #020202;
}

.catalog-m a:hover {
    color: #020202;
	text-decoration: underline;
}

.ps-link-more {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #020202;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent
}

.ps-link-more:hover, .red-link:hover {
     color: #DF0101;
	text-decoration: underline;
}
.red-link{
	color: #DF0101;
}
.block-padd {
    padding: 75px 0;
    /*padding: 20px 0 40px 0*/
}

.blog {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    z-index: 10
}

.blog-item {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
	padding-bottom: 20px;
    width: 33% !important;
    overflow: hidden;
	position: relative;
}

@media (max-width: 991px) {
.blog-item {
    width: 50% !important;
}
}

@media (max-width: 575px) {
	
.top-nav-icons {
    flex-wrap: nowrap;
}
.blog {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 100% !important;
}
}

.block-content {}

.block-title {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    color: #020202;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-img-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
}

.blog-img {
    display: block;
    height: 260px;
    position: relative
}

.blog-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    opacity: 0;
    z-index: 1
}

.blog-date {
    text-align: center;
    position: absolute;
    left: 15px;
    right: 15px;
    color: #fff;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    opacity: 0;
    z-index: 2
}

.blog-body {
    flex-direction: column;
}

.blog-body:hover .blog-date, .blog-body:hover .blog-img::after {
    opacity: 1
}

.block-content {}

.block-text {
    font-size: 16px;
    color: #020202;
    margin-bottom: 25px
}

.blog-more {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #020202
}


.sl-nav {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
	z-index: 100;
}

.sl-prev {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/icon/arrow-left.svg) 50% 50% no-repeat;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
    margin: 0 15px
}

.sl-prev::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ff113b;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0;
    z-index: -1
}

.sl-next {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/icon/arrow-right.svg) 50% 50% no-repeat;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
    margin: 0 15px
}

.sl-next::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2750d7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0;
    z-index: -1
}

.sl-next:hover::after, .sl-prev:hover::after {
    opacity: 1
}

.autor-sl {
    position: relative
}

.autor-sl-item {
    outline: 0 !important;
    padding-bottom: 35px
}

.autor-sl-body {
    max-width: 240px;
    margin: 0 auto
}

.autor-sl-link {
    display: block;
    outline: 0 !important;
    color: #020202
}

.autor-sl-link:hover {
    color: #020202
}

.autor-sl-link:hover .autor-sl-title {
    color: #DF0101;
}

.autor-sl-img {
    height: 240px;
    margin-bottom: 25px
}

.autor-sl-title {
    font-size: 18px;
    font-weight: 700;
    color: #020202;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.autor-sl-country {
    font-size: 14px
}

.autor-sl .slick-dots {
    list-style: none;
    margin: -3px -6px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.autor-sl .slick-dots li {
    padding: 3px 6px;
    height: 16px !important;
}

.autor-sl .slick-dots button {
    outline: 0;
    border-radius: 50%;
    border: none;
    background: #cecece;
    width: 10px;
    height: 10px;
    text-indent: -250px;
    overflow: hidden;
    padding: 0
}

.autor-sl .slick-dots button:hover {
    background: #000
}

.autor-sl .slick-dots li.slick-active button {
    cursor: default;
    background: #000
}

.menu-theme {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-theme li {
    margin-bottom: 20px
}

.menu-theme li a {
    display: inline-block;
    font-size: 18px;
    color: #020202;
    line-height: 1.2;
    padding: 0 3px 3px 3px;
    position: relative
}

.menu-theme li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.menu-theme li a:hover {
    color: #020202
}

.menu-theme li a:hover::after {
    opacity: 1;
    width: 100%
}

.menu-theme li.active a {
    cursor: default;
    font-weight: 700;
    font-size: 25px
}

.menu-theme li.active a::after {
    opacity: 1;
    width: 100%
}

.catalog-ix {
    margin-left: -40px;
    margin-right: -40px;
}

.catalog-ix-item {
    margin-bottom: 60px;
    padding: 0 40px;
    width: 50%
}

.catalog-body {
    font-size: 14px;
    color: #020202
}

.catalog-img {
    display: block;
    margin-bottom: 20px
}

.catalog-img img {
    display: block;
    width: 100%
}

.catalog-autor,
.catalog-category {
    margin-bottom: 3px
}
.catalog-autor,
.products-item-autor {
    font-size: 18px;
    color: #020202;
    font-weight: 700;
}
.catalog-autor a,
.products-item-autor a {
    display: block;
    font-size: 18px;
    color: #020202;
    font-weight: 700;
}
.catalog-autor a:hover,
.products-item-autor a:hover {
    color: #DF0101;
}
.catalog-technique {
    margin-bottom: 15px
}

.catalog-price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 1.2;
    color: #020202;
    font-weight: 700
}

.catalog-name {
    display: block;
    font-size: 18px;
    color: #020202;
    font-weight: 400;
    margin-bottom: 3px
}

.catalog-btns {
    margin: 0 -5px
}

.catalog-btns a {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin: 0 5px
}

.catalog-btns a::after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.catalog-btns a:hover::after {
    opacity: 1
}

.btn-favorite {
    background: url(../images/icon/heart.svg) 50% 50% no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px
}

.btn-favorite::after {
    background-color: #ff113b
}

.btn-buy {
    background: url(../images/icon/shopping-bag.svg) 50% 50% no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px
}

.btn-buy::after {
    background-color: #2750d7
}

.catalog-main {
    position: relative;
    margin-left: -50px;
    margin-right: -50px;
    z-index: 5
}

.catalog-main-item {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;
    width: 50%
}
.main-page-best-title__block{
	height: 55px;
}
.catalog-main-item:nth-of-type(2){
    margin-top: 150px;
}

.catalog-main-item:nth-of-type(5n+2){
    margin-top: 150px;
}
.main-page-best__title{
	position: relative;
	top: 40px;
	z-index: 10;	
}

/*.catalog-main-item:first-child {
    margin-top: -300px;
}
.catalog-main-item:nth-of-type(6n) {
    margin-top: -300px;
}*/
.catalog-main-item.grid-sizer {
    width: 33%
}

.catalog-filter {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb
}

.catalog-filter > li {
    padding: 0 0 .5rem;
    border-bottom: 1px solid #ebebeb
}

.catalog-filter > li + :last-child {
    border: none
}

.catalog-filter > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none
}

.catalog-filter > li ul strong {
    font-size: 18px;
    margin: .5rem 0;
    display: block
}

.catalog-filter input[type=checkbox] {
    position: absolute;
    opacity: 0
}

.catalog-filter input[type=checkbox] ~ label {
    padding-left: 34px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
	font-size: 15px;
}

.catalog-filter input[type=checkbox] ~ label::before {
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.catalog-filter input[type=checkbox] ~ label[style]::before {
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color)
}

.catalog-filter input[type=checkbox] ~ label[style="--checkbox-color: white"]::before {
    background-color: var(--checkbox-color);
    border-color: #ebebeb
}

.catalog-filter input[type=checkbox] ~ label::after {
    content: '';
    width: 15px;
    height: 10px;
    background: url(../images/icon/checked.svg) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    left: 3px;
    display: none
}

.catalog-filter input[type=checkbox] ~ label:hover::before {
    border-color: #000
}

.catalog-filter input[type=checkbox]:checked ~ label::after {
    display: block
}

.catalog-filter-group {
    color: #020202;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    position: relative;
	text-transform: uppercase;
}

.catalog-filter-group::after {
    content: '+';
    position: absolute;
    top: 0;
    right: 40px
}

.catalog-filter-group.active::after {
    content: '-'
}

.catalog-filter-group + ul {
    overflow: hidden
}

.catalog-filter-buttons {
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.bx-filter-popup-result{
	display: inline-block;
	margin-right: 10px;
} 
#modef_num{
	font-size: 18px;
}
.catalog-filter-buttons .submit {
    font-size: 18px;
    font-weight: 500;
    display: block;
    /* width: 100%; */
    text-align: center;
    /* border-radius: 3px; */
    background-color: #585858;
    padding: 0 5px;
	color: #fff;
	border: 3px solid #585858;
    text-transform: uppercase;
}
.bx-filter-button-box{
	padding: 0 10px;
}
.catalog-filter-buttons .clear {
    font-size: 18px;
    font-weight: 500;
    display: block;
	color: #585858;
	background-color: #fff;
	border: 3px solid #585858;
    border-radius: 0;
	padding: 0 5px;
    text-transform: uppercase;
}
.catalog-filter-buttons .clear:hover,
.catalog-filter-buttons .submit:hover
{
	text-decoration: none;
}
.catalog-filter-buttons .clear::before {
    content: '+';
    font-size: 25px;
    -webkit-transform: translate(-4px, 3px) rotate(-45deg);
    -moz-transform: translate(-4px, 3px) rotate(-45deg);
    -o-transform: translate(-4px, 3px) rotate(-45deg);
    transform: translate(-4px, 3px) rotate(-45deg);
    display: inline-block
}

.categories {
    margin-left: -23px;
    margin-right: -23px
}

.categories-item {
    margin-bottom: 60px;
    padding: 0 23px;
    width: 50%
}

.categories-item-body {
    color: #020202;
    font-size: 18px;
    font-weight: 700
}

.categories-item-img {
    margin-bottom: 14px;
    display: block;
    position: relative
}

.categories-item-img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2
}

.categories-item-img::before {
    content: '';
    border: 3px solid #0006ff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.categories-item-img:hover img {
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    -o-transform: translate(20px, -20px);
    transform: translate(20px, -20px)
}

.categories-item-name {
    color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: block;
    overflow: hidden
}

.category-top {
    border-bottom: 2px solid #585858;
    margin-bottom: 50px
}

.category-top-toggle {
    width: 256px;
    color: #585858;
    font-size: 16px;
    line-height: 50px;
    padding-left: 26px;
    border: 1px solid #000;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
	
}
.category-top-toggle:hover{
	color: #585858;
}

.category-top-toggle span {
    display: inline-block
}

.category-top-toggle span + span {
    display: none
}

.category-top-toggle.active,
.category-top-toggle.active:hover {
    color: #fff;
    background-color: #585858; /*#0006ff;*/
    border-color: #585858; 
}

.category-top-toggle.active span:first-child {
    display: none
}

.category-top-toggle.active span:first-child + span {
    display: inline-block
}

.category-top-toggle.active::after {
    background: url(../images/icon/checked-light.svg) 0 0 no-repeat
}

.category-top-toggle::after {
    content: '';
    width: 15px;
    height: 10px;
    background: url(../images/icon/checked.svg) 0 0 no-repeat;
    position: absolute;
    top: 20px;
    right: 24px
}

.category-top select {
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 26px;
    border: 1px solid #000;
    margin-bottom: 12px;
    display: inline-block
}

.category-box {
    display: -ms-flexbox;
    display: flex
}

.category-filter {
    width: 25%;
    display: none
}

.category-filter.active {
    display: block !important;
}

.category-products {
    width: 100%;
    margin-left: 0
}

.category-filter.active + script + .category-products {
    width: 70%;
    margin-left: 5%;
}

/*.category-more-block{
	margin-top: 50px;
}
.authors-pager_wrapper{
	position: relative;
    margin-top: -100px;
}*/
.category-more {
    text-align: center
}

.category-more a {
    color: inherit;
    font-size: 25px;
    font-weight: 700;
    position: relative
}

.category-more a::before {
    content: '';
    width: 49px;
    height: 49px;
    background: url(../images/icon/penta.svg) 0 0 no-repeat;
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.category-more a::after {
    content: '';
    height: 2px;
    width: 0;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -10%;
    left: -10%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.category-more a:hover::before {
    opacity: 1
}

.category-more a:hover::after {
    width: 120%
}

.filtered {
    margin-bottom: 50px
}

.filtered a {
    line-height: 30px;
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative
}

.filtered a::before {
    content: '+';
    font-weight: 400;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute
}

.filtered-clear {
    color: #020202;
    font-size: 18px;
    font-weight: 700;
    padding: 0 30px
}

.filtered-clear::before {
    font-size: 40px;
    top: 0;
    left: 0
}

.filtered-item {
    color: #000;
    font-size: 16px;
    padding: 0 34px 0 12px;
    background-color: #f4f4f4;
    border-radius: 3px
}

.filtered-item::before {
    font-size: 22px;
    top: 0;
    right: 10px
}

.products__masonry {
    margin-right: -50px;
    margin-left: -50px
}

.products__masonry .products-item {
    width: 33.3333%;
    padding: 0 50px 80px
}
.category-filter.active ~ .category-products .products__masonry .products-item {
    width: 50%;
}

.products-item-body {
    color: #020202;
    font-size: 14px;
}

.products__slider .products-item-body {
    padding: 0 50px 40px
}

.products-item-img {
    margin-bottom: 20px;
    display: block;
    outline: none !important;
}

.products-item-img img {
    max-width: 100%;
    display: inline-block;
}

.products-item-autor {
    margin-bottom: 3px;
}

.products-item-category {
    margin-bottom: 15px;
}

.products-item-price {
    color: #020202;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.products-item-name {
    color: #020202;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
#recall form {
    width:100%;
}

.products-item-btns {
    margin: 0 -5px
}

.products-item-btns a {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    margin: 0 5px
}

.products-item-btns a::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.products-item-btns a:hover::after,
.products-item-btns a.active::after,
.catalog-btns a.active::after {
    opacity: 1
}

.products__slider {
    margin: 0 -50px
}

.products__slider-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.products__slider .products-item {
    width: 33.3333%;
    display: inline-block;
    outline: none !important;
}
.main-page-section__slider .slick-dots,
.products__slider .slick-dots {
    list-style: none;
    margin: -3px -6px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100;
    position: relative;
	
}
.main-page-section__slider  .slick-dots li,
.products__slider .slick-dots li {
    padding: 3px 6px
}
.main-page-section__slider .slick-dots li.slick-active button,
.products__slider .slick-dots li.slick-active button {
    cursor: default;
    background: #000
}
.main-page-section__slider .slick-dots button,
.products__slider .slick-dots button {
    outline: 0;
    border-radius: 50%;
    border: none;
    background: #cecece;
    width: 10px;
    height: 10px;
    text-indent: -250px;
    overflow: hidden;
    padding: 0
}
.main-page-section__slider  .slick-dots button:hover,
.products__slider .slick-dots button:hover {
    background: #000
}
/*

*/
.block__slider-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px
}

.block__slider .slider-item {
    width: 33.3333%;
    display: inline-block;
    outline: none !important;
    padding-right: 15px;
    padding-left: 15px;	
}

.block__slider .slick-dots {
    list-style: none;
    margin: -3px -6px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100;
    position: relative;
	
}


.block__slider .slick-dots li  {
    padding: 3px 6px;
    height: 16px !important;
}
.block__slider .slick-dots li.slick-active button {
    cursor: default;
    background: #000
}

.block__slider .slick-dots button {
    outline: 0;
    border-radius: 50%;
    border: none;
    background: #cecece;
    width: 10px;
    height: 10px;
    text-indent: -250px;
    overflow: hidden;
    padding: 0
}

.block__slider .slick-dots button:hover {
    background: #000
}


.photos__slider .slick-prev,
.photos__slider .slick-next{
    position: absolute;
    z-index: 100;
    top: 50%;
    color: #eee;
    font-size: 38px;
	margin-top: -30px;
	background-color: #000;
}
.photos__slider .slick-arrow.slick-disabled
{
    opacity: 0.3;
}
.photos__slider .slick-prev{
	left: 5px;
}
.photos__slider .slick-next{
	right: 5px;
}
.product-img {
    margin-bottom: 40px;
    position: relative
}

.product-img img {
    width: 100%
}


.img-product-media-small {
    height: 80px;
    line-height: 80px;
    text-align: center;
	border: 1px solid #e9e9e9;
	margin: 0px 8px 8px 0;
	text-align: center;
	cursor: pointer;
    display: flex;
    float: left;
    align-items: center;	
	
}
.img-product-media-small.active {
    border-color: #f17c3d;
}

.img-product-media-small img {
    display: inline-block;
    vertical-align: middle;
    width: auto!important;
}
.small-photo_block{
	overflow: hidden;
}
.pr-img-nav {
    padding: 15px 0 0 0;
}
.pr-img-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    text-align: center;
    color: #fff;
}
.pr-img-nav a img {
    display: block;
    width: 24px;
    height: 24px;
}

.product-params {
    padding-left: 15px;
    position: relative
}

.product-params .h3 {
    font-size: 25px;
    margin-bottom: 1rem
}

.product-params > p {
    font-size: 18px;
    margin-bottom: .75rem
}

.product-params-checked {
    width: 60px;
    height: 60px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    background-color: #ee141b;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -70px;
    right: 0;
    display: none;
}

.product-params-buy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.product-params-price {
    font-size: 25px;
    padding: 10px 0;
    border: solid #ebebeb;
    border-width: 1px 0
}

.product-params-price {
    font-size: 25px;
    padding: 10px 0;
    border: solid #ebebeb;
    border-width: 1px 0
}

.product-params .product-name {
	display: flex;
	flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: .75rem;	
}
.product-params .product-name p{
	margin: 0;
	margin-right: 10px;
    font-size: 18px;
}
.product-params .product-name h1{
	margin: 0;	
	font-size: 20px;
	font-weight: bold;
}
.other-prices{
	font-size: 22px;
	display: inline-block;
}
.other-price{
	display: inline-block;
	margin-right: 10px;
}
.custom-pice-btn{
	font-family: Roboto;
	font-size: 18px;
	line-height: 21px;
	color: #C63732;	
	text-decoration: underline;
}

.product-params-buy .btn-buy {
    font-size: 25px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 42px;
    height: 30px;
    width: 34px;
    background-position: 0 45%;
    background-size: 26px 30px;
    position: relative
}

.product-params-buy .btn-buy::after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #2750d7;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 8px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product-params-buy .btn-buy:hover::after {
    opacity: 1
}

.product-params-buy .btn-favorite {
    width: 34px;
    height: 30px;
    vertical-align: middle;
    background-size: 34px 30px;
    display: inline-block;
    margin-left: 100px;
    position: relative
}

.product-params-buy .btn-favorite::after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #ff113b;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 8px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product-params-buy .btn-favorite:hover::after,
.product-params-buy .btn-favorite.active::after {
    opacity: 1
}

.product-params-info {
    border: solid #585858;
    border-width: 1px 0
}

.product-params-info > div + div {
    border-top: 1px solid #ebebeb
}

.product-params-info .spoiler {
    padding: 20px 0
}

.product-params-info .spoiler > a {
    color: inherit;
    font-size: 25px;
    font-weight: 700;
    display: block;
    position: relative
}

.product-params-info .spoiler > a::after {
    content: '+';
    position: absolute;
    right: 15px
}

.product-params-info .spoiler > a:hover {
    color: #020202;
}

.product-params-info .spoiler > div {
    padding-top: .5rem;
    display: none
}

.product-params-info .spoiler.active > a::after {
    content: '-'
}

.product-params-info .spoiler.active > div {
    display: block
}

.product-params-share {
    text-align: right;
    padding: 20px 0
}

.product-params-share span {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 30px
}

.product-params-share a {
    color: inherit;
    font-size: 25px;
    vertical-align: middle;
    margin: 0 10px
}

.product-params-share a:hover {
    color: #0056b3
}

.autor-stars {
    margin: 10px 40px 0 0
}

.autor-desc {
    font-size: 16px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1
}

.autor-desc-title {
    margin-bottom: 30px
}

.autor-desc-title h1 {
    margin: 0
}

.autor-desc-achievements {
    width: 340px
}

.autor-desc-achievements a {
    width: 55px;
    border: 3px solid #ff1740;
    border-radius: 50%;
    display: block;
    overflow: hidden
}

.autor-desc-achievements a img {
    width: 100%;
    display: block
}

.autor-desc .more {
    color: #2750d7;
    font-size: 18px;
    font-weight: 700
}

.autor-desc .more::after {
    content: '';
    width: 15px;
    height: 8px;
    vertical-align: 1px;
    background: url(../images/icon/more.svg) 0 0 no-repeat;
    margin-left: 5px;
    display: inline-block
}

.autor-nav {
    font-size: 25px;
    font-weight: 700;
    margin: 50px 0 40px
}

.autor-nav a {
    color: inherit;
    /*margin-left: 80px;*/
    display: inline-block;
    position: relative
}

.autor-nav a:first-child {
    margin-left: 0
}

.autor-nav a::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.autor-nav a.active::after, .autor-nav a:hover::after {
    opacity: 1
}

.faq h1 {
    margin-bottom: 50px
}

.faq-group {
    width: 66.6666%;
    margin-bottom: 80px
}

.faq .h3 {
    margin-bottom: 35px;
    position: relative
}

.faq .h3::before {
    content: '';
    width: 29px;
    height: 29px;
    background-color: #ff113b;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: -1
}

.faq .spoiler {
    padding-left: 45px;
    margin-bottom: 35px
}

.faq .spoiler > a {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 0;
    display: inline-block;
    position: relative
}

.faq .spoiler > a::before {
    content: '+';
    width: 34px;
    height: 34px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -45px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.faq .spoiler > div {
    display: none
}

.faq .spoiler.active > a::before {
    color: #fff;
    background-color: #2750d7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.faq .spoiler.active > div {
    display: block
}

.search-nav {
    font-size: 25px;
    margin: 30px 0 30px;
}

.search-nav a {
    color: inherit;
    margin-left: 80px;
    display: inline-block
}

.search-nav a:first-child {
    margin-left: 0
}

.search-nav a b {
    position: relative
}

.search-nav a b::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    margin: -21px 0 0 -21px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-nav a.active b::after, .search-nav a:hover b::after {
    opacity: 1
}

.stars {
    width: 24px;
    margin-bottom: 10px
}

.stars a {
    width: 24px;
    height: 30px;
    background: url(../images/icon/star.png) -24px 0 no-repeat;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.stars a.active {
    background-position: 0 0
}

.stars a:hover ~ a {
    background-position: -24px 0
}

.stars:hover a {
    background-position: 0 0
}

.tabs-nav {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px
}

.tabs-nav a {
    color: #696969;
    margin-right: 30px;
    display: inline-block
}

.tabs-nav a:first-child {
    margin-left: 0
}

.tabs-nav a.active, .tabs-nav a:hover {
    color: #000
}

.tabs-box > div {
    display: none
}

.tabs-box > div.active {
    display: block
}

.btn-favorite {
    background: url(../images/icon/heart.svg) 50% 50% no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px
}

.btn-favorite::after {
    background-color: #ff113b
}

.btn-buy {
    background: url(../images/icon/shopping-bag.svg) 50% 50% no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px
}

.btn-buy::after {
    background-color: #2750d7
}

.category-filter-close {
    display: block;
    font-size: 24px;
    color: #000;
    width: 40px;
    text-align: center
}

.category-filter-head {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

.category-filter-head h2 {
    margin-bottom: 0
}

.jq-select-multiple, .jq-selectbox {
    width: 100%
}

.jq-selectbox__select {
    height: 52px;
    padding: 0 45px 0 25px;
    border-color: #000 !important;
    box-shadow: none;
    font: 16px/50px geometria, sans-serif;
    background: #fff !important;
    border-radius: 0
}

.jq-selectbox__trigger {
    width: 45px;
    border: none
}

.jq-selectbox__trigger-arrow {
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    border: none;
    background: url(../images/icon/more.svg) 50% 50% no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px
}

.jq-selectbox__dropdown {
    border-color: #000;
    border-radius: 0
}

.jq-selectbox li {
    padding: 16px 25px;
    font-size: 16px;
    color: #000;
    font-family: 'PT Sans Narrow', sans-serif;
}

.jq-selectbox li.selected {
    background-color: #585858;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #585858;
    color: #fff
}

.text-sl-wrapper .more {
    display: inline-block;
    margin-top: 15px
}

.more span {
    display: inline-block
}

.more span + span {
    display: none
}

.more.active span:first-child {
    display: none
}

.more.active span + span {
    display: inline-block
}

.more.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.text-slide p:last-child {
    margin-bottom: 0
}

.text-slide {
    overflow: hidden;
    text-overflow: ellipsis
}

.text-slide.active {
    height: 96px
}

.product-text {
    max-width: 50%
}
.autor .product-text {
    max-width:100%;
}
.product .product-text {
    max-width:100%;
	font-size: 18px;
}
.product .product-text p{
	font-size: 18px;
}

.line-pr {
    height: 2px;
    background: #585858;
    margin: 60px 0 -30px 0
}

.block-padd-mini {
    padding: 30px 0
}

.pr-img {
    position: relative
}

body main section.block-padd:first-child,
.block-placeorder.block-padd {
    padding-top: 30px
}

ul.guarantees__list {
    list-style-type: none;
    padding-right: 235px;
    padding-left: 0
}

ul.guarantees__list li {
    font-weight: 400;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start
}

ul.guarantees__list li span {
    font-weight: 700;
    padding-right: 25px
}

.block-guarantees ul.guarantees__list-exceptions {
    padding-left: 65px;
    list-style-image: url(../images/icon/disc-red.png);
    list-style-position: inside
}

ul.guarantees__list-exceptions li {
    display: flex;
    -ms-align-items: flex-start;
    align-items: center
}

ul.guarantees__list-exceptions li span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #ff113b;
    padding: 5px;
    border-radius: 25px;
    margin-right: 15px
}

.guarantees {
    position: relative
}

.guarantees::after {
    content: '';
    position: absolute;
    right: -75px;
    top: 75px;
    width: 267px;
    height: 267px;
    background-color: #07195c;
    border-radius: 50%;
    z-index: -1
}

.delivery-info__text p {
    margin-bottom: 0
}

.delivery-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.delivery-item {
    padding-bottom: 60px;
    max-width: 295px
}
.product-params .delivery-item {
    padding-bottom: 60px;
    max-width: 100%;
}
.delivery h1 {
    margin-bottom: 15px
}

.delivery small {
    font-size: 14px;
    padding-bottom: 90px;
    display: block
}

.delivery-item p.bold {
    font-weight: 700;
    color: #007bff
}

.delivery-info__image {
    padding-right: 15px
}

.delivery-info {
    padding-bottom: 75px
}

.delivery-list__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.delivery-list__item-img {
    padding-right: 15px;
    max-width: 122px
}

.delivery-list__item-img img {
    width: 100%
}

.delivery-list h3 {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 18px
}

.delivery-list__item-text p {
    margin-bottom: 0;
    padding-bottom: 50px
}

.delivery-list__item-text {
    max-width: 520px;
    flex: 1
}

.delivery-item h4 {
    position: relative;
    z-index: 99
}

/*.delivery-item-1 h4::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%
}

.delivery-item-3 h4::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: -35px;
    left: 20px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.delivery-item-2 h4::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #2750d7;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: -35px;
    left: 100px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%
}
*/
section.block-blog .blog {
    height: auto !important;
    margin: 0 auto
}

.blog-nav {
    font-weight: 700;
    padding: 30px 0 30px;
    border-bottom: 2px solid #585858;
    margin-bottom: 25px;
}

.blog-nav a:first-child {
    margin-left: 0
}

.blog-nav a {
    color: inherit;
    margin-right: 80px;
    display: inline-block;
    position: relative;
    font-size: 25px
}

.blog-nav a.active::after, .blog-nav a:hover::after {
    opacity: 1
}

.blog-nav a::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.block-blog .blog-item {
    position: relative !important;
    padding: 0;
    width: 100% !important;
    display: flex;

	margin-bottom: 20px;
}
.block-blog .blog-item-new {
    position: relative !important;
    padding: 0;
    width: 100% !important;
    display: flex;
}

.blog-item > a {
    display: block;
    margin-right: 10px;
	margin-bottom: 10px;
}
.blog-item-new > a{
	display: block;
	margin-right: 10px;
}
.blog-item__image-new{

}
.blog-item__image-new img{
	margin: 0 auto;
}

.blog-item > a  img {
    display: block;

}

.blog-item_left > a  img {
    display: block;
    width: 250px;
}
.block-blog .blog-item__text {

	font-size: 18px;
}

.popular-items .blog-item > a {
    /*width: 40%;*/
    margin-right: 10px;
}

.popular-items {
    margin-top: 60px
}

.popular-items h2 {
    margin-bottom: 0;
}

.blog-item__text h4 {
    font-size: 25px;
}
.blog-item-new .blog-item__text h4 {
    font-size: 19px;
}
.blog-item__text p {
    font-size: 16px;
}

.blog-item__text a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
	display: block; 
}
.blog-more
{
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	color: #D8D8D8;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;

	
}
a.blog-read-more_link{
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	color: #D8D8D8;

	
}

.blog-more:hover,
.blog-more:focus,
a.blog-read-more_link:hover,
a.blog-read-more_link:focus
{
	color: #585858; 
	text-decoration: underline;
}
.popular-items .blog-item__text h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.popular-items .blog-item__text a {
    font-weight: 400;
    font-size: 14px
}

.popular-items .blog-item {
    justify-content: flex-start;
    margin-top: 30px
}
.show-more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding-top: 85px
}

.show-more a {
    font-size: 25px;
    color: #000;
    font-weight: 700
}

.show-more a:hover {
    text-decoration: underline
}

.dark-link{
	color: #222;
}
.dark-link:hover{
	color: #222;
	text-decoration: underline;
}
.blog-item a:hover
{
    text-decoration: underline;
}

section.block-blog .blog::after {
    content: '';
    position: absolute;
    right: -75px;
    top: 1200px;
    width: 267px;
    height: 267px;
    background-color: #07195c;
    border-radius: 50%;
    z-index: -1;
    display: none;
}

section.block-blog .blog {
    position: relative
}

.way-delivery a {
    display: block
}

.block-order__way-delivery a {
    position: relative
}

.block-order__way-delivery a::after {
    content: '';
    width: 15px;
    height: 10px;
    background: url(../images/order/arrow-down.png) 0 0 no-repeat;
    position: absolute;
    top: 3px;
    right: -20px
}

.flex-inputs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.flex-inputs input {
    width: 125px !important;
    max-width: 125px !important;
    padding: 28px 25px 11px 25px !important
}

.place-order__container form input {
    border: 1px solid #000;
    padding: 25px 25px 11px 25px;
    width: 100%;
    max-width: 450px
}

.place-order__container form textarea {
    border: 1px solid #000;
    padding: 25px 25px 11px 25px;
    width: 100%;
    max-width: 450px
}

/*.place-order__container form {
    max-width: 450px
}*/
#bx-soa-main-notifications,
.bx-soa-pp-desc-container {
    display:none;
}
.bx-soa-pp-company,
.bx-soa-pp-company-graf-container {
    display:flex;
}
.bx-soa-pp-company-graf-container {
    width:100%;
}
.place-order__container form .bx-soa-pp-company-graf-container input {
    width:initial;
}
.bx-soa-pp-item-container {
    width:100%;
}
.form-control {
    height: auto;
    border-radius:initial;
}
.tooltip-inner {
    display:none;
}

.block-order__way-delivery {
    max-width: 635px
}

.block-order__personal-info {
    border-bottom: 2px solid #000;
    max-width: 635px;
}

.placeorder small {
    font-size: 14px;
    display: block
}

.placeorder h4 {
    margin-bottom: 0;
    padding-bottom: 25px
}

.way-delivery-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 25px 25px
}

.way-delivery {
    padding: 20px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px
}

.way-delivery-flex p span.bold {
    font-weight: 700
}

.way-delivery a {
    font-weight: 700;
    color: #000;
    font-size: 12px;
    border-bottom: 1px dotted #000
}

.block-order__delivery form {
    padding-top: 20px
}

.block-order__delivery {
    padding-top: 65px
}

.choose__payment-way a {
    margin-right: 30px;
    margin-bottom: 30px
}

.choose__payment-way {
    max-width: 635px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 20px 0
}

.block-order__your-order {
    padding: 40px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between
}

.your-order__text h4 {
    padding-top: 0
}

.your-order__delete a {
    position: relative;
    color: #000
}

.your-order__delete a:hover {
    position: relative;
    color: #0056b3
}

.your-order__delete a::before {
    content: '+';
    font-weight: 400;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -30px;
    font-size: 40px;
    top: -22px
}

.placeorder h4 {
    position: relative
}

.placeorder h1 {
    margin-bottom: 0;
    padding-bottom: 10px
}

.block-order__personal-info h4::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 5px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%
}

.block-order__delivery h4::after {
    content: '';
    width: 43px;
    height: 43px;
    background-color: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 5px;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.block-order__payment-way {
    padding-top: 65px
}

.block-order__payment-way h4::after {
    content: '';
    position: absolute;
    left: -21px;
    top: -29px;
    width: 43px;
    height: 43px;
    border-left: 29px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 46px solid #ff113b;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1
}

.block-order__help a {
    font-weight: 700
}

.block-order__help p.bold {
    font-weight: 700;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 18px
}

.block-order__part-order {
    padding:0;
    border:none;
}
.block-order__part-order {
    padding-bottom: 60px
}

.block-order__part-order a {
    font-size: 25px;
    font-weight: 700;
    display: block
}

.part-order {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center
}

.part-order__summary h4 {
    padding-bottom: 50px
}

.part-order__summary {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 20px
}

.block-order__part-order div:nth-child(3) {
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd
}

.placeorder {
    position: relative
}

.placeorder::after {
    content: '';
    position: absolute;
    right: -300px;
    bottom: 75px;
    width: 267px;
    height: 267px;
    background-color: #ff113b;
    border-radius: 50%;
    z-index: -1
}

.block-basket__your-basket {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
    border-top: 2px solid #000
}

.basket-include {
    max-width: 635px
}

.your-basket__delete {
    margin-left: 35px;
}
.your-basket__delete a::before {
    content: '+';
    font-weight: 400;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    font-size: 40px;
    top: -22px;
    margin-left: -25px
}

.basket .way-delivery {
    border-bottom: none;
    padding-bottom: 60px
}

.your-basket__delete a {
    position: relative;
    color: #000
}

.your-basket__delete a:hover {
    position: relative;
    color: #0056b3
}

.basket .way-delivery a {
    position: relative
}

.basket .way-delivery a::after {
    content: '';
    width: 15px;
    height: 10px;
    background: url(../images/order/arrow-down.png) 0 0 no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
    padding-right: 0
}

.block-basket__your-basket {
    padding-bottom: 40px
}



.way-delivery-flex__image img {
    max-width: 65px
}

.way-delivery-flex__image {
    width: 70px;
    text-align: center;
    height: 40px;
    background-size: contain;
    background-position: center;
}

a.close-ways::after {
    content: '';
    width: 15px;
    height: 10px;
    background: url(../images/order/arrow-down.png) 0 0 no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
    padding-right: 0;
    transform: rotate(180deg)
}

.way-delivery div:nth-child(2) p:nth-child(2) {
    min-width: 330px;
    max-width: 335px
}

.way-delivery div:nth-child(3) p:nth-child(2) {
    min-width: 330px;
    max-width: 335px
}

.way-delivery div:nth-child(4) p:nth-child(2) {
    min-width: 300px;
    max-width: 335px
}

.way-delivery {
    padding-bottom: 0
}

.basket {
    position: relative
}

.basket::after {
    content: '';
    position: absolute;
    right: -300px;
    bottom: 75px;
    width: 267px;
    height: 267px;
    background-color: #ff113b;
    border-radius: 50%;
    z-index: -1
}

.office-nav {
    border-bottom: none !important
}

.personal__adress, .personal__data {
    max-width: 450px
}

.personal__data form input {
    border: 1px solid #000;
    padding: 28px 25px 11px 25px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px
}
.personal__data form input[type="submit"] {
    border: none;
    padding: 0;
    font-weight: 700;
    font-size: 25px;
    color: #007bff;
    margin-top: 10px;
}

.personal__adress form input {
    border: 1px solid #000;
    padding: 28px 25px 11px 25px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px
}

.personal__adress form textarea {
    border: 1px solid #000;
    padding: 28px 25px 11px 25px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 15px
}

.note p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.note span {
    background: #2750d7;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    margin-right: 10px
}

.inp-styled {
    position: relative;
    margin-bottom: 15px
}

a.change__pass {
    font-weight: 700;
    position: absolute;
    color: #2750d7;
    top: 22px;
    right: 50px;
    z-index: 999
}

input.inp-change {
    padding-right: 150px !important
}

a.messages span {
    font-size: 10px;
    color: #fff;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #2750d7;
    background-color: #2750d7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -11px
}

.office {
    position: relative
}

.office::after {
    content: '';
    position: absolute;
    right: -300px;
    bottom: 75px;
    width: 267px;
    height: 267px;
    background-color: #ff113b;
    border-radius: 50%;
    z-index: -1
}

.sales-office__add-object {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 20px
}

.sales-office__add-object h1 {
    margin-bottom: 0
}

.sales-office__add-object a {
    color: #2750d7;
    font-size: 25px;
    font-weight: 700;
    position: relative
}

.sales-office__add-object a::after {
    content: '+';
    position: absolute;
    left: -25px
}

.about-sl-body {
    position: relative
}
.about-top__text,
.about-top__text p
{
    font-size: 16px;
    line-height: 1.4;	
}
.about-sl-body::after {
    content: '';
    position: absolute;
    left: 210px;
    top: 40px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 300px solid #07195c;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: 1
}

.about__services-item {
    min-width: 477px;
    max-width: 477px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.about__services .about__services-item {
    padding-bottom: 70px
}

.about__services-image img {
    max-width: 135px
}

.about__services-image {
    padding-right: 25px
}

.about__services {
    position: relative;
    margin-bottom: -70px
}

.about__services-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 30px;
    padding-bottom: 60px
}

h1.about-sl-title {
    color: #fff;
    padding-top: 190px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 99
}

.about__services-text {
    font-weight: 700;
}
.about__services-text a {
    color: #000;
	font-weight: 500;
	text-decoration: underline;
	color: #D8D8D8;
}
.about__services-text a:hover,  
.about__services-text a:focus
{
    color: #585858;
}

.about-us h2 {
    padding: 55px 0;
    margin-bottom: 0
}

.about-sl-body p {
    padding-top: 25px;
    padding-bottom: 180px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 99
}

.about-artzip__text-left {
    border: 4px solid #cecece;
    padding: 24px;
    /*max-height: 365px;*/
    border-right: none;
    max-width: 675px;
	font-size: 20px;
}

.about-artzip__text-left h3 {
    font-size: 40px;
}
.about-artzip__text-right  h3 {
    font-size: 40px;
	color: #fff;
}
.about-artzip__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.about-artzip__text-right {
    color: #fff;
    font-weight: 500;
    background-color: #06195b;
    padding: 30px 20px;
    font-size: 20px;
    max-width: 440px;

}

.our-works-list h3 {
    font-size: 50px
}

.our-works-list {
    max-width: 190px;
    margin-right: 160px
}

section.about-us__conception {
    padding-top: 50px;
    position: relative
}

section.about-us__conception::after {
    content: '';
    position: absolute;
    right: -200px;
    top: -150px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 300px solid #ff113b;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(134deg);
    z-index: -1
}

.conception__text {
    padding-left: 50px;
    padding-right: 50px
}

.conception__text h3 {
    font-size: 40px;
    padding-right: 185px
}

.conception__image {
    z-index: 99;
    position: relative
}

.conception__image img {
    width: 100%
}

#cart__exit .modal-body {
    padding: 100px !important;
    border-radius: none !important;
    padding-top: 40px !important
}

.cart__exit [type=reset], [type=submit], button, html [type=button] {
    background: #FFF;
    border: none;
    padding-right: 20px
}

#cart__exit div {
    max-width: 540px !important
}

#cart__exit div div {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: none !important;
    max-width: 540px !important
}

#cart__exit div div .modal-header {
    padding: 0 !important;
    justify-content: flex-end !important;
    border-bottom: none !important
}

.cart__exit [type=reset], [type=submit], button, html [type=button] span {
    font-size: 40px
}

#cart__exit .modal-body h3 {
    font-size: 25px
}

#cart__exit .modal-body p {
    margin-bottom: 0;
    padding-bottom: 35px
}

#cart__exit .modal-body a:nth-child(3) {
    font-size: 25px;
    font-weight: 700;
    display: block;
    padding-bottom: 20px
}

#cart__exit .modal-body a.leave-page {
    font-size: 18px;
    color: #ff113b;
    font-weight: 700;
    display: block
}

#login div,
#registration div,
#forgotpwd div {
    max-width: 540px !important;
    border-radius: 0 !important
}

#login .modal-header,
#registration .modal-header,
#forgotpwd .modal-header {
    justify-content: flex-end !important;
    border-bottom: none !important;
    padding: 0 !important
}

#login .modal-body,
#registration .modal-body,
#forgotpwd .modal-body {
    padding: 0 100px 70px 100px !important
}

#login div div,
#registration div div,
#forgotpwd div div {
    border-radius: 0 !important;
    border: none !important
}

#login .modal-body h3,
#registration .modal-body h3,
#forgotpwd .modal-body h3 {
    font-size: 25px
}

#login .modal-body form input[type=text],
#registration .modal-body form input[type=text],
#forgotpwd .modal-body form input[type=text] {
    width: 100%;
    border: 1px solid #000;
}

#login .modal-body p:nth-child(3) a,
#registration .modal-body p:nth-child(3) a,
#forgotpwd .modal-body p:nth-child(3) a {
    font-weight: 700
}

#login .modal-body a,
#registration .modal-body a,
#forgotpwd .modal-body a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

#login .modal-body a:hover,
#registration .modal-body a:hover,
#forgotpwd .modal-body a:hover {
    text-decoration: none;
    color: #007bff;
}

.login-cab {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-top: 0;
}

section.block-about-us.block-padd div div:nth-child(2) div button {
    font-size: 16px
}

.inp-styled {
    position: relative;
    background: #fff
}

.inp-styled label {
    position: absolute;
    left: 25px;
    right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 21px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: #1b1b1b;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    z-index: 2
}
.inp-styled label.completed {
    opacity: 0.5;
    font-size: 14px;
    top: 6px;
}
.mbtn-send {
    outline: 0;
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 18px;
    color: #DF0101;

    font-weight: 700;
    text-decoration: none;
}
.inp,
.inputtext {
    outline: 0;
    padding: 28px 25px 11px 25px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    background: 0 0;
    display: block;
    color: #1b1b1b;
    width: 100%;
    border: 1px solid #000;
}

.inp-styled.focused label {
    top: 13px;
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 400
}
#login .modal-body .auth-submit-btn,
#registration .modal-body .auth-submit-btn,
#forgotpwd .modal-body .auth-submit-btn {
    color: #007bff;
    border: none;
    font-weight: 700;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
}
.inp-styled-textarea {
    border: none !important
}

h2.autor-name {
    margin-bottom: 0
}

.speciality-autor {
    padding: 15px 0
}

section:nth-child(2) .reviews.reviews-slider .col-3 a {
    margin-bottom: 0
}

.photo-painters img {
    width: 100%
}

.reviews.reviews-slider ul.slick-dots {
    list-style: none
}

.reviews-slider .slick-dots {
    list-style: none;
    margin: -3px -6px;
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-slider .slick-dots > li {
    padding: 3px 6px
}

.reviews-slider .slick-dots li.slick-active button {
    cursor: default;
    background: #000
}

.reviews-slider .slick-dots button {
    outline: 0;
    border-radius: 50%;
    border: none;
    background: #cecece;
    width: 10px;
    height: 10px;
    text-indent: -250px;
    overflow: hidden;
    padding: 0
}

.pop-up__btn {
    font-size: 16px;
    color: #007bff
}

.modal-body form input {
    border: 1px solid #000
}
.modal-body form input {
    border: 1px solid #000
}

.modal-body form .submit-btn {
    border: none;
	font-size: 22px;
}

.modal-body form input:focus {
    outline: 0 !important
}

.radio_buttons {
    margin: 20px
}

.radio_buttons div {
    float: left;
    width: 260px;
    margin-right: 30px;
    margin-bottom: 30px
}

.radio_buttons input {
    position: absolute;
    left: -9999px
}

.radio_buttons label {
    display: block;
    margin: 0 0 0 -1px;
    padding: 20px 0 20px 0;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    text-align: center
}

.radio_buttons input:checked + label {
    background: #2750d7;
    color: #fff
}

.radio_buttons div:first-child label {
    margin-left: 0
}

span.non-checked-field {
    color: #00f;
    font-size: 50px;
    position: absolute;
    top: -15px;
    right: 15px;
    display: block
}

span.checked-field {
    color: #00f;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none
}

.inp-styled.focused span.checked-field {
    display: block
}

.inp-styled.focused span.non-checked-field {
    display: none
}

.reviews-slider-body a.products-item-img {
    margin-bottom: 0
}

.reviews-slider-body .col-md-3 img {
    width: 100%
}

.modal-links {
    padding-top: 20px
}

.modal-links a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.modal-links a:hover {
    text-decoration: none;
    color: #ff113b;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 1;
    font-size: 44px;
    color: #000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.modal-body {
    padding: 45px 50px;
    min-height: 350px
}

.modal-body h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    color: #020202;
    margin-bottom: 20px
}

.color-black {
    color: #020202 !important
}

.color-black:hover {
    color: #ff113b !important
}

.form-search {
    margin-bottom: 70px;
    position: relative;
    border-bottom: 2px solid #000;
}
.form-search-input {
    flex: 1;
}
.form-search-btn {
    width: 70px;
    height: 70px;
    outline: none !important;
    border: none;
    background: url(../images/icon/magnifying-glass.svg) 50% 50% no-repeat;
    background-size: 50px 50px;
}
.form-search input[type=text] {
    border: none;
    padding: 10px 0;
    outline: 0;
    text-align: left;
    font-size: 35px;

    width: 100%;
	line-height: normal;
	font-weight: normal;
}

.form-search input[type=text]::-webkit-input-placeholder {
    color: #ddd
}

.form-search input[type=text]::-moz-placeholder {
    color: #ddd
}

.form-search-clear {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    color: #000;
    line-height: 1;
    z-index: 5;
    display: none
}

.form-search.active .form-search-clear {
    display: block
}

.list-autors-el {
    margin-bottom: 100px
}

.la-autor-name {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px
}
.la-autor-name a {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.la-autor-name a:hover {
    color: #DF0101;
}

.la-autor-info {
    font-size: 14px;
    color: #020202;
    margin-bottom: 20px
}

.la-autor-rating {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 20px;
    color: #0006ff;
    font-size: 24px
}

.la-autor-rating > span {
    display: block;
    padding: 0 4px
}

.la-autor-about {
    font-size: 16px;
    color: #020202;
    line-height: 1.4;
    margin-bottom: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 130px;
}

.la-autor-link {
    display: inline-block;
    font-size: 15px;
    color: #D8D8D8;
    font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase;
}

.la-autor-link:hover {
    color: #585858;
}

.la-list-works {
    margin-left: -25px;
    margin-right: -45px
}

.la-list-works-el {
    padding-left: 45px;
    padding-right: 45px
}

.tabs-autors {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px
}

.tabs-autors a {
    position: relative;
    display: block;
    margin-left: 70px;
    color: #000;
    line-height: 52px;
    z-index: 2
}

.tabs-autors a:first-child {
    margin-left: 0
}

.tabs-autors a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    background: #ff113b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    opacity: 0
}

.tabs-autors a:hover::after {
    opacity: 1
}

.tabs-autors a.active {
    cursor: default
}

.tabs-autors a.active::after {
    opacity: 1
}

.authors-letters_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.authors-letter{
    display: inline-block;
    height: 22px;
    min-width: 22px;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    line-height: 22px;	
	color: #585858;
    margin: 0 5px 5px 0;
    cursor: pointer;
    text-decoration: underline;	
}
.authors-letter.all{
    font-size: 22px;

}
.authors-letter.un-used{
	 color: #D8D8D8;
	 text-decoration: none;	
	 cursor: default;
}
.authors-letter.active,
.authors-letter:hover
{
	 /*color: #D8D8D8;*/
	 text-decoration: none;	
}
.pslider-photo {
    position: relative;
    margin: 0 -50px
}

.pslider-photo-el {
    outline: 0 !important;
    padding: 0 50px 40px 50px
}

.pslider-photo-link {
    display: block;
    outline: 0 !important
}

.pslider-photo-link img {
    display: block;
    /*height: 299px;*/
    margin-bottom: 15px
}

.pslider-photo-link span {
    display: block;
    font-size: 18px;
    color: #020202;
    font-weight: 700
}

.pslider-photo .slick-dots {
    list-style: none;
    margin: 0 -6px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center
}

.pslider-photo .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px
}

.pslider-photo .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    outline: 0;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #cecece;
    text-indent: -250px;
    cursor: pointer
}

.pslider-photo .slick-dots li button:hover {
    background: #000
}

.pslider-photo .slick-dots li.slick-active button {
    cursor: default;
    background: #000
}

.article-content {
    font-size: 16px;
    line-height: 1.6;
    color: #020202
}

.article-content > img {
    display: block;
    max-width: 100%;
    max-height: 624px;
    margin: 65px 0;
    margin-left: auto;
    margin-right: auto;
}
.article-content > img + .img-des {
    margin-top: -50px;
    margin-bottom: 65px; 
}

.article-body {
    max-width: 790px;
    margin: 0 auto;
	font-size: 18px;
}

.article-body ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0
}

.article-body ul li {
    position: relative;
    margin-top: 15px;
    padding-left: 20px
}

.article-body ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f10f39
}

.article-content p {
    margin-bottom: 20px
}

.article-content blockquote.blockquote {
    border-left: 4px solid #e8e8e8;
    padding-left: 45px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #020202;
    margin: 40px 0
}

.article-autor {
    border-bottom: 2px solid #585858;
    font-size: 25px;
    color: #000;
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-weight: 600
}

.article-autor span {
    color: #2750d7
}

.article-footer-content {
    border-bottom: 2px solid #585858;
    padding-bottom: 50px;
    padding-top: 50px
}

.article-socio > span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-right: 35px
}

.article-socio > div {
    margin: -5px -10px
}

.article-socio > div > a {
    display: block;
    font-size: 24px;
    color: #000;
    margin: 5px 10px
}

.article-socio > div > a:hover {
    color: #000
}

.slider-ph-wrapper {
    position: relative;
    margin-bottom: 45px
}

.slider-ph {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 45px
}

.slider-ph::after {
    content: '';
    position: absolute;
    right: 45px;
    top: 50%;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #e54448;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.slider-ph-el {
    outline: 0 !important;
    padding: 0 30px
}

.slider-ph-el a {
    display: block;
    outline: 0 !important
}

.slider-ph-el a img {
    display: block;
    height: 613px
}

.slider-ph-nav > a {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 50px
}

.slider-ph-nav > a:last-child {
    margin-right: 0
}

.slider-ph-nav > a.slick-disabled {
    cursor: default;
    opacity: .2
}

.slider-ph-nav > a#hp-prev {
    background: url(../images/icon/arrow-left.svg) 50% 50% no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px
}

.slider-ph-nav > a#hp-next {
    background: url(../images/icon/arrow-right.svg) 50% 50% no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px
}

.block-padd + .slider-ph-wrapper {
    margin-top: -40px
}

h1.h1-article {
    position: relative;
    padding-left: 80px
}

.article-back {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 36px;
    background: url(../images/icon/arrow-left.svg) 50% 50% no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-ph-wrapper + .article-footer {
    margin-top: -50px
}

.about-contacts {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px
}

.about-contacts a {
    color: #000;
}
.about-contacts a:hover {
    color: #DF0101;
}

.about-contacts-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    font-weight: 600;
}

.about-contacts h2 {
    padding-bottom: 30px
}

.products__masonry .products-item {
    width: 33.3333%;
}

.category-filter.active + .category-products .products__masonry .products-item {
    width: 50% !important;
}
.product-params .author-name_link
{
	color: #000;
	text-decoration: underline;
}
.product-params .author-name_link:hover,
.product-params .author-name_link:focus
{
	color: #DF0101;
	text-decoration: underline;
}



.img-responsive {
    display: block;
    max-width: 100%;
	max-height: 100%;
    height: auto;
}

.catalog_infographics{
	
}
.infographics-item{
	margin-bottom: 10px;
}
.infographics-img_block{
	margin-bottom: 10px;
	height: 110px;
	
}
.infographics-text_block{
	display: flex;
	flex-wrap: wrap;
}

.infographics-img_block img{
   max-width: 110px;

}


.infographics-item_title{
	color: #DF0101;
	font-weight: bold;
	margin-bottom: 10px;
}
.infographics-item_text{
	color:  #848484;
}

@media (max-width: 1199px) {
    .product-params {
        padding-left: 0;
    }
    .h1, h1 {
        font-size: 42px
    }

    .footer-menu {
        width: 210px
    }

    .subs-title {
        font-size: 34px;
        line-height: 44px
    }

    .subs-info {
        font-size: 14px
    }

    .subs-container {
        padding: 70px 0 90px 0
    }

    .block-title {
        font-size: 20px
    }

    .block-text {
        font-size: 14px;
        margin-bottom: 15px
    }

    .block-more {
        font-size: 16px
    }

    .wellcome-sl-link {
        font-size: 21px
    }

    .ps-title-pl {
        padding-left: 487px
    }
    .block-padd {
        padding: 40px 0;
    }

    .hmenu {
        margin: -10px
    }
    .header ul.hmenu {
        margin: 0 -10px;
    }

    .hmenu > li {
        padding: 0 10px
    }

    .hmenu > li > a {
        font-size: 12px
    }

    .h-user-link {
        height: 21px;
        width: 35px;
        line-height: 20px;
        -webkit-background-size: 21px 21px;
        background-size: 21px 21px
    }

    .h-user-link::before {
        margin-top: 2px
    }

    .h-basket-link, .h-favorite-link {
        height: 21px;
        font-size: 13px;
        padding: 4px 0 0 25px;
        -webkit-background-size: 21px 21px;
        background-size: 21px 21px
    }

    .hbtns {
        margin: 0 -8px
    }

    .hbtns-item {
        padding: 0 8px
    }

    .wellcome-sl-body {
        padding: 60px 50px
    }

    .wellcome-sl-item {
        height: 440px
    }

    .wellcome-sl-title {
        font-size: 40px;
        line-height: 46px
    }

    .wellcome-sl-title::after {
        top: -110px
    }

    .h1-sub {
        font-size: 16px
    }

    /*.catalog-main-item:first-child {
        margin-top: -243px
    }*/

    .catalog-m a {
        line-height: 100px;
        font-size: 14px;
    }

    .catalog-main {
        margin-left: -25px;
        margin-right: -25px
    }

    .catalog-main-item {
        padding-left: 25px;
        padding-right: 25px
    }

    .faq-group {
        width: auto
    }

    .blog-item__image img {
        width: 100%
    }

    .about-artzip__text {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .about-artzip__text-left {
        border: 4px solid #cecece;
        padding: 20px;
        max-height: 365px;
        max-width: 675px;
        border-right: 4px solid #cecece;
        max-height: 100%
    }

    .about-artzip__text-right {
        margin-top: -4px
    }

    .our-works-list {
        max-width: 100%;
        margin-right: 0;
        text-align: center
    }

    .form-search {
        margin-bottom: 30px
    }

    .form-search input[type=text] {
        font-size: 30px
    }

    .tabs-autors a {
        margin-left: 40px
    }

    .tabs-autors {
        font-size: 20px
    }
    .form-search-btn {
        width: 65px;
        height: 65px;
        background-size: 40px 40px;
    }
    
    .s-header-panel-wrapper .s-first-box {
		margin-top: -5px;
	}
}

@media (min-width: 992px) {
    .global-menu {
        display: none
    }

    html {
        overflow-y: auto
    }
}

@media (max-width: 991px) {

    .ps-title-pl {
        padding-left: 369px
    }

    .la-list-works-el ~ .la-list-works-el {
        display: none !important;
    }
    .block-blog .blog-item {
        flex-direction: column;
    }
    .block-blog .blog-item > a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .block-blog .blog-item__text {
        flex: auto;
    }
    .popular-items .blog-item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .popular-items  .blog-item > a {
        width: 30%;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .popular-items  .blog-item__text {
        flex: 1 !important;
        width: auto !important;
    }
    .about-contacts {
        margin-bottom: 0
    }

    .about-contacts h2 {
        padding-bottom: 20px
    }

    .article-autor {
        font-size: 20px;
        margin-bottom: 30px
    }

    .article-content img {
        margin: 30px 0
    }

    .article-content blockquote.blockquote {
        font-size: 14px;
        margin: 30px 0;
        padding-left: 30px
    }

    .slider-ph-el a img {
        height: 440px
    }

    .slider-ph {
        margin-bottom: 20px
    }

    .block-padd + .slider-ph-wrapper {
        margin-top: -50px
    }

    h1.h1-article {
        padding-left: 60px
    }
    .reviews-slider-body {
        padding-bottom: 30px
    }

    .about__services-item {
        min-width: 400px;
        max-width: 400px
    }

    .row.office__container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center
    }

    .flex-inputs {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .flex-inputs input {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important
    }

    .block-order__part-order {
        padding-bottom: 30px
    }

    .your-order__delete {
        padding-top: 60px
    }

    .blog-nav {

        padding: 0 0 20px 0
    }

    .blog-nav a {
        font-size: 18px;
       margin-right: 30px;
    }

    .search-nav {
        font-size: 18px;
        margin: 30px 0 25px 0
    }

    .search-nav a {
        margin-left: 35px
    }

    .product-text {
        max-width: 100%
    }

    .text-slide.active {
        height: 81px
    }

    .autor-desc {
        font-size: 14px
    }

    .autor-desc .more {
        font-size: 16px
    }

    .autor-desc .more::after {
        width: 11px;
        height: 6px
    }

    .autor-stars {
        margin-top: 5px
    }

    .autor-desc-title {
        margin-bottom: 20px
    }

    .autor-desc-achievements {
        width: auto
    }

    .autor-nav a::after {
        width: 30px;
        height: 30px
    }

    .categories-item {
        margin-bottom: 30px
    }

    .category-filter {
        display: none
    }

    .category-filter.active {
        display: block !important;
    }

    .category-top-toggle {
        width: 100%
    }

    footer {
        padding: 40px 0
    }

    .footer-copy {
        font-size: 14px
    }

    .subs-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .subs-container {
        padding: 45px 0 60px 0
    }

    .blog-item {
        margin-bottom: 50px
    }

    .h1, h1 {
        font-size: 30px;
        margin-bottom: 25px
    }

    .ps-link-more {
        margin-bottom: 5px;
        font-size: 14px
    }

    header {
        padding: 10px 0;
    }

    main {
        padding-top: 90px
    }

    /*.catalog-main-item:first-child {
        margin-top: -219px
    }*/

    .category-top select {
        padding-left: 10px
    }

    .category-filter, .category-filter.active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
        display: block !important;
    }

    .category-filter.active + .category-products {
        margin-left: 0
    }

    .category-filter.active + .category-products .products__masonry .products-item, 
    .products__masonry .products-item {
        width: 50% !important;
    }

    .products__masonry {
        margin-left: -35px;
        margin-right: -35px
    }

    .products__masonry .products-item {
        padding: 0 35px 45px 35px
    }

    .category-filter.active + .category-products, .category-products {
        width: 100%
    }

    .category-more a {
        font-size: 18px
    }

    .filtered {
        margin-bottom: 25px
    }

    .category-top {
        margin-bottom: 15px
    }

    .filtered-item {
        font-size: 14px
    }

    .filtered-clear {
        font-size: 16px
    }

    .category-filter {
        position: fixed;
        left: 0;
        top: 90px;
        border-top: 1px solid #ddd;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        z-index: 1000;
        display: none !important;
    }

    .category-filter.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .catalog-page-filter {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        display: none !important;
        z-index: 1000;
    }

    .catalog-page-filter.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .category-filter-container {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }

    .catalog-filter-group {
        font-size: 20px
    }

    .catalog-filter-group::after {
        right: 20px
    }

    .delivery-item {
        padding-right: 0
    }

    .blog-item__text h4 {
        font-size: 20px
    }

    .blog-item__image img {
        width: 100%
    }

    .popular-items .blog-item {
        -ms-align-items: center;
        align-items: center;
        padding-right: 0
    }

    .popular-items .blog-item__text h5 {
        font-size: 16px
    }

    .your-order__image {
        padding-right: 20px
    }

    .way-delivery div:nth-child(3) p:nth-child(2) {
        min-width: 200px;
        max-width: 220px
    }

    .way-delivery div:nth-child(2) p:nth-child(2) {
        min-width: 200px;
        max-width: 220px
    }

    .way-delivery div:nth-child(4) p:nth-child(2) {
        min-width: 190px;
        max-width: 190px
    }

    .la-autor-link {
        font-size: 20px
    }

    .list-autors-el {
        margin-bottom: 60px
    }

    .pslider-photo-link img {
        /*height: 220px*/
    }

    .pslider-photo {
        position: relative;
        margin: 0 -25px
    }

    .pslider-photo-el {
        outline: 0 !important;
        padding: 0 25px 30px 25px
    }

    .pslider-photo-link span {
        font-size: 14px
    }

    .category-filter.active + script + .category-products {
        width: 100%;
        margin-left: 0;
    }
    
    .header .s-hide-middle {
		display: none!important;
	}
    .header .header-top_block.justify-content-between {
		justify-content: center!important;
	}
	
	.header .s-header-wrapper {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
    .catalog-m ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 3;
        flex-wrap: wrap;
      
        width: 100%;
        justify-content: flex-start !important;
    }
    .catalog-m li {
        width: auto;
        position: relative;
        z-index: 2;
        padding: 0 20px 0 0;
    }
    .catalog-name {
        font-size: 14px;
    }
    .catalog-technique {
        font-size: 12px;
    }
    .form-search-btn {
        width: 56px;
        height: 56px;
        background-size: 30px 30px;
    }
    .about-contacts {
        font-size: 16px
    }

    .slider-ph::after {
        display: none
    }

    .block-padd + .slider-ph-wrapper {
        margin-top: -20px
    }

    .slider-ph-nav > a {
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px 30px !important;
        background-size: 30px 30px !important;
        margin-right: 30px
    }

    .slider-ph-wrapper {
        margin-bottom: 20px
    }

    .article-footer-content {
        padding-bottom: 10px
    }

    .article-socio > span {
        font-size: 14px;
        margin-right: 20px
    }

    .about__services {
        margin-bottom: 0
    }

    .about-artzip__text-left h3, .conception__text h3 {
        font-size: 24px
    }

    section.about-us__conception {
        padding-bottom: 50px
    }

    h2.autor-name {
        font-size: 20px
    }

    .about-us h2 {
        padding-top: 30px;
        padding-bottom: 20px
    }

    h1.about-sl-title {
        padding-top: 90px
    }

    .about-sl-body p {
        padding-bottom: 90px
    }

    .about-sl-body::after {
        top: 0;
        margin-top: 0;
        left: auto;
        right: -30%;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-bottom: 200px solid #07195c
    }

    .photo-painters {
        padding-bottom: 20px
    }

    section.about-us__conception {
        padding-top: 0
    }

    .conception__image {
        padding-bottom: 25px
    }

    .about-artzip__text {
        padding-top: 20px;
        padding-bottom: 0
    }

    /*.search-nav {
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        overflow-y: hidden;
        overflow-x: auto;
        font-size: 16px
    }*/

    body.body-inside main section.block-padd:first-child {
        padding-top: 20px
    }



    .product-params-checked {
        right: 20px;
        top: 20px
    }

    .product-params-buy .btn-buy {
        font-size: 18px;
        padding: 4px 0 4px 42px
    }

    .product-params-buy .btn-favorite {
        margin-left: 40px
    }

    .product-params-info .spoiler > a {
        font-size: 18px
    }

    .product-params-share span {
        font-size: 14px;
        margin-right: 15px
    }

    .product-params-share a {
        font-size: 18px
    }

    .product-params .h3 {
        font-size: 18px
    }

    .product-params > p {
        font-size: 14px
    }

    .tabs-nav {
        font-size: 18px
    }

    .h3, h3 {
        font-size: 18px
    }

    .faq .h3 {
        margin-bottom: 20px
    }

    .faq .spoiler > a {
        font-size: 16px
    }

    .faq .spoiler {
        margin-bottom: 15px;
        font-size: 13px
    }

    .faq .spoiler > a::before {
        top: -2px
    }

    .faq .h3::before {
        left: -7px
    }

    .faq-group {
        margin-bottom: 40px
    }

    .faq h1 {
        margin-bottom: 35px
    }

    .autor-desc-achievements a {
        width: 45px
    }

    .stars a {
        width: 16px;
        height: 16px;
        margin-bottom: 5px;
        -webkit-background-size: auto 16px;
        background-size: auto 16px;
        background-position: -16px 0
    }

    .stars a.active {
        background-position: 0 0
    }

    .stars {
        width: 16px
    }

    .autor-stars {
        margin: 5px 15px 0 0;
        width: 16px
    }

    .products__slider {
        margin: 0 -30px
    }

    .products__slider .products-item-body {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subs-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .subs-container {
        padding: 35px 0 35px 0;
    }

    .subs-body button {
        font-size: 16px;
        width: 150px;
    }

    .subs-info {
        font-size: 12px;
    }

    .blog-item {
        margin-bottom: 25px;
    }

    .block-title {
        font-size: 18px;
    }

    .block-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .blog-more {
        font-size: 14px;
    }
    .autor-sl-body {
        width: 200px;
    }

    .autor-sl-img {
        height: 200px;
        margin-bottom: 15px;
    }

    .block-padd {
        padding: 30px 0;
    }

    .ps-style-00:after {
        width: 200px;
        height: 200px;
        top: -80px;
        left: -90px;
    }

    .wellcome-sl-link {
        font-size: 16px
    }

    .blog {
        margin-bottom: 15px
    }

    .ps-style-01:after {
        width: 200px;
        height: 160px
    }

    .ps-title-pl {
        padding-left: 0
    }

    /*.catalog-main-item:first-child {
        margin-top: 0
    }*/

    .ps-title {
        margin-bottom: 30px
    }

    .catalog-m a {
        font-size: 14px;
        line-height: 70px
    }

    .h1-sub {
        font-size: 16px;
        margin-bottom: 10px
    }

    .wellcome-sl-body {
        padding: 40px 0
    }

    .wellcome-sl-title {
        font-size: 32px;
        line-height: 36px
    }

    .wellcome-sl-item {
        height: 320px
    }

    .wellcome-sl-title::after {
        width: 200px;
        height: 200px;
        left: -85px;
        top: -65px
    }

    .catalog-m-content::after {
        width: 160px;
        height: 160px;
        right: -92px;
        top: -65px
    }

    .catalog-main {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
    }

    .catalog-main-item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }

    .categories-item {
        margin-bottom: 25px
    }

    ul.guarantees__list {
        padding-right: 0
    }

    .guarantees::after {
        right: -240px
    }

    .delivery-list__item {
        padding-right: 0;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .delivery-list__item-img {
        padding-right: 0;
        padding-bottom: 15px
    }

    .delivery-item {
        padding-right: 0;
        padding-bottom: 80px
    }

    .blog-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .blog-item__image img {
        width: 100%
    }

    .popular-items {
        display: none
    }

    .blog-item__image {
        padding-right: 0
    }

    .blog-item__image {
        width: 100%;
        padding-bottom: 15px;
		height: auto;

    }

    /*.blog-nav {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
    }*/

    .blog-nav a {
        font-size: 16px;
    }

    .block-order__part-order {
        padding-bottom: 50px
    }

    .your-order__delete {
        padding-top: 10px
    }

    .sales-office__add-object {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .sales-office__add-object h1 {
        padding-bottom: 20px
    }

    #login .modal-body,
    #registration .modal-body,
    #forgotpwd .modal-body {
        padding: 0 30px 20px 30px !important
    }

    #cart__exit .modal-body {
        padding: 30px !important
    }

    .about__services-image {
        padding-right: 15px
    }

    .about__services-item {
        min-width: 320px;
        max-width: 100%
    }

    .about-artzip__text {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .about-artzip__text-left {
        border: 4px solid #cecece;
        padding: 20px;
        max-height: 365px;
        max-width: 675px;
        border-right: 4px solid #cecece;
        max-height: 100%
    }

    .about-artzip__text-right {
        margin-top: -4px
    }

    .our-works-list {
        max-width: 100%;
        margin-right: 0;
        text-align: center
    }

    .conception__image img {
        width: 100%
    }

    .conception__text {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 70px
    }

    .conception__text h3 {
        padding-right: 0
    }

    .reviews-slider-body .col-md-3 {
        text-align: center
    }

    .note {
        padding-top: 50px
    }

    .form-search {
        margin-bottom: 30px
    }

    .form-search input[type=text] {
        font-size: 24px
    }

    .la-autor-rating {
        font-size: 16px
    }

    .la-autor-rating > span {
        padding-left: 2px;
        padding-right: 2px
    }

    .la-autor-rating {
        margin-left: -2px;
        margin-right: -2px;
        margin-bottom: 15px
    }

    .la-autor-info {
        margin-bottom: 15px;
        font-size: 12px
    }

    .la-autor-about {
        font-size: 14px;
        -webkit-line-clamp: 4; /* количество строк */
        margin-bottom: 20px;
        height: 75px;
    }

    .la-autor-name {
        font-size: 20px
    }

    .list-autors-el {
        margin-bottom: 40px
    }

    .tabs-autors a {
        margin-left: 30px;
        line-height: 30px
    }

    .tabs-autors {
        font-size: 16px
    }

    .tabs-autors a::after {
        width: 32px;
        height: 32px
    }
    .header .s-menu-button2 {
		display: block;
	}
	.header .s-menu-button1 {
		display: none;
	}
}

@media (min-width: 576px) {
    .modal-dialog.modal-sm {
        max-width: 450px !important
    }
	
}
@media (max-width: 576px) {

	.main-page-best-title__block{
		height: auto;
	}
	.main-page-best__title {
		position: relative;
		top: 0px;
		z-index: 10;
	}
	.catalog-main-item:nth-of-type(2){
		margin-top: 0px;
	}

	.catalog-main-item:nth-of-type(5n+2){
		margin-top: 0px;
	}	
}

@media (max-width: 575px) {
	.small-photo_block{
		display: none;
	}
    .ps-style-00:after {
        width: 120px;
        height: 120px;
        top: -42px;
        left: -40px;
    }
    .article-back {
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px
    }

    .article-autor {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    h1.h1-article {
        padding-left: 50px
    }

    .article-content {
        font-size: 14px
    }

    .article-content img {
        margin: 20px 0
    }

    .slider-ph-el {
        padding: 0 15px
    }

    .slider-ph {
        margin-left: -15px;
        margin-right: -15px
    }

    .slider-ph-el a img {
        height: 220px
    }

    .conception__text {
        padding-bottom: 70px
    }

    .blog.row div:nth-child(3) {
        top: 580px !important
    }

    .about-artzip__text-right {
        padding: 30px
    }

    .our-works-list h3 {
        font-size: 26px
    }

    .about__services-image {
        padding-right: 10px
    }

    .about__services-item {
        min-width: 320px;
        max-width: 100%
    }

    .about-artzip__text {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .about-artzip__text-left {
        border: 4px solid #cecece;
        padding: 20px;
        max-height: 365px;
        max-width: 675px;
        border-right: 4px solid #cecece;
        max-height: 100%
    }

    .about-artzip__text-right {
        margin-top: -4px
    }

    .our-works-list {
        max-width: 100%;
        margin-right: 0;
        text-align: center
    }

    .conception__image img {
        width: 100%
    }

    .conception__text {
        padding-left: 15px;
        padding-right: 15px
    }

    .conception__text h3 {
        padding-right: 0
    }

    .reviews-slider-body .col-md-3 {
        text-align: center
    }

    .autor-desc-achievements {
        margin-left: -5px;
        margin-right: -5px
    }

    .autor-desc-achievements > div {
        padding-left: 5px;
        padding-right: 5px
    }

    /*.autor-nav {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
    }*/

    .categories {
        margin-left: -10px;
        margin-right: -10px
    }

    .categories-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px
    }

    .categories-item-body {
        font-size: 16px
    }

    .categories-item-img {
        margin-bottom: 5px
    }

    footer {
        text-align: center
    }

    .footer-menu {
        width: 100%
    }

    .footer-title {
        margin-bottom: 15px
    }

    .subs-body button {
        width: 51px;
        font-size: 20px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }

    .subs-body button i {
        display: inline-block
    }

    .subs-body button span {
        display: none
    }

    .h1, h1 {
        font-size: 28px
    }

    .ps-title {
        margin-bottom: 25px
    }

    .wellcome-sl-title {
        font-size: 26px;
        line-height: 30px
    }

    .wellcome-sl-item {
        height: 300px
    }

    .wellcome-sl-title::after {
        width: 160px;
        height: 160px;
        left: -85px;
        top: -55px
    }

    .catalog-m {
        padding-top: 15px;
        padding-bottom: 0
    }

    .catalog-m ul {
       /* overflow-y: hidden;
        overflow-x: auto;*/
        /*margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px*/
    }

    /*.catalog-m li {
        width: auto;
        padding-left: 25px
    }*/

    .catalog-m li:first-child {
        padding-left: 0
    }

    .catalog-m li:last-child {
        padding-right: 15px
    }

    .catalog-m a {
        line-height: 30px
    }

    .catalog-m ul::after {
        display: none
    }

    .ps-style-01:after {
        height: 130px;
        bottom: -15px
    }

    .products__masonry {
        margin-right: -10px;
        margin-left: -10px
    }

    .products__masonry .products-item {
        width: 50%;
        padding: 0 10px 30px
    }

    .category-filter.active + .category-products .products__masonry .products-item, .products__masonry .products-item {
        width: 100% !important;
    }

    .products__masonry {
        margin-left: -15px;
        margin-right: -15px
    }

    .products__masonry .products-item {
        padding: 0 15px 30px 15px
    }

    /*.blog-nav {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
    }*/

    .way-delivery-flex {
        padding-left: 0
    }

    .way-delivery-flex p {
        padding: 15px 0
    }

    .flex-inputs {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .flex-inputs input {
        width: 100% !important;
        max-width: 100% !important
    }

    .block-order__your-order {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .your-order__text h4 {
        text-align: center;
        padding-top: 25px
    }

    .your-order__text p {
        text-align: center
    }

    .products__slider .products-item-price {
        text-align: left;
    }

    .products-item-price {
        text-align: left;
    }

    .block-order__part-order {
        padding-top: 25px;
    }

    .choose__payment-way a {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .your-order__image {
        padding-bottom: 25px;
    }

    .your-basket__text {
      flex: 1;
    }

    .your-basket__text {
        text-align: center
        flex: 1;
    }

    .basket__container .col-md-8 div:nth-child(2) .way-delivery div:nth-child(2) p:nth-child(2) {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .basket__container .col-md-8 div:nth-child(2) .way-delivery div:nth-child(3) p:nth-child(2) {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .modal-body {
        padding: 50px 25px 40px 25px
    }

    .modal-body h3 {
        font-size: 20px
    }

    .modal-links {
        padding-top: 0
    }

    .modal-links a {
        font-size: 16px
    }

    .modal-body {
        min-height: 1px
    }

    .la-list-works {
        margin-left: -10px;
        margin-right: -10px
    }

    .la-list-works-el {
        padding-left: 10px;
        padding-right: 10px
    }

    .la-list-works .products-item-img {
        margin-bottom: 10px
    }

    .la-list-works .products-item-name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px
    }

    .la-list-works .products-item-category {
        margin: 0;
        font-size: 10px
    }

    .tabs-autors a {
        margin-left: 25px
    }

    .pslider-photo-link img {
        /*height: 200px*/
    }

    .login-cab {
        padding-top: 20px;
    }
}

.container .news-detail img.detail_picture {
    float:right;
}
#bx-soa-order-form .bx-soa-tooltip {
    display:none!important;
}
.show {

}
/**/
@media (min-width:768px){
    body > main > section.block-about-us.block-padd > div > div > section.pt-5 > div > div.reviews.reviews-slider.slick-initialized.slick-slider.slick-dotted > div{
        height: auto !important;
    }
    .about-us h2{
        padding: 0;
    }
}
@media (max-width:575px) {
.header-logo {
    width: 45px;
}
    header .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    header .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .photo-painters{
        width: auto;
    }
    #slick-slide10 > div > div > div > div.col-md-3 > img{
        width: auto;
    }
    #slick-slide10 > div > div > div > div.col-md-5{
        max-width: 320px;
margin: 0 auto;
    }
    section.pt-5{
        max-width: 100%;
    }
    .photo-painters{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    .reviews-slider-body .col-md-3{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
.your-order__image {
  width: 90px;
  padding-right: 15px;
  padding-bottom: 0;
}
.your-order__image img {
  display: block;
  width: 100%;
}

.block-basket__your-basket {
  padding-top: 20px;
  padding-bottom: 20px;
}

.basket-delete {
  display: block;
  padding-left: 25px;
  overflow: hidden;
  width: 20px;
}
.your-basket__delete a::before {
  margin-left: 0;
}

.your-basket__delete {
    margin-left: 15px;
}

}
.photo-painters img{
width: auto !important;
}

.ph-interier {
  position: relative;
  background: url('../images/system/bg-ph-interier.jpg') 50% 0 no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  height: 722px;
}
.ph-interier::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
  bottom: 70px;
  background: url('../images/system/ph-bgint.png') 50% 0 no-repeat;
  background-size: auto 100%;
  z-index: 1;
}
.ph-interier-ceiling {
  position: absolute;
  left: 10%;
  top: 25px;
  font-size: 11px;
  color: #000;
  z-index: 5;
}
.ph-interier-img {
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
  bottom: 70px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  z-index: 3;
}
.ph-interier-img span {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ph-interier-img img {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ph-interier-img.more300 span {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
.ph-interier-img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  border: 5px solid #fff;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ph-interier-img span img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.ph-interier-men {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin-right: 80px;
  width:148px;
  z-index: 4;
}
.ph-interier-men img {
  display: block;
  width: 100%;
}
.ph-interier-girl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: 94px;
  width:164px;
  z-index: 4;
}
.ph-interier-girl img {
  display: block;
  width: 100%;
}
table.sale_personal_order_list {
    border: 1px solid #ff113b;
}
.sale-order-detail-general-head {
    background: #ff113b;
}
.sale-order-detail-general {
    border: 1px solid #ff113b;
}
.modal-menu .modal-menu-solo-link {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
}

.global-menu .h-favorite-link {
  background-image: url('../images/icon/heart-white.svg');
}
.global-menu .h-user-link {
  background-image: url('../images/icon/profile-white.svg');
}
.h-user-link::before {
  display: none !important;
}
.global-menu .h-basket-link {
  background-image: url('../images/icon/shopping-bag-white.svg');
}

.checkout {
  display: inline-block;
  margin-top: 10px;
}

.your-basket__text {
  flex: 1;
}
.your-order__image {
  width: 160px;
  margin-right: 35px;
}
.your-order__image img {
  display: block;
  width: 100%;
}

.bx-soa-item-img-block {
  padding-right: 0;
}

@media (max-width: 767px) {
    body main .block-placeorder.block-padd {
        padding: 20px 15px;
    }
    #bx-soa-total {
        height: auto;
    }
    .block-order__your-order {
        padding: 10px 20px 0 20px;
    }
    #bx-soa-orderSave {
        display:none;
    }
    .bx-soa {
        padding: 30px 20px 0;
    }
}

@media (max-width: 575px) {
	.infographics-item {
		margin-bottom: 10px;
		display: flex;
	}	
	.infographics-img_block {
		margin: 0px 10px 0 0;
		
	}
	.infographics-img_block img {
		width: 90px;
	}
}
.empty_basket {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.empty_basket_items {
    display: flex;
    padding-bottom: 50px;
}
.empty_basket_items .catalog-name {
    margin-right: 40px;
    font-size: 20px;
    font-weight: bold;
    color:#2750d7;
}

header .row::before,
header .row::after {
  display: none !important;
}

.soa-property-container, .bx-soa-customer-textarea {
    margin-right: 0 !important;
    width: 100% !important;
}

.way-delivery-flex {
  position: relative;
  padding: 15px 0 15px 0 !important;
}
.way-delivery-flex input[type="checkbox"] {
  margin-top: 0 !important;
  display: block;
  padding: 0 !important;
  margin-right: 0;
}
.way-delivery-flex .bx-soa-pp-company-image {
  width: 50px;
  height: 50px;
  margin-left: 0;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
}
.bx-soa-pp-delivery-cost {
  position: absolute;
  text-align: right;
  width: 90px;
  right: 0 !important;
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 0 !important;
}
.bx-soa-pp-company-smalltitle {
  left: 0 !important;
  position: relative !important;
  text-align: left !important;
  flex: 1;
}
.bx-soa-pp-company-graf-container {
  width: auto !important;
  position: static !important;
}
.bx-soa-pp .bx-soa-pp-company {
  position: relative !important;
  padding-right: 62px;
}

.row::after,
.row::before {
  display: none !important;
}

.block-order__payment-way .bx-soa-pp .bx-soa-pp-company {
  padding-right: 0 !important;
}

.block-order__payment-way .way-delivery-flex .bx-soa-pp-company-image {
  width: 130px;
}

.block-order__payment-way .bx-soa-pp-company {
  margin-top: 10px;
}
.block-order__payment-way .bx-soa-pp-company:first-child {
  margin-top: 0;
}

.bx-soa-pp-company-selected {
  padding: 10px 0 !important;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 75% !important;
  max-width: 75% !important;
  align-items: center;
}
.bx-soa-pp-company-selected img {
  height: 50px !important;
}
.bx-soa-pp-company-selected strong {
  flex: 1;
}
.bx-soa-pp-price {
  -ms-flex: 0 0 25%;
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 10px 0 10px 15px !important;
}

.bx-step-completed .bx-soa-section-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-order__personal-info.bx-step-completed .bx-soa-section-content > div {
 width: 100%;
}

.bx-soa-item-td {
  border: none !important;
}
.bx-soa-item-td + .bx-soa-item-td,
.bx-soa-item-td + .bx-soa-item-td + .bx-soa-item-td {
  flex: 1;
}
.bx-soa-item-td + .bx-soa-item-td + .bx-soa-item-td + .bx-soa-item-td {
  flex: auto;
  width: 110px;
}
.bx-price.all {
  margin-left: 0 !important;
  font-size: 18px !important;
}

.bx-soa-item-td:first-child .bx-soa-item-block {
  justify-content: flex-start;
}

.bx-soa-item-td:first-child .your-order__image {
  margin: 0 20px 0 0 !important;
  width: 100px;
}

.sale-paysystem-wrapper .sale-paysystem-yandex-button-item {
    background: #ffa23e;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.sale-paysystem-wrapper .sale-paysystem-yandex-button-item:hover {
    background: #ff8500;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.products-item-technique {
    margin-bottom: 15px;
}

.search .notetext {
    color: #000 !important;
}

.winterier {
    display: none;
    width: 1080px;
}

.img-des {
    text-align: center;
    font-style: italic;
    margin-bottom: 65px;
}

.capcja_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.capchatext {
    width: 100%;
    order: 3;
    margin-top: 15px;
}
.capcha_img {
    width: 45%;
    order: 1;
}
.capcha_img img {
    display: block;
    height: auto;
    width: 100%;
}
.capcha_button {
    width: 45%;
    text-align: center;
    padding: 0;
    order: 2;
}
button.capcha-button {
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
}

.auth-submit-btn {
    color: #000 !important;
    padding: 0 0 5px 0 !important;
    border: none !important;
    border-bottom: 2px solid #000 !important;
}
.auth-submit-btn:hover {
    color: #007bff !important;
    border-bottom-color: transparent !important;
}

.forgotpwd-btn {
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .winterier {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .winterier {
        width: 670px;
    }
    .img-des {
        margin-bottom: 45px;
    }

    .article-content > img + .img-des {
        margin-top: -15px;
        margin-bottom: 30px; 
    }

    .tabs-nav {
        font-size: 20px;
    }
    #toTop {
		display: none !important;
	}		
}
.blog-nav .mobile-blog-all_link{
	display: none;
}
.flex-mob{
	display: none !important;
}
@media (max-width: 768px) {
	.heide-mob{
		display: none !important;
	}
	.flex-mob{
		display: flex !important;
	}	
	.header-top_block .top-phone {


	}    
	.header-top_block .top-mail  {

    }

}
@media (max-width: 767px) {
	.blog-nav .mobile-blog-all_link{
		display: inline-block;
	}	
    .winterier {
        width: 480px;
    }
    .img-des {
        margin-bottom: 30px;
    }

    .article-content > img + .img-des {
        margin-top: -15px;
        margin-bottom: 30px; 
    }
}

@media (max-width: 567px) {

	.header .btn-call {

		margin-right: 0px;

	}	
	.container.search .products-item-img{
		display: none;	
	}	
	.hsearch-link-block{
		display: none;
	}
	.menu-theme {
		column-count: 2;
	}	
    .winterier {
        width: 100%;
        min-width: 250px;
    }
    .img-des {
        margin-bottom: 20px;
    }

    .article-content > img + .img-des {
        margin-top: -10px;
        margin-bottom: 20px; 
    }

    .capcha_img {
        width: 100%;
    }
    .capcha_button {
        width: 100%;
        margin-top: 10px;
    }
    .capcha_img img {
        width: auto;
        margin: 0 auto;
    }
    .ph-interier {
        height: 463px;
    }

    .ph-interier-men {
        width: 97px;
        bottom: 15px;
    }

    .ph-interier-girl {
        width: 106px;
        bottom: 15px;
    }

    .ph-interier-img {
        bottom: 44px;
    }
}

.fade.show {
    opacity: 1 !important;
}
.modal-backdrop {
    background-color: rgba(0,0,0,.6);
}

.hmenu-sub ul.new-sub-menu{
    display: block;
}

.modal-menu-li-sub{
    position: relative;
}

.arrow-menu-new{
    position: absolute;
    right: 0;
    top: 15px;
    width: 30px;
    height: 30px;
    background: url(/local/templates/main/assets/css/../images/icon/more-white.svg) 50% 50% no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    z-index: 10;
}


.modal-menu-link_no-arrow:after{
    display: none;
}

.modal-menu-li-sub.active > .arrow-menu-new{
    transform: rotateZ(180deg);
}

.s-footer-payment-systems img {
	max-width: 260px;
    /*background: #fff;*/
    /*padding: 10px;*/
    /*border-radius: 5px;*/
}
h2.s-strong-text {
	font-weight: 300;
}
.header .s-header-wrapper {
	margin: 0 auto;
}
.footer-socio-eng a {
	margin: 0 5px;
    display: inline-block;
    font-size: 19px;
}

.s-eng-page-wrapper {
	margin: 50px 0;
}

.s-eng-page-wrapper .s-box {
	float: left;
	width: 50.45%;
	margin-left: -10px;
}

.s-eng-page-wrapper .s-box.s-box-2,
.s-eng-page-wrapper .s-box.s-box-4,
.s-eng-page-wrapper .s-box.s-box-6 {
	margin-left: 0;
}

.s-eng-page-wrapper .s-box.s-box-3,
.s-eng-page-wrapper .s-box.s-box-4 {
	left: 50.45%;
    position: relative;
    margin-left: -10px;
}

.s-eng-page-wrapper .s-box.s-box-4 {
	left: auto;
	right: 50.45%;
    margin-left: 0px;
}

.s-eng-page-wrapper .s-box .s-image-wrapper {
	float: left;
	width: 33%;
	height: 166px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-image-inner {
	height: 100%;
	overflow: hidden;
}

.s-eng-page-wrapper .s-box .s-image-wrapper.s-w1 {
	width: 34%;
}

.s-eng-page-wrapper .s-box .s-image-wrapper.s-w2 {
	width: 67%;
}

.s-eng-page-wrapper .s-box .s-image-wrapper.s-h2 {
	height: 342px;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text {
	height: 100%;
}

.s-eng-page-wrapper .s-box .s-image-wrapper.s-w1.s-h1 .s-image-inner,
.s-eng-page-wrapper .s-box .s-image-wrapper.s-w1.s-h1 .s-text {
	height: 50%;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-image-inner img {
	width: 100%;
	height: auto;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text .s-red {
	font-size: 18px;
	color: #DF0101;
	line-height: 130%;
}

.s-eng-page-wrapper {
	opacity: 0;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text {
	font-size: 0;
	border: 1px solid #A4A4A4;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text .s-vertical-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    vertical-align: middle;
    line-height: 130%;
    padding: 0 15px;
}

.s-eng-page-wrapper .s-box .s-image-wrapper .s-text .s-red-button-wrapper a {
    display: inline-block;
    padding: 7px 30px 5px;
    background-color: #FF0000;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}




@media (max-width: 1199px) {
    .s-eng-page-wrapper .s-box .s-image-wrapper {
		height: 144px;
	}
	.s-eng-page-wrapper .s-box .s-image-wrapper.s-h2 {
		height: 298px;
	}
}
@media (max-width: 991px) {
    .s-eng-page-wrapper .s-box {
		float: none;
		width: auto;
		margin-left: -10px;
	}
	
	.s-eng-page-wrapper .s-box.s-box-2, .s-eng-page-wrapper .s-box.s-box-4, .s-eng-page-wrapper .s-box.s-box-6 {
		margin-left: -10px;
	}

	.s-eng-page-wrapper .s-box .s-image-wrapper {
		height: 200px;
	}
	.s-eng-page-wrapper .s-box.s-box-3, .s-eng-page-wrapper .s-box.s-box-4 {
		position: static;
	}
	.s-eng-page-wrapper .s-box .s-image-wrapper.s-h2 {
		height: 410px;
	}
}
@media (max-width: 767px) {
	.s-eng-page-wrapper .s-box .s-image-wrapper {
		height: 158px;
	}
	.s-eng-page-wrapper .s-box .s-image-wrapper.s-h2 {
		height: 326px;
	}	
}
@media (max-width: 567px) {
	.s-eng-page-wrapper .s-box .s-image-wrapper {
		height: 100px;
	}
	.s-eng-page-wrapper .s-box .s-image-wrapper.s-h2 {
		height: 210px;
	}
	.s-eng-page-wrapper .s-box .s-image-wrapper .s-text .s-vertical-middle {
		font-size: 12px;
		line-height: 14px;
		padding: 0 3px;
	}	
	.s-eng-page-wrapper .s-box .s-image-wrapper .s-text .s-red {
		font-size: 14px;
		line-height: 14px;
	}
	.s-eng-page-wrapper .s-box .s-image-wrapper .s-text .s-red-button-wrapper a {
		margin-top: 7px;
	}
}
.justify-content-start p {
    margin: 10px;
}

.justify-content-start input {
    margin: 10px 0px;
}
.block-padd {
    margin-top: 0px !important;
    padding-top: 0px !important;
}