@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
h1,
h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}
h2 {
    text-align: center;
    margin-bottom: 35px;
}
#page {
    padding-top: 255px;
    overflow: hidden;
}
.wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
#header-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/header-bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1000;
}
.home #header-wrapper {
    background: none;
}
.home #page {
    padding-top: 0px;
}
#header {
    width: 100%;
    padding: 15px 0px 40px 0px;
}
#header .row {
    align-items: center;
}
.branding {
    display: flex;
    justify-content: center;
}
.navbar-brand {
    display: block;
    padding: 0px;
    margin: 0px;
}
.location,
.worktime {
    display: flex;
    align-items: center;
    margin-left: 0px;
    max-width: 205px;
    min-width: 205px;
    font-weight: 500;
    color: #fff;
}
.location svg,
.worktime svg {
    margin-right: 10px;
    min-width: 30px;
}
.header-right,
.header-left {
    display: flex;
    align-items: center;
}
.location {
    margin-right: 50px;
}
.header-right {
    justify-content: flex-end;
}
.phone {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.phone a {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    white-space: pre;
}
.phone a svg {
    margin-right: 10px;
    min-width: 25px;
}
.header-right .btn {
    width: 228px;
    height: 50px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 228px;
}
.header-right .btn svg {
    margin-right: 10px;
}

#menu-wrapper {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 0px;
}
#menu-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-wrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
#menu-wrapper .phone {
    display: none;
}
#menu-wrapper.fixed .phone {
    display: flex;
    margin: 0px 0px 0px 60px;
    order: 2;
}
.phone svg {
    width: 30px;
    height: auto;
}
.navbar-dark {
    width: 100%;
    padding: 0px;
    align-items: center;
}
.navbar-expand-lg .navbar-nav {
    width: 100%;
    align-items: center;
}
.navbar-expand-lg .navbar-nav li {
    padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    color: #fff;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .active .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgba(180, 53, 53, 1);
}
.breadcrumbs {
    padding-bottom: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #b43535;
}
.breadcrumbs a {
    color: #000
}
span.rasp {
    display: inline-block;
    content: '';
    background: url('data:image/svg+xml,<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.1563 10.6562C1.09473 10.6563 1.03376 10.6442 0.976889 10.6206C0.920016 10.5971 0.868361 10.5625 0.824889 10.5189C0.781335 10.4754 0.746783 10.4237 0.723208 10.3669C0.699634 10.31 0.6875 10.249 0.6875 10.1875C0.6875 10.1259 0.699634 10.065 0.723208 10.0081C0.746783 9.95124 0.781335 9.89958 0.824889 9.85608L5.18098 5.49999L0.824889 1.14389C0.641725 0.960727 0.641725 0.664126 0.824889 0.481079C1.00805 0.298032 1.30465 0.297915 1.4877 0.481079L6.1752 5.16858C6.21876 5.21208 6.25331 5.26374 6.27688 5.32061C6.30046 5.37747 6.31259 5.43843 6.31259 5.49999C6.31259 5.56154 6.30046 5.6225 6.27688 5.67936C6.25331 5.73623 6.21876 5.78789 6.1752 5.83139L1.4877 10.5189C1.44423 10.5625 1.39257 10.5971 1.3357 10.6206C1.27883 10.6442 1.21786 10.6563 1.1563 10.6562Z" fill="%23EABF8B"/></svg>') center center no-repeat;
    width: 7px;
    height: 11px;
    margin: 0px 5px;
    vertical-align: middle;
}
.gal-item img {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); 
}
.video {
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-position {
    color: #1C1917;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ur-frontend-form input[type="submit"],
.btn,
.wpcf7 input[type="submit"] {
    background: rgba(180, 53, 53, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 19px 30px;
    border: 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease;
}
.ur-frontend-form input[type="submit"],
.wpcf7 input[type="submit"] {
    width: 250px;
    padding: 0px 10px;
    height: 60px;
}
.callback .btn {
    background: url(../images/btn-bg.svg) center center no-repeat;
    width: 268px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #474747;
    box-shadow: unset;
    padding: 0px;
    transition: all 0.2s ease;
}
.ur-frontend-form input[type="submit"]:hover,
.btn:hover,
.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
    color: #fff;
    background: rgba(180, 53, 53, 1);
}
.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
    color: #fff;
    background: rgba(180, 53, 53, 1);
}
.ur-frontend-form input[type="submit"] {
    float: none;
}
.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 60px;
}
.nav-pills li {
    padding: 0px 0px 0px 30px;
}
.nav-pills .nav-link {
    width: 205px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    font-weight: 600;
    color: rgba(35, 35, 35, 1);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: rgba(35, 35, 35, 1);
}
.price-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 14px;
}
.price-row > div {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #F1F1F1;
    padding: 20px 30px;
    border-radius: 5px;
}
.price-row > div:last-child {
    width: 300px;
    min-width: 300px;
    justify-content: center;
    margin-left: 15px;
    color: #01B3B8;
    font-weight: 700;
    text-align: center;
}
#footer-blocks {
    width: 100%;
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 55px;
}
#footer-blocks h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    font-size: 80px;
}
.subtitle {
    margin-bottom: 60px;
    font-size: 40px;
    color: #fff;
}
.form-item {
    margin-bottom: 15px;
}
.footer-left .form-action {
    display: flex;
    justify-content: flex-end;
}
.footer-left .wpcf7 {
    margin: 0px !important;
}
.wpcf7 {
    max-width: 670px;
}
.wpcf7 h2 {
    margin-bottom: 60px;
}
.formcontainer .form-control,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
    border-radius: 30px;
    border: 2px solid #fff;
    background: none;
    padding: 0px 20px;
    background: none;
    height: 60px;
    color: #fff;
    font-size: 16px;
}
.formcontainer .form-control:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 textarea:focus {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    outline: none;
    box-shadow: unset;
}
.formcontainer .form-control::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
.wpcf7 textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.formcontainer .form-control,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.wpcf7 .form-black input[type="tel"],
.wpcf7 .form-black input[type="email"],
.wpcf7 .form-black input[type="text"],
.wpcf7 .form-black textarea {
    border: 2px solid rgba(35, 35, 35, 1);
    color: rgba(35, 35, 35, 1);
}
.formcontainer .form-control:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"]:focus,
.wpcf7 .form-black input[type="tel"]:focus,
.wpcf7 .form-black input[type="email"]:focus,
.wpcf7 .form-black input[type="text"]:focus,
.wpcf7 .form-black textarea:focus {
    border: 2px solid rgba(35, 35, 35, 1);
    color: rgba(35, 35, 35, 1);
}
.formcontainer .form-control::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"]::placeholder,
.wpcf7 .form-black input[type="tel"]::placeholder,
.wpcf7 .form-black input[type="email"]::placeholder,
.wpcf7 .form-black input[type="text"]::placeholder,
.wpcf7 .form-black textarea::placeholder {
    color: rgba(35, 35, 35, 1);
    opacity: 1;
}
.wpcf7 .form-black .form-action {
    justify-content: flex-start;
}
.formcontainer .btn {
    min-width: 240px;
}
#user-registration {
    margin: 0px;
}
.user-registration form {
    max-width: 670px;
    margin: 0 auto !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 textarea {
    padding: 20px;
    height: 150px;
    resize: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.form-callback {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
.form-flex {
    display: flex;
    justify-content: center;
}
.form-flex .form-item {
    margin: 0px;
    padding-right: 8px;
}
.form-wrapper_2 {
    margin: 0 auto;
    max-width: 570px;
}
.footer-logo {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer-right {
    padding-top: 0px;
}
#footer {
    width: 100%;
    background: rgba(35, 35, 35, 1);
    padding: 8px 0px;
    margin-top: 80px;
}
.copy p {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.copy p a {
    color: #fff;
    text-decoration: none;
}
.copy p a:hover {
    text-decoration: underline;
}
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.social-label {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-bottom: 4px;
}
.social {
    display: flex;
    align-items: center;
}
.social a {
    display: block;
    margin: 0px 4px;
}
.services-list {
    display: flex;
}
.services-list > div {
    width: 20%;
}
.serv-item a {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    height: 300px;
    box-shadow: 0px 4px 4px 0px rgba(100, 100, 100, 0.25);
    transition: all 0.2s ease;
}
.serv-pic {
    width: 100%;
    height: 100%;
}
.serv-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.serv-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    color: #fff;
    background: rgba(52, 52, 52, 0.9);
}
.serv-name {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.serv-more {
    background: rgba(52, 52, 52, 0.9);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serv-item a:hover .serv-more {
    opacity: 1;
}
.serv-item a:hover .serv-meta {
    display: none;
}
.serv-more span {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.service-form_wrapper {
    width: 100%;
    background: url(../images/form-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0px;
}
.form-title {
    text-align: center;
    margin-bottom: 10px;
    color: #F9FAFB;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.28px;
}
.form-subtitle {
    margin-bottom: 30px;
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    text-align: center;
}
.service-form_wrapper .wpcf7 {
    max-width: 788px;
}
.service-form_wrapper .form-flex .form-item {
    padding-right: 20px;
}
.service-btns {
    margin-top: 20px;
    display: flex;
}
.service-btns a {
    margin-right: 20px;
}
.services-prices {
    margin-top: 40px;
}
#middle-form {
    background: url(../images/bg-1.jpg) center center no-repeat;
    background-size: cover;
}
#middle-form .form-title {
    color: #1C1917;
}
#middle-form .form-subtitle {
    color: #7E6D56;
}
.wrapper-bg {
    width: 100%;
    background: #2E353B;
    color: #E3E3E3; 
}
.wrapper-bg h2.block-title {
    color: #46525C; 
}
.wrapper-bg .slick-arrow svg path {
    fill: #fff;
}
.team-carousel {
    margin: 0px -20px 30px -20px;
}
.doc-item_slide {
    padding: 0px 20px;
}

ul.slick-dots,
ul.slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
ul.slick-dots {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
ul.slick-dots li {
    margin: 0px 1px;
}
ul.slick-dots li button {
    padding: 0px;
    border: 0px;
    width: 16px;
    height: 5px;
    background: #46525C;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
    background: #000;
}
#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: 775px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
}
.slide-item:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
}
.intro-text h1 {
    font-size: 80px;
    font-weight: normal;
    margin-bottom: 140px;
    color: #fff;
    text-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#video {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
}
video {
    pointer-events: none;
}
#map .row {
    margin: 0px;
}
#map .row > div {
    padding: 0px;
}
.contact-left img {
    width: 100%;
    height: 464px;
    object-fit: cover;
}
.contact-right iframe {
    width: 100%;
    height: 464px;
    border: 0px;
}
.contact-list {
    display: flex;
    justify-content: space-between;
    margin: 0px -10px;
}
.contact-list > div {
    padding: 0px 10px 40px 10px;
    max-width: unset;
}
.contact-item {
    margin-bottom: 20px;
}
.contact-item p {
    margin: 0px;
}
.contact-item p:first-child {
    font-weight: 500;
    margin-bottom: 15px;
}
.modal-content {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0px;
    border-radius: 0px;
    background: url(../images/modal-bg.jpg) center center no-repeat;
    background-size: cover;
}
.modal-header {
    border: 0px;
}
.modal-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.modal .form-action {
    display: flex;
    justify-content: center;
}
.modal-body {
    padding: 0px 25px 30px 25px;
}
.show-more {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.accordion-item {
    border: 0px;
    margin-bottom: 10px;
}
.accordion-button {
    background: rgba(0, 0, 0, 1);
    outline: none !important;
    font-size: 18px;
    font-weight: 500;
    border: 0px !important;
    color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background: rgba(248, 248, 248, 1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-body {
    padding: 5px 0px;
}
.reviews-inner {
    margin-top: 60px;
}
.add-review h2 {
    text-align: left;
}
.add-review .wpcf7 {
    margin: 0px !important;
    max-width: 450px;
}
.add-review .wpcf7 input,
.add-review .wpcf7 textarea,
.add-review .wpcf7 input:focus,
.add-review .wpcf7 textarea:focus {
    border: 1px solid #35B4B4;
}
.wpcf7-list-item {
    margin: 0px;
}
.wpcf7 label {
    padding-bottom: 10px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 5px;
}
.entry-content h2,
h2.wp-block-heading {
    text-align: left;
}
.entry-content h3 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
}
.s-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.serv-price {
    margin: 0px 40px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}
.file-list {
    display: flex;
    flex-wrap: wrap;
}
.file-item {
    margin-right: 30px;
    margin-bottom: 15px;
    max-width: 120px;
}
.file-item img {
    box-shadow: 0px 2px 4px 0px rgba(0, 101, 153, 0.25);
}
#tech {
    width: 100%;
    background: url(../images/tech-bg.png) center center no-repeat;
    background-size: cover;
    text-align: center;
}
#team {
    width: 100%;
    text-align: center;
}
.team-carousel {
    margin: 0px -15px;
}
.team-carousel .doc-item {
    padding: 0px 15px;
}
#services {
    width: 100%;
    background: url(../images/about-bg.jpg) center top no-repeat;
    background-size: cover;
}
.sert-item img {
    box-shadow: 0px 2px 4px 0px rgba(0, 101, 153, 0.25);
    border-radius: 10px;
}
.dropdown-toggle:after {
    display: none;
}
.dropdown-menu {
    border: 0px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
}
.dropdown-item {
    color: #fff;
    background: none;
    font-weight: 500;
    transition: all 0.2s ease;
}
.active > .dropdown-item,
.dropdown-item:hover {
    color: rgba(180, 53, 53, 1);
    background: none;
}
.grecaptcha-badge {
    display: none !important;
}
 video::-webkit-media-controls-overlay-play-button {
   display: none;
 }

*::-webkit-media-controls-panel {

  display: none!important;

  -webkit-appearance: none;

}

*::--webkit-media-controls-play-button {

  display: none!important;

  -webkit-appearance: none;

}

*::-webkit-media-controls-start-playback-button {

  display: none!important;

  -webkit-appearance: none;

}
#serv-prices {
    padding-top: 70px;
}
.serv-row {
    display: flex;
}
.serv-row > div {
    width: 100%;
    padding: 15px;
    font-weight: 400;
    line-height: 1;
    background: rgba(242, 242, 242, 1);
    margin-bottom: 5px;
}
.serv-row > div:last-child {
    width: 450px;
    text-align: center;
    min-width: 450px;
    margin-left: 5px;
}
.serv-head > div {
    background: rgba(234, 191, 139, 1);
}



.cat-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 408px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-decoration: none;
}
.cat-item a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.85%, #000000 100%);
    transition: all 0.2s ease;
}
.cat-meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index: 10;
}
.cat-name {
    font-size: 28px;
    color: #fff;
}
.object-more {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.object-more span,
.cat-more {
    display: none;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    font-weight: 500;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cat-item a:hover .cat-name {
    display: none;
}
.cat-item a:hover:after {
    background: rgba(0, 0, 0, 0.75);
}
.cat-item a:hover .cat-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.cat-item a:hover .cat-more {
    display: flex;
}
.object-item a {
    display: block;
    text-decoration: none;
}
.object-meta div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 20px;
}
.object-meta div svg {
    margin-right: 10px;
}
.object-pic {
    position: relative;
}
.object-pic img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.object-item a {
    display: block;
    position: relative;
}
.object-item a:hover .object-more {
    display: flex;
}
.object-pic {
    position: relative;
}
.object-char {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    transition: all 0.2s ease;
}
.object-item a:hover .object-char {
    height: 100%;
}
.object-char div {
    width: 25%;
    text-align: center;
    padding: 20px 5px;
    font-weight: 300;
}
.object-char div span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}
.object-more span {
    display: flex;
    width: 140px;
    height: 140px;
}
.object-left {
    padding-right: 0px;
    position: relative;
}
.object-left_wrapper {
    position: relative;
}
.obj-meta .object-char {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding: 0px 170px 0px 0px;
}
.slick-arrow {
    padding: 0px;
    background: none;
    border: 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 50
}
.object-left .slick-arrow {
    bottom: 20px;
    right: 30px;
}
.object-left .slick-arrow.slick-prev {
    right: 100px;
}
.object-right {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.object-right .breadcrumbs {
    color: #fff;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
}
.object-right .breadcrumbs a {
    color: #fff;
}
.object-right .breadcrumbs span.post {
    color: #b43535;
}
.object-right h1 {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: left;
    font-weight: 300;
}
.obj-right_meta > div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.obj-right_meta > div svg {
    margin-right: 10px;
    min-width: 30px;
}
.manager {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.manager-dark {
    color: #fff;
    background: rgba(35, 35, 35, 1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    border-radius: 60px;
    max-width: 427px;
    margin-top: 30px;
}
.manager-foto {
    margin-right: 20px;
}
.manager-foto img {
    border-radius: 50%;
    width: 90px;
    min-width: 90px;
}
.manager-meta span {
    font-weight: 500;
}
.manager-meta a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.manager-meta a svg {
    margin-right: 10px;
    min-width: 30px;
}
.object-form .form-flex {
    margin-top: 15px;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.obj-bg {
    width: 100%;
    background: rgba(248, 248, 248, 1);
}
.obj-bg .obj-bg_title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(35, 36, 34, 1);
    font-weight: 600;
}
.obj-bg .obj-bg_title svg {
    margin-right: 15px;
}
.obj-bg .col-md-6 > div:not(.obj-bg_title) {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid rgba(202, 202, 202, 1);
    margin-bottom: 40px;
}
.obj-bg .col-md-6 > div span {
    background: rgba(248, 248, 248, 1);
    padding-bottom: 5px;
    margin-bottom: -5px;
    font-size: 16px;
}
.obj-bg .col-md-6 > div span:first-child {
    padding-right: 15px;
    color: rgba(138, 139, 138, 1);
}
.obj-bg .col-md-6 > div span:last-child {
    padding-left: 15px;
    color: rgba(35, 36, 34, 1);
}
.obj-bg .row {
    margin-left: -30px;
    margin-right: -30px;
}
.obj-bg .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
.obj-toggle {
    display: flex;
    justify-content: center;
}
.obj-toggle a {
    display: flex;
    cursor: pointer;
    align-items: center;
}
.obj-toggle a span {
    display: block;
    font-size: 13px;
    color: rgba(35, 36, 34, 1);
    padding-bottom: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(180, 53, 53, 1);
}
.obj-toggle a svg {
    margin-left: 10px;
}
.obj-toggle_block {
    display: none;
}
.map-pic {
    padding-right: 0px;
}
.map-code {
    padding-left: 0px;
}
.map-code iframe {
    width: 100%;
    height: 495px;
    border: 0px;
}
.related-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.related-slide_item {
    padding-left: 15px;
    padding-right: 15px;
}
.related-slide_item .col-lg-4 {
    width: 100%;
    padding: 0px;
}
.slider-nav .slick-arrow,
.related .slick-arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -75px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 20;
}
.slider-nav .slick-arrow {
    margin-top: -37px;
}
.slider-nav .slick-arrow.slick-next,
.related .slick-arrow.slick-next {
    left: auto;
    right: -20px;
}
.slider-nav .slick-arrow:hover,
.related .slick-arrow:hover {
    background: rgba(180, 53, 53, 1);
}
.slider-nav .slick-arrow:hover svg path,
.related .slick-arrow:hover svg path {
    fill: #fff;
}
.about-slider.slider-nav .slick-arrow {
    top: auto;
    bottom: 30px;
    right: 30px;
    left: auto;
}
.about-slider.slider-nav .slick-arrow.slick-prev {
    right: 125px;
    left: auto;
}
.about-slider2.slider-nav .slick-arrow {
    left: 70px;
}
.about-slider2.slider-nav .slick-arrow.slick-next {
    left: auto;
    right: 70px;
}
.about-slider2 {
    margin-left: -3px;
    margin-right: -3px;
}
.about-slider2 .about-slide_item {
    padding: 0px 3px;
}
.info-slider img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.info-slider .slick-list {
    padding: 0px !important;
}
.info-slider .slick-slide {
    padding: 30px 0px;
}
.info-slider .slick-current img {
    transform: scale(1.1);
}
.wrapper-title h2 {
    text-align: left;
    font-size: 90px;
    line-height: 1;
}
.wrapper-title h2 strong {
    color: rgba(180, 53, 53, 1);
    font-size: 60px;
    font-weight: 300;
}
.wrapper-title_right h2 {
    text-align: right;
}
.preim-slide h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}
.preim-slide {
    background: rgba(248, 248, 248, 1);
    padding: 30px;
}
.preim-text p {
    padding-right: 60px;
    font-weight: 300;
}
#partner-intro {
    position: relative;
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#partner-intro:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#partner-intro .container {
    position: relative;
    z-index: 10;
}
#partner-intro .container h2 {
    margin-bottom: 70px;
    text-align: left;
    font-weight: normal;
    font-size: 90px;
    color: #fff;
}
.row-list,
.row-list li,
.partner-content ul,
.partner-content ul li,
.partner-content ol,
.partner-content ol li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.row-list,
.partner-content ol,
.partner-content ul {
    display: flex;
    flex-wrap: wrap;
}
.row-list li,
.partner-content ol li,
.partner-content ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 30px 0px 130px;
    height: 110px;
    width: 33.333%;
    font-weight: 300;
}
.row-list li:before,
.partner-content ul li:before {
    display: block;
    content: '';
    background: rgba(248, 248, 248, 1) url('data:image/svg+xml,<svg width="39" height="29" viewBox="0 0 39 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.4289 0.750679C37.6674 -0.0108872 36.4328 -0.0108872 35.6712 0.750679L12.309 24.1131L3.3289 15.1331C2.56741 14.3715 1.33282 14.3716 0.571175 15.1331C-0.190392 15.8946 -0.190392 17.1292 0.571175 17.8907L10.9301 28.2495C11.6914 29.011 12.9269 29.0104 13.6878 28.2495L38.4289 3.50841C39.1905 2.74692 39.1904 1.51225 38.4289 0.750679Z" fill="black"/></svg>') center center no-repeat;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.partner-content ul li strong {
    font-weight: normal;
}
.row-list {
    margin: 40px 0px;
}
.row-list li {
    margin: 20px 0px;
}
.partner-content ol li {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 0px;
    font-weight: 300;
    margin-bottom: 60px;
}
.partner-content ol li strong {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 248, 248, 1);
    width: 110px;
    height: 110px;
    min-width: 110px;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 50px;
    font-weight: 300;
}
#user-registration.horizontal, #user-registration,
.ur-frontend-form.login {
    padding: 0px;
    border: 0px;
    box-shadow: unset;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditAccountForm .ur-form-grid > p {
    float: none;
}
#user-registration .user-registration-MyAccount-content {
    padding: 30px 0px;
    text-align: left;
}
table td {
    padding: 5px;
    border: 1px solid rgba(160, 160, 160, 1);
}
.user-noty {
    max-width: 670px;
    margin: 40px auto 0px auto;
}
.footer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.footer-phone a:first-child {
    display: block;
    margin-right: 20px;
}
.footer-phone a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.home h2 {
    font-size: 70px;
}
#norms h2 {
    text-align: left;
}
#docs h2 {
    margin-bottom: 60px;
    text-align: right;
}
#docs .row {
    align-items: center;
}
.nav-pills.nav-columns {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
}
.nav-pills.nav-columns li {
    margin: 15px 0px;
}
#about h2 {
    text-align: right;
}
.about-slider2 {
    margin-top: 60px;
}
#front-form {
    width: 100%;
    background: url(../images/front-form.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
#front-form .wpcf7 {
    max-width: unset;
}
#front-form h2 {
    text-align: left;
    margin-bottom: 20px;
}
#front-form .form-flex {
    justify-content: flex-end;
    max-width: 1060px;
    margin-left: auto;
}
#can h2,
#realty h2 {
    text-align: left;
}
#advantages h2 {
    text-align: right;
}
.advantages-slider {
    padding: 180px 0px;
    background: url(../images/advantages-bg.png) center center no-repeat;
    background-size: contain;
}
.advantages-slide_text {
    text-align: center;
    padding: 0px 50px;
}
.advantages-slide_text p {
    margin: 0px;
    font-size: 16px;
}
.advantages-slide_text p:first-child {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
}
.advantages-slider .slick-arrow {
    left: 386px;
}
.advantages-slider .slick-arrow.slick-next {
    left: auto;
    right: 386px;
}
.can-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 690px;
    display: flex;
    align-items: flex-end;
    padding: 30px 75px;
    color: #fff;
}
.can-item:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
}
.can-text {
    position: relative;
    width: 100%;
    z-index: 10;
}
.can-text p {
    font-size: 26px;
    font-weight: 500;
}
.can-more {
    display: flex;
    justify-content: flex-end;
}
.can-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 160px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.can-more a:hover {
    border: 2px solid rgba(180, 53, 53, 1);
    background: rgba(180, 53, 53, 1);
}
.hide {
    display: none;
}
.form-item label {
    padding-bottom: 5px;
}
.form-item label strong {
    font-weight: 500;
}
.rs-links a {
    margin: 0px 10px;
}
.rs-links a.btn:last-child {
    background: rgba(35, 35, 35, 1);
}