/*
Theme Name:           Open Shop child
 Template:     open-shop
Author:               BAST
*/


@import url(./css/media.css);

@font-face {
    font-family: 'euclid-regular';
    src: url('./css/fonts/Euclid Circular A Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'euclid-bold';
    src: url('./css/fonts/Euclid Circular A Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'euclid-medium';
    src: url('./css/fonts/Euclid Circular A Medium.ttf');
    font-weight: 500;
}

body {
    font-family: 'euclid-regular' !important;
    font-size: 14px;
    line-height: 1.2;
    color: #37312B;
    background: #Fff
}

select {
    width: 100%;
    max-width: 250px;
    padding: 5px;
    color: #37312B;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 1.5em;
}

.grid-container,
.container {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto
}

.left_bar,
.main-header-col1,
.sidebar-content-area {
    background: #37312B;
    color: #fff;
    max-width: 250px;
}

#header .left_bar,
.main-header-col1 {
    border-radius: 0px 89px 0px 0px;
}

.row-main {
    display: flex;
}

.block-dark {
    background: #37312B;
    color: #fff;
}

.block-dark .button-order a {
    color: #fff;
}

.block-light {
    background: #fff;
    color: #37312B;
}

.row-main {
    padding: 0 40px;
}


.left-row,
.right-row {
    width: 50%;
    padding: 34px 31px;
    border: 1px solid #37312B;
    border-bottom: none;
    display: flex;
    flex-direction: column;
}
.right-row > img{
  height: 100%;
  object-fit: cover;
}

.right-row-doubled .image-compare{
  height: 100%;
}
.right-row-doubled .image-compare img{
  height: 100%;
}

.row-main.block-light.servise:nth-of-type(6) .right-row {
    border-bottom: 1px solid #37312B;
}

.no-border {
    border: none;
}

.left-row,
.row-main.block-light:nth-child(2n+1).servise .right-row  {
    border-right: none;
}

.row-main p {
    font-family: 'euclid-regular' !important;
    font-size: 14px;
    line-height: 20px;
}

.row-main h2 {
    font-family: 'euclid-bold' !important;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.row-main h3 {
    font-family: 'euclid-bold' !important;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.row-main.wy_we_are .text-filds p{
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 0;
}
.row-main.wy_we_are .left-row ul{
  margin-left: 0;
  margin-bottom: 55px;
  font-family: 'euclid-regular';
  font-size: 14px;
  line-height: 20px;
}
.row-main.block-dark.wy_we_are>div {
    display: flex;
    flex-direction: column;
    padding: 56px 36px;
}

.row-main.block-dark.wy_we_are>div.right-row {
    padding: 60px 23px 60px 30px;
}

.row .site-main {
    width: 100%;
}

.main-area {
    display: flex;
}

.primary-content-area {

    order: 2;
    width: calc(100% - 250px);
}


#sidebar-primary .open-shop-widget-content {
    background: none;
    border: none;
    margin: 0;
    padding: 0 37px;
}

#sidebar-primary .open-shop-widget-content ul.menu {
    padding-left: 15px;
}

#sidebar-primary ul.menu li a {
    color: #fff;
}

#sidebar-primary ul.menu li a:hover,
#sidebar-primary ul.menu li a:active {
    color: #B5E200
}

#sidebar-primary ul.menu li a:active::before {
    content: "\2192";
    display: block;
    width: 10px;
    height: 5px;
    margin-left: -20px;
    padding-top: 2px;
}

#sidebar-primary ul.menu li {
    margin-bottom: 15px;
}



#sidebar-primary ul.menu li::marker {
    content: <svg width=" 15" height=" 8" viewBox=" 0 0 15 8" fill=" none" xmlns=" http: //www.w3.org/2000/svg" ><path d="M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464465C10.9763 0.269203 10.6597 0.269203 10.4645 0.464465C10.2692 0.659727 10.2692 0.97631 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM4.37114e-08 4.5L14 4.5L14 3.5L-4.37114e-08 3.5L4.37114e-08 4.5Z" fill="#B5E200" /></svg>;
    font-size: 1.2em;
}

.house-header {
    display: flex;
    margin-bottom: 32px;
}

.house-content {
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.house-header>* {
    width: 50%;
}

.buttons .button {
    width: 177px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    font-family: 'euclid-bold';
}

.buttons .button.active {
    border: 2px solid #37312B;
    border-radius: 60px;
    padding: 12px 0;
    margin-bottom: 20px;
}

.house-menu {
    margin-bottom: 44px;
}

.button-order {
    border: 3px solid #B5E200;
    border-radius: 60px;
    padding: 22px;
    color: #37312B;
    text-align: center;
    margin-top: auto;
}

.button-order a {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #37312B;
    font-family: 'euclid-bold';
}

.map .house-reclama-form {
    width: 440px;
}

.map .house-reclama-form,
.map .row-contacts p {
    color: #37312B;
    font-size: 20px;
    line-height: 25px;
}
.row-main .house-reclama-form  h2,
.house-reclama-form .row-contacts{
  margin-bottom: 40px;
}

.map .phones p:nth-child(2),
.thnk-col-4 .widget-footer-col2 .phones p:nth-child(2) {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.row-contacts .phones a {
    margin-right: 7px;
    display: flex;
    align-items: center;
}
.row-contacts .phones a:first-child{
  margin-left: 7px;
}

.map .row-contacts .buttons .button.active {
    border: 2px solid #000;
    border-radius: 60px;
    padding: 12px 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.house-reclama-form .row-contacts.map {
    margin-top: 0;
    margin-bottom: 0;
}

p.read-more {
    display: none;
}

footer {

    max-width: 1400px;
    margin: 0 auto;

    background: #4D473F !important;
}

footer .site-title {
    text-align: left;
    padding-top: 0;
    margin-bottom: 12px;
}

footer *,
footer h4.widget-title {
    background: #4D473F !important;
    color: #FDFDFC;
}

footer h4.widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

footer .widget_nav_menu li {
    margin-bottom: 17px;
    line-height: 17px;
}

footer .contact_icon svg>path:nth-child(1) {
    stroke: #fff;
}

footer .contact_icon svg>path:nth-child(2) {
    stroke: #fff;
}

.below-footer {
    border: none;
}

.widget-footer .widget-footer-wrap {
    padding: 100px 90px;
    margin: 0px -7.5px;
}

.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3 {
    padding-left: 20px;
    padding-right: 40px;
}

.thnk-col-4 .widget-footer-col2 {
    width: 35%;
}

.thnk-col-4 .widget-footer-col2 .row-contacts.adresa,
.thnk-col-4 .widget-footer-col2 .row-contacts.work_clock,
.thnk-col-4 .widget-footer-col2 .row-contacts p {
    font-size: 20px;
}

.thnk-col-4 .widget-footer-col4,
.thnk-col-4 .widget-footer-col1 {
    width: 20%;
}

.thnk-col-4 .widget-footer-col1,
.thnk-col-4 .widget-footer-col4 {

    padding: 0;
}

.new_t-header-gallery-slider-item {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.main-header-col1 {
    justify-content: center;
}

.sider-inner {
    display: flex;
}
.description-phone-mobile{
  display: none;
}
.phone-mobile-wrapper{
  display: flex;
  margin-left: auto;
}
.phone-mobile-wrapper > .contact_icon{
  padding-right: 10px;
}
.site-description {
    width: 60%;
    padding: 30px 30px 23px;
    font-size: 16px;
    line-height: 20px;
    color: #37312B;
    text-align: left;
    text-transform: uppercase;
}

.site-description p,
.description-phone-mobile > p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #37312B;
    font-family: 'euclid-medium';
}
.description-phone-mobile > p{
  font-size: 14px;
  text-transform: uppercase;
  max-width: 50%;
  padding-bottom: 0;
}

.phone-mobile-wrapper > .phones p{
  line-height: 18px;
  padding-bottom: 0;
}
.phone-mobile-wrapper > .phones > p:first-child{
  font-size: 16px;
}
.phone-mobile-wrapper > .phones > p:last-child{
  font-size: 12px;
  display: flex;
}
.phone-mobile-wrapper > .phones > p:last-child > a{
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.main-header-bar {
    align-items: flex-start;
}

.header-contacts {
    width: 40%;
}

.site-title {
    text-align: center;
    padding-top: 30px;
}

.site-title h1 {
    margin-top: 10px;
}

.site-title h1 a {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-family: 'euclid-regular' !important;
}

.site-title h1 a span {
    color: #B5E200;
    display: block;
    margin: 0 auto;
    font-family: 'euclid-bold' !important;
}

.site-title-description{
  font-size: 16px;
  line-height: 20px;
  font-family: 'euclid-medium';
  display: block;
  margin-bottom: 40px;
}
.social-icons-wrapper{
  display: flex;
  align-items: center;
  column-gap: 16px;
}

footer .phones svg path {
    /* stroke: #fff; */
    fill: #fff;
}

.house-link-button {
    display: flex;
    padding: 30px 0;
    gap: 15px;
    text-align: left;
}

.house-link-button .link-button a {
    font-family: 'euclid-regular';
    font-size: 14px;
    line-height: 23px;
    color: #37312B;
}

.house-link-button .link-button a span {
    font-family: 'euclid-medium';
    font-size: 20px;
    line-height: 22px;
    color: #37312B;
}

.main-header-col2 {
    width: 50%;
}

.main-header-col3 {
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex: 1;
}
select#lang_choice_1{
  max-width: 60px;
  appearance: none;
  cursor: pointer;
  font-family: 'euclid-regular';
}
select#lang_choice_1:focus{
  outline: none;
}

select.pll-switcher-select {
    width: 100px;
    max-width: 250px;
    padding: 5px;
    color: #666;
    border: none;
    font-size: 15px;
    line-height: 1.5em;
    height: 30px;
    margin: 40px 0;
}

section.slider {
    margin-top: -170px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0;
    background-image: url(./image/house-slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 93px 84px;
}

.row-main.block-light:nth-child(2n+1).servise .left-row {
    background: #37312B;
    color: #fff;
    float: right;
    order: 2;
}

.row-main.block-light:nth-child(2n+1).servise .left-row .buttons .button.active {
    border: 2px solid #fff;
}

.row-main.block-light:nth-child(2n+1).servise .left-row a {
    color: #fff;
}

.house-reclama-form {
    background: rgba(55, 49, 43, 0.4);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 64px 0px;
    width: 540px;
    height: 460px;

    padding: 60px 48px;
}

.slider .house-reclama-form {
    margin-left: auto;
}


.text-filds {
    position: relative;
}

.text-filds .row {
    display: flex;
}

.text-filds .row:nth-child(1) {
    border-bottom: 1px solid #fff;
}

.text-filds .row>div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-filds .row>div:nth-child(1) {
    padding-right: 20px;
    border-right: 1px solid #fff;
    width: 50%;
}

.text-filds .row>div:nth-child(2) {
    padding-left: 20px;
    width: 50%;
}

.text-filds .row:nth-child(2) {
    padding-top: 20px;
}

.romb {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: calc(50% - 16px);
    /* right: auto; */
    margin-top: -17px;
}

.row-main.block-light.map {
    background-color: #37312B;
    background-image: url("./image/map.jpg");
    background-size: cover;
    padding: 80px 57px;
    background-blend-mode: luminosity;
}


.house-reclama-form {
    color: #FDFDFC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(188, 188, 188, 0.44);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.slider .house-reclama-form{
  background: rgba(55, 49, 43, 0.4);
}

.house-reclama-form .button-order,
.page-head .button-order {
    background: rgb(181, 226, 0);
}

.house-reclama-form .button-order:hover a,
.page-head .button-order:hover a {
    color: #B5E200;
}

.house-reclama-form .button-order:hover,
.page-head .button-order:hover {
    background: transparent;
}

.house-reclama-form ol {
    list-style: none;
}

.house-reclama-form span.form-list {
    margin-left: 0px;
    margin-right: 5px;
    display: flex;
    background: #B5E200;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    color: #37312B;
    aspect-ratio: 1;
}

span.form-list+span {
    margin-left: 20px;
    display: inline-block;
    width: 400px;
    max-width: 100%;
}


.house-reclama-form .list-row {
    padding-bottom: 32px;
    font-family: 'euclid-medium';
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: flex-start;
    background-image: url(./image/cyrcle.svg);
    background-repeat: no-repeat;
    background-position: bottom+10px left+15px;
}

.house-reclama-form .list-row:nth-child(3) {
    background-image: none;
}

.house-reclama-form .list-row:nth-child(2) {
    background-position: bottom+5px left+15px;
}

::marker {
    display: block;
    width: 22px;
    height: 22px;
    background: #B5E200;
    border: 1px solid #B5E200;
    border-radius: 100%;
    color: #37312B;
    text-align: center;
}

.new_t-header-testimonial-slider-item {
    display: flex;
}

.testimonial-photo img {
    border-radius: 100%;
    /* border: 1px solid gray; */
}

.testimonial-photo {
    width: 83px;
    height: auto;
    border-radius: 100%;
    /* background: gray; */
    padding: 10px;
    border: 1px solid #e6dada;
    margin-right: 27px;
}

section.testimonials {
    padding: 0 54px;
}

section.testimonials h2 {
    margin: 11px 57px 50px;
    width: 329px;
    max-width: 100%;
}

section.testimonials .owl-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgb(0 22 16 / 8%);
    border-radius: 20px;
    padding: 20px 24px;
}

section.testimonials .testimonial-data {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

section.testimonials .new_t-body-testimonial-slider-item {
    margin-top: 27px;
}

.rejting {
    display: block;
    width: 100px;
}

span.new_r-item-stars>* {
    display: block;
    float: left;
    width: 15px;
    margin-right: 3px;
    fill: #C4C4C4;
}

.testimonials-slider.owl-theme {
    display: flex;

}

.row-contacts {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.main-header .call_me {
    gap: 10px;
    margin-bottom: 0;
}

.main-header .call_me .phones p {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.main-header .call_me p a {
    font-size: 20px;
    line-height: 25px;
    margin-right: 5px;
}

.row-contacts p {
    padding: 0;
}

.row-contacts.map>a {
    display: block;
    width: 100%;
    max-width: 321px;
}

.row-contacts.work_clock {
    padding-left: 40px;
}

.pum-content.popmake-content iframe {
    min-height: 400px;
}

.row-contacts .buttons .button.active {
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 12px 0;
    margin-bottom: 20px;
    width: 100%;
}

.owl-carousel.new_t-header-gallery-slider-body.rest-header-gallery-slider-body.owl-loading.owl-drag {
    opacity: 1;
    height: 100%;
}

.owl-carousel .owl-stage-outer,
.owl-stage,
.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel.new_t-header-gallery-slider-body.rest-header-gallery-slider-body.owl-loading.owl-drag>.owl-item {
    display: none
}

.owl-carousel.new_t-header-gallery-slider-body.rest-header-gallery-slider-body.owl-loading.owl-drag .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    /* margin-top: -50px; */
    z-index: 2000;
    position: absolute;
    bottom: -12px;
    right: -10px;
}
.owl-carousel.rest-header-gallery-slider-body .owl-nav button:focus{
  outline: none;
}

.owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-prev,
.owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: rgba(188, 188, 188, 0.66);
    color: #37312B;
}

.owl-carousel.rest-header-gallery-slider-body .owl-nav button span {
    color: transparent;
}
.owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-prev{
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 8.70711C-0.0976315 8.31658 -0.0976314 7.68342 0.292893 7.29289L6.65686 0.928931C7.04738 0.538407 7.68054 0.538407 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM15 9L1 9L1 7L15 7L15 9Z' fill='%2337312B'/%3E%3C/svg%3E ");
}
.owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-next{
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289L8.34314 0.928931C7.95262 0.538407 7.31946 0.538407 6.92893 0.928932C6.53841 1.31946 6.53841 1.95262 6.92893 2.34315L12.5858 8L6.92893 13.6569C6.53841 14.0474 6.53841 14.6805 6.92893 15.0711C7.31946 15.4616 7.95262 15.4616 8.34315 15.0711L14.7071 8.70711ZM8.74228e-08 9L14 9L14 7L-8.74228e-08 7L8.74228e-08 9Z' fill='%2337312B'/%3E%3C/svg%3E%0A");
}
.owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-prev,
.owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-next{
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu {
    display: none;
}

@media (min-width:780px){
  .single .row-main.block-light.heading-block .right-row{
    padding: 15px;
  }
}
@media (min-width:1024px)
{

	.page-content .primary-content-area {
    margin-top: -170px;
}
.single .row-main.block-light.heading-block .left-row,
.single .row-main.block-light.heading-block .right-row {
    padding: 34px 0;
}

.single .row-main.block-light.heading-block .left-row {
    margin-left: -15px;
}

.single .row-main.block-light.heading-block .right-row {
    margin-right: -15px;
}

select#lang_choice_1{
  margin-top: 30px;
}
}

.single .row-main.block-light.heading-block {
    padding: 0;
}

.row-main.block-light.heading-block {
    padding: 0;
}


.single .row-main.block-light.heading-block .left-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single .row-main.block-light.heading-block .right-row {
    padding: 27px 60px;
}

.single .row-main.block-light.heading-block .page-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.single .row-main.block-light.heading-block .page-head .breadcrumb-trail.breadcrumbs {
    flex: 0;
    text-align: left;
    margin-bottom: 30px;
}

.thunk-breadcrumb {
    text-align: left;
}

.thunk-breadcrumb li a,
.thunk-breadcrumb li {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
}

h1.entry-title.thunk-post-title {
    max-width: 50%;
    margin-bottom: 25px;
}

h1.entry-title.thunk-post-title a {
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    text-transform: uppercase;
    color: #37312B;
}

.single .row-main.block-light.heading-block .page-head .button-order {

    width: 100%;
}
.woods-gallery{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.woods-gallery img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

@media (min-width:1200px) {
    section.testimonials .owl-item:nth-child(2) {
        margin: 0 20px;
    }

    select#lang_choice_1 {
        margin-left: 50px;
        margin-top: 30px;
    }

}


@media (max-width:1024px) {
  .description-phone-mobile{
    display: flex;
  }
  .thnk-col-4 .widget-footer-col2 .row-contacts.adresa,
  .thnk-col-4 .widget-footer-col2 .row-contacts.work_clock,
  .row-contacts .phones a:first-child{
    font-size: 16px;
  }

    .mobile-menu {
        display: block;
    }

    .mobile-menu-active .sider.left,
    .sticky-mobile-menu-active .sider.left,
    .mobile-bottom-menu-active .sider.left {
        left: 0px;
        background: rgba(55, 49, 43, 1);
        color: rgba(255, 255, 255, 1);
    }

    .site-description {
        width: 100%;
        padding: 30px 0 0;
        color: rgba(255, 255, 255, 1);
    }

    .site-description p,
    .main-header .call_me p a {
        color: rgba(255, 255, 255, 1);
    }

    .iksm-581 .iksm-terms {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-right: 20px;
        padding-left: 0px !important;
    }

    select {
        width: auto;
    }

    .mobile-menu {}

    .site-title svg path {
        fill: #000;
    }

    .site-title svg {
        margin-right: 20px;
    }

    .thnk-col-4 .widget-footer-col1,
    .thnk-col-4 .widget-footer-col2,
    .thnk-col-4 .widget-footer-col3,
    .thnk-col-4 .widget-footer-col4 {
        padding: 10px;
    }

    .main-header-col3 {
        align-items: center;
    }

    .testimonials-slider.owl-theme {
        flex-direction: column;
    }

    .grid-container,
    .container {
        max-width: 100%;
    }

    section.slider {
        margin-top: 0;
    }

    .row-main {
        padding: 0 0px;
    }

    .main-header-bar {
        align-items: center;
    }

    .primary-content-area {
        width: 100%;
    }

    div#sidebar-primary {
        display: none;
    }

    .left_bar,
    .main-header-col1,
    .sidebar-content-area {
        background: transparent;
        color: #37312d;
    }

    .site-title {
        padding-top: 0;
        display: flex;
        align-items: center;
    }

    .site-title h1 {
        margin-top: 0;
    }

    .site-title h1 a {
        color: #1c1d1e;
    }

    .row-main h2 {
        font-size: 21px;
        line-height: 20px;
    }

    section.testimonials .owl-item {
        margin-bottom: 20px;
    }

    .widget-footer .widget-footer-wrap {
        padding: 10px;
        margin: 0px -7.5px;
    }

    .sider-inner {
        display: flex;
        flex-direction: column;
    }
    .left-row, .right-row{
      padding: 20px;
    }
}

@media (max-width:998px) {
    .widget-footer .widget-footer-wrap {
        padding: 20px 20px;
    }

    .thnk-col-4 .widget-footer-col1,
    .thnk-col-4 .widget-footer-col2,
    .thnk-col-4 .widget-footer-col3,
    .thnk-col-4 .widget-footer-col4 {
        width: 50%;
    }

}

@media (max-width:910px) {
  .row-main h2{
    font-size: 16px;
  }
  .row-main.block-dark.wy_we_are>div.right-row{
    padding: 50px 20px;
  }
  .wy_we_are.row-main h3{
    font-size: 17px;
  }
}

@media (max-width:779px) {
  .new_t-header-gallery-slider-item{
    min-height: 350px;
  }
  .row-main.block-dark.wy_we_are>div.right-row{
    padding-top: 0;
  }
  .row-contacts.work_clock{
    padding-left: 45px;
  }
  .site-title-description{
    font-size: 14px;
    margin-bottom: 25px;
  }
  footer .widget_nav_menu li{
    margin-bottom: 10px;
    line-height: 20px;
  }
  .single .row-main.block-light.heading-block .right-row{
    padding: 25px;
  }
  h1.entry-title.thunk-post-title a{
    font-size: 28px;
    line-height: 25px;
  }
  .row-main h2{
    font-size: 21px;
  }
  .button-order{
    padding: 12px;
  }
    .house-header {
        flex-direction: column;
    }

    .house-header>* {
        width: 100%;
        text-align: center;
    }

    .buttons .button {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .row-main.block-dark.wy_we_are {
        flex-direction: column;
    }

    .row-main.block-dark.wy_we_are>div {

        width: 100%;
    }

    .row-main.block-light.servise.faq {
        flex-direction: column;
    }

    .row-main.block-light.servise.faq>* {
        width: 100%;
    }

    .row-main.block-light.servise.faq>.left-row.no-border {
        height: 300px;
        overflow: hidden;
    }

    section.slider,
    .row-main.block-light.map {
        margin-top: 0;
        padding: 50px;
    }

    .slider .house-reclama-form,
    .row-main.block-light.map .house-reclama-form {
        margin-left: auto;
        max-width: 100%;
        height: auto;
    }
    .slider .house-reclama-form{
      padding: 30px 20px;
    }

    .row-main {
        padding: 0 0px;
        flex-direction: column;
    }

    .left-row,
    .right-row {
        width: 100%;
        border: 1px solid #37312B !important;
        margin-bottom: 20px;
    }

    .right-row>img {
        width: 100%;
    }

}
@media (max-width:650px) {
  .button-order a{
    font-size: 18px;
  }
  span.form-list+span{
    margin-left: 15px;
    font-size: 14px;
    line-height: 21px;
  }
}



.row-main.block-light.servise:last-child > div {
    border-bottom: 1px solid #37312B;
}
.button-order > a:focus,
.button-order {
    outline: none;
}

.accordion__item {
    margin-bottom: 30px;
}

.accordion__item.accordion__item_show {
    margin-bottom: 0;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;

    color: #37312B;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2337312B'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
}


.accordion__item_show .accordion__header::after {
    transform: rotate(-180deg);
}

.accordion__header:hover {}

.accordion__item_hidden .accordion__header {}

.accordion__body {
    padding: 30px 0;
    overflow: hidden;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    color: #37312B;

}

.accordion__item:not(.accordion__item_show) .accordion__header {}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

form.wpcf7-form.init p {
    font-size: 20px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    border: 3px solid #B5E200;
    border-radius: 60px;
    padding: 20px;
    color: #37312B;
    text-align: center;
    background-color: transparent;
    margin-top: auto;
    font-size: 20px;
    cursor: pointer;
}

.popmake-content input.wpcf7-form-control.has-spinner.wpcf7-submit{
  font-family: 'euclid-bold';
  text-transform: uppercase;
}
.pop-input-label-description,
#popmake-640 .wpcf7-spinner{
  display: none;
}

#popmake-640 input[type="text"],
#popmake-640 input[type="tel"]{
  padding: 5px 15px;
  border-radius: 60px !important;
  border: 2px solid #37312B;
}
.wpcf7-form-control:focus,
#popmake-640 input:focus,
#popmake-640 .pum-close:focus{
  outline: none;
}
#popmake-640{
  padding: 30px 25px 15px;
}
#popmake-640 .pum-close{
  font-size: 16px;
  line-height: unset;
  padding: 6px 10px;
}
form.wpcf7-form.init input[type="text"],
form.wpcf7-form.init input[type="tel"],
form.wpcf7-form.init input[type="text"]::placeholder,
form.wpcf7-form.init input[type="tel"]::placeholder{
  font-size: 14px;
  font-family: 'euclid-regular';
}
form.wpcf7-form.init input[type="text"],
form.wpcf7-form.init input[type="tel"] {
  color: #37312B;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  font-size: 13px;
  line-height: 30px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
}

.advantages_grid {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    grid-auto-rows: auto;
    grid-template-rows: auto auto;
}

.advantages_grid__cell {
    position: relative;
    text-align: center;
    padding: 22px;
    border: 1px solid #37312B;
}

.advantages_grid__cell svg {
    margin-bottom: 15px;
}

.advantages_grid__cell p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 0;
    text-align: center;
    color: #37312B;
}

.advantages_number {
    position: absolute;
    top: 17px;
    right: 17px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #37312B;
    background-color: #B5E200;
    border-radius: 100%;
    padding: 9px;
    text-align: center;
    display: block;
    width: 44px;
    height: 44px;

}

@media(max-width:998px) {
    .advantages_grid {
        grid-template-rows: repeat(5, 1fr);
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:420px) {
    .advantages_grid {
        display: flex;
        flex-direction: column;
    }

    .single .row-main.block-light.heading-block .left-row {
        padding: 0;
        margin-left: 0;
    }
}

.advantages {
    padding: 60px 0px;
    position: relative;
}

.advantages h2 {
    padding-left: 42px;
    max-width: 200px;
}

.link_as {
    position: absolute;
    right: 50px;
    top: 80px;
    text-transform: uppercase;
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width:500px) {
  .row-main .house-reclama-form h2{
    text-align: center;
  }
  .row-main .house-reclama-form h2, .house-reclama-form .row-contacts{
    margin-bottom: 25px;
  }
  .house-reclama-form .row-contacts.adresa{
    font-size: 16px;
  }
  .row-main.block-light.map .house-reclama-form{
    padding: 30px;
  }
  .description-phone-mobile > p{
    font-size: 14px;
    line-height: 16px;
  }
  .phone-mobile-wrapper > .contact_icon{
    padding-right: 5px;
    padding-top: 2px;
  }
  .phone-mobile-wrapper > .contact_icon > svg{
    width: 28px;
    height: 28px;
  }
  .phone-mobile-wrapper > .phones > p:first-child{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .phone-mobile-wrapper > .phones > p:last-child{
    font-size: 10px;
  }
  .phone-mobile-wrapper > .phones > p:last-child > a{
    margin-left: 4px;
  }

  .wy_we_are.row-main h3{
    font-size: 15px;
  }
  .new_t-header-gallery-slider-item{
    min-height: 280px;
  }

  .owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-prev,
  .owl-carousel.rest-header-gallery-slider-body .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
  }
    .advantages h2 {
        padding-left: 20px;
        max-width: 100%;
    }

    .link_as {
        position: relative;
        right: 0;
        top: 0;

        align-items: flex-start;
        justify-content: flex-start;

        padding: 20px;
    }
}

.row-main.block-light.personal-calling .forms__body {
    width: 489px;
    max-width: 100%;
    height: 458px;
    padding: 40px;
    background: rgba(55, 49, 43, 0.8);
}

.row-main.block-light.personal-calling {
    background-image: url(./image/man.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    margin-bottom: 70px;
}

.row-main.block-light.personal-calling .form_row.form_row__two_col>div {
    width: 50%;
}

.row-main.block-light.personal-calling .form_row.form_row__two_col {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.row-main.personal-calling .forms__body input:not([type=submit]) {
    height: 36px;
}

form.wpcf7-form.init p,
.row-main.personal-calling .thunk-single-post form p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.row-main.personal-calling form.wpcf7-form.init input[type="text"],
.row-main.personal-calling form.wpcf7-form.init input[type="tel"],
.row-main.personal-calling form.wpcf7-form.init input[type="date"] {
    background: transparent;
    padding: 10px 20px;
    margin-top: 4px;
    width: 100%;
    border: 2px solid #FFFFFF !important;
    border-radius: 60px !important;
    color: #fff;
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    font-family: 'euclid-medium';
    letter-spacing: 0.02em;
}

.row-main.personal-calling h2 {
    color: #B5E200;
    margin-bottom: 12px;
}

.row-main.personal-calling input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #B5E200;
    border: 2px solid #B5E200 !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
    text-transform: uppercase;
    text-align: center;
}

.row-main.personal-calling form.wpcf7-form.init input[name="your-name"] {
    background-image: url('./image/name.svg');
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 15px
}

.row-main.personal-calling form.wpcf7-form.init input[name="your-adress"] {
    background-image: url('./image/adres.svg');
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 15px
}

.row-main.personal-calling form.wpcf7-form.init input[type="tel"] {
    background-image: url('./image/phone.svg');
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 15px
}

.row-main.personal-calling form.wpcf7-form.init input[type="date"] {
    background-image: url('./image/phone1.svg');
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 15px
}
.row-main.personal-calling form.wpcf7-form.init input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  left: 14px;
  opacity: 0;
  width: 100%;
}

.row-main.personal-calling .wpcf7 form.invalid .wpcf7-response-output,
.row-main.personal-calling .wpcf7 form.unaccepted .wpcf7-response-output,
.row-main.personal-calling .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ccc;
    background: #ccc;
    width: 100%;
    margin: 5px;
    color: #000;
}
@media (max-width:475px) {
  .woods-gallery{
    grid-template-columns: 1fr 1fr ;
    grid-gap: 10px;
  }
  .row-main.block-dark.wy_we_are>div{
    padding: 30px 20px;
  }
  .thnk-col-4 .widget-footer-col2 .row-contacts.adresa,
  .thnk-col-4 .widget-footer-col2 .row-contacts.work_clock,
  .row-contacts .phones a:first-child{
    font-size: 14px;
  }
  .row-contacts{
    gap: 10px;
  }
  .contact_icon svg{
    width: 25px;
  }
  .row-contacts.work_clock{
    padding-left: 35px;
  }
  .advantages_grid__cell{
    padding: 12px 10px;
  }
  .advantages_number{
    width: 30px;
    height: 30px;
    line-height: 31px;
    top: 7px;
    right: 7px;
    font-size: 15px;
    padding: 0;
  }
  .advantages_grid__cell p{
    line-height: 16px;
  }
}
@media (max-width:420px) {
  .row-contacts.work_clock{
    align-items: flex-start;
  }
    .widget-footer .widget-footer-wrap {
        padding: 0;
    }

    .thnk-col-4 .widget-footer-col1,
    .thnk-col-4 .widget-footer-col2,
    .thnk-col-4 .widget-footer-col3,
    .thnk-col-4 .widget-footer-col4 {
        width: 100%;
    }

    .row-main.block-dark.wy_we_are>div.right-row {
        padding: 0px 23px 0px 30px;
    }

    .text-filds .row {
        display: flex;
        flex-direction: column;
    }

    .text-filds .row>div:nth-child(1) {
        padding-right: 0;
        border-right: none;
        width: 100%;
    }

    .text-filds .row>div:nth-child(2) {
        padding-left: 0;
        width: 100%;
    }

    section.slider,
    .row-main.block-light.map {
        margin-top: 0;
        padding: 30px;
    }

    .house-reclama-form span.form-list {
        width: 65px;
        height: 40px;
    }

    section.testimonials {
        padding: 0;
    }
}

@media (max-width:550px) {
  .row-main.block-light.personal-calling .forms__body{
    padding: 32px;
    padding-top: 40px;
    height: fit-content;
    height: -moz-fit-content;
  }
  .row-main.block-light.personal-calling .form_row.form_row__two_col{
    flex-direction: column;
    gap: 10px;
  }
  .row-main.block-light.personal-calling .form_row.form_row__two_col>div{
    width: 100%;
  }
}
@media (max-width:450px) {
  .row-main.block-light.personal-calling .forms__body{
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-main.block-light.personal-calling{
    padding: 40px;
  }
  .row-main.personal-calling input.wpcf7-form-control.has-spinner.wpcf7-submit{
    font-size: 12px;
  }

}
