body {
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
}

   
.site-grid {
    max-width: 1320px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
header.header.container-header.full-width {
    background: #ffffff;
}
.grid-child.container-nav {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ffffff none repeat scroll 0 0;
    height: 80px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
.blue-box {
    background-color: #0062c2;
    color: #ffffff;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
    font-weight: 500;
}
ul#mod-menu125 {
    margin-left: 100px;
}
ul#mod-menu125 li a {
  display: inline-block;
    padding: 0 15px;
    line-height: 55px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
.container-header .mod-menu {
        align-items: center;
    }

.sidebar-left h3.card-header {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #0062c2;
    color: #fff;
    padding: 5px;
    text-align: center;
    border: 1px solid #0062c2;
}
.sidebar-left .card-body {
    padding: 0;
}
.sidebar-left ul.mod-menu >li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.sidebar-left ul.mod-menu >li {
    padding: 0;
}
.sidebar-left ul.mod-menu li a{
  line-height: 1.3 !important;
    padding: 5px 15px;
  display: block;
  font-size: 13px;
}
.sidebar-left ul.mod-menu li.active a {
    background-color: #999;
    color: #fff !important;
    padding-left: 15px;
}
.sidebar-left ul.mod-menu li a:hover {
    color: #21ad33 !important;
}
#mod-menu125 >li.active>a, #mod-menu125 >li:hover>a {
    color: #22b8f0;
}

div#mod-custom126 {
    margin-left: 10px;
}

div#cf_1 {
    margin: 0 auto;
}
div#cf_1 .cf-checkbox-group, div#cf_2 .cf-checkbox-group {
    align-items: baseline;
}
div#cf_1 .cf-checkbox-group input#form1_checkbox5_0, div#cf_2 .cf-checkbox-group input#form2_checkbox5_0 {
    margin-right: 10px;
}
div#cf_1 .cf-control-label label, div#cf_1 .cf-control-input label, div#cf_2 .cf-control-label label, div#cf_2 .cf-control-input label {
  font-family: var(--body-font-family);
  font-size: 14px;
}
.form-top button {
  background-color: #21ad33;
    padding: 4px 18px;
    font-size: 14px;
    border: 0 none;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-shadow: none;
    background-image: none;
}

.footer .grid-child {
    justify-content: center;
    align-items: center;
    padding: 1.5rem .5em;
}
footer.footer {
    background: #0062c2;
}

.phones-top {
    display: flex;
}

.phones-top>div {
  margin-right: 25px;
}

/* ADAPTIVE */
@media (max-width: 768px) {


  .container-sidebar-left {
    order: -1;
  }

  .site-grid,
  .row {
    display: flex;
    flex-direction: column;
  }
  .site-grid {
    padding: 0 15px;
  }
  

ul#mod-menu125 {
    display: none;
}
  .grid-child.container-nav {
    display: flex;
    justify-content: space-around;
}
  div#mod-custom126 {
    margin-left: 0;
    margin-top: 4px;
}
  .blue-box {
    display: inline-block;
}
  .phones-top {
    display: block;
    text-align: center;
}
  .phones-top>div {
    margin-right: 0;
    font-size: 16px;
    padding: 3px;
}
  .form-top {
    text-align: center;
    margin: 7px;
}
.form-top button {
    padding: 7px 50px;
    font-size: 15px;
}
  
}




/* ADAPTIVE */