@charset "utf-8";
@font-face {
    font-family: FontAwesome; /* Имя шрифта */
    src: url("../fonts/FontAwesome.otf"); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Mon-light; /* Имя шрифта */
    src: url("../fonts/Montserrat-Light.ttf"); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Mon-reg; /* Имя шрифта */
    src: url("../fonts/Montserrat-Regular.ttf"); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Mon-med; /* Имя шрифта */
    src: url("../fonts/Montserrat-Medium.ttf"); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: Lighthaus; /* Имя шрифта */
    src: url("../fonts/Lighthaus.otf"); /* Путь к файлу со шрифтом */
   }

button, 
button:active, 
button:focus {
    outline: none;
}

div,
div:active,
div:focus {
    outline: none;
}

input,
input:active,
input:focus{
    outline: none;
}
body{
    background: url(../img/bg.png)  !important;
    overflow-x: hidden;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            body
            {
               -webkit-text-size-adjust: 130%;
            }}

.block1{
    background: url(../img/block1.png) center top no-repeat;
    min-height: 1530px;
    margin-top: -80px;
}

.zagolovok{
    margin-top: 200px;
    margin-left: 50px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .zagolovok
            {
                margin-top: 20px;
                margin-left: 20px;
                
            }}

.zagolovok h1{
    font-family: Lighthaus;
    font-size: 62px;
    line-height: 62px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.zagolovok h1 img{
    position: absolute;
    margin-top: -50px;
}

.zagolovok h2{
    font-family: Mon-reg;
    font-size: 18px;
    line-height: 26px;
    margin-top: -10px;
    margin-bottom: 14px;
}

.zagolovok p{
    font-family: Mon-reg;
    font-size: 22px;
    margin-top: -30px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .photo-terapevt img
            {
                width: 110%;
                
            }}

.button1 button{
    background-color: #78a4a3;
    height: 65px;
    width: 217px;
    border: none;
    border: 5px;
    font-family: Mon-light;
    color: white;
    border-radius: 5px;
    font-size: 14.5px;
    letter-spacing: 2px;
    box-shadow: 0px 10px 20px #78a4a3;
    background-image: url(../img/but.png);
    transition: 0.4s;
    z-index: 10;
    position: relative;

    display: inline-block;
  text-decoration: none;
    overflow: hidden;
}

.button1 button:hover{
    background-color: #78a4a3;
    box-shadow: 0px 10px 20px #78a4a3;
    transform: scale(1.05);
}

.button1 button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(-250em) skewX(-45deg);
    opacity: 0;
}

.button1 button:hover:before {
  animation: moveLight 0.8s;
}

@keyframes moveLight {
  from {
    transform: translateX(-4em) skewX(-45deg);
      opacity: 0;
  }
  to {
    transform: translateX(17em) skewX(-45deg);
      opacity: 1;
  }
}


.button1 button span img{
    width: 14px;
}
.main img{
    margin-top: 30px;
}

.main{
    background: url(../img/main.png) center top no-repeat;
    height: 80px;
}

.main p{
    text-align: center;
}

.photo-terapevt img{
    margin-left: -40px;
}

.text-around{
    position: absolute;
    margin-top: -260px;
    right: 100px;
}
.text-around img{
    width: 160px;
    animation-name: rotation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.special{
    margin-top: 100px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .special
            {
                padding-bottom: 100px;
                
            }}

.zag{
    margin-bottom: 40px;
}
.zag h2{
    font-family: Lighthaus;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.zag p{
    font-family: Mon-light;
    font-size: 20px;
    text-align: center;
    color: #666461;
    margin-bottom: 0;
}

.box-spec{
    background: url(../img/box.png) center top no-repeat;
    height: 349px;
    width: 248px;
    transition: 0.6s;
    box-shadow: 0 0px 25px rgb(0 0 0 / 0%), 0 0px 25px rgb(0 0 0 / 0%);
    margin: 0 auto;
    transform: scale(1.00);
    z-index: 10;
    position: relative;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .box-spec
            {
                margin-top: 30px;
                
            }}

.box-spec:hover{
    background: none;
    background-color: white;
        transform: scale(1.05);
    border-radius: 10px;
    box-shadow: 0 0px 25px rgb(0 0 0 / 7%), 0 0px 25px rgb(0 0 0 / 5%);
    
}

.box-spec img{
    margin-top: 60px;
    margin-bottom: 10px;
}
.box-spec h3{
    font-family: Mon-light;
    font-size: 14px;
    text-align: center;
    color: #222122;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 20px;
}
.box-spec h4{
    font-family: Mon-light;
    font-size: 14px;
    text-align: center;
    color: #222122;
    
}

.about{
    background: url(../img/block2.png) center top no-repeat;
    min-height: 958px;
    padding-bottom: 100px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .about
            {
                padding-bottom: 80px;
                
            }}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .about img
            {
                width: 100%;
                
            }}

.about .zag{
    margin-top: 80px;
}

.text-about p{
    font-family: Mon-light;
    font-size: 16px;
    text-align: left;
    color: #65665f;
    line-height: 28px;
    margin-top: -10px;
    width: 85%;
    margin-bottom: 50px;
}

.text-about h4{
    font-family: Lighthaus;
    font-size: 44px;
    text-align: left;
    text-transform: uppercase;
}

.text-about h5{
    font-family: Mon-reg;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.text-around2{
    position: absolute;
    margin-top: -260px;
    right: 50px;
}
.text-around2 img{
    width: 160px;
    animation-name: rotation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

.bg-timeline{
    background: url(../img/bg-timeline.jpg);
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}



@media only screen and ( min-width: 1360px ) and ( max-width: 5560px )
        {
            .container
            {
                width: 1360px;
                
                
            }}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .container
            {
                margin-left: 20px;
                margin-right: 20px;
                
            }}

.public{
    margin-top: 100px;
}

.box-public{
    max-width: 100%;
    height: 260px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #dbd9d6;
    padding: 0px;
    transition: 0.4s;
    box-shadow: 0 0px 25px rgb(0 0 0 / 0%), 0 0px 25px rgb(0 0 0 / 0%);
    transform: scale(1.00);
    z-index: 10;
    position: relative;
    margin-top: 36px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .box-public
            {
                margin-left: 20px;
                margin-right: 20px;
            }}

.box-public img{
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: 9;
    
}

.box-public:hover{
    box-shadow: 0 0px 25px rgb(0 0 0 / 7%), 0 0px 25px rgb(0 0 0 / 5%);
    padding: 10px;
    transform: scale(1.05);
}

.box-text{
    font-family: Mon-light;
    font-size: 14px;
    text-align: left;
    color: #65665f;
    margin-left: 40px;
    margin-right: 50px;
    margin-top: 20px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .box-text
            {
                margin-left: 20px;
                margin-right: 30px;
                margin-bottom: 20px;
            }}

.round-eye{
    background-color: #78a4a3;
    border-radius: 50%;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    box-shadow: 0 0px 25px rgb(120 164 163 / 25%), 0 0px 25px rgb(120 164 163 / 30%);
    padding-top: 21px;
    transition: 0.6s;
    z-index: 10;
    position: relative;
    opacity: 0;
    margin-top: -100px;
}

.round-eye p{
    text-align: center;
    transform: scale(1.00);
}

.round-eye img{
    width: 40px;
    margin-left: 14px;
    margin-top: -20px !important;
    padding-bottom: 15px;
    position: relative;
    
}

.box-public:hover .round-eye{
    margin-top: -150px;
    opacity: 1;
    cursor: pointer;
}

.block2{
    background: url(../img/block3.png) center 400px no-repeat;
    min-height: 1720px;
    z-index: 10;
    position: relative;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .block2
            {
                padding-bottom: 80px;
                
            }}

.kogda{
    margin-top: 160px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .kogda
            {
                padding-bottom: 0px;
                
            }}

.kogda p{
    font-family: Mon-light;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.kogda p strong{
    color: white;
    background-color: #78a4a3;
    font-weight: 400;
    padding-left: 6px;
    padding-right: 3px;
}

.kogda .zag{
    margin-top: 20px;
}

.chto{
    margin-top: 120px;
}

.chto .zag{
    margin-top: 50px;
}

.chto p{
    font-family: Mon-light;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.konsult{
    background: url(../img/block4.png) center top no-repeat;
    height: 1191px;
    margin-top: -150px;
    position: relative;
    padding-top: 200px;
    z-index: 9;
}


.text-konsult h3{
    font-family: Lighthaus;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
}

.text-konsult h5{
    text-align: center;
    margin-bottom: 30px;
}
.text-konsult p{
    font-family: Mon-light;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.text-konsult p strong{
    font-family: Mon-reg;
    font-weight: 600;
    margin-bottom: 10px;
}

.stoim h3{
    font-family: Lighthaus;
    font-size: 36px;
    text-align: center;
    padding: 7px;
    border: 2px solid #78a4a3;
    margin-top: 40px;
}

.stoim h4{
    font-family: Lighthaus;
    font-size: 29px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-left: 20px;
}

.stoim h4 strong{
    background-color: #78a4a3;
    color: white;
    padding: 0px;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px;
}

.stoim p{
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
}


.content .button1{
    margin: 0 auto;
    width: 216px;
    margin-top: 50px;
}

.content .button1 button{
    margin-top: 50px;
}


#form{
    background-color: white;
    box-shadow: 0 0px 25px rgb(0 0 0 / 7%), 0 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin-left: 18%;
    margin-right: 18%;
    text-align: center;
    padding: 16px;
}
@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            #form
            {
                margin-left: 5%;
                margin-right: 5%;
                margin-top: 40px;
                
            }}


#form h3{
    font-family: Lighthaus;
    font-size: 44px;
    margin-bottom: 0px;
}

#form img{
    margin-top: -12px;
    margin-bottom: 16px;
}

#form p{
    text-align: center;
}

.border-form{
    border: 1px solid #efeae5;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    padding-top: 30px;
}

#form h6{
    font-family: Mon-reg;
    font-size: 12px;
    margin-bottom: 20px;
    color: #8d8d8d;
    line-height: 18px;
}

#form h7{
    font-family: Mon-reg;
    font-size: 13px;
    margin-bottom: 26px;
    color: #8d8d8d;
    line-height: 18px;
}

.name{
    border: none;
    border-bottom: 1px solid #bba390;
    font-family: Mon-reg;
    font-size: 14.5px;
    height: 40px;
    margin-top: 20px;
}

.butom1{
    background-color: #78a4a3 !important;
    height: 65px !important;
    width: 217px !important;
    border: none !important;
    border: 5px !important;
    font-family: Mon-light !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 14.5px !important;
    letter-spacing: 2px !important;
    box-shadow: 0px 10px 20px #78a4a3 !important;
    background-image: url(../img/but.png) !important;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    transition: 0.4s !important;
    transform: scale(1.00) !important;
}

.butom1:hover{
    background-color: #78a4a3;
    box-shadow: 0px 10px 20px #78a4a3;
    transform: scale(1.05);
}

li label{
    font-family: Mon-reg;
    font-size: 14.5px;
    font-weight: 400;
}

.kontakt{
    text-align: center;
}

.kontakt h3{
    font-family: Lighthaus;
    font-size: 48px;
    margin-top: 80px;
}

.kontakt p{
    font-family: Mon-reg;
    font-size: 16px;
}

.kontakt p strong{
    color: white;
    background-color: #78a4a3;
    font-weight: 400;
    padding-left: 6px;
    padding-right: 3px;
}

.social{
    background-color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    box-shadow: 0 0px 25px rgb(0 0 0 / 7%), 0 0px 25px rgb(0 0 0 / 5%);
    display: inline-block;
    margin: 10px;
    margin-bottom: 25px;
    z-index: 10;
    position: relative;
}

.social img{
    margin-top: 8px;
}

#form ul{
    height: 30px;
}

ymaps {
    box-sizing: content-box;
    border-top-left-radius: 150px;
    z-index: 10;
    position: relative;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .ymaps-2-1-79-map ymaps, .ymaps-2-1-79-map ymaps:after, .ymaps-2-1-79-map ymaps:before
            {
               
                border-top-left-radius: 00px;
                margin-right: 25px;
                
                
            }}


#map{
    height: 500px;
    margin-top: 50px;
    
    margin-bottom: 50px;
    z-index: 10;
    position: relative;
}
@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            #map
            {
                height: 600px;
                margin-right: 25px;
                
            }}

.what{
    min-height: 500px;
    padding-bottom: 100px;
    margin-top: 80px;
    z-index: 10;
    position: relative;
}

.what-box{
    margin-left: 20%;
    margin-right: 20%;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .what-box
            {
                margin-left: 10%;
                margin-right: 10%;
                
            }}

.form-soc ul{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.grain {
  width: 100%;
  height: 100%;
  z-index: 1;
    position: fixed;
}
canvas{
    position: fixed; 
    top:0;
    left: 0;
}


































.tabs {
  left: %;
  position: relative;
  padding: 50px;
  padding-bottom: 80px;
    margin: 0 auto;
    width: 500px;
        padding-top: 0px;

}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: Lighthaus;
  font-size: 16px;
  color: #428BFF;
    font-weight: 300;
    
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
    border-bottom: 1px solid #b7aeac;
    z-index: 9;
    margin: 0 auto;
    padding-bottom: 4px;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  list-style-type: none;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #666766;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  max-width: 50%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 120px;
    z-index: 10;
  margin: 0 auto;
  height: 3px;
  background: #78a4a3;
  border-radius: 1px;
    margin-top: -2px;
}
.tabs .content {
  margin-top: 30px;
    position: absolute;
    margin: 0 auto;
    width: 1360px;
    left: -75%;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .tabs .content
            {
                width: 600px;
                left: -10%;
            }}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: black;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: black;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: black;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: black;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}






















@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #78a4a3;
    --active-inner: #fff;
    --focus: 2px rgba(120, 164, 163, .3);
    --border: #BBC1E1;
    --border-hover: #78a4a3;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
    border: 1px solid black;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}












details{
  display:block;
  box-shadow: 10px 15px 25px rgb(0 0 0 / 0%), 10px 15px 25px rgb(0 0 0 / 0%);
    background-color:none;
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 1.5rem;
    transition: 0.4s;
}

details:hover{
     background-color:white;
}

details:hover summary{
      border-bottom: 1px solid white;
}
summary::-webkit-details-marker{display:none; visibility: hidden !important;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{
    display:none;
    visibility: hidden !important;
} 
summary {
   display:block;
   padding: 1em 3em 1em 2em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
    border-bottom: 1px solid #a8a8a8;
    transition: 0.4s;
}
summary:before {  
  top: 1em;
  right: 1em;
  color: transparent;
  background: url(../img/arrow2.png) center top no-repeat; 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
    filter: grayscale(100%);
}

summary{
list-style: none;
}


summary:after {
    filter: grayscale(1);
}

details[open]{
    box-shadow: 10px 15px 25px rgb(0 0 0 / 3%), 10px 15px 25px rgb(0 0 0 / 2%);
    background-color: white;
    transition: 0.4s;
    padding-bottom: 70px;
    
}
details[open] > summary:before {
  transform: rotate(90deg);
    filter: grayscale(0%);
    
}
summary ~ * {
   padding: 0 1em 10px 1.4em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {

}
summary:focus {
  outline:0;
}

summary{
    font-size: 20px;
    font-family: Lighthaus;
    color: black;
}
@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            summary
            {
               -webkit-text-size-adjust: 130%;
                
            }}


details[open] summary{ 
  animation: sweep .5s ease-in-out;
    border-bottom: none;
    color: #2f302f;
}
details p{
    font-family: Mon-reg;
    font-size: 14px;
    width: 80%;
    margin-top: px;
    margin-left: 22px;
    line-height: 22px;
    text-indent: 20px;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            details p
            {
               -webkit-text-size-adjust: 130%;
               width: 90%;
                
            }}

.img-vopros{
    margin-left: -56px;
    margin-top: -50px;
    position: relative;
    transition: 0.4s;
    opacity: 0;
    position: absolute;
}

details .img-vopros{
    opacity: 0;
    transition: 0.4s;
}

details[open] .img-vopros{
    opacity: 1;
}


.img-vopros img{
    max-width: 160px;
    margin-left: -68px;
}

.category a{
    color: white;
}

.container-news a{
    text-decoration: none;
}

.header-middle {
    background: none !important ;
}

.header-middle, .ts-header, body.header-v5 .header-container{
    background-color: none !important;
}



.header-v4 .header-middle > .container > .header-right, header.hidden-cart .header-middle > .container > .header-right, .header-v2 header.hidden-cart .header-middle > .container > .header-left{
    visibility: hidden
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .header-v4 .header-middle > .container > .header-right, header.hidden-cart .header-middle > .container > .header-right, .header-v2 header.hidden-cart .header-middle > .container > .header-left{
            
                zoom: 160%;
                margin-left: -30px;
                position: relative;
                right: 30px;
                margin-top: -10px;
                top: 0px;
                visibility: visible
            }}
            

.menu-item-15335 a{
    border: 1px solid #78a4a3;
    padding: 8px !important;
    margin-left: 50px !important;
    padding-top: 10px;
    color: black !important;
    margin-top: 5px !important;
}

@media only screen and ( min-width: 300px ) and ( max-width: 1000px )
        {
            .menu-item-15335 a{
            
                margin-left: 0px !important;
            }}
            
.menu-item-15335 a:after{
    width: 0px !important;
}

.menu-item-15335 a:hover{
    background-color: #78a4a3;
    color: #ffffff !important;
}

.menu-item-15335 a span{
    margin-left: 12px;
    margin-right: 12px;
}

.single-post .thumbnail img{
     height: 360px !important;
     object-fit: cover !important;
}

.entry-format .thumbnail img{
     height: 360px !important;
     object-fit: cover !important;
}