html{
    min-width: 1100px;
    height: 100%;
    font-size: 62.5%;
}
body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #353333;
    height: 100%;
    display: inline;
    line-height: 160%;
    background-color: #fff;
}
img{
    border: 0;
    background: transparent;
}
ul{
    padding-left: 25px;
}
p{
    margin: 0px 0 15px;
    line-height: 160%;
}
p.err{
    color: red;
    font-size: 1.5rem;
    font-weight: 600;
}
p.err{
    color: red;
    font-size: 1.5rem;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 130%;
}
h1{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
}
h2{
    font-size: 1.8rem;
    font-weight: 500;
}
h3{
    font-size: 1.6rem;
}
h4{
    font-size: 1.4rem;
}
h5{
    font-size: 1.4rem;
}
h6{
    font-size: 1.4rem;
}
hr {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    float: left;
    height: 1px;
    width: 100%;
    margin: 0;
}
strong{
    font-weight: 600;
}
a{
    color: #0391a7;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #0391a7;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea, select{
    padding: 12px 20px 12px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ccc;
    width: calc(100% - 40px);
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.3rem;
    color: #09b0ca;
}
input:focus, textarea:focus{
    outline: none;
}
blockquote{
    font-style: italic;
}
.Site{
    width: 100%;
    display: inline-block;
    float: left;
}
.alertBg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}
.alertBox{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 30px 30px 20px;
    max-width: 70%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1000;
    min-width: 500px;
}
.alertContentTitle{
    font-size: 25px;
    font-weight: 900;
    color: #df202f;
    margin-bottom: 15px;
}
.alertContentText{
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 140%;
}
.alertContentText strong{
    font-weight: 900;
}
.alertContent hr{
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
}
.alertClose{
    float: right;
    color: #fff;
    background-color: #df202f;
    padding: 10px 50px;
    margin-top: 10px;
    font-weight: 900;
    cursor: pointer;
}
.MainTextContent{
    float: left;
    width: 100%;
    padding: 0px;
}
.MainTextContent h1{
    margin-top: 0;
    width: 100%;
}
.MainTextContent li{
    margin-bottom: 10px;
}
.MainCenterText{
    float: right;
    width: 72%;
    margin: 0px 0 20px 0;
}
.MainCenterMenu{
    float: right;
    width: 23%;
    margin: 20px 0 20px 2%;

}
.MainCenterMenu ul{
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.MainCenterMenu ul li a{
    text-align: center;
    background-image: url("../../img/menu_cat_bg.gif");
    width: 100%;
    padding: 10px 0;
    float: left;
    box-shadow: 0 0 6px #aaaaaa;
    margin-bottom: 10px;
    font-size: 1.7rem;
    color: #303030;
    transition-duration: 0.5s;
}
.MainCenterMenu ul li a:hover{
    color: #d10000;
    text-decoration: none;
}
.ColumnLeft{
    float: left;
    width: 25%;
    margin: 0px 0 20px;
}
.ColumnRight{
    float: right;
    width: 290px;
    margin: 0px 0px 0px 15px;
    font-size: 1.2rem;
    line-height: 120%;
    z-index: 1000;
}
.ColumnCenterContent{
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.BoxOverflow{
    position: relative;
    float: left;
    overflow: hidden;
}
.BoxL1{
    display: inline;
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 0px;
    padding: 15px 0% 0;
}

.BoxLTitle{
    float: left;
    font-size: 2.0rem;
    padding: 0px 0 5px 0;
    color: #ffffff;
    width: 100%;
}
.BoxLText{
    float: left;
    width: 90%;
    padding: 10px 0;
}
.BoxLText h1{
    font-size: 1.8rem;
    color: #0b5dba;
    font-family: 'Montserrat', sans-serif
}
.BoxJL1{
    display: inline;
    float: left;
    width: 220px;
    border: 1px solid #404040;
    background-color: #404040;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px 25px 15px;
    font-size: 1.3rem;
    visibility: hidden;
}

.BoxJLTitle{
    float: left;
    font-size: 2.0rem;
    padding: 0px 0 5px 0;
    color: #ffffff;
    width: 100%;
}
.BoxJLText{
    float: left;
    width: 100%;
    padding: 0px;
    color: #ffffff;
}
.BoxJLText h1{
    font-size: 1.8rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif
}
.BoxBL1{
    display: inline;
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0px;
    padding-top: 14px;
    margin-top: 0px;
    visibility: hidden;
}

.BoxBLTitle{
    float: left;
    font-size: 2.0rem;
    padding: 0px 0 5px 0;
    width: 100%;
}
.BoxBLText{
    float: left;
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}
.BoxBLText h1{
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif
}

.BoxP1{
    float: left;
    width: 100%;

}
.BoxP2{
    float: left;
    width: 100%;

}
.BoxPTitle{
    float: left;
}
.BoxPText{
    float: left;
    width: 278px;
    padding: 5px 20px 0;
}
.BoxPText ul{
    padding-left: 15px;
}
.BoxPTextBtnLink{
    float: left;
    margin: 5px 0 7px;
    padding: 0;
    text-align: center;
    background-color: #0b5dba;
    color: #ffffff;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}
.BoxSep{
    float: left;
    width: 100%;
    height: 1px;
    background-color: #c20012;
}
.File{
    float: left;
    padding: 0px 0px;
    margin: 0px 0 0px 2%;
    width: 90%;
    text-align: left;
}
.FileDesc{
    border-left: 1px solid #dcdddd;
    float: left;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}
.FileDesc span{
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.FileLink{
    float: left;
    padding: 1%;
    width: 98%
}
.FileLinkImg{
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../../img/btn_download.gif);
    transition-duration: 0.5s;
}
.FileLinkImg:hover{
    background-position: 0 -40px;
}
.FileLinkText a{
    font-family: 'Montserrat', sans-serif;
}
.FileLinkText{
    color: #464646;
    float: left;
    font-size: 1.6rem;
    margin: 8px 7px 0 10px;
}
.Gallery{
    float: left;
    width: 100%;
    margin: 25px 0 0;
}
.GalleryBg{
    float: left;
    width: 100%;
    color: #ffffff;
    padding-bottom: 15px;
}
.GalleryBgMiddle{
    float: left;
    width: 100%;
    text-align: justify;
}
.GalleryBgBottom{
    float: left;
    width: 100%;
    height: 0px;
}
.GalleryListTitle, .MainGalleryDetailsTitle, .MainGalleryDetailsTitleDesc{
    background-image: url("../../img/zdbg.png");
    background-repeat: no-repeat;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    padding: 12px 0 12px 60px;
    width: 700px;
}
.GalleryListTitleNazwa{
    float: left;
    width: 490px;
    padding: 10px 0px;
}
.MainGalleryDetailsTitleDesc{
    width: 540px;
    margin: 15px 0;
}
.MainGalleryDetailsDesc{
    float: left;
    width: 100%;
}
.GalleryListMore{
    float: right;
    padding: 25px 0 0 0;
}
.FileBg{
    float: left;
    width: 690px;
    padding: 0px;
}
.FileBgTop{
    float: left;
    width: 100%;
    height: 0px;
}
.FileBgMiddle{
    float: left;
    width: 100%;
}
.FileBgBottom{
    float: left;
    width: 100%;
    height: 19px;
}
.FileSep{
    float: left;
}
.MainGaleryContentLine{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
}
.galleryBox{
    background-color: #ffffff;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 0;
    vertical-align: top;
    width: calc(25% - 18px);
}
.galleryBox:nth-child(4n){
    margin-right: 0;
}
.galleryBox img{
    width: 100%;
    float: left;
}
.galleryBox p{
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}
.MainPhotoContent{
    float: left;
    display: inline;
    padding: 1px;
    background-color: #6d6d6d;
    border: 1px solid #c9c7c4;
    height: 138px;
}
.MainNewsDesc{
    background-image: url("../../img/bg_center2.png");
    float: left;
    margin: 0;
    padding: 0 15px 351px;
}
.MainNewsCont{
    float: left;
    padding: 0px 0px 3px;
    width: 100%;
}
.MainNewsTitleDesc{
    float: left;
    width: 100%;
}
.MainNewsTitleDesc h1{
    float: left;
    font-size: 2.4rem;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.MainNewsDateDesc{
    color: #e9023e;
    float: left;
    font-weight: bold;
    margin: 6px 0 15px;
    width: 100%;
}
.MainNewsTextDesc{
    float: left;
}
.MainNews{
    float: left;
}
.MainNewsDate{
    color: #e9023e;
    float: left;
    font-weight: bold;
    margin: 3px 0 5px;
    width: 100%;
}
.MainNewsText{
    float: left;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
}
.MainNewsTitle{
    float: left;
    width: 100%;
}
.MainNewsTitle a{
    font-size: 1.8rem;
    color: #ffffff;
}
.MainNewsSep{
    float: left;
}
.MainNewsMore{
    float: right;
}
.BoxNews{
    float: left;
    width: 100%;
    margin-bottom: 300px;
}
.BoxNewTitle{
    float: left;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-image: url("../../img/boxheader.gif");
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    height: 19px;
}
.MainGalleryList{
    float: left;
    background-image: url("../../img/middleBg.png");
    padding: 0px 20px 0px;
    margin: 0 0 20px 0;
    width: 619px;
}
.MainGalleryListDate{
    float: right;
    padding: 33px 29px 0 0;
}
.BoxNag{
    float: left;
    width: 100%;
    margin: 0px 0 0px 0px;
    height: 39px;
}
.BoxNagTop{
    float: left;
    width: 100%;
    background-image: url('../../img/boxheader.gif');
    background-repeat: no-repeat;
    margin: 0px 0 0;
    height: 39px;
}
.BoxNagBottom{
    float: left;
    font-size: 2.4rem;
    font-weight: normal;
}
.errfalse{
    float: left;
    width: 100%;
    color: red;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    background-color: #ffffff;
}
.errtrue{
    float: left;
    width: 100%;
    color: green;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    background-color: #ffffff;
}
.errfalse span.errtrue{
    color: green;
}
span.errtrue{
    color: green;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
}


.NewsShort{
    float: left;
    width: 100%;
    margin: 0px 0 20px;
}
.NewsShortMainDate{
    float: left;
    width: 100%;
    color: #e9023e;
    font-weight: bold;
}
.NewsShortMainTitle{
    border-bottom: 1px solid #cbcbcb;
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 11px;
    width: 100%;
}
.NewsShortMainTitle a{
    color: #ffffff;
}
.NewsShortMainTitle a:hover{
    text-decoration: underline;
}
.NewsShortMainText{
    float: left;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 11px;
}
.NewsShortArchive{
    float: left;
    width: 100%;
    text-align: center;
}
.News{
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}
.NewsMain{
    float: left;
    width: 100%;
}
.NewsMainImg{
    float: left;
    width: 100%;
}
.NewsMainImg img{
    width: 100%;
    height: 155px;
}
.NewsMainTitle{
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: right;
}
.NewsMainLeft{
    float: left;
    width: 190px;
}
.NewsMainSep{
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('../../img/news_sep.gif');
    background-repeat: no-repeat;
    background-position: 12px 22px;
}
.NewsMainSep2{
    float: left;
    width: 100%;
    height: 1px;
    background-color: #949494;
    margin: 10px 0 20px;
}
.NewsMainSepDesc{
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('../../img/news_sep.gif');
    background-repeat: no-repeat;
    background-position: 12px 8px;
}
.NewsMainRight{
    float: left;
    font-weight: lighter;
    margin: 18px 0 10px 0;
    width: 405px;
}
.NewsMainTitle a{
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}
.NewsMainText{
    float: left;
}
.NewsDate{
    color: #01BFBD;
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3px;
    width: 100%;
    text-align: right;
}
.FaqShort{
    float: left;
    width: 315px;
    margin-left: -1px;
}
.FaqShortTitle{
    float: left;
    padding: 10px 0px;
    width: 317px;
    text-align: center;
    color: #ffffff;
    background-image: url("../../img/nagHeader.gif");
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    height: 19px;
}
.FaqShortTitle span{
    font-size: 0.9rem;
}
.MainFaq{
    float: left;
}
.MainFaqTitle{
    background-color: #EEEEEE;
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 20px;
    padding: 5px 10px;
    width: 572px;
}
.MainFaqText{
    float: left;
    margin: 5px 30px;
    width: 572px;
}
.FormContentMailText{
    float: left;
    width: calc(40% - 50px);
    margin-right: 50px;
}
.FormContentMail{
    float: left;
    padding: 0;
    width: 60%;
    margin-bottom: 50px;
}
.FormContentMail h2{
    font-size: 5rem;
    line-height: 100%;
    margin-bottom: 30px;
    font-weight: 300;
}
.ColumnCenterMainContent{
    float: left;
    width: 605px;
    margin-left: 20px;
    margin-top: 5px;
}
.FormContentCol2{
    float: left;
    width: 100%;
}
.FormContentCol2:nth-child(3){
    margin-right: 0;
}
.FormContentCol2:nth-child(4){
    width: 100%;
    margin: 15px 0 15px;
}
.FormContentCol2 input[type=text], .FormContentCol2 textarea, .FormContentCol2 select{
    background: transparent;
    float: left;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border: 1px solid #ccc;
    padding: 13px 20px;
    width: calc(100% - 46px);
    margin-bottom: 10px;
    color: #000;
}
.FormContentCol2 input[type=text]:focus, .FormContentCol2 textarea:focus{
    border-color: #1071b4;
}
.FormContentCol2 textarea{
    height: 132px;
    padding: 25px 20px;
}
.FormContentCol2Submit{
    float: left;
    text-align: right;
    width: 100%;
}
.Submit{
    background-color: #09b0ca !important;
    border-radius: 5px;
    padding: 12px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    margin: 0;
}
.FormContentColLeft{
    float: left;
    width: 100%;
    margin-right: 100px
}
.FormContentColRight{
    float: left;
    width: 100%;
}
.SubmitContact:hover{
    text-decoration: none;
}
.MainHeader{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.MainHeaderSub{
    margin-bottom: 30px;
}
.HeaderBg{
    float: left;
    width: 100%;
    height: 100vh;
}
.Header{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 10;
    margin: 0 auto;
}
.HeaderLogo{
    left: 0;
    position: absolute;
    top: 25px;
    z-index: 1;
}
.HeaderLogo img{
    width: 320px;
}
.Socialmedia{
    display: inline-block;
    height: 41px;
    left: 372px;
    overflow: hidden;
    position: absolute;
    top: 36px;
    width: 200px;
}
.MainCenter{
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
}
.MainInfo{
    width: 100%;
    background-image: url(../../img/bg_maininfo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 47px 0 22px;
}
.MainCenterInfo{
    float: left;
    margin: 0px 0 40px;
    width: 100%;
}
.MainFooter{
    position: relative;
    padding: 20px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.Footer{
    margin: 50px auto 50px;
    position: relative;
    max-width: 1400px;
    width: 100%;
    display: table;

}
.Footer a:hover{
    text-decoration: none;

}
.FooterAutor{
    float: right;
    width: 50%;
    font-size: 1.4rem;
    margin-top: 30px;
}
.FooterAutorInfo{
    float: left;
    font-weight: 500;
}
.FooterAutorCopyright{
    float: right;
}
.FooterAutor a{
    color: #000;
}
.ColumnCenter{
    margin: 0px auto;
    width: calc(100% - 30px);
    max-width: 1300px;
}
.msgerrok{
    color: green;
}
.BreadcrumbsView{
    margin: 0px auto 0;
    width: calc(100% - 30px);
    max-width: 1300px;
    z-index: 1;
    position: relative;
}
.Breadcrumbs{
    float: left; 
    list-style: outside none none;
    margin: -12px 0px 10px;
    padding: 0;
}
.Breadcrumbs li{
    float: left;
}
.Breadcrumbs img{
    float: left;
    margin: 2px 0 0;
}
.Breadcrumbs li a{
    float: left;
    padding: 0 7px;
    color: #000
}
.Breadcrumbs li div{
    float: left;
    padding: 0 7px;
    color: #0391a7
}
.Breadcrumbs li:first-child a{
    padding: 0 7px 0 0;
}
.Breadcrumbs li:last-child a{
    color: #000000;
}
.Breadcrumbs li .spanli {
    float: left;
    padding: 0 10px;
}
.Breadcrumbs li::after{
    content: " / ";
    color: #000;
}
.Breadcrumbs li:last-child::after{
    content: "";
}
.Breadcrumbs a:hover{
    text-decoration: none;
}

#CookiesMessage{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
}
.CookiesContent{
    position: fixed;
    width: calc(100% - 130px);
    z-index: 1001;
    background-color: #fff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px 76px;
    max-width: 800px;
    height: calc(100% - 130px);
    max-height: 380px;
}
.CookiesContentBox{
    height: 100%;
    width: calc(100% - 0px);
    padding: 0 15px;
    margin-left: -15px;
    overflow: auto;
}
.CookiesContentBox h2{
    color: #0391a7;
    font-weight: 600;
}
.CookiesContentBoxInside{
    display: table-cell;
    font-size: 1.3rem;
}
.CookiesContentBox img{
    width: 250px;
}
.CookiesContentBox[data-tab="2"]{
    display: none;
}
.CookiesContentBox[data-tab="2"] h2{
    margin-top: 30px;
}
.CookiesContentBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.CookiesContentBarTop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    background-color: #fff;
    display: none;
    border-bottom: 1px solid #eee;
    border-radius: 5px 5px 0 0;
}
.CookiesContentBarTop p{
    font-weight: 500;
    text-align: center;
    margin: 13px 0;
}
.cookiesBack{
    position: absolute;
    left: 52px;
    top: 15px;
    font-weight: 500;
    cursor: pointer;
}
.cookiesBack:before{
    content: '<';
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}
.CookiesContentShadow{
    position: absolute;
    bottom: 66px;
    width: 100%;
    height: 30px;
    left: 0;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0))
}
.CookiesContentBarBtns{
    float: right;
    padding: 10px 50px 25px 0;
}
.CookiesContentBarBtns[data-tab="2"]{
    display: none;
}
.cookiesSettings{
    float: left;
    border: 2px solid #09b0ca;
    border-radius: 5px;
    padding: 7px 30px;
    color: #000;
    margin-right: 25px;
    cursor: pointer;
}
.cookiesSave{
    float: left;
    border: 2px solid #09b0ca;
    border-radius: 5px;
    padding: 7px 30px;
    color: #000;
    margin-right: 25px;
    cursor: pointer;
}
.cookiesAllow{
    color: #fff;
    padding: 7px 30px;
    float: left;
    border: 2px solid #09b0ca;
    border-radius: 5px;
    background-color: #09b0ca;
    cursor: pointer;
    font-weight: 600;
}
.cookiesAllow:hover{
    background-color: #0391a7;
    border-color: #0391a7;
    color: #fff;
}
.SwitchCookie{
    float: right !important;
    margin-top: -37px;
}
.CookiesContentSettingBox {
    float: left;
    width: calc(100% - 0px);
}
.CookiesContentSettingBox h3{
    margin-top: 0;
    font-weight: 500;
}
.StartBox{
    float: left;
    width: 100%;
    position: relative;
}
.HeaderAccount{
    float: right;
    color: #fff;
    margin: 21px 0 0;
}
.HeaderAccountLogin{
    float: left;
    padding: 2px 0 2px 34px;
    font-weight: 500;
    color: #000;
    background-image: url(../../img/account.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.HeaderAccountLogin:hover{
    color: #5d548d;
}
.TopMenu{
    float: right;
}
.TopMenu ul{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.TopMenu ul li{
    float: left;
    margin-left: 30px;
}
.HeaderMenuCenter{
    float: left;
    width: 100%;
    position: relative;
}
.HeaderMenuCenter ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.HeaderMenuCenter ul li{
    padding: 0 15px;
    float: left;
    position: relative;
}
.HeaderMenuCenter ul li:last-child{
    padding-right: 0;
    border: 0;
}
.HeaderMenuCenter ul li a{
    display: inline-block;
    padding: 5px 0px;
    color: #000;
    font-size: 1.6rem;
    position: relative;
    font-weight: 500;
    position: relative;
}
.HeaderMenuCenter ul li a:after{
    width: 0;
    transition-duration: 0.3s;
    content: '';
    height: 1px;
    background-color: #322e86;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}
.HeaderMenuCenter ul li a:hover, .HeaderMenuCenter ul li a.active{
    color: #322e86;
}
.HeaderMenuCenter ul li a:hover:after, .HeaderMenuCenter ul li a.active:after{
    width: 30px;
}
.HeaderMenuCenter ul ul{
    position: absolute;
    left: 0;
    top: calc(100% - 10px);
    background-color: #ececec;
    width: 435px;
    z-index: 1;
    padding: 5px 0;
    display: none;
}
.HeaderMenuCenter ul li:hover > ul{
    display: block;
}
.HeaderMenuCenter ul ul li{
    width: calc(100% - 30px);
}
.HeaderMenuCenter ul ul li a{
    width: calc(100% - 10px);
    padding: 5px;
    line-height: 140%;
}
.StartMainInfo{
    float: left;
    width: 100%;
}
.StartMainInfo h2{
    font-size: 4rem;
    margin-bottom: 35px;
}

.OurAgencyFormInfo p .description{
    margin: 10px 0;
    display: block;
}
.ValuationBox{
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    margin-top: 30px;
}
.ValuationBoxHeader{
    float: left;
    width: 100%;
    background-color: #dadada;
    height: 63px;
}
.ValuationOption{
    float: left;
    width: calc(18% - 40px);
    margin: -43px 0px 21px 40px;
}
.ValuationOptionTop{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 500;
}
.ValuationOptionVar{
    float: left;
    width: 100%;
}
.Select{
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}
.SelectInfo {
    float: left;
    width: 100%;
    background-image: url(../../img/select.png);
    background-position: right 0 top 10px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.SelectInfo img{
    float: left;
    box-shadow: 1px 2px 5px #999;
    width: 25px;
    border-radius: 8px;
    margin-right: 15px;
}
.SelectInfo span{
    float: left;
    width: calc(100% - 50px);
    margin: 2px 0px 2px 0px;
    font-size: 1.4rem;
}
.SelectList{
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    z-index: 100;
    overflow: auto;
    max-height: 300px;
    min-width: 150px;
    display: none;
}
.SelectList ul{
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.SelectList ul li{
    float: left;
    width: calc(100% - 20px);
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    cursor: pointer;
}
.SelectList ul li:hover{
    background-color: #eee;
}
.SelectList ul li img{
    float: left;
    box-shadow: 1px 2px 5px #999;
    width: 15px;
    border-radius: 8px;
    margin-right: 15px;
}
.SelectList ul li span{
    float: left;
    width: calc(100% - 30px);
    margin: 0px 0px 0px 0px;
    line-height: 100%;
}
.ValuationOptionVar input[type="email"], .ValuationOptionVar input[type="tel"]{
    background-color: #ebebe9;
    border: 0;
    padding: 10px 20px;
    margin: -5px 0 0;
    width: calc(100% - 40px);
}
.ValuationOptionVar input[type="tel"]{
    margin-top: 5px;
}
.ValuationOptionEmail{
    width: calc(22% - 40px);
}
.fileInputBox{
    float: left;
    position: relative;
    width: 300px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.fileInputBox:hover{
    background-color: #f5f5f5;
}
.fileInputBox input{
    position: absolute;
    z-index: -1;
    visibility: hidden;
    left: 0;
}
.fileInput{
    float: left;
    width: 100%;
    cursor: pointer;
}
.fileInput img{
    float: left;
    margin: 0 10px 0 0;
}
.fileInput span{
    float: left;
    margin: 0;
    line-height: 100%;
    font-weight: 400;
    font-size: 1.3rem;
    width: calc(100% - 32px);
    overflow: hidden;
    padding: 10px 15px;
    height: 12px;
}
.submitAddFile{
    background-color: #09b0ca;
    border: 0;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    height: 34px;
    margin-left: 0px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.submitAddFile:hover{
    background-color: #5d548d;
}
.ValuationOptionFile{
    margin-right: 0;
    width: calc(20% - 40px)
}
.ValuationBtnBox{
    float: left;
    width: 100%;
    border-top: 1px solid #dadada;
    padding: 30px 0;
    text-align: center;
}
#send_valuation{
    background-color: #a08768;
    border-radius: 5px;
    border: 0 none;
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 10px 25px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.loaderimg{
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #dadada;
}
.loaderimg img{
    width: 200px;
}
.loaderimg p{
    padding: 0;
    margin-bottom: 0;
}
.ValuationBtnBoxInfo{
    float: left;
    width: 100%;
    margin-bottom: 40px;
    color: #ff0000;
    display: none;
    font-weight: 500;
}
.ValuationBtnBoxInfoComplete{
    float: left;
    width: 100%;
    padding: 32px 0;
    display: none;
}
.SignInBoxTitle{
    float: left;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.8rem;
    width: 100%;
}
.SignIn{
    float: right;
    width: calc(50% - 150px);
    margin: 0px 0px 50px 50px;
    background-color: #efefef;
    padding: 50px;
    border-radius: 5px;
}
.SignInReminder{
    float: right;
    width: calc(50% - 150px);
    margin: 0px 25% 50px;
    background-color: #efefef;
    padding: 50px;
    border-radius: 5px;
}
.SignInReminder p.error, .SignIn p.error{
    text-align: left;
    margin-top: 0
}
.SignInBox{
    float: left;
    width: 100%;
}
.SignInBox label{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.RegBoxInputs{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.RegBox
.SignOption{
    font-weight: 400;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.SignOption a{
    color: #353333;
    display: inline-block;
}
.SignOption a:hover{
    color: #322e86;
}
.SignOption a:first-child{
    margin-right: 50px;
}
.SignOption a:first-child:after{
    content: '';
    float: right;
    width: 1px;
    height: 12px;
    background-color: #ccc;
    margin: 5px -25px 0 0;
}
.SignSubmit{
    float: left;
    width: 100%;
    text-align: left;
}
.Submit{
    float: left;
    width: 200px;
    text-align: center;
    cursor: pointer;
    background-color: #09b0ca;
    color: #ffffff;
    padding: 10px 0;
    border: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
}
.Submit:hover{
    background-color: #0391a7;
}
.remindeForm{
    float: left;
    width: 100%;
}
.ReisterBox{
    float: left;
    width: calc(60% - 100px);
    margin: 20px 20% 50px;
    background-color: #efefef;
    padding: 50px;
    border-radius: 5px;
}
.RegisterAgree{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.RegisterAgree input{
    float: left;
    margin: 5px 11px 0 0;
}
.RegisterAgree span{
    float: left;
    width: calc(100% - 30px);
}
.RegisterAgree p{
    margin-bottom: 7px;
    float: left;
    width: 100%;
}
.RegBox{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.RegBox:nth-child(2n){
    margin-right: 0;
}
.RegBox label{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
p.error{
    text-align: center;
    color: #df202f;
    font-weight: 600;
    margin: 30px 0;
}
.FooterContact{
    margin: 0px auto 0;
    width: calc(100% - 30px);
    max-width: 1300px;
    position: relative;
}
.FooterContactContainer{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.MainMenu{
    position: absolute;
    top: 61px;
    right: 0;
}
.MainMenuShow{
    right: 0;
}
.MainMenuBtn{
    display: none;
    position: absolute;
    top: 55px;
    right: 11px;
    z-index: 1;
    cursor: pointer;
}
.MainMenuClose{
    display: none;
}
.StartBrandsText{
    float: left;
    width: 100%;
}
.StartBrandsText h2{
    font-size: 3.8rem;
    font-weight: 600;
}
.HeaderContainer{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: calc(100% - 30px);
    height: 125px;
}
.HeaderText{
    position: absolute;
    bottom: 131px;
    font-size: 6rem;
    line-height: normal;
    color: #fff;
}
.HeaderText strong{
    color: #ffcc00;
    font-weight: 700;
}
.HeaderIcon{
    position: absolute;
    bottom: 50px;
    line-height: normal;
    color: #fff;
}
.HeaderIcon img{
    width: 60px;
}
.AboutUs{
    float: left;
    width: 100%;
}
.AboutUsCol1{
    width: 70px;
    float: left;
}
.AboutUsCol1 h1{
    font-size: 9rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-weight: 700;
    margin: 157px -135px;
    text-transform: uppercase;
}
.AboutUsCol2{
    float: left;
    width: calc(80% - 360px);
    margin: 62px 10%;
    max-width: 630px;
}
.AboutUsCol3{
    float: right;
    width: 280px;
    margin: -34px 0 0;
}

.FooterContactDataBox a:hover{
    color: #eae700;
}
#scrolltop {
    background-image: url("../../img/scrolltop.png");
    bottom: 0px;
    cursor: pointer;
    height: 41px;
    position: fixed;
    right: 0px;
    width: 41px;
    z-index: 1000;
    opacity: 0;
}
.FooterBox .Title{
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: right;
}
.FooterBox{
    float: right;
}
.FooterBox ul{
    list-style: none;
    padding: 0;
    float: right;
    margin: 5px 0 0;
}
.FooterBox ul li {
    text-align: right;
}
.FooterBox ul li a{
    color: #000;
}
.FooterBox ul li a:hover{
    color: #0391a7;
}
.FooterBoxText{
    float: left;
    margin-top: 10px;
    max-width: 415px;
}
.FooterCopyright{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #e8e7e7;
}
.FooterCopyright a{
    color: #555;
}
.FooterCopyright a:hover{
    color: #0391a7;
}
.StartImg{
    width: 400px;
    border-radius: 10px;
    float: left;
}
.StartBoxText1{
    float: left;
    width: calc(100% - 450px);
    margin-left: 50px;
}
.StartBoxText1 h1{
    color: #409cd9;
    font-size: 2.5rem;
}
.StartBoxCenter{
    margin: 0px auto 0px;
    width: calc(100% - 30px);
    max-width: 1300px;
}

.StartOffers{
    float: left;
    width: 100%;
}
.StartOffer{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.StartOffer:nth-child(2n){
    margin-right: 0;
}
.StartOfferImgBox{
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.StartOfferImgBox img{
    width: 100%;
    float: left;
}
.StartOfferSloganBox{
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    background-color: rgba(0,0,0,0.5);
    padding: 21px 30px;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: right;
}
.StartOfferText{
    float: left;
    width: calc(100% - 30px);
    padding: 40px 15px 0px;
    position: relative;
}
.StartOfferTextPoint{
    position: absolute;
    top: -28px;
    left: 70px;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    border: 8px solid #fff;
    transform: translate(-50%, 0) rotate(45deg);
    background: linear-gradient(0deg, rgba(85,172,225,1) 0%, rgba(61,154,216,1) 100%);
}
.StartOffer:nth-child(2n) .StartOfferSloganBox{
    text-align: left;
}
.StartOffer:nth-child(2n) .StartOfferTextPoint{
    right: 12px;
    left: auto;
}
.StartBlogBox{
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    border-radius: 5px;
}
.StartBlogBox:nth-child(3n){
    margin-right: 0;
}
.StartBlogBox img{
    width: 100%;
    float: left;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.StartBoxCenterBlogCenter{
    background-color: #ededed;
    padding: 50px 0;
}
.StartBlogBoxText{
    float: left;
    width: calc(100% - 40px);
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin-top: -3px;
}
.StartBlogBoxText h2{
    margin: 0;
}
.StartBlogArtList{
    float: left;
    width: 100%;
}
.StartBlogBoxTitle{
    float: left;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
    color: #0391a7;
}
.StartBlogBoxTitle:hover, .StartBlogBoxTextLink:hover{
    color: #5d548d;
}
.StartBlogBoxText time{
    color: #828181;
    font-size: 1.3rem;
    float: left;
}
.StartBlogBoxDesc{
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}
.StartBlogBoxTextLink{
    float: left;
    font-weight: bold;
}
.HeaderSub {
    height: 125px;
    border-bottom: 1px solid #ccc;
}
.SliderBoxServices{
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    bottom: -48px;
    max-width: 1405px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(255,255,255,0.95);
    border-radius: 5px;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: table;
}
.SliderBoxServicesMobile{
    display: none;
}
.SliderBoxServicesTitle{
    margin: 20px 0;
    float: left;
    display: block;
}
.SliderBoxServicesMobileTitle{
    display: none;
}
.SliderBoxServices a{
    color: #0391a7;
}
.SliderBoxServices a:hover{
    background-color: #0391a7;
}
.SliderBoxServiceBox2{
    float: left;
    width: calc(100% + 2px);
    border-top: 1px solid #ccc;
}
.SliderBoxService{
    display: inline-block;
    width: calc(25% - 44px);
    padding: 25px 20px 30px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}
.SliderBoxServiceConsultation{
    width: calc(33.33% - 41px);
    padding: 25px 20px 30px;
    border-right: 1px solid #ccc;
    float: left;
    border-bottom: 1px solid #ccc;
}
.SliderBoxServiceConsultation:last-child{
    border-bottom: 0;
}
.SliderBoxServiceTitle{
    font-size: 1.8rem;
    line-height: 120%;
    margin: 0 0 10px;
    color: #000;
}
.SliderBoxServiceTitle a:hover{
    background: none;
    color: #09b0ca;
}
.SliderBoxServiceDescription{
    font-size: 1.3rem;
    margin-bottom: 25px;
    color: #555;
}
.SliderBoxServiceLink{
    margin: 0;
    width: 100%;
}
.SliderBoxServiceLink a{
    background-color: #09b0ca;
    border-radius: 5px;
    width: calc(100% - 68px);
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
.SliderBoxService:nth-child(4n){
    border-right: 0;
}
.SliderBoxServiceBox2 .SliderBoxServiceConsultation:nth-child(3n){
    border-right: 0;
}
.SliderBoxServicesChoice{
    position: absolute;
    bottom: calc(88px + 50% );
    left: 50%;
    transform: translate(-50%,0);
    max-width: 800px;
    text-align: center;
    z-index: 1;
}
.SliderBoxServicesChoice .Title{
    font-size: 2.5rem;
    font-weight: 800;
    text-shadow: 1px 1px 1px #fff;
}
.SliderBoxServicesChoice .Text{
    font-weight: 500;
    text-shadow: 1px 1px 1px #fff;
}
.StartBoxInfo{
    float: left;
    width: calc(33.33% - 30px);
    margin-right: 45px;
    margin-bottom: 50px;
    margin-top: 48px;
    text-align: justify;
}
.StartBoxInfo:last-child{
    margin-right: 0;
}
.StartBoxInfo h2{
    font-weight: 600;
    font-size: 2rem;
}
.StartBoxInfo h2 a{
    color: #000;
}
.StartBoxInfo h2 a:hover{
    color: #0391a7;
}
.StartBoxInfo .StartBoxInfoLink{
    font-size: 1.5rem;
    color: #09b0ca;
    font-weight: 600;
}
.StartBoxInfo1 .StartBoxInfoLink{
    background-color: #09b0ca;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
}
.StartBoxInfo1 h2{
    background-image: url(../../img/about-us.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 0 6px 47px;
    margin-top: 0;
}
.StartBoxInfo2 h2{
    background-image: url(../../img/security.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 0 6px 47px;
    margin-top: 0;
}
.StartBoxInfo3 h2{
    background-image: url(../../img/doctors.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 0 6px 50px;
    margin-top: 0;
}
.StartBoxInfo .StartBoxInfoLink:hover{
    color: #5d548d;
}
.StartBoxInfo1 .StartBoxInfoLink:hover{
    background-color: #5d548d;
    color: #fff;
}
.StartBoxOffer{
    background-color: #ededed;
}
.StartStepByStep{
    float: left;
    width: calc(35% - 31px);
    padding-right: 30px;
    border-right: 1px solid #09b0ca;
    margin: 50px 0;
}
.StartStepByStep h2{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 5px;
}
.StartStepByStepBox{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.StartStepByStepBox img{
    float: left;
}
.StartStepByStepBoxInfo{
    float: right;
    width: calc(100% - 70px);
}
.StartStepByStepBoxInfo h3{
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.StartStepByStepBoxInfoBtn{
    float: left;
    width: calc(100% - 40px);
    padding: 10px 20px;
    background-color: #09b0ca;
    color: #fff;
    border-radius: 5px;
}
.StartStepByStepBoxInfoBtn:hover{
    background-color: #0391a7;
    color: #fff;
}
.ServicePrice{
    float: left;
    font-size: 2rem;
    font-weight: 600;
}
.ServiceInfo{
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
}
.HeaderBgSub{
    height: auto;
}
.StartOrderContainer{
    float: left;
    padding-left: 30px;
    margin: 50px 0 50px -1px;
    border-left: 1px solid #09b0ca;
    width: calc(65% - 30px);
}
.StartOrderContainer h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 5px;
}
.StartOrderBox{
    float: left;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    width: calc(100% - 40px);
    margin-bottom: 30px;
}
.StartOrderBox:last-child{
    margin-bottom: 10px;
}
.StartOrderBox h3{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
.StartOrderBoxInfo{
    float: left;
    margin-bottom: 5px;
}
.StartOrderBtn{
    float: left;
    width: calc(100% - 0px);
    padding: 10px 20px;
    background-color: #09b0ca;
    color: #fff;
    margin: 0 0 -20px -20px;
    border-radius: 0 0 5px 5px;
}
.StartOrderBtn:hover {
    background-color: #0391a7;
    color: #fff;
}
.AwardedContainer{
    float: left;
    width: calc(50% - 50px);
    margin: 10px 50px 50px 0;
}
.AwardedContainer h2{
    font-size: 2.5rem;
    font-weight: 600;
    background-image: url(../../img/awarded.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 23px 0 23px 95px;
}
.AwardedContainerBox1{
    float: left;
    width: 100%;
}
.AwardedContainerBox2{
    float: left;
    width: calc(100% - 40px);
    background-color: #ededed;
    border-radius: 5px;
    padding: 25px 20px 20px;
}
.AwardedContainerBox2 ul{
    list-style: none;
}
.AwardedContainerBox2 ul li{
    margin-bottom: 3px;
}
.AwardedContainerBox2 ul li:before{
    content: '';
    background-color: #09b0ca;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 9px 0 0 -18px;
}
.AwardedBtn{
    float: right;
    padding: 10px 30px;
    background-color: #09b0ca;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    margin: -15px 30px 0 0;
}
.AwardedBtn:hover{
    background-color: #0391a7;
    color: #fff;
}
.OurPatientsReviews{
    width: 50%;
    float: left;
    margin: 50px 0;
}
.OurPatientsReviews h2{
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 3px;
}
.ReviewsRateBox{
    float: left;
    width: 100px;
    height: 20px;
    position: relative;
    margin-top: 2px;
}
.ReviewsRateStarsDeactive{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 20px;
    background-color: #cccccc;
}
.ReviewsRateStarsActiveInfo{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background-color: #f4b02d;
}
.ReviewsRateStars{
    position: absolute;
    background-image: url(../../img/star.png);
    background-position: top left;
    width: 100px;
    height: 20px;
    top: 0;
    left: 0;
    background-size: 20%;
}
.OurPatientsReviewsBox{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.OurPatientsReviewsBox time{
    float: left;
    background-image: url(../../img/calendar.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-top: 2px;
}
.OurPartnerReviewsPeople{
    margin-bottom: 20px;
}
.OurPatientsReviewsBox .OurPartnerReviewsPeopleBox{
    float: right;
    margin-bottom: 5px;
}
.OurPartnerReviewsPeopleRate{
    float: left;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 1px;
}
.OurPartnerReviewsPeopleText{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.OurPartnerReviewsPeopleAuthor{
    float: left;
    width: 100%;
    font-weight: 600;
}
.StartBoxCenterH2{
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 15px;
}
.StartBlogArtInfo{
    float: left;
    width: 800px;
    margin: 0 250px 30px;
}
.FooterNewsletterBox{
    float: left;
    width: 100%;
    background-color: #3c2e8d;
    padding: 55px 0 50px;
}
.FooterNewsletter{
    margin: 0 auto;
    max-width: 900px;
    width: calc(100% - 30px);
    text-align: center;
}
.FooterNewsletterLeft{
    float: left;
    width: calc(100% - 0px);
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.FooterNewsletterLeft h2{
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}
.FooterNewsletterLeft p{
    color: #e8e8e8;
}
.FooterNewsletterRight{
    width: calc(100% - 30px);
    display: inline-block;
    max-width: 600px;
}
.NewsletterBox{
    float: left;
    width: 100%;
    background-color: #5245a1;
    border-radius: 5px;
}
.NewsletterBox input[type="text"]::placeholder {
    color: #e8e8e8;
}
.NewsletterBox input[type="text"]{
    background: none !important;
    border: 0 !important;
    float: left;
    width: calc(100% - 180px);
    color: #fff;
    padding: 13px 30px 13px 20px;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.NewsletterBox input[type="button"]{
    float: right;
    width: 130px;
    text-align: center;
    cursor: pointer;
    background-color: #09b0ca;
    color: #ffffff;
    padding: 13px 0;
    border: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 5px 5px 0;
}
.NewsletterBox input[type=button]:hover{
    color: #fff;
    background-color: #0391a7
}
.NewsletterBox input[type=button]:hover{
    background-position: center -36px;
}
.BoxNewsletterMsg span{
    float: left;
    width: 100%;
    margin: -28px 0 21px;
    font-weight: 700;
}
.FooterBoxLogo{
    float: left;
    margin-right: 50px;
}
.ServicesContainer{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 340px);
}
.ServicesContainer .PrescriptionInfoBefore p:first-child{
    float: left;
    width: 85px;
}
.ServicesContainer .PrescriptionInfoBefore{
    margin-bottom: 0px;
    padding: 10px 30px 10px 30px;
    background-color: #09b0ca;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
}
.ServicesContainer .PrescriptionInfoBefore h1{
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ServicesContainer .PrescriptionInfoBefore img{
    margin-bottom: 20px;
}
.ServicesContainer .MainTextContent{
    margin-bottom: 0px;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
}
.DoctorBox{
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
}
.DoctorBox:nth-child(2n){
    margin-right: 0;
}
.DoctorBox img{
    float: left;
    width: 50px;
    border-radius: 50%;
}
.DoctorBoxInfo{
    float: left;
    margin-left: 20px;
    width: calc(100% - 70px);
}
.DoctorName{
    float: left;
    width: 100%;
    font-weight: 600;
    margin-top: 5px;
}
.DoctorTitleZW{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.DoctorDesc{
    float: left;
    width: 100%;
}
.DoctorVisitBtn{
    background-color: #09b0ca;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    float: left;
}
.DoctorVisitBtn:hover {
    background-color: #5d548d;
    color: #fff;
}
.VisitSteps{
    float: left;
    width: 300px;
    border-radius: 5px;
    margin-right: 40px;
}
.VisitStepsBox{
    float: left;
    width: calc(100% - 40px);
    padding: 20px 20px 20px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
    background-color: #fbf5cc
}
.VisitStepsBox .Title{
    font-weight: 600;
}
.VisitStepsBoxSelected .Title{
    font-weight: 600;
    margin-bottom: 5px;
}
.VisitStepsBoxHeader{
    background-color: #5d548d;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 5px;

}
.VisitStepsBoxHeader .Title{
    font-size: 2rem;
    font-weight: 600;
}
.VisitStepsBoxSelected{
    background-color: #09b0ca;
    color: #fff;
}
.VisitStepsBoxVisabled{
    background-color: #5d548d;
    color: #fff;
}
.VisitStepsBoxSelected .square{
    background-color: #09b0ca;
    width: 30px;
    transform: rotate(45deg);
    border-radius: 5px;
    position: absolute;
    right: -10px;
    height: 30px;
    top: 35px;
}
/*.VisitStepsBox .Description{
    display: none;
}
.VisitStepsBoxSelected .Description{
    display: block;
}*/

.SearchDrugBox{
    float: left;
    position: relative;
    width: calc(100% - 250px);
    margin-bottom: 20px;
    margin-right: 15px;
}
.InputBox{
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    float: left;
}
.InputBoxReminder{
    float: left;
    color: #353333;
    margin: 10px 0 10px 20px;
}
.InputBoxReminder a:hover{
    text-decoration: underline;
}
.InputBox input{
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: calc(100% - 42px);
    float: left;
    color: #09b0ca;
}
.InputBox select{
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: 100%;
    float: left;
    background: transparent;
    color: #09b0ca !important;
}
.InputBox textarea{
    margin: 0;
    border-radius: 5px;
    float: left;
    min-height: 70px;
}
.InputBox input[type=date]{
    color: transparent;
}
.InputBox input:focus, .InputBox textarea:focus{
    border-color: #09b0ca;
}
.InputBox label{
    position: absolute !important;
    top: 10px;
    left: 15px;
    transition-duration: .2s;
    color: #777;
    z-index: 0;
    font-size: 1.3rem;
}
.InputFilled label{
    top: -11px;
    left: 8px;
    padding: 0 5px;
    background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 54%, rgb(255, 255, 255) 54%, rgb(255, 255, 255) 100%);
    font-size: 1.2rem;
    color: #777;
    z-index: 1;
    margin-right: 0 !important;
}
.InputFilled input[type=date]{
    color: #09b0ca !important;
}
.Inputfocus label{
    color: #09b0ca !important;
}
.Inputfocus input{
    color: #000 !important;
}
.InputBoxValidationMessage{
    color: red !important;
    display: none;
}
.InputBoxPatientValidErr .InputBoxValidationMessage{
    position: absolute;
    bottom: -11px;
    left: 15px;
    font-size: 1.2rem;
    background: linear-gradient(0deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 54%, rgb(255, 255, 255) 54%, rgb(255, 255, 255) 100%);
    padding: 0 5px;
    display: block;
}
.InputBoxPatientValidErr input{
    border-color: red;
    color: #000;
}
.InputBoxPatientValidErr label{
    color: #000;
}
.SearchDrugResult{
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: calc(100% - 0px);
    z-index: 1;
    background-color: #fff;
    max-height: 400px;
    border: 1px solid #09b0ca;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    display: none;
    overflow: auto;
    border-radius: 5px;
    z-index: 10;
}
.SearchDrugBoxActive{
    border: #ccc;
}
.SearchDrugBoxActive #miasto{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    /*margin: -1px;*/
    border-radius: 5px 5px 0 0;
}
.SearchDrugResultOptionEmpty{
    float: left;
    padding: 3px 15px;
    width: calc(100% - 30px);
    cursor: pointer;
    font-size: 1.2rem;
}
.SearchDrugResultOption{
    float: left;
    padding: 5px 15px;
    width: calc(100% - 30px);
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 130%;
}
.SearchDrugResultOption:hover{
    background-color: #eee;
}
.FormMedicineBox{
    width: calc(100% - 80px);
    background-color: #efefef;
    border-radius: 5px;
    padding: 40px;
    float: left;
    margin-bottom: 10px;
}
.FormMedicineBox .TitleBig{
    float: left;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.6rem;
    width: 100%;
}
.FormMedicineBox label{
    float: left;
    font-weight: 400;
    margin: 0 30px 0 0;
}
.SearchMedicineAdditionalBox{
    float: left;
    width: 100%;
}
.FormMedicineBox .Title{
    float: left;
    width: calc(100% - 4px);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 4px;
}
.FormMedicineBox .Description{
    float: left;
    width: calc(100% - 10px);
    padding: 5px;
}
.FormMedicineBox .Title span{
    font-size: 1.4rem;
    font-weight: 400;
}
.FormMedicineBox .Documentation{
    margin-bottom: 10px;
}
.Switch{
    float: left;
    width: 50px;
    height: 20px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #e9e9ed;
    border: 1px solid #aaa;
    transition-duration: .3s;
}
.SwitchBtn{
    float: left;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    margin: 4px 5px;
    transition-duration: .3s;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.SwitchOn{
    background-color: #09b0ca !important;
    border-color: #09b0ca !important;
}
.SwitchOn .SwitchBtn{
    margin-left: 35px;
    background-color: #fff;
}
.Documentation{
    float: left;
    width: 100%;
}
.DocumentationListFields{
    float: left;
    width: 100%;
    display: none;
}
.DocumentationListFields{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.DocumentationFieldBox{
    float: left;
    width: 100%;
}
.DocumentationFieldBox input{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 1.2rem;
    width: 400px;
}
.DocumentationListFieldsContainer{
    float: left;
    width: 100%;
}
.ServicesNavigation{
    float: left;
    width: 100%;
    text-align: center;
}
.NextStep{
    background-color: #09b0ca;
    border-radius: 5px;
    padding: 8px 85px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.NextStep:hover{
    background-color: #5d548d;
    color: #fff;
}
.PrevStepContracept{
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 500;
    display: inline-block;
    color: #353333;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.PrevStepContracept:hover{
    color: #09b0ca;
}
.PrevStep{
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 500;
    display: inline-block;
    color: #353333;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.PrevStep:hover{
    color: #09b0ca;
}
.PrevStepSickLeave{
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 500;
    display: inline-block;
    color: #353333;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.PrevStepSickLeave:hover{
    color: #09b0ca;
}
.PrevStepConsultation{
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 500;
    display: inline-block;
    color: #353333;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.PrevStepConsultation:hover{
    color: #09b0ca;
}
.InputBoxSearchDrug{
    width: 100%;
}
.InputBoxPatientName{
    float: left;
    margin: 0 10px 20px 0;
    width: calc(50% - 5px);
}
.InputBoxPatientSurname{
    float: left;
    margin: 0 0px 20px 0;
    width: calc(50% - 5px);
}
.InputBoxPatientAddress{
    float: left;
    margin: 0 10px 20px 0;
    width: calc(100% - 164px);
}
.InputBoxPatientAddressNr{
    float: left;
    margin: 0 10px 20px 0;
    width: 70px;
}
.InputBoxPatientAddressNrLok{
    float: left;
    margin: 0 0px 20px 0;
    width: 70px;
}
.AddressNrSep{
    float: left;
    width: 4px;
    text-align: center;
    margin: 10px 5px 10px -5px;
    ;
}
.InputBoxPatientPostcode{
    float: left;
    margin: 0 10px 20px 0;
    width: 150px;
}
.InputBoxPatientPostCity{
    float: left;
    margin: 0 0 20px 0;
    width: calc(100% - 160px);
}
.InputBoxPatientPesel{
    float: left;
    margin: 0 0 0px 0;
    width: 300px;
}
.InputBoxPatientNip{
    float: left;
    margin: 0 0 0px 0;
    width: 300px;
}
.BoolAccountExist{
    float: left;
    width: 100%;
    margin: -10px 0 3px 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.BoolGuardianAddress{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 5px;
}
.BoolPeselExist{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 5px;
}
.BoolPeselTrue{
    float: left;
    width: 100%;
}
.BoolPeselFalse{
    float: left;
    width: 100%;
    display: none;
}
.BoolGuardianPeselTrue{
    float: left;
    width: 100%;
}
.BoolGuardianPeselFalse{
    float: left;
    width: 100%;
    display: none;
}
.InputBoxPatientDate{
    float: left;
    margin: 0 10px 0px 0;
    width: calc(25% - 7.3px);
}
.InputBoxPatientCountry{
    float: left;
    margin: 0 10px 0px 0;
    width: calc(33% - 7.3px);
}
.InputBoxPatientPassport{
    float: left;
    margin: 0 0px 0px 0;
    width: calc(42% - 7.3px);
}
.InputCheckbox{
    float: left;
    margin: 0 10px 0 0 !important;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    padding: 9px 30px 9px 4px;
}
.InputCheckbox span{
    float: left;
    font-size: 1.3rem;
    width: calc(100% - 44px);
}
.InputCheckbox input{
    margin: 4px 15px;
    float: left;
}
.InputCheckbox span{
    min-width: 175px;
}
.FormMedicineSection{
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.FormMedicineSection:last-child{
    margin-bottom: 0;
}
.InputBoxPatientTemp{
    float: left;
    margin: 0 10px 20px 0;
    width: 200px;
}
.InputBoxPatientAmount{
    float: left;
    margin: 0 0px 0px 0;
    width: 200px;
}
.InputBoxPatientDesc{
    float: left;
    margin: 0 0px 0px 0;
    width: 100%;
}
.InputBoxPatientDescSickLeave{
    float: left;
    margin: 0 0px 20px 0;
    width: 100%;
}
.InputBoxPatientPrescriptionDesc{
    float: left;
    margin: 0 0px 0px 0;
    width: 100%;
}
.AccountExist{
    display: none;
    margin-top: 15px;
}
.AccountExistNot{
    display: block;
    margin-top: 15px;
}
.GuardianBox{
    float: left;
    width: 100%;
    display: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.InputBoxPatientAccountName{
    float: left;
    margin: 0 10px 20px 0;
    width: calc(60% - 5px);
}
.InputBoxPatientAccountPassword{
    float: left;
    margin: 0 10px 20px 0;
    width: calc(60% - 5px);
}
.InputBoxPatientAccountLoginName{
    float: left;
    margin: 0 0px 20px 0;
    width: 100%;
}
.InputBoxPatientAccountLoginPassword{
    float: left;
    margin: 0 0px 20px 0;
    width: 100%;
}
.InputBoxBtnLogin{
    float: left;
    width: 100%;
}
.signinPatient{
    float: left;
    width: 150px;
    text-align: center;
    cursor: pointer;
    background-color: #09b0ca;
    color: #ffffff;
    padding: 10px 0;
    border: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
}
.SignOptionStay{
    float: left;
    width: 100%;
}
.SignInDesc{
    float: left;
    width: 50%;
    margin-top: 30px;
}

.InputBoxPatientNameReg{
    float: left;
    margin: 0 10px 20px 0;
    width: calc(50% - 5px);
}
.InputBoxPatientEmailReg{
    float: left;
    margin: 0 0px 20px 0;
    width: calc(100%);
}
.InputBoxPatientNameReg:nth-child(2n){
    margin-right: 0;
}
.DoctorsContainer{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
}
.DoctorsContainer .DoctorBox{
    width: calc(33.33% - 27px);
}
.DoctorsContainer .DoctorBox{
    margin-right: 40px
}
.DoctorsContainer .DoctorBox:nth-child(3n){
    margin-right: 0px
}
.ReminderText{
    color: #353333;
    padding: 5px;
    display: inline-block;
    margin: 3px 20px;
    font-weight: 500;
}
.Account{
    float: left;
    width: 100%;
}
.AccountMenuBox {
    width: 300px;
    float: left;
    margin-right: 40px;
}
.AccountMenu{
    width: 300px;
    float: left;
    margin-right: 40px;
}
.AccountMenu > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.AccountMenu > ul > li{
    float: left;
    width: 100%;
}
.AccountMenu > ul > li > a, .AccountMenu > ul > li > span{
    background-color: #fbf5cc;
    padding: 12px 20px 12px;
    width: calc(100% - 40px);
    border-radius: 5px;
    float: left;
    margin-bottom: 3px;
    color: #353333;
    font-weight: 600;
    transition-duration: .2s;
}
.AccountMenu > ul > li > a:hover{
    background-color: #09b0ca !important;
    color: #fff !important;
}
.AccountContainer{
    float: left;
    width: calc(100% - 340px);
}
.AccountContainer p.error{
    margin: 0px 5px 20px;
    text-align: left;
}
.AccountMenuActive{
    background-color: #09b0ca !important;
    color: #fff !important;
    position: relative;
    font-weight: 700;
}
.AccountMenuActive:after{
    content: '';
    background-color: #09b0ca;
    width: 30px;
    transform: rotate(45deg) translate(-30%, -38%);
    border-radius: 5px;
    position: absolute;
    right: 0;
    height: 30px;
    top: 50%;
}
.AccountContainer h1{
    margin-top: 6px;
    margin-bottom: 15px;
    float: left;
}
.InputBoxSubmit{
    float: left;
    width: 100%;
    margin-top: 20px;

}
.PrescriptionOrderBox{
    float: left;
    width: 100%;
}
.PrescriptionOrderBox[data-i="2"]{
    display: none;
}
.PrescriptionOrderBox[data-i="3"]{
    display: none;
}
.SickLeaveOrderBox{
    float: left;
    width: 100%;
}
.SickLeaveOrderBox[data-i="2"]{
    display: none;
}
.ReferralOrderBox{
    float: left;
    width: 100%;
}
.ReferralOrderBox[data-i="2"]{
    display: none;
}
.ConsultationOrderBox{
    float: left;
    width: 100%;
}
.ConsultationOrderBox[data-i="2"]{
    display: none;
}
.Loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    display: none;
}
.Loading img{
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.MessageSingin{
    float: left;
    width: 100%;
    color: red;
    margin: -17px 0 16px 5px;
}
.AfflictionList{
    float: left;
    width: 100%;
}
.AfflictionQuestionList input[type=text], .AfflictionQuestionList textarea{
    border-radius: 5px;
    width: calc(100% - 43px);
}
.AfflictionList label.InputCheckbox{
    margin-bottom: 5px !important;
    width: calc(33.33% - 43px);
    line-height: 120%;
}
.AfflictionList label.InputCheckbox span{
    padding: 2px 0;
}
.AfflictionList label.InputCheckbox:nth-child(3n){
    margin-right: 0 !important;
}
.AfflictionList select{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}
.AfflictionQuestionList{
    width: 100%;
}
.AfflictionQuestionList td:first-child{
    width: 40%;
    vertical-align: top;
    padding-top: 5px;
}
.AfflictionQuestionList label.InputCheckbox{
    width: calc(50% - 39px);
    margin: 0 5px 5px 0 !important;
}
.AfflictionQuestionList label.InputCheckbox span{
    line-height: 120%;
    padding: 2px 0;
}
.AfflictionQuestionList td label.InputCheckbox:nth-child(2n){
    margin-right: 0 !important;
}
.InputCheckboxSelected{
    border-color: #09b0ca;
    background-color: #09b0ca;
}
.InputCheckboxSelected span{
    color: #fff;
}
.PaymentOrderTypes {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.PaymentOrderTypes a {
    text-align: center;
    display: inline-block;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
    width: 260px;
    cursor: pointer;
    background-color: #fff;
}
.PaymentOrderTypes a:hover{
    border-color: #09b0ca;
}
.PaymentOrderTypes a.selected{
    border-color: #09b0ca;
    background-color: #09b0ca;
}
.PaymentOrderTypes a img {
    width: 50px;
    float: left;
}
.PaymentOrderTypes a p {
    font-weight: 600;
    color: #000;
    padding: 8px 0 0 10px;
    float: left;
    margin: 0;
}
.PaymentOrderTypes a.selected p{
    color: #000;
}
.DrugNameSummaryLabel{
    display: inline-block;
    width: 200px;
}
.DrugInfoSummary{

}
.SummaryInfo p{
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.PrescriptinPriceSummary{
    font-size: 2rem;
    color: #09b0ca;
}
.PriceSummary{
    font-size: 2rem;
    color: #09b0ca;
}
.SummaryInfo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 25px;
    float: left;
    width: 100%
}
.SummaryInfo2 {
    border-bottom: none;
    margin-bottom: 0;
}
.SickLeaveVATSummaryLabel{
    display: inline-block;
    width: 220px;
}
.LoadingMain{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}
.LoadingMain img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.MessageOrder{
    float: left;
    width: 100%;
}
.MessageOrder p{
    padding: 15px;
    border-radius: 5px;
    background-color: red;
    z-index: 1;
    width: calc(100% - 30px);
    font-weight: 600;
    color: #fff;
}
.InvoiceBox{
    float: left;
    width: calc(100% - 200px);
    padding-left: 200px;
}
.InvoiceBoxSickLeave{
    float: left;
    width: calc(100% - 220px);
    padding-left: 220px;
}
.InvoiceField{
    float: left;
    width: 100%;
}
.InvoiceField input{
    float: left;
    margin-right: 5px;
}
.InvoiceField label{
    float: left;
}
.InvoiceDate {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    display: none;
}
.InputBoxComapnyName{
    width: 100%;
    margin-bottom: 15px;
}
.InputBoxComapnyStreet {
    width: 100%;
    margin-bottom: 15px;
}
.InputBoxComapnyPostcode {
    width: 150px;
    margin: 0 5px 15px 0;
}
.InputBoxComapnyPostcity {
    width: calc(100% - 155px);
    margin-bottom: 15px;
}
.InvoiceDateTitle{
    font-weight: 600;
    margin: 1px 0 10px 4px;
}
.PaymentBox{
    float: left;
    width: 100%;
}
.PaymentBankList{
    float: left;
    width: 100%;
}
.PaymentBankList h2{
    float: left;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.8rem;
    width: 100%;
    margin-top: 10px
}
.bankImg {
    width: 83px;
    height: 57px;
    background-color: #fff;
    border-radius: 5px;
    margin: 3px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 2px solid #efefef;
    cursor: pointer;
}
.bankImgSelected {
    border-color: #09b0ca;
}
.bankImg img {
    max-width: calc(100% - 15px);
    max-height: calc(100% - 30px);
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 35px);
    height: calc(100%);
}
.Agreement {
    float: left;
    width: 100%;
    margin: 20px 0 10px 1px;
}
.Agreement input {
    float: left;
    margin: 4px 6px;
}
.FormMedicineBox label {
    float: left;
    font-weight: 400;
    margin: 0 30px 0 0;
}
.Agreement2, .AgreementAll{
    padding: 0px 0 10px 1px;
    float: left;
    width: 100%;
    font-size: 1.2rem;
}
.Agreement2 input, .AgreementAll input {
    margin: 4px 6px;
    float: left;
}
.AgreementAll label {
    width: calc(100% - 70px) !important;
}
#buyPrescription, #buyConsultation, #buySickLeave, #buyReferral {
    background-image: url(../../img/pay.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 50px;
}
.payOrder {
    background-image: url(../../img/pay.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 50px;
}
.FormMedicineSectionLoading, .FormMedicineSectionLoadingRef{
    float: left;
    width: 100%;
    display: none;
    margin: 150px 0;
}
.FormMedicineSectionLoading p, .FormMedicineSectionLoadingRef p{
    text-align: center;
    margin: 0;
}
.FormMedicineSectionLoading p img, .FormMedicineSectionLoadingRef p img{
    width: 50px;
}
.FormMedicineSectionLoading .Progress{
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
    text-align: center;
}
.FormMedicineSectionAttachmentLoading{
    float: left;
    width: 100%;
    margin: 0;
}
.FormMedicineSectionAttachmentLoading .Progress{
    background-color: rgba(239,239,239,0.95);
    border-radius: 5px;
    width: 100%;
    display: none;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}
.ProgressContent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 80px);
    max-width: 400px;
}
/*.FormMedicineSectionAttachmentLoading .Progress2{
    display: none;
}*/
.FormMedicineSectionAttachmentLoading .Progress img{
    width: 50px;
}
.DocumentationFieldBox p.errAttachment{
    margin: 3px 0 0 5px;
    font-size: 1.3rem;
    color: red;
    font-weight: 600;
}
.PayP24Link{
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
.SickLeaveVatBoxList{
    float: left;
    width: 100%;
}
.SickLeaveVatBox{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.VatBoxDelete{
    float: left;
    margin: 0px 0 0 5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition-duration: .3s;
}
.VatBoxDelete:hover{
    background-color: #cb1821;
}
.VatBoxDelete img{
    float: left;
    padding: 7px;
}
.SickLeaveAdd{
    cursor: pointer;
    float: left;
    padding: 0 0 0 27px;
    background-image: url(../../img/add.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}
.SickLeaveAdd:hover{
    color: #099d06;
}
.DrugAdd{
    cursor: pointer;
    float: left;
    padding: 0 0 0 27px;
    background-image: url(../../img/add.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}
.DrugAdd:hover{
    color: #099d06;
}
.OrderBox{
    float: left;
    width: 100%;
}
.OrderBoxTypeList{
    float: left;
    width: 100%;
}
.OrderBoxTypeList ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.OrderBoxTypeList ul li{
    float: left;
}
.OrderBoxTypeList ul li:after{
    content: '';
    float: right;
    height: 15px;
    width: 1px;
    background-color: #ccc;
    margin: 11px -1px 0;
}
.OrderBoxTypeList ul li:last-child:after{
    display: none;
}
.OrderBoxTypeList ul li a{
    float: left;
    padding: 5px 25px;
    color: #353333;
    font-size: 1.5rem;
    font-weight: 500;
}
.OrderBoxTypeList ul li a:hover{
    color: #09b0ca;
}
.OrderBoxTypeList ul li a.selected{
    font-weight: 600;
    color: #09b0ca;
}
.OrderBoxTypeList ul li:first-child a{
    padding-left: 0;
}
.OrderBoxList{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.OrderBoxList h2{
    margin: 5px 0px 10px;
    float: left;
    width: calc(100% - 0px);
}
.OrderDetList{
    float: left;
    width: calc(50% - 12px);
    border-radius: 5px;
    margin: 0px 10px 10px 0;
}
.OrderDoctorDetList{
    float: left;
    width: calc(100% - 2px);
    border-radius: 5px;
    margin: 0px 0px 10px 0;
}
.OrderDetList:nth-child(2n){
    margin-right: 0;
}
.OrderBoxPrescription{
    border: 1px solid #32c8df;
    background-color: #32c8df;
}
.OrderBoxSickLeave{
    border: 1px solid #12968e;
    background-color: #12968e;
}
.OrderBoxHospitalReferral{
    border: 1px solid #815b9c;
    background-color: #815b9c;
}
.OrderBoxConsultation{
    border: 1px solid #e78753;
    background-color: #e78753;
}
.OrderBoxConsultationPsychiatrist{
    border: 1px solid #b8a852;
    background-color: #b8a852;
}
.OrderBoxPrescription .OrderDetListLabel p{
    margin: 0px 0 0 -34px;
    width: 100px;
    text-align: right;
}
.OrderBoxSickLeave .OrderDetListLabel p{
    margin: 0px 0 0 -34px;
    width: 100px;
    text-align: right;
}
.OrderBoxHospitalReferral .OrderDetListLabel p{
    margin: 0px 0 0 -34px;
    width: 100px;
    text-align: right;
}
.OrderBoxConsultation .OrderDetListLabel p{
    margin: 0px 0 0 -45px;
    width: 121px;
    text-align: right;
}
.OrderDetListLabel{
    width: 36px;
    color: #fff;
    float: left;
}
.OrderDetListLabel p{
    transform: rotate(-90deg) translate(-50%);
    line-height: 100%;
    float: left;
}
.OrderDetListContainer{
    float: left;
    width: calc(100% - 86px);
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 0 3px 3px 0;
}
.OrderDetListContainer p{
    color: #9b9b9b;
    font-weight: 500;
    margin: 0;
}
.OrderDetListContainer p strong{
    color: #353333;
    font-weight: 500;
}
.OrderDoctorDetList:hover .OrderDoctorDetListContainer, .OrderDetList:hover .OrderDetListContainer{
    background-color: #f2f1f1;
}
.red{
    color: #ff0000 !important;
}
.blue{
    color: #1632aa !important;
}
.green{
    color: #2c9901 !important;
}
.orange{
    color: #947705 !important;
}
.orange2{
    color: #d86d0e !important;
}
.grey{
    color: #12968e !important;
}
.nowrap{
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -4px;
}
.OrderDet{
    float: left;
    width: calc(100% - 2px);
    border-radius: 5px;
    margin: 0px 20px 20px 0;
}
.OrderBoxDetails h1{
    font-size: 2rem;
    margin-bottom: 0px;
}
.OrderBoxDetails time{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.OrderBoxDetailsLabel{
    float: left;
    padding: 10px 30px;
    background-color: #32c8df;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.OrderBoxDetailsContainer{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #32c8df;
    font-weight: 500;
}
.OrderBoxDetailsContainer td{
    border: 1px solid #32c8df;
    padding: 20px;
    vertical-align: top;
}
.OrderBoxDetailsContainer{
    color: #353333;
    font-weight: 500;
}
.OrderBoxDetailsContainer h2{
    margin-top: 0;
}
.OrderBoxDetailsContainer p{
    margin-bottom: 7px;
}
.OrderBoxDetailsContainer p span{
    color: #9b9b9b;
}
.changeStatTr select{
    width: 300px;
}
.changeStatTr input[type=text]{
    width: 150px;
    font-weight: 500;
}
.changeStatTr textarea{
    margin-bottom: 5px;
}
.changeStatTr p{
    margin-bottom: 0;
}
.changeStatTr input[type=submit]{
    border: 0;
    background-color: #09b0ca;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.OrderDetPatientCard{
    width: 300px;
}
.OrderDetPatientCard h2{
    margin: 0 0 10px;
    color: #9b9b9b;
}
.OrderDetPatientCard p{
    margin-bottom: 15px;
}
.OrderBoxDetailsStat{
    float: right;
    margin: 5px 0 0 0;
    font-weight: 500;
}
.OrderBoxDetailsStat span{
    color: #9b9b9b;
}
.PayOrderBtn{
    display: inline-block;
    padding: 4px 20px;
    background-color: #09b0ca;
    border-radius: 5px;
    color: #fff;
    margin: -4px 0 -4px 5px;
}
.PayOrderBtn:hover{
    background-color: #5d548d;
    color: #fff;
}
.OrderQuestions h2{
    margin: 0 0 10px !important;
}
.OrderPrescriptionQBox{
    float: left;
    border-top: 1px solid #dfdfdf;
    width: 100%;
    padding: 7px 0;
}
.OrderPrescriptionQL{
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
    color: #9b9b9b;
}
.OrderPrescriptionQR{
    float: left;
    width: 50%;
}
.OrderBoxDetailsReferral .OrderBoxDetailsLabel{
    background-color: #815b9c;
}
.OrderBoxDetailsReferral .OrderBoxDetailsContainer td{
    border-color: #815b9c
}
.OrderBoxDetailsConsultationPsychiatrist .OrderBoxDetailsLabel{
    background-color: #b8a852;
}
.OrderBoxDetailsConsultationPsychiatrist .OrderBoxDetailsContainer td{
    border-color: #b8a852
}
.OrderBoxDetailsConsultation .OrderBoxDetailsLabel{
    background-color: #e78753;
}
.OrderBoxDetailsConsultation .OrderBoxDetailsContainer td{
    border-color: #e78753
}
.OrderBoxDetailsSickLeave .OrderBoxDetailsLabel{
    background-color: #12968e;
}
.OrderBoxDetailsSickLeave .OrderBoxDetailsContainer td{
    border-color: #12968e
}
.OrderDoctorDetListContainer{
    float: left;
    width: calc(100% - 86px);
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 0 3px 3px 0;
}
.OrderDoctorDetListContainer p.Info{
    float: left;
    width: calc(100% - 300px);
    color: #353333;
    margin-bottom: 0;
}
.OrderDoctorDetListContainerActions{
    float: left;
    border-left: 1px solid #ddd;
    width: calc(300px - 31px);
    padding: 0 15px;
}
.OrderDoctorDetListContainerActions .InfoAction{
    color: #353333;
}
.changeStatTr[data-open=false]{
    display: none;
}
.changeStatTr[data-open=true]{
    display: table-row;
}
.NrService{
    font-size: 2rem;
}
input[name=get_order]{
    border: 0;
    background-color: #09b0ca;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.OrderBoxListAdmin .InfoAction{
    margin: 0;
}
.OrderBoxListAdmin .OrderDetListLabel{
    width: 6px;
    height: 1px;
}
.OrderBoxListAdmin .OrderDoctorDetListContainer{
    width: calc(100% - 24px);
    padding: 6px 9px;
    border-radius: 0;
}
.OrderDetListInput{
    float: left;
    margin: -6px 0px 0 -9px;
    padding: 5px 1px;
    width: 23px;
}
.OrderBoxListAdmin .OrderDoctorDetListContainerActions{
    width: calc(100% - 560px);
}
.OrderDetListInput:hover{
    background-color: #ddd;
}
.OrderBoxListAdmin .OrderDoctorDetList{
    margin-bottom: -1px;
    border-radius: 0;
}
.OrderBoxListAdmin h1{
    float: left;
    width: auto;
    margin-right: 30px;
}
.OrderBoxListAdmin .OrderBoxTypeListBtnGetOrder{
    float: left;
    width: auto;
    margin-top: 8px;
}
.OrderBoxListAdmin .OrderBoxList {
    margin: 0;
}
.OrderBoxListAdmin .OrderBoxTypeListAdmin{
    margin: 0 0 10px;
    width: auto;
}
.OrderBoxListAdmin .OrderDoctorDetListContainerActions2{
    float: left;
    border-left: 1px solid #ddd;
    width: calc(244px - 16px);
    padding: 0 0 0 15px;
}
.OrderBoxListAdmin .OrderDoctorDetListContainer p.Info{
    width: 260px;
    font-size: 1.2rem;
    border-left: 1px solid #ddd;
    padding-left: 8px;
}
.OrderBoxListAdmin .OrderDoctorDetList p{
    font-size: 1.2rem;
}
.OrderBoxListAdmin .OrderDoctorDetListContainerActions2 .InfoAction{
    color: #353333;
}
.PrescriptionDrugBox{
    float: left;
    width: 100%;
}
.SearchDrugBoxEl{
    float: left;
    width: 100%;
}
.DrugAdd{
    margin: 0px 0 30px;
}
.drugDelete{
    float: left;
    padding: 14px 10px;
    cursor: pointer;
    display: none;
}
.drugDelete img{
    float: left;
}
.OrderPayment{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 900px;
}
.Agreement label, .Agreement2 label{
    margin-right: 0;
    width: calc(100% - 28px);
    float: left;
}
.PayBtn{
    background-color: #09b0ca;
    border-radius: 5px;
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}
.PayBtn:hover{
    background-color: #5d548d;
    color: #fff;
}
.OrderPayment h1{
    text-align: center;
}
.DrugNameSummaryLabelName{
    float: left;
    width: 205px;
    margin-bottom: 10px;
}
.DrugNameSummaryLabelBox{
    float: left;
    width: calc(100% - 205px);
    margin-bottom: 10px;
}
.PayP24{
    color: #09b0ca;
}
.OrderBoxTypeListAdmin ul li a{
    padding: 5px 10px;
    font-size: 1.2rem
}
.OrderDateRange{
    float: right;
    position: relative;
    margin-top: 6px;
}
.OrderDateRangeText{
    float: left;
    border: 1px solid #ccc;
}
.OrderDateRangeText input{
    width: auto;
    font-size: 1.2rem;
    border: 0;
    padding: 12px 10px 8px;
    float: left;
    margin: 0;
    color: #000;
    background-color: #fff;
    height: 16px;
}
.OrderDateRangeText span{
    float: left;
    padding: 7px 0 0;
}
.dateRangeSelectBtn{
    float: left;
    border-left: 1px solid #ccc;
    height: 36px;
    width: 30px;
    background-image: url(../../img/select.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition-duration: .3s;
}
.dateRangeSelectBtn:hover .dateRangeSelectBtnSelected{
    background-color: #f1f1f1;
}
.dateRangeSelect{
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    border: 1px solid #ccc;
    width: calc(100% - 1px);
    background-color: #f5f5f5;
    font-size: 1.2rem;
    display: none;
    z-index: 1;
}
.dateRangeSelect ul{
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}
.dateRangeSelect ul li{
    float: left;
    width: calc(100% - 30px);
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.dateRangeSelect ul li:last-child{
    border-bottom: 0;
}
.dateRangeSelect ul li:hover{
    background-color: #fff;
    font-weight: 600;
}
#searchOrder{
    float: left;
    margin-bottom: 1px;
}
.OrderTextSearch{
    float: right;
    /*width: 200px;*/
    margin-top: 6px;
    margin-right: -2px;
}
.OrderTextSearch input{
    padding: 12px 10px 8px;
    width: calc(100% - 22px);
    color: #000;
    height: 16px;
    margin-bottom: 0;
}
.OrderTextSearch select{
    padding: 12px 10px 8px;
    width: 100%;
    color: #000;
    height: 38px;
    background-color: #fff;
    margin-bottom: 0;
}
.OrderCheckboxSearch{
    float: right;
    margin-top: 6px;
    margin-right: -1px;
    border: 1px solid #ccc;
    padding: 7px;
    font-size: 1.3rem;
}
.OrderCheckboxSearch input{
    width: auto;
}
.LoadingList{
    text-align: center;
    margin: 30px 0
}
.LoadingList img{
    width: 30px;
}
.Progress{
    max-width: 300px;
    width: 100%;
    display: none;
}
.Progress progress{
    width: 100%;
}
.addingFiles{
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 14px;
}
.OrderAttachmentList{
    float: left;
    width: 100%;
}
.btnGetOrder{
    float: left;
    margin-left: 20px;
    margin-top: 6px;
}
.OrderBoxDoctor .OrderBoxList{
    margin-top: 0px;
}
.PrescriptionTypeDrug .InputCheckbox span{
    width: 195px;
}
.SelectionDrugBox{
    display: none;
}
.DrugNameSummaryLabelNameDoctor{
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
}
.OrdersStatBox{
    float: left;
    width: calc(100% - 42px);
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top: 10px;
}
.OrdersStatBox h1{
    margin: 5px 0 10px;
    font-size: 1.7rem;
    width: 100%;
}
.OrderStatVal{
    font-weight: 600;
}
.OrdersStatBox p{
    margin-bottom: 0;
}
.OrdersHistoryStatBox{
    float: left;
    width: calc(100% - 42px);
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top: 10px;
}
.OrdersHistoryStatBox h1{
    margin: 5px 0 10px;
    font-size: 1.7rem;
    width: 100%;
}
.OrdersHistoryStatBox ul{
    padding-left: 0;
    list-style: none;
}
.OrdersHistoryStatBox ul li{
    width: 100%;
    margin: 0 0 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.OrdersHistoryStatBox ul li:last-child{
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.OrdersHistoryStatBox time{
    font-weight: 500;
    font-size: 1.3rem;
}
.OrdersHistoryStatBox h2{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}
.OrdersHistoryStatBox p{
    font-size: 1.3rem;
    margin: 0;
    font-weight: 400;
}
.InputBoxTypeService{
    width: 100%;
    max-width: 400px;
}
.ServiceDescription{
    float: left;
    width: 100%;
}
.ServiceDescriptionBox{
    color: #555;
    float: left;
    width: calc(100% - 4px);
    display: none;
    padding: 10px 2px 0;
    font-size: 1.3rem;
}
.paymentLink{
    padding: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.SetDoctorBtn{
    float: left;
    padding-top: 10px;
    display: none;
    width: 100%;
    margin-bottom: 10px;
}
.SetDoctorBtn select{
    padding: 10px;
    background-color: #fff;
    color: #000;
    float: left;
    width: 270px;
    border-right: 0;
    height: 38px;
    margin-bottom: 0;
}
.SetDoctorBtn input[type=submit]{
    background-color: #09b0ca;
    height: 38px;
    border: 0;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 11px 20px;
    float: left;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.SetDoctorBtn input[type=submit]:hover{
    background-color: #0391a7;
}
.OrderDoctorDetListSelected .OrderDoctorDetListContainer{
    background-color: #fbf5cc;
}
.errText{
    float: left;
    width: 100%;
    font-weight: 600;
}
.OrdersStatBoxToDo:last-child{
    margin-bottom: 0;
}
.OrdersStatBoxToDo{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.OrdersStatBoxToDo p{
    font-weight: 600;
}
.OrdersStatBoxToDo .ToDo{
    margin: 0;
}
.InputBoxDateRange{
    margin: 0 10px 0 0 !important;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    padding: 9px 8px 9px 5px;
    width: 180px;
}
.InputBoxDateRange:last-child{
    margin-right: 0 !important;
}
.InputBoxDateRange span{
    float: left;
    margin: 3px 0 0 8px;
    width: 25px;
}
.InputBoxDateRange input{
    float: left;
    width: auto;
    background-color: #fff;
    padding: 6px 0 0 8px;
    border: 0;
    margin: 0;
    width: calc(100% - 43px);
}
.setStatusMedyc:hover{
    color: #09b0ca !important
}
.SelectConsultation{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    width: calc(100% - 32px);
}
.OrdersStatBoxConsultations{
    margin: 0;
}
.PreferredTimeRange .InputCheckbox span{
    min-width: unset;
}
.PreferredTimeRangeBox{
    display: none;
}
.PreferredTimeRange label{
    width: 130px;
}
.SelectConsultation .InputBoxValidationMessage{
    background: #fff;
}
.SliderBoxServicePill .SliderBoxServiceTitle a{
    color: #fe79da !important;
}
.SliderBoxServicePill .SliderBoxServiceLink a{
    background-color: #fe79da !important;
}
.OrderDoctorDetListCol2 p{
    margin-bottom: 0;
}
.OrderDoctorDetListCol2{
    float: left;
    border-left: 1px solid #ddd;
    width: calc(194px - 21px);
    padding: 0 10px 0 10px;
    font-size: 1.2rem;
    color: #353333;
}
.OrderDoctorDetListCol3 p{
    margin-bottom: 0;
}
.OrderDoctorDetListCol3{
    float: left;
    border-left: 1px solid #ddd;
    width: calc(155px - 16px);
    padding: 0 0 0 15px;
    font-size: 1.2rem;
    color: #353333;
}
.OrderDoctorDetListCol4 p{
    margin-bottom: 0;
}
.OrderDoctorDetListCol4{
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: calc(70px - 16px);
    padding: 9px 0 9px 15px;
    font-size: 1.2rem;
    color: #353333;
}
.OrderDoctorDetListCol5 p{
    margin-bottom: 0;
}
.OrderDoctorDetListCol5{
    float: left;
    width: calc(180px - 16px);
    padding: 0 0 0 15px;
    font-size: 1.2rem;
    color: #353333;
}
.OrderDoctorDetListCol6{
    float: left;
    width: calc(50px - 16px);
    padding: 0 0 0 15px;
    font-size: 1.2rem;
    color: #353333;
}
.OrderDoctorDetListCol6 img{
    width: 20px;
}
.OrderDoctorDetListCol6 a{
    display: inline-block;
    padding: 7px 0;
}
.PrinterStatus{
    float: left;
}
.PrStat{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px 0 8px;
    background-color: #ccc;
}
.PrinterStatus[data-stat='active'] .PrStat{
    background-color: #2c9901;
}
.PrinterStatus[data-stat='inactive'] .PrStat{
    background-color: #ff0000;
}
.SliderBoxContainer{
    float: left;
    width: 100%;
}
.SliderBoxContainer .SliderBoxServices{
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
}
.SliderBoxContainer .SliderBoxServicesMobile{
    margin-top: -20px;
}
.SliderBoxContainer .SliderBoxServicesMobile a{
    font-size: 1.6rem;
}
.AccountContainer .Agreement2 label{
    font-size: 1.4rem;
}
.SetDoctorInputsAll {
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 7px 10px 6px;
}
.PatientListContainer{
    float: left;
    width: calc(100% - 342px);
    border: 1px solid #ccc;
    font-size: 1.3rem;
    border-radius: 5px;
}
.PatientListBar{
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #aaa;
    background-color: #09b0ca !important;
    border-bottom: 1px solid #09b0ca;
    color: #fff;
    font-size: 1.2rem;
}
.PatientListRow{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 3px 0;
    cursor: pointer;
    color: #000;
}
.PatientListRow:hover{
    background-color: #f2f1f1;
}
.PatientListBarName{
    float: left;
    width: 200px;
    padding: 0 8px;
    font-weight: 600;
}
.PatientListBar .PatientListBarName{
    font-weight: 600;
}
.PatientListBarEmail{
    float: left;
    width: 300px;
}
.PatientListBar .PatientListBarEmail{
    font-weight: 600;
}
.PatientListBarAddress{
    float: left;
    width: 250px;
}
.PatientListBar .PatientListBarAddress{
    font-weight: 600;
}
.PatientListBarPesel{
    float: left;
    width: 130px;
}
.PatientListBar .PatientListBarPesel{
    font-weight: 600;
}
.OrderInfoLine{
    float: left;
    width: 100%;
}
.OrderInfoLine span{
    color: #9b9b9b;
    width: 140px;
    float: left;
}
label.PrescriptionService{
    float: left;
    width: calc(50% - 52px);
    margin-right: 20px !important;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    position: relative !important;
    background: #fff;
    left: unset;
    top: unset !important;
}
label.PrescriptionService input{
    float: left;
    width: auto;
    margin: 2px 8px 0 0;
}
.PrescriptionService p.NameService{
    font-size: 1.4rem;
    font-weight: 600;
    color: #09b0ca;
    margin: -3px 0 10px;
    float: left;
}
.PrescriptionService p{
    float: left;
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 0;
}
.PrescriptionServiceChecked{
    border-color: #09b0ca !important;
    background-color: #09b0ca !important;
}
.PrescriptionServiceChecked h3{
    color: #fff;
}
.PrescriptionServiceChecked p{
    color: #fff;
}
.InputBoxTypeServicePrescription{
    background: transparent;
}
.additionalServiceTime{
    float: left;
}
.additionalServiceTimeBox {
    margin: 5px 0 0;
    display: none;
}
.OrderDocListServices{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.OurTeam {
    float: left;
    width: 50%;
    border-radius: 5px;
    margin: 104px 0 0;
}
.PrecriptionInfo{
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0px auto;
}
.PrecriptionInfo h1, .PrecriptionInfo h2{
    color: #09b0ca;
    font-weight: 600;
}
.PrecriptionInfo img{
    border-radius: 5px;
    margin-top: 0 !important;
    border: 1px solid #fff;
}
.PrescriptionInfoBanner{
    float: left;
    background-color: #09b0ca;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    background-image: url(../../img/recepta_online.webp);
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}
.PrescriptionInfoBannerText{
    float: right;
    padding: 70px 100px 70px 220px;
    background: linear-gradient(90deg,rgba(9,176,202,0) 0%, rgb(9, 176, 202) 40%, rgb(9, 176, 202) 100%);
    width: calc(70% - 410px);
}
.ConsultationInfoBanner{
    float: left;
    background-color: #83499d;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    background-image: url(../../img/teleporady.webp);
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}
.ConsultationInfoBannerText{
    float: right;
    padding: 70px 100px 70px 220px;
    background: linear-gradient(90deg,rgba(131,73,157,0) 0%, rgb(131,73,157) 40%, rgb(131,73,157) 100%);
    width: calc(70% - 320px);
}
.PrecriptionInfoContainer{
    float: left;
    width: 100%;
    background-color: #eee;
    padding: 50px 0;
    margin: 30px 0 0px;
}
.ConsultationInfoBannerText h2{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
}
.PrescriptionInfoBannerText h2{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
}
.QAContainer{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1200px;
}
.QA{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.QA h3{
    font-size: 2.3rem;
    margin-bottom: 25px;
    font-weight: 600;
}
.QA .Question{
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.QA h4{
    font-size: 1.5rem;
    padding: 15px 40px 15px 0;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    width: calc(100% - 40px);
    position: relative;
}
.QA .Answer{
    float: left;
    width: 100%;
    display: none;
}
.QA h4:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right: 5px;
    top: 20px;
}
.SickLeaveInfoBanner{
    float: left;
    background-color: #2b7422;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    background-image: url(../../img/l4_online.webp);
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}
.SickLeaveInfoBannerText{
    float: right;
    padding: 70px 100px 70px 220px;
    background: linear-gradient(90deg,rgba(43,116,34,0) 0%, rgb(43,116,34) 40%, rgb(43,116,34) 100%);
    width: calc(70% - 320px);
}
.SickLeaveInfoBannerText h2{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
}
.Medicine{
    float: left;
    margin-right: 40px;
    width: calc(100% - 414px);
}
.Medicine h2{
    font-size: 2rem;
    font-weight: 500;
    margin-top: 10px;
    line-height: 130%;
    margin-bottom: 15px;
}
.MedicineColumn{
    float: left;
    width: 310px;
    border: 2px solid #09b0ca;
    padding: 18px 30px;
    border-radius: 5px;
}
.MedicineColumn h2{
    font-weight: 600;
    float: left;
    width: calc(100% - 40px);
    margin-top: 17px;
    margin-bottom: 10px;
}
.MedicineColumn p{
    margin-bottom: 10px;
}
.MedicineColumnImg{
    float: right;
    width: 38px;
    margin-top: 5px;
    margin-top: 5px;
}
.MedicineOrderBtn{
    float: left;
    width: calc(100% - 40px);
    padding: 10px 20px;
    background-color: #09b0ca;
    color: #fff;
    margin: 0 0 10px 0px;
    border-radius: 5px;
}
.MedicineOrderBtn:hover {
    background-color: #0391a7;
    color: #fff;
}
.MedicineServicePrice{
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
}
.MedicineServiceInfo{
    float: left;
    font-size: 1.4rem;
    font-weight: 500;
}
.MedicineSearch{
    float: left;
    width: 100%;
    margin: -5px 0 20px;
}
.MedicineSearch .InputFilled label{
    background: #fff;
    ;
}
.InputBoxMedicineSearchName{
    width: calc(100% - 130px);
}
.InputBoxMedicineSearchName input{
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.InputBoxMedicineSearchSubmit{
    float: right;
    width: 130px;
    text-align: center;
    cursor: pointer;
    background-color: #09b0ca;
    color: #ffffff;
    padding: 13px 0;
    border: 0;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 5px 5px 0;
    height: 42px;
}
.InputBoxMedicineSearchSubmit:hover {
    color: #fff;
    background-color: #0391a7;
}
.MedicineSearchChar{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    /*    border-bottom: 1px solid #ccc;
        margin-bottom: 30px;*/
}
.MedicineSearchChar p{
    margin-bottom: 10px;
    font-weight: 500;
}
.MedicineCharBox{
    float: left;
    width: 100%;
}
.MedicineCharBox a{
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 5px 0px;
    line-height: 100%;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 0 5px 5px 0;
    width: 25px;
    text-align: center;
}
.MedicineCharBox a:hover,.MedicineCharBox a.active{
    background-color: #09b0ca;
    color: #fff;
    border-color: #fff;
}
.MedicineList{
    list-style: none;
    padding-left: 0
}
.MedicineList li{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 4px;
    float: left;
    width: 100%;
    overflow: hidden;
}
.MedicineList li a{
    float: left;
    color: #000;
    padding: 10px 12px;
    background-color: #f5f5f5;
    width: calc(100% - 24px);
    font-weight: 500;
}
.MedicineList li a:hover{
    background-color: #09b0ca;
    color: #fff;
    text-decoration: none;
}
.MedicineListBox{
    float: left;
    width: 100%;
}
.MedicineListBox h2{
    font-size: 1.5rem;
    margin-top: 0;
}
.MedicineList a:hover{
    text-decoration: underline;
}
.MedicineInfoBox{
    float: left;
    width: 100%;
}
.MedicineInfoBox h1{
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-top: 0;
    color: #0391a7;
}
.MedicineInfoBox h2{
    font-size: 1.6rem;
    margin-top: 0;
    font-weight: 600;
    color: #0391a7;
}
.MedicineInfoBox h3{
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 600;
    color: #0391a7;
}
.AccountContainerPatientList form{
    width: 100%;
}
.AccountContainerPatientList .OrderTextSearch{
    float: left;
    margin-bottom: 3px;
    margin-right: 5px;
}
.AccountContainerPatientList .OrderTextSearch input{
    border-radius: 5px;
}
.AccountGuardian{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.PatientCardBox{
    float: left;
    padding: 0px 20px 15px;
    width: calc(50% - 52px);
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    margin: -1px 20px 20px 0;
    color: #353333;
}
.PatientCardBox:nth-child(2n){
    margin-right: 0;
}
.PatientCardBox:hover{
    color: #000;
    background-color: #eee !important;
}
.PatientCardBoxLabel{
    float: left;
    margin: -2px 0 15px -21px;
    padding: 11px 21px;
    color: #fff;
    line-height: 100%;
    font-size: 1.2rem;
    height: 12px;
    background-color: #09b0ca;
    color: #fff;
    border-radius: 5px 5px 0 0;
    width: calc(100%);
}
.PatientCardBoxPatient{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}
.PatientCardBoxPatient:last-child{
    border: 0;
    padding-bottom: 0;
}
.AccountContainer .MainTextContent{
    margin-bottom: 15px;
}
.AccountPatientCard{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.MyGuardianBox{
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}
.MyGuardianBox .GuardianBox{
    border-bottom: 0;
}
.MyGuardianBox .AccountGuardian{
    margin-bottom: 0;
}
.hidden-for-users {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}
.PatientBox{
    width: calc(100% - 80px);
    background-color: #efefef;
    border-radius: 5px;
    padding: 40px;
    float: left;
    margin-bottom: 10px;
}
.PatientBox .Title{
    float: left;
    width: calc(100% - 4px);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 4px;
}
.PatientBox .Description{
    float: left;
    width: calc(100% - 10px);
    padding: 5px;
}
.PatientBox .Title span{
    font-size: 1.4rem;
    font-weight: 400;
}
.PatientBox .Documentation{
    margin-bottom: 10px;
}
.mobileIconAccount{
    background-color: #09b0ca !important;
    float: right;
    border-radius: 5px;
    padding: 4px 12px;
    margin-bottom: 1px;
    font-weight: 600;
    display: none;
    color: #fff;
}
.AddPatientBtnBox{
    float: right;
    background-color: #09b0ca;
    color: #fff;
    margin: -20px 0 10px;
    padding: 10px 10px;
    border-radius: 5px;
    line-height: 100%;
    font-size: 1.3rem;
}
.AddPatientBtnBox span{
    display: inline-block;
    margin-left: 5px;
}
.AddPatientBtnBox:hover{
    background-color: #59b0ca;
    color: #fff;
}
.PatientCardChange{
    float: right;
    padding: 2px 2px;
    color: #09b0ca;
    border-radius: 5px;
    margin: -10px 0 -15px;
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.PatientCardChange:hover{
    text-decoration: none;
}
.PatientCardListToOrder{
    float: left;
    width: 100%;
    display: none;
}
.PatientCardListToOrderBox{
    float: left;
    width: 100%;
}
.PatientCardListToOrderInfo{
    float: left;
    width: calc(100% - 52px);
    padding: 15px 25px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    margin-bottom: 7px;
}
.PatientCardListToOrderInfoSelected{
    background-color: #09b0ca;
    border-color: #09b0ca;
    color: #fff;
}
.PatientCardListToOrderInfo span{
    color: #aaa;
}
.PatientCardListToOrderInfoPesel{
    display: inline-block;
}
.PatientCardListToOrderInfoSelected span{
    color: #fff !important;
}
.CopyNumberOrder{
    display: inline-block;
    padding: 3px 3px;
    cursor: pointer;
    margin: 0px 0 -2px -2px;
    border-radius: 4px;
}
.CopyNumberOrder:focus{
    background-color: #ddd;
}
.CopyCont{
    display: inline-block;
}
.copy-message {
    position: fixed;
    color: #555;
    padding: 5px 10px;
    font-size: 1.1rem;
    display: none;
    font-weight: 500;
}
.PatientListBarStat{
    float: left;
    width: 20px;
}
.PatientStatActive{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #099d06;
}
.PatientStatDeactive{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0000;
}
.InputBoxPatientInfo{
    float: left;
    margin: -10px 4px 15px;
    width: calc(100% - 8px);
}
.InputBoxPatientInfo a:hover{
    text-decoration: underline;
}
.AccountGuardianAddressBox{
    float: left;
    width: 100%;
    margin-top: -10px
}

.AccountPatientCardHistory{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 15px 0 0;
}
.HistoryChanges{
    float: left;
    color: #0391a7;
    margin: 15px 0 0;
    cursor: pointer;
}
.HistoryChangesBox{
    display: none;
    float: left;
    margin-top: 15px;
    padding: 12px 20px 12px;
    border: 1px solid #ccc;
    width: calc(100% - 22px);
    background-color: #fff;
    border-radius: 5px;
}
.HistoryChangesLine{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.HistoryChangesDate{
    float: left;
    width: 150px;
}
.HistoryChangesText{
    float: left;
    width: calc(100% - 300px);
}
.HistoryChangesAuthor{
    float: left;
    width: 150px;
}
.MedicineOrderBox{
    float: left;
    display: block;
    width: calc(100% - 0px);
    margin-bottom: 15px;
    margin-top: -5px;
}
.MedicineOrderBox > span{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.MedicineOrderBox .MedicineOrderBtn{
    width: calc(100% - 40px);
} 
.MedicineOrderBox .MedicineServiceInfo{
    width: auto; 
    margin-right: 0px;
    margin-bottom: 0; 
    width: calc(100% - 50px);
}
.MedicineOrderBox .MedicineServicePrice{
    width: auto;
    margin-bottom: 0;
}  
.MedicineListBoxContent{ 
    break-inside: avoid;
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.MedicineListBoxColumn{
    column-count: 3;
    column-gap: 15px;
}
.MedicineListBoxContent h2{
    margin: 0;
    font-size: 2rem;
    color: #0391a7;
}
.MedicineListBoxContent ul{
    list-style: none;
    padding: 0;
}
.MedicineListBoxContent a{
    color: #000 !important;
}
.MedicineListBoxContent a:hover{
    text-decoration: underline;
}
.ServiceInfoAdditionalRed{
    float: left;
    padding: 10px 10px;
    width: calc(100% - 50px);
    background-color: #ff0000;
    text-align: center;
    border-radius: 5px;
    margin: -10px 15px 10px; 
}
.ServiceInfoAdditionalRed p{
    color: #fff;
    margin-bottom: 0;
    font-weight: 600; 
}
.SliderStandard{
    display: block !important;
}
.SliderMobile{
    display: none !important; 
}