@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ==================================================
   RESET / NORMALIZE
   ================================================== */
,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight:normal
}

body {
    line-height:1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
}

nav ul,ul {
    list-style:none
}

blockquote,q {
    quotes:none
}

blockquote:before,blockquote:after,q:before,q:after {
    content:"";
    content:none
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold
}

del {
    text-decoration:line-through
}

abbr[title],dfn[title] {
    border-bottom:1px dotted;
    cursor:help
}

table {
    border-collapse:collapse;
    border-spacing:0
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0
}

input,select {
    vertical-align:middle
}

/* ==================================================
   GLOBAL STYLES
   ================================================== */
* {
    margin:0;
    padding:0;
    box-sizing:border-box
}

*:before,*:after {
    box-sizing:border-box
}

html {
    height:100%
}

body {
    color:#383838;
    min-height:100%;
    font-weight:bold;
    background:#fff;
    font-family:"Inter", Arial, sans-serif;
    overflow-x:hidden
}

input,button,select,textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}

.popap-call-back {
    display:none
}

p,div,ul,ol,li {
    font-weight:200
}

a {
    color:inherit;
    text-decoration:none
}

figure {
    margin:0
}

img {
    vertical-align:top
}

button,input,textarea,select {
    cursor:pointer
}

footer,nav,header,section,aside,article,hgroup,main {
    display:block
}

.container {
    position:relative;
    width:90%;
    max-width:1370px;
    min-width:284px;
    margin:0 auto;
    padding:0 15px;
    box-sizing:border-box
}

.container:after {
    content:"";
    display:table;
    clear:both
}

/* ==================================================
   HEADER / ШАПКА
   ================================================== */
header {
    border-top:4px solid #359229;
    padding:23px 0 0 0;
    border-bottom:1px solid #e8e8e8
}

.header-phones {
    position:absolute;
    top:68px;
    padding:30px 30px 20px 30px;
    border:2px solid #ddd;
    font-weight:400;
    z-index:20;
    background:#fff;
    right:68px;
    color:#aaa;
    font-size:16px;
    width:240px;
    text-align:left;
    display:none
}

.header-phones.visible {
    display:block
}

.header-phones a {
    display:block;
    margin-bottom:10px
}

.text-bold,.product-price_cyr {
    font-weight:800
}

.text-thin {
    font-weight:200
}

.main-center-tabs_content {
    position:relative;
    margin-bottom:60px
}

.owl-dots {
    margin:20px 0;
    text-align:center;
    position:absolute;
    top:-60px;
    right:0
}

.owl-dots .owl-dot {
    display:inline-block;
    vertical-align:top;
    margin:0 6px
}

.owl-dots .owl-dot.active {
    font-weight:600;
    color:#359229
}

.header-logo {
    float:left;
    width:160px;
    height:75px;
    padding:0;
    position:relative;
}

.header-logo a {
    width:145px;
    height:66px;
    display:block;
    position:relative;
}

.header-logo a:before {
    position:absolute;
    content:"";
    left:0;
    top:5px;
    background:url("../images/logo.png") left center no-repeat;
    width:145px;
    height:66px;
    background-size:145px auto;
}

.header-slogan {
    float:left;
    width:430px;
    padding-top:18px;
    text-transform:none;
}

.header-slogan span {
    font-family:"Inter", Arial, sans-serif;
    font-size:21px;
    font-weight:600;
    line-height:1.3;
    text-transform:none;
}

.header-nav_list {
    display:table;
    margin:0 260px 0 392px;
    height:40px
}

.header-nav_list li {
    display:table-cell;
    vertical-align:middle;
    color:#000;
    font-size:16px
}

.header-nav_list li.active,.header-nav_list li:hover {
    color:#359229
}

.header-nav_list li a {
    display:block;
    padding:10px
}

#slit_origin iframe {
    width:100%
}

.department-item-title {
    font-weight:bold;
    font-size:24px;
    padding:20px 0 10px 0;
    text-transform:uppercase
}

.department-staff {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-left:-15px;
    margin-right:-15px
}

.department-worker {
    border:1px solid #c9c9c9;
    color:#333;
    text-align:center;
    position:relative;
    border-radius:7px;
    margin:0 15px 30px 15px;
    width:calc(25% - 30px);
    padding:20px 20px 70px 20px;
    background-color:#f1f2f7
}

.worker-photo {
    margin-bottom:10px
}

.worker-intro {
    font-size:14px;
    color:#b5b5b5;
    padding:0 0 5px 0
}

.worker-photo img {
    border-radius:50%;
    margin:auto
}

.worker-contacts {
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    padding:5px
}

.worker-contacts>p {
    margin-bottom:0 !important;
    line-height:1.5
}

.worker-email a,.worker-phone a {
    border-bottom:1px solid rgba(51,122,183,.5);
    font-size:14px;
    color:#333 !important
}

.worker-phone a {
    border-bottom:0
}

.worker-name {
    font-weight:500;
    font-size:22px
}

.worker-position {
    font-size:16px;
    padding:10px 0
}

.social-links__fixed {
    position:fixed;
    height:153px;
    top:0;
    bottom:0;
    right:-5px;
    margin:auto;
    z-index:111
}

.social-links__fixed a {
    background:#359229;
    padding:5px 7px 3px 5px;
    border-radius:4px;
    margin-left:0;
    display:flex;
    align-items:center;
    margin-bottom:2px
}

.social-links__fixed a:last-child {
    padding-bottom:5px
}

.social-links__fixed a svg,.social-links__fixed a .svg-ft-1 {
    fill:#fff;
    stroke:#fff
}

.social-links__/* ==================================================
   FOOTER
   ================================================== */
footer {
    display:none
}

.insta-popup {
    display:none;
    position:fixed;
    z-index:99999;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:300px;
    height:330px;
    background:#fff;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border:3px solid #359229
}

.insta-popup__content {
    padding:20px
}

.insta-popup__title {
    font-size:26px;
    color:#359229;
    text-align:center;
    font-weight:500
}

.insta-popup__content a {
    display:block;
    text-align:center;
    margin-top:20px;
    margin-right:-20px
}

.insta-popup__overlay {
    display:none;
    position:fixed;
    z-index:999;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto
}

.insta-popup__overlay.show {
    display:block
}

.insta-popup.show {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}


.header-search-btn {
    position:relative
}

.header-search {
    width:0;
    height:70px;
    position:absolute;
    opacity:1;
    right:228px;
    top:-23px;
    bottom:0;
    overflow:hidden;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}

.footer-fl_right {
    float:right
}

.header-search.visible {
    width:calc(100% - 18.1416% - 235px);
    opacity:1;
    overflow:visible
}

.search_query {
    display:block;
    border-right:0;
    border-left:2px solid #ddd;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    padding:24px 55px 25px 30px;
    width:100%
}

.btn-search {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:54px;
    height:45px;
    background:url("../images/search.svg") center center no-repeat;
    background-size:25px 25px;
    border:0
}

.header-menu-icons {
    text-align:right;
    width:210px;
    position:absolute;
    top:-23px;
    right:15px
}

.header-btn {
    float:right;
    vertical-align:top;
    width:70px;
    height:70px;
    cursor:pointer;
    position:relative
}

.header-mail-btn {
    margin-right:0
}

.header-search-btn {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd
}

.header-btn svg {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto
}

.header-btn:hover {
    background:#359229;
    border-color:#359229
}

.cls-1 {
    fill:#000;
    stroke:#000;
    fill-rule:evenodd
}

.header-btn:hover .cls-1,.header-btn:hover .cls-2 {
    fill:#fff;
    stroke:#fff
}

.cls-2 {
    fill:#fff;
    stroke:#fff;
    fill-rule:evenodd
}

.header-menu-btn {
    margin-right:0;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd
}

.header-phones-btn:before {
    background:#359229;
    position:absolute;
    content:"";
    width:2px;
    opacity:0;
    height:70px;
    top:0;
    bottom:0;
    margin:auto;
    z-index:12
}

.header-phones-btn:after {
    width:2px;
    opacity:0;
    background:#359229;
    position:absolute;
    content:"";
    height:70px;
    top:0;
    bottom:0;
    margin:auto;
    z-index:12
}

.header-phones-btn:before {
    left:-2px
}

.header-phones-btn:after {
    right:-2px
}

.header-phones-btn:hover:before {
    opacity:1
}

.header-phones-btn:hover:after {
    opacity:1
}

/* ==================================================
   MAIN NAVIGATION
   ================================================== */
.main-center-nav {
    border-bottom:1px solid #e8e8e8;
    height:48px
}

.catalog-btn a {
    float:left;
    width:18.1416%;
    font-weight:400;
    height:48px;
    border-right:1px solid #e8e8e8;
    line-height:48px;
    font-size:18px;
    color:#359229;
    padding-left:45px;
    background:url("../images/menu_icon.svg") center left no-repeat;
    background-size:22px 22px
}

.main-center-nav_list {
    margin-left:21.0223%;
    height:48px
}

.main-center-nav_list li {
    position:relative;
    display:inline-block;
    line-height:46px;
    margin-right:14.2px;
    color:#000;
    font-size:15.5px
}

.main-center-nav_list li a {
    padding-right:14.2px;
    position:relative;
    height:calc(100% - 2px);
    display:block
}

.main-center-nav_list li a:after {
    position:absolute;
    content:"";
    width:1px;
    height:12px;
    margin:auto;
    background:#000;
    top:0;
    right:-1px;
    bottom:0
}

.main-center-nav_list li:hover a {
    color:#fff;
    background:#359229
}

.main-center-nav_list li:hover a:before {
    position:absolute;
    content:"";
    width:14.2px;
    height:100%;
    margin:auto;
    background:#359229;
    top:0;
    left:-14.2px;
    bottom:0
}

.main-center-nav_list li:hover a:after {
    position:absolute;
    content:"";
    width:1px;
    height:100%;
    margin:auto;
    background:#359229;
    top:0;
    right:-1px;
    bottom:0
}

.main-center-nav_list li.last a:after {
    display:none;
    position:absolute;
    content:"";
    width:14.2px;
    height:100%;
    margin:auto;
    background:#359229;
    top:0;
    right:-14.2px;
    bottom:0
}

.main-center-nav_list li.last a {
    padding-right:0;
    margin-right:0
}

.main-center-nav_list li.last:hover a:after {
    display:block
}

.st-orange {
    color:#359229
}

.submenu {
    position:absolute;
    background:#359229;
    visibility:hidden;
    top:46px;
    left:-14.2px;
    opacity:0;
    z-index:10;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
    -webkit-transition:.3s linear;
    transition:.3s linear;
    width:196.8%;
    min-width:185px;
    max-width:300px;
    list-style-type:none
}

.submenu li {
    position:relative
}

.submenu li:first-child:hover:before {
    display:none
}

.submenu li a {
    color:#fff;
    display:block;
    padding-left:14.2px
}

.submenu li a:hover {
    background:#ea791b
}

.submenu li a:after,.submenu li a:before {
    display:none
}

.submenu li {
    width:100%
}

.submenu li:after {
    width:calc(100% - 40px);
    margin:auto;
    height:1px;
    bottom:0;
    left:15px;
    background:rgba(255,255,255,.3);
    content:"";
    position:absolute
}

.submenu li:hover:after {
    background:#ea791b
}

.submenu li.last a:after,.submenu li.last:hover a:after {
    display:none
}

.submenu .submenu {
    position:absolute;
    left:100%;
    top:0;
    -webkit-transition:.4s linear;
    transition:.4s linear;
    width:100%
}

.submenu li {
    position:relative
}

li:hover>.submenu {
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    transform:rotateX(0deg);
    visibility:visible;
    opacity:1
}

/* ==================================================
   SIDEBAR
   ================================================== */
.sidebar-left {
    float:left;
    width:18.1416%;
    border-right:1px solid #e8e8e8
}

.main-center {
    margin-left:21.0223%
}

.catalog-category-nav {
    padding-top:10px;
    font-size:15px;
    margin-left:-15px
}

.nav-main-sub li a,.nav-main-commerce li a {
    display:block;
    padding:8px 15px
}

.nav-main-sub li a:hover,.nav-main-commerce li a:hover {
    background:#359229;
    color:#fff;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
}

.nav-main-commerce {
    margin-top:22px;
    margin-bottom:10px;
    position:relative
}

.nav-main-commerce:before {
    height:1px;
    width:80%;
    position:absolute;
    content:"";
    background:#e8e8e8;
    top:-12px;
    left:15px
}

.catalog-questions {
    border-top:1px solid #e8e8e8;
    padding-top:15px;
    padding-bottom:20px;
    border-bottom:1px solid #e8e8e8;
    position:relative
}

.catalog-questions:before {
    height:1px;
    width:1000%;
    position:absolute;
    content:"";
    background:#e8e8e8;
    top:-1px;
    left:-1000%
}

.catalog-questions:after {
    height:1px;
    width:1000%;
    position:absolute;
    content:"";
    background:#e8e8e8;
    bottom:-1px;
    left:-1000%
}

.catalog-questions p:first-child {
    font-size:18px
}

.catalog-questions form {
    margin-top:20px
}

.form-name {
    background:#f1f1f1;
    padding:8px 5px;
    border:0;
    width:75%;
    display:inline-block;
    vertical-align:top
}

.btn-contacts {
    display:inline-block;
    vertical-align:top;
    width:17%;
    height:34px;
    line-height:34px;
    background:#44b759;
    color:#fff;
    border-bottom:3px solid #026c2a;
    border-left:0;
    border-right:0;
    border-top:0
}

.main-center-filters form {
    background:#383838;
    padding:20px 30px 18px 30px;
    color:#fff;
    position:relative;
    top:-2px;
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-direction:row;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:center;
    -ms-align-items:center;
    -webkit-align-items:center
}

.main-center-filters form:after {
    width:100%;
    height:2px;
    content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    background:#383838
}

.main-center-filters_title {
    float:left;
    width:152px
}

.main-center-filters_item {
    position:relative;
    text-align:center;
    color:#9f9f9f;
    background:#fff;
    width:20.9502%;
    border-radius:3px;
    cursor:pointer
}

.main-center-filters_item h4 {
    padding:6px 6px
}

.product-thumbs {
    width:100%;
    margin-bottom:14px
}

.main-center-filters_tags input {
    width:30px
}

.main-center-filters_btn {
    border-radius:3px;
    background:#359229;
    color:#fff;
    padding:6px 10px;
    cursor:pointer
}

.main-center-filters_check {
    display:none;
    text-align:left;
    position:absolute;
    z-index:8;
    width:230px;
    top:40px;
    left:0;
    background:#fff;
    padding:30px 15px 15px 15px;
    border:1px solid #000;
    border-radius:3px
}

#mse2_calculate_parent_wrap .main-center-filters_check {
    width:270px
}

#mse2_calculate_tags_wrap .main-center-filters_check {
    width:200px
}

.main-center-filters_check label {
    display:inline-block;
    margin-bottom:6px
}

.active_filter .main-center-filters_check {
    display:block
}

.main-center-filters_check:before {
    content:"";
    position:absolute;
    left:20px;
    top:-20px;
    border:10px solid transparent;
    border-bottom:10px solid #fff
}

#mse2_calculate_price_wrap {
    width:200px
}

.slides li a {
    position:relative
}

.slide-overlay {
    width:100%;
    height:100%;
    z-index:90;
    background:#000;
    opacity:.1;
    position:absolute
}

.slides li a {
    display:block
}

/* ==================================================
   SLIDER
   ================================================== */
.slide-title {
    font-size:40px;
    text-transform:uppercase;
    color:#fff
}

.slide-intro {
    font-size:15px;
    color:#fff;
    margin:10px 0 15px 0
}

.slide-info-wrap {
    position:absolute;
    z-index:99;
    top:0;
    left:0;
    right:0;
    bottom:0
}

.slide-info {
    display:table;
    height:100%
}

.slide-intro-cell {
    display:table-cell;
    height:100%;
    width:90%;
    max-width:680px;
    vertical-align:middle;
    padding-left:5%
}

.slide-link {
    border-radius:3px;
    padding:6px 10px;
    cursor:pointer;
    border:2px solid #fff;
    color:#fff;
    display:inline-block
}

.main-center-adv_flex {
    border-left:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-direction:row;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:center;
    -ms-align-items:center;
    -webkit-align-items:center;
    margin-bottom:42px
}

.main-center-adv_flex>div {
    padding:14px 14px 14px 106px;
    border-right:1px solid #dfdfdf;
    position:relative;
    width:33%
}

.main-center-adv_flex>div:before {
    position:absolute;
    content:"";
    width:30px;
    height:21px;
    left:30px;
    top:0;
    bottom:0;
    margin:auto
}

.main-center_base:before {
    background:url("../images/folder.svg") left top no-repeat;
    background-size:21px 20px
}

.main-center_prof:before {
    background:url("../images/architectr.svg") left top no-repeat;
    background-size:26px 21px
}

.main-center_projects:before {
    background:url("../images/project.png") left top no-repeat;
    background-size:22px 18px
}

.text-block {
    display:block
}

.text-red {
    color:#359229
}

.product-tabs_nav li {
    cursor:pointer
}

.main-center-tabs_nav,.main-center-tabs_2 {
    border-bottom:2px solid #359229;
    padding-bottom:6px;
    margin-bottom:16px
}

.main-center-tabs_nav li,.main-center-tabs_2 li {
    display:inline-block;
    margin-right:50px;
    font-size:19px;
    color:#898989
}

.main-center-tabs_nav li.active,.main-center-tabs_2 li.active {
    color:#359229;
    font-weight:500
}

.product-name {
    float:left
}

.product-space {
    text-align:right;
    margin-right:10px
}

.ct-rlt {
    position:relative
}

.square-unit:after {
    text-align:left;
    font-weight:800;
    position:absolute;
    content:"2";
    width:10px;
    height:10px;
    right:-11px;
    font-size:10px
}

.volume-unit:after {
    text-align:left;
    font-weight:800;
    position:absolute;
    content:"3";
    width:10px;
    height:10px;
    right:-11px;
    font-size:10px
}

.product-preview hr {
    width:28.5714%;
    margin:10px auto
}

.product-project {
    float:left;
    margin-right:10px
}

.product-project_price {
    float:right
}

.product-preview .container {
    min-width:auto;
    width:100%;
    padding:0 10px;
    font-size:14px
}

.product-preview {
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8
}

.main-center-news_item {
    position:relative;
    width:100%;
    display:block;
    vertical-align:top;
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    background:#f2f2f2;
    margin-bottom:20px
}

.content-pages .main-center-news_item a {
    color:inherit;
    text-decoration:none
}

.content-pages form.msearch2 {
    position:relative
}

.content-pages form.msearch2 input.search_query {
    border-right:2px solid #ddd
}

.main-center-news_bg {
    display:inline-block;
    width:270px;
    vertical-align:top
}

.main-center-news_bg img {
    width:100%
}

.main-center-news_title {
    position:absolute;
    bottom:0;
    color:#fff;
    padding:10px;
    font-size:18px
}

.main-center-news_date {
    color:#359229;
    font-size:13px;
    font-weight:800
}

.main-center-news_intro {
    font-size:18px;
    padding:10px
}

.content-pages .main-center-news_intro,.content-pages .main-center-news_ellipsis,.content-pages .main-center-news_date {
    margin-bottom:0
}

.content-pages img {
    max-width:100%;
    height:auto
}

.content-pages table {
    margin:auto
}

.main-center-news_text {
    min-height:160px;
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 290px)
}

.main-center-news_ellipsis {
    padding:0 10px 50px 10px;
    font-size:14px
}

.main-center-news_date {
    position:absolute;
    bottom:10px;
    left:290px;
    padding-left:30px
}

.main-center-news_item a {
    display:block
}

.main-center-news_item hr {
    position:absolute;
    left:270px;
    bottom:20px;
    width:calc(100% - 270px)
}

.main-center-news_date:before {
    position:absolute;
    content:"";
    height:20px;
    left:5px;
    top:-3px;
    width:20px;
    background:url("../images/icon-calendar.svg") center center no-repeat;
    background-size:13px 13px
}

.main-center-news_item:hover img {
    opacity:.8
}

.main-center-news_item:hover:after {
    position:absolute;
    content:"";
    height:100%;
    right:0;
    top:0;
    bottom:0;
    width:5px;
    background:#359229
}

.main-center-comments {
    margin-top:30px;
    margin-bottom:45px
}

.main-center-comments_title {
    background:#ededef;
    padding:23px 0 26px 0;
    border-bottom:1px solid #ededef;
    color:#359229;
    font-weight:800;
    font-size:25px
}

.main-center-comments_pad {
    margin-left:21.0223%
}

.main-center-comments_intro {
    background:#fcfcff;
    padding:23px 0;
    padding-bottom:45px
}

.comments-list {
    list-style-type:none
}

.main-center-comments_dot {
    display:inline-block;
    vertical-align:middle;
    border-radius:50%;
    width:11px;
    height:11px;
    background:#359229;
    margin-left:10px;
    webkit-animation:dotLive 2s infinite cubic-bezier(.19,1,.22,1);
    animation:dotLive 2s infinite cubic-bezier(.19,1,.22,1)
}

@-webkit-keyframes dotLive {
    0%,100% {
    opacity:1
}

50% {
    opacity:0
}


}

@keyframes dotLive {
    0%,100% {
    opacity:1
}

50% {
    opacity:0
}


}

.main-center-text p,.main-center-text h1,.main-center-text h2,.main-center-text h3,.main-center-text h4 {
    margin-bottom:20px
}

.main-center-text h1 {
    font-size:22px
}

.main-center-text h2 {
    font-size:20px
}

.main-center-text h3 {
    font-size:18px
}

.main-center-text h4 {
    font-size:16px
}

footer {
    clear:both;
    margin-top:36px;
    border-top:1px solid #dfe0df
}

footer .container {
    padding-top:40px;
    padding-bottom:48px
}

.social-icons {
    display:block;
    width:160px;
    height:34px;
    background:url("/assets/templates/img/social_icons.png") center center no-repeat
}

.footer-nav {
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-direction:row;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:flex-start;
    -ms-align-items:flex-start;
    -webkit-align-items:flex-start;
    font-size:18px
}

.footer-copyright {
    margin-top:30px;
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-direction:row;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:flex-start;
    -ms-align-items:flex-start;
    -webkit-align-items:flex-start
}

.header-menu-btn.open svg {
    display:none;
    position:relative
}

.header-menu-btn.open:before,.header-menu-btn.open:after {
    position:absolute;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:20px;
    height:2px;
    content:"";
    background:#ddd
}

.header-menu-btn.open:before {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}

.header-menu-btn.open:after {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}

.header-menu-btn.open:hover:before,.header-menu-btn.open:hover:after {
    background:#24b1d6
}

#sb-site {
    overflow:hidden
}

.sb-slidebar {
    background:#359229;
    min-height:100%;
    height:auto;
    position:fixed;
    top:0;
    z-index:99;
    right:-500px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    border-top:4px solid #359229;
    opacity:0
}

.sb-slidebar.show {
    right:0;
    opacity:1
}

.sb-slidebar {
    width:30%
}

.header-nav-mobile,.mag-form-intro {
    padding:30px
}

.header-nav-mobile li a {
    display:block;
    padding:10px;
    font-size:18px;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.3)
}

.header-nav-mobile li a:hover,#cat_acc li a.active {
    background:rgba(255,255,255,.3)
}

.header-nav-mobile li.last a {
    border-bottom:0
}

.header-menu-close,.filters-close,.phones-close,.insta-popup__close {
    position:absolute;
    top:0;
    right:0;
    cursor:pointer
}

.filters-close,.phones-close,.insta-popup__close {
    width:25px;
    height:25px
}

.header-menu-close {
    width:50px;
    height:50px
}

.header-menu-close:before,.header-menu-close:after,.filters-close:before,.filters-close:after,.search-close:before,.search-close:after,.phones-close:after,.phones-close:before,.insta-popup__close:before,.insta-popup__close:after {
    position:absolute;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    content:""
}

#pp-pr-cur {
    font-weight:600
}

.search-close {
    background:#359229;
    position:absolute;
    top:0;
    right:-72px;
    cursor:pointer;
    width:70px;
    height:70px
}

.header-menu-close:before,.header-menu-close:after,.search-close:before,.search-close:after {
    background:#fff;
    width:20px;
    height:2px
}

.filters-close:before,.filters-close:after,.phones-close:after,.phones-close:before,.insta-popup__close:before,.insta-popup__close:after {
    background:#000;
    width:15px;
    height:1px
}

.header-menu-close:before,.filters-close:before,.search-close:before,.phones-close:before,.insta-popup__close:before {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}

.header-menu-close:after,.filters-close:after,.search-close:after,.phones-close:after,.insta-popup__close:after {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}

.ec-form {
    display:none
}

.form-msg {
    display:block;
    border:1px solid #ddd;
    border-radius:3px;
    padding:13px 16px 13px 16px;
    width:100%;
    margin-top:16px
}

.form-text {
    display:block;
    border:1px solid #ddd;
    border-radius:3px;
    height:150px;
    padding:13px 16px 13px 16px;
    width:100%;
    margin-top:16px;
    resize:none
}

.btn-submit {
    border:1px solid #ddd;
    border-radius:3px;
    background:#fff;
    color:#359229;
    margin-top:16px;
    padding:13px 55px 13px 30px;
    width:100%
}

.mag-form-intro p {
    color:#fff
}

.main-center-filters_check .form-group .input-sm:first-child {
    margin-left:11px;
    margin-bottom:10px
}

.main-center-filters_check .form-group .input-sm:nth-child(2) {
    margin-left:10px;
    margin-bottom:10px
}

.main-center-filters_check .form-group .input-sm {
    width:100px;
    vertical-align:baseline
}

#sb-site #mse2_selected .mse2_selected_link em {
    margin-right:5px
}

#sb-site #mse2_selected .mse2_selected_link {
    position:relative;
    margin-right:8px
}

#sb-site #mse2_selected .mse2_selected_link sup {
    font-size:12px;
    position:absolute
}

.breadcrumbs li {
    display:inline-block;
    margin:0 5px
}

.breadcrumbs li:first-child {
    margin-left:0
}

.breadcrumbs {
    margin:18px 0 0 0;
    padding-bottom:9px;
    border-bottom:1px solid #eee;
    font-size:12px
}

.breadcrumbs .current {
    color:#359229
}

.title-category {
    padding-right:65px
}

.pagetitle,.title-category {
    color:#359229;
    font-size:20px;
    border-bottom:2px solid #359229;
    padding-bottom:14px;
    padding-top:14px;
    margin-bottom:10px
}

.pagetitle.project_title {
    color:#000;
    text-transform:uppercase
}

.main-inner-text p {
    padding-bottom:16px
}

.main-mse-limit {
    float:right
}

#mse2_limit {
    margin-left:10px
}

.main-inner-total h3 {
    margin-bottom:16px;
    float:right
}

#sb-site #mse2_selected_wrapper {
    min-height:0;
    margin:0
}

#sb-site #mse2_selected {
    margin:0 0 16px 0
}

#mse2_sort {
    margin-top:16px
}

#mse2_sort .sort {
    display:inline-block;
    margin-left:10px;
    font-weight:800;
    cursor:pointer
}

#mse2_sort .sort.active,#mse2_sort .sort.active span:after {
    color:#359229
}

#mse2_tpl {
    float:right;
    width:60px;
    height:54px
}

#mse2_tpl a {
    cursor:pointer;
    display:inline-block
}

#extended {
    width:24px;
    height:54px;
    background:url("../images/standart.svg") center center no-repeat
}

#reduced {
    margin-left:10px;
    width:14px;
    height:54px;
    background:url("../images/alternative.svg") center center no-repeat
}

#mse2_results {
    margin-top:16px
}

#mse2_results li,.product-preview {
    display:inline-block;
    vertical-align:top;
    width:32%;
    margin-right:1.3%;
    border:1px solid #ddd;
    margin-bottom:10px
}

#mse2_results li hr,.product-preview hr,.project-tabs_looked-list li hr {
    position:relative;
    border-top:2px solid #359229;
    top:-7px;
    margin:0
}

li.ms2_product,.product-preview {
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}

li.ms2_product:hover,.product-preview:hover {
    -ms-box-shadow:0 0 3px 1px rgba(0,0,0,.25);
    -webkit-box-shadow:0 0 4px 3px rgba(0,0,0,.5);
    -o-box-shadow:0 0 4px 3px rgba(0,0,0,.5);
    -moz-box-shadow:0 0 4px 3px rgba(0,0,0,.5);
    box-shadow:0 0 3px 1px rgba(0,0,0,.25)
}

#mse2_results li img {
    max-width:100%
}

.ms2_product_slider_thumb {
    position:relative;
}

#mse2_results li:nth-child(3n+3),.product-preview:nth-child(3n+3) {
    margin-right:0
}

.ms2_product_space {
    float:right;
    font-weight:800
}

.ms2_product_pagetitle,.ms2_product_price {
    position:relative;
    padding-bottom:6px;
    width:90%;
    height:60px;
    margin:0 auto 6px auto
}

.ms2_product_pagetitle {
    padding-top:6px;
    font-weight:800;
    color:#359229
}

.ms2_product_upper {
    text-transform:uppercase;
    font-weight:800
}

.ms2_project_price {
    float:right
}

.ms2_product_price:last-child {
    border-bottom:0
}

.ms2_project_price .discount {
    color:#359229
}

.reduced_char .ms2_product_pagetitle {
    border-bottom:0
}

.content-product img {
    max-width:100%
}

.product-properties {
    float:right;
    width:38%
}

.product-properties p {
    padding:6px;
    position:relative
}

.product-partner {
    font-size:14px;
    font-weight:800;
    color:#00f
}

.product-tabs_slider {
    width:60%;
    float:left;
    position:relative
}

.product-tabs_image {
    width:32%;
    margin-right:1.3%;
    float:left;
    margin-bottom:10px
}

.product-tabs_image:nth-child(3n+3) {
    margin-right:0
}

#sb-site .scaled img,#colorbox.scaled img,.fotorama.scaled .fotorama__wrap--css3 .fotorama__stage__frame img.fotorama__img,.fotorama.scaled img.fotorama__img {
    -moz-transform:scale(-1,1);
    -o-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    -webkit-transform:scale(-1,1);
    transform:scale(-1,1)
}

.product-tv-origin .origin_style,.mirror_style {
    display:none
}

.product-tv-origin .origin_style.active,.product-tv-origin .mirror_style.active {
    display:block
}

.product-tabs_nav li {
    display:inline-block;
    vertical-align:baseline;
    padding:2px 12px 0 12px;
    margin-bottom:12px;
    font-size:16px
}

.product-tabs_nav li:first-child,.product-tabs_origin_nav li:first-child {
    padding-left:0
}

.product-tabs_nav li.active,.product-tabs_origin_nav li.active {
    color:#359229
}

.product-tabs_origin_nav {
    margin:20px 0 8px 0
}

.product-tabs_origin_nav li {
    display:inline-block
}

.product-tabs_origin_nav li a {
    background:#ebebeb;
    padding:0 6px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
    border-bottom:2px solid #ddd
}

.product-tabs_origin_nav {
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    line-height:1em
}

.product-tabs_origin_nav li.active a {
    background:#fff;
    border-bottom-color:#fff
}

.product-tabs_content {
    width:60%;
    float:left;
    margin-top:36px
}

.product-tv-origin {
    padding:16px 0;
    display:none
}

.product-tv-origin.active {
    display:block
}

.product-properties_name {
    display:inline-block;
    width:48%;
    margin-right:1%
}

.product-properties_desc p:nth-child(2n+2) {
    background:#fcfcfc
}

.product-properties_desc {
    border:1px solid #ebebeb
}

.product-calculate,.product-price_build {
    border-top:1px solid #ebebeb;
    padding:18px 6px 6px 6px
}

.product-price_name {
    display:block;
    font-size:20px;
    font-weight:800
}

.product-price_value {
    display:block;
    color:#359229;
    font-weight:800;
    padding-right:10px
}

.text-color {
    color:#359229
}

.product-calculate-title {
    font-weight:800;
    text-decoration:underline;
    font-size:16px;
    padding-bottom:12px
}

.product-calculate .form-group {
    padding-bottom:6px;
    min-height:45px
}

.product-order {
    text-align:center;
    margin-top:16px
}

.product-calculate input[type="checkbox"] {
    display:none
}

.product-calculate label.option-value {
    display:block;
    cursor:pointer;
    position:relative;
    padding-left:35px;
    font-size:16px;
    vertical-align:top
}

.product-calculate label.option-value:before {
    border-radius:3px;
    content:"";
    display:inline-block;
    vertical-align:top;
    width:30px;
    height:30px;
    margin-right:10px;
    position:absolute;
    left:0;
    top:0;
    background-color:#fff;
    box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.3),0px 1px 1px 0 rgba(255,255,255,.8);
    border:1px solid rgba(0,0,0,.1)
}

input[type="checkbox"]:checked+label.option-value:before {
    content:"✓";
    text-shadow:1px 1px 1px rgba(0,0,0,.2);
    font-size:30px;
    color:#fff;
    text-align:center;
    line-height:30px;
    background-color:#359229
}

label[for="add_project_0"]:before {
    opacity:.4
}

.option-value_name {
    font-size:18px;
    line-height:28px;
    padding-left:10px;
    float:left;
    display:inline-block;
    vertical-align:top
}

label.option-value .text-bold {
    display:block;
    float:right;
    vertical-align:top;
    padding:0 10px;
    font-size:25px;
    color:#000
}

.error_name,.error_phone,.error_email,.error_text {
    position:absolute;
    font-size:12px
}

form[name="email_question"] {
    position:relative
}

.product-order_btn,.btn.submit,.product-order_btn2 {
    border:0;
    border:2px solid transparent;
    cursor:pointer;
    display:block;
    text-align:center;
    margin:0 auto 16px auto;
    padding:10px 24px;
    font-size:18px;
    background:#359229;
    color:#fff;
    border-radius:3px;
    box-shadow:2px 2px 2px #ccc
}

.product-order_btn:hover,.btn.submit:hover {
    background:#ea791b;
    border-color:#ea791b
}

.product-order_btn2 {
    font-size:24px;
    padding:13px 24px
}

#comment-editor {
    resize:none
}

.content-pages_img img {
    max-width:100%
}

.content-pages_img {
    margin-bottom:10px;
    text-align:center
}

.content-pages p,.content-pages ul {
    margin-bottom:12px
}

.content-pages ol {
    list-style-position:inside
}

.content-pages {
    font-size:18px
}

.content-pages a,.main-inner-text a,.main-center_add-text a,#desc_origin a {
    color:#00f
}

.content-pages a:hover,.main-inner-text a:hover,.main-center_add-text a:hover,#desc_origin a:hover {
    color:#000097
}

.content-pages ul li {
    position:relative;
    list-style: circle;
    margin-left:20px;
}

.btn.preview,.btn.submit {
    font-size:15px;
    border:0;
    border:2px solid #359229;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    margin:0 30px 16px auto;
    padding:8px 24px;
    color:#000;
    background:#fff;
    border-radius:3px;
    box-shadow:2px 2px 2px #ccc
}

.btn.submit {
    background:#359229
}

.product-banner {
    margin-top:22px
}

#comment-form .form-control {
    width:100%;
    border:1px solid #ddd;
    border-radius:3px;
    padding:13px 16px 13px 16px;
    margin-top:10px
}

#markItUpComment-editor #comment-editor {
    width:100%;
    padding:5px 16px;
    font-size:15px
}

#comment-new-link {
    margin-top:16px
}

#comment-new-link a {
    font-size:16px;
    color:#359229
}

#sb-site #ticketForm .form-actions,#sb-site #comment-form .form-actions {
    border-top:0
}

.product_heating {
    display:inline-block;
    vertical-align:top;
    width:49%
}

.comment-reply {
    margin-top:20px;
    font-size:12px
}

.comment-reply a {
    margin-right:10px
}

.project-tabs_looked-list li {
    display:inline-block;
    vertical-align:top;
    width:23.8%;
    margin-right:1.3%;
    border-right:1px solid #eee;
    border-left:1px solid #eee;
    border-bottom:1px solid #eee
}

.project-tabs_looked-list li:nth-child(4) {
    margin-right:0
}

.ms2_product_slider_thumb img {
    max-width:100%
}

.project-tabs_looked-list li:nth-child(5) {
    margin-right:0
}

li.nav-consult-btn {
    margin-top:7px;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
    text-transform:uppercase;
    float:right;
    border:1px solid #ddd;
    border-radius:3px;
    padding:7px;
    line-height:15px;
    margin-right:0
}

/* ==================================================
   POPUPS / MODALS
   ================================================== */
.popup_bg,.app-info-bg {
    display:none;
    z-index:12;
    top:0;
    right:0;
    left:0;
    bottom:0;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(119,119,119,.7)
}

.popup_bg.show {
    display:block
}

.blur {
    filter:none !important;
    -webkit-filter:none !important;
    -moz-filter:none !important;
}

body.hidden {
    overflow:hidden;
    height:100%;
    position:fixed
}

.catalog-questions_btn {
    cursor:pointer;
    padding:10px 0;
    display:block;
    width:85%;
    border:0;
    background:#359229;
    color:#fff;
    font-size:16px
}

.catalog-questions_msg {
    margin-bottom:16px
}

.header-menu-phones {
    position:absolute;
    width:150px;
    font-size:18px;
    right:230px;
    top:-11px
}

.header-menu-phones a {
    display:block
}

.product-price_build {
    height:61px;
    padding-top:15px
}

.product-price_build .product-price_name {
    float:left;
    padding-right:10px;
    font-size:20px
}

.product-price_build .product-price_name.text-color,.product-price_build .product_heating {
    width:auto;
    float:right;
    font-size:25px
}

.product-tabs_social-btn {
    float:right
}

.header-nav-mobile.nav_mobile {
    display:none
}

#cat_acc {
    position:relative;
    padding-top:40px
}

#cat_acc li a {
    display:block
}

#cat_acc li {
    cursor:pointer
}

#cat_acc li.last {
    border-bottom:medium none
}

#cat_acc li ul li {
    border-bottom:medium none
}

#cat_acc li {
    list-style:outside none none;
    position:relative
}

#cat_acc li>a {
    display:block;
    position:relative;
    border-bottom:0
}

#cat_acc li.outer-list>a:after {
    content:"";
    background:url("../images/shape.svg") center center no-repeat;
    background-size:12px 8px;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:25px;
    height:25px
}

#cat_acc li>.acc {
    display:none
}

#cat_acc li:target>.acc {
    display:block
}

#cat_acc li ul li a {
    font-size:15px;
    padding-left:30px
}

#cat_acc li.outer-list .acc_link {
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:43px;
    border:0
}

.main-center-nav_mobile {
    display:none
}

.mse2_mfilter_title {
    display:none
}

.main-inner-text {
    margin-bottom:16px
}

.pagination li {
    display:table;
    float:left
}

.pagination li.disabled span {
    padding:7px 12px;
    vertical-align:middle;
    display:table-cell;
    border:2px solid rgba(239,64,35,.5);
    border-right:0
}

.pagination li a {
    padding:7px 12px;
    vertical-align:middle;
    display:table-cell;
    border:2px solid #359229;
    border-right:0
}

.svg-ft-1 {
    fill:#000;
    fill-opacity:1;
    fill-rule:evenodd;
    stroke:none
}

footer a {
    display:inline-block;
    vertical-align:top
}

footer a:hover .svg-ft-1 {
    fill:#359229
}

.flags {
    position:absolute;
    top:5px;
    z-index:7
}

.flags_new {
    left:5px;
    width:104px;
    background:url("../images/new_sticker_yelow.png") center center no-repeat;
    height:41px
}

.ms2_project_old_price {
    right:5px;
    width:68px;
    height:68px;
    background:url("../images/sale_sticker.png") center center no-repeat;
    color:#fff;
    display:table
}

.ms2_project_old_price .discount_size {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
    text-align:center;
    font-size:19px
}

.flags_popular {
    left:5px;
    width:104px;
    background:url("../images/hit_sticker_yelow.png") center center no-repeat;
    height:41px
}

.product-tabs_slider .ms2_project_old_price {
    top:50px
}

.discount_currency {
    font-size:12px
}

.pagination li.active a,.pagination li:hover a {
    background:#359229;
    color:#fff
}

.pagination li:last-child a,.pagination li:last-child span {
    border-right:2px solid #359229
}

.price-project_intro {
    position:relative
}

.price-project_old {
    position:absolute;
    top:-14px;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    font-size:14px;
    color:#a6a6a6;
    text-decoration:line-through
}

.main-center_add-text {
    clear:both;
    padding:30px 0
}

.main-center_add-text h2,.main-center_add-text h3,.main-center_add-text h4,.content-pages h2,.content-pages h3,.content-pages h4,#desc_origin h2,#desc_origin h3,#desc_origin h4 {
    color:#359229;
    font-size:20px;
    padding-bottom:14px
}

.main-center_add-text p,.main-center_add-text ol,.main-center_add-text ul,#desc_origin p,#desc_origin ul,#desc_origin ol {
    padding-bottom:14px
}

.main-center_add-text ul,#desc_origin ul {
    padding-left:15px;
    list-style-type:disc
}

.main-center_add-text ol,#desc_origin ol {
    padding-left:15px;
    list-style-type:decimal
}

.catalog-category-nav li,.main-center-nav_list li {
    font-weight:400
}

.project-info {
    position:relative;
    padding-right:20px
}

.project-info .project-info_icon {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background:url("../images/info.svg") top right no-repeat;
    background-size:15px 17px;
    width:15px;
    height:17px;
    cursor:pointer
}

.project-info_text {
    display:none;
    position:absolute;
    font-size:14px;
    width:200%;
    line-height:17px;
    right:-22px;
    background:rgba(116,116,116,1);
    color:#fff;
    padding:10px;
    border-radius:4px;
    z-index:10
}

.project-info_text:before {
    border:10px solid transparent;
    border-top:10px solid #747474;
    display:block;
    width:0;
    height:0;
    position:absolute;
    content:"";
    right:20px;
    bottom:-20px
}

.project-info_text.show {
    display:block
}

label.option-value .text-bold.project-info {
    padding-right:20px
}

label.option-value .text-bold.project-info .project-info_text {
    width:250%
}

.app-info-intro {
    padding:30px 20px
}

.app-info .header-menu-close:before,.app-info .header-menu-close:after {
    background:#359229
}

.app-info-title {
    text-align:center;
    font-size:20px;
    font-weight:600
}

.appstore,.googleplay {
    width:80%;
    margin:auto;
    margin-top:30px
}

.appstore a,.googleplay a {
    display:block
}

.social-groups {
    margin-left:9px
}

.dev-gp {
    margin-left:4px
}

.appstore a img,.googleplay a img {
    max-width:100%
}

.footer-nav-line {
    margin-top:10px
}

.app-info {
    background:#fff;
    top:0;
    right:0;
    left:0;
    display:none;
    min-height:auto;
    height:auto;
    height:400px;
    bottom:0;
    width:500px;
    margin:auto
}

#quick-order-form {
    bottom:0;
    overflow:auto;
    background:#fff;
    background:#f7f7f7;
    width:100%;
    right:-100%
}

#quick-order-form.show {
    right:0
}

#quick-order-form .header-menu-close:before,#quick-order-form .header-menu-close:after {
    background:#000
}

#quick-order-form p.quickorder_title {
    font-size:24px;
    color:#000;
    font-weight:600
}

#quick-order-form p.quickorder_title_var {
    margin-bottom:36px;
    color:#000
}

#quick-order-form .row {
    margin-bottom:36px
}

#quick-order-form p.order-form-title {
    color:#000;
    font-size:18px;
    margin-top:12px;
    font-weight:600
}

#quick-order-form .form-group label {
    margin-top:12px;
    display:block;
    position:relative
}

#quick-order-form .custom-label {
    padding-left:40px;
    cursor:pointer
}

#form-data-same {
    margin-left:20px;
    position:relative
}

#quick-order-form .form-group {
    display:inline-block;
    vertical-align:top;
    width:30%;
    margin-right:2%
}

#quick-order-form .form-group.last {
    margin-right:0
}

#quick-order-form .form-group.thin {
    width:21.9%
}

#quick-order-form .form-group.xs-thin {
    width:17.05%
}

#quick-order-form .row {
    background:#fff;
    padding:20px 20px 35px 20px;
    border:1px solid #ddd;
    border-radius:4px
}

#quick-order-form input[type="radio"],#quick-order-form input[type="checkbox"] {
    display:none
}

#quick-order-form .btn-submit {
    background:#359229;
    color:#fff
}

#quick-order-form .custom-radio {
    display:inline-block;
    position:absolute;
    left:0;
    top:-2px;
    bottom:0;
    width:25px;
    height:25px;
    border-radius:50%;
    border:1px solid #b8b8b8
}

#quick-order-form input:checked+.custom-radio {
    background:#fbeecf;
    border-color:#f2c732
}

#quick-order-form input:checked+.custom-radio:before {
    background:url("../images/check.png") center center no-repeat;
    width:11px;
    height:8px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    content:""
}

#quick-order-form .form-text {
    width:94.5%
}

#quick-order-form .form-agree-docs .form-group {
    width:47%
}

#quick-order-form .form-agree-docs .form-group a {
    text-decoration:underline;
    color:#00f
}

#quick-order-form .row.form-agree-docs {
    margin-bottom:0
}

.form-agree-docs_col {
    margin-top:16px
}

#project-order-discount,#project-order-price {
    font-weight:600
}

#quick-order-form .btn-submit:hover {
    background:#ef7964
}

#quick-order-form span.error {
    display:block;
    font-size:12px;
    color:#f00;
    position:absolute
}

.gallery-fancy__row {
    margin:20px 0
}

.gallery-fancy__row a {
    width:23%;
    display:inline-block;
    vertical-align:top;
    margin:0 5px 5px 0;
    border:1px solid #359229;
    box-shadow:0 0 20px rgba(0,0,0,.3)
}

.gallery-fancy__row a:hover {
    box-shadow:none
}

@media only screen and (max-width:1316px) {
    .main-center-nav_list li a {
    padding-right:13px
}

.main-center-nav_list li {
    margin-right:13px
}

.main-center-nav_list li.last {
    margin-right:0
}


}

@media only screen and (max-width:1294px) {
    .project-tabs_looked-list li {
    margin-right:1.2%
}


}

@media only screen and (max-width:1280px) {
    .nav-main-sub li a,.nav-main-commerce li a {
    padding:8px 12px
}

.main-center-nav_list li a {
    padding-right:10px
}

.main-center-nav_list li {
    margin-right:10px
}

.main-center-filters_item {
    width:16.9502%
}

.product-price_build .product-price_name {
    font-size:18px
}

.product-price_build .product-price_name.text-color,.product-price_build .product_heating {
    font-size:21px
}


}

@media only screen and (max-width:1307px) {
    .option-value_name {
    font-size:16px
}

.product-price_name {
    font-size:17px
}

label.option-value .text-bold {
    font-size:22px
}


}

@media only screen and (max-width:1232px) {
    .main-center-nav_list li a {
    font-size:14px
}

.nav-main-sub li a,.nav-main-commerce li a {
    font-size:14px
}

#mse2_results li,.product-preview {
    margin-right:1.4%
}


}

@media only screen and (max-width:1226px) {
    .header-slogan span {
    font-size:19px
}

.header-slogan {
    width:420px
}

.main-center-adv_flex>div {
    padding:14px 5px 14px 46px
}

.main-center-adv_flex>div:before {
    left:10px
}

label.option-value .text-bold {
    font-size:22px
}

.header-menu-phones {
    width:140px;
    right:225px
}


}

@media only screen and (max-width:1196px) {
    .option-value_name {
    font-size:15px;
    padding-left:0
}

label.option-value .text-bold {
    font-size:20px
}

input[type="checkbox"]:checked+label.option-value:before {
    font-size:25px;
    line-height:25px
}

.product-calculate label.option-value:before {
    width:25px;
    height:25px
}


}

@media only screen and (max-width:1129px) {
    .slide-intro-cell {
    width:0
}

.container {
    width:95%
}


}

@media only screen and (max-width:1073px) {
    .product-price_build .product-price_name {
    font-size:17px
}

.product-price_build .product-price_name.text-color,.product-price_build .product_heating {
    font-size:20px
}


}

@media only screen and (max-width:1062px) {
    .main-center-filters_item h4,.main-center-filters_btn {
    padding:4px 8px
}

.main-center-filters_item {
    width:17.9502%
}


}

@media only screen and (max-width:1045px) {
    label.option-value .text-bold {
    font-size:18px;
    line-height:25px
}

.project-info .project-info_icon {
    background-size:12px 14px;
    width:12px;
    height:14px
}


}

@media only screen and (max-width:1041px) {
    .main-center-nav_list li a {
    padding-right:8px
}

.main-center-nav_list li {
    margin-right:8px
}


}

@media only screen and (max-width:1025px) {
    label.option-value .text-bold {
    padding-left:0
}

.option-value_name {
    font-size:13px
}


}

@media only screen and (max-width:1010px) {
    .main-center-nav_list li a {
    font-size:13px
}

.header-slogan span {
    font-size:19px
}

.header-menu-phones {
    font-size:16px;
    width:125px;
    top:-9px
}

.catalog-btn a {
    padding-left:35px
}

.sb-slidebar.app-info.show {
    display:block;
    opacity:1;
    height:400px
}

.app-info-bg.show {
    display:block
}

body.app-info-open {
    overflow:hidden;
    height:100%;
    position:fixed
}


}

@media only screen and (max-width:990px) {
    .social-links__footer {
    display:block
}

.social-links__fixed {
    display:none
}

.main-center_add-text {
    padding:30px 20px
}

.content-pages_img img {
    max-width:100%
}

.product-tabs_origin_nav li {
    font-size:13px
}

.header-nav-mobile.nav_mobile {
    display:block
}

.header-nav-mobile.nav_desctop {
    display:none
}

.sb-slidebar-intro {
    position:fixed;
    z-index:14;
    width:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    overflow:hidden;
    display:none
}

.sb-slidebar-intro.show {
    display:block
}

.sb-slidebar.show {
    right:0;
    right:0;
    height:100%;
    opacity:1;
    width:50%;
    position:fixed;
    top:0;
    z-index:99;
    overflow-y:scroll
}

.main-center-nav_list,.sidebar-left {
    display:none
}

.main-center-nav_mobile {
    display:block
}

.main-center,.main-center-comments_pad {
    margin-left:0
}

.catalog-btn {
    width:100%;
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-direction:row;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:flex-start;
    -ms-align-items:flex-start;
    -webkit-align-items:flex-start
}

.catalog-btn a {
    width:auto;
    float:none;
    background:none;
    padding:10px 15px;
    border-right:0;
    color:#fff;
    line-height:27px
}

.main-center-nav {
    background:#359229;
    box-shadow:0 3px 3px rgba(0,0,0,.2);
    border-bottom:0
}

.main-center-filters form:after {
    display:none
}

.main-center-filters form {
    top:0
}

.header-menu-icons {
    right:0
}

.main .container {
    padding:0
}

.container {
    width:100%
}

.main-center-tabs,.main-center-news {
    padding:0 15px
}

.main-center-comments_pad,.breadcrumbs,.main-inner-content,.content-pages,.content-product {
    padding-left:15px;
    padding-right:15px
}

.header-search {
    right:212px
}

.header-search.visible {
    width:calc(100% - 212px)
}

.main-center-filters form {
    padding:20px 15px 18px 15px
}

.main-center-filters_item {
    width:20.85%
}

.footer-nav {
    font-size:15px
}

#pdopage {
    padding-left:0;
    padding-right:0
}


}

@media only screen and (max-width:917px) {
    .header-slogan span {
    position:absolute;
    width:230px;
    top:-10px
}


}

@media only screen and (max-width:990px) {
    .department-worker {
    width:calc(33.33% - 30px)
}


}

@media only screen and (max-width:884px) {
    .project-tabs_looked-list li {
    width:48%;
    margin-right:1.2%
}

.project-tabs_looked-list li:nth-child(2) {
    margin-right:0
}

.footer-copyright {
    display:block
}

.footer-nav {
    display:block
}

.footer-nav li {
    float:left;
    width:33.3%;
    margin-bottom:30px
}

.slide-info {
    width:100%
}

.slide-title {
    font-size:19px;
    padding-left:15px;
    margin-bottom:10px;
    width:100%
}

.slide-link {
    margin-left:15px
}


}

@media only screen and (max-width:846px) {
    .product-banner {
    display:none
}


}

@media only screen and (max-width:840px) {
    .main-center-filters_item {
    width:17.85%
}


}

@media only screen and (max-width:834px) {
    .product-tabs_origin_nav li a {
    font-size:10px
}


}

@media only screen and (max-width:852px) {
    #quick-order-form .form-group {
    width:100%;
    display:block;
    margin-bottom:36px
}

#quick-order-form .form-group.thin {
    width:47%;
    display:inline-block;
    margin-bottom:0
}

#quick-order-form .form-group.xs-thin {
    width:47%;
    display:inline-block;
    margin-bottom:0
}

#quick-order-form .form-agree-docs .form-group {
    width:100%;
    margin-bottom:0
}

#form-data-same {
    display:block;
    margin-top:20px
}


}

@media only screen and (max-width:782px) {
    .header-search.visible {
    width:calc(100% - 142px)
}

.header-search {
    right:142px
}

.header-menu-icons {
    width:140px
}

.header-phones-btn {
    display:none
}

.header-menu-btn {
    border-left:0
}

.header-menu-phones {
    right:150px
}

.header-slogan {
    width:230px
}

.header-slogan span {
    font-size:17px
}


}

@media only screen and (max-width:752px) {
    .product-tabs_slider,.product-tabs_content {
    width:55%
}

.product-properties {
    width:43%
}


}

@media only screen and (max-width:688px) {
    .footer-copyright {
    display:block;
    text-align:center
}

.footer-copyright p {
    margin-bottom:10px
}

.catalog-btn a:nth-child(4),.catalog-btn a:nth-child(5) {
    display:none
}

#mse2_results li,.product-preview {
    width:48.5%;
    margin-right:2%
}

#mse2_results li:nth-child(3n+3),.product-preview:nth-child(3n+3) {
    margin-right:2%
}

#mse2_results li:nth-child(2n+2),.product-preview:nth-child(2n+2) {
    margin-right:0
}

.footer-nav {
    display:block
}

.footer-nav li {
    float:left;
    width:49.5%;
    margin-bottom:30px
}

.footer-nav li:nth-child(2),.footer-nav li:nth-child(4) {
    text-align:right
}

.footer-copyright {
    clear:both
}

.social-icons {
    width:100%;
    background-position:center right
}

.mse2_mfilter_title {
    background:#383838;
    color:#fff;
    font-size:16px;
    padding:10px;
    text-align:center;
    display:block
}

.main-center-filters {
    display:none
}

.main-center-filters.mobile {
    display:block
}

.slide-intro {
    display:none
}

.slide-intro-cell {
    padding-left:15%
}

.main-center-filters_item h4,.main-center-filters_btn {
    padding:10px 12px
}

.main-center-filters form {
    padding-top:0;
    display:block
}

#mse2_calculate_price_wrap,.main-center-filters_item {
    width:80%;
    margin:0 auto 15px auto
}

.main-center-filters_btn {
    width:80%;
    margin:auto;
    text-align:center
}

.main-center-filters_check {
    width:100%;
    top:48px
}

#mse2_calculate_parent_wrap .main-center-filters_check,#mse2_calculate_tags_wrap .main-center-filters_check {
    width:100%
}

.main-inner-total h3 {
    float:none
}

.product-tabs_slider,.product-properties,.product-tabs_content {
    float:none;
    width:100%
}


}

@media only screen and (max-width:632px) {
    header {
    margin-bottom:60px
}

.header-slogan span {
    top:55px;
    left:15px
}

.header-menu-phones {
    top:55px;
    right:7px
}

.sb-slidebar.show {
    width:85%
}

.main-center-news_bg {
    display:block;
    width:100%;
    text-align:center
}

.main-center-news_text {
    display:block;
    width:100%
}

.main-center-news_item hr {
    width:100%
}

.main-center-news_date,.main-center-news_item hr {
    left:0
}

.flags_new,.flags_popular {
    width:70px;
    background:url("../images/new_sticker_yelow.png") center center no-repeat;
    background-size:contain;
    height:30px
}

.ms2_project_old_price {
    width:40px;
    height:40px;
    background:url("../images/sale_sticker.png") center center no-repeat;
    background-size:contain;
    line-height:30px
}

.ms2_project_old_price .discount_size {
    font-size:12px
}


}

@media only screen and (max-width:610px) {
    .department-worker {
    width:calc(50% - 30px)
}


}

@media only screen and (max-width:596px) {
    #mse2_results li,.product-preview {
    margin-right:1.8%
}


}

@media only screen and (max-width:594px) {
    .gallery-fancy__row a {
    width:48%
}

#mse2_results li,.product-preview {
    margin-right:1.7%
}

.main-center-adv,.main-center-comments,.news_index {
    display:none
}

.main-center-tabs {
    padding-top:30px
}


}

@media only screen and (max-width:546px) {
    #mse2_sort {
    font-size:13px
}

#quick-order-form .form-group.thin {
    width:100%;
    display:inline-block;
    margin-bottom:0
}

#quick-order-form .form-group.xs-thin {
    width:100%;
    display:inline-block;
    margin-bottom:0
}


}

@media only screen and (max-width:500px) {
    #mse2_results li,.product-preview {
    margin-right:4px;
    width:calc(100% - 4px)
}

#mse2_results li:nth-child(3n+3),.product-preview:nth-child(3n+3) {
    margin-right:4px
}

#mse2_results li .ms2_project_price,.product-preview .ms2_project_price,#mse2_results li .text-bold,.product-preview .text-bold {
    font-size:12px;
    margin-bottom:0
}

.main-center-tabs_nav li,.main-center-tabs_2 li {
    margin-right:20px
}

.project-tabs_looked-list li {
    width:100%;
    margin-right:0
}

.app-info {
    width:280px;
    height:300px
}

.sb-slidebar.app-info.show {
    height:377px
}


}

@media only screen and (max-width:459px) {
    .product-tabs_origin_nav li.active a {
    border-bottom-color:#ddd
}

.product-tabs_origin_nav li a {
    font-size:15px
}

.product-tabs_origin_nav li {
    margin-bottom:20px
}

#quick-order-form p.quickorder_title {
    font-size:20px
}


}

@media only screen and (max-width:450px) {
    .department-worker {
    width:100%;
    margin-left:0;
    margin-right:0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    text-align:left;
    padding-bottom:15px
}

.department-staff {
    margin-left:0;
    margin-right:0
}

.worker-text {
    width:calc(70% - 20px)
}

.worker-photo {
    width:30%;
    margin-right:20px
}

.worker-contacts {
    position:static;
    padding:0
}

.worker-name {
    font-size:16px
}

.worker-position {
    color:#b5b5b5;
    font-size:14px
}

.worker-intro {
    color:#333;
    font-size:12px
}


}

@media only screen and (max-width:432px) {
    .mse2_sort_title {
    display:block
}

#mse2_sort .sort {
    margin-left:0;
    margin-right:10px;
    margin-top:10px
}


}

@media only screen and (max-width:406px) {
    .footer-fl_right {
    float:none
}

.main-center-tabs_nav li:nth-child(2),.main-center-tabs_2 li:nth-child(2) {
    margin-right:0
}

.main-center-tabs_nav li,.main-center-tabs_2 li {
    font-size:16px
}

.catalog-btn a {
    font-size:16px
}

.header-slogan span {
    font-size:13px;
    top:55px
}

.footer-nav li {
    float:none;
    display:block;
    width:100%;
    text-align:center;
    margin-bottom:10px
}

.footer-nav li:nth-child(2),.footer-nav li:nth-child(4),.footer-copyright {
    text-align:center
}

.footer-copyright {
    margin-top:10px
}

.social-icons {
    background-position:center center
}

footer .container {
    padding:20px 0
}

#mse2_calculate_price_wrap,.main-center-filters_item,.main-center-filters_btn {
    width:100%
}

.header-slogan span,.header-slogan {
    width:160px
}

.product-tabs_social-btn {
    display:none
}

.product-price_build .product-price_name.text-color,.product-price_build .product_heating {
    font-size:20px
}

label.option-value .text-bold {
    font-size:18px
}

.header-nav-mobile,.mag-form-intro {
    padding:10px
}


}

@media only screen and (max-width:366px) {
    #mse2_results li,.product-preview {
    margin-right:0;
    width:100%;
    margin:0
}


}

@media only screen and (max-width:345px) {
    .footer-nav-line {
    margin-top:0
}

.flex-direction-nav {
    display:none
}

.flex-control-nav {
    bottom:0
}

.sb-slidebar.show {
    width:95%
}

.main-center-tabs_nav li,.main-center-tabs_2 li {
    font-size:14px;
    margin-right:10px
}

#mse2_sort .sort {
    display:inline-block;
    vertical-align:top
}


}

@media only screen and (max-width:328px) {
    .catalog-btn a {
    font-size:14px
}


}

@media only screen and (max-width:308px) {
    .product-price_build .product-price_name.text-color,.product-price_build .product_heating {
    font-size:18px
}

label.option-value .text-bold {
    font-size:16px
}

.catalog-btn a {
    font-size:13px
}

.header-menu-phones {
    font-size:15px;
    right:0
}

.product-tabs_origin_nav li a {
    font-size:13px
}


}

.ct-rlt-link {
    color:#00f
}

.calc-form {
    overflow:hidden
}

.h2 {
    color:#359229;
    font-size:20px;
    padding-bottom:14px
}

.calc-line {
    margin-left:-20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width:1220px
}

.calc-line:before,.calc-line:after {
    content:" ";
    display:table;
    width:100%
}

.calc-line:after {
    clear:both
}

.calc-label {
    width:20%;
    padding-left:20px;
    float:left;
    text-align:center;
    margin-bottom:20px;
    display:flex;
    flex-direction:column
}

.calc-label>label {
    margin-bottom:auto
}

.calc-checkbox {
    display:none
}

.calc-checked {
    display:inline-block;
    width:55px;
    height:55px;
    border:4px solid #383838;
    cursor:pointer;
    position:relative
}

.calc-checked:before {
    content:"✓";
    width:55px;
    height:55px;
    position:absolute;
    left:-4px;
    top:-4px;
    opacity:0;
    text-align:center;
    font-family:Arial,sans-serif;
    font-size:44px;
    line-height:55px
}

.calc-checkbox:checked+.calc-checked:before {
    opacity:1
}

.calc-checked-name {
    font-size:16px;
    margin-top:15px;
    display:block
}

.calc-project-link {
    margin-top:auto;
    width:100%;
    border:1px solid #fff;
    text-align:center;
    color:#fff !important;
    padding:15px 30px 13px;
    font-size:16px;
    font-weight:bold;
    background:#359229;
    cursor:pointer;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    display:inline-block;
    vertical-align:top
}

.calc-project-link:hover {
    -webkit-box-shadow:inset 0 0 10px 30px #fff;
    box-shadow:inset 0 0 10px 30px #fff;
    color:#359229 !important;
    text-decoration:none;
    border-color:#359229
}

.calc-line__1-3 {
    float:left;
    width:33.3333%;
    padding-left:20px;
    margin-bottom:20px;
    display:flex;
    flex-direction:column;
    flex-grow:1
}

.calc-line__1-3 input {
    height:49px;
    margin-top:auto;
    padding:0 15px
}

.calc-form {
    overflow:hidden
}

.calc-download {
    display:inline-block;
    margin-top:15px;
    position:relative;
    font-size:16px
}

input:disabled {
    background-color:#ebebe4 !important;
    -webkit-text-fill-color:#646464;
    -webkit-opacity:1
}

#order-project {
    width:100%;
    max-width:400px;
    padding:20px 30px 30px
}

.modal-head {
    font-size:18px;
    margin-top:0;
    text-align:center;
    text-transform:uppercase
}

.input-wrap {
    margin-bottom:10px
}

.input-wrap input {
    border:1px solid #c3cede;
    padding:0 15px;
    height:36px;
    color:#646464;
    font-size:16px;
    width:100%
}

.button-submit {
    border:2px solid #359229;
    text-align:center;
    color:#359229;
    padding:15px 10px 13px;
    font-size:16px;
    font-weight:bold;
    background:#fff;
    cursor:pointer;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    display:block;
    width:100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-appearance:none
}

.button-submit:hover {
    -webkit-box-shadow:inset 0 0 10px 30px #359229;
    box-shadow:inset 0 0 10px 30px #359229;
    color:#fff;
    text-decoration:none
}

.popap-call-back textarea {
    padding:10px 15px;
    width:100%;
    border:1px solid #c3cede;
    height:120px;
    font-size:16px
}

@media screen and (max-width:640px) {
    .calc-label {
    width:50%
}

.calc-line__1-3 {
    width:100%
}


}

#colorbox,#cboxOverlay,#cboxWrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden
}

#cboxOverlay {
    position:fixed;
    width:100%;
    height:100%
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear:left
}

#cboxContent {
    position:relative
}

#cboxLoadedContent {
    overflow:auto;
    -webkit-overflow-scrolling:touch
}

#cboxTitle {
    margin:0
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor:pointer
}

.cboxPhoto {
    float:left;
    margin:auto;
    border:0;
    display:block;
    max-width:none;
    -ms-interpolation-mode:bicubic
}

.cboxIframe {
    width:100%;
    height:100%;
    display:block;
    border:0
}

#colorbox,#cboxContent,#cboxLoadedContent {
    box-sizing:content-box
}

#cboxOverlay {
    background:url("/assets/templates/css../images/overlay.png") repeat
}

#colorbox {
    outline:0
}

#cboxContent {
    margin-top:32px;
    overflow:visible;
    background:#000
}

.cboxIframe {
    background:#fff
}

#cboxError {
    padding:50px;
    border:1px solid #ccc
}

#cboxLoadedContent {
    background:#000;
    padding:1px
}

#cboxLoadingGraphic {
    background:url("/assets/templates/css../images/loading.gif") no-repeat center center
}

#cboxLoadingOverlay {
    background:#000
}

#cboxTitle {
    position:absolute;
    top:-22px;
    left:0;
    color:#000
}

#cboxCurrent {
    position:absolute;
    top:-22px;
    right:205px;
    text-indent:-9999px
}

#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose {
    border:0;
    padding:0;
    margin:0;
    overflow:visible;
    text-indent:-9999px;
    width:20px;
    height:20px;
    position:absolute;
    top:-20px;
    background:url("/assets/templates/css../images/controls.png") no-repeat 0 0
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
    outline:0
}

#cboxPrevious {
    background-position:0 0;
    right:44px
}

#cboxPrevious:hover {
    background-position:0 -25px
}

#cboxNext {
    background-position:-25px 0;
    right:22px
}

#cboxNext:hover {
    background-position:-25px -25px
}

#cboxClose {
    background-position:-50px 0;
    right:0
}

#cboxClose:hover {
    background-position:-50px -25px
}

.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious {
    right:66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position:-75px -25px;
    right:44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position:-100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position:-100px 0;
    right:44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position:-75px -25px
}

@font-face {
    font-family:"flexslider-icon";
    src:url("../fonts/flexslider-icon.eot");
    src:url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),url("../fonts/flexslider-icon.woff") format("woff"),url("../fonts/flexslider-icon.ttf") format("truetype"),url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight:normal;
    font-display:swap;
    font-style:normal
}

.flex-container a:hover,.flex-slider a:hover {
    outline:0
}

.slides,.slides>li,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none
}

.flex-pauseplay span {
    text-transform:capitalize
}

.flexslider {
    margin:0;
    padding:0
}

.flexslider .slides>li {
    max-height:494px;
    display:none;
    -webkit-backface-visibility:hidden
}

.flexslider .slides img {
    width:100%;
    display:block
}

.flexslider .slides:after {
    content:" ";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

html[xmlns] .flexslider .slides {
    display:block
}

* html .flexslider .slides {
    height:1%
}

.no-js .flexslider .slides>li:first-child {
    display:block
}

.flexslider {
    position:relative;
    zoom:1;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:"" 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow:"" 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow:"" 0 1px 4px rgba(0,0,0,.2);
    box-shadow:"" 0 1px 4px rgba(0,0,0,.2)
}

.flexslider .slides {
    zoom:1
}

.flexslider .slides img {
    height:auto;
    -moz-user-select:none
}

.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease
}

.loading .flex-viewport {
    max-height:300px
}

.carousel li {
    margin-right:5px
}

.flex-direction-nav a {
    text-decoration:none;
    display:block;
    width:40px;
    height:40px;
    margin:-20px 0 0;
    position:absolute;
    top:50%;
    z-index:10;
    overflow:hidden;
    opacity:0;
    cursor:pointer;
    color:rgba(0,0,0,.8);
    text-shadow:1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family:"flexslider-icon";
    font-size:35px;
    display:inline-block;
    content:"";
    color:rgba(255,255,255,.8);
    text-shadow:1px 1px 0 rgba(255,255,255,.3)
}

.flex-direction-nav a.flex-next:before {
    content:""
}

.flex-direction-nav .flex-prev {
    left:10px
}

.flex-direction-nav .flex-next {
    right:10px;
    text-align:right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity:.7;
    left:10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity:1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity:.7;
    right:10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity:1
}

.flex-direction-nav .flex-disabled {
    opacity:0 !important;
    filter:alpha(opacity=0);
    cursor:default;
    z-index:-1
}

.flex-pauseplay a {
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    bottom:5px;
    left:10px;
    opacity:.8;
    z-index:10;
    overflow:hidden;
    cursor:pointer;
    color:#000
}

.flex-pauseplay a:before {
    font-family:"flexslider-icon";
    font-size:20px;
    display:inline-block;
    content:""
}

.flex-pauseplay a:hover {
    opacity:1
}

.flex-pauseplay a.flex-play:before {
    content:""
}

.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:18px;
    text-align:center
}

.flex-control-nav li {
    margin:0 6px;
    display:inline-block;
    zoom:1
}

.flex-control-paging li a {
    width:11px;
    height:11px;
    display:block;
    background:rgba(255,255,255,.7);
    cursor:pointer;
    text-indent:-9999px;
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px
}

.flex-control-paging li a:hover {
    background:rgba(255,255,255,1)
}

.flex-control-paging li a.flex-active {
    background:#359229;
    cursor:default
}

.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden
}

.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0
}

.flex-control-thumbs img {
    width:100%;
    height:auto;
    display:block;
    opacity:.7;
    cursor:pointer;
    -moz-user-select:none;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease
}

.flex-control-thumbs img:hover {
    opacity:1
}

.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
    opacity:1;
    left:10px
}

.flex-direction-nav .flex-next {
    opacity:1;
    right:10px
}


}

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    bottom:0
}

.fotorama--fullscreen,.fotorama__img {
    max-width:99999px !important;
    max-height:99999px !important;
    min-width:0 !important;
    min-height:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    padding:0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}

.fotorama__grabbing * {
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:-o-grabbing;
    cursor:-ms-grabbing;
    cursor:grabbing
}

.fotorama__spinner {
    position:absolute !important;
    top:50% !important;
    left:50% !important
}

.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}

.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}

.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame {
    outline:0
}

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after {
    content:"";
    border-radius:inherit;
    background-color:rgba(0,175,234,.5)
}

.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform:none !important;
    transform:none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property:-webkit-transform,width;
    transition-property:transform,width;
    transition-timing-function:cubic-bezier(.1,0,.25,1);
    transition-duration:0ms
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.fotorama__select {
    -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text
}

.fotorama__nav,.fotorama__nav__frame {
    margin:auto;
    padding:0
}

.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft {
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle
}

.fotorama__nav__frame,.fotorama__thumb-border {
    box-sizing:content-box
}

.fotorama__caption__wrap {
    box-sizing:border-box
}

.fotorama--hidden,.fotorama__load {
    position:absolute;
    left:-99999px;
    top:-99999px;
    z-index:-1
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play {
    -webkit-tap-highlight-color:transparent
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
    background:url("/assets/templates/css/fotorama.png") no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx) {
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
    background:url("/assets/templates/css/fotorama@2x.png") 0 0/96px 160px no-repeat
}


}

.fotorama__thumb {
    background-color:#7f7f7f;
    background-color:rgba(127,127,127,.2)
}

@media print {
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play {
    background:none !important
}


}

.fotorama {
    min-width:1px;
    overflow:hidden
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display:none
}

.fullscreen {
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:#000
}

.fotorama--fullscreen {
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    float:none !important;
    z-index:2147483647 !important;
    background:#000;
    width:100% !important;
    height:100% !important;
    margin:0 !important
}

.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage {
    background:#000
}

.fotorama__wrap {
    -webkit-text-size-adjust:100%;
    position:relative;
    direction:ltr;
    z-index:0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction:rtl
}

.fotorama__nav,.fotorama__stage {
    overflow:hidden;
    position:relative;
    max-width:100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action:pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor:pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity:1 !important
}

.fotorama__stage__frame {
    overflow:hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index:8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display:none
}

.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display:block;
    left:0;
    top:0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index:8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index:7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index:9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display:none
}

.fotorama__img {
    -ms-filter:"alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    border:0 !important
}

.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img {
    -ms-filter:"alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full {
    display:none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display:block
}

.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage {
    max-width:99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility:hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility:visible
}

.fotorama__nav {
    font-size:0;
    line-height:0;
    text-align:left;
    display:none;
    white-space:nowrap;
    z-index:5
}

.fotorama__nav__shaft {
    position:relative;
    left:0;
    top:0;
    text-align:left
}

.fotorama__nav__frame {
    position:relative;
    cursor:pointer
}

.fotorama__nav--dots {
    display:block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width:18px;
    height:30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border {
    display:none
}

.fotorama__nav--thumbs {
    display:block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left:0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right:0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display:none
}

.fotorama__dot {
    display:block;
    width:4px;
    height:4px;
    position:relative;
    top:12px;
    left:6px;
    border-radius:6px;
    border:1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding:1px;
    top:-1px;
    left:-1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width:0;
    height:0;
    border-width:3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding:3px;
    top:-3px;
    left:-3px
}

.fotorama__thumb {
    overflow:hidden;
    position:relative;
    width:100%;
    height:100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index:2
}

.fotorama__thumb-border {
    position:absolute;
    z-index:9;
    top:0;
    left:0;
    border-style:solid;
    border-color:#00afea;
    background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))
}

.fotorama__caption {
    position:absolute;
    z-index:12;
    bottom:0;
    left:0;
    right:0;
    font-family:"Helvetica Neue",Arial,sans-serif;
    font-size:14px;
    line-height:1.5;
    color:#000
}

.fotorama__caption a {
    text-decoration:none;
    color:#000;
    border-bottom:1px solid;
    border-color:rgba(0,0,0,.5)
}

.fotorama__caption a:hover {
    color:#333;
    border-color:rgba(51,51,51,.5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left:auto;
    right:0
}

.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption {
    display:none
}

.fotorama__caption__wrap {
    background-color:#fff;
    background-color:rgba(255,255,255,.9);
    padding:5px 10px
}

@-webkit-keyframes spinner {
    0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
}

100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
}


}

@keyframes spinner {
    0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
}

100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
}


}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation:spinner 24s infinite linear;
    animation:spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property:opacity;
    transition-timing-function:linear;
    transition-duration:.3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter:"alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0
}

.fotorama__select {
    cursor:auto
}

.fotorama__video {
    top:32px;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
    z-index:10
}

@-moz-document url-prefix() {
    .fotorama__active {
    box-shadow:0 0 0 transparent
}


}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
    position:absolute;
    z-index:11;
    cursor:pointer
}

.fotorama__arr {
    position:absolute;
    width:32px;
    height:32px;
    top:50%;
    margin-top:-16px
}

.fotorama__arr--prev {
    left:2px;
    background-position:0 0
}

.fotorama__arr--next {
    right:2px;
    background-position:-32px 0
}

.fotorama__arr--disabled {
    pointer-events:none;
    cursor:default;
    opacity:.1
}

.fotorama__fullscreen-icon {
    width:32px;
    height:32px;
    top:2px;
    right:2px;
    background-position:0 -32px;
    z-index:20
}

.fotorama__arr:focus,.fotorama__fullscreen-icon:focus {
    border-radius:50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position:-32px -32px
}

.fotorama__video-play {
    width:96px;
    height:96px;
    left:50%;
    top:50%;
    margin-left:-48px;
    margin-top:-48px;
    background-position:0 -64px;
    opacity:0
}

.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display:none
}

.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play {
    opacity:1;
    display:block
}

.fotorama__nav__frame .fotorama__video-play {
    width:32px;
    height:32px;
    margin-left:-16px;
    margin-top:-16px;
    background-position:-64px -32px
}

.fotorama__video-close {
    width:32px;
    height:32px;
    top:0;
    right:0;
    background-position:-64px 0;
    z-index:20;
    opacity:0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display:none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform:translate3d(32px,-32px,0);
    transform:translate3d(32px,-32px,0)
}

.fotorama__wrap--video .fotorama__video-close {
    display:block;
    opacity:1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity:0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity:1
}

.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity:0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display:none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display:block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display:none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform:translate3d(32px,-32px,0);
    transform:translate3d(32px,-32px,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform:translate3d(-48px,0,0);
    transform:translate3d(-48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform:translate3d(48px,0,0);
    transform:translate3d(48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform:translate3d(32px,-32px,0) !important;
    transform:translate3d(32px,-32px,0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform:translate3d(-48px,0,0) !important;
    transform:translate3d(-48px,0,0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform:translate3d(48px,0,0) !important;
    transform:translate3d(48px,0,0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property:-webkit-transform,opacity;
    transition-property:transform,opacity;
    transition-duration:.3s
}

.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before {
    content:"";
    display:block;
    position:absolute;
    text-decoration:none;
    top:0;
    bottom:0;
    width:10px;
    height:auto;
    z-index:10;
    pointer-events:none;
    background-repeat:no-repeat;
    background-size:1px 100%,5px 100%
}

.fotorama__nav:before,.fotorama__stage:before {
    background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);
    background-position:0 0,0 0;
    left:-10px
}

.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before {
    left:0
}

.fotorama__nav:after,.fotorama__stage:after {
    background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);
    background-position:100% 0,100% 0;
    right:-10px
}

.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after {
    right:0
}

.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before {
    display:none
}

.bold {
    font-weight:800
}

.italic {
    font-style:italic
}

.underline {
    text-decoration:underline
}

.linethrough {
    text-decoration:line-through
}

.justifyleft {
    text-align:left
}

.justifyright {
    text-align:right
}

.justifyfull {
    text-align:justify
}

.center {
    text-align:center
}

.indent {
    text-indent:1.5em
}

#sb-site .green {
    color:#0aa991
}

#sb-site .black {
    color:#000
}

#sb-site .white {
    color:#fff
}

#sb-site .orange {
    color:#f4be09
}

#sb-site .red {
    color:#f00
}

#sb-site .blue {
    color:#2579bf
}

#sb-site .non_indent {
    text-indent:0
}

.text-small {
    font-size:15px
}

.text-large {
    font-size:30px
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: fixed;
}

.jGrowl.top-left {
    left: 0;
    top: 0;
}

.jGrowl.top-right {
    right: 0;
    top: 0;
}

.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}

.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%;
}

.jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto;
}

.jGrowl-notification {
    background-color: #000;
    opacity: .9;
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 5px;
    min-height: 40px;
}

.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
}

.jGrowl-closer {
    background-color: #000;
    opacity: .9;
    zoom: 1;
    width: 250px;
    padding: 10px;
    margin: 10px;
    display: none;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center;
}

.jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

@media print {
    .jGrowl {
    display: none;
}


}

.catalog-questions_btn:hover {
    background: #ea791b;
}

.footer-policy {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
}

.footer-policy a {
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

.footer-policy a:hover {
    color: #f54f29;
}

/* ==================================================
   COOKIE BANNER
   ================================================== */
#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 900px;
    background: #fff;
    padding: 18px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-text {
    color:#333;
}

.cookie-text a {
    color:#f54f29;
    text-decoration:underline;
}

#cookie-accept {
    background:#f54f29;
    color:#fff;
    border:none;
    padding:10px 25px;
    border-radius:6px;
    cursor:pointer;
}

#cookie-accept:hover {
    opacity:.85;
}

@media(max-width:700px) {
    #cookie-banner {
    flex-direction:column;
    align-items:stretch;
    bottom:10px;
}

#cookie-accept {
    width:100%;
}

}

/* =========================
   MOBILE HEADER FIX
   ========================= */

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

    .header-slogan,
    .header-slogan span {
        display:none !important;
    }


    .header-logo {
        width:110px !important;
        height:55px !important;
    }


    .header-logo a {
        width:110px !important;
        height:50px !important;
    }


    .header-logo a:before {
        width:110px !important;
        height:50px !important;
        background-size:110px auto !important;
        top:0 !important;
    }


    .header-menu-phones {
        right:55px !important;
        top:12px !important;
        width:auto !important;
        font-size:14px !important;
        white-space:nowrap !important;
    }


    .header-menu-icons {
        right:0 !important;
        top:12px !important;
    }


    header {
        min-height:75px !important;
    }

}

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

header {
    min-height:55px !important;
    height:95px !important;
}

.header-logo {
    height:50px !important;
}

.header-menu-icons {
    top:15px !important;
}

}
