@charset "UTF-8";
.preload * {-webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important;}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}
:root{
    --font-family:'Montserrat';
    
    --primary-font-color:#ffffff;
    --secondary-font-color:#ffffff;

    --primary-color:#ffffff;
    --secondary-color:#404041;
    --tertiary-color:#141414;

    --primary-shadow: 0px 4px 60px #00000017;

    --default-cubic-bezier: cubic-bezier(0.69, 0.28, 0.23, 1);

    --container-max-width: 1620;
    --container-min-width: 320;

    --min-font-size-h1: 30;
    --max-font-size-h1: 90;
    --min-font-size-h2: 25;
    --max-font-size-h2: 60;
    --min-font-size-h3: 22;
    --max-font-size-h3: 40;
    --min-font-size-h4: 16;
    --max-font-size-h4: 30;
    --min-font-size-p: 14;
    --max-font-size-p: 20;

    --g-columns: 12;
    --g-gutter : .75rem;
}
main {
    overflow: hidden;
}
main a {
    color: var(--primary-font-color);
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 1px;
}
main a:hover {
    text-decoration-color: var(--primary-font-color);
}
footer a {
    color: var(--primary-font-color);
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 1px;
}
.offer {
    position: absolute;
    right: 50px;
    margin-top: 50px;
    z-index: 6;
    transition: all 2s var(--default-cubic-bezier);
    opacity: 0;
    transform: translateX(30px);
}
.animate .offer {
    opacity: 1;
    transform: translateX(0px);
}
.offer p {
    margin: 0px;
}
.offer .rinc-btn-1 a::after {
    content: '';
    position: absolute;
    background-color:#f84040;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}
.full-height-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    border: solid 1px white;
    border-radius: 30px;
    top: 100%;
    left: 50%;
    transform: translateY(-120px) translateX(-50%);
}
.full-height-arrow:hover {
    background-color: var(--secondary-color);
}
.full-height-arrow::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 50%;
    border-bottom: solid 1px white;
    border-right: solid 1px white;
    transform: translateY(-11px) translateX(-50%) rotate(45deg);
}
.container {
    max-width: calc(var(--container-max-width) * 1px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    display:flex; flex-wrap:wrap;
    margin-inline:calc(-1*var(--g-gutter));
}

.row > * {
    box-sizing:border-box;
}

.row > [class^="col-"], .row > [class*=" col-"] {
    flex:0 0 calc(100%/var(--g-columns)*var(--col,12));
    max-width:calc(100%/var(--g-columns)*var(--col,12));
}

[class*="offset"] {
    margin-left:calc(100%/var(--g-columns)*var(--offset,0));
}
.col-1{--col:1}.col-2{--col:2}.col-3{--col:3}.col-4{--col:4}
.col-5{--col:5}.col-6{--col:6}.col-7{--col:7}.col-8{--col:8}
.col-9{--col:9}.col-10{--col:10}.col-11{--col:11}.col-12{--col:12}

.offset-0,.offset-xs-0{--offset:0}.offset-1,.offset-xs-1{--offset:1}.offset-2,.offset-xs-2{--offset:2}
.offset-3,.offset-xs-3{--offset:3}.offset-4,.offset-xs-4{--offset:4}.offset-5,.offset-xs-5{--offset:5}
.offset-6,.offset-xs-6{--offset:6}.offset-7,.offset-xs-7{--offset:7}.offset-8,.offset-xs-8{--offset:8}
.offset-9,.offset-xs-9{--offset:9}.offset-10,.offset-xs-10{--offset:10}.offset-11,.offset-xs-11{--offset:11}

body {
    padding: 0;
    margin: 0; 
    width: 100%;
    font-family: var(--font-family);
    background-color: #000000;
    color: var(--primary-font-color);
}
::selection {
    color: var(--primary-font-color);
    background: var(--secondary-color);
}
.top-navigation nav {
    margin-left: auto;
    margin-right: auto;
}
.rinc img {
    width: auto;
    height: auto;
}
.rinc main img {
    width: 100%;
    height: auto;
}
.rinc .in-view-check.big-img {
    transition: all 6s ease-out;
    opacity: 0;
    transform: scale(0.9);
}
.rinc .in-view.in-view-check.big-img {
    opacity: 1;
    transform: scale(1);
}
hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #373737;
    margin-bottom: 60px;
}
footer hr {
    margin-top: 90px;
    margin-bottom: 10px;
}
.footer-copyright {
    text-align: right;
}
.ccm-block-page-list-title a {
    display: block;
    text-decoration: none;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
/* headline and paragraph */
.rinc main h1, .rinc main h2, .rinc main h3, .rinc main h4, .rinc main h5, .rinc main h6, .rinc main p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.rinc h1, .rinc h2, .rinc h3, .rinc h4, .rinc h5, .rinc h6 {
    margin-top: 0px;
    margin-bottom: calc(1em / 2);
    font-weight: normal;
}

.rinc p, .rinc main ul li, .rinc main ol li, .rinc .product-list .ccm-block-page-list-title {
    font-size: clamp(var(--min-font-size-p) * 1px, calc(var(--min-font-size-p) * 1px + (var(--max-font-size-p) - var(--min-font-size-p)) * ((100vw - var(--container-min-width) * 1px) / (var(--container-max-width) - var(--container-min-width)))), var(--max-font-size-p) * 1px);
    line-height: 160%;
}

.rinc h1, .rinc .h1 * {
    font-size: clamp(var(--min-font-size-h1) * 1px, calc(var(--min-font-size-h1) * 1px + (var(--max-font-size-h1) - var(--min-font-size-h1)) * ((100vw - var(--container-min-width) * 1px) / (var(--container-max-width) - var(--container-min-width)))), var(--max-font-size-h1) * 1px);
    line-height: 100%;
    color: var(--primary-color);
}

.rinc h2, .rinc .h2 * {
    font-size: clamp(var(--min-font-size-h2) * 1px, calc(var(--min-font-size-h2) * 1px + (var(--max-font-size-h2) - var(--min-font-size-h2)) * ((100vw - var(--container-min-width) * 1px) / (var(--container-max-width) - var(--container-min-width)))), var(--max-font-size-h2) * 1px);
    line-height: 110%;
    color: var(--primary-color);
}

.rinc h3, .rinc .h3 * {
    font-size: clamp(var(--min-font-size-h3) * 1px, calc(var(--min-font-size-h3) * 1px + (var(--max-font-size-h3) - var(--min-font-size-h3)) * ((100vw - var(--container-min-width) * 1px) / (var(--container-max-width) - var(--container-min-width)))), var(--max-font-size-h3) * 1px);
    line-height: 130%;
    color: var(--primary-color);
}
.rinc h4, .rinc .h4 * {
    font-size: clamp(var(--min-font-size-h4) * 1px, calc(var(--min-font-size-h4) * 1px + (var(--max-font-size-h4) - var(--min-font-size-h4)) * ((100vw - var(--container-min-width) * 1px) / (var(--container-max-width) - var(--container-min-width)))), var(--max-font-size-h4) * 1px);
    line-height: 130%;
    color: var(--primary-color);
}
.rinc .ccm-ui, .rinc .ccm-ui * {
    font-size: revert;
    line-height: normal;
}
/* end of headline and paragraph */
.rinc .full-height {
    min-height: 100vh;
}
.rinc .logo img {
    margin-left: 50px;
    margin-right: 50px;
    width: 140px;
}
.rinc .footer-logo img {
    width: 140px;
}
.rinc .theme-tooltip {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    color: #ffffff;
    white-space: nowrap;
    bottom: 90%;
    left: 100%;
    background-color: #000000c7;
    backdrop-filter: blur(8px);
    padding: 5px 10px;
    border: solid 1px #ffffff1f;
    border-radius: 120px;
    font-size: 12px;
    transition: all 0.5s var(--default-cubic-bezier);
    transform: rotate(6deg) scale(0.6);
    opacity: 0;
}
.rinc .theme-tooltip.theme-tooltip-left {
    left: unset;
    right: 100%;
    margin-right: 10px;
}
/* buttons */
.rinc button {
    background: transparent;
    border: none;
}
.rinc .rinc-btn-1 a {
    display: inline-block;
    padding: 20px 35px;
    background-color: transparent;
    border: solid 1px var(--secondary-color);
    color: var(--primary-font-color);
    border-radius: 35px;
    text-decoration: none;
    backdrop-filter: blur(15px);
}
.rinc .rinc-btn-1 a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-font-color);
}
.rinc .rinc-btn-2 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--secondary-color);
    color: var(--secondary-font-color);
}
/* end of buttons */
.rinc *:hover > .theme-tooltip {
    transition-delay: 1s;
    transform: rotate(0deg) scale(1);
    opacity: 1;
}
.rinc .hamburger-button-stripe {
    display: block;
    height: 4px;
    width: 100%;
    background-color: var(--primary-color);
    transition: all 0.5s var(--default-cubic-bezier);
}
.rinc .hamburger-button-stripe:nth-child(2) {
    top: 18px;
}
.rinc .hamburger-button-stripe:nth-child(3) {
    top: 28px;
}
.hamburger-active .rinc .hamburger-button-stripe:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamburger-active .rinc .hamburger-button-stripe:nth-child(2) {
    transform: translateY(0px) rotate(-45deg);
    opacity: 0;
}
.hamburger-active .rinc .hamburger-button-stripe:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
}
.rinc .top-navigation {
    position: fixed;
    z-index: 5;
    top: 0px;
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 1s var(--default-cubic-bezier), opacity 1s var(--default-cubic-bezier);
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
}
.ccm-toolbar-visible .rinc .top-navigation {
    top: 48px;
}
.top-navigation nav .nav li a.nav-selected {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--secondary-color);
}
.top-navigation nav .nav li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #f84040;
}
/* forms */
.rinc .ccm-form fieldset {
    padding: 0px;
    border: 0px;
}
.rinc .ccm-form fieldset .mb-3 {
    position: relative;
}
.rinc .ccm-form fieldset label {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    font-size: 13px;
    padding: 5px;
}
.rinc .ccm-form fieldset .text-muted {
    position: absolute;
    z-index: 1;
    right: 0px;
    pointer-events: none;
    font-size: 13px;
    padding: 5px;
}
.rinc .ccm-form fieldset input, .rinc .ccm-form fieldset textarea {
    position: relative;
    padding: 30px 20px 20px 20px;
    border: solid 1px #dddfe1;
    width: 100%;
    width: -webkit-fill-available;
    border-radius: 3px;
    font-size: 16px;
}
.rinc .ccm-form .form-actions button {
    cursor: pointer;
    padding: 20px 80px;
    margin-top: 10px;
    border: solid 2px;
    font-size: 16px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s var(--default-cubic-bezier);
}
.rinc .ccm-form .form-actions button:hover {
    background-color: #59a83e40;
    border-color: #59a83e;
    transform: translateY(-3px);
    backdrop-filter: blur(3px);
}
/* end of forms*/
/* slider */
.rinc .slider {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 40px;
}
.rinc .slider-wrapper {
    position: relative;
    height: 600px;
    width: 100%;
    display: inline-block;
	margin-right: -5px;
	transform: translateX(0%);
	opacity: 0.5;
	transition: all 1s var(--default-cubic-bezier);
}
.rinc .slider-wrapper::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    width: 0%;
    height: 0%;
    margin: 40px;
	z-index: 1;
	pointer-events: none;
    transform: translateZ(70px);
	transition: all 0.5s var(--default-cubic-bezier);
}
.rinc .slider-wrapper::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
    width: 0%;
    height: 0%;
    margin: 40px;
	z-index: 1;
	pointer-events: none;
    transform: translateZ(70px);
	transition: all 0.5s var(--default-cubic-bezier);
}
.rinc .slider-wrapper:hover::before {
	transform: translate(-20px, -20px);
}
.rinc .slider-wrapper:hover::after {
	transform: translate(20px, 20px);
}
.rinc .slider-wrapper-margin {
    margin: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.rinc .slider-image {
    position: absolute;
    height: 100%;
    width: 100%;
}
.rinc .slider-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.rinc .slider-image::after {
    content: '';
    position: absolute;
    height: 40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, rgb(33, 33, 33) 100%);
}
.rinc .slider-text {
    position: absolute;
    right: 0px;
    left: 0px;
    color: #ffffff;
    bottom: 60px;
	padding-left: 30px;
    padding-right: 30px;
    white-space: normal;
	text-transform: uppercase;
	transition: all 0s var(--default-cubic-bezier);
	transform: skewY(5deg) translateY(50%);
    opacity: 0.5;
}
.rinc .slider-text p {
    color: #ffffff;
	line-height: 18px;
	word-wrap: break-word;
}
.rinc .slider-control-left {
	height: 100px;
	width: 82px;
	position: absolute;
    left: 0px;
	top: 0px;
    cursor: pointer;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: solid 36px transparent;
	z-index: 2;
    transition: all 0.5s cubic-bezier(0.86, -0.01, 0.17, 1.01);
}
.rinc .slider-control-right {
	height: 100px;
	width: 82px;
	position: absolute;
    right: 0px;
	top: 0px;
    cursor: pointer;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	border: solid 36px transparent;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.86, -0.01, 0.17, 1.01);
}
.rinc .slider-nakyvissa {
	z-index: 1;
}
.rinc .slider-nakyvissa-next {
	animation-name: slider-next;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.76,0,.18,1);
}
.rinc .slider-nakyvissa-prev {
	animation-name: slider-prev;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.76,0,.18,1);
}
.rinc .slider-control-right:hover, .rinc .slider-control-left:hover {
	transform: scale(1.1);
	filter:brightness(120%);
}
/* end of slider*/
/* filtering gallery */
.rinc .filtering-gallery {

}
.rinc .filtering-gallery-wrapper {
    cursor: pointer;
    margin-bottom: 30px;
}
.rinc .filtering-gallery-image-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.rinc .filtering-gallery-image {
    position: relative;
    padding-bottom: 100%;
    height: 0px;
}
.rinc .filtering-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.rinc .filtering-gallery-image img:nth-child(2) {
    top: 0px;
    left: 0px;
    position: absolute;
}
.rinc .filtering-gallery-text {
    padding: 0px 15px;
    position: absolute;
    bottom: 0px;
    background-color: #000000;
    color: #ffffff;
}
.rinc .filtering-gallery-popup {
    position: fixed;
    background: #ffffffc9;
    backdrop-filter: blur(10px);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
}
.rinc .filtering-gallery-popup-image {
    position: absolute;
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
    filter: drop-shadow(var(--primary-shadow));
}
.rinc .filtering-gallery-popup-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.rinc .filtering-gallery-popup-text {
    position: absolute;
    bottom: 20px;
    background-color: black;
    padding: 0px 15px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}
.rinc .active .filtering-gallery-popup {
    display: block;
}
.rinc .active .filtering-gallery-popup {
    z-index: 5;
    display: block;
}
.line {
    position: relative;
    padding-left: 130px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.line::before {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    width: 100px;
    background: linear-gradient(90deg,rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 1) 100%);
    top: 50%;
    transition: all 1s var(--default-cubic-bezier) 1s;
    transform: scaleX(0%);
}
.rinc .in-view.line::before {
    transform-origin: left;
    transform: scaleX(100%);
}
.rinc .in-view-check.line p {
    transition: all 0.6s var(--default-cubic-bezier) 1.8s;
    opacity: 0;
}
.rinc .in-view.in-view-check.line p {
    opacity: 1;
}
/* end of filtering gallery*/
.rinc .statistics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 30px;
    grid-auto-flow: row;
    grid-auto-rows: auto;
}
.rinc .statistics-statistic {
    text-align: center;
}
.rinc .statistics-number {
    font-size: calc(2vw + 1em);
}
.big-img {
    position: relative;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
}
header .big-img {
    position: absolute;
}
.row .col-md-6 .big-img img {
    transform: translate(-50%, 0%) scale(2.5);
    transform-origin: center;
    z-index: -1;
}
.medium-img {
    position: relative;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
}
.row .col-md-6 .medium-img img {
    transform: translate(0%, 0%) scale(1.5);
    transform-origin: center;
    z-index: -1;
}
.row .col-md-6:nth-child(1) .big-img img {
    margin-left: 20%;
}
.row .col-md-6:nth-child(2) .big-img img {
    margin-left: 80%;
}
.full-height .container, .full-height .row, .full-height .col-md-12 {
    min-height: inherit;
}
.full-height .row {
    align-content: center;
}
footer {
    background-color: var(--tertiary-color);
    padding-top: 120px;
    padding-bottom: 120px;
}
body .rinc .delay-0 > *, html body .rinc .delay-0 {
    transition-delay: 0s!important;
}
body .rinc .delay-1 > *, html body .rinc .delay-1 {
    transition-delay: 0.1s!important;
}
body .rinc .delay-2 > *, html body .rinc .delay-2 {
    transition-delay: 0.2s!important;
}
body .rinc .delay-3 > *, html body .rinc .delay-3 {
    transition-delay: 0.3s!important;
}
body .rinc .delay-4 > *, html body .rinc .delay-4 {
    transition-delay: 0.4s!important;
}
body .rinc .delay-5 > *, html body .rinc .delay-5 {
    transition-delay: 0.5s!important;
}
body .rinc .delay-6 > *, html body .rinc .delay-6 {
    transition-delay: 0.6s!important;
}
body .rinc .delay-7 > *, html body .rinc .delay-7 {
    transition-delay: 0.7s!important;
}
body .rinc .delay-8 > *, html body .rinc .delay-8 {
    transition-delay: 0.8s!important;
}
body .rinc .delay-9 > *, html body .rinc .delay-9 {
    transition-delay: 0.9s!important;
}
body .rinc .delay-10 > *, html body .rinc .delay-10 {
    transition-delay: 1.0s!important;
}
body .rinc .delay-11 > *, html body .rinc .delay-11 {
    transition-delay: 1.1s!important;
}
body .rinc .delay-12 > *, html body .rinc .delay-12 {
    transition-delay: 1.2s!important;
}
body .rinc .delay-13 > *, html body .rinc .delay-13 {
    transition-delay: 1.3s!important;
}
body .rinc .delay-14 > *, html body .rinc .delay-14 {
    transition-delay: 1.4s!important;
}
body .rinc .delay-15 > *, html body .rinc .delay-15 {
    transition-delay: 1.5s!important;
}
body .rinc .delay-16 > *, html body .rinc .delay-16 {
    transition-delay: 1.6s!important;
}
body .rinc .delay-17 > *, html body .rinc .delay-17 {
    transition-delay: 1.7s!important;
}
body .rinc .delay-18 > *, html body .rinc .delay-18 {
    transition-delay: 1.8s!important;
}
body .rinc .delay-19 > *, html body .rinc .delay-19 {
    transition-delay: 1.9s!important;
}
body .rinc .delay-20 > *, html body .rinc .delay-20 {
    transition-delay: 2s!important;
}
body .rinc .delay-21 > *, html body .rinc .delay-21 {
    transition-delay: 2.1s!important;
}
body .rinc .delay-22 > *, html body .rinc .delay-22 {
    transition-delay: 2.2s!important;
}
body .rinc .delay-23 > *, html body .rinc .delay-23 {
    transition-delay: 2.3s!important;
}
body .rinc .delay-24 > *, html body .rinc .delay-24 {
    transition-delay: 2.4s!important;
}
body .rinc .delay-25 > *, html body .rinc .delay-25 {
    transition-delay: 2.5s!important;
}
body .rinc .delay-26 > *, html body .rinc .delay-26 {
    transition-delay: 2.6s!important;
}
body .rinc .delay-27 > *, html body .rinc .delay-27 {
    transition-delay: 2.7s!important;
}
body .rinc .delay-28 > *, html body .rinc .delay-28 {
    transition-delay: 2.8s!important;
}
body .rinc .delay-29 > *, html body .rinc .delay-29 {
    transition-delay: 2.9s!important;
}
body .rinc .delay-30 > *, html body .rinc .delay-30 {
    transition-delay: 3.0s!important;
}
body .rinc .duration-100 > *, html body .rinc .duration-100 {
    animation-duration: 0.1s!important;
}
body .rinc .duration-200 > *, html body .rinc .duration-200 {
    animation-duration: 0.2s!important;
}
body .rinc .duration-300 > *, html body .rinc .duration-300 {
    animation-duration: 0.3s!important;
}
body .rinc .duration-400 > *, html body .rinc .duration-400 {
    animation-duration: 0.4s!important;
}
body .rinc .duration-500 > *, html body .rinc .duration-500 {
    animation-duration: 0.5s!important;
}
body .rinc .duration-600 > *, html body .rinc .duration-600 {
    animation-duration: 0.6s!important;
}
body .rinc .duration-700 > *, html body .rinc .duration-700 {
    animation-duration: 0.7s!important;
}
body .rinc .duration-800 > *, html body .rinc .duration-800 {
    animation-duration: 0.8s!important;
}
body .rinc .duration-900 > *, html body .rinc .duration-900 {
    animation-duration: 0.9s!important;
}
body .rinc .duration-1000 > *, html body .rinc .duration-1000 {
    animation-duration: 1.0s!important;
}
body .rinc .duration-1100 > *, html body .rinc .duration-1100 {
    animation-duration: 1.1s!important;
}
body .rinc .duration-1200 > *, html body .rinc .duration-1200 {
    animation-duration: 1.2s!important;
}
body .rinc .duration-1300 > *, html body .rinc .duration-1300 {
    animation-duration: 1.3s!important;
}
body .rinc .duration-1400 > *, html body .rinc .duration-1400 {
    animation-duration: 1.4s!important;
}
body .rinc .duration-1500 > *, html body .rinc .duration-1500 {
    animation-duration: 1.5s!important;
}
body .rinc .duration-1600 > *, html body .rinc .duration-1600 {
    animation-duration: 1.6s!important;
}
body .rinc .duration-1700 > *, html body .rinc .duration-1700 {
    animation-duration: 1.7s!important;
}
body .rinc .duration-1800 > *, html body .rinc .duration-1800 {
    animation-duration: 1.8s!important;
}
body .rinc .duration-1900 > *, html body .rinc .duration-1900 {
    animation-duration: 1.9s!important;
}
body .rinc .duration-2000 > *, html body .rinc .duration-2000 {
    animation-duration: 2s!important;
}
.rinc .animate-right {
    transition: all 2s var(--default-cubic-bezier);
    opacity: 0;
    transform: translateX(-90px);
}
.rinc .animate-left {
    transition: all 2s var(--default-cubic-bezier);
    opacity: 0;
    transform: translateX(90px);
}
.rinc .in-view.animate-right, .rinc .in-view.animate-left {
    opacity: 1;
    transform: translateX(0px);
}
.rinc .ccm-block-social-links {
    margin-bottom: 30px;
}
.rinc .ccm-block-social-links .list-inline-item a {
    display: flex;
    background-color: white;
    color: black;
    border-radius: 50px;
    width: 50px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    margin-right: 5px;
}
.rinc .ccm-block-social-links .list-inline-item a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.rinc .footer-contacts {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    gap: 4vw;
}
.rinc .footer-contacts p a {
    display: flex;
    color: white;
    text-decoration: none;
}
.menu h3 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    font-size: clamp(var(--min-font-size-h1) * 1px, calc(var(--min-font-size-h1) * 1px + (var(--max-font-size-h1) - var(--min-font-size-h1)) * ((100vw - var(--container-min-width) * 1px) / (var(--container-max-width) - var(--container-min-width)))), var(--max-font-size-h1) * 1px);
    margin-top: 1px;
    margin-left: 15px;
    margin-right: 15px;
}
.menu h3::after {
    content: '';
    position: relative;
    background-color: #f84040;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    right: -8px;
    bottom: 10px;
    margin-top: auto;
}
.box {
    padding: 10px 30px;
    margin-bottom: 60px;
    background-color: white;
}
.box ul {
    list-style-type: square;
}
.box ul li::marker {
    color: var(--secondary-color);
}
.mobile-logo {
    display: none;
    position: absolute;
}
.mobile-logo img {
    width: 150px;
    margin-left: 30px;
    margin-top: 30px;
}
.language {
    position: absolute;
    margin-top: 62px;
    right: 300px;
    z-index: 5;
}
.language .ccm-multilingual-switch-language-text {
    display: flex;
    align-items: center;
}
.language .ccm-multilingual-switch-language-text-label {
    display: none;
}
.language .ccm-multilingual-switch-language-text span:last-child {
    display: none;
}
.language .ccm-multilingual-switch-language-text a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
}
.rinc .space {
    margin-bottom: 20vh;
}
@media (max-width: 1499px) {
    .language {
        margin-top: 130px;
        right: 30px;
    }
    .hamburger-active .language {
        display: none;
    }
}
@media (max-width: 1399px) {
    .row .col-md-6:nth-child(1) .big-img img {
        margin-left: 30%;
    }
    .row .col-md-6:nth-child(2) .big-img img {
        margin-left: 70%;
    }

}
@media (max-width: 1199px) {
    .offer {
        position: fixed;
        bottom: 60px;
    }
    .rinc .space {
        margin-bottom: 10vh;
    }
    .rinc .template-background .space {
        margin-bottom: 10vh;
    }
}
@media (max-width: 991px) {
    .row .col-md-6:nth-child(1) .big-img img {
        margin-left: 40%;
    }
    .row .col-md-6:nth-child(2) .big-img img {
        margin-left: 60%;
    }
    .rinc .animate-right, .rinc .animate-left {
        transform: translateX(0px);
    }
    .rinc .in-view-check.big-img {
        transition: all 1s ease-out;
    }
    .row > * {
        padding-inline:var(--g-gutter);
    }
}
@media (max-width: 767px) {
    .mobile-logo {
        display: block;
    }
    .offer {
        z-index: 5;
        right: 0px;
        bottom: 0px;
    }
    .hamburger-button {
        position: fixed;
        z-index: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 6px;
        width: 100px;
        cursor: pointer;
        padding: 30px;
        right: 10px;
        margin-top: 103px;
    }
    .top-navigation nav {
        position: fixed;
        background-color: var(--secondary-color);
        padding: 30px 70px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        transform: translateX(100%);
    }
    .hamburger-active .top-navigation nav {
        transform: translateX(0%);
    }
    .top-navigation nav .nav {
        display: flex;
        height: 100%;
        padding: 0;
        margin: 0;
        flex-direction: column;
        justify-content: center;
        list-style: none;
    }
    .row .col-md-6 .big-img img {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 0px!important;
        width: auto;
        transform: translate(0px);
        max-height: 30vh;
    }
    .rinc .logo {
        display: none;
    }
    .top-navigation nav .nav li a {
        display: block;
        text-decoration: none;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: normal;
        line-height: 60px;
        font-size: 28px;
    }
    .menu h3, .menu h4 {
        display: flex;
        justify-content: center;
    }
    .rinc .footer-contacts {
        flex-direction: column;
    }
    footer {
        padding-bottom: 150px;
    }
    .rinc .hidden-sm {
        display: none;
    }
    .rinc .swap .col-md-12 .row .col-md-6:first-child  {
        order: 2;
    }
    .rinc .swap .col-md-12 .row .col-md-6:last-child  {
        order: 1;
    }
    .full-height-arrow {
        display: none;
    }
    .rinc .full-height {
        min-height: unset;
    }
    .template-background .big-img {
        margin-top: 60px;
    }
    .rinc .space {
        margin-bottom: 5vh;
    }
    .rinc .offer .rinc-btn-1 a {
        border-radius: 35px 0px 0px 0px;
    }
    .rinc .template-background img {
        margin-top: 140px;
    }
}
@media (max-width: 576px) {
    
}
@media (min-width: 576px) {
    .col-sm-1{--col:1}.col-sm-2{--col:2}.col-sm-3{--col:3}.col-sm-4{--col:4}
    .col-sm-5{--col:5}.col-sm-6{--col:6}.col-sm-7{--col:7}.col-sm-8{--col:8}
    .col-sm-9{--col:9}.col-sm-10{--col:10}.col-sm-11{--col:11}.col-sm-12{--col:12}
    .offset-sm-0{--offset:0}.offset-sm-1{--offset:1}.offset-sm-2{--offset:2}
    .offset-sm-3{--offset:3}.offset-sm-4{--offset:4}.offset-sm-5{--offset:5}
    .offset-sm-6{--offset:6}.offset-sm-7{--offset:7}.offset-sm-8{--offset:8}
    .offset-sm-9{--offset:9}.offset-sm-10{--offset:10}.offset-sm-11{--offset:11}
}

@media (min-width: 768px) {
    .col-md-1{--col:1}.col-md-2{--col:2}.col-md-3{--col:3}.col-md-4{--col:4}
    .col-md-5{--col:5}.col-md-6{--col:6}.col-md-7{--col:7}.col-md-8{--col:8}
    .col-md-9{--col:9}.col-md-10{--col:10}.col-md-11{--col:11}.col-md-12{--col:12}
    .offset-md-0{--offset:0}.offset-md-1{--offset:1}.offset-md-2{--offset:2}
    .offset-md-3{--offset:3}.offset-md-4{--offset:4}.offset-md-5{--offset:5}
    .offset-md-6{--offset:6}.offset-md-7{--offset:7}.offset-md-8{--offset:8}
    .offset-md-9{--offset:9}.offset-md-10{--offset:10}.offset-md-11{--offset:11}
    .top-navigation nav {
        height: 100%;
    }
    .top-navigation nav .nav {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .top-navigation nav .nav li {
        display: flex;
    }
    .top-navigation nav .nav li a {
        width: 100%;
        color: var(--secondary-font-color);
        text-decoration: none;
        line-height: 120px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hamburger-button {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-lg-1{--col:1}.col-lg-2{--col:2}.col-lg-3{--col:3}.col-lg-4{--col:4}
    .col-lg-5{--col:5}.col-lg-6{--col:6}.col-lg-7{--col:7}.col-lg-8{--col:8}
    .col-lg-9{--col:9}.col-lg-10{--col:10}.col-lg-11{--col:11}.col-lg-12{--col:12}
    .offset-lg-0{--offset:0}.offset-lg-1{--offset:1}.offset-lg-2{--offset:2}
    .offset-lg-3{--offset:3}.offset-lg-4{--offset:4}.offset-lg-5{--offset:5}
    .offset-lg-6{--offset:6}.offset-lg-7{--offset:7}.offset-lg-8{--offset:8}
    .offset-lg-9{--offset:9}.offset-lg-10{--offset:10}.offset-lg-11{--offset:11}
    .row > * {padding-inline:calc(var(--g-gutter) * 2)}
}

@media (min-width: 1200px) {
    .col-xl-1{--col:1}.col-xl-2{--col:2}.col-xl-3{--col:3}.col-xl-4{--col:4}
    .col-xl-5{--col:5}.col-xl-6{--col:6}.col-xl-7{--col:7}.col-xl-8{--col:8}
    .col-xl-9{--col:9}.col-xl-10{--col:10}.col-xl-11{--col:11}.col-xl-12{--col:12}
    .offset-xl-0{--offset:0}.offset-xl-1{--offset:1}.offset-xl-2{--offset:2}
    .offset-xl-3{--offset:3}.offset-xl-4{--offset:4}.offset-xl-5{--offset:5}
    .offset-xl-6{--offset:6}.offset-xl-7{--offset:7}.offset-xl-8{--offset:8}
    .offset-xl-9{--offset:9}.offset-xl-10{--offset:10}.offset-xl-11{--offset:11}
}

@media (min-width: 1400px) {
    .col-xxl-1{--col:1}.col-xxl-2{--col:2}.col-xxl-3{--col:3}.col-xxl-4{--col:4}
    .col-xxl-5{--col:5}.col-xxl-6{--col:6}.col-xxl-7{--col:7}.col-xxl-8{--col:8}
    .col-xxl-9{--col:9}.col-xxl-10{--col:10}.col-xxl-11{--col:11}.col-xxl-12{--col:12}
    .offset-xxl-0{--offset:0}.offset-xxl-1{--offset:1}.offset-xxl-2{--offset:2}
    .offset-xxl-3{--offset:3}.offset-xxl-4{--offset:4}.offset-xxl-5{--offset:5}
    .offset-xxl-6{--offset:6}.offset-xxl-7{--offset:7}.offset-xxl-8{--offset:8}
    .offset-xxl-9{--offset:9}.offset-xxl-10{--offset:10}.offset-xxl-11{--offset:11}
}