body {
    width: 100%;
    height: 100%;
    min-width: 320px !important;
    max-width: 992px !important;
    margin: 0 auto !important;
    padding: 0 auto !important;
}

.title {

    text-align: center;
    padding-bottom: 2rem;

}

.title span {

    font-size: 2rem;
    font-weight: 100
}



.title_2 {

    text-align: center;
    padding-bottom: 1rem;

}

.title_2 span {

    font-size: 2rem;
    font-weight: 100
}

 


/**/
#main_window {

     background-color: #4c4c4c6e;background: url(/m/img/first/flot-5.jpg);background-repeat: no-repeat;
    background-position: center center; height: 500px;width: 100%;
     
     
}

.h1_logo {

    color: white;
    font-size: 2rem;
    font-weight: 700
}

.logo_container {

    height: 90px;
    width: 100%;

}


.btn_more_container {

    height: 190px;
    width: 100%;

}

.btn_more {

    color: white;
    text-transform: uppercase;
    background-color: red;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    border: navajowhite;
}



.prev_container {
    height: 240px;
    /*height: 200px;*/
    width: 100%;
}

.prev_container span {

    color: white;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 1.4rem;
}

/*2utp*/

#utp {
    background-color: rgba(175, 175, 175, 0.03);
    padding-top: 2rem;
}

.utp_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}


.utp_title {

    text-transform: uppercase;
    color: #193c8f;
    font-weight: 700;
    font-size: 1.3rem;
}


.utp_hr {

    background-color: #193c8f;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-top: 0.3rem;
    margin-bottom: 0rem;
    width: 90%;
}


.utp_description {
    padding-top: .5rem;
    font-size: 1.1rem;
    font-weight: 500;
}

/*3 plans*/

#plans {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.owl_img_container {

    height: 250px;
    width: 100%;

}

.btn_learn_more {

    color: white;
    text-transform: uppercase;
    background-color: #f7be14;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    /*width: 100%;*/
    border: navajowhite;
    font-size: .8rem;
    margin-top: 15px;
    margin-bottom: 30px;
}

.plans_li {
    padding-inline-start: 5px;

}

.plans_li li {

    padding-top: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

li {
    list-style-type: none;
}

/*4*/
#gallery {

    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: rgba(175, 175, 175, 0.03);
}


/*5*/
#infra {

    width: 100%;
    height: 100%;
    padding-top: 2rem;
}

.infra_description {

    font-weight: 100;
    font-size: x-large;
    padding-top: .5rem;

}

.infra_item {
    padding-bottom: 2rem;
}


#contacts {

    width: 100%;
    height: 100%;
    padding-top: 2rem;
   /* background-color: rgba(175, 175, 175, 0.03);*/

}


.owl-carousel.owl-loading {
    opacity: 1 !important;
    display: block;
}

.btn_left {
    position: absolute;
    top: 25%;
    left:2%;
    z-index: 10;
    cursor: pointer;
}

.btn_right {

    position: absolute;
    top: 25%;
        right: 2%;
    z-index: 10;
    cursor: pointer;
}

.customPrevBtn3 {
    color: orange;
    font-weight: bold;
    font-size: 2rem;
    cursor: pointer;
}

.customNextBtn3 {
    color: orange;
    font-weight: bold;
    font-size: 2rem;
    cursor: pointer;
}



#podbor {

    width: 100%;
    height: 100%;
    padding-top: 1rem;


}



.btn_table {
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    font-weight: 700;
    font-size: unset;
    width: 45px;
    height: 45px;
}

.table td, .table th {
    padding: 0.35rem!important;
}

tbody{
    
        font-size: 17px;
    
}

.check {
    margin: 0px;
    font-size: 12px;
}
.check div {
    float: left;
}
.check input {
    position: absolute;
    left: -9999px;
}
.check label {
    text-align: center;
    display: block;
    margin: 0 0 0 -1px;
    padding: 8px 10px;
    border: 1px solid #BBBBBB;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    cursor: pointer;
}
.check input:checked + label {
   /* background: white;*/
       background: #5bb600;
       color:white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
}
.check div:first-child label {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.check div:last-child label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.no_link{
    color:white;
}

.no_link:hover{
    color:white!important;
    text-decoration: none;
    cursor:pointer;
}




.btn_show_table{
    border-radius: 15px;
    background-color: orange;
    border: 1px solid orange;
    color: white;
    height: 35px;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}


 

.btn_show_table:focus{
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
      background-color: red;
}

#before-load i {
    width: 70px; /*ширина gif-изображения*/
    height: 70px; /*высота gif-изображения*/
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('/m/assets/images/img.gif') no-repeat 50% 50%; /*расположение (url) изображения gif и др. параметры*/
    margin: -35px 0 0 -35px;
}



 
.load {
  width: 100px;
  height: 100px;
  background-color: #0CB1C4;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


label{
    font-weight: lighter;
}


@media (min-width: 540px) and (max-width: 960px) {

.utp_hr{
    width: 50%;
}


}

@media (min-width: 320px) and (max-width: 539px) {

.utp_hr{
    width: 50%;
}


}


@media (min-width: 577px) and (max-width: 768px) {


#main_window {
background: url(/m/img/first/main992.png);
}


}

@media (min-width: 769px) {


#main_window {
background: url(/m/img/first/main992.png);
}


}
 
 
     tr:hover, a{
        background-color: #e3e3e3;
        color:white;
     }




     .header_tab{
 
        cursor: pointer;
        width: 100%;
        height: 250px;
        position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     }

     .header_tab_title {
    text-align: center;
    font-size: 1.8rem;
 
    color: white;
}


.header_tab_description {
color: white;
    font-size: larger!important;
    font-weight: 200;
        text-shadow: black -1px 0px 13px;
    }


     
      .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 300px;
       /* padding-top: 3rem;*/
        padding-top: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #e0e0e0;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
      }

      .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
      }

      .offcanvas-close {
        position: absolute;
        font-size: 2.5rem;
        font-weight: 700;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.3);
        border: none;
        -webkit-appearance: button;
        background-color: transparent;
        right: 0;
        top: 0;
        padding: 0 1.5rem;
      }

      .offcanvas-open {
        overflow: hidden;
      }
    
 .rew-doc-ico {
    margin-right: 10px;
    margin-left: 5px;}

    .exam-review-item-doc {
    margin-bottom: 15px;
}


#doc a{


        color: black;
    font-weight: 100;
    font-size: smaller;
    text-decoration: underline;
}


#footer {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    background-color: rgba(175, 175, 175, 0.03);
}

#doc  { 
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    }

#dsd{
    width: 100%;
    height: 100%;
     background-color: rgba(175, 175, 175, 0.03);
    padding-top: 2rem;
    padding-bottom: 2rem;

}


#infra{

padding-bottom: 1rem;


}

#mortgage .owl-carousel .mortgage_bank .mortgage_bank_logo img {
    object-fit: contain;
}


/* @media (min-width: 1200px){
 
.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: block!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
 



.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    
    display: -ms-flexbox;
    display: block!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
    list-style: none!important;



}



}*/

#mortgage{

    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;

}

#dev{
background-color: rgba(175, 175, 175, 0.03);

        padding-top: 2rem;
    padding-bottom: 2rem;
}

.more_dev{
    display: none;
}

#show_table label{margin-bottom: .2rem!important;}


#table_plans .table td, .table th {
    padding: 0.30rem!important;
}
 
@media (min-height:0px) and (max-height: 385px){

.owl_img_container {
    height: 150px!important;
}

}