/*-------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
h1 {
    font-family: 'Raleway Bold', sans-serif;
    font-size: 48px;
    color: #515151;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 20px;
}
h1:after {
    content: '';
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 3px solid #debe8b;
}
h2 {
    font-family: 'Raleway Bold', sans-serif;
    font-size: 36px;
    color: #515151;
    text-align: center;
    padding: 60px 0 40px;
}
h2:after {
    content: '';
    display: block;
    width: 400%;
    margin: 0 -200%;
    padding-top: 20px;
    border-bottom: 1px solid #eaeaea;
}
h3 {
    font-family: 'Raleway Bold', sans-serif;
    font-size: 26px;
    color: #515151;
    text-align: center;
    padding: 50px 0 20px;
}
.g-shadow-pic {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
       -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
}
.g-resize-pic img {
    display: block;
    max-width: 100%;
    height: auto;
}
.g-pad-bottom-25 {
    padding-bottom: 25px;
}
.g-text-dark {
    color: #515151;
    font-size: 20px;
}
.agreed_text {
    overflow-x: hidden;
}
/*-------------------------------------*/
.g-bar-2n {
    text-align: center;
}
.g-bar-2n img {
    width: -webkit-calc(50% - 10px) !important;
    width: -moz-calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 5px;
    padding-bottom: 10px;
}
.g-bar-2n img {vertical-align: bottom;}
.g-bar-2n p {
    margin: 0;
    padding: 0;
}
/*-------------------------------------*/
.g-bar-3n {
    text-align: center;
}
.g-bar-3n img {
    width: -webkit-calc(33.3333% - 10px) !important;
    width: -moz-calc(33.3333% - 10px) !important;
    width: calc(33.3333% - 10px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 5px;
    padding-bottom: 10px;
}
.g-bar-3n img {vertical-align: bottom;}
.g-bar-3n p {
    margin: 0;
    padding: 0;
}
/*-------------------------------------*/
.g-bar-4n {
    text-align: center;
}
.g-bar-4n img {
    width: -webkit-calc(25% - 10px) !important;
    width: -moz-calc(25% - 10px) !important;
    width: calc(25% - 10px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 5px;
    padding-bottom: 10px;
}
.g-bar-4n img {vertical-align: bottom;}
.g-bar-4n p {
    margin: 0;
    padding: 0;
}
/*-------------------------------------*/
.b-smm {}
.b-smm .smm__row {}
.b-smm .smm__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 2px;
}
.b-smm .smm__pic {}
.b-smm .smm__pic img {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.b-smm .smm__pic img:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
/*-------------------------------------*/
.b-slidetxt {
    color: #fff;
}
.b-slidetxt .slidetxt__title {
    font-family: 'Raleway Bold', sans-serif;
    font-size: 55px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 20px;
    line-height: 1.1;
}
.b-slidetxt .slidetxt__body {
    width: 340px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 40px;
}
.b-slidetxt .slidetxt__btn {
    position: relative;
}
.b-slidetxt .slidetxt__btn a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #debe8b;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: -1;
}
.b-slidetxt .slidetxt__btn a {
    position: relative;
    z-index: 1;
    display: inline-block;
    /*background: url(/files/110/btn__more.png) 0 0 no-repeat ;*/

    /*width: 171px; */
    height: 54px;
    padding: 20px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.b-slidetxt .slidetxt__btn a:hover {
    text-decoration: none;
}
.b-slidetxt .slidetxt__btn a:hover::before {
    background-color: #deb9a9;
}
.b-slidetxt .slidetxt__btn--lg a {
    width: 244px;
    /*background: url(/files/110/btn__more_lg.png) 0 0 no-repeat;*/
}
.b-slidetxt .slidetxt__blackfr {
    padding-bottom: 25px;
}
.b-slidetxt .slidetxt__blackfr span {
    padding: 5px 15px;
    display: inline-block;
    background-color: #f2c802;
    font-size: 46px;
    color: #000;
}
.b-slidetxt .slidetxt__blackfr b {
    font-family: "Raleway Extra Bold", sans-serif;
}
.b-slidetxt .slidetxt__date {
    padding-bottom: 15px;
    color: #fff;
    font-size: 30px;
}
.b-slidetxt .slidetxt__date strong {
    font-weight: bold;
    font-size: 35px;
}
.b-slidetxt .slidetxt__sale {
    font-size: 45px;
    text-transform: uppercase;
}
.b-slidetxt .slidetxt__sale strong {
    font-weight: bold;
    color: #f2c802;
}
    /*---------------------------------*/
    .b-slidetxt--black {
        text-align: center;
        font-weight: 300;
    }
    .b-slidetxt--black .slidetxt__body {
        width: auto;
    }
    .b-slidetxt--black .slidetxt__btn {
        padding-top: 25px;
    }
/*-------------------------------------*/
.b-catalogbox-title h2 {
    font-family: 'Raleway Bold', sans-serif;
    font-size: 48px;
    color: #515151;
    text-align: center;
    padding-bottom: 20px;
}
.b-catalogbox-title h2:after {
    content: '';
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 3px solid #debe8b;
}
/*-------------------------------------*/
.b-whois {
    background-color: #f8f8f8;
    margin: 0 -400%;
    margin-top: 90px;
    padding: 0 400%;
}
.b-whois .whois__row {
    position: relative;
    padding-right: 35%;
}
.b-whois .whois__text {
    padding: 70px 0;
}
.b-whois .whois__title {
    font-family: 'Raleway Bold', sans-serif;
    font-size: 36px;
    color: #515151;
    padding-bottom: 15px;
}
.b-whois .whois__list {
    margin: 0;
    padding: 0 40px 0 0;
}
.b-whois .whois__list li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin: 10px 0;
    color: #515151;
    font-size: 16px;
}
.b-whois .whois__list li:before {
    content: '—';
    position: absolute;
    top: 0; left: 0;
    color: #debe8b;
}
/*-------------------------------------*/
    /*-------------------------------------*/
    .b-whois--batyrev .whois__row:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0; right: -130px;
        background: url(/files/110/bg-batyrev.png) no-repeat;
        width: 520px; height: 570px;
    }
    /*-------------------------------------*/
/*-------------------------------------*/
.b-payset {}
.b-payset .payset__row {
    text-align: center;
}
.b-payset .payset__pic {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 15px;
}
.b-payset .payset__pic img {
    vertical-align: bottom;
}
/*-------------------------------------*/
.b-quote {
    position: relative; z-index: 1;
    background-color: #f8f8f8;
    padding: 70px 50px;
    margin: 20px 0 40px;
    font-size: 20px;
}
.b-quote:before {
    content: '“';
    position: absolute;
    top: -20px; left: 10px;
    z-index: -1;
    color: #e6e5e5;
    font-family: 'Raleway Bold';
    font-size: 471px;
    line-height: 370px;
}
.b-quote .quote__text {
    color: #515151;
}
.b-quote .quote__author {
    padding-top: 40px;
    font-weight: 700;
    color: #515151;
}
/*-------------------------------------*/
.b-list-brand {
    margin: 0;
    padding: 0;
}
.b-list-brand li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin: 15px 0;
    color: #515151;
    font-size: 18px;
}
.b-list-brand li:before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
    color: #debe8b;
}
/*-------------------------------------*/
    /*-------------------------------------*/
    .b-list-brand--centr {
        display: table;
        margin: 0 auto;
    }
    /*-------------------------------------*/
/*-------------------------------------*/
.b-rights {}
.b-rights .rights__year {}
.b-rights .rights__mail a:link,
.b-rights .rights__mail a:visited {
    text-decoration: none;
}
.b-rights .rights__mail a:hover,
.b-rights .rights__mail a:active {
    text-decoration: underline;
}
.b-rights .rights__tel a:link,
.b-rights .rights__tel a:visited {
    text-decoration: none;
}
.b-rights .rights__tel a:hover,
.b-rights .rights__tel a:active {
    text-decoration: underline;
}
/*-------------------------------------*/
.b-catalog-gal {
    margin: 0 -3000px 60px;
    padding: 90px 3000px 40px;
    overflow: hidden;
    background-color: #f3f2f2;
}
.b-catalog-gal .catalog-gal__gallery {}
.b-catalog-gal .catalog-gal__gallery-bigphoto {
    float: left;
    width: 459px;
    margin-right: 140px;
    text-align: center;
}
.b-catalog-gal .catalog-gal__gallery-bigphoto img {
    margin: 0 !important;
    max-width: 100%;
    height: auto !important;
}
.b-catalog-gal .catalog-gal__gallery-img {
    position: relative;
    margin-bottom: 60px;
    font-size: 0;
    -webkit-box-shadow: -5px 9px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    -5px 9px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         -5px 9px 10px 0px rgba(0, 0, 0, 0.2);
}
.b-catalog-gal .catalog-gal__gallery-img:before,
.b-catalog-gal .catalog-gal__gallery-img:after {
    content:'';
    position: absolute;
    top: -30px;
    width: 34px;
    height: 43px;
    background: url(/files/110/atalog-gal-pin.png) 0 0 no-repeat;
}
.b-catalog-gal .catalog-gal__gallery-img:before {
    left: 50px;
}
.b-catalog-gal .catalog-gal__gallery-img:after {
    right: 50px;
}
.b-catalog-gal .catalog-gal__gallery-num {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    color: #515151;
}
.b-catalog-gal .catalog-gal__gallery-previews {
    overflow: hidden;
}
.b-catalog-gal .catalog-gal__gallery-item {
    position: relative;
    float: left;
    width: 78px;
    margin: 0 22px 25px 0;
    font-size: 0;
}
.b-catalog-gal .catalog-gal__gallery-item--on {}
.b-catalog-gal .catalog-gal__gallery-item--on:after {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22,22,22,0.4);
}
.b-catalog-gal .catalog-gal__gallery-item img {
    max-width: 100%;
}
/*-------------------------------------*/
.b-catalog-gal--mod {
    padding-top: 35px;
}
.b-catalog-gal--mod .catalog-gal__gallery-bigphoto {
    width: 560px;
    margin-right: 40px;
}
.b-catalog-gal--mod .catalog-gal__gallery-img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.b-catalog-gal--mod .catalog-gal__gallery-img::before,
.b-catalog-gal--mod .catalog-gal__gallery-img::after {
    content: none;
}
.b-catalog-gal--mod .catalog-gal__gallery-previews {
    padding-top: 55px;
}
/*-------------------------------------*/
.b-catalog-gal--mod-2 {
    padding-top: 40px;
}
.b-catalog-gal--mod-2 .catalog-gal__gallery-previews {
    padding-top: 50px;
}
/*-------------------------------------*/
/*-------------------------------------*/
.b-slidetxt .slidetxt__body--large {
    width: 570px;
}
.b-picture .bx-viewport,
.b-picture {
    overflow: initial !important;
}