html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}
body {
    /*display: flex;*/
    background: #fff;
    font-family: 'Fira Sans', sans-serif;
    height: 100%;
    width: 100%;
    color: #2d3032;
}
a {
    color: #4aaa4e;
}
a:hover {
    color: #2d3032;
}

.header {
    height: 40rem;
    background: url('../img/header-bg.jpg') no-repeat center center #243f57;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.header_inside {
	height: auto;
	padding-bottom: 50px;
}

.header a {
    color: #fff;
    text-decoration: none;
}
.logo {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.logo span {
    font-size: 1rem;
    text-transform: none;
    font-weight: 300;
}

.btn-header {
    font-size: 0.6875rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.125rem;
    padding: 0.5rem;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition:  all .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease, all .5s ease;
    transition: transform .5s ease, all .5s ease,-webkit-transform .5s ease;
}
.btn-header:hover {
    background: #fff;
    color: #2d3032;
}

.header-main {
    margin-top: 9rem;
}
.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.header-title-desc {
    font-size: 1.125rem;
    padding: 0;
    margin-top: 1rem;
}

.btn-order {
    display: inline-block;
    background: #4aaa4e;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition:  all .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease, all .5s ease;
    transition: transform .5s ease, all .5s ease,-webkit-transform .5s ease;
    border: 0;
}
.btn-order:hover {
    background: #2d3032;
    color: #fff;
    text-decoration: none;

}
.header .btn-order:hover {
    background: #fff;
    color: #2d3032;
}
.or:before {
    content: '/';
    display: block;
    font-size: 0.5rem;
    padding-left: 0.75rem;
}
.or {
    font-size: 0.75rem;
}
.or:after {
    content: '/';
    display: block;
    font-size: 0.5rem;
    padding-left: 0.25rem;
}
.phone {
    font-size: 1.5rem;
    text-decoration: none;
    transition:  all .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease, all .5s ease;
    transition: transform .5s ease, all .5s ease,-webkit-transform .5s ease;
}
.phone span {
    font-weight: 700;
}
.phone-desc {
    font-size: 0.75rem;
}
.phone:hover {
    color: #4aaa4e;
}

.items {
    margin-top: -12rem;
}
.col-item {
    transition:  all .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease, all .5s ease;
    transition: transform .5s ease, all .5s ease,-webkit-transform .5s ease;
    margin-bottom: 30px;
}
.col-item:hover {
    margin-top: -10px !important;
}
.col-item .inner {
    background: #f0f5fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 1rem;
}
.col-item img {
    max-width: 100%;
    height: auto;
}
.col-item h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    padding: 0;
}
.col-item table {
    width: 90%;
    font-size: 1rem;
    margin: 1.5rem auto 0;
}
.col-item table tr td:nth-child(2) {
    text-align: right;
}
.item-desc {
    padding: 0 15px;
}
.item-label {
    position: absolute;
    top: 1rem;
    right: 10px;
    background: #ffca28;
    padding: 0.5rem;
}

.how-choose {
    margin-top: 4rem;
}
.how-choose h2 {
    font-size: 3.125rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.car-icon {
    max-width: 100%;
    width: 50%;
}


.action {
    margin-top: 4rem;
    background: #ffca28;
    padding: 2rem;
}
.action h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.action .phone {
    color: #2d3032;
}
.action .phone:hover {
    text-decoration: none;
    color: #4aaa4e;
}


.bottom {
    margin-top: 4rem;
}
.photos img {
    max-width: 100%;
}
.text-bottom {
    font-size: 0.75rem;
}
.row.photos>div {
    margin-bottom: 30px;
}

 
.footer {
    margin-top: 4rem;
    background: #273542;
    color: #fff;
    font-size: 0.6875rem;
    padding: 1rem 0;
}
.footer a {
    color: #fff;
} 


.modal-content {
    border: 3px solid #ffca28;
}
.title-modal {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.875rem 0;
    padding: 0;
}
.form-group label {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    font-weight: 700;
}
.block-hint {
    font-size: 0.875rem;
    opacity: 0.8;
}

 .ins_tbl {
        border-spacing: 0;
        width: 100%;
    }
    
    .ins_tbl tr {
        font-size: 16px;
        border-bottom: 1px solid #c5c5c5;
    }
    
    .ins_tbl tr:nth-child(2n) {
        background: #f0f5fa;
    }
    
    .ins_tbl td {
        padding: 10px 10px;
    }
    
    .ins_tbl td {
        width: 70%;
    }
    
    .ins_tbl td:nth-child(2n) {
        width: 30%;
    }
    
    .h1_padding {padding: 20px 0px;}
    .h2_padding {padding: 20px 0px; font-size: 24px;}
    
        .avt_cont {
        width: calc(100% - 20px);
        border: 1px solid #efefef;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    .avt_cont:hover, .avt_cont:focus {
        -webkit-box-shadow: 0 0 9px 0 #e3e3e3;
        box-shadow: 0 0 9px 0 #e3e3e3;
    }
    
    .avt_cont_a {text-decoration: none !important; color: #333;}
    .avt_cont div {
        padding: 5px 15px;
        text-align: right; 
    }
    .title_avt {font-size: 20px; text-align: center !important;}
    .img_avt img {width: 100%;}
    .price1_avt, .price2_avt {color: #fff; background: #4aaa4e;}
    .avt_cont div:nth-child(2n) {
        background: #f7f7f7;
    }
    
    .breadcrumbs {margin-bottom: 10px;}

    .aaa {
        background: url(header-bg.jpg) no-repeat;
    }    
    
.main-nav {
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}


/* Mobile menu top separator */

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #2e8cb8;
}

@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
  
  
}

@media (max-width: 768px) {
    .items {margin-top:0;}
}


@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
	
	.header {height: auto; padding-bottom: 50px;}
}
@media (max-width: 575px) {
    html {
        /*font-size: 10px;*/
    }
}