
/* SIDE MENU CSS */
.burger-holder{
    position: fixed;
    padding:40px;
    /*right: 36px;
    top:25px;*/
    right: 0;
    top:0;
    z-index: 200;
    display: none;
    cursor: pointer;
}

.burger-visible{
    display: block;
}

.burger-holder.open {
    display: block;
} 

.burger {
  position: relative;
  display: block;
  width: 20px;
  height: 10px;
  z-index: 1;
  
}

.burger span {
  margin: 0 auto;
  position: relative;
}

.burger span:before,
.burger span:after {
  position: absolute;
  content: '';
}

.burger span:before,
.burger span:after {
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
}

.burger span:before {
  margin: 6px 0 0;
}

.collapse span {
  transition-duration: 0s;
  transition-delay: .2s;
}

.collapse span:before {
  transition-duration: .2s;
  transition-delay: .2s, 0;
}

.collapse.open span:before {
  margin-top: 0;
  transform: rotate(45deg) translate(3px, 3px);
  transition-delay: 0, .2s;
  background: #fff;
}

.collapse span:after {
  transition-duration: .2s;
  transition-delay: .2s, 0;
}

.collapse.open span:after {
  margin-top: 0;
  transform: rotate(-45deg) translate(-3px, 3px);
  transition-delay: 0, .2s;
  background: #fff;
}

/* END BURGER CSS */

/* SIDE MENU */

.side-menu{
    position: fixed;
    right: -100%;
    top: 0;
    width:406px;
    /* background: #2c41ff; */
    z-index: 50;
    padding-top: 56px;
    padding-left: 84px;
    padding-bottom: 150px;
    transition: 0.2s;
    z-index: 200;
    height: 100%;
}

.side-menu-bg{
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    visibility: hidden;
    z-index: 100;
    transition: 0.2s;
}

.covered{
    background: rgba(255, 255, 255, .8);
    transition: 0.2s;
    visibility: visible;
}

.is-visible{
    right: 0px;
    transition: 0.2s;
}

.side-menu .content-title:after{
    display: none;
}

.side-menu .content-block-items{
    margin-bottom: 40px;
}

/* END SIDE MENU  */

.intro-w-image{
    background: #ffffff;
    height: 100vh;
}

.intro-left-block{
    padding-top: 160px;
    padding-left: 6%;
    padding-right: 6%;
}

.intro-right-block{
    background: #dddddd center center no-repeat;
    background-size: cover !important;
    height: 100%;
}

.intro-w-image a{
    margin-right: 30px;
}

.intro-block{
    padding-top: 212px;
    padding-bottom: 270px;
    padding-left: 15px;
    padding-right: 15px;
}

.intro-title{
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 55px;
    line-height: 113px;
    /* font-family: apercu, sans-serif; */
}

.intro-text{
    color: #999999;
    margin-bottom: 53px;
    line-height: 1.7;
}

.btn-holder{
    margin-bottom: 30px;
}

.btn-holder a{
    color: #999999;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #e0e1e1;
    padding-bottom: 4px;
    display: inline-block;
    opacity: 1;
    position: relative;
    transition: 0.2s;
}
.btn-holder a:hover {
    color: #333333;
}
.btn-holder a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 50%;
    background: #000;
    width: 0;
    transition: 0.2s;
}
.btn-holder a:hover:before {
    width: 50%;
}
.btn-holder a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    right: 50%;
    background: #000;
    width: 0;
    transition: 0.2s;
}
.btn-holder a:hover:after {
    width: 50%;
}

.nav-download .btn-holder a {
    color: #fff;
}
.nav-download .btn-holder a:hover {
    color: #000;
}


.section-text a{
    /* color: #333333;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    display: inline-block; */
}

.section-text a:hover{
    /* opacity: 0.8; */
}

.section-text a{
    color: #999999;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #e0e1e1;
    padding-bottom: 4px;
    display: inline-block;
    opacity: 1;
    position: relative;
    transition: 0.2s;
}
.section-text a:hover {
    color: #333333;
}
.section-text a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 50%;
    background: #000;
    width: 0;
    transition: 0.2s;
}
.section-text a:hover:before {
    width: 50%;
}
.section-text a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    right: 50%;
    background: #000;
    width: 0;
    transition: 0.2s;
}
.section-text a:hover:after {
    width: 50%;
}

.intro-block a{
    margin-right: 30px;
}

.intro-block a:last-child{
    margin-right: 0px;
}

#logotype{
    margin-top: -40px;
}

#colors{
    margin-top: -30px;
}

#typography{
    margin-top: -30px;
}

#layout{
    margin-top: -30px;
}

.content-menu-block{
    padding-top: 127px;
    height: 100vh;
    padding-left: 50px;
    padding-right: 50px;
}

.content-title{
    font-size: 48px;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
}

.content-title:after{
    position: absolute;
    content: '';
    width: 82%;
    height: 2px;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    background: #ffffff;
}

.content-block-title{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.content-block-list ul li a{
    display: inline-block;
    color:#ffffff;
    font-size: 18px;
    font-weight: 400;
}

.content-block-items a:hover{
    opacity: 0.8;
}

.content-block-items  a:hover, .content-block-items  a:active, .content-block-items  a:focus{
    color:#fff;
}

.section-break{
    position: relative;
    margin-bottom: 68px;
    padding-top: 25px;
}

.section-break span{
    font-size: 18px;
    /* color:#2c41ff; */
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 30px;
}

.section-break:first-child span{
    background: #F8F8F8;
}

.section-break:after{
    position: absolute;
    content: '';
    /* background:#2c41ff; */
    top: 74%;
    height: 2px;
    right: 0;
    width: 100%;
}

.intro-section{
    padding-top: 132px;
    padding-bottom: 160px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background: #f8f8f8;
    z-index: -2;
}

.image-cover{
    position: absolute;
    height: 100%;
    width: 44%;
    z-index: -1;
    background: #dcd3c7;
    background-size: cover !important;
    top: 0;
    right: 0;
}

.intro-section-title{
    font-size: 34px;
    color:#000000;
    font-weight: 600;
    margin-bottom: 38px;
    padding-top: 25px;

    color:#fff;
}

.intro-section-text{
    color: #999999;
    padding-right: 37px;

    color:#fff;
}

.intro-section-left{
    padding-right: 93px;
}

.intro-section-right{
    padding-left: 132px;
    padding-right: 10px;
    padding-top: 10px;
    background-size: cover !important;
}

.intro-section-right img{
    width: initial;
}

.content-wrapper{
    margin-bottom:60px;
}

.main-content-block{
    padding-top: 163px;
}

.content-wrapper:last-child{
    border: none;
}

.section-block{
    padding-top: 139px;
}

.section-holder{
    margin-bottom: 70px;
}

.section-title{
    font-size:100px;
    /* font-family: apercu, sans-serif; */
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}

.logo-holder{
    padding-top:164px;
    padding-bottom: 128px;
}

.sticky-sidebar > .sticky > ul > li > a{
    color: #000;
    transition: 0.2s;
    font-weight: 600;
    margin-bottom: 5px;
}

.sticky-sidebar .sticky > ul > li > a.visited{
    /* color:#2c41ff; */
}

.sticky-sidebar .sticky > ul > li > a:hover, .sticky-sidebar .sticky > ul > li > a:focus, .sticky-sidebar .sticky > ul > li > a:active{
    /* color: #2c41ff; */
    transition: 0.2s;
}

.sidebar-sub-menu ul li a{
    display: block;
    color:#999999;
    transition: 0.2s;
    margin-bottom: 5px;
}

.sidebar-sub-menu ul{
    position: relative;
    margin-left: 0;
    padding-bottom: 7px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.sidebar-sub-menu ul:after{
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #999999;
}

.sidebar-sub-menu ul li a:hover, .sidebar-sub-menu ul li a:active{
    padding-left: 7px!important;
    transition: 0.2s;
}

.sticky-sidebar{
    padding-top: 20px;
}

.main-section-text{
    color: #999999;
    font-size: 18px;
    margin-bottom: 40px;
}

.main-section-text.mst-sm {
    font-size: 16px;
    margin-top:8px;
    line-height: 20px;
}

.section-text p{
    font-size: 18px;
    color: #999999;
    margin-bottom: 15px;
}

.section-text h3{
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-full-block{
    margin-bottom: 50px;
}

.section-half-block-list ul li{
    float: left;
    display: inline-block;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
}

.section-half-block-list ul li .main-section-text{
    margin-bottom: 0px;
}

.section-half-block-list ul li img{
    margin-bottom: 10px;
    width: 100%;
}

.section-half-block-list ul li:nth-child(2n){
    margin-right: 0%;
}

.section-half-block-list ul li:nth-child(2n+1){
    clear: both;
}

.color-list-medium ul li{
    display: inline-block;
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.color-list-medium .main-section-text{
    margin-bottom: 0;
}

.color-list-big .main-section-text{
    margin-bottom: 0;
}

.color-block-medium, .color-block-big{
    min-height: 273px;
    margin-bottom: 26px;
    border: 1px solid #dddddd;
}

.color-list-medium ul li:nth-child(4n){
    margin-right: 0;
}

.color-list-medium ul li:nth-child(4n+1){
    clear:both;
}

.color-list-big ul li{
    display: inline-block;
    float: left;
    width: 29%;
    margin-right: 6%;
    margin-bottom: 40px;
}

.color-block-medium, .color-block-big{
    min-height: 273px;
    margin-bottom: 26px;
}

.color-list-big ul li:nth-child(3n){
    margin-right: 0;
}

.color-list-big ul li:nth-child(3n+1){
    clear:both;
}

.color-category-title{
    margin-bottom: 28px;
    font-size: 18px;
}

.color-square{
    height: 65px;
    width: 65px;
    margin-bottom: 10px;
}

.color-block-small{
    margin-bottom: 15px;
}

.color-block-small .main-section-text{
    padding-left: 10px;
    margin-bottom: 0;
}

.end-block{
    /* background: #2c41ff; */
    min-height: 100vh;
    padding-top: 117px;
    padding-bottom: 77px;
    position: relative;
}

.main-logo {
    /*position: absolute;
    left: 5%; 
    top: 115px;*/
}

.main-logo img {
    max-width: 222px;
}

.end-title{
    /*left: 5%;
    right: 5%;*/
    font-size: 100px;
    color: #fff;
    line-height: 113px;
    /* font-family: apercu, sans-serif; */
  /*  position: absolute;
    bottom: 70px;*/
    margin-top: 45vh;
}

.single-large-img{
    height: 606px;
    background-size: cover!important;
}

.single-small-img{
    height: 273px;
    margin-bottom: 60px;
    background-size: cover!important;
}

.gallery-left-block{
    padding-left: 0px;
    padding-right: 3%;
}

.gallery-right-block{
    padding-left: 3% ;
    padding-right: 0;
}

.grey-line{
    height: 2px;
    background: #dddddd;
    margin-bottom: 121px;
}

.burger span {
    display: inherit;
}

/* animations */



.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transform: translate3d(-50px, 0px, 0px);
	-webkit-transform: translate3d(-50px, 0px, 0px);
	-o-transform: translate(-50px, 0px);
	-ms-transform: translate(-50px, 0px);
	transform: translate3d(-50px, 0px, 0px);
}	
	
.animation-element.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}


.animation-element.background-animation {
	position: relative;
}	

.animation-element.background-animation:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -moz-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}	

.animation-element.background-animation.in-view:after {
    left: 100%;
}

.animation-element.background-animation-absolute:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -moz-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}	

.animation-element.background-animation-absolute.in-view:after {
	left: 100%;
}

.post-password-form p {
    margin-bottom:15px;
}

.post-password-form input[type="password"] {
    box-shadow: none;
}

.post-password-form input[type="submit"] {
    color:#333;
    border:1px solid #222;
    padding:4px 15px;
    background: none;
}

.row.row-main {
    max-width: 1310px;
}

.notification {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    background:#f1f1f1;
    padding:20px 15px;
    color:#000;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: 555; 
    font-size: 14px;
}

.notification span {
    display: inline-block;
    padding-left: 25px;
    background:url(../img/checkbox-icon.svg) no-repeat left center;
}

.notification.act {
    opacity: 1;
    visibility: visible;
}

.section-break span svg {
    display: none;
}

/*.main-new .section-break span {
    background:url(../img/copy-link.svg) no-repeat right 10px center #fff;
    padding-right: 40px;

}*/

.main-new .section-break span svg {
    display: inline-block;
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: -7px;
    cursor: pointer;
}
.main-new .section-break span svg:hover {
    opacity: 0.7;
}

.main-new .sticky-sidebar {
    padding-right: 40px;
}

.main-new .s-nav {
    width: 100%;
}

.main-new .s-nav .level-three a {
    color:#cfcfcf;
    font-size: 14px;
}

.main-new .s-nav a.current {
    color:#000;
}

.s-nav .accordion {
    border:none;
}

.s-nav .accordion-content {
    padding:0px;
    border:none;
}

.s-nav .accordion-title {
    padding:0px;
    border:none;
    padding-left:9px;
}

.s-nav .accordion-title:before {
    display: none;
}

.s-nav .level-one-title {
    font-size: 16px;
    font-weight: 600;
    color:#000 !important;
    background: none !important;
    /*margin:17px 0px !important;*/
    padding:12px 0px;
    margin-top: 5px;
}

.s-nav .level-one-title:hover {
    color:#606060 !important;
}

.s-nav .is-active .level-one-title:after {
    content:"";
    position: absolute;
    left:-17px;
    top:19px;
    width: 3px;
    height: 3px;
    background:#000;
    border-radius: 50%;
}

.s-nav .level-two-title {
    font-size: 14px;
    color:#a9a9a9;
    background: none !important;
    /*margin:10px 0px;*/
    padding:6px 0px;
}

.s-nav .level-two.is-active .level-two-title {
    color:#000;
}

.s-nav .level-one-title:hover {
    color:#606060;
}

.s-nav .level-three {
    border-left:1px solid #e3e3e3;
    padding-left: 24px;
    margin: 9px 0px;
}


.s-nav ul ul {
    padding:0px;
    margin:0px;
}

.sticky-dl {
    margin-top:20px;
    margin-bottom:190px;
}

.sticky-dl ul li {
    margin-bottom:2px;
}

.sticky-dl ul li a {
    color:#000;
    padding-bottom: 0px;
    font-size: 14px;
    border:none;
    padding-right: 19px;
    background:url(../img/download-icon.svg) no-repeat right center;
}

.sticky-dl ul li a:hover {
    opacity: 0.8;
}

.sticky-dl ul li a:before,
.sticky-dl ul li a:after {
    display: none !important;
}

.main-new .side-menu {
    background:#fff !important;
    width: 100%;
    padding-left: 150px;
    height: 100vh;
    overflow: scroll;
}

.main-new .side-menu .sticky-dl {
    margin-bottom:30px;
}

@media only screen and (max-height: 750px) {
    .content-title {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .nav-download .btn-holder {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .side-menu .content-block-items {
        margin-bottom: 15px;
    }
    .side-menu {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1600px) {
    .intro-left-block{
        padding-top: 100px;
    }

    .intro-block{
        padding-top: 100px;
        padding-left: 3%;
    }

    .intro-title {
        font-size: 71px;
        margin-bottom: 55px;
        line-height: 85px;
    }
}

@media only screen and (max-width: 1440px) {
    .intro-left-block{
        padding-top: 70px;
        padding-left: 4%;
        padding-right: 4%;
    }

    .intro-block{
        padding-top: 70px;
        padding-left: 4%
    }


    .intro-title {
        font-size: 57px;
        margin-bottom: 55px;
        line-height: 69px;
    }

    .intro-section{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1220px) {
    .intro-section-right{
        padding-left: 60px;
    }

    .end-block {
        padding-left:5%;
        padding-right: 5%;
    }


}

@media only screen and (max-width: 1023px) {
    /*.main-logo {
        top: 60px;
    }
    .end-title {
        bottom: 35px;

    }*/

    .burger-holder {
        padding:30px 25px;
    }

    .end-title {
        margin-top:200px;
    }

    .intro-section{
        padding-left: 25px;
        padding-right: 25px;
    }

    .intro-title {
        font-size: 40px;
        margin-bottom: 36px;
        line-height: 40px;
    }

    .intro-text {
        color: #999999;
        margin-bottom: 36px;
        line-height: 1.7;
    }

    .intro-left-block {
        padding-top: 60px;
        padding-left: 4%;
    }

    .intro-block {
        padding-top: 60px;
        padding-left: 4%;
        padding-bottom: 150px;
    }

    .content-menu-block {
        padding-top: 79px;
        padding-bottom: 225px;
        padding-left: 15px;
        padding-right: 15px;
        background: #2c41ff;
        height: auto;
    }

    .intro-section-right{
        padding-left: 10px;
    }

    .intro-section-left{
        padding-right: 36px;
    }

    .intro-section {
        padding-top: 69px;
        padding-bottom: 79px;
    }

    .content-title:after {
        width: 70%;
    }

    .section-break {
        position: relative;
        margin-bottom: 40px;
    }

    .main-content-block {
        padding-top: 50px;
    }

    .main-section-text{
        font-size: 16px;
    }

    .section-title {
        font-size: 70px;
        line-height: 1.2;
    }

    .section-text p{
        font-size: 16px;
    }

    .section-text h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .section-full-block {
        margin-bottom: 30px;
    }

    .section-holder {
        margin-bottom: 50px;
    }

    .section-half-block-list ul li {
        float: left;
        display: inline-block;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 19px;
    }

    .color-list-medium ul li {
        margin-bottom: 20px;
    }

    .color-block-medium, .color-block-big {
        min-height: 170px;
        margin-bottom: 15px;
    }

    .color-list-big ul li {
        margin-bottom: 20px;
    }

    .content-wrapper {
        margin-bottom: 45px;
    }

    .end-title {
        font-size: 62px;
        color: #fff;
        line-height: 80px;
        /* font-family: apercu, sans-serif; */
        padding-top: 214px;
    }

    .sidebar-sub-menu ul li a {
        font-size: 14px;
    }

    .sticky-sidebar > .sticky > ul > li > a {
        font-size: 14px;
    }

    .single-large-img{
        height: 460px;
        margin-bottom: 25px;
    }

    .gallery-left-block{
        padding-right: 2%;
    }

    .gallery-right-block{
        padding-left: 2% ;
    }

    .single-small-img{
        height: 215px;
        margin-bottom: 30px;
    }

    .intro-w-image .intro-section-right{
        padding-left: 50px;
    }

    .intro-w-image {
        padding: 0;
    }

    .intro-left {
        padding: 50px 20px;
    }

    .btn-grey{
        font-size: 16px;
    }

    .grey-line{
        margin-bottom:50px;
    }

}

@media screen and (max-width:639px) {
    
    .main-new .side-menu {
        padding-left: 60px;
    }
    .nav-download .btn-holder {
        margin-bottom: 13px;
    }
   /* .main-logo {
        top: 40px;
    }
    .end-title {
        bottom: 30px;
    }*/

    .end-title {
        margin-top:0px;
    }
    
    .section-break {
        position: relative;
        margin-bottom: 25px;
    }

    .fancybox-close {
	    top: -30px;
	    right: -10px;
	    width:20px;
	    height: 20px;
	}

    .intro-left-block{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
    }

    .intro-block {
        padding-top: 54px;
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro-right-block{
        background: #dddddd;
        background-size: cover;
        height: auto;
        min-height: 432px;
    }

    .intro-w-image{
        height: auto;
        float: left;
    }

    .btn-grey {
        color: #333333;
        font-size: 16px;
        font-weight: 600;
    }

    .content-menu-block {
        padding-top: 50px;
        padding-bottom: 70px;
        background: #2c41ff;
        clear: both;
    }

    .content-title {
        font-size: 30px;
        color: #ffffff;
        position: relative;
        margin-bottom: 25px;
    }

    .content-title:after {
        width: 45%;
    }

    .content-block-items a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .content-block-items{
        margin-bottom: 25px;
    }

    .intro-section {
        background:#f8f8f8;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro-section-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .intro-section-left{
        padding-right: 0px;
    }

    .intro-section-text {
        padding-right: 0px;
        margin-bottom: 25px;
    }

    .intro-section-right {
        padding: 0;
    }

    .sticky-sidebar{
        display: none;
    }

    .section-title {
        font-size: 45px;
    }

    .main-content-block {
        padding-top: 40px;
    }

    .section-text h3 {
        font-size: 20px;
    }

    .section-half-block-list ul li:nth-child(2n+1) {
        clear: none;
    }

    .section-half-block-list ul li {
        width: 100%;
    }

    .section-half-block-list ul li {
        margin-bottom: 15px;
    }

    .section-holder {
        margin-bottom: 30px;
    }

    .color-block-small .main-section-text {
        padding-left: 0;
        font-size: 14px;
    }

    .color-block-small {
        margin-bottom: 15px;
        padding-right: 15px;
    }

    .color-category-block{
        margin-bottom: 30px;
    }

    .color-list-medium ul li:nth-child(2n) {
        margin-right: 0;
    }

    .color-list-medium ul li:nth-child(2n+1) {
        clear: both;
    }

    .color-list-medium ul li:nth-child(4n+1) {
        clear: none;
    }

    .color-list-medium ul li {
        width: 48%;
        margin-right: 4%;
    }

    .color-list-big ul li:nth-child(3n+1) {
        clear: none;
    }

    .color-list-big ul li:nth-child(2n+1) {
        clear: both;
        margin-right: 4%;
    }

    .color-list-big ul li:nth-child(2n) {
        margin-right: 0;
    }

    .color-list-big ul li {
        width: 48%;
        margin-right: 4%;
    }

    .side-menu{
        height: auto;
        width: 300px;
    }

    .side-menu .content-block-items {
        margin-bottom: 10px;
    }

    .side-menu {
        padding-top: 40px;
        padding-left: 15px;
        padding-bottom: 15px;
        min-height: 100vh;
    }

    .main-section-text{
        font-size: 16px;
    }

    .content-wrapper{
        margin-bottom: 15px;
    }

    .end-block{
        padding-top: 85px;
    }

    .end-title {
        font-size: 34px;
        color: #fff;
        line-height: 42px;
        /* font-family: apercu, sans-serif; */
        padding-top: 100px;
    }

    .gallery-left-block{
        padding: 0;
    }

    .gallery-right-block{
        padding: 0;
    }

    .burger{
        display: none;
    }

    .image-cover{
        display: none;
    }

    .grey-line{
        margin-bottom:25px;
    }

    .burger-holder {
        /*right: 15px;
        top: 20px;*/
        right: 0;
        top:0;
        padding: 25px 20px;
        display: block;
    }

    .burger {
        display: block;
    }

    .side-menu .content-block-items {
        float: left;
        width: 100%;
    }

    .content-block-title {
        float: left;
        width: 40%;
    }

    .content-block-list {
        float: left;
        width: 60%;
    }

    .intro-text p {
        font-size: 14px;
    }

    .btn-holder {
        margin-bottom: 60px;
    }

    .intro-section-text {
        font-size: 14px;
    }
    
    .section-text p {
        font-size: 14px;
    }

}

@media screen and (max-width: 350px) {
    .main-new .side-menu {
        padding-left: 35px;
    }
}

@media screen and (min-width:1023px) and (max-height:640px) {
    .s-nav .level-two-title {
        padding:3px 0px;
    }
    
    .s-nav .level-one-title {
        padding:10px 0px;
    }

}

@media screen and (max-width: :1023px) and (max-height:640px) {
    .s-nav .level-two-title {
        padding:5px 0px;
    }

}

@media screen and (max-height:420px) {
    .side-menu {
        padding-top: 15px;
    }
    .content-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .side-menu .content-block-items {
        margin-bottom: 5px;
    }
    .content-block-list ul li a {
        font-size: 16px;
    }

}



