@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
body {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #122045;
}
a {
    color: #122045;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
h2 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: rgba(249, 184, 70, 1);
    margin-bottom: 40px;
}
.wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
#header-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    z-index: 100;
}
#header {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #717171
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    max-width: 300px;
}
.location,
.worktime,
.phone {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.location svg,
.worktime svg {
    margin-right: 10px;
}
.phone a {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.phone a:first-child {
    margin-right: 10px;
}
.navbar {
    padding: 0px;
}
#menu-wrapper {
    width: 100%;
    padding: 20px 0px;
    transition: all 0.2s ease;
}
#menu-wrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}
#menu-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.navbar-expand-lg .navbar-nav li {
    padding-right: 90px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F9B846;
}
.wpcf7 input[type="submit"],
.btn,
.alm-btn-wrap .alm-load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 260px;
    height: 50px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    background: linear-gradient(180deg, #F9B846 0%, #FFD794 49.5%, #CF942D 100%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border: 0px;
    color: #122045 !important;
    transition: all 0.2s ease;
}
.wpcf7 input[type="submit"]:hover,
.btn:hover,
.alm-btn-wrap .alm-load-more-btn:hover {
    opacity: 0.8;
}
#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-item .container {
	position: relative;
	z-index: 20;
}
.slide-item {
	width: 100%;
	height: 800px;
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
    padding-top: 200px;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.8) 21.66%, rgba(0, 0, 0, 0.2) 100%);
}
#intro .wpcf7 {
	max-width: unset;
	padding-top: 0px;
}
#intro .form-flex > div {
	padding: 0px 8px;
}
#intro .form-flex .form-item {
	margin-bottom: 0px;
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
video {
    pointer-events: none;
}
.intro-text {
    max-width: 946px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.intro-text h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.intro-text p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.intro-form {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    padding: 45px 40px;
    border-radius: 10px;
}
.form-flex {
    display: flex;
    margin: 0px -15px;
}
.form-flex .form-item,
.form-flex .form-action {
    padding: 0px 15px;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
    border-radius: 30px;
    background: none;
    border: 2px solid rgba(255, 255, 255, 1);
    padding: 0px 16px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 textarea:focus {
    border: 2px solid rgba(255, 255, 255, 1);
    background: none;
    color: #fff;
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #fff;
    opacity: 1;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 16px;
    height: 145px;
    resize: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
#services {
    width: 100%;
    background: url(../images/serv-bg.png) right center no-repeat;
}
.serv-wrapper {
    position: relative;
    background: linear-gradient(93.71deg, rgba(250, 250, 250, 0.8) 0.14%, rgba(244, 244, 244, 0.8) 100%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    padding: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.serv-pic {
    width: 91px;
    min-width: 91px;
    margin-right: 30px;
}
.serv-name {
    margin-bottom: 10px;
    color: rgba(249, 184, 70, 1);
    font-weight: 700;
}
.serv-text {
    font-size: 16px;
}
.serv-more {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.2s ease;
}
.serv-wrapper:hover .serv-more {
    opacity: 1;
}
#middle-form {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
}
#middle-form .container {
    background-image: url(../images/man-1.png),  url(../images/man-2.png);
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: left center, right center;
}
#middle-form .wpcf7 {
    max-width: 820px;
}
#middle-form h2 {
    margin-bottom: 30px;
}
#middle-form p {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
#about img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
#advantages {
    width: 100%;
    background: url(../images/advantages-bg.png) left center no-repeat;
    background-size: cover;
    padding: 60px 0px 25px 0px;
}
#advantages h2 {
    margin-bottom: 15px;
}
.a-item {
    padding: 35px 15px;
    text-align: center;
}
.a-pic {
    height: 100px;
    margin-bottom: 15px;
}
.a-text {
    max-width: 340px;
    margin: 0 auto;
}
.a-text p {
    margin: 0px;
}
.a-text p:first-child {
    margin-bottom: 15px;
    color: rgba(249, 184, 70, 1);
    font-weight: 600;
}
#results img {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.alm-btn-wrap .alm-load-more-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 260px !important;
    height: 50px !important;
    border-radius: 30px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 0em !important;
    background: linear-gradient(180deg, #F9B846 0%, #FFD794 49.5%, #CF942D 100%) !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) !important;
    border: 0px !important;
    color: #122045 !important;
    margin: 10px auto 0px auto !important;
    transition: all 0.2s ease !important;
}
.alm-btn-wrap .alm-load-more-btn.done {
    display: none !important;
}
#reviews {
    width: 100%;
    background: url(../images/rev-bg.png) right center no-repeat;
    background-size: cover;
}
#footer-blocks {
    width: 100%;
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
}
.form-item {
    margin-bottom: 30px;
}
.footer-left .form-action {
    display: flex;
    justify-content: flex-end;
}
.footer-left .wpcf7 {
    margin: 0px !important;
}
.footer-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.footer-phone a {
    display: block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
}
.footer-phone a:first-child {
    margin-right: 15px;
}
.form-callback {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
.form-wrapper_2 {
    margin: 0 auto;
    max-width: 600px;
}
.footer-logo {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer-logo img {
    max-width: 300px;
}
.footer-locations {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#footer-blocks .phone {
    justify-content: center;
    margin-bottom: 20px;
}
#footer {
    width: 100%;
    padding: 8px 0px;
    background: rgba(39, 39, 38, 1);
}
#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
}
#footer p {
    margin: 0px;
}
#footer p a {
    color: #fff;
}
.social {
    display: flex;
    justify-content: flex-end;
}
.social a {
    display: block;
    margin-left: 15px;
}
.modal-dialog {
    max-width: 600px;
}
.modal-backdrop {
    background: rgba(18, 32, 69, 1);
}
.modal-backdrop.show {
    opacity: 0.6;
}
.modal-content {
    background: rgba(0, 0, 0, 0.95);
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.modal-header {
    border: 0px;
}
.modal-body {
    padding: 0px 60px 50px 60px;
}
.modal-header .btn-close {
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.976257 19.9998C0.783084 19.9998 0.594241 19.9425 0.433612 19.8352C0.272984 19.7279 0.147787 19.5754 0.0738587 19.3969C-6.99545e-05 19.2185 -0.0194095 19.0221 0.0182865 18.8326C0.0559824 18.6432 0.14902 18.4692 0.285632 18.3326L18.3325 0.2857C18.5157 0.102535 18.7641 -0.000366211 19.0231 -0.000366211C19.2822 -0.000366211 19.5306 0.102535 19.7138 0.2857C19.8969 0.468865 19.9998 0.71729 19.9998 0.976325C19.9998 1.23536 19.8969 1.48378 19.7138 1.66695L1.66688 19.7138C1.57627 19.8046 1.46861 19.8766 1.3501 19.9257C1.23158 19.9748 1.10453 19.9999 0.976257 19.9998Z" fill="%23F9B846"/><path d="M19.0233 19.9998C18.895 19.9999 18.768 19.9748 18.6495 19.9257C18.531 19.8766 18.4233 19.8046 18.3327 19.7138L0.285822 1.66695C0.102657 1.48378 -0.000244141 1.23536 -0.000244141 0.976325C-0.000244141 0.71729 0.102657 0.468865 0.285822 0.2857C0.468987 0.102535 0.717412 -0.000366211 0.976447 -0.000366211C1.23548 -0.000366211 1.48391 0.102535 1.66707 0.2857L19.7139 18.3326C19.8506 18.4692 19.9436 18.6432 19.9813 18.8326C20.019 19.0221 19.9996 19.2185 19.9257 19.3969C19.8518 19.5754 19.7266 19.7279 19.566 19.8352C19.4053 19.9425 19.2165 19.9998 19.0233 19.9998Z" fill="%23F9B846"/></svg>') center center no-repeat;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px 0px 0px auto;
    opacity: 1;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.grecaptcha-badge {
    display: none !important;
}
.modal-title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(249, 184, 70, 1);
}
.modal-subtitle {
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
#thanksModal .modal-subtitle {
    color: rgba(249, 184, 70, 1);
}
#thanksModal .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
}