/*   
Theme Name: Сайт калькуляторы воздуховодов
Description: 
Author: MK Group
Author URI: http://mk-digital.ru/
Template: 
Version: 0.99
*/

@font-face {
    font-family: 'Segoe';
    src: url('fonts/segoe/SegoeUI.eot');
    src: url('fonts/segoe/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/segoe/SegoeUI.woff') format('woff'),
        url('fonts/segoe/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe';
    transition: background-color .3s ease-out, border-color .3s ease-out;
}

h1 {
    margin: 50px 0 60px 0;
    background: #344e5b;
    color: #fff;
    padding: 20px 0;
}

.block {
    background: #eee;
    padding: 30px;
    min-height: 700px;
    margin-bottom: 30px;
}

p.title {
    font-size: 18px;
    font-weight: 700;
}

.pr_title{
    padding: 20px;
padding-bottom: 0;
color: #000;
font-size: 18px;
font-weight: 700;
}

.modal_type {
    cursor: pointer;
    text-decoration: underline;
}

p.has-title {
    font-style: italic;
}

.r-result {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.measure div {
    margin-bottom: 10px;
    /*    flex-grow: 1;*/
    text-align: left;
    height: 50px;
}

.measure div .fw-700 {
    font-weight: 700;
    margin-bottom: 0;
}

.measure {
    /*    display: flex;*/
    margin: 20px 0;
}

.btn_modal {
    transition: background-color .3s ease-out, border-color .3s ease-out;
    border: 1px solid #1a806f;
    font-weight: 700;
    letter-spacing: .5px;
    background: #1a806f;
    color: #f6f4f2;
    border-radius: 0;
    box-shadow: none;
    
    display: inline-block;
width: 60%;
font-size: 12px;
padding: 8px 0px;
float: right;
}

.btn_modal:hover {
    background: #22b59d;
    border: 1px solid #22b59d;
    color: #fff;
}

.modal-content {
    background: #428bca;
    color: #fff;
    border-radius: 0;
    border: none;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 50px;
}

.modal-header {
    border: none;
}

.form-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

form label {
    display: block;
}

#cart_form {
    width: 400px;
}

form input {
border: none;
padding: 8px;
width: 100%;
margin-bottom: 15px;
background: #eee;
}

.form_title {
    font-size: 18px;
font-weight: 700;
margin-bottom: 30px;
}

#brone-form {
    width: 60%;
    margin: 0 auto;
}

form button.btn {
border: none;
border-radius: 0;
font-size: 16px;
width: 50%;
background: #1a806f;
color: #fff;
    transition: background-color .3s ease-out, border-color .3s ease-out;
border: 1px solid #1a806f;
}

p.responce {
    color: red;
}

form button.btn:hover {
    background: #22b59d;
border: 1px solid #22b59d;
color: #fff;
}

header {
    background: #fff;
    padding: 30px 0;
}

footer {
    background: #eee;
    padding: 30px 0;
}

.text-mk-right {
    text-align: right;
}

.logo {
    width: 100%;
}

.adres_block {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    text-align: left;
    margin-left: 30px;
}

.adres_block i {
    color: #22b59d;
    float: left;
    height: 50px;
    margin-right: 15px;
}

.adres_block_content p {
    margin: 0;
}

.navbar-default {
    background: #eee;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 15px;
    transition: background-color .3s ease-out, border-color .3s ease-out;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #344e5b;
    color: #fff;
    border-radius: 0;
}

.about,
.contact_page {
    margin-bottom: 40px;
}

.content_text {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .15);
}

.content_pr {
    background: #fff;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

.pr_image {
    min-height: 220px;
}

.pr_text {
    padding: 20px;
    color: #000;
}

.contact_left {
    background: #eee;
    padding: 30px;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.max_height {
    max-height: 500px;
}

.navbar-nav {
    width: 100%;
}

.cart_li {
    float: right !important;
}

.popover {
    min-width: 800px;
}

input,
select {
    margin-right: 5px;
}

.breadcrumb {
    font-size: 12px;
    background: none;
    padding-left: 0;
    margin: 0;
}

.breadcrumb a {
    color: #fff;
}

/* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Для Firefox */
input[type=number]{
  -moz-appearance: textfield;
}

.quantity-block {
    width: 40%;
display: inline-block;
vertical-align: top;
}

.quantity-arrow-minus {
    border: none;
width: 35px;
height: 35px;
    background: #344e5b;
    color: #fff;
}

.quantity-num {
    margin: 0;
width: 40px;
margin: 0;
padding: 0;
height: 34px;
border: none;
position: relative;
top: 1px;
text-align: center;
}

.quantity-arrow-plus {
    border: none;
width: 35px;
height: 35px;
    background: #344e5b;
    color: #fff;
}




@media screen and (max-width: 767px) {
    h1 {
        margin-top: 0;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .block {
        min-height: auto;
    }
}