html {
  scroll-behaviour: smooth;
}
.int {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    background-color: #303030;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    color: #fff;
    overflow-x: hidden;
}

/* == preloader == */
.preloader {
	height: 100%;
    width: 100%;
        background-color: #303030;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.preloader .inner {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    width: 80px;
    transform-origin: 50% 50%;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
    -moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	position: absolute;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-animation: animate 0.8s infinite;
	animation: animate 0.8s infinite;
	}


#object_one {
	top: 19px;
	left: 19px;	

	}
#object_two {
	top: 0px;
	left: 65px; 
	-webkit-animation-delay: 0.1s; 
    animation-delay: 0.1s;

	}
#object_three {
	top: 19px;
	left: 111px; 	
	-webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 

	}
#object_four {
	top: 65px;
	left: 130px; 
	-webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
}
#object_five {
	top: 111px;
	left: 111px; 
	-webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
}
#object_six {
	top: 130px;
	left: 65px;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_seven {
	top: 111px;
	left: 19px;
	-webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_eight {
	top: 65px;
	left: 0px;
	 -webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}




@-webkit-keyframes animate {
 
  25% {
	-ms-transform: scale(1.5); 
   	-webkit-transform: scale(1.5);   
    transform: scale(1.5);  
	  }


  75% {
	-ms-transform: scale(0); 
   	-webkit-transform: scale(0);  
    transform: scale(0);  
	  }


}

@keyframes animate {
  50% {
	-ms-transform: scale(1.5,1.5); 
   	-webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
	  }
 
  100% {
	-ms-transform: scale(1,1); 
   	-webkit-transform: scale(1,1); 
    transform: scale(1,1); 
	  }
  
}



@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}		
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}

/* == fonts == */
.int .f-pps {
    font-family: 'Poppins', sans-serif;
}
.int .f-qs {
    font-family: 'Quicksand', sans-serif;
}

/* == elements == */
.int a {
    text-decoration: none;
}
.int p {
    padding: 0;
    margin: 0;
}
.int img {
    border: 0;
}
.int input, .int textarea {
    font-family: 'Open Sans', sans-serif;
}
.int .contain {
    overflow: hidden;
}
.int .clear {
    clear: both;
}
.int .desktop {
}
.int .mobile {
    display: none!important;
}
#home-screen {
  position: relative;
  width: 100%;
  height: 1px;
  float: left;
  margin: -1px 0 0 0;
}
@media screen and (max-width: 700px) {
    .int .desktop {
        display: none!important;
    }
    .int .mobile {
        display: block!important;
    }
}

/* == colors == */
.int .dark {
  background-color: #303030;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  color: #fff;
}
.int .white {
  background-color: #fff;
}
.int .light {
  background-color: #f3f3f3;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .pink {
  background-color: #DC3F96;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .orange {
  background-color: #DCA93F;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .f-dark {
  color: #303030;
}
.int .f-white {
  color: #fff;
}
.int .f-light {
  color: #f3f3f3;
}
.int .f-pink {
  color: #DC3F96;
}
.int .f-orange {
  color: #DCA93F;
}

/* == links == */
a {
    color: #fff;
}
.dark a {
    color: #DC3F96;
}
.orange a {
    color: #DC3F96;
}

/* == logo == */
.int .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 150px;
    z-index: 30;
}
.int .logo::before {
    display: block;
    position: relative;
    width: 100%;
    padding: 47.3% 0 0 0;
    background-image: url(../image/logo.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    content: '';
    transition: all 0.3s ease-in-out;
}
.int .logo a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.int .logo a .store {
    position: absolute;
    display: block;
    width: 50%;
    top: 10%;
    left: 75%;
    z-index: 2;
}
.int .logo a .store::before {
    display: block;
    position: relative;
    width: 100%;
    padding: 35% 0 0 0;
    background-image: url(../image/store.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    content: '';
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .int .logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 100px;
        z-index: 30;
    }
}
@media screen and (max-width: 700px) {
    .int .logo.on {
        position: fixed;
    }
    .int .logo::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 47.3% 0 0 0;
        background-image: url(../image/logo-dark.svg);
        background-size: 100% 100%;
        background-position: 50% 50%;
        content: '';
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .int .logo.on::after {
        opacity: 1;
    }
    .int .logo.on::before {
        opacity:0
    }
    .int .logo::before {
        opacity:1
    }
}

/* == social == */
.int .social {
    position: absolute;
    top: 45px;
    right:45px;
    height: 40px;
    z-index: 30;
    cursor: pointer;
}
.int .top .social {
    display: none;
}
.int .social a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
    background: #fff;
    margin: 0 20px 0 0;
    transition: all 0.2s ease-in-out;
}
.int .social a:hover {
    
}
.int .social a::before {
    position: absolute;
    display: block;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    background-size:100%;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
    filter: invert(100);
    content: '';
}
.int .social a.fb::before {
    background-image: url('../image/ico-social-fb.svg');
}
.int .social a.insta::before {
    background-image: url('../image/ico-social-insta.svg');
}
.int .social a.tiktok::before {
    background-image: url('../image/ico-social-tiktok.svg');
}
@media screen and (max-width: 1350px) {
    .int .social {
        display: none;
        top: auto;
        width: 165px;
        bottom: 30px;
        left:30px;
        opacity: 0;
        pointer-events:none;
        transition: all 0.3s ease-in-out;
    }
    .int .menu .social {
        display: block;
    }
    .int .social a {
        width: 35px;
        height: 35px;
    }
    .int .social.on {
        opacity: 1;
        pointer-events:auto;
    }
    .int .top .social {
        display: block;
    }
    .int .social a {
        background: #fff;
    }
    .int .social a::before {
        filter:invert(100%);
    }
}

/* == menu-button == */
.int .menu-button {
    position: fixed;
    top: 70px;
    right:70px;
    width: 40px;
    height: 40px;
    z-index: 30;
    cursor: pointer;
}
.int .menu-button.off {
    display: none;
}
.int .menu-button::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    background-color: #303030;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    z-index: -1;
    border-radius:3px;
    content: '';
}
.int .menu-button .bar {
    position: absolute;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all 0.2s ease-in-out;
}
.int .menu-button .bar:nth-of-type(1) {
    top: 3px;
}
.int .menu-button .bar:nth-of-type(2) {
    top: 50%;
}
.int .menu-button .bar:nth-of-type(3) {
    top: calc(100% - 3px);
}
.int .menu-button.on {
    position: fixed;
}
.int .menu-button.on .bar {
    background: #fff;
}
.int .menu-button.on .bar:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.int .menu-button.on .bar:nth-of-type(2) {
    opacity:0;
}
.int .menu-button.on .bar:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1350px) {
    .int .menu-button.off {
        display: block;
    }
    .int .menu-button {
        position: fixed;
        top: 30px;
        right:30px;
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 700px) {
    .int .menu-button {
        top: 30px;
        right:30px;
        width: 35px;
        height: 35px;
    }
    .int .menu-button .bar {
        height: 4px;
    }
    .int .menu-button .bar:nth-of-type(1) {
        top: 2px;
    }
    .int .menu-button .bar:nth-of-type(2) {
        top: 50%;
    }
    .int .menu-button .bar:nth-of-type(3) {
        top: calc(100% - 2px);
    }
}

/* == menu == */
.menu {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: -50%;
    background: #333333;
    z-index: 29;
    pointer-events:none;
    transition: all 0.3s ease-in-out;
}
.menu.on {
    right: 0;
    opacity:1;
    pointer-events:auto;
}
.menu ul {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 50%;
    left: 100px;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.menu.on ul {
    opacity:1;
}
.menu ul li {
    position: relative;
    display: block;
    margin: 0 1000px 0 0 ;
    line-height: 50px;
    cursor: pointer;
    clear: both;
}
.menu ul li a {
    position: relative;
    display: block;
    padding: 0 50px 0 0;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.menu ul li a:hover {
    color: #DC3F96;
}
.menu ul li.parent::before {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.menu ul li.parent.on::before {
    opacity: 1;
}
.menu ul li.parent::after {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(100% - 25px);
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    content: '+';
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.menu ul li.parent.on::after {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}
.menu ul li.parent a {
    pointer-events:none;
    cursor: pointer;
}
.menu ul ul {
    position: absolute;
    display: block;
    top: 50%;
    left: 100%;
    padding: 0 0 0 30px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0!important;
    pointer-events:none;
    visibility: hidden;
}
.menu ul li.on ul {
    opacity: 1!important;
    pointer-events:auto;
    visibility: visible;
}
.menu ul ul::before {
    position: absolute;
    display: block;
    width: 2px;
    height: 0;
    top: 50%;
    left:0 ;
    transform: translateY(-50%);
    background: #fff;
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.menu ul li.parent.on ul::before {
    height: 100px;
    opacity: 1;
}
.menu ul ul li {
    line-height: 50px;
}
.menu ul ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    pointer-events:auto!important;
}
.menu ul li ul li a:hover {
    color: #DC3F96;
}
.menu ul li.contact {
    padding: 50px 0 0 0;
    order: 99;
}
.menu ul li.contact::before {
    position: absolute;
    display: block;
    top: 25px;
    left: -10px;
    width: 100px;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0.5;
}
.menu ul li.contact a {
    font-size: 18px;
}
.menu ul li.contact a .ico {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 9px 15px 0 0;
    background-position: 50% 50%;
    background-size: 100% 100%;
    filter: invert(100%) brightness(100%);
}
.menu ul li.contact a .ico.phone {
    background-image:url(../image/ico-phone.svg);
}
.menu ul li.contact a .ico.email {
    background-image:url(../image/ico-mail.svg);
}
.menu .form-button {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    background-color: #303030;
    border-radius: 5px;
    border: 2px solid #DC3F96;
    padding: 0 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
    margin: 13px 0 0 30px;
}
.menu .form-button:hover {
    background-color: #DC3F96;
}
.menu .form-button::before {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.menu .form-button::after {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: calc(100% - 8px);
    left: 50%;
    background: #DC3F96;
    border-radius: 0 0 4px 0;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    transition: all 0.2s ease-in-out;
}
.menu .form-button.on::after {
    top: calc(100% - 3px);
}
.menu .form-button .item-no {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #303030;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}
@media screen and (max-width: 1600px) {
    .menu .form-button.store-cart {
        width: 40px;
        height: 40px;
        color: rgba(0, 0, 0, 0);
        padding: 0;
        margin: 13px 0 0 5px;
        background: none;
        border: 0;
    }
    .menu .form-button.store-cart .color {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events:none;
        border-radius: 5px;
        background-color: #DC3F96;
        background-image: url('../image/ico-cart.svg');
        background-size: 400% 200%;
        background-position: 0 0;
        content: '';
        z-index: 2;
    }
    .menu .form-button.store-cart .item-no {
        z-index: 4;
        left: calc(100% + 7px);
        transition: all 0.2s ease-in-out;
    }
}
@media screen and (max-width: 1400px) {
    .menu .form-button {
        padding: 0 20px;
        margin: 13px 0 0 20px;
    }
    .menu .form-button.store-cart {
        padding: 0;
        margin: 13px 0 0 5px;
    }
}
@media screen and (max-width: 1350px) {
    .menu ul {
        left: 50px;
    }
    .menu ul li a {
        font-size: 18px;
    }
    .menu ul ul li a {
        font-size: 16px;
    }
    .menu .form-button.store-cart.on .color {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events:none;
        border-radius: 5px;
        background-color: #DC3F96;
        background-image: none;
        z-index: 2;
    }
    .menu .form-button.store-cart .color::before {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        transform: rotate(-45deg);
        content: '+';
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }
    .menu .form-button.store-cart.on .color::before {
        opacity:1;
    }
    .menu .form-button.store-cart .item-no {
        left: -4px;
    }
    .menu .form-button.store-cart.on .item-no {
        opacity: 0;
    }
}
@media screen and (max-width: 700px) {
    .menu {
        width: 100%;
        right: -100%;
    }
    .menu ul {
        left: 30px;
        width: calc(100% - 60px);
    }
    .menu ul li {
        width: 100%;
    }
    .menu ul li.parent::before, .menu ul li.parent::after {
        display:none;
    }
    .menu ul li.parent a {
        pointer-events:auto;
    }
    .menu ul li a {
        padding: 0;
        text-align: center;
    }
    .menu ul ul {
        display: none;
        
    }
    
}

/* == menu - visible == */
.menu.visible {
    position: absolute;
    width: auto;
    min-width: 790px;
    height: auto;
    top: 30px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    background: none;
    pointer-events:auto;
    opacity:1;
}
.menu.visible .backhome {
    position: relative;
    display: block;
    float: left;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 50px 0 20px;
    color: #fff;
    background: #DC3F96;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    margin:15px 0;
    transition: all 0.3s ease-in-out;
}
.menu.visible .backhome:hover {
    background: #DCA93F;
    color: #303030;
}
.menu.visible .backhome::before {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.menu.visible .backhome::after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: calc(100% - 25px);
    transform: translate(-50%, -50%) rotate(-225deg);
    background-image: url(../image/ico-menu-spacer.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    content: '';
    transition: all 0.3s ease-in-out;
}
.menu.visible .backhome:hover::after {
    filter:invert(100%);
    opacity: 0.9;
}
.menu.visible ul {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    transform: none;
    opacity:1;
    float: left;
}
.menu.visible ul li {
    float: left;
    margin: 0;
    clear: none;
    line-height: 70px;
}
.menu.visible ul li::after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% + 5px);
    left: 100%;
    transform: translate(-50%, 0%);
    background-image:url('../image/ico-menu-spacer.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    pointer-events:none;
    content: '';
}
.menu.visible ul li:last-of-type::after {
    display: none;
}
.menu.visible ul li a {
    padding: 0 25px;
    font-size: 18px;
}
.menu.visible ul li.parent a {
    pointer-events: auto;
}
.menu.visible ul li.parent ul {
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translate(-50%, 0);
    border-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
}
.menu.visible ul li.parent:hover ul {
    visibility: visible;
    opacity: 1!important;
}
.menu.visible ul li.parent ul::before {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    top: auto;
    left: 10px;
    filter: blur(5px);
    background: #000;
    transform: none;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.menu.visible ul li.parent ul li {
    position: relative;
    line-height: 50px;
    float: none;
}
.menu.visible ul li.parent ul li::after {
    display: none;
}
.menu.visible ul li.parent ul li a {
    color:#303030;
    background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.menu.visible ul li.parent ul li a:hover {
    color:#fff;
}
.menu.visible .contact {
    display: none;
}
@media screen and (max-width: 1450px) {
   .menu.visible .backhome {
        padding: 0 35px 0 20px;
    }
    .menu.visible .backhome::after {
        left: calc(100% - 19px);
    }
}
@media screen and (max-width: 1360px) {
    .menu.visible .backhome {
        display: none;
    }
}
@media screen and (max-width: 1350px) {
   .menu.visible {
      position: fixed;
      width: 50%;
      height: 100%;
      top: 0;
      left: 100%;
      background: #DCA93F;
      z-index: 29;
      pointer-events:none;
      transform: none;
      transition: all 0.3s ease-in-out;
  }
  .menu.visible.on {
      left: 50%;
      opacity:1;
      pointer-events:auto;
  }
  .menu.visible .backhome {
      display: none;
  }
  .menu.visible ul {
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      top: 50%;
      left: 100px;
      padding: 0;
      margin: 0;
      list-style: none;
      transform: translateY(-50%);
      transition: all 0.3s ease-in-out;
      opacity: 0;
  }
  .menu.visible.on ul {
      opacity:1;
  }
  .menu.visible ul li {
      position: relative;
      display: block;
      margin: 0 1000px 0 0 ;
      line-height: 50px;
      cursor: pointer;
      clear: both;
  }
  .menu.visible ul li a {
      position: relative;
      display: block;
      padding: 0 50px 0 0;
      color: #fff;
      font-size: 24px;
      white-space: nowrap;
      transition: all 0.2s ease-in-out;
  }
  .menu.visible ul li a:hover {
      color: #DC3F96;
  }
  .menu.visible ul li.parent::before {
      position: absolute;
      display: block;
      width: 15px;
      height: 15px;
      top: 50%;
      right: -15px;
      transform: translate(-50%, -50%) rotate(45deg);
      background: #fff;
      content: '';
      transition: all 0.3s ease-in-out;
      opacity: 0;
  }
  .menu.visible ul li.parent.on::before {
      opacity: 1;
  }
  .menu.visible ul li:last-of-type::after {
      display: block;
  }
  
  .menu ul li.parent.on::after {
      transform: translate(-50%, -50%) scale(0.5);
      opacity: 0;
  }
  .menu.visible ul li.parent a {
      
  }
  .menu.visible ul li.parent ul::before {
      display: none;
  }
  .menu.visible ul ul {
      position: absolute;
      display: none;
      top: 50%;
      left: 100%;
      padding: 0 0 0 30px;
      transform: translateY(-50%);
      transition: all 0.3s ease-in-out;
      
      opacity: 0!important;
      pointer-events:none;
      visibility: hidden;
  }
  .menu.visible ul li.on ul {
      opacity: 1!important;
      pointer-events:auto;
      visibility: visible;
  }
  .menu.visible ul ul::before {
      position: absolute;
      display: block;
      width: 2px;
      height: 0;
      top: 50%;
      left:0 ;
      transform: translateY(-50%);
      background: #fff;
      content: '';
      transition: all 0.3s ease-in-out;
      opacity: 0;
  }
  .menu.visible ul li.parent.on ul::before {
      height: 100px;
      opacity: 1;
  }
  .menu.visible ul ul li {
      line-height: 50px;
  }
  .menu.visible ul ul li a {
      position: relative;
      display: block;
      color: #fff;
      font-size: 18px;
      pointer-events:auto!important;
  }
  .menu.visible ul li ul li a:hover {
      color: #DC3F96;
  }
  .menu.visible ul li.contact {
      padding: 50px 0 0 0;
      order: 99;
  }
  .menu.visible ul li.contact::before {
      position: absolute;
      display: block;
      top: 25px;
      left: -10px;
      width: 100px;
      height: 1px;
      background: #fff;
      content: '';
      opacity: 0.5;
  }
  .menu.visible ul li.contact a {
      font-size: 18px;
  }
  .menu.visible ul li.contact a .ico {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      float: left;
      margin: 9px 15px 0 0;
      background-position: 50% 50%;
      background-size: 100% 100%;
      filter: invert(100%) brightness(100%);
  }
  .menu.visible ul li.contact a .ico.phone {
      background-image:url(../image/ico-phone.svg);
  }
  .menu.visible ul li.contact a .ico.email {
      background-image:url(../image/ico-mail.svg);
  }
  .menu.visible ul {
      top: 40%;
      left: 50px;
  }
  .menu.visible .form-button {
      position: fixed;
      top: 28px;
      right: 85px;
      margin: 0;
      padding: 0;
      pointer-events:auto;
  }
  .menu.visible .form-button .fill {
      position: relative;
      display: block;
      padding: 0 20px;
      line-height: 39px;
      background: #303030;
  }
  .menu .form-button .item-no {
        z-index: 2;
        left: 100%;
    }
  .menu.visible .form-button::before {
    filter: blur(3px);
    bottom: -1px;
    z-index: -1;
  }
  .menu.visible .contact {
      display: block;
      position: absolute;
      bottom: 100px;
      left: 30px;
  }
  .menu.visible .contact a {
      display: block;
      position: relative;
      line-height: 50px;
      color: #303030;
      font-size: 18px;
      font-weight: 400;
  }
  .menu.visible .contact a .ico {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      float: left;
      margin: 0 20px 0 0;
      border-radius: 3px;
      background: #303030;
      background-image: url(../image/noise.png);
      background-repeat: repeat;
      background-position: 50% 50%;
      margin: 10px 20px 0 0;
  }
  .menu.visible .contact a .ico::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50% 50%;
    background-size: 100% 100%;
    content: '';
  }
  .menu.visible .contact a .ico.phone::after {
      background-image: url(../image/ico-contact-phone.svg);
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(17deg);
  }
  .menu.visible .contact a .ico.email::after {
      background-image: url(../image/ico-contact-mail.svg);
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(107deg);
  }
}
@media screen and (max-width: 700px) {
   .menu.visible {
      width: 100%;
      left: 100%;
  }
  .menu.visible.on {
      left: 0%;
      opacity:1;
      pointer-events:auto;
  }
  
}

/* == language == */
.int .language {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    top: 40px;
    right: 120px;
    cursor: pointer;
    z-index: 30;
}
.int .language::before {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0%;
    left: 0%;
    background-image:url('../image/ico-lang.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    content: '';
    z-index: 10;
}
.int .language::after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 100%;
    left: 50%;
    background-image:url('../image/ico-nav.svg');
    background-position: 66.66% 0%;
    background-size: 400% 200%;
    transform: translate(-50%, -50%) rotate(-90deg);
    content: '';
    z-index: 11;
}
.int .language .box {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    border-radius: 3px;
    float: left;
    order: 2;
    opacity: 0;
    pointer-events:none;
    color: #fff;
    background: #333;
    transition: all 0.2s ease-in-out;
}
.int .language:hover .box {
    opacity: 1;
    pointer-events:auto;
}
.int .language .box:hover {
    background: #EC008C;
    color: #fff;
}
.int .language .box.on {
    order: 1;
    opacity: 1;
    background: #fff;
    color: #333;
}
@media screen and (max-width: 700px) {
    .int .language {
      width: 40px;
      height: 40px;
      top: 30px;
      right: 90px;
    }
    .int .language .box {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* == line == */
.int .line {
    position: relative;
    width: 100%;
    float: left;
}
.int .line.backg-left {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 50% auto;
}
.int .line.backg-right {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 50% auto;
}
.int .line.backg-center {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.int .line.backg-down-center {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
}
.int .at-top {
    overflow: visible;
}
.int .line.in-front {
    z-index: 20;
}
.int .line.in-back {
    z-index: -1;
}
.int .line.fixed {
    position: fixed;
}
.int .line.full-height {
    height: 100%;
}
.int .line.bar::before {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    background:#000;
    opacity: 0.1;
    content: '';
}
.int .line.backg-dots-top::after, .int .line.backg-dots-bottom::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  padding: 29.2% 0 0 0;
  transform: translate(-50%, 0);
  background-image: url(../image/backg_dots.webp);
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0.02;
  content: '';
}
.int .line.backg-dots-top::after {
  top: 0;
}
.int .line.backg-dots-bottom::after {
  bottom:0;
  transform: translate(-50%, 0) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .int .line.backg-dots-top::after, .int .line.backg-dots-bottom::after {
    width: 150%;
    background-size: 150% 150%;
  }
}
@media screen and (max-width: 700px) {
  .int .line.backg-left {
      background-image: none!important;
  }
  .int .line.backg-right {
      background-image: none!important;
  }
  .int .line.backg-down-center {
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: cover;
  }
  .int .line.backg-dots-top::after, .int .line.backg-dots-bottom::after {
    width: 100%;
    background-size: 400% 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding: 100% 0 0 0;
  }
}

/* == line - skew == */
.int .line.skew-right {
    clip-path: polygon(0 0, 100% 8%, 100% 91%, 0 100%);
}
.int .line.skew-left {
    clip-path: polygon(0 0, 0% 8%, 100% 100%, 0 92%);
}
@media screen and (max-width: 1300px) {
  .int .line.skew-right {
      clip-path: polygon(0 0, 100% 4%, 100% 96%, 0 100%);
  }
  .int .line.skew-left {
      clip-path: polygon(0 0, 0% 4%, 100% 100%, 0 96%);
  }
}
@media screen and (max-width: 700px) {
  .int .line.skew-right {
      clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
  }
  .int .line.skew-left {
      clip-path: polygon(0 0, 0% 2%, 100% 100%, 0 98%);
  }
}

/* == line - square == */
.int .line .square {
    position: absolute;
    width: 41%;
    border-radius: 45px;
    transform: translate(-50%, -50%) rotate(-62deg);
    opacity: 0.25;
    z-index: 1;
}
.int .line .square::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    content: '';
}
.int .line .square.left {
    left: -15%;
}
.int .line .square.left.half {
    left: -20%;
}
.int .line .square.right {
    left: 115%;
}
.int .line .square.right.half {
    left: 120%;
}
@media screen and (max-width: 700px) {
    .int .line .square {
      border-radius: 25px;
  }
}

/* == line - backg == */
.int .line .backg {
    position: absolute;
    top: 5%;
    height: 90%;
}
.int .line .backg.half {
    width: 50%;
}
.int .line .backg.left {
    left:0;
}
.int .line .backg.right {
    right:0;
}
.int .line.backg-left {
    background-position: 0 50%;
    background-size: cover;
}
.int .line.backg-right {
    background-position: 100% 50%;
    background-size: cover;
}
.int .line.backg-center {
    background-position: 50% 50%;
    background-size: cover;
}
.int .line.backg-down-center {
    background-position: 50% 100%;
    background-size: cover;
}
@media screen and (max-width: 700px) {
}

/* == line - bar == */
.int .line .bar {
    position: absolute;
    width: 6px;
    height: 100px;
    border-radius: 1px;
    left: 50%;
    float: left;
    z-index: 2;
    pointer-events:none;
    transform: translateX(-50%);
}
.int .line .bar.half {
    height: 50px;
}
.int .line .bar.top {
    top:0;
}
.int .line .bar.bottom {
    bottom:0;
    top: auto;
}
@media screen and (max-width: 1000px) {
  .int .line .bar {
      height: 50px;
  }
  .int .line .bar.half {
      height: 25px;
  }
}
@media screen and (max-width: 700px) {
  .int .line .bar {
      height: 30px;
  }
  .int .line .bar.half {
      height: 15px;
  }
}

/* == line - arrow == */
.int .line .arrow {
    position: absolute;
    display: none;
    width: 70px;
    height: 43.7px;
    left: 50%;
    top:calc(100% - 80px);
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    z-index: 19;
}
.int .line .arrow.on {
    display: block;
}
.int .line .arrow:hover {
    transform: translate(-50%, -50%) scale(1.2);
}
.int .line .arrow::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/arrow.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    content: '';
    z-index: 2;
}
.int .line .arrow::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 5px;
    background-image: url(../image/arrow.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    filter: grayscale(100) brightness(0) blur(5px);
    opacity: 0.5;
    content: '';
    z-index: 1;
}
.int .line .arrow a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
@media screen and (max-width: 700px) {
    .int .line .arrow {
      top:calc(100% - 40px);
    }
    .int .line .arrow {
        width: 50px;
    }
}


/* == line - content == */
.int .line .content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    z-index: 3;
}
.int .line.full-height .content {
    top: 50%;
    transform: translate(0, -50%);
}
.int .line .content.padding-small {
    padding: 100px 0;
}
.int .line .content.padding-medium {
    padding: 150px 0;
}
.int .line .content.padding-big {
    padding: 200px 0;
}
.int .line .content.padding-top {
    padding: 150px 0 0 0;
}
.int .line .content .box {
    position: relative;
    float: left;
    margin: 30px;
    padding: 30px 0;
    border-radius: 5px;
    text-align: justify;
}
.int .line .content .box.left {
    text-align: left;
}
.int .content .box.backg {
    padding: 30px;
}
.int .content .box.one-one {
    width: calc(100% - 60px);
    float: none;
    max-width: 1000px;
    margin: 30px auto;
}
.int .content .box.one-one.backg {
    width: calc(100% - 120px);
}
.int .content .box.one-one.full {
    max-width:100%;
}
.int .content .box.one-two {
    width: calc(50% - 60px);
}
.int .content .box.one-two.backg {
    width: calc(50% - 120px);
}
.int .content .box.one-three {
    width: calc(33.33% - 60px);
}
.int .content .box.one-three.backg {
    width: calc(33.33% - 120px);
}
.int .content .box.two-three {
    width: calc(66.66% - 60px);
}
.int .content .box.one-four {
    width: calc(25% - 60px);
}
.int .content .box.one-four.backg {
    width: calc(25% - 120px);
}
.int .line .content .box.right {
}
.int .line .content .box.left h1, .int .line .content .box.left h2, .int .line .content .box.left h3, .int .line .content .box.left h4 {
    text-align: left;
}
.int .line .content .box.right h1, .int .line .content .box.right h2, .int .line .content .box.right h3, .int .line .content .box.right h4 {
    text-align: right;
}
@media screen and (max-width: 1600px) {
    .int .line .content.padding-small {
        padding: 40px 0;
    }
    .int .line .content.padding-medium {
        padding: 80px 0;
    }
    .int .line .content.padding-big {
        padding: 120px 0;
    }
    .int .line .content.padding-top {
        padding: 120px 0 80px 0;
    }
    .int .line .content .box {
        margin: 25px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 25px;
    }
    .int .content .box.one-one {
        width: calc(100% - 50px);
        margin: 25px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 100px);
    }
    .int .content .box.one-two {
        width: calc(50% - 50px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 100px);
    }
    .int .content .box.one-three {
        width: calc(33.33% - 50px);
    }
    .int .content .box.one-three.backg {
        width: calc(33.33% - 100px);
    }
    .int .content .box.one-four {
        width: calc(25% - 50px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 100px);
    }
}
@media screen and (max-width: 1400px) {
    .int .line .content {
        width: calc(100% - 40px);
    }
    .int .line .content .box {
        margin: 20px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 80px);
    }
    .int .content .box.one-two {
        width: calc(50% - 40px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 80px);
    }
    .int .content .box.one-three {
        width: calc(33.33% - 40px);
    }
    .int .content .box.one-three.backg {
        width: calc(33.33% - 80px);
    }
    .int .content .box.one-four {
        width: calc(25% - 40px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 80px);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content {
        width: calc(100% - 30px);
    }
    .int .line .content.padding-small {
        padding: 30px 0;
    }
    .int .line .content.padding-medium {
        padding: 60px 0;
    }
    .int .line .content.padding-big {
        padding: 90px 0;
    }
    .int .line .content .box {
        margin: 15px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 30px);
        margin: 15px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 70px);
    }
    .int .content .box.one-two {
        width: calc(50% - 30px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 70px);
    }
    .int .content .box.one-three {
        width: calc(50% - 30px);
    }
    .int .content .box.two-three {
        width: calc(50% - 30px);
    }
    .int .content .box.one-three.backg {
        width: calc(50% - 70px);
    }
    .int .content .box.one-four {
        width: calc(50% - 30px);
    }
    .int .content .box.one-four.backg {
        width: calc(50% - 70px);
    }
}
@media screen and (max-width: 700px) {
    .int .line .content {
        width: calc(100% - 20px);
    }
    .int .line .content .box {
        margin: 10px;
        padding: 0px 0;
    }
    .int .line .content.padding-big {
        padding: 120px 0 120px 0;
    }
    .int .line .content.padding-top {
        padding: 120px 0 60px 0;
    }
    .int .content .box.one-one {
        width: calc(100% - 20px);
        margin: 15px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-two {
        width: calc(100% - 20px);
    }
    .int .content .box.one-two.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-three {
        width: calc(50% - 20px);
    }
    .int .content .box.one-three.mobile-full {
        width: calc(100% - 20px);
    }
    .int .content .box.two-three {
        width: calc(100% - 20px);
    }
    .int .content .box.one-three.backg {
        width: calc(50% - 60px);
    }
    .int .content .box.one-four {
        width: calc(50% - 20px);
    }
    .int .content .box.one-four,backg {
        width: calc(50% - 60px);
    }
}


/* == line - content - box - load == */

.int .line .content .box.hidden {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content .box.visible {
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 1;
}
@media screen and (max-width: 700px) {
    .int .line .content .box.hidden {
        opacity: 1;
    }
    .int .line .content .box.visible {
        transition-delay: 0s;
        opacity: 1;
    }
}


/* == line - content - box - call == */
.int .line .content .box .call {
    position: relative;
    display: block;
    font-size: 24px;
    margin: 0 0 30px 0;
}
.int .line .content .box.center .call {
    text-align: center;
}



/* == line - content - box - heading == */
.int .white h1,
.int .white h2,
.int .white h3,
.int .white h4,
.int .white h5 {
    color:#303030;
}
.int .line .content .box h1,
.int .line .content .box h2,
.int .line .content .box h3,
.int .line .content .box h4,
.int .line .content .box h5 {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 200;
    text-align: left;
}
.int .line .content .box h1.underline,
.int .line .content .box h1.underline,
.int .line .content .box h2.underline,
.int .line .content .box h2.underline,
.int .line .content .box h3.underline,
.int .line .content .box h3.underline,
.int .line .content .box h4.underline,
.int .line .content .box h4.underline,
.int .line .content .box h5.underline,
.int .line .content .box h5.underline {
    padding: 0 0 50px 0; 
}
.int .line .content .box h1.underline::before,
.int .line .content .box h1.underline::after,
.int .line .content .box h2.underline::before,
.int .line .content .box h2.underline::after,
.int .line .content .box h3.underline::before,
.int .line .content .box h3.underline::after,
.int .line .content .box h4.underline::before,
.int .line .content .box h4.underline::after,
.int .line .content .box h5.underline::before,
.int .line .content .box h5.underline::after {
    position: absolute;
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 5px 10px 5px 10px;
    bottom:0;
    transform: skewX(-28deg);
    content: '';
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.int .line .content .box h1.underline::before,
.int .line .content .box h2.underline::before,
.int .line .content .box h3.underline::before,
.int .line .content .box h4.underline::before,
.int .line .content .box h5.underline::before {
    background: #DC3F96;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.left h1.underline::before,
.int .line .content .box.left h2.underline::before,
.int .line .content .box.left h3.underline::before,
.int .line .content .box.left h4.underline::before,
.int .line .content .box.left h5.underline::before {
    left: -30px;
}
.int .line .content .box.right h1.underline::before,
.int .line .content .box.right h2.underline::before,
.int .line .content .box.right h3.underline::before,
.int .line .content .box.right h4.underline::before,
.int .line .content .box.right h5.underline::before {
    right: -30px;
}
.int .line .content .box h1.underline::after,
.int .line .content .box h2.underline::after,
.int .line .content .box h3.underline::after,
.int .line .content .box h4.underline::after,
.int .line .content .box h5.underline::after {
    width: 30px;
    background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.left h1.underline::after,
.int .line .content .box.left h2.underline::after,
.int .line .content .box.left h3.underline::after,
.int .line .content .box.left h4.underline::after,
.int .line .content .box.left h5.underline::after {
    left: 180px;
}
.int .line .content .box.right h1.underline::after,
.int .line .content .box.right h2.underline::after,
.int .line .content .box.right h3.underline::after,
.int .line .content .box.right h4.underline::after,
.int .line .content .box.right h5.underline::after {
    right: 180px;
}
.int .dark .content .box h1.mrk span::before,
.int .dark .content .box h1.mrk span::after,
.int .dark .content .box h2.mrk span::before,
.int .dark .content .box h2.mrk span::after,
.int .dark .content .box h3.mrk span::before,
.int .dark .content .box h3.mrk span::after,
.int .dark .content .box h4.mrk span::before,
.int .dark .content .box h4.mrk span::after,
.int .dark .content .box h5.mrk span::before,
.int .dark .content .box h5.mrk span::after {
    background: #fff;
}
.int .line .content .box h1.mrk.f-dark span::before,
.int .line .content .box h1.mrk.f-dark span::after,
.int .line .content .box h2.mrk.f-dark span::before,
.int .line .content .box h2.mrk.f-dark span::after,
.int .line .content .box h3.mrk.f-dark span::before,
.int .line .content .box h3.mrk.f-dark span::after,
.int .line .content .box h4.mrk.f-dark span::before,
.int .line .content .box h4.mrk.f-dark span::after,
.int .line .content .box h5.mrk.f-dark span::before,
.int .line .content .box h5.mrk.f-dark span::after {
    background: #303030;
}
.int .line .content .box h1.mrk span::after,
.int .line .content .box h2.mrk span::after,
.int .line .content .box h3.mrk span::after,
.int .line .content .box h4.mrk span::after,
.int .line .content .box h5.mrk span::after {
    left: calc(100% + 15px);
    right: auto;
}
.int .line .content .box.left h1.mrk span::after,
.int .line .content .box.left h2.mrk span::after,
.int .line .content .box.left h3.mrk span::after,
.int .line .content .box.left h4.mrk span::after,
.int .line .content .box.left h5.mrk span::after {
    left: -65px;
    right: auto;
}
.int .line .content .box.left h1,
.int .line .content .box.left h2,
.int .line .content .box.left h3,
.int .line .content .box.left h4,
.int .line .content .box.left h5 {
    text-align: left;
}
.int .line .content .box.right h1,
.int .line .content .box.right h2,
.int .line .content .box.right h3,
.int .line .content .box.right h4,
.int .line .content .box.right h5 {
    text-align: right;
}
.int .line .content .box.center h1,
.int .line .content .box.center h2,
.int .line .content .box.center h3,
.int .line .content .box.center h4,
.int .line .content .box.center h5 {
    text-align: center;
}
.int .line .content .box h1.big,
.int .line .content .box h2.big,
.int .line .content .box h3.big,
.int .line .content .box h4.big,
.int .line .content .box h5.big {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.int .line .content .box h1.medium,
.int .line .content .box h2.medium,
.int .line .content .box h3.medium,
.int .line .content .box h4.medium,
.int .line .content .box h5.medium {
    font-size: 46px;
    line-height: 46px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.int .line .content .box h1.small,
.int .line .content .box h2.small,
.int .line .content .box h3.small,
.int .line .content .box h4.small,
.int .line .content .box h5.small {
    font-size: 32px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.int .line .content .box h1.tiny,
.int .line .content .box h2.tiny,
.int .line .content .box h3.tiny,
.int .line .content .box h4.tiny,
.int .line .content .box h5.tiny {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.int .line .content .box h1.big small,
.int .line .content .box h2.big small,
.int .line .content .box h3.big small,
.int .line .content .box h4.big small,
.int .line .content .box h5.big small,
.int .line .content .box h1.medium small,
.int .line .content .box h2.medium small,
.int .line .content .box h3.medium small,
.int .line .content .box h4.medium small,
.int .line .content .box h5.medium small,
.int .line .content .box h1.small small,
.int .line .content .box h2.small small,
.int .line .content .box h3.small small,
.int .line .content .box h4.small small,
.int .line .content .box h5.small small,
.int .line .content .box h1.tiny small,
.int .line .content .box h2.tiny small,
.int .line .content .box h3.tiny small,
.int .line .content .box h4.tiny small,
.int .line .content .box h5.tiny small {
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 700;
}
.int .line .content .box h1.big small,
.int .line .content .box h2.big small,
.int .line .content .box h3.big small,
.int .line .content .box h4.big small,
.int .line .content .box h5.big small,
.int .line .content .box h1.medium small,
.int .line .content .box h2.medium small,
.int .line .content .box h3.medium small,
.int .line .content .box h4.medium small,
.int .line .content .box h5.medium small,
.int .line .content .box h1.small small,
.int .line .content .box h2.small small,
.int .line .content .box h3.small small,
.int .line .content .box h4.small small,
.int .line .content .box h5.small small,
.int .line .content .box h1.tiny small,
.int .line .content .box h2.tiny small,
.int .line .content .box h3.tiny small,
.int .line .content .box h4.tiny small,
.int .line .content .box h5.tiny small {
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 700;
}
.int .line .content .box h3.big .old {
    position: relative;
    display: block;
    font-size: 32px;
    text-decoration: line-through;
    display: inline;
    height: 24px;
    float: left;
    line-height: 24px;
    padding: 0 0 35px 0;
    margin: 10px 10px 0 0;
}
.int .line .content .box h3.big .old::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    background: #DCA93F;
    content: '';
}
.int .line .content .box h3.big .currency {
    display: none;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1350px) {
}
@media screen and (max-width: 700px) {
  .int .line .content .box h1.underline,
  .int .line .content .box h1.underline,
  .int .line .content .box h2.underline,
  .int .line .content .box h2.underline,
  .int .line .content .box h3.underline,
  .int .line .content .box h3.underline,
  .int .line .content .box h4.underline,
  .int .line .content .box h4.underline,
  .int .line .content .box h5.underline,
  .int .line .content .box h5.underline {
      padding: 0 0 40px 0; 
  }
  .int .line .content .box h1.underline::before,
  .int .line .content .box h1.underline::after,
  .int .line .content .box h2.underline::before,
  .int .line .content .box h2.underline::after,
  .int .line .content .box h3.underline::before,
  .int .line .content .box h3.underline::after,
  .int .line .content .box h4.underline::before,
  .int .line .content .box h4.underline::after,
  .int .line .content .box h5.underline::before,
  .int .line .content .box h5.underline::after {
      height: 30px;
  }
  .int .line .content .box h1.underline::before,
  .int .line .content .box h2.underline::before,
  .int .line .content .box h3.underline::before,
  .int .line .content .box h4.underline::before,
  .int .line .content .box h5.underline::before {
      left: -50px!important;
      right: auto;
  }
  .int .line .content .box h1.underline::after,
  .int .line .content .box h2.underline::after,
  .int .line .content .box h3.underline::after,
  .int .line .content .box h4.underline::after,
  .int .line .content .box h5.underline::after {
      width: 30px;
      left: 165px!important;
      right: auto;
  }
  .int .line .content .box h1.big,
  .int .line .content .box h2.big,
  .int .line .content .box h3.big,
  .int .line .content .box h4.big,
  .int .line .content .box h5.big {
      font-size: 62px;
      line-height: 62px;
  }
  .int .line .content .box h1.medium,
  .int .line .content .box h2.medium,
  .int .line .content .box h3.medium,
  .int .line .content .box h4.medium,
  .int .line .content .box h5.medium {
      font-size: 32px;
      line-height: 32px;
  }
  .int .line .content .box h1.small,
  .int .line .content .box h2.small,
  .int .line .content .box h3.small,
  .int .line .content .box h4.small,
  .int .line .content .box h5.small {
      font-size: 24px;
      line-height: 24px;
  }
  .int .line .content .box h1.tiny,
  .int .line .content .box h2.tiny,
  .int .line .content .box h3.tiny,
  .int .line .content .box h4.tiny,
  .int .line .content .box h5.tiny {
      font-size: 18px;
      line-height: 18px;
  }
  .int .right h1,
  .int .right h2,
  .int .right h3,
  .int .right h4,
  .int .right h5 {
      text-align: left!important;
  }
  .int .line .content .box h3.big .old::before {
      bottom: 16px;
      height: 13px;
  }
}


/* == line - content - banner == */
.int .line .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    opacity:0;
    pointer-events:none;
    transition: all 0.5s ease-in-out;
}
.int .line .slide.on {
    opacity:1;
    pointer-events:auto;
}
.int .line .slide .backg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.int .line .slide .backg.top {
    top: 0;
    bottom: auto;
}
.int .line .slide .backg.bottom {
    bottom: 0;
    top: auto;
}
.int .line .slide .backg.left {
    left: 0;
}
.int .line .slide .backg.right {
    right: 0;
}
.int .line .slide .backg.half-vertical {
    height: 50%;
}
.int .line .slide .backg.half-horizontal {
    width: 50%;
}
.int .line .slide .content.banner {
    position: absolute;
    display: block;
    max-width: 1300px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.int .line .slide .content.banner.bottom {
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0);
}
.int .line .slide .content.banner .box {
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
}
.int .line .slide .content.banner .box.one-one {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.int .line .slide .content.banner .box.image::before {
    display: none;
}
.int .line .slide .content.banner .image {
    position: absolute;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
}
.int .line .slide .content.banner .image.hidden {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .slide .content.banner .image.visible {
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 1;
}
.int .line .slide .content.banner .image.left {
    left: 15%;
}
.int .line .slide .content.banner .image.right {
    right: 15%;
}
.int .line .slide .content.banner .image img {
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    top:auto;
    left: auto;
    z-index: 2;
}
.int .line .slide .content.banner .circle {
    position: absolute;
    width: 100%;
    padding: 62% 0 0 0;
    top: 70%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1.3);
    background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    border-radius: 100%;
    z-index: 1;
}
.int .line .slide .content.banner .circle::before {
    position: absolute;
    display: block;
    width: 30%;
    top: 60%;
    left: 20%;
    padding: 30% 0 0 0;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0.35;
    filter: blur(50px);
    border-radius: 100%;
    content: '';
}
.int .line .slide .content.banner .box .buttons {
    padding: 30px 0 0 0;
}
.int .line .slide .content.banner .button.mouse {
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    width: 30px;
    height: 50px;
    transform: translate(-50%, -50%);
}
.int .line .slide .content.banner .button.mouse::before {
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url(../image/ico-mouse.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    z-index: 1;
}
.int .line .pages {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 30px;
}
.int .line .pages .page {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    cursor: pointer;
    z-index: 20;
}
.int .line .pages .page::before {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: '';
    transition: all 0.3s ease-in-out;
}
.int .line .pages .page.on::before {
    height: 30px;
    background: #DC3F96;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1450px) {
  .int .line .slide .content.banner {
        max-width: 80%;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .slide .content.banner .box {
        top: 60%!important;
    }
    .int .line .slide .content.banner .image {
        width: 55%;
        top: 35%!important;
    }
    .int .line .slide .content.banner .image.left {
        left: 0%;
    }
    .int .line .slide .content.banner .image.right {
        right: 0%;
    }
    .int .line .slide .content.banner .box.txt.center .buttons .button.mouse {
        display: none;
    }
    .int .line .slide .content.banner .box.txt.center .buttons .button {
        display: block;
        margin: 0 auto 20px auto;
    }
    .int .line .slide .content.banner .box.txt.center .buttons .button {
        display: block;
        margin: 0 auto 20px auto;
        width: 80%;
        padding: 0;
        height: 34px;
        line-height: 40px;
        font-size: 16px;
        min-height: 40px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .slide .content.banner {
        width: calc(100% - 40px);
        max-width: 100%;
        transform: translate(-50%, -50%);
    }
    .int .line .slide .content.banner::before, .int .line .slide .content.banner::after {
        height: 80px;
    }
    .int .line .slide .content.banner::before {
        top:calc(100% - 50px);
    }
    .int .line .slide .content.banner::after {
        bottom:calc(80% - 50px);
    }
    .int .line .slide .content.banner .image {
          top:35%!important;
          width: 75%;
    }

    .int .line .slide .content.banner .box {
        top: 72%!important;
    }
    .int .line .slide .content.banner .box .buttons {
        padding:30px 0 0 0;
    }
    .int .line .slide .content.banner .box.txt.center .buttons .button {
        display: block;
        margin: 0 auto 20px auto;
        width: 80%;
        padding: 0;
        height: 31px;
        line-height: 35px;
        font-size: 16px;
        min-height: 35px;
    }
    .int .line .slide .content.banner .button.mouse {
        top: calc(100% - 100px);
    }
    .int .line .pages {
        position: absolute;
        bottom: 30px;
        left: 30px;
        height: 15px;
    }
    .int .line .pages .page {
        height: 15px;
        width: 15px;
    }
    .int .line .pages .page::before, .int .line .pages .page.on::before {
        width: 15px;
        height: 15px;
        border-radius: 5px;
    }
}

/* == line - content - txt == */
.int .line .content .box.txt {
    font-size: 18px;
}
.int .line .content .box.backg {
    position: relative;
    top: auto;
    height: auto;
}
.int .line .content .box.txt p {
    margin: 20px 0 0 0;
}
.int .line .content .box.txt b, .int .line .content .box.txt strong {
    font-weight: 600;
}
.int .line .content .box.txt .block {
    position: relative;
}
.int .line .content .box.txt ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.int .line .content .box.txt ul li {
    position: relative;
    display: block;
    margin: 0;
    width: calc(100% - 20px);
    padding: 0 0 10px 20px;
}
.int .line .content .box.txt ul li::before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius:4px;
    background-color: #DCA93F;
    content: '';
}
.int .line .content .box.txt ul li .ico {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}
.int .line .content .box.txt ul li .ico::before {
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   background-image: url(../image/ico-engine.svg);
   background-size:400% 100% ;
   transform: translate(-50%, -50%);
   content: '';
}
.int .line .content .box.txt ul li .ico.transmission::before {
   background-position: 0 0;
}
.int .line .content .box.txt ul li .ico.engine::before {
   background-position: 33.33% 0;
}
.int .line .content .box.txt ul li .ico.seats::before {
   background-position: 66.66% 0;
}
.int .line .content .box.txt ul li .ico.gas::before {
   background-position: 100% 0;
}
.int .line .content .box.txt .icon {
  position: relative;
  width: 80px;
  margin: 0 30px 0 0;
  border-radius: 5px;
}
.int .line .content .box.txt.left .icon {
  float: left;
}
.int .line .content .box.txt.right .icon {
  float: right;
}
.int .line .content .box.txt.center .icon {
  margin: 0 auto 50px auto;
}
.int .line .content .box.txt .icon::before {
  position: relative;
  display: block;
  width: 100%;
  padding: 100% 0 0 0;
  content: '';
}
.int .line .content .box.txt .icon img {
  position: absolute;
  display: block;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.int .line .content .box.txt .modification {
  position: relative;
  margin: 30px 30px 0 0;
  float: left;
}
.int .line .content .box.txt .modification::after {
  position: absolute;
  display: block;
  width: 156px;
  height: 4px;
  left: 0;
  bottom: -40px;
  background-image: url('../image/ico-car-dashed.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  content: '';
}
.int .line .content .box.txt .modification .graph {
  position: absolute;
  display: block;
  width: 88px;
  height: 60px;
  top: 50%;
  left: calc(100% + 30px);
  transform: translate(0, -50%);
}
.int .line .content .box.txt .modification .graph::before {
  position: absolute;
  display: block;
  width: 100%;
  padding: 68% 0 0 0;
  top: 0;
  left: 0;
  background-image: url('../image/ico-car-graph.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  content: '';
}
.int .line .content .box.txt .modification .graph span {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 30px;
  top: 100%;
  left: 0%;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.int .line .content .box.txt .modification .row {
  position: relative;
  width: 100%;
  line-height: 40px;
}
.int .line .content .box.txt .modification .row span {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  text-align: right;
  padding: 0 20px 0 0;
}
.int .line .content .box.txt .contact-box {
    position: relative;
    display: block;
    width:calc(100% - 50px);
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    color: #fff;
}
.int .line .content .box.txt .contact-box .ico {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.txt .contact-box .ico::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50% 50%;
    background-size: 100% 100%;
    content:'';
}
.int .line .content .box.txt .contact-box .ico.map::after {
    background-image:url(../image/ico-contact-map.svg);
    top: 70%;
    left: 50%
}
.int .line .content .box.txt .contact-box .ico.clock::after {
    background-image:url(../image/ico-contact-clock.svg);
    top: 30%;
    left: 30%
}
.int .line .content .box.txt .contact-box .ico.phone::after {
    background-image:url(../image/ico-contact-phone.svg);
    top: 60%;
    left: 75%
}
.int .line .content .box.txt .contact-box .ico.email::after {
    background-image:url(../image/ico-contact-mail.svg);
    top: 50%;
    left: 60%
}
@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 700px) {
    .int .line .content .box.txt {
      font-size: 14px;
      text-align: left;
    }
    .int .line .content .box.txt p {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .int .line .content .box.txt .icon {
      width: 50px;
      margin: 0 30px 0 0;
    }
    .int .line .content .box.txt .modification .row {
      position: relative;
      width: 100%;
      line-height: 40px;
    }
    .int .line .content .box.txt .modification .row span {
      position: relative;
      display: block;
      float: none;
      width: 100%;
      text-align: left;
      padding: 0;
    }
    .int .line .content .box.txt .modification .graph {
      

    }
}
@media screen and (max-width: 350px) {
    .int .line .content .box.txt .modification .graph {
      position: relative;
      display: block;
      width: 73.3px;
      height: 50px;
      margin: 30px 0 0 0;
      top: auto;
      left: auto;
      transform: none;
      float: left;
    }
    .int .line .content .box.txt .modification .graph span {
      position: absolute;
      display: block;
      width: auto;
      line-height: 30px;
      top: 50%;
      left: calc(100% + 20px);
      transform: translate(0, -50%);
      font-size: 14px;
      text-align: center;
      color: #fff;
      white-space: nowrap;
    }
}

/* == line - content - txt - button == */
.int .line .content .box.txt .buttons {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.int .line .content .box.txt.center .buttons {
    text-align: center;
}
.int .line .content .box.txt .buttons .button {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 56px;
    min-height: 56px;
    color: #fff;
    background-color: #303030;
    border-radius: 5px;
    border:2px solid #DC3F96;
    padding: 0 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.txt .buttons .button::before {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.int .line .content .box.txt .buttons .button::after {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 100%;
    background: #DC3F96;
    border-radius: 0 0 4px 0;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: '';
}
.int .line .content .box.txt .buttons .button.back::after {
    left: 0%;
    border-radius: 4px 0 0 0;
}
.int .line .content .box.txt .buttons .button:hover {
    color: #fff;
    background-color: #DC3F96;
}
.int .line.dark .content .box.txt .buttons .button:hover {
    color: #fff;
    background-color: #DC3F96;
}
.int .line .content .box.txt.right .buttons .button {
    float: right;
}
.int .line .content .box.txt.center .buttons .button {
    float: none;
    display: inline-block;
}
.int .line .content .box.txt .buttons .button:hover {
    background-color: #303030;
}
@media screen and (max-width: 700px) {
    
    .int .line .content .box.txt .buttons {
        text-align: center;
    }
    .int .line .content .box.txt .buttons .button {
        float: none;
        width: 100%;
        font-size: 16px;
        line-height: 36px;
        min-height: 36px;
        padding: 0;
    }
    .int .line .content .box.txt .buttons .button + .button {
        margin: 30px 0 0 0;
    }
    .int .line .content .box.txt .buttons .button.right {
        float: none;
        width: 100%;
    }
}


/* == line - content - image == */
.int .line .content .box.image {
    transform-origin: 50% 50%;
}
.int .line .content .box.image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius:3px;
    transform-origin: 50% 50%;
}
.int .line .content .box.image.margin-top img {
    top: calc(50% + 50px);
}
.int .line .content .box.image.margin-bottom img {
    top: calc(50% - 50px);
}
.int .line .content .box.one-one.image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    transform: none;;
    object-fit: contain;
    border-radius:3px;
}
.int .line .content .box.one-one.image::before {
    display: none;
}
.int .line .content .box.image.expand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.int .line .content .box.image.expand::after {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.int .line .content .box.image.margin-top::after {
    bottom: -55px;
}
.int .line .content .box.image.margin-bottom::after {
    bottom: 45px;
}
.int .line .content .box.image .markers {
    position: absolute;
    top: -25px;
    right: -25px;
    height: 50px;
    z-index: 10;
}
.int .line .content .box.image .markers div {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 10px;
}
.int .line .content .box.image .promo {
    line-height: 50px;
    text-align: center;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    background-image: url(../image/ico-promo.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
}
.int .line .content .box.image .featured {
    background-image: url(../image/ico-star.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
}

@media screen and (max-width: 1600px) {
    .int .line .content .box.image.margin-top img {
        top: calc(50% + 50px);
    }
    .int .line .content .box.image.margin-bottom img {
        top: calc(50% - 50px);
    }
    .int .line .content .box.image .markers {
        position: absolute;
        top: -20px;
        right: 20px;
        height: 40px;
    }
    .int .line .content .box.image .markers div {
        position: relative;
        width: 40px;
        height: 40px;
    }
    .int .line .content .box.image .promo {
        line-height: 40px;
        font-size: 18px;
    }
        .int .line .content .box.image.margin-top img {
        top: calc(50% + 30px);
    }
    .int .line .content .box.image.margin-bottom img {
        top: calc(50% - 30px);
    }
    .int .line .content .box.image.margin-top::after {
        bottom: -35px;
    }
    .int .line .content .box.image.margin-bottom::after {
        bottom: 25px;
    }
}
@media screen and (max-width: 1300px) {
    .int .line .content .box.image.margin-top img, .int .line .content .box.image.margin-bottom img {
      top: calc(50%);
  }
    .int .line .content .box.image.margin-top::after, .int .line .content .box.image.margin-bottom::after {
        bottom: -3px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.image::before {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
  .int .line .content .box.image.margin-top img, .int .line .content .box.image.margin-bottom img {
      top: calc(50%);
  }
  .int .line .content .box.image .markers {
        position: absolute;
        top: -15px;
        right: 15px;
        height: 30px;
    }
    .int .line .content .box.image .markers div {
        position: relative;
        width: 30px;
        height: 30px;
    }
    .int .line .content .box.image .promo {
        line-height: 30px;
        font-size: 14px;
    }
    .int .line .content .box.image.margin-top::after, .int .line .content .box.image.margin-bottom::after {
        bottom: -3px;
    }

}

/* == line - content - image - slideshow == */
.int .line .content .box.image .slideshow {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.int .line .content .box.image.expand .slideshow {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border-radius:3px;
    transform-origin: 50% 50%;
    box-shadow:2px 3px 8px rgba(0, 0, 0, 0.1);
}
.int .line .content .box.image .slideshow::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    float: left;
    content: '';
}
.int .line .content .box.image .slideshow .slide {
    opacity:0;
    transition: all 0.3s ease-in-out;
    pointer-events:none;
}
.int .line .content .box.image .slideshow .slide.on {
    opacity:1;
    pointer-events:auto!important;
}
.int .line .content .box.image .slideshow img {
}
.int .line .content .box.image .slideshow img.on {
    opacity:1;
}
.int .line .content .box.image.left .slideshow {
    transform: translate(-50%, -60%) rotate(-3.7deg);
}
.int .line .content .box.image.right .slideshow {
    transform: translate(-50%, -60%) rotate(3.7deg);
}
.int .line .content .box.image.left .slideshow img {
    transform: translate(-50%, -50%);
}
.int .line .content .box.image.right .slideshow img {
    transform: translate(-50%, -50%);
}
.int .line .content .box.image .slideshow .navigation {
    position: absolute;
    display: block;
    width: 100px;
    height: 50px;
    bottom:20px;
    transform: none;
    z-index: 4;
}
.int .line .content .box.image.left .slideshow .navigation {
    right:20px;
}
.int .line .content .box.image.right .slideshow .navigation {
    left:20px;
}
.int .line .content .box.image .slideshow .navigation .click.on:last-of-type, .int .line .content .box.image .slideshow .navigation .click.on:first-of-type {
    opacity:0.5;
}
.int .line .content .box.image .slideshow .navigation .prev, .int .line .content .box.image .slideshow .navigation .next {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
}
.int .line .content .box.image .slideshow .navigation .prev::before,
.int .line .content .box.image .slideshow .navigation .prev::after,
.int .line .content .box.image .slideshow .navigation .next::before,
.int .line .content .box.image .slideshow .navigation .next::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../image/ico-direction.svg');
    background-size: 100%;
    content: '';
}
.int .line .content .box.image .slideshow .navigation .prev::before,
.int .line .content .box.image .slideshow .navigation .prev::after {
    transform:rotate(180deg);
}
.int .line .content .box.image .slideshow .navigation .prev::before,
.int .line .content .box.image .slideshow .navigation .next::before {
    filter: invert(100%) blur(3px);
    opacity:0.1;
}
@media screen and (max-width: 700px) {
    .int .line .content .box.image::before {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
  
  .int .line .content .box.image .slideshow {
      width: 80%;
  }
  .int .line .content .box.image.left .slideshow {
      transform: translate(-50%, -50%) rotate(-3.7deg);
  }
  .int .line .content .box.image.right .slideshow {
      transform: translate(-50%, -50%) rotate(3.7deg);
  }
  .int .line .content .box.image .slideshow img {
      width: 100%;
      height: auto;
  }
}

/* == line - content - movie == */
.int .line .content .box.movie {
}
.int .line .content .box.movie::after {

}
.int .line .content .box.movie::before {
    padding: 56.3% 0 0 0!important;
}
.int .line .content .box.movie iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:3px;
    transform-origin: 50% 50%;
    z-index: 2;
}


/* == line - content - map == */
.int .line .content .box.map {
    transform-origin: 50% 50%;
}
.int .line .content .box.map::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 0% 0 0 0;
    content: '';
}
.int .line .content .box.map iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius:3px;
    transform-origin: 50% 50%;
    box-shadow:2px 3px 8px rgba(0, 0, 0, 0.1);
    filter: grayscale(100%);
}
.int .line .content .box.map.big iframe {
    width: 100%;
    height: 100%;
}
.int .line .content .box.map.left iframe {
    transform: translate(-50%, -60%) rotate(-3.7deg);
}
.int .line .content .box.map.right iframe {
    transform: translate(-50%, -60%) rotate(3.7deg);
}
@media screen and (max-width: 1600px) {
  .int .line .content .box.map.left iframe {
      transform: translate(-50%, -50%) rotate(-3.7deg);
  }
  .int .line .content .box.map.right iframe {
      transform: translate(-50%, -50%) rotate(3.7deg);
  }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.map::before {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
  .int .line .content .box.map.big iframe {
      width: 80%;
      height: 80%;
  }
  .int .line .content .box.map.left iframe {
      transform: translate(-50%, -50%) rotate(-3.7deg);
  }
  .int .line .content .box.map.right iframe {
      transform: translate(-50%, -50%) rotate(3.7deg);
  }
}


/* == line - content - list == */
.int .line .content.list {
    overflow: hidden;
    flex-wrap: wrap;
}
.int .line .content.list .box {
    max-width: 100%;
    border-radius: 25px;
    height: auto;
}
.int .line .content.list .box.backg::before {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.int .line .content.list .box.backg::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px;
    z-index: 1;
    content: '';
}
.int .line .content.list .box.backg.white::after {
    background: #fff;
}
.int .line .content.list .box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.int .line .content.list .box h1,
.int .line .content.list .box h2,
.int .line .content.list .box h3,
.int .line .content.list .box h4,
.int .line .content.list .box h5,
.int .line .content.list .box h6 {
    z-index: 2;
}
.int .line .content.list .box h1.small,
.int .line .content.list .box h2.small,
.int .line .content.list .box h3.small,
.int .line .content.list .box h4.small,
.int .line .content.list .box h5.small,
.int .line .content.list .box h6.small {
    font-weight: 300;
    font-size: 24px;
}
.int .line .content.list .box .image {
   position: absolute;
   width: calc(50% - 60px);
   height: calc(100% - 60px);
   left: 30px;
   top: 30px;
}
.int .line .content.list .box.one-two .image {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
}
.int .line .content.list .box.one-two .image::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 50% 0 0 0;
    content: '';
}
.int .line .content.list .box .image img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   object-fit: contain;
   transform: translate(-50%, -50%);
}
.int .line .content.list .box.one-two .image img {
        position: absolute;
        display: block;
        width: 80%;
        height: auto;
        margin: auto;
}
.int .line .content.list .box .icon {
    position: relative;
    width: 30%;
    margin: 35px auto;
    z-index: 2;
}
.int .line .content.list .box .icon img {
    position: relative;
    display: block;
    width: 100%;
}
.int .line .content.list .box .icon::before, .int .line .content.list .box .icon::after {
    position: absolute;
    display: block;
    height: 5px;
    top: calc(100% + 10px);
    background: #303030;
    border-radius: 4px;
    content: '';
}
.int .line .content.list .box .icon::before {
    width: 15px;
    right: 10%;

}
.int .line .content.list .box .icon::after {
    width: calc(80% - 30px);
    left: 10%;

}
.int .line .content.list .box .info {
   position: relative;
   float: right;
   width: calc(50% - 30px);
}
.int .line .content.list .box.one-two .info {
        float: left;
        width: 100%;
     }
.int .line .content.list .box .info .title {
   position: relative;
   display: block;
   width: 100%;
   padding: 0 0 60px 0;
   margin: 0;
}
.int .line .content.list .box.one-two .info .title {
        text-align: center;
        padding: 0 0 60px 0;
     }
.int .line .content.list .box .info .title .make {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 24px;
   padding: 0 0 15px 0;
   font-weight: 300;
}
.int .line .content.list .box .info .title .model {
   position: relative;
   display: block;
   font-size: 52px;
   line-height: 52px;
   padding: 0 0 15px 0;
   font-weight: 300;
   font-family: 'Poppins', sans-serif;
}
.int .line .content.list .box .info .title .year {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 18px;
   font-weight: 700;
   padding: 0 0 0 15px;
}
.int .line .content.list .box .info .title .year::before {
   position: absolute;
   display: block;
   width: 6px;
   height: 18px;
   top: 50%;
   left: 0;
   border-radius: 1px;
   background: #303030;
   transform:translate(0, -50%);
   content: '';
}
.int .line .content.list .box .info .title .underline {
   position: absolute;
   display: block;
   width: 100%;
   height: 2px;
   left: 0;
   bottom: 29px;
}
.int .line .content.list .box .info .title .underline span {
   position: relative;
   display: block;
   width: 30px;
   height: 2px;
   border-radius: 1px;
   float: left;
   margin: 0 30px 0 0;
   background: #303030;
}
.int .line .content.list .box.one-two .info .title .make, .int .line .content.list .box.one-two .info .title .model, .int .line .content.list .box.one-two .info .title .year {
        display: inline-block;
        font-size: 24px;
        line-height: 24px;
        margin: 0 5px;
        padding: 0;
     }
.int .line .content.list .box.one-two .info .title .year {
        padding: 0 0 0 15px;
     }
.int .line .content.list .box.one-two .info .title .underline {
        width: 180px;
        left: 50%;
        transform: translateX(-50%);
     }
.int .line .content.list .box.one-two .info .title .underline span {
        margin: 0 15px;
     }
.int .line .content.list .box .info .data {
   position: relative;
   width: 100%;
   float: left;
}
.int .line .content.list .box.one-two .info .data {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 10%;
     }
.int .line .content.list .box .info .data .row {
   position: relative;
   display: block;
   float: left;
   font-size: 18px;
   line-height: 20px;
   font-weight: bold;
   padding: 0 30px 0 50px;
}
.int .line .content.list .box .info .data .row span {
   position: relative;
   display: block;
   float: left;
   font-size: 14px;
   font-weight: 300;
}
.int .line .content.list .box.one-two .info .data .row {
        width: calc(50% - 50px);
        margin: 0 0 30px 0;
        float: left;
        font-size: 18px;
        padding: 0 0 0 50px;
     }
.int .line .content.list .box .info .data .row .ico {
   position: absolute;
   display: block;
   width: 40px;
   height: 40px;
   border-radius: 1px;
   top: 0;
   left: 0;
   margin: 0 10px 0 0;
}
.int .line .content.list .box .info .data .row .ico::before {
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   background-image: url(../image/ico-engine.svg);
   background-size:400% 100% ;
   transform: translate(-50%, -50%);
   filter: invert(1);
   content: '';
}
.int .line .content.list .box .info .data .row .ico.transmission::before {
   background-position: 0 0;
}
.int .line .content.list .box .info .data .row .ico.engine::before {
   background-position: 33.33% 0;
}
.int .line .content.list .box .info .data .row .ico.seats::before {
   background-position: 66.66% 0;
}
.int .line .content.list .box .info .data .row .ico.gas::before {
   background-position: 100% 0;
}
.int .line .content.list .box .info .price {
   position: relative;
   display: block;
   width: 100%;
   line-height: 50px;
   padding: 50px 0 0 0;
   float: left;
   font-size: 32px;
}
.int .line .content.list .box.one-two .info .price {
   text-align: center;
   padding: 10px 0 0 0;
}
.int .line .content.list .box .info .price span .old, .int .line .content.list .box.one-two .info .price span .old {
   text-decoration: line-through;
   opacity: 0.5;
   font-size: 24px;
   display: inline-block;
   width: auto;
   margin: 0 0 0 10px;
}
.int .line .content.list .box.one-two .info .price span {
   display: block;
   width: 100%;
}
.int .line .content.list .box .info .price b {
   font-size: 24px;
}
.int .line .content.list .box .info .price .deposit {
    width: 100%;
    font-size: 16px;
}
.int .line .content.list .box .info .price .button {
    position: relative;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 50px;
    min-height: 50px;
    color: #fff;
    background-color: #81B73B;
    border-radius: 25px;
    padding: 0 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .content.list .box.one-two .info .price .button {
    position: relative;
    display: inline-block;
    margin: 20px 0 0 0;
    float: none;
}
.int .line .content.list .box .info .price .button:hover {
    background-color: #303030
}
.int .line .content.list .box .markers {
    position: absolute;
    top: -25px;
    right: -25px;
    height: 50px;
}
.int .line .content.list .box .markers div {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 10px;
}
.int .line .content.list .box .promo {
    line-height: 50px;
    text-align: center;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    background-image: url(../image/ico-promo.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    cursor: pointer;
}
.int .line .content.list .box .promo .title {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    height: auto;
    width: auto;
    color: #3d3d3d;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    opacity:0;
    pointer-events:none;
}
.int .line .content.list .box .promo .title::before {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}
.int .line .content.list .box .promo:hover .title {
    opacity: 1;
}
.int .line .content.list .box .featured {
    background-image: url(../image/ico-star.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
}
@media screen and (max-width: 1500px) {
    .int .line .content.list .box .markers {
        position: absolute;
        top: -20px;
        right: 20px;
        height: 40px;
    }
    .int .line .content.list .box .markers div {
        width: 40px;
        height: 40px;
    }
    .int .line .content.list .box .promo {
        line-height: 40px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1300px) {
    .int .line .content.list .box .info .data .row {
        width: 100%;
        margin: 0 0 20px 0;
     }
     .int .line .content.list .box .info .price span {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
     }
     .int .line .content.list .box .info .price .button {
        float: left;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.list .box, .int .line .content.list .box::after {
        border-radius: 10px;
    }
    .int .line .content.list .box.one-three {
        width: calc(50% - 40px);
        padding: 10px;
    }
    .int .line .content.list .box h1.small,
    .int .line .content.list .box h2.small,
    .int .line .content.list .box h3.small,
    .int .line .content.list .box h4.small,
    .int .line .content.list .box h5.small,
    .int .line .content.list .box h6.small {
        font-size: 16px;
    }
    .int .line .content.list .box .image {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
     }
     .int .line .content.list .box .image::before {
        position: relative;
        display: block;
        width: 100%;
        padding: 50% 0 0 0;
        content: '';
    }
     .int .line .content.list .box .info {
        float: left;
        width: 100%;
     }
     .int .line .content.list .box .info .title {
        text-align: center;
        padding: 0 0 60px 0;
     }
     .int .line .content.list .box .info .title .make, .int .line .content.list .box .info .title .model, .int .line .content.list .box .info .title .year {
        display: inline-block;
        font-size: 24px;
        line-height: 24px;
        margin: 0 5px;
        padding: 0;
     }
     .int .line .content.list .box .info .title .year {
        padding: 0 0 0 15px;
     }
     .int .line .content.list .box .info .title .underline {
        width: 180px;
        left: 50%;
        transform: translateX(-50%);
     }
     .int .line .content.list .box .info .title .underline span {
        margin: 0 15px;
     }
     .int .line .content.list .box .info .data {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 10%;
     }
     .int .line .content.list .box .info .data .row {
        width: 50%;
        margin: 0 0 30px 0;
        float: left;
        font-size: 18px;
     }
     .int .line .content.list .box .info .price {
        text-align: center;
        padding: 10px 0 0 0;
     }
     .int .line .content.list .box .info .price .button {
        position: relative;
        margin: 20px 0 0 0;
        float: none;
     }
     .int .line .content.list .box .markers {
        position: absolute;
        top: -15px;
        right: 20px;
        height: 00px;
    }
    .int .line .content.list .box .markers div {
        position: relative;
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 0 0 10px;
    }
    .int .line .content.list .box .promo {
        line-height: 30px;
        font-size: 14px;
    }
    .int .line .content.list .box .icon {
        width: 40%;
        margin: 20px auto;
    }
    .int .line .content.list .box .icon::before, .int .line .content.list .box .icon::after {
        position: absolute;
        display: block;
        height: 3px;
        top: calc(100% + 10px);
        background: #303030;
        border-radius: 4px;
        content: '';
    }
    .int .line .content.list .box .icon::before {
        width: 10px;
        right: 0%;
    
    }
    .int .line .content.list .box .icon::after {
        width: calc(100% - 20px);
        left: 0%;
    
    }
}
@media screen and (max-width: 550px) {
    .int .line .content.list .box .info .data .row, .int .line .content.list .box.one-two .info .data .row {
        width: 100%;
     }
}

/* == line - content - cars == */
.int .line .content.cars .box {
    position: relative;
    width: calc(70% - 250px);
    min-height: 192px;
    padding: 0 0 0 250px;
    margin: 0 15% 40px 15%;
}
.int .line .content.cars .box:nth-of-type(2n) {
    margin: 0 0 40px 20%;
}
.int .line .content.cars .box:nth-of-type(3n) {
    margin: 0 0 40px 17%;
}
.int .line .content.cars .box:nth-of-type(4n) {
    margin: 0 15% 40px 15%;
}
.int .line .content.cars .box a.image {
    position: absolute;
    width: 180px;
    top: 0;
    left: 0;
    border: 6px solid #DCA93F;
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.int .line .content.cars .box a.image:hover {
    border: 6px solid #DC3F96
}
.int .line .content.cars .box a.image::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    content: '';
    float: left;
}
.int .line .content.cars .box a.image img {
    position: absolute;
    display: block;
    width: 102%;
    height: 102%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.int .line .content.cars .box .info {
    position: relative;
    float: left;
    margin: 40px 0 0 0;
}
.int .line .content.cars .box .info a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.int .line .content.cars .box .info .title {
    position: relative;
    width: 100%;
    float: left;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.int .line .content.cars .box .info .title b {
    font-weight: 800;
}
.int .line .content.cars .box .info .title {
    transition: all 0.2s ease-in-out;
}
.int .line .content.cars .box .info:hover .title {
    color: #DC3F96;
}
.int .line .content.cars .box .info .underline {
    position: relative;
    display: block;
    width: 50%;
    height: 30px;
}
.int .line .content.cars .box .info .underline::after {
    position: absolute;
    display: block;
    width: 156px;
    height: 4px;
    left: 0px;
    bottom: 10px;
    background-image: url(../image/ico-car-dashed.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    content: '';
}
.int .line .content.cars .box .data {
    position: relative;
    width: 100%;
    float: left;
    line-height: 30px;
}
.int .line .content.cars .box .data .row {
    position: relative;
    width: 100%;
    float: left;
}
.int .line .content.cars .box .data .row span {
    position: relative;
    width: 150px;
    margin: 0 20px 0 0;
    float: left;
    text-align: right;
}
.int .line .content.cars .box .data .row .mod {
    width: auto;
    margin: 0;
    float: none;
}
.int .line .content.cars .box.pagination {
    min-height: 0;
    padding: 80px 0 0 0;
}
.int .line .content.cars .box.pagination::after {
    display: none;
}
.int .line .content.cars .box.pagination a, .int .line .content.cars .box.pagination b {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    float: left;
    border-radius: 5px;
    margin: 0 20px 0 0;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content.cars .box.pagination a {
    border: 1px solid #DC3F96;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .content.cars .box.pagination a:hover {
    background: #DC3F96;
}
.int .line .content.cars .box.pagination b {
    background: #DCA93F;
    color: #303030;
}
@media screen and (max-width: 1000px) {
    .int .line .content.cars .box, .int .line .content.cars .box:nth-of-type(2n), .int .line .content.cars .box:nth-of-type(3n), .int .line .content.cars .box:nth-of-type(4n) {
        width: calc(100% - 210px);
        padding: 0 0 0 210px;
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.cars {
        overflow: visible;
    }
    .int .line .content.cars .box, .int .line .content.cars .box:nth-of-type(2n), .int .line .content.cars .box:nth-of-type(3n), .int .line .content.cars .box:nth-of-type(4n) {
        width: calc(100% - 20px);
        padding: 0;
        margin: 0 10px 30px 10px;
    }
    .int .line .content.cars .box {
      min-height: 0;
    }
    .int .line .content.cars .box::after {
      position: absolute;
      display: block;
      top: 0;
      left:-20px;
      height: 132px;
      width: 110px;
      background: #DCA93F;
      z-index: 1;
      content: '';
    }
    .int .line .content.cars .box:nth-of-type(even)::after {
      left:auto;
      right: -20px;
    }
    .int .line .content.cars .box a.image {
      position: relative;
      top: auto;
      margin: 0 0 0 20px;
      width: 120px;
      display: block;
      float: left;
      z-index: 2;
    }
    .int .line .content.cars .box:nth-of-type(even) a.image {
      float: right;
      margin: 0 20px 0 0;
    }
    .int .line .content.cars .box .info {
      margin: 0 0 30px 0;
      font-size: 14px;
      width: calc(100% - 180px);
      float: right;
    }
    .int .line .content.cars .box:nth-of-type(even) .info {
      float: left;
    }
    .int .line .content.cars .box .info .title {
      font-size: 18px;
    }
    .int .line .content.cars .box:nth-of-type(odd) .info .title {
      text-align: left;
    }
    .int .line .content.cars .box:nth-of-type(even) .info .title {
      text-align: right;
    }
    .int .line .content.cars .box .info .underline {
        width: 100%;
    }
    .int .line .content.cars .box:nth-of-type(even) .info .underline {
        float: right;
    }
    .int .line .content.cars .box .info .underline::after {
        left: 0px;
    }
    .int .line .content.cars .box:nth-of-type(even) .info .underline::after {
        left: auto;
        right: 0px;
    }
    .int .line .content.cars .box .data {
        float: none;
        width: auto;
    }
    .int .line .content.cars .box:nth-of-type(even) .data {
        float: right;
    }
    .int .line .content.cars .box .data .row {
        width: auto;
        float: none;
    }
    .int .line .content.cars .box .data .row span {
        width: 43px;
        margin: 0 10px 0 0;
    }
    .int .line .content.cars .box .data .row .mod {
        display: none;
    }
    .int .line .content.cars .box.pagination a, .int .line .content.cars .box.pagination b {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width: 400px) {
    .int .line .content.cars .box a.image {
      margin: 0 0 0 0;
      width: 120px;
    }
    .int .line .content.cars .box:nth-of-type(even) a.image {
      margin: 0 0 0 0;
    }
    .int .line .content.cars .box::after {
      width: 90px;
    }
    .int .line .content.cars .box .info {
        margin: 0 0 30px 0;
        width: calc(100% - 150px);
    }
    .int .line .content.cars .box .data .row span {
        margin: 0 5px 0 0;
    }
}



/* == line - content - gallery == */
.int .line .content.gallery {
   
}
.int .line .content.gallery .box {
    padding: 0;
}
.int .line .content.gallery .box::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    float: left;
    content: '';
}
.int .line .content.gallery .box::after {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -2;
    opacity: 0.5;
    content: '';
}
.int .line .content.gallery .box.expand::after {
    display: none;
}
.int .line .content.gallery .box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.int .line .content.gallery .box a h4 {
    position: absolute;
    display: block;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.int .line .content.gallery .box:hover a h4 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.int .line .content.gallery .box a h4 span {
    display: block;
    width: 100%;
    line-height: 50px;
    font-weight: 300;
}
.int .line .content.gallery .box a h4::before {
    position: absolute;
    display: block;
    width: 10%;
    height: 4px;
    top: 50%;
    left: 50%;
    background-color: #EC008C;
    border-radius:2px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    content: '';
}
.int .line .content.gallery .box:hover a h4::before {
    width: 50%;
}
.int .line .content.gallery .box img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.int .line .content.gallery .box.expand img {
    width: auto;
    object-fit: contain;
}

@media screen and (max-width: 700px) {
    .int .line .content.gallery .box a h4 {
        width: 90%;
        font-size: 16px;
    }
}

/* == line - content - form == */
.int .line .content .box.form {
}
.int .line .content .box.form fieldset {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.int .line .content .box.form .col {
    width: calc(33.33% - 20px);
    margin: 0 40px 0 0;
    float: left;
}
.int .line .content .box.form .col + .col {
    width: calc(66.66% - 20px);
    margin: 0;
    float: left;
}
.int .line .content .box.form .col.last {
    width: calc(33.33% - 20px);
    margin: 0 66% 0 0;
    float: left;
}
.int .line .content .box.form .row {
    width: 100%;
    margin: 0 0 40px 0;
    float: left;
}
.int .line .content .box.form .row.full {
	margin: 0 15px 30px 15px;
  width: calc(100% - 30px);
}
.int .line .content .box.form .row.half {
	margin: 0 15px 30px 15px;
  width: calc(50% - 30px);
}
.int .line .content .box.form .row.quarter {
	margin: 0 15px 30px 15px;
  width: calc(25% - 30px);
}
.int .line .content .box.form .row.one-three {
    width: calc(33.33% - 26.7px);
}
.int .line .content .box.form .row.one-three:nth-of-type(2) {
    margin: 0 40px;
}
.int .line .content .box.form .row.cont {
    width: 33.33%
}
.int .line .content .box.form .row.cont input {
    border-radius: 5px 0 0 5px;
}
.int .line .content .box.form .row.cont + .row.cont input {
    border-radius: 0!important;
}
.int .line .content .box.form .row.cont + .row.cont + .row.cont input {
    border-radius: 0 5px 5px 0!important;
}
.int .line .content .box.form .row.zero {
    margin: 0;
    height: 0;
    overflow: hidden;
}
.int .line .content .box.form .row input, .int .line .content .box.form .row textarea, .int .line .content .box.form .row select {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: calc(100% - 40px);
    height: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    box-sizing: content-box;
}
.int .line .content .box.form.blocked .row input, .int .line .content .box.form.blocked .row textarea, .box.form.blocked .row label, .int .line .content .box.form.blocked .row .selector .title, .int .line .content .box.form.blocked .buttons .button {
    pointer-events:none;
    background: #bbb;
}
.box.form.blocked .row label {
    opacity: 0.5;
    background: none;
}
.int .line .content .box.form .row.check {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}
.int .line .content .box.form .row label {
        width: calc(100% - 80px);
        height: 20px;
        padding: 10px 20px;
        margin: 0 20px 10px 20px;
}
.int .line .content .box.form .row label {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: calc(33.33% - 80px);
    height: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
    float: left;
    margin: 0 20px 10px 20px;
    cursor: pointer;
}
.int .line .content .inner .box.form .row label {
    width: calc(100% - 80px);
}
.int .line .content .box.form .row.radio label {
    position: relative;
    display: block;
    height: auto;
    width: calc(100% - 64px);
    padding: 0 0 0 60px;
    margin: 0;
    line-height: 56px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.int .line .content .box.form .row label .check {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #fff;
    float: left;
    margin: -2.5px 20px 0 0;
    padding: 0
}
.int .line .content .box.form .row label .check::before {
    position: absolute;
    display: block;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    background-image: url(../image/ico-check.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    content: '';
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.int .line .content .box.form .row label input:checked + .check::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.int .line .content .box.form .row.radio label::before {
    position: absolute!important;
    display: block;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #fff;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
    content: '';
}
.int .line .content .box.form .row.radio label::after {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 33px;
    transform: translate(-50%, -50%) scale(0.5);
    background-image: url(../image/ico-check.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    content: '';
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.int .line .content .box.form .row.radio input:checked + label::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.int .line .content .box.form .row label input[type="checkbox"] {
    display: none;
}
.int .line .content .box.form .row.radio input[type="radio"] {
    display: none;
}
.int .line .content .box.form .row span {
    position: relative;
    display: block;
    width: calc(50% - 40px);
    padding: 0 20px;
    line-height: 60px;
    text-align: right;
    float: left;
}
.int .line .content .box.form .row span.currency {
    display: inline;
    width: auto;
    padding: 0;
    line-height: normal;
    text-align: inherit;
    float: none;
}
.int .line .content .box.form .row input[type="date"] {
    width: calc(50% - 40px);
    float: left;
}
.int .line .content .box.form .row.error input, .int .line .content .box.form .row.error textarea, .int .line .content .box.form .row.error .selector .title {
    background: #DA4444;
    color: #fff;
}
.int .line .content .box.form .row textarea {
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-height: 220px;
}
.int .line .content .box.form .row .selector {
    position: relative;
    width: 100%;
}
.int .line .content .box.form .row .selector .title {
    position: relative;
    width: calc(100% - 40px);
    height: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 0;
    background: #f3f3f3;
    font-weight: 600;
    color: #303030;
    z-index: 2;
}
.int .line .content .box.form .row .selector .title .value {
    display: inline;
    font-weight: 300;
    margin: 0 0 0 20px;
    width: auto;
    padding: 0;
    line-height: inherit;
    float: none;
}
.int .line .content .box.form .row .selector .options {
    position: absolute;
    width: 100%;
    max-height: 5px;
    top: 30px;
    left: 0;
    padding: 10px 0 0 0;
    border-radius: 5px;
    border: 0;
    background: #f3f3f3;
    color: #303030;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.int .line .content .box.form .row .selector.on .options {
    top: 50px;
    max-height: 500px;
}
.int .line .content .box.form .row .selector .options::before {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    border-radius: 2px;
    top:10px;
    left: 50%;
    background: #DC3F96;
    transform: translate(-50%, -50%);
    content: '';
}
.int .line .content .box.form .row .selector .options .option {
    position: relative;
    width: 100%;
    text-indent: 20px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.form .row .selector .options .option:hover {
    background: #DCA93F;
}
.int .line .content .box.form #enquiry-nr, .int .line .content .box.form #availability-nr {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 5px;
    height: 5px;
    border: 0;
    background: #303030;
}
.int .line .content .box.form .success {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.form .success h1, .int .line .content .box.form .success h2, .int .line .content .box.form .success h3, .int .line .content .box.form .success h4, .int .line .content .box.form .success h5  {
    text-align: center;
}
.int .line .content .box.form .success.on {
    max-height: 3000px;
    opacity: 1;
}

.int .line .content .box.form.right .buttons .button {
    float: right;
}
.int .line .content .box.form .buttons .button.left {
    float: left;
}
.int .line .content .box.form .buttons .button.right {
    float: right;
}
.int .line .content .box.form.center .buttons {
    text-align: center;
}
.int .line .content .box.form.center .buttons .button {
    float: none;
    display: inline-block;
}
.int .line .content .box.form hr {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

@media screen and (max-width: 700px) {
  .int .line .content .box.form .row {
      margin: 0 0 20px 0;
  }
  .int .line .content .box.form .row.full, .int .line .content .box.form .row.half {
      width: calc(100% - 20px);
      margin: 0 10px 20px 10px;
  }
  .int .line .content .box.form .row.quarter {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
  .int .line .content .box.form .row.one-three {
      width: 100%;
  }
  .int .line .content .box.form .row.one-three:nth-of-type(2) {
      margin: 0 0 20px 0;
  }
  .int .line .content .box.form .row.cont {
      width: 100%
  }
  .int .line .content .box.form .row input, .int .line .content .box.form .row textarea, .int .line .content .box.form .row select {
      width: calc(100% - 20px);
      max-width: calc(100% - 20px);
      padding: 10px;
  }
  .int .line .content .box.form .row.cont input {
      border-radius: 5px!important;
  }
  .int .line .content .box.form .row.cont + .row.cont input {
      border-radius: 5px!important;
  }
  .int .line .content .box.form .row.cont + .row.cont + .row.cont input {
      border-radius: 5px!important;
  }
  .int .line .content .box.form .row label {
      width: calc(100% - 80px);
      height: 20px;
      padding: 10px 20px;
      font-size: 16px;
      margin: 0 20px 10px 20px;
  }
  .int .line .content .box.form .row.radio label {
      width: calc(100% - 54px);
      padding: 0 0 0 50px;
      line-height: 36px;
  }
  .int .line .content .box.form .row.radio label::before {
      width: 20px;
      height: 20px;
      left: 10px;
  }
  .int .line .content .box.form .row.radio label::after {
      width: 25px;
      height: 25px;
      left: 20px;
  }
  .int .line .content .box.form .col {
      width: 100%;
      margin: 0;
      float: left;
  }
  .int .line .content .box.form .col + .col {
      width: 100%;
      margin: 0;
      float: left;
  }
  .int .line .content .box.form .buttons {
      width: 100%;
  }
      .int .line .content .box.form .buttons .button {
        float: none;
        font-size: 16px;
        line-height: 36px;
        min-height: 36px;
    }
}
@media screen and (max-width: 450px) {
    .int .line .content .box.form .row span {
        width: calc(40% - 40px);
    }
    .int .line .content .box.form .row input[type="date"] {
        width: calc(60% - 40px);
    }
}


/* == contact - select == */
.contact-select {
    position: relative;
    width: calc(33.33% - 26.7px);
    height: 60px;
    float: left;
}
.contact-select .selected {
    position: relative;
    width: 100%;
    line-height: 60px;
    text-indent: 50px;
    float: left;
    font-size: 18px;
    font-weight: 800;
    color: #303030;
    background: #fff;
    border-radius: 5px;
    z-index: 2;
}
.contact-select .selected::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #303030;
    z-index: 2;
    transform: translateY(-50%);
    content: '';
}
.contact-select .contact-select-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    color: #303030;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    max-height: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.contact-select.on .contact-select-list {
    max-height: 80px;
    opacity: 1;
}
.contact-select .contact-select-list .row {
    position: relative;
    width: 100%;
    text-indent: 50px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.contact-select .contact-select-list .row:hover {
    background: #DCA93F;
}
@media screen and (max-width: 700px) {
    .contact-select {
        width: 100%;
        height: 40px;
    }
    .contact-select .selected {
        line-height: 40px;
        text-indent: 40px;
    }
    .contact-select .selected::before {
        left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #303030;
    }
    .contact-select .contact-select-list {
        padding: 40px 0 0 0;
    }
    .contact-select .contact-select-list .row {
        text-indent: 40px;
        line-height: 40px;
    }
}

/* == contact - hide == */
.int .line .content .box.hide {
    display: none;
    opacity: 1!important;
}
.int .line .content .box.hide.show {
    display: block;
}

/* == question == */
.question {
    position: fixed;
    width: 600px;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    z-index: 30;
    transition: all 0.4s ease-in-out;
    pointer-events:none;
}
.question.on {
    top: 50%;
    pointer-events:auto;
}
.question .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 30;
}
.question .close::before, .question .close::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background: #303030;
    top: 50%;
    left: 50%;
    content: '';
}
.question .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.question .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 700px) {
    .question {
      width: 100%;
      height: 100%;
      border-radius: 0px;
  }
  .question .line {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
}

/* == bottom == */
.bottoms {
  position: absolute;
  right: 45px;
  bottom: 45px;
}


.footer {
    position: relative;
    font-size: 18px;
    line-height: 50px;
}
.footer .cpr {
    float: left;
}
.footer .spacer {
    display: block;
    float: left;
    margin: 0 15px 0 40px;
}
.footer a {
    position: relative;
    float: left;
    display: block;
    color: #fff;
    padding: 0 25px;
    transition: all 0.2s ease-in-out;
}
.footer a:hover {
    color: #DC3F96;
}
.footer a::before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% + 5px);
    left: 100%;
    transform: translate(-50%, 0%);
    background-image: url(../image/ico-menu-spacer.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    content: '';
}
.footer .contact {
    position: relative;
    float: right;
}
.footer .contact a .ico {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}
.footer .contact a .ico::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50% 50%;
    background-size: 100% 100%;
    content: '';
}
.footer .contact a .ico.email::after {
    background-image: url(../image/ico-footer-mail.svg);
    top: 50%;
    left: 50%;
}
.footer .contact a .ico.phone::after {
    background-image: url(../image/ico-footer-phone.svg);
    top: 50%;
    left: 50%;
}
.footer .contact a::before {
    display: none;
}
@media screen and (max-width: 1350px) {
    .footer {
        text-align: center;
    }
    .footer .cpr {
        width: 100%;
        text-align: center;
        padding: 0 0 40px 0;
    }
    .footer .spacer {
        display: none;
    }
    .footer a {
        width: 100%;
        padding: 0;
        margin: auto 0;
        text-align: center;
    }
    .footer a::before {
        display: none;
    }
    .footer .contact {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .footer {
        text-align: center;
    }
    .footer .cpr {
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0;
    }
    .footer .spacer {
        display: none;
    }
    .footer a {
        width: 100%;
        text-align: center;
    }
}


/* ===================== store ===================== */
/* == ico == */
.ico {
	position:relative;
	border-radius:3px;
}
.ico.white {
	background:#fff;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.ico.light {
	background:#f3f3f3;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.ico.yellow {
	background:#DCA93F;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.ico.pink {
	background:#DC3F96;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.ico.white::after, .ico.light::after {
	filter:invert(1);
}
.ico.red {
	background:#bf0528;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.ico.dark {
	background:#303030;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.ico::after {
	position:absolute;
	display:block;
	width:80%;
	height:80%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	content:'';
}
.ico.on::after {
	background-image:url(../image/ico-nav.svg)!important;
	background-position:33.33% 0!important;
	background-size:400% 200%!important;
}
.ico.hamburger::after {
	background-image:url(../image/ico-nav.svg);
	background-position:0 0;
	background-size:400% 200%;
}
.ico.close::after {
	background-image:url(../image/ico-nav.svg);
	background-position:33.33% 0;
	background-size:400% 200%;
}
.ico.next::after {
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
}
.ico.previous::after {
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
	transform:translate(-50%, -50%) rotate(180deg);
}
.ico.check::after {
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
	transform:translate(-50%, -50%) rotate(102deg);
}
.ico.warning::after {
	content:'!';
	font-weight:bold;
	font-size:24px;
	color:#fff;
	text-align:center;
}
.ico.arrow::after {
	background-image:url(../image/ico-nav.svg);
	background-position:100% 0;
	background-size:400% 200%;
}
.ico.arrow-down::after {
	background-image:url(../image/ico-nav.svg);
	background-position:100% 0;
	background-size:400% 200%;
	transform:translate(-50%, -50%) rotate(90deg);
}
.ico.plus::after {
	background-image:url(../image/ico-nav.svg);
	background-position:0 100%;
	background-size:400% 200%;
}
.ico.minus::after {
	background-image:url(../image/ico-nav.svg);
	background-position:33.33% 100%;
	background-size:400% 200%;
}
.ico.dots::after {
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 100%;
	background-size:400% 200%;
}
.ico.delete::after {
	background-image:url(../image/ico-nav.svg);
	background-position:100% 100%;
	background-size:400% 200%;
}
.ico.cart::after {
	background-image:url(../image/ico-cart.svg);
	background-position:0 0;
	background-size:400% 200%;
}
.ico.onn.cart::after {
	background-image:url(../image/ico-nav.svg);
	background-position:33.33% 0;
	background-size:400% 200%;
}
.ico.lock::after {
	background-image:url(../image/ico-cart.svg);
	background-position:33.33% 0;
	background-size:400% 200%;
}
.ico.key::after {
	background-image:url(../image/ico-cart.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
}
.ico.document::after {
	background-image:url(../image/ico-cart.svg);
	background-position:100% 0;
	background-size:400% 200%;
}
.ico.list::after {
	background-image:url(../image/ico-cart.svg);
	background-position:0 100%;
	background-size:400% 200%;
}
.ico.package::after {
	background-image:url(../image/ico-cart.svg);
	background-position:33.33% 100%;
	background-size:400% 200%;
}
.ico.credit::after {
	background-image:url(../image/ico-cart.svg);
	background-position:66.66% 100%;
	background-size:400% 200%;
}
.ico.person::after {
	background-image:url(../image/ico-cart.svg);
	background-position:100% 100%;
	background-size:400% 200%;
}
.ico.mail::after {
	background-image:url(../image/ico-contact.svg);
	background-position:0 0;
	background-size:400% 100%;
}
.ico.phone::after {
	background-image:url(../image/ico-contact.svg);
	background-position:33.33% 0;
	background-size:400% 100%;
}
.ico.clock::after {
	background-image:url(../image/ico-contact.svg);
	background-position:66.66% 0;
	background-size:400% 100%;
}
.ico.map::after {
	background-image:url(../image/ico-contact.svg);
	background-position:100% 0;
	background-size:400% 100%;
}
.ico.edit::after {
	background-image:url(../image/ico-additional.svg);
	background-position:0 0;
	background-size:400% 200%;
}
.ico.view::after {
	background-image:url(../image/ico-additional.svg);
	background-position:33.33% 0;
	background-size:400% 200%;
}
.ico.eye::after {
	background-image:url(../image/ico-additional.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
}
.ico.fb::after {
	background-image:url(../image/ico-fb.svg);
	background-position:0 0;
	background-size:100% 100%;
}
.ico.insta::after {
	background-image:url(../image/ico-insta.svg);
	background-position:0 0;
	background-size:100% 100%;
}
.ico.yt::after {
	background-image:url(../image/ico-yt.svg);
	background-position:0 0;
	background-size:100% 100%;
}



/* == top - cart == */
.top .cart-box {
	position:absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 3px;
  color: #303030;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events:none;
}
.top .form-button.on .cart-box {
	opacity: 1;
  pointer-events:auto;
}
.top .cart-box::after {
	position:absolute;
	display:block;
	width:2px;
	height:22px;
	border-radius:2px;
	background:#d8d8d8;
	top:50%;
	left:-1px;
	transform:translateY(-50%);
	content:'';
}
.top .cart-box .close {
	position:absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 100%;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #DCA93F;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  overflow: hidden;
  color: #303030;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  cursor: pointer;
}
.top .cart-box .close:hover {
	background: #DC3F96;
  color: #fff;
}
.top .cart-box .end {
	position:relative;
	display:block;
	float:left;
	padding:0 30px;
	font-size:18px;
	font-weight:700;
	color:#222;
	line-height:100px;
	cursor:pointer;
}
.top .cart-box .end span + span {
	display:none;
}
.top .cart-box .cart-content {
	position:relative;
  min-width: 400px;
  float: left;
}
.top .cart-box .cart-content .inner {
	position:relative;
	overflow:hidden;
	padding:20px;
}
.top .cart-box .cart-content .row {
	position:relative;
	overflow:hidden;
	padding:0 0 30px 0;
}
.top .cart-box .cart-content .row.last {
	padding:0;
}
.top .cart-box .cart-content .row::after {
	position:absolute;
	display:block;
	width:100%;
	bottom:15px;
	transform:translate(0%, -50%);
	border-bottom:1px dashed #222;
	opacity:0.5;
	content:'';
}
.top .cart-box .cart-content .row.last::after {
	display:none;
}
.top .cart-box .cart-content .row .image {
	position:relative;
	overflow:hidden;
	width:30px;
	margin:0 10px 0 0;
	float:left;
}
.top .cart-box .cart-content .row .image img {
	position:relative;
	display:block;
	width:100%;
}
.top .cart-box .cart-content .row .name {
	position:relative;
	overflow:hidden;
	width:calc(100% - 40px);
	float:left;
}
.top .cart-box .cart-content .row .name a {
	display:block;
	font-size:16px;
  font-weight: 800;
	padding:0 0 5px 0;
	color:#303030;
  text-align: left;
}
.top .cart-box .cart-content .row .name small {
	position:relative;
	display:block;
	font-size:14px;
}
.top .cart-box .cart-content .row .name small span {
	opacity:0.7;
}
.top .cart-box .cart-content .row .no {
	position:relative;
	overflow:hidden;
	width:30px;
	padding:5px 10px 0 0;
	float:left;
	font-size:16px;
	line-height:30px;
}
.top .cart-box .cart-content .row .no span {
	font-size:12px;
}
.top .cart-box .cart-content .row .total {
	position:relative;
	overflow:hidden;
	padding:5px 10px 0 0;
	float:left;
	font-size:16px;
	line-height:30px;
}
.top .cart-box .cart-content .row .remove {
	position:relative;
	overflow:hidden;
	width:30px;
	padding:5px 0 0 0;
	float:right;
  
}
.top .cart-box .cart-content .row .remove .ico {
	position:relative;
	overflow:hidden;
	width:30px;
	height:30px;
	border-radius:4px;
}
.top .cart-box .cart-content .row h4 {
	position:relative;
	padding:20px 0;
	text-align:center;
	font-size:18px;
	margin:0;
	font-weight:400;
}
.top .cart-box .cart-content .totals {
	position:relative;
	overflow:hidden;
	float:left;
	font-size:16px;
	line-height:30px;
	padding:0 0 0 40px;
}
.top .cart-box .cart-content .totals + .totals {
	display:none;
}
.top .cart-box .cart-content .buttons {
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
	padding:10px 0 0 0;
}
.top .cart-box .cart-content .buttons a {
	position:relative;
	display:block;
	width:calc(50% - 30px);
	line-height:50px;
	border-radius: 4px;
	background: #DCA93F;
	color:#303030;
	padding:0 10px;
	transition: all 0.2s linear;
}
.top .cart-box .cart-content .buttons a:hover {
	background: #222;
}
.top .cart-box .cart-content .buttons a.left {
	float:left;
}
.top .cart-box .cart-content .buttons a.right {
	float:right;
}
.top .cart-box .cart-content .buttons a .ico {
	position:relative;
	display:block;
	width:30px;
	height:30px;
	margin:10px 10px 10px 0;
	float:left;
}
.top .cart-box .cart-content ul {
	position:relative;
	display:block;
	padding:20px;
	margin:0;
	list-style:none;
	background:#fff;
}
.top .cart-box .cart-content ul li {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	white-space:nowrap;
}
.top .cart-button {
	position:relative;
	width:50px;
	height:50px;
	float:right;
	margin:25px 0;
	cursor:pointer;
	overflow:visible;
	transition: all 0.2s linear;
}
.top .cart-button .number {
	position:absolute;
	top:50%;
	left:50%;
	font-size:12px;
	height:12px;
	font-weight:700;
	color:#fff;
	transform:translate(-50%, -50%);
}
.top .cart-button.on .number {
	opacity:0;
}
.top .cart-button .exclamation {
	position:absolute;
	top:0%;
	left:0%;
	font-size:12px;
	text-align:center;
	height:20px;
	width:20px;
	border-radius:100%;
	font-weight:700;
	color:#fff;
	background:#CC0000;
	transform:translate(-50%, -50%) scale(0.5, 0.5);
	transition: all 0.3s linear;
	opacity:0;
}
.top .cart-button .exclamation.on {
	transform:translate(-50%, -50%) scale(1, 1);
	opacity:1;
}
.top .cart-button .exclamation::after {
	position:relative;
	display:block;
	content:'!';
}
@media screen and (max-width: 1600px) {
  .top .cart-box .cart-content .row .name a {
    font-size:16px;
    font-weight: 800;
    padding:0 0 5px 0;
  }
}
@media screen and (max-width: 1350px) {
  .top .cart-box {
      position: absolute;
      top: 50px;
      left: calc(100% - 140px);
      transform: translate(-50%, 0);
  }
  .top .cart-box .close {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
	.top .cart-box {

	}
	.top .cart-box.on {

	}
}
@media screen and (max-width: 900px) {
	.top .cart-button  {
		width:40px;
		height:40px;
	}
	.top .cart-button .number {
		font-size:10px;
	}
  .top .cart-box {
        overflow-y: scroll;
        max-height: calc(100% - 104px);
  }
  .top .cart-box .cart-content .row .name a {
    font-size:14px;
    line-height: 20px;
  }
  .top .cart-box .cart-content .row .no {
    line-height: 20px;
  }
  .top .cart-box .cart-content .row .total {
    line-height: 20px;
  }
}
@media screen and (max-width: 700px) {
	.top .cart-box {
      position: fixed;
      left: 50%;
      top: 85px;
      width: calc(100% - 40px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .top .cart-box .cart-content {
      min-width: auto;
  }
  .top .cart-box .cart-content .inner {
      width: calc(100% - 40px);
  }
  .top .cart-box .cart-content .buttons a {
      position: relative;
      display: block;
      border-radius: 4px;
      background: #DCA93F;
      font-size: 14px;
      color: #303030;
      padding: 0 10px;
      transition: all 0.2s linear;
  }
}




/* == product - list == */
.int .content .box.product::before {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -1;
    opacity: 0.5;
    content: '';
}
.int .content .box.product::after {
    position: absolute;
    display: block;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    background: #fff;
    z-index: 1;
    border-radius: 25px;
    content: '';
}
.int .content .box.product .image {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.int .content .box.product .image img {
    position: relative;
    display: block;
    width: 70%;
    margin: 50px 15% 120px 15%;
}
.int .content .box.product .title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    color: #303030;
    font-family: 'Poppins', sans-serif;
    z-index: 3;
}
.int .content .box.product .title .manufacturer {
    font-size: 24px;
    font-weight: 800;
}
.int .content .box.product .title h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center!important;
}
.int .content .box.product .price {
    position: absolute;
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #303030;
    z-index: 3;
}
.int .content .box.product .price .currency {
    font-size: 18px;
    font-weight: 300;
}
.int .content .box.product .price-new {
    color: #DC3F96;
}
.int .content .box.product .price-old {
    font-size: 18px;
    text-decoration: line-through;
}
.int .content .box.product .title .buttons {
    left: -50px;
}
.int .content .box.product .title .buttons .button {
    font-size: 18px;
    line-height: 40px;
    min-height: 40px;
    padding: 0 30px;
}
.int .content .box.product .title .buttons .button::after {
    display: none;
}
@media screen and (max-width: 1500px) {
    .int .content .box.product .title h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .int .content .box.product .title h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .int .content .box.product::after {
        border-radius: 15px;
    }
    .int .content .box.product .image img {
        position: relative;
        display: block;
        width: 80%;
        margin: 50px 10% 100px 10%;
    }
    .int .content .box.product .price {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        font-size: 18px;
    }
    .int .content .box.product .price .currency {
        font-size: 14px;
    }
    .int .content .box.product .price-old {
        font-size: 14px;
    }
    .int .content .box.product .title {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .int .content .box.product .title .manufacturer {
        font-size: 16px;
    }
    .int .content .box.product .title h4 {
        font-size: 14px;
    }
    .int .content .box.product .title .buttons {
      left: auto;
    }
    .int .content .box.product .title .buttons .button {
      width: calc(100% - 4px);
      font-size: 16px;
      line-height: 30px;
      min-height: 30px;
      padding: 0;
    }
}
@media screen and (max-width: 500px) {
    .int .content .box.product::after {
        border-radius: 5px;
    }
    .int .content .box.product .title h4 {
        font-size: 12px;
    }
    .int .content .box.product .image img {
        position: relative;
        display: block;
        width: 80%;
        margin: 50px 10% 120px 10%;
    }
    .int .content .box.product .title .buttons .button {
      font-size: 14px;
      padding: 0;
      width: 100%;
    }
}

/* == category - breadcrumbs == */
.int .line .box.txt .breadcrumbs {
    position: relative;
    width: 100%;
    float: left;
}
.int .line .box.txt .breadcrumbs ul {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.int .line .box.txt .breadcrumbs ul li {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0 50px 0 0;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
}
.int .line .box.txt .breadcrumbs ul li a {
    position: relative;
    display: block;
    color: #fff;
}
.int .line .box.txt .breadcrumbs ul li::before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: calc(100% - 25px);
    transform: translate(-50%, -50%) skewX(-28deg);
    background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    border-radius: 3px;
    content: '';
}
.int .line .box.txt .breadcrumbs ul li:last-of-type::before {
    display: none;
}
@media screen and (max-width: 700px) {
   .int .line .box.txt .breadcrumbs ul li {
        padding: 0 40px 0 0;
        line-height: 25px;
        font-size: 14px;
    }
    .int .line .box.txt .breadcrumbs ul li::before {
        width: 15px;
        height: 15px;
        left: calc(100% - 20px);
    }
}

/* == category - filters == */
.int .line .box.txt .filter {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
}
.int .line .box.txt .filter label {
    position: relative;
    float: left;
    display: block;
    padding: 0 50px 0 20px;
    border-radius: 5px;
    background: #fff;
    line-height: 50px;
    color: #303030;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .box.txt .filter.on label {
    background: #DCA93F;
}
.int .line .box.txt .filter label::before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 5px);
    left: calc(100% - 20px);
    transform: translate(-50%, 0%) rotate(45deg);
    background-image: url(../image/ico-menu-spacer.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    filter:invert(100%);
    content: '';
}
.int .line .box.txt .filter ul {
    position: absolute;
    display: block;
    list-style: none;
    top: 45px;
    left: -10px;
    border-radius: 5px;
    background: #fff;
    box-shadow:0 4px 7px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    pointer-events:none;
    transition: all 0.2s ease-in-out;
}
.int .line .box.txt .filter.on ul {
    opacity: 1;
    pointer-events:auto;
}
.int .line .box.txt .filter ul li {
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #303030;
    white-space: nowrap;
    cursor: pointer;
}
.int .line .box.txt .filter ul li::before {
    display: none;
}
@media screen and (max-width: 1000px) {
    .int .line .box.txt .filter label {
        padding: 0 50px 0 20px;
        border-radius: 5px;
        line-height: 50px;
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .box.txt .filter label {
        padding: 0 50px 0 20px;
        border-radius: 5px;
        line-height: 40px;
        font-size: 14px;
    }
    .int .line .box.txt .filter ul {
        top: 35px;
        left: -5px;
    }
    .int .line .box.txt .filter.limit {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .int .line .box.txt .filter {
        margin: 0;
        width: 100%;
    }
    .int .line .box.txt .filter label {
        padding: 0 20px;
        width: calc(100% - 40px);
        border-radius: 5px;
        line-height: 40px;
        font-size: 14px;
    }
    .int .line .box.txt .filter ul li {
        padding: 0 20px;
        line-height: 30px;
        font-size: 14px;
    }
}

/* == category - view - type == */
.int .line .box.txt .view-type {
    position: relative;
    float: right;
}
.int .line .box.txt .view-type button {
    position: relative;
    float: left;
    display: block;    
    width: 50px;
    height: 50px;
    border:0;
    border-radius: 5px;
    margin: 0 0 0 20px;
    background: #fff;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .box.txt .view-type button:first-of-type {
    margin: 0;
}
.int .line .box.txt .view-type button:hover {
    background: #DC3F96;
}
.int .line .box.txt .view-type button.active {
    background: #DCA93F;
}
.int .line .box.txt .view-type button::before {
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/ico-list.svg);
    background-size: 200% 100%;
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .line .box.txt .view-type button:hover::before {
    filter:invert(100%) brightness(200%);
}
.int .line .box.txt .view-type button.list::before {
    background-position: 0 0;
}
.int .line .box.txt .view-type button.grid::before {
    background-position: 100% 0;
}
@media screen and (max-width: 700px) {
    .int .line .box.txt .view-type {   
        display: none;
    }
}

/* == category - pagination == */
.int .line .box.txt .pagination {
    position: relative;
    width: 100%;
    float: left;
}
.int .line .box.txt .showing {
    position: relative;
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 16px;
}
@media screen and (max-width: 700px) {
    .int .line .box.txt .showing {
        font-size: 14px;
    }
}

/* == category - list == */
.int .content .box.category {
    border-radius: 25px;
    overflow: hidden;
    padding: 0;
}
.int .content .box.category::before {
    position: relative;
    display: block;
    width:100%;
    padding: 100% 0 0 0;
    background: #fff;
    float: left;
    z-index: 1;
    content: '';
}
.int .content .box.category::after {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: 20px;
    bottom: -5px;
    left: 10px;
    filter: blur(5px);
    background: #000;
    z-index: -1;
    opacity: 0.5;
    content: '';
}
.int .content .box.category img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width:70%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    content: '';
}
.int .content .box.category .title {
    position: absolute;
    bottom:30px;
    left: 30px;
    width:calc(100% - 60px);
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    z-index: 3;
}
@media screen and (max-width: 1000px) {
    .int .content .box.category .title {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .int .content .box.category {
        border-radius: 15px;
    }
    .int .content .box.category .title {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .int .content .box.category {
        border-radius: 5px;
    }
    .int .content .box.category img {
        position: absolute;
        top: calc(50% - 20px);
    }
    .int .content .box.category .title {
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* == product - info == */
.int .line .box.product-info {
    padding: 0;
}
.int .line .box.product-info .image {
    position: relative;
    width: calc(33.33% - 30px);
    float:left;
}
.int .line .box.product-info .image a {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.int .line .box.product-info .image a img {
    position: relative;
    display: block;
    width: 100%;
}
.int .line .box.product-info .image .miniatures {
    position: relative;
    width: calc(100% + 20px);
    float:left;
    left: -10px;
    margin: 10px 0 0 0;
}
.int .line .box.product-info .image .miniatures .thumb {
    position: relative;
    width: calc(33.33% - 20px);
    float:left;
    margin: 10px 10px 0 10px;
}
.int .line .box.product-info .info {
    position: relative;
    width: calc(66.66% - 30px);
    float:right;
}
.int .line .box.product-info .info .price {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    float: left;
}
.int .line .box.product-info .info .price .currency {
    font-size: 18px;
    font-weight: 300;
}
.int .line .box.product-info .info .new {
    color: #DCA93F;
    float: left;
}
.int .line .box.product-info .info .old {
    text-decoration: line-through;
    float: left;
    margin: 0 0 0 20px;
    opacity: 0.5;
    font-weight: 300;
    font-size: 24px;
}
.int .line .box.product-info .info .old .currency {
    display: none;
}
.int .line .box.product-info .info .deposit {
    position: relative;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 300;
}
.int .line .box.product-info .info .stock {
    position: relative;
    width: 100%;
    margin: 10px 0 30px 0;
    float: left;
}
.int .line .box.product-info .info .stock span {
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 3px;
    background-repeat: repeat;
    background-position: 50% 50%;
    float: left;
}
.int .line .box.product-info .info .stock .green {
    color:#fff;
    background: #5FB243;
}
.int .line .box.product-info .info .stock .yellow {
    color:#303030;
    background: #DCA93F;
}
.int .line .box.product-info .info .stock .red {
    color:#fff;
    background: #990828;
}
.int .line .box.product-info .info .additional-info {
    position: relative;
    width: 100%;
    float:left;
    text-align: left;
    font-size: 16px;
    padding: 30px 0;
    margin: 0 0 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.int .line .box.product-info .info .additional-info p {
    margin:0;
}
.int .line .box.product-info .info .select {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    float: left;
}
.int .line .box.product-info .info .select.on {
    z-index: 6;
}
.int .line .box.product-info .info .select .text-danger {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 0 20px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 3px;
    transform: translate(0, -50%);
    color: #fff;
    background: #990828;
    z-index: 3;
}
.int .line .box.product-info .info .select .title {
    position: relative;
    width: 100%;
    line-height: 60px;
    text-indent: 50px;
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    background: #fff;
    border-radius: 5px;
    z-index: 2;
}
.int .line .box.product-info .info .select .title::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #303030;
    z-index: 2;
    transform: translateY(-50%);
    content: '';
}
.int .line .box.product-info .info .select ul {
    position: absolute;
    display: block;
    list-style: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 0 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    max-height: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    pointer-events:none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.int .line .box.product-info .info .select.on ul {
    opacity: 1;
    pointer-events:auto;
    max-height: 1000px;
}
.int .line .box.product-info .info .select ul li {
    position: relative;
    width: 100%;
    padding: 0;
    text-indent: 50px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .box.product-info .info .select ul li::before {
    display: none;
}
.int .line .box.product-info .info .buttons {
}
.int .line .box.product-info .info .buttons .qty {
    position: relative;
    float: left;
    margin: 2px 20px 0 0;
}
.int .line .box.product-info .info .buttons .qty div {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    border:0;
    float: left;
    color: #fff;
    cursor: pointer;
}
.int .line .box.product-info .info .buttons .qty div::before {
    position: absolute;
    display: block;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.int .line .box.product-info .info .buttons .qty .sub::before {
    content: '-';
}
.int .line .box.product-info .info .buttons .qty .add::before {
    content: '+';
}
.int .line .box.product-info .info .buttons .qty input {
    position: relative;
    width: 50px;
    height: 20px;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    border:0;
    float: left;
}
@media screen and (max-width: 700px) {
    .int .line .box.image.product-info::before {
        display: none;
    }
    .int .line .box.product-info .image {
        margin: 0 0 30px 0;
    }
    .int .line .box.product-info .image, .int .line .box.product-info .info {
        width: 100%;
    }
    .int .line .box.product-info .info .price {
        font-size: 32px;
        line-height: 32px;
        margin: 0;
    }
    .int .line .box.product-info .info .price .currency {
        font-size: 16px;
    }
    .int .line .box.product-info .info .old {
        margin: 0 0 0 20px;
        font-size: 18px;
    }
    .int .line .box.product-info .info .stock {
        margin: 10px 0 20px 0;
    }
    .int .line .box.product-info .info .stock span {
        padding: 0 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .int .line .box.product-info .info .select .title {
        line-height: 40px;
        text-indent: 50px;
        font-size: 16px;
    }
    .int .line .box.product-info .info .select ul {
        padding: 40px 0 0 0;
        font-size: 16px;
    }
    .int .line .box.product-info .info .select ul li {
        text-indent: 50px;
        line-height: 40px;
    }
    .int .line .box.product-info .info .buttons .qty {
        margin: 2px 20px 0 0;
    }
    .int .line .box.product-info .info .buttons .qty div {
        width: 44px;
        height: 44px;
    }
    .int .line .box.product-info .info .buttons .qty input {
        position: relative;
        width: 40px;
        height: 20px;
        padding: 10px 0;
    }
    .int .line .box.product-info .info .buttons .button {
        padding: 0 30px;
        width: auto;
        line-height: 40px;
        min-height: 40px;
        font-size: 16px;
    }
    .int .line .box.product-info .info .buttons .button::after {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .int .line .box.image.product-info {
        width: calc(100% - 20px);
    }
    .int .line .box.product-info .info .select .title {
        line-height: 40px;
        text-indent: 30px;
        font-size: 14px;
    }
    .int .line .box.product-info .info .select .title::before {
        left: 10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #303030;
    }
    .int .line .box.product-info .info .select ul li {
        text-indent: 30px;
        line-height: 40px;
    }
    .int .line .box.product-info .info .additional-info {
        text-align: left;
    }
}

/* == cart == */
.checkout-cart {
	position:relative;
	width:100%;
  color: #fff;
}
.checkout-cart .box.cart-product {
	overflow: hidden;
  margin: 0 auto!important;
}
.checkout-cart .box.cart-product::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:0px;
	left:0px;
	border-bottom:2px dashed #f3f3f3;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.checkout-cart .box .image {
	position:relative;
	width:100px;
	float:left;
	overflow:hidden;
	border-radius:3px;
	margin:0 30px 0 0;
  background: #fff;
}
.checkout-cart .box .image img {
	position:relative;
	width:100%;
	float:left;
}
.checkout-cart .box .name {
	position:relative;
	width:calc(100% - 130px);
	float:left;
	overflow:hidden;
}
.checkout-cart .box .name a {
	position:relative;
	display:block;
	padding:0 0 10px 0;
	color: #fff;
}
.checkout-cart .box .name small {
	position: relative;
    display: block;
    font-size: 14px;
}
.checkout-cart .box .name small span {
	opacity: 0.7;
}
.checkout-cart .box .right {
	position:relative;
	float:right;
	overflow:hidden;
}
.checkout-cart .box .qty {
	position:relative;
	float:left;
	overflow:hidden;
}
.checkout-cart .box .qty input {
	position:relative;
	display:block;
	float:left;
	border:0;
  border-radius:3px;
	margin:0;
	padding:10px;
	height:20px;
	width:20px;
	background:#fff;
	text-align:center;
	font-size:18px;
	color:#222;
}
.checkout-cart .box .qty .nr {
	line-height: 40px;
}
.checkout-cart .box .change {
	position:relative;
	float:left;
	overflow:hidden;
	width:40px;
	height:40px;
	cursor:pointer;
}
.checkout-cart .box .change .ico {
	position:relative;
	width:100%;
	height:100%;
}
.checkout-cart .box .price {
	position:relative;
	float:left;
	overflow:hidden;
	width:100px;
	line-height:40px;
	text-align:center;
}
.checkout-cart .box .price {
	position:relative;
	float:left;
	overflow:hidden;
	width:150px;
	line-height:40px;
}
.checkout-cart .box .remove {
	position:relative;
	width:40px;
	float:right;
}
.checkout-cart .box .remove .hidden {
	display: none;
}
.checkout-cart .box .remove .ico {
	position:relative;
	width:40px;
	height:40px;
	border:0;
	cursor:pointer;
}
.checkout-cart .modules {
	position:relative;
	width:100%;
	overflow:hidden;
	float:left;
}
.checkout-cart .modules .module {
	position:relative;
	width:100%;
	overflow:hidden;
	float:left;
	padding:0 0 30px 0;
}
.checkout-cart .modules .module::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #f3f3f3;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.checkout-cart .modules .module h3 {
	position:relative;
	display:block;
	font-size:24px;
	padding:0 0 20px 0;
}
.checkout-cart .modules .module .row {
	position:relative;
	width:50%;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0;
}
.checkout-cart .modules .module .row input {
    position: relative;
    width: calc(100% - 102px);
    height: 20px;
    padding: 15px;
    border: 0;
    border-radius: 3px;
    margin: 0;
    float:left;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.checkout-cart .modules .module .row .button {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    float:right;
    transition: all 0.2s ease-in-out;
}
.checkout-cart .modules .module .row .button .ico {
    position: relative;
    width: 100%;
	height:100%;
}
.checkout-cart .totals {
	position:relative;
	width:100%;
	padding:0 0 40px 0;
	overflow:hidden;
}
.checkout-cart .totals::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #f3f3f3;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.checkout-cart .totals .total {
	position:relative;
	float:left;
	overflow: hidden;
  width: 100%;
  line-height: 40px;
	text-align:right;
	font-size:24px;
}
.checkout-cart .totals .total .currency {
	font-size:16px;
}
.checkout-cart .totals .total .title {
	margin: 0 30px 0 0;
  font-size: 18px;
}
.checkout-cart .buttons .button.left {
	float:left;
}
.checkout-cart .buttons .button.right {
	float:right!important;
}
@media screen and (max-width: 1300px) {
  .checkout-cart .box.cart-product {
    padding: 0 0 20px 0!important;
    margin: 0 auto 20px auto!important;
  }
  .checkout-cart .box .qty input {
    padding:5px;
    height:20px;
    width:20px;
  }
  .checkout-cart .box .change {
    width:30px;
    height:30px;
  }
  .checkout-cart .box .remove {
    width:30px;
  }
  .checkout-cart .box .remove .hidden {
    display: none;
  }
  .checkout-cart .box .remove .ico {
    width:30px;
    height:30px;
  }
}
@media screen and (max-width: 1000px) {
	.checkout-cart .box .name {
		width:calc(100% - 130px);
	}
}
@media screen and (max-width: 800px) {
	.checkout-cart {
		padding:50px 0;
	}
	.checkout-cart .box .image {
		width:50px;
		margin:0 20px 0 0;
	}
	.checkout-cart .box .name {
		width:calc(100% - 70px);
	}
	.checkout-cart .box .name small {
		font-size:12px;
	}
	.checkout-cart .box .right {
		padding:20px 0 0 0;
	}
  .checkout-cart .totals .total .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
	.checkout-cart .modules .module .row {
		width:100%;
	}
	.checkout-cart .totals .total {
		width: 100%;
		line-height: 30px;
		font-size:18px;
	}
}
@media screen and (max-width: 500px) {
	.checkout-cart .box .right {
		width:100%;
	}
	.checkout-cart .box .qty {
		position:absolute;
		top:20px;
		left:0;
		float:none;
	}
  .checkout-cart .box .name a {
    font-size: 14px;
    text-align: left;
  }
	.checkout-cart .box .price {
		width:calc(100% - 60px);
		text-align:right;
	}
	.checkout-cart .box .remove {
		position:absolute;
		top:20px;
		right:0;
		float:none;
	}
}

/* == checkout == */
.checkout {
	position:relative;
	width:100%;
}
.checkout .panel {
	position:relative;
	width:100%;
	padding:0 0 30px 0;
}
.checkout .panel .title {
	position:relative;
	width:calc(100% - 40px);
	padding:20px;
	border-radius:3px;
	background: #DCA93F;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
	font-size:18px;
	color:#303030;
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .title {
	background: #DC3F96;
	color:#fff;
}
.checkout .panel .title a {
	display:block;
	width:100%;
	color:#222;
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .title a {
	color:#fff;
}
.checkout .panel .title a .ico {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	top:50%;
	right:20px;
	transform:translateY(-50%) rotate(-270deg);
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .title a .ico {
	transform:translateY(-50%) rotate(-90deg);
}
.checkout .panel .contents {
	position:relative;
	width:100%;
	overflow:hidden;
	height:0;
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .contents {
	height:auto;
}
.checkout .panel .inner {
	position:relative;
	width:calc(100% + 30px);
  left: -15px;
	overflow:hidden;
	padding:30px 0 0 0;
}
.checkout .panel .inner fieldset {
	position:relative;
	width:100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.checkout .panel .inner .box {
	padding:0;
  margin: 15px;
}
.checkout .panel .inner .box.one-one {
	width: calc(100% - 30px);
  max-width: 100%;
}
.checkout .panel .inner .box.one-two {
	width: calc(50% - 30px);
}
.checkout .panel .inner .box.form .row {
	margin: 0 15px 30px 15px;
  width: calc(100% - 30px);
}
.checkout .panel .inner .box.form .row.half {
	margin: 0 15px 30px 15px;
  width: calc(50% - 30px);
}
.checkout .panel .inner .box.form .row.quarter {
	margin: 0 15px 30px 15px;
  width: calc(25% - 30px);
}
.checkout .panel .inner .hidden {
	flex:none;
  width: 100%;
  display: none;
}
.checkout .panel .inner .hidden.on {
  display: block;
}
@media screen and (max-width: 1600px) {
  .checkout .panel .inner {
    width:calc(100% + 30px);
    left: -15px;
  }
}
@media screen and (max-width: 1400px) {
  .checkout .panel .inner {
    width:calc(100% + 30px);
    left: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .checkout .panel .inner {
    width:calc(100% + 30px);
    left: -15px;
  }
}
@media screen and (max-width: 700px) {
	.checkout {
		padding:50px 0;
	}
	.checkout .panel .title {
		font-size:16px;
	}
  .checkout .panel .inner {
    width:calc(100% + 20px);
    left: -10px;
    display: block;
  }
  .checkout .panel .inner .box {
    padding:0;
    margin: 10px;
  }
  .checkout .panel .inner .box.one-one {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .checkout .panel .inner .box.one-two {
    width: calc(100% - 20px);
  }
  .checkout .panel .inner .box.form .row {
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
  }
  .checkout .panel .inner .box.form .row.half {
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
  }
  .checkout .panel .inner .box.form .row.quarter {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
	.checkout .panel .title {
		font-size:14px;
	}
}

/* == account == */
.account {
}
.account .box.item {
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
	padding:0!important;
  margin: 0 30px 30px 30px!important;
}
.account .box h3 {
	position:relative;
	display:block;
	font-size:18px;
	font-weight:400;
	margin:0;
	padding:0;
}
.account .box.item a {
	position:relative;
	display:block;
	padding:0 20px 0 0;
	border-radius:4px;
	float:left;
	line-height:40px;
  color: #303030;
	background: #DCA93F;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
	transition: all 0.2s ease-in-out;
}
.account .box a:hover {
	background: #DC3F96;
  color: #fff;
}
.account .box a .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	float:left;
	margin:0 10px 0 0;
	transition: all 0.2s ease-in-out;
}
.account .box a:hover .ico {
}
.account .box.list .item {
	position:relative;
	width:calc(100% - 40px);
	float:left;
	overflow:hidden;
	padding:20px;
	border-radius:4px;
	background:#f3f3f3;
}
.account .box.list .item .contents {
	position:relative;
	width:calc(100% - 150px);
	float:left;
	overflow:hidden;
	font-size:16px;
}
.account .box.list .item .actions {
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
.account .box.list .item .actions .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0 0 0 20px;
	padding:0;
}
.account .box.list .item .actions .ico:hover {
	background:#222;
}
.account .box.list .item .actions .ico:first-of-type {
	margin:0;
}
.account .box .order {
	position:relative;
	width:calc(100% - 40px);
	float:left;
	overflow:hidden;
	padding:20px;
	border-radius:4px;
	background:#f3f3f3;
	font-size:16px;
}
.account .box .order .id, .account .box .order .customer, .account .box .order .products, .account .box .order .status {
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
	margin:0 0 10px 0;
}
.account .box .order .id, .account .box .order .status {
	font-size:14px;
}
.account .box .order .total {
	font-size:18px;
	font-weight:bold;
}
.account .box .order .actions {
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
.account .box .order .actions .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0;
	padding:0;
}
.account .box .order .actions .ico:hover {
	background:#222;
}
@media screen and (max-width: 1000px) {
    .account .box.item {
      margin: 0 20px 20px 20px!important;
    }
}
@media screen and (max-width: 700px) {
  .account .box.item {
      margin: 0 15px 20px 15px!important;
    }
}
@media screen and (max-width: 500px) {
	.account .box.list .item .contents {
		width:calc(100% - 40px);
	}
	.account .box.list .item .actions {
		position:relative;
		top:auto;
		right:auto;
		transform:none;
		margin:20px 0 0 0;
		float:right;
	}
}

/* == confirmation == */
.confirmation {
	position:relative;
	margin: 0 15px 30px 15px;
  width: calc(100% - 30px);
}
.confirmation .box.order-item.order-item {
	position:relative;
	width:100%;
	padding:0 0 40px 0;
	overflow:hidden;
	float:left;
}
.confirmation .box.order-item::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #f3f3f3;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.confirmation .box.order-item .name {
	position:relative;
	width:calc(100% - 200px);
	float:left;
	overflow:hidden;
	font-size:16px;
}
.confirmation .box.order-item .name a {
	position:relative;
	display:block;
	padding:0 0 5px 0;
	color: #fff;
  font-weight: 800;
}
.confirmation .box.order-item .name small {
	position: relative;
    display: block;
    font-size: 12px;
}
.confirmation .box.order-item .name small span {
	opacity: 0.7;
}
.confirmation .box.order-item .qty {
	position:absolute;
	right:100px;
	width:100px;
	height:calc(100% - 40px);
	text-align:center;
	overflow:hidden;
}
.confirmation .box.order-item .qty span {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.confirmation .box.order-item .price {
	position:absolute;
	right:0;
	overflow:hidden;
	width:100px;
	height:calc(100% - 40px);
	line-height:40px;
	text-align:center;
}
.confirmation .box.order-item .price span {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.confirmation .box.order-item .price span .currency {
	position:relative;
  display: inline;
	top:auto;
	left:auto;
	transform:none;
}
.confirmation .totals {
	position:relative;
	width:100%;
	float:left;
}
.confirmation .totals .total {
	position:relative;
	float:right;
    width: 100px;
    line-height: 40px;
	text-align:center;
	font-size:18px;
	white-space:nowrap;
	clear:both;
}
.confirmation .totals .total span {
	position:absolute;
	top:50%;
	right:100%;
	transform:translateY(-50%);
}
.confirmation .totals .total .currency {
	position:relative;
  display: inline;
	top:auto;
	left:auto;
  right: auto;
	transform:none;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 700px) {
	.confirmation {
		width:calc(100% - 20px);
    margin: 10px;
	}
  .confirmation .box.order-item .name {
		width:100%;
	}
	.confirmation .box.order-item .qty {
		padding:15px 0 0 0;
	}
	.confirmation .box.order-item .qty, .confirmation .box.order-item .price {
		position:relative;
		right:auto;
		width:100%;
		height:auto;
		text-align:left;
		float:left;
	}
	.confirmation .box.order-item .qty span, .confirmation .box.order-item .price span {
		position:relative;
		left:auto;
		text-align:left;
		transform:none;
	}
	.confirmation .totals {
		margin: 0 0 30px 0;
	}
  .confirmation .totals .total {
		float:left;
		text-align:left;
	}
	.confirmation .totals .total span {
		right:auto;
		left:100%;
	}
}
@media screen and (max-width: 500px) {
}

/* == address == */
.int .line .box.address-title {
    padding: 0;
}
.int .line .box.address-title::before {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -30px;
    left: 0px;
    border-bottom: 2px dashed #f3f3f3;
    opacity: 0.2;
    transform: translateY(-50%);
    content: '';
}
.int .line .box.address-box {
    padding: 0;
}
.int .line .box.address-box::before {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -30px;
    left: 0px;
    border-bottom: 2px dashed #f3f3f3;
    opacity: 0.2;
    transform: translateY(-50%);
    content: '';
}
.int .line .box.address-box .actions {
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}
.int .line .box.address-box .actions .ico {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    float: left;
}
@media screen and (max-width: 1600px) {
    .int .line .box.address-title::before, .int .line .box.address-box::before {
        bottom: -25px;
    }
}
@media screen and (max-width: 1400px) {
    .int .line .box.address-title::before, .int .line .box.address-box::before {
        bottom: -20px;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .box.address-title::before, .int .line .box.address-box::before {
        bottom: -15px;
    }
}

/* == alert == */
.alert {
	position:relative;
	width:calc(100% - 40px);
	padding:20px;
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:400;
	overflow:hidden;
	border-radius:4px;
	color:#fff;
}
.alert.in-product {
	position:absolute;
	width:auto;
  white-space: nowrap;
	bottom:calc(100% - 20px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  overflow: visible;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.alert.in-product::before {
	position:absolute;
	width:20px;
  height: 20px;
	top:calc(100% - 5px);
  left: 50%;
  background: #DCA93F;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 3px;
  content: '';
}
.alert.green {
	background: #DCA93F;
}
.alert.red {
	background: #d42c2c;
}
.alert .ico {
	position:relative;
	width:20px;
	height:20px;
	float:left;
	margin:0 20px 0 0;
	background:#fff;
	border-radius:100%;
	overflow:visible;
}
.alert .ico::after {
	width:200%;
	height:200%;
}
.alert button {
	display:block;
	margin:0 0 0 20px!important;
	padding:0;
	border:0;
	float:right!important;
	content:'';
	background:none!important;
}
.alert button.ico::after {
	width:100%!important;
	height:100%!important;
}
@media screen and (max-width: 1100px) {
	.alert {
		width:calc(100% - 30px);
		padding:15px;
		font-size:14px;
	}
}
@media screen and (max-width: 600px) {
	.alert {
		width:calc(100% - 20px);
		padding:10px;
		font-size:12px;
	}
  .alert.in-product::before {
    width:15px;
    height: 15px;
    top:calc(100% - 2px);
  }
}