.content {
    padding-bottom: 524px;
}
.color-white {
    color: #FFF;
}
.col-video {
    margin-bottom: 40px;
}
.video-image {
    position: relative;
    width: 100%;
    float: left;
}
.video-image img.video__img{
    width: 100%;
    height: auto;
}
.icon-yt-enter  {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    z-index: 7;
    background-size: cover;
    display: block;
    height: 46px;
    width: 65px;
    text-align: center;

}
.icon-yt-enter:hover  {
    opacity: 0.8;

}
.icon-yt-enter  i{
    top: 5px;
    left: 5px;
    right: 5px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    display: block;
    background: #FFF;
    width: 80%;
    height: 30px;

}
.icon-yt-enter  span{
    top: 0;
    left: 0;
    background: url("../img/yutube.png") 0 0 no-repeat;
    display: block;
    padding: 10px;
    height: 46px;
    width: 65px;
    position: absolute;
    z-index: 2;
}

.video-name {
    padding: 23px 15px;
    text-align: center;
    width: 100%;
    float: left;
}
.video-name a{
    color: #0c3a66;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.48px;
    transition: all 0.5s;
    text-decoration: none;
    font-weight: bold;
}
.video-name a:hover {
    opacity: 0.6;
}
.videogallery-content {
    padding: 30px 0;
    color: #514e4e;
    font-size: 14px;
    line-height: 21px;


}
.videogallery-content h2 {
    color: #0c3a66;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0;
}
/**/
.how-by-content {
    float: left;
    width: 100%;
}
.how-by-line {
    float: left;
    width: 100%;
}
.step-number {
    position: absolute;
    left: 35px;
    top: 45px;
    width: 52px;
    height: 52px;
    display: block;
    border: 3px #FFF solid;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color:#FFF;
    font-weight: bold;
}

.corner-down {
    position: absolute;
    background: #f6f6f6;
    left: 81px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.how-by-line2-col1 .corner-down {
    background: #fdc44f;
    right: 5px;
    left: inherit;
}
.corner-right {
    position: absolute;
    background: #7ad4ce;
    right: -6px;
    top: 60px;
    width: 20px;
    height: 20px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.hb-title1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFF;

}
.hb-title1 span {
    font-weight: normal;
    color: #FFF;
    line-height: 16px;
    font-size: 16px;
}

.hb-title2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
}
.hb-title2 span {
    font-weight: normal;
    color: #FFF;
    line-height: 20px;
}
.how-by-line1-col1 {
    float: left;
    width: 41.66%;
    height: 468px;
    background-color: #7ad4ce;
    position: relative;
    color: #FFF;
}
.how-by-line1-col2 {
    float: right;
    width: 58.23%;
    background-color: #f5f5f5;
    position: relative;
    min-height: 468px;
}
.hb-inner {
    padding: 35px;
}
.how-by-line1-col1 .hb-inner {
    padding-left: 130px;
    padding-right: 130px;

}
.how-by-line1-col2 .hb-inner {
    padding-left: 70px;
    padding-right: 70px;

}
.inner-img img {
    width: 100%;
    height: auto;
}
.info-line {
    padding: 35px 0 30px 0px;
    list-style: none;
    line-height: 24px;
}
.info-line li {
    padding: 15px 0 15px 45px;
}
.info-line li.orenge-chk {
    background: url("../img/li_orange.png") 0 12px  no-repeat;
}
.info-line li.salat-chk {
    background: url("../img/li_salat.png") 0 12px  no-repeat;
}
.info-line li.yellow-chk {
    background: url("../img/li_yellow.png") 0 12px  no-repeat;
}
.info-line li.green-chk {
    background: url("../img/li_green.png") 0 12px  no-repeat;
}
.info-line li b, .info-line li a {
    color: #0c3a66;
    position: relative;
    font-weight: bold;

}
.info-line li a {
    padding-right: 40px;
    white-space:nowrap;
    cursor: pointer;

}
.icon-img-phone {
    position: absolute;
    right: 0px;
    top: -10px;
    display: inline-block;
    background: url("../img/icon_phone.png") 0 0px  no-repeat;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.col-button {
    padding: 5px 0;
}
.col-button  button {
    width: 208px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.19);
    border-radius: 17px;
    background-color: #0c3a66;
    color: #FFF;
}

.how-by-line2-col1 {
    float: left;
    width: 50%;
    height: 421px;
    background-color: #fdc44f;
    position: relative;
    color: #000;
}
.how-by-line2-col1 .hb-title1 {
    color: #000;
    font-size: 24px;
    padding-top: 10px;
    line-height: 24px;;
}
.how-by-line2-col1 .hb-inner {
    padding-left: 130px;
    padding-right: 15px;

}
.how-by-line2-col2 {
    float: right;
    width: 50%;
    background-color: #f5f5f5;
    position: relative;
    min-height: 421px;
}

.default-styler  {
    color: #000;
    margin: 15px 0;
    padding: 0;
}
.default-styler  li{
    padding: 0 0 0 30px ;
    position: relative;
    list-style: none;
    line-height: 30px;
}
.default-styler  li:before{
    background: #FFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.how-by-line3 {
    position: relative;
    background: #3bc492;
    color: #FFF;
}
.how-by-line3 .step-number {
    top: 35px;
}
.how-by-line3 .hb-inner {
    padding: 45px 130px;
    text-align: center;
}

.how-by-line4{
    width: 100%;


    color: #343434;
}
.how-by-line4-col {
    float: left;
    width: 25%;
    border-right: 1px solid #FFF;
    text-align: center;
    min-height: 593px;
    transition: all 0.5s;
    background: #f5f5f5;
}

.how-by-line4-col:hover {
    opacity: 0.85;
    background: #dadada;
}

.how-by-line4-col .line4_icon{
    padding: 0px;
    width: 100px;
    height: 100px;
    margin: 0 auto;


}
.how-by-line4-col .line4_name{
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}
.how-by-line4-col .line4_description {
    padding: 0 0 0px 0;
    font-size: 14px;


}
.how-by-line4-col .line4_description ul{
    padding: 0;
    list-style: none;

}
.how-by-line4-col .line4_description li{
    padding: 5px 0;
}
.how-by-line5 {
    position: relative;
    background: #fd9972;
    color: #FFF;
    float: left;
    width: 100%;
    min-height: 84px;
}
.how-by-line5 .hb-inner {
    padding: 25px 0;
}
.how-by-line5 .hb-title1 {
    text-align: center;

}

@media (max-width:1199px) {
    .icon-img-phone {
        display: none;
    }
}

/**********************************/

.mortgage {
    font-size: 14px;
    line-height: 21px;
}
.mortgage img {
    max-width: 100%;
}
.mortgage_heading {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    letter-spacing: -0.42px;
}
.mortgage_heading p {
    margin-bottom: 20px;
}
.mortgage_heading p:last-child {
    margin-bottom: 0px;
}
.mortgage_heading_pct {
    width: 40%;
}
.mortgage_heading_desc {
    width: 60%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.gray_bg {
    background-color: #f4f4f4;
}
.blue_bg {
    background-color: #7ad4ce;
}
.orange_bg {
    background-color: #fdc44f;
}
.green_bg {
    background-color: #3bc492;
}
.red_bg {
    background-color: #fd9972;
}

.cloud.gray_bg:after {
    border-left-color: #f4f4f4;
}
.cloud.blue_bg:after {
    border-left-color: #7ad4ce;
}
.cloud.orange_bg:after {
    border-left-color: #fdc44f;
}
.cloud.green_bg:after {
    border-left-color: #3bc492;
}
.cloud.red_bg:after {
    border-left-color: #fd9972;
}
.note {
    display: block;
    padding: 22px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
}
.note:hover {
    color: #fff;
    text-decoration: none;
}
.note p {
    margin-bottom: 0;
}
.granted {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.granted_pct {
    width: 31.539%;
}
.granted_pct .note {
    padding: 26px 0;
}
.granted_desc + .note {
    padding: 16px 0;
    padding-left: 60px;
    text-align: left;
}
.granted_desc_wrapp {
    width: 68.461%;
}
.granted_desc {
    padding: 37px 30px 25px 60px;
}
.cloud {
    position: relative;
}
.cloud:after {
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-left: 15px solid;
}
.cloud_right:after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.cloud_bottom_left:after {
    top: 100%;
    left: 23px;
    transform: rotate(90deg);
}
.granted_desc .structure-item-list {
    margin-left: 0;
    margin-bottom: 0;
}
.granted_desc .structure-item-list .check-list__item {
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 18px;
}
.granted_desc .structure-item-list .check-list__item:last-child {
    margin-bottom: 0px;
}
.lists {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.lists_side {
    width: 50%;
    counter-reset: section;
    position: relative;
}
.list_left {
    border-right: 1px solid #fff;
}
.lists .note {
    padding: 21px 35px;
    text-align: left;
    margin-bottom: 18px;
}
.list_item {
    line-height: 1em;
    padding: 23px 15px;
    padding-left: 75px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.list_item:last-child {
    border-bottom: none;
}
.list_item p {
    margin-bottom: 15px;
}
.list_item ul {
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}
.list_item ul li {
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
}
.list_item ul li:before {
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
}
.list_item ul li:last-child, .list_item ul {
    margin-bottom: 0;
}
.list_item p:last-child {
    margin-bottom: 0;
}
.list_left .list_item:before {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    font-family: 'ArialBold';
    color: #3bc492;
    border: 2px solid #3bc492;
    border-radius: 50%;
    counter-increment: section;
    content: counter(section);
    font-size: 15px;
}
.list_right .list_item:before {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    font-family: 'ArialBold';
    color: #3bc492;
    border: 2px solid #fd9972;
    border-radius: 50%;
    content: url("../img/mortgage-like.png");
}
.lists .small_note {
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.banner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.banner_pct {
    width: 28%;
}
.banner_desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 72%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-family: 'ArialBold';
}
.banner_desc p:last-child {
    margin-bottom: 0;
}
.banner_desc p > span {
    font-size: 16px;
    font-family: 'Arial', Helvetica, sans-serif;
}
.banner_desc a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
.banner_desc a span {
    font-size: 18px;
}
.clients {
    padding-top: 35px;
}
.clients h3 {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1em;
    font-size: 18px;
    font-family: 'ArialBold';
    text-align: center;
}

.clients span.subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 40px;
}
.clients_wrapp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
}
.clients_item {
    width: calc(33.332% - 27px);
    margin-bottom: 35px;
}
.slide__descr .event_date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}
.slide__descr .event_date img {
    margin-right: 10px;
}
.main .slide__title {
    font-size: 30px;
    font-family: 'ArialBold', sans-serif;
    margin-bottom: 15px;
}
.main .slide__title span {
    font-size: 20px;
    font-family: 'Arial', Helvetica, sans-serif;
}
.slide_main_title {
    font-size: 48px;
    font-family: 'ArialBlack', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.table__header {
    position: relative;
}
.table__header .tip {
    position: absolute;
    top: 0;
    right: 15px;
    transform: translateY(-50%);
    background-color: #fff;
}
.table__item .status {
    margin: 0 auto;
}
.main .slide__descr {
    height: 100%;
    margin: 0;
    padding: 140px 0 115px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
}