@charset "UTF-8";
/*   
Theme Name: SiteRussia
Theme URI: siterussia.ru
Description: Дизайн сайта разработанный компанией Site Russia
Author: Wolf
Author URI: siterussia.ru
Version: 1.0
*/
@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-Regular.woff2") format("woff2"), url("fonts/GolosText-Regular.woff") format("woff"), url("fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-Medium.woff2") format("woff2"), url("fonts/GolosText-Medium.woff") format("woff"), url("fonts/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-DemiBold.woff2") format("woff2"), url("fonts/GolosText-DemiBold.woff") format("woff"), url("fonts/GolosText-DemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
/* iPhone 5 */
/* iPad */
/* Все что меньше 921 + iPad вертикальный */
/* Услуги */
/* Убираем обводку у кнопок */
/* Дата для мобильного */
/* Табы */
/* Пролистывание на мобильном */
/* Гармошка */
/* Модальное */
/*Нужно что бы не прыгало */
/* Анимация при наведении на картинку */
/* Хлебные */
/* Слайдер */
/* Форма связи */
/* --------------------------------------- */
/* Кнопка вотсап */
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* Другое  */
/* Кнопка */
/* Анимация */
/*HOVER*/
@keyframes top {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
/* Категории проектов */
/* Услуги */
@media (max-width: 321px) {
  .modal .modal-dialog {
    width: 100%;
    padding: 60px 10px 10px 10px !important;
  }
  .modal .modal-dialog .button {
    width: 100%;
    padding: 20px !important;
  }
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .button {
    white-space: normal !important;
  }
  #online iframe {
    height: 150px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-pl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-pl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .modal .modal-dialog {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .button {
    display: block !important;
    width: 100%;
  }
  .grid {
    gap: 20px;
  }
  .col-m-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .o1 {
    order: 1;
  }
  .o2 {
    order: 2;
  }
  .lmodal {
    background-color: white !important;
  }
  .block {
    padding-bottom: 60px;
  }
  .block h2 {
    text-align: center;
  }
  .block .tline .st {
    text-align: center;
  }
  .block .tline .h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .block .tline .more {
    display: block;
    margin: 10px 0px;
  }
  #mobile .container {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header .head {
    display: none !important;
  }
  #header .slide h1 {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }
  #header .slide .st {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 30px;
  }
  #header .slide .bts {
    flex-direction: column;
  }
  #header .slide .goto {
    display: none;
  }
  #mmenu {
    padding: 0px !important;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    border-radius: 0px;
  }
  #mmenu .modal-dialog {
    height: 100%;
    margin: 0;
  }
  #mmenu .modal-content {
    height: 100%;
    width: 100vw;
    border-radius: 0;
  }
  #mmenu .close {
    opacity: 1;
  }
  #mmenu .cont {
    padding-top: 10px;
    font-size: 18px;
  }
  #mmenu .cont span {
    display: block;
  }
  #mmenu .cont .phone {
    display: block;
    font-weight: bold;
    font-size: 20px;
  }
  #mmenu .cont .time {
    color: gray;
    font-size: 15px;
  }
  #mmenu .cont .mail {
    color: var(--hovercolor);
  }
  #mmenu .cont .ad {
    font-size: 15px;
  }
  #mmenu .cont .button {
    margin-top: 20px;
    display: block;
  }
  #mmenu .nav {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    list-style: none;
    margin-bottom: 20px;
  }
  #mmenu .nav > ul {
    padding: 0px;
  }
  #mmenu .nav > li {
    border-bottom: 1px solid #F8F8F8;
    padding: 10px 0px;
    list-style: none;
  }
  #mmenu .nav > li > a {
    text-transform: uppercase;
    font-weight: 500;
  }
  #mmenu .nav .sub-menu {
    padding-top: 10px;
  }
  #mmenu .nav .sub-menu > li {
    padding: 10px 0px;
    list-style: none;
  }
  #mmenu .nav ul.hide {
    display: none !important;
  }
  #mmenu .nav .menu-item-has-children {
    position: relative;
  }
  #mmenu .nav span.menu-closed:after {
    content: "";
    width: 50px;
    max-height: 50px;
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 6px;
    background-image: url("images/marrow.svg");
    background-size: 12px 7px;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: transform 0.4s cubic-bezier(0, 0.5, 0.5, 1), opacity 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  #mmenu .nav span.menu-closed:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 6px;
    bottom: 6px;
    border-left: 1px solid #F8F8F8;
  }
  #mmenu .nav span.menu-closed.menu-open:after {
    transform: rotate(0deg);
    opacity: 0.3;
  }
  #mmenu .nav span.menu-closed.menu-open:before {
    opacity: 0;
  }
  .ppage .left {
    display: none;
  }
  .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .wpc-open-close-filters-button {
    width: 100%;
  }
  .wpc-button-inner {
    justify-content: center;
  }
  #text1 {
    padding-top: 60px;
  }
  #text {
    padding-top: 60px;
  }
  #prem {
    padding-top: 60px;
  }
  #prempro {
    padding-top: 60px;
  }
  #pro .podcat .nav {
    font-size: 14px !important;
  }
  #pro .podcat .nav .item a {
    padding: 20px !important;
  }
  #tabs .nav {
    font-size: 14px !important;
  }
  #tabs .nav a {
    padding: 20px !important;
  }
  #ac .item .info {
    padding: 20px !important;
  }
  #ac img {
    width: 100%;
  }
  #accordion .card {
    padding: 20px !important;
  }
  #accordion .card .title {
    font-weight: 500;
  }
  #usl .item {
    padding: 30px !important;
    text-align: center;
  }
  #usl .item svg {
    margin-top: 20px;
  }
  #pr .grid {
    padding: 30px !important;
    text-align: center;
  }
  #form {
    text-align: center;
  }
  #banner {
    padding-bottom: 40px;
  }
  #banner .breadcrumbs {
    text-align: center !important;
  }
  #banner h1 {
    padding-top: 20px;
    font-size: 40px;
    line-height: 45px;
  }
  #banner .bts {
    flex-direction: column;
  }
  #tags {
    text-align: center;
  }
  #work .bts {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #footer {
    text-align: center;
  }
  #footer .soc {
    justify-content: center;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #online iframe {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  #mobile {
    display: none !important;
  }
  h1 {
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
  .container {
    max-width: 960px;
  }
  .modal .modal-dialog {
    max-width: 500px;
    padding: 40px;
    position: absolute;
    right: 0;
    height: 100%;
    margin: 0;
  }
  .block {
    padding-bottom: 60px;
    padding: 60px 0px;
  }
  .block h2 {
    font-size: 40px;
  }
  .block .tline {
    padding-left: 150px;
  }
  .block .tline p {
    font-size: 20px;
  }
  .block .tline ul {
    font-size: 20px;
  }
  .block .tline h2 {
    max-width: 70%;
  }
  .block .tline .h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-bottom: 40px;
  }
  .block .tline:before {
    content: url(images/tline.svg);
    left: -150px;
    top: 60px;
    position: relative;
  }
  .grid {
    gap: 30px;
  }
  .col-pc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-pc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-pc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-pc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-pc-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .col-pc-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .col-pc-05-2 {
    grid-template-columns: 0.5fr 2fr;
  }
  .col-pc-07-2 {
    grid-template-columns: 0.7fr 2fr;
  }
  .col-pc-2-05 {
    grid-template-columns: 2fr 0.5fr;
  }
  .ppage h1 {
    margin-bottom: 30px;
  }
  .flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  #header .slide {
    max-width: 65%;
  }
  #header .slide h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #header .slide .st {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  #text1 {
    padding-bottom: 400px;
  }
  #text1 .line1 {
    font-size: 20px;
  }
  #usl .items {
    position: absolute;
    top: -170px;
  }
  #usl .item h3 {
    min-width: 300px;
  }
  #pr .item {
    display: flex;
    gap: 20px;
  }
  #tehno .grid {
    background: url(images/tehno.jpg) top center/cover;
    padding: 60px;
    border-radius: 4px;
  }
  #tehno .grid .info .text h2 {
    max-width: 80%;
  }
  #tabs .tab-content {
    font-size: 20px;
  }
  #accordion .card .title {
    font-size: 20px;
  }
  #form .wpcf7-form-control-wrap[data-name=mes] {
    grid-column: span 2;
  }
  #form .poly {
    max-width: 70%;
  }
  #gallary .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
  }
  #lic .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
  }
  #works .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
  }
  #about .color {
    max-width: 60%;
  }
  #banner {
    padding-bottom: 200px;
  }
  #banner h1 {
    padding-top: 150px;
    max-width: 90%;
    margin: 0px auto;
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 30px;
  }
  #banner .text {
    font-size: 19px;
  }
  #textrepeat .grid:nth-child(2n) .img {
    grid-column: 1;
    grid-row: 1;
  }
  #proekt .info {
    grid-template-columns: 1.3fr 1fr;
  }
  #footer .poly {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }

}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body {
  margin: 0;
  line-height: 1.5;
  font-family: "GolosText", Arial, Helvetica, sans-serif !important;
  color: #333333;
  background-color: #F5F6F8;
}

article {
  display: block;
}

aside {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

hgroup {
  display: block;
}

main {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

a {
  color: black;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
a:hover {
  color: var(--hovercolor);
}

img {
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  overflow: visible;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  background-color: white;
}
button:active {
  outline: none;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  background-color: white;
}

optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  background-color: white;
}

select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  background-color: white;
}

textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  background-color: white;
}

p {
  margin-top: 0;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  margin-bottom: 15px;
}

h3 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 26px;
  margin-bottom: 15px;
}

h4 {
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-weight: 500;
  line-height: 1.2;
}

input[type=date]:before {
  color: lightgrey;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}
input[type=date]:focus:before {
  content: "" !important;
}

.breadcrumbs {
  margin-top: 30px;
}

.hero {
  position: relative;
}
.hero p,
.hero h2 {
  margin-bottom: 0;
}
.hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}
.hero__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(1.875rem, 9.554vw + -4.228rem, 3.75rem);
  padding-bottom: clamp(3.125rem, 12.102vw + -4.605rem, 5.5rem);
  height: clamp(25rem, 140.127vw + -64.506rem, 52.5rem);
}
.hero__top, .hero__bottom {
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: -moz-fit-content;
  align-items: stretch;
  width: fit-content;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  background-color: rgba(255, 255, 255, 0.8);
}
.hero__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: clamp(21.875rem, 57.962vw + -15.148rem, 33.25rem);
  padding: clamp(0.938rem, 3.503vw + -1.3rem, 1.625rem);
}
.hero__top-category {
  color: rgb(53, 122, 252);
  font-size: clamp(1.25rem, 1.911vw + 0.029rem, 1.625rem);
  line-height: clamp(1.625rem, 0.955vw + 1.015rem, 1.813rem);
}
.hero__top-title {
  color: #333333;
  font-weight: 800;
  font-size: clamp(1.75rem, 11.783vw + -5.777rem, 4.063rem);
  line-height: clamp(2.813rem, 13.057vw + -5.528rem, 5.375rem);
}
.hero__top-text {
  color: #666666;
  font-size: 16px;
  line-height: 19px;
}
.hero__bottom {
  display: flex;
  flex-direction: column;
  padding: clamp(0.938rem, 1.592vw + -0.08rem, 1.25rem);
  padding-top: clamp(0.938rem, 4.14vw + -1.707rem, 1.75rem);
  padding-left: clamp(0.938rem, 3.503vw + -1.3rem, 1.625rem);
}
.hero__bottom-text {
  font-size: 16px;
  line-height: 19px;
}
.hero__prices {
  display: flex;
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
  align-items: baseline;
}
.hero__prices-new {
  color: #357AFC;
  font-size: clamp(1.75rem, 8.599vw + -3.742rem, 3.438rem);
  line-height: clamp(2.375rem, 9.236vw + -3.524rem, 4.188rem);
  font-weight: 800;
}
.hero__prices-old {
  color: #666666;
  text-decoration: line-through;
  font-size: clamp(1.25rem, 1.274vw + 0.436rem, 1.5rem);
  line-height: clamp(1.5rem, 1.274vw + 0.686rem, 1.75rem);
}

.discuss .button{
  border: 1px solid transparent;
  background-color: #357AFC;
  color: #FFFFFF;
}

.button{
  border: 1px solid transparent;
  background-color: #357AFC !important;
  color: #FFFFFF;
}
.button:hover{
  background-color: black !important;
  color: white;
}

.about {
  margin-bottom: clamp(2.5rem, 15.924vw + -7.671rem, 5.625rem);
}
.about p,
.about h2,
.about h1,
.about h3 {
  margin-bottom: 0;
}
.about__wrapper {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
  margin-bottom: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
}
.about__title {
  font-weight: 800;
  color: #333333;
  font-size: clamp(1.75rem, 5.414vw + -1.708rem, 2.813rem) !important;
  line-height: clamp(2.5rem, 6.369vw + -1.568rem, 3.75rem);
}
.about__left {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  padding: 10px;
  gap: clamp(0.938rem, 4.777vw + -2.114rem, 1.875rem);
}
.about__list {
  display: flex;
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
  align-items: center;
}
.about__item {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.592vw + -0.392rem, 0.938rem);
}
.about__item-icon {
  font-size: clamp(1.375rem, 0.637vw + 0.968rem, 1.5rem);
  color: #357AFC;
}
.about__item-text {
  color: #333333;
  font-size: 15px;
  line-height: 17px;
}
.about__link {
  color: #357AFC;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 1px solid #357AFC;
  margin-left: auto;
}
.about__link:hover {
  color: #357AFC;
  opacity: 0.6;
}
.about__textbox {
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 3.185vw + -1.097rem, 1.563rem);
}
.about__textbox p {
  color: #666666;
  font-size: clamp(0.938rem, 0.318vw + 0.734rem, 1rem);
  line-height: clamp(1.438rem, 0.318vw + 1.234rem, 1.5rem);
}
.about__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about__buttons-button {
  border-radius: 5px;
  text-align: center;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  font-size: 16px;
  transition: 0.38s ease-in-out;
  line-height: 19px;
  padding: clamp(0.75rem, 1.274vw + -0.064rem, 1rem) clamp(1.625rem, 2.548vw + -0.002rem, 2.125rem);
}
.about__buttons-button:hover {
  opacity: 0.6;
}
.about__buttons-button--blue {
  border: 1px solid transparent;
  background-color: #357AFC;
  color: #FFFFFF;
}
.about__buttons-button--small {
  padding: clamp(0.875rem, 0.637vw + 0.468rem, 1rem);
  font-size: clamp(1.063rem, 0.637vw + 0.656rem, 1.188rem);
}
.about__right img {
  width: clamp(21.875rem, 83.758vw + -31.625rem, 38.313rem);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.about__subtitle {
  margin-top: 0;
  font-weight: 600;
  color: #333333;
  font-size: clamp(1.125rem, 0.637vw + 0.718rem, 1.25rem) !important;
  line-height: clamp(1.375rem, 0.637vw + 0.968rem, 1.5rem);
  margin-bottom: 15px !important;
}
.about__bottom {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}
.about__bottom-textbox {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about__bottom-textbox p {
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.468rem, 1rem);
  line-height: clamp(1.375rem, 0.637vw + 0.968rem, 1.5rem);
}

.characteristics {
  top: -28px;
  position: relative;
  margin-bottom: 60px;
  margin-bottom: clamp(1.25rem, 12.739vw + -6.887rem, 3.75rem);
}
.characteristics p,
.characteristics h2 {
  margin-bottom: 0;
}
.characteristics__list {
  padding: clamp(0.938rem, 4.777vw + -2.114rem, 1.875rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 20px;
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
}
.characteristics__item {
  display: flex;
  gap: clamp(0.625rem, 3.185vw + -1.409rem, 1.25rem);
}
.characteristics__item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.characteristics__item-text {
  font-size: clamp(0.875rem, 0.637vw + 0.468rem, 1rem);
  line-height: clamp(1.063rem, 0.637vw + 0.656rem, 1.188rem);
  color: #666666;
}
.characteristics__item-name {
  color: #333333;
  font-weight: 600;
  font-size: clamp(1.125rem, 3.185vw + -0.909rem, 1.75rem);
  line-height: clamp(1.625rem, 2.229vw + 0.201rem, 2.063rem);
}
.characteristics__icon {
  font-size: clamp(2.25rem, 1.911vw + 1.029rem, 2.625rem);
  color: #357AFC;
}

.material {
  margin-bottom: clamp(2.5rem, 15.924vw + -7.671rem, 5.625rem);
}
.material__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
}
.material__tabs {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.material__tabs::-webkit-scrollbar {
  display: none;
}
.material__tabs-item {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  display: block;
  padding: 9px 22px;
  border-radius: 5px;
  transition: 0.38s ease-in-out;
  border: 1px solid #CCCCCC;
  transition: 0.38s ease-in-out;
}
.material__tabs-item--active {
  background-color: #357AFC;
  color: #fff;
}
.material__tabs-item--active:hover {
  opacity: 0.6;
  color: #fff;
}
.material__tabs-item:hover {
  opacity: 0.6;
}
.material__list {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: clamp(11.375rem, 0vw + 11.375rem, 11.375rem);
  opacity: 0;
  transition: 0.38s ease-in-out;
  gap: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
}
.material__list--active {
  display: grid;
}
.material__list--opacity {
  opacity: 1;
}
.material__list[data-info="1"] {
  grid-auto-rows: clamp(28.375rem, 0vw + 11.375rem, 11.375rem) !important;
}
.material__list[data-info="3"] {
  grid-auto-rows: clamp(17.375rem, 0vw + 11.375rem, 11.375rem) !important;
}
@media (max-width: 1200px) {
  .material__list[data-info="1"] {
    grid-auto-rows: clamp(19.375rem, 0vw + 11.375rem, 11.375rem) !important;
  }
  .material__list[data-info="3"]{
    grid-auto-rows: clamp(12.375rem, 0vw + 11.375rem, 11.375rem) !important;
  }
}

@media (max-width: 1024px) {
  .material__list[data-info="1"] {
    grid-auto-rows: clamp(15.375rem, 0vw + 11.375rem, 11.375rem) !important;
  }
  .material__list[data-info="3"] {
    grid-auto-rows: 152px !important;
  }
}

@media (max-width: 768px) {
  .material__list[data-info="1"] {
    grid-auto-rows: clamp(12.375rem, 0vw + 11.375rem, 11.375rem) !important;
  }
  .material__list[data-info="3"] {
    grid-auto-rows: 165px !important;
  }
  .material__list[data-info="3"] img{
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  .material__list[data-info="1"] {
    grid-template-columns: 1fr;
    grid-auto-rows: clamp(13.375rem, 0vw + 11.375rem, 11.375rem) !important;
  }
  .material__list[data-info="3"] {
    grid-auto-rows: 200px !important;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .material__list[data-info="3"] {
    grid-auto-rows: 180px !important;
    grid-template-columns: 1fr;
  }
}
.material__list img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.tour {
  margin-bottom: clamp(2.5rem, 15.924vw + -7.671rem, 5.625rem);
}
.tour iframe {
  height: clamp(21.875rem, 73.248vw + -24.912rem, 36.25rem);
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.38s ease-in-out;
  opacity: 0;
  z-index: -2;
}
.tour__wrapper {
  position: relative;
  height: clamp(21.875rem, 73.248vw + -24.912rem, 36.25rem);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.38s ease-in-out;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.6);
}
.tour__wrapper--expanded {
  background-color: transparent;
}
.tour__wrapper--expanded .tour__wrapper-bg {
  opacity: 0;
}
.tour__wrapper--expanded .tour__content {
  opacity: 0;
}
.tour__wrapper--expanded iframe {
  opacity: 1;
}
.tour__wrapper--display iframe {
  z-index: 10;
}
.tour__wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  transition: 0.38s ease-in-out;
  border-radius: 10px;
}
.tour__content {
  display: flex;
  opacity: 1;
  position: relative;
  z-index: 4;
  transition: 0.38s ease-in-out;
  flex-direction: column;
  gap: clamp(0.625rem, 0.318vw + 0.422rem, 0.688rem);
  align-items: center;
}
.tour__title {
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 14.013vw + -7.201rem, 4.5rem) !important;
  line-height: clamp(2.375rem, 15.287vw + -7.389rem, 5.375rem);
}
.tour__button {
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.637vw + 0.468rem, 1rem);
  line-height: clamp(1.063rem, 0.637vw + 0.656rem, 1.188rem);
  border: 0px solid transparent !important;
  cursor: pointer;
  background-color: #357AFC;
  border-radius: 5px;
  padding: clamp(0.75rem, 1.274vw + -0.064rem, 1rem) clamp(1.625rem, 1.911vw + 0.404rem, 2rem);
  padding-top: 16px;
  padding-bottom: 15px;
  transition: 0.38s ease-in-out;
}
.tour__button:hover {
  color: #fff;
  opacity: 0.6;
}

.gallery {
  margin-bottom: clamp(2.5rem, 15.924vw + -7.671rem, 5.625rem);
}
.gallery__title {
  font-weight: 800;
  color: rgb(51, 51, 51);
  font-size: clamp(1.75rem, 5.414vw + -1.708rem, 2.813rem) !important;
  line-height: clamp(2.25rem, 7.643vw + -2.632rem, 3.75rem) !important;
  margin-bottom: clamp(1.25rem, 3.185vw + -0.784rem, 1.875rem);
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  grid-auto-rows: 212px;
  gap: 15px;
}
.gallery__grid-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  transition: 0.38s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  grid-column: span 5;
}
.gallery__grid-item .icon-eye {
  transition: 0.38s ease-in-out;
  opacity: 0;
  font-size: clamp(2.5rem, 5.096vw + -0.755rem, 3.5rem);
  color: #fff;
}
.gallery__grid-item:nth-child(1) {
  grid-row: span 2;
  grid-column: span 7;
}
.gallery__grid-item:nth-child(8) {
  grid-row: span 2;
  grid-column: span 7;
}
.gallery__grid-item:nth-child(11) {
  grid-row: span 2;
  grid-column: span 7;
}
.gallery__grid-item:hover {
  background-color: rgba(53, 122, 252, 0.9);
}
.gallery__grid-item:hover .icon-eye {
  opacity: 1;
}
.gallery__grid img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  .characteristics__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1250px) {
  .hero__top {
    gap: 5px;
  }
  .characteristics__list {
    gap: 15px;
  }
  .gallery__grid {
    gap: 10px;
    grid-auto-rows: 145px;
  }
  .about__wrapper {
    flex-direction: column;
  }
  .about__left {
    padding: 0;
  }
  .about__right img {
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .hero__top {
    min-width: auto;
  }
  .hero__bottom {
    align-self: flex-end;
  }
  .hero__prices {
    gap: 2px;
    flex-direction: column;
  }
  .hero__prices-old {
    align-self: flex-end;
  }
  .gallery__grid {
    grid-auto-rows: 100px;
  }
  .gallery__grid-item {
    grid-column: span 8;
  }
  .gallery__grid-item:nth-child(1) {
    grid-column: span 9;
  }
  .gallery__grid-item:nth-child(8) {
    grid-column: span 8;
    grid-row: span 1;
  }
  .gallery__grid-item:nth-child(5), .gallery__grid-item:nth-child(7), .gallery__grid-item:nth-child(11), .gallery__grid-item:nth-child(13) {
    grid-column: span 9;
    grid-row: span 2;
  }
  .characteristics__list {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .about__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .about__link {
    margin-left: 0;
  }
  .about__right img {
    height: 250px;
  }
  .material__list {
    gap: 10px;
    grid-auto-rows: 135px;
  }
  .tour__wrapper {
    height: 300px;
  }
  .tour iframe {
    height: 300px;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.p404 {
  text-align: center;
  padding: 50px 0px;
}

.grid {
  display: grid;
}

.ac {
  align-items: center;
}

.nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

.nav-link {
  display: block;
}
.nav-link:focus {
  text-decoration: none;
}
.nav-link:hover {
  text-decoration: none;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 2px;
  -webkit-appearance: none;
}
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scroll::-webkit-scrollbar-thumb {
  background: var(--hovercolor);
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.3764705882);
}
.modal .modal-dialog {
  background-color: white;
}
.modal .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .grid {
  gap: 20px;
}
.modal .title {
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.modal .text {
  color: #545560;
  font-size: 20px;
  line-height: 35px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.box {
  overflow: hidden;
  border-radius: 4px;
}
.box img {
  transition: all 0.25s ease-out;
}
.box img:hover {
  transform: scale(1.05);
}

.breadcrumbs {
  color: #333333;
  font-size: 14px;
  margin-bottom: 30px;
}
.breadcrumbs a {
  color: #949598;
}

.owl-carousel:not(.owl-loaded) {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.owl-nav .disabled {
  display: none;
}
.owl-nav .owl-prev {
  left: 10px;
}
.owl-nav .owl-next {
  right: 10px;
}
.owl-nav button path {
  opacity: 0.5;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.owl-nav button:hover path {
  opacity: 1;
}

.owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0px 5px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  border: 1px solid #333333;
}
.owl-dots .owl-dot:hover span {
  background: #333333;
}
.owl-dots .owl-dot.active span {
  background: #333333;
}

.wpcf7 {
  position: relative;
}
.wpcf7 .wpcf7-form {
  display: grid;
  gap: 20px;
}
.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
  font-size: 14px;
  color: red;
  font-weight: 500;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  font-size: 14px;
  color: green;
  font-weight: 500;
  border: 2px solid green;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 128, 0, 0.0196078431);
}
.wpcf7 .wpcf7-text {
  border: none;
  border-bottom: 1px solid rgba(84, 85, 96, 0.1254901961);
  padding: 10px 0px;
  width: 100%;
}
.wpcf7 .wpcf7-textarea {
  border: none;
  border-bottom: 1px solid rgba(84, 85, 96, 0.1254901961);
  padding: 10px 0px;
  width: 100%;
}
.wpcf7 .wpcf7-form.submitting .ajax-loader {
  display: block;
  background-image: url(images/ajax-loader.gif);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -25px;
}
.wpcf7 .poly {
  color: gray;
  font-size: 14px;
}

.btn-back-top {
  opacity: 0;
  background: #333333;
  border-radius: 2px;
  cursor: pointer;
  display: block !important;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: 0.5s;
  z-index: 1030;
}
.btn-back-top:hover {
  opacity: 1 !important;
}
.btn-back-top:before {
  border-radius: 4px;
  border-color: #fff;
  border-style: solid;
  border-width: 5px 0 0 5px;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 17px;
  left: 15px;
  transform: rotate(45deg);
}

.whatsapp-button {
  position: fixed;
  right: 70px;
  bottom: 70px;
  background: #25D366;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 11px rgb(37, 211, 102);
}
.whatsapp-button:before {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 0.5s;
}

.block h2 {
  font-size: 50px;
}
.block .tline .st {
  color: #357AFC;
}
.block .tline h2 {
  margin-bottom: 0px;
}
.block .tline .more {
  border: 1px solid var(--hovercolor);
  border-radius: 4px;
  color: var(--hovercolor);
  padding: 10px 25px;
  font-weight: 500;
}
.block .tline .more:hover {
  background: black;
  color: white;
  border-color: black;
}
.block .tline .color {
  color: var(--hovercolor);
  font-weight: 500;
}

.pagi {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}

.ppage {
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ppage .left .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ppage .left .menu li {
  background: white;
  border: 1px solid #E4E4E4;
  margin-bottom: -1px;
}
.ppage .left .menu li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ppage .left .menu li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ppage .left .menu li a {
  color: rgba(51, 51, 51, 0.7803921569);
  padding: 15px 25px;
  display: block;
}
.ppage .left .menu li.current-menu-item a {
  border-left: 2px solid var(--hovercolor);
}

.phone {
  white-space: nowrap;
}

.lmodal .modal-dialog {
  display: flex;
  align-items: center;
}

.button {
  display: inline-block;
  background: var(--hovercolor);
  color: white;
  text-align: center;
  border-radius: 4px;
  border: none;
  padding: 14px 35px;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.button:hover {
  background-color: black;
  color: white;
}

.buttonw {
  display: inline-block;
  background: white;
  color: #333333;
  text-align: center;
  border-radius: 4px;
  padding: 14px 35px;
  white-space: nowrap;
  font-weight: 500;
}
.buttonw:hover {
  background-color: black;
  color: white;
}

.gallary {
  gap: 10px;
}

path {
  transition: all 0.25s ease-out;
  text-decoration: none;
}

.cbutton {
  transition: all 0.25s ease-out;
  text-decoration: none;
}

#footer {
  padding: 80px 0px;
  background: #0D0A1B;
  color: rgba(255, 255, 255, 0.7803921569);
  font-size: 15px;
}
#footer a {
  color: rgba(255, 255, 255, 0.7803921569);
}
#footer a:hover {
  color: var(--hovercolor);
}
#footer .title {
  margin-top: 20px;
}
#footer .widget-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  color: white;
}
#footer ul {
  padding: 0px;
  list-style: none;
}
#footer ul li {
  padding: 4px 0px;
}
#footer .phone {
  font-size: 20px;
  font-family: var(--fonttitle);
}
#footer .ad {
  margin: 10px 0px;
}
#footer .mail {
  color: var(--hovercolor);
  font-weight: 500;
}
#footer .soc {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

#header {
  background: white;
}
#header .grid {
  grid-template-columns: 0.8fr 2fr;
  gap: 20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .logo .text {
  line-height: 17px;
  max-width: 50%;
  color: rgba(51, 51, 51, 0.7803921569);
  font-size: 12px;
}
#header .top {
  border-bottom: 1px solid rgba(51, 51, 51, 0.062745098);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#header .phone {
  font-size: 17px;
}
#header .nav {
  gap: 20px;
  white-space: nowrap;
}
#header .current-menu-item > a {
  color: var(--hovercolor);
}
#header .menu .current-menu-parent > a {
  color: var(--hovercolor);
}
#header .menu-item-has-children:after {
  content: url(images/arr.svg);
  margin-left: 3px;
  position: relative;
  top: -2px;
}
#header .menu-item-has-children:hover .sub-menu {
  display: block;
}
#header .sub-menu {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 10px 29px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
  list-style: none;
  z-index: 10;
}
#header .sub-menu li {
  padding: 5px 20px;
}
#header .sub-menu a {
  text-transform: none;
}
#header .catmenu {
  text-transform: uppercase;
}
#header .ex:hover path {
  fill: var(--hovercolor);
}
#header .bottom .button {
  padding: 8px 25px;
  font-size: 15px;
}
#header .slide {
  padding: 40px 0;
}
#header .slide h1 {
  letter-spacing: -0.02em;
}
#header .slide .line {
  padding: 20px 40px 20px 20px;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
#header .slide .line .text {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .slide .line .text:before {
  content: url(images/ok.svg);
}
#header .slide .bts {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
#header .slide .goto {
  margin-top: 100px;
  animation: top 3s infinite ease-in-out;
}

#header.bg {
  background: url(images/slide.jpg) top center/cover;
  color: white;
}
#header.bg .grid a {
  color: white;
}
#header.bg .grid a:hover {
  color: black;
}
#header.bg .menu-item-has-children:after {
  content: url(images/arrw.svg);
}
#header.bg .ex path {
  fill: white;
}
#header.bg .ex:hover path {
  fill: black;
}
#header.bg .logo .text {
  color: rgba(255, 255, 255, 0.7803921569);
}
#header.bg .sub-menu a {
  color: black;
}
#header.bg .sub-menu a:hover {
  color: var(--hovercolor);
}
#header.bg .bottom .button {
  background: none;
  border: 1px solid white;
}
#header.bg .bottom .button:hover {
  background: black;
  border-color: black;
  color: white;
}

#prem .item {
  background: white;
  padding: 10px;
  border-radius: 8px;
}
#prem .item img {
  border-radius: 4px;
}
#prem .item .inf {
  padding: 25px;
}
#prem .item .title {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
}
#prem .item .text {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.7803921569);
  line-height: 26px;
}

#pro .podcat .nav {
  font-size: 18px;
  justify-content: space-between;
  background: white;
  border-radius: 4px;
  margin-bottom: 20px;
}
#pro .podcat .nav .item {
  flex-grow: 1;
  text-align: center;
}
#pro .podcat .nav .item a {
  border-right: 1px solid #E4E4E4;
  padding: 20px 0px;
  border-bottom: 2px solid white;
  margin-top: -2px;
  color: rgba(51, 51, 51, 0.7803921569);
  display: block;
}
#pro .podcat .nav .item a:hover {
  border-bottom-color: var(--hovercolor);
  color: #333333;
}
#pro .podcat .nav .item:last-child a {
  border-right: none;
}

#text1 {
  background: url(images/text1.jpg);
  color: white;
}
#text1 .line1 {
  display: flex;
  gap: 20px;
  margin: 40px 0px;
}
#text1 .line1 .text {
  max-width: 70%;
}
#text1 .line2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 40px;
}
#text1 .line2 h3 {
  color: var(--hovercolor);
}
#text1 .line2 p {
  margin: 0px;
}

#usl {
  min-height: 500px;
}
#usl .container {
  position: relative;
}
#usl .item {
  background: white;
  border-radius: 8px;
  padding: 50px;
  margin-bottom: 5px;
  gap: 40px;
}
#usl .item h3 {
  font-size: 28px;
  font-weight: 400;
}

#pr .grid {
  background: white;
  border-radius: 16px;
  padding: 50px;
  gap: 40px;
}
#pr .item:before {
  content: url(images/pr.svg);
}
#pr .item .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
#pr .text {
  color: rgba(51, 51, 51, 0.7803921569);
}

#tehno .grid .info {
  background: #C6152D;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
#tehno .grid .info .text {
  padding: 50px;
  color: white;
}
#tehno .grid .info .text h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
#tehno .grid .info .text p {
  color: rgba(255, 255, 255, 0.7803921569);
  margin: 0px;
}
#tehno .grid .info .white {
  background: white;
  padding: 10px 20px;
  border-bottom-right-radius: 50px;
}

#gallary .owl-nav {
  display: flex;
  gap: 10px;
}

#tabs .nav {
  font-size: 20px;
  justify-content: space-between;
  background: white;
  border-radius: 4px;
}
#tabs .nav li {
  flex-grow: 1;
  text-align: center;
}
#tabs .nav li a {
  border-right: 1px solid #E4E4E4;
  padding: 20px 0px;
  border-bottom: 2px solid white;
  margin-top: -2px;
  color: rgba(51, 51, 51, 0.7803921569);
}
#tabs .nav li:last-child a {
  border-right: none;
}
#tabs .nav li a.active {
  border-bottom-color: var(--hovercolor);
  color: #333333;
}
#tabs .tab-content {
  margin-top: 20px;
}
#tabs .tab-content h3 {
  font-size: 30px;
  font-weight: 400;
}

#ac .item {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 20px;
}
#ac .item .info {
  padding: 20px 20px 20px 0px;
}
#ac .item .info h3 {
  margin-top: 0px;
  font-size: 22px;
}
#ac .item .info .text {
  color: rgba(51, 51, 51, 0.7803921569);
  margin-bottom: 20px;
  font-size: 14px;
}

#rews .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}
#rews .item .info .title {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
#rews .item .info .title h3 {
  margin: 0px;
  font-size: 24px;
}
#rews .item .info .title .count {
  color: rgba(51, 51, 51, 0.7803921569);
}
#rews .item .info .more {
  color: var(--hovercolor);
}

#news img {
  border-radius: 4px;
}
#news time {
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.7803921569);
  display: block;
}
#news h3 {
  margin: 10px 0px;
  font-size: 20px;
}

#accordion .card {
  padding: 20px 40px 10px 40px;
  background: white;
  border-radius: 4px;
  margin-bottom: 5px;
}
#accordion .card .title {
  font-family: var(--fonttitle);
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#accordion .card .title:after {
  content: url(images/minus.svg);
}
#accordion .card .title.collapsed:after {
  content: url(images/plus.svg);
}
#accordion .card .inf {
  padding-left: 10px;
}

#form .form {
  display: grid;
  gap: 20px;
  align-items: center;
}
#form .wpcf7-spinner {
  display: none;
}
#form .wpcf7-text {
  padding: 20px 25px;
  border: 1px solid #E5E7EF;
  border-radius: 4px;
}
#form .wpcf7-textarea {
  padding: 20px 25px;
  border: 1px solid #E5E7EF;
  border-radius: 4px;
}
#form .poly {
  font-size: 12px;
  line-height: 15px;
}

#about .color {
  color: var(--hovercolor);
  font-size: 30px;
  line-height: 36px;
}
#about .mb20 {
  margin-bottom: 20px;
}
#about .prem {
  text-align: center;
  padding: 20px 0px;
}
#about .prem .num {
  color: var(--hovercolor);
  font-size: 40px;
}

#contpage {
  margin-bottom: 20px;
}
#contpage .info {
  padding: 20px;
  background: #ffffff;
}
#contpage p {
  margin: 0px;
}
#contpage .item {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#contpage .item .title {
  color: #6C6C6C;
  font-size: 15px;
}
#contpage .item .phone {
  font-size: 25px;
  font-weight: bold;
}
#contpage .item a {
  color: black;
}
#contpage .item .mail {
  color: var(--hovercolor);
}

#banner {
  background: url(images/banner.jpg) top center/cover;
  color: white;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
#banner .in {
  position: relative;
  z-index: 3;
}
#banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 27, 41, 0.6509803922);
  z-index: 2;
}
#banner .breadcrumbs {
  text-align: left;
  color: white;
}
#banner .breadcrumbs a {
  color: rgba(255, 255, 255, 0.5019607843);
}
#banner .text {
  color: rgba(255, 255, 255, 0.7803921569);
}
#banner .bts {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

#prempro .item {
  background: white;
  padding: 10px;
  border-radius: 8px;
}
#prempro .item img {
  border-radius: 4px;
}
#prempro .item .inf {
  padding: 15px 10px;
}
#prempro .item .title {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  font-weight: 500;
}
#prempro .item .text {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7803921569);
}

#proekty .podcat .nav {
  font-size: 20px;
  justify-content: space-between;
  background: white;
  border-radius: 4px;
  margin-bottom: 20px;
}
#proekty .podcat .nav .item {
  flex-grow: 1;
  text-align: center;
}
#proekty .podcat .nav .item a {
  border-right: 1px solid #E4E4E4;
  padding: 20px 0px;
  border-bottom: 2px solid white;
  margin-top: -2px;
  color: rgba(51, 51, 51, 0.7803921569);
  display: block;
}
#proekty .podcat .nav .item a:hover {
  border-bottom-color: var(--hovercolor);
  color: #333333;
}
#proekty .podcat .nav .item:last-child a {
  border-right: none;
}
#proekty .item img {
  border-radius: 4px;
}
#proekty .item .title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#proekty .item .har {
  color: #858585;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#proekty .item .price {
  font-weight: 500;
  font-size: 20px;
}
#proekty .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  justify-content: space-between;
}
#proekty .button {
  padding: 10px 20px;
}

#proekt .info {
  background: white;
  border-radius: 4px;
  padding: 20px;
}
#proekt .info .gallary {
  min-width: 100%;
}
#proekt .info .gallary img {
  border-radius: 4px;
}
#proekt .info .owl-dots {
  position: absolute;
  bottom: 10px;
  margin: 0px;
}
#proekt .info .owl-nav {
  display: none;
}
#proekt .info .price {
  font-size: 34px;
}
#proekt .info .sale {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
#proekt .info .sale .num {
  font-size: 14px;
  color: #848484;
  text-decoration: line-through;
}
#proekt .info .sale .sl {
  font-size: 14px;
  background: #FED630;
  padding: 3px 5px;
  border-radius: 4px;
}
#proekt .info .button {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
#proekt .info .bts {
  display: grid;
  grid-template-columns: 1fr 0.16fr;
  gap: 10px;
  text-align: center;
  font-weight: 500;
}
#proekt .info .bts .za {
  border: 1px solid rgba(51, 51, 51, 0.1254901961);
  border-radius: 4px;
  padding: 8px;
}
#proekt .info .bts .call {
  border: 1px solid rgba(51, 51, 51, 0.1254901961);
  border-radius: 4px;
  padding: 8px;
}
#proekt .info .bts a:hover {
  background: black;
  color: white;
}
#proekt .info .bts a:hover path {
  fill: white;
}
#proekt .info .time {
  margin: 20px 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
}
#proekt .info .dop {
  display: grid;
  gap: 5px;
}
#proekt .info .dop .title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #848484;
  font-size: 13px;
  margin-bottom: 10px;
}
#proekt .info .pr {
  border-left: 1px solid #E4E4E4;
  display: grid;
  gap: 40px;
  text-align: center;
  font-size: 14px;
}
#proekt .info .pr svg {
  margin-bottom: 5px;
}
#proekt .nav {
  gap: 10px;
  margin-top: 40px;
}
#proekt .nav a {
  background: white;
  padding: 15px 40px;
  border: 1px solid #E5E7EF;
  border-radius: 4px;
}
#proekt .nav a:hover {
  color: black;
}
#proekt .nav a.active {
  border-top: 1px solid var(--hovercolor);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#proekt .tab-content h3 {
  font-size: 35px;
}
#proekt .tab-content h4 {
  font-size: 23px;
  margin-bottom: 15px;
}
#proekt .tab-content .hartable {
  width: 100%;
  border-collapse: collapse;
}
#proekt .tab-content .hartable td {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0px;
}
#proekt .tab-content .hartable td:first-child {
  color: rgba(51, 51, 51, 0.5843137255);
}
#proekt .tab-content .gal {
  gap: 10px;
}
#proekt .tab-content .gal .title {
  text-align: center;
  margin-top: 5px;
}

#works .item h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#works .item .desc {
  margin-bottom: 10px;
}
#works .item .srok {
  color: gray;
  margin-bottom: 10px;
  font-size: 14px;
}

#work .srok {
  color: gray;
  margin-bottom: 20px;
}
#work .bts {
  margin-bottom: 20px;
}

.wpc-filters-widget-wrapper .wpc-posts-found {
  display: none;
}

.wpc-filters-section .wpc-filter-title {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}
.wpc-filters-section select {
  border: 1px solid #E5E7EF;
  border-radius: 4px;
  padding: 10px 5px 10px 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("images/down-arrow.svg");
  background-size: 13px 13px;
  background-position: 95% center;
  background-repeat: no-repeat;
  outline: none;
}
.wpc-filters-section input {
  border: 1px solid #E5E7EF;
  border-radius: 4px;
  padding: 10px 5px 10px 20px;
  outline: none;
}

.wpc-filters-range-column {
  position: relative;
}

.prefix {
  position: absolute;
  left: 15px;
  top: calc(50% - 12px);
  color: grey;
}

input.has-prefix {
  padding-left: 38px;
}

input.wpc-filters-range-max {
  padding-left: 39px;
}

.wpc-filter-layout-dropdown {
  margin-bottom: 0px !important;
}

#price table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  font-family: var(--fonttitle);
}
#price td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #E4E4E4;
}
#price th {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #E4E4E4;
}
#price .more {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--hovercolor);
  font-size: 18px;
  text-decoration: underline;
}
#price tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

#tags .grid {
  gap: 10px;
}
#tags .item {
  border: 1px solid #E4E4E4;
  padding: 20px;
}
#tags .item h3 {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 921px) {
  .whatsapp-button {
    bottom: 10px !important;
    left: 10px;
  }
}
/*# sourceMappingURL=style.css.map */