 *,::after,::before{
     box-sizing:border-box;
     transition: 0.3s;
}
 body{
     margin:0;
     font-family: 'Montserrat', sans-serif;
      font-size:16px;
     font-weight: normal;
     line-height: 1.5;
     color:#23232a;
     background-color:#f5f7fb;
	     animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
 html{
}
 article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
     display:block 
}
 [tabindex="-1"]:focus{
     outline:0!important 
}
 hr{
     box-sizing:content-box;
     height:0;
     overflow:visible 
}
 h1,h2,h3,h4,h5,h6{
     margin-top:0;
     margin-bottom:.5rem 
}
 h1 {
    font-size: 32px;
}
 h2 {
    font-size: 32px;
    line-height: 40px;
}
 h3 {
     font-size: 19px;
         line-height: 26px;
}
 h4 {
}
 h5 {
}
 p{
     margin-top:0;
     margin-bottom:0;
    }
 abbr[data-original-title],abbr[title]{
     text-decoration:underline;
     -webkit-text-decoration:underline dotted;
     text-decoration:underline dotted;
     cursor:help;
     border-bottom:0;
     -webkit-text-decoration-skip-ink:none;
     text-decoration-skip-ink:none 
}
 address{
     margin-bottom:1rem;
     font-style:normal;
     line-height:inherit 
}
 dl,ol,ul{
     margin:0;
     padding: 0;
}
 ol ol,ol ul,ul ol,ul ul{
     margin-bottom:0;
     padding: 0;
}
 li {
     list-style: none;
}
 dt{
     font-weight:700 
}
 dd{
     margin-bottom:.5rem;
     margin-left:0 
}
 blockquote{
     margin:0 0 1rem 
}
 b,strong{
     font-weight:bolder;
     color: #000;
}
 small{
     font-size:80% 
}
 sub,sup{
     position:relative;
     font-size:75%;
     line-height:0;
     vertical-align:baseline 
}
 sub{
     bottom:-.25em 
}
 sup{
     top:-.5em 
}
 a {
     color: #86c33a ;
     text-decoration:none;
     background-color:transparent;
    
}
 a:hover{
     text-decoration:none;
}
 a:not([href]):not([tabindex]){
     color:inherit;
     text-decoration:none 
}
 a:not([href]):not([tabindex]):focus{
     outline:0 
}
 code,kbd,pre,samp{
     font-family:'Open Sans', sans-serif;
     font-size:1em 
}
 pre{
     margin-top:0;
     margin-bottom:1rem;
     overflow:auto 
}
 figure{
     margin:0 0 1rem 
}
 img{
     vertical-align:middle;
     border-style:none;
}
 svg{
     overflow:hidden;
     vertical-align:middle 
}
 table{
     border-collapse:collapse 
}
 caption{
     padding-top:.75rem;
     padding-bottom:.75rem;
     color:#6c757d;
     text-align:left;
     caption-side:bottom 
}
 th{
     text-align:inherit 
}
 label{
     display:inline-block;
     margin-bottom:.5rem 
}
 button{
     border-radius:0;
     outline: none !important;
}
 button:focus{
     outline:1px dotted;
     outline:5px auto -webkit-focus-ring-color 
}
 button,input,optgroup,select,textarea{
     margin:0;
        font-family: 'Montserrat', sans-serif;
     font-size:inherit;
     line-height:inherit 
}


 select, option {
    -webkit-appearance: none;}
    
    
 button,input{
     overflow:visible 
}
 button,select{
     text-transform:none 
}
 select{
     word-wrap:normal 
}
 [type=button],[type=reset],[type=submit],button{
     -webkit-appearance:button 
}
 [type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
     cursor:pointer 
}
 [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
     padding:0;
     border-style:none 
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 input[type=checkbox],input[type=radio]{
     box-sizing:border-box;
     padding:0 
}
 input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
     -webkit-appearance:listbox 
}
 textarea{
     overflow:auto;
     resize:vertical 
}
 fieldset{
     min-width:0;
     padding:0;
     margin:0;
     border:0 
}
 legend{
     display:block;
     width:100%;
     max-width:100%;
     padding:0;
     margin-bottom:.5rem;
     font-size:1.5rem;
     line-height:inherit;
     color:inherit;
     white-space:normal 
}
 a:active, a:focus, :active, :focus{
     outline: none;
}
 progress{
     vertical-align:baseline 
}
 [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
     height:auto 
}
 [type=search]{
     outline-offset:-2px;
     -webkit-appearance:none 
}
 [type=search]::-webkit-search-decoration{
     -webkit-appearance:none 
}
 ::-webkit-file-upload-button{
     font:inherit;
     -webkit-appearance:button 
}
 output{
     display:inline-block 
}
 summary{
     display:list-item;
     cursor:pointer 
}
 template{
     display:none 
}
 [hidden]{
     display:none!important 
}
 .row {
     display: flex;
     align-items: center;
}
 .container{
     width:100%;
     padding-right:15px;
     padding-left:15px;
     margin-right:auto;
     margin-left:auto 
}
 @media (min-width:576px){
     .container{
         max-width:540px 
    }
}
 @media (min-width:768px){
     .container{
         max-width:720px 
    }
}
 @media (min-width:992px){
     .container{
         max-width:960px 
    }
}
 @media (min-width:1200px){
     .container{
         max-width:1170px 
    }
}
 .flex {
     display: flex;
}
 
 body.sticky header .center {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     background: #fff;
     z-index: 2;
     padding: 5px 0px;
}
 header .center .col-1 {
     min-width: 150px;
}


 .btn {
     padding: 0 33px;
     background-color: #86c33a ;
     border-radius: 8px;
     color: #fff;
     font-size: 17px;
         box-shadow: 0px 5px 15px 0px #86c33a73;
     height: 55px;
     transition: all 0.3s ease-in;
     display: flex;
     align-items: center;
     justify-content: center;
     border: none;
     width: max-content;
}
 .btn:hover {
     background-color: #4caf50;
}
 header .center .col-2 .btn {
     margin-left: 40px;
     border-radius: 8px;
}



.homepage header {
	    position: absolute;
    width: 100%;
}
.header-wrap {
	     display: flex;
    align-items: center;
    padding: 25px 0px;
}
.header-wrap .col-1 {
	    width: 20%;
}


.site-logo {
	font-weight: 700;
    font-size: 36px;
}

 .site-logo span {
	    color: #23232e;
    font-weight: 600;
}

footer .site-logo {
    margin-bottom: 20px;
    display: block;
}
.header-wrap .col-2 {
    display: flex;
    justify-content: flex-end;
	    align-items: center;
    width: 80%;	
}


.header-wrap .col-2  .user-settings  {
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    margin: 2px 0;
    color: #86c33a;
    border-radius: 50px;
    padding: 8px 16px;
    border: 2px solid #86C339;
    margin-left: 15px;	
}
 .main-menu {
}
 .main-menu ul {
     display: flex;
}
 .main-menu ul li {
	     position: relative;
}
 .main-menu ul li a {
font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    margin: 2px 0;
    padding: 8px 14px;
	    color: #23232e;
}

 .main-menu ul li a:hover {
     color: #86c33a;
}


 .main-menu ul li.current-page a:after

 {
    content: '';
    position: absolute;
    bottom: -10px;
    background-color: #86c33a;
    height: 3px;
    width: 20px;
    left: 40%;
    border-radius: 50px!important;
    margin-left: 0;
	
}

 .main-menu ul li:hover a:before {
    content: '';
    position: absolute;
    bottom: -10px;
     background-color: #86c33a;
    height: 3px;
    width: 20px;
    left: 40%;
    border-radius: 50px!important;
 margin-left: 0; }
 


.block-main-form {
    height: 100vh;
    background-image: url(../images/bg-lines.png);
    align-items: center;
    justify-content: center;
    display: flex;
	    padding-bottom: 50px;
}

.block-main-form  .desc {
	    margin-bottom: 60px;
}

.block-main-form  h1 {
	    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px
}
.block-main-form  h1 span {
	color: #86c33a;
}

.form-wrap {
	    background: #fff;
    box-shadow: 0 1rem 3rem rgb(204 204 204 / 40%);
    border-radius: 100px;
    padding: 10px;
    max-width: 900px;
    margin: 0 auto;
		     animation: GoDownAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes GoDownAnimation {
    0% {
       transform: translate(0px, -50px);
    }
    100% {
        transform: translate(0px, 0px);
     }
}

.form-wrap  .main {
	display: flex;
    align-items: center;
    
}


.form-wrap  .main .search-query {
	
    border: none;
    width: 55%;
    height: 50px;
    background-image: url(../images/search.svg);
    background-size: 20px;
    background-position: left 13px center;
    background-repeat: no-repeat;
    padding-left: 54px;
    background-color: transparent;

}

.form-wrap  .main .actions {
	    display: flex;
    width: 45%;
    align-items: center;
    justify-content: flex-end;
}

.form-wrap  .main .actions .btn-search {
	 font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    background: #86c33a;
    color: #fff;
    padding: 11px 64px;
}


.form-wrap  .main .actions .open-filters   {
margin-right: 21px; 
color: #23232a;
}

.form-wrap  .main .actions .open-filters:after {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 4px;
    margin-left: 8px;
}

 .form-wrap .filters  {
	 height: 0;
 }
body.show-form-filters  .form-wrap .filters  {

	height: 130px;
	
}

body.show-form-filters  .form-wrap {
    border-radius: 30px; 
	
}

body.show-form-filters .block-main-form {
	padding-bottom: 0px;
}
.block-main-form  .desc p {
	    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	text-align: center;
}


.block-pricelist {
	height: 100vh;
    background-image: url(../images/bg-lines.png);
    align-items: center;
    justify-content: center;
    display: flex;
   
}


.pricelist-list {
	    display: flex;
		    animation: GoDownAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.pricelist-list .pricelist-item {
	
    margin-right: 15px;
   flex: 1;
} 
.pricelist-list .pricelist-item:last-child {
	margin-right: 0px;
}
.pricelist-list .pricelist-item  .pricelist-content {
    background: #fff;
    border-radius: 14px;
    padding: 38px 27px 27px;
    height: 100%;
    position: relative;
    box-shadow: 0 1rem 3rem rgb(204 204 204 / 40%);
}
.pricelist-list .pricelist-item  .pricelist-content h2 {
	text-align: center;
    font-size: 21px;
    margin-bottom: 0px;
}
.pricelist-list .pricelist-item  .pricelist-content  .pricelist-price {
	      font-size: 46px;
    font-weight: 800;
    color: #86c33a;
    text-align: center;
}

.pricelist-list .pricelist-item  .pricelist-content  .pricelist-price  span {
	    font-size: 17px;
    position: absolute;
}

.pricelist-list .pricelist-item  .pricelist-content  ul {
font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.pricelist-list .pricelist-item  .pricelist-content  ul li {
      margin-bottom: 15px;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: 400;
   color: #6b6b6b;
}

.pricelist-list .pricelist-item  .pricelist-content  ul li:after {
    content: '';
    position: absolute;
    bottom: -5px;
    background-color: #86c33a;
    height: 1px;
    width: 20px;
    left: 40%;
    border-radius: 50px!important;
    margin-left: 0;
	
}
.pricelist-list .pricelist-item  .pricelist-content  ul li b {
	display: block;
    font-size: 15px;
    font-weight: 600;
}

.pricelist-list .pricelist-item  .pricelist-content  .pricelist-bonus {
    background: #252530;
    width: max-content;
    border-radius: 10px;
    padding: 6px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 72px;
    box-shadow: 0 1rem 3rem rgb(204 204 204 / 40%);
    right: -65px;
    transform: rotate(90deg);
	display: none;
}

.pricelist-list .pricelist-item  .pricelist-content  .pricelist-bonus img {
width: 23px;
    filter: invert(1);
    margin-right: 15px;
    transform: rotate(-90deg);
}
.pricelist-list .pricelist-item  .pricelist-content  .pricelist-bonus  p {
	    font-weight: 700;
    color: #fff;
}
.pricelist-list .pricelist-item  .pricelist-content  .pricelist-bonus p span {
	
}
.pricelist-list .pricelist-item  .pricelist-content .pricelist-bottom {
	    position: absolute;
    width: calc(100% - 54px);
    bottom: -25px;
}
.pricelist-list .pricelist-item  .pricelist-content .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    background: #86c33a;
    color: #fff;
    padding: 11px 64px;
}







 .footer {
     background: #fff;
     padding: 150px 0px;
	 position: relative;
}
 .footer .row {
     align-items: flex-start;
}
 .footer .row > div {
     width: 25%;
}
 .footer .row > div h3 {
        color: #32313d;
     margin-bottom: 26px;
}
 .footer .row > div p {
    
     
}
 .footer .row > div li {
}
 .footer .row > div li a {
     color: #32313d;
     line-height: 38px;
     display: block;
     font-size: 15px;
}
 .footer .row > div ul {
}
 .footer .row > div .contacts {
}
 .footer .row > div .contacts p {
}
 .footer .row > div .contacts a {
     color: #32313d;
     font-weight: 600;
     font-size: 17px;
     margin-bottom: 12px;
     display: block;
}

 .footer .socials {
	 display: flex;
 }
  .footer .socials li {
	      margin-right: 10px;
  }
   .footer .socials li img {
	       width: 26px;
    opacity: 0.8;
   }
 .footer .row > div .contacts a.phone {
     
}
 .footer .row > div a:hover {
     text-decoration: underline;
}
 .footer .row .col-1 {
     width: 40%;
}
 .footer .row .col-1 img.logo {
    margin-bottom: 25px;
    height: 65px;
    width: auto;
}

 .footer  .language-switch  {
	     display: flex;
    margin-top: 15px;
 }
  .footer  .language-switch  li {
	      margin-right: 11px;
  }
   .footer  .language-switch  li img {
	   width: 25px;
   }
 .footer .row .col-1 p {
     max-width: 300px;
}
 .footer .row .col-2 {
}
 .footer .row .col-3 {
}
 .footer .row .col-4 {
}
 .footer .bottom {
  font-size: 13px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
 .footer .bottom .copyright {
	     
 }
 
  .footer .bottom  .payments {
	  
   
  }

   .footer .bottom  .payments  img {
	    width: 132px;
    filter: grayscale(1);
    opacity: 0.4;
    bottom: 20px;
    margin-left: 25px;
   }

.mobile_menu {
	display: none;
}