* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
    min-height: 100%;
}

.header {
    align-items: center;
    padding-left: 30px;
    padding-top: 20px;
}

.logo-img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.header a {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.phone {
    width: 100%;
    justify-content: end;
    padding-right: 20px;
}

.icon-img {
    width: 40px;
    margin-right: 15px;
}

.center {
    align-items: center;
}

.menu {
    padding-left: 160px;
    padding-top: 20px;
    margin-bottom: 30px;
    justify-content: space-evenly;
}

.menu a, .brands a {
    color: #4682B4;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.menu a.active {
    border-bottom: 2px solid #4682B4;
}

.menu a:hover {
    color: #C0C0C0;
}

.brands {
    width: 160px;
    align-items: flex-start;
    padding-left: 30px;
}

.brands a, .product-name a {
    margin-top: 10px;
}

.brands a {
    display: inline-block;
}

.brands a.active {
    border-bottom: 2px solid #4682B4;
}

.brands a:hover {
    color: #C0C0C0;
}
.products {
    width: 100%;
    padding-left: 50px;
    height: calc(100vh - 250px);
    margin-bottom: 20px;
    overflow: auto;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

a {
    text-decoration: none;
}

/* cond */

.series {
    align-items: center;
}

.series-img {
    width: 250px;
    margin-left: 20px;
}

.series-name {
    margin-left: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.product-name {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 70px;
}

.product-name a {
    width: max-content;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

/* vent */

.series-img-vent {
    width: 200px;
    margin-left: 20px;
}

/*cond_product*/

.chars {
    width: 50%;
}

.char-name {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.char {
    width: 100%;
    margin-bottom: 5px;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.char-img {
    margin-top: 20px;
    padding-left: 50px;
}

.indoor-img {
    width: 250px;
    margin-left: 20px;
}

.indoor-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.outdoor-img {

    width: 250px;
    margin-left: 20px;
}

.outdoor-name {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.price {
    margin-top: 20px;
    justify-content: flex-start;
}

.price-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.price-value {
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.price-currency {
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.btn-buy {
    width: 150px;
    height: 30px;
    margin-top: 15px;
    margin-right: 20px;
    border-radius: 3px;
    border-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFA07A;
}

.btn-buy:hover {
    border: 0px;
}

.btn-buy:active {
    background-color: #F08080;
}

/* vet_product */

.vent-img {
    height: 300px;
    margin-left: 20px;
}

/* prom */

.prom-container {
    margin-left: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: calc(100vh - 250px);
    overflow: auto;
}

.prom-content {
    justify-content: space-between;
    border-bottom: solid 1px #808080;
}

.prom-text {
    padding-left: 30px;
    width: 50%;
    border-right: solid 1px #808080;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prom-h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.prom-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.prom-img {
    width: 300px;
    height: 300px;
}

/* service */

.service-container {
    margin-left: 65px;
    margin-bottom: 20px;
    width: 100%;
    height: calc(100vh - 250px);
    overflow: auto;
}

.service-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.service-list-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 15px;
}

/* mounting */

.mounting-container {
    margin-left: 40px;
    margin-bottom: 20px;
    height: calc(100vh - 250px);
    overflow: auto;
    width: 100%;
}

.mounting-h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.mounting-content {
    width: 700px;
    margin-bottom: 5px;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

/* Feedback */

.feedback-container {
    margin-left: 100px;
    margin-bottom: 20px;
    height: calc(100vh - 250px);
    overflow: auto;
}

.response-description {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

.input[type="text"]{
    width: 200px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    background-color: #F0FFFF;
}

.input[type="email"]{
    width: 200px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    background-color: #F0FFFF;
}

.input[type="text"]:focus{
    background-color: #ffffff; 
}

.input[type="email"]:focus{
    background-color: #ffffff;
}

.input[type="radio"] {
    margin-bottom: 10px;
}

.text-radio {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding-left: 5px;
}

.response-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.alert-danger{
    color: #F08080;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Footer */

.footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    height: 50px;
}
