body {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(34, 34, 34, 1);
}
a {
    color: rgba(34, 34, 34, 1);
}
a:hover {
    color: inherit;
    text-decoration: none;
}
h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: rgba(2, 171, 174, 1);
    font-weight: bold;
    margin-bottom: 30px;
}
.wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}
.btn,
.wpcf7 input[type="submit"] {
    display: flex;
    width: 240px;
    height: 50px;
    padding: 0px;
    border: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(2, 171, 174, 1);
    border-radius: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    transition: all 0.2s ease;
}
.wpcf7 input[type="submit"] {
    width: 210px;
    min-width: 160px;
}
.btn-light {
    background: rgba(175, 219, 219, 1);
    color: rgba(34, 34, 34, 1);
}
.btn:hover,
.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
    background: rgba(2, 171, 174, 1);
    color: #fff;
}
#page {
    width: 100%;
    overflow: hidden;
}
#header-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
#header {
    padding: 15px 0px;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.branding {
    width: 110px;
    min-width: 110px;
}
.header-blocks {
    width: 100%;
}
.leaderboard {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0px 40px 0px;
    gap: 120px;
}
.location,
.worktime {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
#header .contact-phone a {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-weight: bold;
}
#menu-wrapper {
    position: relative;
    width: 100%;
    padding: 0px;
    background: rgba(2, 171, 174, 1);
    border-radius: 30px;
    z-index: 1000;
    transition: all 0.2s ease;
}
#menu-wrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    background: rgba(2, 171, 174, 0.95);
    border-radius: 0px;
    width: 100%;
}
.navbar-expand-lg {
    width: 100%;
    padding: 0px 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    padding: 0px 35px;
    text-align: center;
    background: none;
    font-weight: bold;
    color: #fff;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active .nav-link {
    background: rgba(255, 255, 255, 1);
    color: rgba(2, 171, 174, 1);
}
.navbar-expand-lg .navbar-nav .nav-link:hover svg path, .navbar-expand-lg .navbar-nav .active .nav-link svg path {
    fill: rgba(2, 171, 174, 1);
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    background: rgba(255, 255, 255, 0.92);
    border: 0px;
    border-radius: 5px;
}
.dropdown-item {
    background: none !important;
    color: rgba(33, 33, 33, 1);
    font-weight: 600;
}
.dropdown-item:hover,
.active > .dropdown-item {
    color: rgba(38, 168, 156, 1);
    text-decoration: underline;
}
#menu-wrapper.fixed .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-wrapper .header-contacts {
    display: none;
}
#menu-wrapper.fixed .header-contacts {
    display: block;
}
#menu-wrapper.fixed .header-contacts .contact-phone {
    display: flex;
    gap: 10px;
}
#menu-wrapper .header-contacts a {
    white-space: pre;
    color: #fff;
    font-size: 18px;
}
#menu-wrapper.fixed .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 30px;
    padding-right: 30px;
}

#slider-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
    padding-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide-item .container {
	position: unset;
	z-index: 20;
}
.intro-form,
.why-row,
.fs-text {
    position: relative;
    z-index: 20;
}
.slide-item {
	width: 100%;
	height: 1000px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
    padding-bottom: 50px;
}
.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.7) 0%, rgba(0, 0, 0, 0.4) 49.6%, rgba(0, 0, 0, 0.7) 100%);
}
#intro .wpcf7 {
	max-width: unset;
	padding-top: 0px;
}
#intro .form-flex > div {
	padding: 0px 8px;
}
#intro .form-flex .form-item {
	margin-bottom: 0px;
}
a.down {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 30px;
    z-index: 10;
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
#slider-wrapper video {
    pointer-events: none;
}
.fs-text {
    text-align: center;
    color: #fff;
}
.fs-text h1 {
    font-weight: normal;
    font-size: 70px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}
.fs-text p {
    font-size: 40px;
    margin-bottom: 50px;
    text-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.intro-form {
    position: relative;
    width: 100%;
    max-width: 990px;
    background: rgba(2, 171, 174, 0.5);
    backdrop-filter: blur(20px);
    padding: 30px 100px;
    color: #fff;
    margin: 0 auto;
    border-radius: 30px;
    z-index: 10;
}
.intro-form .wpcf7 {
    max-width: unset;
}
.intro-form .form-policy a {
    color: #fff;
}
.form-subtitle {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.why-row  {
    margin-top: 130px
}
.why-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.why-item p {
    margin: 0px;
    color: #fff;
    text-align: left;
    font-size: 18px;
}
.why-item p:first-child {
    margin-bottom: 5px;
    font-weight: bold;
}
.why-pic {
    width: 80px;
    min-width: 80px;
}
#about {
    width: 100%;
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 0px 0px 0px;
}
#about .row {
    align-items: center;
}
#about img {
    display: block;
    max-width: 482px;
    margin: 0px auto;
}
.about-btns {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
#services {
    width: 100%;
    background: url(../images/services-bg.jpg) center center no-repeat;
    background-size: cover;
}
#services h2 {
    color: #fff;
}
.services-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    transition: all 0.2s ease;
}
.services-foto {
    position: relative;
}
.services-foto:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.2s ease;
}
.services-item:hover .services-foto:after {
    opacity: 1;
}
.services-meta {
    padding: 20px 15px 0px 15px;
    margin-bottom: auto;
    text-align: center;
    transition: all 0.2s ease;
}
.services-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    min-height: 50px;
    width: 100%;
}
.services-item:hover .services-meta {
    color: rgba(2, 171, 174, 1);
}
.services-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0px;
    padding: 0px 15px 20px 15px;
}
#feedback-bg {
    width: 100%;
    background: url(../images/form-bg.jpg) center center no-repeat;
    background-size: cover;
}
.form-head h2 {
    margin-bottom: 15px;
}
.form-head p {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.form-bg {
    position: relative;
    height: 340px;
    width: 100%;
    padding-top: 60px;
}
.form-bg:before {
    display: block;
    content: '';
    width: 1665px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/form-bg.svg) right top no-repeat;
    background-size: contain;;
}
.form-bg .wpcf7 {
    width: 100%;
    position: relative;
    max-width: 790px;
    margin: 0px !important;
    color: #fff;
    z-index: 10;
}
.form-bg .form-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.form-policy {
    font-size: 14px;
}
.form-bg .form-policy,
.form-bg .form-policy a {
    color: #fff;
}
.form-bg .wpcf7 input[type="submit"] {
    color: rgba(2, 171, 174, 1);
    background: #fff;
}
.form-pic {
    position: relative;
}
.form-bg:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 385px;
    height: 570px;
    background: url(../images/form-pic.png) center center no-repeat;
    background-size: contain;
}
.form-head,
.form-bg {
    padding-left: 400px;
}
.alm-btn-wrap .alm-load-more-btn.done {
    display: none !important;
}
.alm-btn-wrap .alm-load-more-btn {
    display: flex !important;
    width: 240px !important;
    height: 50px !important;
    padding: 0px !important;
    border: 0px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: rgba(2, 171, 174, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 20px !important;
    border-radius: 30px !important;
}
.alm-btn-wrap {
    display: flex !important;
    justify-content: center !important;
    padding-top: 40px !important;
}
.price-item {
    width: 100%;
    display: flex;
    gap: 30px;
}
.price-item > div {
    width: 100%;
    padding: 12px 0px;
    font-weight: bold;
    border-bottom: 1px solid rgba(2, 171, 174, 1);
    transition: all 0.2s ease;
}
.price-item > div:last-child {
    position: relative;
    width: 210px;
    min-width: 210px;
    color: rgba(2, 171, 174, 1);
    font-weight: bold;
    text-align: center;
}
.price-item > div a {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 210px;
    opacity: 0;
    transition: all 0.2s ease;
}
.price-item:hover > div {
    color: rgba(2, 171, 174, 1);
}
.price-item:hover > div a {
    opacity: 1;
}
#reviews {
    width: 100%;
    background: url(../images/reviews-bg.jpg) center center no-repeat;
    background-size: cover;
}
#reviews h2 {
    color: #fff;
}
.reviews-carousel_item > div {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.rev-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.rev-date {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}
.rev-name {
    color: rgba(2, 171, 174, 1);
    font-size: 22px;
    font-weight: bold;
}
.reviews-carousel.slick-initialized .slick-slide {
    display: flex;
}
ul.slick-dots,
ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}
ul.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    overflow: hidden;
    text-indent: -1000px;
    transition: all 0.2s ease;
}
ul.slick-dots li.slick-active button {
    background: none;
}
#works {
    width: 100%;
    background: url(../images/works-bg.jpg) center center no-repeat;
    background-size: cover;
}
.works-carousel {
    margin: 0px -15px;
}
.works-carousel_item {
    padding: 0px 15px;
}
.works-carousel_item img {
    border-radius: 10px;
}
.slick-arrow {
    padding: 0px;
    background: none;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.slick-arrow {
    left: -20px;
}
.slick-arrow.slick-next {
    left: auto;
    right: -20px;
}

#footer {
    width: 100%;
    background: rgba(2, 171, 174, 1);
    padding: 10px 0px;
}
#footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
#footer .container p {
    margin: 0px;
}
#footer .container a {
    color: #fff;
    text-decoration: none;
}
.social {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer-blocks {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
#footer-blocks .container {
    position: relative;
    z-index: 10;
}
#footer-blocks h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
}
#footer-blocks h2.form-callback {
    text-align: left;
    font-size: 20px;
    margin: 0px;
    padding-top: 5px;
}
#footer-blocks .form-policy a {
    color: #fff;
}
#footer-blocks div.contact-phone a {
    color: #fff;
}
.form-item {
    margin-bottom: 20px;
}
.footer-left .form-action {
    display: flex;
    justify-content: flex-end;
}
.footer-left .wpcf7 {
    margin: 0px !important;
    max-width: unset;
}
.wpcf7 select,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    border-radius: 30px;
    background: none;
    border: 1px solid #fff;
    padding: 0px 16px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}
.wpcf7 select:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
    background: none;
    border: 1px solid rgba(170, 170, 170, 1);
    color: #fff;
    outline: none;
    box-shadow: unset;
}
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 input[type="number"]::placeholder {
    color: #fff;
    opacity: 1;
}
#footer-blocks .wpcf7 select:focus,
#footer-blocks .wpcf7 input[type="tel"]:focus,
#footer-blocks .wpcf7 input[type="text"]:focus,
#footer-blocks .wpcf7 input[type="number"]:focus,
#footer-blocks .wpcf7 textarea:focus,
#footer-blocks .wpcf7 select,
#footer-blocks .wpcf7 input[type="tel"],
#footer-blocks .wpcf7 input[type="text"],
#footer-blocks .wpcf7 input[type="number"],
#footer-blocks .wpcf7 textarea {
    color: #fff;
    border-color: rgba(170, 170, 170, 1);
}
#footer-blocks .wpcf7 select::placeholder,
#footer-blocks .wpcf7 input[type="tel"]::placeholder,
#footer-blocks .wpcf7 input[type="text"]::placeholder,
#footer-blocks .wpcf7 input[type="number"]::placeholder,
#footer-blocks .wpcf7 textarea::placeholder {
    color: #fff;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 16px;
    height: 150px;
    resize: none;
    border-radius: 30px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.footer-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
}
.footer-phone a {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}
.form-callback {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.form-flex {
    display: flex;
    justify-content: center;
}
.form-flex .form-item {
    margin: 0px;
    padding-right: 30px;
}
.footer-right {
    padding-left: 30px;
}
.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.footer-contacts > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contacts > div a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.footer-contacts > div svg {
    min-width: 30px;
    height: auto;
}
.map {
    margin-top: 30px;
}
.map iframe {
    width: 100%;
    height: 280px;
    border-radius: 10px;
}
.modal-header {
    padding-bottom: 0px;
    border: 0px;
}
.modal-content {
    border: 0px;
}
.modal-body {
    padding: 20px 50px 50px 50px;
}
.modal-title {
    font-size: 30px;
    font-weight: bold;
    color: rgba(2, 171, 174, 1);
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.modal-subtitle {
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.modal .form-policy {
    text-align: center;
    padding-top: 25px;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.modal .wpcf7 select:focus,
.modal .wpcf7 input[type="tel"]:focus,
.modal .wpcf7 input[type="text"]:focus,
.modal .wpcf7 input[type="number"]:focus,
.modal .wpcf7 textarea:focus,
.modal .wpcf7 select,
.modal .wpcf7 input[type="tel"],
.modal .wpcf7 input[type="text"],
.modal .wpcf7 input[type="number"],
.modal .wpcf7 textarea {
    color: rgba(94, 94, 94, 1);
    border-color: rgba(114, 114, 114, 1);
}
.modal .wpcf7 select::placeholder,
.modal .wpcf7 input[type="tel"]::placeholder,
.modal .wpcf7 input[type="text"]::placeholder,
.modal .wpcf7 input[type="number"]::placeholder,
.modal .wpcf7 textarea::placeholder {
    color: rgba(94, 94, 94, 1);
}
.modal .wpcf7 textarea {
    height: 110px;
}