@font-face {
    font-family: 'f1';
    src: url('/fonts/calibrib.ttf') format('truetype');
}

@font-face {
    font-family: 'f2';
    src: url('/fonts/calibri.ttf') format('truetype');
}

@font-face {
    font-family: 'f3';
    src: url('/fonts/GothamProRegular.ttf') format('truetype');
}

body {
    background: url("/images/fon-cont.png");
    margin: 0;
    min-width: 954px;
}

#map_canvas {
    height: 420px;
    width: 560px;
    margin-top: 25px;
    display: block;
}

.main {
    width: 100%;
    alignment-adjust: central;
    margin: 0 auto;
    background: url(/images/fon-hd.png) repeat-x;
    position: relative;
    -webkit-box-shadow: 0px 8px 11px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 8px 11px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 8px 11px 0px rgba(50, 50, 50, 0.3);
    background-size: 132px, auto;
}

.headerr {
    width: 100%;
    height: 82px;
    margin: 0 auto;
}

.logo {
    background: url(/images/logo.png);
    width: 80px;
    float: left;
    height: 50px;
    margin-top: 13px;
}

.links-src {
    width: 80px;
    float: left;
    height: 50px;
    margin-top: 20px;
}

.links-src ul {
    list-style: none;
    overflow: hidden;
    width: 320px;
    margin-top: -13px;
    margin-left: 29px;
    position: absolute;
    z-index: 10;
}

.links-src ul li a {
    display: block;
    text-decoration: none;
    margin-left: 20px;
    color: #d8d9d9;
    font-family: Proxima Nova, f1;
    text-decoration: underline;
    font-size: 10pt;
}

.links-src ul li a:hover {
    text-decoration: none;
}

.links-src ul li {
    float: left;
}

.link-lng {
    float: left;
    width: 80px;
}

.link-lng ul {
    list-style: none;
    overflow: hidden;
    width: 320px;
    margin-top: 8px;
    float: left;
    margin-left: 280px;
}

.link-lng ul li {
    float: left;
}

.link-lng ul li a {
    display: block;
    text-decoration: none;
    color: #d8d9d9;
    font-family: Proxima Nova, f1;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10pt;
    padding-left: 35px;
    text-transform: capitalize;
}

.link-lng ul li a:hover {
    text-decoration: underline;
}

#ro {
    background: url("/images/ro-fl-nohv.png") no-repeat center;
}

#ro:hover {
    text-decoration: none;
    background: url("/images/ro-fl.png") no-repeat center;
}

#ru {
    background: url("/images/ru-fl-nohv.png") no-repeat center;
}

#ru:hover {
    text-decoration: none;
    background: url("/images/ru-fl.png") no-repeat center;
}

#en {
    background: url("/images/us-fl-nohv.png") no-repeat center;
}

#en:hover {
    text-decoration: none;
    background: url("/images/us-fl.png") no-repeat center;
}

.input:focus {
    outline: 0;
}

.input {
    margin-top: 32px;
    border: 0;
    width: 423px;
    height: 27px;
    margin-left: -72px;
    padding-left: 12px;
    color: #bdc3ca;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0px 1px 1px #000000;
    padding-right: 25px;
    background: -moz-linear-gradient(top, rgba(139, 148, 158, 0) 0%, rgba(139, 148, 158, 0.16) 4%, rgba(139, 148, 158, 0.43) 7%, rgba(139, 148, 158, 0.5) 11%, rgba(139, 148, 158, 0.5) 89%, rgba(139, 148, 158, 0.43) 93%, rgba(139, 148, 158, 0.16) 96%, rgba(139, 148, 158, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(139, 148, 158, 0)), color-stop(4%, rgba(139, 148, 158, 0.16)), color-stop(7%, rgba(139, 148, 158, 0.43)), color-stop(11%, rgba(139, 148, 158, 0.5)), color-stop(89%, rgba(139, 148, 158, 0.5)), color-stop(93%, rgba(139, 148, 158, 0.43)), color-stop(96%, rgba(139, 148, 158, 0.16)), color-stop(100%, rgba(139, 148, 158, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(139, 148, 158, 0) 0%, rgba(139, 148, 158, 0.16) 4%, rgba(139, 148, 158, 0.43) 7%, rgba(139, 148, 158, 0.5) 11%, rgba(139, 148, 158, 0.5) 89%, rgba(139, 148, 158, 0.43) 93%, rgba(139, 148, 158, 0.16) 96%, rgba(139, 148, 158, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(139, 148, 158, 0) 0%, rgba(139, 148, 158, 0.16) 4%, rgba(139, 148, 158, 0.43) 7%, rgba(139, 148, 158, 0.5) 11%, rgba(139, 148, 158, 0.5) 89%, rgba(139, 148, 158, 0.43) 93%, rgba(139, 148, 158, 0.16) 96%, rgba(139, 148, 158, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(139, 148, 158, 0) 0%, rgba(139, 148, 158, 0.16) 4%, rgba(139, 148, 158, 0.43) 7%, rgba(139, 148, 158, 0.5) 11%, rgba(139, 148, 158, 0.5) 89%, rgba(139, 148, 158, 0.43) 93%, rgba(139, 148, 158, 0.16) 96%, rgba(139, 148, 158, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(139, 148, 158, 0) 0%, rgba(139, 148, 158, 0.16) 4%, rgba(139, 148, 158, 0.43) 7%, rgba(139, 148, 158, 0.5) 11%, rgba(139, 148, 158, 0.5) 89%, rgba(139, 148, 158, 0.43) 93%, rgba(139, 148, 158, 0.16) 96%, rgba(139, 148, 158, 0) 100%);
    /* W3C */
}

#find-bt {
    background: url("/images/find-bt-nohv.png") no-repeat center;
    width: 32px;
    height: 25px;
    position: absolute;
    z-index: 20;
    margin-top: 34px;
    margin-left: -32px;
    cursor: pointer;
    color: #fff;
    font-size: 0;
    border: none;
    padding: 0;
}

#find-bt:focus {
    outline: none;
}

#find-bt:hover {
    background: url("/images/find-bt.png") no-repeat center;
}

.head-cont {
    background: url("/images/phone.png") no-repeat;
    float: right;
    width: 200px;
    height: 70px;
    margin-top: -55px;
    margin-right: 55px;
    font-family: f3, Proxima Nova, f1;
}

#tel {
    color: #e7eff8;
    text-align: right;
    margin-top: 8px;
    margin-left: 75px;
    position: absolute;
    z-index: 10;
    font-size: 13.5pt;
}

#tel2 {
    color: #e7eff8;
    margin-top: 33px;
    margin-left: 55px;
    position: absolute;
    z-index: 10;
    font-size: 14pt;
    font-weight: 800;
}

.main-back {
    margin: 0 auto;
    width: 954px;
}

.center {
    width: 954px;
    margin: 0 auto;
}

.head-wrap {
    width: 954px;
    margin: 0 auto;
}

.wrap-head {
    display: table;
    width: 100%;
    height: 70px;
}

.wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.wrap .title {
    display: table-cell;
    font-family: Georgia, f1;
    font-size: 15pt;
    color: #fefefe;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    width: 70%;
}

.soc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

.soc ul {
    padding-top: 15px;
    width: 150px;
    height: 27px;
    padding: 0;
}

.soc ul li a {
    display: block;
    text-decoration: none;
    width: 26px;
    height: 26px;
    padding-top: 1px;
}


/******************************contacts-aarrrange**************/

.col-left {
    display: table-cell;
}

.col-right {
    display: table-cell;
    vertical-align: top;
    width: 400px;
}

.contacts2 {
    padding-left: 35px;
}

.contacts2 ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    padding-bottom: 15px;
}

.contacts2 ul li {
    margin-top: 20px;
}

.contacts2 ul li#addr h4 {
    background: url("/images/addr-pic-grey.png") no-repeat left center;
}

.contacts2 ul li#tel-fix h4 {
    background: url("/images/tel-fix-pic-grey.png") no-repeat left center;
}

.contacts2 ul li#tel-mobil h4 {
    background: url("/images/mob-pic-grey.png") no-repeat left center;
}

.contacts2 ul li#tel-mobil {
    float: right;
    margin-right: 0px;
}

.contacts2 ul li h4 {
    font-family: Georgia, f1, "f3 Medium";
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
    color: #808080;
    text-align: left;
    padding-left: 25px;
    margin: 0;
    padding-top: 5px;
}

.contacts2 ul li span {
    font-family: "f3", Proxima Nova, f1;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin-bottom: -5px;
    text-align: left;
    display: block;
    padding-left: 25px;
    margin-top: 2px;
    line-height: 20px;
}

.contacts2 ul li a {
    color: #5d91b1;
}

.contacts2 ul li a:hover {
    text-decoration: none;
}

.contact-right-col {
    background: url(/images/dot-sep.png) bottom no-repeat;
}

.contact-right-col li {
    text-align: left;
}

.feedback {
    text-align: left;
    padding: 0;
    margin-top: 30px;
    background: url(/images/feedback-separ.png) left bottom no-repeat;
    height: 40px;
}

.feedback h4 {
    font-family: Georgia, f1, "f3 Medium";
    font-size: 15pt;
    font-style: italic;
    font-weight: bold;
    color: #404040;
    text-align: left;
    margin: 0;
    padding-top: 5px;
}

.feedback-container {
    width: 560px;
    display: table;
    margin-top: 30px;
    margin-bottom: 25px;
}

.feedback-container div:nth-of-type(1) {
    display: table-cell;
}

.feedback-container div:nth-of-type(2) {
    display: table-cell;
    padding-left: 22px;
}

.feedback-container div {
    text-align: left;
}

.feedback-container div {
    padding-bottom: 5px;
    font-family: "f2", f1;
    color: #606060;
    font-size: 10pt;
    font-weight: bold;
    line-height: 30px;
}

.feed-input {
    width: 258px;
    height: 22px;
    border: none;
    border-style: solid;
    font-family: "f2", f1;
    padding-left: 10px;
    font-weight: bold;
    -moz-border-radius: 2px;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.5)), color-stop(100%, rgba(250, 250, 250, 0.5)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
}

.feed-input:focus {
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0.85)), color-stop(100%, rgba(252, 252, 252, 0.85)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
}

.feed-text-area {
    margin-top: 20px;
    display: block;
}

.feed-text-area textarea {
    font-family: "f2", f1;
    border: none;
    border-style: solid;
    width: 557px;
    height: 93px;
    resize: vertical;
    -moz-border-radius: 2px;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.5)), color-stop(100%, rgba(250, 250, 250, 0.5)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 100%);
}

textarea:focus,
input:focus {
    outline: 0;
}

.feed-text-area textarea:focus {
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0.85)), color-stop(100%, rgba(252, 252, 252, 0.85)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0.85) 0%, rgba(252, 252, 252, 0.85) 100%);
}

.reset-btn {
    cursor: pointer;
    background: none;
    border: none;
    margin-left: 5px;
    font-family: "f3 Medium", f1;
    font-weight: bold;
    color: #cccccc;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-size: 9pt;
}

.submit-btn:active {
    background: url(/images/feed-btn-activ.png);
}

.reset-btn:hover {
    text-decoration: none;
}

.submit-btn {
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.64);
    margin-top: 25px;
    background: url(/images/feed-btn.png);
    border: 0;
    width: 156px;
    height: 35px;
    color: #f2f2f2;
    font-family: "f3 Medium", f1;
    font-size: 11pt;
}


/****************contacts arragege***************/

.soc ul li {
    list-style: none;
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 8px;
}

#fb {
    background: url("/images/fb-ico.png") center;
}

#tw {
    padding-left: 1px;
    background: url("/images/tw-ico.png") center;
}

#yt {
    background: url("/images/yt-ico.png") center;
}

#rss {
    background: url("/images/rss-ico.png") center;
}

#fb:active {
    background: url("/images/fb-ico-act.png") no-repeat center top;
}

#tw:active {
    padding-left: 1px;
    background: url("/images/tw-ico-act.png")no-repeat center top;
}

#yt:active {
    background: url("/images/yt-ico-act.png")no-repeat center top;
}

#rss:active {
    background: url("/images/rss-ico-act.png")no-repeat center top;
}

.wrap-menu {
    margin: 0 auto;
}

.wrap-menu ul {
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    width: 954px;
    margin: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 41px;
    background: url("/images/menu-bg.png");
    background: url("/images/menu-bg.png"), -moz-linear-gradient(to bottom, rgba(95, 108, 117, 0.99) 0%, rgba(88, 101, 110, 0.99) 15%, rgba(56, 69, 78, 0.99) 56%, rgba(48, 58, 66, 0.99) 72%, rgba(46, 56, 64, 0.99) 77%, rgba(46, 56, 64, 0.99) 100%);
    background: url("/images/menu-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(95, 108, 117, 0.99)), color-stop(15%, rgba(88, 101, 110, 0.99)), color-stop(56%, rgba(56, 69, 78, 0.99)), color-stop(72%, rgba(48, 58, 66, 0.99)), color-stop(77%, rgba(46, 56, 64, 0.99)), color-stop(100%, rgba(46, 56, 64, 0.99)));
    background: url("/images/menu-bg.png"), -webkit-linear-gradient(to bottom, rgba(95, 108, 117, 0.99) 0%, rgba(88, 101, 110, 0.99) 15%, rgba(56, 69, 78, 0.99) 56%, rgba(48, 58, 66, 0.99) 72%, rgba(46, 56, 64, 0.99) 77%, rgba(46, 56, 64, 0.99) 100%);
    background: url("/images/menu-bg.png"), -o-linear-gradient(to bottom, rgba(95, 108, 117, 0.99) 0%, rgba(88, 101, 110, 0.99) 15%, rgba(56, 69, 78, 0.99) 56%, rgba(48, 58, 66, 0.99) 72%, rgba(46, 56, 64, 0.99) 77%, rgba(46, 56, 64, 0.99) 100%);
    background: url("/images/menu-bg.png"), -ms-linear-gradient(to bottom, rgba(95, 108, 117, 0.99) 0%, rgba(88, 101, 110, 0.99) 15%, rgba(56, 69, 78, 0.99) 56%, rgba(48, 58, 66, 0.99) 72%, rgba(46, 56, 64, 0.99) 77%, rgba(46, 56, 64, 0.99) 100%);
    background: url("/images/menu-bg.png"), linear-gradient(to bottom, rgba(95, 108, 117, 0.99) 0%, rgba(88, 101, 110, 0.99) 15%, rgba(56, 69, 78, 0.99) 56%, rgba(48, 58, 66, 0.99) 72%, rgba(46, 56, 64, 0.99) 77%, rgba(46, 56, 64, 0.99) 100%);
    -webkit-box-shadow: 0px 13px 30px -6px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 13px 30px -6px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 13px 30px -6px rgba(0, 0, 0, 0.56);
}

.wrap-menu ul li {
    margin-top: 2px;
    height: 35px;
    padding: 0;
    display: block;
    float: left;
    list-style: none;
    background: url("/images/sep.png") no-repeat right;
    text-align: center;
}

.ps-main {
    position: relative;
    height: 368px;
    background: url("/images/head-back.png") center top;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.5);
    margin: 0 auto 188px;
    background-size: cover;
}

.content .map-path {
    text-align: center;
    font-family: Myriad, f3, f1;
    font-size: 10pt;
    margin-top: -30px;
    margin-bottom: 18px;
}


/*producte si catalog**/

.map-path ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.map-path ul li {
    display: inline;
    color: #434343;
}

.map-path ul li a {
    text-decoration: none;
    color: #434343;
}

div.map-path a#act-path {
    cursor: default;
    color: #999999;
}


/*******************************/


/**catalog.thml*/

.catalog {
    display: table;
    font-family: "f2", "Proxima Nova", f1;
    margin-top: 30px;
    margin-bottom: -25px;
}

.cat-left ul li,
.cat-right ul li {
    margin-bottom: 28px;
    width: 480px;
}

.cat-left ul li>div,
.cat-right ul li>div {
    padding-left: 15px;
    padding-top: 5px;
}

.cat-left ul li div:last-of-type,
.cat-right ul li div:last-of-type {
    padding-bottom: 0;
}

.cat-right {
    display: table-cell;
}

.cat-right ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.cat-right ul li {
    display: table;
    margin-left: 15px;
}

.cat-right ul li img {
    display: table-cell;
    cursor: pointer;
}

.cat-right ul li div {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px
}

.cat-right ul li a {
    color: #404040;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    display: inline-block;
    max-width: 180px;
}

.cat-right ul li a:hover {
    text-decoration: none;
}

.catalog div p {
    font-size: 11pt;
    color: #404040;
}

.cat-left {
    display: table-cell;
}

.cat-left ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.cat-left ul li {
    display: table;
}

.cat-left ul li img {
    display: table-cell;
    cursor: pointer;
}

.cat-left ul li div {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
}

.cat-left ul li a {
    color: #404040;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    max-width: 46px;
    display: inline-block;
    max-width: 180px;
}

.cat-left ul li a:hover {
    text-decoration: none;
}

.slick-initialized .slick-slide {
    cursor: pointer;
}

.slicker {
    margin-top: 23px;
}

.ps-main-produs {
    position: relative;
    height: 95px;
    background: url("/images/head-back.png") center top;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.56);
    margin: 0 auto 70px;
    background-size: cover;
}

.slick-nav {
    margin-left: 10px;
    width: 650px;
}

.wrap-menu ul li:last-of-type {
    background: none;
    width: 161px;
    padding: 0;
    margin-right: 0px;
}

.wrap-menu ul li:last-of-type a {
    width: 111px;
    padding-left: 24px;
}

.wrap-menu ul li a {
    float: left;
    width: auto;
    height: 36px; /* 26px */
    margin: 0 1px 0 0;
    padding-top: 10px;
    padding-left: 27px;
    padding-right: 27px;
    text-decoration: none;
    display: block;
    color: #ced5db;
    font-family: Proxima Nova, f1, f3;
    font-size: 9pt; /* 12pt; */
    text-transform: uppercase;
}

.wrap-menu ul li a:hover {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.wrap-menu ul li a.active {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.banner ul {
    padding: 0;
}

.banner {
    position: relative;
    margin-top: 24px;
    height: 416px !important;
    max-width: 954px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.5);
}

.banner li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner ul li {
    float: left;
    padding: 0;
    margin: 0;
}

.dots {
    position: absolute;
    left: 795px;
    right: 0;
    bottom: 3px;
    text-align: center;
    z-index: 100;
}

.dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    text-indent: -999em;
    cursor: pointer;
    opacity: .4;
    background: url("/images/dot.png") no-repeat;
}

.dots li.active {
    background: #fff;
    opacity: 1;
    background: url("/images/dot-act.png") no-repeat;
}

.shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.28) 73%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.04)), color-stop(50%, rgba(0, 0, 0, 0.13)), color-stop(73%, rgba(0, 0, 0, 0.28)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.28) 73%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.28) 73%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.28) 73%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.13) 50%, rgba(0, 0, 0, 0.28) 73%, rgba(0, 0, 0, 0.5) 100%);
    width: 954px;
    height: 80px;
    position: absolute;
    z-index: 80;
    margin-top: -80px;
}

.content {
    width: 100%;
    margin-top: 45px;
}

.cont-title {
    background: url("/images/shape1.png") no-repeat 0px 15px;
    width: 954px;
    text-align: center;
    padding-top: 0;
}

.cont-title .produs-title {
    font-family: Georgia, Proxima Nova, f3, f1;
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    color: #404040;
    padding-top: 4px;
    text-align: center;
    margin-left: 30px;
}

.produse {}

.produse ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.produse ul li:nth-child(4n+4) {
    margin-right: 0;
}

.produse ul li:nth-child(4n+1) {
    margin-left: 0;
}

.produse ul li {
    margin-top: 22px;
    float: left;
    width: 179px;
    height: 247px;
    text-align: center;
    overflow: hidden;
    margin-right: 77px;
    table-layout: fixed;
    padding-left: 1px;
}

.back2 {
    background: url("/images/tab-sep.png") no-repeat bottom right 24.1% !important;
}

.produse ul li a {
    display: table-cell;
    font-family: "f3 Medium", f1;
    font-size: 11pt;
    color: #404040;
    text-decoration: underline;
    vertical-align: bottom;
    width: 149px;
    text-transform: uppercase;
}

.produse ul li a:hover {
    text-decoration: none;
}

.produse ul li:nth-of-type(4) {
    margin-right: 0;
}

.produse ul li:nth-of-type(8) {
    margin-right: 0;
}

.produse-more {
    display: table;
}

.prod-left-col {
    display: table-cell;
}

.prod-right-col {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    width: 266px;
}

.prod-right-col ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    margin-left: 44px;
}

.prod-right-col ul li {
    height: 41px;
    line-height: 33px;
    width: 246px;
    margin-bottom: -1px;
    background: url("/images/dot-sep-right-col.png") no-repeat 28px 40px;
}

.prod-right-col ul li .active-right {
    background: none;
}

.active-right {
    background: url("/images/right-col-active.png") no-repeat !important;
    color: #111111 !important;
    text-decoration: none;
}

.prod-right-col ul li a:hover {
    text-decoration: none;
}

.prod-right-col ul li a {
    font-family: "f3 Medium", f1;
    color: #0082d4;
    font-size: 11pt;
    padding-top: 4px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 25px;
    display: block;
    width: 180px;
    height: 24px;
}

.prod-caract {
    width: 710px;
    margin: 0;
    margin-top: -15px;
}

.prod-caract {
    font-family: "f2", f1;
}

.prod-caract h4 {
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 14pt;
}

.prod-caract .descript {
    line-height: 20px;
    letter-spacing: -0.2px;
}

.prod-caract a {
    color: #0082d4;
}

.prod-caract a:hover {
    text-decoration: none;
}

.prod-caract .titl h4 {
    color: #111111;
    margin-top: 15px;
    letter-spacing: -0.2px;
    font-weight: bold;
}

.prod-caract .titl ul {
    padding-left: 25px;
    color: #919191;
}

.prod-caract .titl ul li {
    margin-bottom: 10px;
}

.bold-text {
    font-weight: bold;
    margin-left: 10px;
    font-size: 12pt;
    line-height: 15px;
}

.separ-prod-caract {
    background: url("/images/separator-produs.png");
    width: 727px;
    height: 23px;
    margin-bottom: 35px;
    margin-top: -8px;
}

.separat-cont {
    height: 25px;
    width: 985px;
    overflow: hidden;
    background: url("/images/separator-cont.png") no-repeat, -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: url("/images/separator-cont.png") no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(14%, rgba(255, 255, 255, 0)), color-stop(19%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: url("/images/separator-cont.png") no-repeat, -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: url("/images/separator-cont.png") no-repeat, -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: url("/images/separator-cont.png") no-repeat, -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: url("/images/separator-cont.png") no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.about {
    margin-top: 33px;
}

.box {
    display: none;
    /* по умолчанию прячем все блоки */
    opacity: 0.8;
}

.box ul li {
    opacity: 0.6;
}

.box.visible {
    display: block;
    /* по умолчанию показываем нужный блок */
}

.box.visible ul {
    margin-top: 0 !important;
}

.box.visible ul li {
    margin-top: 0px;
    margin-bottom: 10px;
}

.box.visible h4 {
    color: #000000;
    margin-bottom: 0px;
}

.section > ul {
    list-style: none;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0;
    margin-top: 45px;
    background: url("/images/tab-sep.png") no-repeat bottom right -11.9%;
    padding-bottom: 12px;
}

@-moz-document url-prefix() {
    .section > ul {
        background-size: 177px 2px;
    }
}

.section {
    margin-bottom: 10px;
}

.tabs li {
    display: inline;
    margin: 0 -0.3%;
    padding-right: 32px;
    font-size: 13pt;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #cbcbcb;
    padding-right: 30px;
}

.tabs li:hover {
    cursor: pointer;
    text-decoration: none;
}

.tabs li a {
    margin-left: 26px;
    color: #0082d4;
    text-decoration: underline;
}

.section .current {
    list-style-position: inside;
    text-decoration: none;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    padding-bottom: 11px;
}

.current a {
    cursor: default;
    padding-left: 5px;
    color: #111111 !important;
}

.about .titles {
    font-family: Georgia, f1, f3;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    color: #404040;
}

.about div > p {
    font-family: f3, f1;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1px;
    line-height: 17px;
}

.about .who img {
    float: left;
    padding-right: 20px;
}

.about .who {
    background: url("/images/who-sep.png") -3px 33px no-repeat;
    width: 550px;
    float: left;
    margin-top: 5px;
}

.about .news {
    display: block;
    background: url("/images/who-sep2.png") -3px 33px no-repeat;
    width: 354px;
    margin-left: 50px;
    float: left;
    margin-top: 5px;
}

.news-link {
    padding: 0;
}

.news-link ul {
    margin-top: 35px;
    list-style: none;
    font-family: f2, f1;
    font-style: normal;
    font-size: 11pt;
    padding: 0;
    font-weight: bold;
}

.news-link ul li {
    vertical-align: middle;
    margin-top: 15px;
    display: table;
    background: url("/images/dot-sep.png") no-repeat bottom;
    padding-bottom: 24px;
}

.news-link ul li div {
    display: table-cell;
}

.news-link .news-img {
    vertical-align: middle;
    text-align: left;
    padding-right: 18px
}

.news-link ul li a {
    line-height: 18px;
    text-decoration: underline;
    color: #1c8fd7;
}

.news-link ul li img {
    vertical-align: middle;
}

.news-link ul li a:hover {
    text-decoration: none;
}

.news-cont {
    vertical-align: top;
}

.date {
    font-size: 9pt;
    font-weight: bold;
    font-family: f3, f1;
    color: #a9a9a9;
    margin: 0 0 10px;
}

.slider-grad {
    position: absolute;
    z-index: -30;
    left: 0;
    height: 100px;
    margin-top: 22px;
    width: 100%;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow: 0px -1px 0px 0px rgba(50, 50, 50, 0.23);
    box-shadow: 0px -1px 0px 0px rgba(50, 50, 50, 0.23);
    background: -moz-linear-gradient(top, rgba(218, 218, 218, 0.54) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 218, 218, 0.54)), color-stop(1%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(218, 218, 218, 0.54) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(218, 218, 218, 0.54) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(218, 218, 218, 0.54) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(218, 218, 218, 0.54) 0%, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 100%);
    /* W3C */
}

.container-slider {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}

.slider {
    overflow: hidden;
    margin: 0 auto;
    height: 100px;
    width: 92%;
}

.slider ul {
    display: table;
    padding: 0;
    margin: 35px 0 0;
}

.slider ul li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    text-align: center;
    width: 1.5%;
    height: 80px;
}

.controls {
    position: absolute;
    z-index: 20;
    margin-top: -43px;
}

.prev-slide {
    background: url("/images/sli-left.png") no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}

.next-slide {
    background: url("/images/sli-right.png") no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin-top: -25px;
    margin-left: 924px;
}


/* IE6 issues */

.slider ul {
    width: 100%;
}

.footer {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: url("/images/foot-fon.png");
    height: 328px;
    position: relative;
    bottom: 0;
}

.footer-grad {
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.02)), color-stop(1%, rgba(0, 0, 0, 0.5)), color-stop(3%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%);
    /* W3C */
}

.despre-noi {
    display: table;
    width: 954px;
    margin: 5px auto 0;
}

.despre-noi h3 {
    font-family: Georgia, f1, f3;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    color: #c3cad0;
}

.mentiuni {
    background: url("/images/footer-sep.png") -3px 54px no-repeat;
    display: table-cell;
    width: 595px;
}

.mentiuni img {
    margin-right: 17px;
    padding-top: 6px;
}

.contacts {
    background: url("/images/footer-sep2.png") -3px 54px no-repeat;
    display: table-cell;
    padding-left: 5px;
}

.contacts ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.contacts ul li {
    margin-top: 8px;
}

.contacts ul li#addr h4 {
    background: url("/images/addr-pic.png") no-repeat left center;
}

#addr a {
    color: #a2a0a0;
    font-weight: normal;
    font-size: 11pt;
    font-family: f2;
}

.contacts ul li#tel-fix h4 {
    background: url("/images/tel-fix-pic.png") no-repeat left center;
}

.contacts ul li#tel-mobil h4 {
    background: url("/images/mob-pic.png") no-repeat left center;
}

.contacts ul li#email-addr h4 {
    background: url("/images/email-pic.png") no-repeat left center;
}

.contacts ul li#tel-mobil {
    float: right;
    margin-right: 90px;
}

.contacts ul li h4 {
    font-family: Georgia, f1, "f3 Medium";
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    color: #d8d8d8;
    padding-left: 20px;
    margin: 0;
    padding-top: 5px;
}

.contacts ul li span {
    font-family: "f3 Medium", Proxima Nova, f1;
    font-size: 9pt;
    color: #9D9D9D;
    padding: 0px 0px 0px 20px;
}

.contacts ul li a {
    color: #5d91b1;
}

.contacts ul li a:hover {
    text-decoration: none;
}

.footer-links {
    display: table-cell;
    padding-top: 15px;
    margin-left: 10px;
    width: 620px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    float: left;
    margin: 0 61px 0 0;
}

.footer-links ul li a {
    color: #a3a3a3;
    font-family: "f3 Medium", "Proxima Nova", f1;
    font-size: 10pt;
}

.footer-links ul li a:hover {
    color: #d8d8d8;
}

.table {
    display: table;
}

.footer-cpyrgt {
    vertical-align: middle;
    display: table-cell;
    padding-top: 15px;
    margin-left: 15px;
    font-family: "f3 Medium", "Proxima Nova", f1;
    font-size: 9pt;
    color: #a3a3a3;
}

.footer-cpyrgt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-cpyrgt ul li a {
    color: #5d91b1;
}

.footer-cpyrgt ul li a:hover {
    text-decoration: none;
}

.footer-cpyrgt li#copy {
    padding-top: 10px;
    font-size: 8pt;
    font-weight: normal;
}

.prod-caract p {
    font-family: "f2", f1;
    opacity: 0.9;
}

.noutati {
    margin-top: 33px;
}

.noutati .titles {
    font-family: Georgia, f1, f3;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    color: #404040;
}

.noutati div > p {
    font-family: f3, f1;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1px;
    line-height: 17px;
}

.noutati .who img {
    float: left;
    padding-right: 20px;
}

.noutati .who {
    background: url("/images/who-sep.png") -3px 33px no-repeat;
    width: 550px;
    float: left;
    margin-top: 5px;
}

.noutati .one img {
    float: left;
    padding-right: 20px;
}

.noutati .one {
    background: url("/images/who-sep.png") -3px 33px no-repeat;
    width: 954px;
    float: left;
    margin-top: 5px;
    margin-bottom: 25px;
}

.noutati .date {
    float: right;
    font-size: 10pt;
}

.noutati .read_more {
    float: left;
    font-size: 11pt;
    text-decoration: none;
    color: #434343;
}

.noutati .read_more:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.noutati .news {
    display: block;
    background: url("/images/who-sep2.png") -3px 33px no-repeat;
    width: 354px;
    margin-left: 50px;
    float: left;
    margin-top: 5px;
}

.noutati .photos {
    width: 954px;
    float: left;
    margin-top: 5px;
    margin-bottom: 25px;
}

.noutati .photo {
    width: calc(25% - 10px);
    float: left;
    border-radius: 10%;
    margin-right: 10px;
    height: 228px;
    overflow: hidden;
    margin-bottom: 10px;
}

.photo>span {
    text-align: center;
    width: 230px;
    float: left;
    font-family: Georgia, f1, f3;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #404040;
    height: 25px;
}

.photo img.square, .photo img.wide {
    height: 100%;
}
.photo img.tall {
    width: 100%;
}

.photo a {
    width: 100%;
    height: 228px;
    display: block;
    position: relative;
}


.gallery-info .photo img{float: left; margin-right: 8px;}
.gallery-info .photo a{
    min-height: 177px;
}
.gallery-info .photo{ width: 48%;

    float: left;
    margin: 20px 5px;}
.photo img:hover {
    opacity: 0.8;
    cursor: pointer
}

.photos .photo a>* {

    vertical-align: middle;
}

.photos .photo a>span {
    width: 186px;
}

.gallery-info .photo>a {
    text-decoration: none;
    
    display: block;
    color: #424242;
    padding: 16px 11px;
        border: 1px solid #fff;

    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    background: #ecebeb;
}
.gallery-info .photo{margin: 5px;}
.success {
    text-align: center;
    font-size: 16px;
}

.square {
    width: 150px;
    float: left;
    border: 1px solid #dadada;
    margin: 0 12px;
}

.square:hover {
    opacity: 0.8;
}

.square img {
    width: 150px;
    height: 210px;
}


/*modified 19.03.15*/

.min-gallery {
    background: transparent;
    background-color: transparent;
    border: 0;
    max-height: 391px;
}

.min-gallery .preview {
    border: 0;
    background-color: transparent;
    max-height: 391px;
}

.min-gallery .bottom .short .right {
    display: none;
}

.min-gallery .preview img {
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.min-gallery .bottom {
    display: inline-block;
}


/********************************************/


/*modify 23032015*/

.prod-right-col-mod ul li a {
    font-family: "f3 Medium", f1;
    color: #0082d4;
    font-size: 11pt;
    display: block;
    height: 24px;
}

.prod-right-col-mod ul {
    list-style: none;
    padding: 0;
}

.prod-caract {
    margin-top: 76px;
    text-align: left;
    padding: 10px 4%;
    width: auto;
}

.prod-left-col {
    border: 1px solid #fff;
    width: 73%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
    vertical-align: top;
    background: #ecebeb;
}

.min-gallery .bottom .short .left {
    width: 34%;
}

.min-gallery {
    width: 691px;
    margin: 5px 5px;
}

.min-gallery .preview {
    overflow: hidden;
    margin: 0;
    width: 686px;
}

.min-gallery .preview img {}

.prod-right-col-mod ul li {
    width: 229px;
}

.prod-right-col-mod {
    width: auto;
    margin-left: 15px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    background: #ecebeb;
}

.prod-right-col-mod ul {
    margin: 15px 0 15px 0;
}

.produse-more {
    display: block;
    margin-top: 51px;
}

.separator-prod img {
    width: 100%;
}

.prod-right-col-mod ul li {
    background: none;
    text-align: center;
    margin-bottom: 15px;
}

.prod-right-col-mod ul li a {
    height: auto;
    margin: 0 24px;
}

.prod-right-col-mod ul li a:hover {
    text-decoration: none;
}

.col-mod2 {
    display: inline-block;
    width: 24%;
}

.no-over {
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.img-wrap-circ img {
    max-width: 100%;
    min-width: 100%;
    vertical-align: middle;
    height: 100%;
}

.img-wrap-circ {
    display: inline-block !important;
    margin: 15px auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    height: 163px;
    border-radius: 126px;
    background: #fff;
    width: 163px;
    overflow: hidden;
}

.prod-caract-mod1 {
    width: 65%;
    margin-top: 41px;
}
.about-location {
        border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    background: #ecebeb;
    padding: 10px;
}

/*********************************************/
/*Page calc*/
.calculator h2{
    text-align: center;
    font-family: 'Georgia, Proxima Nova, f3, f1';
    font-size: 24px;
    color: #404040;
    font-style: italic;
}
.calculator form{
    width: 275px;
    margin: 45px auto;
}
.control_label{
    display: block;
    font-family: 'f3';
    font-size: 12px;
    color: #808285;
    margin-bottom: 10px;

}
.calculator input[type=text],
.calculator select{
    width: 100%;
    height: 25px;
    background: none;
    border:none;
    border-bottom: 2px solid #c9cacb;
    margin-bottom: 25px;
    outline: none;
    font-family: 'f3';
    font-size: 14px;
    color: #404040;
}
.calculator input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'f3';
    font-size: 14px;
    color: #404040;
}
.calculator input[type=text]::-moz-placeholder { /* Firefox 19+ */
    font-family: 'f3';
    font-size: 14px;
    color: #404040;
}
.calculator input[type=text]:-ms-input-placeholder { /* IE 10+ */
    font-family: 'f3';
    font-size: 14px;
    color: #404040;
}
.calculator input[type=text]:-moz-placeholder { /* Firefox 18- */
    font-family: 'f3';
    font-size: 14px;
    color: #404040;
}
.calculator input[type=text]:focus{
    color: #7fc7f5;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
   font-family: 'f3';
   font-size: 14px;
   color: #404040;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 2px solid #c3c3c3;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
  border:2px solid #ccc;
}
.control input:checked ~ .control__indicator {
  background: #0090eb;
  border:2px solid #0090eb;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
  border: 2px solid #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
  border: 2px solid #e6e6e6;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 5px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
  border:2px solid #7b7b7b;
}
.total{
	width: 100%;
	height: 50px;
	border-top:2px solid #b6b6b8;
	margin-top: 30px;
	font-family: 'f3';
	font-size: 20px;
	color: #414042;
	padding-top: 30px;
}
.total_price{
	float: right;
}
.products p,
.products_inner{
    font-family: 'f3';
    font-size: 14px;
    color: #878787;
    text-align: center;
}
.products a{
    text-transform: none;
    text-decoration: none;
    margin: 4px;
}
.products_block,
.products_inner_block{
    width: 23.8%;
    display: inline-block;
}
.products_inner_block{
    height: 230px;
    margin:4px;
    position: relative;
}
.products_blcok_head{
    width: 100%;
    height: 230px;
}
.products_block_body{
    background: #252d33;
    padding: 15px;
    position: relative;
}
.products_block_body h5{
    margin:0;
    font-family: 'f3';
    font-size: 14px;
    color: #fff;
}
.products_block_body span{
    display: block;
    font-family: 'f3';
    font-size: 12px;
    color: #808285;
    margin-top: 10px;
}
.products_block_body img{
    position: absolute;
    top:25px;
    right: 15px;
}
.products_inner_hover{
    background: rgba(0,0,0,0.7);
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    display: none;
}
.products_inner_hover span{
    float: left;
    font-family: 'f3';
    font-size: 14px;
    color: #fff;
    padding: 15px;
}
.products_inner_hover a{
    float: right;
    padding: 15px;
}
.products_inner_block:hover .products_inner_hover{
    display: block;
}

.new_gallery {
    margin-top: 45px; 
}

.new_gallery .new_gallery_item {
    float: left;
    width: calc(25% - 10px);
    border-radius: 10%;
    overflow: hidden;
    margin-right: 10px;
    height: 280px;
    margin-bottom: 10px;
    position: relative;
}
.new_gallery .new_gallery_item img.square, .new_gallery .new_gallery_item img.wide {
    height: 100%;
}
.new_gallery .new_gallery_item img.tall {
    width: 100%;
}
.new_gallery .new_gallery_item .new_img {
    height: 225px;
}
.new_gallery .new_gallery_item .new_desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #273036;
    height: 55px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.new_gallery .new_gallery_item .new_desc h3{
    font-size: 13px;
    font-family: Myriad, f3, f1;
    color: #bdbdbd;
    margin: 0px;
    margin-bottom: 2px;
    height: 15px;
    overflow: hidden;
}

.new_gallery .new_gallery_item .new_desc span {
    font-size: 13px;
    font-family: Myriad, f3, f1;
    color: #868686;
} 
.new_gallery_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.desc_gal {
    font-family: Arial;
    font-weight: 300;
    color: #999;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.abs_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.61);
}

.abs_title img {
    float: right;
    margin-right: 15px;
    width: 30px;
    margin-top: 10px;
} 

.photo:hover .abs_title {
    opacity: 1;
} 
.photo .abs_title {
    opacity: 0;
}

.abs_title span {
    display: inline-block;
    padding: 16px;
    font-family: Arial;
    color: #9d9d9d;
}