* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../webfonts/fa-regular-400.eot?v=5.15.3');
    src: url('../webfonts/fa-regular-400.eot?#iefix&v=5.15.3') format('embedded-opentype'), url('../webfonts/fa-regular-400.woff2?v=5.15.3') format('woff2'), url('../webfonts/fa-regular-400.woff?v=5.15.3') format('woff'), url('../webfonts/fa-regular-400.ttf?v=5.15.3') format('truetype'), url('../webfonts/fa-regular-400.svg?v=5.15.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('ttf'),
         url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'T-StarPro';
    src:url('../fonts/T-StarPro-Medium.woff2') format('woff2'),
        url('../fonts/T-StarPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'T-StarPro';
    src:url('../fonts/T-StarPro-Regular.woff2') format('woff2'),
        url('../fonts/T-StarPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}
body {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: "T-StarPro";
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: 'RobotoCondensed';
    font-weight: 300
}

h3,
.h3 {
    font-size: 48px;
}

main {
    counter-reset: section
}

.main-5>div h2:before {
    counter-increment: section;
    content: "0"counter(section);
    font-family: "Lato";
    position: absolute;
    color: #d9d9d950;
    top: -56px;
    font-weight: 500;
    font-size: 100px;
    z-index: -1
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 0 147px 0 130px;
}

.logo-wrapper a {
    text-transform: uppercase;
    color: #000000;
    font-size: 44px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    padding: 5px 15px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    cursor: pointer
}

.btn:hover,
.btn:active,
.btn:focus,
button:hover,
button:active,
button:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}

.btn-primary {
    padding: 5px 15px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    cursor: pointer
}

.btn-primary:hover {
    color: #fff;
    text-decoration: none;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
    color: #fff;
    text-decoration: none;
}

.btn-secondary {
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
    font-family: 'Pacifico', cursive;
    font-size: 1.2em;
    font-weight: lighter;
    color: #fff;
    transition: 0.2s all;
    border: 1px solid #000
}

.btn-secondary:hover {
    background: #fff !important;
    color: #000;
    text-decoration: none;
}

.btn-secondary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
    outline: none !important;
    box-shadow: none !important;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    border: 1px solid #000 !important;
}

.btn-share {
    position: relative;
    margin-right: 10px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 0
}

.btn-share span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
}

.btn-share.facebook {
    background-color: #2f5a9b;
}

.btn-share.twitter {
    background-color: #00acf2;
}

/* .gradient {
    background: linear-gradient(#0000005c, transparent)
} */

#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px
}

#slideOut div.container {
    padding: 15px;
}

.right-tab.show {
    right: 0 !important
}

#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: rgb(68, 68, 68)
}

.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    writing-mode: horizontal-tb
}

#slideOut .col-form-label {
    padding: 0 0 3px
}
.col-form-label{
    line-height: 1.3;
    font-size: 17px;
}
#slideOut .form-control {
    background-color: #fff;
    border-radius: 0;
    border: none;
    height: 35px
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px
}

#slideOut .form-group {
    margin-bottom: 10px
}

#slideOut .form-control:focus {
    outline: none
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px
}

.banner{
    width: 100%;
}

.banner .slick-list{
    width: 100%;
}

.form input[type="checkbox"]+label {
    padding: 0 0 0 5px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px
}

.form input[type="checkbox"]+label+.form-error {
    display: none
}

.form .checkbox {
    position: absolute;
    opacity: 0
}

.form .checkbox+label {
    position: relative;
    padding-left: 23px !important;
    cursor: pointer;
}

.form .checkbox+label:before {
    position: absolute;
    left: 0;
    content: "\f0c8";
    color: rgb(0, 0, 0);
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer
}

.form .checkbox:checked+label:before {
    content: "\f14a";
    color: rgb(0, 0, 0)
}

.form .required-star {
    color: rgb(255, 0, 0)
}

.form .tickbox.has-error label:before {
    color: rgb(255, 0, 0)
}

.form .form-group {
    position: relative
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #4a4a4a;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075)
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075)
}

.form .error+div.error,
.form .form-group.has-error div.error {
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -22px;
    margin: 0
}

.form .form-group.has-error.tickbox div.error {
    display: none !important
}
.required-star {
    color: #f00;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error {
    background-color: rgb(255, 244, 244);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-color: #f00
}

form .has-error div.error {
    color: #f00
}

#slideOut .form-error {
    display: none
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0 !important
}

#slideOut .bottom-box .required {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: rgb(68, 68, 68)
}

.right-tab {
    display: none;
    position: fixed;
    top: 200px;
    width: 370px;
    right: -370px;
    background: rgb(238, 238, 238);
    z-index: 9999;
    color: rgb(68, 68, 68);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1)
}

.right-tab iframe {
    border: none;
    width: 100%;
    height: 350px;
}

.right-tab-button {
    background: rgb(68, 68, 68);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -40px
}

#facebook-feed {
    top: 405px;
    z-index: 9998
}

#twitter-feed {
    top: 450px;
    z-index: 9997
}

#instagram-feed {
    top: 495px;
    z-index: 9996
}

.right-tab-content {
    padding: 15px
}

#cookie {
    width: calc(100% - 40px);
    max-width: 350px;
    position: fixed;
    z-index: 99999;
    left: 20px;
    bottom: 20px;
    background-color: rgb(125, 125, 125);
    color: #fff
}

#cookie .cookie-text {
    padding: 20px;
}

#cookie .cookie-text a {
    display: block;
    margin-top: 5px;
    color: rgb(0, 0, 0);
}

#cookie>.btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hamburger {
    top: 50%;
    left: 15px;
    height: 86px;
    width: 86px;
    display: inline-block;
    cursor: pointer;
    background-color: #2a2d2b;
    border: none;
    margin-left: 1px;
    z-index: 3;
    transition: all .4s ease;
}
.hamburger:focus { outline: none; }
.scrolled .hamburger {
    height: 86px;
    width: 86px;
}
.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    position: absolute;
    transition: transform ease .15s;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    content: "";
    display: block;
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    content: "";
    display: block;
    width: 20px;
    top: -10px;
    right: 1px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}


.hamburger--collapse.is-active .hamburger-inner {
    height: 3px;
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    height: 3px;
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    height: 3px;
    width: 30px;
    left: 0px;
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}


.image-gradient {
	display: inline-block;
	position: relative;    
	line-height: 0;
}
.image-gradient:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(-54deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.8;
}
.page404 .content-01 {
    text-align: center
}
.nav-item{
    padding: 0;
}
.page404 .btn {
    margin: 10px 5px auto
}

.page404 .btn-wraper {
    margin-top: 15px
}

#advansys-utils {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 100px;
    background-color: #254d7a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 10px 7px;
    background-repeat: no-repeat;
    -webkit-background-size: 80px;
    background-size: 93px;
    background-position: 3px 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 999999;
    color: #fff;
    font: normal 12px Arial, serif;
    transition: 0.3s opacity;
    opacity: 0.5
}

#advansys-utils:hover {
    opacity: 1;
}

#advansys-utils-buttons {
    font-size: 0
}

#advansys-utils-buttons>button {
    width: 100%;
    background: linear-gradient(rgb(119, 161, 199), rgb(52, 97, 135));
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
    border: 1px solid #fff;
    cursor: pointer;
    padding: 3px 0;
    font-size: 11px;
    line-height: 1;
}

#advansys-utils-buttons>button:hover {
    border: 1px solid #78a6ce;
}

#advansys-utils-buttons>#save-page,
#advansys-utils-buttons>#exit-page {
    font-size: 13px;
    padding: 2px 0;
}

#advansys-utils-buttons>#save-page {
    width: 60%;
    background: #33bea6;
}

#advansys-utils-buttons>#exit-page {
    width: 36%;
    margin-left: 3px;
    background: #f44336;
}

#screenstats {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 2px;
    font-size: 11px;
    text-align: center;
    margin-top: 3px
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px
}

@media (min-width:768px) {
    .right-tab {
        display: block
    }
}


.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 600px;
    margin: 0;
    max-width: none
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72)
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px
}

.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
    text-decoration: underline;
}

.bootbox.popup-login .modal-content {
    border-radius: 0
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
    color: #000;
    padding: 15px 0;
    display: block;
}

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: 0;
    width: 100%
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000
}

.account_popup_dialog:before {
    content: "";
    position: absolute;
    right: 60px;
    width: 20px;
    height: 40px;
    top: -40px;
}

.account_popup_dialog .item a {
    color: #000;
    display: block;
    width: 100%;
    padding: 2px 15px;
    transition: all 0.1s;
    text-decoration: none;
}

.account_popup_dialog .item a i {
    margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
    background: #000;
    color: #fff;
}

.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72)
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.message-container .messagepopupmessage {
    position: relative;
    background: #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #b9b9b9;
    font-family: Open Sans;
    font-size: 14px;
    width: 100%;
}

.message-container .messagepopupmessage .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
    opacity: 1;
}

@media(max-width:575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }
    .message-container .messagepopupmessage {
        width: 100%;
        margin-top: 5px;
    }
    .message-container .messagepopupmessage .close {
        font-size: 20px;
    }
}

.modal-backdrop {
    opacity: 0;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    color: #fff
}

.modal-backdrop.in {
    opacity: .7;
}

.gradient {
    display: inline-block;
    position: relative;    
    line-height: 0;
}
.gradient:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;    
    left: 0;   
    background: transparent;
    background-image: linear-gradient(to top, white, transparent);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255), transparent 60%);
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255), transparent 60%);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), transparent 60%);
    opacity: 0.5;    
}

.backtotop {
    color: rgb(68, 68, 68);
    font-size: 12px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s all
}

.backtotop.show {
    opacity: 0.4;
    transition: 0.4s all;
    pointer-events: all;
}

.backtotop i {
    background: rgb(68, 68, 68);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 10px;
    transition: 0.3s all;
    font-size: 14px;
}

.backtotop.show:hover {
    opacity: 1;
}

.backtotop.show:hover i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-top: 4px;
}

.select2-container--default .select2-selection--single {
    min-height: 38px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}

@media(max-width:767px) {
    .backtotop {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    h2 {
        font-size: 60px !important;
    }
}

.show-basket-popup {
    position: relative
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
    z-index: 999
}

.basket-popup-body:before {
    content: "";
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -26px;
    right: 0;
    font-size: 30px;
    width: 70px;
    height: 30px;
}

.basket-popup-body .items {
    max-height: 300px;
    overflow-y: scroll;
}

.basket-popup-body .items .popup-baket-item {
    display: flex;
    flex-direction: row;
    width: 300px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.basket-popup-body .items .popup-baket-item:last-of-type {
    border-bottom: none;
}

.basket-popup-body .items .popup-baket-item .image {
    width: 90px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
}
.about__btn.collapsed:after  {
    content: '+ Read More';
}

.about__btn:not(.collapsed):after {
    content: '- Read Less';
}
.nav-01 .container {
    position: relative
}

.navbar-collapse {
    flex-grow: 0
}

.logo {
    width: 160px;
    height: 160px;
    margin: 20px;
    position: absolute;
    top: 0;
    padding: 0;
    transition: all 0.8s ease;
    text-transform: uppercase;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar {
    padding: 0;
    transition: all 0.4s ease
}
.navbar-header {
    padding-left: 30px;
}

.navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    font-family: "Libre Baskerville";
    /* max-width: calc((100vw - 30px) - (50vw + (1140px * 0.3333))); */
    width: 230px;
    margin-right: 0px;
    font-size: 24px;
    font-size: 1.5vw;
    color: #2a2d2b;
    margin-top: 20px;
}

.scrolled .navbar-brand {
    margin-top: 0px;
}

.navbar-header .navbar-brand img{
    width: 231px;
    max-height: 170px;
    object-fit: cover;
    transition: all .4s ease;
}
.navbar-expand-xl .navbar-nav .nav-link {
    height: 75px;
    transition: all .4s ease;
}
.scrolled.navbar-expand-xl .navbar-nav .nav-link {
    height: 75px;
}
.scrolled .navbar-header .navbar-brand img{
    max-height: 75px;
    width:182px;
}
.logos {
    width: 148px;
}

.navbar-button {
    font-size: 17px;
    margin-right: 0;
    background: #2a2d2b;
    padding-left: 0;
    margin-left: 1px;
}

.navbar-toggler {
    float: left;
    margin: 10px -10px 0 10px;
    padding: 3px 5px;
}

.navbar-nav {
    width: auto !important;
}
.nav-link {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
}
.nav-link:hover {
    color: #404040 !important;
}

.dropdown-item-menu .nav-link {
    color: #fff !important
}

.item-dropdown {
    position: relative
}

.item-dropdown .dropdown-item-menu {
    display: none;
}

.item-dropdown.show>.dropdown-item-menu {
    display: block;
    background: rgb(68, 68, 68)
}

.nav-item .dropdown-switch {}

.nav-item.item-dropdown.lvl1>.dropdown-switch:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
    font-weight: 900
}

.nav-item.item-dropdown.show.lvl1>.dropdown-switch:after {
    content: "\f106";
}

.nav-item.item-dropdown.lvl2>.dropdown-switch:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
    font-weight: 900
}
.nav-tel {
    align-items: center;
}
.nav-tel .fa-phone-alt{
    padding-right: 15px;
    font-size: 32px;
}
.nav-item.item-dropdown.show.lvl2>.dropdown-switch:after {
    content: "\f106";
}

@media (min-width:777px) {
    .nav-item .nav-link {
        height: 85px;
        line-height: 76px;
        color: #2a2d2b;
        text-transform: uppercase;
        padding: 0 6px !important;
    }
    .navbar-button .nav-tel {
        color: #fff;
    }
}


@media (min-width:1200px) {
    .nav-item .nav-link {
        height: 85px;
        line-height: 76px;
        color: #2a2d2b;
        text-transform: uppercase;
        padding: 0 34px !important;
    }
    .navbar-button .nav-tel {
        color: #fff;
    }

    .lvl1 .nav-link{
        padding: 0 24px !important;
    }
}

@media (max-width:991px) {
    .navbar {
        height: 86px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        height: auto;
    }
    .scrolled.navbar-expand-xl .navbar-nav .nav-link {
        height: auto;
    }
    #navbar-menu .hamburger-padding {
        padding-top: 80px;
    }
    .navbar .navbar-header {
        width: 100%;
        min-height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .nav-item .nav-link {
        padding: 0 !important;
        margin-right: 60px;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 48px;
        color: #fff;
        border: none;
        display: inline-block;
        font-weight: 500;
        position: relative;
        z-index: 2;
    }
    .lvl1 .nav-link{
        margin: 0;
        line-height: 60px;
        font-size: 20px;
    }
    .navbar-header .navbar-brand img{
        max-width: 148px;
    }
    #navbar-menu {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #2a2d2b;
        z-index: 2;
    }
    #navbar-menu .navbar-button {
        background: #242725;
    }
    #navbar-menu .navbar-brand {
        width: 100%;
        padding: 10% 35px 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .lvl1{
        width: 95%;
        max-width: 400px;
        align-items: center;
        text-align: center;
    }
    
    .lvl1 .nav-link{
        line-height: 20px;
        height: 60px;
        font-weight: lighter;
    }

    .lvl1 .btn{
        border: 1px solid #fff;
        width: 100%;
        height: 78px;
        border-radius: 0;
        background: transparent;
    }

 

    .lvl1 .btn.nav-link{
        line-height: 76px;
    }

    #navbar-menu .footer-03-socials a {
        color: #fff;
        position: relative;
        z-index: 2;
    }
    #navbar-menu .navbar-button .footer-03-socials a i {
        margin: 0;
    }
    #navbar-menu .navbar-button .footer-03-socials {
        margin-bottom: 30px;
    }
    .navbar-nav {
        background: transparent;
    }
    .logo.white {
        position: static;
        width: 120px;
        margin-left: 0;
    }
    .navbar-wrapper {
        display: block;
        flex-direction: column;
        height: 100vh;
        overflow: scroll;
        position: relative;
    }

    .navbar-wrapper::after{
        position: absolute;
        content: "";
        width: 1000px;
        height: 500px;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        background: url("/images/McLeanDevelopements-symbol2.svg");
        background-size: 100% 100%;
        z-index: 1;
        filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(244deg) brightness(95%) contrast(102%);
    }

    
    

    /* .navbar-wrapper:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-size: 600px;
        background-repeat: no-repeat;
        background-position: right -300px bottom -100px;
        z-index: 0;
    } */
    .navbar .navbar-button .nav-tel {
        min-width: 100%;
        width: 15%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
        line-height: 76px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
    }
    .navbar-button {
        padding-right: 25px;
        height: 100%;
    }
}

@media(min-width:767px) {
    .nav-item.item-dropdown.lvl2>.dropdown-switch:after {
        content: "\f0da";
    }
    .nav-item.item-dropdown.show.lvl2>.dropdown-switch:after {
        content: "\f0d9";
    }
    .item-dropdown.show.lvl1>.dropdown-item-menu {
        position: absolute;
        left: 15px;
        top: 100%;
        margin-top: 15px;
        border-radius: 5px;
        min-width: 200px;
    }
    .item-dropdown.show.lvl1>.dropdown-item-menu:after {
        content: "\f0d8";
        font-family: FontAwesome;
        position: absolute;
        color: rgb(68, 68, 68);
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        width: 100%;
        text-align: left;
        padding: 0 15px;
        font-weight: 600;
    }
    .item-dropdown.show.lvl2.show {}
    .item-dropdown.show.lvl2>.dropdown-item-menu {
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 180px;
        border-radius: 5px;
    }
}

.navbar-phone {
    position: absolute;
    color: rgb(255, 255, 255);
    text-align: right;
    right: 15px;
    top: 20px;
    z-index: 99999;
}

.navbar-phone-button {
    float: right;
    margin: 10px 10px 0 -10px;
    padding: 2px 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: rgb(255, 255, 255);
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ccc;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    vertical-align: middle
}

.fixed-top.scrolled {
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.fixed-top.scrolled .navbar-button .nav-item .nav-tel {
    color: #fff;
}
.navbar .navbar-button a i {
    margin-left: 30px
}

.fixed-top.scrolled .navbar-phone {
    display: none !important
}

.fixed-top.scrolled .logo {
    width: 110px;
    height: 50px;
}

@media (min-width:768px) {
    .dropdown-menu {
        margin-top: 15px;
        background: #000;
    }
    .navbar-header .navbar-brand img{
        max-width: calc((100vw - 30px) - (50vw + (720px * 0.25)));
    }
    .dropdown-menu:after {
        content: "";
        position: absolute;
        top: -19px;
        height: 20px;
        left: 0;
        right: 0;
    }
    .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -19px;
        left: 20px;
        border: 10px solid transparent;
        border-bottom: 9px solid #000;
    }
    .dropdown-item {
        color: #fff!important;
    }
    .dropdown-item:hover {
        background: #ff9900;
    }
    .nav-item.item-dropdown.lvl1>.dropdown-switch:after,
    .nav-item.item-dropdown.lvl2>.dropdown-switch:after {
        float: right
    }
}
@media (max-width:575px) {
    .logo {
        width: 120px;
    }
}

.carousel-01 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left
}

.carousel-01 .banner-logo-block {
    width: 470px;
    position: absolute;
    bottom: -240px;
    right: 0;
    height: 470px;
    z-index: 1;
    overflow: hidden;
    pointer-events: none
}

.carousel-01 .banner-logo-block .banner-logo {
    position: absolute;
    right: -235px;
    z-index: 1;
    width: 100%
}

.carousel-01 .carousel-caption {
    top: 58%;
    left: 0;
    right: 15px;
    bottom: -70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: inherit;
    color: #2a2d2b;
    width: 70%;
}

.carousel-01 .carousel-caption a i {
    margin-left: 15px
}

.page404 .carousel-01 .carousel-caption-title {
    line-height: 1.4
}

.carousel-01 .carousel-caption-title {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 2px;
    color: #2a2d2b;
}
/* .withScroll {
    background-image: linear-gradient(to right, #2a2d2b 0% 22.7%,#fff 22.7% 100%);
} */
/* .withoutScroll {
    background-image: linear-gradient(to right, #2a2d2b 0% 23.8%,#fff 23.8% 100%);
} */
.carousel-01 .carousel-caption-text {
    font-size: 20px;
    margin: 0;
    width: 70%;
}

.carousel-01 .carousel-caption-text p {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.03em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-style: normal;
}
.text__withScroll {
    background: black;
    background-image: linear-gradient(to right, #2a2d2b 0% 32.5%,#fff 32.5% 100%);
}
.text__withoutScroll {
    background: black;
    background-image: linear-gradient(to right, #2a2d2b 0% 34%,#fff 34% 100%);
}
.carousel-01 .carousel-caption-text p i {
    margin-right: 6px;
    font-style: 20px;
}

.carousel-01 .carousel-caption .btn {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 23px 35px;
    letter-spacing: 0.01em;
    border-radius: 0;
    background: #2a2d2b;
    font-weight: 500;
    font-style: normal;
}
.navbar-button .nav-tel .arrow-right {
    margin-left: 31px;
}
.carousel-01 .carousel-caption .btn .arrow-right {
    margin-left: 10px;
}
.carousel-01 .carousel-item {
    overflow: hidden
}

.carousel-01 .carousel-inner .prev-slide,
.carousel-01 .carousel-inner .next-slide {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    opacity: 0.3;
    transition: opacity 0.3s
}

.btn-bottom{
    position: absolute;
    bottom: 20%;
}

.carousel-01 .carousel-inner .prev-slide:hover,
.carousel-01 .carousel-inner .next-slide:hover {
    opacity: 0.8;
}

.carousel-01 .carousel-inner .prev-slide {
    left: 45px
}

.carousel-01 .carousel-inner .next-slide {
    right: 45px
}

.carousel-01 .carousel-inner .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 11;
}

.carousel-01 .carousel-inner .slick-dots>li {
    cursor: pointer;
    font-weight: 600;
}

.carousel-01 .carousel-inner .slick-dots>li button {
    display: none;
}

.carousel-01 .carousel-inner .slick-dots>li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #fff;
    opacity: 0.2;
    padding: 5px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.carousel-01 .carousel-inner .slick-dots>li:hover:before {
    opacity: 0.6;
}

.carousel-01 .carousel-inner .slick-dots>li.slick-active:before {
    opacity: 0.8;
}

.carousel-01 .slick-slide {
    height: 100vh;
}

.carousel-01 .slick-slide .carousel-img-wrapper img {
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    object-fit:cover;
}
/* .banner__overlay {
    background: rgba(32, 32, 32, .6);
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
} */
.carousel-01 .slick-slide .carousel-img-wrapper {
    height: 100vh;
    height: -webkit-fill-available;
    height: fill-available;
    width: calc(50vw + (1140px * 0.3333));
    margin-left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
}
.carousel-inner{
    position: relative;
}
.carousel-inner:before {
    position: absolute;
    width: 573px;
    height: 240px;
    content: "";
    background-image: url(/images/McLeanDevelopements-symbol.svg);
    background-repeat: no-repeat;
    bottom: -26px;
    right: 0;
    z-index: 2;
}
.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.arrow-right{
    height: 17px;
    vertical-align: sub;
    margin-left: 10px;
    margin-bottom: 0.1em;
}
.arrow-left{
    height: 17px;
    position: absolute;
    left: -19px;
    top: 51%;
    transform: translate(-100%, -50%);
}
@media screen and (max-width:1199px) {
    .carousel-01 .slick-slide {
    }
    .carousel-01 .slick-slide .carousel-img-wrapper {
        width: calc(50vw + (970px * 0.3333));
    }
    .carousel-01 .carousel-caption {
        top: 55%;
        width: 100%;
    }
    /* .withoutScroll {
        background-color: #fff;
    }
    .withScroll {
        background-color: #fff;
    } */
    .text__withScroll {
        background-image: linear-gradient(to right, #2a2d2b 0% 22%,#fff 22% 100%);
    }
    .text__withoutScroll {
        background-image: linear-gradient(to right, #2a2d2b 0% 23.5%,#fff 23.5% 100%);
    }
    .slick-list {
        width: calc(50vw + (970px * 0.3333));
    }
}

@media screen and (max-width:991px) {
    .carousel-01 .slick-slide {
        height: 100vh;
    }
    .carousel-01 .carousel-caption {
        top: 64%;
        width: 100%;
    }
    .carousel-01 .slick-slide .carousel-img-wrapper {
        /* width: calc(50vw + (720px * 0.25)); */
        width: 100%;
    }
    .slick-list {
        width: 100%;
        /* width: calc(50vw + (720px * 0.25)); */
    }
    .carousel-01 .banner-logo-block {
        bottom: -55px;
        width: 290px;
        height: 290px;
    }
    .carousel-01 .banner-logo-block .banner-logo {
        right: -145px;
    }
    .carousel-01 .carousel-caption-title {
        font-size: 90px;
    }

    .navbar-button{
        padding-right: 25px;
        height: 100%;
    }    
}

@media screen and (max-width:767px) {
    .carousel-01 .carousel-inner .prev-slide {
        left: 15px;
    }
    .carousel-01 .slick-slide .carousel-img-wrapper {
        width: 100%;
    }
    .carousel-01 .carousel-inner .next-slide {
        right: 15px;
    }
    .slick-list {
        width: 100%;
    }
    .carousel-01 .carousel-caption {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:575px) {
    .carousel-01 .slick-slide {
        height: 100vh;
    }
    .carousel-01 .carousel-caption {
        text-align: center;
    }
    .carousel-01 .slick-slide:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }
    .carousel-01 .slick-slide .carousel-img-wrapper img {
        object-fit: cover;
        width: 100%;
    }
}


.content-01 {
    padding: 30px 0 30px 0;
    text-align: left;

}

#content-01-219 .row div {
    max-width: 855px;
}

#content-01-236 {
    padding: 100px 0 50px
}

.content-01-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    max-width: 855px;
    color: #2a2d2b;
    margin-bottom: 17px;
}
.content-01-text {
    font-size: 20px;
    color: #4b4b4b;
    line-height: 1.4;
}
.content-01-text p {
    margin-bottom: 28px;
}
.content-01-list {
    justify-content: center;
    display: flex
}
.about__btn {
    text-transform: uppercase;
    font-size: 16px;
    color: #2a2d2b;
    font-weight: bold;
    font-style: normal;
}

.about__btn .fa-arrow-right {
    margin-left: 15px;
}
.about__btn:hover {
    color: #404040;
    text-decoration: none;
}
/* .about__btn:hover .fa-arrow-right {
    color: rgb(177, 158, 150);
} */
.content-01-list ul {
    column-count: 2;
    -web-column-count: 2;
    padding: 0;
    list-style-type: none
}

.content-01-list ul li {
    margin-right: 35px
}

.content-01-list ul li .fa-arrow-right {
    margin-right: 10px
}

h3.content-01-title {
    font-style: italic
}

@media (max-width:767px) {
    .content-01-list {
        justify-content: flex-start;
    }
    .content-01-text br {
        display: none;
    }
}

@media (max-width:575px) {
    .content-01-title {
        width: 60%;
        line-height: 1;
        font-size: 48px;
        text-align: left;
    }
}

.featurettes-05 {
    padding: 50px 0 30px;
    overflow: hidden;
    position: relative;
    height: 730px;
}

.featurettes-05 .numbers-background {
    position: absolute;
    left: 0;
    width: calc(100vw - ((100vw - 400px)/2));
    top: 0;
    background: #f3f3f3;
    z-index: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
}
.content-07-image-block.two__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.content-07-image-block.two__columns {
    width: calc(100vw - ((100vw - 360px)/2));
    left: 0;
    max-height: 730px;
}
.content-07-image-block.two__columns .featurettes-05__image{
    width: 100%;
    max-height: 730px;
    position: relative;
    overflow: hidden;
}
.content-07-text .content-07-btn{
    background: #2a2d2b;
    color: #fff;
    font-weight: 300;
}

.content-07 .image-container.two-images {
    height: 730px;
    z-index: 1;
    min-height: 730px;
}
/* .image-container.two-images img {
    height: 730px;
} */

.row .about-container{
    margin-top: -13px;
    margin-bottom: 33px;
}

.featurettes-05__image p {
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 45px;
    margin-top: 70px;
    line-height: 1;
}
.featurettes-05__image p:before {
    position: absolute;
    color: rgba(217, 217, 217, 0.302);
    font-size: 72px;
    line-height: 1.08;
    top: -43px;
    left: -3px;
    font-weight: 300;
    font-style: normal;
}
.featurettes-05__image:first-child p:before {
    content: "01.";
}
.featurettes-05__image:nth-child(2) p:before {
    content: "02.";
}
.featurettes-05__image:nth-child(3) p:before {
    content: "03.";
}
.featurettes-05__image:last-child p:before {
    content: "04.";
}
.featurettes-05__image img {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index:0;
}
  
.lines-background {
    background-color: #fff;
    background-image: url('../images/content1_lines.png');
    width: calc(100vw - ((100vw - 1075px)/2));
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: -1
}

.featurettes-05-item {
    margin-bottom: 20px;
    margin-top: 30px;
}

.featurettes-05-subtitle {
    color: #a4a4a4;
    text-transform: uppercase;
    margin-bottom: 15px
}

.featurettes-05-main-title {
    z-index: -1;
    font-size: 60px;
    font-weight: 500;
    line-height: 1
}

.featurettes-05-image {
    height: 250px;
    position: relative;
}

.featurettes-05-image .fea-main-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 360px;
    width: 712px;
}

.featurettes-05-image .fea-logo {
    position: absolute;
    bottom: -227px;
    width: 230px;
    right: -75%;
    z-index: 1
}

.featurettes-05-content {
    padding: 50px 15px;
}

.featurettes-05-title {
    font-size: 70px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #d9d9d9;
    position: absolute;
    top: -20px;
    z-index: 0;
}
.featurettes-05-main-title {
    color: #2a2d2b;
    position:relative;
    margin-bottom: 35px;
}
.featurettes-05-main-title:after {
    content: "";
    position: absolute;
    right: 70px;
    top: 13px;
    background-image: url(../images/commas.png);
    width: 72px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-100%, 0px);
}
.featurettes-05-text {
    font-size: 30px;
    line-height: 32px;
    position: relative
}

.featurettes-05-btn {
    margin-top: 10px;
    background: none;
    color: rgb(42, 45, 43);
    text-transform: uppercase;
    padding: 0
}

.featurettes-05-btn:active,
.featurettes-05-btn:focus,
.featurettes-05-btn:hover {
    color: rgb(42, 45, 43)
}

.featurettes-05-btn .fa-arrow-right {
    margin-left: 15px
}

.featurettes-05-btn:hover {
    color: rgb(42, 45, 43)
}

.featurettes-05-main-btn {
    border-radius: 0;
    padding: 22px 21px;
    text-transform: uppercase
}

.featurettes-05-main-btn .fa-arrow-right {
    margin-left: 15px
}

.featurettes-05 .fea-block {
    margin-bottom: 60px
}
.featurettes-05-content .content-01-text {
    max-width: 750px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.38;
    letter-spacing: 0.03em;
}

.featurettes-05-content .content-01-text span {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

@media (max-width:1199px) {
    .featurettes-05 .numbers-background {
        width: calc(100vw - ((100vw - 330px)/2));
    }
}

@media (max-width:991px) {
    .featurettes-05-subtitle .fa-arrow-left {
        display: none;
    }
    .featurettes-05-image .fea-logo {
        right: -5%;
    }
    .featurettes-05 .row>a {
        position: absolute;
        bottom: 150px;
        left: 30px;
    }
    .featurettes-05-content {
        padding: 0 15px;
    }
    .featurettes-05-title {
        margin-bottom: 185px;
        top: -10px;
    }
    .featurettes-05-item {
        margin-top: 55px;
    }
    .featurettes-05 .numbers-background {
        height: 89.7%;
        width: 100%;
        z-index: -1;
    }
    .featurettes-05-main-title:after {
        right: -60px;
    }
}

@media (max-width:767px) {
    .featurettes-05 {
        overflow: hidden;
    }
    .featurettes-05 .numbers-background {
        height: 95%;
    }
    .featurettes-05 .row>a {
        bottom: 65px;
        left: 17px;
    }
}

.form-01 {
    padding: 0 0 30px;
    text-align: center;
    position: relative;

    z-index: 2;
}
.form-01:before{
    position: absolute;
    content: "";
    width: 425px;
    height: 160px;
    bottom: -16px;
    transform: translateX(-50%);
    background: url("/images/McLeanDevelopements-symbol2.svg");
}

@media (max-width:575px) {
    .featurettes-05 {
        padding: 50px 0 0;
    }
    .featurettes-05 div.order-md-2>.row>div {
        margin-bottom: 15px;
    }
    .featurettes-05-main-title {
        font-size: 48px;
    }
    .featurettes-05-title {
        top: -30px;
    }
    .featurettes-05-item {
        margin-top: 35px;
    }
    .featurettes-05 .row>a {
        position: static;
        margin: 20px auto;
    }
    .featurettes-05-image .fea-main-img {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .featurettes-05-image .fea-logo {
        bottom: -72px;
        right: 5%;
        width: 140px;
    }
    .featurettes-05 .fea-block {
        margin-bottom: 45px;
    }
    .form-01:before{
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: -36px;
        transform: translateX(-50%);
        background: url("/images/McLeanDevelopements-symbol2.svg") no-repeat center;
    }
}



.form-01 .container {
    background-color: #f3f3f3;
    background-position: bottom -5% left 35%;
    background-repeat: no-repeat
}

.form-01 .form {
    padding: 115px 180px
}

.form-01 .form-group {
    text-align: left;
    margin: 0 auto 19px;
    color: #4b4b4b;
    font-size: 16px;
}

.form-01 .form-text {
    justify-content: space-around;
    max-width: 700px;
    margin: 20px auto 43px;
    color: #4b4b4b;
    flex-wrap: wrap;
    font-size: 17px;
    display: flex;
}
.form-01 .form-text h4{
    font-weight: 100;
    font-size: 1.5rem;
}
.form-01 .form-text a {
    color: #4b4b4b;
    font-weight: 100;
}
.form-01 .form h2 {
    font-size: 60px;
    line-height: 37px;
    margin: 0 auto 30px;
    font-weight: 500;
    color: #2a2d2b;
}

.form-01 .form .bottom-box {
    margin: 50px auto 0;
    text-align: center
}

.form-01 .form .btn {
    width: 215px;
    height: 73px;
    background-color: #2a2d2b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
.form-01 .form .btn .fa-arrow-right {
    margin-left: 26px;
}

.form-01 .form .btn i {
    margin-left: 15px
}

.form-01 .form .required {
    display: none
}

.form-01 .form-control {
    border: 0;
    height: 37px;
    padding: 12px 35px 12px 12px;
    font-size: 16px;
    color: #494949;
    line-height: 16px;
    font-weight: 400;
    height: 56px;
}

.form-01 .money-input-wrapper {
    position: relative
}

.form-01 .money-input-wrapper input {
    padding: 0 35px 0 25px;
}

.form-01 .money-input-wrapper span.currency {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    line-height: 36px
}

.captcha_container {
    margin-top: 36px;
}
.checkbox-block {
    position: relative;
}
.checkbox-block input {
    position: absolute;
    opacity: 0;
    margin: 0px -15px;
}
.form .checkbox-block input+label {
    padding-left: 35px;
    text-align: left;
    margin: 0px -15px;
    color: #4b4b4b;
    font-size: 16px;
}
.checkbox-block input+label:before {
    content: "";
    position: absolute;
    border: 1px solid #dddddd;
    background: #fff;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 3px;
}
.checkbox-block input:checked+label:after {
    content: "\2714";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 3px;
    top: 1px;
    font-weight: bold;
    color: #565656;
}
.form-check.radio {
    display: flex;
    align-items: center;
    position: relative;
}
.form-check.radio input{
    position: absolute;
    opacity: 0;
}
.radio .col-form-label {
    padding-left: 10px;
}
.checkmark {
    position: absolute;
    top: 9;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border:1px solid #e0e0e0;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  .container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2a2d2b;
}
@media (max-width:1199px) {
    .form-01 .form {
        padding: 80px 65px 120px;
    }
    .navbar-button {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:991px) {
    
    .form-01 {
        margin-top: 0;
        padding: 0;
        background-color: #f3f3f3;
    }
    .form-01 .form {
        padding: 40px 0 120px;
    }
    #form-01-222 {
        margin: 0;
    }
    .carousel-inner:before{
        visibility: hidden;
    }

    .image-container .content-07-image-block {
        width: 100vw;
    }
}

@media (max-width:767px) {
    .form-01 .form {
        padding: 45px 0 30px;
    }
    .d-sm-flex{
        flex-wrap: wrap;
    }
    .form-check.radio{
        width: 45%;
    }
    .form-01 .form h2 {
        letter-spacing: -1px;
    }
    .form-text br {
        display: none
    }
    .carousel-01 .carousel-caption {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        bottom: 60px;
        left: 15px;
        top: auto;
    }
}

@media (max-width:575px) {
    .form-01 .form h2 {
        font-size: 43px;
        line-height: 1;
        width: 100%;
        margin: 20px auto;
    }
    .form-01 .form {
        margin-top: 20px;
        padding: 40px 12px 60px;
    }
}

.content-07-text a {
    color: rgb(42, 45, 43);
}

.content-07-text a.collapsed::after {
    content: '+ Show More';
}


.content-07 {
    position: relative;
    overflow: hidden;
}
#service {
    padding: 45px 0 0 150px;
}
#content-07-226 {
    padding: 110px 0 0 0;
}
.content-07-subtitle {
    color: #b6b6b6;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.content-07 .image-container {
    position: static;
    min-height: 818px;
}

.content-07-btn {
    width: 250px;
    margin-top: 19px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    padding: 23px 33px 24px;
    letter-spacing: 0.01em;
    border-radius: 0;
    background: #2a2d2b;
    font-weight: 300;
    font-style: normal;
}

.content-07-btn .fa-arrow-right {
    margin-left: 15px;
}

.content-07-btn i {
    margin-left: 15px
}

.content-07-content {
    padding: 71px 49px 50px 105px;
}
.padding-top-zero {
    padding-top: 0px;
}
.content-07-title {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
    color: #2a2d2b;
    width: 75%;
    line-height: 1;
    margin-top: 16px;
}

.content-07-text {
    font-size: 19px;
    letter-spacing: -0.02em;
    color: #4b4b4b;
    margin-top: 12px;
}

.content-07-text ul {
    padding: 0 15px;
}

.content-07-text::-webkit-scrollbar {
    width: 0
}

.content-07-subtitle {
    margin-bottom: 0;
    color: #a4a4a4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-left: 3px;
}

.content-07 .whiteBG {
    background: #fff;
    background-image: url('../images/content1_lines.png');
    width: 60%;
    height: 100%;
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 0;
}
.content-07 .whiteBG.whiteBG-two {
    margin-top: 46px;
    z-index: 0;
    max-height: 520px;
}
.testimonials {
    padding: 0px 0px 120px 0px;
}
@media (max-width:1199px) {
    .content-07-content {
        padding: 85px 70px 28px 25px;
    }

    .content-07-image-block.two__columns{
        width: calc(100vw - ((100vw - 190px)/2));
    }

    .content-01{
        padding: 45px 0 30px 0;
    }

    .carousel-01 .container{
        top: 40px;
    }

    .advantages{
        padding: 130px 0 10px 0;
    }
}

@media screen and (max-width:991px) {
    .content-01{
        padding: 0;
    }

    .content-01-text{
        font-size: 19px;
    }

    .content-07 .whiteBG {
        width: 60%;
        left: 30%;
    }
    .content-07-content {
        padding: 43px 15px 30px 30px;
    }
    .content-07 .image-container {
        height: 600px;
        min-height: 600px;
    }
    .image-container .content-07-image-block {
        left: 0%;
        z-index: 1;
        width: 40%;
    }
    .content-07-image-block img {
        width: 80%;
    }
    .image-container.two-images {
        height: 600px;
    }
    .featurettes-05__image p {
        margin-left: 20px;
    }
    .image-container.two-images img {
        height: 100%;
    }
    .content-07-image-block.two__columns {
        width: 50%;
    }
    .image-container .content-07-image-block {
        height: 600px;
        
    }
    .content-07-image-block.two__columns {
        width: 58.333333%;
    }
    /* .image-container .content-07-image-block .banner__overlay{
        min-width: 80%;
    } */
    #service {
        padding: 50px 0;
    }
    #content-07-226 {
        padding: 75px 0;
        height: 805px;
    }
    .navbar-header .navbar-brand {
        font-size: 1.9vw;
    }
    .image-container .content-07-image-block {
        width: 100vw;
    }
    .content-07-content{
        text-align: left;
    }

    .image-container .content-07-image-block {
        width: 100vw;
    }

    .content-07 .image-container {
        order: 2;
    }

    .content-07 .whiteBG{
        background: #f3f3f3;
        background-image: url(../images/content1_lines.png);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .content-07-content{
        padding:  50px 0 0 0;
    }
}

@media (min-width:768px) {
    .content-07-image-block {
        position: absolute;
        display: block;
        left: 0px;
        min-width: 50vw;
        max-width: 100vw;
        height: 818px;
        overflow: hidden;
        z-index: 1;
        width: 50vw;
    }

    .content-07-image-block img {
        width: 100%;
        height: 100%;
    }
    .content-07-title {
        width: 100%;
    }
    .navbar-button:hover{
        background-color: #404040;
    }
    .navbar-nav .navbar-button .nav-link:hover{
        color:#fff !important;
    }
    .carousel-01 .carousel-caption .btn:hover{
        background-color: #404040;
    }
    .content-07-btn:hover {
        background-color: #404040;
    }
    .form-01 .form .btn:hover {
        background-color: #404040;
    }
    .footer-03 a:hover{
        text-decoration: none;
        color:#404040;
    }
}

@media (max-width:767px) {
    #content-07-226 {
        height: auto;
        padding: 0;
    }
    .testimonials {
        padding: 24px 0 120px 0;
    }
    .testimonials .content-01-text p{
        margin-bottom: 21px;
        letter-spacing: initial;
    }
    .content-01-text p{
        font-size: 18px;
    }
    .content-07-content {
        padding: 90px 0px 0px 0px;
    }
    #service {
        height: auto;
        padding: 0;
    }
    .image-container .content-07-image-block {
        left: 0%;
        z-index: 1;
        width: 100vw;
    }
    /* .image-container .content-07-image-block .banner__overlay{
        min-width: 100%;
    } */
    .content-07-content {
        text-align: left;
    }
    .content-07 .whiteBG {
        width: 100%;
        left: 0;
        height: 60%;
        top: 0;
    }
    .content-07-image {
        width: 100%;
    }
    .image-container {
        padding: 0;
    }
    .content-07-image-block {
        position: absolute;
        left: 0;
        height: 386px;
        overflow: hidden;
    }
    .content-07 .image-container {
        height: 383px;
    }
    .content-07 .image-container {
        order: 2;
    }
}
.form input[type=checkbox].error+label:before {
    border-color: #ff0404;
    background-color: #ffb0b0;
}
@media (max-width:575px) {
    .carousel-01 .carousel-caption {
        left: 0px;
        padding-bottom: 60px;
    }
    .content-07 .whiteBG {
        top: 0px;
    }
    .featurettes-05__image p:before { 
        font-size: 46px;
    }
    .featurettes-05__image p {
        font-size: 30px;
    }
    .image-container .content-07-image-block {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .content-07-content {
        padding-top: 90px;
    }
    .content-07-image {
        height: 100%;
        object-fit: cover;
    }
    .content-07-title {
        font-size: 47px;
        line-height: 1;
        width: 100%;
        text-align: left;
        margin-left: 28px;
    }
    .content-07-btn {
        padding: 0 25px;
        line-height: 72px;
    }
    .content-07-btn i {
        display: none;
    }
    .content-01 {
        padding-top: 0;
    }
    .advantages {
        padding: 60px 0px;
    }
}
.advantages {
    padding: 0px 0px 110px 0px;
}
.adwantages__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.adwantages__wrapper h2 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
    color: #2a2d2b;
    line-height: 1;
}
.advantages__subtitle {
    text-transform: uppercase;
    color:#bcbcbc;
    font-size: 14px;
}
.adwantages-icons__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 20%;
}
.adwantages-icons__item img{
    height: 62px;
}
.adwantages-icons__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 92px;
}
.adwantages-icons__item + .adwantages-icons__item {
    margin-left: 80px;
}
.adwantages-icons__item h4 {
    font-weight: 100;
    color: #4b4b4b;
    margin-top: 23px;
    font-size: 20px;
    text-transform: capitalize;
}
.instogram-feed {
    height: calc(100vw * .54);
    position: relative;
    margin-top: 110px;
    margin-bottom: -11px;
}
.lines-bg {
    width: 50vw;
    position: absolute;
    background-image: url('../images/content1_lines.png');
    height: 50%;
    top: -120px;
}
.instogram-feed .container .row {
    position: relative;
    right: 0px;
}
.instogram-wrapper {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px; */
    width: calc(((100vw - 100%) / 2 + 100% ));
    position: absolute;
    height: 100%;
    right: auto;
}
.instogram-wrapper h3 {
    margin-bottom: 30px;
}
.instogram-wrapper img {
    height: 100%;
}
.instagram-wrapper__mobile {
    width: calc((100vw - 100%) / 2 + 100%);
}
.instogram-wrapper img {
    width: 100%;
}
.instogram__item {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.instogram__item:hover .instogram__item-hover{
    top: 0px;
}
.instogram__item-hover {
     position: absolute;
    height: 100%;
    top:100%;
    bottom: 0px;
    width: 100%;
    background: rgba(90, 90, 138, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s linear;
    text-align: center;
}
.instogram__item-hover .fa-instagram {
    color: #fff;
    font-size: 60px;
}
.instogram__item-hover h3 {
    color: #fff;
}
.footer-03 {
    padding: 20px 0;
    background-color: rgb(255, 255, 255);
    color: rgb(42, 45, 43);
    font-size: 14px;
    text-align: center;
}

.footer-03-nav {
    margin: 15px 0
}

.footer-03-nav .navbar-nav {
    display: flex;
    flex-flow: row wrap;
    font-size: 20px;
    max-width: 520px;
    margin: 0 auto;
    justify-content: space-between;
    text-transform: uppercase
}

.footer-03-nav .navbar-nav .nav-item .nav-link {
    margin-right: 0
}

.footer-03 a {
    color: rgb(42, 45, 43);
}
.footer-03 a:hover .fa-instagram{
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);    
    background-clip: text;
    text-fill-color: transparent;
}
.footer-03 a:hover .fa-facebook-square{
    color: #1877f2;
}


.separator {
    font-style: normal;
    padding: 0 3px
}
.footer-03-design a {
    margin-left: 30px;
}
.footer-03-design img {
    max-width: 75px;
    align-self: flex-end;
    margin-left: 2px
}

.footer-03-socials {
    font-size: 0
}

.footer-03-socials a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgb(42, 45, 43);
    font-size: 25px
}

.footer-03-socials a:hover,
.footer-03-socials a:focus,
.footer-03-socials a:active {
    color: rgb(42, 45, 43);
    text-decoration: none
}

.footer-03-socials a+a {
    margin-left: 10px
}
.footer-link {
    color: #4b4b4b;
    text-transform: uppercase;
    font-size: 16px;
}
.footer-03-items {
    display: flex;
    justify-content: center;
    padding: 25px 0px;
    margin-top: -12px;
}
.footer-link + .footer-link {
    margin-left: 40px;
}
br + .footer-link {
    margin-left: 40px;
}


iframe {
    overflow: auto;
    height: 100%!important;
}
.advantages {
    padding: 144px 0px 30px 0px;
}
.instogram-feed .container, .instogram-feed .container .row{
    height: 100%;
}
.btn-link-nav{
    margin-left: 1px;
    height: 86px;
    width: 150px;
    font-size: 2px;
    color: #fff !important;
}

@media (max-width:777px) {
    .instogram-feed {
        height: calc(100vw * .59);
    }
}
@media (max-width:777px) {
    .instogram__item-hover h3{
        font-size: 3vw;
    }
    .fixed-top.scrolled .nav-link {
        color: #fff;
    }
    .instogram-feed {
        height: calc(100vw * 0.78);        
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        padding-left: 0;
    }    
    .advantages{
        padding: 120px 0;
    }
    .adwantages-icons__wrapper{
        width: 60%;
        margin-top: 65px;
    }
    .instogram-feed{
        margin-top: 0px;
    }
    .featurettes-05-content {
        left: -75px;
        margin-top: 56px;
    }
    .navbar-collapse .nav-item{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .instogram-feed .container{
        max-width: 100%;
    }
    .footer-03{
        padding: 60px 0 20px;
    }
    .form-01:before{
        bottom: -60px;
    }
    .advantages {
        padding: 80px 0px;
    }
    .content-07-image-block img {
        width: 80%;
    }
    .image-container.two-images img {
        width: 100%;
        object-fit: cover;
    }
    #content-07-226 {
        height: 805px;
    }
    .image-container .content-07-image-block {
        height: 708px;
    }        
    .instogram-feed {
        height: calc(100vw * 0.8 - 20px);
    }
    .content-07-image-block.two__columns {
        width: 100vw;
    }
    .content-07 .image-container {
        margin-top: 50px;
    }
    /* .withoutScroll {
         background-image: linear-gradient(to right, #2a2d2b 0% 25.1%,#fff 25.1% 100%); 
        background-color: #fff;
    }
    .withScroll {
     background-image: linear-gradient(to right, #2a2d2b 0% 23.9%,#fff 23.9% 100%); 
        background-color: #fff;
    } */
    .text__withoutScroll {
        background-image: linear-gradient(to right, #2a2d2b 0% 35.5%,#fff 35.5% 100%);
    }
    .text__withScroll {
        background-image: linear-gradient(to right, #2a2d2b 0% 34.3%,#fff 34.3% 100%);
    }
    .advantages{
        padding: 33px 0;
    }
    .featurettes-05-content{
        left: 0px;
        margin-top: 0;
        top: -120px;
        padding: 0;
    }
    .testimonials{
        padding-bottom:0px;
    }
    .lines-bg{
        top:-40px;
    }
    .gradient {
        display: inline-block;
        position: relative;    
        line-height: 0;
    }
    .gradient:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;    
        position: absolute;
        top: 0;    
        left: 0;   
        background: transparent;
        background-image: linear-gradient(to top, white, transparent);
        background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255), transparent 60%);
        background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255), transparent 60%);
        background-image: linear-gradient(0deg, rgb(255, 255, 255), transparent 60%);
        opacity: 0.6;    
    }
    .phone-btn{
        width: 86px;
        height: 86px;
    }
    .navbar-button{
        padding-left: 30px;
    }
    .content-01-text p{
        margin-bottom: 32px;
    }
    #content-01-219 .row div{
        padding: 0;
    }
}



@media (max-width:767px) {
    .instogram-wrapper{
        min-width: calc((100vw - 100%) / 2 + 100% ) !important;
        position: relative;
    }
    .navbar-header .navbar-brand img{
        max-width: 230px;
    }
    .footer-03-socials {
        margin-top: 15px;
    }
    .carousel-01 .slick-slide {
        height: 100vh;
    }
    .navbar  {
        height: 115px;
    }
    .navbar-header {
        padding-left: 0px;
    }
    .navbar-header .navbar-brand {
        color: #fff;
        font-size: 2.5vw;
        padding: 0px;
        height: 115px;
        margin: 0px;
        margin-left: 30px;
        justify-content: flex-start;
        align-items: flex-start
    }
    .navbar-header .navbar-brand img {
        height: 115px;
        max-height: 115px;
        margin-right: -1px;
    }
    .navbar .navbar-header {
        justify-content: space-between;
        align-items: flex-start;
    }
    .scrolled .navbar-header .navbar-brand {
        height: 86px;
    }
    .navbar.scrolled {
        height: 86px;
    } 
    .scrolled .navbar-header .navbar-brand img {
        height: 86px;
        max-height: 86px;
    }
    .carousel-01 .carousel-caption-title.withScroll {
        background-image: none;
        background-color: none;
    }
    .carousel-01 .carousel-caption-title.text__withoutScroll {
        background-image: none;
        background-color: #fff;
    }
    .carousel-01 .carousel-caption-title.text__withScroll {
        background-image: none;
        background-color: #fff;
    }
    .text__withoutScroll {
        background-image: none;
        background-color: #fff;
    }
    .content-07-subtitle {
        margin-left: 27.25px;
    }
    .featurettes-05-main-title:after {
        display: none;
    }
    #content-07-226 {
        height: auto;
    }
    .content-07 .image-container {
        min-height: auto;
    }
    .content-07 .image-container.two-images {
        min-height: 700px;
        height: auto;
    }
    .image-container .content-07-image-block {
        width: 100vw;
    }
    .content-07-image-block img {
        width: 100%;
    }
    .fixed-top.scrolled .navbar-brand{
        color: #2a2d2b;
    }
    .advantages{
        padding: 90px 0 50px 0;
    }

    .content-07-title{
        width: 100%;
    }
    #form-01-222{
        padding-bottom: 100px;
    }
}
@media (max-width: 648px) {
    
    .featurettes-05-content{
        top: -60px;
    }
    .instogram-feed {
        height: calc(100vw * 1.7);
    }
    .iframe {
        height: 100%!important;
        min-height: 645px!important;
    }
    .navbar-brand{
        margin: 0;
    }
    .navbar-header .navbar-brand img {
        height: 90px;
        max-height: 90px;
        margin-right: -1px;
    }
    .navbar-header .navbar-brand img{
        max-width: 190px;
        margin: 0;
    }
    .content-07 .whiteBG.whiteBG-two{
        margin-bottom: 500px;
    }
}
@media (min-width:576px) {
    .footer-03-design {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:575px) {
    .navbar.scrolled {
        height: 66px;
    } 
    .scrolled .navbar-header .navbar-brand img {
        height: 66px;
        max-height: 66px;
    }
    br + .footer-link {
        margin-left: 0px;
    }
    .navbar-header .navbar-brand{
        margin-left: 0px;
    }
    .phone-btn{
        width: 66px;
        height: 66px;
    }
    .hamburger{
        height: 66px;
        width: 66px;
    }
    .adwantages__wrapper h2 {
        font-size: 43px;
        text-align: center;
    }
    .footer-03-design {
        display: flex;
        flex-direction: column;
    }
    .adwantages-icons__item {
        width: 50%;
        padding: 20px;
    }
    .footer-03-design a {
        margin-left: 0px;
    }
    .navbar-header .navbar-brand {
        font-size: 17px;
    }
    .footer-03-items {
        display: block;
        line-height: 300%;
    }
    .adwantages-icons__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 35px;
    }
    .content-07-title {
        margin-top: 20px;
        width: 85%;
        text-align: center;
    }
    .adwantages-icons__item + .adwantages-icons__item {
        margin-left: 0px;
    }
    .instogram-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        height: auto;
        position: static;
    }
    .carousel-01 .carousel-caption-text {
        margin: auto;
    }
    .lines-bg {
        top: 0px;
    }
    .carousel-01 .carousel-caption-title{
        color: #2a2d2b;
        background-color: none;
        font-size: 57px;
    } 
    .carousel-01 .carousel-caption .btn{
        padding: 20px 70px;
    }
    .content-01-text{
        padding: 0 28px;
        font-size: 30px;
    }
    .content-01-text p{
        font-size: 18px;
    }
    .content-07-text{
        padding: 0 28px;
    }
    .content-07 .image-container.two-images{
        width: 100%;
    }
    .featurettes-05__image{
        width: 100%;
        height: auto;
        max-height: 450px;
        margin: 0;
    }
    .content-07-image-block.two__columns{
        grid-template-columns: none;
    }
    .featurettes-05-content{
        padding: 0 28px 30px;
        top: 0px;
    }
    .about-container{
        padding: 0 28px;
    }
    .content-01-text{
        padding: 0 0px;
    }
    .content-07-image-block.two__columns{
        height: auto;
        max-height: initial;
    }
    .content-07-image-block.two__columns .featurettes-05__image{
        padding-bottom: 44%;
    }
    .form-check.radio{
        width: 45%;
    }
    .d-flex{
        flex-wrap: wrap;
    }
    .content-07 .whiteBG.whiteBG-two{
        max-height: 100%;
    }
    .adwantages-icons__wrapper{
        width: 80%;
    }
    .advantages{
        padding: 10% 0 35px 0;
    }
    .content-07 .image-container.two-images {
        height: calc(100vw * 1.3 + 766px);
    }
    .content-07 .image-container{
        margin-top: 30px;
    }
    .form-01 .form .btn{
        width: 100%;
    }
    .col-8{
        max-width: 100%;
    }
    #form-01-222{
        padding-bottom: 15px;
    }
    .footer-link + .footer-link{
        margin-left: 10px;
    }
    .footer-03-socials{
        margin-top: 30px;
    }
    .scrolled .hamburger{
        width: 66px;
        height: 66px;
    }
    .navbar .navbar-button .nav-tel{
        height: 66px;
        min-width: 100%;
    }
    .navbar-button{
        padding-left: 23px;
    }
    .navbar-header .navbar-brand{
        width: 100px;
    }
    .instogram-feed .row{
        margin-right: 0px;
    }
    .content-01{
        padding: 0 30px;
    }
    .align-xm-left{
        text-align: left;
    }
    .form-01 .form-text{
        font-size: 18px;
    }
    .form-01:before{
        bottom: -40px;
    }
    .footer-03{
        padding: 25px 0 20px;
    }
}

@media(max-width:540px){
    .instogram-feed{
        height: calc(100vw * 1.7);
    }
}


input::placeholder {
    color: #cecece !important;
}
