@media (max-width: 420px) {
   #subHeader7 #logo {
       width: 140px;
       z-index: 30;
   }
}

@media (max-width: 1680px) {
	.requestPrice{
		margin-top: 0px !important;
	}
}

@media (max-width: 3072px) {

	.requestPrice{
		margin-top: 0px !important;
	}
}

.headerLineMenu2 {
width: 140%;
}

.nameElementBox {
    font-size: 16px;
    color: #006f2e;
    font-weight: 600;
    line-height: 1.0;
    padding-bottom: 5px;
}

h1.main {
    font-family: "roboto_ltregular";
    line-height: 32px;
    letter-spacing: 5px;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 32px;
    text-transform:  uppercase;
    color: #006f2e;
    display: block;
}

@media (max-width: 420px)  {
  h1.main {
    font-family: "roboto_ltregular";
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform:  uppercase;
    color: #006f2e;
    display: block;
}

}
@media (max-width: 790px)  {
  h1.main {
    font-family: "roboto_ltregular";
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform:  uppercase;
    color: #006f2e;
    display: block;
}

}