hr {
    margin: 0;
}
.bluebg{
    background: linear-gradient(90deg, #1077BE -9.03%, #408EC4 102.71%);
}


main{
    min-height: 40vh;
}

main .online_service .item_service, 
main .paid_services .services_item, 
main .paid_services .services, 
main .news .news_title, 
main .news .item_news, 
main .reviews .review_title, 
/* main .reviews .item,  */
main .reviews .review_list, 
main .reviews .all_reviews, 
main .greetings .welcome_block,
main .reviews .all_reviews_mobile {
    display: flex;
    justify-content: space-between;
}

main .specialists .call_me_back form {
    display: flex;
    margin: auto;
}

main .specialists .list_specialist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 180px;
}

main .specialists .call_me_back {
    display: flex;
    justify-content: space-between;
    padding: 72px 40px;
    border-radius: 20px 0px;
}

main .specialists .call_me_back form {
    width: 55%;
    margin-left: 44px;
}

main .specialists .call_me_back input[type="text"] {
    background: #FFFFFF;
    border-radius: 20px 0px 0px 20px;
    padding: 13px 15px;
    border: 1px solid rgb(202, 202, 202);
    outline: none;
    width: 100%;
}

main .specialists .call_me_back input[type="submit"] {
    background: #49ab01;
    border-radius: 0px 20px 20px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 28px;
    color: #FFFFFF;
    outline: none;
    border: 1px solid rgb(202, 202, 202);
}

main .specialists .call_me_back .call_text h2{
    margin: 0;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 28px;
}

main .specialists .list_specialist .elem {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 32%;
    max-width: 387px;
    height: 84px;
    border: 1px solid #A0C756;
    border-radius: 20px 0px;
    margin-bottom: 20px;
}

main .specialists .list_specialist h4 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
}

main .greeting_elems {
    width: 100%;
    max-width: 380px;
}

main .greeting_elems .elem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 380px;
    padding: 23px 20px;
    margin-bottom: 20px;
}

main .welcome_block h1 {
    margin-top: 20px;
    margin-bottom: 28px;
    font-size: 52px;
    line-height: 120%;
}



#slider_mobile {
    display: none;
}

main .welcome_block .description_label {
    display: flex;
    align-content: center;
    align-items: center;
    margin-right: 30px;
}

main .greeting_elems .elem h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

main .greeting_elems .elem {
    background: #A0C756;
    border-radius: 20px;
    display: flex;
}

main .reviews .all_reviews_mobile {
    display: none;
}

main .reviews .all_reviews svg, main .reviews .all_reviews_mobile svg {
    margin-right: 16px;
}

main .reviews .all_reviews a, main .reviews .all_reviews_mobile a {
    margin-top: 7px;
    margin-right: 32px;
}

main .reviews .review_list .review_item {
    flex: 0 0 auto;
    width: 49%;
}

main .reviews .review_list .review_item button {
    margin-top: 24px;
    background: none;
    border: 1px solid #49ab01;
    color: #49ab01;
}

main .reviews .item {
    justify-content:left;
}

main .reviews .item h4 {
    margin-bottom: 24px;
}

main .reviews .review_item svg {
    margin-right: 25px;
}

main .reviews .review_item .data {
    width: 100%;
    padding: 5px 0px;
    text-align: right;
}

main .news button, main .services button {
    margin-top: 100px;
}

main .news .newsimage  {
    height: 238px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;   
}

main .news .newsItem{
    height: 432px;
    overflow: hidden;
}

main .news .newsItem h4{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #09152C;
    margin: 10px;
}

main .news .newsItem p{
    padding: 10px;    

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #797979;


}

p {
    font-family: 'Commissioner', sans-serif;
    font-style: normal;
}

main .news .item_news data {
    font-family: 'Commissioner', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #68766A;
    margin-bottom: 12px;
}

main .news .item_news, main .reviews .review_list {
    flex-wrap: wrap;
}

main .news .item_news .item {
    flex: 0 0 auto;
    width: 33%;
    padding-right: 5px;
    margin-bottom: 20px;
}

main .news .item_news .item a {
    font-family: 'Commissioner', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #082D0E;
}

main .reviews .review_title .all_reviews, main .reviews .all_reviews_mobile {
    margin-top: 185px;
}

main .reviews .review_item {
    padding: 28px;
    background: #FFFFFF;
    border: 1px solid #A0C756;
    border-radius: 20px;
    display: block;
}

main .online_service h4 {
    margin: 20px 0px;
    font-size: 20px;
    line-height: 24px;
}

main .online_service svg {
    margin: 23px 0px;
} 

main section h2 {
    /*margin-top: 180px;
    margin-bottom: 48px;*/
}

.mainpage h2 {
    margin-top: 100px;
    margin-bottom: 48px;
}

main .useful_resource img {
    margin-bottom: 20px;
}

main .useful_resource {
    margin-bottom: 70px;
}

main .contact img {
    width: 100%;
    border-radius: 40px 0px;
}

main  .map {
    width: 100%;
    overflow: hidden;
}

main  .map .sipePanel{
    float: left;
    width: 369px;
    height: 423px;
    background-color: white;
    border-right: 1px solid #1B7DC0;
    padding: 20px 30px;
    padding-top
}

main  .map .sipePanel .header{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #49AB01;
    margin-top: 15px;

}

main  .map .sipePanel .info{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #09152C;
    margin-bottom: 5px;
}
main  .map .sipePanel .description{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #797979;
}

main .paid_services .services_item .services_card {
    width: 64%;
    height: 309px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 42px;
    border-radius: 20px 0px;
    margin-bottom: 20px;
}

main .paid_services .services_item h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #041B07;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

main .paid_services .services_item .services_card_1 {
    width: 34%;
    height: 309px;
    padding: 42px;
    border-radius: 20px 0px;
    background: #EEF5E0;
}

main .paid_services .services_item .descr {
    width: 100%;
    max-width: 460px;
    font-size: 16px;
    line-height: 140%;
}

main .paid_services .services_item .services_card_1 .descr {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
}

main .greetings {
    position: relative;
    height: 478px;
    overflow: hidden;
}
main .greetings .inner {
    position: relative;
    height: 478px;
    width: 1px;
/*    border: 1px solid red;*/
    margin: 0 auto;
}
main .greetings .bg{
    position: absolute;
    top:0px;
    left: -690px;
 height: 478px;
 width: 647px;
 background-image: url(../images/Illustrate.png);   
 background-repeat: no-repeat;
 background-position: 25% 50%;
 background-size: contain;
 opacity: 0.7;

}
main .greetings .items{
    position: absolute;
    height: 400px;
    width:755px;
    top: 0;
    left:-170px;
    padding-top: 75px;
}
main .greetings .item{
    float: left;
    position: relative;
    width: 315px;
    height: 155px;
    -webkit-transform: skew(-20deg);
       -moz-transform: skew(-20deg);
         -o-transform: skew(-20deg);
/*    background: red;        */
    margin-left: 30px;
    margin-bottom: 25px;
    overflow: hidden;
   
}
main .greetings .item div{    
    background-repeat: no-repeat;
    background-position:  0 0;
    background-size: cover;
    width: 382px;
    height: 155px;
    -webkit-transform: skew(20deg);
       -moz-transform: skew(20deg);
         -o-transform: skew(20deg);
    margin-left: -35px;
}
main .greetings .item span{    
    display: block;
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: 260px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
        -webkit-transform: skew(20deg);
       -moz-transform: skew(20deg);
         -o-transform: skew(20deg);
}

main .greetings .item.first{
    margin-left: 95px;

}
main .greetings .greet {
    width: 100%;
    background: #EEF5E0;
    border-radius: 40px 0px;
    padding: 60px 80px 40px 80px;
}

main .news .item_news .item a h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}

main .news .item_news .data {
    margin-top: 16px;
    margin-bottom: 12px;
}

main .image_stamp {
    border-radius: 20px 0px;
    background-image: url('Call_Back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

main {
    width: 100%;
}

main h2 ,main h3,main h4 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
}

main h2 {
    font-size: 1.75rem;
    line-height: 1.85rem;
}
main h3 {
    font-size: 1.5rem;
    line-height: 1.6rem;
}
main h4 {
    font-size: 1.2rem;
    line-height: 1.3rem;
}

main ul.crubms li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 30px;
    color: #68766A;
    font-size: 14px;
    line-height: 17px;

}

main ul li a {
    color: #68766A;
    font-size: 14px;
    line-height: 17px;
}

main .content {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
}

main .navbar {
    width: 271px;
    height: auto;
    border: 1px solid #D4D4D4;
    padding: 0px 30px 0px 30px;
    padding: 0;
}

main .navbar ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
}

main .navbar ul li {
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
    padding: 20px ;
    margin-bottom: 0px;
}

main .navbar ul li:last-child {    
    border-bottom: 0;
}
main ul.mobileMenu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
    padding: 20px 0px;
    margin-bottom: 0px;
}

main ul.mobileMenu li:last-child {    
    border-bottom: 0;
}


main .navbar a {
    color: #000;
    font-weight: bold;
}
main .navbar .active {
    color: #000;
    font-weight: bold;
}

main .content .content_text {
    width: 80%;
    padding: 50px;
    padding-top: 0px;
}

main .content .content_text p {
    margin-top: 15px;
}

main .content a:hover {
    color: #041B07;
}

main .content h4 {
    margin: 35px 0px 20px 0px;
}

main .block_download_file {
    border: 1px solid #A0C756;
    padding: 28px;
    border-radius: 20px 0px;
    display: flex;
}

main .block_download_file {
    border: 1px solid #A0C756;
    padding: 28px;
    border-radius: 20px 0px;
    display: flex;
}

main .block_download_file svg {
    margin-right: 15px;
}

.mob_menu {
    width: 100%;
    padding: 20px;
}

.mob_menu .nav ul li {
    float: left;
    margin-left: 0px;
    margin-right: 5px;
}

.mob_menu .nav ul li a {
    color: #68766A;
    font-size: 14px;
    line-height: 17px;
}

.mob_menu ul {
    width: 100%;
}

.mob_menu ul li {
    list-style-type: none;
    margin-left: -30px;
}

.mob_menu .cont ul li {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #D4D4D4;
}

.phone a, .phone a:hover{
  font-family: 'Commissioner', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
}

h1.pageheader {

font-family: 'Commissioner', sans-serif;
font-size: 38px;
font-weight: 600;
line-height: 46px;
letter-spacing: 0em;
text-align: left;
  
}
.modal-content { 
    border-radius: 20px;
    padding: 20px;
}

.modal-content h4 { 
  
font-family: Commissioner;
font-size: 34px;
font-weight: 600;
line-height: 46px;
letter-spacing: 0em;
text-align: left;

}

.modal-header button{
    background-color: #fff;
    border: 0;
    padding: 0;
    position: absolute;
    top:35px;
    right: 20px;
    color: #000;
    font-size: 50px;

}

.modal-header, .modal-footer {

    border: 0;
    position: relative;
}

.modal-body .inptElement{

margin-bottom: 10px;
}

.modal-body input, .form-floating > .form-control{
    border: 1px solid #D4D4D4;
    width: 100%;

padding: 10px 20px 10px 20px;
border-radius: 3px;
gap: 10px;

}


.modal-body textarea {
  border: 1px solid #D4D4D4;
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  gap: 10px;
  background-color: #fff;
}
.modal-body select {
  border: 1px solid #D4D4D4;
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  gap: 10px;
  background-color: #fff;
}

.form-floating {
    margin-bottom: 10px;
}

.noesiainfo{
    color: red;
}

.personalinfo {
    border-bottom: 1px dotted #555;
}

.personalinfo label {
    display: inline-block;
    width: 200px;
    font-weight: bold;
}

.ordertable {
border-collapse: collapse;
width: 100%;

}
.ordertable td{
    padding-bottom: 5px;
    border-top: 1px solid #555;
    padding-top: 3px;

}

button.makePay{
    background: #88BE41;
    padding: 5px 7px;
}


.mainInfoBlock {
  display: flex;
  justify-content: space-between;  
  
  width:100%;
/*  border: 1px solid #D4D4D4;*/
/*  overflow: hidden;*/
}



.specInfoBlock {
    width: 100%;
    height: 214px;
    margin-bottom: 20px;

}

.specInfoBlock .fotoElement{
    
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.navbar.noMenu {
    border: 0;
    border-radius: 20px 0px;
    padding: 0;
}

.navbar .fotoElement{
    
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: ;
}


.specInfoBlock .btnElementMobile{

    display: none;   
    margin: 20px 0px;

     
}
.specInfoBlock .btnElement{
    width: 200px;
    height: 214px;    
/*    border: 1px solid #D4D4D4;*/
    text-align: center;
     
}
.specInfoBlock .btnElement button{
    width: 180px;
    display: block;
    margin: 150px auto 0;

}

.specInfoBlock .infoElement{
  
    
}

.specInfoBlock .infoElement h3{
    font-size: 20px;
    margin-top: 20px;
}

.specInfoBlock .infoElement .division{
    color: #68766A;
}

.specialInfoElement .accent{
    color: #49ab01;
}
.specialInfoElement .accent .bordered{
    display: inline-block;
    border-bottom: 1px solid  #49ab01;
    padding-bottom: 10px;
}

.specialInfoElement p label{

    font-family: Commissioner;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #68766A;
    display: block;
}



.specInfoBlock .infoElement .education , 
.specInfoBlock .infoElement .experience ,
.specInfoBlock .infoElement .places {
    padding-left: 23px; padding-top: 10px; min-height: 40px;
    background-position: 0px 12px;
    background-repeat: no-repeat;
    line-height: 16px;
}

.specInfoBlock .infoElement .education {
    background-image: url(../images/Knowledge.svg);
}

.specInfoBlock .infoElement .places {
    background-image: url(../images/location.svg);
}
.specInfoBlock .infoElement .experience {
    background-image: url(../images/experience.svg);
}

.specialInfoElementMain{
    display: flex;
    justify-content: space-between;
}

td{
    border: 1px solid black;
 }

.specialInfoElementMain .fotoSpec{
    width: 230px;
    height: 298px;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.specialInfoElementMain .info{
    width: 100%;
/*    padding-left: 15px;*/
}

    .mobileVisible{
        display: none;         
    }
    
    .mobileHidden{
        
    }



.fileBlock{
    padding: 30px 30px;
    margin: 10px 0px;
    display: block;
}

.fileBlock .fileSize{

    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #49ab01;


}

.fileBlock .fileIcon{
    float: left;
    font-size: 38px;
    margin-right: 10px;
    padding-top: 6px;
}

.pageMenuItem {
    border-top: 1px solid #D4D4D4;    
    border-bottom: 1px solid #D4D4D4;
    padding: 20px 0px;
    margin: 10px 0px;
}

.predloz_block{
    background-color: #68b3f9;
    background-repeat: no-repeat;
    background-image: url(../images/baner_resource5.png);
    background-position: 100% 50%;
    height: 219px;
    padding: 40px 30px;        
}
.predloz_block .quest{
    width: 50%;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 15px;
}
.predloz_block button{
    background-color: #fff;
    border-radius: 7px;
    color: #000;
}

.borderBlockMain{
    border: 1px solid #1B7DC0;
    border-radius: 2px;    
}

.borderBlockMainWhiye{
    border: 1px solid #FFFFFF;
    border-radius: 2px;    
}

.offer{
    padding: 20px;
    height: 354px;
    position: relative;
}

.offer .icons{
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.offer .icon1{
    background-image: url(../images/icon_type_1.svg);
}
.offer .icon2{
    background-image: url(../images/icon_type_2.svg);
}
.offer .icon3{
    background-image: url(../images/icon_type_3.svg);
}
.offer .icon4{
    background-image: url(../images/icon_type_4.svg);
}
.offer .icon5{
    background-image: url(../images/icon_type_5.svg);
}
.offer .icon6{
    background-image: url(../images/icon_type_6.svg);
}
.offer .icon7{
    background-image: url(../images/icon_type_7.svg);
}
.offer .icon8{
    background-image: url(../images/icon_type_8.svg);
}
.offer .icon9{
    background-image: url(../images/icon_type_9.svg);
}
.offer .icon10{
    background-image: url(../images/icon_type_10.svg);
}


.offer .header{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #09152C;
    margin-top: 25px;
    margin-bottom: 15px;
}

.offer .description{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #797979;
}

.offer .linkMore {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 40px;
    background-image: url(../images/arrow_right.svg);    
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: inline-block;
    text-decoration: underline;
}

.offer  a{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    
    color: #09152C;

 

}




.askConsult {
    height: 276px;
    margin-top: 100px;
    padding-top: 80px;
}

.askConsult .quest{

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;    
    color: #a3cae5;
}

.askConsult .questform{
    padding-top: 35px;

}

.askConsult #phonenumber{

    padding:8px 20px;
    border: none;

}


.sportSchool {
    height: 585px;

    margin-top: 100px;
}

.sportSchool h2{

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: #FFFFFF;
    padding-top: 65px;
    margin-bottom: 30px;

}
.sportSchool h3{        
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.sportSchool .description{
  
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #FFFFFF;



}        

.sportSchool .borderBlockMainWhiye{
    height: 345px;    
    padding: 20px;
    position: relative;
}

.sportSchool .linkMore {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 40px;
    background-image: url(../images/arrow_right_white.svg);    
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: inline-block;
    text-decoration: underline;
    color: #FFFFFF;
    
}


.inptSearch{
    margin-bottom: 20px;
    position: relative;
}
.inptSearch #pageSearchAction{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.inptSearch input{
  border: 1px solid #D4D4D4;
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  gap: 10px;
}

.searchBtn{
    cursor: pointer;
}



.stecfiltr{
    margin-bottom: 20px;
    position: relative;
    padding-right: 120px;
}

.stecfiltr input {
  border: 1px solid #1B7DC0;
  width: 100%;
  padding: 10px 20px 10px 50px;
  border-radius: 3px;
  gap: 10px;
}

.stecfiltr #searchspecicon{
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}
.divisionfiltr {
    margin-bottom: 30px;
    position: relative;
}
.selector{
    display: inline-block;
    color:F49C12;
    padding: 8px 14px;
    padding-bottom: 10px;


    gap: 43px;

    position: relative;
    width: 214px;
/*    height: 38px;*/

    background: #FFFFFF;
    border: 1px solid #49ab01;
    border-radius: 20px;



    /* Text */
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    /* Clinic/Primary/Accent */
    color: #49ab01;

    cursor: pointer;
}

.selector i {
    position: absolute;
    top: 9x;
    right: 16px;
}
.selector .selectitems {
    display: none;
}
.divisionfiltr .checklist {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 250px;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    padding: 10px 25px;
    border-radius: 20px;

    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #041B07;


    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

}
.divisionfiltr .checklist .checkitem{
    padding: 10px 0px;
    cursor: pointer;
}

.divisionfiltr .checklist i {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.divisionfiltr .checklist i.fa-square-check {
    color: #49ab01;
}

.checkedelm{

padding: 9px 16px;
gap: 10px;

width: 132px;


background: rgba(73, 171, 1, 0.11);
border-radius: 20px;

/* Text */
font-family: 'Commissioner';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
/* or 22px */

/* Clinic/Primary/Accent */
color: #49ab01;

margin-left: 15px;


}
.checkedelm i{
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}


.summCell {
    width: 80px;
    padding-right: 3px;
    text-align: right;
}

 .payCell {
    text-align: right;
}





.divisionInfoBlock .fotoElement{

    width: 200px;
    height: 214px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


.divisionInfoBlock .infoElement .worktime ,
.divisionInfoBlock .infoElement .places {
    padding-left: 23px; padding-top: 10px; min-height: 40px;
    background-position: 0px 12px;
    background-repeat: no-repeat;
    line-height: 16px;
}

.divisionInfoBlock .infoElement .places {
    background-position: -3px 10px;
    background-image: url(../images/location.svg);
}
.divisionInfoBlock .infoElement .worktime {
    background-image: url(../images/worktime.svg);
}


.divisionInfoBlock {
    width: 100%;
    height: 214px;
    margin-bottom: 20px;

}

.divisionInfoBlock .fotoElement{

    width: 200px;
    height: 214px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}



.formBlock{
    display: none;
}

.modal-body .inptElement{

margin-bottom: 10px;
}




.summCell {
    width: 80px;
    padding-right: 3px;
    text-align: right;
}

 .payCell {    
    text-align: right;
}

.banerRow {
    height: 210px;
} 


.banerRow {
    height: 202px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
} 

.banerRow .panel{
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(255,255,255,0.75);    
} 
.banerRow .panel i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
.banerRow .toLeft{
    left: 0px;
} 
.banerRow .toLeft i{
    background-image: url(../images/circleLeft.svg);
} 
.banerRow .toRight{
    right: 0px;
} 
.banerRow .toRight i{
    background-image: url(../images/circleRight.svg);
} 

.banerRow .banerRowInner{
    height: 202px;
    width: 200%;
} 

.banerRow .banerItem {    
    width: 285px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    margin-right: 20px;
    border-radius: 20px;
}

.wishBlock {
    background-color: #68b3f9;
    position: relative;
    height: 218px;
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.wishBlock .img{
    position: absolute;
    right: 0px;
    width: 50%;
    height: 218px;
    background-image: url(../images/wishBlockBG.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.wishBlock .img{
    position: absolute;
    right: 0px;
    width: 50%;
    height: 218px;
    background-image: url(../images/wishBlockBG.png);
}


.wishBlock .content{
    position: absolute;
    left: 0px;
    width: 50%;
    height: 218px;
    padding: 45px 30px;
    font-size: 30px;
    color: #000000;
    line-height: 110%;
    
}

.wishBlock .content .sendWish{
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: #f6efec;
    border-radius: 10px;
    color: #000;
}


.editProfile label{
    cursor: pointer;
}

.editProfile .icon{
    margin-left: 7px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/pencil.svg);

}


.cookieagree{
    position: fixed;
    left: 0px;
    bottom: 0px;
/*    height: 60px;*/
    text-align: center;
    background-color: #EEF5E0;
    width: 100%;
    padding: 10px 0px;
}

.ordertable {
    padding: 7px 0px;
}

.ordertable .orderrow{
    padding: 7px 2px;
    border-bottom: 1px solid #D4D4D4;
}

.ordertable .orderrow .orderservice{    
    padding-left: 20px;
}

.ordertable .orderrow .ordermaininfo{    
    position: relative;
    height: 45px;
    padding-top: 10px;
}
.ordertable .orderrow .ordermaininfo .payCell{    
    position: absolute;
    top:0px;
    right: 0px;
}
.ordertable .orderrow .ordermaininfo .goPay{    
    background-color: #84BC3D;
}
.ordertable .orderrow .ordermaininfo .payCell .paystate{    
    position: absolute;
    top: 0px; 
    right: 0px;
    margin: auto 1px;
    padding: 6px 12px;
    border: 1px solid #F49C12;
    background-color: #F49C1226;
    border-radius: 20px;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    width: auto;
}
.ordertable .orderrow .ordermaininfo .payCell .paystate.paid{    
    border: 1px solid #84BC3D;
    background-color: #84BC3D26;
}

.ordertable .orderrow .ordermaininfo .orderheader{    
    font-weight: bold;
}

.selfOrder {
    cursor: pointer;
}


.gallery .item{
    height: 280px;
    border-radius: 20px;
    border: 1px solid #D4D4D4;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
}





  .viewGallery {position: fixed; top: 0px; left: 0px; height: 100vh; width: 100vw; z-index: 1000;}

  .viewGallery .background{ height: 100vh; width: 100vw; cursor: pointer;background: #000000cc;}

  .viewGallery .wraper{

/*      border: 1px solid red;*/

    border-radius: 20px;

    width: auto;

/*  height: 80vh;*/

    position: absolute;

    top: 50%;

    left: 50%;  

    

    text-align: center;

    overflow: hidden;

    transform: translate(-50%, -50%);



    }

  .viewGallery .wraper .view{

    max-width: 90%;

    max-height: 90%;

  }

  

  .viewGallery .panel{

    width: 60px;

    height: 100%;

    position: fixed;

    top:0px;

/*      background-color: #FFFFFF55;*/

    cursor: pointer;

    cursor: pointer;

  }



  .viewGallery  .panel i{

    position: absolute;

    display: inline-block;

/*      border: 1px solid red;*/

    width: 30px;

    height: 60px;

    top: 50%;

    left: 50%;

    transform: translate(-15px,-30px);

    font-size: 40px;

    color: white;

  }







  .viewGallery  .left{      

    left: 0px;  

  }

  .viewGallery  .right{

    right: 0px;

  }

.divisionInfoBlock .btnElementMobile{

    display: none;   
    margin: 20px 0px;

     
}


.divisionInfoBlock .btnElement{
    width: 200px;
    height: 214px;    
/*    border: 1px solid #D4D4D4;*/
    text-align: center;
    position: relative;
     
}


.divisionInfoBlock .infoElement {
  padding-left: 15px;
  width: 449px;
}

.divisionInfoBlock .btnElement {
  width: 200px;
  height: 214px;

  text-align: center;
  position: relative;
}

.divisionInfoBlock .btnElement .phone {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #F49C12;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 200px;
}

.divisionInfoBlock .btnElement button {
  width: 180px;
  display: block;
  margin: 150px auto 0;
}

.divisionInfoBlock .btnElement .phone a {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.payServiceElement {
  position: relative;
  padding: 20px 70px;
}
.itemElement {
  background-image: url(/images/ArrowRBg.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.payServiceElement img {
  position: absolute;
  left: 20px;
  top: 23px;
}

.mainInfoBlock.payServicePriceElement {
    margin: 10px 0px;
    display: block;
    position: relative;    
    min-height: 50px;
}

.mainInfoBlock.payServicePriceElement h4 {width: 50%;}
.mainInfoBlock.payServicePriceElement .price {
    width: 100px; 
    position: absolute;
    top: 5px; 
    left: 50%;    
}
.mainInfoBlock.payServicePriceElement .order {
    width: 100px; 
    position: absolute;
    top: 5px; 
    left: 60%;    
}

.red {
    color: red;
}

.mainInfoBlock.specInfoBlock {
    
    display: inline-block;
    height: 400px; 
    width: 280px;
    margin-right: 10px;
    overflow: hidden;
}

.orderGosusl {
    margin-top: 36px;
}


.searchResultElement{
    margin-bottom: 10px;
}

.searchResultElement .header{
    font-weight: bold;
    font-size: 1.1rem;
     line-height: 1.4rem;
     color:#212529;;
}










