html,body {
	font-family: "Manrope", sans-serif !important;
	font-size:16px;
}
.nav-link{
	color:#fff !important;
	font-size:1rem;
}
.navbar{
	height:80px !important;
}
.navbar-text {
	color:#fff !important;
}
.btn-header{
	background:#688171;
	color:#fff;
	
}
.btn-action{
color:#fff !important;	
}
.link-first{
	font-weight:500;
	color:#688171 !important;
	text-decoration:underline;
}
.header-h1{
	font-size:3.2rem;
	font-weight:600;
	margin:0.6rem 0;
}
.header-p{
	color:#8B8A8A;
	font-weight:500;
	font-size:1.2rem;
	padding-right:140px;
}
.cvp-live-filter.cvp-button input[type=radio]:checked~div{
	background: #688171 !important;
}
.accent-color{
	color:#688171 !important;
}
.section-py{
	padding-top:5rem;
	padding-bottom:5rem;
}
.mybadge-header{
	font-size:1rem;
	background: #fff;
	padding:0.5rem 1rem;
	
}
#first
{
	background:#F8F8F9;
}
.pt-cv-view .carousel-control span {
	background:#688171 !important;
}
#pt-cv-view-7f8bfd6g72 .img-rounded, #pt-cv-view-7f8bfd6g72 .pt-cv-hover-wrapper{
	border:2px solid #E3E2E2;
}
#pt-cv-view-7f8bfd6g72 .pt-cv-cap-w-img{
	border-left:2px solid #E3E2E2;
	border-right:2px solid #E3E2E2;
	border-bottom:2px solid #E3E2E2;
}
#first-right .pt-cv-title:after{
	bottom: 0.8rem;
    right: 0.4rem;
position:absolute;

	
	 content: "";
width: 2.2rem;
    height: 2.2rem;
	
   background: url(../img/arrow_15.svg) no-repeat;
}
.header-h2{
	font-size:3.4rem;
	font-weight:600;
	margin:0.6rem 0;
}
.block-text{
	margin-top:2rem;
	margin-bottom:3rem;
	border-left: 3px solid #688171;
	padding-left:1.8rem;
	padding-right:1.8rem;
}
.block-text p{
	font-size:18px;
	color:#969696;
}
.header-h3{
	font-size:2.4rem;
	font-weight:600;
}
.row-after-video{
	margin-top:3rem;
}
.top-text-header{
	color:#688171;
	font-size:1.3rem;
	font-weight:600;
	display:block;
}
.bottom-text-header{
	font-size:1.6rem;
	color:#848484;
	font-weight:200;
	padding-right:12rem;
}
.mini-header{
	font-weight:600;
	font-size:1.4rem;
	padding-left:1.6rem;
	display:block;
}
.mini-p{
	color:#969696;
	padding-left:1.6rem;
	display:block;
	font-size:1.1rem;
	padding-right:2rem;
}


.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
	background: #688171;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;

  justify-content: space-around;
  min-width: 100%;
}
.item {

  flex: 0 0 auto;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #404F46;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}



.marquee {
  animation: scroll 20s linear infinite;
}
#pt-cv-view-0ab5ebb7bh .pt-cv-hover-wrapper::before {
    background-color: rgb(104 129 113 / 80%) !important;
}
.pt-cv-overlay-middle .pt-cv-mask {
    transform: none;
    bottom: 0 !important;
    top: 70% !important;
}
#pt-cv-view-0ab5ebb7bh:not(.pt-cv-nohover) .pt-cv-mask * {
    color: #fff;
    line-height: 1.6rem;
}
#pt-cv-view-7f8bfd6g72 .pt-cv-title a, #pt-cv-view-7f8bfd6g72 .panel-title {

    font-size: 1rem;
	padding-right: 1.6rem;
}
.pt-cv-view .carousel-control:hover span {
    color: #212529 !important;
}
.btn-header{
  transition: all 0.3s ease-in-out;
}
.btn-header:hover{
	background: #8BAA96;
	
}
.page-blog .pt-cv-ifield {
    background: #f4f4f4;
    padding: 1rem;
    margin-bottom: 1.4rem !important;
    border-radius: 1rem;
}

#pt-cv-view-635793fdfr .pt-cv-meta-fields .entry-date time{
 color:#688171 !important;
  
    font-weight: 600 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
	margin-bottom:1rem !important;
    padding: 0.2em 1em !important;
    font-size: 0.8rem !important;
    border: 2px solid #00a0d2;
}
.wpcf7-not-valid-tip {
    color: #958383 !important;
    font-size: 0.8em !important;
    margin-left: 1.2rem !important;
    margin-top: 0.4rem !important;
  
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.grenn-line{
	background:#404F46;
}
.card-title{
	position: absolute !important;
    bottom: 0.5rem !important;
    color: #fff !important;
	font-size: 1.3rem;
}
.card{
	border:none !important;
}
.row-uslugi-margin{
	margin-top:1.5rem;
}
#five{
	background: #F8F8F9;
}
.white-arrow{
	position: absolute;
    bottom: 0.9rem;
    right: 1rem;
}
.row-mb-five{
	margin-bottom: 4rem;
}
.col-card{
	background:#fff;
	padding:1.2rem 1rem;
	border-radius: 1rem;
	flex:1;
}
.col-card-h2{
	font-size: 1.5rem;
}
.col-card-p{
	font-size: 1rem;
	color:#AFADB5;
}
.row-mb-six{
	margin-bottom: 1.5rem;
}
.accordion-button:not(.collapsed){
background-color:#688171;
color:#fff;
padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}
.accordion-button:focus {
	
	box-shadow:none !important;
}
.accordion-button{
	font-weight: 600;
	padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}
#eight{
	background: #F8F8F9;
}
#sw-app-046bd16e2ed09396865427b8134cb2d6 .sw-app-body
{
	width: 100% !important;
}


#sw-app-046bd16e2ed09396865427b8134cb2d6 .sw-review-box{
	background: #fff !important;
}
.row-mb-eight{
margin-bottom: 1.3rem;
}
#sw-app-046bd16e2ed09396865427b8134cb2d6 .sw-reviews-btn-form {
	border-radius: 1rem !important;
}
.row-mb-nine{
	margin-bottom: 1.3rem;
}
#sw-app-046bd16e2ed09396865427b8134cb2d6 .sw-reviews-more{
	border-radius: 1rem !important;
}
#row-news .pt-cv-title{
	font-size: 1.3rem;
	
	hyphens: auto;
 text-wrap: pretty;
    line-height: 1.8rem;
}
#row-news .pt-cv-content{
	font-size: 1.2rem !important;
}
#ten{
	background:#F8F8F9 ;
}
.row-mb-ten{
	margin-bottom: 1.3rem;
}
.contact-p{
	color:#848484;
	font-size:1.2rem;
	padding-right: 5rem;
}
.col-contact-left{
	padding:1.7rem;
	border-radius: 1.5rem;
	background: #F4F4F4;
}
.form-control:focus{
    box-shadow:none;
}
.my-input{
   background: #fff !important;
    border:0 !important;
    padding: 10px 20px !important;
	border-radius: 2rem !important;
}
.my-input::placeholder {
    font-size: 14px !important;
}
.my-input::value {
    font-size: 14px !important;
}
.wpcf7::-webkit-input-placeholder {
	  font-size: 14px !important;
}
.text-politic-form{
    font-size: 12px;
    padding-right:20px;
	display:inline-block;
	line-height: 2em;
}
.politic-link{
  
    display: block;
}
.btn-sub{
   background: #688171 !important;
    color: #fff !important;
	
    padding: 14px 20px !important;
    font-size: 1rem !important;
	border:none;
}
.col-contact-right{
	background: #688171;
	background-image: url("../img/bg-map.jpg");
    background-size: cover;
    background-position: center;
		padding:1.7rem;
	border-radius: 1.5rem;
	height: 100%;
}
.contact-mini-block{
margin-bottom: 2rem;
}
.contact-mini-block h4{
font-size: 1.3rem;
color:#fff;
}
.contact-mini-block p{
font-weight: 300;
color:#fff;
}
#footer{
	background: #212529;
}
.p-footer{
	color:#848484;
	font-size: 0.8rem;
	padding-right: 2.5rem;
	margin-top: 1.5rem;
}
.p2-footer{
	color:#848484;
	font-size: 0.8rem;
}
#footer .nav-link{
	font-size: 0.9rem;
}
/*modal zadaite vopros*/
.modal-h{
        font-weight: 700;
        margin-top: 20px;
}

.btn-cls-vopros{
        position: absolute;
    right: 20px;
    top: 20px;
    color:#EC692E;
}
.text-modal{
    text-align: center;
    padding: 0 70px;
    margin-bottom: 0;
}
.modal-content{
	background: #f5f5f5 !important;
        padding: 30px;
}
.post-thumbnail{
    		margin-bottom:20px;
}	
.post-thumbnail img{
    border-radius: 20px;
    		width:100%; height:auto;
}	

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{
	box-shadow:none;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails{
	justify-content: normal !important;
	margin: 0 !important;
	min-width: 100%;
}
.entry-header{
	margin-top: 2rem;
}
.entry-content ul, ol {
    padding: 1rem;
    background: #f5f5f5;
    margin: 0 0 1.5em 0;
}
ul li::marker {
    color: #688171 !important;
    
}
.wp-block-list {
    padding-left: 2.5rem !important;
}
.entry-content p {
    font-size: 1.1rem;
    line-height: 1.7em;
}
.wp-block-heading{
	font-weight: 600;
}
#pt-cv-view-0ab5ebb7bh .pt-cv-1-col{
	margin-bottom: 1rem;
}
.grecaptcha-badge { 
    visibility: hidden;
}
@media (max-width: 575.98px) { 
	

.navbar-text{
	display: none;
}
.navbar .container{
	background: #212529;
}
.navbar{
	 transition: all 0.5s ease-out;
}
.nav-link{
	font-size: 1.1rem;
} 
.btn-header {
	margin-top: 2rem;
}
.nav-item{
	margin-bottom: 0.4rem;
}
.section-py {
    padding-top: 3rem;
    padding-bottom: 2rem
}
.btn-header{
	margin-top: 0;
}
p{
	margin-bottom: 1rem;
}
#navbarTogglerDemo03{
padding-bottom: 2rem;
padding-top:2rem;
 transition: all 0.5s ease-out;

}
.navbar {
	height: auto !important;
}

.header-h1 {
    font-size: 2.2rem;
}
.header-p{
	padding-right: 0;
}
#first-right{}
.header-h2{
	font-size: 2.2rem;
} 
.block-text {
	margin-top: 1rem;
    margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 0;
}
.header-h3{
		font-size: 1.8rem;
}
.bottom-text-header{
	padding-right: 0;
}
.bottom-text-header{
	font-size: 1.4rem;
}
.white-arrow{
	display:none;
}
#four .mt-5{
	margin-top: 0 !important;
}
.mobile-m{
	margin-top: 1.5rem;
}
.none-flex{
	flex:none;
	margin-bottom: 1rem;
}
#nine .pt-cv-ifield img {
	display: none;
}
#nine .pt-cv-href-thumbnail {
	display: none;
}
.contact-mini-block .me-5{
	margin-right:0.5rem !important;
}
#footer .nav{
	margin:0;
}
a.text:active, /* активная/посещенная ссылка */
a.text:hover,  /* при наведении */
a.text {
  text-decoration: none;
 color:inherit;
}
.mini-header{
	font-size: 1.2rem;
	padding-right: 0;
		padding-left: 1.2rem;
}
.mini-p{
	font-size: 1rem;
	padding-left: 1.2rem;
		padding-right: 0;
}
.row-after-video img {
	width:50px;
}
.contact-p{
	font-size: 1rem;
	padding-right: 0;
}
body, html {
    overflow-x: hidden;
  }
.row-mb-five{
	margin-bottom: 2rem;
}
#row-news .pt-cv-title{
	line-height: 1.5rem;
	font-size: 1.2rem;
	
}
.text-modal{
	padding: 1rem 0;
}
.text-politic-form {
    font-size: 0.6rem;
}

.navbar{
    position: fixed;
    right: 0;
    left: 0;   
    border-radius: 0;
    top: 0;
  } 
   body {
    margin-top: 44px !important;
  }

}