* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.fon {
    height: 100%;
    width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: -999;
    border: 0px;
    background-image: url(/img/fon.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

nav {
    background-color: #3B3A3D;
    display: flex;
    position: sticky;
    top: 0;
    width: 90%;
    padding: 1% 5% 1% 5%;
}

.icon-con {
    display: flex;
    align-items: center;
}

.icon-txt {
    color: white;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10%;
	white-space: nowrap;
}

.nav-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.nav-txt {
    margin-left: 5%;
    white-space: nowrap;
    color: white;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-txt:hover {
    color: #9C9C9C;
}

header {
    width: 92%;
    padding: 10% 4% 10% 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.head-txt1 {
    color: #3B3A3D;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.head-txt2 {
    color: black;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4% 0;
}

.contact-button {
    background-color: #3B3A3D;
    color: white;
    font-size: 44px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 73px;
    border-style: none;
    padding: 1% 7%;
	transition: all 200ms ease-in-out;
}

.contact-button:hover {
    background-color: #808080;
    color: #3B3A3D;
}

#info {
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding: 10% 5% 10% 5%;
}

.info-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 5%;
}

.info-txt1 {
    color: #3B3A3D;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-txt2 {
    color: black;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 5%;
}

.info-png {
    width: 40%;
    height: 40%;
    border-radius: 50%;
    border: 18px solid #3B3A3D;
}

#data {
	padding: 7% 0 5% 0;
    /*padding: 5% 0;
    height: 20%;*/
}

.data-txt {
    padding: 5% 5%;
    color: #FFF;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.numbers-cont {
    background-color: #05253C;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 0 0 50px 50px;
    padding-bottom: 5%;
}

.number-cont {
    display: flex;
    width: 15%;
    align-items: center;
    justify-content: space-around;
}

.num {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number1 {
    color: #FFF;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.number2 {
    color: #FFF;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;  
}

.file {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.press-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.install {
    background-image: url(/img/watch.svg);
    background-size: 50%;
    background-position: 50%;
    background-color: #3B3A3D;
    display: flex;
    padding: 10%;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.press-txt {
    color: #3B3A3D;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#comment-cont {
    width: 100%;
    background: #3B3A3D;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5% 0;
}

.comment {
    width: min-content;
    background-color: #FFF;
    padding: 2%;
    margin: 1%;
    width: 40%;
}

.c-txt1 {
    color: #000;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.c-txt2 {
    color: #000;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#form {
    padding: 8% 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

form {
    display: flex;
    flex-direction: column;
    width: 42%;
    padding: 0 4%;
}

.form-style {
    padding: 3%;
    margin: 4% 0;
    border-radius: 10px;
    color: #9C9C9C;
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.form-style-m {
    padding: 3%;
    padding-bottom: 40%;
    margin: 4% 0;
    border-radius: 10px;
    color: #9C9C9C;
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.send {
    padding: 2%;
    border-radius: 72px;
    background: #3B3A3D;
    color: #FFF;
    font-size: 43px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 8% 0 0 0;
    width: 55%;
    border: 0;
	transition: all 200ms ease-in-out;
}

.send:active {
    background: #808080;
    color: #3B3A3D;
	transition: all 1ms;
}

textarea { 
	resize: none;
	overflow: hidden;
}

textarea:invalid {
     border: 3px solid red;
}

textarea:valid {
     border: 3px solid green;
}


input:invalid {
     border: 3px solid red;
}
   	input:valid {
     border: 3px solid green;
}

iframe {
    padding: 10% 0;
}

.contact-cont {
    width: 42%;
    padding: 0 4%;
}

.img1 {
    padding: 0 3%;
}

.c-cont {
    display: flex;
    align-items: center;
    padding: 2% 0;
}

.cont-txt1 {
    color: #3B3A3D;
    font-size: 75px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cont-txt2 {
    color: #000;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer {
    background-color: #3B3A3D;
    padding: 3% 2%;
    width: 96%;
}

.footer-cont1 {
    padding: 1%;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.footer-cont2 {
    padding: 1%;
    display: flex;
    width: 80%;
}

.footer-txt1-1 {
    color: #FFF;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 55%;
}

.footer-txt1-2 {
    color: #FFF;
    font-size: 32px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 45%;
}

.footer-txt2 {
    color: #cccccc;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 50%;
    padding-right: 5%;
}

.footer-txt2-2 {
    color: #cccccc;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-txt3 {
    color: #cccccc;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

.url {
    display: grid;
    width: 50%;
}

.url-cont {
    display: flex;
    align-items: center;
}

.stick {
    background: #cccccc;
    width: 100%;
    height: 4px;
    padding: 0 1% 0 0;
    margin: 0 0 0 1%;
}

.img2 {
    padding: 1%;
}

@media screen and (min-width:1920px){
    .fon {
        background-size: 220%;
    }
}

@media screen and (max-width:950px){
	nav {
	 width: 94%;
     padding: 1% 3% 1% 3%;
	}
    .fon {
        background-image: url(/img/fon1.jpg);
        background-size: 220%;
    }
	textarea:invalid {
     border: 1px solid red;
	}
	textarea:valid {
     border: 1px solid green;
	}
	input:invalid {
     border: 1px solid red;
	}
   	input:valid {
     border: 1px solid green;
	}
    .icon-txt {
        font-size: 8px;
		white-space: wrap;
		white-space: wrap;
    }
    .nav-txt {
        font-size: 8px;
    }
    .head-txt1 {
        font-size: 25px;
    }
    .head-txt2 {
        font-size: 10px;
    }
    .contact-button {
        font-size: 12px;
    }
    .info-txt1 {
        font-size: 25px;
    }
    .info-txt2 {
        font-size: 9px;
    }
    .data-txt {
        font-size: 20px;
    }
    .number1 {
        font-size: 9px;
    }
    .number2 {
        font-size: 10px; 
    }
    .press-txt {
        font-size: 20px;
    }
    .c-txt1 {
        font-size: 12px;
    }
    .c-txt2 {
        font-size: 9px;
    }
    .form-style {
        font-size: 9px;
    }
    .form-style-m {
        font-size: 9px;
    }
    .send {
        font-size: 9px;
    }
    .cont-txt1 {
        font-size: 20px;
    }
    .cont-txt2 {
        font-size: 9px;
    }
    .footer-txt1-1 {
        font-size: 9px;
    }
    .footer-txt1-2 {
        font-size: 9px;
    }
    .footer-txt2 {
        font-size: 8px;
    }
    .footer-txt2-2 {
        font-size: 8px;
    }
    .footer-txt3 {
        font-size: 8px;
    }
    .google {
        height: 15vh;
    }
    .info-png {
        border: 5px solid #3B3A3D;
    }
    .icon-a {
        width: 30px;
    }
    .data-img1 {
        height: 30%;
    }
    .data-img2 {
        height: 25%;
    }
    .numbers-cont {
        display: grid;
        grid-template-columns: repeat(2, 50%);
		padding-bottom: 1%;
    }
    .number-cont {
        width: 50%;
        padding: 0 20%;
    }
	.stick {
        height: 2px;
    }
}