@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v30-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v30-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v30-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v30-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v30-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v30-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v30-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v30-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v30-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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: block;
    line-height: 160%;
    background-color: #fff;
}
img{
    display: block;
    border: 0;
    background: transparent;
    aspect-ratio: auto;
}
ul{
    padding-left: 25px;
}
p{
    margin: 0px 0 15px;
    line-height: 160%;
}
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: block;
}
.MainHeader{
    display: grid;
    width: 100%; 
    min-height: 100px;
}
.HeaderBg{
    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;
    height: auto;
    display: block;
    aspect-ratio: 1/0.2314;
}
.HeaderContainer{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: calc(100% - 30px);
    height: 125px;
}
.MainMenuBtn{
    display: none;
    position: absolute;
    top: 55px;
    right: 11px;
    z-index: 1;
    cursor: pointer;
}
.MainMenuClose{
    display: none;
}
.MainMenu{
    position: absolute;
    top: 61px;
    right: 0;
}
.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%;
}
.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: #045F71;
}
.BannerBoxServices{
    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: flex;
}
.BannerBoxServicesMobile{
    display: none;
}
.BannerBoxServicesTitle{
    margin: 20px 0;
    float: left;
    display: block;
}
.BannerBoxServicesMobileTitle{
    display: none;
}
.BannerBoxServices a{
    color: #0391a7;
}
.BannerBoxServices a:hover{
    background-color: #0391a7;
}
.BannerBoxServiceBox2{
    float: left;
    width: calc(100% + 2px);
    border-top: 1px solid #ccc;
}
.BannerBoxService{
    flex: 1;
    width: calc(25% - 44px);
    padding: 25px 20px 30px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}
.BannerBoxServiceConsultation{
    width: calc(33.33% - 41px);
    padding: 25px 20px 30px;
    border-right: 1px solid #ccc;
    float: left;
    border-bottom: 1px solid #ccc;
}
.BannerBoxServiceConsultation:last-child{
    border-bottom: 0;
}
.BannerBoxServiceTitle{
    font-size: 1.8rem;
    line-height: 120%;
    margin: 0 0 10px;
    color: #000;
}
.BannerBoxServiceTitle a:hover{
    background: none;
    color: #09b0ca;
}
.BannerBoxServiceDescription{
    font-size: 1.3rem;
    margin-bottom: 25px;
    color: #555;
}
.BannerBoxServiceLink{
    margin: 0;
    width: 100%;
}
.BannerBoxServiceLink a{
    background-color: #09b0ca;
    border-radius: 5px;
    width: calc(100% - 68px);
    padding: 8px 34px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
.BannerBoxService:nth-child(4n){
    border-right: 0;
}
.BannerBoxServiceBox2 .BannerBoxServiceConsultation:nth-child(3n){
    border-right: 0;
}
.BannerStandard{
    display: block !important;
    aspect-ratio: 16 / 6.14;
}
@media (min-width: 769px) {
    .BannerMobile {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        aspect-ratio: 1/1;
    }
}
.MainCenter{
    position: relative;
    width: 100%;
    display: grid;
}
.StartBox{
    display: grid;
    width: 100%;
    position: relative;
}
.StartBoxCenter{
    margin: 0px auto 0px;
    width: calc(100% - 30px);
    max-width: 1300px;
    display: flex;
}
.StartBoxInfo{
    width: calc(33.33% - 30px);
    margin-right: 45px;
    margin-bottom: 50px;
    margin-top: 48px;
    text-align: justify;
    flex: 1;
}
.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;
}
.StartStepByStep{
    flex: 1;
    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;
}
.StartOrderContainer{
    flex: 2;
    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;
}
.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;
}
.ServicePrice{
    float: left;
    font-size: 2rem;
    font-weight: 600;
}
.ServiceInfo{
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
}
.StartBoxOffer{
    background-color: #ededed;
}
.AwardedContainer{
    flex: 1;
    width: calc(50% - 50px);
    margin: 10px 50px 50px 0;
}
.AwardedContainer2{
    flex: 1;
    width: 50%;
    margin: 10px 0px 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{
    display: block;
    width: 100%;
}
.AwardedContainerBox2{
    display: block;
    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;
}
.StartBoxCenterBlogCenter{
    background-color: #ededed;
    padding: 50px 0;
}
.StartBoxCenterBlogCenter .StartBoxCenter{
    display: grid;
}
.StartBoxCenterH2{
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 15px;
    display: grid;
}
.StartBlogArtInfo{
    display: grid;
    width: 800px;
    margin: 0 250px 30px;
}
.StartBlogArtList{
    display: flex;
    width: 100%;
}
.StartBlogBox{
    flex: 1;
    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;
    aspect-ratio: 16 / 8.16;
}
.StartBlogBoxText{
    display: grid;
    width: calc(100% - 40px);
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin-top: -3px;
}
.StartBlogBoxText h2{
    margin: 0;
}

.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;
}
.StartBlogBoxDesc{
    width: 100%;
    margin: 5px 0 10px;
}
.StartBlogBoxTextLink{
    font-weight: bold;
}
.MainFooter{
    position: relative;
    padding: 20px 0;
    padding: 0;
    width: 100%;
    display: grid;
}
.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;
}
.FooterNewsletterBox{
    display: block;
    width: 100%;
    background-color: #3c2e8d;
    padding: 55px 0 50px;
}
.FooterNewsletter{
    margin: 0 auto;
    max-width: 900px;
    width: calc(100% - 30px);
    text-align: center;
}
.FooterNewsletterLeft{
    display: grid;
    width: 100%;
    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;
}
.FooterBoxLogo img{
    aspect-ratio: 1/0.2314;
    width: 324px;
    height: auto;
}
.NewsletterBox{
    display: flex;
    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;
    width: calc(100% - 180px);
    color: #fff;
    padding: 13px 30px 13px 20px;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.NewsletterBox input[type="button"]{
    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;
}
.FooterContact{
    margin: 0px auto 0;
    width: calc(100% - 30px);
    max-width: 1300px;
    position: relative;
}
.FooterContactContainer{
    display: flex;
    width: 100%;
    padding: 50px 0;
}
.FooterBoxLogo{
    margin-right: 50px;
}
.FooterBoxText{
    margin-top: 10px;
    max-width: 415px;
}
.FooterCopyright{ 
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #e8e7e7;
}
.FooterCopyright a{
    color: #000;
    text-decoration: underline;
}
.FooterCopyright a:hover{
    color: #0391a7;
}
.FooterBox .Title{
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: right;
}
.FooterBox{
    min-width: 181px;
    margin-left: 10px;
    text-align: left;
}
.FooterBox ul{
    list-style: none;
    padding: 0;
    float: right;
    margin: 5px 0 0;
}
.FooterBox ul li {
    text-align: right;
    margin-bottom: 2px; 
}
.FooterBox ul li a{
    color: #000;
    padding: 2px 0;
}
.FooterBox ul li a:hover{
    color: #0391a7;
}
#scrolltop {
    background-image: url("../../img/scrolltop.png");
    bottom: 0px;
    cursor: pointer;
    height: 41px;
    position: fixed;
    right: 0px;
    width: 41px;
    z-index: 1000;
    opacity: 0;
}


.Loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    display: none;
    top: 0;
}
.Loading img{
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.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;
}
.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;
}
img.OurTeam {
    aspect-ratio: 16 / 11.44;
    width: 100%;
    height: auto;
}
.ToogleContrast{
    position: absolute;
    top: 22px;
    right: 173px;
    background: transparent;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    cursor: pointer;
    background-image: url(../../img/contrast.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 0 3px 32px;
}
.ToogleContrast:hover{
    text-decoration: underline;
}
body.high-contrast {
    color: #000;
    font-weight: 500;
}
.high-contrast .BannerBoxServiceTitle a,
.high-contrast .StartBoxInfoLink,
.high-contrast .StartBlogBoxTitle,
.high-contrast .StartBlogBoxTextLink,
.high-contrast .FooterBox ul li a:hover{
    color: #045F71 !important;
}
.high-contrast .StartBoxInfo1 .StartBoxInfoLink,
.high-contrast .BannerBoxServiceLink a,
.high-contrast .StartOrderBtn,
.high-contrast .AwardedBtn
{
    background-color: #045F71 !important;
    color: #fff !important;
}
.high-contrast .NewsletterBox input[type="button"]{
    background-color: #fff;
    color: #000;
}
.high-contrast .AwardedContainerBox2 ul li:before{
    background-color: #045F71 !important;
}
.high-contrast p {
    color: #000 !important; /* żółty */
}
.high-contrast .FooterNewsletterLeft p {
    color: #fff !important; /* żółty */
}
.high-contrast img {
    filter: brightness(0.8) contrast(1.2);
}
.high-contrast a:hover{
    text-decoration: underline;
}
.high-contrast a{
    color: #045f71 !important;
}
.high-contrast .HeaderMenuCenter ul li a{
    color: #000 !important;
    font-weight: 600 !important;
}
.high-contrast .HeaderMenuCenter ul li a:hover{
    text-decoration: none;
}
.high-contrast .HeaderAccountLogin{
    text-decoration: none;
    color: #000 !important;
}
.high-contrast .BannerBoxServicesChoice{
    background-color: #fff !important;
    border-radius: 5px;
    padding: 20px;
    bottom: calc(40px + 50%);
}
.high-contrast .BannerBoxServicesChoice h1{
    font-weight: 600;
    color: #045F71 !important;
}
.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; 
}