
/*.templates/cns/css/template.css*/
html, body {
    padding: 0;
    margin: 0;
}

html * {max-height:1000000px;}


body *, body td {
    font-family: sans-serif;
}

.clr {
    clear:both;
    float:none !important;  
    height:0px !important;
    font-size:0px !important;
    border:none;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    visibility:hidden !important;
}



body.noscroll,
body.fixscroll {
    height: 100%;
    overflow: hidden;
    padding-right: 17px;
}

body.noscroll .template-module-totop,
body.fixscroll .template-module-totop {
    display: none !important;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ajindicator {
    display: none;
}

.sitecontainer {
    margin: 0 auto;
    background: #ffffff;
}

.body-siteadmindrawmode .sitecontainer {
    margin: 0 auto;
    background: transparent;
}

.body-siteadmindrawmode .template-wizard-positions-one {
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,1);
}

.body-siteadmindrawmode .template-wizard-positions-one-drawmodetitle {
    text-align: center;
    
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}

/*.body-siteadmindrawmode .cns-base-layer {
    opacity: 0.4;
}*/

.template-wizard-positions-row {
}

.template-wizard-positions-one {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    padding: 0;
}

.template-wizard-positions-row-1 .template-wizard-positions-one {
    float: none;
}

.template-wizard-positions-row-2 .template-wizard-positions-one {
    width: 50%;
}

.template-wizard-positions-row-3 .template-wizard-positions-one {
    width: 33.3333333%;
}

.template-wizard-positions-row-4 .template-wizard-positions-one {
    width: 25%;
}

.template-wizard-positions-row-5 .template-wizard-positions-one {
    width: 20%;
}

.template-wizard-positions-row-6 .template-wizard-positions-one {
    width: 16.666666667%;
}

.template-wizard-positions-row-7 .template-wizard-positions-one {
    width: 14.285714286%;
}

.template-wizard-positions-row-8 .template-wizard-positions-one {
    width: 12.5%;
}

.template-wizard-positions-row-9 .template-wizard-positions-one {
    width: 11.111111111%;
}

.template-wizard-positions-row-10 .template-wizard-positions-one {
    width: 10%;
}

.tplmod-containerone-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-3 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-4 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-5 {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-6 {
    width: 16.6666666%;
    display: inline-block;
    vertical-align: top;
}


.tplmod-containerone-7 {
    width: 14.2857142%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-8 {
    width: 12.5%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-9 {
    width: 11.1111111%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerone-10 {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.tplmod-containerscover-donotfill .tplmod-containerone {
    width: auto;
    display: inline-block;
}

.template-wizard-positions-container {
    background-size: cover;
    position: relative;
}


.template-wizard-positions-container-inverted * {
    color: #ffffff;
}

.template-wizard-positions-one.template-wizard-positions-one-adminmode {
    min-width: 50px;
    min-height: 50px;
}

.tplmod-containerone {
    position: relative;
}

.template-wizard-positions-alignright * {
    text-align: right;
}

.template-wizard-positions-aligncenter * {
    text-align: center;
}

.template-wizard-positions-one-tabs .tplmod-containerone {
    cursor: pointer;
}

.template-wizard-positions-one-tabs .tplmod-containerone.active {
    cursor: default;
}

.template-wizard-positions-one-2201 .template-wizard-positions-one-tabs .tplmod-containerone.active *,
.template-wizard-positions-one-2594 .template-wizard-positions-one-tabs .tplmod-containerone.active * {
    color: #ff6600;
}

.template-wizard-positions-one-2201 .template-wizard-positions-one-tabs .tplmod-containerone.active .tplmod-containerone-i,
.template-wizard-positions-one-2594 .template-wizard-positions-one-tabs .tplmod-containerone.active .tplmod-containerone-i {
    background: linear-gradient(to bottom, rgba(255,209,179,1) 0%,rgba(0,0,0,0) 100%);
}

.opwndcover {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 99 !important;
}

.opwnd {
    background: #ffffff !important;
    background-size: cover !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    /*border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    border-radius: 0;
    z-index: 100 !important;
}

.opwndcontent {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.opwnd .opwndc {
    background: rgba(255,0,0,1) url(/i/admin/opwndc.png) no-repeat center center !important;
    top: 0 !important;
    right: 0px !important;
    padding: 8px !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    /*box-shadow: 5px 0 5px rgba(0,0,0,1);*/
}

.opwnd h1 {
    text-align: center;
}

p.alert1 {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 20px;
    margin: 30px 20px;
    font-weight: bold;
    text-align: center !important;
}

p.alert2 {
    border: 1px dotted #cccccc;
    background: #f6f6f6;
    padding: 20px 20px 20px 60px;
    margin: 30px 0;
    position: relative;
}

p.alert2:before {
    font-family: FontAwesome;
    content: "\f05a";
    position: absolute;
    color: #cccccc;
    left: 18px;
    font-size: 28px;
    line-height: 28px;
    top: 50%;
    margin-top: -14px;
}

.template-wizard-positions-one-2175 .tplmod-button-title,
.tplmod-containerone-29604 {
    cursor: pointer;
}

.zdorform input,
.zdorform textarea {
    resize: none;
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
}

.zdorform textarea {
    height: 200px;
}

.zdorform .button {
    border: 0;
    background: #ff6600;
    padding: 20px;
    width: auto;
    color: #ffffff;;
}

.tmplfunc-indicators {
    text-align: center;
}

.tmplfunc-indicators .tmplfunc-indicators-one {
    display: inline-block;
    margin: 0 3px;
}

.tmplfunc-indicators.tmplfunc-indicators-circles .tmplfunc-indicators-one {
    border-radius: 100px;
}

.tmplfunc-indicators.tmplfunc-indicators-squares .tmplfunc-indicators-one {
    border-radius: 0;
}

.westaform {
    padding: 40px;
    border: 1px solid #131579;
    text-align: center;
}

.westaform .input {
    border: 1px solid #131579;
    border-radius: 3px;
    color: #000;
    height: 55px;
    width: 270px;
    font-size: 16px;
    padding: 0 8px;
    background: #fff;
    background-position: 98% 50%;
    margin: 39px 20px 7px 20px;
}

.morelink {
    text-align: center;
}

.template-wizard-positions-one-hasarrows .bx-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    font-family: FontAwesome;
    color: #ffffff;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
}

.template-wizard-positions-one-hasarrows .bx-prev:after {
    content: "\f053";
}


.template-wizard-positions-one-hasarrows .bx-next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    font-family: FontAwesome;
    color: #ffffff;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
}

.template-wizard-positions-one-hasarrows .bx-next:after {
    content: "\f054";
}


.leftmenu-close {
    /*background: url(/i/templates/farmacia/globalmenuclose.png) no-repeat center center;
    width: 38px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 38px;
    cursor: pointer;*/

    position: absolute;
    cursor: pointer;
    background: rgba(255,0,0,0.5) url(/i/admin/opwndc.png) no-repeat center center !important;
    top: 0 !important;
    right: -46px !important;
    padding: 8px !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;

}

.leftmenu {
    display: none;
    position: fixed;
    height: 100%;
    width: 85%;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background: #ffffff;
    z-index: 20;
    left: 0;
    top: 0;
}

.body-uid-905 .leftmenu-905 {
    left: 100px;
}

.body-uid-930 .leftmenu {
    left: 0;
    width: 380px;
}

.leftmenu-content {
    height: 100%;
    overflow: auto
}

.leftmenu-content-i {
    padding: 40px 40px 0 40px;
}


.leftmenu-content * {
    font-size: 18px;
}

.leftmenu a {
    color: #000000;
}

.template-wizard-positions-one-2277 .tplmod-containerscover {
    height: 380px;
    overflow: auto;
    margin-bottom: 53px;
}

.about-content {
    height: 380px;
    overflow: auto;
}

.module-tableconstructor {
    width: 100%;
}

.module-tableconstructor td {
    text-align: center;
    padding: 5px;
}

.module-tableconstructor td.module-tableconstructor-cell-left {
    text-align: left;
}

.module-tableconstructor td.module-tableconstructor-cell-right {
    text-align: right;
}

.module-tableconstructor tr:nth-child(odd) td {
    background: rgba(0,0,0,0.1);
}

.template-wizard-positions-one-tabs .tplmod-containerone {
    opacity: 0.6;
}

.template-wizard-positions-one-tabs .tplmod-containerone.active {
    opacity: 1;
}

.template-wizard-positions-one-2201 .tplmod-tabs-image {
    filter: grayscale(100%);
}

.template-wizard-positions-one-2201 .tplmod-containerone.active .tplmod-tabs-image {
    filter: none;
}

.template-wizard-positions-row-id-2583 .template-module-map {
    height: 650px;
}


.template-wizard-positions-one-2199 .bx-next,
.template-wizard-positions-one-2199 .bx-prev {
    margin-top: -10px !important;
}

.opwnd .page_i {
    overflow: auto;
}

label.error {
    display: none !important;
    position: absolute;
    left: -5000px;
    top: -5000px;
    opacity: 0;
}

.required.error {
    border-color: #c10000 !important;
}

.template-wizard-positions-one-content h1 {
    display: none !important;
}

.page_i {
    padding-top: 20px;
}

.template-wizard-positions-container-topshadow:before {
    content:'';
    display:block;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:20px;
    z-index: 2;
}

.template-wizard-positions-container-bottomshadow:after {
    content:'';
    display:block;
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.8);
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:20px;
    z-index: 2;
}

.subpages {
    display: none;
}

.template-wizard-positions-one-2286 .template-module-news-ul,
.template-wizard-positions-one-2286 .template-module-articles-ul,
.template-wizard-positions-one-2428 .template-module-news-ul,
.template-wizard-positions-one-2417 .template-module-news-ul,
.body-uid-407 .template-module-news-ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}

.template-wizard-positions-one-2286 .template-module-news-li,
.template-wizard-positions-one-2286 .template-module-articles-li,
.template-wizard-positions-one-2428 .template-module-news-li,
.template-wizard-positions-one-2417 .template-module-news-li,
.body-uid-407 .template-module-news-li {
    overflow: hidden;
    margin-bottom: 30px;
}

.template-wizard-positions-one-2286 .template-module-news-img,
.template-wizard-positions-one-2286 .template-module-articles-img,
.template-wizard-positions-one-2428 .template-module-news-img,
.template-wizard-positions-one-2417 .template-module-news-img,
.body-uid-407 .template-module-news-img {
    float: left;
    margin-right: 20px;
}

.body-uid-407 .template-module-news-img {
	background-size: cover;
	background-position: center center;
}

.template-wizard-positions-one-2286 .template-module-news-img a, 
.template-wizard-positions-one-2286 .template-module-articles-img a, 
.template-wizard-positions-one-2428 .template-module-news-img a,
.template-wizard-positions-one-2417 .template-module-news-img a,
.body-uid-407 .template-module-news-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-wizard-positions-one-2286 .template-module-news-content,
.template-wizard-positions-one-2286 .template-module-articles-content,
.template-wizard-positions-one-2417 .template-module-news-content,
.body-uid-407 .template-module-news-content {
    margin-left: 220px;
}

.template-wizard-positions-one-2286 .template-module-news-title,
.template-wizard-positions-one-2286 .template-module-articles-title {
    color: #121472;
    font-weight: bold;
    margin-bottom: 10px;
}

.body-uid-407 .template-module-news-title {
	font-weight: bold;
}

.template-wizard-positions-one-2286 .template-module-news-date,
.template-wizard-positions-one-2286 .template-module-articles-date,
.template-wizard-positions-one-2417 .template-module-news-date {
    display: none;
}

.body-uid-407 .template-module-news-date {
	margin: 10px 0 10px 0;
}

.template-wizard-positions-one-2286 .photogallerydiv {
    text-align: center;
}

.template-wizard-positions-one-2286 .photogallerydiv .clr {
    display: none !important;
}

.template-wizard-positions-one-2286 .photogallerydiv-one {
    margin: 0 10px 20px 10px;
    text-align: center;
    display: inline-block;
}

.template-wizard-positions-one-2286 .photogallerydiv-one-i {
     width: 300px;
     height: 240px;
     background-position: center center;
     background-size: cover;
}

.template-wizard-positions-one-2286 .photogallerydiv-one-i a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-wizard-positions-one-2282 a {
    color: #727272;
    text-decoration: none;
}

.template-module-photogallery-page-30389 {

}

/*.template-module-photogallery-page-30389 .grid-50 {
    float: none;
    width: 100% !important;
    box-sizing: border-box;
}*/

.sitecontainer .photogallerydiv {
    margin-top: 20px;
    text-align: center;
}
.sitecontainer .photogallerydiv-one {
    width: 33.333333%;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.sitecontainer .photogallerydiv-one-i {
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px;
}
.sitecontainer .photogallerydiv-one-i a {
    display: block;
    width: 100%;
    height: 100%;
}
.sitecontainer .tmplt-pagegallery-one {
    height: 300px;
    background-position: center top;
}

.template-module-photogallery-page-30389 .tmplt-pagegallery-one {
    height: 600px;
    /*width: 500px;
    margin: 0 auto 30px auto;*/
    background-position: center top;
}

.bookingsrvcalc * {
    font-size: 16px;
}

.bookingsrvcalc .input,
.bookingsrvcalc .select {
    border: 1px solid #131579;
    border-radius: 3px;
    color: #000;
    height: 55px;
    font-size: 16px;
    padding: 0 8px;
    background: #fff;
}

.leftmenu-905 {
    color: #727272;
    text-decoration: none;
    font-size: 13px;
    width: 75%;
}

.leftmenu-905 a {
    color: #727272;
    text-decoration: none;
    font-size: 13px;
}

.leftmenu-905 a strong,
.leftmenu-905 strong {
    color: #2f3192;
    font-size: 13px;
}

.template-wizard-positions-one-2286 .input {
    border: 1px solid #131579;
    border-radius: 3px;
    color: #000;
    height: 55px;
    width: 270px;
    font-size: 16px;
    padding: 0 8px;
    background: #fff;
}

.template-wizard-positions-one-2286 .template-delivery-subscribe {
    text-align: center;
    margin: 0 0 50px 0;
}

.template-wizard-positions-one-2286 .template-delivery-subscribe-title,
.template-wizard-positions-one-2286 .template-form-subscribe,
.template-wizard-positions-one-2286 .template-delivery-subscribe-input,
.template-wizard-positions-one-2286 .template-delivery-subscribe-submit,
.template-wizard-positions-one-2881 .template-delivery-subscribe-title,
.template-wizard-positions-one-2881 .template-form-subscribe,
.template-wizard-positions-one-2881 .template-delivery-subscribe-input,
.template-wizard-positions-one-2881 .template-delivery-subscribe-submit {
    display: inline-block;
    margin: 0 10px;
}

.template-wizard-positions-one-2881 .template-delivery-subscribe-submit input {
    background-color: transparent;
    border: 1px solid #c10000;
    color: #c10000;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
}

.template-wizard-positions-one-2881 .template-delivery-subscribe-input input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: transparent;
    color: #000000;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.template-wizard-positions-one-2881 .template-delivery-subscribe {
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 20px 0;
}

.bookingsrvcalcsteps {
    margin-bottom: 40px;
}

.bookingsrvcalcsteps-one {
    text-align: center;
    background: #f2ebe5;
    color: #727272;
    padding: 17px 0 17px 0;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,1);
}

.bookingsrvcalcsteps-5 .bookingsrvcalcsteps-one {
    width: 20%;
    display: inline-block;
}

.bookingsrvcalcsteps-one.pass {
    background: #f2ebe5;
    color: #2f3192;
    cursor: pointer;
}

.bookingsrvcalcsteps-one.active {
    background: #151783;
    color: #ffffff;
}

.bookingsrvcalc .fieldicon {
    font-family: FontAwesome;
    color: #2f3192;
    position: relative;
    left: -30px;
    font-size: 20px;
}

.bookingsrvcalc .datepickercalendar:after {
    content: "\f073";
}

.bookingsrvcalc .peoplecount:after {
    content: "\f007";
    font-size: 22px;
}

.template-wizard-positions-one-2331 .template-module-button,
.template-wizard-positions-one-2330 .template-module-button {
    border-radius: 5px;
    border: 1px solid #2e692d;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    right: -35px;
}

.template-wizard-positions-one-2331 .template-module-button, .template-wizard-positions-one-2331 .template-module-button *,
.template-wizard-positions-one-2330 .template-module-button, .template-wizard-positions-one-2330 .template-module-button * {
    color: #2e692d;
    text-transform: uppercase;
    text-decoration: none;
}

/*fromblow {*/
.template-wizard-positions-container-id-135 {
    -webkit-animation-name: fromblowAnimation;
    -webkit-animation-duration: 0.5s;
    animation-name: fromblowAnimation;
    animation-duration: 0.5s;
    position: relative;
    opacity: 1;
}

.template-wizard-positions-container-id-136 {
    -webkit-animation-name: fromblowAnimation;
    -webkit-animation-duration: 0.7s;
    animation-name: fromblowAnimation;
    animation-duration: 0.7s;
    position: relative;
    opacity: 1;
}

.template-wizard-positions-container-id-137 {
    -webkit-animation-name: fromblowAnimation;
    -webkit-animation-duration: 0.9s;
    animation-name: fromblowAnimation;
    animation-duration: 0.9s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromblowAnimation {
    from {transform: scale(0.1); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

/* Standard syntax */
@keyframes fromblowAnimation {
    from {transform: scale(0.1); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}
/*fromblow }*/

.bookingsrvcalc-rooms-one {
    display: inline-block;
    margin: 0 0 30px 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.bookingsrvcalc-rooms-one-img {
    height: 100px;
    background: url(/i/pages/905/30465/8b92fe05fdf8b649b10a55a5d534de61.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}

.bookingsrvcalc-rooms-one:hover .bookingsrvcalc-rooms-one-img {
    box-shadow: 0 0 5px #c10000;
}

.bookingsrvcalc-rooms-one:hover .bookingsrvcalc-rooms-one-title {
    color: #2f3192;
}

.bookingsrvcalc-rooms-one-title {
    display: inline-block;
}

.bookingsrvcalc-rooms-one-price {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    color: #c10000;
}

.template-wizard-positions-one-2395 {
    position: relative;
}

.tplmod-containerone-31000 {
    width: 728px;
    position: absolute;
    left: 0;
    top: 0;
}

.tplmod-containerone-31001 {
    width: 364px;
    position: absolute;
    right: 0;
    top: 0;
}

.tplmod-containerone-31001 .tplmod-photogallery-image {
    height: 178px !important;
}

.tplmod-containerone-31002 {
    width: 364px;
    position: absolute;
    right: 0;
    top: 197px;
}

.tplmod-containerone-31002 .tplmod-photogallery-image {
    height: 178px !important;
}

.tplmod-containerone-31003 {
    width: 354px;
    position: absolute;
    left: 0;
    top: 394px;
}

.tplmod-containerone-31003 .tplmod-photogallery-image {
    height: 178px !important;
}

.tplmod-containerone-31004 {
    width: 354px;
    position: absolute;
    left: 374px;
    top: 394px;
}

.tplmod-containerone-31004 .tplmod-photogallery-image {
    height: 178px !important;
}

.template-wizard-positions-one-2402 .num {
    border: 1px solid #a02c2c;
    border-radius: 100px;
    background: #e8e543;
    display: inline-block;
    text-align: center;
    width: 24px;
    line-height: 24px;
    margin-right: 5px;
}

.lubanform .input {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.5);
}

.template-wizard-positions-one-2417 .tmplt-pagegallery-one {
    height: 300px !important;
    background-position: center top !important;
}

.body-uid-971 .tmplt-pagegallery-one {
    height: 300px !important;
    background-position: center center !important;
}

.template-wizard-positions-one-2417 .template-module-photogallery-page-31154 .tmplt-pagegallery-one {
    height: 650px !important;
    background-position: center top !important;
}

.template-wizard-positions-one-2417 .photogallerydiv {
    overflow:  hidden;
}

/*.template-wizard-positions-one-2417 .photogallerydiv .clr {
    display: none !important;
}*/

.template-wizard-positions-one-2417 .photogallerydiv-one,
.template-wizard-positions-one-2968 .photogallerydiv-one {
    float: left;
    width: 33.33333%;
    margin: 0 0 30px 0;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

.template-wizard-positions-one-2968 .photogallerydiv-one {
    display: inline-block;
    width: 33.33333%;
    margin: 0 0 30px 0;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

.template-wizard-positions-one-2968 .photogallerydiv-one .photogallerydiv-one-title {
    font-size: 15px;
}

.template-wizard-positions-one-2417 .photogallerydiv-one-i,
.template-wizard-positions-one-2968 .photogallerydiv-one-i {
    height: 200px;
    background-size: cover;
    margin: 0 0 10px 0;
}

.template-wizard-positions-one-2417 .photogallerydiv-one-i a,
.template-wizard-positions-one-2968 .photogallerydiv-one-i a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-wizard-positions-one-2417 .photogallerydiv-one-title,
.template-wizard-positions-one-2968 .photogallerydiv-one-title {
    color: #000000;
    text-align: center;
}

.template-wizard-positions-one-2417 a,
.template-wizard-positions-one-2968 a {
    color: #000000;
}







.template-wizard-positions-one-2428 .photogallerydiv {
    overflow:  hidden;
}

.template-wizard-positions-one-2428 .photogallerydiv .clr,
.template-wizard-positions-one-2464 .photogallerydiv .clr {
    display: none !important;
}

.template-wizard-positions-one-2428 .photogallerydiv-one,
.template-wizard-positions-one-2464 .photogallerydiv-one {
    float: left;
    width: 33.33333%;
    margin: 0 0 30px 0;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}

.template-wizard-positions-one-2428 .photogallerydiv-one-i,
.template-wizard-positions-one-2479 .photogallerydiv-one-i,
.template-wizard-positions-one-2464 .photogallerydiv-one-i {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.template-wizard-positions-one-2428 .photogallerydiv-one-i {
    background-size: contain;
    background-position: center center;
    background-color: #ffffff;
}

.template-wizard-positions-one-2428 .photogallerydiv-one {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.template-wizard-positions-one-2428 .photogallerydiv-one-i a,
.template-wizard-positions-one-2479 .photogallerydiv-one-i a,
.template-wizard-positions-one-2464 .photogallerydiv-one-i a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-wizard-positions-one-2428 .photogallerydiv-one-title,
.template-wizard-positions-one-2479 .photogallerydiv-one-title,
.template-wizard-positions-one-2464 .photogallerydiv-one-title {
    margin-top: 5px;
    display: block;
    text-align: center;
}

.template-wizard-positions-one-2428 .tmplt-pagegallery-one {
    height: 250px !important;
    background-size: cover;
    margin: 0 0 10px 0;
}

.template-wizard-positions-one-2428 .template-module-photogallery-page-31166 {

}

.template-wizard-positions-one-2428 .template-module-photogallery-page-31166 .tmplt-pagegallery-one,
.template-wizard-positions-one-2428 .template-module-photogallery-page-31167 .tmplt-pagegallery-one {
    background-size: contain !important;
}




.template-module-reviews-ul,
.template-wizard-positions-container-id-172 .template-module-reviews-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.template-module-reviews-li,
.template-wizard-positions-container-id-172 .template-module-reviews-li {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d0d0d0;
}

.template-wizard-positions-container-id-172 .template-module-reviews-li.last,
.body-uid-965 .template-module-reviews-li.last {
    border: 0;  
}

.template-module-reviews-date,
.template-wizard-positions-container-id-172 .template-module-reviews-date {
    font-size: 12px;
}

.template-module-reviews-img,
.template-wizard-positions-container-id-172 .template-module-reviews-img {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    background-size: cover;
}

.template-module-reviews-li.withimg .template-module-reviews-content,
.template-wizard-positions-container-id-172 .template-module-reviews-li.withimg .template-module-reviews-content {
    margin-left: 60px;
}

.template-module-reviews-title,
.template-wizard-positions-container-id-172 .template-module-reviews-title {
    color: #000000;
    font-weight: bold;
}

.template-module-reviews-answer,
.template-wizard-positions-container-id-172 .template-module-reviews-answer {
    margin: 10px 0 0 0;
    font-style: italic;
}

.template-module-reviews-form .textarea,
.template-module-reviews-form .input {
    padding: 5px;
}

.template-module-reviews-form-rate {
    display: none;
}

.template-module-reviews-form .textarea {
    width: 100%;
    height: 250px;
}

.template-wizard-positions-one-2419,
.template-wizard-positions-one-2549,
.template-wizard-positions-one-2807 {
    z-index: 2;
}

.template-wizard-positions-one-2419 .tplmod-menu-sub,
.template-wizard-positions-one-2549 .tplmod-menu-sub,
.template-wizard-positions-one-2807 .tplmod-menu-sub {
    text-align: left;
}

.template-wizard-positions-one-2419 .tplmod-menu-sub a,
.template-wizard-positions-one-2549 .tplmod-menu-sub a,
.template-wizard-positions-one-2807 .tplmod-menu-sub a {
    color: #000000 !important;
    text-transform: uppercase;
}

.template-wizard-positions-one-menu .tplmod-containerone:hover .tplmod-menu-sub {
    display: block;
}

.template-module-card-img,
.template-module-card-articul,
.template-module-card-pricencart {
    text-align: center;
}

.template-module-card-img {
    margin-bottom: 10px;
}

.template-module-card-header {
    display: none;
}

.template-module-card-content-notes table {
    margin: 0 auto;
}

.template-wizard-positions-one-2436 .template-module-catalog-totalprice {
    color: #ff3008;
    font-weight: bold;
    margin-top: 10px;
}

.template-wizard-positions-one-2420 a {
    text-decoration: none;
}

.body-cns .module-catalog-filter,
.template-wizard-positions-one-2436 .module-catalog-filter,
.template-wizard-positions-one-2543 .module-catalog-filter,
.template-wizard-positions-one-2629 .module-catalog-filter,
.template-wizard-positions-one-2655 .module-catalog-filter,
.template-wizard-positions-one-2681 .module-catalog-filter,
.template-wizard-positions-one-2629 .module-catalog-filter,
.template-wizard-positions-one-2801 .module-catalog-filter {
    float: left;
    width: 290px;
    position: relative;
    z-index: 2;
}

.body-cns .module-catalog-filter-show,
.template-wizard-positions-one-2436 .module-catalog-filter-show,
.template-wizard-positions-one-2543 .module-catalog-filter-show,
.template-wizard-positions-one-2629 .module-catalog-filter-show,
.template-wizard-positions-one-2655 .module-catalog-filter-show,
.template-wizard-positions-one-2681 .module-catalog-filter-show,
.template-wizard-positions-one-2629 .module-catalog-filter-show,
.template-wizard-positions-one-2801 .module-catalog-filter-show {
    display: block !important;
    text-align: center;
    font-weight: bold;
    background: #e0e0e0;
    padding: 10px 0;
    margin-bottom: 10px;
}

.body-cns .module-catalog-filter td *,
.template-wizard-positions-one-2436 .module-catalog-filter td *,
.template-wizard-positions-one-2543 .module-catalog-filter td *,
.template-wizard-positions-one-2629 .module-catalog-filter td *,
.template-wizard-positions-one-2655 .module-catalog-filter td *,
.template-wizard-positions-one-2681 .module-catalog-filter td *,
.template-wizard-positions-one-2629 .module-catalog-filter td *,
.template-wizard-positions-one-2801 .module-catalog-filter td * {
    font-size: 13px;
}

.body-cns .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2436 .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2543 .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2629 .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2655 .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2681 .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2629 .module-catalog-filter .module-catalog-filter-buttonline td,
.template-wizard-positions-one-2801 .module-catalog-filter .module-catalog-filter-buttonline td {
    padding-top: 15px;
}

.body-cns .module-catalog-filter td,
.template-wizard-positions-one-2436 .module-catalog-filter td,
.template-wizard-positions-one-2543 .module-catalog-filter td,
.template-wizard-positions-one-2629 .module-catalog-filter td,
.template-wizard-positions-one-2655 .module-catalog-filter td,
.template-wizard-positions-one-2681 .module-catalog-filter td,
.template-wizard-positions-one-2629 .module-catalog-filter td,
.template-wizard-positions-one-2801 .module-catalog-filter td {
    padding: 5px 0;
    vertical-align: top;
}

.body-cns .module-catalog-filter .button,
.template-wizard-positions-one-2436 .module-catalog-filter .button,
.template-wizard-positions-one-2543 .module-catalog-filter .button,
.template-wizard-positions-one-2629 .module-catalog-filter .button,
.template-wizard-positions-one-2655 .module-catalog-filter .button,
.template-wizard-positions-one-2681 .module-catalog-filter .button,
.template-wizard-positions-one-2629 .module-catalog-filter .button,
.template-wizard-positions-one-2801 .module-catalog-filter .button {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 2px !important;
}

.body-cns .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2436 .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2543 .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2629 .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2655 .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2681 .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2629 .module-catalog-filter-one-slider-range,
.template-wizard-positions-one-2801 .module-catalog-filter-one-slider-range {
    margin-top: 15px;
    width: 90%;
}

.body-cns .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2436 .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2543 .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2629 .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2655 .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2681 .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2629 .module-catalog-filter .module-catalog-filter-one-title,
.template-wizard-positions-one-2801 .module-catalog-filter .module-catalog-filter-one-title {
    padding-top: 3px;
    display: inline-block;
}

.body-cns .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2436 .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2543 .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2629 .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2655 .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2681 .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2629 .template-wizard-positions-one-filcat,
.template-wizard-positions-one-2801 .template-wizard-positions-one-filcat {
    margin-left: 300px;
}

.body-cns .module-catalog-filter .input,
.body-cns .module-catalog-filter .select,

.template-wizard-positions-one-2436 .module-catalog-filter .input,
.template-wizard-positions-one-2436 .module-catalog-filter .select,
.template-wizard-positions-one-2543 .module-catalog-filter .input,
.template-wizard-positions-one-2543 .module-catalog-filter .select,

.template-wizard-positions-one-2629 .module-catalog-filter .input,
.template-wizard-positions-one-2629 .module-catalog-filter .select,

.template-wizard-positions-one-2655 .module-catalog-filter .input,
.template-wizard-positions-one-2655 .module-catalog-filter .select,

.template-wizard-positions-one-2681 .module-catalog-filter .input,
.template-wizard-positions-one-2681 .module-catalog-filter .select,

.template-wizard-positions-one-2629 .module-catalog-filter .input,
.template-wizard-positions-one-2629 .module-catalog-filter .select,

.template-wizard-positions-one-2801 .module-catalog-filter .input,
.template-wizard-positions-one-2801 .module-catalog-filter .select
 {
    padding: 3px;
    box-sizing: border-box;
}

.body-cns .module-catalog-filter .input,
.template-wizard-positions-one-2436 .module-catalog-filter .input,
.template-wizard-positions-one-2543 .module-catalog-filter .input,
.template-wizard-positions-one-2629 .module-catalog-filter .input,
.template-wizard-positions-one-2655 .module-catalog-filter .input,
.template-wizard-positions-one-2681 .module-catalog-filter .input,
.template-wizard-positions-one-2801 .module-catalog-filter .input {
    width: 47%;
}

.body-cns .module-catalog-filter .select,
.template-wizard-positions-one-2436 .module-catalog-filter .select,
.template-wizard-positions-one-2543 .module-catalog-filter .select,
.template-wizard-positions-one-2629 .module-catalog-filter .select,
.template-wizard-positions-one-2655 .module-catalog-filter .select,
.template-wizard-positions-one-2681 .module-catalog-filter .select,
.template-wizard-positions-one-2629 .module-catalog-filter .select,
.template-wizard-positions-one-2801 .module-catalog-filter .select {
    width: 100%;
}

.body-cns .module-catalog-filter-hide,
.template-wizard-positions-one-2436 .module-catalog-filter-hide,
.template-wizard-positions-one-2543 .module-catalog-filter-hide,
.template-wizard-positions-one-2629 .module-catalog-filter-hide,
.template-wizard-positions-one-2655 .module-catalog-filter-hide,
.template-wizard-positions-one-2681 .module-catalog-filter-hide,
.template-wizard-positions-one-2629 .module-catalog-filter-hide,
.template-wizard-positions-one-2801 .module-catalog-filter-hide {
    display: none;
}

.card_notes table {
    width: 100%;
}

.extcatalogparams-header {
    background: #f0f0f0;
}

.extcatalogparams-header td {
    padding: 7px 0;
    border-bottom: 1px solid #dddddd;
}

.extcatalogparams-param td,
.template-catalogsmallnotesparams-one {
    padding: 7px 0;
    border-bottom: 1px solid #dddddd;
}

.template-catalogsmallnotesparams-one *,
.template-catalogsmallnotesparams-value,
.template-catalogsmallnotesparams-title {
    font-size: 16px !important;
}

td.extcatalogparams-param-name {
    padding-left: 7px;
}

.template-wizard-positions-one-2412,
.template-wizard-positions-one-2548,
.template-wizard-positions-one-2635,
.template-wizard-positions-one-2661,
.template-wizard-positions-one-2687,
.template-wizard-positions-one-2806 {
    margin-top: 10px;
}

.template-wizard-positions-one-2412 .tplmod-search-input input,
.template-wizard-positions-one-2548 .tplmod-search-input input,
.template-wizard-positions-one-2635 .tplmod-search-input input,
.template-wizard-positions-one-2661 .tplmod-search-input input,
.template-wizard-positions-one-2687 .tplmod-search-input input,
.template-wizard-positions-one-2806 .tplmod-search-input input {
    border: 1px solid #808080;
    padding: 10px;
    width: 220px;
}

.template-wizard-positions-one-2749 .tplmod-search-input input {
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 360px;
    background-color: #f3f3f3;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 100;
}

.template-wizard-positions-one-2412 .tplmod-search-button input,
.template-wizard-positions-one-2548 .tplmod-search-button input,
.template-wizard-positions-one-2635 .tplmod-search-button input,
.template-wizard-positions-one-2661 .tplmod-search-button input,
.template-wizard-positions-one-2687 .tplmod-search-button input,
.template-wizard-positions-one-2806 .tplmod-search-button input {
    color: rgba(0,0,0,0);
    background: url(/i/pages/930/31219/a4234ce5c1d29f379498b185f7a7a3e7.jpg) no-repeat right center;
    height: 38px;
    width: 49px;
    overflow: hidden;
    border: 0;
    position: relative;
    left: -1px;
}

.template-wizard-positions-one-2548 .tplmod-search-button input {
    background: url(/i/pages/941/32326/f44efd3db621cce073071f618cd963bc.jpg) no-repeat right center;
}

.template-wizard-positions-one-2661 .tplmod-search-button input {
    background: url(/i/pages/943/32953/d06264c19c732df0580a4543b3a5fc6d.jpg) no-repeat right center;
}

.template-wizard-positions-one-2749 .tplmod-search-button input {
    background: #b33535;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #b33535;
    padding: 10px;
    background-color: #b33535;
    border-radius: 5px;
    font-size: 16px;
}


/*path {*/
.template-module-path {
    padding: 0 0 20px 0px;
    font-size: 0.9em;
    overflow: hidden;
    text-align: center;
}

.template-module-path.template-module-path-align-left {
    text-align: left;
}

.template-module-path.template-module-path-align-right {
    text-align: right;
}

.template-module-path-one {
    display: inline-block;
    padding: 0 5px 0 0;
}

.template-module-path-one::after {
    content: " › ";
}

/*.template-module-path-one.template-module-path-nolink::after {
    content: "";    
}*/

.template-module-path-one.last::after {
    content: "";    
}

.template-module-path a {
    color: #000000;
    display: block;
    padding: 0 5px 0 0;
    display: inline-block;
}

.template-module-path-one.template-module-path-nolink a {
    color: #555555;
    text-decoration: none;
    cursor: text;
}
/*path }*/

/*.template-wizard-positions-one-2428 a,
.template-wizard-positions-one-2443 .template-module-path a {
    color: #ffffff;
}*/

.template-wizard-positions-one-2428 a {
    color: #000000;
}

.template-wizard-positions-one-2373 .tplmod-containerone-i {
    overflow: hidden;
}

.template-wizard-positions-one-2373 .tplmod-photogallery-image {
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    -webkit-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.template-wizard-positions-one-2373 .tplmod-containerone:hover .tplmod-photogallery-image {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: all 5s ease-out;
}

.template-wizard-positions-one-2374 {
    height: 2px;
}

.template-wizard-positions-one-2286 .template-module-reviews-form textarea,
.template-wizard-positions-one-2417 .template-module-reviews-form textarea {
    width: 500px;
    height: 100px;
}

.template-wizard-positions-one-2286 .template-module-reviews-form-rate,
.template-wizard-positions-one-2417 .template-module-reviews-form-rate {
    display: none;
}

.template-wizard-positions-one-2417 .input,
.template-wizard-positions-one-2417 .textarea {
    padding: 10px;
}

.template-wizard-positions-container-id-172 {
    z-index: 2;
}

.template-wizard-positions-one-2445 p,
.template-wizard-positions-one-2446 p,
.template-wizard-positions-one-2328 p,
.template-wizard-positions-one-2329 p {
    margin: 0;
    padding: 0;
}

.template-wizard-positions-one-2445 .template-wizard-positions-one-i,
.template-wizard-positions-one-2446 .template-wizard-positions-one-i,
.template-wizard-positions-one-2328 .template-wizard-positions-one-i,
.template-wizard-positions-one-2329 .template-wizard-positions-one-i {
    padding: 0 0 0 15px;
}

.fixed-bar {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    position: fixed;
    z-index: 100;
    /*background:url(/i/pages/918/30692.jpg) no-repeat center -150px;*/
    background:url(/i/pagegallery/918/30734/mWxicRitJzmnitSDXev4.jpg);
    background-size: cover;
    text-align: center;
    box-shadow: 0 4px 4px -2px #000000;
    display: none;
}

.fixed-bar-i {
    padding: 10px 0 10px 0;
    background: rgba(0,0,0,0.4);
}

.fixed-bar-logo {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: top;
}

.fixed-bar-menu {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 0;
}

.fixed-bar-menu a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 15px;
}

.fixed-bar-logo img {
    height: 50px;
}

.template-wizard-positions-one-2417 .bookingform table {
    margin: 0 auto;
}

.template-wizard-positions-one-2417 .bookingform .input,
.template-wizard-positions-one-2417 .bookingform .textarea,
.template-wizard-positions-one-2417 .bookingform .select {
    resize: none;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #cccccc;
    font-size: 16px;
}

.template-wizard-positions-one-2417 .bookingform .input_big200 {
    width: 200px;
}

.template-wizard-positions-one-2417 .bookingform .input_big300 {
    width: 200px;
}

.template-wizard-positions-one-2417 .bookingform .textarea {
    width: 500px;
    height: 200px;
}

.body-notindex .template-wizard-positions-container-id-134 {
    display: none !important;
}

.body-notindex .template-wizard-positions-one-2319 {
    top: -10px !important;
}

.body-notindex .template-wizard-positions-one-2319 * {
    font-size: 25px !important;
}

.body-notindex .template-wizard-positions-container-id-132 {
    height: 255px !important;
    overflow: hidden !important;
}

/*totop {*/
.template-module-totop {
    display: none;
    width: 30px;
    height: 30px;
    background: url(/i/icons/scroll-top.png);

    position: fixed !important;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
}


.template-module-totop {
    border-radius: 100px;
    background-position: center center;
    background: rgba(40,40,40,0.5);
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    line-height: 45px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 100px;
    position: fixed !important;
    text-align: center;
    display: none;
}

.template-module-totop:after {
    content: "\f077";
    font-family: 'FontAwesome';
}
/*totop }*/

.menu-accent {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.body-pageid-31166 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i * {
    color: #000000;
}

.body-pageid-31367 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31368 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31369 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31370 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31371 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31372 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31373 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31374 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31375 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31376 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31377 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31378 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i,
.body-pageid-31379 .template-wizard-positions-container-id-178 .template-wizard-positions-container-i {
    background: #ffffff !important;
}

.template-wizard-positions-one-asanimation .tplmod-containerone {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
}

.template-wizard-positions-one-asanimation .tplmod-containerone {
    display: none;
}

.template-wizard-positions-one-asanimation .tplmod-containerone:nth-child(1) {
    display: block;
}

.template-wizard-positions-one-2320 {
    min-height: 100px;
}


@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
    }
    40% {
        -webkit-transform: translateY(-20px);
        -ms-transform:     translateY(-20px);
        transform:         translateY(-20px)
    }
    60% {
        -webkit-transform: translateY(-10px);
        -ms-transform:     translateY(-10px);
        transform:         translateY(-10px)
    }
}
.mapdvo a {  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.mapdvo a:hover {
  animation-name: bounce;
  -moz-animation-name: bounce;
}


.template-wizard-positions-one-2458 {
    position: relative;
    height: 595px;
}

.template-wizard-positions-one-2479 .tmplt-pagegallery-one {
    height: 300px;
}

.template-module-photogallery-contain .tmplt-pagegallery-one {
    background-size: contain !important;
}

.tplmod-containerone-31415 {
    position: absolute;
    left:0;
    top:0;
    width: 370px;
}

.tplmod-containerone-31415 .tplmod-photogallery-image {
    height: 185px !important;
}

.tplmod-containerone-31416 {
    position: absolute;
    left:390px;
    top:0;
    width: 370px;
}

.tplmod-containerone-31416 .tplmod-photogallery-image {
    height: 390px !important;
}


.tplmod-containerone-31417 {
    position: absolute;
    left:780px;
    top:0;
    width: 330px;
}

.tplmod-containerone-31417 .tplmod-photogallery-image {
    height: 390px !important;
}

.tplmod-containerone-31418 {
    position: absolute;
    left:0px;
    top:205px;
    width: 370px;
}

.tplmod-containerone-31418 .tplmod-photogallery-image {
    height: 185px !important;
}

.tplmod-containerone-31419 {
    position: absolute;
    left:0px;
    top:410px;
    width: 370px;
}

.tplmod-containerone-31419 .tplmod-photogallery-image {
    height: 185px !important;
}

.tplmod-containerone-31420 {
    position: absolute;
    left:390px;
    top:410px;
    width: 370px;
}

.tplmod-containerone-31420 .tplmod-photogallery-image {
    height: 185px !important;
}

.tplmod-containerone-31421 {
    position: absolute;
    left:780px;
    top:410px;
    width: 330px;
}

.tplmod-containerone-31421 .tplmod-photogallery-image {
    height: 185px !important;
}

.template-wizard-positions-one-2460 h2 {
    border-left: 7px solid #ffffff;
    text-align: left;
    padding-left: 12px;
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 10px 10px;
    font-weight: normal;
}

.template-wizard-positions-one-2467 {
    min-height: 10px;
}

.tplmod-containerone-31495,
.tplmod-containerone-31500 {
    width: 90px !important;
}

.tplmod-containerone-31497,
.tplmod-containerone-31502 {
    width: 90px !important;
}

.tplmod-containerone-31498,
.tplmod-containerone-31503 {
    width: 95px !important;
}

.tplmod-containerone-31496,
.tplmod-containerone-31501 {
    width: 125px !important;
}

.template-wizard-positions-one-2474 .tplmod-containerone:nth-child(even) .tplmod-containerone-i {
    padding-top: 30px;
}

.template-wizard-positions-one-2465 .tplmod-listcatalogcard-carttext .to-cart,
.template-wizard-positions-one-2543 .tplmod-listcatalogcard-carttext .to-cart,
.template-wizard-positions-one-2629 .tplmod-listcatalogcard-carttext .to-cart,
.template-wizard-positions-one-2655 .tplmod-listcatalogcard-carttext .to-cart,
.template-wizard-positions-one-2681 .tplmod-listcatalogcard-carttext .to-cart,
.template-wizard-positions-one-2801 .tplmod-listcatalogcard-carttext .to-cart {
    display: inline-block;
    background: url(/i/constructor/930/2420-50.jpg) no-repeat left center;
    background-size: contain;
    padding: 0 0 0 35px;
}

.template-wizard-positions-one-2480 .tplmod-catalogcard-carttext .to-cart,
.template-wizard-positions-one-2801 .tplmod-catalogcard-carttext .to-cart {
    display: inline-block;
    background: url(/i/constructor/930/2420-50.jpg) no-repeat left center;
    background-size: contain;
    padding: 0 0 0 35px;
}

/*.template-wizard-positions-one-2543 .tplmod-listcatalogcard-carttext .to-cart {
    background: url(/i/constructor/941/2533-50.jpg) no-repeat left center;
    background-size: contain;
}*/

.template-wizard-positions-one-2465 .tplmod-listcatalogcard-buyrassr a,
.template-wizard-positions-one-2480 .tplmod-catalogcard-buyrassr a,

.template-wizard-positions-one-2543 .tplmod-listcatalogcard-buyrassr a,
.template-wizard-positions-one-2543 .tplmod-catalogcard-buyrassr a,

.template-wizard-positions-one-2629 .tplmod-listcatalogcard-buyrassr a,
.template-wizard-positions-one-2629 .tplmod-catalogcard-buyrassr a,

.template-wizard-positions-one-2655 .tplmod-listcatalogcard-buyrassr a,
.template-wizard-positions-one-2655 .tplmod-catalogcard-buyrassr a,

.template-wizard-positions-one-2681 .tplmod-listcatalogcard-buyrassr a,
.template-wizard-positions-one-2681 .tplmod-catalogcard-buyrassr a,

.template-wizard-positions-one-2801 .tplmod-listcatalogcard-buyrassr a,
.template-wizard-positions-one-2801 .tplmod-catalogcard-buyrassr a {
    color:#000000;
}

.template-wizard-positions-one-2480 .tplmod-catalogcard-fullnotes table {
    width: 100%;
}

.template-wizard-positions-one-2480 .tplmod-catalogcard-fullnotes table .paramnomarginbotton {
    margin-top: 5px;
    margin-bottom: 5px;
}

.template-wizard-positions-one-2480 .tplmod-catalogcard-addbuttons a {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 21px;
}

.cart-add-reviews {
    display: inline-block;
    background: url(/i/templates/sheftehno/comm.png) no-repeat left center;
    background-size: contain;
    padding: 0 0 0 30px;
    text-decoration: none;
    color: #666666;
}

.cart-add-list {
    display: inline-block;
    background: url(/i/templates/sheftehno/tofav.png) no-repeat left center;
    background-size: contain;
    padding: 0 0 0 30px;
    text-decoration: none;
    color: #666666;
}


.cart-add-compare {
    display: inline-block;
    background: url(/i/templates/sheftehno/tocomp.png) no-repeat left center;
    background-size: contain;
    padding: 0 0 0 30px;
    text-decoration: none;
    color: #666666;
}

.body-uid-153 .cart-add-compare {
    padding-left: 0;
}

.template-wizard-positions-one-2479 * {
    font-size: 18px;
}

.template-wizard-positions-one-2479 h2 {
    font-size: 25px;
}


.template-wizard-positions-one-2479 a {
    color: #000000;
}

/*.template-wizard-positions-one-2479 p.alert1 {
    color: #04ca11;
}*/

.template-wizard-positions-one-2479 p.alert1 {
    color: #04ca11;
}

/*.template-wizard-positions-one-2479 p.alert1:nth-child(even) {
    color: #ff9400;
}*/

.gllink {
    text-decoration: none;
}

.template-wizard-positions-one-2479 .photogallerydiv-one {
    float: left;
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}

.body-pageid-31578 .template-wizard-positions-container-id-186 {
    display: none;
}

.template-wizard-positions-container-id-156 {
    z-index: 60;
}

.is-sub-catalog {
    position: absolute;
    width: 1200px;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    padding: 10px;
    text-align: left;
    left: -20px;
    top: 40px;
    box-sizing: border-box;
    display: none;
}

.is-sub-catalog ul {
    list-style: none;
}

.is-sub-catalog ul.is_level_0 {
    overflow: hidden;
}

.is-sub-catalog li.is_level_0 {
    float: left;
    width: 33.33333%;
}

.is-sub-catalog li.is_level_0 > a {
    font-weight: bold;
}

.template-wizard-positions-one-2464 .tplmod-catalog-title {
    color: #000000;
}

.template-catalog-not-found {
    text-align: center;
}

.template-wizard-positions-one-2464 a {
    color: #000000;
}

.cart-count-value {
    position: absolute;
    left: 50%;
}

.cart-count-value-real {
    background-color: #ffcc00;
    color: #000000;
    line-height: 28px;
    width: 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    border:1px solid #ffffff;
    position: relative;
    top: -10px;
}

.template-wizard-positions-one-2420 .template-module-card-2cart {
    height: 100%;
}

.template-module-cart-added {
    text-align: center;
}

.template-module-cart-added-close {
    margin-top: 10px;
}

.template-module-cart-added-close a {
    color: #000000;
}

.template-module-cart-added-button {
    cursor: pointer;
}

.body-cart h1 {
    display: block !important;
    text-transform: uppercase;
    text-align: center;
}

.body-cart .template-wizard-positions-one-2436 .template-module-catalog-list-one-notes,
.body-cart .template-wizard-positions-one-2543 .template-module-catalog-list-one-notes,
.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-notes,
.body-cart .template-wizard-positions-one-2655 .template-module-catalog-list-one-notes,
.body-cart .template-wizard-positions-one-2681 .template-module-catalog-list-one-notes,
.body-cart .template-wizard-positions-one-2801 .template-module-catalog-list-one-notes {
    min-height: 35px;
}

.body-cart .template-wizard-positions-one-2436 .template-module-catalog-list-one-more,
.body-cart .template-wizard-positions-one-2436 .template-module-catalog-list-one-cart,
.body-cart .template-wizard-positions-one-2543 .template-module-catalog-list-one-more,
.body-cart .template-wizard-positions-one-2543 .template-module-catalog-list-one-cart,

.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-more,
.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-cart,

.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-more,
.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-cart

.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-more,
.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-cart,

.body-cart .template-wizard-positions-one-2629 .template-module-catalog-list-one-more,
.body-cart .template-wizard-positions-one-2801 .template-module-catalog-list-one-cart
 {
    background: #4d4d4d;
    color: #ffffff;
    border-radius: 0;
    border: 0 !important;
}

.body-cart .template-wizard-positions-one-2436 .input,
.body-cart .template-wizard-positions-one-2436 .textarea,
.body-cart .template-wizard-positions-one-2543 .input,
.body-cart .template-wizard-positions-one-2543 .textarea,

.body-cart .template-wizard-positions-one-2629 .input,
.body-cart .template-wizard-positions-one-2629 .textarea,

.body-cart .template-wizard-positions-one-2801 .input,
.body-cart .template-wizard-positions-one-2801 .textarea {
    padding: 5px;
    box-sizing: border-box;
}

.template-wizard-positions-one-2436 .template-module-catalog-list-i .clr,
.template-wizard-positions-one-2543 .template-module-catalog-list-i .clr,
.template-wizard-positions-one-2629 .template-module-catalog-list-i .clr,
.template-wizard-positions-one-2655 .template-module-catalog-list-i .clr,
.template-wizard-positions-one-2681 .template-module-catalog-list-i .clr,
.template-wizard-positions-one-2801 .template-module-catalog-list-i .clr {
    display: none;
}

.sort-n-view-n-other {
    /*display: none;*/
    display: inline-block;
    width: 600px;
}

.template-catalog-pagination {
    text-align: right;
    margin-bottom: 20px;
}

.template-catalog-pagination a {
    color: #000000;
}

.template-catalog-pagination a,
.template-catalog-pagination span.active {
    padding: 0 3px;
}

.template-catalog-pagination span.active {
    color: #ff3008;
    font-weight: bold;
}

.template-module-backcall-form .input,
.template-module-backcall-form .textarea {
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
}

.template-module-card-header.template-module-card-header-same {
    display: block !important;
    text-align: left;
    font-weight: normal;
    margin: 10px 0 20px 5px;
    font-size: 35px;
    text-transform: uppercase;    
    color: #4d4d4d;
}

/*sort {*/

.sorttypes {
    display: block !important;
    position: relative;
    left: 400px;
}

.viewtypes-title,
.sorttypes-title {
    padding: 10px 5px 10px 0;
    display: inline;
}

.sorttypes,
.viewtypes {
    display: inline-block;
    margin-right: 15px;
}

.sorttypes {
    float: left;
    display: block;
    margin-bottom: 20px;
}

.viewtypes-one,
.sorttypes-one {
    display: inline-block;
    margin: 0 2px 0 0;
    
    cursor: pointer;
    padding-left: 5px;
    box-shadow: inset 0 0 2px #cccccc;
    
}

.viewtypes-one span,
.sorttypes-one span {
    display: block;
    padding: 10px 6px;
    padding-left: 20px;
}

.viewtypes-one-table span {
    background: url(/i/templates/shop1/viewtype_table.png) no-repeat left center;
    background-size: 17px;
}

.viewtypes-one-list span {
    background: url(/i/templates/shop1/viewtype_list.png) no-repeat left center;
    background-size: 17px;
}

.viewtypes-one-short span {
    background: url(/i/templates/shop1/viewtype_short.png) no-repeat left center;
    background-size: 17px;
}

.viewtypes-one-short {
    margin-right: 0;
}

.viewtypes-one.active,
.sorttypes-one.active {
    cursor: default;
    background-color: #f0f0f0;
    box-shadow: none;
}

.sorttypes-one.active {
    cursor: pointer;
}

.sorttypes-one-price span {
    background: url(/i/templates/shop1/sorttype_priceasc.png) no-repeat left center;
    background-size: 17px;
}

.sorttypes-one-title span {
    background: url(/i/templates/shop1/sorttype_titleasc.png) no-repeat left center;
    background-size: 17px;
}

.sorttypes-one-price.desc span {
    background: url(/i/templates/shop1/sorttype_pricedesc.png) no-repeat left center;
    background-size: 17px;
}

.sorttypes-one-title.desc span {
    background: url(/i/templates/shop1/sorttype_titledesc.png) no-repeat left center;
    background-size: 17px;
}

.template-module-catalog-stock,
.template-module-catalog-viewtypes {
    display: none;
}
/*sort }*/

.template-wizard-positions-one-catalogcard .tplmod-catalogcard-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-wizard-positions-one-2436 .button {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #000000;
    background-color: #dddddd;
    font-size: 14px;
}

.body-uid-930 .opwnd .input,
.body-uid-930 .opwnd .select,
.body-uid-930 .opwnd .textarea,
.body-uid-967 .opwnd .input,
.body-uid-967 .opwnd .select,
.body-uid-967 .opwnd .textarea {
    padding: 5px;
    font-size: 16px;
}

.body-uid-930 .opwnd h2,
.body-uid-967 .opwnd h2 {
    font-size: 20px;
}

.shopmapset {
    cursor: pointer;
    padding: 20px 20px;
}

.shopmapset.active {
    background-color: #ff3008;
    color: #ffffff;
}

.template-wizard-positions-one-2430 .shopmapset,
.template-wizard-positions-one-2539 .shopmapset,
.template-wizard-positions-one-2625 .shopmapset,
.template-wizard-positions-one-2651 .shopmapset,
.template-wizard-positions-one-2677 .shopmapset,
.template-wizard-positions-one-2797 .shopmapset {
    white-space: nowrap;
}

.template-module-card-gallery {
    text-align: center;
    height: auto !important;
}

.template-module-card-gallery-one {
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.template-module-card-gallery-one a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-module-backcall-item {
    font-weight: bold;
}

.globalmenusub p {
    margin: 7px 0 7px 0;
}

.template-wizard-positions-one-2437 {
    cursor: pointer;
}

.template-wizard-positions-one-2389 .tplmod-menu-image {
    
}

.template-wizard-positions-one-2389 .tplmod-containerone-30987 .tplmod-menu-image {
    
}

/*.template-wizard-positions-one-2389 {
    border: 1px solid #cccccc;
}

.template-wizard-positions-one-2389 .tplmod-containerone {
    border: 1px solid #cccccc;
}*/

.template-wizard-positions-one-2389 .tplmod-containerone {
    float: left;
    white-space: nowrap;
}

.template-wizard-positions-one-2389 .is-sub-catalog {
    white-space: normal;
}

.template-wizard-positions-one-2389 .tplmod-containerone-30987 {
    width: 158px !important;
}

.template-wizard-positions-one-2389 .tplmod-containerone-30988 {
    width: 185px !important;
}

.template-wizard-positions-one-2389 .tplmod-containerone-30989 {
    width: 141px !important;
}

.template-wizard-positions-one-2389 .tplmod-containerone-30990 {
    width: 226px !important;
}

.template-wizard-positions-one-2389 .tplmod-containerone-30991 {
    width: 173px !important;
}

.template-wizard-positions-one-2464 h4 {
    text-transform: uppercase;
    border-left: 7px solid #999999;
    padding-left: 12px;
    font-size: 30px;
    line-height: 25px;
    color: #4d4d4d;
    margin: 0 0 30px 0;
    font-weight: normal;
    line-height: 32px;
}

.body-pageid-31718 .template-wizard-positions-one-2464 table,
.body-pageid-31718 .template-wizard-positions-one-2464 td {
    border-collapse: collapse;
}

.body-pageid-31718 .template-wizard-positions-one-2464 td {
    padding: 5px;
}

.template-wizard-positions-container-id-169 {
    z-index: 3;
}

.template-module-search-live {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 7px rgba(0,0,0,0.7);
    display: none;
    max-height: 500px;
    overflow: auto;
    width: 600px;
}

.template-wizard-positions-one-2412,
.template-wizard-positions-one-2548 {
    z-index: 2;
}

.template-module-search-live .template-module-catalog-list-one-more,
.template-module-catalog-list-one-cart {
    background: #4d4d4d !important;
    color: #ffffff;
    border-radius: 0 !important;
    border: 0 !important;
}

.template-wizard-positions-one-2334 {
    display: none;
}

.template-wizard-positions-one-2504 h2 {
    color: #ffffff;
}

.template-wizard-positions-one-2514 h2 {
    /*color: #212178;*/
}

.template-wizard-positions-one-2508 h2 {
    /*color: #f23a32;*/
}

.wizard-positions-container-id-208 {
    display: none !important;
}

.template-wizard-positions-one-2514 .bx-wrapper,
.template-wizard-positions-one-2514 .bx-viewport {
    width: 1150px !important;
    height: 350px !important;
    position: relative;
}

.template-wizard-positions-one-2514.template-wizard-positions-one-hasarrows .bx-next {
    right: 10px !important;
}

.module-catalog-filter-hidden {
    display: block !important;
}

.module-catalog-filter-hide  {
    display: none !important;
}

.module-catalog-filter label {
    white-space: normal;
}

.module-catalog-filter .button {
    margin-right: 0 !important;
}

.zcontent-content .prod_img {
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.zcontent-content .prod_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.template-wizard-positions-one-2513 a {
    text-decoration: none;
}

.template-wizard-positions-one-2522 a {
    color: #000000;
    text-decoration: none;
}

.template-wizard-positions-one-2522 .table1 {
    line-height: 28px;
}

.template-wizard-positions-one-2522 .table1 .table1-menu a {
    text-decoration: underline;
}

.body-uid-939 .input,
.body-uid-939 .textarea,
.body-uid-939 .template-form-text {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #444444;
}

.body-uid-939 .template-form-text {
    width: 100%;
    box-sizing: border-box;
}

.template-form-content table {
    width: 100%;
}

.template-form-subscribe {
    text-align: center;
}

.opwndcontent .template-form-title {
    font-size: 35px;
    padding-top: 30px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.opwndcontent .template-form-submit-line {
    margin-top: 20px;
}


.bonus-programs-formline {
    overflow: hidden;
    margin-bottom: 10px;
}

.bonus-programs-formline-left {
    float: left;
    width: 49%;
}

.bonus-programs-formline-right {
    float: right;
    width: 49%;
}

.bonus-programs-formline .input,
.bonus-programs-formline .select,
.bonus-programs-formline .textarea {
    width: 100%;
    border: 2px solid #999999;
    padding: 7px;
    font-size: 18px;
    background: rgba(255,255,255,0.8);
    color: #000000;
    box-sizing: border-box;
}

.bonus-programs-formline .input.error,
.bonus-programs-formline .textarea.error {
    border-color: #ff0000;
}

.bonus-programs-formline .textarea {
    height: 150px;
}

.bonus-programs-formline-submit {
    text-align: center;
}

.template-wizard-positions-one-2420,
.template-wizard-positions-one-2533 {
    display: block !important;
}

.template-wizard-positions-container-id-178 .cabinet-auth-place,
.template-wizard-positions-container-id-178 .cabinet-register-form-forget {
    display: none;
}

.template-wizard-positions-one-2464 .input,
.template-wizard-positions-one-2464 .textarea {
    padding: 5px;
    font-size: 16px;
}

.template-wizard-positions-container-id-276 {
    z-index: 2;
}

.tmplfunc-indicators-one {
    cursor: pointer;
}

.template-wizard-positions-one-2273 .tplmod-containerone {
    cursor: pointer;
}

.template-wizard-positions-one-2273 .tplmod-slider-container {
    opacity: 0;
}

.template-wizard-positions-one-2273 .tmplfunc-indicators {
    bottom: 20px !important;
}

.mobile-menu-call {
    padding-left: 15px;
}

.mobile-menu-call span {
    background: url(/i/templates/menu.png) no-repeat center center;
    display: block;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.body-uid-939 .mobile-menu {
    background-color: rgba(87, 64, 108, 1);
}

.opwndcover {
    z-index: 999999999 !important;
}

.opwnd {
    z-index: 999999999 !important;
}


.template-wizard-positions-one-2447,
.template-wizard-positions-one-2448,
.template-wizard-positions-one-2449,
.template-wizard-positions-one-2450,
.template-wizard-positions-one-2451,
.template-wizard-positions-one-2452 {
    display: none;
}

.template-wizard-positions-one-2791 {
    display: block !important;
}

.template-wizard-positions-container-id-402,
.template-wizard-positions-container-id-403 {
    display: none !important;
}

.template-wizard-positions-one-2798 h2 {
    margin-top: 0 !important;
}

.body-uid-957 .sitecontainer {
    background: #ffffff;
}

.template-wizard-positions-one-2844 .tplmod-menu-title > a:after {
    float: right;
    font-family: FontAwesome;
    content: "\f054";
    color: #ffffff !important;
    padding-left: 5px;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.template-wizard-positions-one-2844 .is-sub-catalog {
    position: absolute;
    width: 890px;
    background: #555555;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    padding: 10px;
    text-align: left;
    left: 100%;
    top: -9px;
    box-sizing: border-box;
    display: none;
    line-height: 35px;
}

.template-wizard-positions-one-2844 .is-sub-catalog .catalog-level-2 {
    vertical-align: top;
    display: inline-block;
    width: 33%;
}

.template-wizard-positions-one-2952 .is-sub-catalog {
    position: absolute;
    width: 250px;
    background: rgba(0,0,0,0.8);
    box-shadow: 3px 3px 4px rgba(255,255,255,0.6);
    padding: 10px;
    text-align: left;
    left: 0;
    top: 50px;
    box-sizing: border-box;
    display: none;
    line-height: 35px;
}

.template-wizard-positions-one-2891 .is-sub-catalog {
    position: absolute;
    width: 300px;
    background: #ffffff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    padding: 10px;
    text-align: left;
    left: 0;
    top: 15px;
    box-sizing: border-box;
    display: none;
    line-height: 35px;
}


.template-wizard-positions-one-isdropmenu .tplmod-containerone:hover .is-sub-catalog,
.template-wizard-positions-one-isdropmenu .tplmod-containerone.hover .is-sub-catalog {
    display: block !important;
}

.template-wizard-positions-one-2851 .tplmod-header-header h1 {
    margin-top: 0;
}

.template-wizard-positions-one-2852 .template-module-catalog-showhidefilter {
    display: none !important;
}

.body-uid-407 h2 {
    font-family: Georgia, Times New Roman, sans;
}

.body-uid-965 h2 {
    font-family: Georgia, Times New Roman, sans;
}

.form-type2 {
    padding: 20px 30px 10px 30px;
}

.form-type2 td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-type2 .input,
.form-type2 select,
.form-type2 .textarea {
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: transparent;
    color: #ffffff;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.form-type2 option {
    background: rgba(0,0,0,0.8);
    line-height: 20px;
}

.form-type2 .textarea {
    height: 110px !important;
}

.form-type2 .input::placeholder,
.form-type2 .textarea::placeholder {
    color: #ffffff;
}

.form-type2 .button {
    background-color: #332b84;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
}

.form-type2 .form-linebigger td {
    padding-top: 1px;
    padding-bottom: 22px;
}


.form-type3td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-type3 .input,
.form-type3 select,
.form-type3 .textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: transparent;
    color: #000000;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.form-type3 .button {
    background-color: transparent;
    border: 1px solid #c10000;
    color: #c10000;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
}


.form-type3 .attach {
    display: inline-block;
    background: url(/i/templates/tezori/attach.png) no-repeat left center;
    padding: 25px 0 25px 30px;
}

.template-wizard-positions-one-2847 .is-sub-catalog,
.template-wizard-positions-one-2876 .is-sub-catalog {
    position: absolute;
    width: auto;
    min-width: 300px;
    max-width: 400px;
    background: #ffffff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    padding: 10px;
    text-align: left;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    display: none;
}

.template-wizard-positions-one-2847 .is-sub-catalog *,
.template-wizard-positions-one-2876 .is-sub-catalog * {
    line-height: 20px !important;
    text-transform: none !important;
}

.template-wizard-positions-one-2847 .is-sub-catalog div,
.template-wizard-positions-one-2876 .is-sub-catalog div {
    padding: 7px 0 7px 0;
}

.template-wizard-positions-container-id-438 {
    z-index: 3 !important;
}

.template-wizard-positions-one-2847 .tplmod-menu-title > a:after,
.template-wizard-positions-one-2876 .tplmod-menu-title > a:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #000000 !important;
    padding-left: 5px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.template-wizard-positions-container-id-351 {
    z-index: 3 !important;
}




.template-wizard-positions-one-2717 .is-sub-catalog,
.template-wizard-positions-one-2972 .is-sub-catalog {
    position: absolute;
    width: auto;
    min-width: 300px;
    max-width: 400px;
    background: rgba(255,255,255,0.85);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    padding: 10px;
    text-align: left;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    display: none;
}

.template-wizard-positions-one-2717 .is-sub-catalog *,
.template-wizard-positions-one-2972 .is-sub-catalog * {
    line-height: 20px !important;
    text-transform: none !important;
    color: #000000 !important;
}

.template-wizard-positions-one-2717 .is-sub-catalog a:hover,
.template-wizard-positions-one-2972 .is-sub-catalog a:hover {
    color: #17532d !important;
}

.template-wizard-positions-one-2717 .is-sub-catalog div,
.template-wizard-positions-one-2972 .is-sub-catalog div {
    padding: 7px 0 7px 0;
}

.template-wizard-positions-one-2881 h2 {
    font-family: "Roboto Condensed", sans-serif !important;
}

.body-uid-407 .sitecontainer {
    background: #ffffff; 
}

.template-wizard-positions-container-id-348 .template-wizard-positions-container-id-351 .template-wizard-positions-container-i {
    /*height: 100px !important;*/
}

.template-wizard-positions-container-id-461 a {4
    color: #17532d;
}

.template-wizard-positions-one-2717 .tplmod-containerone,
.template-wizard-positions-one-2972 .tplmod-containerone {
    border: 2px solid transparent;
    border-radius: 5px;
}

.template-wizard-positions-one-2717 .tplmod-containerone:hover,
.template-wizard-positions-one-2972 .tplmod-containerone:hover {
    border: 2px solid #ffffff;
}

.tplmod-containerone-33257 .tplmod-menu-title > a:after,
.tplmod-containerone-33258 .tplmod-menu-title > a:after,
.tplmod-containerone-33260 .tplmod-menu-title > a:after,
.tplmod-containerone-33261 .tplmod-menu-title > a:after,
.tplmod-containerone-34006 .tplmod-menu-title > a:after,
.tplmod-containerone-33256 .tplmod-menu-title > a:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #ffffff !important;
    padding-left: 5px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.tplmod-containerone-34034 .tplmod-menu-title > a:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #000000 !important;
    padding-left: 5px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.tplmod-containerone-33982 {
    float: right;
    border-left: 1px solid rgba(255,255,255,0.6);
    box-sizing: border-box;
    padding: 150px 20px 0 30px;
    width: 300px;
    height: 326px;
    position: relative;
}

.tplmod-containerone-33982:before {
    content: ' ';
    position: absolute;
    width: 111px;
    height: 75px;
    background: url(/i/templates/muzzone/obzor.png) no-repeat center center; 
    left: 30px;
    top: -8px;
}

.tplmod-containerone-33980 {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    height: 155px;
    margin-right: 300px;
    padding-left: 37px;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
}

.tplmod-containerone-33980:before {
    content: ' ';
    position: absolute;
    width: 111px;
    height: 75px;
    background: url(/i/templates/muzzone/excl.png) no-repeat center center; 
    right: 40px;
    top: -8px;
}

.tplmod-containerone-33980:after {
    content: ' ';
    position: absolute;
    width: 96px;
    height: 27px;
    background: url(/i/templates/muzzone/logo_w.png) no-repeat center center; 
    opacity: 0.4;
    right: 50px;
    top: 95px;
    background-size: contain;
}

.tplmod-containerone-33981 {
    height: 155px;
    margin-right: 300px;
    padding-left: 180px;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
}

.tplmod-containerone-33981:after {
    content: ' ';
    position: absolute;
    width: 96px;
    height: 27px;
    background: url(/i/templates/muzzone/logo_w.png) no-repeat center center; 
    opacity: 0.4;
    left: 50px;
    top: 95px;
    background-size: contain;
}

.tplmod-containerone-33981:before {
    content: ' ';
    position: absolute;
    width: 111px;
    height: 75px;
    background: url(/i/templates/muzzone/predl.png) no-repeat center center; 
    left: 40px;
    top: -8px;
}

.template-wizard-positions-row-id-3178 * {
    font-size: 16px;
    font-weight: 100;
}

.template-wizard-positions-row-id-3178 p {
    margin: 0;
}

.template-wizard-positions-row-id-3178 h4 {
    font-size: 24px !important;
    margin: 5px 0 5px 0;
    font-weight: bold !important;
}

.template-wizard-positions-row-id-3178 h4 * {
    font-size: 24px !important;
    font-weight: bold !important;
}

.template-wizard-positions-row-id-3178 h5 {
    font-size: 24px;
    margin: 0;
}

.template-wizard-positions-one-2852 .template-module-catalog-list .clr {
    display: none;
}

.template-wizard-positions-one-2852 .template-module-catalog-filterplace {
    float: left;
    display: block;
    width: 300px;
    border: 0;
    padding: 25px 0 0 0;
}

.module-catalog-filter-selectcheckbox-one-hide {
    display: none;
}

.module-catalog-filter-selectcheckbox-show,
.module-catalog-filter-selectcheckbox-hide {
    cursor: pointer;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #444444;
}

.module-catalog-filter-selectcheckbox-show span,
.module-catalog-filter-selectcheckbox-hide span {
    border-bottom: 1px dotted #444444;
}

.module-catalog-filter-selectcheckbox-hide {
    display: none;
}

.template-wizard-positions-one-2887 h1 {
    font-family: Georgia, Times New Roman, sans;
    color: #666666;
    font-size: 32px;
    font-weight: normal;
}

.to-cart {
    cursor: pointer;
}

.template-wizard-positions-one-2754 .tplmod-catalog-cart .to-cart {
    width: 100%;
    height: 100%;
}

.body-uid-957 .template-module-cart-form2 .button,
.body-uid-957 .template-module-cart-added-button {
    background: #b33535 !important;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #b33535 !important;
    padding: 10px;
    background-color: #b33535 !important;
    border-radius: 5px;
    font-size: 16px;
}

.body-uid-957 .template-module-catalog-list-one-more {
    background: #b33535;
}

.body-uid-957 .template-module-cart-form2 .input,
.body-uid-957 .template-module-cart-form2 .textarea {
    font-size: 16px;
    padding: 5px;
}

.body-uid-957 .template-module-catalog-list-one-more,
.body-uid-957 .template-module-catalog-list-one-cartdelete {
    background: #777777;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #777777;
    padding: 10px;
    background-color: #777777;
    border-radius: 5px !important;
    font-size: 16px;
}

.body-uid-957 .template-module-cartform-buttons .button {
    background: #777777;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #777777;
    padding: 10px;
    background-color: #777777;
    border-radius: 5px;
    font-size: 16px;
}

.template-wizard-positions-one-2882 .template-module-card-2cart {
    padding:5px 0 5px 38px;
    background: url(/i/constructor/957/2754-50.jpg) no-repeat left center;
    background-size: contain;
    cursor: pointer;
}

.template-module-card-same .template-module-card-2cart {
    background: transparent;
}

.template-wizard-positions-one-2893 .template-module-backcall-link {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
    background-color: #c659be;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    float: right;
}

.template-wizard-positions-one-2852 .template-module-catalog-showhidefilter-container {
    display: none;
}

.template-wizard-positions-one-2852 .sort-n-view-n-other .grid-66 {
    float: right !important;
    width: 475px !important;
}

.template-wizard-positions-one-2852 .sorttypes {
    margin-bottom: 10px;
}

.template-wizard-positions-one-2852 .template-module-catalog-filterplace {
    padding-top: 0px;
}

.template-wizard-positions-one-2897,
.template-wizard-positions-one-2898 {
    border-right: 1px solid #d8d8d8
}

.template-wizard-positions-one-2901 .template-module-search-input {
    line-height: 34px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    width: 560px;
}

.template-wizard-positions-one-2901 .tplmod-search-button {
    width: 24px;
    height: 26px;
    color: transparent;
    position: absolute;
    right: 10px;
    top: 9px;    
}

.template-wizard-positions-one-2901 .tplmod-search-button input {
    background: url(/i/templates/vivomarket/search.png) no-repeat center center;
    border: 0;
    width: 24px;
    height: 26px;
    color: transparent;
    overflow: hidden;
    cursor: pointer;
}

.is-sub-catalog-level3 {
    padding-left: 20px;
    font-size: 15px;
}

/*.body-uid-957 .is-sub-catalog-level3 a {
    color: #ffffff;
}*/

.template-wizard-positions-one-2903 .tplmod-menu-title:hover {
    background: rgba(0,0,0,0.2);
}

.tplmod-containerone-34073 {
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.tplmod-containerone-34074 {
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.tplmod-containerone-34075 {
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.tplmod-containerone-34076 {
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.template-wizard-positions-one-2888 .alert1 {
    color: #332b84;
    border-color: #332b84;
}

.template-wizard-positions-one-2888 h2,
.template-wizard-positions-one-2888 h2 * {
    font-size: 28px;
    color: #666666;
    font-family: Georgia, Times New Roman, sans;
    font-weight: normal;
}

.template-wizard-positions-one-2888 a {
    color: #000000;
}

.template-wizard-positions-one-universal a {
    text-decoration: none;
}

.template-wizard-positions-container-id-482 .template-wizard-positions-one-2914 {
    display: none;
}

.body-uid-153 h2,
.body-uid-153 h2 * {
    font-weight: normal;
}

.template-wizard-positions-one-2919 h2,
.template-wizard-positions-one-2916 h2 {
    text-decoration: underline;
}

.template-wizard-positions-one-2916 h2 {
    margin-top: 0;
}

.template-wizard-positions-one-2919 .tplmod-containerone {
    box-sizing: border-box;
}

.template-wizard-positions-one-2919 .tplmod-containerone-count-0,
.template-wizard-positions-one-2919 .tplmod-containerone-count-1,
.template-wizard-positions-one-2919 .tplmod-containerone-count-2,
.template-wizard-positions-one-2919 .tplmod-containerone-count-4,
.template-wizard-positions-one-2919 .tplmod-containerone-count-5,
.template-wizard-positions-one-2919 .tplmod-containerone-count-6 {
    border-right: 1px solid #e6e6e6;
}

.template-wizard-positions-one-2919 .tplmod-containerone-count-0,
.template-wizard-positions-one-2919 .tplmod-containerone-count-1,
.template-wizard-positions-one-2919 .tplmod-containerone-count-2,
.template-wizard-positions-one-2919 .tplmod-containerone-count-3 {
    border-bottom: 1px solid #e6e6e6;
}

.template-wizard-positions-one-2919 .template-module-card-2cart {
    background: url(/i/templates/vivomarket/2cart_vio.png) no-repeat right center;
    width: 77px;
    height: 18px;
    cursor: pointer;
    font-size: 11px;
    color: #006bd8;
}

.template-wizard-positions-one-2919 .template-module-card-2cart:after {
    content: 'В корзину';
    position: relative;
    top: 3px;
}

.template-wizard-positions-one-2923 .template-module-card-2cart {
    /*background: url(/i/templates/vivomarket/2cart.png) no-repeat right center;
    width: 77px;
    height: 18px;
    cursor: pointer;
    font-size: 11px;
    color: #006bd8;*/
	background: #2a7fff url(/i/templates/vivomarket/2cart_white.png) no-repeat 90% center;
    background-size: 18px;
    cursor: pointer;
    padding: 7px 40px 7px 10px;
    color: #ffffff;
    font-size: 12px;

}

.template-wizard-positions-one-2923 .template-module-card-2cart:after {
    content: 'В корзину';
    /*position: relative;
    top: 3px;*/
}

.template-wizard-positions-one-2923 .template-module-card-2compare {
    /*background: url(/i/templates/vivomarket/compare2.png) no-repeat right center;
    background-size: 18px;*/
    text-align: right;
    background: transparent;
    width: 105px;
    height: 18px;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
    opacity: 0.7;
}

.template-wizard-positions-one-2923 .template-module-card-2compare:after {
    /*content: 'В сравнение';*/
    position: relative;
    top: 3px;
}

.template-wizard-positions-one-2923 {
    margin-left: 100px !important;
}

.template-wizard-positions-one-2923 .tplmod-catalog-status {
    /*background: url(/i/templates/vivomarket/check.png) no-repeat left center;
    background-size: 12px;
    padding: 3px 0 3px 20px;*/
}

.template-wizard-positions-one-2923 .tplmod-catalog-status .stockyes {
    display: block;
    background: url(/i/templates/vivomarket/check1.png) no-repeat left center;
    background-size: 20px;
    padding: 5px 0 5px 25px;
}

.template-wizard-positions-one-2923 .tplmod-catalog-status .stockno {
    display: block;
    color: #ff0000;
    border-color: #ff0000;
    padding: 5px 0 0px 0px;
}


.template-wizard-positions-one-2924 .template-module-card-2cart {
    background: #2a7fff url(/i/templates/vivomarket/2cart_white.png) no-repeat 90% center;
    background-size: 18px;
    cursor: pointer;
    padding: 10px 45px 10px 22px;
    color: #ffffff;
    position: relative;
    top: -10px;
}

.template-wizard-positions-one-2924 .template-module-card-2compare {
    /*background: url(/i/templates/vivomarket/compare_blue.png) no-repeat right center;
    background-size: 18px;*/
    background: transparent;
    cursor: pointer;
    color: #006bd8;
    opacity: 0.7;
    /*padding-right: 25px;*/
}

/*.template-wizard-positions-one-2924 .template-module-card-2compare:after {
    content: 'В сравнение';
}*/

.template-wizard-positions-one-2924 .template-module-card-2favourite {
    background: url(/i/templates/vivomarket/heart_blue1.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
    color: #006bd8;
    opacity: 0.7;
    padding-right: 22px;
}

.template-wizard-positions-one-2924 .template-module-card-2favourite:after {
    content: 'В избранное';
}

.template-wizard-positions-one-2924 .template-module-card-addreview {
    background: url(/i/templates/vivomarket/xthumbs.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
    color: #006bd8;
    opacity: 0.7;
    padding-right: 22px;
}

.template-wizard-positions-one-2924 .template-module-card-addreview:after {
    content: 'Добавить отзыв';
}


.template-wizard-positions-one-2924 .template-module-card-pricedown {
    background: url(/i/templates/vivomarket/xpricedown_blue.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
    color: #006bd8;
    opacity: 0.7;
    padding-right: 20px;
}

.template-wizard-positions-one-2924 .template-module-card-pricedown:after {
    content: 'Узнать о снижении цены';
}

.template-wizard-positions-one-2924 .tplmod-catalogcard-status {
}

.template-wizard-positions-one-2924 .tplmod-catalogcard-status .stockyes {
    display: block;
    background: url(/i/templates/vivomarket/check1.png) no-repeat left center;
    background-size: 20px;
    padding: 5px 0 5px 25px;
}

.template-wizard-positions-one-2924 .tplmod-catalogcard-status .stockno {
    display: block;
    color: #ff0000;
    padding: 5px 0 5px 0;
}


.template-wizard-positions-one-2924 .tplmod-catalogcard-buyrassr a,
.template-wizard-positions-one-2924 .tplmod-catalogcard-delivery a {
    color: #006bd8;
}

.template-wizard-positions-one-2922 .module-catalog-filter {
    position: relative;
    left: -10px;
    border: 1px solid #e6e6e6;
}

.module-catalog-filter-titletop {
	border: 1px solid #e6e6e6;
}

.template-wizard-positions-one-2922 .module-catalog-filter table,
.module-catalog-filter-titletop table {
    width: 100%;
    display: block;
    padding: 0 0 15px 0;
}

.template-wizard-positions-one-2922 .module-catalog-filter tbody,
.template-wizard-positions-one-2922 .module-catalog-filter tr,
.module-catalog-filter-titletop tbody,
.module-catalog-filter-titletop tr {
    width: 100%;
    display: block;
}

.template-wizard-positions-one-2922 .module-catalog-filter td,
.module-catalog-filter-titletop td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.template-wizard-positions-one-2922 .module-catalog-filter-one-td-name,
.module-catalog-filter-titletop .module-catalog-filter-one-td-name {
    padding-top: 15px !important;
    font-weight: bold;
}

.template-wizard-positions-one-2922 .module-catalog-filter-one-td-value,
.module-catalog-filter-titletop .module-catalog-filter-one-td-value {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px !important;
}

.module-catalog-filter-titletop .module-catalog-filter-one-title {
    font-weight: bold;
}

/*.template-wizard-positions-one-2922 .fltr1,
.template-wizard-positions-one-2922 .fltr2,*/
.module-catalog-filter .fltr1,
.module-catalog-filter .fltr2,
.module-catalog-filter-titletop .fltr1,
.module-catalog-filter-titletop .fltr2 {
    width: 50px;
}

/*.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-title,
.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-minvalue,
.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-maxvalue,
.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-delim,
.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-curr,*/
.template-catalogwizard-one-slider-title,
.template-catalogwizard-one-slider-minvalue,
.template-catalogwizard-one-slider-maxvalue,
.template-catalogwizard-one-slider-delim,
.template-catalogwizard-one-slider-curr,

.module-catalog-filter-titletop .template-catalogwizard-one-slider-title,
.module-catalog-filter-titletop .template-catalogwizard-one-slider-minvalue,
.module-catalog-filter-titletop .template-catalogwizard-one-slider-maxvalue,
.module-catalog-filter-titletop .template-catalogwizard-one-slider-delim,
.module-catalog-filter-titletop .template-catalogwizard-one-slider-curr {
    display: inline-block;
}

/*.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-title,*/
.template-catalogwizard-one-slider-title,
.module-catalog-filter-titletop .template-catalogwizard-one-slider-title {
    font-weight: bold;
}

/*.template-wizard-positions-one-2922 .template-catalogwizard,*/
.template-catalogwizard,
.module-catalog-filter-titletop .template-catalogwizard {
    margin: 10px 0px 0 0;
}

/*.template-wizard-positions-one-2922 .template-catalogwizard-one-slider-founded,*/
.template-catalogwizard-one-slider-founded,
.module-catalog-filter-titletop .template-catalogwizard-one-slider-founded {
    display: none;
}

/*.template-wizard-positions-one-2922 .template-catalogwizard-one-slider,*/
.template-catalogwizard-one-slider,
.module-catalog-filter-titletop .template-catalogwizard-one-slider {
    margin: 0 7px 15px 7px;
}

.template-wizard-positions-one-2922 .module-catalog-filter-button,
.template-wizard-positions-one-2928 .module-catalog-filter-button {
    background-color: #006bd8;
    color: #ffffff;
    border: 0;
    padding: 10px 25px !important;
}

.template-wizard-positions-one-2922 .module-catalog-filter-reset,
.template-wizard-positions-one-2928 .module-catalog-filter-reset {
    background: transparent;
    color: #777777;
    border: 0;
    padding: 10px 15px;
}


.template-wizard-positions-one-2852 .module-catalog-filter-button {
    background-color: #b33535;
    color: #ffffff;
    border: 0;
    padding: 10px 25px !important;
    border-radius: 5px;
}

.template-wizard-positions-one-2852 .module-catalog-filter-reset {
    background: transparent;
    color: #777777;
    border: 0;
    padding: 10px 15px;
}


.template-wizard-positions-one-2922 .module-catalog-filter-buttonline,
.module-catalog-filter-titletop .module-catalog-filter-buttonline {
    text-align: center;
}

.template-wizard-positions-one-2922 .template-catalog-filterlinks {
    font-size: 13px;
    margin-bottom: 20px;
}

.template-wizard-positions-one-2922 .template-catalog-filterlinks a {
    color: #006bd8;
}

.template-wizard-positions-one-2922 .template-catalog-addlinks {
    font-size: 13px;
    margin-bottom: 30px;
}

.template-wizard-positions-one-2925,
.template-wizard-positions-one-2926 {
	font-size: 13px;
	/*margin-bottom: 30px;*/
}

.template-catalog-filterlinks {
    margin-bottom: 20px;
}

.template-wizard-positions-one-2922 .template-catalog-addlinks a,
.template-wizard-positions-one-2925 a,
.template-wizard-positions-one-2926 a {
    color: #006bd8;
}

.template-wizard-positions-one-2922 .sorttypes,
.template-wizard-positions-one-2922 .sorttypes * {
    font-size: 13px;
}

.template-wizard-positions-one-2922 .sorttypes {
    left: 612px;
}

.template-wizard-positions-one-2922 .sorttypes-title {
    font-weight: bold;
}

.template-wizard-positions-one-2922 .template-module-card-gallery-one {
    border: 1px solid #e6e6e6;
}

.template-wizard-positions-one-2922 .template-module-card-gallery-one.active {
    border: 1px solid #ff6600;
}

.template-wizard-positions-one-2922 .template-module-card-same .template-module-card-2cart {
    display: none !important;
}

.template-wizard-positions-one-2922 .template-module-card-same .template-wizard-positions-one-2919 .tplmod-containerone {
    border-bottom: 0 !important;
}

.template-h1-code {
    font-size: 16px;
    color: #777777;
}

.template-wizard-positions-one-2922 .template-module-card-header-same {
    font-size: 29px !important;
}

.keyparams {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px 0;
    width: 478px;
    box-sizing: border-box;
}

.keyparams table {
    width: 100%;
}

.keyparams-one {
    display: inline-block;
    text-align: center;
    padding: 0 15px 0 15px;
    border-right: 1px solid #e6e6e6;
    width: 24%;
    /*white-space: nowrap;*/
    box-sizing: border-box;
}

td.keyparams-one {
    padding: 0 10px 0 10px;
    border: 0;
    width: auto;
}

td.keyparams-delim {
    width:1px;
    border-right: 1px solid #e6e6e6;
}

.keyparams-one-1 {width:22%;}
.keyparams-one-2 {width:22%;}
.keyparams-one-3 {width:22%;}
.keyparams-one-4 {width:28%;}

.keyparams-one-4 {
    border: 0;
}

.keyparams-one-value {
    font-size: 22px;
    margin-bottom: 10;
    font-weight: bold;
}

.keyparams-one-title {
    color: #777777;
}

.template-wizcard-colors-one {
    display: inline-block;
    margin-right: 15px;
}

.template-wizcard-colors-one-value,
.template-wizcard-colors-one-title {
    display: inline-block;
    vertical-align: middle;
}

.template-wizcard-colors-one-value {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.template-wizcard-colors-one-title {
    line-height: 20px;
}

.template-wizard-positions-one-2924 {
    padding-top: 30px;
}

.template-wizard-positions-one-2922 .ui-slider-range,
.template-wizard-positions-one-2928 .ui-slider-range {
	background: #006bd8
}

.template-wizard-positions-container-id-491 .template-wizard-positions-one-2923 {
	width: 70%;
	margin: 70px 0 0 0 !important;
}

.template-wizard-positions-one-2928 .module-catalog-filter {
	float: right;
}

.template-wizard-positions-row-id-3217 {
	position: relative;
}

.template-wizard-positions-one-2929 {
	position: absolute;
	right: -144px;
	font-size: 13px;
}

.body-uid-153 .template-module-cart-added-button,
.body-uid-153 .button,
.body-uid-153 .template-module-catalog-list-one-more {
    background: #2a7fff;
    cursor: pointer;
    padding: 7px 20px 7px 20px;
    color: #ffffff;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    text-transform: none;
}

.template-module-cart-added {
    font-size: 13px;
}

.body-uid-153 .opwnd {
    border-radius: 0;
}

.body-uid-153 .template-module-catalog-list-one-cartdelete {
    cursor: pointer;
    padding: 7px 20px 7px 20px;
    color: #ffffff;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    text-transform: none;
}

.body-uid-153 .template-module-cart-form2 td {
    font-size: 13px;
}

.body-uid-153 .template-module-cart-form2 .input,
.body-uid-153 .template-module-cart-form2 .textarea {
    font-size: 13px;
    padding: 5px;
}

.body-uid-153 .template-module-catalog-list-one-notes {
    font-size: 13px;
}

.body-uid-153 .template-module-catalog-list-one-title a {
    color: #006bd8;
    font-size: 13px;
}

.body-uid-153 .template-module-catalog-totalprice {
    color: #ff6600;
}

.body-uid-153 .template-module-catalog-list-one-cartfunc {
    font-size: 13px;
}

.body-uid-153 .template-wizard-positions-one-cart.active .tplmod-containerone-i {
    border-color: #ff6600;
    background: #ff6600;
}

.body-uid-153 .template-wizard-positions-one-cart.active .tplmod-cart-button {
    color: #ffffff;
}

.body-uid-153 .template-wizard-positions-one-cart.active .tplmod-cart-image {
    filter: grayscale(100%) brightness(200%);
}

.body-uid-153 .template-wizard-positions-one-2923 .tplmod-containerone.active .template-module-card-2cart,
.body-uid-153 .template-wizard-positions-one-2922 .tplmod-containerone.active .template-module-card-2cart {
    background-color: #ffffff;
    background-image: url(/i/templates/vivomarket/2cart.png);
    color: #006bd8;
    border: 1px solid #006bd8;
}

.body-uid-153 .template-wizard-positions-one-2923 .tplmod-containerone.active .template-module-card-2cart:after {
    content: 'В корзине';
}

.body-cart.body-uid-153 h1 {
    text-align: left;
}

.template-wizard-positions-one-2870 {
    left: 1px;
    position: relative;
}

.template-wizard-positions-one-hoverzoom .tplmod-containerone-i {
    overflow: hidden;
}

.template-wizard-positions-one-hoverzoom .tplmod-containerone .tplmod-photogallery-image-inside {
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    -webkit-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.template-wizard-positions-one-hoverzoom .tplmod-containerone:hover .tplmod-photogallery-image-inside {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: all 5s ease-out;
}

/*.body-nocontent .template-wizard-positions-one-content {
    display: none;
}*/

.body-uid-957 .tplmod-catalogcard-delivery a,
.body-uid-957 .tplmod-catalogcard-buyrassr a {
    color: #000000;
}

.module-catalog-filter-selectcheckbox-one.nomargin label,
.module-catalog-filter-selectcheckbox-one.nomargin input {
    margin: 0 !important;
}

.template-wizard-positions-one-2749 {
    z-index: 2;
}

.body-uid-957 .template-module-catalog-list-one-more {
    font-size: 16px;
    font-weight: normal;
}

.body-uid-957 .template-module-catalog-list-one-notes {
    max-height: 38px;
}

.module-catalog-filter-titletop .module-catalog-filter-one-row-vendor {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.template-wizard-positions-row-id-3175 a {
    color: #000000;
}

.template-wizard-positions-container-id-477,
.template-wizard-positions-one-2901 {
    z-index: 5 !important;
}

.template-module-search-live .template-module-catalog-list-img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}

.template-module-search-live .template-module-catalog-list-one-info {
    margin-left: 62px;
}

.template-module-search-live .template-module-catalog-list-one_i {
    text-align: left;
}

.template-module-search-live .template-module-catalog-list-one {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.template-module-search-live .template-module-catalog-list-one-more,
.template-module-search-live .template-module-card-2cart,
.template-module-search-live .template-module-catalog-list-achivs-one {
    display: none;
}
.template-module-search-live .template-module-catalog-list-one-price {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 13px !important;
    font-weight: normal;
}

.template-module-search-live .template-module-catalog-list-one-title {
    margin-right: 160px;
}

.template-module-search-live .catalog-img-replace {
    width: 50px !important;
    height: 50px !important; 
    background-position: center center !important;
}

.template-module-search-live .template-module-catalog-list-one-notes {
    font-size: 13px;
}

/*.template-wizard-positions-container-id-505 {
    filter: blur(8px);
}*/

.formswitcher {
    width: 47px;
    height: 17px;
    display: inline-block;
    background: url(/i/templates/sw.png) no-repeat center center;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.formswitcher.active {
    background-image: url(/i/templates/swon.png);
}

.template-wizard-positions-one-2922 .page_i a {
    color: #006bd8;
}

.body-page .template-wizard-positions-container-id-488 .template-wizard-positions-container-i {
    padding-left: 200px;
    padding-right: 200px;
}

.template-wizard-positions-container-id-474 {
    z-index: 7 !important;
}

.template-wizard-positions-container-id-513 {
    display: none;
}

.body-uid-153 .opwnd .input {
    padding: 10px;
}

.template-wizard-positions-container-id-509 {
    z-index: 3 !important;
}

.template-wizard-positions-container-id-500 {
    z-index: 4 !important;
}

.template-wizard-positions-container-id-475 {
    z-index: 8 !important;
}

.template-wizard-positions-one-catalog .input {
    line-height: 24px;
    padding: 0 5px !important;
    vertical-align: top;
    display: inline-block;
    width: 30px !important;
}

.template-wizard-positions-one-catalog .input-counter-minus,
.template-wizard-positions-one-catalog .input-counter-plus {
    vertical-align: top;
    background: #e0e0e0;
    text-align: center;
    display: inline-block;
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    width: 25px;
    height: auto;
    position: relative;
    top: -2px;
    margin: 0;
}

.zcontent_comparetable .template-module-catalog-list-one {
    width: 100%;
}

.zcontent_comparetable .template-module-catalog-list-one-title {
    height: auto !important;
}

.zcontent-content * {
    font-size: 13px;
}

body .zcompare_row a {
    color: #c10000;
}

.zcontent_comparetable table tr:nth-child(even) td {
    background: #f0f0f0 !important;
}

.template-wizard-positions-one-2916 .tplmod-containerone {
    margin-bottom: 5px;
}

.template-wizard-positions-one-2919 .tplmod-containerone {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pswp--open {
 	z-index: 9999999990 !important;
 }

.body-uid-407 h1 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 33px;
    font-weight: normal;
    color: #666666;
}

.template-wizard-positions-container-id-476 {
    z-index: 5
}

.body-uid-153 .is-sub-catalog {
    position: absolute;
    width: 1200px;
    background: #f7f7f7;
    box-shadow: none;
    padding: 10px;
    text-align: left;
    left: 0;
    top: 36px;
    box-sizing: border-box;
    display: none;
    line-height: 25px;
}

.body-uid-153 .is-sub-catalog a {
    color: #000000;
    font-size: 12px;
    padding: 0 !important;
}

.body-uid-153 .template-wizard-positions-one-path,
.body-uid-153 .template-wizard-positions-one-path * {
    font-size: 11px;
}

.body-uid-153 .is-sub-catalog .catalog-level-2 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.template-wizard-positions-one-2922 .template-module-card-header-same {
    font-weight: normal;
    text-transform: none;
    text-shadow: none;
    background: transparent;
    border: 0;
}

.body-uid-153 .tplmod-catalogcard-fullnotes {
    /*text-align: center*/
}

.body-uid-153 .tplmod-catalogcard-fullnotes table {
    margin: 0 auto;
    text-align: left;
    max-width: 500px;
}

/*.body-uid-153 .tplmod-catalogcard-delivery {
    background:url(/i/abstractimg/153/206-104/delivery1_blue1.jpg) no-repeat left center;
    padding-left: 50px;
    background-size: 38px;
}*/

.template-wizard-positions-row-id-3258 {
    float: right;
    width: 290px;
    position: relative;
    top: -45px;
}

.template-wizard-positions-one-2928 {
    width: auto !important;
}

.template-wizard-positions-row-id-3214,
.template-wizard-positions-row-id-3215,
.template-wizard-positions-row-id-3217,
.template-wizard-positions-row-id-3216 {
    /*margin-right: 310px;*/
    width: 850px;
    float: left;
}

.template-wizard-positions-row-id-3216 {
    float: none;
    margin-right: 310px;
    clear: left;
}

.template-wizard-positions-container-id-491 .template-wizard-positions-one-2923 {
    width: auto;
}

.template-wizard-positions-one-2929 {
    position: relative;
    right: -170px;
}

.template-catalogsmallnotesparams-title,
.template-catalogsmallnotesparams-value {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
}

.module-catalog-filter-titletop .bordertop .module-catalog-filter-one-td-value {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.body-uid-153 .sorttypes-one span {
    background: transparent !important;
    display: inline;
    padding: 0;
}

.body-uid-153 .sorttypes-one {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    color: #006bd8;
}

.body-uid-153 .sorttypes-one span {
    text-decoration: underline;
}

.body-uid-153 .sorttypes-one:after {
    content: "\f063";
    padding-left: 5px;
    color: #006bd8;
    font-family: FontAwesome;
}

.body-uid-153 .sorttypes-one.desc:after {
    content: "\f062";
    padding-left: 5px;
    color: #006bd8;
    font-family: FontAwesome;
}

.body-uid-153 .sorttypes-one.active {
    color: #000000;
}

.body-uid-153 .sorttypes {
    position: static;
    float: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 15px 0;
    
}

.body-uid-153 .sorttypes,
.template-wizard-positions-one-2925,
.template-wizard-positions-one-2926 {
    font-size: 12px;
}

.template-wizard-positions-one-2929 {
    position: static;
}

.body-uid-153 .sorttypes-title {
    font-weight: bold;
}

.template-wizard-positions-row-id-3217 {
    margin: 0;
    width: 865px;
}

.formcarthideshow .template-module-cart-form2 {
    display: none;
}

.template-wizard-positions-container-id-474 {
    z-index: 9 !important;
}

/*.template-wizard-positions-one-2902.active .tplmod-containerone-i {
    border-top-width: 0;
    border-right-width: 0;
}*/

.template-wizard-positions-one-2902 .tplmod-cart-count {
    line-height: 37.5px !important;
    position: absolute;
    right: 1px;
    top: 0px;
}

.zcontent_comparetable .template-module-catalog-list .grid-33 {
    width: 100% !important;
    padding: 0 !important;
}

.zcontent_comparetable .template-module-catalog-list .catalog-img-replace {
    background-position: center center !important;
}

.reporterror {
    background: #b33535;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #b33535;
    padding: 10px;
    background-color: #b33535;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.reporterrorcontent .input,
.reporterrorcontent .textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 16px;
}

.reporterrorcontent .button {
    background: #b33535;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #b33535;
    padding: 10px;
    background-color: #b33535;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.template-module-buy1click-form,
.template-module-buy1click-form * {
    text-align: center;
    font-size: 13px;
}

.template-module-backcall-form-close {
    margin-top: 10px;
}

.template-module-backcall-form-close a {
    color: #000000;
}

.template-wizard-positions-one-2919 .tplmod-containerone.active .template-module-card-2cart:after {
    content: 'В корзине';
    color: #ff6600;
}

.template-wizard-positions-one-2919 .tplmod-containerone.active .template-module-card-2cart {
    background-image: url(/i/templates/vivomarket/2cart_active.png);
}

.body-uid-153 .button_iwantpricelow {
    color: #006bd8;
    text-decoration: none;
    background: url(/i/templates/vivomarket/xpricedown.png) no-repeat right center;
    background-size: 13px;
    cursor: pointer;
    padding-right: 18px;
    opacity: 0.7;
}

.body-uid-153 .opwnd .input,
.body-uid-153 .opwnd .textarea {
    font-size: 13px;
}

.body-uid-971 .page_i h2 {
    font-weight: normal;
    font-size: 30px;
    text-anchor: center;
}

.body-uid-971 .page_i h2 * {
    font-weight: normal;
}

.body-uid-153 .page_i {
    padding-top: 5px;
}

.body-uid-153 .page_i,
.body-uid-153 .page_i * {
    font-size: 13px;
}

.body-uid-153 .tplmod-header-header h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.body-uid-153 .pagetabs-tabs {
    border-bottom: 2px solid #006bd8;
    text-align: left;
}

.body-uid-153 .pagetabs-tabs .pagetabs-tabs-one {
    position: relative;
    top: 2px;
    border: 2px solid transparent;
    color: #006bd8;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.body-uid-153 .pagetabs-tabs .pagetabs-tabs-one.active {
    border: 2px solid #006bd8;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    color: #000000;
}

.body-uid-153 .template-module-reviews .ash1 {
    font-size: 13px;
    display: none;
}

.body-uid-153 .template-module-reviews-form {
    padding: 15px 10px 15px 10px;
    background: #f2f2f2;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.pagetabs-tabs-one-count {
    padding-left: 5px;
    position: relative;
    top: -3px;
    color: #999999;
    font-weight: normal;
    font-size: 11px;
}

.pagetabs-tabs-contenttoggle {
    display: none;
}

.pagetabs-tabs-contenttoggle-datanotes table {
    /*margin-top: 15px !important;*/
}

.body-uid-153 .catalogparamtable {
    max-width: inherit !important;
}

.body-uid-153 .catalogparamtable td {
    padding-bottom: 5px;
}

.body-uid-153 .pagetabs-content-one-2 .template-module-reviews-form-rate {
    display: table-row
}

.body-uid-153 .tplmod-catalogcard-fullnotes .template-module-reviews-form table {
    max-width: inherit;
    width: 98%;
}

.body-uid-153 .tplmod-catalogcard-fullnotes .template-module-reviews-form table tr,
.body-uid-153 .tplmod-catalogcard-fullnotes .template-module-reviews-form table td {
    display: block;
}

.body-uid-153 .tplmod-catalogcard-fullnotes .template-module-reviews-form table tr.template-module-reviews-form-rate td {
    display: inline-block;
}

.body-uid-153 .tplmod-catalogcard-fullnotes .template-module-reviews-form .input,
.body-uid-153 .tplmod-catalogcard-fullnotes .template-module-reviews-form .textarea {
    width: 100% !important;
    box-sizing: border-box;
}

.body-uid-153 .template-module-reviews-form-message .textarea {
    height: 150px !important;
}

.body-uid-153 .cart_form_submit {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 10px;
    text-align: center;
}

.body-uid-153 .template-module-reviews-form-rate .styleform_name {
    margin-right: 5px;
}

.body-uid-153 .pagetabs-content-one-3 .template-module-reviews-form-rate  {
    display: none !important;
}

.review-form-notes {
    font-size: 10px;
    color: #7b7b7b;
    text-align: left;
    padding-left: 10px;
}

.template-wizard-positions-one-2982 {
    display: none;
}

.template-wizard-positions-one-2753 a {
    text-decoration: none;
}

.template-wizard-positions-one-2755 .bx-next,
.template-wizard-positions-one-2755 .bx-prev {
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: #cccccc;
    text-decoration: none;
}

.template-wizard-positions-one-2755 .bx-prev {
    right: auto;
    left: 10px;
}

.template-wizard-positions-one-2755 .bx-next:after {
    content: "\f054";
}

.template-wizard-positions-one-2755 .bx-prev:after {
    content: "\f053";
}

.body-uid-153 .tplmod-catalogcard-fullnotes {
    border-bottom: 1px solid #d8d8d8;
}

.brand-vendor-logo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.body-uid-153 .tplmod-catalogcard-buy1click  {
    background: #00a2e8;
    color: #ffffff !important;
    padding: 10px 21px 10px 22px;
}

.body-uid-153 .tplmod-catalogcard-delivery .delivery-city {
    background: url(/i/abstractimg/153/206-104/delivery1_blue1.jpg) no-repeat left center;
    padding-left: 50px;
    background-size: 38px;
    margin-bottom: 20px;
}

.body-uid-153 .tplmod-catalogcard-delivery .delivery-country {
    background: url(/i/templates/vivomarket/belarus.png) no-repeat left center;
    padding-left: 50px;
    background-size: 38px;
}

.body-uid-153 .tplmod-catalogcard-tocompare *,
.body-uid-153 .tplmod-catalogcard-addreview *,
.body-uid-153 .tplmod-catalogcard-pricedown *,
.body-uid-153 .tplmod-catalogcard-iwantpricelow *,
.body-uid-153 .tplmod-catalogcard-delivery .delivery-city strong,
.body-uid-153 .tplmod-catalogcard-delivery .delivery-country strong {
    text-decoration: underline;
}

.body-uid-153 .template-h1-code {
    font-size: 13px !important;
}

.stocknosubscribe {
    color: #000000;
    border-bottom: 1px dotted #000000;
    cursor: pointer;
    font-size: 11px;
}

.template-wizard-positions-container-id-524 {
    display: none;
}

.body-card .template-wizard-positions-container-id-524 {
    display: block;
}

.template-wizard-positions-one-printversion {
    text-align: right;
}

.template-wizard-positions-one-printversion a {
    font-size: 11px;
    color: #006bd8;
    background: url(/i/templates/vivomarket/xprint.png) no-repeat right center;
    background-size: 12px;
    padding: 0 17px 0 0;
}

.body-uid-153 .sitecontainer {
    position: relative;
}

.template-wizard-positions-one-2959 .tplmod-containerone {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 1px 1px 0;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-0 {
    width: 50%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-1,
.template-wizard-positions-one-2959 .tplmod-containerone-count-2 {
    width: 25%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-3 {
    width: 20%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-4,
.template-wizard-positions-one-2959 .tplmod-containerone-count-5 {
    width: 40%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-6,
.template-wizard-positions-one-2959 .tplmod-containerone-count-7,
.template-wizard-positions-one-2959 .tplmod-containerone-count-8,
.template-wizard-positions-one-2959 .tplmod-containerone-count-9 {
    width: 25%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-10 {
    width: 40%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-11 {
    width: 25%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-12 {
    width: 35%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-13,
.template-wizard-positions-one-2959 .tplmod-containerone-count-14,
.template-wizard-positions-one-2959 .tplmod-containerone-count-15,
.template-wizard-positions-one-2959 .tplmod-containerone-count-16 {
    width: 25%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-17 {
    width: 20%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-18,
.template-wizard-positions-one-2959 .tplmod-containerone-count-19 {
    width: 40%;
}


.template-wizard-positions-one-2959 .tplmod-containerone-count-20 {
    width: 40%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-21 {
    width: 25%;
}

.template-wizard-positions-one-2959 .tplmod-containerone-count-22 {
    width: 35%;
}


.template-wizard-positions-one-2950 .tplmod-containerone {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 1px 1px 0;
}


.template-wizard-positions-one-2950 .tplmod-containerone-count-0 {
    width: 25%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-1 {
    width: 40%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-2 {
    width: 35%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-3 {
    width: 30%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-4 {
    width: 25%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-5 {
    width: 20%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-6 {
    width: 25%;
}


.template-wizard-positions-one-2950 .tplmod-containerone-count-7 {
    width: 40%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-8 {
    width: 25%;
}

.template-wizard-positions-one-2950 .tplmod-containerone-count-9 {
    width: 35%;
}

.body-uid-153 .template-module-card-gallery .template-module-card-gallery-one {
    border-radius: 0;
}

.body-uid-153 .template-module-card-gallery .template-module-card-gallery-one.active {
    box-shadow: inset 0 0 0 2px #006bd8;
    border-color: #006bd8;
}

.body-uid-153 .pswp__bg,
.body-uid-153 .pswp__img--placeholder--blank {
    background-color: rgba(0,0,0,0.7) !important;
}

.body-uid-153 .template-module-card-gallery .template-module-card-gallery-one a,
.body-uid-957 .template-module-card-gallery .template-module-card-gallery-one a {
    display: inline;
    height: 1px;
    width: 1px;
}

.body-uid-153 .module-catalog-filter-hidden .input-checkbox {
    vertical-align: bottom;
}

.body-uid-153 .zcontent_comparetable .template-module-catalog-list-img {
    width: 200px;
}

.body-uid-153 .template-catalog-pagination {
    background: transparent;
}

.body-uid-153 .template-catalog-pagination * {
    color: #000000;
    font-size: 13px;
}

.body-uid-153 .template-catalog-pagination a {
    color: #006bd8 !important;
}

.body-uid-153 .template-catalog-pagination .active {
    color: #ffffff;
    background: #006bd8;
    padding: 10px;
}

.body-uid-153 .template-catalog-pagination .disabled {
    display: none;
}

.template-module-vendors-img {
    position: absolute;
    left: 20px;
    top: 22px;
}

.template-module-vendors-img img {
    max-width: 50px;
    max-height: 30px;
}

.vendorslist tr {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
}

.vendorslist td {
    display: block;
}

.vendorslist a {
    color: #000000;
    font-weight: bold;
}

.template-module-vendors-content {
    border: 1px solid #f2f2f2;
    padding: 20px 0;
    border-radius: 5px;
}

.body-uid-957 .template-delivery-subscribe-input .input {
    color: #000000 !important;
}

.template-module-card-gallery .template-module-card-gallery-one {
    margin-bottom: 5px !important;
}

.template-wizard-positions-container-id-527 {
    z-index: 3 !important;
}

.pagetabs-tabs-contenttoggle-datanotes-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.template-catalog-filterlinks {
    line-height: 25px;
}

.template-catalog-filterlinks a {
    white-space: nowrap;
}

.body-uid-153 .template-catalog-filterlinks .active {
    border: 1px solid #006bd8;
    padding: 5px 5px;
    color: #000000;
    text-decoration: none;
}


.template-wizard-positions-one-3003 .tplmod-search-input input {
    border: 1px solid #999999;
    padding: 0px 10px;
    width: 566px;
    line-height: 44px;
    background: #ffffff;
    font-size: 16px;
}

.template-wizard-positions-one-3003 .tplmod-search-button input {
    background: url(/i/templates/mmaster/search.png) no-repeat center center;
    border: 0;
    width: 24px;
    height: 26px;
    color: transparent;
    overflow: hidden;
    cursor: pointer;
}

.body-uid-974 .tplmod-cart-image {
    background-image: url(/i/templates/mmaster/cart.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 32px;
}


.body-uid-974 .template-module-catalog-list .clr {
    display: none !important;
}

.body-uid-974 .template-wizard-positions-one-filcat {
    margin-left: 320px !important;
}

.template-wizard-positions-one-3012 .template-module-card-2cart,
.template-wizard-positions-one-3013 .template-module-card-2cart {
    /*background: url(/i/templates/vivomarket/2cart.png) no-repeat right center;
    width: 77px;
    height: 18px;
    cursor: pointer;
    font-size: 11px;
    color: #006bd8;*/
    background-color: #555555;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
}

.template-wizard-positions-one-3012 .template-module-card-2cart:after {
    content: 'В коллекцию';
}

.body-uid-974 .sorttypes {
    left: 520px;
}

.template-wizard-positions-one-3005 a {
    text-decoration: none;
}

.body-uid-974 .button,
.template-module-catalog-list-one-more,
.template-module-catalog-list-one-cartdelete {
    background-color: #555555 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    text-transform: none !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.body-uid-974 .template-module-cartform-buttons input {
    background-color: #555555;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
}

.body-uid-974 .template-wizard-positions-container-id-529.template-wizard-positions-container-topshadow:before {
    z-index: 1;
}

.body-uid-974 .tabs {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e4097f;
}

.body-uid-974 .tabs-one {
    display: inline-block;
    margin: 0 10px;
    padding: 15px 30px;
    border: 2px solid transparent;
    position: relative;
    top: 2px;
    font-weight: bold;
    cursor: pointer;
}

.body-uid-974 .tabs-one.active {
    border: 2px solid #e4097f;
    border-bottom: 2px solid #ffffff;
    background: #ffffff;
    cursor: default;
}

.body-uid-974 .stockyes {
    display: inline-block;
    background: url(/i/templates/check.png) no-repeat left center;
    background-size: 16px;
    padding: 2px 0 2px 20px;
}

.body-uid-974 .stockno {
    color: #c10000;
}

.template-wizard-positions-one-3005 {
    text-align: center;
}

.body-uid-974 .module-catalog-filter-titletop .module-catalog-filter-one-row-vendor {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.body-uid-974 .module-catalog-filter-hidden {
    padding-top: 0;
}

.body-uid-974 .page_i {
    padding-left: 100px;
    padding-right: 100px;
}

.template-module-card-linked .template-wizard-positions-one-2754  {
    margin-left: 0 !important;
}

.template-module-card-header-same-linked {
    margin-bottom: 0 !important;
}

.template-module-card-linked .template-module-card-2cart {
    background: transparent !important;
}

.priceold,
.priceold * {
    font-weight: normal;
    color: #777777;
    font-size: 14px;
}

.priceold-price {
    text-decoration:line-through;
}

#ui-datepicker-div {
    z-index: 999999999999 !important;
}

.template-module-search-live .template-module-reviews-rate-count,
.template-module-search-live .template-module-reviews-rate {
    display: none;
}

.rubricator-all:before {
    font-family: FontAwesome;
    content: "\f0c9";
    padding-right: 10px;
}

.template-catalogsmallnotesparams-title.template-catalogsmallnotesparams-title-header {
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.template-wizard-positions-one-hasarrows .bx-prev,
.template-wizard-positions-one-hasarrows .bx-next {
    text-shadow: 0 0 4px rgba(0,0,0,1);
}

.template-wizard-positions-one-rubricator a {
    text-decoration: none;
}

.template-wizard-positions-one-poorvision .tplmod-poorvision-title {
    background: url(/i/templates/eyeicon.png) no-repeat left center;
    background-size: 20px;
    padding-left: 28px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
}

.cart-cabinet {
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 10px;
}

.cart-cabinet .button,
.cart-cabinet .cart-cabinet-mydata,
.cart-cabinet .cart-cabinet-myblanks,
.cart-cabinet .cart-cabinet-blanks,
.cart-cabinet .cart-cabinet-myorders,
.cart-cabinet .cart-cabinet-mydepartments,
.cart-cabinet .cart-cabinet-myusers,
.cart-cabinet .cart-cabinet-users,
.cart-cabinet .cart-cabinet-agents,
.cart-cabinet .cart-cabinet-logout {
    background: #777777;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #777777;
    padding: 10px;
    background-color: #777777;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
}

.cart-cabinet-buttonred {
    background: #c10000 !important;
}

.cabinet-register-form .input {
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
}

.registerform-tabs .pagetabs-content {
    padding-top: 0;
}

.cabinet-myorderslist-one a {
    color: #000000;
}

.template-download-filelist a {
    color: #000000;
}

.template-download-filelist-title {
    font-size: 20px;
}

.template-download-filelist-delim-div {
    height: 10px;
}

.template-listwithdates-one {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #cccccc;
}

.template-listwithdates-one-title a {
    color: #000000;
    font-weight: bold;
    font-size: 20px !important;
}

.template-listwithdates-one-date {
    background: rgba(0,0,0,0.3);
    padding: 5px;
    display: inline-block;
    color: #ffffff !important;
    font-size: 13px !important;
    margin-top: 6px !important;
}

.template-listwithdates-one-notes {
    margin-top: 10px;
}

.template-wizard-positions-one-newsonpage .tplmod-containerone {
    margin-bottom: 50px;
}

.template-wizard-positions-one-newsonpage .tmplfunc-indicators {
    display: none;
}

.button {
    cursor: pointer;
}

.opwnd .opwndc {
    position: absolute;
}

.template-wizard-fixonscroll-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.3);
    z-index: 3;
}

.tplmod-photogallery-image-inside-cover {
    width:100%;
    height:100%;
    overflow: hidden;
}

.tplmod-photogallery-image-inside {
    width:100%;
    height:100%;
    background-size: cover;
}

.template-module-worktime-i {
    text-align: center;
}

.template-wizard-positions-one-infoblock p:first-child {margin-top: 0 !important;}
.template-wizard-positions-one-infoblock p:last-child {margin-bottom: 0 !important;}

.template-wizard-positions-one-textgallery .tplmod-containerone p:first-child {margin-top: 0 !important;}
.template-wizard-positions-one-textgallery .tplmod-containerone p:last-child {margin-bottom: 0 !important;}

.cart-alert-before {
    border: 1px dashed #c10000;
    padding: 10px;
    text-align: center;
    color: #c10000;
}

.bx-wrapper {
    position: relative;
}

.template-wizard-positions-one-hasarrows.template-wizard-positions-one-hasarrows-outside .bx-prev {
    left: -40px;
}

.template-wizard-positions-one-hasarrows.template-wizard-positions-one-hasarrows-outside .bx-next {
    right: -30px;
}

.body-mobile .template-wizard-positions-one-hasarrows.template-wizard-positions-one-hasarrows-outside .bx-prev {
    left: 20px;
}

.body-mobile .template-wizard-positions-one-hasarrows.template-wizard-positions-one-hasarrows-outside .bx-next {
    right: 20px;
}

.tplmod-position-instabs {
    margin-bottom: 20px;
    text-align: center;
}

.tplmod-position-instabs span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: underline;
}

.tplmod-position-instabs span.active {
    cursor: text;
    text-decoration: none;
}

.template-wizard-positions-one-feedbackform .input,
.template-wizard-positions-one-feedbackform .textarea {
        color: #000000;
        width: 100% !important;
        box-sizing: border-box;
        resize: none;
}

.template-wizard-positions-one-feedbackform-one {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.template-wizard-positions-one-feedbackform-one-email
{
    float: left;
    width: 50%;
    padding-right: 5px;
}

.template-wizard-positions-one-feedbackform-one-phone {
    float: right;
    width: 50%;
    padding-left: 5px;
}

.template-wizard-positions-one-feedbackform-one-submitline {
    margin-bottom: 0;
}

.template-wizard-positions-one-feedbackform-one-submitline-alert {
    float: left;
    background: rgba(255,255,255,0.1);
    padding: 12px 10px;
}

.template-wizard-positions-one-feedbackform-one-submitline-buttons {
    float: right;
}

.dealer-zone  .dealer-zone-item-stockstatus-1 .dealer-zone-item-TITLE a {
    color: #c10000;
}


.tplmod-catalog-discount-icon:after {
    font-family: FontAwesome;
    content: "\f295";
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    width: 28px;
    display: block;
    text-align: center;
    background: #c10000;
    border-radius: 100px;
}

.template-wizard-positions-one-button {
    cursor: pointer;
}

.template-module-backcall-form * {
    text-align: center;
}

.tplmod-catalog-hit-icon:after {
    font-family: FontAwesome;
    content: "\f005";
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    width: 28px;
    display: block;
    text-align: center;
    background: #c10000;
    border-radius: 100px;
}

.accordeon-header {
    cursor: pointer;
}

.accordeon-row {
    display: none;
}

.template-wizard-positions-one-hideth th {
    display: none;
}

.template-wizard-positions-one-accordeon tr {
    display: none;
}

.template-wizard-positions-one-accordeon .module-tableconstructor-headerinside {
    cursor: pointer;
}

.template-wizard-positions-one-accordeon tr.module-tableconstructor-headerinside,
.template-wizard-positions-one-accordeon tr.visible {
    display: table-row;
}

.template-wizard-positions-one-table-dotted .module-tableconstructor tr td {
    background: transparent;
    border-bottom: 1px dotted #cccccc;
}

.template-wizard-positions-one-table-dotted .module-tableconstructor .module-tableconstructor-tr-last td {
    border-bottom: 0;
}

.template-wizard-positions-one-accordeon tr.module-tableconstructor-headerinside td {

}

.template-wizard-positions-one-accordeon tr.module-tableconstructor-headerinside td:after {
    /*margin-left: 10px;*/
    margin-top: 10px;
    content: "\f13a";
    font-size: 28px;
    font-family: FontAwesome;
    float: right;
    color: #000000;
    opacity: 0.5;
}

.template-wizard-positions-one-accordeon tr.module-tableconstructor-headerinside.active td:after {
    content: "\f139";
}

.module-tableconstructor-headerinside-count {
    display: none;
}

.template-wizard-positions-one-table-showcounts .module-tableconstructor-headerinside-count {
    display: inline-block;
}

.module-tableconstructor-headerinside-count {
    font-size: 13px;
    margin: 0 5px 0 5px;
    position: relative;
    top: -9px;
}


.template-wizard-positions-one-textalign-left .module-tableconstructor td {
    text-align: left;
}

.template-wizard-positions-one-textalign-left .module-tableconstructor td.module-tableconstructor-fieldtype-9 {
    text-align: center;
}

.module-tableconstructor-headerinside-icon {
    display: none;
}

.template-wizard-positions-one-table-showicons .module-tableconstructor-headerinside .module-tableconstructor-headerinside-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.template-wizard-positions-one-table-showicons tr:not(.module-tableconstructor-headerinside) td:first-child {
    padding-left: 70px;
}

.module-tableconstructor-order {
    color: #000000;
    opacity: 0.3;
    font-size: 20px;
    float: right;
    /*position: absolute;
    margin-left: -44px;
    margin-top: -2px;*/
    cursor: pointer;
    margin-left: 10px;
    margin-right: 3px;
}

.module-tableconstructor-order.active {
    opacity: 1;
    color: #00c100;
}

.module-tableconstructor-order:after {
    font-family: FontAwesome;
    content: "\f14a";
}

.module-tableconstructor-fieldtype-9 {
    white-space: nowrap;
}

.template-wizard-positions-one-order .module-tableconstructor-fieldtype-9 .module-tableconstructor-td-content {
    margin-right: 20px;
}

.module-tableconstructor-orderdata {
    margin-top: 20px;
    text-align: center;
}

.module-tableconstructor-orderdata-summ {
    font-weight: bold;
}

.module-tableconstructor-orderdata-button {
    margin-top: 15px;
}

.module-tableconstructor-orderdata-active {
    display: none;
}

.module-tableconstructor-orderdata.active .module-tableconstructor-orderdata-active {
    display: inline;
}

.module-tableconstructor-orderdata-notactive {
    font-weight: bold;
}

.module-tableconstructor-orderdata.active .module-tableconstructor-orderdata-notactive {
    display: none;
}

.module-powered-shield {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.module-powered-shield-title {
    font-weight: bold;
}

.tplmod-position-instabs {
    display: none;
}

.opwndcontent.overflowed {
    overflow: auto;
}

._show_1e.wrap_mW,
#jvlabelWrap {
    z-index: 2 !important;
}

.dealer-zone-send.process {
    opacity: 0.5;
    cursor: default;
}

.shild-favourite,
.shild-cart {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    background: #ff3008;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 10px 5px 10px;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.shild-favourite *,
.shild-cart * {
    color: #ffffff;
}

.shild-cart {
    margin-left: -80px;
    background: #ffcc00;
}

.shild-favourite a,
.shild-cart a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    display: block;
    background: url(/i/templates/heart_white.png) no-repeat left center;
    background-size: 25px;
}

.shild-cart a {
    background: url(/i/templates/cart.png) no-repeat left center;
    background-size: 25px;
}

.shild-favourite.active,
.shild-cart.active {
    display: block;
}

.card-table-params-icon {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.card-table-params {
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-table-params table {
    width: 100%;
}

.card-table-params table td {
    border-bottom: 1px solid #e0e0e0;
}

.card-table-params table tr:last-child td {
    border-bottom: 0;
}

.tplmod-catalogcard-tofavourite,
.tplmod-catalogcard-tocompare {
    cursor: pointer;
}

.tplmod-listcatalogcard-stickers .stickers {
    text-transform: uppercase;
    padding: 0px 7px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 10px;
    display: inline-block;
    line-height: 19px;
}

.tplmod-listcatalogcard-stickers .stickers-hit {
    background: #f5a400;
}

.tplmod-listcatalogcard-stickers .stickers-discount {
    background: #EF3E37;
}

.tplmod-listcatalogcard-stickers .stickers-recommend {
    background: #0e89d7;
}

.credtable,
.credtable th,
.credtable td {
    border-collapse: collapse;
}

.credtable th,
.credtable td {
    padding: 7px;
}

.credtable-description {
    margin-top: 5px;
    font-size: 13px;
    color: #666666;
}

.credtable-more {
    margin-top: 5px;
    font-size: 13px;
}

.credtable-more a {
    color: #ff3008;
}

.body-uid-1099 .extcatalogparams-header,
.body-uid-12015 .extcatalogparams-header,
.body-uid-974 .template-catalogsmallnotesparams-title-header,
.body-uid-1099 .template-catalogsmallnotesparams-title-header,
.body-uid-12015 .template-catalogsmallnotesparams-title-header {
    cursor: pointer;
}

.body-uid-1099 .extcatalogparams-header strong:after,
.body-uid-12015 .extcatalogparams-header strong:after,
.body-uid-974 .template-catalogsmallnotesparams-title-header:after,
.body-uid-1099 .template-catalogsmallnotesparams-title-header:after,
.body-uid-12015 .template-catalogsmallnotesparams-title-header:after {
    font-family: FontAwesome;
    content:  "\f077";
    margin-left:  10px;
    float: right;
    margin-right:  10px;
}

.body-uid-1099 .extcatalogparams-header.active strong:after,
.body-uid-12015 .extcatalogparams-header.active strong:after,
.body-uid-974 .template-catalogsmallnotesparams-title-header.active:after,
.body-uid-1099 .template-catalogsmallnotesparams-title-header.active:after,
.body-uid-12015 .template-catalogsmallnotesparams-title-header.active:after {
    font-family: FontAwesome;
    content:  "\f078";
    margin-left:  10px;
    float: right;
    margin-right:  10px;
}

.pdf-link a,
.video-link a {
    color:  #000000;
}

.pdf-link a:before {
    display: inline-block;
    width: 25px;
    font-family: FontAwesome;
    content: "\f1c1";
}

.video-link a:before {
    display: inline-block;
    width: 25px;
    font-family: FontAwesome;
    content: "\f16a";
    color:  #ff0000;
}
/*.templates/cns/css/template-1028-append.css*/
.template-wizard-positions-one-3270 {
	position: relative;
	left: 100px;
}

.tplmod-containerone-37222,
.tplmod-containerone-37224,
.tplmod-containerone-37226 {
	width: 30%;
}

.tplmod-containerone-37223,
.tplmod-containerone-37225,
.tplmod-containerone-37227 {
	width: 70%;
}

.template-wizard-positions-one-3263 .tplmod-containerone {
	background: #ffffff;
}

.tplmod-containerone-37245,
.tplmod-containerone-37253 {
	padding-left: 2px !important;
}

.tplmod-containerone-37252,
.tplmod-containerone-37256 {
	padding-right: 2px !important;
}

.tplmod-containerone-37245,
.tplmod-containerone-37250,
.tplmod-containerone-37251,
.tplmod-containerone-37252 {
	padding-top: 2px !important;
}

.tplmod-containerone-37253,
.tplmod-containerone-37254,
.tplmod-containerone-37255,
.tplmod-containerone-37256 {
	padding-bottom: 2px !important;
}

/*.tplmod-containerone-37245:before,
.tplmod-containerone-37250:before,
.tplmod-containerone-37251:before,
.tplmod-containerone-37252:before {
	content: '';
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -20px;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37252:after {
	content: '';
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -20px;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37245:after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	top: 0;
	left: -20px;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37250:after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: -260px;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37253:after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: -20px;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37251:after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	right: -260px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37255:after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: -260px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37254:after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	top: -203px;
	right: -500px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37250:before,
.tplmod-containerone-37251:before,
.tplmod-containerone-37252:before {
	left: -1px;
}


.tplmod-containerone-37253:before,
.tplmod-containerone-37254:before,
.tplmod-containerone-37255:before,
.tplmod-containerone-37256:before {
	content: '';
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37254:before,
.tplmod-containerone-37255:before,
.tplmod-containerone-37256:before {
	left: -1px;
}

.tplmod-containerone-37256:after {
	content: '';
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: -20px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.tplmod-containerone-37252 .tplmod-containerone-i:after {
	content: '';
	background: url(/i/templates/baq_icon1.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 49px;
	top: 50px;
	left: 0;
}

.tplmod-containerone-37253 .tplmod-containerone-i:after {
	content: '';
	background: url(/i/templates/baq_icon2.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 49px;
	top: 100px;
	left: 0;
}*/

.tplmod-containerone-37252 .tplmod-photogallery-title,
.tplmod-containerone-37253 .tplmod-photogallery-title {
	background: transparent !important;
	font-weight: bold;
}

.tplmod-containerone-37252 .tplmod-photogallery-title {
	position: relative;
	bottom: 30px !important;
}

.tplmod-containerone-37253 .tplmod-photogallery-title {
	top: 30px !important;
	bottom: auto !important;
}

.tplmod-containerone-37252 .tplmod-photogallery-title:after {
	content: '';
	background: url(/i/templates/arrow_topw.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	width: 5px;
	height: 25px;
	bottom: -17px;
	left: 50%;
	margin-left:-2px;
}

.tplmod-containerone-37253 .tplmod-photogallery-title:after {
	content: '';
	background: url(/i/templates/arrow_bottomw.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	width: 5px;
	height: 25px;
	top: -17px;
	left: 50%;
	margin-left:-2px;
}

.template-wizard-positions-one-3265 a {
	text-decoration: none;
}

.template-wizard-positions-one-3266 .bx-next,
.template-wizard-positions-one-3264 .bx-next {
	right: -50px !important;
	top: 60% !important;
}

.template-wizard-positions-one-3266 .bx-prev,
.template-wizard-positions-one-3264 .bx-prev {
	left: -50px !important;
	top: 60% !important;
}

.body-notindex .template-wizard-positions-one-3263 {
	display: none;
}

.body-notindex .template-wizard-positions-container-id-667,
.body-notindex .template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {
	height: 362px !important;
}

.tplmod-search-input .template-module-search-input {
	border: 1px solid #ffffff;
	padding: 10px 30px 10px 10px;
	background: transparent;
	color: #ffffff !important;
	font-size: 16px;
	box-sizing: border-box;
	width: 245px;
}

.tplmod-search-input .template-module-search-input::placeholder {
	color: #ffffff !important;
}

.tplmod-search-button input {
	color: transparent;
	background: transparent url(/i/constructor/1028/submit.png) no-repeat center center;
	background-size: contain;
	width: 32px;
	height: 32px;
	border: 0;
	position: absolute;
	right: 10px;
	top: 4px;
	cursor: pointer;
}

.template-langswitcher {
	text-align: right !important;
}

.template-langswitcher a {
	background: transparent !important;
	padding: 7px 10px !important;
	box-sizing: border-box;
	font-size: 16px !important;
	width: auto !important;
}

.template-langswitcher .active a {
	border: 1px solid #ffffff !important;
}

.template-langswitcher li {
	display: inline-block;
}

.template-wizard-positions-container-id-675 {
	z-index: 3 !important;
}

.template-wizard-positions-one-3264,
.template-wizard-positions-one-3265 {
	position: relative;
}

.moreleftbutton {
	position: absolute;
	left: 10px;
	top: 10px;
	padding-left: 25px;
}

.morerightbutton {
	position: absolute;
	right: 10px;
	top: 10px;
	padding-right: 25px;
}

.moreleftbutton,
.morerightbutton {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.news-arch {
	color: #366380;
	background: url(/i/constructor/1028/more_arch_dark.png) no-repeat left center;
	background-size: 18px;
}

.news-mail {
	color: #366380;
	background: url(/i/constructor/1028/more_mail_dark.png) no-repeat right center;
	background-size: 18px;
}

.events-arch {
	color: #ffffff;
	background: url(/i/constructor/1028/more_arch_light.png) no-repeat left center;
	background-size: 18px;
}

.events-mail {
	color: #ffffff;
	background: url(/i/constructor/1028/more_mail_light.png) no-repeat right center;
	background-size: 18px;
}

/*.page_i a {
	color: #000000;
}*/


.utableb td {
	padding: 10px;
}

.utableb tr:nth-child(odd) td {
	background-color: rgba(0,0,0,0.05);
}

.body-notindex .template-module-news-li {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #cccccc;
    list-style: none;
}

.body-notindex .template-module-news-date {
    background: rgba(0,0,0,0.3);
    padding: 5px;
    display: inline-block;
    color: #ffffff !important;
    font-size: 13px !important;
    margin-top: 6px !important;
}

.body-notindex .template-module-news-title {
    text-align: left;
}

.body-notindex .template-module-news-title-a {
    font-weight: bold;
    font-size: 20px !important;
    text-align: left;
}

.body-notindex .template-module-news-ul .template-module-news-img {
    width: 300px !important;
    height: 200px !important;
    margin-right: 30px !important;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.body-notindex .template-module-news-img {
    background-position:  center center;
}

.body-notindex .template-module-news-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.body-notindex .template-module-news-title-a {
	color: #000000;
}

.body-notindex .template-module-news-title-a em {
    font-style: normal;
    
}

.body-notindex .template-module-news-notes {
    font-size: 16px !important;
    text-align: left;
}

.body-notindex .template-module-news-li .button {
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.body-notindex .template-module-news-showfull {    
    font-size: 20px;
    text-decoration: underline;
    float: right;
    background: url(/i/templates/services-showhull.png) no-repeat right center;
    background-size: 22px;
    padding-right: 35px;
    cursor: pointer;
    margin-top: 30px;
}

.body-notindex .template-module-news-showfull a {
    text-decoration: none;
    color: #ffffff;
    
    font-size: 20px;
}

.body-notindex .template-module-news-li .button {
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 6px 11px;
    text-decoration: none !important;
}

.body-notindex .yashare {
    margin-top: 30px;
    float: right;
}

.opwndcontent .template-form-title {
	font-size: 30px;
	font-weight: 100;
	color: #366380;
}

.template-form-subscribe .template-form-text {
	padding: 5px 10px;
	width: 200px;
}

.template-form-subscribe .template-form-submit {
	border: 0;
	background-color: #abc7d3;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 10px;
}

.template-form-subscribe table {
	margin: 0 auto !important;
	width: auto !important;
}

.template-search-pageresult a {
	color: #000000;
}

.simplepagionation a {
	color: #000000;
}

.hasmonoversion .mono-panel {
	position: absolute !important;
}

.mono-panel {
	left: 50% !important;
    margin-left: -100px;
    text-align: center;
}

.mono-panel-mainlink {
	background: url(/i/templates/eyeicon.png) no-repeat left center;
    background-size: 20px;
    padding-left: 28px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
	font-family: "Roboto Condensed", sans-serif !important;
}

.template-wizard-positions-one-3270 {
	opacity: 0;
}

.sitemonoversion .template-wizard-positions-container-id-667,
.sitemonoversion .template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {
	height: auto !important;
}

.sitemonoversion .template-wizard-positions-one-3263 .tplmod-photogallery-image {
	height: 10px;
}

.sitemonoversion .tplmod-news-image,
.sitemonoversion .tplmod-containerone-37253 .tplmod-containerone-i:after,
.sitemonoversion .tplmod-containerone-37252 .tplmod-containerone-i:after,
.sitemonoversion .template-wizard-positions-container-id-675,
.sitemonoversion .template-wizard-positions-row-id-3515,
.sitemonoversion .template-wizard-positions-container-id-670,
.sitemonoversion .tplmod-containerone-37245:before, .tplmod-containerone-37250:before, .tplmod-containerone-37251:before, .tplmod-containerone-37252:before,
.sitemonoversion .tplmod-containerone-37245:after,
.sitemonoversion .tplmod-containerone-37253:before, .tplmod-containerone-37254:before, .tplmod-containerone-37255:before, .tplmod-containerone-37256:before,
.sitemonoversion .tplmod-containerone-37253:after,
.sitemonoversion .tplmod-containerone-37256:after,
.sitemonoversion .tplmod-containerone-37251:after,
.sitemonoversion .tplmod-containerone-37255:after,
.sitemonoversion .tplmod-containerone-37254:after,
.sitemonoversion .tplmod-containerone-37252:after,
.sitemonoversion .tplmod-containerone-37250:after {
	display: none;
}

.sitemonoversion .template-wizard-positions-one-3263 {
	margin-top: 40px !important;
}

.sitemonoversion .template-wizard-positions-one-3263 .tplmod-photogallery-title {
	position: static;
}

.sitemonoversion .template-wizard-positions-container-id-671 > .template-wizard-positions-container-i,
.sitemonoversion .template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {
	padding-top: 0;
}

.sitemonoversion .template-wizard-positions-one-3263 .tplmod-photogallery-title {
	font-weight: bold;
}

.sitemonoversion .template-wizard-positions-one-3261 .tplmod-logo-image {
	background-image: url(/i/templatelogos/1028.jpg?v=34240) !important;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: grayscale(100%);
	border: 1px solid #000000;
	border-radius: 500px;
}

.sitemonoversion .tplmod-search-input .template-module-search-input {
	color: #000000 !important;
}

.sitemonoversion .bodygamma2 .tplmod-search-input .template-module-search-input {
	color: #ffffff !important;
}

.sitemonoversion .tplmod-search-button input {
	width: 42px;
}

.sitemonoversion .photogallerydiv-one-i {
	height: 10px;
}

.sitemonoversion .photogallerydiv-one {
	border: 1px solid #000000;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.template-wizard-positions-one-3270 {
	margin-left: 0 !important;
}

.tplmod-news-annotation {
	overflow-wrap: break-word;
}

.template-wizard-positions-container-id-668 .tmplfunc-indicators {
	display: none;
}

/*.template-wizard-positions-container-id-678 {
    top: 166px !important;
}*/


.tplmod-containerone-37225 {
	width: 30%;
}

.template-wizard-positions-one-3262 {
	margin-top: 15px !important;
}

.template-wizard-positions-one-3279 {
	top: -15px;
}

.page-elobr-form table {
	margin: 0 auto;
	width: 60%;
}

.body-mobile .page-elobr-form table {
	width: 100%;
}

.page-elobr-form textarea {
	width: 100%;
}

.body-mobile .page-elobr-form textarea,
.body-mobile .page-elobr-form .input,
.body-mobile .page-elobr-form .input_text {
	width: 100%;
}

.page-elobr-form * {
	font-size: 16px;
}

.page-elobr-form .button {
	color: #ffffff;
	background: #5690a6;
	border: 0;
	padding: 10px 20px;
}

.template-wizard-positions-one-3262 .tplmod-containerscover {
	columns: 2;
}

.template-wizard-positions-one-3262 .tplmod-containerone {
	width: auto !important;
	display: block;
}

.template-wizard-positions-container-id-677 {
	top: 250px !important;
}

.template-wizard-positions-container-id-678 {
    top: 237px !important;
}

.template-wizard-positions-container-id-680 {
    top: 244px !important;
}
/*skin/global/css/template-animation.css*/
.template-animation {
	opacity: 0;
}

.template-animation.fromcounter {
    opacity: 1;
}

/*fromleft {*/
.template-animation.fromleft {
    -webkit-animation-name: fromleftAnimation;
    -webkit-animation-duration: 1s;
    animation-name: fromleftAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromleftAnimation {
    from {left: -100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes fromleftAnimation {
    from {left: -100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}
/*fromleft }*/

/*fromright {*/
.template-animation.fromright {
    -webkit-animation-name: fromrightAnimation;
    -webkit-animation-duration: 1s;
    animation-name: fromrightAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromrightAnimation {
    from {left: 100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes fromrightAnimation {
    from {left: 100%; opacity: 0;}
    to {left: 0; opacity: 1;}
}
/*fromright }*/

/*fromright2 {*/
.template-animation.fromright2 {
    -webkit-animation-name: fromright2Animation;
    -webkit-animation-duration: 1s;
    animation-name: fromright2Animation;
    animation-duration: 1s;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromright2Animation {
    from {transform: translate(100%, 0px); opacity: 0;}
    to {transform: translate(0, 0px); opacity: 1;}
}

/* Standard syntax */
@keyframes fromright2Animation {
    from {transform: translate(100%, 0px); opacity: 0;}
    to {transform: translate(0, 0px); opacity: 1;}
}
/*fromright2 }*/

/*fromleft2 {*/
.template-animation.fromleft2 {
    -webkit-animation-name: fromleft2Animation;
    -webkit-animation-duration: 1s;
    animation-name: fromleft2Animation;
    animation-duration: 1s;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromleft2Animation {
    from {transform: translate(-100%, 0px); opacity: 0;}
    to {transform: translate(0, 0px); opacity: 1;}
}

/* Standard syntax */
@keyframes fromleft2Animation {
    from {transform: translate(-100%, 0px); opacity: 0;}
    to {transform: translate(0, 0px); opacity: 1;}
}
/*fromleft2 }*/

/*frombottom2 {*/
.template-animation.frombottom2 {
    -webkit-animation-name: frombottom2Animation;
    -webkit-animation-duration: 1s;
    animation-name: frombottom2Animation;
    animation-duration: 1s;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes frombottom2Animation {
    from {transform: translate(0, 100%); opacity: 0;}
    to {transform: translate(0, 0px); opacity: 1;}
}

/* Standard syntax */
@keyframes frombottom2Animation {
    from {transform: translate(0, 100%); opacity: 0;}
    to {transform: translate(0, 0); opacity: 1;}
}
/*frombottom2 }*/

/*fromblow2 {*/
.template-animation.fromblow2 {
    -webkit-animation-name: fromblow2Animation;
    -webkit-animation-duration: 1s;
    animation-name: fromblow2Animation;
    animation-duration: 1s;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromblow2Animation {
    from {transform: scale(0); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

/* Standard syntax */
@keyframes fromblow2Animation {
    from {transform: scale(0); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}
/*fromblow2 }*/

/*fromopacity2 {*/
.template-animation.fromopacity2 {
    -webkit-animation-name: fromopacity2Animation;
    -webkit-animation-duration: 1s;
    animation-name: fromopacity2Animation;
    animation-duration: 1s;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromopacity2Animation {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes fromopacity2Animation {
    from {opacity: 0;}
    to {opacity: 1;}
}
/*fromopacity2 }*/

@keyframes shake2Animation {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*frombottom {*/
.template-animation.frombottom {
    -webkit-animation-name: frombottomAnimation;
    -webkit-animation-duration: 1s;
    animation-name: frombottomAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes frombottomAnimation {
    from {top: 300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes frombottomAnimation {
    from {top: 300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}
/*frombottom }*/


/*fromtop {*/
.template-animation.fromtop {
    -webkit-animation-name: fromtopAnimation;
    -webkit-animation-duration: 1s;
    animation-name: fromtopAnimation;
    animation-duration: 1s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromtopAnimation {
    from {top: -300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}

/* Standard syntax */
@keyframes fromtopAnimation {
    from {top: -300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}
/*fromtop }*/

/*fromblow {*/
.template-animation.fromblow {
    -webkit-animation-name: fromblowAnimation;
    -webkit-animation-duration: 0.5s;
    animation-name: fromblowAnimation;
    animation-duration: 0.5s;
    position: relative;
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fromblowAnimation {
    from {transform: scale(0.1); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

/* Standard syntax */
@keyframes fromblowAnimation {
    from {transform: scale(0.1); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}
/*fromblow }*/

/*skin/global/css/template-pageslider.css*/
.page-slider-one {
	width: 100%;
	height: 560px;
	background-size: cover;
}

.page-s-content .bx-viewport {
	box-shadow: none !important;
	background: transparent !important;
	border: 0 !important;
}

.page-s-content .bx-prev,
.page-s-content .bx-next {
	font-family: FontAwesome;
	width: 50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
}

.page-s-content .bx-prev {
	background: url(/i/templates/yunost/slider_prev.png) !important;
	background-size: cover !important;
}

.page-s-content .bx-next {
	background: url(/i/templates/yunost/slider_next.png) !important;
	background-size: cover !important;
	right: 20px !important;
}

.page-slider-cover .bx-wrapper .bx-controls-direction a,
.page-slider-cover .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px !important;
}

.page-slider-cover {
	position: relative;
}

.page-slider-indicator {
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.page-slider-indicator-one {
	display: inline-block;
	border-radius: 100px;
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	margin: 0 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.page-slider-indicator-one.active {
	background: #ff0000;
	cursor: default;
}
/*skin/global/css/template-monoversionpanel.css*/
.hasmonoversion .mono-panel {
	position: fixed;
	left: 0;
	top: 0;
	background: #000000 !important;
	padding: 5px 10px !important;
	z-index: 9999999;
	border: 0 !important;
	font-size: 14px !important;
	color: #ffffff !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hasmonoversion .mono-panel.mono-panel-center {
	left: 50% !important;
    margin-left: -100px;
    text-align: center;
}

.hasmonoversion .body-cnsv2 .mono-panel {
	left: 50%;
	margin-left: -87px;
}

.mono-panel-visible {
	width: 100%;
}

.hasmonoversion.sitemonoversion .mono-panel {
	width: 100%;
	left: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	padding: 10px 10px !important;
}

.hasmonoversion .mono-panel,
.hasmonoversion .mono-panel * {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px !important;
}

.hasmonoversion .mono-panel a {
	color: #ffffff !important;
	text-decoration: none;
}


.hasmonoversion .mono-panel .gamma1 {
	color: #000000 !important;
}

.hasmonoversion .mono-panel .gamma1,
.hasmonoversion .mono-panel .gamma2,
.hasmonoversion .mono-panel .gamma3,
.hasmonoversion .mono-panel .font1,
.hasmonoversion .mono-panel .font2,
.hasmonoversion .mono-panel .font3 {
	text-decoration: none !important;
	border: 1px solid #ffffff !important;
	padding: 5px 7px !important;
}

.hasmonoversion .bodygamma3 .mono-panel .font1,
.hasmonoversion .bodygamma3 .mono-panel .font2,
.hasmonoversion .bodygamma3 .mono-panel .font3,
.hasmonoversion.bodygamma3 .mono-panel .font1,
.hasmonoversion.bodygamma3 .mono-panel .font2,
.hasmonoversion.bodygamma3 .mono-panel .font3 {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
/*skin/global/css/template-monoversion.css*/
video {
	display: none;
}

img,
.opwnd .opwndc,
.template-wizard-positions-row-id-2166 a,
.opwnd .page_i span,
.leftmenu-close {
	filter: grayscale(100%) !important;
}

* {
	background: transparent !important;
	color: #000000 !important;
	border-color: #000000 !important;
}

.template-wizard-positions-container-inverted * {
	color: #000000 !important;
}

.template-module-news-blocks .template-module-news-one-i,
.template-module-services-one-i {
	height: 100px !important;
	background-color: #f0f0f0 !important;
}

.template-module-services-one-withicon .template-module-services-one-i a span {
	padding-left: 10px !important;
}

.template-module-services-slider-indicators-one.active {
	background-color: #000000 !important;
}

.template-module-mapcontent-element-more {
	display: none !important;
}

.template-module-menu.template-module-menu-horleftimg .template-module-menu-li .template-module-menu-notes {
	font-size: 15px !important;
}


.opwnd .page_i .tmplt-pagegallery,
.template-module-menu-li-id-27779,
.template-module-menu-li-id-27777,
.opwnd .template-module-news-img {
	display: none !important;
}

.template-module-menu.template-module-menu-horleftimg .template-module-menu-li.template-module-menu-li-withimg a {
	padding-left: 0 !important;
}

.plilpelobr_window_label.plilpelobr_window_label_opened .plilpelobr_window_label_close {
	background: url(http://insaer.by/i/opwndcelobr.png) !important;
}

.opwnd .template-module-news-li.withimg .template-module-news-content {
	margin-left: 0;
}

.mobile-menu-call {
    background-image: url(/i/templates/mobileuni/menu_black.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 20px !important;
}

.leftmenu,
.leftmenu-top {
	background: #f0f0f0 !important;
}

.monoversion {
	display: none;
}

.mono-panel {
	text-align: center;
	border-bottom: 1px solid #000000;
	padding: 25px 10px;
	font-size: 18px;
}

.mono-panel a {
    color: #000000;
    font-family: MagistralBlackC;
    font-size: 18px;
    cursor: pointer;
}

.mono-panel .gamma1,
.mono-panel .gamma2,
.mono-panel .gamma3 {
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #000000 !important;
}

.mono-panel .gamma1 {
	background: #ffffff !important;
	color: #000000 !important;
}

.mono-panel .gamma2 {
	background: #000000 !important;
	color: #ffffff !important;
}

.mono-panel .gamma3 {
	background: #9dd1ff !important;
	color: #063462 !important;
	border: 1px solid #063462 !important;
}

.mono-panel .font1,
.mono-panel .font2,
.mono-panel .font3 {
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #000000 !important;
	line-height: 18px;
}

.mono-panel .font1 {
	font-size: 11px !important;
}

.mono-panel .font2 {
	font-size: 15px !important;
}

.mono-panel .font3 {
	font-size: 18px !important;
}

.mobile-menu {
	background: #ffffff !important;
}

.bodygamma2 {
	background: #000000 !important;
}

.bodygamma2 * {
	background: transparent !important;
	color: #ffffff !important;
	border-color: #ffffff !important;
}

.bodygamma2 .template-wizard-positions-container-inverted * {
	color: #ffffff !important;
}

.bodygamma2 .template-module-news-blocks .template-module-news-one-i,
.bodygamma2 .template-module-services-one-i {
	background-color: #444444 !important;
}

.bodygamma2 .template-module-services-slider-indicators-one.active {
	background-color: #ffffff !important;
}

.bodygamma2 .mobile-menu-call {
	filter: invert(1);
}

.bodygamma2 .leftmenu,
.bodygamma2 .leftmenu-top {
	background: #000000 !important;
}

.bodygamma2 .mono-panel {
	border-bottom: 1px solid #ffffff;
}

.bodygamma2 .mono-panel a {
    color: #ffffff;
}

.bodygamma2 .opwnd {
	background: #000000 !important;
}

.bodygamma2 .mono-panel .gamma2 {
	border: 1px solid #ffffff !important;
}

.bodygamma2 .mono-panel .font1,
.bodygamma2 .mono-panel .font2,
.bodygamma2 .mono-panel .font3 {
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
}

.bodygamma2 .mobile-menu {
	background: #000000 !important;
	border-bottom: 1px solid #ffffff;
}

.bodygamma2 .mobile-menu * {
	filter: invert(1) !important;
}

.bodygamma2 .mobile-menu-call {
	filter: invert(50%) !important;
}


.bodygamma3 {
	background: #9dd1ff !important;
}

.bodygamma3 * {
	background: transparent !important;
	color: #063462 !important;
	border-color: #063462 !important;
}

.bodygamma3 .template-wizard-positions-container-inverted * {
	color: #063462 !important;
}

.bodygamma3 .template-module-news-blocks .template-module-news-one-i,
.bodygamma3 .template-module-services-one-i {
	background-color: #74b0e3 !important;
}

.bodygamma3 .template-module-services-slider-indicators-one.active {
	background-color: #063462 !important;
}

.bodygamma3 .leftmenu,
.bodygamma3 .leftmenu-top {
	background: #9dd1ff !important;
}

.bodygamma3 .mono-panel {
	border-bottom: 1px solid #063462;
}

.bodygamma3 .mono-panel a {
    color: #063462;
}

.bodygamma3 .opwnd {
	background: #9dd1ff !important;
}

.bodygamma3 .mono-panel .gamma2 {
	border: 1px solid #063462 !important;
}

.bodygamma3 .mono-panel .font1,
.bodygamma3 .mono-panel .font2,
.bodygamma3 .mono-panel .font3 {
	color: #063462 !important;
	border: 1px solid #063462 !important;
}

.bodygamma3 .mobile-menu {
	background: #9dd1ff !important;
}

.bodyfont2 * {
	font-size: 20px !important;
}

.bodyfont3 * {
	font-size: 25px !important;
}

.bodyfont3 .template-wizard-positions-row-id-2166 a:after {
	content: "";
}

.bodyfont3 .template-wizard-positions-row-id-2166 a {
	padding-right: 0;
}

.bodyfont3 .opwnd * {
	line-height: 30px !important;
}

.sitetabs,
.fixphone {
	display: none;
}

.plilp_window_label,
.page-slider-cover,
body::before {
	display: none !important;
}

.sitemonoversion #ui-datepicker-div {
	background: #ffffff !important;
}

.sitemonoversion.bodygamma2 #ui-datepicker-div,
.sitemonoversion .bodygamma2 #ui-datepicker-div {
	background: #000000 !important;
}

.sitemonoversion.bodygamma3 #ui-datepicker-div,
.sitemonoversion .bodygamma3 #ui-datepicker-div {
	background: #9dd1ff !important;
}
/*skin/global/css/template-catchwindows.css*/
.opwndnopadding {
	border-radius: 0 !important;
	/*border: 0 !important;*/
}

.opwndnopadding,
.opwndnopadding .opwndcontent,
.opwndnopadding .page_i {
	padding: 0 !important;
}

.opwndnopadding .opwndcontent p {
	padding: 0;
	margin: 0;
}

.opwndnopadding .opwndcontent img {
	display: block;
}

.body-mobile .opwnd .opwndc {
	z-index: 1;
	background: url(/i/opwndcw.png) !important;
}
/*.templates/modules/langswitcher/blocks/css/template-langswitcher-append.css*/
.template-langswitcher ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.template-langswitcher ul li:first-child {
	margin-bottom: 3px;
}

.template-langswitcher a {
	background: rgba(60, 84, 145, 0.5);
	color: #ffffff;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 70px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}

.template-langswitcher .active a {
	color: rgba(255,255,255,0.5);
}
/*skin/global/css/template-contentconstructorsite.css*/
.tcnstemplate-contentconstructor-area-one {
	margin-bottom: 30px;
}

.tcnstemplate-contentconstructor-area-one-button,
.tcnstemplate-contentconstructor-area-one-youtube,
.tcnstemplate-contentconstructor-area-one-iframe {
	text-align: center;
}

.tcnstemplate-contentconstructor-area-one-youtube iframe,
.tcnstemplate-contentconstructor-area-one-iframe iframe {
	max-width: 100%;
}

.tcnstemplate-contentconstructor-area-one-type-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #888888;
}

.tcnstemplate-contentconstructor-area-one-image img {
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-type-image {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
}

.tcnstemplate-contentconstructor-area-one-type-image-inside,
.template-contentconstructor-area-one-type-image-inside {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 100%;
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-type-image.tcnstemplate-contentconstructor-area-one-type-image-cover .template-contentconstructor-area-one-type-image-inside {
	background-size: cover;
}

.tcnstemplate-contentconstructor-area-one-type-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.tcnstemplate-contentconstructor-area-one-images-cols-1 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 100%;
	height: 750px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-2 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 50%;
	height: 300px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-3 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 33.33333%;
	height: 200px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-4 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 25%;
	height: 150px;
}

.tcnstemplate-contentconstructor-area-one-images-cols-5 .tcnstemplate-contentconstructor-area-one-type-image {
	width: 20%;
	height: 125px;
}

.tcnstemplate-contentconstructor-area-one-type-image-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #ffffff;
}

.tcnsphotogallerydiv {
	text-align: center;
}

.tcnsphotogallerydiv-one {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 30px;
}

.tcnsphotogallerydiv-one-i {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.tcnsphotogallerydiv-one-i-image {
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.tcnsphotogallerydiv-one-title {
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	color: #000000;
}

.tcnsphotogallerydiv-one-i a {
	display: block;
	width: 100%;
	height: 100%;
}

.body-mobile .tcnsphotogallerydiv-one {
	width: 100%;
	display: block;
	margin-right: 0;
	padding-right: 0;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one-i {
	height: 230px;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one-i {
	position: relative;
}

.tcnsphotogallerydivtover a {
	text-decoration: none;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
    color: #000000;
    font-weight: normal;
    min-height: 71px;
}

.tcnsphotogallerydivtover .tcnsphotogallerydiv-one {
	margin-bottom: 10px;
}

p.alert1 {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 20px;
    margin: 30px 20px;
    font-weight: bold;
    text-align: center !important;
}

p.alert2 {
    border: 1px dotted #cccccc;
    background: #f6f6f6;
    padding: 20px 20px 20px 60px;
    margin: 30px 0;
    position: relative;
}

p.alert2:before {
    font-family: FontAwesome;
    content: "\f05a";
    position: absolute;
    color: #cccccc;
    left: 18px;
    font-size: 28px;
    line-height: 28px;
    top: 50%;
    margin-top: -14px;
}

p.alert3 {
    padding: 20px 20px 20px 40px;
    margin: 0 0;
    position: relative;
}

p.alert3:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    color: #000000;
    left: 0px;
    font-size: 28px;
    line-height: 28px;
    top: 50;
}

.tcnstemplate-contentconstructor-area-one-islast {
	margin-bottom: 0;
}

.tcnstabs {
	border-bottom: 1px solid #0c4da2;
    text-align: center;
}

.tcnstabs-one {
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.tcnstabs-one a {
	text-decoration: none;
}

.tcnstabs-one.active {
	background-color: #0c4da2;
	color: #ffffff;
	cursor: default;
}

.tcnstabs-one.active a {
	color: #ffffff;
}

.tcnstemplate-contentconstructor-area-one-timer {
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-timer * {
	color: #ffffff;
}

.tcnstemplate-contentconstructor-area-one-timer img {
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-timer-counter {
	position: absolute;
	bottom: 16px;
	text-align: center;
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-num1,
.tcnstemplate-contentconstructor-area-one-timer-counter-num2 {
	background: #2047fe;
	padding: 0 15px;
	height: 72px;
	line-height: 72px;
	font-size: 45px;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-num1 em,
.tcnstemplate-contentconstructor-area-one-timer-counter-num2 em {
	background: rgba(0,0,0,0.15);
	height: 50%;
	width: 100%;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-num1 {
	margin-right: 1px;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-days,
.tcnstemplate-contentconstructor-area-one-timer-counter-hours,
.tcnstemplate-contentconstructor-area-one-timer-counter-minutes,
.tcnstemplate-contentconstructor-area-one-timer-counter-seconds {
	margin-right: 15px;
	display: inline-block;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-seconds {
	margin-right: 0;
}

.tcnstemplate-contentconstructor-area-one-timer-counter-notes {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 15px !important;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter-notes {
	font-size: 12px !important;
	margin-top: 2px;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter-num1,
.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter-num2 {
	font-size: 18px !important;
	padding: 0 7px;
	line-height: 35px;
	height: 35px;
}

.body-mobile .tcnstemplate-contentconstructor-area-one-timer-counter {
	bottom: 0;
}

.tcnstemplate-contentconstructor-area-one-notactive * {
	opacity: 0.5;
}

.tcnstemplate-contentconstructor-area-one-notactive .contentarea-editable-cpanel,
.tcnstemplate-contentconstructor-area-one-notactive .contentarea-editable-cpanel * {
	opacity: 1;
}

.tcnstemplate-contentconstructor-area-one-images .bx-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -16px !important;
    width: 100%;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a {

    font-family: FontAwesome !important;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
    font-size: 32px;
    text-decoration: none !important;
}

.tcnstemplate-contentconstructor-area-one-images .page-slider-cover {
	position: relative;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 20px;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-next {
	right: 20px;
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-prev:after {
	content: "\f060";
}

.tcnstemplate-contentconstructor-area-one-images .bx-wrapper .bx-controls-direction a.bx-next:after {
	content: "\f061";
}

.tcnstemplate-contentconstructor-area-one-timer a {
	text-decoration: none;
}

.module-tableconstructor-table-visual table {
	width: 100%;
}

.module-tableconstructor-table-visual table,
.module-tableconstructor-table-visual td,
.module-tableconstructor-table-visual th {
	border: 0;
}

.module-tableconstructor-table-visual tr:nth-child(odd) td,
.module-tableconstructor-table-visual tr:nth-child(odd) th {
    background: #f0f0f0;
}

.module-tableconstructor-table-visual th,
.module-tableconstructor-table-visual th * {
	font-size: 15px;
}

.module-tableconstructor-table-visual td,
.module-tableconstructor-table-visual th {
    padding: 5px 5px;
}

.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual tr:nth-child(odd) td,
.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual tr:nth-child(odd) th {
	background: transparent;
}

.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual td,
.tcnstemplate-contentconstructor-area-one-table-horborders .module-tableconstructor-table-visual th {
	border-bottom: 1px solid #cccccc;
}


.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual tr:nth-child(odd) td,
.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual tr:nth-child(odd) th {
	background: transparent;
}

.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual table,
.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual td,
.tcnstemplate-contentconstructor-area-one-table-allborders .module-tableconstructor-table-visual th {
	border: 1px solid #cccccc;
}

.page-slider-one {
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-slider-one.page-slider-one-cover {
	background-size: cover !important;
}

.page-slider-indicator {
	width: 100%;
	margin-left: 0 !important;
	left: 0 !important;
}

.tcnstemplate-contentconstructor-area-one-content .input,
.tcnstemplate-contentconstructor-area-one-content .textarea,
.tcnstemplate-contentconstructor-area-one-content .select {
	border: 1px solid #bbbbbb;
	padding: 5px;
}

.tcnstemplate-contentconstructor-area-one-content .form-notes-alert {
	font-size: 15px;
}

.tcnstemplate-contentconstructor-area-one-table-calc {
	padding: 5px 0 5px 0;
	text-align: right;
}

.tcnstemplate-contentconstructor-gallerywbig-preview {
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.tcnstemplate-contentconstructor-gallerywbig-cover .tcnstemplate-contentconstructor-gallerywbig-preview {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tcnstemplate-contentconstructor-gallerywbig-small {
	text-align: center;
}

.tcnstemplate-contentconstructor-gallerywbig-small-one {
	width: 130px;
	height: 80px;
	display: inline-block;
	margin: 2px 1px 0 0;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tcnstemplate-contentconstructor-gallerywbig-small-one.active {
	cursor: default;
	box-shadow: inset 0 0 3px #000000;
}

.tcnstemplate-contentconstructor-area-style-image {
	list-style: none;
}

.tcnstemplate-contentconstructor-area-style-image-image {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	margin-right: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 5px;
}

.tcnstemplate-contentconstructor-area-style-image-image-i {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
}

.tcnstemplate-contentconstructorpageswitcher {
    text-align: center;
    margin-top: 20px;
}

.tcnstemplate-contentconstructorpageswitcher-one {
    display: inline-block;
    margin: 0 3px;
    background: #ffffff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

body .tcnstemplate-contentconstructorpageswitcher-one {
	color: #2d2d2d !important;
}

.tcnstemplate-contentconstructorpageswitcher-one.active {
    background: #ea202e;
    color: #ffffff !important;
    cursor: default;
}








.tcnstemplate-contentconstructor-area-one-type-image-moredata {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	transition: opacity .5s ease-out;
	opacity: 0;

	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.tcnstemplate-contentconstructor-area-one-type-image-moredata-title {
	font-weight: bold;
	font-size: 23px;
	transform: translateY(-30px) scale(1.5);
	transition: all 1s;
	margin-bottom: 10px;
	line-height: 1.1;
}

.tcnstemplate-contentconstructor-area-one-type-image-moredata-text {
	transform: translateY(50px);
	transition: all 1s;
}

.tcnstemplate-contentconstructor-area-one-type-image:hover .tcnstemplate-contentconstructor-area-one-type-image-moredata {
	
}

.tcnstemplate-contentconstructor-area-one-type-image .tcnstemplate-contentconstructor-area-one-type-image-moredata:hover {
	opacity: 1;
}

.tcnstemplate-contentconstructor-area-one-type-image .tcnstemplate-contentconstructor-area-one-type-image-moredata:hover .tcnstemplate-contentconstructor-area-one-type-image-moredata-title {
	transform: translateY(0) scale(1);
}

.tcnstemplate-contentconstructor-area-one-type-image .tcnstemplate-contentconstructor-area-one-type-image-moredata:hover .tcnstemplate-contentconstructor-area-one-type-image-moredata-text {
	transform: translateY(0);
}

.template-subscribex-line {
	width: 50%;
	margin: 0 auto;
}

.template-subscribex-line-one {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 5px 0 5px;
	margin: 0 0 20px 0;
}

.template-subscribex-line-one .input,
.template-subscribex-line-one .select {
	width: 100%;
}

.template-subscribex-line-one-title {
	margin-bottom: 5px;
}

.template-subscribex-submit {
	text-align: center;
}

.body-mobile .template-subscribex-line {
	width: 90%;
}

.body-mobile .template-subscribex-line-one {
	width: 100%;
}

.tcnstemplate-contentconstructor-area-one-companyname,
.tcnstemplate-contentconstructor-area-one-address,
.tcnstemplate-contentconstructor-area-one-copyright {
	text-align: center;
}

.subpagesaccordeon-one {
	margin-bottom: 30px;
}

.subpagesaccordeon-one-title {
	cursor: pointer;
	font-weight: bold;
}

.subpagesaccordeon-one-title:before {
	font-family: FontAwesome;
	content: "\f078";
	border: 1px solid #cccccc;
	padding: 5px;
	margin-right: 10px;
}

.subpagesaccordeon-one-notes {
	display: none;
}

.subpagesaccordeon-one.active .subpagesaccordeon-one-title:before {
	content: "\f077";
}

.subpagesaccordeon-one.active .subpagesaccordeon-one-notes {
	display: block;
	padding-top: 10px;
}

.page-slider-one a {
	display: block;
	width: 100%;
	height: 100%;
}

.tcnstemplate-contentconstructor-area-one-partners .template-module-partnerscarousel-title {
	display: none;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-wrapper .bx-viewport {
	box-shadow: none;
	height: 136px !important;
	box-sizing: border-box;
}

.tcnstemplate-contentconstructor-area-one-partners a {
	width: 100%;
    height: 100%;
}

.tcnstemplate-contentconstructor-area-one-partners img {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.tcnstemplate-contentconstructor-area-one-partners .template-module-partnerscarousel-img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: #ffffff;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-prev,
.tcnstemplate-contentconstructor-area-one-partners .bx-next {
	text-indent: 0 !important;
	text-decoration: none !important;
	margin-top: 4px !important;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-prev {
	left: -45px;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-next {
	right: -45px;
}

.tcnstemplate-contentconstructor-area-one-partners .bx-prev:after {
	font-family: FontAwesome;
	content: "\f053";
}

.tcnstemplate-contentconstructor-area-one-partners .bx-next:after {
	font-family: FontAwesome;
	content: "\f054";
}

.ipagecnsmaps-left {
	width: 50%;
	float: left;
}

.ipagecnsmaps-left #YMapsID {
	min-height: 500px;
}

.ipagecnsmaps-right {
	width: 50%;
	float: left;
}

.anketa-hads-data-one {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	padding: 20px;
	cursor: pointer;
	transform: all 0.3s;
	background: #cceeee;
}

.anketa-hads-data-one:hover {
	background: #fff6cf;
}

.anketa-hads-td {
	height: 30px;
	background: #efefef;
}

.body-mobile .anketa-hads-td {
	height: 15px;
}h1 {color:#366380}h1 {font-weight:100}h1 {font-size:30px}h1 {text-transform:uppercase}h2 {color:#366380}h2 {font-weight:100}h2 {font-size:30px}h2 {text-align:center}.page_i a {color:#366380}.sitecontainer {width:1200px}body *, body td {font-family: "Roboto Condensed", sans-serif}body {background: url(/i/constructor/1028/759.jpg?v=119509) no-repeat center center; background-size: cover; background-attachment: fixed;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {background-color: rgba(51, 51, 51, 1);}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {padding-top:5px;box-sizing:border-box;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {padding-right:20px;box-sizing:border-box;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {padding-bottom:5px;box-sizing:border-box;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {padding-left:20px;box-sizing:border-box;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-666 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-667 {background-image:url(/i/constructor/1028/container-667.jpg?v=102562);}.template-wizard-positions-container-id-667 {position:relative;width:100%;z-index:2;}.template-wizard-positions-container-id-667 {height:962px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {padding-top:25px;box-sizing:border-box;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {padding-bottom:65px;box-sizing:border-box;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-667 > .template-wizard-positions-container-i {height:962px;}.template-wizard-positions-container-id-677 {position:absolute;width:100%;z-index:2;}.template-wizard-positions-container-id-677 {top:199px;}.template-wizard-positions-container-id-677 {left:731px;}.template-wizard-positions-container-id-677 {width:245px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-677 > .template-wizard-positions-container-i {width:245px;}.template-wizard-positions-container-id-678 {position:absolute;width:100%;z-index:2;}.template-wizard-positions-container-id-678 {top:195px;}.template-wizard-positions-container-id-678 {right:20px;}.template-wizard-positions-container-id-678 {width:200px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-678 > .template-wizard-positions-container-i {width:200px;}.template-wizard-positions-container-id-679 {position:absolute;width:100%;z-index:2;}.template-wizard-positions-container-id-679 {top:57px;}.template-wizard-positions-container-id-679 {right:10px;}.template-wizard-positions-container-id-679 {width:40px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-679 > .template-wizard-positions-container-i {width:40px;}.template-wizard-positions-one-3279 .tplmod-social-image {width:25px}.template-wizard-positions-one-3279 .tplmod-social-image {height:25px}.template-wizard-positions-one-3279 .tplmod-social-image {margin-bottom:3px}.template-wizard-positions-one-3279 .tplmod-social-image {background-position:center center}.template-wizard-positions-one-3279 .tplmod-social-image {background-size:contain}.template-wizard-positions-container-id-680 {position:absolute;width:100%;z-index:2;}.template-wizard-positions-container-id-680 {top:202px;}.template-wizard-positions-container-id-680 {left:273px;}.template-wizard-positions-container-id-680 {width:200px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-680 > .template-wizard-positions-container-i {width:200px;}.template-wizard-positions-one-3261 .tplmod-logo-image {width:190px}.template-wizard-positions-one-3261 .tplmod-logo-image {height:190px}.template-wizard-positions-one-3261 .tplmod-logo-image {background-repeat:no-repeat}.template-wizard-positions-one-3261 .tplmod-logo-image {background-position:center center}.template-wizard-positions-one-3261 .tplmod-logo-image {background-size:contain}.template-wizard-positions-one-3262 .tplmod-menu-title {padding-top:5px}.template-wizard-positions-one-3262 .tplmod-menu-title a {padding-top:5px}.template-wizard-positions-one-3262 .tplmod-menu-title {padding-bottom:5px}.template-wizard-positions-one-3262 .tplmod-menu-title a {padding-bottom:5px}.template-wizard-positions-one-3263 .template-wizard-positions-one-i {padding-left:120px}.template-wizard-positions-one-3263 .template-wizard-positions-one-i {padding-right:120px}.template-wizard-positions-one-3263 .tplmod-containerone-i {position:relative}.template-wizard-positions-one-3263 .tplmod-photogallery-image {height:200px}.template-wizard-positions-one-3263 .tplmod-photogallery-image {background-repeat:no-repeat}.template-wizard-positions-one-3263 .tplmod-photogallery-image {background-position:center center}.template-wizard-positions-one-3263 .tplmod-photogallery-image {background-size:cover}.template-wizard-positions-one-3263 .tplmod-photogallery-title {width:100%}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {width:100%}.template-wizard-positions-one-3263 .tplmod-photogallery-title {padding-top:20px}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {padding-top:20px}.template-wizard-positions-one-3263 .tplmod-photogallery-title {padding-bottom:20px}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {padding-bottom:20px}.template-wizard-positions-one-3263 .tplmod-photogallery-title {background:linear-gradient(to top, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {background:linear-gradient(to top, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);}.template-wizard-positions-one-3263 .tplmod-photogallery-title {position:absolute}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {position:absolute}.template-wizard-positions-one-3263 .tplmod-photogallery-title {bottom:0px}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {bottom:0px}.template-wizard-positions-one-3263 .tplmod-photogallery-title {left:0px}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {left:0px}.template-wizard-positions-one-3263 .tplmod-photogallery-title {text-align:center}.template-wizard-positions-one-3263 .tplmod-photogallery-title a {text-align:center}.template-wizard-positions-one-3263 .tplmod-containerone {box-sizing:border-box;padding-left:1px;padding-right:1px;} .template-wizard-positions-one-3263 .tplmod-containerone {box-sizing:border-box;padding-top:1px;padding-bottom:1px;} .template-wizard-positions-container-id-675 {background-image:url(/i/constructor/1028/container-675.jpg?v=115062);}.template-wizard-positions-container-id-675 {height:150px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {margin-top:-70px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-675 > .template-wizard-positions-container-i {height:150px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {padding-top:10px;box-sizing:border-box;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {padding-right:120px;box-sizing:border-box;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {padding-bottom:65px;box-sizing:border-box;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {padding-left:120px;box-sizing:border-box;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-668 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-one-3264 .tplmod-news-image {height:180px}.template-wizard-positions-one-3264 .tplmod-news-image {margin-bottom:10px}.template-wizard-positions-one-3264 .tplmod-news-image {background-color:#e0e0e0}.template-wizard-positions-one-3264 .tplmod-news-image {background-repeat:no-repeat}.template-wizard-positions-one-3264 .tplmod-news-image {background-position:center top}.template-wizard-positions-one-3264 .tplmod-news-image {background-size:cover}.template-wizard-positions-one-3264 .tplmod-news-annotation {padding-bottom:10px}.template-wizard-positions-one-3264 .tplmod-news-annotation {border-bottom-width:1px}.template-wizard-positions-one-3264 .tplmod-news-annotation {border-bottom-style:solid}.template-wizard-positions-one-3264 .tplmod-news-annotation {border-bottom-color:#abc7d3}.template-wizard-positions-one-3264 .tplmod-news-annotation {font-weight:100}.template-wizard-positions-one-3264 .tplmod-news-date {padding-top:5px}.template-wizard-positions-one-3264 .tplmod-news-date {padding-bottom:5px}.template-wizard-positions-one-3264 .tplmod-news-date {padding-left:10px}.template-wizard-positions-one-3264 .tplmod-news-date {padding-right:10px}.template-wizard-positions-one-3264 .tplmod-news-date {background:#abc7d3}.template-wizard-positions-one-3264 .tplmod-news-date {color:#ffffff}.template-wizard-positions-one-3264 .tplmod-news-date {float:left}.template-wizard-positions-one-3264 .tplmod-news-date {font-weight:100}.template-wizard-positions-one-3264 .tplmod-news-date {font-size:12px}.template-wizard-positions-one-3264 .tplmod-news-morelink {margin-top:3px}.template-wizard-positions-one-3264 .tplmod-news-morelink a {margin-top:3px}.template-wizard-positions-one-3264 .tplmod-news-morelink {color:#004465}.template-wizard-positions-one-3264 .tplmod-news-morelink a {color:#004465}.template-wizard-positions-one-3264 .tplmod-news-morelink {float:right}.template-wizard-positions-one-3264 .tplmod-news-morelink a {float:right}.template-wizard-positions-one-3264 .tplmod-news-morelink {font-size:12px}.template-wizard-positions-one-3264 .tplmod-news-morelink a {font-size:12px}.template-wizard-positions-one-3264 .tplmod-news-morelink {text-transform:uppercase}.template-wizard-positions-one-3264 .tplmod-news-morelink a {text-transform:uppercase}.template-wizard-positions-one-3264 .tplmod-news-morelink {text-decoration:none}.template-wizard-positions-one-3264 .tplmod-news-morelink a {text-decoration:none}.template-wizard-positions-one-3264 .tplmod-containerone {box-sizing:border-box;padding-left:10px;padding-right:10px;} .template-wizard-positions-one-3264 .tmplfunc-indicators-one {width: 10px;height: 10px;}.template-wizard-positions-one-3264 .tmplfunc-indicators {width:100%; position: absolute; bottom: -30px;}.template-wizard-positions-one-3264 .tmplfunc-indicators-one {background-color: #e0e0e0;}.template-wizard-positions-one-3264 .tmplfunc-indicators-one.active {background-color: #669ab5;}.template-wizard-positions-container-id-669 {background-image:url(/i/constructor/1028/container-669.jpg?v=63329);}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {padding-top:65px;box-sizing:border-box;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {padding-right:120px;box-sizing:border-box;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {padding-bottom:95px;box-sizing:border-box;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {padding-left:120px;box-sizing:border-box;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-669 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-one-3265 .tplmod-photogallery-date {margin-bottom:5px}.template-wizard-positions-one-3265 .tplmod-photogallery-date {margin-left:10px}.template-wizard-positions-one-3265 .tplmod-photogallery-date {font-weight:100}.template-wizard-positions-one-3265 .tplmod-photogallery-date {font-size:12px}.template-wizard-positions-one-3265 .tplmod-photogallery-date {text-decoration:none}.template-wizard-positions-one-3265 .tplmod-photogallery-title {padding-top:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title a {padding-top:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title {padding-bottom:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title a {padding-bottom:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title {padding-left:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title a {padding-left:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title {padding-right:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title a {padding-right:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-title {background:rgba(0,0,0,0.3)}.template-wizard-positions-one-3265 .tplmod-photogallery-title a {background:rgba(0,0,0,0.3)}.template-wizard-positions-one-3265 .tplmod-photogallery-title {font-weight:100}.template-wizard-positions-one-3265 .tplmod-photogallery-title a {font-weight:100}.template-wizard-positions-one-3265 .tplmod-photogallery-text {padding-top:1px}.template-wizard-positions-one-3265 .tplmod-photogallery-text {padding-bottom:1px}.template-wizard-positions-one-3265 .tplmod-photogallery-text {padding-left:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-text {padding-right:15px}.template-wizard-positions-one-3265 .tplmod-photogallery-text {display:none}.template-wizard-positions-one-3265 .tplmod-photogallery-text {background:rgba(0,0,0,0.3)}.template-wizard-positions-one-3265 .tplmod-photogallery-text {font-weight:100}.template-wizard-positions-one-3265 .tplmod-photogallery-text {text-decoration:none}.template-wizard-positions-one-3265 .tplmod-containerone {box-sizing:border-box;padding-left:10px;padding-right:10px;} .template-wizard-positions-one-3266 .template-wizard-positions-one-i {padding-left:10px}.template-wizard-positions-one-3266 .template-wizard-positions-one-i {padding-right:10px}.template-wizard-positions-one-3266 .tplmod-photogallery-image {height:200px}.template-wizard-positions-one-3266 .tplmod-photogallery-image {background-repeat:no-repeat}.template-wizard-positions-one-3266 .tplmod-photogallery-image {background-position:center center}.template-wizard-positions-one-3266 .tplmod-photogallery-image {background-size:cover}.template-wizard-positions-one-3266 .tplmod-containerone {box-sizing:border-box;padding-left:1px;padding-right:1px;} .template-wizard-positions-one-3266 .tmplfunc-indicators-one {width: 10px;height: 10px;}.template-wizard-positions-one-3266 .tmplfunc-indicators-one {background-color: #669ab5;}.template-wizard-positions-one-3266 .tmplfunc-indicators-one.active {background-color: #ffffff;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {padding-top:25px;box-sizing:border-box;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {padding-right:120px;box-sizing:border-box;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {padding-bottom:65px;box-sizing:border-box;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {padding-left:120px;box-sizing:border-box;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-670 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-one-3267 .tplmod-photogallery-image {height:135px}.template-wizard-positions-one-3267 .tplmod-photogallery-image {background-repeat:no-repeat}.template-wizard-positions-one-3267 .tplmod-photogallery-image {background-position:center center}.template-wizard-positions-one-3267 .tplmod-photogallery-image {background-size:contain}.template-wizard-positions-one-3267 .tplmod-containerone {box-sizing:border-box;padding-left:5px;padding-right:5px;} .template-wizard-positions-one-3267 .tplmod-containerone {box-sizing:border-box;padding-top:5px;padding-bottom:5px;} .template-wizard-positions-container-id-671 {background-image:url(/i/constructor/1028/container-671.jpg?v=23115);}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {padding-top:90px;box-sizing:border-box;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {padding-right:50px;box-sizing:border-box;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {padding-bottom:40px;box-sizing:border-box;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {padding-left:50px;box-sizing:border-box;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-671 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {background-color: rgba(51, 51, 51, 1);}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {padding-top:7px;box-sizing:border-box;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {padding-right:50px;box-sizing:border-box;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {padding-bottom:7px;box-sizing:border-box;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {padding-left:50px;box-sizing:border-box;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {margin-top:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {margin-right:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {margin-bottom:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {margin-left:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {border-top-left-radius:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {border-top-right-radius:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {border-bottom-right-radius:0px;}.template-wizard-positions-container-id-672 > .template-wizard-positions-container-i {border-bottom-left-radius:0px;}
/*generated*/
.input, .textarea {}.template-module-backcall-form .textarea {}.tmplt-pagegallery-one {background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 180px;
margin-bottom: 20px;
position: relative;}.tmplt-pagegallery-one a {display: block;
width: 100%;
height: 100%;}.tmplt-pagegallery-one-title {color: #ffffff;
background-color: rgba(0,0,0,0.7);
padding: 10px 0;
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
font-size: 11px;}.tmplt-pagegallery {margin-top: 20px}.tmplt-pagegallery-one-title p {margin: 0;
padding: 0 10px;}
/*userstyles*/
.advtargets-other {display:none;}