/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.c-container {
    width: 1060px;
    margin: auto;
    position: relative; }

.s-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 80px; }
.leasing-main {
    padding: 50px 0; }
.leasing-main-wrapper {
    background: url("img/leasing-main-bg.png") no-repeat top;
    background-size: cover;
    padding: 70px 40px;
    border-radius: 15px;
    position: relative; }
.leasing-main-wrapper:before {
    content: '';
    width: 600px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px 0 0 15px; }
.leasing-main-suptitle {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px; }
.leasing-main-title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px; }
.leasing-main-title span {
    display: block;
    font-weight: 800; }
.leasing-main-list {
    margin-bottom: 30px; }
.leasing-main-list li {
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 7px; }
.leasing-main-list li:last-child {
    margin-bottom: 0; }
.leasing-main-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #005ca7;
    padding: 10px 15px;
    padding-right: 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s; }
.leasing-main-btn:hover {
    background-color: #ffe533; }
.leasing-main-btn img {
    margin-right: 10px; }
.leasing-main-info {
    position: relative;
    z-index: 3; }

/* About section */
.about {
    padding: 80px 0; }
.about .s-title {
    text-transform: uppercase;
    margin-bottom: 20px; }
.about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
.about-info {
    width: 820px; }
.about-text {
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px; }
.about-text:last-of-type {
    margin-bottom: 0; }
.about-advantages {
    margin-top: 50px;
    padding: 50px;
    padding-left: 40px;
    background: linear-gradient(279deg, rgba(217, 217, 217, 0.4) 0%, rgba(217, 217, 217, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.about-advantages-item {
    margin-right: 90px; }
.about-advantages-item:nth-of-type(2) {
    margin-right: 120px; }
.about-advantages-item:last-of-type {
    margin-right: 0; }
.about-advantages-item-title {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 15px; }
.about-advantages-item-title span {
    font-weight: 800;
    font-size: 45px; }
.about-advantages-item-text {
    font-size: 18px;
    color: #333;
    line-height: 1.4; }
.about-img {
    position: absolute;
    top: 0;
    left: -250px; }

/* Info section */
.info {
    padding: 70px 0; }
.info-wrapper {
    background-color: #005ca7;
    padding: 30px 40px;
    border-radius: 15px;
    border: 1px solid #132546;
    position: relative; }
.info-wrapper:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url("img/info.svg") no-repeat center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }
.info-title {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
	color: #fff;	}
.info-text {
    font-size: 24px;
    color: #fff; }
.info-text a {
    color: #fff;
    text-decoration: underline; }
.info-black .info-wrapper {
    background-color: #000; }
.info-black .info-wrapper:before {
    background: url("img/info-w.svg") no-repeat center; }
.info-black .info-title {
    color: #fff; }
.info-black .info-text {
    color: #fff; }
.info-black .info-text a {
    color: #fff; }
.leasing-steps-item-icon img {
	filter: invert(1);
}
.g-loadmore  .us-btn-style_1 .w-btn-label {
	color: #fff!important;
}
/* Leasing-steps section */
.leasing-steps {
    padding: 80px 0; }
.leasing-steps-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 70px;
    margin: 0 -40px -40px; }
.leasing-steps-item {
    width: 250px;
    margin: 0 40px 40px; }
.leasing-steps-item-icon {
    width: 160px;
    height: 160px;
    position: relative;
    background-color: #005ca7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
.leasing-steps-item-number {
    width: 35px;
    height: 35px;
    background-color: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 3px; }
.leasing-steps-item-text {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1.4; }

/* Leasing-terms section */
.leasing-terms {
    padding: 20px 0 80px; }
.leasing-terms-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.leasing-terms-item {
    width: 180px;
    padding: 20px 0 0 20px;
    margin-right: 90px;
    position: relative; }
.leasing-terms-item:before {
    content: '';
    width: 180px;
    height: 180px;
    background-color: rgba(196, 196, 196, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }
.leasing-terms-item:first-of-type {
    width: 200px; }
.leasing-terms-item:last-of-type {
    margin-right: 0; }
.leasing-terms-item-title {
    font-size: 41px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 3; }
.leasing-terms-item-title span {
    font-size: 92px; }
.leasing-terms-item-text {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 3; }

/* Popup */
.popup {
    display: none; }

.request-popup {
    max-width: 345px;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px rgba(119, 205, 255, 0.3);
    box-shadow: 0px 0px 40px rgba(119, 205, 255, 0.3);
    padding: 8px;
    text-align: center; }
.request-popup-form {
    border: 1px dashed #3C5A50;
    padding: 25px 30px;
    position: relative; }
.request-popup-form ::-webkit-input-placeholder {
    color: #000; }
.request-popup-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    text-align: center;
    margin-bottom: 15px; }
.request-popup-input {
    width: 100%;
    height: 45px;
    background-color: #F8FCFF;
    border: none;
    padding: 0 20px;
    font: 14px 'OpenSans', sans-serif;
    color: #000;
    margin-bottom: 10px; }
.request-popup-btn {
    display: inline-block;
    text-align: center;
    background-color: #FEFC01;
    padding: 12px 40px;
    font: normal 16px 'Montserrat', sans-serif;
    color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s; }
.request-popup-btn:hover {
    background-color: #fefd34; }
.request-popup-text span {
    /*background: url("img/form-icon.svg") no-repeat left 3px;*/
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px; }
	.request-popup-text input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px; }
.request-popup-text span a {
	color: #005ca7;
}
.request-popup-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s; }
.request-popup-success-text {
    font-weight: 600;
    line-height: 1.6; }
.request-popup-success-text span {
    display: block;
    font-weight: normal; }

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
.footer-logo {
    max-width: 200px;
    background: #fff;
    padding: 10px 15px;
}
.us-nav-style_5>*, .navstyle_5>.owl-nav div, .us-btn-style_5 {
	color: #fff!important;
}
.footer-link {
	font-size: 14px;
	color: #fff !important;
    line-height: 1.4;
    display: block;
}
/* Adaptive */
@media only screen and (max-width: 1100px) {
    .c-container {
        width: 100%;
        padding: 0 3%; }
    .about-wrapper {
        display: block; }
    .about-img {
        position: static;
        text-align: center;
        margin: 50px 0; }
    .about-info {
        width: 100%; }
    .info {
        padding: 30px 0; }
    .leasing-steps-items {
        margin: 0;
        padding: 0;
        margin-bottom: -40px; }
    .leasing-steps-item {
        width: 33%;
        margin: 0;
        margin-bottom: 40px;
        padding-right: 40px; }
    .leasing-terms-item-title {
        font-size: 35px; }
    .leasing-terms-item-title span {
        font-size: 80px; } }

@media only screen and (max-width: 1023px) {
    .leasing-main {
        padding: 40px 0; }
    .leasing-main-wrapper:before {
        width: 65%; }
    .about {
        padding: 40px 0; }
    .about-advantages {
        padding: 30px; }
    .about-advantages-item {
        width: 33%;
        margin-right: 0;
        padding-right: 20px; }
    .about-advantages-item:nth-of-type(2) {
        margin-right: 0; }
    .about-advantages-item-title {
        font-size: 20px; }
    .about-advantages-item-title span {
        font-size: 35px; }
    .info-title {
        font-size: 24px; }
    .info-text {
        font-size: 20px; }
    .leasing-steps {
        padding: 40px 0; }
    .leasing-steps .s-title {
        margin-bottom: 40px; }
    .leasing-terms .s-title {
        margin-bottom: 40px; }
    .leasing-terms-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -50px; }
    .leasing-terms-item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 50px;
        padding-right: 30px; }
    .leasing-terms-item:first-of-type {
        width: 50%; }
	}

@media only screen and (max-width: 767px) {
    .c-container {
        padding: 0 15px; }
    .leasing-main-wrapper {
        padding: 50px 30px; }
    .leasing-main-suptitle {
        font-size: 18px; }
    .leasing-main-title {
        font-size: 28px;
        line-height: 1.4; }
    .leasing-main-list li {
        font-size: 16px; }
    .s-title {
        font-size: 30px;
        margin-bottom: 40px; }
    .about-advantages-item-title {
        font-size: 18px; }
    .about-advantages-item-title span {
        font-size: 30px; }
    .about-advantages-item-text {
        font-size: 16px; }
    .info-wrapper {
        padding: 30px;
        padding-right: 60px; }
    .info-wrapper:before {
        top: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 10px; }
    .info-title {
        font-size: 22px; }
    .info-text {
        font-size: 18px; }
    .leasing-steps-item {
        width: 50%; }
    .leasing-terms-item:before {
        width: 130px;
        height: 130px; }
    .leasing-terms-item-title {
        font-size: 30px; }
    .leasing-terms-item-title span {
        font-size: 60px; }
    .leasing-terms-item-text {
        font-size: 18px; } }

@media only screen and (max-width: 479px) {
    .c-container {
        padding: 0 15px; }
    .leasing-main {
        padding: 30px 0; }
    .leasing-main-wrapper {
        padding: 30px 15px; }
    .leasing-main-suptitle {
        font-size: 16px; }
    .leasing-main-title {
        font-size: 24px; }
    .leasing-main-list li {
        font-size: 14px; }
    .leasing-main-btn {
        width: 100%;
        text-align: center;
        padding: 15px 10px;
        font-size: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .leasing-main-btn img {
        display: none; }
    .s-title {
        font-size: 26px; }
    .about {
        padding: 30px 0; }
    .about-text {
        font-size: 15px; }
    .about-advantages {
        display: block; }
    .about-advantages-item {
        width: 100%;
        text-align: center;
        margin-bottom: 30px; }
    .about-advantages-item:last-of-type {
        margin-bottom: 0; }
    .info {
        text-align: center; }
    .info-wrapper {
        padding: 20px; }
    .info-wrapper:before {
        display: none; }
    .info-title {
        font-size: 20px; }
    .info-text {
        font-size: 16px; }
    .info-text a {
        display: block; }
    .leasing-steps-item {
        padding-right: 10px; }
    .leasing-steps-item-icon {
        width: 100px;
        height: 100px; }
    .leasing-steps-item-icon img {
        width: 50%; }
    .leasing-steps-item-number {
        font-size: 16px;
        width: 30px;
        height: 30px;
        top: 0;
        left: 0; }
    .leasing-steps-item-text {
        font-size: 15px; }
    .leasing-terms {
        text-align: center;
        padding: 20px 0 30px; }
    .leasing-terms-items {
        margin-bottom: -40px; }
    .leasing-terms-item {
        width: 100%;
        padding: 0;
        margin-bottom: 40px; }
    .leasing-terms-item:before {
        width: 80px;
        height: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .leasing-terms-item:first-of-type {
        width: 100%; }
    .leasing-terms-item-title {
        font-size: 25px; }
    .leasing-terms-item-title span {
        font-size: 50px; }
    .leasing-terms-item-text {
        font-size: 16px;
        width: 70%;
        display: inline-block; }
    .request-popup-title {
        font-size: 20px; }
    .request-popup-form {
        padding: 30px 15px; }
    .request-popup-btn {
        width: 100%;
        font-size: 15px; } }





/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.us-btn-style_1 {
	background: #005ca7!important;
	color: #000!important;
}
.us-btn-style_1 .w-btn-label {
	color: #000!important;
}
.layout_7091 .w-grid-item-h {
    padding: 30px;
}
.us_menu_1 .menu>li, .us_menu_2 .menu>li {
    margin-bottom: .5rem!important;
	font-size: 14px;
}
.footer-text {
	font-size: 12px;
	line-height: 1.4;
    display: block;
}
.footer-adr, .footer-mail{
	font-size: 14px;
	line-height: 1.4;
    display: block;
}