@font-face {
    font-family: 'Franklin Gothic Demi Cond';
    src: url('../fonts/FranklinGothicDemiCond.ttf');
}
@font-face {
    font-family: 'Franklin Gothic Medium Cond';
    src: url('../fonts/FranklinGothicMediumCond.ttf');
}
@font-face {
    font-family: 'Lato Medium';
    src: url('../fonts/Lato-Medium.ttf');
}
body {
    background-color: rgb(235, 236, 241);
    font-size: 17px;
    font-family: "Lato Medium";
    color: #3F3F3F;
    line-height: 1.2;
    /*opacity: 0.1;*/
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

/*!*Кнопка*!*/
.pnt-btn {
background-color:#1B1D4C;
/*border-color:rgb(27, 29, 76);*/
border:none;
color:#FFF;
font-size: 15px;
/* font-family: "Franklin Gothic Demi Cond"; */
font-family: "Lato Medium";
line-height: 1.2;
/*    width: 214px;
height: 37px;*/
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
display: inline-block;
font-weight: 300;
overflow: hidden;
position: relative;
text-align: center;
text-decoration: none;
white-space: normal!important;
word-wrap: break-word;
transition: background-color 1000ms;
}
.pnt-btn:hover {
color: #fefefe;
-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
background-color: #ec1c2c;
}
.pnt-btn-sweep-to-right {
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color 1000ms;
transition: color 1000ms;
}
.pnt-btn-sweep-to-right:before {
content: "";
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ec1c2c;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 300ms ease-out;
transition: 300ms ease-out;
}
.pnt-btn-sweep-to-right:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
/*Кнопка*/

/*title #search */
.pnt-title-search{
/*    float:right;
    position: absolute;
    margin-left: 35%;*/
}
.navbar-form {
    padding: 0 0;
    border: none;
    margin-top: 18px;
    margin-bottom: 18px;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 45px;
    border-radius: 0;
}
.navbar-form .input-group .input-group-btn {
    white-space: nowrap;
    width: 1%;
    border: none;
}
.navbar-form .btn-search{
    height: 45px;
    border: none;
    padding: 7px 12px!important;
    color: rgb(97, 100, 167);
    background-color: #ffffff;
    border-radius: 0;
}
@media (max-width: 768px) {
    .navbar-form {
        float: none;
        width: auto;
    }
    .logo{
        left: unset;
        width: 80%;
    }
}
@media (max-width: 767px) {
    .pnt-title-search{
        display: none;
    }
    .navbar-form {
        margin: 18px;
        width: 90%;
        float: unset;
    }
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .fa-search-mob{
        display: block!important;
    }
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1B1D4C;
    border-color: #1B1D4C;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: rgb(97, 100, 167);
    border-color: #41b39c;
}
.btn-primary .badge {
    color: rgb(97, 100, 167);
    background-color: #ffffff;
}




/*!*Меню*!*/
/*.navbar{
color: #404040;
font-size: 18px;
font-family: "Franklin Gothic Medium Cond";
line-height: 1.2;
margin-bottom: 10px;
border: none;
border-bottom: 1px solid transparent;
}*/
.navbar li > a {
font-size: 20px;
/* font-family: "Franklin Gothic Medium Cond"; */
font-family: "Lato Medium";
line-height: 1.2;
color: #404040;
}
.navbar ul li {
list-style-type: none;
height: 50px;
}
.navbar ul li a {
color: rgb(64, 64, 64);
display: block;
font-size: 18px;
/* font-family: "Franklin Gothic Medium Cond"; */
font-family: "Lato Medium";
line-height: 1.2;
height: 50px;
padding: 15px 20px 15px 20px;
}


/*.menu-items a:hover,
.navbar ul li a:hover*/
.navbar-link {
   cursor: pointer;
    width: 100%;
}
.menu-items .navbar-link:hover{
color: #fff!important;
background-color: rgb(27, 29, 76)!important;
text-decoration: none;
}

.dropdown-menu {
    max-width: 300px;
    min-width: 100px!important;
    border: unset;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
    }
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
    }
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
background-color: rgb(27, 29, 76);
color: #ffff;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: rgb(97, 100, 167);
    }
    .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
    }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: rgb(27, 29, 76);
}

.navbar ul {
margin: 0;
padding: 0;
}
/*Меню*/

/*!//////////////////////////////////////////////////!*/
a,
button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
    /*margin: 0 15px;*/
    font-size: 20px;
}
.clickable {
    cursor: pointer;
}
p.lead {
    font-weight: 300;
}
h1 {
    font-weight: 700;
    font-size: 40px;
}
.fa-angle-right.menu-arrow {
    display: none;
    float: right;
    font-size: 20px;
    line-height: 1.3;
}
@media (max-width: 991px) {
    #top {
        font-size: 12px;
        text-align: center;
    }
}
#top ul.menu {
    padding-top: 5px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    list-style: none;
}
@media (max-width: 991px) {
    #top ul.menu {
        text-align: center;
    }
}
#top ul.menu > li {
    display: inline-block;
}
#top ul.menu > li a {
    color: #eeeeee;
}
#top ul.menu > li + li:before {
    content: "|\00a0";
    padding: 0 5px;
    color: #f7f7f7;
}
#top ul.menu > .active {
    color: #999999;
}
#top #login-modal .modal-header {
    background: rgb(97, 100, 167);
}
#top #login-modal .modal-header h4 {
    color: #fff;
}
#top #login-modal a {
    color: rgb(97, 100, 167);
}
#top #login-modal p {
    font-weight: 300;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .fa-angle-right.menu-arrow {
        display: block;
    }
    .dropdown-menu {
        display: none!important;
    }
    .index-news-mob {
     background-color: #fff;
     margin-right: 15px;
     margin-left: 15px;
    }
    .index-news-mob .pnt-index-news-item{
        border-bottom: 1px solid #dddddd;
    }
    .index-news-mob .pnt-newslist-content {
        width: 80%;
        float: left;
        height: auto;
        padding-top: 10px;
    }
    .container.index-news-mob {
        margin-top: 25px;
    }
    .index-news-mob .fa-angle-right.menu-arrow {
        padding-top: 4%;
    }
    .pnt-index-newslist.product-slider .fotorama__stage {
        height: 230px!important;
    }
}
.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.navbar .yamm-content ul li {
    list-style-type: none;
    height: 50px;
}
.navbar .yamm-content ul li a {
    color: rgb(64, 64, 64);
    display: block;
    font-size: 18px;
    /* font-family: "Franklin Gothic Medium Cond"; */
    font-family: "Lato Medium";
    line-height: 1.2;
    height: 50px;
    padding: 15px 20px 15px 20px;
}
.menu-items a:hover,
.navbar .yamm-content ul li:hover{
    color: #fff!important;
    background-color: rgb(27, 29, 76)!important;
    text-decoration: none;
}
.navbar .yamm-content .banner {
    margin-bottom: 10px;
}
.navbar ul.nav > li > a {
    font-size: 18px;
    /* font-family: "Franklin Gothic Medium Cond"; */
    font-family: "Lato Medium";
    line-height: 1;
    color: rgb(64, 64, 64);
    float: left;
    text-align:center;
}
.navbar #search {
    clear: both;
    border-top: solid 1px #9adacd;
    text-align: right;
}
.navbar-form {
    width: 350px;
}
.navbar #search .navbar-form .input-group {
    display: table;
}

.navbar #basket-overview {
    padding: 0;
}
.hot h2 {
    font-size: 28px;
    /* font-family: "Franklin Gothic Medium Cond"; */
    font-family: "Lato Medium";
    color: rgb(27, 29, 76);
    line-height: 1.2;

}
.hot .product-slider:before,
.hot .product-slider:after {
    content: " ";
    display: table;
}
.hot .product-slider:after {
    clear: both;
}
.product-slider-items{
    position: relative;
    width: 100%;
}
.product-item-main{
    background-color:white;
    height: 320px;
    border: rgb(194, 194, 194) 1px solid;
    float: left;
    display: inline-block;
}
.hot .product-slider .owl-controls {
    position: relative;
    top: -30px;
}
.hot .product-slider .owl-controls .owl-buttons {
    display: none;
}
.hot .product-slider .owl-controls .owl-page.active span,
.hot .product-slider .owl-controls.clickable .owl-page:hover span {
    background: rgb(97, 100, 167);
}
#advantages {
    text-align: center;
}
#advantages .box .icon {
    position: absolute;
    font-size: 120px;
    width: 100%;
    text-align: center;
    top: -20px;
    left: 0;
    height: 100%;
    float: left;
    color: #eeeeee;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#advantages .box h3 {
    position: relative;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}
#advantages .box h3 a:hover {
    text-decoration: none;
}
#advantages .box p {
    position: relative;
    color: #555555;
    z-index: 2;
}
.breadcrumb {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box .box-header {
    background: #f7f7f7;
    margin: -20px -20px 20px;
    padding: 20px;
    border-bottom: solid 1px #eeeeee;
}
.box .box-header:before,
.box .box-header:after {
    content: " ";
    display: table;
}
.box .box-header:after {
    clear: both;
}
.box .box-footer {
    background: #f7f7f7;
    margin: 30px -20px -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
    content: " ";
    display: table;
}
.box .box-footer:after {
    clear: both;
}
@media (max-width: 991px) {
    .box .box-footer .btn {
        margin-bottom: 20px;
    }
}
.box.slideshow {
    padding: 20px 0 0 0;
    text-align: center;
}
.box.slideshow h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.ribbon {
    float: right;
}
.ribbon .ribbon-background {
    position: absolute;
    top: 0;
    right: 0;
}
.ribbon .theribbon {
    position: relative;
    color: #fff;
    background-color: rgb(97, 100, 167);
    text-shadow: 0 1px 2px #bbb;
    width: 56px;
    /*height: 25px;*/
}
.ribbon .theribbon:after {
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #2d7b6b #2d7b6b transparent transparent;
}
.ribbon.sale {
    top: 0;
}
.ribbon.new {
    font-size: 23px;
    /* font-family: "Franklin Gothic Medium Cond"; */
    font-family: "Lato Medium";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 66;
    margin-top: 20px;
    width: 56px;
    height: 25px;
}
.ribbon.new .theribbon {
    background-color: #de0f1b;
    text-shadow: 0 1px 2px #bbb;
    text-align: center;
    vertical-align: middle;
    /*display: inline flow-root list-item;*/
}
.ribbon.gift {
    top: 100px;
}
.ribbon.gift .theribbon {
    background-color: #5cb85c;
    text-shadow: 0px 1px 2px #bbb;
}
.ribbon.gift .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}
#content .panel.sidebar-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#content .panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
}
#content .panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}
#content .panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}
#content .panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}
#content .panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}
#content .panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}
#content .panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}
#content .panel.sidebar-menu .panel-body label {
    color: #999999;
    font-size: 12px;
}
#content .panel.sidebar-menu .panel-body label:hover {
    color: #555555;
}
#content .panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}
#content .panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
}
#content .panel.sidebar-menu ul.nav.category-menu li a {
    text-transform: uppercase;
    font-weight: bold;
}
#content .panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}
#content .panel.sidebar-menu ul.nav ul li {
    display: block;
}
#content .panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 12px;
    color: #999999;
}
#content .panel.sidebar-menu ul.nav ul li a:hover,
#content .panel.sidebar-menu ul.nav ul li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
#content .info-bar {
    line-height: 32px;
    vertical-align: middle;
}
@media (max-width: 991px) {
    #content .info-bar .products-showing {
        text-align: center;
    }
}
@media (max-width: 991px) {
    #content .info-bar .products-number-sort {
        text-align: center;
        margin-top: 10px;
    }
}
#content .info-bar .products-number strong {
    margin-right: 10px;
}
#content .info-bar .products-sort-by select {
    margin-left: 10px;
}
@media (max-width: 991px) {
    #content .info-bar .products-sort-by {
        margin: 10px 0 0;
    }
    #content .info-bar .products-sort-by select {
        margin: 0;
    }
}
#content .product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-bottom: 30px;*//*margin-bottom: 30px;*/
}
#content .product .flip-container {
    cursor: pointer;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;


    text-align: center;

    vertical-align: middle;

    margin-left: auto;

    margin-right: auto;

    height: 100%;

    display: inline;

}
@media (max-width: 767px) {
    #content .product .flip-container img.img-responsive {
       /* min-width: 100%;*/
        max-height: 210px;
    }
}
#content .product .flip-container,
#content .product .front,
#content .product .back {
    width: 100%;
}
#content .product .flipper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    /*margin: 30% 10%;*/
    margin: 10%;
}
#content .product .front,
#content .product .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}
#content .product .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#content .product .back {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
#content .product:hover .back {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
#content .product:hover .front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}
#content .product .invisible {
    visibility: hidden;
}
@media (max-width: 767px) {
    #content .product .invisible img.img-responsive {
        min-width: 100%;
    }
}
#content .product .text {
    padding: 10px 10px 0;
    height: 70px;
}
#content .product .text h3 {
    font-size: 18px;
    font-weight: 700;
    height: 39.6px;
    text-align: center;
    overflow: hidden;
}
#content .product .text h3 a {
    color: #555555;
}
#content .product .text p.price {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}
#content .product .text p.price del {
    color: #999999;
}
#content .product .text .buttons {
    clear: both;
    text-align: center;
}
#content .product .text .buttons .btn {
    margin-bottom: 10px;
}
#content .banner {
    margin-bottom: 30px;
}
#content .pages {
    text-align: center;
}
#content .pages .loadMore {
    text-align: center;
}
#content .pages .pagination {
    text-align: center;
}
#content #mainImage {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#content #productMain {
    margin-bottom: 30px;
}
#content #productMain .goToDescription {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}
#content #productMain .goToDescription a {
    color: #999999;
    text-decoration: underline;
}
#content #productMain .price {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
}
#content #productMain .buttons {
    margin-bottom: 0;
    text-align: center;
}
#content #productMain .buttons .btn {
    margin-bottom: 10px;
}
#content #thumbs a {
    display: block;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: solid 2px transparent;
}
#content #thumbs a.active {
    border-color: rgb(97, 100, 167);
}
#content #checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px rgb(97, 100, 167);
}
#content #checkout .nav li {
    height: 100%;
}
#content #checkout .nav li a {
    display: block;
    height: 100%;
}
#content #order-summary table {
    margin-top: 20px;
}
#content #order-summary table td {
    color: #999999;
}
#content #order-summary table tr.total td,
#content #order-summary table tr.total th {
    font-size: 18px;
    color: #555555;
    font-weight: 700;
}
#content #checkout .table tbody tr td,
#content #basket .table tbody tr td,
#content #customer-order .table tbody tr td {
    vertical-align: middle;
}
#content #checkout .table tbody tr td input,
#content #basket .table tbody tr td input,
#content #customer-order .table tbody tr td input {
    width: 50px;
    text-align: right;
}
#content #checkout .table tbody tr td img,
#content #basket .table tbody tr td img,
#content #customer-order .table tbody tr td img {
    width: 50px;
}
#content #checkout .table tfoot,
#content #basket .table tfoot,
#content #customer-order .table tfoot {
    font-size: 18px;
}
#content #text-page h1,
#content #text-page h2,
#content #text-page h3 {
    font-weight: 700;
}
#content #error-page {
    text-align: center;
}
#content #error-page h4 {
    margin-bottom: 40px;
}
#content #error-page p.buttons {
    margin-top: 40px;
}
#content #map {
    height: 400px;
}
#content #blog-listing .post,
#content #blog-homepage .post {
    margin-bottom: 60px;
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#content #blog-listing .post h2 a,
#content #blog-homepage .post h2 a,
#content #blog-listing .post h4 a,
#content #blog-homepage .post h4 a {
    color: #555555;
}
#content #blog-listing .post h2 a:hover,
#content #blog-homepage .post h2 a:hover,
#content #blog-listing .post h4 a:hover,
#content #blog-homepage .post h4 a:hover {
    color: rgb(27, 29, 76);
}
#content #blog-listing .post .author-category,
#content #blog-homepage .post .author-category {
    color: #999999;
    font-weight: 300;
}
#content #blog-listing .post .date-comments a,
#content #blog-homepage .post .date-comments a {
    color: #999999;
    margin-right: 20px;
}
#content #blog-listing .post .date-comments a:hover,
#content #blog-homepage .post .date-comments a:hover {
    color: rgb(27, 29, 76);
}
#content #blog-listing .post .intro,
#content #blog-homepage .post .intro {
    text-align: left;
}
#content #blog-listing .post .image,
#content #blog-homepage .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}
#content #blog-listing .post .image img,
#content #blog-homepage .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    #content #blog-listing .post .image img.img-responsive,
    #content #blog-homepage .post .image img.img-responsive {
        min-width: 100%;
    }
}
#content #blog-listing .post .read-more,
#content #blog-homepage .post .read-more {
    text-align: right;
}
#content #blog-listing .post:hover .image img,
#content #blog-homepage .post:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
#content #blog-homepage .post {
    margin-bottom: 30px;
}
#content #blog-homepage .post h2,
#content #blog-homepage .post h4,
#content #blog-homepage .post .author-category,
#content #blog-homepage .post .read-more {
    text-align: center;
}
#content #blog-homepage .post .intro {
    font-weight: 300;
}
#content #blog-homepage .post .read-more {
    margin-top: 20px;
}
#content #blog-post .author-date {
    color: #999999;
    font-weight: 300;
}
#content #blog-post #post-content {
    margin-bottom: 20px;
}
#content #blog-post .comment {
    margin-bottom: 25px;
}
#content #blog-post .comment:before,
#content #blog-post .comment:after {
    content: " ";
    display: table;
}
#content #blog-post .comment:after {
    clear: both;
}
#content #blog-post .comment .posted {
    color: #999999;
    font-size: 12px;
}
#content #blog-post .comment .reply {
    /* font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; */
    font-family: "Lato Medium", Helvetica, Arial, sans-serif;
}
#content #blog-post .comment.last {
    margin-bottom: 0;
}
#content #blog-post #comments:before,
#content #blog-post #comment-form:before,
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
    content: " ";
    display: table;
}
#content #blog-post #comments:after,
#content #blog-post #comment-form:after {
    clear: both;
}
#content #blog-post #comments h4,
#content #blog-post #comment-form h4 {
    margin-bottom: 20px;
}
#content #blog-post #comment-form {
    margin-bottom: 20px;
}
#content #customer-orders table tr th,
#content #customer-orders table tr td {
    vertical-align: baseline;
}
#content #customer-order .table tfoot th {
    font-size: 18px;
    font-weight: 300;
}
#content #customer-order .addresses {
    text-align: right;
}
#content #customer-order .addresses p {
    font-size: 18px;
    font-weight: 300;
}
#footer {
    background: #fff;
    padding: 20px 0;
}
#footer ul {
    padding-left: 0;
    list-style: none;
}
#footer ul a {
    color: rgb(63, 63, 63);
    font-size: 14px;
    /* font-family: "Franklin Gothic Medium Cond"; */
    font-family: "Lato Medium";
}
#copyright {
    background: #333;
    color: #ccc;
    padding: 20px 0;
    font-size: 12px;
}
#copyright p {
    margin: 0;
}
@media (max-width: 991px) {
    #copyright p {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
}
#style-switch-button {
    position: fixed;
    top: 80px;
    left: 20px;
}
#style-switch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    padding: 20px;
    position: fixed;
    top: 120px;
    left: 20px;
    background: #fff;
    border: solid 1px #eeeeee;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
    text-align: left;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
    width: 100%;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
/*@media (max-width: 767px) {
    .yamm .yamm-content {
        padding: 10px 20px;
    }
}*/
/* Original Boostrap template overwrite */
/* nav */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: rgb(27, 29, 76);
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #f0f0f0;
    border: 1px solid #dddddd;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: rgb(27, 29, 76);
}
.nav-tabs-justified > li > a {
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #f0f0f0;
    }
}
/* navbar */
.navbar {
    /* font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; */
    font-family: "Lato Medium", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}
.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        float: left;
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-collapse.right {
        float: right;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
    }
}
.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    padding: 9px 10px !important;
    margin-right: 15px;
    border-radius: 4px;
    margin-top: 18px;
    margin-bottom: 18px;
    float: unset;
}

.navbar-nav {
    margin: 12.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    min-width: 100px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-form {
    padding: 0px 0px;
    border: none;
    margin-top: 18px;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
.navbar-btn {
    margin-top: 18px;
    margin-bottom: 18px;
}
.navbar-btn.btn-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-btn.btn-xs {
    margin-top: 24px;
    margin-bottom: 24px;
}
.navbar-text {
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #ffffff;
    border-bottom-color: #e6e6e6;
    min-height: 0;
    max-height: 100%;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse {
    border-color: #e6e6e6;
}
/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgb(27, 29, 76);
    color: #ffff;
}*/
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: rgb(97, 100, 167);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .menu-items:hover,
.navbar-default .menu-items:focus{
    color: #ffffff;
    background-color: rgb(27, 29, 76);
}
/* scaffolding */
a {
    color: rgb(27, 29, 76);
    text-decoration: none;
}
.tooltip-inner a{
    color: #fff;
}
a:hover,
a:focus {
    color: #5bb6ff;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.img-rounded {
    border-radius: 6px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    content: ">\00a0";
    color: #cccccc;
}
.breadcrumb > .active {
    color: #999999;
}
@media (max-width: 991px) {
    .breadcrumb {
        padding: 8px 0;
        text-align: center;
    }
}
/* buttons  */
.btn {
    font-weight: normal;
    /* font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; */
    font-family: "Lato Medium", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/* dropdowns */
.dropdown-menu > li > a {
    padding: 5px 20px;
}
/* forms.less */
label {
    font-weight: normal;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 45px;
}
.form-group {
    margin-bottom: 20px;
}
/* pager*/
.pager {
    margin: 20px 0;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
    text-transform: uppercase;
    /* font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; */
    font-family: "Lato Medium", Helvetica, Arial, sans-serif;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #eeeeee;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #ffffff;
    border-color: #ddd;
}
/* pagination */
.pagination {
    margin: 20px 0;
    /* font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; */
    font-family: "Lato Medium", Helvetica, Arial, sans-serif;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: rgb(97, 100, 167);
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
/*.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #348e7b;
    background-color: #eeeeee;
    border-color: #dddddd;
}*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: rgb(97, 100, 167);
    border-color: rgb(97, 100, 167);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }
    .text-center-xs img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-form {
        margin: 18px;
        width: 90%;
        float: unset;
    }
    .navbar ul li {
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
p,
ul,
ol {
    margin: 0 0 20px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.text-small {
    font-size: 12px;
}
.text-large {
    font-size: 18px;
}
.text-italic {
    font-style: italic;
}
.text-primary {
    color: rgb(97, 100, 167);
}
a.text-primary:hover {
    color: #3aa18c;
}
.bg-primary {
    color: #fff;
    background-color: rgb(97, 100, 167);
}
a.bg-primary:hover {
    background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid rgb(97, 100, 167);
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    border-right: 5px solid rgb(97, 100, 167);
}
address {
    margin-bottom: 20px;
    line-height: 1.42857143;
}
.panel-primary {
    border-color: rgb(97, 100, 167);
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: rgb(97, 100, 167);
    border-color: rgb(97, 100, 167);
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: rgb(97, 100, 167);
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: rgb(97, 100, 167);
}
.panel-primary .panel-title {
    font-weight: 300;
}
.panel-primary .panel-title a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown-menu {
    max-width: 300px;
    min-width: 100px!important;
    border: unset;
}



/*fotorama*/
.fotorama__wrap{
    width: 100%!important;
}
.product-slider .fotorama__stage{
    height: 280px!important;
}
/*.product-slider .fotorama__arr{
    opacity: 0;
}*/

/*video*/
.video-news-item{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    /*max-width: 46%;*/
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;

}
.video-news-item iframe{
    width: 100%;
    height: 203px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

}
.video-news-item p{
    flex-wrap: wrap;
    text-align: center;
    color: #000000;
    margin: 10px;
}
.video-slider{
    margin-bottom: 30px;
}
.video-slider .fotorama__stage {
    height: 240px !important;
}
/*video*/

/*footer*/
#footer li{
    word-wrap: break-word;
}
.footer,
.footer__top,
.footer__top-slot,
.footer__top .fcat,
.footer__top .fnav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    /*min-height: 240px;*/
    background: #ffffff;
    margin-top: 30px;
}
/*footer*/



.item-description {
    font-size: 16px;
    /* font-family: "Arial"; */
    font-family: 'Lato Medium';
    color: rgb(82, 82, 82);
    padding: 3px;
}

/*video*/
.youtube {
    width: 100%;
    height: 200px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-size: cover;
}
.youtube .play {
    background: url('../img/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

@media (max-width: 767px){
    .youtube {
        height: 180px;
    }
}


.youtube:hover .play {
    background-position: 0 0;
}
/*video*/

/*.product-item-main .item{*/
/*    height: 100%;*/
/*    display: table;*/
/*    !*display: block;*!*/
/*}*/
.selected{
    color:#fff !important;
    background-color:rgb(27, 29, 76) !important;
    text-decoration: none;
}
.video-slider .fotorama__arr--prev,
.video-slider .fotorama__arr--next,
.product-slider .fotorama__arr--prev,
.product-slider .fotorama__arr--next{
    display: none!important;
}
.product a img {
    max-height: 150px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
/*    margin-left: auto;
    margin-right: auto;*/
}
.search-title-icon{
    background-image: url(../img/search.svg);
    background-repeat : no-repeat;
    background-size: 80%;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
    margin-top: 5px;
}
/*.truck-icon{
    background-image: url(../img/truck.svg);
    background-repeat : no-repeat;
    background-size: 90%;
    padding-left: 20px;
    margin-right: 10px;
}*/
/*.search-title-icon:hover{
    background-image: url(../img/search_hover.svg);
    background-repeat : no-repeat;
    background-size: 80%;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
    margin-top: 5px;
}*/

.bckgrnd-w{
    background: #fff;
}

/*Окно сообщения*/
.partners_popup{
    width: 100%;
    height: 100%;
    background: rgba(123, 124, 126, 0.8);/*rgba(8, 59, 88, 0.8)*/
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    overflow-y: scroll;
}
.partners_popup_container{
    box-shadow: 5px 5px 5px #999;
    max-width: 955px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 128px;
    margin-top: 128px;
    z-index: 3000;
}
/*.partners_popup_body{
    background: #ecf0f1;
    color: #000000;
    width: 100%;
    padding: 3% 8% 2% 8%;
    white-space: pre-wrap;
    height: auto;
    overflow-y: auto;
    user-select: none;
}*/
/*punto-alert*/
.punto-alert{
    width: 100%;
    height: 100%;
    background: rgba(123, 124, 126, 0.8);
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999;
}
.punto-alert .alert-container{
    position: absolute;
    min-width:350px!important;
    height: auto;
    background: #e8e8e8;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.punto-alert .alert-container .alert-head{
    position: relative;
    text-align: right;
    width: 100%;
    height: 35px;
    background:#1B1D4C;
    color: #ecf0f1;
    text-indent: 2%; font-size: 20px;
    background-image: url(/local/templates/punto/img/logo_punto.jpg);
    background-repeat:no-repeat;
    background-size: 50px;
    background-position-y: center;
    cursor: move;
    z-index: 10000;
}
@media (max-width: 767px) {
    .punto-alert .alert-container{
        width: auto;
    }
}
.partners_popup_container .partners_popup_head{
    position: relative;
    text-align: right;
    width: 100%;
}
.punto-alert .alert-body{
    padding: 15px;
}
.punto-alert .alert-body{
    white-space: break-spaces;
    /* font-family: "Franklin Gothic Medium Cond", Helvetica, Arial, sans-serif; */
    font-family: "Lato Medium", Helvetica, Arial, sans-serif;
}
.punto-alert .alert-body,
.partners_popup_container .partners_popup_body{
    min-height: 70px;
    width:100%;
    z-index: 150;
    overflow: visible;
    background: #ecf0f1;
    height: auto;
    overflow-y: auto;
    user-select: none;

}
.partners_table_container{
    height: 490px;
    overflow-y: auto;
}
/*.alert-container{
    font-family: sans-serif;
    width:100%;
    background: #e8e8e8;
    z-index: 9999999;
    overflow: visible;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
}*/
.alert-container .alert-head #alert-close-button{
    width: 20px;
    height: 25px;
    cursor: pointer;
    background-image: url(/local/templates/punto/img/close-button-w.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 70%;
    position: absolute;
    z-index: 100;
    right: 0
}
.partners_popup_container #partners_popup_close_button{
    width: 20px;
    height: 25px;
    cursor: pointer;
    background-image: url(/local/templates/punto/img/close-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    z-index: 100;
    margin: 5px;
    right: 0
}
#frm_popup_close_button{
    width: 20px;
    height: 25px;
    cursor: pointer;
    background-image: url(/local/templates/punto/img/close-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    position: absolute;
    z-index: 100;
right: 10px;
    top: 12px;
}
.alert-container .alert-head #alert-close-button:active{
    filter: sepia(100%);
}
.alert-container .ok-button{
    width: 79px;
    height: 30px;
    font-size: 17px;
    background:#1B1D4C;
    text-align: center;
    color: #fff!important;
    line-height: 30px;
    cursor: pointer;
    float: right;
    margin: 7px;
    user-select: none;
    display: inline-block;
    text-decoration: none!important;
    font-weight: bold;
    box-shadow: 1px 1px 0 #ccc,
    2px 2px 0 #c9c9c9,
    3px 4px 0 #bbb,
    -1px 1px 0 #ccc,
    -2px 2px 0 #c9c9c9,
    -3px 4px 0 #bbb;
}
.alert-container .ok-button:hover{
    background:linear-gradient(bottom, #1B1D4C,#054569);
    background:-webkit-linear-gradient(bottom, #1B1D4C 5%,#054569); /* для Chrome и Safari */
    background:-o-linear-gradient(bottom,#1B1D4C,#054569);/* для Opera */
    background:-moz-linear-gradient(bottom,#1B1D4C,#054569); /* для Firefox */
    background:-ms-linear-gradient(bottom,#1B1D4C,#054569); /* для IE10+ */
    text-decoration: none;
}
.alert-container .ok-button:active{
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1)inset;
    -moz-transform: translatey(3px); /* Для Firefox */
    -ms-transform: translatey(3px); /* Для IE */
    -webkit-transform: translatey(3px); /* Для Safari, Chrome, iOS */
    -o-transform:translatey(3px); /* Для Opera */
    transform: translatey(3px);
}
@media screen and (max-width: 736px) {
    .partners_popup_container,
    .alert-container{
        width: 90%;
        top: 50%;
        margin: 0 auto;
        left: 5%;
    }
    .pd-r{
        padding-right: 15px!important;
    }
    .pd-l{
        padding-left: 15px!important;
    }
    .full-win{
        display: none;
    }
    .now-show-mob{
        display: none;
    }
}
.line_block {
    /*float:left;*/
    padding: 5px;
}
.mb-34{
    margin-bottom: 34px;
}
.mr{
    margin: 5px;
}
.mr-lr{
    margin-left: 14px;
    margin-right: 14px;
}
.time-txt{
    color: #2d2d2d;
    line-height: 1.2;
    font-size: 15px;
    white-space: pre-line;
}
.news-txt{
    border-bottom: 1px solid #d8d8d8;
    text-decoration: none;
    color:#054569;
    cursor: pointer;
    line-height: 1.3;
    font-size: 20px;
}
.text_b{
    font-weight: bold;
    display: contents;
}
.tooltip-inner{
    background-color: #13174C!important;
    /* font-family: "Franklin Gothic Demi Cond"; */
    font-family: "Lato Medium";
}
body.noscroll{
    overflow: hidden;
}

.pd-r{
    padding-right: 7.5px;
}
.pd-l{
    padding-left: 7.5px;
}
.geo{
    background-image: url(../img/geo.svg);
    background-repeat : no-repeat;
    background-size: 100%;
    padding-left: 15px;
    float: left;
    height: 50px;
    width: 40px;
}
.pdf{
    background-image: url(../img/pdf.svg);
    background-repeat : no-repeat;
    background-size: 100%;
    padding-left: 15px;
    float: left;
    min-height: 50px;
    margin-right: 15px;
}
.menu_burger{
    background-image: url(../img/menu_burger.svg);
    background-repeat : no-repeat;
    background-size: 100%;
    padding-left: 25px;
    padding-top: 10px;
}
.city-name{
    font-size: 16px;
    font-family: "Arial";
    color: rgb(27, 29, 76);
    line-height: 2;
}
/*.fotorama__html div,*/
.fotorama__html a {
    display: block;
    height: 100%;
}
.pnt-newslist-mob-item{
    background-color: #fff;
  /*display: none;*/
}
.pnt-newslist-mob-item .pnt-newslist-mob-content{
  float: left;
}
.navbar-header{
    padding: 10% 15% 0 15%;
}
.fa.fa-search.fa-search-mob{
    display: none;
    cursor: pointer;
    font-size: 20px;
    margin: 30%;
}
/*modal*/
.modal {
    display: none;
    background: rgba(0, 0, 0, .30);
    z-index: 999;
}
.modal .modal-body{
    background-color: #ecf0ff;
}
.modal .modal-dialog {
    position: relative;
    /*margin: 30px auto;*/
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    /*max-width: 400px;*/
}
.modal #send-fdbk{
    padding: 10px 25px;
}
/*modal*/


.preloader {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1500;
    display: flex;
    justify-content: center;
    align-items: center;
}