/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.i4ewOd-pzNkMb-haAclf{
    display: none;
}
.product-text.post11{
    background-size: 105% 100%;
    background-position-y: -53px;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,
body.return{
    height: 100%;
}
html,
body {
    overflow-x: hidden;
    position: relative;
    min-width: 320px;
}
body {
    font-family: 'Proxima_Nova_Regular';
    background: url(files/img/bg-page.jpg);

}
p,strong,b {font-size:16px;}
.hidden{
    display: none;
}
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
section {
    line-height: 1.5;
    background: #fff;
}
.left {
    float: left;
    margin-left: 0 !important;
}
.right {
    float: right;
    margin-right: 0 !important;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block {
    display: block;
}
.title-section {
    text-align: center;
    color: #000d1e;
    text-transform: uppercase;
    margin-top: 40px;   
}
.title-section .title-section__medium {
    font-size: 24px;
    letter-spacing: 2.5px;
    margin-bottom: 4px; 
}
.title-section .title-section__large {
    position: relative;
    font-family: 'Proxima_Nova_Extrabold';
    font-size: 30px;
    letter-spacing: 2.5px;
    display: inline-block;
    font-weight: bold;
}
.title-section .title-section__large:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 12px;
    background: url(files/img/arrow.svg) no-repeat;
    top: 50%;
    margin-top: -6px;
    left: -155px;
    -webkit-background-size: cover;
    background-size: cover;
}
.title-section .title-section__large:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 12px;
    background: url(files/img/arrow.svg) no-repeat;
    top: 50%;
    margin-top: -6px;
    right: -155px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.but-call {
    border: 0;
    text-transform: uppercase;
    background: #f04b4c;
    font-size: 20px;
    padding: 22px 52px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
    font-family: 'Proxima_Nova_Semibold';
}
.but-call:hover {
    background: #007bff;
    -webkit-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.bold {
    font-family: 'Proxima_Nova_Semibold';
}
.md-center {
    float: inherit;
    margin: auto;
}
.dps {
    background-image: url(files/img/dsp-bg.png), url(files/img/bg-page.jpg);
}
.sulf {
    background-image: url(files/img/sulf.png), url(files/img/bg-page.jpg);
}
.low {
    text-transform: lowercase;
}
.white {
    color: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}


*{
    text-decoration: none;
    outline: none !important;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}





.top-head {
    background: rgba(0, 9, 20, 0.9);
    color: #fff;
    padding: 36px 0;
    z-index: 999;
    position: relative;
}
.top-head .top-head__contact-inf {
    margin-left: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-head .top-head__contact-inf a {
    text-decoration: none;
    color: #fff;
}
.top-head .top-head__contact-inf .phone-wrp {
    padding: 10px 0;
    padding-left: 48px;
    font-size: 18px;
    background: url(files/img/icon-phone.svg) 0% 50% no-repeat;
    margin-right: 35px;
    font-family: 'Proxima_Nova_Semibold';
    line-height: 1.333;
}
.top-head .top-head__contact-inf .cons {
    padding: 10px 0;
    padding-left: 48px;
    font-size: 16px;
    background: url(files/img/icon-cons.svg) 0% 50% no-repeat;
    font-family: 'Proxima_Nova_Regular';
}
.top-head .top-head__contact-inf .cons .cons-text,
.main-footer .main-footer__contact-inf .cons .cons-text {
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
    color: #fff;
    transition: 0.4s ease all;
}
.top-head .top-head__contact-inf .cons:hover .cons-text,
.main-footer .main-footer__contact-inf .cons:hover .cons-text {
    border-bottom: 1px dashed #b7b7b7;
    color: #b7b7b7;
    transition: 0.4s ease all;
}
.top-head .top-head__menu .top-head__azure-menu {
    background: rgba(0, 9, 20, 0.9);
    text-align: center;
    position: absolute;
    padding: 30px;
    font-family: 'Proxima_Nova_Semibold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    visibility: collapse;
    left: -17px;
    opacity: 0;
    top: 85px;
    letter-spacing: 1.2px;
    -webkit-transition: .65s ease all 1s;
    -o-transition: .65s ease all 1s;
    transition: .65s ease all 1s;
}
.top-head .top-head__menu .top-head__azure-menu:after,
.top-head .top-head__menu .top-head__azure-menu:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 9, 20, 0.9);
}
.top-head .top-head__menu .top-head__azure-menu ul li {
    font-family: 'Proxima_Nova_Semibold';
    margin-bottom: 17px;
}
.top-head .top-head__menu .top-head__azure-menu a {
    color: #f1f1f1;
    transition: .35s ease color;
}
.top-head .top-head__menu .top-head__azure-menu a:hover {
    color: #b7b7b7;
    transition: .35s ease color;
}
.top-head .top-head__menu .toggle-menu {
    font-family: 'Proxima_Nova_Semibold';
    color: #f04b4c;
    font-size: 16px;
    padding: 10px 0;
    padding-left: 45px;
    background: url(files/img/icon-menu.svg) no-repeat 0 50%;
    border: 0;
    display: block;
    outline: none;
}
.top-head .top-head__menu .toggle-menu .text-button {
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}
.top-head .top-head__menu.active .top-head__azure-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .65s ease all;
    -o-transition: .65s ease all;
    transition: .65s ease all;
}

.service a{
  color: #fff;
}
.service a:hover{
  color: #fff;
}
.service {
    color: #fff;
    z-index: 0;
    margin-top: -135px;
    padding-top: 210px;
    letter-spacing: 2px;
    line-height: 1.35;
    background-repeat: no-repeat;
    background-position: top center;

    font-family: 'Proxima_Nova_Semibold';
    background-position-y: 15px;

}
.wrapper{
    position: relative;
}
.wrapper .bg-box{
    background: #fff url(files/img/service-bg.jpg) no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position-y: -176%;
    background-position-x: 50%;
     
}
.service.return{
    background-color: transparent;
    background-image: none;
    
}
.content-page{
    background-image: url(files/img/service-bg.jpg);
    background-size: cover;
    
    
}
.service .service__inform {
    padding-bottom: 100px;
}
.service .service__inform .service__inform__title {
    text-transform: uppercase;
    font-size: 36px;
}
.service .service__inform .service__inform__list .items {
    margin: 52px 0;
    margin-bottom: 63px;
}
.service .service__inform .service__inform__list .items .item {
    font-size: 18px;
    background: url(files/img/item-list.png) no-repeat 0% 50%;
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.service .service-item .service-item__item {
    background: #ddd;
    display: block;
    padding-top: 202px;
    -webkit-background-size: cover;
    background-size: cover;
    border: 5px solid #fff;
    border-bottom: 0;
    cursor: pointer;
    background-position: center;
}
.service .service-item .service-item__item:hover .service-item__title {
    background: rgba(0, 123, 255, 0.9);
    -webkit-transition: .35s ease all;
    -o-transition: .35s ease all;
    transition: .35s ease all;
}
.service .service-item .service-item__item .service-item__title {
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 33px 0;
    color: #fff;
    background: rgba(0, 13, 30, 0.9);
    font-family: 'Proxima_Nova_Semibold';
    -webkit-transition: .35s ease all;
    -o-transition: .35s ease all;
    transition: .35s ease all;
    display: block;
}
.service .service-item .service-item__item .service-item__title a {
    color: #fff;
}
.service-item span {
    display: block;
}



.falsh-floor {
    font-family: 'Proxima_Nova_Regular';
    padding-bottom: 10px;
}
.falsh-floor .falsh-floor__text {
    padding-top: 30px;
    font-size: 18px;
    color: #000d1e;
}
.falsh-floor .falsh-floor__text li {
    margin-bottom: 30px;
}
.falsh-floor .falsh-floor__text ul {
    list-style: disc;
    list-style-position: inside;
    line-height:10px;
}
.falsh-floor .falsh-floor__text p {
    margin-bottom: 32px;
    letter-spacing: 1.55px;
	text-align: justify;
}
.falsh-floor .falsh-floor__text .left {
    margin-right: 60px;
}
.falsh-floor .alignleft{
    margin: 5px 61px 20px 0;
}

.scheme {
  background: url(files/img/scheme-bg.png) repeat center top, url(files/img/bg-page.jpg) no-repeat 55% -64%;
  background-color: #fff;
   }
  .scheme .service__inform__borrower .but-call {
    color: #fff;
    display: block;
    margin: auto;
    margin-top: 80px; }
  .scheme .child {
    opacity: 0;
    position: relative;
    max-height: 0;
    -webkit-transition: 0.1s ease opacity;
    -o-transition: 0.1s ease opacity;
    transition: 0.1s ease opacity;
    z-index: -1;
    font-family: 'Proxima_Nova_Regular';
    font-size: 18px;
    text-transform: unset;
    list-style: disc;
    padding-left: 20px; }
  .scheme .open .child {
    text-transform: none;
    opacity: 1;
    z-index: 99;
    -webkit-transition: 1s ease opacity .75s;
    -o-transition: 1s ease opacity .75s;
    transition: 1s ease opacity .75s; }
  .scheme .open .child a{
    text-decoration: underline;
    color: #000914;
    transition: 0.45s ease all;
     }
    .scheme .open .child a:hover{
        text-decoration: none;
        transition: 0.45s ease all;
    }
  .scheme .scheme__detail {
    overflow: hidden;
    margin-top: 20px; }
    .scheme .scheme__detail .text-scheme {
      text-decoration: underline; }
      .scheme .scheme__detail .text-scheme:hover {
        text-decoration: none; }
    .scheme .scheme__detail .scheme__detail__parent {
      color: #000914;
      font-size: 24px; }
      .scheme .scheme__detail .scheme__detail__parent .text-scheme {
        position: relative;
        z-index: 998;
        background: url(files/img/scheme-bg.png) no-repeat center top;
        padding-right: 6px; }
      .scheme .scheme__detail .scheme__detail__parent .drawline .line:after {
        margin-left: 5px !important;
        -webkit-transition: 1s ease all;
        -o-transition: 1s ease all;
        transition: 1s ease all; }
      .scheme .scheme__detail .scheme__detail__parent .item {
        text-transform: uppercase;
        letter-spacing: 1.1px;
        background: url(files/img/item-list.svg) no-repeat 0px 20px;
        padding-left: 50px;
        margin-top: 2px;
        margin-bottom: 22px;
        margin-left: 20px;
        font-family: 'Proxima_Nova_Semibold';
        display: block;
        position: relative;
        -webkit-transition: .4s ease background-image;
        -o-transition: .4s ease background-image;
        transition: .4s ease background-image;
        cursor: pointer;
        -webkit-transition: .35s ease all;
        -o-transition: .35s ease all;
        transition: .35s ease all; }
        .scheme .scheme__detail .scheme__detail__parent .item:hover {
          text-decoration: none;
          -webkit-transition: .35s ease all;
          -o-transition: .35s ease all;
          transition: .35s ease all; }
      .scheme .scheme__detail .scheme__detail__parent .item.open {
        background-image: url(files/img/item-list-open.svg);
        -webkit-transition: .4s ease background-image;
        -o-transition: .4s ease background-image;
        transition: .4s ease background-image; }
        .scheme .scheme__detail .scheme__detail__parent .item.open .text-scheme {
          text-decoration: none; }
      .scheme .scheme__detail .scheme__detail__parent .plus-line {
        padding: 5px 0;
        position: relative; }
      .scheme .scheme__detail .scheme__detail__parent .hoverItem {
        background-position: 0px 15px; }
    .scheme .scheme__detail .active .line {
      max-width: 100% !important;
      -webkit-transition: 1s ease max-width 0.2s;
      -o-transition: 1s ease max-width 0.2s;
      transition: 1s ease max-width 0.2s; }
    .scheme .scheme__detail .scheme__detail__plus {
      background: url(files/img/floor.png) no-repeat 85% 0;
      padding-bottom: 80px; }
    .scheme .scheme__detail .item-plus {
      margin-bottom: 28px;
      position: relative;
      -webkit-transition: .35s ease all;
      -o-transition: .35s ease all;
      transition: .35s ease all; }
      .scheme .scheme__detail .item-plus .plus {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: .35s ease all;
        -o-transition: .35s ease all;
        transition: .35s ease all;
        cursor: pointer; }
        .scheme .scheme__detail .item-plus .plus:hover {
          -webkit-transform: scale(1.09);
              -ms-transform: scale(1.09);
                  transform: scale(1.09);
          -webkit-transition: .35s ease all;
          -o-transition: .35s ease all;
          transition: .35s ease all; }
      .scheme .scheme__detail .item-plus .line {
        margin-right: 0px;
        position: absolute;
        height: 2px;
        background: #fff;
        content: '';
        top: 50%;
        margin-top: -1px;
        max-width: 0;
        -webkit-transition: 1.5s ease max-width;
        -o-transition: 1.5s ease max-width;
        transition: 1.5s ease max-width; }
      .scheme .scheme__detail .item-plus:first-child {
        margin-top: 5px; }
    .scheme .scheme__detail .plus {
      background: url(files/img/plus.svg) no-repeat center;
      width: 40px;
      height: 40px;
      display: block;
      color: transparent;
      position: relative; }

.video_sec {
    background: url(files/img/video-bg.png) no-repeat 49.5% 100%, url(files/img/bg-page.jpg);
    position: relative;
    z-index: 199;
    padding-top: 20px;  
}
.video .square {
    width: 686px;
    height: 686px;
    background: url(files/img/square.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: -124px;
    right: -173px;
}
.video .video__container {
    width: 482px;
    height: 482px;
    margin: 185px auto;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px;
    -webkit-border-image: url(files/img/border-video.png) 0 round round;
    -moz-border-image: url(files/img/border-video.png) 0 round round;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    background: url(files/img/video.jpg) no-repeat center center;
}
.video .video__container .video__container__text .middle:hover,
.video .video__container .video__container__text:hover{
    text-decoration: none;
}
.video .video__container .video__container__text {
    color: #fff;
    font-size: 24px;
    margin-top: -18px;
    text-decoration: none;
}
.video .video__container .video__container__text .middle {
    font-family: 'Proxima_Nova_Extrabold';
    font-size: 30px;
    text-decoration: none;
}
.video .video__container .start-video:hover {
    background: url(files/img/play-hover.svg) no-repeat center;
    background-size: cover;
    -webkit-transition: .35s ease all;
    -o-transition: .35s ease all;
    transition: .35s ease all;
}
.video .video__container .start-video {
    width: 125px;
    height: 125px;
    margin-top: 50px;
    background: url(files/img/play.svg) no-repeat center;
    -webkit-transition: .35s ease all;
    -o-transition: .35s ease all;
    transition: .35s ease all;
    cursor: pointer;
}

.advantages {
  background: url(files/img/advantage.png) no-repeat center, url(files/img/bg-page.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  z-index: -1;
  margin-top: -35px; 
  padding-top: 35px;    
}
.advantages .container{
    overflow: visible;
}
.advantage .wrapper-adv{
    width: 60%;
    font-family: 'Proxima_Nova_Semibold';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 71px;
    padding: 35px 0;
    padding-right: 145px;
    text-align: right;
    position: static;
    cursor: pointer;
    -webkit-transition: .35s ease all;
    -o-transition: .35s ease all;
    transition: .35s ease all;
    font-style: italic;
    background-repeat: no-repeat;
    position: static;
}
.advantages .advantage .advantage__item:nth-child(odd) .wrapper-adv {
    background-position: 0% 50%;
    padding: 35px 0;
    padding-left: 145px;
    text-align: left;
}
.advantage .advantage__item:nth-child(even) .wrapper-adv{
    margin-left: auto;
    -ms-background-position-x: 100%;
    background-position-x: 100%;
}
.advantages .advantage {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.advantages .advantage .advantage__item {
    position: static;
    opacity: 0;
    
}
.advantages .advantage .advantage__item .wrapper-adv:hover .text-message {
    visibility: visible;
    opacity: 0.95;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    transition: .45s ease all;
}

.advantages .advantage .advantage__item .black {
    color: #000d1e;
    font-family: 'Proxima_Nova_Extrabold';
}
.advantages .advantage .advantage__item .blue {
    color: #007bff;
    font-family: 'Proxima_Nova_Extrabold';
}
.advantages .advantage .advantage__item .text-message {
    display: none;
    visibility: hidden;
    text-transform: initial;
    position: absolute;
    font-size: 18px;
    top: 70%;
    letter-spacing: 1.2px;
    left: 50%;
    margin-top: 7px;
    width: 440px;
    margin-left: -220px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    font-family: 'Proxima_Nova_Semibold';
    opacity: 0;
    -webkit-transition: .45s ease all;
    -o-transition: .45s ease all;
    transition: .45s ease all;
    text-align: left;
    font-style: normal;
}
.advantages .advantage .advantage__item .text-message:after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(files/img/triangle.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -38px;
    left: 181px;
}
.advantages .service__inform__borrower {
    margin-top: 90px;
    margin-bottom: 104px;
}
.service__inform__borrower {padding-bottom:50px;}
.advantages .service__inform__borrower .but-call {
    color: #fff;
    display: block;
    margin: auto;
}
.question {
    background: url(files/img/bg-page.jpg);
}
.question .question__text {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 100px;
}
.question .question__text a {
    color: #007bff;
    border-bottom: 1px dashed;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: .35s ease color;

}
.question .question__text a:hover{
    color: #3d6098;
    transition: .35s ease color;
}

.reviews {
    background: url(files/img/bg-page.jpg);
}
.reviews .review {
    overflow: hidden;
    margin-top: 45px;
}
.reviews .review .review__item {
    height: 345px;
    -webkit-border-image: url(files/img/ramka.png) 0 round round;
    -moz-border-image: url(files/img/ramka.png) 0 round round;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 6px 6px 16px 0px rgba(8,11,13, .24);
    -webkit-transition: .20s ease all;
    -o-transition: .20s ease all;
    transition: .20s ease all;
}
.reviews .review .review__item:hover {
    -webkit-border-image: url(files/img/ramka-hover.png) 0 round round;
    -moz-border-image: url(files/img/ramka-hover.png) 0 round round;
    -webkit-transition: .20s ease all;
    -o-transition: .20s ease all;
    transition: .20s ease all;
    cursor: pointer;
}
.reviews .review .review__item .review__item__photo {
    height: 100%;
    background: url(files/img/review/r1.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    -webkit-box-shadow: 9999px 9999px 9999px 999px transparent inset;
    box-shadow: 9999px 9999px 9999px 999px transparent inset;
}
.reviews .review .review__item:hover .review__item__photo {
    -webkit-box-shadow: 9999px 9999px 9999px 999px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 9999px 9999px 9999px 999px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: .20s ease all;
    -o-transition: .20s ease all;
    transition: .20s ease all;
    cursor: pointer;
}
.reviews .review .review__item:hover .review__item__photo img {
    opacity: 1;
    -webkit-transition: .20s ease all;
    -o-transition: .20s ease all;
    transition: .20s ease all;
}
.reviews .review .review__item .review__item__photo img {
    opacity: 0;
    -webkit-transition: .20s ease all;
    -o-transition: .20s ease all;
    transition: .20s ease all;
}

.main-footer {
    background: rgba(0, 9, 20, 0.9);
    color: #fff;
    padding: 36px 0;
    z-index: 999;
    position: relative;
}
.main-footer .main-footer__contact-inf {
    margin-left: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-footer .main-footer__contact-inf a {
    color: #fff;
    text-decoration: none;
}
.main-footer .main-footer__contact-inf .phone-wrp {
    padding: 10px 0;
    padding-left: 48px;
    font-size: 18px;
    background: url(files/img/icon-phone.svg) 0% 50% no-repeat;
    margin-right: 35px;
    font-family: 'Proxima_Nova_Semibold';
    line-height: 1.333;
}
.main-footer .main-footer__contact-inf .cons {
    padding: 10px 0;
    padding-left: 48px;
    font-size: 16px;
    background: url(files/img/icon-cons.png) 0% 50% no-repeat;
    font-family: 'Proxima_Nova_Regular';
}
.main-footer .main-footer__contact-inf .cons a {
    border-bottom: 1px dashed #fff;
    padding-bottom: 2px;
}
.main-footer .main-footer__menu .main-footer__azure-menu {
    background: rgba(0, 9, 20, 0.9);
    text-align: center;
    position: absolute;
    padding: 30px;
    font-family: 'Proxima_Nova_Semibold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    visibility: collapse;
    left: -17px;
    letter-spacing: 1.2px;
    opacity: 0;
    top: -366px;
    -webkit-transition: .65s ease all;
    -o-transition: .65s ease all;
    transition: .65s ease all;
}
.main-footer .main-footer__menu .main-footer__azure-menu:after,
.main-footer .main-footer__menu .main-footer__azure-menu:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 9, 20, 0.9);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-footer .main-footer__menu .main-footer__azure-menu ul li {
    font-family: 'Proxima_Nova_Semibold';
    margin-bottom: 17px;
}
.main-footer .main-footer__menu .main-footer__azure-menu a {
    color: #fff;
}
.main-footer .main-footer__menu .toggle-menu {
    font-family: 'Proxima_Nova_Semibold';
    color: #f04b4c;
    font-size: 16px;
    padding: 10px 0;
    padding-left: 45px;
    background: url(files/img/icon-menu.svg) no-repeat 0 50%;
    border: 0;
    display: block;
}
.main-footer .main-footer__menu .toggle-menu .text-button {
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}
.main-footer__menu.active .main-footer__azure-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .65s ease all;
    -o-transition: .65s ease all;
    transition: .65s ease all;
}


#zamer-form,
#cons-form{
  width: 727px;
  height: 727px;
  background: url(files/img/bg-popup-zamer.png) 50% 50% no-repeat;
  margin: auto;
  z-index: 999999;
  text-align: center;
}
.zamer-form__title{
  font-size: 30px;
  font-family: 'Proxima_Nova_Semibold';
  color: #fff;
  text-align: center;
  padding-top: 105px;
  padding-bottom: 33px;
}
.zamer-form__text{
  padding-top: 35px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#zamer-form input,
#cons-form input{
  background: transparent;
  border-width: 1px;
  border-color: rgb(0, 123, 255);
  border-style: solid;
  width: 430px;
  text-indent: 24px;
  color: #76baff;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 12px;
}


#zamer-form .send-but .send,
#cons-form .send-but .send{
  width: 430px;
  border-width: 1px;
  border-color: #f04b4c;
  border-style: solid;
  font-size: 14px;
  font-family: 'Proxima_Nova_Semibold';
  border-radius: 50px;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  transition: .4s ease color;

}

#zamer-form .send-but .send:hover,
#cons-form .send-but .send:hover{
  color: #f04b4c;
  transition: .4s ease color;

}

.mfp-close-btn-in .mfp-close{
  background: #000;
  color: #fff;
}

.close-azure {
    display: none;
}
.up{
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 42px;
    height: 42px;
    background: url(files/img/up.svg) no-repeat center;
    background-size: cover;
    cursor: pointer;
    z-index: 999999;
    opacity: 0;
    transition: .4s ease opacity;
}
.up.visible{
    opacity: .5;
    transition: .4s ease opacity;
}
.up.visible:hover{
    opacity: 1;
    transition: .4s ease opacity;
}
.review .slick-arrow{
  color: transparent;
  width: 33px;
  height: 33px;
  top: 50%;
  margin-top: -16.5px;
  position: absolute;
  z-index: 9999;
  background: url(files/img/slider-arrow.svg) no-repeat center center;
  background-size: cover;
  border: 0;
  opacity: 0.5;
  transition: .2s ease background-image;

}
.review .slick-arrow:active{
  transition: .2s ease background-image;
  
}
.review .slick-prev:active{
  
  background-image: url(files/img/slider-arrow-hover-left.svg);
}
.review .slick-next:active{
  background-image: url(files/img/slider-arrow-hover.svg);
  transform: rotate(0deg);
}
.review .slick-prev{
  left: 80px;
}
.review .slick-next{
  right: 80px;
  background-image: url(files/img/slider-arrow-right.svg);
  
}




.show-poduct .show-product-btn{
        display: block;
        margin: auto;
        border-width: 1px;
        border-color: rgb(240, 75, 76);
        border-style: solid;
        min-width: 303px;
        padding: 0 20px;
        height: 70px;
        color: #007bff;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Proxima_Nova_Semibold';
        background: transparent;
        letter-spacing: 1.2px;
        border-radius: 50px;
        transition: 0.45s ease color;
    }
.show-poduct .show-product-btn:hover{
    color: rgb(240, 75, 76);
    transition: 0.45s ease color;
}

.list-product.mob-hidden{
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease all;

}
.product-text.post11{
    background-size: 105% 100%;
    background-position-y: -57px;
}
.product-text {
  background: url(files/img/dop-bg.png) no-repeat top center, url(files/img/bg-page.jpg);
  margin-top: -137px;
  padding-top: 107px;
  color: #fff;
  min-height: 745px; }

  .product-text .title-section {
    color: #fff;
    margin-top: 140px;
    letter-spacing: 2.2px; }
  .product-text .product-text__text-section {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 210px; }
.item.swiper-slide{
    background-size: cover;
    cursor: pointer;
}
.list-product__item-wrp {
  margin-bottom: 30px; }
.main-footer .main-footer__menu .main-footer__azure-menu a:hover {
    color: #b7b7b7;
    transition: .35s ease color;
}
.list-product__item-wrp.mobHidden{
        display: none;
    }

    .list-product .mob-hidden{
        opacity: 0;
        max-height: 0;
        margin-bottom: 0;
    }
.list-product.mob-hidden{
        display: block;
        visibility: hidden;
    }
.show-poduct  {
    position: relative; 
    z-index: 99;
    margin-top: 40px;
}
#video iframe{
    display: block;
    margin: auto;
}
.video_sec > *,
.video_sec > *:hover{
    text-decoration: none;
}
.play-video:hover,
.play-video{
    text-decoration: none;
}
.our-contact__map iframe {
    position: relative;
    z-index: 99;
    top: -50px;
}
.swiper-pagination {
  top: 25px;
  right: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.swiper-pagination-bullet-active {
  color: transparent;
  background: transparent !important;
  border: 3px solid #fff;
  -webkit-background-size: cover;
          background-size: cover; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff; }

.product-text.gall-bg{
    background-image: url(files/img/gall-bg.png);
    background-position-y: -57px;
}

.gall .product-inf {
  margin-top: -74px !important; }
  .list-product {
  background: transparent;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 116px;
  padding: 0;
  margin-top: -171px; }
  .list-product .block_wrapper {
    border: 5px solid #fff; }
  .list-product .list-product__item {
    height: 365px;
    background: #ddd; }
    .list-product .list-product__item .swiper-container {
      width: 100%;
      height: 100%; }
      .list-product .list-product__item .swiper-container .slide {
        width: 100%;
        height: 100%; }
      .list-product .list-product__item .swiper-container .slider-wrapper {
        width: 100%;
        height: 100%; }
    .list-product .list-product__item .product-inf {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 30px;
      background: rgba(0, 13, 30, 0.5);
      color: #fff;
      font-size: 16px;
      position: relative;
      z-index: 999;
      margin-top: -96px; }
      .list-product .list-product__item .product-inf a {
        color: #fff; }
      .list-product .list-product__item .product-inf .char {
        text-align: right;
        position: relative; }
        .list-product .list-product__item .product-inf .char:after {
          position: absolute;
          content: '';
          width: 83px;
          height: 12px;
          background: url(files/img/arrow.svg) no-repeat 100% 50%;
          top: 14%;
          right: 33px;
          -webkit-background-size: cover;
                  background-size: cover; }



.our-certificate {
  background: url(files/img/bg-page.jpg); }
  .our-certificate .our-certificate__text-section {
    font-size: 18px;
    font-family: 'Proxima_Nova_Regular';
    padding: 40px 50px;
    text-align: justify; }
  .our-certificate .review {
    overflow: hidden;
    margin-top: 100px; }
    .our-certificate .review .review__item {
      height: 345px;
      -webkit-border-image: url(files/img/ramka.png) 0 round round;
      -moz-border-image: url(files/img/ramka.png) 0 round round;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 6px 6px 16px 0px rgba(8,11,13, .24);
      -webkit-transition: .20s ease all;
      -o-transition: .20s ease all;
      transition: .20s ease all; }
      .our-certificate .review .review__item:hover {
        -webkit-border-image: url(files/img/ramka-hover.png) 0 round round;
        -moz-border-image: url(files/img/ramka-hover.png) 0 round round;
        -webkit-transition: .20s ease all;
        -o-transition: .20s ease all;
        transition: .20s ease all; }
      .our-certificate .review .review__item .review__item__photo {
        height: 100%;
        background: url(files/img/review/r1.jpg) no-repeat center;
        -webkit-background-size: cover;
                background-size: cover;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        cursor: pointer;
        -webkit-box-shadow: 9999px 9999px 9999px 999px transparent inset;
                box-shadow: 9999px 9999px 9999px 999px transparent inset,
                2px -2px 5px 0px #000 inset; }
        .our-certificate .review .review__item .review__item__photo:hover {
          -webkit-box-shadow: 9999px 9999px 9999px 999px rgba(0, 0, 0, 0.5) inset;
                  box-shadow: 9999px 9999px 9999px 999px rgba(0, 0, 0, 0.5) inset;
          -webkit-transition: .20s ease all;
          -o-transition: .20s ease all;
          transition: .20s ease all; }
          .our-certificate .review .review__item .review__item__photo:hover img {
            opacity: 1;
            -webkit-transition: .20s ease all;
            -o-transition: .20s ease all;
            transition: .20s ease all; }
        .our-certificate .review .review__item .review__item__photo img {
          opacity: 0;
          -webkit-transition: .20s ease all;
          -o-transition: .20s ease all;
          transition: .20s ease all; }


.iframe-container{
    overflow: hidden;
}
.our-contact {
  background: transparent; }
  .our-contact .our-contact__map {
    margin-top: 100px;
    position: relative;
    border-top: 1px solid #e30413; }
    .our-contact .our-contact__map .our-contact__inform {
      position: absolute;
      width: 630px;
      height: 99.5%;
      top: 0px;
      z-index: 100;
      background: #fff;
      right: 5%;
      font-size: 18px;
      letter-spacing: 1.2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .our-contact .our-contact__map .our-contact__inform .address,
      .our-contact .our-contact__map .our-contact__inform .work-time,
      .our-contact .our-contact__map .our-contact__inform .phone,
      .our-contact .our-contact__map .our-contact__inform .mail {
        margin-bottom: 50px;
        text-align: left;
        padding-left: 50px;
        background-position: 0% 50%;
        background-repeat: no-repeat; }
      .our-contact .our-contact__map .our-contact__inform .address {
        background-image: url(files/img/cont-phone.svg); }
      .our-contact .our-contact__map .our-contact__inform .work-time {
        background-image: url(files/img/cont-work-time.svg); }
      .our-contact .our-contact__map .our-contact__inform .phone {
        background-image: url(files/img/cont-phone.svg); }
      .our-contact .our-contact__map .our-contact__inform .mail {
        background-image: url(files/img/cont-mail.svg); }

.question.cont {
    background: url(files/img/cont-bg.png) no-repeat 50% -121%;
    background-position-y: -17px;
    margin-top: -196px;
    position: relative;
    z-index: 998;
}
.cont .title-section{
    margin-top: 220px;
}
.load-more-wrp{
    display: none;
}
.top-head__azure-menu .active-menu a,
.main-footer__azure-menu .active-menu a{ 
    color: #f04b4c !important;
    text-decoration: underline;
}
.mfp-figure{
    position: relative;
}
.mfp-close-btn-in .mfp-close{
    position: absolute;
    right: 0;
    width: 44px;
    height: 40px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0;
}



.popup-zamer,
.popup-zamer:hover
{
    text-decoration: none;
}



.wrapper {
    overflow:hidden;
}
.bg-box {
    animation: 10s scale linear;
}
@keyframes scale{
    0%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1.06);
    }
    100%{
        transform: scale(0,0.0,0);
    }
}


.slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li{
    width: 7px;
    height: 7px;
    background: #889099;
    border-radius: 50%;
    margin-right: 5px;
}
.slick-dots li:last-child{
    margin-right: 0;
}
.slick-dots li button{
    width: 7px;
    height: 7px;
    color: transparent;
    font-size: 0;
    background: #889099;
}
.slick-dots .slick-active{
    background: transparent;
    border: 2px solid #889099;
}


.wrapper-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content-page {
  flex: 1 0 auto;
}
.main-footer {
  flex: 0 0 auto;
}

.show-poduct .show-product-btn{
    padding: 0 30px;
}

.vc_images_carousel {
    margin:0 auto !important;
}

.vc_carousel-control {
    opacity: 1 !important;
}

.vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\203a';
    position: relative;
    top: -10px;
    color: white;
    font-size: 70px;
}

.gallery-new {
    background: #f1f1f1;
    padding-top: 20px;
}
.gallery-new img {
    border: 7px solid white;
}

.vc_row.wpb_row.vc_row-fluid {
    padding:0 50px;
}
h1.title-section__large {
    color: black;
}


.wpb_single_image h2.wpb_singleimage_heading {
    position: absolute;
    bottom: 60px;
    font-size: 20px;
    color: white;
    background: #00000063;
    padding: 10px;
    left: 22px;
}
.post555, .post559, .post562 {
    display: none;
}

main h1 {color:transparent;}
.page aside.sidebar {
    display: none;
}

.page-id-559 main h1, .page-id-564 main h1, .page-id-562 main h1 {display:none;}

.servtext p {
    width: 70%;
    color: white;
    font-size: 19px;
    margin: 0 auto;
    padding-top: 30px;
}

@media screen and (max-width:767px) {
	.load-more-wrp {
   	 	display: none !important;
	}
}

