/*///////////// REDEFINE STANDART ////////////////*/

@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* h */

h1, .uk-h1 {
    font-size: 2.6rem;
    line-height: 1.2;
}
h2,.uk-h2 {
    font-size: 2.2rem;
    line-height: 1.2;
}
h3, .uk-h3 {
    font-size: 1.8rem;
    line-height: 1.2;
}
h4, .uk-h4 {
    font-size: 1.5rem;
    line-height: 1.2;
}
h5, .uk-h5 {
    font-size: 1.35rem;
    line-height: 1.2;
}
h6, .uk-h6 {
    font-size: 1.2rem;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
    font-weight: 400;
    margin: 1em 0;
    font-family: 'Roboto', sans-serif;
}


@media (max-width: 979px) {
    h1, .uk-h1 {
        font-size: 2.0rem;
        line-height: 1.2;
    }
    h2, .uk-h2 {
        font-size: 1.7rem;
        line-height: 1.2;
    }
    h3, .uk-h3 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    h4, .uk-h4 {
        font-size: 1.3rem;
        line-height: 1.2;
    }
    h5, .uk-h5 {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    h6, .uk-h6 {
        font-size: 1.0rem;
        line-height: 1.2;
    }
}

@media (max-width: 639px) {
    h1, .uk-h1 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    h2, .uk-h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    h3, .uk-h3 {
        font-size: 1.3rem;
        line-height: 1.2;
    }
    h4, .uk-h4 {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

body {
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background: #eeeeee;
}
body::-webkit-scrollbar-thumb {
    background: #aaaaaa;
}
body {		/* firefox*/
    scrollbar-color: rgba(153,153,153,1) rgba(238,238,238, 0.3);
    scrollbar-width: auto;  /* толщина auto/thin/none */
}

body .scroll::-webkit-scrollbar{
    width: 5px;
    background: #eeeeee;
}

body .scroll::-webkit-scrollbar-thumb{
    background: #cccccc;
}
body .scroll{		/* firefox*/
    scrollbar-color: rgb(204,204,204, 0.4) rgba(238,238,238, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}

b {
    font-weight: 600;
}
strong {
    font-weight: 500;
}

em {
	color: inherit;
}
img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-width: 100%;
	opacity: 1;
}
iframe {
    width: 100%;
}
p img{
    max-width: 100%;
    height: auto;
}
.cck_upload_image_wm a:hover,
.cck_upload_image a:hover,
a:hover img,
img:hover{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.view-form label {
    font-weight: 500;
}
.view-form .nav-item a {
    text-transform: uppercase;
}

li.divider {
	margin-top: 10px;
}

/* TOP LINE */

.rsv-top {
    border-bottom: 1px solid #dee2e6;
}

.mod-languages .mod-languages__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.mod-languages .mod-languages__list li a {
    border: 1px solid #cccccc;
}
.mod-languages .mod-languages__list li.uk-active a {
    background: #f1f1f1;
}

div.mod-languages li {
    margin: 0 2px;
}

/* HEADER */

.my-logo img {
    width: 100%;
    height: auto;
}

.logotype {
    margin:20px 0 20px 0px;
}
.logotype div {
    margin:20px 0 20px 26px;
}
.logotype,
.logotype:hover,
.logotype div {
    position:relative;
    display:inline-block;
    font-size:36px;
    color: rgba(33, 71, 101, 1);
    text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
    text-decoration:none;
    line-height:20px;
}
.logotype div {
    display:block;
}
.logotype b {
    letter-spacing:1px;
    font-size:44px;
    color: #888888;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-weight: 600;
    background: rgba(255, 255, 255, 1);
}
.logotype:hover b {
    color: #444444;
}

.logotype span {
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
    display:block;
    float:right;
    font-size:18px;
    color: #888888;
    line-height:6px;
    position: relative;
    z-index: 1;
}
.logotype:before {
    position:absolute;
    top:-16px;
    left:0;
    content: "";
    border:8px solid rgba(41, 116, 123, 1);
    width:72px;
    height:72px;
    border-radius:100%;
    transition: all 0.3s ease;
    box-sizing: content-box;
}
.logotype:hover:before {
    transform: scale(1.1);
    border:8px solid rgba(33, 71, 101, 1);
}

.site-title {
    letter-spacing:1px;
    font-size:44px;
    line-height: 110%;
    color: #888888;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-weight: 600;
}
.site-title:hover {
    color: #444444;
}

.title-bottom-line::before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    bottom: 0;
}




/* MAIN MENU */

.uk-navbar-nav {
    gap: 0;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -20px;
    margin-left: -20px;

    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-align: center;
}

.uk-navbar .uk-navbar-nav > li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-right: 40px;

}

.uk-navbar-dropdown {
    min-width: 300px;
    max-width: 500px;
    width: auto;
    top: 110% !important;
    left: -20px !important;
}

.uk-navbar-dropdown {
    min-width: 300px;
    width: auto;
}


.uk-nav-default {
    font-size: 1rem;
}


/* sticky */
.uk-sticky.uk-sticky-fixed .uk-navbar-item,
.uk-sticky.uk-sticky-fixed .uk-navbar-toggle,
.uk-sticky.uk-sticky-fixed .uk-navbar-nav > li > a{
    min-height: 60px;
}

.uk-sticky.uk-sticky-fixed .mod_rsvwishlist .mod-wl-title,
.uk-sticky.uk-sticky-fixed .mod_rsvcart .mod-cart-title{
    display: none;
}

/* BREADCRUMBS */

.breadcrumbs {
    padding-left: 15px;
}

/* SLIDER */


/* TOP MODULE */


/* MAIN CONTENT */

.main {
    min-height: 600px;
}

.com-content-article.item-page {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-header {
    height: auto;
}

.page-header h1,
.page-header .uk-h4{
    position: relative;
}
.page-header .uk-h4 span,
.page-header h1 span {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border-left: .1em solid transparent;
    -webkit-animation: typing 3s steps(16) forwards,
    cursor 1s infinite;
    animation: typing 3s steps(16) forwards,
    cursor 1s infinite;
}
/* Animation */
@-webkit-keyframes typing {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@-webkit-keyframes cursor {
    50% {
        border-color: white;
    }
}
@keyframes typing {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
@keyframes cursor {
    50% {
        border-color: white;
    }
}
.pagenavigation {
    margin-top:50px;
}

.pagination {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pagination .counter {
    margin-right: 20px;
}
.to-top-button {
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.to-top-button a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* ASIDE  */
#aside ul.uk-nav-default li > a  {
    padding: 7px 10px;
    margin: 0 -10px;
}
#aside ul li div.art-div-top,
#aside ul li div.cat-div-top {
    padding: 3px 10px;
    margin: 0 -10px;
}

#aside .uk-accordion li {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#aside .uk-accordion li a {
	width: 90%;
}
#aside .uk-accordion li a.uk-accordion-title {
	width: 10%;
}
#aside .uk-accordion li .uk-accordion-content {
	width: 100%;
}

#aside .cck_form_select_dynamic {
	width: 100%;
}

/* BOTTOM LINE */



/* FOOTER */

.footer-bottom {
    border-top: 0.5px solid rgba(255,255,255,0.1);
}
.footer .nav-item a {
    color: #ffffff;
    padding: 0;
}







/* modules */
.mod-menu__separator::before {
	content:'---\a0 ';
}
.mod-menu__separator::after {
	content:'\a0 ---';
}

/**/

.nav {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;

}
.nav-tabs:before,
.nav-tabs:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs > li {
	float: left;
    margin-bottom: -1px;
}

.nav-tabs li a.nav-link {
    background: #eeeeee;
    font-weight: 600;
    letter-spacing: 2px;
}

.nav-tabs li a.nav-link.active,
.nav-tabs li:hover a.nav-link,
.nav-tabs li a.nav-link.active:focus {
	background: #ffffff;
    border-bottom: 2px solid #ffffff;
}








/*///////////////////////////////////////*/
/*/////////////// RSV STYLE ////////////////*/
/*///////////////////////////////////////*/

.font-08 {font-size: 0.8rem !important; line-height: 110% !important;}
.font-09 {font-size: 0.9rem !important; line-height: 110% !important;}
.font-10 {font-size: 1.0rem !important; line-height: 110% !important;}
.font-12 {font-size: 1.2rem !important; line-height: 110% !important;}
.font-15 {font-size: 1.5rem !important; line-height: 110% !important;}
.font-20 {font-size: 2.0rem !important; line-height: 120% !important;}

.my-height-100 {height: 100px;}

.border-1-5 {border: 1px solid #f1f1f1; border-radius: 5px;}

.rsv-img-border-1 {
    position: relative;
}
.rsv-img-border-1:before {
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    left: -15px;
    top: -15px;
    background: #dddddd;
    box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
}
.rsv-relative {
    position: relative;
    height: 100%;
}

.rsv-txt-c {
	text-align: center !important;
	float: none !important;
}
.rsv-txt-r {
	text-align: right!important;
	float: none !important;
}
.rsv-txt-l {
	text-align: left !important;
	float: none !important;
}


/* checkbox, radio */

.rsv-checkbox-set input,
.rsv-radio-set input {
    margin-right: 5px;
    display: none;
}
.rsv-checkbox-set label,
.rsv-radio-set label {
    margin-right: 15px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    line-height: 130% !important;
    margin-bottom: 10px !important;
    position: relative;
    z-index: 100;
}

.rsv-checkbox-set.vertical label,
.rsv-radio-set.vertical label {
    width: fit-content;
    float: none !important;
}

.rsv-checkbox-set label:before,
.rsv-radio-set label:before {
    font-family: "Font Awesome 6 Free";
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #e5e5e5;
    margin-right: 10px;
    flex-basis: 20px;
    flex-shrink: 0;
}
.rsv-checkbox-set label:before {
    content: "\f0c8";
}
.rsv-radio-set label:before {
    content: "\f111";
}
.rsv-checkbox-set input:checked + label:before {
    content: "\f14a";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.5);
}
.rsv-radio-set input:checked + label:before {
    content: "\f13a";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.5);
}


/*///////////////////////////////////////*/
/*/////////////// SEBLOD ////////////////*/
/*///////////////////////////////////////*/

/***********  cck_aos_form    **********/

.cck_aos_form .uk-input {
	height: 50px;
}
.cck_aos_form .cck_forms {
	margin-bottom: 10px;
}
.cck_aos_form input[type="checkbox"],
.cck_aos_form input[type="radio"] {
    transform: scale(2.0);
}
.cck_aos_form input[type="text"],
.cck_aos_form select,
.cck_aos_form textarea {	
	 border: 4px solid rgba(100, 180, 180, 0.5);
}
.cck_aos_form fieldset label {
	padding-right: 20px !important;
}
.cck_aos_form h3 {
	margin-bottom: 1px;
}
.cck_aos_form .cck_fos_text_eshop,
.cck_aos_form .cck_fos_text_site,
.cck_aos_form .cck_fos_text_catalog,
.cck_aos_form .cck_fos_text_cont {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.cck_fos_section_v .cck-fl,
.cck_fos_section_t .cck-fl {
	min-width: 180px;
}
.cck_radio .cck-fl {
	min-width: 120px;
}
div.cck_forms.cck_site div.cck_form.cck_form_checkbox_dynamic input {
    margin: 5px 5px 10px 0 !important;
}
.os-page-231 .fos_eshop_level,
.os-page-231 .fos_ctlg_goods,
.os-page-231 .fos_ctlg_cat_1,
.os-page-231 .fos_ctlg_cat_2,
.os-page-231 .fos_section_t,
.os-page-231 .fos_ctlg_type {
	display: none;	
}
.os-page-232 .fos_eshop_level,
.os-page-232 .fos_ctlg_goods,
.os-page-232 .fos_ctlg_cat_1,
.os-page-232 .fos_ctlg_cat_2,
.os-page-232 .fos_section_v,
.os-page-232 .fos_ctlg_type {
	display: none;	
}
.os-page-233 .fos_eshop_level,
.os-page-233 .fos_section_v {
	display: none;	
}
.os-page-234 .fos_section_v {
	display: none;	
}

/*   checkbox and radio style  */
.radio-form {
    justify-content: center;
}
.radio-form .radio-control {
    transition: all ease 250ms;
	min-width: 100px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.radio-form .radio-control input {
    display: none;
}
.radio-form .radio-control .radio-input {
    background: #ffffff;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
    transition: all ease 250ms;
    border: 4px solid rgba(100, 180, 180, 0.5); 
}
.radio-form .radio-control .radio-input.checkbox-type {
	border-radius: 10px;
}
.radio-form .radio-control .radio-input.radio-type {
	border-radius: 50px;
}
.radio-form .radio-control:hover .radio-input {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 6px 12px rgba(0,0,0,0.2);
}
.radio-form .radio-control .radio-input img {
    width: 70px; 
}
.radio-form .radio-control .radio-input span {
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.radio-form .radio-control input:checked + .radio-input {
    color: #fff;
    opacity: 1;
    transition: opacity ease 250ms;
	background-color: rgba(100, 180, 180, 1);
}
.radio-form .radio-control input:checked + .radio-input:after {
    top: -3px;
    right: 1px;
    transform: translateY(-50%);
    animation-name: animation;
    animation-duration: 250ms;
    background-color: #FFF;
    font-size: 20px;
	line-height: 18px;
    display: block;
    position: absolute;
    border: 3px solid #557D6E;
	border-radius: 50%;
    padding: 3px 7px 5px 6px;
    content: "\221A";
    font-weight: bold;
}
.radio-form .radio-control input:checked + .radio-input {
    border: 4px solid rgba(100, 180, 180, 0.5);
}
.radio-form .radio-control input:checked + .radio-input:after {
    color: #557D6E;
}
@keyframes animation {
    0% {
        transform: translateY(-50%) scale(0);
    }
    75% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}
@media screen and (max-width: 768px) {
    .radio-form {
        display: block;
    }
    .radio-form .radio-control {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cck_cat_price_topcode {
    display: flex;
    align-items: center;
}

/***************************************/



div.cck_contents.cck_content.cck_cont_google_map .cck_label_textarea,
div.cck_contents.cck_content.cck_cont_feedback .cck_label_cck_form  {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
div.cck_contents.cck_item div.cck_label, 
div.cck_contents.cck_item div.cck_label label, 
div.cck_contents.cck_item div.cck_value {
    line-height: 20px;
}
.cck_gn_toggle1_btn {
	text-align: center;
}
.cck_gn_toggle1_btn button {
	width: 50%;
}
.cck_module_breadcrumbs {
    padding: 10px 0;
}

.tc-portfolio .cck-pos-mainbody {
    overflow: visible !important;
}

.cck_upload_image .cck_value,
.cck_upload_image .cck_value a{
    width: 100%;
}
.cck_value_upload_image {
   overflow: hidden;
}

.cck_value_upload_image:hover img {
    transition: 0.5s;
    opacity: 0.9;
}

.cck_value_upload_image.rsv-img-border-1 img {
    border-top: none;
    border-left: none;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

div.cck_forms select.inputbox,
.cck_module_form div.cck_forms select.inputbox,
.cck_page_form div.cck_forms select.inputbox,
.cck_page_search div.cck_forms select.inputbox,
.cck_module_search div.cck_forms select.inputbox {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
	background-repeat: no-repeat !important;
	background-position: 100% 50% !important;
	padding: 4px 25px 4px 10px !important;
}

li[data-modtitle-0] .mod-name {
    display: none;
}

.cck_cont_top_phone_42 .as-social {
    display: flex;
    justify-content: end;
}
.cck_cont_top_phone_42 .phones {
    display: flex;
    margin: 5px 0;
}
.cck_cont_top_phone_42 .messengers {
    flex-shrink: 0;
}

.cck_forms.cck_site.cck_cat_title .cck_form input {
	font-size: 1.25em !important;
	
}
.category-desc .cck_cont_top_phone_42,
.category-desc .cck_cont_top_address,
.category-desc .cck_cont_top_requisits {
    border: 1px solid #f1f1f1;
    padding: 15px 30px;
}
.fb_check_private {
    display: flex;
}
.cck_fbc_check input{
    transform: scale(1.8);
}
.cck_fbc_check fieldset label{
    margin-left: 25px !important;
}
.cck_fbc_check .cck_form_checkbox label {
    font-size: 80%;
}
.cck_gn_form_fbctlg .cck-pos-mainbody.seb_css3b.vertical div.cck_label {
    width: 200px !important;
}
.cck_catalog_material .cck_value {
   margin-left: 200px;
}

div.cck_contents.cck_content div.cck_value.cck_value_wysiwyg_editor p {
    line-height: 160%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
}


/*////////////////////////////////////////*/
/*//////////////// UIKIT 3  ////////////////*/
/*////////////////////////////////////////*/

[class*=uk-animation-] {
    animation-duration: 1.5s;
}
.uk-animation-fade {
    animation-duration: 1.8s;
}


.uk-button {
	line-height: 1.3rem;
	padding: 10px 30px;
}

.uk-button-small {
    padding: 7px 15px;
    font-size: 0.875rem;
	line-height: 1.0rem;
}

.uk-button-large {
	margin: 5px;
    padding: 20px 50px;
	font-size: 1.1rem;
}

.uk-text-lead {
   line-height: 1.2 !important;
}

.uk-input,
.uk-select:not([multiple]):not([size]),
.inputbox.text{
    height: 45px;
    border: 1px solid #e5e5e5;
}


.uk-slider-items.slider-thumbs {
    flex-direction: column;
}
.catalog-content .uk-slideshow-items img,
.uk-slider-items.slider-thumbs li img {
    opacity: 1;
}
.catalog-content .uk-slideshow-items a:hover img,
.uk-slider-items.slider-thumbs li a:hover img,
.uk-slider-items.slider-thumbs li.uk-active img {
    opacity: 1;
}
.catalog-content .cck_gn_image + .uk-slideshow {
    display: none;
}


/*  module-width */

.module-width [class*='uk-width-1-'] { 
	width: 100%;
}
.module-width .uk-grid-margin,
.module-width .uk-grid-margin { 
	margin-top: 0px;
}


.uk-card-primary.uk-card-body .uk-nav-default>li>a, .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a, .uk-card-secondary.uk-card-body .uk-nav-default>li>a, .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a, .uk-light .uk-nav-default>li>a, .uk-offcanvas-bar .uk-nav-default>li>a, .uk-overlay-primary .uk-nav-default>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default>li>a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default>li>a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default>li>a {
    color: rgba(255,255,255,1);
	
}

.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
    color: rgba(255,255,255,1);
}


/* uk-slider */

.uk-slider a.no-slide-arrow.uk-slidenav {
    display: none;
}
.uk-slider.yes-slide-arrow a.no-slide-arrow.uk-slidenav {
    display: block;
}

.uk-slider.bottom-slider-arrow .uk-slidenav {
	bottom: -20px;
	top: calc(100% - 45px);
}
.uk-slider.bottom-slider-arrow .uk-slidenav-previous {
	left: calc(100% - 100px);
}


/* uk-slider + slider_s */

.uk-slider.slider_s,
.uk-slider.slider_d {
	position: relative;
}
.uk-slider.slider_s .slider_s_inner {
	padding: 25px 0 25px 25px;
}
.uk-slider.slider_s li {}
.uk-slider.slider_s li > div:first-child {
	height: 100%;
	position: relative;
	background: #ffffff !important;
	box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
}

.uk-slider.slider_s li > div:first-child:before {
	content: '';
	display: block;
	width: 90%;
	height: 90%;
	position: absolute;
	left: -20px;
	top: -20px;
	background: #dddddd;
	box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
}

.uk-slider.slider_s .cck_value_upload_image img {
	border: none;
    border-bottom: 1px solid #f1f1f1;
}

/*////////////////////////////////////////*/
/*//////////////// CUSTOM ////////////////*/
/*////////////////////////////////////////*/

.block-class {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

div.cck_forms.block-class input.inputbox,
div.cck_forms.block-class select.inputbox {
    background: #f5f5f5 !important;
}



a[data-block="1"] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.categ-img {
    width: 50%;
}

span.star {
    color: red;
}

.img-travel {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    width: 50%;
}
.cont-top-mod {
    margin: 5px 0 !important;
}
.cont-top-mod ul {
    margin-bottom: 0;
}
.cont-top-mod .module_no_style {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.cont-top-mod .module_no_style .module_body {
    width: 100%;
}
.mod-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

div.vertical div.cck_forms.cck_art_keywords,
div.vertical div.cck_gn_buttom_search {
    padding-bottom: 0;
}
div.vertical div.cck_gn_buttom_search .uk-position-center-right {
    top: 22px;
}

.main-price-block {
    padding: 25px 10px;
    margin: 0 10px 20px 10px;
    box-shadow: 0 0 10px 0 rgba(54,54,54,0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.main-price-block-fields {
    max-width: 400px;
    margin: auto;
}

.main-price-block-fields .cck_label {
    text-align: right !important;
    padding-right: 10px !important;
}
.main-price-block-fields .cck_label::after {
    content: ':';
}
.main-price-block-fields .cck_value {
   font-weight: 500;
}

.cck_catalog_cart_options {
    padding: 10px;
}


/* data-use-cart="cart-0" */

div[data-use-cart="cart-0"] .add-block {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
div[data-use-cart="cart-0"] .add-block a {
    background: #cccccc;
}
div[data-use-cart="cart-0"] .cck_catalog_cart_options {
    display: none;
}
div[data-use-opt="32"] .cat-cart-text-block {
    display: none;
}

div[data-use-opt="33"] .cck_cat_cart_color{
    display: none;
}


.img-middle {
    align-self: center;
}


/*//////////////// EXTENTIONS ////////////////*/

/* as-social */
.as-social [class*=as-icon-]{
    color:#fff;
    border-radius:50%;
    transition-property:border-radius,background-color;
    padding: 8px;
}
.footer-top .as-social [class*=as-icon-]{
    padding: 10px;
}

.cont-top-mod .as-social [class*=as-icon-]{
    padding: 6px;
}
.as-icon-facebook:hover{background-color:#3B5999 !important}
.as-icon-youtube:hover{background-color:#FF0000 !important}
.as-icon-instagram:hover{background-color:#DB307F !important}
.as-icon-twitter:hover{background-color:#3FACE2 !important}
.as-icon-vk:hover{background-color:#5181B8 !important}
.as-icon-odnoklassniki:hover{background-color:#F58220 !important}
.as-icon-whatsapp:hover{background-color:#3EE25B !important}
.as-icon-viber:hover{background-color:#7B519D !important}
.as-icon-telegram:hover{background-color:#24A1DE !important}
.as-icon-draugiem:hover{background-color:#FF6600 !important}
[class*=as-icon-]:hover{color:#fff;border-radius:6px}
.as-social .ul-container {
    width: 100%;
}
.as-social .ul-container ul {
    text-align: center;
    list-style: none;
    padding: 10px;
}
.footer .as-social ul {
    margin-bottom: 0;
    text-align: left;
}
.as-social .ul-container ul li {
    display: inline-block;
    margin: 1px;
}
.footer .as-social a:hover{
    color: #fff;
}
.footer div.messengers {
    display: none;
}


/*blink1*/

@-webkit-keyframes blink {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
#blink {
  position: relative;
}
#blink:after, #blink:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink 10s linear infinite;
  animation: blink 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
#blink:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* colorbox ONLY style 4 !!!! */

#cboxContent {
	padding: 50px;
	background: transparent;
}

#cboxLoadedContent {
	margin-bottom: 0;
}
#cboxOverlay {
	background: #000000;
	opacity: 0.8 !important;
}

#cboxClose {
	display: flex;
	align-items: center;
	top:-5px;
	right: 0;
	bottom: calc(100% - 53px);
	color: #999999;
}
#cboxPrevious,
#cboxNext {
	bottom: 50%;	
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	color: transparent;
}
#cboxPrevious {
	left: 5px;
}
#cboxNext {
	left: calc(100% - 45px);
	justify-content: right;	
}
#cboxClose::after,
#cboxPrevious::before,
#cboxNext::after  {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
	font-size: 32px;
	color: #999999;
}
#cboxClose::after {
	content: '\f00d';
	margin-left: 10px;
}
#cboxPrevious::before {
	content: '\f053';
	margin-left: 8px;
}
#cboxNext::after {
	content: '\f054';
	margin-right: 8px;
}

#cboxCurrent {
	left: 10px;
	top: 10px;
	bottom: calc(100% - 30px);
	width: 110px;
	color: #999999;
}

#cboxTitle {
    left: 5px;
    width: 100%;
	bottom: 10px;
}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleRight,
#cboxMiddleLeft {
	background: none; 
}


/****************** Select2 ********************/

ul.select2-results__options::-webkit-scrollbar{
    width: 2px;
    background: #eeeeee;
}
ul.select2-results__options::-webkit-scrollbar-thumb{
    background: #cccccc;
}
ul.select2-results__options {		/* firefox*/
    scrollbar-color: rgb(204,204,204, 0.4) rgba(238,238,238, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
    overflow-x: hidden;
}

/* visibled block */

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
    padding: 10px 25px 4px 10px !important;
    cursor: pointer;
    min-width: 150px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    z-index: -10;
    top: 1px;
    right: 1px;
    width: 20px;
}

/* hidden block */
.select2-dropdown {
    top: 5px;
    border: 1px solid #e5e5e5 !important;
    background: #ffffff;
    min-width: 240px !important;
    padding: 5px 0;
}
.select2-search input:focus {
    outline: none;
    margin-bottom: 5px;
}
.select2-results {
    background: #ffffff;
    max-height: 432px;
}
ul.select2-results__options {
    background: #ffffff;
    max-height: 432px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #222222;
    color: white;
}

/* rsvcontentcart */

.rsvcontentcart .select2.select2-container {
    width: 100% !important;
}

.rsvcontentcart .select2-container--default .select2-selection--single {
    background-image: none !important;
    position: relative;
}
.rsvcontentcart .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 6px;
    width: 30px;
}
.rsvcontentcart .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 7px 0 7px;
}
.rsvcontentcart .uk-form-label {
    font-size: 100%;
}



/* cookies */
.cookiesck_button {
	padding: 5px 20px !important;
}

#cookiesck_readmore {
  color: #aaa;
}




/* link-container  */

.link-container a {
    text-decoration:none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display:inline-block;
	color: rgba(100, 180, 180, 1);
	letter-spacing: 1px;
}    
.link-container a:hover {
    text-decoration:none;
}        
.link-container a:after {
    display: block;
    content: "";
    height: 0.5px;
    width: 0%;
    background-color: #557d6e;
    transition: width 0.4s ease-in-out;
}
.link-container a:hover:after,
.link-container a:focus:after {
    width: 100%;
}
.link-container a.uklightbox {
    display:inherit;
} 
.link-container a.uklightbox:after {
    display: none;
}

/*main-option */

.main-option > div,
.main-option > li {
  padding: 10px 5px;
}

.main-option > div:nth-child(even),
.main-option > li:nth-child(even){
  background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
}
.main-option > div:nth-child(odd),
.main-option > li:nth-child(odd){
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.main-option > div:hover {
  background: #ffd;
}

.main-option div.cck_contents div.cck_value {
    clear: none !important;
}


/*  seblod mark    */

.mark-104,
.mark-105,
.mark-106,
.mark-117 {
	padding: 3px 5px 5px;
	color: #fff;
	display: inline-block;
}

.mark-104 {
	background-color: rgba(251, 92, 100, 1);
}
.mark-105 {
	background-color: rgba(255, 145, 95, 1);
}
.mark-106 {
	background-color: rgba(45,183,194, 1);
}
.mark-117 {
	background-color: rgba(68, 68, 68, 1);
}
.no-mark-106 {
	display: none;	
}

/* tags-list  */
ul.tags-list {
	margin-left: 0;
	list-style: none;	
}
ul.tags-list li {
    float: left;
    margin-right: 15px;
    margin-left: 0;
    font-weight: 600;
}
ul.tags-list li:before {
	content: '\2727';
	padding-right: 2px;
}

.mod_rsvwishlist .mod-wl-title,
.mod_rsvcart .mod-cart-title{
    color: #ffffff;
}
.mod_rsvwishlist table td,
.mod_rsvcart table td {
    padding: 0;
}


/* CART */

.client_confirm {
    display: flex;
}

.client_confirm input {
    transform: scale(1.8);
    flex-shrink: 1;

}
.client_confirm span {
    width: 20px;
    text-align: center;
}

/**/
.offcanvas-menu a.nav-link {
    color: #ffffff;
}
.offcanvas-menu .module_min {
    padding: 0;
}
.offcanvas-menu .cck_catalog_categ_s {
    display: none;
}



/****** Protect **********/

.cck_contents {
/* 	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;	 */
}
.modal img,
/*.uk-lightbox img,*/
#cboxContent img {
  	pointer-events: none;
}
/***** End Protect *****************/



/* 404 */
.main_404 {}
.main_404 > div {
    height: 100%;
}
.img-404 {
    height: 100%;
    text-align: center;
}

.img-404 svg {
    width: 100% !important;
}


.content-404 {
    height: 100%;

}


.img-float {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 40%;
}
.category-desc .img-float {
    margin-right: 20px;
    margin-bottom: 5px;
    width: 20%;
}
div[data-hide-1] .img-float {
    display: none;
}

.com-content-categories__item {
    border-bottom: 0 solid #ffffff;
}

div[data-categ-type-31] .img-float,
div[data-categ-type-31] .text-float{
    display: none;
}





/**********************************************************************************/
/*******************                tablete, phone               ******************/
/**********************************************************************************/

@media (max-width: 1199px) {
	
	.top-phone p {
		font-size: 100%;
		line-height: 120%;
	}
	.moduletable.gt-gen {
		margin-top: 5px;
	}
	
	.uk-offcanvas-bar {
		width: 40%;
	}
    .cont-top-mod .uk-grid-margin {
        margin-top: 0;
    }
}

@media (max-width: 1050px) {
	body.site {
		padding: 20px;	
	}
	.uk-text-lead {
		font-size: 1.3rem !important;
	}

	.cck_page_items, .item-page {
		padding: 0 10px 40px !important;
	}
}

@media (max-width: 980px) {
	.navbar-fixed-top {
		margin-bottom: 0 !important;
	}
	.item-comment .item-image {
		display: none;
	}
	.categories-list h2.page-header {font-size: 1.8rem;}	
}

@media (max-width: 960px) {
	body.site {
		padding: 0;
	}
	
	ul.odd-even li:nth-child(odd) .lfrt-image {	
	order: 0;	/*flex first*/ 
	}
	.logotype b {
		font-size:42px;
	}
	.logotype span {
		font-size:20px;
	}
	
	.category-desc .categ-img{
		width: 50%;
	}
	.uk-offcanvas-bar {
		width: 50%;
	}
    .uk-offcanvas-bar .order-site-link {
        padding-left: 10px;
    }
    .position-top0 .module_min {
        padding: 0;
    }

        /* uk-slider + slider_s */

	.uk-slider.slider_s .slider_s_inner {
		padding: 0;
	}
	.uk-slider.slider_s li {
		padding-left: 0;
	}
	.uk-slider.slider_s li > div:first-child {
		box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
	}

	.uk-slider.slider_s li > div:first-child:before {
		content: '';

		width: 0;
		height: 0;

		background: rgba(41, 116, 123, 0.5);
		box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
	}

	.uk-slider.slider_s .cck_value_upload_image img {
		border: none;
		border-bottom: 1px solid #f1f1f1;
	}
	
	.uk-slider.slider_s .uk-grid {
		margin-left: 0;
	} 
	
	.module_min {
		padding: 5px;
	}

    .uk-slider-items.slider-thumbs {
        flex-direction: row;
        justify-content: center;
    }
    .main-price-block {
        margin-top: 20px;
    }
    .cck_upload_image .cck_value,
    .cck_upload_image .cck_value a {
        text-align: center;
    }
	
}

@media (max-width: 769px) {
	body {
		-webkit-overflow-scrolling: touch;
		padding-top: 0;
	}
	.modal.fade {
		top: -100%;
	}

	.cck-w50 {width: 100% !important;}
	
	.cck_page_items {padding: 0 !important;}
	
	.my-logo,
	.my-lang {
		text-align: center !important;
		float: none !important;
	}
	.logotype b {
		font-size:32px;
	}
	.logotype span {
		font-size:16px;
	}
	.logotype:before {
		top:-8px;
		width:60px;
		height:60px;
	}
	.main-image {
		text-align: center;
	}
	.main-image img {
		width: 50%;
		margin: 0 auto !important;
	}
    .responsive td[data-label],
    .responsive td[data-label] div{
        text-align: left;
    }
}

@media (max-width: 640px) {
	.my-height-100 {height: auto !important; margin-bottom: 10px;}
	.uk-heading-small {
		font-size: 1.8rem;
	}
	.header .uk-grid .uk-grid-margin {
		margin-top: 0px;
	}
	body {
		font-size: 16px;	
	}
	.main-image {
		text-align: center;
	}
	.main-image img {
		width: 50%;
		margin: 0 auto !important;
	}
	.my-logo {
		margin-top: 0;
	}
    .my-logo img {
        max-height: 100px;
        width: auto;
    }
	.uk-button-large {
		padding: 15px 30px;
	}	
	.cck_gn_toggle1_btn button {
		width: 80%;
	}
	ul li .uk-padding {
		padding: 10px;
	}
	.uk-navbar-item, 
	.uk-navbar-nav > li > a, 
	.uk-navbar-toggle {
		min-height: 60px;
	}
	
	.category-desc .categ-img{
		width: 100%;
	}
	.uk-offcanvas-bar {
		width: 70%;
	}
    .img-travel {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .img-float {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .mod_rsvwishlist .mod-wl-title,
    .mod_rsvcart .mod-cart-title{
       display: none;
    }
    .cck_cont_top_phone_42 .as-social {
        justify-content: center;
    }
    .cck_cont_top_address .rsv-txt-r {
        text-align: center !important;
    }
    .my-top-right .module_min {
        padding: 0;
    }
    .my-top-right.uk-grid-margin,
    .my-top-right .uk-grid-margin {
        margin-top: 0;
    }
    .main {
        padding: 20px 10px;
    }
    .cck_cat_price {
        white-space: nowrap;
    }
    .cck_cat_price .font-20 {
        font-size: 1.4rem !important;
    }
    .my-top-45 {
        justify-content: end;
    }

}

@media (max-width: 480px) {
	.body.uk-card-body {padding: 5px;}

    .uk-container {
        padding-left: 5px;
        padding-right: 5px;
    }
	.uk-subnav-pill.my-js-filter li a {
		padding: 10px;
		font-size: 100%;
	}
	.uk-heading-small {
		font-size: 1.6rem;
	}
	body {
		font-size: 15px;	
	}
	.top-phone p {
		padding: 0 5px;
	}
	.cck_page_items, .item-page {
		padding: 0 !important;
	}
	.item p,
	.item-page p,
	.item-page li,
	.item_introtext p,
	.category-desc p	{
		text-align: left !important;
	}
	.cck_aos_form .uk-card-body {
		padding: 10px 10px;
	}
    .cck_mycateg_catalog_list ul li,
    .position-5 .uk-slider ul.uk-slider-items li {
        width: 100%;
    }

    .rsv-image,
    .rsv-image img{
        width: 100%;
        height: auto;
    }
    .uk-button.add-to-cart {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .add-block {
        flex-direction: column;
        align-items: center;
        width: 74px;
        margin: 0 auto;
    }
    .link-wl,
    .link-cart {
        margin-right: 0 !important;
    }
}

/****************************************************************************************************************************/
/* cck_art_associations */

.cck_art_associations .btn-primary {
    background-color: #000000;
}

/* dialog */
body.site.layout-edit dialog {
    width: 80% !important;
}
.js-stools-container-bar {
    display: none;
}