.row {
    margin: 0;
    padding: 0;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
a, 
input, 
button {
    outline: 0 !important;
}
a:focus, 
a:hover {
    color: #f8ae00;
    text-decoration: underline;
}
body {
    background: #000;
}
.header {
    background: url(../image/h-m-wr.png) no-repeat center top;
    height: 340px;
}
.header .row a {
    color: #ffd30b;
    text-align: center;
    font-size: 1.3em;
    border: 2px solid #69a020;
    border-radius: 7px;
    width: 185px;
    padding: 3px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 35%;
}
.margin-down {
    margin-top: 0% !important;
}
.header .row a:hover {
    background: rgba(113, 175, 30, 0.62);
    text-decoration: none;
    /*padding: 1.5px;*/
    width: 170px;
}
.img-top {
    margin: auto;
}
h1 {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.city {
    width: 100%;
    background: #fbcd62;
    background: -moz-linear-gradient(top, #fbcd62 0%, #f8ae00 20%, #f8ae00 100%);
    background: -webkit-linear-gradient(top, #fbcd62 0%,#f8ae00 20%,#f8ae00 100%);
    background: linear-gradient(to bottom, #fbcd62 0%,#f8ae00 20%,#f8ae00 100%);
    padding: 5%;
}
.city-search, 
.district-search {
    background: rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    padding: 2%;
}
.city-search span, 
.district-search span {
    color: #666;
    font-size: 2em;
    font-weight: bold;
}
#checked_district {
    color: #679e1f;
    font-size: 1em;
    font-weight: bold;
}
.city-search input {
    width: 100%;
    height: 50px;
    padding: 5px 20px;
    font-size: 1.6em;
    font-weight: bold;
    color: #666;
    border-radius: 5px;
}
::-webkit-input-placeholder {
    color:#ccc;
}
::-moz-placeholder {
    color:#ccc;
}
:-moz-placeholder {
    color:#ccc;
}
:-ms-input-placeholder {
    color:#ccc;
}
.color_b:last-child {
    width: 100%;
    height: 100%;
    background: #fbcd62;
    background: -moz-linear-gradient(top, #fbcd62 0%, #f8ae00 20%, #f8ae00 100%);
    background: -webkit-linear-gradient(top, #fbcd62 0%,#f8ae00 20%,#f8ae00 100%);
    background: linear-gradient(to bottom, #fbcd62 0%,#f8ae00 20%,#f8ae00 100%);
    padding-bottom: 5%;
    padding-top: 5%;
}
.col-sm-12{
    padding-right: 0px; 
    padding-left: 0px; 
}
.color_b{
    padding-right: 0px; 
    padding-left: 0px; 
}
.color_b:first-child {
    width: 100%;
    height: 100%;
    background: #9dbf71;
    background: -moz-linear-gradient(top, #9dbf71 0%, #659a1f 20%, #659a1f 100%);
    background: -webkit-linear-gradient(top, #9dbf71 0%,#659a1f 20%,#659a1f 100%);
    background: linear-gradient(to bottom, #9dbf71 0%,#659a1f 20%, #659a1f 100%);
    padding-bottom: 5%;
}
.logo {
    margin: -35px auto;
    height: 70px;
}
.logo:hover {
    -webkit-filter: brightness(110%);
    transition: 0.5s;
}
.card {
    min-height: 505px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 5px 45px 5px;
    text-align: center;
    margin-top: 20%;
}
h3 {
    color: #9d080c;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}
h2 {
    color: #ea1c1b;
    font-size: 2em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
h4 {
    color: #f8ae00;
    font-size: 14px;
    font-weight: bold;
}
.card p {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin: 0 0 0 0;
}
.buy-img {
    margin: -54px auto;
    z-index: 10;
    position: relative;
}
.footer {
    background: #fff;
    padding: 2%;
}
.p-footer {
    color: #999;
    font-size: 1.6em;
    margin-top: -3px;
}
a {
    color: #666;
}
ul.hr {
    margin: 0;
    padding: 4px;
}
ul.hr li {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.3em;
}
.card a {
    display: block;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: bold;
    transition: 0.3s;
    border: 2px solid black;
    border-radius: 21px;
    background: yellow;
    color: green;
}
.card a:hover {
    text-decoration: none;
    display: block;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: bold;
    transition: 0.3s;
    border: 2px solid black;
    border-radius: 21px;
    background: gold;
    color: #ea1c1b;
}
ul#city_href li, 
ul#district_href li {
    display: inline-block; 
    margin-right: 5px; 
    padding: 3px; 
}
.city_chek:hover , 
.district_chek:hover{
    cursor: pointer;
}
#checked_city{
    color: #679e1f;
    font-size: 1em;
    font-weight: bold;
}
.district-search{
    display: none;
}
.card p .list-group a{
    border: none;
    color: #888888; 
    padding: 8px 12px;
}
.cat_img img {
    max-width: 210px;
    max-height: 210px;
    min-width: 210px;
    min-height: 210px;
    margin-bottom: 15px;
}
@media (max-width: 1200px) {
    .cat_img img {
        max-width: 180px;
        max-height: 180px;
        min-width: 180px;
        min-height: 180px;
    }
}
@media (max-width: 768px) {
    .cat_img img {
        max-width: 210px;
        max-height: 210px;
        min-width: 210px;
        min-height: 210px;
    }
}
#frame {
    width: 100.2%;
    height: 70vh;
}
#myModal {
    width: 70%;
    height: 70%;
    margin: auto;
    border: 3px solid #e8552b;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 4px rgba(0,0,0,0.75);
}
.modal-content {
    border: none !important;
}
.href_city li:nth-child(1) span, 
.href_city li:nth-child(2) span, 
.href_city li:nth-child(3) span {
    color: #ea1c1b !important;
    font-size: 2em;
}
.href_city li:nth-child(1) span:hover, 
.href_city li:nth-child(2) span:hover, 
.href_city li:nth-child(3) span:hover {
    color: rgb(113, 175, 30) !important;
}
.float-span {
    float: left;
    margin: 3px 5px 0px 42px;
    color: #000 !important;
}
.contacts-info {
    width: 100%;
    padding: 2% 8%;
    border-radius: 5px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.32);
}
.contacts-info img {
    max-width: 50px;
    margin-right: 10px;
    float: left;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: 0.3s;
}
.contacts-info-footer img {
    max-width: 50px;
    margin-right: 10px;
    float: none;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: 0.3s;
}
.contacts-info img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.tel {
    max-height: 65px;
    float: left;
    margin-right: 10px;
    font-size: 2.3em;
    width: auto;
    padding-top: 15px;
}
.contacts-info a:hover {
    color: #679e1f !important;
}
.contacts-info span {
    float: left;
    margin-top: 20px;
    font-size: 1.6em;
}
.city-search {
    margin-bottom: 0% !important;
}
.district-search {
    padding-top: 0% !important;
    margin-top: -10px;
}
.pull-right a, 
.pull-right input {
    font-size: 1.5em;
    color: #fff;
    background-color: rgb(249, 188, 45) !important;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 2px 5px 5px 5px;
    background-image: none !important;
    width: 220px;
    transition: 0.3s;
}
.pull-right a:hover, 
.pull-right a:active, 
.pull-right a:focus, 
.pull-right input:hover,
.pull-right input:active,
.pull-right input:focus {
    width: 200px;
    border: 2px solid #fff !important;
    background-color: rgba(249, 186, 45, 0.67) !important;
}
.table, .table a {
    color: #fff;
    font-size: 1.1em;
}
.pull-right {
    float: right;
    margin-right: -48px;
    margin-bottom: 30px;
}
.close {
	display: block;
    margin: 15px;
    position: absolute;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .5;
    transition: 0.3s;
}
.close:focus, 
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
    text-shadow: 1px 1px 0 #ffffff;
}
.table-bottom {
    margin-left: 54px;
}
@media (max-width: 992px) {
    .pull-right {
        margin-right: 0px;
    }
    .table-bottom {
        margin-left: 0px;
    }
}
.added {
    background-color: rgba(248, 174, 0, 0.69);
    border: 2px solid #679e1f;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #382d25;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 5px 0;
    position: fixed;
    left: 25px;
    text-align: center;
    top: 300px;
    /*height: 170px;*/
    width: 200px;
    z-index: 99999;
    cursor: pointer;
    color: #333;
    font-size: medium;
}
.added img {
    width: 60%;
}
#count_prod {
    margin-top: 10px;
    float: left;
    text-align: left;
}
#city_s, #destr_s{
    color: red;
}
.title-h3 {
    text-align: center;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 10px;
    font-size: 1.8em;
}
.title-h3 img {
    width: 30%;
    display: inline;
}
#price_info {
    color: #ea1c1b;
    font-size: 2em;
    display: inline;
    font-weight: bold;
}
#alert_t {
    color: #666;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3;
}
#alert_t2 {
    color: #ea1c1b;
    font-size: 4em;
    text-align: center;
    margin-top: 10%;
    font-weight: bold;
}
#phone_info {
    color: #ea1c1b;
    font-size: 2em;
    font-weight: bold;
}
.panel-group h1 {
    color: #659a1f;
    font-size: 3.5em;
    margin-top: 15px;
    margin-bottom: -15px;
}
.comments-pay {
    color: #666;
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin-bottom: -30px;
}
#comments_namber {
    color: #ea1c1b;
    font-size: 2em;
    font-weight: bold;
}
.font-min {
    color: #666;
    font-size: 1em;
    font-weight: 400;
}
@media (max-width: 640px) {
    .added {
        background-color: rgba(248, 174, 0, 0.69);
        border-radius: 5px;
        box-shadow: 0px 0px 8px #382d25;
        font-size: 1em;
        font-weight: bold;
        padding: 5px 5px 0;
        position: fixed;
        left: 5px;
        text-align: center;
        top: 30px;
        height: auto;
        width: auto;
        z-index: 99999;
        cursor: pointer;
        color: #333;
        font-size: medium;
    }
    .added img {
        display: none;
    }
}
@media (max-width: 768px) {
    .header .row a {
        margin-top: 5px !important;
        background: #69a020;
        border: 2px solid #ffd30b;
        float: right;
    }
}
.order_info {
    display: block;
    margin: auto;
    width: 100%;
    height: 40px;
    background: #fcdd93;
    border-radius: 5px;
    color: #ea1c1b;
    font-size: 1.6em;
    margin-bottom: 25px;
}
#order_check {
    background: rgba(240, 248, 255, 0);
    border: 2px solid #69a020;
    color: #ea1c1b;
    transition: 0.3s;
    width: 50%;
    float: left;
    margin-top: 35px;
    font-size: 1.8em;
}
@media (max-width: 768px) {
    #order_check {
        background: rgba(240, 248, 255, 0);
        border: 2px solid #69a020;
        color: #ea1c1b;
        transition: 0.3s;
        width: 100%;
        float: none;
        display: block;
        margin-top: 0px;
        font-size: 1.8em;
    }
}
#order_check:hover {
    background: rgba(113, 175, 30, 0.62);
    text-decoration: none;
    padding: 1.5px;
    width: 45%;
    color: #ffd30b;
}
::-webkit-input-placeholder {color:#ea1c1b;}
::-moz-placeholder          {color:#ea1c1b;}
:-moz-placeholder           {color:#ea1c1b;}
:-ms-input-placeholder      {color:#ea1c1b;}
input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.5s ease;}
input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.5s ease;}
input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.5s ease;}
input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.5s ease;}
input:focus::-webkit-input-placeholder {text-indent: 1500px; transition: text-indent 0.5s ease;}
input:focus::-moz-placeholder          {text-indent: 1500px; transition: text-indent 0.5s ease;}
input:focus:-moz-placeholder           {text-indent: 1500px; transition: text-indent 0.5s ease;}
input:focus:-ms-input-placeholder      {text-indent: 1500px; transition: text-indent 0.5s ease;}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}    
#order_comment, 
#order_namber {
    padding-left: 10px;
}
#order_status {
    display: block;
    font-size: 2em;
    margin-bottom: 30px;
    color: #ea1c1b;
}
@media (max-width: 768px) {
    .mobile-marg {
        margin-top: 15px;
    }
    .order_info {
        width: 100%;
    }
    .tel-header {
        width: 100%;
        text-align: center;
        font-size: 1.7em;
    }
    .contacts-info img {
        float:none;
        width: 22%;
        margin-right: 5px;
    }
    .contacts-info img:hover {
        width: 18%;
    }
    #comments_namber{
        color: #ea1c1b;
        font-size: 1.5em;
        font-weight: bold;
    }
    .email .tel {
        padding-top: 10px;
        margin-bottom: -15px;
        font-size: 1.6em;
    }
    #alert_t2 {
        font-size: 3em;
        line-height: 1;
    }
}
@media (max-width: 360px) {
    #phone_info {
        color: #666;
        font-size: 1em;
        font-weight: bold;
        color: green;
    }
    .title-h3 .number{
        width: 100%;
        font-size: 1.5em;
    }
    #comments_namber{
        color: #ea1c1b;
        font-size: 1.5em;
        font-weight: bold;
    }

    .cat_img img {
        max-width: 160px;
        max-height: 160px;
        min-width: 160px;
        min-height: 160px;
    }
    .card p {
        font-size: 10px;
    }
    .card {
        height: 100% !important;
        min-height: 100% !important;
    }
    .header {
        height: 320px;
    }
    .city-search span, 
    .district-search span,
    .href_city li:nth-child(1) span, 
    .href_city li:nth-child(2) span, 
    .href_city li:nth-child(3) span {
        font-size: 1.2em;
    }
    .contacts-info span {
        font-size: 1.2em;
    }
    #price_info {
        font-size: 1.2em;
    }
    .title-h3 img {
        width: 100%;
    }
}
.mobile-marg h2 {
    font-size: 3em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #fff;
}
@media (max-width: 540px) {
    .header {
        height: 320px;
    }
}
.get_adress {
    width: 65%;
    padding: 4px 10px 15px 10px;
    text-align: center;
    border-radius: 5px;
    float: right;
    margin-top: 20px;
    transition: 0.3s;
    background: #79a03e;
    background: -moz-linear-gradient(top, #79a03e 0%, #76a836 50%, #679e1f 51%, #679e1f 100%);
    background: -webkit-linear-gradient(top, #79a03e 0%,#76a836 50%,#679e1f 51%,#679e1f 100%);
    background: linear-gradient(to bottom, #79a03e 0%,#76a836 50%,#679e1f 51%,#679e1f 100%);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
}
@media (max-width: 1198px) {
    .get_adress {
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    .get_adress {
        width: 100%;
        padding: 4px 10px 15px 10px;
        text-align: center;
        background: #679e1f;
        border-radius: 5px;
        float: none;        
        margin-top: 20px;
        transition: 0.3s;
        display: block;
        margin: 25px auto;
    }
    .get_adress h2 {
        font-size: 2em;
    }
}
.left-link {
    float: left;
    display: block;
    margin-top: 8% !important;
    margin-left: 5px;
}
.right-link {
    float: right;
    display: block;
    margin-top: 8% !important;
    margin-right: 5px;
}
.color_b h2, .panel-content h2 {
    width: 67%;
    padding: 10px 0px 15px 0px;
    border-radius: 5px;
    transition: 0.3s;
    background: #79a03e;
    background: -moz-linear-gradient(top, #79a03e 0%, #76a836 50%, #679e1f 51%, #679e1f 100%);
    background: -webkit-linear-gradient(top, #79a03e 0%,#76a836 50%,#679e1f 51%,#679e1f 100%);
    background: linear-gradient(to bottom, #79a03e 0%,#76a836 50%,#679e1f 51%,#679e1f 100%);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
    margin: 0px auto 30px;
    font-size: 2.4em;
    color: #fff;
}
.panel-content h2 {
    width: 100%;
}
.footer-contacts {
    width: 50%;
    display: block;
    float: left;
    font-size: 1.2em;
}
.footer-img {
    width: 80%;
}
@media (max-width: 1378px) {
    #myModal {
        height: 90%;
    }
    #frame {
        height: 90vh;
    }
}
.contacts-info-footer {
    margin-top: -20px;
}
.tel-footer {
    font-size: 1.3em; 
}
.contacts-img {
    max-width: 75px !important;
}
.tel-header {
    padding-top: 28px;
}
.logo-text {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -10px;
    z-index: 100;
}
.logo-text span {
    font-size: 2.8em;
    color: #ffed00;
    font-weight: bold;
}
@media (max-width: 992px) {
    .contacts-info-footer {
        margin-top: 10px;
    }
    .tel-footer {
        float: none;
    }
}

#topNubex {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 9999;
}
#topNubex .glyphicon {
    font-size: 60px;
    cursor: pointer;
    color: #ea1c1b;
}
.hc__nick {
    font-size: 3em !important;
    color: #f8ae00 !important;
}
.hc__message__txt {
    font-size: 2.4em !important;
    color: #fff !important;
    max-width: 85% !important;
    line-height: 1.2 !important;
}
.hc__message__footer {
    float: right !important;
    margin-top: -70px !important;
}
@media (max-width: 768px) {
    .hc__message__footer {
        margin-top: 5px !important;
    }
}
.hc__manager__item {
    font-size: 1.6em !important;
    color: #fff !important;
}
.hc__voting__good .like,
.hc__voting__bad .like {
    width: 25px !important;
    height: 25px !important;
    margin-top: 10px !important;
    color: #fff !important;
}
.hc__message__comment {
    border-bottom: 3px solid #f8ae00 !important;
}
.hc__footer {
    display: none !important;
}
.checkout-checkout .panel-group h1 {
	    margin-top: 50px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    #conf_ord h1,
    #alert_t, #price_info,
    .number, #phone_info,
    .title-h3 span, .title-h3,
    #comments_namber {
        font-size: 14px !important;
        line-height: 1.2;
    }
    .buttons .pull-right input {
        font-size: 14px;
        width: 140px;
        display: block;
        margin: 0 auto;    
    }
    .buttons .pull-right {
        float: none !important;
    }
     .qiwi-group img {
        display: none;
    }
        #frame {
    height: 70vh;
    }
        #myModal {
    height: 70%;
    }
	.title-h3 .number {
    display: block;
    width: 100%;
    font-size: 1.5em;
	}
	.close {
	    display: block;
    margin: 0px;
    position: initial;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: 0.3s;
	}
	.logo-text span {
    font-size: 1.8em;
    color: #ffed00;
    font-weight: bold;
}
}