@media (min-width: 1420px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px;
}
}
.cel{overflow:hidden;}
a.foto {
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
}
.modal .modal-dialog{
margin:0;
    width: 500px;
left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)!important;
}
.s-message{display:none}
.modal .form-header {
    padding: 25px 25px 0;
}
.back-opacity {
    background: rgb(244 238 233 / 20%);
    padding: 30px;
    border-radius: 30px;
}
.modal .modal-content{
   border-radius:0;
   box-shadow:none!important;
}
.modal .form-header i {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 36px;
    background: #184347;
}
.modal .form-header button i {
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 color: #8a2424;
 float: left;
 font-size: 25px;
 background: #771f1f00;
}
.modal .form-header .title_for {
  margin-bottom: 5px;
  color: #2f383d;
  line-height: 41px;
  font-size: 28px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #000;
}

.modal .form-header .text {
    color: #555;
}
.modal .modal-body {
    padding: 0 25px 25px;
}
.modal .form-control {
    width: 100%;
    padding: 10px 15px;
    height: auto;
    border-radius: 0;
    margin: 15px 0;
    box-shadow: none;
    font-size: 15px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    background-color: #fff !important;
}
.modal .mf-text{
padding-bottom: 10px;
}
.checkbox {
    font-size: 15px;
}
.modal .calc-but {
    border: none;
    color: white;
    padding: 15px 15px;
    font-weight: 500;
   background: #E47E8D;
    box-shadow: 0px 4px 15px #e47e8d;
    border-radius: 50px;
    padding: 21px 50px;
    font-size: 18px;
    line-height: 21px;
    transition: all 1s ease 0s;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 8px;
    font-size: 17px;
    border-radius: 50px;
    border: 0 none;
    margin-top: 20px;
}
img {
    max-width:100%;
    height:auto;
}
.ptb-60{
    padding:60px 0;
}
body{
  font-family: 'Montserrat', sans-serif;  
    color: #2C2C2C;
    font-size: 18px;
}
h1,h2{
    font-family: 'Lora', serif;
}
header {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.banner{
    background:url(../img/background/banner.png) no-repeat 50% 100% / cover;
    padding: 100px 0 80px;
}
.btn{
    background: #E47E8D;
    box-shadow: 0px 4px 15px #E47E8D;
    border-radius: 50px;
    padding:21px 50px;
    font-size: 18px;
    line-height: 21px;
    transition: all 1s ease 0s;
    color: #FFFFFF;
    text-decoration:none;
}
.btn:hover {
    background: #ff6378;
   color: #FFFFFF; 
}
h1{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 1.2;
    color: #454545;
    margin-bottom: 30px;
}
h1 span,.h2 span{
    color:#E47E8D;
}
.header_phone img{
    max-width:20px;
    margin-right:10px
;
}
p.banner_p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 35px;
}
.header_logo img{
    margin-right: 20px;
    width: 90px;
}
header a{
    color:
    black;
    font-size: 17px;
}
.navbar-nav{
    width:100%;
    flex-wrap: wrap;
}

button.header_call {
    background: transparent;
    border: none;
    font-size: 16px;
    text-decoration: underline;
}
.navbar .navbar-nav .nav-link {
    padding: 0 10px 5px 20px;
    margin-right: 5px;
    color: #454545;
    font-size: 16px;
}

a.nav-link {
    color: #454545;
    font-size: 16px;
}
a.nav-link:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #d1b29e;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 8px;
}
a.nav-link {
    position: relative;
}
li.nav-item ul {
    margin: 0px;
    padding: 15px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border-radius: 1.5rem 0 1.5rem 0;
    border: none;
    left: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    display: block;
    background: white;
    width: 250px;
    z-index: 1;
    position: absolute;
    left: 0;
}

li.nav-item:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-0%, 0, 0);
    visibility: visible;
    opacity: 1;
    
}

li.nav-item {
    position: relative;
}
li.nav-item.active a::before {
    background: #e47e8d;
}

.header_phone span {
    font-weight: 600;
}
li.nav-item.active a {color:black;}

.preim{
background:url(../img/background/group-12.jpg) no-repeat 50% / contain;
}
.h2{
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 60px;
}
.preim_title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 133%;
    text-align: center;
    color: #000000;
    margin: 20px 0 15px;
}
.preim_info {
  max-width: 380px;
    margin: 0 auto;
    font-size: 17px;
}

.preim img {
    height: 120px;
}
header button.navbar-toggler {
    display:none;
}
.preim .col-sm-12 {
    margin-bottom: 25px;
}
.circle {
    background: url(../img/element/cel.svg) no-repeat 50% / cover;
    max-width: 600px;
    margin: 60px auto;
}
.cel_block {
    padding: 30px;
  background: rgba(240, 229, 223, 0.3);
border-radius: 10px;
    margin-bottom: 20px;
}

span.cel_cifra {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 52px;
line-height: 125%;
color: #E47E8D; 
}

p.cel_info {
    font-size: 16px;
}
.nav-tabs .nav-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 133%;
}

.nav-tabs {
    justify-content: space-between;
    border-bottom: 2px solid #DEC6B7;
    /* padding: 0 0 15px 0; */
    margin-bottom: 25px;
}

.nav-tabs a::before {
    width: 18px;
    height: 18px;
    bottom: -10px;
    top: auto;
    left: 50%;
    margin-left: -9px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #E47E8D;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #e47e8d;
}
.nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
    background: #F9F4F1;
}

.nav-tabs .nav-link.active::after, .nav-tabs .nav-item.show .nav-link::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #E47E8D;
    position: absolute;
    border-radius: 50%;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
}

.nav-tabs .nav-link {
    padding: 15px 30px;
    margin-bottom: -2px;
}
section.tabs-block {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0E5DF 50%,#FFFFFF 100%);
}

div#nav-tabContent {
    /* background: rgb(255 255 255 / 20%); */
    padding: 50px 0 0;
    margin-top: 50px;
}
p.tabc_content_title {
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 133%;
/* or 33px */
    display: block;
    color: #5C5C5C;
    margin-bottom: 25px;
}
.tabs-block button.btn {
    margin-top: 25px;
}

.tabs_info p {
    font-size: 16px;
}
.tabs_img img {
    border-radius: 60px 60px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-height:450px;
}

.tabs_img {
    display: inline-block;
    position: relative;
    margin-top: 50px;
}

.tabs_img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f8f4f1;
    position: absolute;
    z-index: 0;
    right: 50px;
    bottom: 50px;
    border-radius: 60px 60px 0 0;
}

.tabs_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e1ccbe;
    position: absolute;
    z-index: 0;
    left: 50px;
    bottom: 60px;
    border-radius: 60px 60px 0 0;
}
.stroka {
    display: flex;
    justify-content: left;
    margin-bottom: 15px;
    align-items: center;
    background: rgba(240, 229, 223, 0.3);
    border-radius: 10px;
    padding: 20px;
}
.clock > span:hover {
}
.clock span span {
    margin-right: 5px;
    color: #aa9484;
    display: block;
    font-style: normal;
}
.day {
    padding: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 125%;
/* identical to box height, or 44px */
    letter-spacing: -1px;
    color: #e47e8d;
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    margin-right: 25px;
    text-align: center;
}

.clock {
    /* background: rgba(240, 229, 223, 0.3); */
    /* border-radius: 10px; */
    /* padding: 20px; */
}

.clock > span {
    display: inline-block;
    margin: 5px 1px 5px 5px;
    font-size: 16px;
    background: rgba(240, 229, 223, 0.3);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}


.clock i {
    /* text-decoration: underline; */
    /* margin-right: 5px; */
    color: #e47e8d;
    /* display: block; */
    /* font-style: normal; */
    /* display: none; */
}
.back {
    position: sticky;
    top: 0;
    padding: 25px 30px;
    background: #faf7f5;
    text-align: center;
    background: rgba(240, 229, 223, 0.3);
    border-radius: 10px;
    margin-bottom: 20px;
}

.back .title {
    font-size: 25px;
    font-weight: 500;
    font-family: Lora;
}

.back button {
    margin-top: 30px;
    margin-bottom: 20px;
}

.back img {
    max-height: 300px;
}
section.raspisanie.ptb-60,section.vopros-block.ptb-60 {
    background: url(../img/background/group-12.jpg) no-repeat 50% 0 / 100%;
}
.price-block{
 background: linear-gradient(180deg, #FFFFFF 0%, #F0E5DF 50%,#FFFFFF 100%);   
    
}
.price-block p.name {
    font-size: 25px;
    font-weight: 500;
    font-family: Lora;
}
.price-block .back{
    background:white;
}
.contact-item {
padding: 2px 0;
    border-radius: 5px;

}
.contact-item i {
    color: #e47e8d;
    font-size: 25px;
    margin-right: 10px;
}
.accordion > .card .card-header .btn span:after {
   position: absolute;
   left: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   top: 50%;
   font-size: 25px;
   left: 50%;
   color: white;
   transform: translate(-50%, -50%);
}
.card-body {
    font-size: 18px;
    background: transparent;
    margin-bottom: 20px;
    /* padding: 30px 20px; */
    position:relative;
}
.accordion > .card .card-header .btn.collapsed span:after {
    content: "-";
}
.accordion > .card .card-header .btn span:after {
    content: "+";
}
.accordion button.btn.btn-link[aria-expanded="true"] {
    background: transparent;
    /* color: white; */
}
.card .btn {
    background: transparent;
    box-shadow: none;
    color: #2c2c2c;
    font-size: 18px;
    padding: 15px;
}
.accordion > .card > .card-header {
    background: #faf7f5;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
}
.accordion > .card {
    border: none;
}
.accordion button.btn.btn-link span {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    background: #e47e8d;
    top: 15px;
    margin-top: -1px;
    right: 15px;
    z-index: 0;
    border-radius: 50%;
}
.prepod p.title {
    font-size: 25px;
    font-weight: 500;
    font-family: Lora;
}
.uslugi.ptb-60,.prepod-all.ptb-60 {
    padding-bottom: 0;
}

.back-m {
    background: linear-gradient(195deg, rgb(243 235 230), #faf7f5);
    margin-left: -80px;
    height: 100%;
    /* border: 15px solid #ffffff; */
    padding: 50px;
    border-radius: 10px;
}

.prepod img {
    border-radius: 10px;
}

.back-m:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #e47e8d;
    border-radius: 50px;
    position: absolute;
    right: 30px;
    top: 15px;
}
.back-m:after {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    position: absolute;
    right: 37px;
    top: 23px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 80px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e47e8d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }


.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
          width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #d1b29e;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.accordion {
    width: 100%;
}
p.title-footer {
font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
}
span.logo-footer img {
    max-width: 100px;
}

span.logo-footer {
    margin-bottom: 25px;
    display: block;
}

ul.link a {
    font-size: 15px;
    text-decoration: underline;
}
footer li a:hover,header a:hover{
    color:#202020
}
ul.ul-col-2 {
    display: flex;
    flex-wrap: wrap;
}

ul.ul-col-2 li {
    width: 50%;
}

footer hr {
    margin: 30px 0;
    border-top: 1px solid rgb(231 214 204);
}

footer p {
    font-size: 16px;
}
footer {
    background: linear-gradient(0deg, #e7d8ce, transparent);
    padding: 50px 0 20px;
    position: relative;
}
footer:before {
    content: "";
    background: url(../img/background/clouds-5.png) no-repeat 50% 0% / cover;
    width:100%;
    height: 300px;
    position:
    absolute;
    top: 0;
    left:0;
    margin-bottom: -0px;
    transform: rotate(180deg);
}
footer li {
list-style: none;
    margin-bottom: 5px;
    font-size: 16px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer a {
    color: #2c2c2c;
}

footer p {
    margin-bottom: 0;
}
.soc-seti i {
    font-size: 30px;
    color: #e58492;
}

.soc-seti {
    margin-top: 30px;
}

.soc-seti a {
    margin-right: 10px;
}

.soc-seti a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #e47e8d;
    display: inline-block;
    text-align: center;
    line-height: 48px;
}
footer p.title-footer:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #e47e8d;
    border-radius: 50px;
    left: 0;
    top: 8px;
}
span.plus {
    display: none;
}
/*Inline Page*/

.inline-page header {
    position: static;
    /* background: rgb(244 238 233 / 20%); */
}
.block-header h1 {
    font-size: 25px;
}

.block-header {
    position: static;
    background: linear-gradient(180deg, #cfae9a, transparent);
    position: relative;
}
.modal .modal-content:before {background: white url('/assets/yoga/img/element/mandala1-(2).png') no-repeat 50%  / 70%;
content: "";width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0.2;}
ul.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    align-items: center;
    padding: 0px 0 30px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
}
ul.breadcrumb a {
    color: #e47e8d;
    text-decoration: underline;
}

ul.breadcrumb i {
    margin: 0 10px;
    font-size:13px;
}
.block-header:before {
    content:
    "";
    background: url(../img/background/clouds-5.png) no-repeat 50% 0% / cover;
    width:100%;
    height: 300px;
    position:
    absolute;
    bottom:0;
    left:0;
    margin-bottom: -0px;
}
.prepod-all {
    /* background: url(../img/background/group-12.jpg) no-repeat 50% 0; */
}

header .container {
    background: rgb(244 238 233 / 20%);
    padding: 20px;
    border-radius: 50px;
}

.breadcrumbs_wrap {
    position:relative;
}

.back-inline {
    background: url(../img/background/group-12.jpg) no-repeat 50% 0% / 100%;
}
.breadcrumbs_wrap {
    padding: 30px 0 10px;
    text-align: center;
}
p.title_product a {
    font-size: 25px;
    font-weight: 500;
    font-family: Lora;
    color: black;
    margin-top: 15px;
    display: block;
}
.uslugi .title {
    margin-bottom: 50px;
    background: #faf7f5;
    padding: 0px 0 30px;
    text-align: center;
    border-radius: 15px;
}
.uslugi .title img{
     border-radius: 15px 15px 0 0;
}
.block-title p.title {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 50px;
    background: #e47e8d;
    color: white;
    padding: 20px 35px;
    position: absolute;
    min-width: 70%;
    margin-left: -30px;
    border-radius: 50px;
    bottom: -20px;
}
.block-title{
  position:relative;  
}
.block-title p.title span {
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}

.block-title p.title svg {
    width: 30px;
    height: 60px;
}
.block-content{
    padding: 20px;
    background: #faf7f5;
}
.back-prepod {
    height: 100%;
    background: #faf7f5;
}
.prepod-all .col-lg-6 {
    margin-bottom: 40px;
}
.block-title img {
    width: 100%;
}
.ptb-100 {
    padding: 100px 0;
}
.block-zaglushka {
    text-align: center;
}

.block-zaglushka .title {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: black;
}

section.form-bottom .form-big {
    background: #faf7f5;
    padding: 50px;
    border-radius: 15px;
}
.checkbox a {
    color: #e47e8d;
    text-decoration: underline;
}
section.form-bottom h2.wow {
    padding: 20px 0;
}

section.form-bottom .form-control {
    padding: 15px;
    height: auto;
    border: 1px solid #faf7f5;
}

form#obr_form2 {
    margin-top: 20px;
}

section.form-bottom img {

    margin: -110px 0;
    display: block;
}

.sec_1_new h2{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.sec_1_new h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.sec_1_new h4{
      font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.sec_1_new h5{
      font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.sec_1_new table{
    width: 100%;
    margin:20px 0;
}
.sec_1_new td,.sec_1_new th{
    padding: 10px;
    border-radius:10px;
    border:3px solid white;
}
.sec_1_new th{
    background:#e47e8d;
    color:white;
    padding:10px;

}
.sec_1_new tr:nth-child(2n) td{
    background:#faf7f5;
}
.sec_1_new li{
    line-height: 1.5;
    position: relative;
    padding-left: 36px;
    list-style: none;
    margin-bottom: 10px;
}
.sec_1_new ol,.sec_1_new ul{
    margin:20px 0
;
    padding: 0;
}
.sec_1_new ol {
    counter-reset: num;
}
.sec_1_new ol li:before{
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #ffffff;
     border: 1px solid #e47e8d; 
    color: #e47e8d;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;    
}
.sec_1_new ul li:before{
        position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    top: 8px;
    left: 0px;
    border-radius: 50%;
    content: "";
    speak: none;
    line-height: 10px;
    text-align: center;
    border: 2px solid #e47e8d;
}
.elementor-divider {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

span.elementor-divider-separator:before,span.elementor-divider-separator:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #e7d6cc;
}

span.elementor-divider-separator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr;
}

.elementor-icon.elementor-divider__element {
    margin: 0 20px;
}

svg.bi.bi-circle-half {
    fill: #e7d6cc;
}
section.prepod-block .btn {
    margin: 30px 0 30px;
}

section.prepod-block .title {
    position: relative;
    left: 20px;
    bottom: 30px;
    background: #faf7f5;
    padding: 10px 35px;
    border-radius: 25px;
    width: 90%;
    font-size: 22px;
}

.prepod .item {
    position: relative;
}
section.prepod-block .title:before{
  content: "";
    width: 50px;
    height: 25px;
    background: #e47e8d;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
    
}
section.prepod-block .title:after{
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    position: absolute;
    right: 22px;
    top: 23px;
    
}
.elementor-icon.elementor-divider__element i {
    color: #e7d6cc;
    font-size: 16px;
}
#upbutton {
    position: fixed !important;
    right: 25px;
    bottom: 140px;
    display: block;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    width: 50PX;
    height: 50px;
    color: #d1b29e;
    border-radius: 50%!IMPORTANT;
    z-index: 9999;
    cursor: pointer;
}

p.err404 {
    font-weight: bold;
    font-size: 75px;
}

p.err404 img {
    max-width: 200px;
}
.tegi-all {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.border-teg {
    margin: 20px;
}
section.service_included_area {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0E5DF 50%,#FFFFFF 100%);
}

.border-teg span.img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255 255 255);
    z-index: 0;
    left: 10px;
    top: 30px;
    border-radius: 15px;
}
.border-teg span.img {
    position: relative;
    bottom: 20px;
    border-radius: 15px;
    padding: 0;
}
.border-teg span.img img {
    height: auto;
    /* max-height: 150px; */
    display: inline-block;
    position: relative;
    /* top: 50%; */
    /* transform: translate(0, -50%); */
    border-radius: 15px;
}
.border-teg span {
    display: block;
    position: absolute;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    bottom: 0;
    z-index: 2;
    padding: 15px;
    background: #faf7f5;
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.tegi-all.home {
    padding-bottom: 50px;
}
.home .border-teg {
    border: 2px solid #f3f3f8;
    height: 100%;
    background: #ffffff;
    padding: 10px;
}
.tegi-all > div {
    margin-bottom: 20px;
}
.tegi-all a {
    color: black;
    position: relative;
    display: block;
}
@media (max-width: 1450px){.nav-tabs .nav-link {
    padding: 15px 20px;
}
                          }
@media (max-width: 1199px){
    span.plus {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    display:block;
}
    li.nav-item ul {position: static;opacity: 1;width: 100%;overflow: visible;text-align: center;border-radius: 0;transform: none;visibility: visible;opacity: 1;box-shadow: none;}
.nav-tabs .nav-link {
    padding: 15px 0px;
}
    li.nav-item ul .nav-link{
        border-bottom:none;
    }
.tabs_img:before {
    right: 30px;
    bottom: 30px;
    }
 .tabs_img:after {
    left: 30px;
    bottom: 30px;
 }
header button.navbar-toggler {display:block;position: absolute;padding: 10px;font-size: 1rem;top: 50%;transform: translate(10px, -50%);right: 30px;}
.header_nav {
    order: 2;
}
.header_phone span {
    display: block;
}
.header_nav a {
    padding: 10px 0!important;
    font-size: 16px;
    border-bottom: 1px solid rgb(217 190 174 / 20%);
}

.header_nav a:before {
    content: none;
}
.header_nav .navbar .navbar-collapse {
    background: #f8f4f1;
    z-index: 2;
}
.header_phone {
    position: relative;
    padding-right: 80px;
}
h1 {
    font-size: 32px;
}
p,.preim_info, .sec_1_new li, .sec_1_new td, .sec_1_new th {
    font-size: 16px;
}

p.banner_p {
    font-size: 16px;
    line-height: 1.6;
}
.preim img {
    height: 100px;
}
.cel_circle{
    order:3;
}
}
@media (max-width: 991px){
    section.form-bottom img {
    margin: 0 auto;
    }
    nav.navbar.navbar-expand-xl.navbar-light {
    padding: 0;
}
    .tab-content > .tab-pane{
        text-align:center;
    }
    .tabs_img {
    margin-top: 0;
    margin-bottom: 50px;
}
.nav-tabs .nav-link{
    width:33.33%;
    text-align:center;
}
.banner {
    padding: 160px 0 60px;
}
.ptb-60 {
    padding: 30px 0;
}
}
@media (max-width: 767px){
    .card .btn {
    padding: 15px 30px 15px 15px;
}
.accordion button.btn.btn-link span {
    width: 40px;
    height: 40px;
}
    .day {
    margin-right: 0;
    margin-bottom: 10px;
    }
    .stroka {
    display: block;
    }
    .clock span {
    display: block;
    }
.cel_block {
    text-align: center;
}
.nav-tabs .nav-link{
    width:50%;
    text-align:center;
}
.price-block p.name {
    font-size: 20px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.back-m {
    margin-left: 0;
    padding: 30px;
    margin-top:20px;
}
}
@media (max-width: 640px){
    .modal .modal-dialog {
    width: 100%;
    }
    .modal .form-header .title_for {
    font-size: 20px;
    }
.navbar-light .navbar-toggler {
    right: 20px;
    font-size: 15px;
    padding: 5px;
}
    .header_phone {
    position: relative;
    padding-right: 60px;
}
    .header_logo span {
    display: none;
}
}
@media (max-width: 580px){
footer .col-sm-12 {
    padding-bottom: 20px;
    text-align: center;
}
p.err404 img {
    max-width: 150px;
}
p.err404 {
    font-size: 55px;
}
ul.ul-col-2 li {
    width: 100%;
}

footer p.title-footer:before {
    content: none;
}

footer p {
    text-align: center;
}
.nav-tabs .nav-link{
    width:100%;
    text-align:center;
    border-bottom: 2px solid #d1b29e;
}
.h2 {
    font-size: 25px;
}
.block-title p.title span {
    top: 0;
}
.block-title p.title {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 15px 35px;
    margin-left: -10px;
    border-radius: 50px;
    bottom: -20px;
}
.header_logo {
    width: 25%;
}
.btn {
    padding: 15px 30px;
    font-size: 16px;
}
.header_phone {
    width: 75%;
}
button.header_call {
    font-size: 15px;
    display: none;
}
.header_phone span {
    font-size: 16px;
}
header a {
    color: black;
    font-size: 14px;
}
h1 {
    font-size: 25px;
}
.banner_left {
    text-align: center;
}
header {
    padding: 20px 0 0;
}
}