body{
    background-color: #f4f5f8;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-right: 0px!important;
}
body.modal-open{
    overflow-y: scroll!important;
}



.pto{
    padding-top: 100px; 
}
.pbt{
    
    padding-bottom: 100px;
}
.mbt{
    margin-bottom: 100px;
}
#main-screen{
    /* background-image: url('/img/crystal-slime-bg.jpg'); */
    background-size: cover;
    background-position: center;
    height: 100vh;
    background: #b2128c;
    background-image: linear-gradient(315deg, #b1118b 0%, #632b8e 80%);
}

#header{
    position: absolute;
	z-index: 2;
    width: 100%;
}
#header.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: RGBA(244, 244, 244, 1);
    z-index: 100;
	/* transition: 0.5s; */
	box-shadow: 0 0 5px rgba(122,122,122,0.5);
}
.primary-color{
    color: #587a30;
}
#header a{
    color: white;
    position: relative;
    text-transform: uppercase;
}
#header.sticky a {
    color: #2a2a4d;
}
#header button{
    color: white;
    position: relative;
    text-transform: uppercase;
	background: none;
	border: none;
}
#header button:focus{
	outline: none;
}
#header.sticky button {
    color: #2a2a4d;
}
#header nav .nav-item a::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0px;
    height: 1px;
    background-color: white;
    transition: 0.5s all;
}
#header nav .nav-item button::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0px;
    height: 1px;
    background-color: white;
    transition: 0.5s all;
}
#header.sticky nav .nav-item button::after, #header.sticky nav .nav-item a::after{
    background-color: #2a2a4d;
}
nav .nav-item a:hover{
    color: white;
}
nav .nav-item button:hover{
    color: white;
}
#header nav .nav-item a:hover::after{
    box-sizing: content-box;
    width: 100%;
    left: 0px;

}
#header nav .nav-item button:hover::after{
    box-sizing: content-box;
    width: 100%;
    left: 0px;

}
.navbar-expand-lg{
	margin: 0 10px 0 26px;
}

.navbar-expand .navbar-nav .nav-link{
	padding-left: 1rem;
	padding-right: 1rem;
}
#main-screen hr{
    background-color: white;
}
.hero-logo{
    /* filter: drop-shadow(0px 0px 60px rgba(196, 56, 191, 0.8)); */
    width: 100%;
	margin-left: -30px;
	margin-top: -40px;
}
.block-crystal-arrow{
	position: absolute;
	bottom: 50px;
	z-index: 2;
}
.hero-text{
    font-size: 48px;
    font-weight: 700;
    display: block;
    padding-bottom: 30px;
	text-transform: uppercase;
}
.arrow-bottom {
	width: 26px;
	height: 26px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(135deg);
	text-align: center!important;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.arrow-bottom:hover {
	border-top: 3px solid #ced4da;
	border-right: 3px solid #ced4da;
	animation: arrow-bottom 2s linear infinite;
	position: relative;
	padding: 10px;
}
@keyframes arrow-bottom {
    0% {
        top:0;
	}
    50% {
        top:10px;
	}
    100% {
        top:0;
	}
}

.hero-clients{
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid white;
}
.company-highlights img{
    width: 120px;
}
.product-section .my-text, button.btn{
    color: white;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
}
.my-text{
    font-weight: normal;
    color: #2a2a4d;
	padding: 40px;
}
.my-text-products{
    font-weight: normal;
    color: #2a2a4d;
	padding: 0px 40px;
}
.my-text-prod{
	text-align: center;
}
  
.product-properties p{
    margin-bottom: 0px;
}
/* .hero-clients:before{
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: white;
} */
.partners-logos img{
    max-width: 250px;
    max-height: 150px;
}
.partners-logos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: 'a a'
                         'b c'
                         'd e';
    
    
}


#trust h2, #new-products h2, #cta h2, #about h2, h2{
    margin-top: 20px;
    font-size: 48px;
    font-weight: bold;
    /* background-image: linear-gradient(45deg, #3023AE 0%, #f09 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */
    line-height: normal;
    color: #2a2a4d;
    line-height: 1.2;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.hero-text{
    color: white;
}

.partners-logos>div{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f5f8;
    padding: 10px;
}
.partners-logos>div:nth-child(1){
    grid-area: a;
}
.partners-logos>div:nth-child(2){
    grid-area: b;
}
.partners-logos>div:nth-child(3){
    grid-area: c;
}
.partners-logos>div:nth-child(4){
    grid-area: d;
}
.partners-logos>div:nth-child(5){
    grid-area: e;
}
.property-icon{
    position: relative;
   
}
.property-icon img{
    width: 120px;
}
.property-icon span{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 45px;
}
.property-row, .new-products_info{
    margin-bottom: 40px;
}
.product-section{
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    
}
.product-section h5{
    /* color: white; */
    margin-bottom: 0px;
    
}
.product-info{
    margin-bottom: 10px;
    /* color: white; */
}
.grid-row-left{
    padding-right: 10px;
    box-sizing: border-box;
    gap: 10px;
    display: grid;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "big big a b"
                         "big big c d";

}
.grid-row-left>*{
    text-align: center;
}
.grid-row-right>*{
    text-align: center;
}
.grid-row-left>div,.grid-row-right>div{
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    box-shadow: 0px 0px 1px rgb(0, 0, 0, 0.7);
    
}
.grid-row-left > div:hover, .grid-row-right > div:hover{
    box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.7);
}
.grid-row-left>div>div:first-child, .grid-row-right>div>div:first-child{
    height:100%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* filter: drop-shadow(0px 0px 10px); */
}
.grid-row-left>div>div:last-child,.grid-row-right>div>div:last-child{
    height: auto;
}
.grid-row-left > div:first-child{
    grid-area: big;
    /* background-image: url('/img/orange.jpg'); */
    background-size: cover;
}

.grid-row-left > div:nth-child(2){
    grid-area: a;
    
}
.grid-row-left > div:nth-child(3){
    
    grid-area: b;
}
.grid-row-left > div:nth-child(4){
    grid-area: c;
    
}
.grid-row-left > div:nth-child(5){
    
    grid-area: d;
} 
.grid-row-right{
    padding-left: 10px;
    box-sizing: border-box;
    display: grid;
    height: 100%;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "a b big big"
                         "c d big big";
}

.grid-row-right > div:last-child{
    grid-area: big;
    /* background-image: url('/img/golden.jpg'); */
    background-size: cover;
}
.grid-row-right > div:nth-child(1){
    grid-area: a;
}
.grid-row-right > div:nth-child(2){
    grid-area: b;
}
.grid-row-right > div:nth-child(3){
    grid-area: c;
}
.grid-row-right > div:nth-child(4){
    grid-area: d;
}
.big-square{
    
    padding: 40px;
}
.block-bg-1{
    background-image: url('/img/block-1.png');
}
.block-bg-2{
    background-image: url('/img/block-2.png');
}
.block-bg-3{
    background-image: url('/img/block-3.png');
}
button.btn{
    background-color: #2a2a4d;
    border: none;
    color: white;
	padding: 8px 36px;
}
button.btn:hover{
    background-color: #2a2a4d;
    border: none;
}
#cta .promotion {
    background-image: url('/img/cristmas-bg.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    
}
#cta .promotion li{
    font-size: 25px;
    color: white;
    list-style-type: none;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#cta .promotion ul{

}

#cta .highlight{
    color: #ff9747;
    letter-spacing: 2px;
    /* text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5; */
}
#cta .promo-hero{
    padding-top: 100px;
    padding-bottom: 100px;
}
#cta .col-md-8 img{
    max-width: 700px;
}
.promotion .col-md-4{
    position: relative;
    background-color: rgb(42, 42, 77, 0.9);
    z-index: 2;
}
#cta .promotion button{
    background-color: #ff9747;
}

.promotion .col-md-4::after{
    content: '';
    position: absolute;
    left: 100%;
    height: 100%;
    width: 200px;
    top: 0px;
    background-image: url('/img/Vector_44.svg');
    z-index: 1;
    background-repeat: no-repeat;

}
#new-products .product-section {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: none;
}
.product-info{
    text-align: center;
}
.year-bg{
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(45deg, #3023AE 0%, #f09 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    color: white;
    max-width: 250px;
}
.year-number{
    font-size: 100px;
    font-weight: 900;
    line-height: 100px;
}
.year-text{
    font-weight: 900;
}
.contacts-wrapper{
    position: relative;
    background: url('/img/CRL_prez.jpg');
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position-y: bottom;
    padding: 10% 0px;
}

.contacts{
    /* position: absolute; */
    /* z-index: 10; */
    /* height: 80%; */
    /* max-width: 880px;
    width: 80%; */
    background-color: #f4f5f8;
    /* top: 10%; */
    /* left: 100px; */
    margin:auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    /* padding: 50px; */
    display:flex;
    /* flex-wrap: wrap; */
}
.contacts-col{
    width:100%;
    padding: 50px;
}
.contact-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.contact-row_left{
    width: 50px;
    margin-right: 10px;
    text-align: right;
}
.contact-row_left i{
    font-size: 50px;
    color: #2a2a4d;
   
}
.contact-row_right{
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
}
.contact-row_right span{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.contact-row_right a{
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}
.form-group label{
	margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
}
.form-title{
	font-size: 1.5rem;
	text-transform: uppercase;
}


.snowContainer{
    position: relative;
}
#snow {
	width: 100%;
	height: 100%;
	background-image: url("/img/snow/snow_1.png"), url("/img/snow/snow_2.png"), url("/img/snow/snow_3.png");
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
    position: absolute;
}

.copyright{font-weight: bold;}
#ascrail2000{
	z-index:101!important;
}
.form-button{
	font-size: 20px!important;
}

#upbutton {
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
	width: 60px; 
	height: 60px;
	background: #2a2a4d;
	border-radius: 50%;
}
.uparrow {
	width: 26px;
    height: 26px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    text-align: center!important;
    overflow: hidden;
    margin: 23px auto 0;
}
#upbutton:hover {
	opacity: 0.6!important;
}

@keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-moz-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-webkit-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-ms-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}
@media screen and (max-width: 1000px) {
    .contacts {
        flex-wrap: wrap;
    }
}
.owl-stage{
    display: flex;
    align-items: center;
}
[data-type]{
  
  border: 1px solid #fff;
  overflow: hidden;
  color: #fff;
  line-height: 80px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
[data-type]:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
  }
  [data-type]:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    color: #e91e63;
    z-index: 8;
  }
[data-type="diagonal_swipe_left"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
  }
  [data-type="diagonal_swipe_left"]:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .owl-carousel .owl-item img{
    display: block;
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 130px;
    margin: auto;
  }
  .carusel-wrapper{
      position: relative;
  }
  .left-blur, .right-blur{
      position: absolute;
      width: 200px;
      height: 100%;
      top: 0px;
      z-index: 3;

  }
  .left-blur{
      left: 0px;
      background: rgb(244,245,248);
        background: linear-gradient(90deg, rgba(244,245,248,1) 0%, rgba(101,45,144,0) 100%);
  }
  .right-blur{
    right: 0px;
      background: rgb(244,245,248);
        background: linear-gradient(270deg, rgba(244,245,248,1) 0%, rgba(101,45,144,0) 100%);
  }
  ul.promotion-rules{
    padding-left: 0px;
  } 
@media (max-width: 1200px){
    .navbar-expand-lg{
        margin: 0px;
    }
    .product-section .my-text{
        padding: 0px;
    }
    .big-square{
        padding: 40px 20px;
    }
    .product-section .my-text, button.btn, #cta .promotion li{
        
        font-size: 20px;
    }
    #new-products .product-section{
        height: unset;
    }
    .grid-row-left{
        height: 550px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "big big a a b b"
                             "big big c c d d";
    
    }
    .grid-row-right{
        height: 550px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a a b b big big"
                             "c c d d big big";
    }
    #cta .promo-hero{
        padding: 50px 0px;
    }
    #cta .col-md-8 img{
        max-width: 100%;
    }
}
@media(max-width: 992px){
    #header.sticky{
        background: unset;
        position: absolute;
    }
    #header .navbar-collapse{
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
    }
    #header .nav-item button{
        display: block;
        width: 100%;
        text-align: left;
    }
    .my-text, .my-text-products{
        padding: 0px;
        margin-bottom: 0px;
    }
    .company-highlights>div{
        margin-bottom: 40px;
    }
    .property-icon span{
        top: calc(50% - 30px);
        left: calc(50% - 15px);
    }
    .left-blur, .right-blur{
        width: 50px;
    }
    .grid-row-left, .grid-row-right{
        height: 500px;
    }
    .product-section .my-text, button.btn, #cta .promotion li{
        font-size: 16px;
    }
    
    #trust h2, #new-products h2, #cta h2, #about h2, h2, .hero-text{
        font-size: 40px;
    }
    #cta .promotion li{
        margin-bottom: 10px;
    }
  
}
@media (max-width: 768px){
    .grid-row-left, .grid-row-right{
        height: 600px;
        padding: 0 10px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-template-areas: "a b"
                             "c d"
                             "big big";
    }
   
   
}
@media (max-width: 576px){
    #trust h2, #new-products h2, #cta h2, #about h2, h2, .hero-text{
        font-size: 35px;
    }
    .grid-row-left, .grid-row-right{
        height: 1000px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
        grid-template-areas: "a"
                             "b"
                             "c"
                             "d"
                             "big";
    }
    .promotion .col-md-4::after{
        content: none;
    }
    .promotion>.col-md-4{
        align-items: center!important;
    }
    ul.promotion-rules {
        text-align: center;
    }
}
@media (max-width: 485px){
    .contact-row_right a{
        font-size: 18px;
    }
    .contact-row_right span{
        line-height: 20px;
        font-size: 14px;
    }
    .contacts-col{
        padding: 50px 15px;
    }
    .contact-row_left{
        width: 35px;
    }
    .contact-row_left i{
        font-size: 35px;
    }
}