@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin:0;
    padding:0;
    font-family: 'Inter', sans-serif;
    
    scroll-margin-top: 120px;
}

div {
	scroll-margin-top: 120px;
}

.menublock {
    background: linear-gradient(90deg, #090C15 9.28%, #1B2531 59.92%, #2B3849 75.55%, #263143 85.66%, #161E2B 98.81%);
    position: fixed;
    width:100%;
    height: 63px;
    top:0;
    left:0;
    z-index: 100;
}

form {
		position: relative;
		z-index:10; 
	}

.menublock .block {
    display: flex;
    
    justify-content: center;
    justify-content: space-between;
    align-items: center;

    flex-shrink: 0;
    padding:unset;
}

.logo img {
    height:63px;
    width:94px;
}

.block {
    width:calc(100% - 120px);
    margin:0 auto;
    padding:150px 0;
}

.notopmargin .block {
    padding-top:0;
}

.first .block {
    
}

.logo {
    /*margin-left: 60px;*/
}


.languages {
   margin-left:30px;
   white-space: nowrap;
}

.menuright {
    display:flex;
    /*margin-right: 60px;*/
}


.menu {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    
}

.menu a, .phones a, .phones span, .languages a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    
}

.menu .email {
	display:none;
}

.phones .email {
	margin-right:40px;
}


.screen {
    width:100%;
    min-height: 30vh;
	max-width:100vw;
	overflow: hidden;

	z-index: 3;
	position: relative;
}

.screen.first {
    background: url('screen1.webp') 50% / cover no-repeat;
	min-height: 100vh;
}

.screen.first h1 {
    color: #FFF;
    
    font-family: Roboto;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -5.4px;
}

.first .header {
    max-width: 955px;
    padding-top: 73px;
    color:white;
    /*margin-left: 60px;*/
}

@media screen and (max-width:1500px) {
	.first .header {
		max-width: 600px;
	}
}

p.screen1 {
	max-width: 700px;
}

.first .header h1 {
    margin-bottom:0;
    margin-top: 0;
}

.first .header p {
    font-size:22px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.h1blue {
    color: #1D83B8;
}
a.button {
    display: flex;
padding: 16px 40px;
justify-content: center;
align-items: center;
gap: 10px;
    
    border-radius: 100px;
background: #D8E9F2;
    color:#081425;
    text-decoration: none;
    
    width:fit-content;
    font-size:18px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.second {
    background: #D8E9F2;
}

.textblock {
    display: flex;

justify-content: space-between;
align-items: flex-start;
}

.third .textblock {
    display: flex;

justify-content: space-between;
align-items: flex-start;
    color:#ffffff;
}

.third p.h2 {
    color:#ffffff;
}

.textblock p {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    letter-spacing: -1px;
    margin-top:0;
}

.second .textcontent {
    color: #081425;

    /* desk/Text 1 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    letter-spacing: -1px;
    
    max-width: 940px;
    flex-shrink: 0;
}

.third .textcontent {
    /* desk/Text 1 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    letter-spacing: -1px;
    
    max-width: 940px;
    flex-shrink: 0;
}

p.h2 {
    color: #081425;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
    letter-spacing: -0.78px;
    text-transform: uppercase;
}

.second .textcontent p, p.h2 {
    margin-top:0;
}

.textcontent p:last-child {
    margin-bottom: 0;
}

p.h2 {
    margin-top: 5px;
}

.second .image>img{
    width: 540px;
    height: 980px;
    height:650px;
    object-fit: cover;
    object-position: center top;
}
.screen.second .image {
    height:650px;
    
}

.screen.second .machineblock {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index:2;
    position: relative;
    margin-bottom: -150px;
}

.machineheader {
    width:423px;
    margin-bottom: 78px;
}

.screen.second .machineheader h3 {
    color: #081425;

/* desk/H3 */
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 36px */
letter-spacing: -2.4px;
}

.screen.second .machineheader p {
color: #081425;

/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;
}

.screen.second .biglogo {
    overflow: hidden;
    opacity: 0.7;
    margin-bottom: -300px;
    z-index:1;
    color: #FFF;

    /* desk/Logo */
    font-family: Inter;
    font-size: 300px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 444px */
    letter-spacing: -30px;
}

.machinelast {
    width:423px;
}

.third {
    background: radial-gradient(184.01% 69.99% at 51.41% 47.97%, #04364D 14.97%, #0F647D 100%);
}

.third .header2 h2, .third h2 {
    text-align: center;
    color:white;
    /* desk/Н2 */
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 112.5px */
    letter-spacing: -6px;
    width:90%;
    /* margin: 0 auto 40px auto; */
    max-width: 800px;
	
}

.second .header2 h2, .second h2 {
    text-align: center;
    color:#081425;
    /* desk/Н2 */
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 112.5px */
    letter-spacing: -6px;
    width:90%;
    /*margin: 0 auto 40px auto;*/
    max-width: 1178px;
	
}

.third .description {
    width:90%;
    max-width: 729px;
    margin: 0 auto;
    
    color: #FFF;

    text-align: center;
    /* desk/Text 1 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    letter-spacing: -1px;
}



.second .description {
    width:90%;
    max-width: 729px;
    margin: 0 auto;
    color: #081425;

    text-align: center;
    /* desk/Text 1 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    letter-spacing: -1px;
}
.numbers {
display: flex;
justify-content: space-between;
align-items: flex-start;
color:#081425;
    gap:20px;
    margin-top: 60px;
}

.numbers div {
    text-align: center;

}

.numbers .big {
    color: #081425;

    text-align: center;
    /* desk/Number 1 */
    font-family: Inter;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 90px */
    letter-spacing: -10px; 
    white-space: no wrap;
}

.numbers .medium {
    color: #081425;

/* desk/Description 2 */
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 19.8px */
letter-spacing: -1.32px;
}

.numbers p {
    color: #081425;
    opacity:0.5;

text-align: center;
/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;
margin-bottom: 0;
}

.numbers .number1 {
    width: 470px;
}

.numbers .number2 {
   width: 284px; 
}

.numbers .number3 {
    width: 185px;
}

.numbers .number4 {
    width: 340px;
}

.number1 p {
    width: 275px;
    margin:1em auto 0 auto;
}

.header3 {
    max-width:1178px;
}

.header3 h2 {
   color: #081425;
/* desk/Н2 */
font-family: Roboto;
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 90%;
letter-spacing: -6px;
    margin-top:0;
    margin-bottom:60px;
    text-align: left;
}

div.cart {
    max-width: 440px;
    width:calc(33.33vw - 100px);
	
    flex-shrink: 0;
    background: radial-gradient(184.01% 69.99% at 51.41% 47.97%, #04364D 14.97%, #0F647D 100%);
    
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding:20px;
}

.carts {
    display: flex;
    justify-content: space-between;
	justify-content: space-evenly;
	justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.cartcontent {
    display: flex;
height: 332px;
flex-direction: column;
/*justify-content: space-between;*/
align-items: flex-start;
justify-content: flex-start
}

.cartheader {
    color: #FFF;

/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;
}

.cartcontentheader {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 16.67%, rgba(255, 255, 255, 0.00) 140.28%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%; /* 36px */
	letter-spacing: -2.4px;
	
	width: 296px;
	min-height: 170px;
}

.cartcontenttext {
    color: #FFF;

/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;
}

.cartcontenttext p:last-child {
    margin-bottom: 0;
}

.header4 h2{
    color: #081425;
text-align: center;

/* desk/Н2 */
font-family: Roboto;
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 112.5px */
letter-spacing: -5px;
    max-width:585px;
margin: 0 auto 40px auto;
}

.screen .model .image {
    width:fit-content;
    height: 450px;
}

.screen .model .modelimage img {
    height: 450px;
}

.model {
	cursor:pointer;
}

.modelswrapper {
	display: flex;
    flex-direction: row-reverse;
	gap: 40px;
	justify-content: flex-end;
	/*justify-content: center;*/
	align-items: center;
	
}

.models {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 20px;
    margin-top:80px;
}

.model {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.model .modelheader {
    color: #081425;

text-align: center;
/* desk/Description 2 */
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 19.8px */
letter-spacing: -1.32px;
}

.model .modeldescription {
    color: #081425;
text-align: center;
max-width:220px;
/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;
}

.model:nth-child(3) .modeldescription {
    max-width:180px;
}
.modelfulldescription {
    display: flex;
    /*align-items: flex-start;*/
    gap: 0px;
    margin-top: 80px;
	flex-direction: column;
	min-width: 40vw; 
}

.model img {
	border: 1px solid transparent;
}

/* .model.active img */

.model.active  {
	border: 1px solid rgba(29, 131, 184, 0.40);
}

.modelname {
    color: #081425;

/* desk/H3 */
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 36px */
letter-spacing: -2.4px;
    margin-bottom: 20px;
}

.description1, .description2 {
    display: flex;
flex-direction: column;
align-items: flex-start;

/*width:calc(50vw - 20px);*/
}

.lineincolumns {
    display: flex;
width: calc(100%);
justify-content: space-between;
align-items: center;
    
    
color: #081425;
/* desk/Text 3 */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.lineincolumns div {
    width:40%
}

.line {
    display: flex;
    min-height: 29px;
    padding: 0px 24px 12px 0px; /* 124px */
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    /*border-bottom: 1px solid rgba(8, 20, 37, 0.40);*/
    margin-top:12px;
    width:calc(100% - 24px);
    
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modelsubheader {
    color: #081425;

/* desk/Description 2 */
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 19.8px */
letter-spacing: -1.32px;
    
margin-bottom:0px;
    margin-top:20px;
}

.modelsubheader:nth-child(1), .modelsubheader:nth-child(2) {
	
}

.learnmoremodel {
    color: #FFF;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
border-radius: 100px;
background: #1D83B8;
    text-align: center;
    
padding: 16px 40px;
width:calc(100% - 80px);
display: inline-block;

text-decoration: none;
margin-top:40px;
}

.header5 h2 {
    text-align: left;
    color: #FFF;
/* desk/Н2 */
font-family: Roboto;
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 90%;
letter-spacing: -7.5px;
max-width: 1127px;
margin-top:0;
margin-bottom:60px;
}


.drop {
    height:94px;
    vertical-align: middle;
}

div.imagecart {
    max-width: 440px;
    width:calc(33.33vw - 60px);
	
    flex-shrink: 0;
    
    
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding:0px;
}

.imagecarts {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.imagecartimage img {
    width:100%;
    height:332px;
    object-fit: cover;
}

.imagecartcaption {
    color: #1D83B8;

/* desk/Description 2 */
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 19.8px */
letter-spacing: -1.32px;
}

.imagecartdescription {

color: #081425;
    
/*white-space: nowrap;
text-overflow: ellipsis;*/
/* desk/Text 1 */
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 36px */
letter-spacing: -1px;
    
/*height: 78px;*/
width:100%;
    
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-clamp:2;
box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.imagecartdescription.readmore {
	display: unset;
-webkit-line-clamp: unset;
-webkit-box-orient: unset;
line-clamp:unset;
box-orient: unset;
overflow: unset;
text-overflow: unset;
}

.imagecartreadmore a {
    color: #081425;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #081425;
}

.advantage {
    display: flex;
justify-content: space-between;
align-items: flex-start;
    gap:90px;
    
}

.advantageheader {
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
width: calc(106% - 940px - 90px);
}

.advantageheaderheader {
    font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 36px */
letter-spacing: -2.4px;
    
background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 16.67%, rgba(255, 255, 255, 0.00) 140.28%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.advantageheaderdescription {
    color: rgba(255, 255, 255, 0.90);

/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;
}

.advantages {
    margin-top: 40px;
    display: flex;
 flex-flow: column nowrap;
    gap:40px;
}

.advantageimage img{
width: 940px;

width: 840px;
height: 410px;
object-fit: cover;
}

.contact input[type="text"], .contact input[type="phone"], .contact input[type="email"] {
    border:0;
    background-color: transparent;
    outline-width: 0;
    color: #081425;

/* desk/Field Title */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 16.8px */
letter-spacing: -0.84px;
    width:100%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(8, 20, 37, 0.4);

}

.contact input[type="submit"] {
    color: #FFF;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
    display: flex;
width: 260px;
height: 54px;
padding: 16px 40px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
    
    border-radius: 100px;
background: #1D83B8;

    border:0;
    margin-top:20px;
    
}
.checkbox {
    color: #081425;

/* desk/Field Title */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 16.8px */
letter-spacing: -0.84px;
    
    width:244px;
    
    
    
    display: inline-flex;
align-items: center;
gap: 12px;
}

.checkbox span {
    display: inline-block;
}

.contact input[type="checkbox"] {
    accent-color: #D8E9F2;
    
}
.ordersteps {
    display: flex;
 justify-content: space-between;
}

.orderstep img {
    width:480px;
    height: 400px;
    object-fit: cover;
}

.orderstep {
    display: inline-flex;
flex-direction: column;
align-items: center;
}

.orderheader {
    color: #081425;

text-align: center;
/* desk/Description 2 */
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 90%; /* 19.8px */
letter-spacing: -1.32px;
max-width:380px;
}

.orderdescription {
    color: #081425;

text-align: center;
/* desk/Text 2 */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
letter-spacing: -1.2px;

    
    margin-top: 12px;
}

.numberscircles {
    display: flex;
 justify-content: space-between;
    min-width: 1440px;
    margin-top: 90px;
    
}

.numberscircle {
    width:480px;
    text-align: center;
    
}

.icon {
    width: 14px;
height: 16px;
    border:1px solid #1D83B8;
    
    color: #1D83B8;

/* desk/Description 1 */
font-family: Inter;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 15.6px */
letter-spacing: -0.78px;
text-transform: uppercase;
    
    padding:12px;
    border-radius:50px;
}

.circleline {
    stroke-width: 1px;
stroke: #1D83B8;
    width: 1028.5px;
height: 0.002px;
    margin:0 auto;
   
}

.about {
    display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
line-clamp:4;
box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.about.readmore {
    display: unset;
-webkit-line-clamp: unset;
-webkit-box-orient: unset;
line-clamp:unset;
box-orient: unset;
overflow: unset;
text-overflow: unset;
}

.footer {
    height:692px;
    background: url('bgfooter.webp'), #D8E9F200 0px 0px / 100% 112.861% no-repeat;
	overflow:unset;
}

.biglogoblack {
    color: #090C15;

/* desk/Logo */
font-family: Inter;
font-size: 300px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 444px */
letter-spacing: -30px;
    
    
}


.footer .block {
    width:calc(100% - 120px);
    margin:0 auto;
    padding:92px 0 0 0;
    margin-top:-92px;
	margin-top:-535px;
}

.penultimate .block {
	padding-bottom: 0;
}


.footermenu {
    display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
    
}

.footermenu a {
    color: #FFF;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
    text-decoration: none
}

.contacts {
    color: #FFF;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}



.footercontacts {
    display: flex;
width: 119px;
flex-direction: column;
align-items: flex-start;
gap: 4px;
    
color: #FFF;

/* desk/Field Title */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 16.8px */
letter-spacing: -0.84px;
}

.footerphone {
	display: flex;
    flex-direction: column;
}

.footerphone a {
    color: #FFF;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
    text-decoration: none
}

.footer2 a {
    color: #FFF;

/* desk/Link Title */
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.footerblocks {
    display: flex;
    justify-content: space-between;
	margin-top: 420px;
}

.footer1 {
    display: flex;
    justify-content: space-between;
    width:711px;
}

.bootomlinks a {
    color: #FFF;

/* desk/Field Title */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 16.8px */
letter-spacing: -0.84px;
    opacity: 0.4;
    text-decoration: none;
}

.bootomlinks {
    display: inline-flex;
align-items: flex-start;
gap: 40px;
    margin-top:55px;
}

.step {
    display: none;
}

.mobilemenubutton {
    display: none;
    position: fixed1;
    top: 14px;
    right: 5px;
    padding: 10px;
    font-size: 30px;
    border-bottom: unset;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    color: white;
    text-decoration: none;
	font-weight: 100;
	margin-bottom:-10px;
	
}

.marquee {
      width: 100vw;
	  margin-left: -60px;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
    }

    .marquee span {
      display: inline-block;
      animation: marquee 600s linear infinite;
    }

    @keyframes marquee {
      0% {
        transform: translateX(100vw);
      }
      100% {
        transform: translateX(-100%);
      }
  }
  
 .marquee2 {
      width: 100vw;
	  margin-left: -60px;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
	  padding-top: 120px;
    }

    .marquee2 span {
      display: inline-block;
      animation: marquee 600s linear infinite;
    }

    @keyframes marquee {
      0% {
        transform: translateX(100vw);
      }
      100% {
        transform: translateX(-100%);
      }
  }

h2.shorter {
	max-width:800px !important;
}  

h2.center {
	margin-left:auto;
	margin-right:auto;
}
  
@media screen and (max-width:600px) {
    div.menu {
        display:none;
    }
    
    .textblock {
        flex-direction: column;
    }
    
    .screen.second .machineblock {
        flex-direction: column;
align-items: center;
    }
    
    .second .image>img {
        width:300px;
        height:469px;
    }
    
    .screen.second .image {
        height:544px;
    }
    
    .screen.first h1 {
        font-size: 55px;
letter-spacing: -1.65px;
    }
    
    .screen.first h1:nth-child(2) {
        font-size: 32px;
letter-spacing: -0.96px;
        margin-top:8px;
    }
    
    .header h2 {
        font-size: 34px;
    }
	
	.second .header2 h2, .second h2 {
		font-size: 34px;
		letter-spacing: -2.04px;
		max-width: 70% !important;
		
	}
    
    .carts {
        flex-direction: column;
        margin-top:40px
    }
    
    .cart {
        width:100%;
    }
    
    .block {
    width:calc(100% - 20px);
    margin:0 auto;
    padding:75px 0;
}
    .third .header2 h2 {
        font-size: 34px;
        letter-spacing: -2.04px;
    }
    
    .imagecarts {
        flex-direction: column;
    }
    
    .ordersteps {
        flex-direction: column;
    }
    
    .numberscircles {
        flex-direction: column;
        min-width: unset;
        gap:40px
    }
    
    .biglogoblack {
        overflow: hidden;
    }
    
    .advantage {
       flex-direction: column; 
    }
    
    .numbers {
       flex-direction: column; 
    }
    
    .modelfulldescription {
       flex-direction: column;  
    }
    
    .advantageimage img{
    width: 100%;
    height: 457px;
    object-fit: cover;
    }
    
    .advantageheader {
        width:100%
    }
    
    .header3 h2 {
font-size: 34px;
letter-spacing: -2.04px;
        margin-bottom:70px;
}

    .header4 h2 {
        font-size: 34px;
letter-spacing: -2.04px;
        margin-bottom:20px
    }    
    
    .header5 h2 {
        font-size: 34px;
letter-spacing: -2.04px;
    }
    
    .models {
        overflow-y: auto;
        justify-content: unset;
    }
    
    .imagecartimage img {
    width:100%;
    height:440px;
    object-fit: cover;
}
    
    div.cart {
        width: calc(100% - 40px);
    }
    
    div.imagecart {
    width: calc(100%);
    }
    
    .imagecartdescription {
        width: calc(100% - 40px);
    }
    
    .numbers .number1 {
        max-width: 100%;
        width:unset;
    }

    .numbers .number2 {
       max-width: 100%;
        width:unset;
    }

    .numbers .number3 {
        max-width: 100%;
        width:unset;
    }

    .numbers .number4 {
        max-width: 100%;
        width:unset;
    }
    
    .machinelast {
    display:none;
    }
    
    .first .header p {
       font-size: 19px;
letter-spacing: -0.57px;
    }
    
    a.button {
        font-size:12px;
        margin-left:auto;margin-right:auto;
        margin-top:40px
    }
    
    .screen.first {
    background: url('screen1mobile.webp') 50% / cover no-repeat;
}
    .first .header {
    padding-top: 35px;
    }
    
    .second .textcontent p {
        font-size: 19px;

    letter-spacing: -0.57px;
    }
    .third .textcontent p{
        font-size: 19px;

    letter-spacing: -0.57px;
    }
    
    .machineheader {
        width:unset;
    }
    
    .screen.second .machineheader h3 {
        font-size: 20px;
letter-spacing: -0.6px;
    }
 
    .screen.second .machineheader p {
        font-size: 14px;
letter-spacing: -0.42px;
    }
    
    .screen.second .biglogo {
        margin-bottom: -330px;
        margin-top:200px;
        font-size: 150px;
letter-spacing: -15px;
    }
    
    .third .description, .second .description {
        font-size: 19px;
letter-spacing: -0.57px;
    }
    
    .third .header2 h2 {
        margin: 0 auto 20px auto;
    }
    
    .numbers .big {
        font-size: 65px;

letter-spacing: -6.5px;
    }
    
    .numbers .medium {
 font-size: 16px;
letter-spacing: -0.96px;
}
    
    .numbers {
    margin-top: 40px;
    align-items: center;
	gap:30px;
    }
    
    .number1 p {
    width: unset;
}
 
    .numbers p {
    font-size: 14px;
letter-spacing: -0.42px;
}
    
    .cartheader {
        font-size: 14px;
letter-spacing: -0.42px;

    }
    
    .cartcontentheader {
        font-size: 20px;

letter-spacing: -0.6px;
min-height:70px;
    }
    
    .cartcontenttext {
        font-size: 14px;
letter-spacing: -0.42px;
    }
    
    .cartcontent {
        height:180px;
    }
    
    .screen {
    min-height: 25vh;
	max-width:100vw;
	overflow: hidden;
}
 .screen .model .modelimage img {
    height: 250px;
}   
    .model .modelheader {
        font-size: 16px;

letter-spacing: -0.96px;
    }
    
    .model .modeldescription {
        font-size: 14px;
letter-spacing: -0.42px;
    }
    
    .modelname {
        font-size: 16px;
letter-spacing: -0.96px;
    }
    
    .modelsubheader {
        font-size: 16px;
letter-spacing: -0.96px;  
        margin-bottom: 0;
    }
    
    .modelfulldescription {
        gap:unset;
    }
    
    .description1, .description2 {
        width:calc(100%);
    }
    
    .drop {
    height:34px;
}
    
    .logo img {
    height:29px;
    width:44px;
}
    .menu a, .phones a, .phones span, .languages a {
    font-size: 12px;
}
    
    .menublock .block {
        margin-top: 14px;
    }
    
    .learnmoremodel {
        font-size: 12px;
    }
    
    .imagecartcaption {
        font-size: 16px;
letter-spacing: -0.96px;
    }
    
    .imagecartdescription {
        font-size: 19px;
letter-spacing: -0.57px;
    }
    
    .imagecartreadmore a {
        font-size: 12px;
        
    }
    
    .imagecartreadmore  {
        letter-spacing:0 !important;
        
    }
    
    .advantageheaderheader {
        font-size: 20px;

letter-spacing: -0.6px;
    }
    
    div.imagecart {
        padding: unset;
        align-items: unset;
    }
    
    .advantageheaderdescription {
        font-size: 14px;
letter-spacing: -0.42px;
    }
    
    .advantage {
        gap:16px;
    }
    
    .contact input[type="submit"] {
        font-size: 12px;
        height: 41px;
        padding:unset;
    }
	
	
    
    .ordersteps {
        margin-top: 40px;
    }
    
    .orderstep {
        flex-direction: row;
        gap:15px;
    }
    
    .numberscircles {
        display:none;
    }
    
    .step {
        display:inline-block;
        width:41px;
        color: #000;

text-align: center;
/* mob/field titie */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 16.8px */
letter-spacing: -0.42px;
        white-space: nowrap;
            
    }
    
    .orderstep img{
        width:100px;
        height:100px;
    }
    
    .orderheader {
        font-size: 16px;
letter-spacing: -0.96px;
        text-align: left;
    }
    
    .orderdescription {
        font-size: 14px;
letter-spacing: -0.42px;
        width:unset;
        text-align: left;
    }
    
    .biglogoblack {
        font-size: 150px;
letter-spacing: -15px;
            margin-bottom: -94px;
    }
    
    .footer1 {
        width:unset;
        flex-direction: column;
        gap:16px;
    }
    
    .footer .block {
        width:calc(100% - 20px);
        
    }
    
    .footer {
        background: linear-gradient(180deg, #090C15 65.5%, #455D71 93.27%);
        
    }
    
    .penultimate {
        padding-bottom: 57px;
    }
    
    .footer {
        height:240px;
    }
    
    
    .footermenu a {
        font-size:12px;
    }
    
    .contacts {
        font-size:12px;
    }
    
    .address {
        font-size:12px;
    }
    
    .footercontacts {
        font-size:12px;
    }
    
    .footerphone a {
        font-size:12px;
    }
    
    .footer2 a {
        font-size:12px;
    }
    
    .bootomlinks a {
        font-size:12px;
    }
    
    .bootomlinks {
        gap:16px;
        margin-top: 20px;
    }
    
    .footerblocks {
    
    align-items: center;
    }
    
    .shortmargin h2 {
        margin-bottom: 16px;
    }
    
    .mobilemenubutton {
    display: block;
}
    
    .menublock{
        height:unset;
    }
    
    .menublock .block {
        margin:10px;
    }
	
	.menu {
		position: fixed;
		top: 60px;
    right: 0;
    width: fit-content;
    background-color: black;
	padding:10px;
	flex-direction:column;
	}
	
	.marquee {
		margin-left: -10px;
}

.footer .block {
    margin-top: -92px;
	margin-top:0;
}

.footerblocks {
	margin-top:-58px;
}

.marquee2 {
	margin-left: -10px;
}

div.phones {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items:center;

	
}

.phones .email {
	margin-right:unset;
}

.menuright {
	align-items: center;
}

.phones .email {
	display: none;
}

.menu .email {
	display:inline;
}

.footerphone {
	gap:5px;
}

.modelswrapper {
	display: unset;
}

}