body {
	font-size: 16px;
	color:#000;

}
header, footer {background: #2c2c2c}
.logo {max-width: 270px;margin-top: 10px}
nav ul li a { font-size: 18px; text-transform: uppercase; color:#FFF; }
.nav-link {white-space: nowrap;}
.navbar-nav { --bs-nav-link-color : #FFF; --bs-nav-link-hover-color: #a2a2a2;}
.navbar {--bs-navbar-nav-link-padding-x: 1rem;}
h1 { font-size: 32px; color: #FFF; text-align: center; padding: 30px 20px; background: #2c2c2c}
h2.black { font-size: 24px; color:#22ce44; background: #2c2c2c; text-align: center; padding: 10px }
h2 { font-size: 24px; color:#22ce44; }
h3 { font-size: 22px; font-weight: 400}
.font-big {font-size: 36px}
.f24 { font-size: 24px;}
.f20 { font-size: 20px;}
.bg-grey {background:#f2f3fb}
.clblue {color: #4997d2}
.number { display: flex;  width:50px; height: 50px; background: #22ce44; color: #FFF; font-size: 34px; font-weight: bold; text-align: center; align-items:center; border-radius: 100%;justify-content: center; 
	margin-right: 10px;    flex-shrink: 0;
}
footer {padding-top: 20px; padding-bottom: 20px}
footer a {text-decoration: none; color:#FFF;}
@media (max-width: 450px) {
	.font-big {font-size: 25px}
	header .navbar-nav {   flex-wrap: wrap;flex-direction:row; }
	header .navbar-nav li {width: 50%}
	h1 {font-size: 26px}
}

.popup-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1c4b69;
    z-index: 100;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 90px;
    width: 1015px;
    height: auto;
    margin: auto;
    -webkit-box-shadow: 0 0 49px rgba(90,90,90,.75);
    box-shadow: 0 0 49px rgba(90,90,90,.75);
    background: #fff;
    z-index: 200;
    -webkit-transition: opacity .5s,top .5s;
    -o-transition: opacity .5s,top .5s;
    transition: opacity .5s,top .5s
}

.popup-body {
    position: relative
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.popup-close::after,.popup-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background-color: #9e1c30;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease
}

.popup-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup-close:hover::before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.popup-close:hover::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.popup-title {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: RobotoCondensedRegular,sans-serif;
    font-size: 2.25rem;
    color: #fc741e
}

.popup-form__title {
    margin-bottom: 30px;
    padding-right: 30px;
    font-family: PlumbMedium,sans-serif;
    font-size: 1.5rem;
    color: #1c4b69
}

.popup-form__info {
    margin-bottom: 30px;
    padding: 16px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #5e5e5e;
    background-color: transparent;
    font-family: PlumbMedium,sans-serif;
    font-size: 1.125rem;
    color: #58595c;
    outline: 0;
    -webkit-transition: border-color 1s ease;
    -o-transition: border-color 1s ease;
    transition: border-color 1s ease
}

.popup-form .popup-form__tel {
    margin-bottom: 50px
}

.popup-form__info::-webkit-input-placeholder {
    font-family: PlumbMedium,sans-serif;
    font-size: 1.125rem;
    color: #a0a0a0;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.popup-form__info::-moz-placeholder {
    font-family: PlumbMedium,sans-serif;
    font-size: 1.125rem;
    color: #a0a0a0;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.popup-form__info:-ms-input-placeholder {
    font-family: PlumbMedium,sans-serif;
    font-size: 1.125rem;
    color: #a0a0a0;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.popup-form__info::-ms-input-placeholder {
    font-family: PlumbMedium,sans-serif;
    font-size: 1.125rem;
    color: #a0a0a0;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.popup-form__info::placeholder {
    font-family: PlumbMedium,sans-serif;
    font-size: 1.125rem;
    color: #a0a0a0;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.popup-form__info:focus {
    border-color: #000
}

.popup-form__info:focus::-webkit-input-placeholder {
    color: #ddd
}

.popup-form__info:focus::-moz-placeholder {
    color: #ddd
}

.popup-form__info:focus:-ms-input-placeholder {
    color: #ddd
}

.popup-form__info:focus::-ms-input-placeholder {
    color: #ddd
}

.popup-form__info:focus::placeholder {
    color: #ddd
}

.popup-form .right {
    margin-top: 30px
}

.popup-form label {
    vertical-align: top;
    font-family: RobotoCondensedRegular,sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #5e5e5e;
    cursor: pointer
}

.popup-form input[type=checkbox] {
    margin-right: 20px
}

.products {flex-wrap:wrap;}
.products .product {padding: 20px; width: 31%; margin:10px; border:1px solid #CCC; border-radius: 10px; text-align: center;display: flex;
    flex-direction: column;align-items: center;justify-content: space-between;}
.products .product .star {color:#ffcf47; font-size: 20px}
.products .product .star i {margin: 0 3px}
.products .product .price  {color:#0097f1; font-weight: bold; font-size: 24px; margin:0;}
.products .product .btn { background: #f24942; color:#FFF; width: 100%; max-width: 200px }
.btn-red, .btn-red:hover { background: #f24942; color:#FFF; width: 100%; max-width: 200px }
#frm2 p {padding: 0; margin: 0}
.qty input {text-align: center;}
.qty .plus, .qty .minus { cursor: pointer;}
#frm2 .product-name {margin-right: 10px; margin-left: 10px; max-width: 200px}
#frm2 .price {margin-right: 10px; margin-left: 20px; font-weight: bold}
#frm2 .total { margin-left: 20px; font-weight: bold; color:#0097f1;}
.thanks {font-size: 20px; color:#18af2b;}

#go-top {
    display:none;
    position: fixed;
    bottom: 80px;
    right: 7%;
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
    fill: #3eb6e2;
    opacity: .7;
    cursor:pointer;
}

#go-top:hover {
    fill: #9e1c30;
}

@media only screen and (max-width : 1440px) {
    #go-top {
        /*right: 20px;*/
        width: 45px;
    }
}
@media only screen and (max-width : 991px) {
    #go-top {
        width: 40px;
    }
}
@media (max-width: 1024px) {
    .popup-window { width: 90%; padding: 20px; }
}
@media (max-width: 450px) {
    .products .product {width:48%; padding: 10px; margin: 1%}
    .products .product .product-name {font-size: 12px}
    .popup-window { width: 90%; padding: 20px; }
    .popup-title { font-size: 1.8rem }
    .popup-form__title { font-size: 1.3rem; line-height: normal; margin: 0 }
}
