#loader-wrapper{position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000; overflow: hidden; z-index: 999999;}

.loader{width: 150px; height: 150px; border: 1px #fff solid; position: absolute; left: 50%; top: 50%; margin: -75px 0 0 -75px; border-radius: 50%;}

.loader .loading{font-size: 10px; position: absolute; width: 100%; text-align: center; line-height: 14px; font-family: 'Century Gothic', sans-serif; font-style: italic; left: 0; top: 50%; margin-top: 20px; color: #fff; font-weight: bold; text-transform: uppercase;}

.loader-circle-1{width: 138px; height: 138px; left: 5px; top: 5px; border: 1px #fff solid; border-radius: 50%; position: absolute; border-right-color: transparent;
-webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
}

.loader-circle-2{width: 126px; height: 126px; left: 5px; top: 5px; border: 1px transparent solid; border-radius: 50%; position: absolute; border-right-color: #e81512;
-webkit-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
}

.loader .line{width: 10px; height: 2px; background: #fff; position: absolute;}

.loader .line:nth-child(1){left: 16px; top: 50%; margin-top: -1px;}

.loader .line:nth-child(2){transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); left: 33px; top: 33px;}

.loader .line:nth-child(3){top: 16px; left: 50%; width: 2px; height: 10px;}

.loader .line:nth-child(4){transform: rotate(135deg); -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); right: 33px; top: 33px;}

.loader .line:nth-child(5){right: 16px; top: 50%; margin-top: -1px;}

.loader .line:nth-child(6){transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); right: 33px; bottom: 33px; background: #e81512;}

.loader .subline{position: absolute; width: 3px; height: 2px; background: #fff;}

.loader .subline:nth-child(7){transform: rotate(22.5deg); -moz-transform: rotate(22.5deg); -webkit-transform: rotate(22.5deg); -ms-transform: rotate(22.5deg); left: 21px; top: 50px;}

.loader .subline:nth-child(8){transform: rotate(67.5deg); -moz-transform: rotate(67.5deg); -webkit-transform: rotate(67.5deg); -ms-transform: rotate(67.5deg); left: 50px; top: 21px;}

.loader .subline:nth-child(9){transform: rotate(112.5deg); -moz-transform: rotate(112.5deg); -webkit-transform: rotate(112.5deg); -ms-transform: rotate(112.5deg); right: 50px; top: 21px;}

.loader .subline:nth-child(10){transform: rotate(157.5deg); -moz-transform: rotate(157.5deg); -webkit-transform: rotate(157.5deg); -ms-transform: rotate(157.5deg); right: 21px; top: 50px;}

.loader .subline:nth-child(11){transform: rotate(22.5deg); -moz-transform: rotate(22.5deg); -webkit-transform: rotate(22.5deg); -ms-transform: rotate(22.5deg); right: 20px; bottom: 49px; background: #e81512;}

.loader .needle{width: 14px; height: 14px; border-radius: 50%; border: 1px #fff solid; position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px;  z-index: 1;  
-webkit-animation: pegIt 3s infinite ease-in-out;
        animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before{content: ""; width: 0; height: 0; border-style: solid; border-width: 3.5px 50px 3.5px 0; border-color: transparent #e81512 transparent transparent; position: absolute; right: 50%; top: 50%; margin: -3.5px 0 0 0; border-radius: 0 50% 50% 0;}

@keyframes pegIt {
  0% {transform: rotate(0deg);}
  16% {transform: rotate(75deg);}
  25% {transform: rotate(55deg);}
  30% {transform: rotate(90deg);}
  36% {transform: rotate(170deg);}
  42% {transform: rotate(150deg);}
  50% {transform: rotate(227deg);}
  100% {transform: rotate(0deg);}
}

@-webkit-keyframes pegIt {
  0% {-webkit-transform: rotate(0deg);}
  16% {-webkit-transform: rotate(75deg);}
  25% {-webkit-transform: rotate(55deg);}
  30% {-webkit-transform: rotate(90deg);}
  36% {-webkit-transform: rotate(170deg);}
  42% {-webkit-transform: rotate(150deg);}
  50% {-webkit-transform: rotate(227deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
    }

html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Gabriela', serif;
	margin: 0;
	box-sizing: border-box;
	color: white;
	font-size: 18px;
	background: #262626;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.intro {
	width: 100%;
	height: 100vh;
	background: url("../img/intro_new.webp") center no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro_inner {
	width: 100%;
	margin: auto;
	text-align: center;
}

.intro__title {
	margin: 100px 100px 0px 100px;
	font-size: 64px;
	font-weight: 500;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.video {
    width: 625px;
    height: 350px;
}
.intro__subtitle
{
	margin: 0px 100px 0px 100px;
	font-weight: 200;
	font-size: 28px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}


.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.header_inner {
	width: 100%;
	
}
.langmenu_container {
     width: 100%;
     padding: 12px 0px;
     display: flex;
     justify-content: flex-end;
     list-style: none;
     margin: 0 auto;
}

.langmenu_container li a{
    padding: 0px 5px 0px 10px;
    color: white;
    text-decoration: none;
}
.logo {
	margin: 0px 1px 1px 0px;
	display: flex;
	justify-content: space-between;

}
.logotip {
	padding: 0px 200px 10px 150px;
	background: url("../img/redlogoline.png") center no-repeat;
	background-size: contain;
}

.contacts {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.contacts a{
    text-align: right;
	text-decoration: none;
	color: white;	
}

.clients_container {
    background-color: white;
    width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}
.clients_items {
    max-width: 1200px;
    margin: 0 auto;
}
.clients {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.clients img {
    margin: 10px;
}

.navigata {
     width: 100%;
     padding: 12px;
     display: flex;
     justify-content: space-between;
     list-style: none;
}

.navigata a{
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    margin: 0px 10px 0px;
    background-size: 0% 2px;
    transition: background-size .3s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.navigata a:hover {
    background-size: 100% 2px;
	color: #F4A460;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);    
}

.navigate {
  float: left;
  text-decoration: none;
  font-size: 24px;
  padding: 0.4em 0.4em;
  color: #fffcdc;
}
.navigata-nav{
  margin: 0%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navigata .navigata-nav .nav-item{
  display: inline;
  list-style: none;
}
   
.navigata .navigata-nav .nav-item a {
	text-transform: uppercase;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 18px;
  	padding: 10px 0.7em;
  	color: #fff8e6;
  	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    list-style: none;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.navigata .navigata-nav .nav-item a:hover {
    background-size: 100% 2px;
	color: #F4A460;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.menu {
  float: right;
  width: 50px;
  height: 32px;
  margin: 0.6em 2em;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(247, 247, 247, 0.3);
  border-radius: 3px;
  cursor: pointer;
  display: none;
}
.menu:hover {
  color: rgb(189, 235, 253);
}

@media screen and (max-width:760px){
  
}



.btn {
	margin: 150px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 15px 40px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	transition: background 0.2s linear;
}

.btn:hover {
	background: #0000CD;
	/* text-decoration: underline; */
}



/* Info Box */

.infocontainer{
	margin: 0 auto;
 	width: 100%;
 	background: url("../img/27263_sm_bw.jpg") center no-repeat;
 	background-size: cover;

}

.textshipping {
	text-transform: uppercase;
	color: white;
	font-size: 32px;
	margin: 0px 0px 25px 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.textshipping2 {
	text-transform: uppercase;
	color: black;
	font-size: 32px;
	margin: 0px 0px 25px 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.infocontainer2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*align-items: center;*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding: 30px 0px 30px 0px;
}

.infobox {
	width: 45%;
	color: black;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 7px;
	display: flex;
	align-items: center;
/*background: -webkit-linear-gradient(135deg, rgb(201, 214, 255), rgb(255, 255, 255), rgb(230, 208, 242));
background: -moz-linear-gradient(135deg, rgb(201, 214, 255), rgb(255, 255, 255), rgb(230, 208, 242));
background: linear-gradient(135deg, rgb(201, 214, 255), rgb(255, 255, 255), rgb(230, 208, 242));*/
	text-decoration: none;
}
.infocontainer a {
	color: white;
	text-decoration: none;
}
.infoimages {
	border-radius: 5px;
	margin: 5px 5px 5px 5px;
	/*box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);*/
}

.infoimages:hover {
	transition: all 300ms;
	transform: scale(1.05);
	box-shadow: 0px 0px 4px 3px rgba(0, 0, 255, 0.5)

}

.infosubcontainer {
    width:50%;
	/*display: flex;*/
	/*flex-direction: column;*/
}
.infotext {
	text-align: center;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	transition: font-size 0.3s linear;
}

.infosubtext {
	text-align: center;
	color: white;
	font-size: 18px;

}

/* Third Block */

.thirdblock_container {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
	display: flex;
	max-width: 1200px;
	justify-content: space-around;
	
}

.image_truck {
	background: url("../img/truck.png") center no-repeat;
	background-size: contain;
	width: 60%;
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
}

.promobox {
	width: 40%;
	/*background: url("../img/n.jpg") center no-repeat;*/
	/*background-size: cover;*/
	border-radius: 10px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.promoboxtext {
	color:white;
	padding: 15px 0px 0px 0px;
	font-size: 30px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	
}


.promobox_decoration{
    text-decoration: none;  
}

.promobox_decoration2{
	font-size: 18px;
	}


.promobox_decoration:hover {
	background-size: 100% 2px;
	/*text-decoration: underline;*/
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.container4 {
    text-align: justify;
    text-indent: 30px;
    font-size: 20px;
    margin: 0 auto;
	padding: 25px 0 25px 0;
	max-width: 1200px;
	border-bottom: solid white 3px;
}
.turnon2 {
	margin: 70px 0 90px 0;
	border: solid 2px white;
	border-radius: 10px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.turnon3 {
	color: black;
	font-size: 30px;
	margin: 30px 0 30px 0;
	border: solid 2px white;
	border-radius: 10px;
}

.turnoff {
	display: none;
}
.btn2 {
	color: #fff;
	margin: 15px 0 30px 0;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	transition: background 0.2s linear;
}
.btn2 a{
	color: white;
}
.btn2:hover {
	color: #fff;
	background: #0000CD;
	text-decoration: none;
}
ul li { 
	padding: 10px 0; 
}

input[type=text] {
    color: black;
    width: 53%;
    padding: 10px 15px;
    margin: 5px 0;
    box-sizing: border-box;
    border-radius: 10px;
}
input[type=submit]{
	font-family: 'Kurale', serif;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 30px 10px 30px;
	margin: 20px 0 50px 0;
	background: transparent;
	border: solid 2px white;
}
input[type=submit]:hover {
	background: blue;
}
footer {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 25px;
	text-align: center;
}
.footerbox {
	width: 22%;
}
.footerbox_logo {
	width: 22%;
}
.footerbox_title {
	text-transform: uppercase;
	
	/*font-size: 20px;*/
	border-bottom: solid 1px white;
	text-align: left;
}
.footerbox_text {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
}

.footerbox_text a {
	text-decoration: none;
	color: white;
}

.footer_sign {
    font-size: 14px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

.footerbox_spaces {
	width: 3%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  text-align:center;
  margin: 250px auto;
  padding: 20px;
  background: #B22222;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 1s ease-in-out;
  z-index: 999999;
}

.popup h2{
    color: white;
	text-align: center;
  	margin-top: 0;
  	padding: 3px 25px 3px 25px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 300ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.mainmenubtn {
    color: white;
    border: none;
    cursor: pointer;
    padding:20px;
    margin-top:20px;
}
.sub-menu {
    display: none;
    background-color: black;
    min-width: 200px;
    padding: 15px 15px 15px 30px;
    
    font-size: 16px;
}
.sub-menu li {
    color: white;
    /*padding-inline-start: 15px;*/
    padding: 5px 5px 5px;
    text-decoration: none;
    list-style: none;
}
.menu-item-has-children:hover .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding-inline-start: 10px;*/
}
    .footerbox_logo {
	    width: 50%;
	    height: auto;
    }
input[type=submit]{
	font-family: 'Kurale', serif;
	color: white;
	border-radius: 10px;
	padding: 10px 15px 10px 15px;
	margin: 15px 0px 20px 0px;
	background: transparent;
	border: solid 2px white;
}
input[type=submit]:hover {
	background: blue;
}
input[type=text] {
    width: 75%;
    padding: 10px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    border-radius: 10px;
}
.lang-item-ru a:hover {
    background: linear-gradient(180deg, white 0% 35%, blue 35% 60%, red 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lang-item-uk:hover {
    background: linear-gradient(180deg, yellow 52%, #1E90FF 52% 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1026px) {
    #toggle {
        display:none;
    }
    .close_menu {
        display: none;
    }

}
@media screen and (max-width: 1025px) {
    .footerbox_logo {
	    width: 90%;
	    height: auto;
    }
    .infoimages {
        width: 65%;
        height: auto;
    }
    .infotext{
        font-size: 20px;   
    }
    .thirdblock_container {
        margin: 0 25px 0;
    }
    .container4 {
        margin: 0 25px 0;
    }
    .menu-item-has-children {
        position: relative;
        display: inline-block;
    }
    .mainmenubtn {
	    font-size: 16px;
	}
	.sub-menu {
        display: block;
        background-color: rgba(10, 10, 10, 1);
    }
    #popout {
        position: fixed;
        height: 100vh;
        width: 350px;
        background-color: rgba(10, 10, 10, 1);
        color: white;
        top: 0;
        left: -350px;
        overflow: auto;
        border-radius: 0;
    }
    .close {
        position: absolute;
        top: 10px;
        right: 30px;
        transition: all 300ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        z-index:100;
    }
    .close_menu {
        display: inline;
        position: absolute;
        top: 10px;
        right: 30px;
        transition: all 300ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        z-index:100;
    }
    #toggle {
        float: right;
        position: relative;
        top: 15px;
        right: 50px;
        width: 28px;
        height: 40px;
    }
    #toggle .close {
        display:none;
    }
    .navigata {
        display: flex;
        flex-direction: column;
    }
    .nav-menu li {
        border-bottom:1px solid #eee;
        padding:10px;
        width:100%;
    }
   /* .nav-menu li:hover {
        background:#CCC;
    }*/
    .nav-menu li a {
        color:#FFF;
        text-decoration:none;
        width:100%;
    }
    .infocontainer {
    	margin: 0 auto;
	    width: 100%;
	    border-radius: 0;	
    }
    .header {
        padding-bottom: 50px;
    }
    .footerbox_title {
    	text-transform: uppercase;
	    border-bottom: solid 1px white;
	    text-align: left;
    }
    .menu-item-has-children:hover .sub-menu {
        position: relative;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        /*padding-inline-start: 30px;*/
}
}

@media screen and (max-width: 769px) {
    /*.menu-item-has-children:hover .sub-menu {
        padding-inline-start: 40px;
    }*/
    .popup{
        width: 70%;
        margin: 200px auto;
    }
    .intro__title {
        font-size: 34px;
    margin: 100px 70px 0px 70px;
    }
    .infotext{
        font-size: 16px;   
    }
    .infosubtext {
        font-size: 14px;
    }
    footer {
        flex-direction: column;
        align-items:center;
    }
    .logotip {
        padding: 0px 100px 10px 100px;
        margin: 10px 0px 0px 15px;
    }
    .footerbox {
        width: 90%;
	    margin: 20px 0 20px 0;
    }
    .footer_sign{
        font-size: 14px;
    }
    .contacts {
        font-size: 16px;
    }
    
	.fadeInRight, .fadeInLeft {
    	-o-transition-property: none !important;
    	-moz-transition-property: none !important;
    	-ms-transition-property: none !important;
    	-webkit-transition-property: none !important;
    	transition-property: none !important;

    	-o-transform: none !important;
    	-moz-transform: none !important;
    	-ms-transform: none !important;
    	-webkit-transform: none !important;
    	transform: none !important;
    
    	-webkit-animation: none !important;
    	-moz-animation: none !important;
    	-o-animation: none !important;
    	-ms-animation: none !important;
    	animation: none !important;
	}
	.video {
        width: 100%;
    }
}

@media screen and (max-width: 426px) {
    .infocontainer{
 		background: url("../img/27263_sm_mobile.webp") center no-repeat;
 		background-size: cover;
	}
	.intro {
	    background: url("../img/intro_new.webp") -300px no-repeat;
    	background-size: cover;
    }
    .container4 {
        font-size: 18px;
        margin: 0 10px 0;
    }
    .infocontainer2 {
        flex-direction: column;
    }
    .infobox {
        display:flex;
        justify-content: center;
        width:95%;
    }
    .infotext{
        font-size: 14px;   
    }
    .infosubtext {
        font-size: 12px;
    }
    .intro__title {
        font-size: 28px;
        margin: 125px 20px 20px;
    }
    .intro__subtitle {
        font-size: 18px;
        margin: 20px 20px 50px;
    }
    .btn {
    margin: 30px 0px 20px 0px;
    }
    .popup{
        width: 90%;
        margin: 150px auto;
        z-index:99999;
    }
    .image_truck {
        display:none;
    }
    .promobox {
		width: 90%;
	}
	.promoboxtext {
		font-size: 20px;
	}
	.textshipping {
	    margin: 0 auto;
	}
    .logotip {
        padding: 0px 100px 10px 100px;
        margin: 10px 0px 0px 5px;
    }
    .contacts {
        font-size: 16px;
    }
    .pagetext_header{
        font-size: 24px;
    }
    .table_style {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .intro {
	    background: url("../img/intro_new.webp") -300px no-repeat;
    	background-size: cover;
    }
    .logotip {
        padding: 0px 80px 10px 80px;
        margin: 5px 0px 0px 5px;
    }
    .pagetext_regular {
        padding: 0 15px 0 15px;
    }
    .contacts {
        font-size: 14px;
    }
}

@media screen and (max-width: 321px) {
    .logotip {
        padding: 0px 60px 10px 60px;
        margin: 5px 0px 0px 5px;
    }
    .pagetext_regular {
        padding: 0 10px 0 10px;
    }

}

@media screen and (max-height: 400px) {
    .intro__title {
        margin: 150px 25px 0px 25px;
        font-size: 18px;
    } 
    .intro__subtitle {
        font-size: 16px;
    }
    .btn {
        margin: 20px 0px 0px 0px;
        font-size: 16px;
    }
}

@media screen and (max-height: 760px) {
    .intro__title {
        margin: 150px 25px 0px 25px;
        font-size: 42px;
    } 
    .intro__subtitle {
        font-size: 16px;
    }
    .btn {
        margin: 50px 0px 0px 0px;
        font-size: 16px;
    }
}