body {
    background: transparent url(/image/catalog/logows_004.jpg) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    height: auto;
    width: 400;
}

/*body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}*/
h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
    /* color: #15ac52; */
}

/* Override the bootstrap defaults */
h1 {
    font-size: 25px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #15ac52;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.markers li {
    position: relative;
}

.markers {
    margin: 0 0 20px 14px;
    padding: 0;
}

.markers li {
    list-style-image: url(/image/catalog/marker3.png);
    margin: 7px 0;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

#scroll-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    margin: auto;
    width: 100%
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #ffffff00;
    border-bottom: 0px solid #f1f1f1;
    padding: 0px 0px 0px 0;
    margin: 0 0 0 0;
    min-height: 30px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #15ac52;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 15px;
    text-align: right;
}

#top-links a + a {
    /* margin-left: 15px; */
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #7b7b7b00;
    background-image: linear-gradient(to bottom, #3d3d3d, #40404000);
    background-repeat: repeat-x;
    border-color: #5f5f5f #5f5f5f #15ac52;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #15ac5273;
}

#menu .nav > li > a.txt-menu {
    background: none !important;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #15ac52;
    background-image: linear-gradient(to bottom, #15ac52, #15ac52);
    background-repeat: repeat-x;
    border-color: #15ac52 #15ac52 #15ac52;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #15ac52;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 600px;
    background-color: #ffff;
}

/* footer */
footer {
    background: transparent url(/image/catalog/footer_ffon1.jpg) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    height: auto;
    width: 400;
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #15ac52;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 10px 0;
    padding: 0px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 8px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    /*content: '';*/
    display: block;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #595959;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #969696;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 10px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #15ac52;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #eeeeee00, #ffffff7d);
    background-repeat: repeat-x;
    border-color: #15ac52 #15ac52 #15ac52 #15ac52;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #15ac52;
    background-image: linear-gradient(to bottom, #15ac52, #15ac52);
    background-repeat: repeat-x;
    border-color: #15ac52 #07a07f #15ac52;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #15ac52;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #15ac52;
    background-image: linear-gradient(to bottom, #15ac52, #15ac52);
    background-repeat: repeat-x;
    border-color: #15ac52 #15ac52 #15ac52;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 10px;
    min-height: 70px;
    text-align: center;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 70px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }

    .fsf a {
        font-size: 15px;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear:left;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media only screen and (max-width: 770px) {
    .nav>li>a.txt-menu {
        display:none;
    }
}

.tabs {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs>section {
    display: none;
    /* padding: 15px; */
    background: #fff;
    /* border: 1px solid #ddd; */
}

.tabs>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs>input {
    display: none;
    position: absolute;
}

.tabs>label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 5px;
    font-weight: 600;
    text-align: center;
    color: #454444;
    border: 0px solid #15ac52;
    border-width: 1px 1px 1px 1px;
    background: #15ac521c;
    border-radius: 3px 3px 0 0;
    width: 300px;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}

.tabs>label:hover {
    color: #000000;
    cursor: pointer;
}

.tabs>input:checked+label {
    color: #555;
    border-top: 2px solid #009933;
    border-bottom: 1px solid #15ac52;
    background: #fff;
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3 {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabs>label {
        font-size: 12px;
        width: 150px;
    }

    .tabs>img {
        height: 100%;
        width: 100%;
    }

    .tabs>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs>label {
        padding: 5px;
    }
}

.tabs2 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs2>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs2>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs2>input {
    display: none;
    position: absolute;
}


.tabs2>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs2>label:hover {
    color: #888;
    cursor: pointer;
}

.tabs2>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#tab4:checked~#content-tab4, #tab5:checked~#content-tab5, #tab6:checked~#content-tab6 {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabs2>label {
        font-size: 10px;
    }

    .tabs2>img {
        height: 100%;
        width: 100%;
    }

    .tabs2>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs2>label {
        padding: 15px;
    }
}


.tabs3 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs3>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs3>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs3>input {
    display: none;
    position: absolute;
}

.tabs3>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs3>label:hover {
    color: #888;
    cursor: pointer;
}

.tabs3>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#tab7:checked~#content-tab7, #tab8:checked~#content-tab8, #tab9:checked~#content-tab9 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs3>label {
        font-size: 10px;
    }

    .tabs3>img {
        height: 100%;
        width: 100%;
    }

    .tabs3>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs3>label {
        padding: 15px;
    }
}


.tabs4>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs4>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs4>input {
    display: none;
    position: absolute;
}

.tabs4>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs4>label:hover {
    color: #888;
    cursor: pointer;
}


.tabs4>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}


#tab10:checked~#content-tab10, #tab11:checked~#content-tab11, #tab12:checked~#content-tab12 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs4>label {
        font-size: 10px;
    }

    .tabs4>img {
        height: 100%;
        width: 100%;
    }

    .tabs4>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs4>label {
        padding: 15px;
    }
}

.tabs5 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}


.tabs5>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs5>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.tabs5>input {
    display: none;
    position: absolute;
}


.tabs5>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs5>label:hover {
    color: #888;
    cursor: pointer;
}


.tabs5>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}


#tab13:checked~#content-tab13, #tab14:checked~#content-tab14, #tab15:checked~#content-tab15 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs5>label {
        font-size: 10px;
    }

    .tabs5>img {
        height: 100%;
        width: 100%;
    }

    .tabs5>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs5>label {
        padding: 15px;
    }
}


.tabs6 {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}


.tabs6>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs6>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.tabs6>input {
    display: none;
    position: absolute;
}


.tabs6>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}


.tabs>label:before {
	font-family: fontawesome;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.tabs>label[for*="1"]:before {
	content: "";
}
.tabs>label[for*="2"]:before {
	content: "";
}
.tabs>label[for*="3"]:before {
	content: "";
}
.tabs6>label:hover {
    color: #888;
    cursor: pointer;
}


.tabs6>input:checked+label {
    color: #555;
    border-top: 1px solid #009933;
    border-bottom: 1px solid #fff;
    background: #fff;
}


#tab16:checked~#content-tab16, #tab17:checked~#content-tab17, #tab18:checked~#content-tab18 {
    display: block;
}


@media screen and (max-width: 680px) {
    .tabs6>label {
        font-size: 10px;
    }

    .tabs6>img {
        height: 100%;
        width: 100%;
    }

    .tabs6>label:before {
        margin: 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .tabs6>label {
        padding: 15px;
    }
}

/* styles */
.wrapper {
    width: 100%;
}

/* titles */
h22 {
    font-size: 24px;
    line-height: 32px;
}

h50 {
    font-size: 24px;
}

h55 {
    font-weight: bold;
}

.markus li {
    list-style-image: url(/image/check1.png);
    
}

/* Leto */
.SvetoforDecore {
    background: url(https://svetoforbel.by/image/footerooms.png) repeat-x scroll left bottom transparent;
    height: 70px;
}

.SvetoforDecoreInset {
    background: url(https://svetoforbel.by/image/footeroom.png) no-repeat scroll 0 5px transparent;
    height: 66px;
    margin: 0 auto;
    width: auto;
}

/* Exit Leto */
.mainPortfolio {
    padding: 10px 0 10px 0;
    text-align: center
}

.mainPortfolio .bigTitle {
    margin: 0 auto 20px auto
}

.portfolioItem {
    padding: 5px 0;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    margin: 0 0 30px 0;
    background: #f7f7f761
}

.portfolioItemTitle {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #505050;
    margin: 0 0 0 0;
    min-height: 0px
}

.portfolioItemTitle a {
    color: #505050;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 30px 0 30px
}

.portfolioItemTitle a:hover {
    text-decoration: none
}

.portfolioItemdesc {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    height: 20px;
    padding: 0 30px 0 30px
}

.portfolioItem img {
    width: 98%;
    padding: 2%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/*.portfolioItem:hover img{width:100%;padding:0}*/
.portfolioItem::before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0 auto
}

.portfolioItem:hover::before {
    background-color: rgba(0,125,215,.2)
}

.portfolioItem::after {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: '';
    opacity: 0;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 25%;
    background-position: 50% 50%;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.portfolioItem:hover::after {
    width: 200px;
    height: 200px;
    background: url(../img/icons/link.png) no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1
}

.bigTitle {
    display: block;
    color: #505050;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px
}

@media screen and (max-width: 680px) {
    .portfolioItemTitle {
        font-size: 10px;
        line-height: 0.9em;
    }
}

.markus li {
    list-style-image: url(https://svetoforbel.by/svetofor_bel/img/check.png);
    
    font-weight: 600;
    
    text-decoration: none;
}

a.button7 {
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding: .8em 1em calc(.8em + 3px);
    border-radius: 3px;
    background: rgb(64,199,129);
    box-shadow: 0 -3px rgb(53,167,110) inset;
    transition: 0.2s;
    max-height: max-content;
}

a.button7:hover {
    background: rgb(53, 167, 110);
}

a.button7:active {
    background: rgb(33,147,90);
    box-shadow: 0 3px rgb(33,147,90) inset;
}

/* Soc box */
.soc_buttons {
    position: fixed;
    left: 5px;
    z-index: 10;
    top: 85%;
}

.soc_buttons a:hover {
    top: 2px;
    right: 3px;
    -webkit-transform: rotateZ(-20deg);
    
    -ms-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
}

.soc_buttons a {
    display: block;
    position: relative;
    margin-bottom: 8px;
}


.homimg img {
    -moz-transition: all 0.3s ease-out;
    
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.homimg img:hover {
    -webkit-transform: scale(1.05);
    
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.homimg img {
    border: 0px solid #55c5e9;
    
    padding: 0px;
    
    margin-right: 0px;
   
    margin-top: 10px;
   
    max-width: 18%;
    height: auto;
}

.homimg:hover {
    top: 2px;
    right: 3px;
}

@media screen and (max-width: 980px) {
    .homimg img {
        margin-top: 10px;
        
        max-width: 18%;
        height: auto;
    }
}

@media screen and (max-width: 650px) {
    .homimg img {
        margin-top: 10px;
        
        max-width: 30%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .homimg img {
        margin-top: 10px;
        
        max-width: 30%;
        height: auto;
    }
}

.rightpic {
    float: center;
   
    margin: 0 0 5px 5px;
    
}

.circlet {
    width: 24px;
    height: 24px;
    border: 1px solid #196dff;
    border-radius: 100%;
    /* display: flex; */
    align-items: center;
}

.green-line {
    width: 100%;
    height: 40px;
    background-color: rgb(21, 172, 82);
    /* margin-top: 5px; */
}

@media screen and (max-width: 1155px) {
    .green-line .wrap {
        overflow: auto;
    }
}

.green-line .wrap {
    height: 100%;
}

.wrap {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}

@media screen and (max-width: 1155px) {
    .green-line-wrap {
        width: 1170px;
        padding: 0px 5px;
    }
}

.green-line-wrap {
    /* width: 100%; */
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.green-line__item {
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    position: relative;
    margin-top: 10px;
    margin-bottom: 8px;
}

.green-line .circle {
    width: 3px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    border-radius: 150%;
}

@media screen and (max-width: 1155px) {
    .green-line .wrap {
        overflow: auto;
    }
}

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

div {
    display: block;
    unicode-bidi: isolate;
}

/*style SMART PR*/
.tabsq {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
    text-align: center
}

.tabsq>section {
    display: none;
    padding: 1px;
    background: #fff;
    /* border: 1px solid #ddd; */
}

.tabsq>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabsq>input {
    display: none;
    position: absolute;
}

.tabsq>label {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: 0px solid #7a7a7a;
    border-width: 1px 1px 1px 1px;
    background: #15ac52;
    border-radius: 3px 3px 3px 3px;
}

.tabsq>label:hover {
    color: #000000;
    cursor: pointer;
}

.tabsq>input:checked+label {
    color: #555;
    border-top: 1px solid #15ac52;
    border-bottom: 1px solid #15ac52;
    background: #15ac5200;
}

#tab1q:checked~#content-tab1q, #tab2q:checked~#content-tab2q, #tab3q:checked~#content-tab3q {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabsq>label {
        font-size: 12px;
    }

    .tabsq>img {
        height: 100%;
        width: 100%;
    }

    .tabsq>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabsq>label {
        padding: 15px;
    }
}

.tabs2q {
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.tabs2q>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.tabs2q>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs2q>input {
    display: none;
    position: absolute;
}

.tabs2q>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}

.tabs2q>label:hover {
    color: #000000;
    cursor: pointer;
}

.tabs2q>input:checked+label {
    color: #555;
    border-top: 1px solid #e3ae77;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#tab4q:checked~#content-tab4q, #tab5q:checked~#content-tab5q, #tab6q:checked~#content-tab6q, #tab7q:checked~#content-tab7q, #tab8q:checked~#content-tab8q {
    display: block;
}

@media screen and (max-width: 680px) {
    .tabs2q>label {
        font-size: 10px;
    }

    .tabs2q>img {
        height: 100%;
        width: 100%;
    }

    .tabs2q>label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .tabs2q>label {
        padding: 15px;
    }
}

/* end style SMART PR*/
.fon_texto {
    padding: 32px 0 20px 0;
    background-image: url(https://smartpr.by/image/catalog/fon/mebel_fon2022.jpg)no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: auto;
}

.mfp-fade.mfp-bg {
    background-color: rgba(0,0,0,0);
    transition: all 0.5s linear;
}

.mfp-fade.mfp-ready {
    background-color: rgba(0,0,0,0.8);
}

.mfp-fade.mfp-removing {
    opacity: 0;
}

.text-ex-image {
    display: grid;
    justify-content: space-between;
    align-items: baseline;
    background: url(image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 5%;
    z-index: 10;
    background-color: azure;
    position: fixed;
    text-align: center;
    align-content: space-around;
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #3e4348;
    border-bottom: 1px solid #3e4348;
    padding: 30px
}

@media only screen and (min-width: 1025px) {
    .partners__item:hover:hover .partners__image {
        -webkit-filter:grayscale(0);
        filter: grayscale(0)
    }
}

@media only screen and (max-width: 1365px) {
    .partners__item {
        width:25%
    }
}

@media only screen and (max-width: 1023px) {
    .partners__item {
        width:33.33%
    }
}

@media only screen and (max-width: 767px) {
    .partners__item {
        width:50%;
        padding: 30px 25px
    }
}

.partners__wrap {
    position: relative
}

.partners__wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-left: 1px solid #fff;
    height: 100%
}

.partners__wrap::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #fff;
    width: 100%
}

.partners__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width: 767px) {
    .partners__image {
        max-width:100%;
        height: auto
    }
}

.service-aro-icon {
    width: 300px;
    margin: 0 auto;
}

.service-aro-left {
    width: 120px;
    height: 1px;
    float: left;
    margin-top: 16px;
}

.service-aro-right {
    width: 120px;
    height: 1px;
    float: right;
    margin-top: 16px;
}

.service-aro-icon img {
    font-size: 16px;
    border: 1px solid;
    width: 33px;
    height: 33px;
    line-height: 32px;
    border-radius: 6px 0 6px 0;
}

#about-page {
    background-color: #1b1b1b;
    padding: 100px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

#about-page .about-title {
    color: #f4f4f4;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 18px;
}

#about-page h2 {
    color: #808b8d;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

#about-page p {
    color: #808b8d;
    font-size: 14px;
    margin-bottom: 40px;
}

.member {
    margin-top: 25px;
    margin-bottom: 25px;
}

.member .member-img {
    position: relative;
    width: 100%;
    margin: auto;
}

.member .member-img:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 200;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 40px 0px;
}

.member .member-img:hover:before {
    opacity: 0.6;
}

.member .member-img img {
    border-width: 3px;
    border-style: solid;
    border-radius: 40px 0px;
    width: 100%;
    height: auto;
}

.member-social {
    position: absolute;
    width: 303px;
    height: 303px;
    top: 0;
    left: 0;
}

.member-social .facebook-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px 0px;
    margin: 1px;
    position: absolute;
    top: -0px;
    left: 114px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .facebook-icon img {
    top: 114px;
    z-index: 300;
}

.member-social .twitter-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px 8px;
    margin: 1px;
    position: absolute;
    top: 114px;
    right: -0px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .twitter-icon img {
    right: 114px;
    z-index: 300;
}

.member-social .linkedin-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px 8px;
    margin: 1px;
    position: absolute;
    bottom: 114px;
    left: -0px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .linkedin-icon img {
    left: 114px;
    z-index: 300;
}

.member-social .google-plus-icon img {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px 0px;
    margin: 1px;
    position: absolute;
    bottom: -0px;
    right: 114px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.member .member-img:hover .google-plus-icon img {
    bottom: 114px;
    z-index: 300;
}

.member h3 {
    color: #f7f7f7;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.member span {
    font-size: 18px;
}


.service-aro-icon, .member span {
    color: #15ac52;
}

.service img, .member .member-img img {
    border-color: #15ac52;
}

.service-aro-left, .service-aro-right {
    background: #15ac52;
}

.member-social .facebook-icon img:hover, .member-social .twitter-icon img:hover, .member-social .linkedin-icon img:hover, .member-social .google-plus-icon img:hover {
    background: #15ac52;
}

/*YYRRR*/
.our-team {
    border-left: 8px solid #15ac52;
    border-bottom: 8px solid #15ac5285;
    min-height: 300px;
    max-height: 300px;
}

.our-team .team-image {
    position: relative;
    text-align: center;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .description {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 10px 10px;
    opacity: 0;
    background-color: rgb(0 0 0 / 60%);
    transition: all 0.5s ease 0s;
}

.our-team:hover .description {
    opacity: 1;
}

.our-team .socialus {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #0000008a;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}

.our-team:hover .socialus {
    transform: translate(0px, 0px) rotateY(0deg);
}

.our-team .socialus li {
    display: block;
    margin-bottom: 10px;
}

.our-team .socialus li a {
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}

.our-team .socialus li a:hover {
    background: #bc3fbf;
}

.our-team .team-info {
    padding: 10px;
}

.our-team .title {
    font-size: 18px;
    font-weight: 500;
    color: #15ac52;
    /* letter-spacing: 4px; */
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #3b336a;
    /* text-transform: capitalize; */
}

.our-team .title:hover, .our-team .post:hover {
    color: #bc3fbf;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
        max-height: 300px;
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .socialus {
        left: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .our-team .socialus {
        left: -20px;
    }
}

.serviceBox {
    border: 1px solid #15ac52;
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px 20px;
    position: relative;
}

.serviceBox .service-icon {
    width: 50px;
    height: 50px;
    line-height: 30px;
    border-radius: 5px;
    background: #15ac52;
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 40px;
}

.serviceBox .service-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -20px;
    left: -45px;
    opacity: 0.1;
    transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px);
}

.serviceBox .service-icon:after {
    content: "";
    border-top: 11px solid #00a47a;
    border-right: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
}

.serviceBox .title {
    font-size: 16px;
    color: #2db464;
    font-weight: 600;
}

.serviceBox .description {
    font-size: 16px;
    color: #8a716a;
    line-height: 25px;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin-bottom: 40px;
    }
}
.gallery {
  position: relative;
  text-align: center;
  color: white;
}
.gallery p{
  position: relative;
  text-align: center;
  color: white;
}
.gallery img{
    width: 180px;
    height: 180px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 990px) {
    .gallery img{
    width: 180px;
    height: 180px;
    margin-bottom: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .gallery img{
    width: 45%;
    /*height: auto;*/
    margin-bottom: 6px;
    }
}


.gallery .articool {
  position: absolute;
    bottom: auto;
    left: 0px;
    color: #000000;
    background: rgb(154 154 154 / 50%);
    margin: 0;
    /*border-radius: 5px 5px 0 0;*/
    height: auto;
    width: 100%;
    top: 65px;
    text-align: center;
    font-weight: 600;
}

.gallery .articoolnew {
  position: absolute;
    bottom: auto;
    left: 0px;
    color: #000000;
    background: rgb(0 238 96);
    margin: 0;
    /* border-radius: 5px 5px 0 0; */
    height: auto;
    width: 50%;
    top: -75px;
    text-align: center;
    font-weight: 600;
}

/*social boxi*/

.socialy{
	position: fixed;
	top: 35%;
	/*z-index: 999;*/
}
.socialy ul{
	padding: 0px;
-webkit-transform: translate(-254px, 0);
-moz-transform: translate(-254px, 0);
-ms-transform: translate(-254px, 0);
-o-transform: translate(-254px, 0);
transform: translate(-380px, 0);
}
.socialy ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 240px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.socialy ul li:hover{
	-webkit-transform: translate(110px, 0);
-moz-transform: translate(110px, 0);
-ms-transform: translate(110px, 0);
-o-transform: translate(110px, 0);
transform: translate(110px, 0);
background: #f4f4f4
}
.socialy ul li i{
	margin-left: 20px;
color: #000;
text-align: center;
background: #fff;
padding: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 20px;
background: #ffffff;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.socialy ul li:hover i{
	color: #fff;
background: #dc5b5b;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
@media(max-width: 767px){
	.socialy{
	position: fixed;
	top: 55%;
	z-index: 1024;
	width: 0;
	}
	.socialy ul li{
	width: 275px;
	padding: 6px;
	}
	.socialy ul li i{
	padding: 8px;
	width: 30px;
	font-size: 15px;
	height: 30px;
	}
	.socialy ul{
	padding: 0px;
-webkit-transform: translate(-254px, 0);
-moz-transform: translate(-254px, 0);
-ms-transform: translate(-254px, 0);
-o-transform: translate(-254px, 0);
transform: translate(-254px, 0);
}
}

/* the end social boxi*/


#nav-icon4 {
    display: none;
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transform: scale(.5);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
   #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #26ae61;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
  }
input[type=text],
input[type=number]{
    font-family: inherit;
    border: 1px solid #c7c7c7;
    border-radius: 0.25rem;
}

header{
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    position: relative;
    z-index: 2;
}

header .wrapper{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}


header ul{
    display: flex;
    align-items: center;
    list-style: none;
}

header ul li{
    padding: 0 15px;
}
header ul li a{
    color:#444;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: .2s;
}

header ul li a:hover{
    color:#26ae61;
}
section.main.p404 {
    min-height: 100vh;
}
.main{
    background-image: url(../img/bg.svg);
    background-repeat: repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.checkbox-input {
    appearance: none;
    -webkit-appearance: none; 
    width: 18px;
    flex: 0 0 18px;
    height: 18px;
    border: 1px solid #26ae61;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}

.checkbox-input:checked{
    background-color: #26ae61;
    border-color: #26ae61;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.checkbox-input:active {
    filter: brightness(90%);
}

.checkbox-input:hover:not(:disabled) {
    border-color: #26ae61;
}

.checkbox-input:disabled {
    filter: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-input:disabled ~ .checkbox-label {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-item {
    margin: 8px 0;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.checkbox-item label{
    padding-left: 5px;
}

.checkbox-item label:hover{
    cursor: pointer;
}
.calc-item{
    margin: 8px 0;
    font-size: 15px;

}

.calc-item span{
    display: block;
    font-weight: 600;
    color: #26ae61;
    font-size: 18px;
    letter-spacing: 0.6px;
}
.calc-item span:after {
    content: ' BYN';
    display: inline-block;
    margin-left: 3px;
}
.calc-zp input[type=number]{
    height:34px;
    line-height: 34px;
    padding-left: 10px;
    width:100%;
    font-size: 15px;
}
.calc-dividendov input[type=number]{
    height:34px;
    line-height: 34px;
    padding-left: 10px;
    width:100%;
    font-size: 15px;
}
.calc-zp{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
}.calc-dividendov{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
}
.calc-zp strong {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}.calc-dividendov strong {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}
.calc-zp .vvod{
    flex:0 0 43%;    
    background: #fafafa;
    border-right: 1px solid #e6e6e6;
    padding: 40px;
}.calc-dividendov .vvod{
    flex:0 0 43%;    
    background: #fafafa;
    border-right: 1px solid #e6e6e6;
    padding: 40px;
}
.calc-zp .right{
    display: flex;
    padding: 40px;
    width: 100%;
    justify-content: space-between;
}.calc-dividendov .right{
    display: flex;
    padding: 40px;
    width: 100%;
    justify-content: space-between;
}

.text-block{
    padding-bottom: 50px;
    padding-top: 50px;
}

.text-block p{
    margin: 10px 0;
    font-size: 16px;
}

.text-block ul, .text-block ol{
    margin-left: 32px;
}

.informer {
	margin-top:30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.informer .left div {
	flex: 0 0 25%;
	text-align: center;
}
.informer .left{
	display:flex;
	justify-content:space-between;
	flex:1;
}
.informer .left span{
	display:block;
	color:#26ae61;
	font-size:25px;
	text-align:center;
}
.informer .right{
	margin-left:30px;
	background-color: #f2fbf6;
	padding: 15px 30px;
	border-radius: 5px;
}
footer{
    background-color: #282828;
    color: #909090;
    padding-top:30px;
    padding-bottom: 30px;
}

@media (max-width:960px){
    #nav-icon4 {
        display: block;
    }
    header nav{
        display: none;
        position: absolute;
        background: rgb(255 255 255 / 90%);
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        top: -25px;
    }
    .menu-open header nav{
        display: block;
    }
    header ul {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    header ul li a {
        font-size: 20px;
        line-height: 2;
        font-weight: 600;
    }
    body.menu-open{           
       overflow: hidden;
    }
    .calc-zp .vvod {
        flex: 0 0 30%;
    }
    .calc-dividendov .vvod {
        flex: 0 0 30%;
    }
}

@media (max-width:900px){
    .calc-zp .vvod, .calc-zp .right {
        padding: 20px;
    }
    .calc-dividendov .vvod, .calc-dividendov .right {
        padding: 20px;
    }
}
@media (max-width:700px){
    .calc-zp {
        flex-direction: column;
    }.calc-dividendov {
        flex-direction: column;
    }
	.informer .left{flex-wrap:wrap}
	.informer .left div{flex:0 0 50%;margin-bottom:10px}
}
@media (max-width:640px){
    .logo img {
        height: 23px;
    }
    header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width:580px){
    .calc-zp .right {
        flex-direction: column;
    }
    .calc-dividendov .right {
        flex-direction: column;
    }
    .calc-zp .all {
        margin-top: 15px;
    }
    .calc-dividendov .all {
        margin-top: 15px;
    }
    .calc-zp strong{
        margin-bottom: 10px;
    }
    .calc-dividendov strong{
        margin-bottom: 10px;
    }
    h1 {
        font-size: 25px;
    }
    .main{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width:480px){
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .calc-zp .vvod, .calc-zp .right {
        padding: 20px 10px;
    }
    .calc-dividendov .vvod, .calc-dividendov .right {
        padding: 20px 10px;
    }
}

/* Bron */


input {
  display: inline-block;
  margin: 5px auto; 
  border: 2px solid #eee;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

textarea {
  display: inline-block;
  margin: 10px auto;
  border: 2px solid #eee;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
} 

form#contact {
	border:1px solid #e5e5e5;
	padding:10px;
	/*background:#e9ffd0;*/
	border-radius:5px;
}
#contact label {
	font-size: 14px;
}
#contact input:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
	background: #fff url(/klient/images/valid.png) no-repeat 95% center;
}
#contact textarea:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
}
#contact input:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
	background: #fff url(/klient/images/invalid.png) no-repeat 95% center;
}
#contact textarea:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
}
.err {
	border: 1px solid #c8a176;
	padding: 10px;
	background: #FFDF97;
	text-align: left;
	border-radius: 3px;
}
.ok {
    width: auto;
    border: 2px #c29d72 solid;
    /* margin-bottom: 15px; */
    margin: 0 5%;
    padding: 20px;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    top: 30%;
    z-index: 5000;
    font-size: 14px;
    font-weight: 600;
    color: #594835;
}
#author, #email, #url {
	/*width: 95%;*/
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c8a176;
	background: #ffffff;
	padding-right: 10%;
}
#comment2 {
	width: 100%;
	height: 120px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #bf9970;
	box-sizing: border-box;
	background: #ffffff
}
#submit {
	font-weight: 400;
	background: #8c765d;
	font-size: 15px;
	color: #fff;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
#author, #email, #url {
	/*width: 95%;*/
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c8a176;
	margin-right: 5px;
	background: #ffffff;
	padding-right: 10%;
}
}

@media (max-width: 730px) {
#author, #email, #url {
	/*width: 95%;*/
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c8a176;
	margin-right: 5px;
	background: #ffffff;
	padding-right: 10%;
}
}
/* Conec - Bron */