
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************
  Author: AppTree
  Author URI: http://www.apptree.mk
  Version: 1.0
  License: GNU General Public License
*****************************************/

/* --------------------------------

    Fonts

-------------------------------- */
@font-face {
    font-family: MyriadPro;
    src: url("../fonts/MyriadPro-Regular_0.otf") format("opentype");
}

@font-face {
    font-family: MyriadProBold;
    font-weight: bold;
    src: url("../fonts/MyriadPro-Bold_0.otf") format("opentype");
}

@font-face {
    font-family: He;
    src: url("/fonts/HE___.otf") format("opentype");
}

@font-face {
    font-family: HeBold;
    src: url("../fonts/HE_____0.otf") format("opentype");
}


@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedLight.woff2') format('woff2'),
    url('../fonts/DINPro-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* --------------------------------

    Primary style

-------------------------------- */

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

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'PequenaNeo', sans-serif;
    color: #2e3233;
    background-color: #ffffff;
}

a {
    color: #69aa6f;
    text-decoration: none;
}

a:focus {
    outline: none!important;
}

img {
    /* make images responsive */
    max-width: 100%;
}

input {
    font-family: sans-serif;
    font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/************************************
*  Header section
*************************************/

.cl-header-wrapper{
    /* height: 60px; */
}

.cl-header-wrapper .logo{
    text-align: center;
}

.cl-header-wrapper .logo img{
    width: 80%;
}

.cl-header-wrapper .menu ul{
    margin-bottom: 20px;
}

.cl-header-wrapper .menu ul li{
    display: inline;
    padding: 0 50px;
}

.cl-header-wrapper .menu ul li a{
    text-transform: uppercase;
    transition: ease-in .2s;
}

.cl-header-wrapper .menu ul li a:hover{
    text-decoration: none;
    transition: ease-out .2s;
}


.cl-header-wrapper .buy img{
    margin-bottom: 20px;
}

/************************************
*  Slider section
*************************************/

#slider {
    width: 1200px;
    height: 626px;
    margin: 0 auto;
}


/************************************
*  Product section
*************************************/
.cl-product_holder{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.cl-product_holder .white-box{
    background-color: #fff;
    padding: 20px 60px 60px 60px;
}

.cl-product_holder .images{
    text-align: center;
}

.cl-product_holder .images img{
    width: 80%;
}

.cl-product_holder h2.title{
    text-align: center;
    text-transform: uppercase;
}

.cl-product_holder .desc{
    margin-top: 20px;
}

.cl-product_holder .desc p strong{
    font-weight: 600;
}

.cl-product_holder .desc p em{
    font-style: italic;
}

.cl-product_holder .desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.cl-product_holder .desc::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.cl-product_holder .desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #4a3026;
}

/************************************
*  Page section
*************************************/
.cl-page_holder{
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.cl-page_holder .white-box{
    background-color: #fff;
    padding: 20px 60px 60px 60px;
}

.cl-page_holder h2.page-title{
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.cl-page_holder .page-desc{
    margin-top: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 550px;
}

.cl-page_holder .page-desc ul{
    padding: 10px 40px;
    list-style-type: disc;
}

.cl-page_holder .page-desc ol{
    padding: 10px 40px;
    list-style-type: decimal;
}

.cl-page_holder .page-desc ul li,
.cl-page_holder .page-desc ol li{
    margin-bottom: 5px;
}

.cl-page_holder .page-desc p strong{
    font-weight: 600;
}

.cl-page_holder .page-desc p em{
    font-style: italic;
}

.cl-page_holder .page-desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.cl-page_holder .page-desc::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #F5F5F5;
}

.cl-page_holder .page-desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #4a3026;
}

/* Privacy */
.cl-page_holder table thead th {
    font-size: 16px;
    color: #4a3026;
    border-top: none;
    border-bottom: 2px solid #ff0000;
    padding: 10px;
}

.cl-page_holder table tbody td {
    font-size: 16px;
    color: #4a3026;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

/* Radio Buttons */

.cl-page_holder .page-desc #cookieTable{
    margin-top: 40px;
}

.cookie-label {
    width: 150px;
    display: inline-block;
    margin-bottom: 10px;
    display: none;
}

.cookie-btn {
    display: inline-block;
    *display: inline;
    padding: 6px 6px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #5a5959;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cookie-btn:hover, .cookie-btn:focus, .cookie-btn:active, .cookie-btn.active, .cookie-btn.disabled, .cookie-btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.cookie-btn:active, .cookie-btn.active {
    background-color: #cccccc \9;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle:checked+label {
    background-image: linear-gradient(to top, #969696, #727272);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #E6E6E6;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle+label {
    /* width: 40px; */
    box-sizing: content-box;
}

input[type="radio"].toggle:checked+label.cookie-btn:hover {
    background-color: inherit;
    background-position: 0 0;
    transition: none;
}

input[type="radio"].toggle-left+label {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="radio"].toggle-left:checked+label {
    background-image: linear-gradient(to top, #58ba31, #390);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #fff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle-right:checked+label {
    background-image: linear-gradient(to top, #f03a1e, #c00);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #fff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle-right+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




/************************************
*  Contact section
*************************************/
.ct-contact_holder{
    height: 626px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.ct-contact_holder .white-box{
    background-color: #fff;
    padding: 20px 20px 60px 20px;
}

.ct-contact_holder .white-box .info h3{
    text-transform: uppercase;
    margin-bottom: 40px;
}

.ct-contact_holder .white-box .info .media{
    margin-bottom: 27px;
}

.ct-contact_holder .white-box .info .media a.company-link p{
    margin-top: 15px;
}


.ct-contact_holder .white-box .info .media p{
        margin-top: 5px;
}

.ct-contact_holder .white-box .info .media img{
    width: 50px;
    margin-top: 10px;
}

.ct-contact_holder .white-box .info .media h5{
    text-transform: uppercase;
    font-weight: bold;
}

.ct-contact_holder .white-box .info .media-body{
    margin-left: 20px;
}

.ct-contact_holder .white-box .info .extra .media-body{
    margin-left: 77px;
}

.ct-contact_holder .white-box .info .phone .media-body,
.ct-contact_holder .white-box .info .mail .media-body,
.ct-contact_holder .white-box .info .person .media-body
{
    margin-top: 20px;
}

.ct-contact_holder .white-box .info .extra-info p{
    margin-bottom: 5px;
}

.ct-contact_holder .white-box .info .extra-info p a{
    color: #2E3233;
    transition: ease-in .2s;
}

.ct-contact_holder .white-box .info .extra-info p a:hover{
    opacity: 0.6;
    text-decoration: none;
    transition: ease-out .2s;
}

/************************************
*   Cookie popup
*************************************/

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 30px 40px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.95);
    display: grid;
    grid-template-columns: 70% auto;
    align-items: center;
    color: white;
    z-index: 9999;
}

.cookie-consent>.content>.title {
    font-family: "Merriweather", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #808285;
}

.cookie-consent>.content>.description {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300!important;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #808285;
    letter-spacing: 0.2px;
}

.cookie-consent>.content>.description a {
    color: #ff0000;
    font-size: 16px!important;
    font-weight: 300!important;
}

.cookie-consent>.content>.description a:hover {
    text-decoration: none;
}

.cookie-consent>.action {
    /* display: flex; */
    margin-left: 25%;
}

.cookie-consent>.action>.btn-ok {
    font-family: "Roboto", sans-serif;
    border: 0;
    position: relative;
    display: block;
    line-height: 1.2em !important;
    font-size: 1.1em;
    font-weight: 500;
    text-align: left;
    color: #6e6e70;
    background-color: #f5f4f4;
    white-space: nowrap;
    padding: 15px 20px;
    min-width: 190px;
    margin-bottom: 15px;
    -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-consent>.action>.btn-ok:hover {
    padding-left: 35px;
}

.cookie-consent>.action>.btn-ok::before, .cookie-consent>.action>.btn-ok::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cookie-consent>.action>.btn-ok::before {
    left: calc(100% - 54px);
    background-color: #4a3026;
    /* transform: skewX(-12deg); */
    -webkit-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-consent>.action>.btn-ok::after {
    width: 57px;
    background: transparent no-repeat center center;
    background-size: 14px 20px;
    background-image: url('../img/arrow.png');
    -webkit-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: right 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cookie-consent>.action>.btn-ok:hover::before, .cookie-consent>.action>.btn-ok:hover::before {
    left: 110%;
}

.cookie-consent>.action>.btn-ok:hover::after, .cookie-consent>.action>.btn-ok:hover::after {
    right: 10px;
}

.settings-link {
    font-family: "Roboto", sans-serif;
    color: #808285;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding: 4px 3px 4px 14px;
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0 auto;
    float: none;
    /* width: 181px; */
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -ms-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.settings-link:hover {
    padding-left: 24px;
    text-decoration: none;
    color: #808285;
}

.settings-link::before {
    content: " ";
    width: 1px;
    height: 100%;
    top: 0;
    left: 2px;
    border-left: 1px solid #fff;
    border-color: inherit;
    transform: rotate(11deg);
    position: absolute;
}

/* --------------------------------

    Footer components

-------------------------------- */

footer .ct-footer-top{
    padding: 20px;
    line-height: 13px;
}

footer .ct-footer-top .ct-col-3{
    text-align: left;
}

footer .kv-links ul {
    display: inline;
}

footer .kv-links ul li {
    padding: 3px;
}

footer .kv-links ul li a {
    color: #fff;
    text-transform: uppercase;
    transition: ease-in-out .1s;
}

footer .kv-links ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: ease-in .1s;
}

footer .ct-alkaloid {
    text-align: center;
    align-content: center;
}

footer .ct-alkaloid img {
    width: 120px;
}

footer .kv-icons {
    text-align: right;
}

footer .kv-icons ul li {
    display: inline-block;
    margin: .15em;
    position: relative;
    font-size: 1.2em;
}

footer .kv-icons a:after {
    position: relative;
    left: 4px;
    top: 4px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    transition: all 265ms ease-out;
}

footer .kv-icons i {
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 14px;
    left: 15px;
    background: #fff;
    border-radius: 5px;
    width: 33px;
    height: 30px;
    transition: all 265ms ease-out;
}

footer .kv-icons i::before {
    color: #4a3026;
    position: relative;
    left: -6px;
    top: 5px;
}

footer .kv-icons i.fa-odnoklassniki:before{
    position: relative;
    left: -10px;
}

footer .kv-icons i.fa-instagram:before{
    position: relative;
    left: -8px;
}

footer .kv-icons a:hover i {
    opacity: 0.6;
}

footer .kv-icons i.fa-facebook-f {
    left: 17px;
}



footer .ct-footer-bottom p{
    color: #482f26;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}

footer .ct-footer-top .ct-footer-notetion {
    font-family: 'DIN Pro Cond';
    font-weight: 300;
    color: #fff;
    font-size: 2vw;
    line-height: 1.2;
    text-transform: uppercase;
}

footer .ct-footer-top .ct-footer-info {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}


.modal-item{
    display: inline-block;
    max-width: 200px;
    height: 70px;
    margin-bottom: 20px;
    transform: scale(1) translate3d(0,0,0);
    transition: transform .3s;
}
.modal-item:hover {
    transform: scale(1.03) translate3d(0,0,0);
}
.modal-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header{
    border: none;
}
.modal-header .close{
    font-size: 24px;
}

/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Slider */
    #slider .cl-slider-title-mobile,
    #slider .cl-slider-chart-mobile,
    #slider .cl-slider-product-mobile{
       display: none!important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

    /* Slider */
    #slider .cl-slider-title-mobile,
    #slider .cl-slider-chart-mobile,
    #slider .cl-slider-product-mobile{
       display: none!important;
    }

    /* Components */
    .cl-product_holder,
    .ct-contact_holder{
        height: auto;
    }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    /* Product */
    .cl-product_holder .images img{
        width: 100%;
    }

    footer .ct-footer-top .ct-footer-notetion {
        font-size: 22px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

    /* HomePage */

     /* Slider */
     #slider{
        width: auto;
        height: 500px;
    }

    #slider .cl-slider-title,
    #slider .cl-slider-chart,
    #slider .cl-slider-product{
        display: none!important;
    }

    #slider .cl-slider-title-mobile,
    #slider .cl-slider-chart-mobile,
    #slider .cl-slider-product-mobile{
       display: block!important;
    }

    /* Product */
    .cl-product_holder{
        height: auto;
    }

    .cl-product_holder .white-box{
        padding: 20px;
    }

    .cl-product_holder .images img{
        width: 100%;
    }

    .cl-product_holder .desc{
        margin-top: 40px;
        margin-bottom: 20px;
    }

    /* Contact */
    .ct-contact_holder {
        height: auto;
    }

    .ct-contact_holder .map{
        margin-top: 40px;
    }

    /* Page */
    .cl-page_holder{
        height: auto;
    }

    /* Privacy */
    .cl-page_holder .white-box{
        padding: 20px;
    }

    /* Footer */
    footer .ct-footer-top .kv-links{
        text-align: center;
    }

    footer .ct-footer-top .ct-alkaloid{
        margin-top: 10px;
    }

    footer .ct-footer-top .ct-col-3{
        margin-top: 10px;
        text-align: center;
    }

    footer .ct-footer-top .kv-icons{
        margin-top: 10px;
        text-align: center;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

    /* Homepage */
    /* Slider */
    #slider{
        width: auto;
        height: 500px;
    }

    /* Header */

    .cl-header-wrapper .menu{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cl-header-wrapper .menu ul li{
        padding: 0 32px;
    }

    /* Footer */
    footer .ct-footer-top .kv-links ul li{
        padding: 5px;
    }

    footer .kv-icons i::before,
    footer .kv-icons i.fa-odnoklassniki:before,
    footer .kv-icons i.fa-instagram:before{
        left: 0;
    }

    footer .kv-icons i{
        position: relative;
        left: 0;
    }

    /* Cookie */
    .cookie-consent{
        display: block;
    }
}

/* Small devices (landscape phones, 470px and up) */
@media (max-width: 340px) {

    /* Homepage */
    /* Slider */
    #slider{
        width: auto;
        height: 500px;
    }

    /* Header */
    .cl-header-wrapper .menu{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cl-header-wrapper .menu ul li{
        padding: 0 10px;
    }


}
