@font-face {
    font-family: exljbris-MuseoCyr;
    src: url(../fonts/prox/MuseoSansCyrl_3.otf);
}

@font-face {
    font-family: MuseoSansCyr;
    src: url(../fonts/prox/MuseoSansCyrl_1.otf);
}

@font-face {
    font-family: ProximaNovaBlack;
    src: url(../fonts/prox/ProximaNovaBlack_1.otf);
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/prox/ProximaNovaBold_1.otf);
}

@font-face {
    font-family: ProximaNovaExtrabold;
    src: url(../fonts/prox/ProximaNovaExtrabold_1.otf);
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(../fonts/prox/ProximaNovaRegular_1.otf);
}

@font-face {
    font-family: ProximaNovaSemibold;
    src: url(../fonts/prox/ProximaNovaSemibold_1.otf);
}

@font-face {
    font-family: ProximaNovaThin;
    src: url(../fonts/prox/ProximaNovaThin_1.otf);
}

@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/prox/ProximaNovaLight_1.otf);
}

body {
    overflow-x: hidden;
    font-family: ProximaNovaRegular;
    background-image: url("/images/wood-min.png");
}

a {

    color: inherit;
    text-decoration:none;
}

a:hover,  a:focus{

    color: inherit;
    text-decoration:none;
}
a p{

    color: inherit;
    text-decoration:none;
}

img {
    max-width: 100%;
}


input {
    max-width: 100%;
}



.nopad{
    padding: 0px;
}
.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #a70007;
    outline: none;
    transition: 0.3s;
    border-radius: 23px;
}

#article h1 {
    margin: 0;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #a70007;
    border-color: #8c8c8c;
    outline: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}
.btn-default:focus {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
    outline:none; 
}   
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #a70007;
    border-color: #adadad;
}

.owl-nav {
    position: absolute;
    width: 90%;
    top: 35%;
    left: 5%;
    height: 0px;
}

.owl-next {
    float: right;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}
.owl-prev {
    float: left;
    font-size: 50px;
    color: #003f74;
    padding: 7px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    transition: 0.4s;
    padding-left: 13px;
    padding-top: 6px;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #003f74;
    float: left;
    margin-left: 7px;
    transition: 0.4s;
    background: azure;
}
.owl-dots .owl-dot.active {
    background: #a70007;
    border-color: #a70007;
}
.owl-carousel .item{
    margin: 0 auto;
    width: 95%;
}
#fixed_header .menu.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
}
.navbar-brand {
    float: left;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.num {
    float: left;
    padding-top: 12px;
    font-size: 15px;
    color: #000000;
}
.mob_logo img {
    width: 40px;
} 

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.fake_menu_header{
    height: 158px;
    transition: 0.3s;
}

#fixed_menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url("/images/wood-min.png");
}

.top_line_header{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.top_line_header i{
     color: #005a50;
     padding-right: 7px;

}

#fixed_menu p, span{
    font-family: 'ProximaNovaRegular';
  font-size: 17px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}

.fixeded{
  display: none;
}

.fixeded2{
  height: 72px;
}

#fixed_menu span.zaglav{
     font-family: 'ProximaNovaExtrabold';
  font-size: 24px;

  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #005a50;
}
.top_line_header a{
  padding-left: 20px;

}
.top_line_header span.zaglav a{
padding-left: 0;
}
.bottom_line_header{
    background-image: url("/images/menu-min.png");
    height: 72px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
        box-shadow: 4px 4px 5px rgba(0,0,0,0.8);
    border-radius: 20px;
}
.bottom_line_header .nav{
  justify-content: space-around;
}
.bottom_line_header .nav>li{
  padding: 20px 0;
  position: relative;
}
.bottom_line_header .nav>li>a{
    font-family: 'ProximaNovaRegular';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-shadow: 1.6px 2.5px 4.6px rgba(13, 7, 5, 1);
  text-transform: uppercase;
  transition: 0.3s;
}

.bottom_line_header .nav>li.item-120{
  display: none;
}

.bottom_line_header .nav>li>a:hover, .bottom_line_header .nav>li.active>a{
  color: #4ae7d6;
}
footer{
    background-image: url("/images/footer_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.section_one{
    padding-top: 42px;
}

.section_one .bg_img{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 225px;
    max-height: 225px;
    text-align: center;
}

.section_one .img1{
   background-image: url("/images/5_2@3x-min.png");
   margin-bottom: 30px;
}
.section_one .img2{
   background-image: url("/images/6@3x-min.png");
    margin-bottom: 30px;
}
.section_one .img3{
   background-image: url("/images/7@3x-min.png");
    margin-bottom: 30px;
}
.section_one .img4{
   background-image: url("/images/8@3x-min.png");
    margin-bottom: 30px;
}

.section_one p{
  font-family: exljbris-MuseoCyr;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #007e70;
  margin-bottom: 41px;
      margin-top: 50px;
}

.section_two h2{
  text-align: center;
  font-family: exljbris-MuseoCyr;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #007e70;
  margin-top: 102px;
  margin-bottom: 34px;
}

.section_three h2{ 
  font-family: exljbris-MuseoCyr;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #007e70;
  text-align: center;
  margin-top: 97px;
  margin-bottom: 41px;
}

.section_three p{
  font-family: 'ProximaNovaRegular';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #5a0050;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 42px;
}

.section_three .bg_img2{
    min-height: 541px;
    max-height: 541px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url("/images/11@3x-min.png");
    width: 90%;
    margin:0 auto;
}

.section_one .vasya{
    position: absolute;
    left: -64px;
    right: 65px;
}

.fixedeseds{
    display: none;
}

.section_four{
    background-color: #fff;
    margin-top: 95px;
}

.section_four h2{
  font-family: exljbris-MuseoCyr;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #007e70;
  margin-top: 65px;
}

.toTop{
  width:46px;
height: 46px;
border:1px solid #007e70;
    border-radius: 50%;
    background-color: #007e70;
text-align:center;
padding:5px;
position:fixed;
bottom:20px; /* отступ кнопки от нижнего края страницы*/
right:20px;
cursor:pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 98;
transition: 0.3s;
opacity: 0;
}

.toTop i{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-top: -8px;
    transition: 0.3s;
}

.toTop:hover{
  background-color: #fff;
  border:1px solid #fff;
}

.toTop:hover i{
  color: #007e70;
}

.nav>li:after{
  content: "|";
  padding-left: 30px;
  color: #000;
  position: absolute;
}

.nav>li:last-child:after{
  content: "";
  padding-left: 0;
}

.breadcrumb{
  padding-right: 0;
  padding-left: 35px;
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 0;
}

.breadcrumb>li>a>span, .breadcrumb>li>span{
  font-family: ProximaNovaLight;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a0050;
}

.divider{
  display: none;
}

#custom-top{
  display: none !important;
}

.breadcrumb>li:after{
  content: "\f105";
  font-family: Fontawesome;
  margin-right: 10px;
  margin-left: 10px;
  color: #5a0050;
  font-size: 12px;
}

.breadcrumb>li:first-child:after{
  content: "";
  margin: 0;
}

.contacty .container{
  background-color: #fff;
  padding: 0;
  padding-bottom: 59px;
}

.vakansii .container{
	background-color: #fff;
	padding-left: 60px;
	padding-bottom: 75px;
}

.history .container{
  background-color: #fff;
}
.polit .container{
    background-color: #fff;
}

.polit h2, .vakansii h2, .history h2, .ideas h2, .zapis h2, .contacty h2, .uslugi h2, .blog h2.hh2, .price h2, .priem h2, .zapis h2, .idea h2{
  font-family: exljbris-MuseoCyr;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #007e70;
}

.polit hr, .vakansii hr, .history hr, .ideas hr, .zapis hr, .contacty hr, .uslugi hr, .blog hr, .price hr, .priem hr, .zapis hr, .idea hr{
  width: 10%;
  text-align: center;
  margin: 0 auto;
  border-color: #007e70;
  margin-bottom: 51px;
  margin-top: 15px;
}

.vakansii h3{
  font-family: ProximaNovaBold;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
      margin-bottom: 35px;
}

.vakansii p, .vakansii .descr{
  font-family: ProximaNovaLight;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
  margin: 0;
  margin-bottom: 15px;
}

.vakansii p b{
  font-weight: bold;
  margin: 0;
}

.vakansii .col-12{
	border-left: 2px solid #007e70;
	margin-bottom: 40px;
}

.vakansii .descr{
	margin-bottom: 15px;
}

.vakansii .descr:last-child{
	margin: 0;
}

.contacty p{
  font-family: 'ProximaNovaRegular';
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}

.contacty p b{
   font-family: 'ProximaNovaSemibold';
}

.contacty .conats{
  padding-left: 61px;
}

.contacty .cot2{
  padding-bottom: 0;
}

.contacty .social_icons a{
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 3px;
  border:2px solid #005a50;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 9px;
  transition: 0.3s;
}

.contacty .social_icons a i{
  color: #005a50;
  font-size: 22px;
  transition: 0.3s;
}

.contacty .social_icons a:hover i{
  color: #fff;
}
.contacty .social_icons a:hover{
  background-color: #005a50;
}
.pp1{
  margin-bottom: 0;
}



.ideas .container{
  background-color: #fff;
    padding-bottom: 60px;
}

.contacty .btnn, .vakansii .btnn{
  width: 70%;
  min-height: 40px;
  max-height: 40px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #005a50;
  border-radius: 3px;
  font-family: "ProximaNovaBold";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #007e70;
  cursor: pointer;
  transition: 0.3s;
}

.contacty .btnn:focus, .contacty a:focus, .vakansii .btnn:focus{
  outline: none;
}
.contacty .btnn:hover, .vakansii .btnn:hover{
  background-color: #007e70;
  color: #fff;
}
  .carousel.slide .item{
    height: 105px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
  }

  .carousel.slide .item img{
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
  }
  .carousel.slide .owl-dots{
    display: none;
  }
   .owl-prev{
    margin-left: -100px;
      font-size: 35px;
  }
   .owl-next{
    margin-right: -100px;
    font-size: 35px;
  }
   .owl-prev i{
    color: #007e70;

  }
   .owl-next i{
     color: #007e70;

  }
  .owl-dots .owl-dot {
    border: 1px solid #005a50;
    background: #fff;
    border-radius: 50%;
    }
    .owl-dots .owl-dot.active {
    background: #005a50;
    border-color: #005a50;
    border-radius: 50%;
    }
    .owl-nav{
      top: 50%;
    }

.uslugi h3{
    font-family: ProximaNovaSemibold;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a0050;
  margin-top: 20px;
  margin-bottom: 8px;
}

.uslugi .content_center{
  font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
  text-align: left;
  padding-top: 20px;
}

.uslugi .col1{
  min-height: 205px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 16px;
}

.glass p{
  font-family: ProximaNovaSemibold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a0050;
  margin-bottom: 0;
  padding: 10.5px 18px;
  transition: 0.3s;
}

.glass p:hover{
  border-radius: 4px;
  background-color: rgba(90,0,80,0.06);

}

.active p{
  background-color: rgba(90,0,80,0.06);

}

.glass .fa-angle-right{
    color: #5a0050;
    font-size: 20px;
    float: right;
}

.uslugi .padright{
  padding-right: 7.5px;
}

.uslugi .padleft{
  padding-left: 7.5px;
}

.breadcrumb>li:last-child:after{
    content: "";
}

.uslugi .container  {
  background-color: #fff;
}

.uslugi .othercolor, .zapis .othercolor, .history .othercolor{
   background-color: #f9f5f8;
}

.forma h4{
  font-family: exljbris-MuseoCyr;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  color: #007e70;
}

.forma p{
      font-family: ProximaNovaRegular;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
      padding-right: 0;
      margin-bottom: 40px;
}

.contacts .form-control{
  background-color: transparent;
  border: none;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
border-bottom: 1px solid 
#007e70;
border-radius: 0;
color: #000;
padding: 18px 0;
 font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a0050;
}

.contacts .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: ProximaNovaRegular;
   font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.contacts .form-control::-moz-placeholder { /* Firefox 19+ */
 font-family: ProximaNovaRegular;
   font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.contacts .form-control:-ms-input-placeholder { /* IE 10+ */
 font-family: ProximaNovaRegular;
   font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.contacts .form-control:-moz-placeholder { /* Firefox 18- */
   font-family: ProximaNovaRegular;
   font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}

.forma-button{
  border-radius: 3px;
  background-color: #007e70;
  border: solid 2px #007e70;
  font-family: ProximaNovaBold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
    height: 40px;
    width: 90%;
    margin-top: 15px;
cursor: pointer;
}

.forma-button:hover, .forma-button:focus, .forma-button:active{
    outline: none;
}

.forma .pp{
     font-family: ProximaNovaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
  padding-top: 21px;
}

.forma .form-row>.col, .form-row>[class*=col-]{
  padding-left: 15px;
  padding-right: 15px;
}

.othercolor{
  padding-top: 73px;
  padding-bottom:40px;
  padding-left: 25px;
}

.clbl{
  float: left;
  padding-right: 20px;
  height: 168px;
}

.clbl img{
  height: 100%;
}

.blog{
  padding-left: 20px;
  background-color: #fff;
}

.blog .date{
  display: none;
}

.blog .dscr{
  height: 100px;
  overflow: hidden;
      font-family: ProximaNovaLight;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
  padding-right: 10%;
}

.blog .clbl2{
  float: left;
}

.novst1{
  margin-top: 47px;
}

.blog h2{
  font-family: ProximaNovaBold;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}

.blog .but-ton{
   font-family: ProximaNovaBold;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #007e70;
  border-bottom: 1px dotted #007e70;
}

.speci .min_img{
  height: 284px;
  overflow: hidden;
}

.speci .min_img img{
  height: 100%;
}

.speci .container{
  background-color: #fff;
}

.speci h3{
  font-family: ProximaNovaBold;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5f0051;
  margin-bottom: 12px;
}

.speci h4{
     font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #007e70;
  margin-bottom: 32px;
}

.speci h5{
 font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5f0051;
  margin-bottom: 20px;
}

.speci p{
  font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5f0051;
}

.speci .marginbottom{
  margin-bottom: 48px;
}

.speci .marginbottom:last-child{
  margin-bottom: 0;
}

.speci .container{
  padding-bottom: 100px;
}

.glass{
  padding-left: 15px;
}

.price .container{
  background-color: #fff;
}

.price .tr1{
     background-color: rgba(0,126,112,1);
       font-family: ProximaNovaLight;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #007e70;
}

.price .tr1 td{
   font-family: ProximaNovaBold;
   font-weight: bold;
   color: #fff;
}

.price td.text-left{
  padding-left: 25px;
}

.price .tr3 td{
  padding-left: 25px;
  border: none;
  padding-top: 20px;

}

.

.price .tr3 td p{
    font-family: ProximaNovaLight;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}

.price table{
      width: 85%;
    margin: 0 auto;
}

.price td{
  border:1px solid #000;
  height: 50px;
  font-family: ProximaNovaLight;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5a0050;
}

.section_one img{
  width: 167px;
  height: 215px;
}

.padminus{
  padding-top: 2px;
  padding-bottom: 2px;
}

.nav-child.unstyled.small{
  padding: 0;
      background-color: #68414a;
    border-color: #68414a;
        position: absolute;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: -25px;
     text-align: center;
     display: none;
         right: 0;
    left: 0;
    width: 200%;
    top: 49px;
}

.nav-child.unstyled.small li{
  list-style: none;
  padding: 5px;
}

.nav-child.unstyled.small li a{
  font-family: 'ProximaNovaRegular';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-shadow: 1.6px 2.5px 4.6px rgba(13, 7, 5, 1);
  text-transform: uppercase;
  transition: 0.3s;

}

.nav-child.unstyled.small>li>a:hover, .nav-child.unstyled.small>li.active>a{
  color: #4ae7d6;
}

.priem>.container{
  background-color: #fff;
}

.rw1{
  width: 87%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mb{
  margin-bottom: 0px;
      padding-bottom: 72.5px;
}

footer{
  padding-top: 72.5px;
  padding-bottom: 9px;
}

.footer p{
  font-family: ProximaNovaRegular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f7f1ee;
}

.footer .osobiy{
  font-size: 24px;
  padding-top: 48px;
}

.footer .osobiy_2{
  font-size: 16px;
  text-align: right;
  margin-left: auto;
}

.footer .os1{
  border-bottom: 1px solid #f7f1ee;
  width: max-content;
}


.footer .social_icons a{
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 3px;
  border:2px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 9px;
  transition: 0.3s;
}
.footer .social_icons a:last-child{
  margin: 0;
}

.footer .social_icons a i{
  color: #fff;
  font-size: 19px;
  transition: 0.3s;
}

.footer .social_icons a:hover i{
  color: #4ae7d6;
}
.footer .social_icons a:hover{
  border: 2px solid #4ae7d6;
}
.footer .nav>li>a{
   font-family: ProximaNovaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #f7f1ee;
  text-shadow: 1.6px 2.5px 4.6px rgba(13, 7, 5, 0.21);
  text-transform: uppercase; 
  transition: 0.3s;
}

.footer .nav>li>a:hover, .footer .nav>li.active>a{
  color: #4ae7d6;
}

.footer .nav-child.unstyled.small{
	margin-top: 5px;
}

.footer .nav>li:after{
  content: "";
}

.footer .nav{
  flex-direction: column;
  height: 157px;
  padding-left: 8%;
  justify-content: space-between;
}

.footer .nav li{
  padding-bottom: 22.5px;
}

.footer .pd{
  padding-top: 85px;
}
.zapis .container{
  background-color: #fff;
}
.zapis .padleft{
  padding-left: 8.5%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.ul1{
  padding-left: 18px;
}
.history .form-group{
  margin-bottom: 0;
}
.history .forma p{
  margin-bottom: 20px;
}
.history p.date{
    font-family: ProximaNovaSemibold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5a0050;
    text-transform: uppercase;

  }
  .history p.fio{
    font-family: ProximaNovaSemibold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5a0050;
  }
  .history p{
     font-family: ProximaNovaLight;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5a0050;
    margin-bottom: 2%;
    margin-top: 2%;
  }
  .history .padleft{
    padding-left: 35px;
    padding-right: 100px;
  }
  .history .plus{
    width: 96%;
    margin: 0 auto;
    border-color: #5a0050;
      }
      .history .plus:last-child{
        display: none;
      }
.history .container{
  padding-bottom: 100px;
}



@media (max-width: 1200px)
{
  .section_one p{
    font-size: 25px;
  }
 
  .contacty .btnn, .vakansii .btnn{
    font-size: 15px;
  }
  .nav>li:after{
    padding-left: 18px;
  }
 
}
@media (max-width: 992px)
{
  .section_one .bg_img{
  background-size: 100%;
}
  .owl-prev{
    margin-left: -25px;
      font-size: 25px;
  }
   .owl-next{
    margin-right: -25px;
    font-size: 25px;
  }
  .bottom_line_header .nav>li>a{
    font-size: 12px;
  }
  .section_one p{
    font-size: 20px;
  }
  
  .section_three .bg_img2{
    min-height: 330px;
  }
  .section_four{
    margin-top: 30px;
  }
  .section_four h2{
    margin-top: 40px;
  }
  .contacty .btnn, .vakansii .btnn{
    width: 85%;
    font-size: 13px;
  }
  .contacty p{
    font-size: 12px;
  }
  .nav>li:after{
    padding-left: 10px;
  }
  .forma-button{
    font-size: 12px;
  }
  .contacts .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: ProximaNovaRegular;
   font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.contacts .form-control::-moz-placeholder { /* Firefox 19+ */
 font-family: ProximaNovaRegular;
   font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.contacts .form-control:-ms-input-placeholder { /* IE 10+ */
 font-family: ProximaNovaRegular;
   font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.contacts .form-control:-moz-placeholder { /* Firefox 18- */
   font-family: ProximaNovaRegular;
   font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a0050;
}
.section_one img{
  width: 117px;
  height: 165px;
}
.section_one p{
  margin-bottom: -30px;
}
.footer .nav{
  height: 250px;
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}

  
}
@media (max-width: 767px)
{
	.price td{
		font-size: 14px;
	}
  .glass{
    padding-left: 0;
  }
  .uslugi .padright{
    padding-right: 15px;
  }
  .uslugi .padleft{
    padding-left: 15px;
  }
  .section_one p{
    margin-bottom: 41px;
  }
  .owl-prev{
    margin-left: 0px;
      font-size: 25px;
  }
   .owl-next{
    margin-right: 0px;
    font-size: 25px;
  }
   #toTop{
    display: none;
  }
  .fake_menu_header{
    height: 51px;
  }
  .section_four{
    margin-top: 15px;
    min-height: 257px;
  }
  .section_four h2{
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .section_three .bg_img2{
    min-height: 175px;
  }
  .section_three h2{
    margin-top: 40px;
  }
  .section_three p{
    width: 100%;
  }
  .clbl{
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .speci h3{
    margin-top: 20px;
  }
  .speci .text-center{
    text-align: left !important;
  }
  .nav>li:after{
  content: "";
  
}
.section_one .bg_img{
  background-size: auto 100%;
}
.section_one .vasya .row{
  height: 100%;
}
.section_one .vasya{
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.section_one img{
  width: 117px;
  height: 165px;
}
.nav-child.unstyled.small{
  background-color: transparent;
  position: static;
  text-align: left;
  padding-left: 20px;
  margin: 0;

}
.nav-child.unstyled.small li a{
  color: #000;
  text-shadow: none;
}
.nav>li>a:hover, .nav>li.active>a{
  color: #4ae7d6;
}
.nav-child.unstyled.small>li:before{
  content: ">";
  padding-right: 7px;
  font-size: 10px;
}
.footer .nav>li>a{
  font-size: 11px;
}
.footer .nav{
  height: 250px;
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}
.footer .osobiy_2{
  text-align: center;
}
.footer .os1{
  margin:0 auto;
}
.spisok2 p:first-child{
  padding-top: 20px;
}
.ideas .container *, .priem .container *{
   padding: 0;
   margin: 0;
}
.ideas .container, .priem .container, .zapis .container{
  padding: 30px 30px;
}
.ideas .container img, .priem .container img, .zapis .container img{
  margin-top: 20px;
  margin-bottom: 20px;
}
.ideas .container hr, .priem .container hr, .zapis .container hr{
  margin: 0 auto;
  width: 100%;
}
.zapis .padleft{
      padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.spisok {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
footer{
  text-align: center;
}
.contacty .row{
  margin: 0;
}
.contacty .conats{
  padding: 0;
}
}

.second-color p{
      color: #005a50 !important;
}

.leading-0 p {
  text-align: justify;
}
.descr_uslug p {
  text-align: justify;
}
.speci p {
  text-align: justify;
}
.blog p {
  text-align: justify;
}
.priem p {
 text-align: justify;
}
.ideas p {
 text-align: justify;
}

.history p{
   text-align: justify;
}

.modal-open #fixed_menu{
    left: -8px;
}
a span:active, a span:focus, a:focus span, a:active span, a:active, a:focus{
  outline: none;
}

.form-group label{
  color: #5a0050;
}
#select-service, #select-service-name{
  font-size: 16px;
  padding: 0px;
}
p.free_text{
  
   font-family: 'ProximaNovaRegular';
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #5a0050;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}
.spisok h5 {
     color: #5a0050;
}

.page-article-my-style{
  background: white;
  padding-bottom: 30px;
}

.page-article-my-style .articleBody p{
  background: white;
}

.page-article-my-style h2 {

  }
  .site_headers{
        font-family: exljbris-MuseoCyr;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
     color: #5a0050;
  }

  .page-article-my-style p{
     color: #5a0050;
  }

  .pagenav{
    list-style: none;
padding-left: 0px;
  }

  .pagenav li span {
        color: #00584d;
  }

  .page-article-my-style p {
    text-align: justify;
  }

  section.polit p {
    text-align: justify;
}