.main-inuts{
    display: none;
}
.grecaptcha-badge{
    display: none !important;
}
#bx-panel,
#bx-panel.bx-panel-fixed{
	z-index: 1000 !important;
}
.xdsoft_datetimepicker{
    z-index: 99999;
}
.btn-bgcolor-custom:hover{
    -webkit-transition: filter 1s;
    -o-transition: filter 1s;
    transition: filter 1s;
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    filter: grayscale(30%);
}
.parent-slider-item-js{
    opacity: 0;
}
.parent-slider-item-js.slider-init{
    opacity: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.hameleon-first .parent-slider-item-js,
.first-slider.parent-slider-item-js,
.tariff-flat.parent-slider-item-js{
    opacity: 1;
}
.tooltip{
    white-space: normal;
    width: auto;
}
.tooltip .tooltip-inner{
    max-width: 350px !important;
}
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-ms-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-o-keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*all style*/

.container{
    position: relative;
}
.col-xs-offset-four{
    margin-left: 20%;
}
.col-xs-offset-one{
    margin-left: 100%;
}
.col-xs-five{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
}
@media (min-width: 1200px){
    .col-lg-offset-four{
        margin-left: 37%;
    }
    .col-lg-offset-one{
        margin-left: 12%;
    }
    .col-lg-five{
        width: 20%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .col-md-offset-four{
        margin-left: 37%;
    }
    .col-md-offset-one{
        margin-left: 12%;
    }
    .col-md-five{
        width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .col-sm-offset-four{
        margin-left: 25%;
    }
    .col-sm-offset-one{
        margin-left: 37%;
    }
    .col-sm-five{
        width: 20%;
    }
    div.video-block .col-sm-offset-one{
        margin-left: 12%;
    }
    div.partners .col-sm-offset-one{
        margin-left: 12%;
    }
    div.partners .col-sm-offset-four{
        margin-left: 37%;
    }
}
body{
    height: 100%;
}
body{
    font-family: Arial;
    font-size: 16px;
    line-height: 21px;
    color: #181818;
    background: #fff;
    overflow-x: hidden;
}
body.modal-ios{
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bold{
    font-weight: bold;
}
.italic{
    font-family: Arial;
    font-style: italic;
}
/**/

.menu-open{
    overflow: hidden;
}
header.menu-open{
    overflow: visible;
}
/*preload*/

.xLoader{
    background: transparent;
    height: 1px;
    z-index: 9999;
}
.xLoader .google-spin-wrapper{
    display: none;
}
.xLoader .google-spin-wrapper.active{
    display: block;
    position: fixed;
    will-change: transform;
}
.xLoader.form-preload{
    position: relative;
}
.xLoader.form-preload .audio-wave{
    margin: 0 0 0 -25px;
    position: relative;
}
.opacity-zero{
    opacity: 0;
}
/**/

div.wrapper{
    position: relative;
    overflow: hidden;
}
div.wrapper .main-color-btn-light{

}
div.no-click-block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, .3);
}
div.no-click-block.on{
    display: block;
    position: fixed;
    will-change: transform;
    z-index: 1020;
}
div.no-click-block.double{
    display: block;
    position: fixed;
    will-change: transform;
    z-index: 1021;
    background: rgba(0, 0, 0, .7);
}
/**/

a.up{
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    width: 0;
}
a.up.on{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('images/upp.png') center no-repeat;
    z-index: 999;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    background-size: contain;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    position: fixed;
    will-change: transform;
    bottom: 20px;
    right: 20px;
    left: auto;
}
a{
    color: #2285c4;
    text-decoration: none;
}
a, a:active, a:hover, a:focus{
    color: #2285c4;
    cursor: pointer;
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}
a>span.bord{
    color: #1a8fe9;
    border-bottom: 1px solid #dedede;
    transition: border-bottom-color .7s;
    -webkit-transition: border-bottom-color .7s;
    -moz-transition: border-bottom-color .7s;
    -o-transition: border-bottom-color .7s;
}
a:hover>span.bord{
    border-bottom-color: #1a8fe9;
}
a>i{
    color: #7c7c7c;
    margin-left: 1px;
    margin-right: 4px;
}
a img{
    border: 0;
}
img{
    max-width: 100%;
    height: auto;
}
/**/

a.close, body:last-child .blueimp-gallery>.play-pause{
    border-bottom: 0;
}
.blueimp-gallery{
    position: absolute;
}
.blueimp-gallery.blueimp-gallery-display{
    position: fixed;
    will-change: transform;
}
.blueimp-gallery h3.title{
    bottom: 55px;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    opacity: 1;
    filter: alpha(opacity=100);
        -moz-opacity: 1;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    text-shadow: 0px 1px 1px #555, 0 0 30px #000;
    background: transparent;
}
.blueimp-gallery>.next, .blueimp-gallery>.prev{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -23px;
    font-size: 0;
    background: transparent !important;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    cursor: pointer;
}
.blueimp-gallery>.next{
    right: 25px;
    background: url(images/catalog-detail-arrows.png) no-repeat top right !important;
}
.blueimp-gallery>.prev{
    left: 25px;
    background: url(images/catalog-detail-arrows.png) no-repeat top left !important;
}
.blueimp-gallery>.close{
    background: url(images/cancel_white.png) center no-repeat;
    background-position: center;
    cursor: pointer;
    width: 29px;
    height: 29px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-size: contain;
    border-bottom: 0;
    margin: 0;
    padding: 0;
    right: 40px;
    top: 25px;
}
/**/

div.callphone-wrap{
    position: fixed;
    will-change: transform;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: none;
}
div.callphone-wrap span.callphone-desc.active{
    opacity: .9;
    filter: alpha(opacity=90);
}
div.callphone-wrap span.callphone-desc{
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    padding: 10px 15px 10px 42px;
    background: #e4e1df;
    white-space: nowrap;
    top: 50%;
    left: 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 13px;
    line-height: 13px;
    display: block;
}
a.callphone{
    float: left;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 999;
    position: relative;
    display: inline-block;
}
div.wrapper-outer.main-color-btn-dark a.callphone{
    background-image: url(images/call-mob-b.png);
}
div.wrapper-outer.main-color-btn-light a.callphone{
    background-image: url(images/call-mob.png);
}

/**/

.text-content{
    font-size: 16px;
    line-height: 23px;
}
.text-content.dark{
    color: #181818;
}
.text-content.light{
    color: #fff;
}
.text-content h2{
    font-size: 32px;
    line-height: 41px;
    margin: 40px 0 25px;
}
.text-content h3{
    font-size: 27px;
    line-height: 32px;
    margin: 35px 0 20px;
}
.text-content p{
    font-size: 16px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
}
.text-content li>p{
    margin: 0 !important;
}
.text-content ul, .text-content ol{
    margin: 5px 0 15px;
    text-align: left;
}
.text-content.center ul, .text-content.center ol{
    margin: 5px auto 15px;
    display: table;
}
.text-content table{
    max-width: 100%;
    margin-bottom: 20px;
}
.text-content table.full{
    width: 100%;
}
.text-content table.text-center{
    text-align: center;
}

.text-content.center table{
    margin-left: auto;
    margin-right: auto;
}

.text-content table td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0;
}
.text-content table.vertical-center td,
.text-content table.vertical-center th{
    vertical-align: middle !important;
}
.text-content table.vertical-bottom td,
.text-content table.vertical-bottom th{
    vertical-align: bottom !important;
}
.text-content table.border-on td,
.text-content table.border-on th{
    border: 1px solid #ddd !important;
}
.text-content table.vertical-center td,
.text-content table.vertical-center th,
.text-content table td.vertical-center{
    vertical-align: middle !important;
}
.text-content table.vertical-bottom td,
.text-content table.vertical-bottom th,
.text-content table td.vertical-bottom{
    vertical-align: bottom !important;
}


.text-content img{
    max-width: 100%;
    height: auto;
}
/*wrap-padding left-right*/

div.wrap-padding-left{
    padding-left: 45px;
}
div.wrap-padding-right{
    padding-right: 45px;
}
/*z-index*/

.z-text{
    position: relative;
    z-index: 20;
}
.z-image{
    position: relative;
    z-index: 10;
}
/**/

:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.no-margin-top-bot>*:first-child{
    margin-top: 0 !important;
}
.no-margin-top-bot>*:last-child{
    margin-bottom: 0 !important;
}
.no-margin-left-right>*:first-child{
    margin-left: 0 !important;
}
.no-margin-left-right>*:last-child{
    margin-right: 0 !important;
}
span.clearfix{
    display: block;
}
/**/
div.wrapper-mbox.main-color-btn-light .button-def,
div.wrapper-outer.main-color-btn-light .button-def,
div.wrapper-outer.main-color-btn-light .button-def.primary:hover i,
div.wrapper-outer.main-color-btn-light .button-def.secondary:hover,
div.wrapper-outer.main-color-btn-light .button-def.secondary:hover i{
    color: #fff;
}
div.wrapper-mbox.main-color-btn-dark .button-def,
div.wrapper-outer.main-color-btn-dark .button-def,
div.wrapper-outer.main-color-btn-dark .button-def.primary:hover i,
div.wrapper-outer.main-color-btn-dark .button-def.secondary:hover,
div.wrapper-outer.main-color-btn-dark .button-def.secondary:hover i{
    color: #324a4d;
}
div.wrapper-outer.main-color-btn-dark .button-def.secondary,
div.wrapper-outer.main-color-btn-light .button-def.secondary{
    color: #555555;
}

.button-def{
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    border: 0px solid #2285c4;
    white-space: nowrap;
    padding: 15px 25px;
    text-decoration: none !important;
    text-align: center;
    outline: none;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.button-def span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.button-def.big{
    font-size: 19px;
    line-height: 19px;
    padding: 20px 40px;
}
.button-def.medium{
    font-size: 17px;
    line-height: 17px;
    padding: 18px 25px;
}
.button-def.plus{
    background-image: url(images/setting/ic-button.png);
    background-repeat: no-repeat;
    background-position: 25px 18px;
}
.button-def.big.plus{
    padding: 20px 30px 20px 60px;
}
.button-def.green{
    background-color: #099906;
    color: #fff;
}
.button-def.green:hover{
    background-color: #078705;
    color: #fff;
}
.button-def.blue, .button-def.blue:active, .button-def.blue:focus{
    background-color: #2285c4;
    color: #fff !important;
}
.button-def.blue:hover{
    color: #fff;
    background-color: #2878b8;
    border: 0px solid #2878b8;
}
.button-def.shine{
    background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, .0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    animation: shine 5s ease reverse infinite;
    box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.30);
}
@keyframes shine{
    100%{
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    20%{
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    0%{
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}
@-webkit-keyframes shine{
    100%{
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    20%{
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    0%{
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}
@-moz-keyframes shine{
    100%{
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    20%{
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    0%{
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}
@-ms-keyframes shine{
    100%{
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    20%{
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    0%{
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}
@-o-keyframes shine{
    100%{
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    20%{
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
    0%{
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}
/*view btn*/

.button-def.elips{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.button-def.round-sq{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/**/

/**/

.btn-modal-open{
    cursor: pointer;
}
/**/

.link-def{
    margin-top: 20px;
    display: inline-block;
}
/*end all style*/

header{
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding-bottom: 40px;
}
header.menu-open{
    padding-bottom: 0px;
}
header div.shadow{
    position: absolute;
    width: 100%;
    height: 293px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}
div.wrapper.tone-dark div.top-shadow{
    background: url("images/shad.png") repeat-x top left;
}
div.wrapper.tone-light div.top-shadow{
    background: url("images/shad2.png") repeat-x top left;
}
div.wrapper div.top-shadow{
    position: absolute;
    width: 100%;
    height: 293px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}
header div.scroll-wrap{
    width: 100%;
    position: relative;
    z-index: 999;
}
header.slide div.scroll-wrap{}
header.tone-dark div.main-phone div.ic-open-list-contact span{
    background-image: url("images/ic_open_list_contacts.png");
}
/*header.tone-light*/

header.tone-light.menu-open div.scroll-wrap ul.main-menu-nav>li>a{
    color: #181818;
}
header.tone-light.menu-open div.ln div.scroll-wrap div.burger a{
    background: none;
}
header.tone-light.menu-open div.scroll-wrap div.burger a:before{
    background-image: url('images/burger2.png');
}
header.tone-light.menu-open div.scroll-wrap div.ln div.burger a{
    background: none !important;
}
header.tone-light.menu-open div.scroll-wrap div.burger a{
    background: rgba(180, 180, 180, .2);
}
header.tone-light.menu-open div.scroll-wrap div.menu-type3.active div.nav-wrap{
    background: rgba(138, 138, 138, .7);
}
header.tone-light.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap{
    background: none;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
header.tone-light.menu-open div.scroll-wrap div.menu-type2.active{
    background: rgba(0, 0, 0, .05);
}
header.tone-light.menu-open div.scroll-wrap div.menu-type2.ln.active{
    background: none;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    ;
}
header.tone-light.menu-open.fixed div.scroll-wrap div.burger a{
    background: rgba(180, 180, 180, .5);
}
header.tone-light.slide.fixed div.scroll-wrap{
    background: #eee;
}
header.tone-light div.scroll-wrap div.description{
    color: #181818;
}
header.tone-light div.scroll-wrap div.header-table div.header-cell td.descript div.main-desciption.backdrop{
    background-color: rgba(0, 0, 0, 0.05);
}
header.tone-light div.scroll-wrap div.header-table div.header-cell td.descript{
    color: #181818;
}
header.tone-light div.scroll-wrap div.header-table div.header-cell.right table.tbl-lvl-1.right-inner div.list-contacts{
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}
header.tone-light div.main-phone div.element.phone{
    color: #181818;
}
header.tone-light div.main-phone div.element.email{
    color: #181818;
}
header.tone-light div.main-phone div.element.email a{
    color: #181818;
}
header.tone-light div.main-phone div.comment{
    color: #181818;
}
header.tone-light div.main-phone div.ic-open-list-contact{
    background-color: rgba(0, 0, 0, .05);
}
header.tone-light div.main-phone div.ic-open-list-contact span{
    background-image: url("images/ic_open_list_contacts-light.png");
}
/**/

header.header-color-dark div.scroll-wrap div.header-table div.header-cell td.descript, header.header-color-dark div.main-phone div.element.phone, header.header-color-dark div.main-phone div.comment{
    color: #181818 !important;
}
header.header-color-dark div.main-phone div.ic-open-list-contact{
    background-color: rgba(0, 0, 0, .05) !important;
}
header.tone-dark.header-color-dark div.main-phone div.ic-open-list-contact span{
    background-image: url("images/ic_open_list_contacts-light.png") !important;
}
header.header-color-light div.scroll-wrap div.header-table div.header-cell td.descript, header.header-color-light div.main-phone div.element.phone, header.header-color-light div.main-phone div.comment{
    color: #fff !important;
}
header.header-color-light div.main-phone div.ic-open-list-contact{
    background-color: rgba(255, 255, 255, .05);
    !important;
}
header.header-color-light div.main-phone div.ic-open-list-contact span{
    background-image: url("images/ic_open_list_contacts.png") !important;
}
/**/

header div.scroll-wrap div.header-table{
    width: 100%;
    height: 90px;
    border: 0;
    margin-top: 30px;
    border-collapse: collapse;
    position: relative;
    z-index: 999;
    display: table;
    table-layout: fixed;
}
header div.scroll-wrap div.header-table div.header-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
header div.scroll-wrap div.header-table div.header-cell.left table.tbl-lvl-1{
    margin-right: auto;
}
header div.scroll-wrap div.header-table div.header-cell.center table.tbl-lvl-1{
    margin: auto;
    text-align: center;
}
header div.scroll-wrap div.header-table div.header-cell.right table.tbl-lvl-1{
    margin-left: auto;
    text-align: right;
}
header div.scroll-wrap div.header-table div.header-cell.right table.tbl-lvl-1.right-inner{
    margin-left: auto;
    color: inherit;
}
header div.scroll-wrap div.header-table div.header-cell.right table.tbl-lvl-1.right-inner td.td-lvl-1{
    padding-left: 15px;
    padding-right: 15px;
}
div.main-phone{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    top: 2px;
}
header.slide.fixed.scroll-phone-hide div.main-phone{
    display: none;
}
div.main-phone div.element{
    font-size: 23px;
    line-height: 23px;
    color: inherit;
    text-decoration: none;
}
div.main-phone div.element.phone{
    color: #fff;
    white-space: nowrap;
}
div.main-phone div.element.phone a{
    font-size: 23px;
    line-height: 23px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
div.main-phone div.element.email{
    color: #fff;
}
div.main-phone div.element.email a{
    color: #fff;
}
div.main-phone div.comment{
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
}
div.main-phone div.comment a{
    color: inherit;
    border-bottom: 1px solid;
}
div.main-phone div.comment a:hover{
    border-bottom-color: transparent;
}
div.main-phone div.desc_phone{
    text-align: right;
}
div.main-phone div.ic-open-list-contact{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    background-color: rgba(255, 255, 255, .15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 5;
}
div.main-phone div.ic-open-list-contact span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 4px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.main-phone a.visible-part.phone{
    font-size: 23px;
    line-height: 23px;
    color: inherit;
    text-decoration: none;
}
div.main-phone a.visible-part.mail{
    font-size: 17px;
    line-height: 22px;
    color: inherit;
    text-decoration: none;
}
div.main-phone div.list-contacts{
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .27);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .27);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    right: 0;
    top: -999px;
    width: inherit;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
}
div.main-phone div.list-contacts.open{
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 15;
    top: -20px;
}
div.main-phone div.list-contacts table{
    min-width: 220px;
}
div.main-phone div.list-contacts table tr{
    border-bottom: 1px solid #d1dce0;
}
div.main-phone div.list-contacts table td{
    padding: 19px;
    text-align: left;
}
div.main-phone div.list-contacts table tr:last-child{
    border-bottom: 0;
}
div.main-phone div.list-contacts table td>*:first-child{
    margin-top: 0 !important;
}
div.main-phone div.list-contacts table td div.phone{
    font-size: 22px;
    line-height: 22px;
    color: #000;
    white-space: nowrap;
}
div.main-phone div.list-contacts table td div.phone a{
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}
div.main-phone div.list-contacts table td div.email{}
div.main-phone div.list-contacts table td div.email a{
    font-size: 17px;
    line-height: 22px;
    color: #1a8fe9;
    text-decoration: none;
    border-bottom: 1px solid #7c7c7c;
}
div.main-phone div.list-contacts table td div.email a:hover{
    border-bottom-color: transparent;
}
div.main-phone div.list-contacts table td div.desc{
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    margin-top: 2px;
}
header.menu-open div.scroll-wrap div.header-table div.header-cell td.td-lvl-1.ic_menu{
    display: none;
}
header.menu-scroll-none.slide.fixed div.scroll-wrap div.header-table div.header-cell td.td-lvl-1.ic_menu{
    display: none !important;
}
header.menu-open.fixed div.scroll-wrap div.header-table div.header-cell td.td-lvl-1.ic_menu{
    display: table-cell;
}
header div.scroll-wrap div.header-table div.header-cell table.tbl-lvl-1 td.td-lvl-1{
    padding: 0 15px;
}
header div.scroll-wrap div.header-table div.header-cell a.menu-link{
    display: inline-block;
    color: #fff;
    width: 44px;
    height: 44px;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}
header div.scroll-wrap div.header-table div.header-cell a.menu-link:before{
    content: "";
    width: 18px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-image: url('images/burger.png');
    background-position: center;
    background-repeat: no-repeat;
}
header div.scroll-wrap a.callback{
    display: inline-block;
    color: #fff;
    width: 44px;
    height: 44px;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}
header div.scroll-wrap a.callback:before{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    
}
div.wrapper-outer.main-color-btn-light header div.scroll-wrap a.callback:before{
    background: url('images/callback.png') center no-repeat;
}
div.wrapper-outer.main-color-btn-dark header div.scroll-wrap a.callback:before{
    background: url('images/callback-bl.png') center no-repeat;
}
header div.scroll-wrap div.header-table div.header-cell td.descript{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e9e9e9;
    position: relative;
    bottom: -2px;
}
header div.scroll-wrap div.header-table div.header-cell td.descript div.main-desciption.backdrop{
    padding: 12px 23px 9px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    top: -3px;
}
header div.scroll-wrap div.description{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e9e9e9;
    position: relative;
    text-align: center;
    top: -20px;
}
header.header-color-dark div.scroll-wrap div.description{
    color: #181818 !important;
}
header.header-color-light div.scroll-wrap div.description{
    color: #fff !important;
}
header.light div.scroll-wrap div.header-table div.header-cell td.descript{
    color: #747474;
}
header.light div.scroll-wrap div.header-table div.header-cell a.menu-link{
    background: rgba(218, 220, 221, 0.3);
    color: #272727;
}
header div.scroll-wrap div.header-table div.header-cell td.logotype{
    padding-top: 5px;
    padding-bottom: 5px;
}
header div.scroll-wrap div.header-table div.header-cell td.logotype img{
    max-height: 70px;
}
header div.scroll-wrap div.header-table div.header-cell div.number{
    font-size: 23px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    position: relative;
    background-color: transparent;
}
header div.scroll-wrap div.header-table div.header-cell div.number a{
    text-decoration: none;
    font-size: 23px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 0;
}
header div.scroll-wrap div.header-table div.header-cell div.number a span{
    border-bottom: 0px !important;
}
header.light div.header-table div.header-cell div.number{
    color: #000;
}
header.light table div.header-cell div.number a{
    color: #000;
}
header.light table div.header-cell div.number a span{
    border-bottom: 0px !important;
}
div.main-phone div.list-contacts div.email{
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
}
div.main-phone div.list-contacts div.email a{
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 1px solid;
}
div.main-phone div.list-contacts div.email a:hover{
    border-bottom-color: transparent;
}
header.light div.main-phone div.list-contacts div.email{
    color: #000;
}
header.light div.main-phone div.list-contacts div.email a{
    color: #000;
}
header div.description{
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e9e9e9;
    margin: 15px 0 0;
}
header.slide.fixed div.description{
    display: none !important;
}
header.light div.description{
    color: #747474;
}
/*header fixed*/

header.slide.top div.scroll-wrap{
    top: -70px;
}
header.slide.fixed div.scroll-wrap{
    position: fixed;
    will-change: transform;
    top: 0 !important;
    transition: top .4s;
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -o-transition: top .4s;
    background: rgba(77, 77, 74, .9);
}
header.slide.fixed div.scroll-wrap div.header-table{
    height: 70px;
    margin-top: 0;
}
header.slide.fixed div.scroll-wrap div.header-table div.header-cell td.logotype img{
    max-height: 50px;
}
/*header type-1*/

header.slide.type-1 div.scroll-wrap div.header-table div.header-cell td.logotype img{
    margin-right: auto;
    margin-left: auto;
}
header.type-1 div.scroll-wrap div.header-table div.header-cell td.descript{
    visibility: visible;
}
header.slide.fixed.type-1 div.scroll-wrap div.header-table div.header-cell td.descript{
    visibility: visible;
}
header.slide.type-1 div.description{
    display: none;
}
header.slide.fixed.type-1 div.description{
    display: none;
}
/*end header type-1*/

/*header type-2*/

header.type-2 div.description{
    display: none;
}
header.type-2 div.scroll-wrap div.header-table div.header-cell td.descript{
    text-align: center;
}
header.type-2 div.scroll-wrap div.header-table div.header-cell td.logotype img{
    margin-right: auto;
}
header.type-2 div.scroll-wrap div.header-table div.header-cell.center table td.logotype{
    display: none;
}
/*end header type-2*/

header.menu-scroll-open div.scroll-wrap div.header-table{
    margin-top: 20px;
}
header.menu-scroll-open.slide.fixed div.scroll-wrap div.header-table{
    display: none;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide{
    width: 100%;
    table-layout: fixed;
    min-height: 70px;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide td.left{
    padding-top: 5px;
    padding-bottom: 5px;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide td.right, header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide td.pre-right{
    text-align: right;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide td.pre-right{
    padding-left: 0;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide td.left img{
    max-height: 60px;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap table.menu-slide table.wrap-main-menu{
    width: 100%;
    table-layout: auto;
}
header.menu-scroll-open div.scroll-wrap div.menu-slide-wrap{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    height: 0;
}
header.slide.fixed.menu-scroll-open div.scroll-wrap div.menu-slide-wrap{
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    overflow: visible;
}
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li{
    position: static;
    height: 55px;
    display: none;
}
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li>a{
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    display: block;
    padding: 0 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    position: relative;
    top: 0;
}
header.tone-light.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li>a{
    color: #000;
}
header.tone-light.menu-scroll-open.fixed div.scroll-wrap div.burger-slide a span{
    background-image: url(images/burger2.png);
}
header.tone-light.menu-open div.scroll-wrap div.burger a span{
    background-image: url(images/burger2.png);
}
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li>a:focus{
    background: transparent;
}
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li>a:hover{
    text-decoration: none;
    background-color: transparent;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li.visible{
    display: table-cell;
    vertical-align: middle;
}
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide{
    height: 70px;
    text-align: center;
    overflow: hidden;
    height: 100%;
    display: table;
    z-index: 999;
    padding: 0;
    margin: 0 auto;
}
/*header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide.t-left{
    margin-left: 0;
}*/
header.menu-scroll-open div.scroll-wrap ul.main-menu-nav-slide>li{
    height: initial;
}
header.menu-scroll-open div.scroll-wrap div.wrapper-main-menu div.burger-slide{
    width: 70px;
    height: 70px;
    opacity: 0;
    filter: alpha(opacity=0);
}
header.menu-scroll-open div.scroll-wrap div.wrapper-main-menu div.burger-slide.active{
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
header.menu-scroll-open div.scroll-wrap div.wrapper-main-menu div.burger-slide.noactive{
    display: none;
}
header.menu-scroll-open.fixed div.scroll-wrap div.burger-slide a{
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, .1);
    top: 0;
    position: relative;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}
header.menu-scroll-open.fixed div.scroll-wrap div.burger-slide:hover a{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
/*
header.menu-scroll-open.fixed div.scroll-wrap div.burger-slide a span{
    width: 18px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-image: url(images/burger.png);
    background-position: center;
    background-repeat: no-repeat;
}
*/

header.menu-open table.main-menu-wrap{
    width: 100%;
}
header.menu-open div.scroll-wrap div.menu-type2{
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
header.menu-open div.scroll-wrap div.menu-type2.ready{
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
header.menu-open.fixed div.scroll-wrap div.menu-type2{
    visibility: hidden;
    position: absolute;
    left: -10000px;
}
header.menu-open div.scroll-wrap div.menu-type2.active{
    background: rgba(255, 255, 255, .15);
}
header.menu-open div.scroll-wrap div.menu-type2.ln.active{
    background: none;
    border-bottom: 2px solid rgba(220, 220, 220, .7);
}
header.menu-open div.scroll-wrap div.menu-type3{
    position: relative;
}
header.menu-open div.scroll-wrap div.menu-type3.active div.nav-wrap{
    background: rgba(255, 255, 255, .15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
header.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap{
    background: none;
    border-bottom: 2px solid rgba(220, 220, 220, .7);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
/**/

header.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap.light ul.main-menu-nav>li>a{
    color: #fff !important;
}
header.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap.light div.burger a:before{
    background-image: url(/bitrix/templates/concept_hameleon/images/burger.png);
}
header.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap.dark ul.main-menu-nav>li>a{
    color: #000 !important;
}
header.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap.dark div.burger a:before{
    background-image: url(/bitrix/templates/concept_hameleon/images/burger2.png);
}
/**/

header.menu-open div.scroll-wrap div.nav-wrap{
    height: 55px;
    overflow: hidden;
}
header.menu-open div.scroll-wrap div.menu-type3.active.ln div.nav-wrap{
    height: 57px;
}
header.menu-open div.scroll-wrap div.nav-wrap table.wrap-main-menu{
    width: 100%;
    table-layout: auto;
}
header.menu-open div.scroll-wrap ul.main-menu-nav{
    overflow: hidden;
    height: 100%;
    display: table;
    z-index: 999;
    padding: 0;
    margin: 0 auto;
}
header.menu-open div.scroll-wrap ul.main-menu-nav.full-area{
    width: 100%;
}
header.menu-open div.scroll-wrap ul.main-menu-nav>li.visible{
    display: table-cell;
    vertical-align: middle;
}
header.menu-open div.scroll-wrap div.burger{
    position: static;
    width: 55px;
    height: initial;
    opacity: 0;
    filter: alpha(opacity=0);
}
header.menu-open div.scroll-wrap div.burger.active{
    display: block;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}
header.menu-open div.scroll-wrap div.burger.noactive{
    display: none;
}
header.menu-open div.scroll-wrap div.burger a{
    display: block;
    top: 0;
    background: rgba(255, 255, 255, .1);
    width: 55px;
    height: 55px;
    padding: 0;
    cursor: pointer;
    position: relative;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}
header.menu-open div.scroll-wrap div.ln div.burger a{
    background: none !important;
}
/*
header.menu-open div.scroll-wrap div.burger a span{
    width: 18px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-image: url('images/burger.png');
    background-position: center;
    background-repeat: no-repeat;
}*/
/**/
div.icon-hamburger-wrap {
    display: inline-block;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.icon-hamburger-wrap span.icon-bar {
    display: block;
    height: 2px;
    margin: 0;
    opacity: 1;
    transition: transform 0.1s ease-in;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fff;
}
div.icon-hamburger-wrap span.icon-bar:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 4px;
}

div.wrapper-outer.main-color-btn-light .ic_menu .menu-link.primary div.icon-hamburger-wrap span.icon-bar{
    background-color: #fff;
}
div.wrapper-outer.main-color-btn-dark .ic_menu .menu-link.primary div.icon-hamburger-wrap span.icon-bar{
    background-color: #324a4d;
}

div.wrapper-outer.main-color-btn-light div.header-block-mob-wrap .menu-link.primary div.icon-hamburger-wrap span.icon-bar{
    background-color: #fff;
}
div.wrapper-outer.main-color-btn-dark div.header-block-mob-wrap .menu-link.primary div.icon-hamburger-wrap span.icon-bar{
    background-color: #324a4d;
}

/*
.open-main-menu:hover div.icon-hamburger-wrap span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.open-main-menu:hover div.icon-hamburger-wrap span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}*/
/**/
header.menu-open div.scroll-wrap div.burger:hover a{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
header.menu-open div.scroll-wrap ul.main-menu-nav>li{
    position: static;
    height: 55px;
    display: none;
}
header.menu-open div.scroll-wrap ul.main-menu-nav>li>a{
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    display: block;
    padding: 0 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    position: relative;
    top: 2px;
}
header.menu-open div.scroll-wrap ul.main-menu-nav>li>a:focus{
    background: transparent;
}
header.menu-open div.scroll-wrap ul.main-menu-nav>li>a:hover{
    text-decoration: none;
    background-color: transparent;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}
header.menu-open div.scroll-wrap div.header-table div.header-cell td.descript{
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 19px;
}
/*slide-menu*/

div.slide-menu{
    position: absolute;
    background: #555555;
    -webkit-transition: right .6s;
    -moz-transition: right .6s;
    -o-transition: right .6s;
    transition: right .6s;
    left: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 750px;
}
div.slide-menu.tone-light{
    background: #fff;
}
div.slide-menu.open{
    position: fixed;
    will-change: transform;
    z-index: 1022;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    left: auto;
    right: -100%;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
div.slide-menu.on.open{
    right: 0;
}
div.slide-menu div.inner{
    position: relative;
}
a.menu-slide-close{
    position: absolute;
    display: none;
    right: 0;
    top: -10000px;
    margin-right: 50px;
    width: 63px;
    height: 63px;
    background: url('images/close-menu.png') center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
}
a.menu-slide-close.on{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    position: fixed;
    will-change: transform;
    top: 26px;
    right: 750px;
    display: block;
    z-index: 9999;
}
div.slide-menu div.inner div.head-wrap{
    padding: 25px;
    background-color: #666666;
}
div.slide-menu.tone-light div.inner div.head-wrap{
    background-color: #ececec;
}
div.slide-menu div.inner div.head-wrap div.head-table{
    display: table;
    width: 100%;
}
div.slide-menu div.inner div.head-wrap div.head-table div.head-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
div.slide-menu div.inner div.head-wrap div.head-table div.head-cell.right{
    text-align: right;
}
div.slide-menu div.inner div.head-wrap div.head-table div.head-cell.logotype{
    width: 35%;
}
div.slide-menu div.inner div.head-wrap div.head-table div.head-cell.logotype img{
    max-height: 65px;
}
div.slide-menu div.inner div.head-wrap div.head-table div.head-cell.descrip{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e9e9e9;
    width: 70%;
}
div.slide-menu.tone-light div.inner div.head-wrap div.head-table div.head-cell.descrip{
    color: #6f6f6f;
}
div.slide-menu div.inner div.menu-content{
    padding: 40px;
}
div.slide-menu div.inner div.menu-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.slide-menu div.inner div.menu-content ul>li{
    margin-top: 15px;
}
div.slide-menu div.inner div.menu-content ul>li:first-child{
    margin-top: 0;
}
div.slide-menu div.inner div.menu-content ul>li>a{
    display: inline-block;
    font-size: 17px;
    line-height: 21px;
    color: #f6f6f6;
    padding: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
div.slide-menu.tone-light div.inner div.menu-content ul>li>a{
    color: #3a3a3a;
}
div.slide-menu div.inner div.menu-content ul>li.active>a span{
    border-bottom: 1px solid #f6f6f6;
}
div.slide-menu div.inner div.menu-content .nav>li>a:focus, div.slide-menu div.inner div.menu-content .nav>li>a:hover{
    text-decoration: none;
    background-color: transparent;
}
div.slide-menu div.inner div.menu-content ul>li>a>span{
    border-bottom: 1px solid transparent;
}
div.slide-menu div.inner div.foot-wrap{
    padding: 29px 25px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #656565;
}
div.slide-menu.tone-light div.inner div.foot-wrap{
    border-top-color: #d8d8d8;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner{
    display: table;
    height: 100%;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.left{}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.left a{}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right{}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table{}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table td{}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.number{
    font-size: 23px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 3px;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.number a{
    text-decoration: none;
    font-size: 23px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 0;
}
div.slide-menu.tone-light div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.number{
    color: #3a3a3a;
}
div.slide-menu.tone-light div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.number a{
    color: #3a3a3a;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.number a span{
    border: 0px !important;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.email{
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
}
div.slide-menu div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.email a{
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 1px solid;
}
div.slide-menu.tone-light div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.email{
    color: #3a3a3a;
}
div.slide-menu.tone-light div.inner div.foot-wrap div.foot-inner div.part-cell.right table td div.email a{
    color: #3a3a3a;
}
/*end slide-menu*/

/*first-slider*/

div.first-slider{
    position: relative;
    background: #fff;
    /*min-height: 800px;*/
}

div.first-slider .slick-prev{
    left: 25px;
    width: 60px;
    height: 60px;
    background: url(images/catalog-detail-arrows.png) left top no-repeat;
    z-index: 99;
}
div.first-slider .slick-prev:before{
    display: none;
}
div.first-slider .slick-next{
    right: 25px;
    width: 60px;
    height: 60px;
    background: url(images/catalog-detail-arrows.png) right top no-repeat;
    z-index: 99;
}
div.first-slider .slick-next:before{
    display: none;
}
div.first-slider div.first-block{
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 800px;
}
div.first-slider div.first-block.cover{
    background-size: cover !important;
}
div.first-slider div.first-block div.shadow{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
div.first-slider div.first-block.dark div.shadow{
    background: rgba(0, 0, 0, 0.45);
    display: block;
}
div.first-slider div.first-block.light div.shadow{
    background: rgba(256, 256, 256, 0.7);
    display: block;
}
div.first-slider div.first-block div.first-block-container{
    width: 100%;
    table-layout: fixed;
    display: table;
}
div.first-slider div.first-block div.first-block-container div.first-block-cell{
    display: table-cell;
    vertical-align: top;
    float: none;
    padding-top: 260px;
    padding-bottom: 130px;
}
div.first-slider div.first-block div.first-block-container div.first-block-cell.text-part.right{
    padding-right: 15px;
    padding-left: 60px;
}
div.first-slider div.first-block div.first-block-container div.first-block-cell.image-part{
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}
div.first-slider div.first-block div.first-block-container div.first-block-cell.image-part.top{
    vertical-align: top;
}
div.first-slider div.first-block div.first-block-container div.first-block-cell.image-part.middle{
    vertical-align: middle;
}
div.first-slider div.first-block div.first-block-container div.first-block-cell.image-part.bottom{
    vertical-align: bottom;
}
div.first-slider div.first-block div.first-block-container div.head{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.head.left{
    text-align: left;
}
div.first-slider div.first-block div.first-block-container div.head.right{
    text-align: right;
}
div.first-slider div.first-block div.first-block-container div.head.center{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.head div.title{
    font-size: 55px;
    line-height: 61px;
    color: #181818;
    margin: 0 0 20px;
}
div.first-slider div.first-block div.first-block-container div.head div.title h1{
    font-size: 55px;
    line-height: 61px;
    color: inherit;
    margin: 0;
}
div.first-slider div.first-block div.first-block-container div.head.min div.title{
    font-size: 45px;
    line-height: 50px;
}
div.first-slider div.first-block div.first-block-container div.head.min div.title h1{
    font-size: 45px;
    line-height: 50px;
}
div.first-slider div.first-block div.first-block-container div.head.left div.title{
    text-align: left;
}
div.first-slider div.first-block div.first-block-container div.head div.title.dark{
    color: #181818;
}
div.first-slider div.first-block div.first-block-container div.head div.title.light{
    color: #fff;
}
div.first-slider div.first-block div.first-block-container div.head div.subtitle{
    font-size: 20px;
    line-height: 24px;
    color: #5d5d5d;
    margin: 0 0 10px;
}
div.first-slider div.first-block div.first-block-container div.head.min div.subtitle{
    font-size: 17px;
    line-height: 25px;
}
div.first-slider div.first-block div.first-block-container div.head.left div.subtitle{
    text-align: left;
}
div.first-slider div.first-block div.first-block-container div.head div.subtitle.dark{
    color: #5d5d5d;
}
div.first-slider div.first-block div.first-block-container div.head div.subtitle.light{
    color: #e8e8e8;
}
div.first-slider div.first-block div.first-block-container div.buttons{
    margin-top: 110px;
    width: 100%;
}
div.first-slider div.first-block div.first-block-container div.two-cols div.buttons{
    margin-top: 60px;
}
div.first-slider div.first-block div.first-block-container div.buttons div.button{}
div.first-slider div.first-block div.first-block-container div.buttons.mixed{
    margin-top: 40px;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on div.button, div.first-slider div.first-block div.first-block-container div.buttons.no-image.right-button-on div.button, div.first-slider div.first-block div.first-block-container div.buttons.no-image.video-button-on div.video-cont{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on div.button a, div.first-slider div.first-block div.first-block-container div.buttons.no-image.right-button-on div.button a{
    display: inline-block;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.right-button-on div.button a{
    display: block;
}
/**/

div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.right-button-on div.button.left{
    text-align: right;
    padding-right: 5px;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.right-button-on div.button.right{
    text-align: left;
    padding-left: 5px;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.video-button-on div.button.left{
    text-align: right;
    padding-right: 15px;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.right-button-on.video-button-on div.button a{
    display: block;
}
/**/

div.first-slider div.first-block div.first-block-container div.buttons.no-image.right-button-on.video-button-on div.button.right{
    text-align: left;
    padding-left: 15px;
}
/**/

div.first-slider div.first-block div.first-block-container div.buttons.no-image.video-button-on div.video-cont{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.video-button-on div.video-cont{
    text-align: left;
    padding-left: 15px;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.right-button-on.video-button-on div.video-cont{
    text-align: right;
    padding-right: 15px;
}
div.first-slider div.first-block div.first-block-container div.buttons.no-image.left-button-on.right-button-on.video-button-on div.video-cont{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.buttons div.button{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.buttons div.button a{
    display: block;
    font-size: 17px;
    line-height: 19px;
    padding: 20px 40px;
    margin-bottom: 30px;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont{
    text-align: center;
}
div.first-slider div.first-block div.first-block-container div.wrap-padding-left div.buttons div.video-cont, div.first-slider div.first-block div.first-block-container div.wrap-padding-right div.buttons div.video-cont{
    text-align: left;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video{
    display: inline-block;
    padding-left: 92px;
    position: relative;
    min-height: 61px;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video div.play-button{
    background: url("images/play.png") no-repeat -7px -6px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 88px;
    height: 57px;
    background-size: 92px;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video:hover div.play-button{
    background-position: -7px -71px;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video table{
    border: 0;
    border-collapse: collapse;
    height: 61px;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video table td{
    vertical-align: middle;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video div.video-name{
    font-size: 18px;
    line-height: 22px;
    color: #181818;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video:hover div.video-name{
    border-bottom-color: transparent;
}
div.first-slider div.first-block div.first-block-container div.buttons div.video-cont div.video div.video-comm{
    font-size: 14px;
    line-height: 19px;
    color: #5d5d5d;
    text-align: left;
    margin-top: 5px;
}
div.first-slider div.first-block div.first-block-container.dark div.buttons div.video-cont div.video div.video-name{
    color: #181818;
}
div.first-slider div.first-block div.first-block-container.dark div.buttons div.video-cont div.video div.video-comm{
    color: #5d5d5d;
}
div.first-slider div.first-block div.first-block-container.light div.buttons div.video-cont div.video div.video-name{
    color: #fff;
}
div.first-slider div.first-block div.first-block-container.light div.buttons div.video-cont div.video div.video-comm{
    color: #eaeaea;
}
div.first-slider div.first-block div.first-block-container div.icons{
    margin-top: 80px;
}
div.first-slider div.first-block div.first-block-container div.icons div.element{}
div.first-slider div.first-block div.first-block-container div.icons div.element div.icon{
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
}
div.first-slider div.first-block div.first-block-container div.icons div.element.min div.icon{
    text-align: left;
}
div.first-slider div.first-block div.first-block-container div.icons div.element div.icon div.image-table{
    display: table;
    width: 100%;
    border: 0;
    height: 65px;
    margin-bottom: 15px;
}
div.first-slider div.first-block div.first-block-container div.icons div.element.min div.icon div.image-table{
    height: 35px;
}
div.first-slider div.first-block div.first-block-container div.icons div.element div.icon div.image-table div.image-cell{
    display: table-cell;
    max-height: 65px;
    vertical-align: middle;
}
div.first-slider div.first-block div.first-block-container div.icons div.element.min div.icon div.image-table div.image-cell{
    max-height: 35px;
}
div.first-slider div.first-block div.first-block-container div.icons div.element div.icon div.image-table div.image-cell img{
    max-height: 65px;
    margin: 0 auto;
}
div.first-slider div.first-block div.first-block-container div.icons div.element.min div.icon div.image-table div.image-cell img{
    max-height: 35px;
    margin: 0 auto;
}
div.first-slider div.first-block div.first-block-container div.icons div.element.min div.icon div.image-table div.image-cell img{
    margin: 0;
}
div.first-slider div.first-block div.first-block-container div.icons div.element div.icon div.text-wrap{
    color: #181818;
    font-size: 17px;
    line-height: 23px;
}
div.first-slider div.first-block div.first-block-container div.icons div.element.min div.icon div.text-wrap{
    font-size: 14px;
    line-height: 19px;
}
div.first-slider div.first-block div.first-block-container.dark div.icons div.element div.icon div.text-wrap{
    color: #181818;
}
div.first-slider div.first-block div.first-block-container.light div.icons div.element div.icon div.text-wrap{
    color: #fff;
}
/*end first-slider*/

div.first-slider div.wrap-down{
    position: relative;
}
div.first-slider div.down-scroll{
    visibility: hidden;
    position: absolute;
    margin: 0 auto 0 -24px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    bottom: 80px;
    left: 50%;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    animation: scrolldown .8s running alternate infinite;
    z-index: -1;
}
div.first-slider div.down-scroll.active{
    visibility: visible;
    z-index: 20;
}
@keyframes scrolldown{
    100%{
        bottom: 70px
    }
    0%{
        bottom: 80px
    }
}
/*blur*/

div.wrapper.blur{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
div.wrapper.blur-menu{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
.wrap-modal.open.blur{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
/*block*/

div.block{
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    /*    clear: both;*/
}
div.block.cham-overflow{
    overflow: hidden;
}
div.block.padding-on{
    padding: 80px 0;
}
div.block.cover{
    background-size: cover;
}
div.block.hameleon-first.padding-change{
    padding-top: 230px;
}
div.block.parallax-attachment{
    background-attachment: fixed;
}
div.block div.shadow{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
div.block.light div.shadow{
    display: block;
    background: rgba(255, 255, 255, 0.7);
}
div.block.dark div.shadow{
    display: block;
    background: rgba(0, 0, 0, 0.45);
}
/**/
.videoBG{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.videoBG .video-bg-display{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
}


.videoBG .video-bg-display.active{
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

/**/


/**/

div.block div.corner{
    position: absolute;
    width: 100%;
    height: 192px;
    background-size: 100% !important;
}
div.block div.corner.top{
    top: -1px;
    z-index: 5;
}
div.block div.corner.top.tb{
    background: url('images/sk1.png') top left no-repeat;
}
div.block div.corner.top.bt{
    background: url('images/sk2.png') top right no-repeat;
}
div.block div.corner.bottom{
    bottom: -1px;
    z-index: 15;
}
div.block div.corner.bottom.tb{
    background: url('images/sk3.png') bottom right no-repeat;
}
div.block div.corner.bottom.bt{
    background: url('images/sk4.png') bottom left no-repeat;
}
/**/

div.block div.block-grey-line{
    height: 1px;
    background: #737373;
    z-index: 1;
    margin-top: -1px;
    opacity: .15;
    -moz-opacity: .15;
    filter: alpha(opacity=15);
}
/**/

div.block div.head{
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}
div.block div.head.def{
    text-align: center;
}
div.block div.head.left, div.block div.head.min.left{
    text-align: left;
}
div.block div.head.center, div.block div.head.min.center{
    text-align: center;
}
div.block div.head.right, div.block div.head.min.right{
    text-align: right;
}
div.block div.head h1, div.block div.head h2{
    font-size: 49px;
    line-height: 54px;
    margin: 0;
    color: #181818;
}
div.block div.head.min.def{
    text-align: left;
}
div.block div.head h1.light, div.block div.head h2.light{
    color: #fff;
}
div.block div.head h1.dark, div.block div.head h2.dark{
    color: #181818;
}
div.block div.head h1.grey, div.block div.head h2.grey{
    color: #7c7c7c;
}
div.block div.head div.descrip{
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    color: #5d5d5d;
}
div.block div.head div.descrip.light{
    color: #e8e8e8;
}
div.block div.head div.descrip.dark{
    color: #5d5d5d;
}
/*title-shadow*/

div.block div.head.shadow_tit_dark h1, div.block div.head.shadow_tit_dark h2, div.first-slider div.first-block div.first-block-container div.head.shadow_tit_dark div.title{
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
div.block div.head.shadow_tit_light h1, div.block div.head.shadow_tit_light h2, div.first-slider div.first-block div.first-block-container div.head.shadow_tit_light div.title{
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
div.block div.head.shadow_sub_dark div.descrip, div.first-slider div.first-block div.first-block-container div.head.shadow_sub_dark div.subtitle{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
div.block div.head.shadow_sub_light div.descrip, div.first-slider div.first-block div.first-block-container div.head.shadow_sub_light div.subtitle{
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
div.block div.head.min h1, div.block div.head.min h2{
    font-size: 47px;
    line-height: 54px;
}
div.block div.head.min div.descrip{}
div.block div.content{
    margin-top: 60px;
    position: relative;
}
div.block div.content.no-margin{
    margin-top: 0;
}
div.block div.line-ds{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
}
div.block div.line-ds.top{
    top: 0;
}
div.block div.line-ds.bottom{
    bottom: 0;
}
div.block div.line-ds.full div.container{
    width: 100%;
    padding: 0;
}
div.block div.line-ds div.ln{
    width: 100%;
    height: 2px;
    background: #737373;
    opacity: .15;
}
div.block.empty-block{
    padding-top: 200px;
    padding-bottom: 170px;
    background: url("images/empty.jpg") top center;
    background-size: cover;
}
div.block.empty-block div.start-del{
    width: 195px;
    height: 320px;
    background: url("images/startdel.png") no-repeat center center;
    margin: 0 auto;
}
div.block.empty-block div.start-block{
    text-align: center;
    margin-bottom: 30px;
}
div.block.empty-block div.start-block div.icon{
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, .5);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 90px;
    margin: 25px auto 30px;
}
div.block.empty-block div.start-block div.icon.start1{
    background-image: url("images/start1.png");
}
div.block.empty-block div.start-block div.icon.start2{
    background-image: url("images/start2.png");
}
div.block.empty-block div.start-block div.text{
    font-size: 18px;
    line-height: 22px;
}
div.block.empty-block div.start-block div.button{
    margin: 30px 0 0;
}
/*button-wrap*/

div.block div.main-button-wrap{
    margin-top: 40px;
    position: relative;
    z-index: 20;
}
div.block div.main-button-wrap.center{
    text-align: center;
}
div.block div.main-button-wrap.off{
    display: none !important;
}
div.block div.main-button-wrap.left-on{}
div.block div.main-button-wrap.right-on{}
div.block div.main-button-wrap.left-on.right-on a.left{
    margin-right: 15px;
}
div.block div.main-button-wrap.left-on.right-on a.right{
    margin-left: 15px;
}
/*video-background*/

div.video-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
div.video-background iframe{
    position: absolute;
    width: 100%;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
div.video-background div.video-background-over{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/*catalog*/

div.catalog-block{}
div.catalog-block div.tabs-wrap{}
div.catalog-block div.tabs-wrap div.tabs-element{
    cursor: pointer;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}
div.catalog-block div.tabs-wrap div.tabs-element.active{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
div.catalog-block div.tabs-wrap div.tabs-element div.image-parent{
    display: table;
    margin: 0 auto 25px;
}
div.catalog-block div.tabs-wrap div.tabs-element div.image-parent div.image-child{
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}
div.catalog-block div.tabs-wrap div.tabs-element div.image-parent div.image-child img{
    max-height: 70px;
    max-width: 100%;
    margin: auto;
}
div.catalog-block div.tabs-wrap div.tabs-element div.name{
    font-size: 13px;
    line-height: 14px;
    color: #161616;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    height: 23px;
}
div.catalog-block div.tabs-wrap div.tabs-element div.name span{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    z-index: 5;
    padding-bottom: 10px;
}
div.catalog-block div.tabs-wrap div.tabs-element div.name span>div{
    display: none;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
div.catalog-block div.tabs-wrap div.tabs-element.active div.name span>div{
    display: block;
}
/*width tab*/

div.catalog-block div.catalog-tab-element{
    cursor: pointer;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    text-align: center;
}
div.catalog-block div.catalog-tab-element.active, div.catalog-block div.catalog-tab-element:hover{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
div.catalog-block div.catalog-tab-element div.name{
    font-size: 13px;
    line-height: 14px;
    color: #161616;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    background: url('images/sprite_ic.png') 0 0 no-repeat;
    padding: 6px 0 4px 35px;
}
div.catalog-block div.catalog-tab-element div.name.ic_new{
    background-position: left -327px;
}
div.catalog-block div.catalog-tab-element div.name.ic_act{
    background-position: left -37px;
}
div.catalog-block div.catalog-tab-element div.name.ic_pop{
    background-position: left -221px;
}
div.catalog-block div.catalog-tab-element div.name.ic_rec{
    background-position: left -129px;
}
div.catalog-block div.catalog-tab-element:hover div.name.ic_new, div.catalog-block div.catalog-tab-element.active div.name.ic_new{
    background-position: left -275px;
}
div.catalog-block div.catalog-tab-element:hover div.name.ic_act, div.catalog-block div.catalog-tab-element.active div.name.ic_act{
    background-position: left 0;
}
div.catalog-block div.catalog-tab-element:hover div.name.ic_pop, div.catalog-block div.catalog-tab-element.active div.name.ic_pop{
    background-position: left -175px;
}
div.catalog-block div.catalog-tab-element:hover div.name.ic_rec, div.catalog-block div.catalog-tab-element.active div.name.ic_rec{
    background-position: left -84px;
}
div.catalog-block div.catalog-tab-element div.name span.count{
    color: #bcbcbc;
}
div.catalog-block div.catalog-tab-element div.name-wrap{
    position: relative;
    padding: 15px 0;
}
div.catalog-block div.catalog-tab-element div.name-wrap div.line{
    display: none;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
div.catalog-block div.catalog-tab-element.active div.name-wrap div.line{
    display: block;
}
div.catalog-block div.block-grey-line{
    height: 1px;
    background: #737373;
    z-index: 1;
    margin-top: -1px;
    opacity: .15;
    -moz-opacity: .15;
    filter: alpha(opacity=15);
}
div.catalog-block div.catalog-content-wrap{
    position: relative;
}
div.catalog-block div.catalog-content-wrap div.element span.units-style{
    color: #717171;
}
/**/

div.catalog-block div.mob-title{
    display: none;
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 5;
    position: relative;
    color: #161616 !important;
    background: #fff;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px -10px 10px;
    padding: 10px 20px 10px 10px;
}
div.catalog-block div.mob-title div{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
div.catalog-block div.mob-title span{
    top: 13px;
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    background: url(images/down.png) center no-repeat;
    background-size: contain;
}
div.catalog-block div.mob-title.active span{
    background: url(images/minuss.png) center no-repeat;
    background-size: contain;
}
/**/

div.catalog-block div.catalog-content-wrap div.element-parent{}
div.catalog-block div.catalog-content-wrap div.element-outer{
    position: relative;
}
div.catalog-block div.catalog-content-wrap div.element-outer:hover{
    z-index: 99;
}
div.catalog-block div.catalog-content-wrap div.element{
    margin: 0 -10px 10px;
    position: relative;
}
div.catalog-block div.catalog-content-wrap div.element-inner{
    padding: 20px;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap{
    position: relative;
    padding-bottom: 20px;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap table{
    margin: auto;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap table td{
    height: 240px;
    position: relative;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap table td img{
    max-height: 240px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap table td a{}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap div.icons-wrap{
    position: absolute;
    bottom: 13px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 18px;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap div.icons-wrap div.icon{
    display: inline-block;
    height: 100%;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap div.icons-wrap div.icon.ic_new{
    width: 76px;
    background: url('images/inew.png') center no-repeat;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap div.icons-wrap div.icon.ic_act{
    width: 58px;
    background: url('images/iakc.png') center no-repeat;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap div.icons-wrap div.icon.ic_pop{
    width: 98px;
    background: url('images/ihit.png') center no-repeat;
}
div.catalog-block div.catalog-content-wrap div.element div.image-wrap div.icons-wrap div.icon.ic_rec{}
div.catalog-block div.catalog-content-wrap div.element div.name{
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
div.catalog-block div.catalog-content-wrap div.element div.price-table{
    display: table;
    margin: 5px auto 0;
}
div.catalog-block div.catalog-content-wrap div.element div.price-table>*:first-child{
    padding-left: 0 !important;
}
div.catalog-block div.catalog-content-wrap div.element div.price-table div.price-cell{
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 19px;
    line-height: 25px;
}
div.catalog-block div.catalog-content-wrap div.element div.price-table div.price-cell.old-price{
    color: #8b8b8b;
    text-decoration: line-through;
}
div.catalog-block div.catalog-content-wrap div.element div.price-table div.price-cell.price{
    color: #1a1a1a;
    padding-left: 20px;
}
div.catalog-block div.catalog-content-wrap div.element div.btn-detail-wrap{
    padding: 20px;
    text-align: center;
    background-color: #f6f6ef;
    text-overflow: ellipsis;
}
div.catalog-block div.catalog-content-wrap div.element div.btn-detail-wrap div.def-wrap-btn:last-child>*{
    margin-bottom: 0 !important;
}
div.catalog-block div.catalog-content-wrap div.element div.btn-detail-wrap .button-def{
    display: block;
    margin-bottom: 10px;
}
div.catalog-block div.catalog-content-wrap div.element div.btn-detail-wrap .link-def{
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    display: inline-block;
}
div.catalog-block div.show-btn-wrap{
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 20;
}
div.show-hidden-wrap.off{
    display: none !important;
}
/*end catalog*/

div.shadow-black{
    position: absolute;
    z-index: -1;
    background-color: #878787;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
div.shadow-black.active{
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    overflow: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 1010;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
}
/*catalog-modal*/

div.catalog-body{
    padding: 0 30px;
}
div.catalog-body div.title{
    font-size: 33px;
    line-height: 42px;
    padding: 20px 30px;
    color: #1a1a1a;
    background-color: #f6f6ef;
    margin: 0 -30px;
    text-align: center;
}
div.catalog-body div.content{
    padding: 30px 0;
}
div.catalog-body div.content div.icons{
    margin-bottom: 20px;
}
div.catalog-body div.content div.icons div.icon{
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    background-size: contain !important;
}
div.catalog-body div.content div.icons div.icon.icon-1{
    width: 58px;
    background: url('images/iakc.png') center no-repeat;
}
div.catalog-body div.content div.icons div.icon.icon-2{
    width: 98px;
    background: url('images/ihit.png') center no-repeat;
}
div.catalog-body div.content div.icons div.icon.icon-3{
    width: 76px;
    background: url('images/inew.png') center no-repeat;
}
div.catalog-body div.content div.wrap-in-content{
    margin-left: 30px;
}
div.catalog-body div.content div.tabs-modal ul.tab-child{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.catalog-body div.content div.tabs-modal ul.tab-child>li{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
    cursor: pointer;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    color: #161616;
    position: relative;
    z-index: 5;
    padding: 0 0 10px;
}
div.catalog-body div.content div.tabs-modal ul.tab-child>li.active{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
div.catalog-body div.content div.tabs-modal ul.tab-child>li>div{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    display: none;
}
div.catalog-body div.content div.tabs-modal ul.tab-child>li.active>div{
    display: block;
}
div.catalog-body div.content div.tabs-content{
    position: relative;
    margin-top: -1px;
    border-top: 1px solid transparent;
}
div.catalog-body div.content div.tabs-content.line{
    border-top: 1px solid #d8d8d8;
}
div.catalog-body div.content div.tabs-content form.form{
    display: none;
    padding: 30px;
}
div.catalog-body div.content div.tabs-content div.tab-content{
    position: absolute;
    z-index: -1;
    padding-top: 30px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
div.catalog-body div.content div.tabs-content div.tab-content.active{
    z-index: 5;
    padding-top: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    position: static;
    transition: opacity .7s;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    visibility: visible;
    overflow: visible;
    height: auto;
}
div.catalog-body div.content div.tabs-content div.tab-content div.text{
    font-size: 16px;
    line-height: 22px;
    color: #494949;
}
div.catalog-body div.content div.tabs-content div.tab-content div.text iframe{
    width: 100%;
}
div.catalog-body div.content div.tabs-content div.price-radio{
    margin-top: 30px;
}
div.catalog-body div.content div.tabs-content div.price-radio label{
    border: 2px solid #d5d5d5;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    background-color: transparent;
}
div.catalog-body div.content div.tabs-content div.price-radio label div.price-radio-wrap{
    display: block;
    position: relative;
    padding-right: 30px;
}
div.catalog-body div.content div.tabs-content div.price-radio label div.price-radio-wrap input[type=radio]{
    position: absolute;
    left: -10000px;
}
div.catalog-body div.content div.tabs-content div.price-radio label div.price-radio-wrap input[type="radio"]:checked+span.icon{
    background: url('images/modal-catalog-radio-ic.png') center no-repeat;
    display: block;
    width: 24px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
div.catalog-body div.content div.tabs-content div.price-radio label div.price-radio-wrap span.price{
    font-size: 25px;
    line-height: 27px;
    white-space: nowrap;
    color: #1a1a1a;
}
div.catalog-body div.content div.tabs-content div.price-radio label div.price-radio-wrap span.descript{
    font-size: 16px;
    line-height: 22px;
    color: #7c7c7c;
    margin-left: 15px;
}
div.catalog-body div.content div.tabs-content div.price-radio label div.price-radio-wrap span.icon{}
/*fot mob-version*/

div.catalog-body div.content div.tabs-content div.tab-content div.mob-title{
    display: none;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #161616;
    position: relative;
    z-index: 5;
    padding: 0 20px 10px 0;
}
div.catalog-body div.content div.tabs-content div.tab-content div.mob-title>div{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
div.catalog-body div.content div.tabs-content div.tab-content div.mob-title:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: url('images/down.png') center no-repeat;
    background-size: contain;
}
div.catalog-body div.content div.tabs-content div.tab-content div.mob-title.active:after{
    background-image: url('images/minuss.png');
    background-size: contain;
}
div.catalog-body div.content div.tabs-content div.tab-content div.text p{
    font-size: 16px;
    line-height: 22px;
    color: #494949;
    margin-bottom: 8px;
}
div.catalog-body div.content div.tabs-content div.tab-content ul.list{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.catalog-body div.content div.tabs-content div.tab-content ul.list>li{
    border-bottom: 1px dotted #494949;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
div.catalog-body div.content div.tabs-content div.tab-content ul.list>li>span.left{
    max-width: 45%;
    display: inline-block;
    background: #fff;
    bottom: -6px;
    position: relative;
    padding-right: 3px;
    text-align: left;
}
div.catalog-body div.content div.tabs-content div.tab-content ul.list>li>span.right{
    max-width: 45%;
    background: #fff;
    float: right;
    bottom: -6px;
    position: relative;
    padding-left: 3px;
    text-align: right;
}
div.catalog-body div.content div.tabs-content div.price-wrap{
    margin-top: 40px;
    overflow: hidden;
}
div.catalog-body div.content div.tabs-content div.price-wrap div.old-price{
    display: inline-block;
    font-size: 34px;
    line-height: 36px;
    margin-right: 25px;
    text-decoration: line-through;
    color: #f12a2a;
    white-space: nowrap;
}
div.catalog-body div.content div.tabs-content div.price-wrap div.price{
    display: inline-block;
    font-size: 35px;
    line-height: 36px;
    color: #1a1a1a;
    white-space: nowrap;
}
div.catalog-body div.content div.tabs-content div.price-wrap div.price span.units-style{
    color: #717171;
}
div.catalog-body div.content div.tabs-content div.button-wrap{
    margin-top: 40px;
}
div.catalog-body div.content div.tabs-content div.button-wrap a.modal_btn{
    font-size: 16px;
    line-height: 16px;
}
div.catalog-body .button-def.click_box[data-box-action="add"]{
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    margin-right: 25px;
}
div.catalog-body div.content div.images-content{
    overflow: hidden;
}
div.catalog-body div.content div.images-content div.image-main{
    display: table;
    margin: auto;
    position: relative;
}
div.catalog-body div.content div.images-content div.image-main div.image-child{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    margin: 0 auto;
}
div.catalog-body div.content div.images-content div.image-main div.image-child.active{
    z-index: 5;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    position: static;
    transition: opacity .7s;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    visibility: visible;
    overflow: visible;
    height: 350px;
}
/*div.catalog-body div.content div.images-content div.image-main div.image-child img{
    max-height: 350px;
    cursor: url('images/zoomin.cur'), pointer;
}*/
div.catalog-body div.content div.images-content div.image-dots{
    margin: 30px 10px 30px;
}
div.catalog-body div.content div.images-content div.image-dots div.image-wrap-dot{}
div.catalog-body div.content div.images-content div.image-dots div.image-wrap-dot div.image-dot{
    display: table;
    margin: 0 -10px 10px;
}
div.catalog-body div.content div.images-content div.image-dots div.image-wrap-dot.active div.image-dot div.image-child{
    background: transparent;
}
div.catalog-body div.content div.images-content div.image-dots div.image-wrap-dot div.image-dot div.image-child{
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
    padding: 2px;
    cursor: pointer;
}
div.catalog-body div.content div.images-content div.image-dots div.image-wrap-dot div.image-dot div.image-child img{
    max-height: 75px;
}
/*end catalog-modal*/

/*faq*/

div.faq-block{
    margin: 0 0 30px;
}
div.faq-block div.head{
    margin: 0 0 20px;
}
div.faq-block h2{
    text-align: left;
}
div.faq-block div.photo{
    position: relative;
}
div.faq-block div.photo img{
    position: relative;
    z-index: 3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.faq-block div.photo div.comm{
    font-size: 12px;
    line-height: 12px;
    color: #8d8d8d;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
div.faq-block div.photo div.bot{
    position: relative;
    z-index: 1;
}
div.faq-block div.photo div.bot div.wrap{}
div.faq-block div.photo div.bot div.name{
    font-size: 25px;
    line-height: 25px;
    text-align: center;
}
div.faq-block div.photo div.bot div.name span.prof{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #484848;
    margin: 10px 0 0;
}
div.faq-block div.photo div.bot div.btn_wrap{
    margin: 40px 0 0;
    text-align: center;
}
div.faq-block div.l_wrap{
    margin: 0 0 0 60px;
}
div.faq-block div.faq{
    margin: 0;
}
div.faq-block div.l_wrap div.btn_wrap{
    margin: 25px 0 0;
    text-align: center;
}
div.faq-block div.l_wrap div.btn_wrap .button-def{
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
}
div.faq-block div.faq div.faq-element{
    background: url("images/faq-ic.png") no-repeat 0px 0px;
    padding: 4px 0 25px 50px;
    position: relative;
}
div.faq-block div.faq div.faq-element div.question{
    margin: 0 0 7px;
}

div.faq-block div.faq div.faq-element div.question span{
    font-size: 19px;
    line-height: 27px;
    color: #0e6caa;
    cursor: pointer;
    border-bottom: 1px dashed #0e6caa;
}
div.faq-block div.faq div.faq-element.active div.question span{
    color: #000;
    border-bottom-color: transparent;
}
div.faq-block div.faq div.faq-element div.text{
    display: none;
    font-size: 14px;
    line-height: 20px;
}
div.faq-block div.faq div.faq-element div.text p{
    font-size: 14px;
    line-height: 20px;
}
div.faq-block div.faq div.faq-element.active div.text{
    display: block;
}
/*end faq*/

/*opinion*/

div.opinion{}
div.opinion div.opinion-table{
    margin: auto;
    width: 100%;
    table-layout: fixed;
    display: table;
}
div.opinion div.opinion-table div.opinion-cell{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
}
div.opinion div.opinion-table div.opinion-cell.text-part{}
div.opinion div.opinion-table div.opinion-cell.text-part{
    padding-top: 80px;
    padding-bottom: 80px;
}
div.block.padding-on div.opinion div.opinion-table div.opinion-cell.text-part{
    padding-top: 0;
    padding-bottom: 0;
}
div.opinion div.opinion-table div.opinion-cell.image-part{}
div.opinion div.opinion-table div.opinion-cell div.head{}
div.opinion div.opinion-table div.opinion-cell.text-part div.text{
    font-size: 17px;
    line-height: 24px;
    color: #353535;
    padding: 30px 0;
    background-image: url('images/opinion-ic-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.text h2{
    font-size: 35px;
    line-height: 42px;
    color: #353535;
    margin: 30px 0 10px;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.text h3{
    font-size: 22px;
    line-height: 30px;
    color: #353535;
    margin: 20px 0 8px;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.text p{
    font-size: 17px;
    line-height: 24px;
    color: #353535;
    margin-bottom: 10px;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.name-wrap{
    margin-top: 40px;
    float: right;
    max-width: 45%;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.name-wrap div.name{
    font-size: 23px;
    line-height: 28px;
    text-align: right;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.name-wrap div.prof{
    font-size: 17px;
    line-height: 22px;
    color: #747474;
    margin-top: 10px;
    text-align: right;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info{
    margin-top: 45px;
    padding: 25px 40px;
    display: inline-block;
    background: rgba(232, 232, 232, .7);
    border-radius: 5px;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap{
    margin-top: 15px;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-blank, div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-video{
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    border-bottom: 0;
    color: #2878b8;
    padding: 7px 5px 7px 40px;
    min-height: 42px;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-blank>span, div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-video>span{
    border-bottom: 1px solid #7c7c7c;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-blank:hover>span, div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-video:hover>span{
    border-bottom: 1px solid #2878b8;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-blank{
    background: url('images/opinion-ic-sertificate.jpg') left 6px no-repeat;
}
div.opinion div.opinion-table div.opinion-cell.text-part div.more-info div.link-wrap a.link-video{
    background: url('images/opinion-ic-video-play.png') left 6px no-repeat;
}
div.opinion div.opinion-table div.opinion-cell.image-part img{
    border-radius: 5px 5px 0 0;
}
div.opinion div.opinion-table div.opinion-cell.image-part div.name-wrap{
    background: rgba(232, 232, 232, 0.7);
    position: relative;
    z-index: 5;
    padding: 20px;
    border-radius: 5px;
}
div.opinion div.opinion-table div.opinion-cell.image-part div.name-wrap div.name{
    font-size: 23px;
    line-height: 28px;
    text-align: center;
}
div.opinion div.opinion-table div.opinion-cell.image-part div.name-wrap div.prof{
    font-size: 17px;
    line-height: 22px;
    color: #555;
    margin-top: 10px;
    text-align: center;
}
/*end opinion*/

/*opinion type2*/

div.opinion div.slider{}
div.opinion div.slider .slider-nav{
    width: 700px;
    margin: auto;
}
div.opinion div.slider div.slider-nav-wrap{
    position: relative;
}
div.opinion div.slider div.slider-nav-wrap div.slider-icon-center{
    position: absolute;
    width: 58px;
    height: 58px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
div.opinion div.slider div.slider-nav-wrap div.slider-icon-center span{
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -11px;
    
}
div.wrapper-outer.main-color-btn-light div.opinion div.slider div.slider-nav-wrap div.slider-icon-center span{
    background: url('images/quote.png') center no-repeat;
}
div.wrapper-outer.main-color-btn-dark div.opinion div.slider div.slider-nav-wrap div.slider-icon-center span{
    background: url('images/quote-bl.png') center no-repeat;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
div.opinion div.slider div.slider-nav-wrap .slick-prev, div.opinion div.slider div.slider-nav-wrap .slick-next{
    height: 60px;
    width: 60px;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    z-index: 5;
}
div.opinion div.slider div.slider-nav-wrap .slick-prev{
    left: -65px;
    background: url(images/catalog-detail-arrows.png) no-repeat top left;
}
div.opinion div.slider div.slider-nav-wrap .slick-next{
    right: -65px;
    background: url(images/catalog-detail-arrows.png) no-repeat top right;
}
div.opinion div.slider div.slider-nav-wrap{
    position: relative;
}
div.opinion div.slider div.slider-nav div.slider-image{
    display: table;
    margin: auto;
    height: 234px;
    position: relative;
}
div.opinion div.slider div.slider-nav .slick-current div.slider-image{
    width: 234px;
    height: auto;
}
div.opinion div.slider div.slider-nav div.slider-image div.image-child{
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 150px;
    cursor: pointer;
}
div.opinion div.slider div.slider-nav .slick-current div.slider-image div.image-child{
    display: table-cell;
    vertical-align: middle;
    height: 234px;
    width: 234px;
    cursor: pointer;
}
div.opinion div.slider div.slider-nav div.slider-image div.image-child img{
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    filter: gray;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
div.opinion div.slider div.slider-nav.round_off div.slider-image div.image-child img{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.opinion div.slider div.slider-nav div.slick-current div.slider-image div.image-child img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
div.opinion div.slider.one-slide div.slick-track{
    transform: translate3d(0, 0, 0) !important;
}
div.opinion div.slider div.slider-for{
    margin: 60px auto 0;
    width: 800px;
}
div.opinion div.slider div.slider-for div.text{
    font-size: 17px;
    line-height: 24px;
    color: #353535;
    background-repeat: no-repeat;
    background-position: left top;
    text-align: center;
}
div.opinion div.slider div.slider-for div.text h2{
    font-size: 35px;
    line-height: 42px;
    color: #353535;
    margin: 30px 0 10px;
}
div.opinion div.slider div.slider-for div.text h3{
    font-size: 22px;
    line-height: 30px;
    color: #353535;
    margin: 20px 0 8px;
}
div.opinion div.slider div.slider-for div.text p{
    font-size: 17px;
    line-height: 24px;
    color: #353535;
    margin-bottom: 10px;
}
div.opinion div.slider div.slider-for div.descrip-wrap{
    margin: 40px 0 0;
    text-align: center;
}
div.opinion div.slider div.slider-for div.descrip-wrap div.name{
    font-size: 23px;
    line-height: 28px;
    display: inline-block;
}
div.opinion div.slider div.slider-for div.descrip-wrap div.proof{
    font-size: 17px;
    line-height: 22px;
    color: #747474;
    display: inline-block;
    margin-left: 5px;
}
div.opinion div.slider div.slider-for div.more-info-wrap{
    text-align: center;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info{
    margin-top: 45px;
    padding: 25px 40px;
    display: inline-block;
    background: rgba(232, 232, 232, .6);
    border-radius: 5px;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap{
    display: inline-block;
    margin-left: 20px;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap a.link-blank, div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap a.link-video{
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    border-bottom: 0;
    color: #2878b8;
    padding: 7px 5px 7px 40px;
    min-height: 42px;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap a.link-blank{
    background: url('images/opinion-ic-sertificate.jpg') left 3px no-repeat;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap a.link-video{
    background: url('images/opinion-ic-video-play.png') left 5px no-repeat;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap a>span{
    border-bottom: 1px solid #7c7c7c;
}
div.opinion div.slider div.slider-for div.more-info-wrap div.more-info div.link-wrap a:hover>span{
    border-bottom: 1px solid #2878b8;
}
/*end opinion*/

/*news*/

div.news{
    position: relative;
    overflow: hidden;
}
div.news-image{
    margin-bottom: 40px;
}
div.news div.bg_line{
    width: 100%;
    height: 2px;
    background: #737373;
    position: absolute;
    top: 64px;
    opacity: .15;
    -moz-opacity: .15;
    filter: alpha(opacity=15);
}
div.news.no-date div.bg_line{
    top: 16px;
}
div.news div.slider-news{
    overflow-x: hidden;
    position: relative;
    color: inherit !important;
    background-color: transparent;
}
div.news div.slider-news div.element{
    padding-bottom: 20px;
    padding-top: 10px;
}
div.news div.slider-news div.element div.date{
    font-size: 13px;
    line-height: 19px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.news div.slider-news div.element div.point{
    background: url('images/point_news.png') center no-repeat;
    width: 13px;
    height: 13px;
    margin-bottom: 35px;
}
div.news div.slider-news div.element div.name{
    color: #1c1c1c;
    margin: 35px 0 15px;
    font-size: 21px;
    line-height: 28px;
}
div.news div.slider-news div.element div.text{
    font-size: 14px;
    line-height: 19px;
}
div.news div.slider-news div.element div.text p{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
div.news div.slider-news div.element div.btn-detail-wrap{
    margin-top: 15px;
    text-align: left;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
div.news div.slider-news .slick-next:hover, div.block div.slider-news .slick-prev:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
div.news div.slider-news .slick-prev,
div.news div.slider-news .slick-next{
    position: absolute;
    z-index: 10;
    top: 25px;
    height: 30px;
    width: 30px;
    left: inherit;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
div.news div.slider-news .slick-prev.slick-disabled,
div.news div.slider-news .slick-next.slick-disabled{
    background-color: #ccc !important;
}
div.wrapper-outer.main-color-btn-dark div.news div.slider-news .slick-prev.slick-disabled{
    background-image: url('images/arr-l.png');
}
div.wrapper-outer.main-color-btn-dark div.news div.slider-news .slick-next.slick-disabled{
    background-image: url('images/arr-r.png');
}
div.news div.slider-news .slick-prev:before, div.news div.slider-news .slick-next:before{
    content: '';
}
div.news div.slider-news .slick-prev{
    right: 55px;
}
div.news div.slider-news .slick-next{
    right: 15px;
}
div.news.no-date div.slider-news .slick-prev, div.news.no-date div.slider-news .slick-next{
    top: 16px;
}

div.wrapper-outer.main-color-btn-light div.news div.slider-news .slick-prev{
    background-image: url('images/arr-l.png');
}
div.wrapper-outer.main-color-btn-dark div.news div.slider-news .slick-prev{
    background-image: url('images/arr-l-bl.png');
}

div.wrapper-outer.main-color-btn-light div.news div.slider-news .slick-next{
    background-image: url('images/arr-r.png');
}
div.wrapper-outer.main-color-btn-dark div.news div.slider-news .slick-next{
    background-image: url('images/arr-r-bl.png');
}
/*end news*/

/*story*/

div.story{}
div.story div.story-element{
    overflow: hidden;
    margin-bottom: 30px;
}
div.story div.story-element div.image{
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.story div.story-element div.text-wrap{
    padding: 30px;
    border: 2px solid #dedede;
    border-top: 0;
}
div.story div.story-element div.text-wrap a.name{
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #2285c4;
    height: 64px;
    overflow: hidden;
    border-bottom: 0;
}
div.story div.story-element div.text-wrap div.text{
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
    height: 76px;
    overflow: hidden;
}
div.story div.story-element div.text-wrap div.more-info-wrap{
    margin-top: 20px;
    max-width: 50%;
    display: inline-block;
}
div.story div.story-element div.text-wrap div.more-info-wrap .button-def{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.story div.story-element div.text-wrap div.social-wrap{
    float: right;
    max-width: 45%;
    height: 30px;
    overflow: hidden;
    text-align: right;
    margin-top: 30px;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic{
    margin-left: 3px;
    width: 30px;
    height: 30px;
    background: url('images/social-sprite.jpg') no-repeat;
    display: inline-block;
    border-bottom: 0;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic-fb{
    background-position: -30px 0;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic-tw{
    background-position: -62px 0;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic-vk{
    background-position: -93px 0;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic-ok{
    background-position: -125px 0;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic-fb{
    background-position: 0 0;
}
div.story div.story-element div.text-wrap div.social-wrap a.ic-gg{
    background-position: 0 0;
}
/*end story*/

/*story-modal*/

/*end story-modal*/

/*tarif*/

div.tarif-wrap{}
div.tarif{}
div.tarif div.tarif-item{
    position: relative;
}
div.tarif div.tarif-item.four-elements div.tarif-element div.tarif-element-inner{
    padding: 30px 20px;
}
div.tarif div.tarif-item div.tarif-element div.tarif-element-inner{
    padding: 30px 35px;
}
div.tarif div.tarif-item div.tarif-element{
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
    background: #e3e3e3;
    background: -moz-linear-gradient(left, #e3e3e3 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(left, #e3e3e3 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #e3e3e3 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f5f5f5', GradientType=1);
}
/*div.tarif div.tarif-item:nth-of-type(2n) div.tarif-element{
    background-color: #ebebeb;
}*/

div.tarif div.tarif-item div.tarif-element div.star{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url('images/tarif-star.png');
    background-position: top right;
    background-repeat: no-repeat;
}
div.tarif div.tarif-item div.tarif-element div.name{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
div.tarif div.tarif-item div.tarif-element div.tarif-descript{
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    color: #7c7c7c;
    text-align: center;
}
div.tarif div.tarif-item div.tarif-element.four-elements div.tarif-descript{
    font-size: 16px;
}
div.tarif div.tarif-item div.tarif-element a[data-name='tarif-modal']{
    text-decoration: none;
    border: 0;
}
div.tarif div.tarif-item div.tarif-element img.image{
    margin: 20px auto 0;
    max-width: 100%;
    height: auto;
    display: block;
}
div.tarif div.tarif-item div.tarif-element ul{
    margin-top: 20px;
    list-style: none;
    margin: 0;
    padding: 20px 10px 20px;
}
div.tarif div.tarif-item div.tarif-element ul li:first-child{
    margin-top: 0 !important;
}
div.tarif div.tarif-item div.tarif-element ul li{
    font-size: 16px;
    line-height: 22px;
    color: #808080;
    padding: 2px 0 2px 25px;
    margin: 10px 0 0;
    background: url('images/tarif-point-grey.png') left 12px no-repeat;
}
div.tarif div.tarif-item.four-elements div.tarif-element ul li{
    padding: 2px 0 2px 20px;
    background-position: left 10px !important;
}
div.tarif div.tarif-item div.tarif-element ul li.point-green{
    color: #1a1a1a;
    background: url('images/tarif-point-green.png') left 7px no-repeat;
}
div.tarif div.tarif-item.four-elements div.tarif-element ul li.point-green{
    background-position: left 6px !important;
}
div.tarif div.tarif-item div.tarif-element ul li>p{
    margin-bottom: 0;
}
div.tarif div.tarif-item div.tarif-element div.line-grey{
    height: 1px;
    width: 100%;
    background-color: #c9c9c9;
}
div.tarif div.tarif-item div.tarif-element div.price-wrap{
    display: table;
    height: 37px;
    padding-top: 20px;
    margin: auto;
    overflow: hidden;
    table-layout: fixed;
}
div.tarif div.tarif-item div.tarif-element div.price-wrap div.old-price{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 29px;
    line-height: 31px;
    color: #ff0000;
    text-decoration: line-through;
    overflow: hidden;
}
div.tarif div.tarif-item div.tarif-element div.price-wrap div.price{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 34px;
    color: #141414;
    text-align: center;
}
div.tarif div.tarif-item div.tarif-element div.bot-wrap{
    padding: 20px 25px 0;
    overflow: hidden;
    margin: 0 -20px;
}
div.tarif div.tarif-item div.tarif-element div.bot-wrap div.button-wrap{
    text-align: center;
    text-overflow: ellipsis;
}
div.tarif div.tarif-item div.tarif-element div.bot-wrap div.button-wrap .button-def{
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
div.tarif div.tarif-item div.tarif-element div.bot-wrap div.link-wrap{
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.tarif div.tarif-item.four-elements div.tarif-element div.bot-wrap div.link-wrap{
    margin-top: 17px;
}
/*end tarif*/

/*tarif-2*/

div.tarif-2{}
div.tarif-2 div.tarif-table{
    margin: auto;
    width: 100%;
    table-layout: fixed;
    display: table;
}
div.tarif-2 div.tarif-table div.tarif-cell{
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
}
div.tarif-2 div.tarif-table div.tarif-cell.image-part{
    z-index: 10;
}
div.tarif-2 div.tarif-table div.tarif-cell.image-part div.name-wrap{
    margin-top: 25px;
}
div.tarif-2 div.tarif-table div.tarif-cell.image-part div.image-descrip{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part{}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.title{
    font-size: 37px;
    line-height: 44px;
    text-align: left;
    color: #181818;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.title span.hit{
    display: inline-block;
    position: relative;
    bottom: -5px;
    width: 74px;
    height: 32px;
    background: url(images/icon-hit-big.jpg) center no-repeat;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.subtitle{
    font-size: 17px;
    line-height: 22px;
    color: #5d5d5d;
    margin-top: 15px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body{
    margin-top: 30px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap{
    margin-top: 25px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap.last{
    margin-top: 40px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap div.name{
    font-size: 25px;
    line-height: 30px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap div.price-wrap{
    display: table;
    height: 37px;
    margin: 0 auto 0 0;
    overflow: hidden;
    table-layout: fixed;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap div.price-wrap div.old-price{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 29px;
    line-height: 31px;
    white-space: nowrap;
    color: #ff0000;
    text-decoration: line-through;
    overflow: hidden;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap div.price-wrap div.price{
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    line-height: 37px;
    white-space: nowrap;
    color: #141414;
    overflow: hidden;
    text-align: center;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char{
    list-style: none;
    padding: 0 0 0 20px;
    margin: 20px 0 0;
    border-left: 10px solid #f1efe2;
    overflow: hidden;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li{
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    position: relative;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li:last-child{
    margin-bottom: 0;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char table{
    width: 100%;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.left{
    position: relative;
    text-align: left;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.left div.left{
    white-space: nowrap;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.dotted{
    vertical-align: bottom;
    width: 100%;
    padding: 0 2px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.dotted div.dotted{
    position: relative;
    top: -3px;
    border-bottom: 1px dotted #494949;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.right{
    max-width: 30%;
    position: relative;
    padding-left: 3px;
    text-align: right;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.right div.right{
    white-space: nowrap;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li:first-child{}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus li:first-child{
    margin-top: 0 !important;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus li{
    font-size: 17px;
    line-height: 22px;
    color: #a9a9a9;
    padding: 2px 0 2px 20px;
    margin: 10px 0 0;
    background: url('images/icon-x.png') left 7px no-repeat;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus li.point-green{
    color: #1a1a1a;
    background: url('images/tarif-point-green.png') left 7px no-repeat;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus li>p{
    margin-bottom 0;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.buttons-wrap{
    display: table;
    margin: 60px auto 0 -15px;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.buttons-wrap div.button-child{
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
}
div.tarif-2 div.tarif-table div.tarif-cell.text-part div.tarif-body div.buttons-wrap div.button-child a.grey{
    font-size: 16px;
}
/**/

div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.title, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus li.point-green, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.adv-plus-minus li, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap div.name, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.subtitle, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.left, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.right, div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap div.price-wrap div.price, div.tarif-2.light div.tarif-table div.tarif-cell.image-part div.image-descrip{
    color: #fff;
}
div.tarif-2.light div.tarif-table div.tarif-cell.text-part div.tarif-body div.list-wrap ul.list-char li table td.dotted div.dotted{
    border-color: #fff;
}
/*end tarif-2*/

/*advantages*/

div.advantages{
    position: relative;
    margin-bottom: 10px;
}
div.advantages.image-on{
    margin-bottom: 0;
}
div.advantages div.element i.style-ic{
    font-size: 132px;
    color: #e5e5e5;
}
div.advantages.icons div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.text-wrap.icons-on{
    padding-left: 10px;
}
div.advantages.icons div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.text-wrap.icons-on{
    padding-left: 10px;
}
div.advantages div.element.small i.style-ic, div.advantages.image-on div.element i.style-ic{
    font-size: 24px;
}
div.advantages div.element.dark i.style-ic{
    color: #777;
}
div.advantages div.advantages-table{
    margin: auto;
    width: 100%;
    table-layout: fixed;
    display: table;
}
div.advantages div.advantages-table div.advantages-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
div.advantages div.advantages-table div.advantages-cell.text-part{
    padding-top: 40px;
    padding-bottom: 40px;
}
div.block.padding-on div.advantages div.advantages-table div.advantages-cell.text-part{
    padding-top: 0;
    padding-bottom: 0;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap{
    margin-top: 30px;
    margin-bottom: -30px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.left{
    text-align: left;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element{
    margin-bottom: 50px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element>*:first-child{
    margin-top: 0 !important;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.image-table{
    display: table;
    margin: 0 auto 0;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.image-table div.image-cell{
    display: table-cell;
    vertical-align: middle;
    height: 200px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.image-table div.image-cell img{
    max-height: 200px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.text-wrap{
    margin-top: 20px;
    text-align: center;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.text-wrap>*:first-child{
    margin-top: 0 !important;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.light{
    color: #fff;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.dark{
    color: #000;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.text-wrap.left{
    text-align: left;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.text-wrap div.name{
    font-size: 17px;
    line-height: 22px;
    min-height: 22px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.text-wrap div.text{
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.four-cols div.element div.text-wrap div.text{
    font-size: 14px;
    line-height: 20px;
}
div.advantages div.advantages-table div.advantages-cell.image-part{}
div.advantages div.advantages-table div.advantages-cell.image-part img{}
div.advantages div.advantages-table div.advantages-cell.image-part.top{
    vertical-align: top;
}
div.advantages div.advantages-table div.advantages-cell.image-part.middle{
    vertical-align: middle;
}
div.advantages div.advantages-table div.advantages-cell.image-part.bottom{
    vertical-align: bottom;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.min{
    margin-top: 60px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.min div.element div.image-table{
    margin: 0 auto 0 0;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.min div.element div.image-table div.image-cell{
    height: 34px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.min div.element div.image-table div.image-cell img{
    max-height: 34px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.min div.element div.text-wrap{
    text-align: left;
    margin-top: 10px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap.min div.element div.text-wrap div.name{}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small{
    display: table;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.text-wrap{
    margin-top: 0;
    text-align: left;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.text-wrap.icons-on{
    padding-left: 20px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.image-table{
    display: table-cell;
    vertical-align: top;
    width: 34px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.image-table div.image-cell{
    height: auto;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element.small div.image-table div.image-cell img{
    max-height: inherit;
}
/*end advantages*/

/*slider-advantages*/

div.slider-advantages.slick-dotted.slick-slider{
    margin-bottom: 60px;
}
div.slider-advantages .slick-slide{
    height: auto;
}
div.slider-advantages .div-table{}
div.slider-advantages.big-slide .div-table .div-cell{
    margin-bottom: 45px;
}
div.slider-advantages .div-table .div-cell table{
    max-width: 750px;
    margin: auto;
}
div.slider-advantages .div-table .div-cell table td{
    height: 350px;
}
div.slider-advantages .div-table .div-cell table td img{
    max-height: 350px;
}
div.slider-advantages.icons .slick-prev, div.slider-advantages.icons .slick-next{
    top: 130px;
}
div.slider-advantages.icons.big-slide .div-table .div-cell table td{
    height: 190px;
}
div.slider-advantages i.style-ic{
    font-size: 190px;
    color: #e5e5e5;
}
div.slider-advantages.small-slide i.style-ic{
    font-size: 85px;
}
div.slider-advantages.light i.style-ic{
    color: #e5e5e5;
}
div.slider-advantages.dark i.style-ic{
    color: #777;
}
div.slider-advantages.icons.big-slide .slick-prev, div.slider-advantages.icons.big-slide .slick-next{
    top: 96px;
}
/**/

div.slider-advantages.small-slide div.div-table{
    display: table;
    width: 100%;
}
div.slider-advantages.small-slide div.div-table div.div-cell{
    display: table-cell;
    vertical-align: top;
}
div.slider-advantages.small-slide div.div-table div.div-cell.left{
    width: 125px;
}
div.slider-advantages.small-slide .div-table .div-cell table{
    max-width: 100%;
}
div.slider-advantages.small-slide .div-table .div-cell table td{
    width: 100%;
    height: auto;
}
div.slider-advantages.small-slide .div-table .div-cell table td img{}
div.slider-advantages.small-slide div.div-table div.div-cell.right{
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}
div.slider-advantages.small-slide div.div-table div.div-cell.right>*:first-child{
    margin-top: 0 !important;
}
div.slider-advantages.small-slide div.title{
    font-size: 17px;
    line-height: 22px;
    margin: 0;
}
div.slider-advantages.small-slide div.desc{
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
}
div.slider-advantages.small-slide .slick-prev, div.slider-advantages.small-slide .slick-next{
    top: 50%;
}
div.slider-advantages.small-slide .slick-prev{
    left: -80px;
}
div.slider-advantages.small-slide .slick-next{
    right: -80px;
}
div.advantages div.advantages-table div.advantages-cell.text-part div.part-wrap div.element div.text-wrap div.text{
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
/**/

div.slider-advantages div.div-table div.div-cell.right{
    text-align: center;
}
div.slider-advantages.big-slide div.div-table div.div-cell.right{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
div.slider-advantages div.title{
    font-size: 30px;
    line-height: 33px;
    margin: 0 0 25px;
    color: #000;
}
div.slider-advantages div.desc{
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 20px;
    color: #000;
}
div.slider-advantages.big-slide div.desc{
    font-size: 18px;
    line-height: 25px;
}
div.slider-advantages.dark div.title, div.slider-advantages.dark div.desc{
    color: #000;
}
div.slider-advantages.light div.title, div.slider-advantages.light div.desc{
    color: #fff;
}
div.slider-advantages .slick-prev, div.slider-advantages .slick-next{
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    top: 175px;
    opacity: .6;
    filter: alpha(opacity=60);
}
div.slider-advantages .slick-prev{
    left: 70px;
    background-image: url(images/gallery-ar-left.png);
}
div.slider-advantages .slick-next{
    right: 70px;
    background-image: url(images/gallery-ar-right.png);
}
div.slider-advantages.small-slide .slick-dots{
    bottom: -70px;
}
div.slider-advantages.big-slide .slick-dots{
    bottom: -40px;
}
div.slider-advantages .slick-dots li{
    width: 25px;
    height: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .15);
}
div.slider-advantages .slick-dots li button{
    display: none;
}
/**/

div.descriptive{}
div.descriptive div.descriptive-table{
    width: 100%;
    table-layout: fixed;
    display: table;
}
div.descriptive div.descriptive-table div.descriptive-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
div.descriptive div.descriptive-table div.descriptive-cell.image-part{}
div.descriptive div.descriptive-table div.descriptive-cell.image-part.top{
    vertical-align: top;
}
div.descriptive div.descriptive-table div.descriptive-cell.image-part.middle{
    vertical-align: middle;
}
div.descriptive div.descriptive-table div.descriptive-cell.image-part.bottom{
    vertical-align: bottom;
}
div.descriptive div.descriptive-table div.descriptive-cell.image-part img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.descriptive div.descriptive-table div.descriptive-cell.text-part{
    padding-top: 80px;
    padding-bottom: 80px;
}
div.block.padding-on div.descriptive div.descriptive-table div.descriptive-cell.text-part{
    padding-top: 0;
    padding-bottom: 0;
}
div.block.hameleon-first div.descriptive div.descriptive-table div.descriptive-cell.text-part{
    padding-top: 230px;
}
div.block.hameleon-first.padding-change div.descriptive div.descriptive-table div.descriptive-cell.text-part{
    padding-top: 0px;
    padding-bottom: 0px;
}
div.descriptive div.descriptive-table div.descriptive-cell.text-part div.right{}
div.descriptive div.descriptive-table div.descriptive-cell.text-part div.text-wrap.center{
    text-align: center;
}
div.descriptive div.gallery{
    margin: 40px 10px 0;
}
div.descriptive div.gallery div.img-wrap{
    margin: 0 -10px 10px;
}
/*a.cursor-loop{
    cursor: url(images/zoomin.cur), pointer;
}*/
div.descriptive div.gallery img{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
div.descriptive div.gallery.border-img-on img{
    border: 2px solid #ccc;
}
div.descriptive div.descriptive-tabs-wrap{
    margin-bottom: 20px;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content{
    display: none;
    min-height: 450px;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content div.mob-content img{
    max-height: 450px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content.active{
    display: block;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content div.mob-tab{
    display: none;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 5;
    padding: 0 20px 10px 0;
    margin-bottom: 10px;
    position: relative;
    color: #161616;
    margin-top: 30px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 100%;
    position: relative;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content div.mob-tab>div{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content div.mob-tab:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: url('images/down.png') center no-repeat;
    background-size: contain;
}
div.descriptive div.descriptive-tabs-wrap div.images-wrap div.image-content div.mob-tab.active:after{
    background-image: url('images/minuss.png');
    background-size: contain;
}
div.descriptive div.descriptive-tabs-wrap ul.tabs{
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    margin: 35px auto 0;
}
div.descriptive div.descriptive-tabs-wrap ul.tabs li{
    display: table-cell;
    font-size: 13px;
    line-height: 13px;
    color: #828282;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px 13px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-right: 0;
    cursor: pointer;
}
div.descriptive div.descriptive-tabs-wrap ul.tabs li:first-child{
    border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
}
div.descriptive div.descriptive-tabs-wrap ul.tabs li:last-child{
    border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-right: 1px solid #bfbfbf;
}
div.descriptive div.descriptive-tabs-wrap ul.tabs li.active{
    border-color: transparent;
}
div.wrapper-outer.main-color-btn-dark div.descriptive div.descriptive-tabs-wrap ul.tabs li.active.mainColor{
    color: #324a4d;
}
div.wrapper-outer.main-color-btn-light div.descriptive div.descriptive-tabs-wrap ul.tabs li.active.mainColor{
    color: #fff;
}
/*end descriptive*/

/*map-block*/

div.map-block{
    position: relative;
    min-height: 500px;
}
div.map-block.no-map{
    min-height: initial;
}
div.map-block div.map-height{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
div.map-block div.map-height>*{
    height: 100% !important;
    width: 100% !important;
}
div.map-block table.wrap-table{
    min-height: 500px;
}
div.map-block div.map-descript-wrap{
    min-height: 300px;
    position: relative;
}
div.map-block div.map-descript-wrap div.map-descript{
    position: relative;
    z-index: 10;
    background: #fff;
    display: inline-block;
    padding: 30px;
    margin: 100px 0 100px 50px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.32);
}
div.map-block div.map-descript-wrap div.map-descript div.name{
    font-size: 13px;
    line-height: 18px;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap{}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #e5e5e5;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table:first-child{
    padding-top: 0;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table:last-child{
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell{
    display: table-cell;
    vertical-align: middle;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.icon{
    width: 39px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.icon.icon-point{
    background-image: url('images/map-ic-point.png');
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.icon.icon-phone{
    background-image: url('images/map-ic-phone.png');
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.icon.icon-mail{
    background-image: url('images/map-ic-mail.png');
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.text{
    padding: 25px 15px 25px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #131313;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.text.phone a{
    color: #131313;
    cursor: default;
    border-bottom: 0;
}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.text.phone a:hover{}
div.map-block div.map-descript-wrap div.map-descript div.text-table-wrap div.text-table div.text-cell.text a.mail{
    color: #3091ce;
}
div.map-block div.overlay{
    position: absolute;
}
/*end map-block*/

/*map-block-2*/

div.map-block div.bot-wrap{
    background: #f8f8f8;
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
}
div.map-block.no-map div.bot-wrap{
    position: static;
}
div.map-block div.bot-wrap div.text-table-wrap{
    width: 100%;
    table-layout: fixed;
    padding: 40px 0;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.name{
    font-size: 13px;
    line-height: 18px;
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table{
    display: table;
    width: 100%;
    table-layout: fixed;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell{
    display: table-cell;
    vertical-align: middle;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.icon{
    width: 39px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.icon.icon-point{
    background-image: url('images/map-ic-point.png');
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.icon.icon-phone{
    background-image: url('images/map-ic-phone.png');
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.icon.icon-mail{
    background-image: url('images/map-ic-mail.png');
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text{
    padding: 0 15px 0;
    font-size: 16px;
    line-height: 20px;
    color: #131313;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text.e-mail a, div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text.e-mail a{
    text-decoration: underline;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text.e-mail a:hover, div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text.e-mail a:hover{
    text-decoration: none;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text.phone a{
    border-bottom: 0;
    color: #131313;
    cursor: default;
}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text.phone a:hover{}
div.map-block div.bot-wrap div.text-table-wrap div.text-cell-wrap div.text-table div.text-cell.text{}
/*end map-block*/

div.map-block div.main-button-wrap{
    display: none;
}
/*services*/

div.services{}
div.services div.service-item{
    margin-bottom: 30px;
}
div.services div.service-item div.service-element{
    padding: 30px 35px 0;
    max-width: 100%;
    position: relative;
    z-index: 21;
    background: #e3e3e3;
    background: -moz-linear-gradient(left, #e3e3e3 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(left, #e3e3e3 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #e3e3e3 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f5f5f5', GradientType=1);
}
/*div.services div.service-item:nth-of-type(2n) div.service-element{
    background-color: #ebebeb;
}*/

div.services div.service-item div.service-element div.star{
    content: "";
    background: url('images/tarif-star.png') center;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}
div.services div.service-item div.service-element div.image-table-wrap{
    margin: -30px -35px 0 !important;
    overflow: hidden;
}
div.services div.service-item div.service-element div.image-table-wrap table{
    margin: auto;
    width: 100%;
}
div.services div.service-item div.service-element div.image-table-wrap table td{
    height: 190px;
}
div.services div.service-item div.service-element div.image-table-wrap table td div.image-wrap{
    overflow: hidden;
}
div.services div.service-item div.service-element div.image-table-wrap table td div.image-wrap img{
    margin: auto;
}
div.services div.service-item div.service-element div.top-name{
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    color: #a4a4a4;
    letter-spacing: 1px;
    padding-top: 20px;
    height: 33px;
}
div.services div.service-item div.service-element div.name-wrap{
    padding-bottom: 20px;
    padding-top: 20px;
}
div.services div.service-item div.service-element div.name-wrap div.name{
    font-size: 21px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-align: center;
}
div.services div.service-item div.service-element div.line-grey{
    height: 1px;
    width: 100%;
    background-color: #c9c9c9;
}
div.services div.service-item div.service-element div.price-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    display: table;
    margin: auto;
    overflow: hidden;
    table-layout: fixed;
}
div.services div.service-item div.service-element div.price-wrap div.old-price{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 24px;
    color: #ff0000;
    text-decoration: line-through;
}
div.services div.service-item div.service-element div.price-wrap div.old-price span{
    display: block;
    overflow: hidden;
}
div.services div.service-item div.service-element div.price-wrap div.price{
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
div.services div.service-item div.service-element div.price-wrap div.price span{
    display: block;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
div.services div.service-item div.service-element div.bot-wrap{
    text-align: center;
    padding: 0 20px 30px;
    overflow: hidden;
    margin: 0 -20px;
}
/*div.services div.service-item:nth-of-type(2n) div.service-element div.bot-wrap{
    background-color: #ebebeb;
}*/

div.services div.service-item div.service-element div.bot-wrap div.text{
    font-size: 14px;
    line-height: 20px;
}
div.services div.service-item div.service-element div.bot-wrap .button-def{
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
}
/*services four-elements*/

div.services div.service-item.four-elements div.service-element div.image-table-wrap{
    height: 170px;
}
div.services div.service-item.four-elements div.service-element div.image-table-wrap table td{
    height: 170px;
}
div.services div.service-item.four-elements div.service-element div.name-wrap div.name{
    font-size: 17px;
    line-height: 22px;
    height: 44px;
}
div.services div.service-item.four-elements div.service-element div.price-wrap div.old-price{
    font-size: 18px;
    line-height: 24px;
}
div.services div.service-item.four-elements div.service-element div.price-wrap div.price{
    font-size: 21px;
    line-height: 24px;
}
/*end services*/

/*services-2*/

div.services-2{
    position: relative;
    z-index: 20;
}
div.services-2 div.wrap-service-table{
    position: relative;
}
div.services-2 div.service-table{
    display: table;
    width: 100%;
    background-color: #f8f8f8;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    table-layout: fixed;
    min-height: 130px;
}
div.services-2 div.wrap-service-table:nth-of-type(2n) div.service-table{
    background-color: #ebebeb;
}
div.services-2 div.service-table div.service-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
div.services-2 div.service-table div.service-cell.image-wrap{
    width: 110px;
    height: 80px;
    vertical-align: top;
}
div.services-2 div.service-table div.service-cell.image-wrap img{
    margin: auto;
    max-height: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.services-2 div.service-table div.service-cell.text-wrap{}
div.services-2 div.service-table div.service-cell.text-wrap div.top-name{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #a4a4a4;
    letter-spacing: 1px;
}
div.services-2 div.service-table div.service-cell.text-wrap div.name{
    font-size: 21px;
    line-height: 25px;
    color: #0f0f0f;
    margin-top: 10px;
}
div.services-2 div.service-table div.service-cell.text-wrap div.name span.hit{
    display: inline-block;
    position: relative;
    top: 3px;
    width: 41px;
    height: 18px;
    background: url('images/icon-hit.jpg') center no-repeat;
}
div.services-2 div.service-table div.service-cell.text-wrap div.text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
div.services-2 div.service-table div.service-cell.price-wrap{
    font-size: 21px;
    line-height: 26px;
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding-top: 25px;
}
div.services-2 div.service-table div.service-cell div.price-sm{
    margin-top: 10px;
}
div.services-2 div.service-table div.service-cell span.old-price{
    font-size: 16px;
    line-height: 22px;
    color: #ff0000;
    text-decoration: line-through;
    overflow: hidden;
    max-width: 100%;
    display: block;
}
div.services-2 div.service-table div.service-cell.button-wrap{
    width: 22%;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 20px;
}
/*end services-2*/

/*services-3*/

{}
div.images-animate{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
div.images-animate img{
    max-width: 100%;
    max-height: 620px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
div.images-animate img.show-on{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
div.slider-services{
    width: 100%;
}
div.slider-services div.element-table-wrap{
    padding: 0 80px;
}
div.slider-services div.element-table{
    display: table;
    width: 100%;
    table-layout: fixed;
}
div.slider-services div.element-table div.element-cell{
    display: table-cell;
    vertical-align: middle;
}
div.slider-services div.element-table div.element-cell.image-wrap{
    width: 40%;
}
div.slider-services div.element-table div.element-cell.image-wrap img{
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    max-height: 500px;
}
div.slider-services div.element-table div.element-cell.image-wrap.radius-on img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.slider-services .slick-current div.element-table div.element-cell.image-wrap img.show-on{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
div.slider-services div.element-table div.element-cell.text-wrap{
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
div.slider-services div.element-table div.element-cell.text-wrap.show-on{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}
div.slider-services div.element-table div.element-cell.text-wrap div.name{
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.slider-services div.element-table div.element-cell.text-wrap div.title{
    font-size: 35px;
    line-height: 42px;
    margin-top: 20px;
    color: #000000;
}
div.slider-services div.element-table div.element-cell.text-wrap div.title span.hit{
    display: inline-block;
    position: relative;
    width: 41px;
    height: 18px;
    background: url(images/icon-hit.jpg) center no-repeat;
}
div.slider-services div.element-table div.element-cell.text-wrap div.line{
    width: 118px;
    height: 11px;
    background: rgba(0, 0, 0, .15);
    margin-top: 25px;
}
div.slider-services div.element-table div.element-cell.text-wrap div.text{
    font-size: 16px;
    line-height: 22px;
    margin-top: 27px;
    color: #000000;
}
div.slider-services div.element-table div.element-cell.text-wrap div.text p{
    font-size: 17px;
    line-height: 22px;
}
div.slider-services div.element-table div.element-cell.text-wrap div.price-wrap{
    display: table;
    margin: 30px auto 0 0;
    overflow: hidden;
    table-layout: fixed;
}
div.slider-services div.element-table div.element-cell.text-wrap div.price-wrap div.price{
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    line-height: 37px;
    color: #141414;
}
div.slider-services div.element-table div.element-cell.text-wrap div.price-wrap div.old-price{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 29px;
    line-height: 31px;
    color: #ff0000;
    text-decoration: line-through;
}
div.slider-services div.element-table div.element-cell.text-wrap div.buttons-wrap{
    margin-top: 45px;
}
div.slider-services div.element-table div.element-cell.text-wrap div.buttons-wrap div.button-wrap-inner{
    margin-top: 15px;
}
div.slider-services div.element-table div.element-cell.text-wrap div.buttons-wrap div.button-wrap-inner a.grey{
    font-size: 16px;
}
div.slider-services-wrap{
    position: relative;
    width: 100%;
    margin: auto;
}
div.slider-services-wrap .slick-prev, div.slider-services-wrap .slick-next{
    height: 60px;
    width: 60px;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    z-index: 5;
}
div.slider-services-wrap .slick-prev{
    left: 25px;
    background: url('images/catalog-detail-arrows.png') left top no-repeat;
}
div.slider-services-wrap .slick-next{
    right: 25px;
    background: url('images/catalog-detail-arrows.png') right top no-repeat;
}
/*slider-services color*/

div.slider-services div.element-table.light div.element-cell.text-wrap div.title, div.slider-services div.element-table.light div.element-cell.text-wrap div.text, div.slider-services div.element-table.light div.element-cell.text-wrap div.text p, div.slider-services div.element-table.light div.element-cell.text-wrap div.price-wrap div.price{
    color: #fff;
}
div.slider-services div.element-table.light div.element-cell.text-wrap div.name{
    color: #dedede;
}
/*end services-3*/

/*video-block*/

div.video-block{}
div.video-block div.video-content{
    width: 820px;
    height: 460px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
div.video-block div.video-content a{
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("images/play-small.png") no-repeat center 2px;
    width: 90px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.video-block div.video-content a.big-play{
    background: url("images/play.png") no-repeat center 2px;
    width: 130px;
    height: 96px;
    background-size: auto;
    background-position: top center;
}
div.video-block div.video-content iframe{
    height: 100% !important;
    width: 100% !important;
}
div.video-block div.text{
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-top: 20px;
}
div.video-block div.text{
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-top: 20px;
}
div.video-block .col-xs-offset-four{
    margin-left: 37%;
}
div.video-block .col-xs-offset-one{
    margin-left: 12%;
}
div.video-block div.video-gallery{}
div.video-block div.video-gallery div.video-gallery-element{
    margin-bottom: 30px;
}
div.video-block div.video-gallery div.video-gallery-element table.videoimage-wrap{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.video-block div.video-gallery div.video-gallery-element table.videoimage-wrap td{
    height: 150px;
}
div.video-block div.video-gallery div.video-gallery-element table.videoimage-wrap td img{
    max-height: 150px;
}
div.video-block div.video-gallery div.video-gallery-element table.videoimage-wrap td a{
    position: relative;
    display: block;
}
div.video-block div.video-gallery div.video-gallery-element table.videoimage-wrap td a div.play{
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("images/play-small.png") no-repeat center 2px;
    width: 90px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.video-block div.video-gallery div.video-gallery-element div.desc, div.video-block div.desc-one{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}
div.video-block div.two-video div.video-gallery div.video-gallery-element table.videoimage-wrap td{
    height: 260px;
}
div.video-block div.two-video div.video-gallery div.video-gallery-element table.videoimage-wrap td img{
    max-height: 260px;
}
/*end video-block*/

/*info-num*/

div.info-num{
    margin-bottom: -50px;
}
div.info-num div.info-num-element.dark div.text, div.info-num div.info-num-element div.text{
    color: #131313;
}
div.info-num div.info-num-element.light div.title{
    color: #fff;
}
div.info-num div.info-num-element.light div.text{
    color: #f5f5f5;
}
div.info-num div.info-num-element{
    margin-bottom: 50px;
}
div.info-num div.info-num-element div.title{
    font-size: 70px;
    line-height: 1.1;
    text-align: center;
    min-height: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.info-num.light div.info-num-element div.title{
    text-shadow: 0 0 5px rgba(0, 0, 0, .21);
}
div.info-num div.info-num-element div.text{
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}
div.info-num div.info-num-element.four-elements div.title{
    font-size: 55px;
    line-height: 62px;
    text-align: center;
}
/*end info-num*/

/*switcher*/

div.switcher{}
div.switcher ul.switcher-tab{
    margin: 0;
    padding: 0;
    list-style: none;
}
div.switcher ul.switcher-tab li{
    font-size: 13px;
    line-height: 14px;
    color: #161616;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    height: 23px;
}
div.switcher ul.switcher-tab li.active span, div.switcher ul.switcher-tab li span:hover{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
div.switcher ul.switcher-tab li span{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    z-index: 5;
    padding-bottom: 10px;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
div.switcher ul.switcher-tab li span div{
    display: none;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: -1px;
    right: 0;
}
div.switcher ul.switcher-tab li.active span div, div.switcher ul.switcher-tab li:hover span div{
    display: block;
}
div.switcher div.switcher-content-wrap{
    margin-top: 30px;
    position: relative;
}
div.switcher div.switcher-content-wrap div.switcher-wrap{
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
div.switcher div.switcher-content-wrap div.switcher-wrap.active{
    z-index: 5;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    position: static;
    transition: opacity .7s;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    visibility: visible;
    overflow: visible;
    height: auto;
}
div.switcher div.switcher-content-wrap div.switcher-wrap div.switcher-title{
    display: none;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 5;
    padding: 0 20px 10px 0;
    margin-bottom: 10px;
    position: relative;
    color: #161616 !important;
    margin-top: 20px;
    /*background: #fff;*/
    position: relative;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
div.switcher div.switcher-content-wrap div.switcher-wrap div.switcher-title:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: url(images/down.png) center no-repeat;
    background-size: contain;
}
div.switcher div.switcher-content-wrap div.switcher-wrap.active div.switcher-title:after{
    background-image: url(images/minuss.png);
    background-size: contain;
}
div.switcher div.switcher-content-wrap div.switcher-wrap div.switcher-title div{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
div.switcher div.switcher-content-wrap div.switcher-wrap div.switcher-content{}
div.switcher div.switcher-content-wrap div.switcher-wrap div.switcher-content.active{}
div.switcher div.switcher-content-wrap.left{
    margin-top: 0;
}
div.switcher ul.switcher-tab.left li{
    text-align: left;
    padding-right: 25px;
    height: auto;
    padding: 25px 30px 15px 15px;
    position: relative;
}
div.switcher ul.switcher-tab.left li:hover{
    cursor: auto;
}
div.switcher ul.switcher-tab.left li span{
    border-bottom: 1px dashed #b7b7b7 !important;
    padding-bottom: 1px;
}
div.wrapper-outer.main-color-btn-dark div.switcher ul.switcher-tab.left li.active{
    color: #324a4d;
}
div.wrapper-outer.main-color-btn-light div.switcher ul.switcher-tab.left li.active{
    color: #fff;
}
div.switcher ul.switcher-tab.left li.active span{
    border-bottom-color: transparent !important;
}
div.switcher ul.switcher-tab.left li span:hover{
    cursor: pointer;
}
div.switcher ul.switcher-tab.left li.active:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    
}
div.wrapper-outer.main-color-btn-light div.switcher ul.switcher-tab.left li.active:after{
    background: url(images/ar-white.png) center no-repeat;
}
div.wrapper-outer.main-color-btn-dark div.switcher ul.switcher-tab.left li.active:after{
    background: url(images/ar-dark.png) center no-repeat;
}
/*end switcher*/

/*gallery-block*/

div.gallery-block{
    padding: 0 10px;
}
div.gallery-block div.gallery-img{
    margin: 0 -10px 10px;
    position: relative;
}
div.gallery-block.nogallery div.gallery-img{
    margin: 0 -10px 50px;
}
div.gallery-block div.gallery-img div.corner-line{
    position: absolute;
    border: 3px solid transparent;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    background: transparent;
}
div.gallery-block.border-img-on div.gallery-img div.corner-line{
    border: 3px solid #ccc;
}
/*div.gallery-block div.gallery-img:hover a{
    cursor: url("images/zoomin.cur"), pointer;
}*/
div.gallery-block div.text-img{
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}
div.gallery-block div.text-img, div.gallery-block.dark div.text-img{
    color: #000;
}
div.gallery-block.light div.text-img{
    color: #fff;
}
div.gallery-block table{
    margin: auto;
    text-align: center;
}
div.gallery-block table td div.gallery-img-wrap{
    position: relative;
    display: inline-block;
}
div.gallery-block.nogallery div.big table td{
    height: 400px;
}
div.gallery-block.nogallery div.big table td img{
    max-height: 394px;
}
div.gallery-block.nogallery div.middle table td{
    height: 300px;
}
div.gallery-block.nogallery div.middle table td img{
    max-height: 294px;
}
div.gallery-block.nogallery div.small table td{
    height: 200px;
}
div.gallery-block.nogallery div.small table td img{
    max-height: 194px;
}
/*end gallery-block*/

/**/

div.banners-menu{
    padding-bottom: 40px;
}
div.banners-menu a.wrap-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
div.block.small.bg-on div.banners-menu{
    padding-bottom: 20px;
}
div.banners-menu div.frame-wrap{
    padding: 0 10px;
}
div.banners-menu div.frame{
    overflow: hidden;
    position: relative;
    height: 263px;
    margin: 0 -10px 10px;
    z-index: 1;
}
div.banners-menu div.frame img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: transform .3s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
}
div.banners-menu div.frame div.small-shadow{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(images/small-shadow.png) repeat-x left bottom;
}
div.banners-menu div.frame.dark div.small-shadow{
    background: url(images/small-shadow-light.png) repeat-x left bottom;
}
div.banners-menu div.frame div.frameshadow{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
div.banners-menu div.frame.dark div.frameshadow{
    background: #fff;
}
div.banners-menu div.frame div.text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
div.banners-menu div.frame.light div.text{
    color: #fff;
}
div.banners-menu div.frame.dark div.text{
    color: #000;
}
div.banners-menu div.frame div.text div.cont{
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    bottom: 100%;
    padding: 25px;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
div.banners-menu div.frame div.text div.cont>*:first-child{
    margin-top: 0 !important;
}
div.banners-menu div.frame div.text div.cont div.name{
    font-size: 22px;
    line-height: 26px;
}
div.banners-menu div.frame div.text div.cont div.comment{
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px;
}
div.banners-menu div.frame div.text div.button{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
div.banners-menu div.frame div.text div.button a{}
/*banner*/

div.banner{}
div.banner a.wrap-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
div.banner div.element{
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
div.banner div.element div.part-wrap{
    display: table;
    width: 100%;
}
div.banner div.element div.part-wrap div.part{
    display: table-cell;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
}
div.banner div.element div.part-wrap div.part.center{}
div.banner div.element div.part-wrap div.part.right{}
div.banner div.element div.part-wrap div.part.image{
    height: 100%;
    vertical-align: bottom;
}
div.banner div.element div.part-wrap div.part div.part-inner-wrap{
    position: relative;
    margin: 0 30px;
}
div.banner div.element div.part-wrap div.part.button{
    text-align: center;
}
div.banner div.element div.part-wrap div.part.image div.part-inner-wrap{
    height: 100%;
}
/**/

div.banner div.element div.part div.text{
    font-size: 25px;
    line-height: 29px;
    color: #fff;
}
div.banner div.element div.part div.desc{
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px;
    color: #fff;
}
div.banner div.element div.part-wrap.dark div.text, div.banner div.element div.part-wrap.dark div.desc{
    color: #000;
}
div.banner div.element div.part-wrap.lihgt div.text, div.banner div.element div.part-wrap.lihgt div.desc{
    color: #fff;
}
div.banner div.element div.part.button a{
    display: block;
}
div.banner div.element div.part img{
    position: absolute;
    right: 0;
    bottom: -30px;
}
/*banner small*/

div.block.small div.banner div.element div.part-wrap div.part div.part-inner-wrap{
    margin: 0 20px;
}
div.block.small div.banner div.element div.part div.text{
    font-size: 22px;
    line-height: 25px;
}
div.block.small div.banner div.element div.part-wrap div.part{
    padding-top: 15px;
    padding-bottom: 15px;
}
div.block.small div.banner div.element div.part img{
    bottom: -15px;
}
/*slider-gallery*/

div.slider-gallery{
    width: 940px;
    margin: auto;
}
div.slider-gallery table{
    width: 100%;
    table-layout: fixed;
}
div.slider-gallery table td{
    vertical-align: middle;
}
div.slider-gallery table td div.slide-element{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.slider-gallery.over-one div.wrap-slide{
    padding: 0 5px;
}
div.slider-gallery.slider-gallery-1 table td,
div.slider-gallery.slider-gallery-1 table td div.slide-element{
    height: 550px;
}
div.slider-gallery.slider-gallery-2 table td,
div.slider-gallery.slider-gallery-2 table td div.slide-element{
    height: 460px;
}
div.slider-gallery.slider-gallery-3 table td,
div.slider-gallery.slider-gallery-3 table td div.slide-element{
    height: 304px;
}
div.slider-gallery.slider-gallery-4 table td,
div.slider-gallery.slider-gallery-4 table td div.slide-element{
    height: 225px;
}
div.slider-gallery.slider-gallery-5 table td,
div.slider-gallery.slider-gallery-5 table td div.slide-element{
    height: 178px;
}
div.slider-gallery.slider-gallery-6 table td,
div.slider-gallery.slider-gallery-6 table td div.slide-element{
    height: 147px;
}
div.slider-gallery div.desc{
    font-size: 16px;
    line-height: 21px;
    color: #5c5c5c;
    padding: 25px;
    text-align: center;
    min-height: 71px;
    background-color: #eee;
}
div.slider-gallery .slick-prev,
div.slider-gallery .slick-next{
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    top: 275px;
    opacity: .6;
    filter: alpha(opacity=60);
}
div.slider-gallery.over-one .slick-prev,
div.slider-gallery.over-one .slick-next{
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
div.slider-gallery .slick-prev{
    left: -105px;
    background-image: url('images/gallery-ar-left.png');
}
div.slider-gallery .slick-next{
    right: -105px;
    background-image: url('images/gallery-ar-right.png');
}
div.slider-gallery .slick-prev:before, div.slider-gallery .slick-next:before{
    display: none;
}
div.slider-gallery .slick-dots{
    top: 500px;
    bottom: auto;
}
div.slider-gallery.over-one .slick-dots{
    top: auto;
    bottom: -50px;
    display: none;
}
div.slider-gallery .slick-dots li{
    width: 18px;
    height: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .3);
}
div.slider-gallery .slick-dots li button{
    display: none;
}
div.slider-gallery .slick-dots li button:before{
    display: none;
}
/*partners*/

div.partners{
    margin-bottom: -70px;
}
div.partners div.partners-wrap{
    margin-bottom: 70px;
    position: relative;
}
div.partners div.partners-wrap table{
    margin: auto;
}
div.partners div.partners-wrap table td{
    height: 60px;
}
div.partners div.partners-wrap table td img{
    max-width: 120px;
    max-height: 60px;
}
div.partners div.big div.partners-wrap table td{
    height: 75px;
}
div.partners div.big div.partners-wrap table td img{
    max-width: 150px;
    max-height: 75px;
}
div.partners div.partners-wrap div.partners-part-bot{
    padding: 15px;
    text-align: center;
    background-color: #fff;
    font-size: 13px;
    line-height: 20px;
    color: #8c8c8c;
    margin-top: 15px;
}
/*end partners*/

.modal-content{
    box-shadow: none !important;
}
/*tarif-modal*/

div.tarif-modal div.modal-content{
    /*box-shadow: 0 0px 57px rgba(0,0,0,.5);*/
    border: 0;
}
div.tarif-modal div.modal-content a.tarif-modal-close{
    background-image: url('images/cancel_white.png');
    background-size: contain;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -30px;
    width: 29px;
    height: 29px;
    z-index: 9;
    font-size: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    border-bottom: 0;
}
div.tarif-modal div.modal-content div.title{
    display: block;
    font-size: 33px;
    line-height: 42px;
    color: #171717;
    position: relative;
    padding: 20px 37px;
}
div.tarif-modal div.modal-content div.content-block{
    padding: 20px 37px;
}
div.tarif-modal div.modal-content div.content-block h2{
    font-size: 31px;
    line-height: 36px;
    color: #171717;
    margin: 40px 0 20px;
}
div.tarif-modal div.modal-content div.content-block h3{
    font-size: 23px;
    line-height: 28px;
    color: #171717;
    margin: 35px 0 10px;
}
div.tarif-modal div.modal-content div.content-block p{
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px;
}
div.tarif-modal div.modal-content div.content-block{
    font-size: 14px;
    line-height: 17px;
}
/*end tarif-modal*/

/*video-modal*/

div.video-modal .modal-dialog{
    margin: 6% auto auto;
}
.modal-content{
    border: 0;
}
div.video-modal div.m-body{
    height: 505px;
}
div.modal-backdrop.in{
    opacity: .3;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
}
div.video-modal a.video-close{
    position: absolute;
    right: -50px;
    top: 0px;
    display: block;
    width: 29px;
    height: 29px;
    text-decoration: none;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    color: #fff;
    font-size: 0;
    text-align: center;
    background: url('images/cancel_white.png') center no-repeat;
    background-size: contain;
    border-bottom: 0;
}
div.video-modal a.video-close{
    border-bottom: 0;
}
/*end video-modal*/

/*service-modal*/

div.modal-body-content{
    position: relative;
}
div.modal-body-content.hit:before{
    content: "";
    position: absolute;
    width: 74px;
    height: 32px;
    top: 25px;
    right: 0;
    z-index: 5;
    background-image: url('images/icon-hit-big.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}
div.modal-body-content div.content div.bot-wrap{
    padding: 30px;
}
div.modal-body-content div.content div.modal-title{
    font-size: 33px;
    line-height: 38px;
    padding: 30px;
    background: #f6f6ef;
}
div.wrap-modal table.wr-content{
    width: 100%;
    height: 100%;
}
div.wrap-modal td.wr-content{
    vertical-align: middle;
}

div.modal-body-content div.content div.info-table{
    display: table;
    width: 100%;
    background-color: #f6f6ef;
    padding: 25px 15px;
    border-collapse: separate;
}
div.modal-body-content div.content div.info-table div.info-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
div.modal-body-content div.content div.info-table div.info-cell.image-wrap{
    width: 110px;
    height: 80px;
    vertical-align: top;
}
div.modal-body-content div.content div.info-table div.info-cell.image-wrap img{
    margin: auto;
    max-height: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.modal-body-content div.content div.info-table div.info-cell.text-wrap{}
div.modal-body-content div.content div.info-table div.info-cell.text-wrap div.top-name{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #a4a4a4;
    letter-spacing: 1px;
}
div.modal-body-content div.content div.info-table div.info-cell.text-wrap div.name{
    font-size: 29px;
    line-height: 34px;
    color: #0f0f0f;
    margin-top: 10px;
}
div.modal-body-content div.content div.info-table div.info-cell.text-wrap div.name span.hit{
    display: inline-block;
    position: relative;
    top: 3px;
    width: 41px;
    height: 18px;
    background: url(images/icon-hit.jpg) center no-repeat;
}
div.modal-body-content div.content div.info-table div.info-cell.text-wrap div.text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
div.modal-body-content div.content div.info-table div.info-cell div.price-sm{
    margin-top: 10px;
}
div.modal-body-content div.content div.info-table div.info-cell span.old-price{
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #ff0000;
    text-decoration: line-through;
    overflow: hidden;
    max-width: 100%;
    display: block;
}
div.modal-body-content div.content div.info-table div.info-cell.text-wrap div.link-wrap{
    margin-top: 10px;
}
div.modal-body-content div.content div.info-table div.info-cell.price-wrap{
    font-size: 21px;
    line-height: 26px;
    width: 25%;
    text-align: center;
}
div.modal-body-content div.content div.info-table div.info-cell.button-wrap{
    width: 20%;
    text-align: center;
}
div.modal-body-content div.content div.text-content{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 23px;
}
div.modal-body-content div.content div.text-content p{
    font-size: 16px;
    line-height: 23px;
}
div.modal-body-content div.content div.gallery{
    margin: 40px 10px 0;
}
div.modal-body-content div.content div.gallery div.gallery-name{
    font-size: 27px;
    line-height: 32px;
    color: #161616;
    margin-bottom: 25px;
    margin-left: -10px;
    margin-right: -10px;
}
div.modal-body-content div.content div.gallery.border-on img{
    border: 2px solid #ccc;
}
div.modal-body-content div.content iframe{
    max-width: 100%;
}
div.modal-body-content div.content div.gallery div.img-wrap{
    margin: 0 -10px 10px;
}
div.modal-body-content div.content img{
    max-width: 100%;
}
/*end service-modal*/
div.modal-body-content.tariff-container div.content div.bot-wrap{
    padding-top: 0;
    padding-bottom: 0;
}
div.modal-body-content.tariff-container.on-part div.content div.bot-wrap{
    padding-left: 15px;
    padding-right: 15px;
}
div.modal-body-content.tariff-container.on-part div.tariff-container-inner{
    display: table;
    width: 100%;
    height: 100%;
}
div.modal-body-content.tariff-container.on-part div.tariff-container-inner div.tariff-container-inner-cell{
    float: none;
    vertical-align: top;
    display: table-cell;
}
div.modal-body-content.tariff-container.on-part div.tariff-container-inner div.tariff-container-inner-cell.left div.part-wrap{
    padding: 0 30px 0 15px;
}
div.modal-body-content.tariff-container.on-part div.tariff-container-inner div.tariff-container-inner-cell.right{
    border-left: 2px solid #e8e8e8;
}
div.modal-body-content.tariff-container.on-part div.tariff-container-inner div.tariff-container-inner-cell.right div.part-wrap{
    padding: 0 20px;
}
div.modal-body-content.tariff-container div.tariff-container-inner div.tariff-container-inner-cell{
    padding-top: 30px;
    padding-bottom: 30px;
}
div.modal-body-content.tariff-container div.tariff-container-inner div.tariff-container-inner-cell.right div.part-wrap{
    padding: 0 15px;
}
/**/

div.modal-body-content.tariff-container div.list-wrap{
    margin-top: 25px;
}
div.modal-body-content.tariff-container div.list-wrap.last{
    margin-top: 40px;
}
div.modal-body-content.tariff-container div.list-wrap div.name-list{
    font-size: 27px;
    line-height: 32px;
}
div.modal-body-content.tariff-container div.list-wrap div.price-wrap{
    display: table;
    height: 37px;
    margin: 0 auto 0 0;
    overflow: hidden;
    table-layout: fixed;
}
div.modal-body-content.tariff-container div.list-wrap div.price-wrap div.old-price{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 29px;
    line-height: 31px;
    white-space: nowrap;
    color: #ff0000;
    text-decoration: line-through;
    overflow: hidden;
}
div.modal-body-content.tariff-container div.list-wrap div.price-wrap div.price{
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    line-height: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char{
    list-style: none;
    padding: 0 0 0 20px;
    margin: 20px 0 0;
    border-left: 10px solid #f1efe2;
    overflow: hidden;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li{
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li:last-child{
    margin-bottom: 0;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char table{
    width: 100%;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li table td.left{
    position: relative;
    text-align: left;
    white-space: nowrap;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li table td.dotted{
    vertical-align: bottom;
    width: 100%;
    padding: 0 2px;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li table td.dotted div{
    position: relative;
    top: -3px;
    border-bottom: 1px dotted #494949;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li table td.right{
    max-width: 30%;
    position: relative;
    padding-left: 3px;
    text-align: right;
    white-space: nowrap;
}
div.modal-body-content.tariff-container div.list-wrap ul.list-char li:first-child{}
div.modal-body-content.tariff-container ul.adv-plus-minus{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.modal-body-content.tariff-container ul.adv-plus-minus li:first-child{
    margin-top: 0 !important;
}
div.modal-body-content.tariff-container ul.adv-plus-minus li{
    font-size: 17px;
    line-height: 22px;
    color: #a9a9a9;
    padding: 2px 0 2px 20px;
    margin: 10px 0 0;
    background: url('images/icon-x.png') left 7px no-repeat;
}
div.modal-body-content.tariff-container ul.adv-plus-minus li.point-green{
    color: #1a1a1a;
    background: url('images/tarif-point-green.png') left 7px no-repeat;
}
div.modal-body-content.tariff-container ul.adv-plus-minus li>p{
    margin-bottom: 0;
}
div.modal-body-content.tariff-container div.price-wrap{
    margin-top: 25px;
}
div.modal-body-content.tariff-container div.price-wrap>*:first-child{
    margin-top: 0 !important;
}
div.modal-body-content.tariff-container div.price-wrap div.old-price{
    font-size: 29px;
    line-height: 31px;
    color: #ff0000;
    text-decoration: line-through;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.modal-body-content.tariff-container div.price-wrap div.price{
    font-size: 30px;
    line-height: 34px;
    white-space: nowrap;
    margin-top: 10px;
}
div.modal-body-content.tariff-container div.button-wrap{
    margin-top: 25px;
    text-align: center;
}
div.modal-body-content.tariff-container div.button-wrap a{
    display: block;
    font-size: 17px;
}
div.modal-body-content.tariff-container div.tariff-comment{
    margin-top: 25px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #999;
}
/**/

/*form-block*/

div.form-block.un-margin-bottom{
    margin-bottom: -80px;
}
div.form-block div.form-table{
    table-layout: fixed;
    display: table;
    margin: auto;
}
div.form-block div.form-table div.form-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: relative;
}
div.form-block div.form-table div.form-cell.middle{
    vertical-align: middle;
}
div.form-block div.form-table div.form-cell.bottom{
    vertical-align: bottom;
}
div.form-block div.form-table div.form-cell{
    vertical-align: top;
}
div.form-block div.form-table div.form-cell.left img{
    margin-left: auto;
    margin-right: 0;
}
div.form-block div.form-table div.form-cell.text-part form.form{
    width: 350px;
}
div.form-block div.form-table div.form-cell.right form.form{
    margin-right: auto;
    margin-left: 0;
}
div.form-block div.form-table div.form-cell.image-part img{}
div.form-block div.form-table div.form-cell form.form{
    display: block;
    width: 100%;
    margin-left: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.form-block div.form-table div.form-cell form.form div.title{
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
div.form-block div.form-table div.form-cell form.form div.subtitle{
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 25px;
    text-align: center;
}
div.form-block table.wrap-act{
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
div.form-block div.form-table div.form-cell div.text-wrap{
    padding: 0 40px 40px;
}
div.form-block div.form-table div.form-cell div.text-wrap>div:nth-child(2){
    margin-top: 25px !important;
}
div.form-block div.form-table div.form-cell div.text-wrap div.line{
    width: 80px;
    height: 4px;
}
div.form-block div.form-table div.form-cell div.text-wrap div.form-text-title{
    font-size: 21px;
    line-height: 27px;
}
div.form-block div.form-table div.form-cell div.text-wrap.light div.form-text-title{
    color: #e5e5e5;
}
div.form-block div.form-table div.form-cell div.text-wrap div.form-text-under-title{
    font-size: 15px;
    line-height: 19px;
    margin-top: 25px;
}
div.form-block div.form-table div.form-cell div.text-wrap.light div.form-text-under-title{
    color: #fff;
}
/*end form-block*/

/*form-modal*/

/*div.form-modal{
    position: absolute;
    z-index: 1100;
}
div.form-modal.blur{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
    
div.form-modal.in{
    position: fixed;
}
div.form-modal div.click-for-reset{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    display: none;
}
div.form-modal div.click-for-reset.on{
    display: block;
    position: fixed;
}
div.form-modal .modal-dialog{
    margin: 50px auto;
    width: 366px;
    position: relative;
    z-index: 26;
}
div.form-modal .modal-dialog.part-more-on{
    width: 835px;
}
div.form-modal a.form-close{
    position: absolute;
    z-index: 99999;
    display: block;
    background: url('images/modal-close.png') center no-repeat;
    background-position: center;
    cursor: pointer;
    top: -30px;
    right: -30px;
    width: 22px;
    height: 22px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-size: contain;
    border-bottom: 0;
}
div.form-modal div.form-modal-table{
    display: table;
    margin: auto;
}
div.form-modal div.form-modal-table div.form-modal-cell{
    display: table-cell;
    vertical-align: top;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more{
    padding: 30px 25px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 470px;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.cover{
    background-size: cover;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.top{
    background-position: top center;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.middle{
    background-position: center;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.bottom{
    background-position: bottom center;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more div.comment{
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #1a1a1a;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-form{
    background-color: #f6f6ef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 366px;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-form form.form{
    background: transparent;
}*/

div.form-modal.blur{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
div.form-modal div.form-modal-table{
    display: table;
    margin: auto;
    text-align: left;
}
div.form-modal div.form-modal-table div.form-modal-cell{
    display: table-cell;
    vertical-align: top;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more{
    padding: 30px 25px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 470px;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.cover{
    background-size: cover;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.top{
    background-position: top center;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.middle{
    background-position: center;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.bottom{
    background-position: bottom center;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more div.comment{
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #1a1a1a;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-form{
    background-color: #f6f6ef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 366px;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-form form.form{
    background: transparent;
    background-size: cover;
}
/*test-color*/

div.form-modal div.form-modal-table div.form-modal-cell.part-more.dark div.comment{
    color: #181818;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.dark div.text-content{
    color: #181818;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.light div.comment{
    color: #fff;
}
div.form-modal div.form-modal-table div.form-modal-cell.part-more.light div.text-content{
    color: #fff;
}
/*end form-modal*/

div.ham-modal{
    position: fixed;
    will-change: transform;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    overflow: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
div.ham-modal.active{
    opacity: 1;
    filter: alpha(opacity=100);
}
div.ham-modal div.ham-modal-dialog{
    margin: 30px 15px;
    position: relative;
    z-index: 26;
    text-align: center;
}
div.ham-modal div.ham-modal-dialog .content-in{
    text-align: left;
}
div.ham-modal div.ham-modal-dialog.pos-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}
div.ham-modal div.ham-modal-dialog iframe{}
div.ham-modal div.ham-modal-dialog #wqec-player{
    text-align: center;
}
div.ham-modal div.ham-modal-dialog div.dialog-content{
    position: relative;
    display: inline-block;
}
div.ham-modal.window-modal div.ham-modal-dialog div.dialog-content{
    background: #fff;
    padding: 30px 37px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 900px;
}
div.ham-modal.window-modal div.ham-modal-dialog div.dialog-content div.content-in>*:first-child{
    margin-top: 0 !important;
}
div.ham-modal.video-modal div.ham-modal-dialog div.dialog-content{
    width: 1050px;
}
div.ham-modal.video-modal div.ham-modal-dialog div.dialog-content iframe{
    width: 100%;
    height: 590px;
}
div.ham-modal.window-modal.agreement{
    position: absolute;
    left: -99999999px;
    right: auto;
    z-index: 99999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
div.ham-modal.window-modal.agreement.active{
    display: block;
    position: fixed;
    will-change: transform;
    left: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
div.ham-modal a.close-modal{
    position: absolute;
    z-index: 99;
    display: block;
    background: url('images/modal-close.png') center no-repeat;
    background-position: center;
    cursor: pointer;
    top: 0px;
    right: -40px;
    width: 22px;
    height: 22px;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    background-size: contain;
    border-bottom: 0;
}
div.ham-modal a.close-modal:hover{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
/**/
div.modalAreaAgreement{
	z-index: 99999;
}
div.modalAreaAgreement div.ham-modal.window-modal div.ham-modal-dialog div.dialog-content{
    text-align: left;
}
/**/

div.shadow-modal{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    will-change: transform;
    z-index: 99999;
}
/*end form-modal*/

/*form*/

form.form{
    background-color: #f6f6ef;
    padding: 30px 10px;
}
form.form div.title-form{
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
form.form div.add_text{
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
    margin: 0px 0 10px;
    text-align: center;
}
form.form div.add_text.more_margin{
    margin-bottom: 25px;
}
form.form div.subtitle-form{
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    margin: 0px 0 25px;
    text-align: center;
}
form.form textarea{
    outline: none;
    resize: none;
    overflow: auto;
    text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-shadow: none;
    width: 100%;
    padding: 12px;
    height: 110px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    background-color: transparent;
}
form.form div.input-textarea{
    height: 110px;
}
form.form div.input-textarea textarea{
    height: 110px;
}
form.form.dark textarea{
    color: #6d6d6d;
}
form.form.light textarea{
    color: #6d6d6d;
}
form.form textarea.focus-anim{
    padding-top: 20px;
}
form.form textarea.focus-anim.two-rows{
    padding-top: 40px;
}
form.form textarea.focus-anim.three-rows{
    padding-top: 60px;
}
form.form div.has-error textarea{
    border-color: #a94242 !important;
}
form.form textarea:focus{
    border: 2px solid #d5d5d5;
}
form.form textarea.require{
    background: url('images/star-req.png') calc(100% - 12px) 12px no-repeat;
    background-size: 7px;
}
form.form .name-tit{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
form.form ul.form-radio{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    width: 100%;
    text-align: left;
}
form.form ul.form-radio li{
    display: block;
    font-size: 16px;
    line-height: 17px;
    padding: 0 0 5px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    color: #000;
    cursor: auto;
}
form.form ul.form-radio li:last-child{
    padding-bottom: 0 !important;
}
form.form ul.form-radio.in-line li{
    margin-top: 0;
}
form.form ul.form-radio.in-line li .button-def{
    background-color: #2878b8;
    color: #fff;
    width: 90%;
}
form.form ul.form-radio.in-line li label input[type="radio"]+span{
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
form.form ul.form-radio.in-line li label{
    display: block;
}
form.form ul.form-radio li label{
    display: inline-block;
    margin: 0;
    padding: 3px 0 0 25px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}
form.form ul.form-radio li label input[type="radio"]{
    position: absolute;
    left: -10000px;
}
form.form ul.form-radio li label input[type="radio"]+span{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    background: url("images/ic_radio.png") 0 -22px no-repeat;
    cursor: pointer;
}
form.form ul.form-radio li label input[type="radio"]:checked+span{
    background-position: 0 0;
}
form.form ul.edit-style li label{
    display: inline-block;
}

form.form ul.form-check{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    width: 100%;
    text-align: left;
}
form.form ul.form-check.alone{
    margin: 16px 0 0;
}
form.form ul.form-check li{
    display: block;
    font-size: 15px;
    line-height: 17px;
    padding: 0 0 9px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    color: #000;
    cursor: auto;
}
form.form ul.form-check>li:last-child{
    padding-bottom: 0 !important;
}
form.form ul.form-check li input[type=checkbox]{
    position: absolute;
    left: -10000px;
}
form.form ul.form-check li label{
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}
form.form ul.form-check li label input[type="checkbox"]+span{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: -1px;
    background: url("images/ic_check.png") 0 0 no-repeat;
    cursor: pointer;
}
form.form ul.form-check li label input[type="checkbox"]:checked+span{
    background-position: 0 -22px;
}
form.form div.form-select{
    /*-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0, .2);
    box-shadow: 0 0 5px 0px rgba(0,0,0, .2);*/
    position: relative;
}
form.form div.form-select div.select-list-choose{
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    display: block;
    background: #fff;
    padding: 14px 55px 15px 12px;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    min-height: 43px;
    border: 0;
    cursor: pointer;
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    color: #767676;
    overflow: hidden;
}
form.form div.form-select div.select-list-choose.wqec-first{
    color: #878787;
}
form.form div.form-select div.select-list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 58px);
    background: #fff;
    z-index: 99;
    border: 2px solid #d5d5d5;
    border-top: 0;
}
form.form div.form-select div.select-list label{
    display: block;
    font-weight: normal;
}
form.form div.form-select div.select-list span.name{
    display: block;
    padding: 12px;
    cursor: pointer;
    overflow: hidden;
}
form.form div.form-select div.select-list span.name:hover{
    background-color: #e0e0e0;
}
form.form div.form-select div.select-list span.name input{
    position: absolute;
    left: -9999999999px;
}
form.form div.form-select.open div.select-list{
    display: block;
    max-height: 194px;
    overflow: auto;
}
form.form div.form-select.open div.select-list label:last-child{
    margin-bottom: 0;
}
form.form div.form-select.open ::-webkit-scrollbar{
    width: 3px;
}
form.form div.form-select.open ::-webkit-scrollbar-thumb{
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}
form.form div.form-select div.ar-down{
    position: absolute;
    width: 44px;
    height: 44px;
    right: 2px;
    top: 2px;
    bottom: 0;
    background: #fff url('images/select_ar.png') center no-repeat;
    z-index: 10;
    border-left: 2px solid #d5d5d5;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
form.form div.input-btn{
    margin-top: 15px;
}
form.form div.wrap-agree{
    margin-top: 15px;
    position: relative;
}
form.form div.wrap-agree span.text{
    font-size: 14px;
    line-height: 20px;
}
form.form div.wrap-agree div.wrap-desc{
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    padding: 0 0 0 25px;
}
form.form div.wrap-agree div.wrap-desc a{
    color: #2285c4;
}
form.form div.wrap-agree input[type=checkbox]{
    position: absolute;
    left: -10000px;
}
form.form div.wrap-agree label{
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0 0 0 25px;
    font-weight: normal;
    cursor: pointer;
}
form.form div.wrap-agree label input[type="checkbox"]+span{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 1px;
    background: url("images/ic_check.png") 0 0 no-repeat;
    cursor: pointer;
}
form.form div.wrap-agree input[type="checkbox"]:checked+span{
    background-position: 0 -22px;
}
form.form div.wrap-agree.has-error label input[type="checkbox"]+span{
    background: #fff;
    border: 2px solid #a94242;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
form.form div.wrap-agree.has-error span.text{
    color: #a94242;
}
form.form div.load-file{
    margin: 0 0 15px;
    text-align: center;
}
form.form div.load-file label{
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px 2px;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form.form div.load-file.has-error label{
    border: 2px solid #a94242;
}
form.form div.load-file label span{
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
    font-weight: normal;
    padding: 4px 0 4px 20px;
    background: url('images/clip_form.png') left center no-repeat;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
form.form div.load-file label:hover span{
    text-decoration: none;
}
form.form div.load-file label input+span.star-req{
    position: absolute;
    display: block;
    background: url('images/star-req.png') center no-repeat;
    background-size: 7px;
    width: 7px;
    height: 7px;
    top: 12px;
    right: -23px;
}
form.form div.input{
    margin: 0 0 15px;
    position: relative;
}
form.form div.input div.bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
}
form.form div.has-error input[type="text"],
form.form div.has-error input[type="email"],
form.form div.has-error input[type="password"]{
    border-color: #a94242 !important;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}
form.form.light div.has-error input, form.form.light div.has-error textarea{
    border-color: #ff4646 !important;
}
form.form input[type="text"],
form.form input[type="email"],
form.form input[type="password"]{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    box-shadow: none !important;
    border: 2px solid #d5d5d5;
    padding: 0 12px;
    height: 54px;
    position: relative;
    font-size: 16px;
    line-height: 17px;
}
form.form input.focus-anim{
    padding-top: 11px;
    background: transparent;
}
form.form div.input span.desc{
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 16px;
    left: 16px;
    color: #767676;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
form.form div.input.in-focus span.desc{
    font-size: 12px;
    line-height: 13px;
    top: 7px;
    left: 13px;
}
form.form div.input.in-focus.input-textarea span.desc{
    top: 2px;
    left: 2px;
    right: 2px;
    padding: 7px 11px 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

form.form input.require{
    background: url('images/star-req.png') calc(100% - 12px) 50% no-repeat;
    background-size: 7px;
    padding-right: 35px;
}
/*form.form input.phone{
    background-color: #fff;
}*/

form.form div.count input{
    padding-right: 63px;
}
form.form div.count.require input{
    background: url('images/star-req.png') calc(100% - 12px) 50% no-repeat;
    background-size: 7px;
    padding-right: 100px
}
form.form div.count.require span.minus{
    right: 65px;
}
form.form div.count.require span.plus{
    right: 35px;
}
form.form input:focus{
    border: 2px solid #d5d5d5;
    outline: -webkit-focus-ring-color auto 0px;
}
form.form div.input.date-wrap{
    position: relative;
}
form.form div.input.date-wrap.require:before{
    right: 32px;
}
form.form div.input.date-wrap:before{
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    background-position: 5px;
    background: url('images/calendar.png') center no-repeat;
    width: 19px;
    height: 23px;
    z-index: 5;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
form.form div.input.date-wrap.require input{
    background: url('images/star-req.png') calc(100% - 12px) 50% no-repeat;
    background-size: 7px;
}
form.form div.load{
    margin: 35px 0 0;
    display: none;
    text-align: center;
}
form.form table.wrap-act{
    height: 100%;
}
form.form table.wrap-act td{
    vertical-align: top;
}
div.modalAreaForm form.form table.wrap-act{
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
div.modalAreaForm form.form table.wrap-act td{
    vertical-align: middle;
}
div.modalArea{
    position: relative;
}
div.modalArea.z-index-99999{
    z-index: 99999;
}
form.form div.load.active{
    display: block;
}
form.form button.btn-submit{
    display: none;
    /*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    width: 100%;
}
form.form button.btn-submit.active{
    display: block;
    text-align: center;
}
form.form div.thank, form.form div.timeout_text{
    display: none;
    text-align: center;
    font-size: 22px;
    color: #1c1c1c;
    line-height: 26px;
}
form.form div.thank.active, form.form div.timeout_text.active{
    display: block;
}
form.form div.questions{
    display: none;
}
form.form div.questions.active{
    display: block;
}
form.form div.questions.no-thanks{
    display: block;
}
form.form div.count{
    position: relative;
}
form.form div.count span.plus, form.form div.count span.minus{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background: url('images/catalog-ic-minus-plus.png') no-repeat;
    cursor: pointer;
}
form.form div.count span.plus{
    background-position: top left;
    right: 15px;
}
form.form div.count span.minus{
    background-position: top right;
    right: 45px;
}
/*text_color*/

form.form.light div.title, form.form.light div.title-form{
    color: #fff;
}
form.form.light div.subtitle, form.form.light div.add_text, form.form.light div.subtitle-form{
    color: #fff;
}
form.form.light .name-tit{
    color: #fff;
}
form.form.light ul.form-radio li{
    color: #fff;
}
form.form.light ul.form-check li{
    color: #fff;
}
form.form.light input, form.form.light textarea{
    border-color: transparent;
    color: #181818;
}
form.form.light input:focus, form.form.light textarea:focus{
    border-color: transparent;
    color: #6d6d6d;
}
form.form.light div.load-file label span{
    color: #fff;
}
form.form.light div.wrap-agree span.text{
    color: #fff;
}
form.form.light div.thank, form.form.light div.timeout_text{
    color: #fff;
}
form.form.light div.wrap-agree div.wrap-desc a{
    color: #fff;
    text-decoration: underline;
}
form.form.light div.wrap-agree div.wrap-desc a:hover{
    text-decoration: none;
}
form.form.light div.form-select div.select-list-choose{
    border-color: #fff;
}
form.form.light div.form-select div.select-list{
    border-color: #fff;
}
/**/

form.form.dark div.title, form.form.dark div.title-form{
    color: #181818;
}
form.form.dark div.subtitle, form.form.dark div.subtitle-form{
    color: #8c8c8c;
}
form.form.dark .name-tit{
    color: #181818;
}
form.form.dark ul.form-radio li{
    color: #181818;
}
form.form.dark ul.form-check li{
    color: #181818;
}
form.form.dark input, form.form.dark textarea{
    border-color: #d5d5d5;
    color: #181818;
}
form.form.dark div.load-file label span{
    color: #5c5c5c;
}
form.form.dark div.wrap-agree span.text{
    color: #8c8c8c;
}
form.form.dark div.thank, form.form.dark div.timeout_text{
    color: #181818;
}
form.form.dark div.wrap-agree div.wrap-desc a{
    color: #2285c4;
}
form.form.dark div.form-select div.select-list-choose{
    color: #767676;
    border-color: #d5d5d5;
}
form.form.dark div.form-select div.select-list{
    color: #767676;
    border-color: #d5d5d5;
}
form.form input.picker_color+span{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    cursor: pointer;
    z-index: 10;
    background-color: #77a6c5;
    background-position: center;
    background-repeat: no-repeat;
}
form.form input.picker_color+span.call_picker{
    background-image: url('images/setting/picker.png');
}
form.form input.picker_color+span.cancel_picker{
    background-image: url('images/white-close.png');
}
form.form div.picker-wrap{
    position: absolute;
    top: -80px;
    left: -999999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 15px;
    background-color: #eee;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.32);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form.form div.picker-wrap.on{
    opacity: 1;
    filter: alpha(opacity=100);
    left: 75%;
    z-index: 10;
}
form.form div.picker-wrap .picker-close{
    position: absolute;
    z-index: 99;
    display: block;
    background: url("images/gray-close.png") center no-repeat;
    background-position: center;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
}
/**/

form.form-box div.inp-show-js{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
form.form-box div.inp-show-js.active{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
/**/

form.form-box div.inp-desc-style.active{
    padding: 0 0 5px 30px;
    font-size: 14px;
    line-height: 19px;
    color: #5d5d5d;
    background: url("images/cart/info.png") left top no-repeat;
    margin: 16px 0 0;
    position: static;
}
form.form-box .name-tit-choose{
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 20px;
}
form.form-box div.ham-inp.active{
    position: relative;
}
form.form-box div.ham-inp.input-textarea{
    height: auto;
    border: 2px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form.form-box div.ham-inp.input-textarea textarea{
    height: auto;
    border: 0;
}
form.form-box div.outer-inp-price-style{
    font-size: 14px;
    line-height: 14px;
    background-color: #fff;
    right: 45px;
    top: 0;
    bottom: 0;
    color: #45a71f;
    position: absolute;
}
form.form-box div.outer-inp-price-style.active{
    padding: 0 5px 0 20px;
}
form.form-box table.inp-price-style{
    height: 100%;
}
form.form-box table.inp-price-style td{
    white-space: nowrap;
}
/*text_color*/

/**/
div.wrap-modal{
    display: none;
    position: relative;
    z-index: 1020;
}
div.wrap-modal.blur{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}
div.wrap-modal.open{
    display: block;
}
div.wrap-modal div.wrap-modal-outer{
    position: fixed;
    will-change: transform;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    visibility: visible;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
div.wrap-modal div.wrap-modal-outer>.container{
    height: 100%;
}
div.wrap-modal div.wrap-modal-outer{
    position: fixed;
    will-change: transform;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    visibility: visible;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
div.wrap-modal div.wrap-modal-outer div.wrap-modal-inner{
    background: #fff;
    margin: 30px 0;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
div.wrap-modal div.wrap-modal-outer div.wrap-modal-inner.open{
    opacity: 1;
    filter: alpha(opacity=100);
}
div.wrap-modal div.wrap-modal-outer div.wrap-modal-inner.pos-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}
div.wrap-modal div.wrap-modal-outer div.wrap-modal-inner.margin-on{
    margin: 5% 0;
}
/**/
div.wrap-modal div.scroll-close{
    position: absolute;
    z-index: 1030;
    display: block;
    top: 0;
    width: 100%;
}
div.wrap-modal.open div.scroll-close{
    position: fixed;
    will-change: transform;
}
div.wrap-modal div.scroll-close>div.container{
    position: relative;
    margin: auto;
}
div.wrap-modal div.scroll-close a.wrap-modal-close{
    position: absolute;
    background: url('images/cancel_white.png') center no-repeat;
    background-position: center;
    cursor: pointer;
    top: 10px;
    right: -25px;
    width: 29px;
    height: 29px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-size: contain;
    border-bottom: 0;
}
div.wrap-modal div.modal-arrows{
    z-index: 99999;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
}
div.wrap-modal.open div.modal-arrows{
    position: fixed;
    will-change: transform;
}
div.wrap-modal div.modal-arrows div.next, div.wrap-modal div.modal-arrows div.prev{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
div.wrap-modal div.modal-arrows div.prev{
    left: 0px;
    background: url("images/catalog-detail-arrows.png") no-repeat top left;
}
div.wrap-modal div.modal-arrows div.next{
    right: 0px;
    background: url("images/catalog-detail-arrows.png") no-repeat top right;
}
/**/

footer{
    position: relative;
    opacity: ;
    filter: alpha(opacity=);
}
footer div.bg-footer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
footer.tone-light.def-bg div.bg-footer{
    background-image: url("images/footer-bg-light.jpg");
}
footer.tone-dark.def-bg div.bg-footer{
    background-image: url("images/footer-bg.jpg");
}
footer div.footer-content-wrap{
    padding: 60px 0;
    position: relative;
    z-index: 5;
    text-align: center;
}
footer div.footer-content-wrap div.logotype{}
footer div.footer-content-wrap div.logotype img{
    max-height: 150px;
}
footer div.footer-content-wrap div.descript{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cecece;
    margin-top: 20px;
}
footer.tone-light div.footer-content-wrap div.descript{
    color: #3a3a3a;
}
footer div.footer-content-wrap div.contacts-table-wrap{
    margin-top: 40px;
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    padding: 15px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
footer.tone-light div.footer-content-wrap div.contacts-table-wrap{
    background: rgba(238, 238, 238, .8);
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell{
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell:last-child{
    border-right: 0;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number, footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number p, footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number h1, footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number h2, footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number h3{
    font-size: 23px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    margin: 0;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number a{
    text-decoration: none;
    font-size: 23px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 0;
}
footer.tone-light div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number, footer.tone-light div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number a{
    color: #3a3a3a;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.number a span{
    border-bottom: 0px !important;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.email{
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
    margin-top: 3px;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.email a{
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 1px solid;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.email a:hover{
    border-bottom-color: transparent;
}
footer.tine-light div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.email, footer.tone-light div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.email a{
    color: #3a3a3a;
}
footer div.footer-content-wrap div.contacts-table-wrap div.contacts-table div.contacts-cell.socials div.socials{
    position: relative;
    top: 0px;
}
footer div.footer-content-wrap div.info{
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
    color: #e2e2e2;
}
footer.tone-light div.footer-content-wrap div.info{
    color: #3a3a3a;
}
footer div.footer-content-wrap div.copyright{
    margin-top: 30px;
    text-align: center;
}
footer div.footer-content-wrap div.copyright a{
    margin-left: 100px;
}
footer div.footer-content-wrap div.copyright a:first-child{
    margin-left: 0;
}
footer div.footer-content-wrap div.copyright a.hameleon{
    background-repeat: no-repeat;
    background-position: center -20px;
    background-image: url('images/hameleon-copyright.png');
    position: relative;
    width: 103px;
    height: 18px;
    display: inline-block;
}
footer.tone-light div.footer-content-wrap div.copyright a.hameleon{
    background-image: url('images/hameleon-copyright2.png');
}
footer div.footer-content-wrap div.copyright a.users_copyright{
    display: inline-block;
    opacity: 1;
}
footer div.footer-content-wrap div.copyright a.users_copyright span{
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    border: 0;
}
footer.tone-light div.footer-content-wrap div.copyright a.users_copyright span{
    color: #3a3a3a;
}
footer div.footer-content-wrap div.copyright a.users_copyright img{
    display: inline-block;
}
footer div.wrap-agree{
    text-align: center;
}
footer ul.wrap-agree{
    margin: 10px auto;
    padding: 0;
    display: inline-block;
}
footer ul.wrap-agree li{
    display: inline-block;
    padding: 5px 15px 5px 20px;
    background: url('images/point-agree.png') left center no-repeat;
}

footer ul.wrap-agree li:first-child{
    background: none;
    padding-left: 0;
}
footer ul.wrap-agree li:last-child{
    padding-right: 0;
}
footer ul.wrap-agree li a{
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    color: #d3c7c7;
    text-decoration: underline;
}
footer.tone-light ul.wrap-agree li a{
    color: #755b5b;
}
footer ul.wrap-agree li a:hover{
    text-decoration: none;
}
footer div.footer-reqs{
    text-align: center;
    padding: 12px 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    background: rgba(0, 0, 0, .2);
    position: relative;
}
footer.tone-light div.footer-reqs{
    color: #3a3a3a;
    background: rgba(180, 180, 180, .5);
}
/*end footer div.footer-content-wrap*/


.color-row{
    margin: 11px -5px 0;
}
.color-col{
    width: 58.5px;
    padding: 0 3px;
    margin-bottom: 3px;
    float: left;
}
.color-col>label{
    width: 100%;
    margin: 0;
}
.color-col>label input[type="radio"]{
    position: absolute;
    left: -10000px;
}
.color-col>label input[type="radio"]+span{
    display: block;
    height: 52.5px;
    cursor: pointer;
    border: 3px solid transparent;
}
.color-col>label input[type="radio"]:checked+span{
    background-position: center;
    border: 3px solid #fff;
}
.color-col>label input[type="radio"]+span>span{
    display: block;
    height: 100%;
    background-image: url("images/ic_point_color.png");
    background-position: -100px;
    background-repeat: no-repeat;
}
.color-col>label input[type="radio"]:checked+span>span{
    background-position: center;
}
/*404*/

div.error-404{
    background: url("images/404.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
div.error-404 div.message404{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
div.error-404 div.message404 span{
    display: block;
    margin-bottom: 10px;
    font-size: 180px;
    line-height: 150px;
}
/*demo*/

div.expired-page{
    background: url("images/expired.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
div.expired-page div.expired-shadow{
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
div.expired-page table{
    width: 100%;
    border: 0;
    border-collapse: collapse;
    min-height: 700px;
}
div.expired-page table td{
    text-align: center;
    padding-bottom: 120px;
    position: relative;
}
div.expired-page table td div.expired-container{
    position: relative;
}
div.expired-page table td div.expired-container div.logo{
    margin-bottom: 50px;
}
div.expired-page table td div.expired-container div.first-text{
    color: #fff;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 60px;
}
div.expired-page table td div.expired-container div.first-text span{
    text-decoration: underline;
}
div.expired-page table td div.expired-container div.expired-form{
    margin-bottom: 60px;
    text-align: center;
}
div.expired-page table td div.expired-container div.expired-form a.button{
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border: 0;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0px 21px 30px rgba(0, 0, 0, .5);
    background: #dc2f2f;
    color: #fff !important;
}
div.expired-page table td div.expired-container div.second-text{
    color: #ccc;
    font-size: 15px;
    line-height: 19px;
}
div.expired-page table td div.bottom-links{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
div.expired-page table td div.bottom-links div.link{
    margin-bottom: 10px;
}
div.expired-page table td div.bottom-links div.link a{
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: #ccc;
}
div.expired-page table td div.bottom-links div.link a:hover{
    text-decoration: none;
}
.light-blue{
    background-color: #2285c4;
}
.yellow{
    background-color: #e59a05;
}
.orange{
    background-color: #e5420b;
}
.light-green{
    background-color: #66b132;
}
.dark-green{
    background-color: #358a69;
}
.purple{
    background-color: #da0b76;
}
.pink{
    background-color: #ff00ae;
}
.dark-blue{
    background-color: #193cec;
}
.brown{
    background-color: #936200;
}
.red{
    background-color: #8d0909;
}
.green{
    background-color: #3d860b;
}
.light-dark-green{
    background-color: #08d585;
}
.dark-gray{
    background-color: #494949;
}
.violet{
    background-color: #b71cea;
}
i.fa-info{
    font-size: 13px;
}
/**/

div.wind-modal{
    z-index: 1060;
}
div.wind-modal div.modal-dialog{
    width: 900px;
    margin: 50px auto;
    position: relative;
    z-index: 26;
}
div.wind-modal div.modal-dialog div.wind-content{
    background: #fff;
}
div.wind-modal{
    position: absolute;
}
div.wind-modal.in, div.wind-modal.active{
    position: fixed;
    will-change: transform;
}
div.wind-modal div.click-for-reset{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
    display: none;
}
div.wind-modal div.click-for-reset.on{
    display: block;
    position: fixed;
    will-change: transform;
}
div.wind-modal a.form-close, div.wind-modal a.agree-close{
    position: absolute;
    z-index: 99999;
    display: block;
    background: url('images/modal-close.png') center no-repeat;
    background-position: center;
    cursor: pointer;
    top: -30px;
    right: -30px;
    width: 22px;
    height: 22px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background-size: contain;
    border-bottom: 0;
}
div.wind-modal.active{
    display: block;
}
div.shadow-agree{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
div.shadow-agree.on{
    background: rgba(0, 0, 0, 0.45);
    display: block;
    position: fixed;
    will-change: transform;
    z-index: 1050;
}
div.wind-modal.agree-modal{
    z-index: 1110;
}
div.agree-modal div.modal-dialog{}
div.agree-modal div.modal-dialog div.wind-content{
    background: #fff;
    padding: 30px 37px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
div.agree-modal div.modal-dialog div.wind-content h2{
    display: block;
    font-size: 33px;
    line-height: 42px;
    color: #171717;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
div.hameltimer{
    background-color: transparent;
    border: 0;
    margin-bottom: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
div.hameltimer.active{
    opacity: 1;
    filter: alpha(opacity=100);
}
div.hameltimer div.numbers{
    text-align: center;
}
div.hameltimer div.numbers div.sep{
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: -27px;
}
div.hameltimer div.numbers div.timer-part{
    display: inline-block;
}
div.hameltimer div.numbers div.timer-part span{
    display: block;
}
div.hameltimer div.numbers div.timer-part span.t-top{
    font-size: 52px;
    line-height: 52px;
}
div.hameltimer div.numbers div.timer-part span.t-bot{
    font-size: 12px;
    line-height: 12px;
    margin-top: 1px;
}
div.hameltimer div.numbers div.timer_left{
    margin-right: 10px;
}
div.hameltimer div.numbers div.timer_center{
    margin: 0 10px;
}
div.hameltimer div.numbers div.timer_right{
    margin-left: 10px;
}
div.hameltimer div.names{
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}
div.wind-modal div.modal-dialog div.wind-content{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.list-contacts-modal{
    padding: 20px;
}
div.list-contacts-modal table{
    width: 100%;
}
div.list-contacts-modal table tr{
    border-bottom: 1px solid #d1dce0;
}
div.list-contacts-modal table td{
    padding: 19px;
    text-align: left;
}
div.list-contacts-modal table tr:last-child{
    border-bottom: 0;
}
div.list-contacts-modal table td>*:first-child{
    margin-top: 0 !important;
}
div.list-contacts-modal table td div.phone{
    font-size: 22px;
    line-height: 22px;
    color: #000;
}
div.list-contacts-modal table td div.phone a{
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}
div.list-contacts-modal table td div.email{}
div.list-contacts-modal table td div.email a{
    font-size: 17px;
    line-height: 22px;
    color: #1a8fe9;
    text-decoration: none;
    border-bottom: 1px solid #7c7c7c;
}
div.list-contacts-modal table td div.email a:hover{
    border-bottom-color: transparent;
}
div.list-contacts-modal table td div.desc{
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    margin-top: 2px;
}
div.socials{
    white-space: nowrap;
    position: relative;
}
div.socials a.soc_ic{
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
[class^="concept-"]:before, [class*=" concept-"]:before{
    width: auto;
    margin-right: 0;
    line-height: 0;
    margin-left: 0;
}
div.socials a.soc_ic i{
    position: absolute;
    color: #fff;
    margin: 0;
    font-family: none;
    font-size: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.socials a.soc_ic.soc_tw i{
    font-size: 11px;
}
div.socials a.soc_ic i:before{
    position: relative;
}
div.socials a.soc_ic.soc_vk{
    background-color: #507299;
}
div.socials a.soc_ic.soc_fb{
    background-color: #23599b;
}
div.socials a.soc_ic.soc_tw{
    background-color: #00bbe7;
}
div.socials a.soc_ic.soc_yu{
    background-color: #e62117;
}
div.socials a.soc_ic.soc_ins{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
div.socials a.soc_ic.soc_tw i{
    font-size: 11px;
}
div.socials a.soc_ic.soc_tlg{
    background-color: #33aae0;
}
div.socials a.soc_ic.soc_ok{
    background-color: #f7931e;
}
.public_shares{
    position: fixed;
    will-change: transform;
    z-index: 999;
    left: 35px;
    top: 200px;
}
.public_shares a{
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .7;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.public_shares a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.public_shares a span{
    position: absolute;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    left: calc(100% + 5px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 2px 10px;
    background-color: #777;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    border-bottom: 0;
}
.public_shares a:hover span{
    display: block;
}
.public_shares a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 21px;
    margin: 0;
}
.public_shares a.vkontakte{
    background-color: #507299;
}
.public_shares a.facebook{
    background-color: #23599b;
}
.public_shares a.twitter{
    background-color: #00bbe7;
}
.public_shares a.vkontakte i{
    top: calc(50% - 1px);
}
.public_shares a.facebook i{
    top: calc(50% - 1px);
}
.public_shares a.twitter i{
    font-size: 16px;
    left: calc(50% + 1px);
}


@-webkit-keyframes xLoaderAudioWaveK{
    0%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    25%{
        height: 30px;
        transform: translateY(15px);
        background: #fff
    }
    50%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    100%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
}
@-moz-keyframes xLoaderAudioWaveK{
    0%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    25%{
        height: 30px;
        transform: translateY(15px);
        background: #fff
    }
    50%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    100%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
}
@-ms-keyframes xLoaderAudioWaveK{
    0%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    25%{
        height: 30px;
        transform: translateY(15px);
        background: #fff
    }
    50%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    100%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
}
@-o-keyframes xLoaderAudioWaveK{
    0%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    25%{
        height: 30px;
        transform: translateY(15px);
        background: #fff
    }
    50%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    100%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
}
@keyframes xLoaderAudioWaveK{
    0%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    25%{
        height: 30px;
        transform: translateY(15px);
        background: #fff
    }
    50%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
    100%{
        height: 5px;
        transform: translateY(0);
        background: #fff
    }
}

button.btn-green{
    font-size: 19px;
    line-height: 19px;
    background-color: #5cba86;
    color: #fff;
    border: 0;
    padding: 20px 30px 20px 50px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    background-position: 20px 18px;
    background-repeat: no-repeat;
    background-image: url(images/ic_point_color.png);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

/**/
.empty-template{
    display: none;
}
/**/


/*new_catalog_style*/

div.tabb-content-wrap{
    position: relative;
}
div.tabb-content-wrap div.tabb-content{
    position: absolute;
    z-index: -1;
    padding-top: 30px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
div.tabb-content-wrap div.tabb-content.active{
    z-index: 5;
    padding-top: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    position: static;
    transition: opacity .7s;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    visibility: visible;
    overflow: visible;
    height: auto;
}
/*box*/

.wrapper-mbox div.open-box a.box_link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 999;
}
.wrapper-mbox div.open-box.no-empty .before_pulse, .wrapper-mbox div.open-box.no-empty .after_pulse{
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: ham_box_pulse 7s linear infinite;
    opacity: 0;
}
.wrapper-mbox div.open-box.no-empty .after_pulse{
    animation-delay: .5s;
}
@keyframes ham_box_pulse{
    0%{
        transform: scale(0.5);
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    20%{
        transform: scale(1.2);
        opacity: 0;
    }
    100%{
        transform: scale(1.2);
        opacity: 0;
    }
}
.wrapper-mbox div.m-box-outer{
    -webkit-transition: right .9s;
    -moz-transition: right .9s;
    -o-transition: right .9s;
    transition: right .9s;
    max-width: 1140px;
    position: absolute;
    left: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
}
.wrapper-mbox div.m-box-outer.on.open{
    right: 0;
}
.wrapper-mbox div.m-box-outer.open{
    position: fixed;
    will-change: transform;
    right: -100%;
    left: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #fff;
}
.wrapper-mbox div.m-box-inner{
    overflow: hidden;
    height: 100%;
}
.wrapper-mbox div.m-box-inner div.head{
    background: url(images/cart/bg.jpg) left top no-repeat;
    position: relative;
    background-size: cover;
    padding: 15px 21px;
}
.wrapper-mbox div.m-box-inner div.head .inbox-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}
.wrapper-mbox div.m-box-inner div.head table{
    width: 100%;
    min-height: 70px;
    position: relative;
}
.wrapper-mbox div.m-box-inner div.head table td{}
.wrapper-mbox div.m-box-inner div.head table td.box-image{}
.wrapper-mbox div.m-box-inner div.head table td.box-image div{
    width: 80px;
    height: 70px;
    background: url(images/cart/box.png) left center no-repeat;
}
.wrapper-mbox div.m-box-inner div.head table td.title{
    text-align: center;
    font-size: 35px;
    line-height: 37px;
    color: #fff;
}
.wrapper-mbox div.m-box-inner div.head a.cancel-box{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 10;
    background: url(images/cart/close.png) center no-repeat;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}
.wrapper-mbox div.m-box-inner div.body{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrapper-mbox div.m-box-inner div.body.static{
    position: static;
    height: auto !important;
}
.wrapper-mbox div.m-box-inner div.body table.main-table{
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.wrapper-mbox div.m-box-inner div.body table.main-table td.left-p, .wrapper-mbox div.m-box-inner div.body table.main-table td.right-p{
    padding: 40px 35px 110px;
    vertical-align: top;
    position: relative;
}
.wrapper-mbox div.m-box-inner div.body td.left-p{
    background-color: #fff;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area{}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product{
    width: 100%;
    margin-bottom: 40px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product>tbody>tr{
    border-bottom: 1px solid #e0e0e0;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product>tbody>tr>td{
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: top;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product>tbody>tr:first-child>td{
    padding-top: 0;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info{
    padding-left: 0;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info table{
    width: 100%;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info table td.img{
    width: 70px;
    padding-right: 15px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info table td.img img{
    max-height: 70px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info table td.name{}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info table td.name div.main{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 2px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.product-info table td.name div.other{
    font-size: 14px;
    line-height: 20px;
    color: #b1a9a9;
    font-style: italic;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box{
    height: 24px;
    margin: auto;
    margin-bottom: 10px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table{
    width: 100%;
    height: 100%;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td{}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td.left{
    width: 28px;
    height: 100%;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td.right{
    width: 28px;
    height: 100%;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td.minus{
    cursor: pointer;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td.minus div{
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 100%;
    background: url(images/cart/min.jpg) center no-repeat;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td.plus{
    cursor: pointer;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td.plus div{
    border: 1px solid #cccccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 100%;
    background: url(images/cart/plus.png) center no-repeat;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td input[type="text"],
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td input[type="password"],
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td input[type="email"]{
    width: 100%;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 100%;
    text-align: center;
    padding: 0 2px;
    font-size: 15px;
    line-height: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td input[type="text"]:focus,
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td input[type="password"]:focus,
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.count-box table td input[type="email"]:focus{
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    outline: -webkit-focus-ring-color auto 0px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.price-one{
    font-size: 15px;
    line-height: 20px;
    color: #808090;
    margin-bottom: 3px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.counter div.price-old{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: line-through;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.price{
    vertical-align: top;
    text-align: center;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr:first-child>td.price{
    padding-top: 2px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.price div.price-one{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 3px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.price div.price-old{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: line-through;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.remove-wrap{
    position: relative;
    padding-right: 0;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.remove-wrap div{
    position: relative;
    width: 14px;
    height: 19px;
    margin-left: auto;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.remove-wrap a.remove{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("images/cart/remove.png") left top no-repeat;
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.product-area table.product tr>td.remove-wrap a.remove:hover{
    background: url("images/cart/remove.png") right top no-repeat;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.wrap-adv-table{
    margin-bottom: 40px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table div.adv-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td{
    vertical-align: middle;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.img{
    width: 60px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.img img{
    max-width: 60px;
    max-height: 60px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.img div.icon{
    width: 60px;
    text-align: center;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.img div.icon.default{
    width: 60px;
    height: 60px;
    background: url("images/goog.png") no-repeat center;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.img div.icon i{
    font-size: 40px;
    line-height: 60px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.img div.icon.default{}
.wrapper-mbox div.m-box-inner div.body td.left-p div.adv-table table td.text{
    font-size: 14px;
    line-height: 17px;
    padding-left: 15px;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 35px;
}
.wrapper-mbox div.m-box-inner div.body.static td.left-p div.buttons{
    position: static;
    padding: 0;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons table{
    width: 100%;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons table td{}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons table td.left{}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons table td.left a{
    font-size: 16px;
    line-height: 16px;
    padding: 21px 35px 20px;
    float: left;
    background-color: rgba(232, 232, 232, 0.7);
    color: #909090;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons table td.right{
    text-align: right;
}
.wrapper-mbox div.m-box-inner div.body td.left-p div.buttons table td.right a{
    display: inline-block;
    padding: 6px 0 4px 30px;
    background: url("images/cart/info.png") left center no-repeat;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    color: #2d7fd4;
}
.wrapper-mbox div.m-box-inner div.body td.right-p{
    background-color: #f6f6ef;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.total{
    text-align: center;
    margin-bottom: 25px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.total.sale_on{
    border-bottom: 10px dotted #fff;
    padding-bottom: 20px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.total div.desc-top{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.total div.total-price{
    font-size: 35px;
    line-height: 42px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.updesc{
    font-size: 14px;
    line-height: 20px;
    color: #383838;
    text-align: center;
    margin-bottom: 50px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.updesc span.total{
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    padding: 7px 10px;
    background-color: #fff200;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.buttons{
    text-align: center;
    margin-bottom: 40px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.buttons a.first-b{
    display: block;
    margin-bottom: 25px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.buttons a.sec-b{
    display: inline-block;
    text-decoration: none;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.comment{
    color: #7a7a7a;
    font-size: 13px;
    line-height: 19px;
    padding: 16px 20px;
    border: 1px dashed #bdbdb8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.clear{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 35px;
    text-align: center;
}
.wrapper-mbox div.m-box-inner div.body.static td.right-p div.clear{
    position: static;
    padding: 0;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.clear a{
    font-size: 16px;
    line-height: 16px;
    padding: 24px 0 20px 25px;
    display: inline-block;
    background: url("images/cart/trash.png") left center no-repeat;
    color: #909090;
}
.wrapper-mbox div.m-box-inner div.body td.right-p div.clear a:hover{
    color: #f00;
    background-image: url("images/cart/trash_red.png");
}
.wrapper-mbox form.form{
    padding: 0;
    background-color: transparent;
    height: 100%;
}
.wrapper-mbox div.style-box-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    background: url("images/cart/back-box.png") center no-repeat;
    cursor: pointer;
    display: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.wrapper-mbox div.style-box-back:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.wrapper-mbox div.style-box-back.active{
    display: block;
}
.wrapper-mbox div.info-table.active{
    display: block;
}
.wrapper-mbox div.form-order div.areabox-form.active{
    display: block;
}
.wrapper-mbox div.info-table{
    display: none;
}
.wrapper-mbox div.form-order div.areabox-form{
    display: none;
}
.open-box{
    position: fixed;
    will-change: transform;
    right: 50px;
    top: 200px;
    width: 72px;
    height: 72px;
    background: url('images/cart/cart-ico-gr.png') center no-repeat;
    background-color: #dcdcdc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
}
.open-box.no-empty,
.open-box a.box_link{
    cursor: pointer;
}
.area_for_mini_box.mod_cat_opened .open-box{
    display: none;
}
.open-box span.count{
    position: absolute;
    top: -3px;
    left: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    border: 3px solid #fff;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    display: none;
}
.open-box.no-empty span.count{
    display: block;
}
.open-box span.desc-empty, .open-box span.desc-no-empty{
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    padding: 5px 14px 6px;
    background-color: #959797;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: calc(100% + 10px);
    display: none;
}
.open-box.box-empty{
    -webkit-box-shadow: 0 15px 35px 15px rgba(255, 255, 255, .3);
    box-shadow: 0 15px 35px 15px rgba(255, 255, 255, .3);
}
.open-box.no-empty{
    background: url('images/cart/cart_wh.svg') center no-repeat;
    -webkit-box-shadow: 0 15px 35px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px 15px rgba(0, 0, 0, .1);
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    background-size: 31px;
}
div.wrapper-mbox.main-color-btn-dark .open-box.no-empty{
    background-image: url(images/cart/cart_bl.svg);
}
.open-box.no-empty:hover span.desc-no-empty{
    display: block;
}
.open-box.no-empty span.desc-empty{
    display: none !important;
}
.open-box:hover span.desc-empty{
    display: block;
}
/**/

.open-box-mob{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-color: #676767;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}
.open-box-mob a.box-show{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
}
.open-box-mob div.wrap-img-count{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.open-box-mob div.wrap-img-count span.icon{
    background-image: url("images/cart/cart_wh.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    display: inline-block;
    float: left;
}
div.wrapper-outer.main-color-btn-dark .open-box-mob.no-empty div.wrap-img-count span.icon{
    background-image: url(images/cart/cart_bl.svg);
}
div.wrapper-outer.main-color-btn-dark .open-box-mob div.wrap-img-count span.count{
    color: #000;
}

header.slide.fixed .open-box-mob.no-empty div.wrap-img-count span.icon{
    width: 20px;
    height: 20px;
}

.open-box-mob div.wrap-img-count span.count{
    display: none;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}
header.slide.fixed .open-box-mob.no-empty div.wrap-img-count span.count{
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.open-box-mob a.box_link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 999;
}
.mob-cart-on .mob-cart{
    position: relative;
}
header.slide.fixed table.header-block-mob{
    margin: 0;
}
header.slide.fixed .header-block-mob-wrap{
    margin: 0 -15px;
}
table.header-block-mob{
    height: 44px;
    width: 100%;
    border: 0;
    margin: 10px 0;
    position: relative;
}
header.slide.fixed.menu-scroll-none table.header-block-mob td.mob-callmenu a{
    display: none;
}
table.header-block-mob td.mob-callmenu a{
    display: inline-block;
    float: left;
    color: #fff;
    width: 44px;
    height: 44px;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: auto;
}
/*
table.header-block-mob td.mob-callmenu a span{
    width: 18px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/burger-mob.png);
    background-size: contain;
}
header.tone-dark.fixed table.header-block-mob td.mob-callmenu a span{
    background-image: url(images/burger-mob.png);
}
header.tone-light.fixed table.header-block-mob td.mob-callmenu a span{
    background-image: url('images/burger2.png');
}*/
table.header-block-mob td.mob-logo{
    width: 100%;
    padding: 0 10px;
}
table.header-block-mob td.mob-logo img{
    margin: auto;
    max-height: 40px;
}
table.header-block-mob.no-menu td.mob-logo img{
    margin-left: 0;
}
header.slide.fixed table.header-block-mob td.mob-logo img{
    max-height: 35px;
}
table.header-block-mob .empty-mob-block{
    width: 44px;
}
header.slide.fixed table.header-block-mob .empty-mob-block{
    width: 54px;
}
table.header-block-mob td.mob-contacts a{
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
}
table.header-block-mob.cart-on td.mob-contacts a{
    margin-left: 10px;
}
table.header-block-mob td.mob-contacts a span{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
div.wrapper-outer.main-color-btn-dark table.header-block-mob td.mob-contacts a span{
    background-image: url(images/call_contacts_dark.png);
}
div.wrapper-outer.main-color-btn-light table.header-block-mob td.mob-contacts a span{
    background-image: url('images/call_contacts_light.png');
}
header.slide.fixed table.header-block-mob.no-cart td.mob-contacts a span{
    width: 30px;
    height: 30px;
    top: calc(50% - 1px);
}

header.slide.fixed table.header-block-mob td.mob-callmenu a,
header.slide.fixed table.header-block-mob td.mob-contacts a{
    background-color: transparent;
}
header.slide.fixed table.header-block-mob td.mob-contacts a{
    margin-left: 0;
}
header.slide.fixed .open-box-mob{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

header.slide.fixed table.header-block-mob td.mob-callmenu a{
    width: 54px;
    height: 54px;
}
header.slide.fixed table.header-block-mob td.mob-contacts a{
    width: 54px;
    height: 54px;
}
header.slide.fixed .open-box-mob{
    width: 54px;
    height: 54px;
}
/**/

.button-def.click_box[data-box-action="add"]{
    display: block;
    margin-bottom: 10px;
}
.button-def.click_box[data-box-action="add"] span{
    position: static;
    text-overflow: ellipsis;
    overflow: hidden;
}
.button-def.click_box[data-box-action="add"] span.first,
.button-def.click_box[data-box-action="add"].added span.second{
    display: inline-block;
}
.button-def.click_box[data-box-action="add"].added span.first, .button-def.click_box[data-box-action="add"] span.second{
    display: none;
}
.button-def.click_box[data-box-action="add"].added{
    background-color: green;
    color: #fff;
}
.button-def.click_box[data-box-action="add"].added:hover{
    background-color: green;
    color: #fff;
}
.button-def.click_box[data-box-action="add"].added span.second{
    color: #fff;
    padding-left: 25px;
    background: url('images/cart/add.png') left center no-repeat;
}
div.def-callback{
    display: none;
}
div.def-callback.active{
    display: block;
}
/*alert*/

div.alert-block{
    position: fixed;
    will-change: transform;
    top: 100px;
    left: 80px;
    z-index: 99998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: auto;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
div.alert-block div.hameleon-alert-btn{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 74px;
    height: 74px;
    background: url('images/alert.png') center no-repeat;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
div.alert-block div.hameleon-alert-btn.on{
    cursor: default;
}
.mgo-widget-alert_pulse{
    position: relative;
    z-index: 2;
    height: 38px;
    width: 38px;
    background-color: #ff0000;
    border-radius: 100%;
    margin: auto 0;
    opacity: 1;
    /*    -webkit-animation: shake 2s infinite ease-in-out;
    animation: shake 2s infinite ease-in-out;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;*/
}
.mgo-widget-alert_pulse:after, .mgo-widget-alert_pulse:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #ff0000;
    border-radius: 100%;
    -webkit-animation: hamPulse 15s linear infinite;
    animation: hamPulse 15s linear infinite;
    z-index: 1;
    transform: scale(0);
}
.mgo-widget-alert_pulse:before{
    margin: auto 0 auto -32.5px;
    height: 65px;
    width: 65px;
    opacity: .5;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.mgo-widget-alert_pulse:after{
    margin: auto 0 auto -46px;
    height: 92px;
    width: 92px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    opacity: .25;
}
div.alert-block div.alert-block-content{
    width: 420px;
    border-radius: 10px;
    background: #fff;
    margin-left: 35px;
    display: none;
}
div.alert-block div.alert-block-content.on{
    display: block;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}
div.alert-block div.alert-block-content div.alert-head{
    background: #f3f3f3;
    position: relative;
    font-family: 'LatoBold';
    font-size: 24px;
    line-height: 24px;
    color: #000;
    padding: 27px 50px 23px 60px;
    border-radius: 0 10px 0 0;
}
div.alert-block div.alert-block-content div.alert-head a.alert-close{
    display: block;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url("images/cancel_gray.png") no-repeat center;
    position: absolute;
    top: 27px;
    right: 20px;
}
div.alert-block div.alert-block-content div.alert-body{}
div.alert-block div.alert-block-content div.alert-body div.cont{
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
}
div.alert-block div.alert-block-content div.alert-body div.cont:last-child{
    border-bottom: 0;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.big-name{
    font-family: 'LatoBold';
    font-size: 17px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr{}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr div.instr-element{
    font-family: 'Lato';
    font-size: 15px;
    line-height: 19px;
    color: #000;
    margin-bottom: 10px;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr div.instr-element:last-child{
    margin-bottom: 0;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr div.instr-element div.text{
    margin-bottom: 3px;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr div.instr-element div.text a{
    color: #207ddd;
    cursor: pointer;
    text-decoration: underline;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr div.instr-element div.text a:hover{
    text-decoration: none;
}
div.alert-block div.alert-block-content div.alert-body div.cont div.instr div.instr-element div.comment{
    color: #999999;
}
.parent-preload-circleG{
    position: relative;
}
.parent-preload-circleG.active .circleG-opacity{
    opacity: 0;
    filter: alpha(opacity=0);
}
.parent-preload-circleG.active .circleG-wrap{
    position: absolute;
    width: 45px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}
.circleG-wrap{
    display: none;
}
.circleG{
    background-color: rgb(255, 255, 255);
    float: left;
    height: 10px;
    margin-left: 5px;
    width: 10px;
    animation-name: ch_bounce_circleG;
    -o-animation-name: ch_bounce_circleG;
    -ms-animation-name: ch_bounce_circleG;
    -webkit-animation-name: ch_bounce_circleG;
    -moz-animation-name: ch_bounce_circleG;
    animation-duration: 0.8775s;
    -o-animation-duration: 0.8775s;
    -ms-animation-duration: 0.8775s;
    -webkit-animation-duration: 0.8775s;
    -moz-animation-duration: 0.8775s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.circleG-wrap.small .circleG{
    height: 5px;
    width: 5px;
}
.circleG_1{
    animation-delay: 0.1795s;
    -o-animation-delay: 0.1795s;
    -ms-animation-delay: 0.1795s;
    -webkit-animation-delay: 0.1795s;
    -moz-animation-delay: 0.1795s;
}
.circleG_2{
    animation-delay: 0.4055s;
    -o-animation-delay: 0.4055s;
    -ms-animation-delay: 0.4055s;
    -webkit-animation-delay: 0.4055s;
    -moz-animation-delay: 0.4055s;
}
.circleG_3{
    animation-delay: 0.5285s;
    -o-animation-delay: 0.5285s;
    -ms-animation-delay: 0.5285s;
    -webkit-animation-delay: 0.5285s;
    -moz-animation-delay: 0.5285s;
}
@keyframes ch_bounce_circleG{
    0%{}
    50%{
        background-color: rgba(140, 140, 140, 0.77);
    }
    100%{}
}
@-o-keyframes ch_bounce_circleG{
    0%{}
    50%{
        background-color: rgba(140, 140, 140, 0.77);
    }
    100%{}
}
@-ms-keyframes ch_bounce_circleG{
    0%{}
    50%{
        background-color: rgba(140, 140, 140, 0.77);
    }
    100%{}
}
@-webkit-keyframes ch_bounce_circleG{
    0%{}
    50%{
        background-color: rgba(140, 140, 140, 0.77);
    }
    100%{}
}
@-moz-keyframes ch_bounce_circleG{
    0%{}
    50%{
        background-color: rgba(140, 140, 140, 0.77);
    }
    100%{}
}
.btn-submit{
    display: block;
    width: 100%;
}


.noactive-slide-lazyload{
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
}

.img-for-lazyload{
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-for-lazyload-parent{
    position: relative;
}
.img-for-lazyload-parent .img-for-lazyload.slider-start{
    top: 0;
}
.img-for-lazyload-parent .img-for-lazyload.slider-finish{
    top: 250px;
}
.img-for-lazyload-parent.finish-bottom .img-for-lazyload.slider-finish{
    top: auto;
    bottom: 0
}
img.lazyload{
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
img.lazyload[data-src]{
    opacity: 0;
    filter: alpha(opacity=0);
}
