@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic&family=Raleway:wght@700&display=swap');
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: bold;
    /*background: rgb(20,173,227); 
    background: linear-gradient(120deg, rgba(18, 155, 204, 1) 10%, rgba(155, 0, 229, 1) 70%, rgba(227, 0, 218, 1) 90%);*/
}
#gradient-canvas {
  width: 100%;
  height: 100%;
--gradient-color-1: #fed700; 
  --gradient-color-2: #015bbc; 
  --gradient-color-3: #fed700;  
  --gradient-color-4: #015bbc;
  /*--gradient-color-1: #47B9BF; 
  --gradient-color-2: #129BCC; 
  --gradient-color-3: #9B00E5;  
  --gradient-color-4: #E300DA;*/
  z-index: -1;
  position: fixed;
}
h1 {
    color: #E0E0E0;
    font-size: 50px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 35px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 25px;
}
p {
    font-size: 10px;
}
a {
    color: blue;
    text-decoration: none;
    font-size: 15px;
}
a:hover {
    text-decoration: underline;
}

.credits {
    display: flex;
    justify-content: flex-end;
    font-size: 5px; 
    color: white;
    margin-right: 5px;
}

.credits a {
    font-size: 5px;
    color: white;
}

header {
    z-index: 2;
    border-radius: 0 0 20px 20px;
    position: fixed;
    background: #000;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
}
header ul {
    display: flex;
    justify-content: space-around;
    width: 700px;
    height: 60px;
    list-style-type: none;
}
header ul li {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    line-height: 25px;
}
header .header_logo img {
    padding-top: 5px;
}
.header_logo {
    margin-left: 10%;
    align-items: center;
    vertical-align: middle;
    line-height: 60px;
}
.header_links {
    margin-right: 15%;
    font-weight: 500;
    vertical-align: middle;
    line-height: 60px;
}
header .header_hover_button {
    padding: 5px;
    letter-spacing: 0.03em;
}
header .header_hover_button:hover {
    padding: 5px;
    border-radius: 5px;
    background: rgb(1,91,188);
    background: linear-gradient(156deg, rgba(1,91,188,1) 40%, rgba(254,215,0,1) 60%   );
    /*background: rgb(253,0,243);
    background: linear-gradient(132deg, rgba(253,0,243,1) 0%, rgba(173,0,255,1) 50%, rgba(79,206,213,1) 100%);*/
    text-decoration: none;
}



/* Main */

.main_sc_img {
    margin: 7% 0 0 70%; 
    position: absolute; 
    height: 80%;
}

.main_sc_big_text {
    word-wrap: break-word;
    font-family: Raleway; 
    font-size: 115px;
    line-height: 105%;
    margin: 6.7% 20% 0 7%;
    font-weight: 700;
}

.main_sc_big_text span {
    font-size: 95px; 
}

.main_sc_sm_text {
    font-family: Antic;
    font-size: 25px;
    line-height: 35px;
    font-style: normal;
    font-weight: normal;
    color: #E0E0E0;
    margin: 2.8% 50% 0 7%;
}

.main_sc_btn1 {
    letter-spacing: 0.2px; 
    font-family: Raleway;
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    border-radius: 7px;
    border: solid #E0E0E0 2px;
    padding: 25px 115px 25px 115px;
    margin: 3% 60% 0 7%;
    color: #E0E0E0;
    font-weight: 500;
    transition: .3s;
}

.main_sc_btn1:hover {
    text-decoration: none;
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.20);
    -webkit-backdrop-filter: blur(5px);
    transition: .3s;
    /*background: rgb(20,173,227);
    background: linear-gradient(120deg, rgba(20,173,227,1) 10%, rgba(173,0,255,1) 70%, rgba(253,0,243,1) 90%);*/
}

.main_sc_btn2 {
    letter-spacing: 0.2px; 
    font-family: Raleway;
    font-size: 30px;
    position: absolute;
    margin: 4.5% 0 0 31%;
    color: #E0E0E0;
    font-weight: 500;
    text-decoration: none;
}

.main_sc_btn2:after {
    /*visibility: hidden;*/
    content: "";
    position: absolute;
    top: 150%;
    right: 45%;
    /*top: 35px;
    right: 53px;*/
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.7);
    -webkit-backdrop-filter: blur(5px);
    /*background: rgb(199,0,251);
    background: linear-gradient(132deg, rgba(199,0,251,1) 0%, rgba(173,0,255,1) 35%, rgba(79,206,213,1) 100%);*/
    height: 2px;
    width: 10px;
    border-radius: 4px;
    transition: .4s;
}

.main_sc_btn2:hover {
    text-decoration: none;
  /*background: rgb(253,0,243);
  background: linear-gradient(132deg, rgba(253,0,243,1) 0%, rgba(173,0,255,1) 50%, rgba(79,206,213,1) 100%);*/
}

.main_sc_btn2:hover:after {
    visibility: visible;
    width: 75px;
    right: 15px;
}


/* Description block */

.description {
    background-color: #f2f2f2;
    border-radius: 30px;
    width: 84%;
    display: flex;
    flex-direction: row;
    transition: 0.7s;
}
.right_side_desc {
    display: flex;
    flex-direction: column;   
    color: black;
    font-family: Raleway;
    text-align: left;
}
.right_side_desc_main_text {
    color: black;
    font-size: 40px;
    padding: 2% 7% 1.5% 0;
    margin: 4px 0;
}
.right_side_desc p {
    font-size: 18px;
    padding: 6% 5% 2.5% 0;
    margin: 0;
}

.right_side_desc_btn {
    background: rgb(1,91,188);
    background: linear-gradient(175deg, rgba(1,91,188,1) 40%, rgba(254,215,0,1) 60%);
    /*background-image: linear-gradient(120deg, rgba(20,173,227,1) 10%, rgba(173,0,255,1) 70%, rgba(253,0,243,1) 90%)*/}
.right_side_desc_btn {
    width: 60%;
    margin-top: 2%;
    padding: 20px 10px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border-radius: 10px;
    display: block;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.right_side_desc_btn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.night_mode {
    cursor: pointer;
    border-radius: 10px;
    padding: 2% 2% 0 0;
    color: white;
    text-decoration: none;
    color: white;
}

.night_mode:hover {
    text-decoration: none;
}

.night_mode:before {
    content: '🌙';
    font-family: fontAwesome;
}




/* Dark Mode */

.bg.dark {
    filter: brightness(60%);
    transition: 0.4s;
}

.night_mode.dark:before {
    content: '🌞'; /*🔆*/
}

.description.dark {
    background: #0c0c0c;
}

.description.dark .right_side_desc_main_text{
    transition: 0.5s;
    color: #E0E0E0;
    filter: brightness(95%);
}

.description.dark .right_side_desc {
    transition: 0.5s;
    color: #E0E0E0;
    filter: brightness(95%);
}

.description.dark .desc_img {
    filter: brightness(90%);
    height: 500px;
}

.description.dark .right_side_desc_btn {
    filter: brightness(90%);
}



.our_prod_sect_text {
    font-family: Raleway;
    letter-spacing: 0.5px;
    word-spacing: 5px;
    font-weight: 600;
    font-size: 50px;
}

.container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0;
}

.container .card {
	position: relative;
	width: 300px;
	height: 400px;
	background: rgba(255, 255, 255, 0.05);
	margin: 20px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}

.container .card .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.container .card:hover .content {
	transform: translateY(-20px);
}

.container .card .content .imgBx {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.container .card .content .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container .card .content .contentBx h3 {
	color: #E5E5E5;
	/* text-transform: uppercase; */
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.1em;
}

.container .card .content .contentBx h3 span {
	font-size: 14.5px;
	font-weight: 400;
	text-transform: initial;
	letter-spacing: 1px;
}

.container .card .sci {
	position: absolute;
	bottom: 50px;
	display: flex;
}

.container .card .sci a {
	color: #111;
	padding: 10px 20px;
	border-radius: 10px;
	background: none;
	font-size: 17px;
	text-decoration: none;

	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}

.container .card:hover .sci a {
	color: #fff;
	background: rgb(1,91,188);
    background: linear-gradient(180deg, rgba(1,91,188,1) 50%, rgba(254,215,0,1) 90%);
	/*background: rgb(173,0,255);
	background: linear-gradient(120deg, rgba(173,0,255,1) 20%, rgba(20,173,227,1) 80%, rgba(79,206,213,1) 100%);*/

	transform: translateY(10px);
	opacity: 1;
}
.container .card:hover .sci a:hover {
    color: #fff;
	background: rgb(1,91,188);
    background: linear-gradient(180deg, rgba(1,91,188,1) 20%, rgba(254,215,0,1) 50%);
	/*background: rgb(173,0,255);
	background: linear-gradient(60deg, rgba(79,206,213,1) 0%, rgba(20,173,227,1) 20%, rgba(173,0,255,1) 80%);*/
	background-position: right center;
}
         


/*.card {
	box-sizing: border-box;
    position: relative;
    width: 600px;
    height: 350px;
    margin: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background: rgb(173,0,255);
    background: linear-gradient(250deg, rgba(173,0,255,1) 20%, rgba(253,0,243,1) 100%);
}

.card img {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 300px;
    transform: translateX(-50%);
    transition: 0.5s;
}

.card:hover img {
    left: 80%;
    height: 400px;
}

.card .content {
    position: relative;
    width: 30%;
    left: 20%;
    padding: 20px 20px 20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.card:hover .content {
    opacity: 1;
    left: 0%;
    visibility: visible;
}

.card .content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1em;
}

.card .content h6 {
    color: #fff;
}

.card .content a {
    position: relative;
    display: inline-block;
    color: #111;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
}
.card .content a:hover {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    color: #fff;
    background: rgb(173,0,255);
    background: linear-gradient(132deg, rgba(173,0,255,1) 20%, rgba(20,173,227,1) 80%, rgba(79,206,213,1) 100%);
}

@media (max-width: 991px) {
    .card {
        position: relative;
        width: auto;
        transition: .5s;
        align-items: flex-start;
    }
    
    .card:hover {
        height: 600px;
    }
    
    .card:hover img {
        left: 50%;
        height: 350px;
    }
    
    .card .content {
        width: 100%;
        left: 0;
        padding: 40px;
    }
}

@media (max-width: 420px) {
    .card .content {
        padding: 30px;
    }
    
    .card:hover img {
        height: 300px;
    }
}
*/



/* Footer */
footer {
  z-index: 1;
  border-radius: 35px 35px 0 0;
  background-color: black;
  font-family: "Comfortaa";
  padding: 85px 0 10px 0;
}

footer .footer_hover_button:hover {
  padding: 5px;
  border-radius: 5px;
  background: rgb(1,91,188);
  background: linear-gradient(132deg, rgba(1,91,188,1) 40%, rgba(254,215,0,1) 60%);
  /*background: rgb(253,0,243);
  background: linear-gradient(132deg, rgba(253,0,243,1) 0%, rgba(173,0,255,1) 50%, rgba(79,206,213,1) 100%);*/
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  position: relative;
}

.footer-item {
  margin: 0 7.2% 0 0;
}

.footer-item:nth-of-type(4) {
  display: none;
}

.footer-item:nth-of-type(7) {
  margin-left: auto;
  margin-right: 0 !important;
}

.footer-button {
  color: white;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  transition: 1s;
  transition-delay: .2s;
  padding: 14px;
  border-radius: 5px;
}

.footer-button:after {
  content: "";
  position: absolute;
  top: 44px;
  right: 30px;
  background: rgb(1,91,188);
  background: linear-gradient(132deg, rgba(1,91,188,1) 30%, rgba(254,215,0,1) 60%);
  /*background: rgb(199,0,251);
  background: linear-gradient(132deg, rgba(199,0,251,1) 0%, rgba(173,0,255,1) 35%, rgba(79,206,213,1) 100%);*/
  height: 1.5px;
  width: 25px;
  transition: 1s;
}

.footer-button:hover {
  background: rgb(1,91,188);
    background: linear-gradient(132deg, rgba(1,91,188,1) 50%, rgba(254,215,0,1) 80%);
  /*background: rgb(253,0,243);
  background: linear-gradient(132deg, rgba(253,0,243,1) 0%, rgba(173,0,255,1) 50%, rgba(79,206,213,1) 100%);*/
}

.footer-button:hover:after {
  width: 75px;
  right: 5px;
}

.footer-inner h1 {
  font-weight: 900;
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 10px;
}

.footer-inner h2 {
  font-weight: 300;
  line-height: 1.8;
  font-size: 13px;
  color: #d1d1d1;
  letter-spacing: 0.03em;
  padding: 15px 0 0 0;
}

.color {
  color: white;
  font-weight: 400;
}

.footer-inner h3 {
  font-weight: 400;
  font-size: 15px;
  color: white;
  margin: 0;
  padding-bottom: 9px;
  letter-spacing: 0.03em;
}

.footer-inner h3.desktop {
  padding-top: 30px;
}

.footer-inner ul {
  line-height: 1.8;
  list-style-type: none;
  padding: 0;
}

.footer-inner li {
  font-weight: 300;
  font-size: 13px;
  color: #d1d1d1;
  letter-spacing: 0.03em;
}

.footer-inner p {
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.footer-inner a {
  text-decoration: none;
  color: #d1d1d1;
}

.footer-inner a:hover {
  color: white;
}

.desktop {
  display: auto;
}



/* Mobiles */


/*@media (min-width: 1920px) {
    header {
        height: 5%;
    }
    .flex-item-topics {
        width: 500px;
    }
}

@media (min-width: 1280px) {
    header {
        height: 6%;
    }
    header .header_logo img {
        padding-top: 8px;
    }
    .header_links {
        margin-right: 10%;
    }
    header ul li{
        margin-top: 4px;
    }
}*/

@media (max-width: 1600px) {
    .main_sc_big_text {
        font-size: 100px;
        margin: 6% 20% 0 7%;
    }
    
    .main_sc_big_text span {
        font-size: 80px; 
    }
    
    .main_sc_sm_text {
        font-size: 20px;
        margin: 3% 50% 0 8%;
    }
    
    .main_sc_btn1 {
        padding: 23px 100px 23px 100px;
        margin: 4% 60% 0 8%;
        font-size: 25px;
    }
    
    .main_sc_btn2 {
        margin: 5.7% 0 0 34%;
        font-size: 25px;
    }
    
    .main_sc_btn2:hover:after {
        right: 22%;
    }
}

@media (max-width: 1370px) {
    .main_sc_big_text {
        font-size: 90px;
        margin: 7.8% 20% 0 8%;
        line-height: 100%;
    }
    
    .main_sc_big_text span {
        font-size: 70px; 
    }
    
    .main_sc_sm_text {
        font-size: 25px;
        margin: 2.8% 50% 0 8.5%;
    }
    
    .main_sc_btn1 {
        padding: 20px 100px 20px 100px;
        margin: 4% 60% 0 8.3%;
        font-size: 22px;
    }
    
    .main_sc_btn2 {
        margin: 5.5% 0 0 37%;
        font-size: 22px;
    }
    
    .main_sc_btn2:hover:after {
        right: 20%;
    }
}

@media (max-width: 1300px) {
    .main_sc_img {
        height: 70%;
    }
    
    .main_sc_img.dark {
        height: 16%;
    }
    
    .main_sc_btn2 {
        margin: 5.7% 0 0 40%;
    }
    
    .main_sc_btn2:hover:after {
        right: 19%;
    }
}

@media (max-width: 1280px) {
    .main_sc_big_text {
        font-size: 85px;
        margin: 7.7% 20% 0 7.8%;
    }
    
    .main_sc_big_text span {
        font-size: 65px; 
    }
    
    .main_sc_sm_text {
        font-size: 20px;
    }
    
    .main_sc_btn1 {
        padding: 18px 90px 18px 90px;
        margin: 4% 60% 0 8.3%;
        font-size: 20px;
    }
    
    .main_sc_btn2 {
        margin: 5.7% 0 0 34%;
        font-size: 20px;
    }
    
    .main_sc_btn2:hover:after {
        right: 15%;
    }
}

@media (max-width: 1200px) {
    .main_sc_big_text {
        font-size: 80px;
        margin: 7% 20% 0 7.8%;
    }
    
    .main_sc_big_text span {
        font-size: 60px; 
    }
    
    .main_sc_sm_text {
        margin: 2.3% 50% 0 8.5%;
        font-size: 20px;
    }
    
    .main_sc_btn1 {
        padding: 18px 90px 18px 90px;
        margin: 3.5% 60% 0 8.3%;
        font-size: 20px;
    }
    
    .main_sc_btn2 {
        margin: 5.2% 0 0 35%;
        font-size: 20px;
    }
}

@media (max-width: 1151px) {
  
    footer {
      padding: 50px 0 30px 0 !important;
    }
      
    .footer-inner {
      margin-bottom: 55px !important;
      border-bottom: 1px solid #333;
      padding-bottom: 55px;
    }
      
    .footer-item {
      margin: 0 0 45px 0 !important;
      flex: calc(100% / 2);
    }
      
    .footer-item:nth-of-type(1) {
      padding-right: 0 !important;
      flex-basis: 100%;
      border-bottom: 1px solid #333;
      padding-bottom: 32px;
    }
    
    .footer-item:nth-of-type(4) {
      display: block;
    }
      
    .footer-item:nth-of-type(7) {
      margin: 0 0 0 -13px !important;
      padding: 20px 0 0 0 !important;
      flex-basis: 100%;
    }
      
    .desktop {
      display: none;
    }
    
    .footer-inner:after {
      top: 745px !important;
    }
}

@media (max-width: 1024px) {
    header .header_logo img {
        padding-top: 6px;
    }
    .header_links {
        margin-right: 5%;
    }
    header ul li{
        margin-top: 2px;
    }
    .main_sc_big_text {
        font-size: 90px;
        margin: 8% 20% 0 9%;
    }
    .main_sc_big_text span {
        font-size: 70px; 
    }
    .main_sc_sm_text {
        font-size: 20px;
    }
    .main_sc_btn1 {
        padding: 18px 85px 18px 85px;
        margin: 5% 60% 0 8.3%;
        font-size: 23px;
    }
    .main_sc_btn2 {
        margin: 7% 0 0 40%;
        font-size: 23px;
    }
    .main_sc_btn2:hover:after {
        right: 18%;
    }
    .description {
        height: 450px;
    }
    .desc_img {
        height: 400px;
    }
    .description.dark .desc_img {
        height:  400px;
    }
    .right_side_desc p {
        font-size: 15px;
    }
    .right_side_desc_main_text {
        font-size: 33px;
    }
    .right_side_desc_btn {
        padding: 18px 12px;
    }
}

@media (max-width: 945px) {
    .main_sc_img {
        margin: 8% 0 0 62%; 
        position: absolute; 
        height: 50%;
    }
    .main_sc_img.dark {
        margin: 8% 0 0 62%; 
        position: absolute; 
        height: 50%;
    }
    .main_sc_big_text {
        font-size: 90px;
        margin: 13% 20% 0 9%;
    }
    
    .main_sc_big_text span {
        font-size: 80px; 
    }
    
    .main_sc_sm_text {
        margin: 3.5% 40% 0 9.3%;
    }
    
    .main_sc_btn1 {
        padding: 17px 80px 17px 80px;
        margin: 5% 60% 0 9.3%;
        font-size: 21px;
    }
    
    .main_sc_btn2 {
        margin: 7% 0 0 43%;
        font-size: 21px;
    }
}

@media (max-width: 840px) {
    .main_sc_img {
        margin: 10% 0 0 59%; 
        position: absolute; 
        height: 50%;
    }
    
    .main_sc_img.dark {
        margin: 10% 0 0 59%; 
        position: absolute; 
        height: 50%;
    }
    
    .main_sc_big_text {
        font-size: 85px;
        margin: 17% 20% 0 10%;
    }
    
    .main_sc_big_text span {
        font-size: 65px; 
    }
    
    .main_sc_sm_text {
        font-size: 18px;
        margin: 4% 40% 0 10.5%;
    }
    .main_sc_btn1 {
        padding: 17px 80px 17px 80px;
        margin: 6% 60% 0 10.5%;
        font-size: 20px;
    }
    
    .main_sc_btn2 {
        margin: 17% 0 0 19%;
        font-size: 20px;
    }
    
    .main_sc_btn2:hover:after {
        right: 14%;
    }
}

@media (max-width: 835px) {
    .description {
        flex-wrap: wrap;
        justify-content: space-around;
        height: 800px;
    }
    .desc_img {
        margin-top: 60%;
        position: absolute;
        height: 45%;
    }
    .description.dark .desc_img {
        margin-top: 60%;
        position: absolute;
        height: 45%;
    }
    .right_side_desc {
        align-items: center;
    }
    .right_side_desc_main_text {
        padding: 0;
        margin: 2% 15%;
        text-align: center;
    }
    .right_side_desc p {
        padding: 0;
        font-size: 20px;
    }
    .right_side_desc_btn {
        padding: 20px 12px;
        font-size: 20px;
    }
}

@media (max-width: 834px) {
    header ul li{
        margin-top: 4px;
    }
}

@media (max-width: 790px) {
    .main_sc_img {
        margin: 10% 0 0 59%; 
        position: absolute; 
        height: 45%;
    }
    
    .main_sc_img.dark {
        margin: 10% 0 0 59%; 
        position: absolute; 
        height: 45%;
    }
    
    .main_sc_big_text {
        font-size: 80px;
        margin: 19% 20% 0 10%;
    }
    
    .main_sc_big_text span {
        font-size: 60px; 
    }
    
    .main_sc_btn2 {
        margin: 17% 0 0 19.3%;
    }
}

@media (max-width: 768px) {
    header .header_logo img {
        padding-top: 10px;
    }
    .header_links {
        margin-right: 9%;
    }
    header ul {
        width: 500px;
    }
    header ul li{
        margin-top: 9px;
    }
    footer {
        padding: 50px 0 50px 0;
    }
}

@media (max-width: 750px) {
    .main_sc_btn2 {
        margin: 17% 0 0 19.7%;
    }
}

@media (max-width: 720px) {
    .main_sc_big_text {
        margin: 23% 20% 0 10%;
        line-height: 111%;
    }
    
    .main_sc_img {
        margin: 15% 0 0 59%; 
        position: absolute; 
        height: 40%;
        opacity: 0.85;
    }
    
    .main_sc_img.dark {
        margin: 15% 0 0 59%; 
        position: absolute; 
        height: 40%;
        opacity: 0.85;
    }
    
    .main_sc_btn2 {
        margin: 17% 0 0 20%;
    }
}

@media (max-width: 690px) {
    .main_sc_img {
        height: 40%;
    }
    
    .main_sc_img.dark {
        height: 40%;
    }
    
    .main_sc_big_text {
        font-size: 75px;
    }
    
    .main_sc_big_text span {
        font-size: 55px; 
    }
    
    .main_sc_btn2 {
        margin: 18% 0 0 20.6%;
    }
}

@media (max-width: 650px) {
    .main_sc_big_text {
        margin: 20% 20% 0 10%;
        line-height: 120%;
        font-size: 70px;
    }
    
    .main_sc_big_text span {
        font-size: 50px; 
    }
    
    .main_sc_btn2 {
        margin: 19% 0 0 21%;
    }
}
@media (max-width: 620px) {
    .main_sc_img {
        margin: 10% 0 0 55%; 
        height: 40%;
    }
    
    .main_sc_img.dark {
        margin: 10% 0 0 55%; 
        height: 40%;
    }
    
    .main_sc_big_text {
        margin: 20% 20% 0 8.5%;
        font-size: 65px;
    }
    
    .main_sc_big_text span {
        font-size: 45px; 
    }
    
    .main_sc_sm_text {
        margin: 4% 40% 0 10%;
    }
    
    .main_sc_btn1 {
        padding: 15px 70px 15px 70px;
        margin: 6% 60% 0 10%;
    }
    
    .main_sc_btn2 {
        margin: 19% 0 0 19.5%;
    }
}

@media (max-width: 601px) {
    .description {
        flex-wrap: wrap;
        justify-content: space-around;
        height: 750px;
    }
    .description .desc_img {
        height: 45%;
        margin-top: 115%;
    }
    .description.dark .desc_img {
        height: 45%;
        margin-top: 115%;
    }
    .right_side_desc_main_text {
        margin: 3% 5%;
        font-size: 30px;
    }
    .right_side_desc p {
        text-align: center;
        margin: 4% 4% 0 5%;
        font-size: 15px;
    }
    .right_side_desc_btn {
        padding: 19px 13px;
        font-size: 21px;
    }
}

@media (max-width: 600px) {
    .main_sc_img {
        margin: 10% 0 0 60%;
        height: 45%;
    }
    .main_sc_img.dark {
        margin: 10% 0 0 60%;
        height: 45%;
    }
    .main_sc_btn2 {
        margin: 19% 0 0 19.7%;
    }
}

@media (max-width: 426px) {
    header ul {
        justify-content: start;
    }
    .search {
        margin-top: 20px;
    }
    .footer-item h3 {
        padding-left: 5px;
    }
    .language_links {
        padding-left: 35px;
    }
    .main_sc_btn1 {
        font-size: 16px;
        margin: 7% 60% 0 8.5%;
        padding: 14px 60px 14px 60px;
    }
    
    .main_sc_btn2 {
        font-size: 16px;
        margin: 22.5% 0 0 21.5%;
    }
    
    .main_sc_btn2:hover:after {
        right: 5%;
    }
}

@media (max-width: 420px) {
    .main_sc_img {
        top: 15%;
        height: 40%;
        right: 0;
        opacity: 0.7;
    }
    
    .main_sc_img.dark {
        top: 15%;
        height: 40%;
        right: 0;
        opacity: 0.7;
    }
    
    .main_sc_big_text {
        margin: 30% 0 0 8%;
        font-size: 60px;
        line-height: 105%;
        position: relative;
    }
    
    .main_sc_big_text span {
        font-size: 40px;
        position: relative;
    }
    
    .main_sc_sm_text {
        font-size: 15px;
        margin: 5% 0 0 8.5%;
        line-height: 26px;
        position: relative
    }
    
    .our_prod_sect_text {
        font-size: 45px;
    }
}

@media (max-width: 414px) {
    .description {
        flex-wrap: wrap;
        justify-content: space-around;
        height: 650px;
    }
    .description .desc_img {
        margin-top: 115%;
    }
    .description.dark .desc_img {
        margin-top: 115%;
    }
    .right_side_desc_main_text {
        font-size: 26px;
        margin: 3% 10% 4% 10%;
        /*text-align: left;*/
    }
    .right_side_desc p {
        text-align: center;
        margin-top: 5%;
        font-size: 16px;
    }
    .right_side_desc_btn {
        padding: 18px 14px;
        font-size: 19px;
    }
}

@media (max-width: 385px) {
    .description {
        height: 600px;
    }
    .description .desc_img {
        height: 40%;
        margin-top: 120%;
    }
    .description.dark .desc_img {
        height: 40%;
        margin-top: 120%;
    }
    .right_side_desc_main_text {
        font-size: 26px;
        margin: 3% 7% 4% 7%;
    }
    .right_side_desc p {
        font-size: 15px;
    }
    .right_side_desc_btn {
        padding: 16px 18px;
    }
}


@media (max-width: 376px) {
    header ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .main_sc_img {
        top: 17%;
    }
    
    .main_sc_img.dark {
        top: 17%;
    }
    
    .main_sc_btn2 {
        margin: 23% 0 0 22.5%;
    }
}

@media (max-width: 360px) {
    .main_sc_img {
        top: 18%;
    }
    
    .main_sc_img.dark {
        top: 18%;
    }
    
    .main_sc_big_text {
        margin: 28% 0 0 8%;
        font-size: 50px;
    }
    
    .main_sc_big_text span {
        font-size: 30px; 
    }
    
    .main_sc_btn1 {
        font-size: 14px;
    }
    
    .main_sc_btn2 {
        font-size: 14px;
        margin: 24% 0 0 23%;
    }
    
    .main_sc_btn2:hover:after {
        right: 0%;
    }
}


@media (max-width: 320px) {
    header ul li {
        margin-left: 1px;
        margin-right: 1px;
    }
    .language_links {
        padding-left: 15px;
    }
    .main_sc_btn2 {
        margin: 25% 0 0 25%;
    }
    .description {
        height: 550px;
    }
    .desc_img {
        height: 40%;
        margin-top: 115%;
    }
    .description.dark .desc_img {
        height: 40%;
        margin-top: 115%;
    }
    .right_side_desc p {
        margin-top: 7%;
        font-size: 13px;
    }
    .right_side_desc_main_text {
        font-size: 23px;
        margin: 3% 5% 4% 5%;
    }
    .right_side_desc_btn {
        padding: 15px 20px;
    }
}

@media (max-width: 280px) {
    .description {
        height: 600px;
    }
    .desc_img {
        height: 35%;
        margin-top: 165%;
    }
    .description.dark .desc_img {
        height: 35%;
        margin-top: 165%;
    }
}

@media (max-width: 240px) {
    .desc_img {
        height: 40%;
        margin-top: 200%;
    }
    .description.dark .desc_img {
        height: 40%;
        margin-top: 200%;
    }
}