:root {
--main-bg-color: #000;
--main-text-color: #fff;
--color-wh: #fff;
--color-title: #fff;
--color-sub-title: #D4EAF5;
--color-link: #7DBEFF;
--color-link-hov: #D4EAF5;
--color-black: #000;
--color-red: #ff0000;
--color01: #2e2e32;
--color02: #0171E3;
--color03: #013E7D;

}


html, body {
  height: 100%;
}

body{
	font-family: "Finlandica", sans-serif;
	color: var(--main-text-color);
	font-size: 18px;
	line-height: 1.2;
	background-color: var(--main-bg-color);	
}
.body-modal, body.compensate-for-scrollbar{
	background-color: #fff !important;	
}

.wrapper { 
width: 100%;
min-width: 320px;
height: 100%;
min-height: 100%;
margin: 0 auto; 
padding: 0; 
position: relative; 
z-index: 10;
}
header{
position: absolute; 
z-index: 3000;
margin: 0; 
top: 0;
left: 0;
width: 100%;
}
footer { 
position:relative;
z-index: 11; 
}
.container {
  width: 100%;
  max-width: 1272px;
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1024px){
footer { 
	
}
}

/* Preloader */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1d2935;
  z-index: 99999;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #121212;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* \\Preloader */

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
}
.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}
.hide-block{
	display: none;
	z-index: -1;
}
a{
	color: var(--color-link);
	text-decoration: none;	
}
a:hover{
	color: var(--color-link-hov);
	text-decoration: underline;
}


p{
	margin: 0;
	padding: 0 0 15px 0;
}
h1, .h1{
	font-size: 48px;
	margin: 0;
	padding: 0 0 20px 0;
	color: var(--color-title);
	font-weight: 400;
}
h2, .h2{
	font-size: 32px;
	padding: 0 0 30px 0;
	margin: 0;
	color: var(--main-text-color);
	font-weight: 500;
	text-transform: uppercase;
}
h3, .h3{
	font-size: 28px;
	margin: 0;
	padding: 0 0 30px 0;
	color: var(--color-sub-title);
	font-weight: normal;
	text-transform: uppercase;
}
h4, h5, .h4, .h5{
	font-size: 22px;
	margin: 0;
	padding: 0 0 20px 0;
	color: var(--main-text-color);
	font-weight: normal;
	text-transform: none;
}
h6, .h6{
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	color: var(--main-text-color);
}
.page-h1{
	font-size: 35px;
	padding: 25px 0; 
	color: var(--color-title);
}
.bottom-line:after {
    content: "";
    display: block;
    width: 84px;
    border-bottom: 2px solid var(--color-link-hov);
    margin: 15px auto 15px;
}
.h-red{
	color: var(--color-link-hov);
}

@media (max-width: 768px){
h1, .h1 {
	font-size: 28px;
}
.page-h1{
	font-size: 28px;
}
h2, .h2{
	font-size: 26px;
	padding-bottom: 15px;
}
h3, .h3{
	font-size: 24px;
	padding-bottom: 15px;
}	
}

b, strong {
	
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}

.img img{
	max-width: 100%;
}




/* modal */
.modal-body h3{
	
}
#modalAuth{
	max-width: 400px;
}
#modalAuth .form-item input {
    height: 39px;
    padding: 0 22px;
}
#modalAuth .form-button {
    text-align: center;
}
.blocker{
	padding: 0;
	background: var(--main-bg-color);
}
.modal {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
    background: var(--main-bg-color);
    padding: 30px 16px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.modal a.close-modal {
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
}
/* END modal */

input, select, textarea{
	color: var(--color-black);
}
::-webkit-input-placeholder {
  color: #858586;
}
::-moz-placeholder { 
  color: #858586;
}
:-ms-input-placeholder { 
  color: #858586;
}
:-moz-placeholder { 
  color: #858586;
}

button, input[type='submit']{
	cursor: pointer;
}
.button{
	background-color: var(--color-wh);
	color: var(--color02);
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal !important;
	font-weight: 500;
	line-height: 36px;
	height: 42px;
    padding: 0 30px;
	border: 3px solid var(--color02);
	border-radius: 30px;
}
a.button:hover, a.button:focus{
	background-color: var(--color03);
	color: var(--color-wh);
	border-color: var(--color02);
}
.button.big{
	font-size: 26px;
	line-height: 54px;
	height: 60px;
}
@media (max-width: 620px){
.button.big{
	font-size: 20px;
	line-height: 44px;
	height: 50px;
}	
}

.button-transparent {
    background-color: transparent;
    color: var(--color-wh);
}
.button-transparent:hover {
    background-color: var(--color02);
}

.button-transparent-wh {
    background-color: transparent;
    border: 3px solid var(--color-wh);
    color: var(--color-wh);
}
.button-transparent-wh:hover {
    background-color: var(--color02);
    border: 3px solid var(--color-wh);
}

.btn{
	text-decoration: none !important;
}


.link{
	cursor: pointer;
}

.inline-block{
	display: inline-block;
}

.icon{
	width: 24px;
	height: 24px;
}

.img{
	max-width: 100%;
}

.fa{
	font-size: 14px;
}

.form-block{
	
}
.form-item{
	margin-bottom: 32px;
	font-size: 16px;
}
.form-item input{
  	position: relative;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    height: 47px;
    color: #fff;
    font-size: 16px;
  	border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    padding: 0 22px;
}
.form-item input:focus, .form-item textarea:focus{
  border-color: var(--color02);
}
.form-item label{
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	color: var(--main-text-color);
}
.form-item textarea{
  border-radius: 4px;
  border: solid 2px #c4c4c4;
  background-color: var(--color-wh);
  width: 100%;
  height: 100px;
  padding: 16px 32px;  
  color: var(--color-black);
  border-radius: 16px;
}
.form-button{
	text-align: right;
	margin-bottom: 20px;
}
.button.disabled {
    background-color: #fff !important;
    color: #848484 !important;
    border-color: #fff !important;
}
.error-text{
	padding-top: 5px;
}
.error-text, .form-item input.error{
	color: #ff0000;
}
@media (max-width: 767px){
.form-item {
    margin-bottom: 16px;
}
.form-button {
    margin-bottom: 15px;
}
#recaptcha{
	opacity: 0;
}	
}

.capcha{
	width: 150px;
	height: 65px;
}

.checkbox label{
	position: relative;
	padding-left: 25px;
	display: block;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 0;
    vertical-align:middle;
    background-color: transparent;
    cursor:pointer;
    border-radius: 6px;
	border: solid 1px #fff;	
	position: absolute;
	z-index: 10;
	left: 0;
	top: 2px;
}
input[type="checkbox"]:checked + label span{
    background-image: url(images/chc-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
}
.checkbox.onlyCH{
	margin-bottom: 0;
	display: inline-block;
}
.checkbox.onlyCH label{
	position: relative;
	padding-left: 0;
	padding-top: 0;
}
.checkbox.onlyCH input[type="checkbox"] + label span{
	position: relative;
	top: auto;
	margin-top: -2px;
}
.checkbox p{
	padding-bottom: 0;
}
.checkbox.privacy-policy{
	font-size: 12px;
	margin-right: 16px;
	margin-bottom: 0;
}
.privacy-policy p {
    padding: 0;
    padding-left: 25px;
}

input[type="radio"] + label span {
    display: inline-block;
    width:17px;
    height:17px;
    margin-right: 0;
    vertical-align:middle;
    background: #FFF;
    cursor:pointer;
    border-radius: 50%;
	border: solid 1px #fff;	
	position: absolute;
	z-index: 10;
	left: 0;
	top: 3px;
	border-radius: 50%;
}
input[type="radio"]:checked + label span {
    background-size: 70%;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

@media (max-width: 620px){
.form-button{
	text-align: center;
}	
}

.ui-selectmenu-menu{
	background-color: var(--color-wh);
	border-radius: 10px;
	border: solid 1px #e4e4e4;
}
.ui-selectmenu-menu .ui-menu{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	overflow-y: auto;
	max-height: 200px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar{
    width: 6px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb{
    border-width:0;
    border-radius: 6px;
    background-color:  #b5bdc6;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover{
    background-color: #b5bdc6;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track{
    border-right: 6px solid #ebebeb;
    background-color: var(--color-wh);
}
.ui-menu .ui-menu-item{
	margin: 0;
	padding: 0;
}
.ui-menu .ui-menu-item-wrapper {
    margin: 0 !important;
	padding: 7px 10px;
	font-size: 14px;
}
.ui-menu-icons .ui-menu-item-wrapper{
	margin: 0 !important;
	padding: 7px 10px;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background-color: var(--color04);
}
.ui-selectmenu-button.ui-button{
	padding-left: 0;
	padding-right: 0;
	color: var(--main-text-color);
	text-align: right;
	width: auto;
}
.ui-selectmenu-icon.ui-icon{
	width: 10.7px;
	height: 6px;
	background-image: url('images/icon-arr-down.svg');
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50%;
	margin-top: -2.5px;
	float: none;
	-webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon{
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* fileuploader */

.fileuploader-contaner{
	width: 100%;
	max-width: 100%;
	position: relative;	
	display: flex;
	flex-direction: column-reverse;
}
.col-md-4 .fileuploader-contaner{
	max-width: 280px;
}
#fileuploader{
	width: 100%;
	position: relative;
	z-index: 1;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column-reverse;
}
.ajax-upload-dragdrop{
	width: 100% !important;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
    border: solid 2px #c4c4c4;
    background-color: var(--color-wh);
    border-radius: 2px;
    padding: 10px 30px 0;
}
.ajax-file-upload {
    border: 0;
    color: var(--color-wh);
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    cursor: pointer !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;    
    border: solid 2px #000;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 26px;
    height: 30px;
    transition: all 0.3s linear;
}
.ajax-file-upload:hover{
	background-color: var(--color-wh);
    color: #000;
    border-color: #e4e4e4;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ajax-file-upload-container{
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
}
.ajax-file-upload-statusbar{
	border: 1px solid #c4c4c4;
	border-radius: 4px !important;
    width: 100% !important;
    margin: 0 0 7px;
    padding: 7px;
}	
.ajax-file-upload-progress {
    margin: 5px 0px;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}
.ajax-file-upload-bar {
    background-color: #05be01;
    width: 0;
    height: 6px;
    border-radius: 3px;
    color: #FFFFFF;
}
.ajax-file-upload-red {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ff0000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: var(--color-wh);
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0;
    cursor: pointer;
    vertical-align: top;
    margin: 0 10px 0 0px;
}
.ajax-file-upload-green {
    background-color: #209F38;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: var(--color-wh);
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0;
    vertical-align: top;
    margin: 0 10px 0 0px;
}
.ajax-file-upload-filename {
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 0;
}
.ajax-file-upload-error{
	padding-bottom: 5px;
	color: #ff0000;
}
.ajax-upload-dragdrop span{
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 767px){
.ajax-upload-dragdrop span{
	font-size: 16px;
}	
}
/* END fileuploader */

.icon-mail{
	background-image: url('images/mail-out.svg');
}
a:hover .icon-mail{
	background-image: url('images/mail-out2.svg');
}

.header-container{
	width: 100%;
    min-width: 320px;
    min-height: 70px;
    margin: 0 auto;
	position: relative;
	z-index: 10;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
@media (max-width: 960px){
.header-container{
	z-index: 1000 !important;	
}	
}

.header-container .container{
	position: relative;
	min-height: initial;
}
.header-container .container-fluid{
	margin: 0 auto;
	position: relative;
}
.top-container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 1200px){
.top-container{
	height: 45px;
}	
}


.logo{
	display: block;
	position: relative;
	z-index: 100;
	width: 102px;
  	height: 50px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	background-image: url('images/logo-black.png');
	transition: all 0.5s ease-in-out;
}
@media (max-width: 1600px){
.logo{
	margin-left: 5%;
}	
}
@media (max-width: 1200px){
.logo{
	margin: auto;
}	
}
@media (max-width: 620px){
.logo{
	max-width: 50%;
}
}


.top-block{
	display: flex;
	align-items: center;
}
.top-menu{	
	position: relative;
	z-index: 10;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 15px;
}
.top-menu ul{	
	font-size: 16px;
	line-height: 1.2;
	display: flex;
}
.top-menu ul > li{
	margin-right: 32px;
}
.top-menu a{
	display: inline-block;
	text-decoration: none;
}
.top-menu a.item-main.active{
	color: var(--color02);
}
.top-menu .dropdown {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}
.top-menu .nav-link, .dropdown .nav-link {
    display: block;
    margin-top: 0;
    padding: 5px 20px;
    transition: color 0.1s linear, background-color 0.1s linear;
    background-color: transparent;
    border-radius: 0;
}
.top-menu .nav-link:hover, .top-menu .nav-link.active, .dropdown .nav-link:hover, .dropdown .nav-link.active {
    background-color: var(--color04);
    color: var(--color-black);
}
.top-menu .dropdown_wrapp{
	margin-left: -10px;
}
.drop .icon {
    width: 12px;
    height: 14px;
    margin-top: -6px;
}
.drop > a {
    padding-right: 18px;
}
@media (max-width: 1280px){
.top-menu ul > li{
	margin-right: 20px;
}	
}
@media (max-width: 1200px){
.top-block{
	flex-direction: row-reverse;
}	
}

.dropdown {
    border-radius: 2px;
    padding-top: 12px;
}

.personal-button-block{	
    line-height: 1;
    padding: 25px 30px;
    border-right: 1px solid #ddd;
}
.personal-button-block a{
	text-decoration: none !important;
}
.personal-button{
	line-height: 1;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
}
.personal-button-block .dropdown_wrapp{
	right: 0;
	top: 60px;
}
.personal-button-block .dropdown{
	padding-left: 0;
	padding-right: 0;
}
.nav-link.logout{
	text-align: center;
	font-weight: 600;
}
@media (max-width: 1200px){
.personal-button-block{
	display: none;
}	
}

.phone-block{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 15px;
}
.phone-block a{
	text-decoration: none;
	white-space: nowrap;
}
.phone-block i{
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
}
@media (max-width: 620px){
}

.mail-block{
	padding: 0 15px;
	line-height: 1.2;
}
.mail-block a{
	text-decoration: none;
}
.mail-block i{
	font-size: 20px;
}


/* mobile-menu */
.menu-button{
	display: none;
}
@media (max-width: 1200px){	
.top-menu {
	padding: 0 0 0 20px;
}
.menu-button{
		display: block;
		font-style: normal;
		z-index: 10;
		cursor: pointer;
		background-image: url('images/menu-burger.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 24px;
  		height: 24px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.menu-button.active{
		background-image: url('images/close.svg');
	}
.swiper-pagination{
	display: none !important;
}
.top-menu.open .swiper-pagination{
	display: flex !important;
	flex-direction: column;
	width: 200px;
	padding: 10px;
	background-color: var(--main-bg-color);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	border: 1px solid #7DBEFF;
	position: absolute;
	left: -160px;
	top: 30px;
	gap: 0 !important;
}
.top-menu .swiper-pagination-bullet{
	width: 100%;
}
}
@media (max-width: 620px){
.mobile-menu{
	left: 16px;
}	
}
@media (max-width: 420px){
.mobile-menu .controls{
	white-space: normal;
}
}
/* \\mobile-menu */

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f4f8fb;
    background-image: linear-gradient(73deg, #ebf2fa, #f4f8fb 59%);
    border: 2px solid #f4f8fb;
    border-bottom: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	color: var(--color-title);
	padding: 10px 20px;
	font-weight: 600;
	font-size: 18px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	background-color: var(--color09);
    background-image: none;
    border-color: var(--color09);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
	color: var(--color-wh);
}
.ui-tabs .ui-tabs-panel{
	border-top: 3px solid #f4f8fb;
}
@media (max-width: 620px){
.ui-tabs .ui-tabs-nav li {
    display: block;
    float: none;
    margin: 0;
    white-space: normal;
    text-align: center;
    margin-bottom: 10px;
}	
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    float: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.ui-tabs .ui-tabs-panel {
    border-top: 0;
}
}

.section-wrap {
    padding: 50px 0;
}

footer{
	padding: 30px 0 0;
	color: var(--color-wh);
	font-size: 14px;
	width: 100%;	
	letter-spacing: 0.1em;
}
footer a{
    color: var(--color-wh);
}
@media (max-width: 1024px){
footer{
	text-align: center;
}
}

footer .block1{
	max-width: 1600px;
	margin: auto;
}
footer .block1 .col-12{
	margin-bottom: 15px;
}
.bottom-menu li{
	margin-bottom: 5px;
}
.bottom-title{
  font-size: 18px;
  font-weight: bold;
  max-width: 600px;
  margin-bottom: 10px;
}
.bottom-mail {
  font-size: 20px;
  font-weight: bold;
  color: var(--color02);
}
footer .bottom-mail a{
	color: var(--color02);
	white-space: nowrap;
}
.bottom-mail a i{
	margin-right: 10px;
}
.copy{
	color: var(--color-wh);
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
}
.logo-StepUp {
  width: 37px;
  height: 20px;
  background-image: url('images/logo-st.svg');
  margin-right: 10px;
}
.logo-StepUp:hover{
	animation: rotate 3s ease-in-out;
}
@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}


.polit{
	color: var(--color-wh);
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}
.polit a{
	color: var(--color-wh);
}

.text-ul{
	list-style-type: circle;
	margin: 0 0 20px 20px;
	padding-left: 20px;
	display: inline-block;
}
.text-ol{
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding-left: 20px;
	display: inline-block;
}
.text-ul li, .text-ol li{
	padding-bottom: 7px;
}

.social-icons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 20px;
}
.social-icons a{
	margin: 0 7px;
	color: var(--color-wh) !important;
	text-decoration: none !important;
	font-size: 36px;
}
.social-icons a:hover{
	color: var(--color11) !important;
}
.social-icons i {
    width: auto;
    height: auto;
    line-height: 1;
}
@media (max-width: 767px){	
.social-icons{
	justify-content: center;
}
}

.breadcrumbs-container{
	font-size: 12px;
	padding: 15px 0;
	color: var(--color02);
}
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.breadcrumb-item {
	padding: 5px 0;
	padding-right: 25px;
	position: relative;
}
.separator{
	padding: 0 10px;
	height: 17px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.breadcrumbs .current-page{
	color: var(--color02);
	font-weight: 600;
}
.breadcrumbs a{
	color: var(--color02);
}



.pagination-block {
    padding: 48px 0 0;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
}
.pager {
    margin: 32px auto;
    display: inline-block;
}
.pagination-block .pager li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    padding: 0;
}
.pagination-block .pager li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    color: #000;
    text-decoration: none !important;
    font-size: 14px;    
    line-height: 32px;
    border-radius: 3px;
}
.pagination-block .pager li a.current {
    cursor: default;
    color: var(--color04);
    background-color: var(--color01);
}

.more-block{
	border-bottom: 1px solid var(--color11);
	padding-bottom: 15px;
	text-align: center;
}
.more-button{
	display: block;
	margin: 0 auto;
	text-decoration: none !important;
	line-height: 1;
}

.spinner{
  animation: spin 2s linear 0s infinite;
}
.icon-spinner{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.line-hr {
    padding-top: 30px;
    margin-bottom: 30px;
    line-height: 1px;
    border-bottom: 1px solid #e4e4e4;
}

.line{
	line-height: 1px;
	height: 64px;
	background-color: var(--color04);
}
@media (max-width: 767px){
.line{
	height: 32px;
}	
}

blockquote{
	display: block;
	padding: 50px 30px;
	font-style: italic;
	background-color: #f8f9fa;
	position: relative;
	margin-top: 16px;
	margin-bottom: 32px;
}
blockquote:before {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 60px;
	color: var(--color09);
    font-style: normal;
    font-variant: normal;
    line-height: 25px;
    content: '"';
}
blockquote:after {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 60px;
	color: var(--color09);
    font-style: normal;
    font-variant: normal;
    line-height: 25px;
    content: '"';
}


.detail-top{
	margin-bottom: 32px;
}
.detail-galary{
	overflow: hidden;
	position: relative;
	background-color: var(--color-wh);
	max-width: 600px;
	margin: auto;
	margin-bottom: 30px;
}
.detail-slider{
	margin-bottom: 32px;
}
.detail-slider .slick-track {
    display: flex;
    align-items: center;
}
.detail-slider .slick-track:before, .detail-slider .slick-track:after {
    display: none;
}
.detail-slider .slick-slide {
    float: none;
    height: auto;
}
.detail-slider .item{
	padding: 0 40px;
	text-align: center;
}
.detail-slider .item img{
	display: block;
	margin: auto;
	max-width: 100%;	
}
figure.zoom {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: zoom-in;
  display: block;
  margin: 0;
  border-radius: 2px;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
.detail-slider-nav{
	margin: 0 40px;
}
.detail-slider-nav .item{
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
	padding-bottom: 8px;
	cursor: pointer;
}
.detail-slider-nav .item .img{
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 2px;
  border: solid 1px #e4e4e4;	
}
.detail-slider-nav .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% top;
	position: relative;
	z-index: 1;
}
.detail-slider-nav .item.slick-current:after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  background-color: var(--color02);
  margin-left: -25px;
}

@media (max-width: 1023px){
	figure.zoom{
		background-image: none !important;
		cursor: default;
	}	
	figure.zoom img:hover {
	    opacity: 1 !important;
	}
}
@media (max-width: 767px){
.detail-slider-nav{
	display: none !important;
}	
}
@media (max-width: 380px){
.detail-slider-nav .item .img{
  width: 80px;
  height: 80px;

}	
}


.text-two-column{
	margin-bottom: 30px;
}

.video-block{
	margin: auto;
	margin-bottom: 30px;
}
.video-block iframe{
	display: block;
	margin: auto;
}


.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.address-info, .map-block{
	margin-bottom: 30px;
}
.address-info i{
	margin-right: 10px;
}
.address-info p{
	padding-bottom: 5px;
}

.contacts-form-block{
	max-width: 500px;
}


.accordion-contaner{
	margin-bottom: 64px;
	border-bottom: 1px solid #e4e4e4;
}
.ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 16px 60px 16px 0;
    font-size: 21px;
    line-height: 1.1;
    border-top: 1px solid #e4e4e4;
}
.ui-accordion .ui-accordion-content {
    padding: 16px 10% 16px 0;
    border-top: 0;
    overflow: auto;   
}
.ui-accordion-header-icon{
	width: 10px;
	height: 6.3px;
	display: block;
	background-image: url(images/icon-arr-down.svg);
	margin-top: -3.1px;
	position: absolute;
	right: 32px;
	top: 50%;
	-webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.ui-accordion-header-active .ui-accordion-header-icon{
	-moz-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.ui-accordion.main-accordion .ui-accordion-content {
    padding: 16px;
}



/* Progress bar CSS */

.progress {
  width: 100%;
  max-width: 500px;
  padding: 15 0px;
  box-sizing: border-box;
}

.progress *:not([data-progress]) {
  margin: 5px 0;
  font-size: 16px;
}

.progress p{
	padding-bottom: 5px;
}

.progress [data-progress] {
  height: 30px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25) inset;
  border-radius: 2px;
  margin: 5px 0 20px 0;
  overflow: hidden;
}

[data-progress]::after {
  content: "";
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #2f87df;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: white;
  padding: 0 3px;
  transition: 2s;
}
.progress-style-2 [data-progress]::after {
  background-color: #21966a;
}
.progress-style-3 [data-progress]::after {
  background-color: #ff3939;
}

[data-progress].animate-progress::after {
  content: attr(data-progress) "%";
  width: var(--animate-progress);
}

/* End Progress bar CSS */

.tag-filter-section{
	
}
.tag {
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  margin: 0 16px 16px 0;
  padding: 0 30px;
  border-radius: 2px;
  border: solid 2px var(--color02);
  background-color: var(--color-wh);
  color: var(--color01);
  text-decoration: none !important;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 30px;
}
.tag.selected {
  background-color: var(--color02);
  color: var(--color-wh);
}
.tag i{
	margin-right: 10px;
	margin-top: -1px;
}
.tag.tag-mark{
	padding: 0 2px 4px;
	border: 0;
	border-bottom: 1px dashed var(--color02);
}
@media (max-width: 767px){
.tag {
  margin: 0 7px 7px 0;
}
.tag-filter-section {
	padding-bottom: 7px;
}	
}



.side-parent{
	position: relative;
}
.left-buttun{
	display: block;
	width: 50px;
	height: 55px;
	position: absolute;
	z-index: 100;
	top: -10px;
	left: 0;
	background-color: var(--color11);
	border-radius: 50%;
	padding: 9px 0;
	text-align: center;
	font-size: 26px;
	cursor: pointer;
	animation: balloon2 15s ease-in-out infinite;
	transition: left 0.5s linear;
}
.left-buttun:after{
	display: block;
	content: '';
	width: 24px;
	height: 37px;
	position: absolute;
	z-index: 10;
	top: 54px;
	left: 17px;
	background-image: url('images/tail.png');
	background-position: 0;
	background-repeat: no-repeat;
}
@keyframes balloon2 {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-15px) rotate(4deg);
    }
}
.left-buttun.active{
	left: 280px;
}
.left-menu-container{
	max-width: 0;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
	padding-right: 0;
    padding-left: 0;
    opacity: 0;
	transition: max-width 0.5s linear, opacity 0.5s linear;
}
.with-open .left-menu-container{
	flex: 0 0 300px;
	max-width: 300px;
	padding-right: 8px;
    padding-left: 8px;
    overflow: visible;
    opacity: 1;
}
.sticky-block{
	position: sticky;
	z-index: 10;
	top: 20px;
	left: 0;
	width: 100%;
}
.left-menu-container .side-menu-container{
	margin-bottom: 20px;
}
.text-side-block{
	font-size: 14px;
    line-height: 1.2;
    padding: 16px;
    margin-bottom: 20px;
    background-color: var(--color06);
}
.text-side-block h5 {
    font-size: 18px;
    padding: 0 0 10px 0;
    font-weight: 600;
}
.banner-side-block{
	margin-bottom: 20px;
	text-align: center;
}
.banner-side-block img{
	max-width: 100%;
}
.center-container{
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: 30px;
	transition: max-width 0.5s linear;
}
.with-open .center-container{
	flex: 0 0 calc(100% - 300px);
	max-width: calc(100% - 300px);
}
@media (max-width: 920px){
.left-buttun{
	display: none;
}	
.left-menu-container {
    display: none !important;
}
.with-open .center-container{
	flex: 0 0 100%;
	max-width: 100%;
}
}

.animate1:hover{
	animation: bounce 3s ease-in-out;
}
.animate1:hover{
	animation: bounce 2s ease-in-out;
}
.animate2:hover{
	animation: pulse 2s ease-in-out;
}
.animate3:hover{
	animation: zoomOut 3s ease-in-out;
}
.animate4:hover{
	animation: rotateIn 1s ease-in-out;
}
.animate5:hover{
	animation: shakeX 3s ease-in-out;
}
.animate6:hover{
	animation: heartBeat 3s ease-in-out;
}

.galary-container .item img{
	border-radius: 30px;
}

.slider-pages {
	height: 100%;
}
.slider-pages .slider__layer {
	position: absolute;
	inset: 0;
	height: 100%;
	will-change: transform;
}
.slider-pages .slider__item {
	overflow: hidden;
	height: 100%;
}
.slider-pages .slider__wrapper {
	height: 100%;
	will-change: transform;
	transform-style: preserve-3d;
}
.swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    font-weight: 400;
    line-height: 30px;
    padding: 0 20px;
    border: 2px solid var(--color02);
    background-color: var(--main-bg-color);
    color: var(--main-text-color);    
    border-radius: 40px;
    transition: all 0.3s linear;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color03);
    color: var(--color-wh);
}
.swiper-pagination-bullets.swiper-pagination-vertical{
    bottom: auto;
    left: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    right: auto;
    top: auto;
    transform: translate3d(0px, 0px, 0);
}
.top-menu .swiper-pagination-bullets.swiper-pagination-vertical{
	gap: 10px;
}
.pagination-vertical {
    bottom: auto;
    left: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.pagination-bullet {
    margin: 0 4px;
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    font-weight: 700;
    line-height: 30px;
    padding: 0 30px;
    border: 3px solid var(--color02);
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
    border-radius: 16px;
    transition: all 0.3s linear;
}
.pagination-bullet.pagination-bullet-active {
    background-color: var(--color11);
    color: var(--color-wh);
}
.swiper-pagination-bullet-hidden{
	display: none !important;
}

.mob-navigation {
	display: none;
}	
@media (max-width: 1024px){
.mob-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 50px;
	background-color: var(--color02);
	color: var(--color-wh);
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.2);
}	
.mob-navigation .text{
	font-weight: 600;
	font-size: 18px;
	padding: 0 30px;
}
.mob-navigation .swiper-button-next, .mob-navigation .swiper-button-prev{
	position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 30px;
    height: 30px;
    margin-top: 0;
    color: var(--color-wh);
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px;
}
}

.fon-1{
	z-index: 1;
}
.fon-2{
	z-index: 2;
}
.fon-3{
	z-index: 3;
}
.slider__layer.content{
	z-index: 10;
}

.bg-all{
	width: 100%;
	height: 100%;
	background-image: url('images/bg-main.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.device1{
	width: 100%;
	height: 90%;
	background-image: url('images/model1.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.waves1{
	width: 100%;
	height: 115%;
	background-image: url('images/union.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	bottom: -15%;
	left: 0;
}
.waves2{
	display: none;
	width: 100%;
	height: 90%;
	background-image: url('images/union-tab.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.waves3{
	display: none;
	width: 100%;
	height: 90%;
	background-image: url('images/union-mob.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
@media (max-width: 1100px){
.waves1{
	height: 125%;
	bottom: -30%;
}	
}
@media (max-width: 900px){
.waves1, .device1{
	display: none;
}
.waves2{
	display: block;
}	
}
@media (max-width: 620px){
.waves2{
	display: none;
}
.waves3{
	display: block;
}	
}

.container{
	height: 100%;
	max-height: 100%;
	min-height: 500px;
	position: relative;
}
.content-container{
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.content-container::-webkit-scrollbar{
    width: 8px;
}
.content-container::-webkit-scrollbar-thumb{
    border-width:0;
    border-radius: 16px;
    background-color: #96a0ad;
}
.content-container::-webkit-scrollbar-thumb:hover{
    background-color: #96a0ad;
}
.content-container::-webkit-scrollbar-track{
    border-right: 8px solid #ebebeb;
    background-color: #000;
    border-radius: 8px;
}
@media (max-width: 1024px){
.content-container{
	
}	
}

.page1{
	height: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
}
.page1 h1{
	padding-bottom: 20px;
}
.main-title{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-image: url('images/title.svg');
	background-size: contain;
}
.main-title-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	flex-grow: 1;
	padding-top: 110px;
}
.description{
	padding: 30px 0;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	text-align: left;
}
.description > span{
	max-width: 30%;
}	
@media (max-width: 1200px){
.description > span{
	max-width: 30%;
}	
}
@media (max-width: 620px){
.page1{
	height: 90%;
}
.page1 h1 {
    padding-bottom: 0;
}
.main-title-block{
	flex-grow: initial;
	padding-top: 110px;
}
.main-title{
	height: 150px;
}
.description{
	padding: 0;
	text-align: left;
}
.description > span{
	max-width: 100%;
}	
}

.page2{
	text-align: center;
	padding-top: 130px;
}
.text-type1{
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	background: linear-gradient(78deg, #7DBEFF 11.28%, #FFF 68.92%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 30px;
}
@media (max-width: 620px){
.page2{
	padding-top: 100px;
}
.text-type1{
	font-size: 38px;
}	
}

.page3{
	padding-top: 130px;
	padding-bottom: 5%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
}
.bg-dog{
	width: 100%;
	height: 90%;
	background-image: url('images/dog1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.left-block1{
	display: flex;
	flex-direction: column;
	max-width: 300px;
	padding: 32px;
	gap: 10px;
	border-radius: 32px;
	border: 1px solid #7DBEFF;
}
.left-block1 .item{
	text-align: center;
	padding: 30px 16px;
	border-radius: 30px;
	background: #303032;
}
.left-block1 .title{
	color: #D9D9D9;
	text-align: center;
	font-size: 29px;
	font-weight: 500;
}
.right-block1{
	max-width: 500px;
}
@media (max-width: 620px){
.page3{
	padding-top: 80px;
	padding-bottom: 5%;
	height: auto;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column-reverse;
	gap: 30px;
}	
.right-block1{
	max-width: 70%;
}
.left-block1{
	padding: 16px;
	border-radius: 16px;
}
.left-block1 .item{
	padding: 16px;
	border-radius: 16px;
}
.left-block1 .title{
	font-size: 18px;
}
}

.bg-union1{
	width: 100%;
	height: 150%;
	background-image: url('images/union2.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.page4{
	padding-top: 100px;
}
.text-type2{
	font-size: 70px;
	font-weight: 600;
	background: var(--Linear, linear-gradient(90deg, #7DBEFF 0%, #FFF 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}
.text-type3{
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 36px;
}
.conditions-list .col-12{
	margin-bottom: 32px;
}
.conditions-item{
	height: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #F5F5F5;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 32px;
	border-radius: 32px;
	overflow: hidden;
	height: 600px;
	text-align: left;
}
.item1{
	background-image: url('images/pix1.jpg');
}
.item2{
	background-image: url('images/pix2.jpg');
}
.item3{
	background-image: url('images/pix3.jpg');
}
@media (max-width: 1024px){
.conditions-item{
	font-size: 20px;
	height: 400px;
}
.text-type2{
	font-size: 52px;
}	
}
@media (max-width: 620px){
.page4{
	padding-top: 80px;
	text-align: center;
}
.text-type2{
	font-size: 42px;
}
.text-type3{
	font-size: 18px;
}	
.conditions-item{
	height: 100px;
}
.item1{
	background-image: url('images/pix1-mob.jpg');
}
.item2{
	background-image: url('images/pix2-mob.jpg');
}
.item3{
	background-image: url('images/pix3-mob.jpg');
}
.bg-union1{
	height: 150%;
	background-position: right top;
}
}

.bg-case1{
	width: 100%;
	height: 100%;
	background-image: url('images/bg-case.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.page5{
	padding-bottom: 5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.text-type4{
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	background: var(--Linear, linear-gradient(90deg, #7DBEFF 0%, #FFF 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}
.text-type5{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 32px;
}
.text-type5-1{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 32px;
}
.text-type-info{
	font-size: 22px;
	margin-bottom: 32px;
	line-height: 1.4;
}
a.link-download{
	color: var(--color-wh);
	white-space: nowrap;
}
a.link-download:hover{
	color: var(--color-link);
	text-decoration: none;
}
.icon-download{
	background-image: url('images/download.svg');
	margin-left: 7px;
	margin-top: -5px;
}
a:hover .icon-download{
	background-image: url('images/download-a.svg');
}
.text-type-license{
	font-size: 26px;
}
.price{
	color: var(--color-link);
	white-space: nowrap;
	font-weight: 600;
}
.left-block2 {
    max-width: 300px;
}
@media (max-width: 1200px){
.text-type4{
	font-size: 60px;
}
.text-type5{
	font-size: 22px;
	margin-bottom: 16px;
}
.text-type5-1{
	font-size: 18px;
	margin-bottom: 16px;
}
.text-type-info{
	font-size: 18px;
	margin-bottom: 32px;
}
.text-type-license{
	font-size: 24px;
}	
}
@media (max-width: 1024px){
.text-type4{
	font-size: 52px;
}
.left-block2 {
    max-width: 200px;
}
.bg-case1{
	background-image: url('images/bg-case-mob.jpg');
}	
}
@media (max-width: 620px){
.page5{
	padding-top: 50px;
	flex-direction: column;
	text-align: left;
	gap: 8px;
}
.text-type4{
	font-size: 32px;
	text-align: center;
}
.text-type5{
	font-size: 16px;
}	
.text-type5-1{
	font-size: 16px;
}
.text-type-info{
	margin-bottom: 0px;
	font-size: 16px;
}
.text-type-license{
	margin-bottom: 16px;
	font-size: 18px;
}
.left-block2 {
	max-width: 150px;
}
}

.page6{
	padding-bottom: 5%;
    height: 100%;
    display: flex;
    align-items: center;    
}
.layer-over{
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 21.21%, rgba(0, 0, 0, 0.0) 100%);
}
.case1{
	width: 100%;
	height: 100%;
	background-image: url('images/case1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.case2{
	width: 100%;
	height: 100%;
	background-image: url('images/case2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.case-tab{
	display: none;
	width: 100%;
	height: 100%;
	background-image: url('images/case-tab.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.case-mob{
	display: none;
	width: 100%;
	height: 100%;
	background-image: url('images/case-mob.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.case-text{
	max-width: 70%;
}
.bg-case2{
	width: 100%;
	height: 100%;
	background-image: url('images/bg-case2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
@media (max-width: 1024px){
.bg-case2{
	background-image: url('images/bg-case2-mob.jpg');
}	
}
@media (max-width: 900px){
.case1, .case2{
	display: none;
}
.case-tab{
	display: block;
}	
}
@media (max-width: 620px){
.case-tab{
	display: none;
}
.case-mob{
	display: block;
}	
.case-text{
	max-width: 100%;
}
}

.last-scrin-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.model-bottom{
	height: 80%;
    width: 58.3%;
    flex-shrink: 0;
    background-image: url(images/model3.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 0;
}
.page7{	
	padding-top: 100px;
    align-items: stretch; 
    flex-grow: 1;   
}
.page7 .col-12{
	margin-bottom: 32px;
}
.last-scrin{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90%;
	padding: 0;
	text-align: center;
}
.last-scrin h2{
	padding-bottom: 10px;
}
.contact-details{
	padding: 20px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	line-height: 1.4;
	font-size: 16px;
}
.contact-details .title{
	color: #b8dbff;
	font-weight: 600;
	padding-bottom: 8px;
	font-size: 20px;
}
.contact-details .text .col-12{
	margin-bottom: 16px !important;
}
.text-type6{
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
	background: var(--Linear, linear-gradient(90deg, #7DBEFF 0%, #FFF 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 16px;
}
.code-block{
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
}
.code-block img{
	width: 100%;
	height: auto;
}
.contact-form-container{
	display: flex;
	align-items: center;
	height: 100%;
}
.details-container{
	width: 100%;
}
.logo-barometr{
	width: 70px;
	height: 47px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	background-image: url('images/logo_barometr.png');
	margin-bottom: 10px;
}
.logo-stepup24{
	width: 70px;
	height: 47px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	background-image: url('images/logo-stepup24.svg');
	margin-bottom: 10px;
}
.page7 .contact-details .col-12{
    margin-bottom: 16px;
}
.contact-details-mob{
	display: none;
}
.link-go{
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
.icon-link-go{
	background-image: url('images/link-up-bl.svg');
	width: 16px;
    height: 16px;
    margin-left: 5px;
}
.contact-details-modal .title {
    color: #b8dbff;
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 20px;
}
@media (max-width: 1023px){
.contact-details .text .col-12:first-child{
	margin-bottom: 0 !important;
}
.contact-form-container{
	align-items: flex-start;
}	
}
@media (max-width: 767px){
.model-bottom{
	height: 250px;
	width: 200px;
	background-image: url('images/model3-mob.png');
	background-size: 100% auto;
	top: 60px;
	left: 50%;
	margin-left: -100px;
	display: none;
}	
.page7{	
	padding-top: 50px;
	align-items: flex-start;
    flex-grow: initial;
}
.page7 .col-12 {
    margin-bottom: 0;
}
.page7 .col-md-5{
	padding-top: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 10%, rgba(0, 0, 0, 0.7) 100%);
}
.text-type6{
	font-size: 24px;
	margin-bottom: 15px;
}	
.last-scrin{
	height: auto;
	padding: 10px 0 10px;
}
.last-scrin p{
	padding-bottom: 10px;
}
.last-scrin h2 {
    font-size: 20px;
}
.code-block {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}
.contact-details.desc{
	display: none;
}
.contact-form{
	font-size: 16px;
}
.contact-form h3{
	font-size: 20px;
	padding-bottom: 10px;
}
.contact-details-mob{
	display: block;
	padding: 5px 0;
}
}



.inner-page .wrapper {
    height: auto;
    padding: 90px 0;
}
.inner-page .content-container{
	height: auto;
	max-height: inherit;
	margin: 0;
	padding: 0;
}
