html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 160%;
}
head{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-seriff;
    color: #303030;
    line-height: 180%;
    overflow-x: hidden;
    font-size: 1.5rem;
    font-weight: 500;
    float: left; 
}
p{ 
    font-family: 'Lato', sans-seriff;
    font-size: 1.5rem;
    line-height: 180%;
    margin: 0 0 20px;
}
a{
    text-decoration: none;
    outline: none;
    color: #ef7c00;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover{
    /*text-decoration: none;*/
}
h1{
    font-size: 2.6rem;
    margin: 0px 0 30px;
    font-weight: 300;
    line-height: 140%;
    font-family: 'Lato', sans-seriff;
    color: #000;
}
h2{
    font-size: 2.2rem;
    line-height: 130%;
    font-weight: 300;
    margin: 0px 0 20px;
    color: #000;
}
h3{
    font-size: 2rem;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
h4{
    font-size: 1.4rem;
    line-height: 130%;
}

strong{
    font-weight: 600;
}

::-webkit-input-placeholder { color: #bab8b8; opacity: 1 !important; }
:-moz-placeholder { color: #bab8b8; opacity: 1 !important;}
::-moz-placeholder {color: #bab8b8; opacity: 1 !important;}
:-ms-input-placeholder {color: #bab8b8; opacity: 1 !important;}
.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;
}
.Site{
    width: 100%;
    float: left;
    margin-left: 0;
    z-index: 1;
    position: relative;
}
.MainHeader{
    position: relative;
}
.Header{
    margin: 0px auto;
    width: calc(100% - 60px);
    max-width: 1200px;
    transition-duration: .2s;
    position: relative;
} 
.HeaderLogo{ 
    float: left;
    margin: 20px 0 0;
}
.HeaderLogo a{
    float: left;
    color: #2e3192;
}
.HeaderLogo img{ 
    float: left;
}
.HeaderLogo p{ 
    margin: 38px 0 0 20px;
    float: left;
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
}
.HeaderBtnMenu{

    display: none;
}
.HeaderBtnMenu img{
    width: 100%;
}
.HeaderMenu{
    position: absolute;
    right: 0;
    top: 82px;
}

.HeaderMenu ul{
    margin: 0 auto;
    padding: 0px 0 0;
    list-style: none;
    text-align: center;
}
.HeaderMenu li{
    display: inline-block;
    margin: 0;
    position: relative;
}
.HeaderMenu li:last-child a{
    padding-right: 0;
}
.HeaderMenu ul a{
    float: left;
    padding: 10px 17px;
    font-family: 'Lato', sans-seriff;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    transition-duration: .2s;
    line-height: 100%;
}
.HeaderMenu ul > li:hover > a, .HeaderMenu > ul > li > a.active{
    color: #f07c00 !important;
}
.HeaderMenu ul ul{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #595959;
    width: 270px;
    padding: 10px 0 15px;
    display: none;
    z-index: 101;
}
.HeaderMenu ul ul ul{
    left: 100%;
    top: -10px;
    background-color: #000;
}
.HeaderMenu ul ul li{
    width: 100%;
    margin: 0 0 8px;
    float: left;
}
.HeaderMenu ul ul li:last-child a{
    padding-right: 15px;
}
.HeaderMenu ul ul a{
    font-size: 1.4rem;
    width: calc(100% - 30px);
    padding: 8px 15px;
    line-height: 140%;
    text-align:left;
    color: #ffffff;
    float: left;
}
.HeaderMenu ul ul li a:hover{
    background-color: #000;
}
.HeaderMenu ul ul a:hover:after{
    width: 0;
}
.HeaderMenu1Center{
    float: left;
    width: 90%;
    margin: 40px 5%;
}
.HeaderMenu1Center h1{
    color: #ffffff;
    font-weight: normal;
    margin-left: 5%;
    padding: 30px 5% 15px 0;
    width: 90%;
    border-bottom: 1px solid #ffffff;
}
.HeaderMenuMainCenter{
    float: left;
    width: 100%;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
}
.MainCenter{
    position: relative;
    float: left;
    width: 100%;
}
.MainCenterContent{
    width: calc(100% - 60px);
    margin: 43px auto;
    max-width: 1200px;
}

.MainTextContent{
    width: 100%;
    padding: 0px 0 15px;
    float: left;
}
.MainTextContent h1{
    font-size: 2.6rem;
    font-weight: 500;
    font-family: 'Lato', sans-seriff;
    color: #000;
    margin-bottom: 20px;
}
.MainTextContent h2{
    font-weight: 400;
}
.MainTextContent ul{
    list-style: none;
    padding-left: 29px;
}
.MainTextContent ul li{
    padding-bottom: 4px;
}
.MainTextContent ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #106dd6;
    display: inline-block;
    margin: 0 13px 0px -20px;
}
.ColumnCenter{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f07c00;
}
.MainFooter{ 
    float: left;
    width: 100%;
}
.Footer{
    position: relative;
    width: 100%;
    float: left;
    border-top: 9px solid #afca05;
}
.FormContentCol2{
    float: left;
    padding: 0px 0 0px;
    width: 100%;
}
.FormContentCol2 label{
    float: left;
    width: 100%;
    margin-bottom: 10px; 
}
.FormContentCol2 span{
    font-size: 1.1rem;
    line-height: 140%;
    font-family: 'Lato', sans-seriff;
    color: #555555;
    float: left;
    padding-left: 2px;
}
.FormContentCol2 p{
    font-weight: bold;
    color: #ED1E79 !important;
    margin: 0;
}
.FormContentCol3{
    float: left;
    margin-bottom: 3%;
    width: 99%;
}
.FormContentCol3 textarea{
    width: 89.4%;
    padding: 2% 3%;
    text-transform: none;
    font-size: 1.4rem;
    font-family: 'Lato', sans-seriff;
    height: 100px;
    border: 0;
}
.SubmitContact{
    padding: 15px 40px 13px;
    background-color: #afca05;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
    border: none;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lato', sans-seriff;
    font-size: 1.4rem;
}
.ColumnRight{
    float: right;
    width: 380px;
    margin-bottom: 20px;
    margin-top: -30px;
}
.ColumnLeft{
    float: left;
    padding: 0 0 30px;
    width: 31%;
    background-color: #e29793;
}
.BoxP1{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    float: left;
    padding: 20px 6% 0;
    width: 88%;
    background-image: url(../../img/bg_box_long.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.BoxPTextBtnLinkForm{
    float: left;
    width: 100%;
    background-color: #2387f6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
.msgerrok{
    color: green !important;
}
#scrolltop{
    background-image: url("../../img/scrolltop.png");
    bottom: 15px;
    cursor: pointer;
    height: 43px;
    position: fixed;
    right: 15px;
    width: 43px;
    z-index: 1000;
    opacity: 0;
}
.err{
    width: 100%;
    float: left;
    color: #ff0000 !important;
}
.HeaderTop{
    float: left;
    width: 100%;
    height: 142px;
    z-index: 1;
    position: relative;
}
.Langs{
    position: absolute;
    right: 0;
    top: 68px;
}
.LangList{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.LangList li{
    float: left;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 10px;
}
.LangList li a{
    float: left;
    border-radius: 50%;
    background-color: #cbcbcb;
    color: #fff;
    font-size: 1.6rem;
    padding: 13px 0;
    width: 42px;
}
.langSelected, .LangList li a:hover{
    background-color: #548235 !important;
}
#CookiesMessage{
    position: fixed; 
    bottom: 0;
    background-color: #000000;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    color: #ffffff;
    opacity: 0.95
}
#CookiesMessage p{
    margin: 0;
    padding: 10px 10px 10px;
    text-align: center;
    font-size: 11px;
    float: left;
    width: calc(100% - 46px);
}
#CookiesMessage img{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 7px;
}
.HeaderBaner{
    float: left;
    width: 100%;
    position: relative;
}
.HeaderBaner{
    float: left;
    width: 100%;
    margin-top: -100px;
}
.HeaderMenu_Close{
    display: none;
}
.FooterAutor{
    float: right;
    margin: 34px 0;
}
.FooterAutor a{
    font-size: 1.4rem;
    color: #000;
    font-weight: 400;
}
.FooterContact{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1200px;
}
.FooterContactInfo{
    float: left;
    width: calc(50% - 50px);
    margin-right: 50px;
}
.FooterContactInfo h2{
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
}
.FooterContactInfo h2 strong {
    font-size: 3.5rem;
    display: block;
}
.FooterContactForm{
    float: left;
    width: 50%;
}
.StartBg{
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.StartCategories{
    float: left;
    width: 100%;
    margin: 30px 0 80px;
    text-align: center;
}
.StartCat{
    max-width: 33.33%;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    margin: 0 -2px;
}
.StartCat:hover, .ProductListBox:hover{
    background-color: #eeeeee;
}
.StartCat img{
    max-width: 100%;
}
.StartCat p{
    max-width: 100%;
    font-size: 2.2rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
.StartCat:nth-child(3n), .StartCat:last-child{
    border-right: 0;
}
.StartTextBg{
    float: left;
    background-color: #ececec;
    width: 100%;
}
.StartText{
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.ProductListBoxContent{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.ProductListBox{
    display: inline-block;
    width: calc(33.33% - 64px);
    padding: 0 30px 30px;
}
.ProductListBox img{
    max-width: 100%;
}
.ProductListBox p{
    text-align: center;
}
.CatContent{
    margin: 20px 0;
}
.ProductInfo{
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.ProductsDescDetails{
    float: left;
    width: 100%;
}
.ProductsDescDetails ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ProductsDescDetails ul li{
    display: inline-block;
    margin: 0 20px;
    color: #548235;
}
.ProductsDescDetails ul li span{
    color:#000;
}
input[type="text"], input[type="password"], input[type="date"], input[type="tel"], input[type="email"], textarea, select{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 13px 0px;
    margin: 0 0 10px 0;
    margin-left: 0px;
    max-width: 100%;
    -webkit-appearance: none;
    color: #454545;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus{
    border-bottom: 1px solid #000;
}

/*::-webkit-input-placeholder { color:#bab8b8; }
::-moz-placeholder { color:#bab8b8; }  firefox 19+ 
:-ms-input-placeholder { color:#bab8b8; }  ie 
input:-moz-placeholder { color:#bab8b8; }*/

input.inputerror, textarea.inputerror{
    background-color: rgba(183,19,19,0.2);
}
.FormContentMail{
    float: left;
    width: calc(100%);
    margin: 20px 0 20px 0px;
}
.FormContentMail form{
    float: left;
    width: 100%;
}
.FormContentCol2Text{ 
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: right;
}
.FormContentCol2Text label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.FormContentCol2Text textarea{
    width: 100%;
    height: 150px;
    margin: 0;
    float: left;
    line-height: 150%;
}
.FormContentCol2Text textarea:hover{
    background-color: #ffffff;
}
.HeaderContact{
    position: absolute;
    right: 0px;
    top: 41px;
    line-height: 100%;
}
.HeaderContact span{
    color: #9b9b9b;
}
.HeaderContactMail{
    float: left;
    padding: 0 15px 0 0;
    margin-right: 15px;
    border-right: 1px solid #c5c5c5;
}
.HeaderContactMail a{
    color: #000;
}
.HeaderContactTel{
    float: left;
}
.HeaderContactTel a{
    color: #afcb05;
    font-weight: 600;
}
.HeaderLine{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 9px;
    background-color: #afca05;
}
.StartBgGabinet{
    float: left;
    width: 63%;
    background-color: #afca05;
    color: #fff;
    position: relative;
    margin-top: -100px;
}
.StartBgGabinetImg{
    width: 299px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../img/person.jpg);
    background-size: cover;
}
.StartBgGabinetText{
    float: right;
    padding: 70px 50px 70px;
    width: calc(100% - 400px);
}
.StartBg h2{
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
}
.StartBg h2 strong{
    font-size: 3.5rem;
    display: block;
}
.StartBgGabinetText h2{
    color: #fff;
}
.StartBgPsychoterapia{
    float: left;
    padding: 50px;
    width: calc(37% - 100px);
}
.StartBgGabinetTextLink{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}
.StartBgPsychoterapiaTextLink{
    color: #f07d00;
    font-size: 1.6rem;
    font-weight: 600;
}
.StartBgKonsultacje{
    float: left;
    padding: 50px 50px 50px 30px;
    width: calc(45% - 80px);
}
.StartBgKonsultacjeTextLink{
    color: #ef7c00;
}
.StartBgPoradnictwo{
    float: right;
    width: calc(55% - 100px);
    background-color: #ef7c00;
    color: #fff;
    position: relative;
    margin-top: -40px;
    padding: 70px 50px;
}
.StartBgPoradnictwo h2{
    color: #fff;
}
.StartBgPoradnictwoTextLink{
    color: #fff;
}
.Startsep{
    float: left;
    width: 100%;
    height: 1px;
}
.StartBgIndPhoto{
    float: left;
    width: 40%;
    margin-bottom: 50px;
}
.StartBgInd{
    float: right;
    width: calc(65% - 100px);
    background-color: #f1f1f1;
    position: relative;
    margin-top: 40px;
    margin-left: -5%;
    padding: 42px 50px 20px;
    margin-bottom: 50px;
}
.FooterBg{
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 30px);
}
.FooterCopyright{
    float: left;
    margin: 30px 0;
}
.FooterCopyright img{
    float: left;
}
.FooterCopyright p{
    float: left;
    margin: 5px 0 0 15px;
}