html{
    min-width: 1100px;
    height: 100%;
    font-size: 60%;
}
body{
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #565454;
    line-height: 160%;
    height: 100%;
    display: inline;
}
img{
    border: 0;
    background: transparent;
}
ul{
    padding-left: 25px;
}
p{
    margin: 0px 0 15px;
    line-height: 150%;
}
p.err{
    color: red;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 130%;
}
h1{
    font-size: 2.4rem;
    color: #2970af;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 2.0rem;
}
h4{
    font-size: 1.8rem;
}
h5{
    font-size: 1.6rem;
}
h6{
    font-size: 1.6rem;
}
hr {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    float: left;
    height: 1px;
    width: 100%;
    margin: 0;
}

blockquote{
    font-style: italic;
}
.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;
}
.MainBoxTextSub{
    float: left;
    background-color: #ffffff;
    padding: 0 0 25px;
    width: 100%;
}
.MainTextContent{
    float: left;
    width: 100%;
    padding: 0px;
}
.MainTextContent li{
    margin-bottom: 5px;
}
.StartMainText{
    float: left;
    width: calc(100% - 200px);
    margin: 0 100px 0px;
}
.StartMainText .MainTextContent h2{
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 600;
}
.MainTextContent h1, .MainTextContent h2, .MainTextContent h3{
    color: #303030;
    font-family: 'Lato', sans-serif
}
.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;
    z-index: 100;
}
.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%;
}

.FooterCopyright{
    color: #ffffff;
    right: 30px;
    position: absolute;
    bottom: 50px;
}
.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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', sans-serif;
}
.FileLinkText{
    color: #464646;
    float: left;
    font-size: 1.6rem;
    margin: 8px 7px 0 10px;
}
.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: 'Lato', 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(33.33% - 23px);
}
.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: 'Lato', 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: 'Lato', 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: 'Lato', 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;
}
.FormContentQuick2{
    font-family: 'Lato', sans-serif !important;
    text-shadow: 1px 1px 1px #ffffff;
}
.FormContentQuickTitle{
    float: left;
    margin: 20px 0 0px 0;
    font-size: 1.7rem;
    width: 100%;
}
.FormContentQuickInputTitle{
    float: left;
    margin: 0px 0 1px 0;
    font-size: 1.1rem;
    width: 100%;
}
.FormContentQuickContent  {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.FormContentQuickValue input, .FormContentQuickValue textarea{
    background: transparent;
    background-image: url('../../img/form_input_bg.png');
    text-shadow: 1px 1px 1px #ffffff;
    color: #666666;
    font-size: 1.3rem;
    border: 0;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    box-shadow: 0px 1px 2px #999999 inset;
    border: 1px solid #ffffff;
    width: 268px;
}
.SubmitContactQuick{
    float: right;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    text-shadow: 0px;
    background-color: #146465;
    box-shadow: 3px 3px 4px #666666;
}
.SubmitContactQuick:hover{
    background-color: #138586;
}
.SubmitContactQuick:active{
    background-color: #138586;
    box-shadow: none;
}
.FormContentQuickErr{
    float: left;
    width: 100%;
    margin-top: 10px;
    color: red;
}

/*-------------------------realizacje------------------------*/

.highslide:hover{
    text-decoration: none;
}
/*--------------------------koniec realizacje---------------------------*/


.FormContentMail{
    background-image: url("../../img/bg_center2.png");
    float: left;
    padding: 20px 10% 0;
    width: 80%;
}
.FormMail{
    float: left;
    width: 100%;
}
.Apply{
    float: left;
    background-color: #0095DA;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 25px;
}

.MenuColumn1{
    background-image: url("../../img/ptaszek.png");
    float: left;
    margin: 5px 0 0;
    padding: 28px 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.MenuColumn1 li{
    list-style: none;
}
.MenuColumn2{
    float: left;
}
.MenuColumn2 li{
    list-style: none;
}
.MenuColumn3{
    float: left;
}
.MenuColumn3 li{
    list-style: none;
}
.MenuColumn1 a, .MenuColumn2 a, .MenuColumn3 a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.Menu{
    left: 300px;
    position: absolute;
    top: 29px;
}
.ColumnCenterMainContent{
    float: left;
    width: 605px;
    margin-left: 20px;
    margin-top: 5px;
}
.FormContentCol2 input[type=text], .FormContentCol2 textarea, .FormContentCol2 select{
    background: #ffffff;
    border: 1px solid #e4e3e3;
    float: left;
    width: 79%;
    text-align: left;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
}
.FormContentCol2 textarea{
    height: 150px;
}
.FormContentCol2 select{
    width: 378px;
}
.FormContentCol2{
    padding: 0px 0 7px;
    width: 424px;
}
.FormContentCol2 span{
    font-size: 1.1rem;
    line-height: 140%;
    font-family: 'Lato', sans-serif;
    color: #555555;
    float: left;
    padding-left: 2px;
}
.FormContentCol2 p{
    font-weight: bold;
    color: #ED1E79 !important;
    margin: 0;
}
.FormContentCol1{
    width: 187px;
    line-height: 130%;
}
.FormContentCol1 span{
    font-size: 1.2rem;
}
.SubmitContact{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    font-size: 1.5rem;
    padding: 5px 0;
    cursor: pointer;
    color:#df3637;
}
.SubmitContact:hover{
    text-decoration: none;
}
.ColumnLeftSub{
    float: left;
    width: 199px;
    margin-left: -25px;
}
.SubMenu{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.SubMenuHeader{
    float: left;
    text-align: right;
    width: 100%;
    padding: 5px 0;
    font-size: 1.8rem;
    font-weight: bold;
}
.SubmenuElBg{
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: right;
    border-bottom: 1px dashed #cfbeaa;
    font-size: 1.5rem;
}
.SubmenuElActive{
    color: red !important;
}
.SubmenuEl{
    color: #000000;
}
.ImgShadow{
    max-width: 190px;
    max-height: 120px;
}
.MenuActiveTop{
    text-decoration: underline;
}


.MenuSep{
    background-color: #7e146f;
    float: left !important;
    height: 17px !important;
    margin-top: 18px;
    width: 2px;
}
.ContentBoxHeader{
    height: 230px;
    left: 300px;
    position: absolute;
    top: 582px;
    width: 560px;
}
.ContentBoxHeaderTitle{
    font-size: 2.4rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.ContentBoxHeaderText{
    display: table-cell;
    height: 230px;
    vertical-align: middle;
    width: 100%;
}
.HeaderBg{
    float: left;
    width: 100%;
}
.HeaderBgMenu{
    width: 100%;
    height: 101px;
    background-image: url(../../img/bg_menu.gif);
    position: relative;
    height: 58px;
}
.HeaderBgSubMenu{
    margin: 0 auto;
    width: 980px;
}
.FormContentText{
    float: left;
    width: 365px;
    padding: 30px 0 0 0;
}
.HeaderTopLang{
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    position: absolute;
    right: 349px;
    top: 38px;
}
.HeaderTopLang a{
    color: #000000;
}
.LangName{
    float: left;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
}
.OperatingRange{
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    width: 100%;
}
.LangLevel{
    float: left;
    margin-left: 20px;
    width: 100%;
    display: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
}
.Ob{
    color: #ED1E79 !important;
    font-family: 'Lato', sans-serif;
}
.FormStat{
    float: right;
    margin: 7px 8px 0;
}
.FormStat img{
    border: 0;
    width: 18px;
}
.FormInputBox{
    display: none;
}
.Site{
    width: 100%;
    display: inline-block;
}
a{
    color: #2970af;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select{
    padding: 13px 20px;
    font-family: 'Lato', sans-serif;
}
input:focus{
    outline: none;
}
.MainHeader{
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.Header{
    position: relative;
    width: calc(100% - 30px);
    height: 157px;
    z-index: 10;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1400px;
}
.HeaderLogo{
    font-size: 1.2rem;
    font-weight: bold;
    left: 0px;
    position: absolute;
    top: 29px;
    z-index: 10000;
}
.HeaderLogo img{
    width: 100%;
}
.HeaderAccount{
    position: absolute;
    right: 0px;
    top: 26px;
}
.HeaderAccountLogin{
    color: #000;
    float: right;
    line-height: 140%;
    margin: 0 0 0 25px;
    padding: 6px 15px 3px 30px;
    transition-duration: 0.5s;
    background-image: url(../../img/account.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    position: relative;
}
.HeaderAccountLogin:after{
    position: absolute;
    top: 10px;
    left: -20px;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #dfdfdf;
}
.HeaderAccountLogin:hover{
    color: #2970af;
}
.HeaderAccountRegister{
    color: #000;
    float: right;
    line-height: 140%;
    margin: 0;
    padding: 4px 15px 3px 15px;
    transition-duration: 0.5s;
}
.HeaderAccountRegister:hover{
    color: #fff;
}
.Socialmedia{
    display: inline-block;
    height: 41px;
    left: 372px;
    overflow: hidden;
    position: absolute;
    top: 36px;
    width: 200px;
}
.HeaderMenu1{
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
    position: relative;
}
.HeaderMenu1Center{
    margin: 0;
    padding-left: 0;
}
.mSilderSlogan{
    position: absolute;
    right: 500px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #505050;
}
.mSilderSlogan h1{
    line-height: 120%;
    font-size: 3.6rem;
    font-weight: normal;
}
.MainCenter{
    position: relative;
    width: 100%;
    display: inline-block;
}
.MainInfo{
    width: 100%;
    background-image: url(../../img/bg_maininfo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 47px 0 22px;
}
.MainCenterInfo{
    float: right;
    margin: 0 0 2% 0;
    width: 71%;
}
.MainCenterInfoMax{
    width: 100%
}
.MainFooter{
    display: inline-block;
    padding: 20px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.Footer{
    margin: 50px auto;
    position: relative;
    width: 1400px;
    display: table;
    color: #c0c0c0;

}
.Footer a:hover{
    color: #ff6600;
    text-decoration: none;

}
.FooterAutor{
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 1.6rem;
}
.FooterAutorInfo{
    float: left;
    width: 100%;
}
.StartFormContentCol2{
    padding-bottom: 5px;
}

td.StartFormContentCol2 input, td.StartFormContentCol2 textarea {
    color: #585858;
    text-align: center;
    width: 250px;
}
td.StartFormContentCol2 textarea{
    height: 70px;
}

input.SubmitContact{
    background: #2970af none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    padding: 5px 20px;
    text-align: right;
}
.ColumnCenter{
    display: inline;
    float: left;
    margin: 0px 0px 0px;
    width: 100%;
}

.ColumnCenterHeader{
    color: #000;
    float: left;
    font-size: 2.5rem;
    margin: 0;
    padding: 0px 0 13px;
    font-weight: 600;
}
.Projects{
    float: left;
    margin: 10px 30px;
    width: 890px;
}
.ProjectBox{
    float: left;
    width: 259px;
    height: 182px;
    background-image: url('../../img/realizacjeShadow.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 23px 18px 0;
}
.ProjectContent{
    float: left;
    width: 259px;
    height: 173px;
    overflow: hidden;
    position: relative;
}
.ProjectContent a{
    color: #ffffff;
}
.ProjectDesc{
    float: left;
}
.ProjektImg{
    position: absolute;
}
.loopa{
    position: absolute;
    width: 259px;
    height: 173px;
}
.loopa:hover{
    background-image: url('../../img/loopa.png');
    background-repeat: no-repeat;
    background-position: center 30px;
}
.ProjectTitle{
    position: absolute;
    bottom: 0;
    width: 259px;
    background-image: url('../../img/realizacjeTitleBg.png');
    padding: 7px 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 1.5rem;
    cursor: pointer;
}
.ProjectTitle span{
    float: left;
    width: 259px;
    height: 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 1.1rem;
}
.ProjectImg{
    float: left;
    margin: 0px 35px 25px 20px;
}
.ProjectInfo{
    float: left;
    margin: 45px 0px 0 0;
    width: 539px
}
.ProjectInfo p.Tytul{
    font-size: 1.5rem;
    color: #ef204f;
}
.ProjectInfo div.InfoShort p{
    margin: 15px 0 0 0;
    line-height: 160%;
}
.ProjectInfo p.Technology{
    margin: 10px 0 0 0;
    color: #807e7e;
}
.ProjectInfo p.Technology{
    margin: 10px 0 0 0;
}
.ProjectsNav{
    float: left;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0px 0;
    margin: 20px 2px 25px;
}
.ProjectsNavBackToList{
    float: left;
}
.ProjectsNavNextBack{
    float: right;
}
.BoxFormContentCol2{
    padding-bottom: 5px;
}

td.BoxFormContentCol2 input, td.BoxFormContentCol2 textarea {
    color: #585858;
    text-align: center;
    width: 241px;
    padding: 7px 4px;
    background-color: #f6f6f6;
    box-shadow: none;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-right: 0px;
}
td.BoxFormContentCol2 textarea{
    height: 70px;
}

input.BoxSubmitContact{
    background: transparent;
    background-image: url("../../img/btn_wyslij.png");
    border: 0 none;
    cursor: pointer;
    height: 23px;
    width: 81px;
    float: right;
    margin-right: 35px;
}
.msgerrok{
    color: green;
}
.Breadcrumbs{
    float: left;
    list-style: outside none none;
    margin: 13px 0px;
    padding: 0;
}
.Breadcrumbs li{
    float: left;
}
.Breadcrumbs img{
    float: left;
    margin: 3px 0 0;
}
.Breadcrumbs li a{
    float: left;
    padding: 0 7px;
    color: #000
}
.Breadcrumbs li:first-child a{
    padding: 0 7px 0 0;
}
.Breadcrumbs li:last-child a{
    color: #2970af;
}
.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;
}
.GooglePlus{
    float: left;
    margin: 6px 0px 0pt 0pt;
    width: 80px;
}
.FooterMenu{
    float: left;
    margin: 20px 0 20px;
    width: 25%;
    font-size: 1.5rem;
}
.FooterMenu ul{
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: left;
}
.FooterMenu ul li{
    float: left;
    width: 100%;
    color: #808080;
}
.FooterMenu ul li:first-child{
    float: left;
    width: 100%;
    color: #000;
    font-size: 2rem;
    margin-bottom: 14px;
}
.FooterMenu ul li a{
    margin: 0 15px 0 0px;
    color: #535353;
    transition-duration: 0.2s;
    float: left;
}
.FooterMenu ul li a:hover{
    color: #ff6600;
    text-decoration: none;
}
.FooterMenuContact{
    float: left;
    width: 100%;
    color: #000;
    font-size: 2rem;
    margin-bottom: 14px;
}
.FooterMenu p{
    color: #535353;
}
.ColumnLeftTop{
    float: left;
    width: 100%;
}
.ColumnLeftBottom{
    float: left;
    width: 100%;
}
.MainCenterInfoBottom{
    float: right;
    width: 710px;
    background-image: url(../../img/main_center_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: -2px 0;
    height: 57px;
}
.ColLeftSearch{
    background-image: url("../../img/lupa.png");
    background-position: 5px 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ffffff;
    float: left;
    height: 37px;
    padding-bottom: 5px;
    width: 100%;
}
.ColLeftSearch a{
    float: left;
    font-size: 1.8rem;
    padding: 10px 0 10px 50px;
    color: #ffffff;
}
.ColLeftNagProd{
    float: left;
    border-bottom: 1px solid #0093dd;
    width: 100%;
    margin-bottom: 3px;
    color: #ffffff;
}
.ColLeftNagProdH1{
    float: left;
    font-size: 2.2rem;
    color: #000000;
    padding: 13px 15% 13px 5%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
.ColLeftMenu{
    float: left;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d3d3;
}
.ColLeftMenu:last-child{
    border: 0;
}
.ColLeftMenu a{
    padding: 4px 0;
}
.ColLeftMenu ul{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ColLeftMenu ul li{
    float: left;
    width: 100%;
    margin: 0;
    background-color: #ffffff;
}
.ColLeftMenu ul li a img{
    float: right;
    margin: -7px 0;
}
.ColLeftMenu ul li ul{
    display: none;
    border-left: 2px solid #2970af;
    margin-left: 2px;
    padding: 0 0 0 20px;
    width: calc(100% - 24px);
}
.ColLeftMenu ul li a{
    color: #000;
    float: left;
    font-size: 1.6rem;
    width: calc(100% - 40px);
    transition-duration: 0.1s;
}
.ColLeftMenu ul li a:hover, .HoverCat:hover{
    text-decoration: none;
    color: #2970af;
}
.ColLeftMenu ul li ul li {
    background: transparent;
    width: 100%;
}
.ColLeftFilter{
    float: left;
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d3d3;
    transition-duration: .3s;
}
.MenuMore{
    background-image: url("../../img/plus.png");
    background-position: center;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    background-repeat:no-repeat;
    float: left;
    height: 28px !important;
    width: 40px !important;
    padding: 0px !important;
    cursor: pointer;
    border-bottom: 0 !important;
    transition-duration: .5s;
}
.MoreOpen{
    background-image: url("../../img/minus.png");
}
.MenuMore1{
    background-position: 5px 30px;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    padding: 0 !important;
    width: 10% !important;
}
.CatProductsBox{
    background-color: #ffffff;
    border: 1px solid #dddddd;
    float: left;
    margin: 0 0px 20px 0px;
    padding: 10px;
    width: 288px;
    box-shadow: 3px 3px 5px #bbbbbb;
}
.CatProductsImg{
    float: left;

}
.CatProductsImg img{
    float: left;
}
.CatProductsName{
    float: left;
    background-color: #ffffff;
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: right;
    color: #000000;
    font-weight: bold;
    width: 100%;
}
.Products{
    float: left;
    width: 100%;
}
.ProductPhotoFirstBox{
    float: left;
    position: relative;
    width: 425px;
    height: 285px;
}
.ProductPhotoFirstGallery{
    position: absolute;
    opacity: 0;
}
.ProductPhotoFirst{
    float: left;
    margin-bottom: 15px;
}
.ProductPhotoSecend{
    float: left;
    margin: 0 10px 5px 0px !important;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    width: calc(20% - 10px);
}
.ProductPhotoSecend:nth-child(5n){
    margin-right: 0 !important;
}
.ProductPhotoSecend img{
    float: left;
    width: 100%;
}
.GalleryMini{
    float: left;
    width: 100%;
}
.ProductName{
    float: left;
    width: 100%;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin: 15px 0 10px;
}
.ProductPhotoBox{
    float: left;
    width: 196px;
    background-color: #ffffff;
    box-shadow: 3px 3px 5px #bbbbbb;
    margin: 10px 0;
}
.ProductPhotoTitle{
    float: left;
    width: 176px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #757575;
    margin: 0;
    padding: 10px 10px;
}
.ProductsInfoDesc{
    float: left;
    margin-top: 20px;
    width: 100%;
}
.Product{
    float: left;
    margin: 0px 0 30px;
    width: 100%;
}

.ProdImg{
    float: left;
    width: 100%;
}
.ProductsImageBg{
    position: relative;
    float: left;
    width: calc(100% - 2px);
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
}
.ProductsImageBgPromo{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    float: left;
    margin-right: 20px;
}
.ProductsListInfoBox{
    float: left;
    margin: 0 10px 0px;
    width: calc(100% - 20px);
}
.ProductsListInfoBoxPrice{
    float: left;
    width: 100%;
    text-align: center;
}
.ProductsName{
    float: left;
    margin: 0px 0 2px 0;
    padding: 0px 0 5px 0;
    width: 100%;
    line-height: 140%;
    font-size: 1.5rem;
    text-align: center;
}
.ProductsName a{
    font-family: 'Lato', sans-serif;
    color: #565454;
    transition-duration: 0.2s;
}
.ProductsName a:hover{
    text-decoration: none;
}
.ListProdTitle{
    border-bottom: 1px solid #e8e8e8;
    float: right;
    font-size: 1.8rem;
    margin-top: -42px;
    padding: 0 0 8px 10px;
    text-align: right;
}
.HoverCat{
    color: #2970af !important;
}
.table_desc{
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.table_desc td{
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}
.ProductsSitesNav{
    float: left;
    width: calc(100% - 26px);
    padding: 6px 6px 6px 20px;
    background-color: #ebebeb;
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.ProductsSort{
    float: right;
}
.ProductsSortText{
    float: left;
    margin: 7px 10px 0 0;
}
.ProductsSitesNavSort{
    float: left;
    width: 100%;
    color: #000;
}
.ProductsSitesNavSort:hover, .ProductsSitesNavSortActive{
    color: #2970af;
}
.ProductsBarNav{
    float: left;
    margin-top: 13px;
}
.ProductsSitesNavProductsBack{
    float: right;
    overflow: hidden;
}
.ProductsSitesNavProductsBack a{
    float: right;
    color: #ffffff;
    background-color: #2970af;
    padding: 8px 23px 7px;
    font-size: 1.3rem;
}
.ProductsSitesNavProductsBack a:hover{
    background-color: #404040;
    text-decoration: none !important;
}




.ColumnLeftMain{
    float: left;
    width: 350px;
    margin: 0px 0 0 0px;
}
.ColumnLeftTopMain{
    float: left;
    width: 100%;
    margin: 0px 0 0;
}
.ColumnLeftBottomMain{
    float: left;
    width: 100%;
    ;
    min-height: 300px;
    margin: 0 0 0px;
    padding: 0;
}
.SearchInputMain{
    background-color: #f2f2f2;
    float: left;
}

.SearchInputMainText{
    border: 0 none;
    color: #000000;
    float: left;
    margin: 0;
    width: calc(100% - 88px);
    background: none;
    font-size: 1.5rem;
}
.SearchInputMain form{
    float: left;
    font-size: 1.4rem;
    height: 42px;
    margin: 0;
    width: 400px;
}
.SearchInputMainSubmit{
    background-color: transparent;
    background-image: url("../../img/lupa.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: right;
    height: 45px;
    margin: 0 0 0 10px;
    width: 38px;
    border: 0;
    transition-duration: 0.5s;
}
.SearchInputMainSubmit:hover{
    /*background-position: 0 -36px;*/
}

.SearchPrompts{
    background-color: #ffffff;
    display: none;
    left: 0;
    line-height: 120%;
    position: absolute;
    top: 110%;
    width: calc(100% - 2px);
    z-index: 100;
    border: 1px solid #fff;
}
.SearchPrompts a{
    float: left;
    padding: 8px 10px 5px;
    width: calc(100% - 20px);
    color: #000000 !important;
    border-bottom: 1px solid #eeeeee;
}
.SearchPrompts a:hover, .SearchPrompts a.active{
    background-color: #f1f1f1;
}
.SearchImgSpan{
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    position: relative;
    float: left;
}
.SearchPrompts img{
    max-height: 50px;
    max-width: 60px;
}
.SearchPrompts span.SearchTextSpan{
    float: right;
    margin: 7px 0;
    width: calc(100% - 60px);
}
.SearchPrompts span.SearchTextSpan span{
    font-weight: 500;
    color: #2970af;
}
.SearchPrompts .searchInfo{
    float: left;
    padding: 15px;
    color: #cccccc;
    margin: 0;
}
.StartCenterBoxCenter{
    float: right;
    width: 103%;
    margin-right: -3%;
}
.BoxC1{
    position: relative;
    float: left;
    width: 36.7%;
    margin-right: 3%;
    margin-bottom: 3%;
    border: 1px solid #e0e0e0;
    padding: 5% 5% 4%;
    border-radius: 5px;
    background-image: url(../../img/box_center_bg.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
    visibility: hidden;
}
.BoxCText{
    float: left;
}
.BoxCText h1{
    color: #000000;
    font-size: 3.0rem;
}
.BoxCTextBtnLink{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    background-color: #0b5dba;
}
.BoxCTextBtnLink img{

}
.Basket{
    width: 100%;
}
.BasketQuick{
    float: right;
    position: relative;
    padding-left: 30px;
}
.BasketQuick:after{
    position: absolute;
    top: 14px;
    left: 15px;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #dfdfdf;
}
.BasketQuickInfo{
    float: right;
    padding: 13px 15px 13px 34px;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    font-size: 1.5rem;
    background-image: url(../../img/basket_bg.png);
    background-repeat: no-repeat;
    background-position: 0 13px;
    font-weight: 500;
    text-align: center;
    position: relative;
    background-color: #f2f2f2;
}
.BasketQuickInfo span{
    color: #2b2b2b;
}
.BasketQuickInfo2{
    font-weight: 100;
    position: absolute;
    top: 100%;
    text-align: left;
    line-height: 150%;
    font-size: 1.5rem;
    background-color: #ffffff;
    padding: 15px;
    right: 0;
    width: 520px;
    border: 1px solid #cccccc;
    display: none;
    z-index: 100;
    border-radius: 5px;
}
.BasketQuickInfo2 span{
    color: #32abd4;
    font-size: 2rem;
    font-weight: 200;
}

.BasketQuickImg{
    float: right;
    width: 60px;
    height: 47px;
    background-image: url(../../img/basket.png);
    transition-duration: 0.5s;
}
.BasketQuickImg:hover{
    background-position: 0 -47px;
}
.BasketQuick a{
    color: #303030;
}
.ProductPrice{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #214165;
    font-size: 2rem;
    margin: 0;
}
.ProductPrice span.symbol{
    font-weight: 700;
    font-size: 2rem;
}
.PricePromo{
    color: #2970af;
}
.ProductsCenaP{
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem !important;
    color: #717171 !important;
    font-weight: 600 !important;
}
.ProductInfoBox{
    float: left;
    width: calc(100% - 494px);
    margin-top: 20px;
}
.ProductInfoDescText3Quick{
    background: url("../../img/cart_icon.png") no-repeat scroll 10px 10px #2970af;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    transition-duration: 0.4s;
    color: #ffffff;
    font-size: 1.6rem;
    padding-left: 43px;
    padding-right: 21px;
    margin-top: 10px;
}
.ProductInfoDescText3Quick:hover{
    background-color: #000000;
}
.ProductDescription{
    color: #888888;
    float: left;
    font-size: 1.3rem;
    line-height: 130%;
    margin: 2px 0 6px;
    text-align: right;
    width: 100%;
}
.ProductQuickBuy{
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.ProductsListBox{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.StepCenter{
    max-width: 1400px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.StepsNav{
    float: left;
    background-color: #f1f1f1;
    width: 100%;
}
.StepsNav a:hover{
    color: #ffffff !important;
    text-decoration: underline;
}
.StepsNav1, .StepsNav1_current, .StepsNav2, .StepsNav2_current, .StepsNav3, .StepsNav3_current, .StepsNav4, .StepsNav4_current{
    float: left;
    padding: 7px 35px 6px 45px;
    margin: 0 0 0 -19px;
    color: #606060;
    font-size: 1.3rem;
    line-height: 183%;
}
.StepsNav1Active, .StepsNav2Active, .StepsNav3Active, .StepsNav4Active{
    color: #ffffff;
    background-color: #2970af;
}
.StepsNav1_current{
    color: #ffffff;
    font-weight: 600;
    background-color: #2970af;
}
.StepsNav1, .StepsNav1_current{
    margin: 0;
    padding: 7px 35px;
}
.StepsNav2_current{
    color: #ffffff;
    font-weight: 600;
    background-color: #2970af;
}
.StepsNav2, .StepsNav2_current{
    margin: 0;
    padding: 7px 35px;
}
.StepsNav3_current{
    color: #ffffff;
    font-weight: 600;
    background-color: #2970af;
}
.StepsNav3, .StepsNav3_current{
    margin: 0;
    padding: 7px 35px;
}
.StepsNav4_current{
    color: #ffffff;
    font-weight: 600;
    background-color: #2970af;
}
.StepsNav4, .StepsNav4_current{
    margin: 0;
    padding: 7px 35px;
}
.BasketTable{
    float: left;
    margin: 20px 0% 10px;
    width: 100%;
}
.nag7, .nag2, .nag3, .nag4, .nag6, .sum3, .sum5 {
    text-align: center;
    padding: 0 0 4px;
    color: #808080;
}
.deletefrombasket{
    background-image: url('../../img/usun_prod.gif');
    width: 21px;
    height: 21px;
    padding: 0;
    border: 0;
    cursor: pointer;
    display: inline;
}
.nag7p{
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #c9c9c9;
    width: 21px;
    text-align: center;
}
.nag7p form{
    display: inline;
}
.nag2p a{
    color: #000;
}
.nag2p p{
    margin-bottom: 0;
}
.sumNazwa{
    border-left: 1px solid #c9c9c9;
}
.nag2p{
    padding: 10px 15px;
    vertical-align: middle;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 412px;
}
.nag2p img{
    width: 60px;
    float: left;
    margin-right: 10px;
}
.nag3p{
    padding: 5px 15px;
    vertical-align: middle;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 48px;
    text-align: center;
    background-color: #eeeeee;
}
.nag3p input{
    width: 66px;
    font-size: 1.1rem;
    padding: 2px 4px;
    text-align: center;
}
.nag3p form{
}
.nag4p{
    padding: 5px 15px;
    vertical-align: middle;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 75px;
    text-align: center;
    background-color: #eeeeee;
}
.nag6p{
    padding: 5px 15px;
    vertical-align: middle;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 75px;
    text-align: center;
    background-color: #eeeeee;
}
.BasketSum{
    float: left;
    margin: 10px 0% 20px;
    width: 100%;
}
.sum2p{
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    background-color: #eeeeee;
    height: 30px;
    font-size: 1.6rem;
    color: #000000;
    ;
    text-align: right;
    padding: 0 10px
}

.sum3p{
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background-color: #eeeeee;
    width: 115px;
    font-size: 1.8rem;
    text-align: center;
}
.sum5p{
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background-color: #eeeeee;
    width: 125px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2970af;
    text-align: center;
}
.BasketBottomNav{
    float: left;
    margin: 0px 0% 20px;
    width: 100%;
}
.BasketBottomNavNext{
    float: right;
    background-color: #2970af;
    color: #ffffff;
    height: 31px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    box-shadow: 2px 2px 4px #8a8a8a;
}
.BasketBottomNavNextForm{
    float: right;
    width: 50%;
}
.BasketBottomNavPrevForm{
    float: left;
    width: 50%;
}
.BasketBottomNavPrevStep{
    background-color: #eeeeee;
    border: 0 none;
    box-shadow: 2px 2px 4px #8a8a8a;
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    padding: 4px 30px;
}
.BasketBottomNavPrevStep:hover{
    color: #d10000;
    text-decoration: none;
}
.BasketBottomNavEmpty{
    float: left;
    background: transparent;
    background-image: url(../../img/bg_trash.gif);
    background-repeat: no-repeat;
    background-position: 6px 4px;
    height: 31px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
}
.Step2Center{
    float: left;
    width: 100%;
    margin: 0px 0% 20px;
}
.PayTitle{
    float: left;
    color: #000000;
    font-size: 1.6rem;
    padding: 10px 2%;
    width: 96%;
    margin-bottom: 5px;
    display: inline;
    border-bottom: 1px solid #C9C9C9;
    font-family: 'Lato', sans-serif
}

.PayCenter{
    float: left;
    width: 100%;
    color: #676767;
    line-height: 100%;
}
.PayCenterList{
    float: left;
    width: calc(100% - 2px);
    min-width: 350px;
    border: 1px solid #C9C9C9;
    margin-bottom: 3px;
    background-color: #EEEEEE;
}
.PayCenterListInput{
    float: left;
    padding: 13px 9px;
    width: 25px;
}
.PayCenterPos{
    color: #026AB1;
    display: inline;
    float: left;
    font-size: 1.4rem;
    margin: 0;
    padding: 16px;
    vertical-align: middle;
    width: calc(100% - 75px);
    background-color: #ffffff;
    line-height: 150%;
}
.PayCenterPos span{
    color: #b70c22;
    font-weight: bold;
}
.PayCenterPos p{
    margin: 0;
    line-height: 150%;
}
.PayShippingAdditionalInfo{
    float: left;
    width: 100%;
    margin: 10px 0;
    display: none;
}
.PayShippingLocBox{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.PayShippingLocBox input{
    float: left;
    width: 30px;
}
.PayShippingLocBox p{
    float: left;
    width: calc(100% - 38px);
    color: #000;
}
.PayCenterComments{
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.PayCenterComments p{
    margin-bottom: 2px;
    font-weight: bold;
}
.PayCenterComments textarea{
    border: 1px solid #C9C9C9;
    width: 458px;
    height: 82px;
}
.PayCenterLeft{
    float: left;
    margin: 15px 0 15px;
    width: calc(100% - 2px);
}
.PayCenterRight{
    float: left;
    width: calc(100% - 2px);
    margin-top: 10px;
    margin-bottom: 10px;
}
.PayCenterRight p{
    font-size: 1.2rem;
    color: #026AB1;
}
.PayCenterRight textarea{
    width: 96%;
    padding: 10px 2%;
    height: 100px
}
.ShippingCenterLeft{
    float: left;
    margin: 15px 0;
    width: 100%;
}
.ShippingCenterRight{
    float: left;
    width: 445px;
    padding: 15px 0 15px 55px;
    background-image: url('../../img/uwagaInfoShipping.gif');
    background-repeat: no-repeat;
    background-position: 5px 12px;
    font-size: 1.2rem;
    line-height: 140%;
}
.ShippingCenterRight p{
    margin: 0;
    color: #B70C22;
}
td.pay1{
    padding: 17px 30px 17px 17px;
    text-align: right;
    font-size: 1.2rem;
    font-weight: bold;
    width: 50%;
    border-right: 1px solid #f3f3f3;
    background-color: #ffffff;
    border-bottom: 1px solid #c9c9c9;
}
td.pay2{
    padding: 17px 17px 17px 30px;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    width: 50%;
    color: #960c1c !important;
    border-right: 1px solid #f3f3f3;
    background-color: #ffffff;
    border-bottom: 1px solid #c9c9c9;
}
.DateOrderDesc1{
    float: left;
    width: 100%;
    padding: 30px 0 0;
}
.DateOrderDesc2{
    float: right;
    width: 100%;
    margin-top: 0px;
    padding: 30px 0 0px;
}
.Calculate{
    display: none;
    cursor: pointer;
}
.Calculate:hover{
    color: #ac0000;
}
.ProductsPhotos{
    float: left;
    margin: 0 50px 10px 0;
    width: 444px;
    position: relative;
}
.ProductPhotoFirst{
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
}
.ProductPhotoFirst img{
    width: 100%;
    float: left;
}
.ProductsInfo{
    float: left;
    margin: 0 0 27px 0;
    width: 55%;
}
.ProductsInfoBuy{
    float: left;
    margin: 26px 0 27px 50px;
    width: calc(45% - 50px);
    background-color: #ebebeb;
}
.infNazwa{
    float: left;
    width: 100%;
    font-size: 2.0rem;
    color: #000000;
}
.infNazwa h1{
    line-height: 120%;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
}
.infBrand{
    float: left;
    font-size: 1.5rem;
    color: #565454;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}
.infBrand strong{
    color: #000;
}
.infKodProd{
    float: left;
    font-size: 1.5rem;
    color: #565454;
    width: 100%;
    margin-bottom: 0;
}
.infKodProd strong{
    color: #000;
}
.infProducer{
    float: left;
    width: 100%;
    font-size: 1.5rem;
    color: #959595;
}
.infStatus{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 0 10px;
}
.infStatus span{
    color: #000;
    font-weight: 700;
}
.infCena{
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #fff;
}
.jedn{
    color: #000;
    font-size: 2rem;
    font-weight: 400;
}
.infCenaPack{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
}
.infCenaPack span{
    color: #000;
    font-weight: 700;
}
.infIle{
    float: left;
    width: calc(100% - 100px);
    padding: 8px 20px;
    margin: 0 30px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    color: #7d7d7d;
    position: relative;
}
.infIle select{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 10px 11px 58px;
    background: transparent;
    border: 0;
    width: calc(100% - 6px);
    font-size: 1.5rem;
    text-align: center;
}
.infKupTeraz{
    float: left;
    margin: 10px 31px;
    width: calc(100% - 60px);
}
.ProductsInfoPromotionImg{
    left: -165px;
    position: absolute;
    top: 68px;
}
.ProductsPrices{
    color: #2970af;
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    padding: 0;
    margin-bottom: 0;
}
.ProductsPrices span.symbol{

}
.ProductsPromotionImg{
    position: absolute;
    right: 0px;
    top: 0;
}
.ProductsPromotionImg img{
    float: left;
}
.ProductInfoDescText3{
    border: 0 none;
    cursor: pointer;
    transition-duration: 0.4s;
    color: #ffffff;
    font-size: 1.4rem;
    float: left;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
    background-color: #2970af;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.ProductInfoDescText3:hover{
    background-color: #000000;
}
.MainHeaderInfoPromo{
    color: #000000;
    float: left;
    font-size: 2.2rem;
    margin: 0;
    padding: 0 5% 8px 1%;
}
.BoxQuickShipping{
    float: left;
    width: 80%;
    margin: 0 0 30px 10%;
    border: 1px solid #C9C9C9;
}
.BoxQuickShipping11{
    width: 37px;
    background-color: #eeeeee;
    border-bottom: 1px solid #C9C9C9;
}
.BoxQuickShipping12{
    vertical-align: middle;
    color: #3c3c3c;
    border-bottom: 1px solid #C9C9C9;
    font-size: 1.4rem;
    padding: 10px;
    color: #000000;
    font-family: 'Lato', sans-serif
}
.BoxQuickShipping21{
    background-color: #eeeeee;
}
.formuarz_login_bg{
    float: left;
    padding: 15px 10px;
    width: calc(100% - 30px);
}
.formuarz_login_bg_popup{
    float: left;
    padding: 15px 20px;
}
.formuarz_login_bg_text{
    float: left;
    height: 20px;
    padding: 20px 1% 0px 0;
    text-align: right;
    width: 29%;
}
.formuarz_login_bg_text_shipping{
    float: left;
    height: 14px;
    padding: 18px 11px 0 0;
    text-align: right;
    width: 190px;
}
.formuarz_login_bg_input{
    float: left;
    margin: 10px 0 0 1%;
    width: 67%
}
.formuarz_login_bg_input input{
}
.formuarz_login_bg_input_shipping{
    float: left;
    padding: 6px 11px 0 0;
    width: calc(100% - 11px - 200px - 11px);
}
.formuarz_login_bg_input_shipping select{
    height: 45px;
    background-color: #fff;
}
input.formuarz_login_bg_input_shipping_submit{
    background-color: #2970af;
    border: 0 none;
    box-shadow: 2px 2px 4px #8A8A8A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'Lato', sans-serif;
    height: 31px;
    padding: 0 30px;

}
.formuarz_login_bg_title{
    float: left;
    color: #000000;
    font-family: 'Lato', sans-serif;
    width: 100%;
}
.formuarz_login_bg_title_my_account{
    float: left;
    color: #000000;
    font-family: 'Lato', sans-serif;
    padding: 21px 0 0px 12px;
    width: 100%;
}
input.formuarz_login_submit, input.formuarz_login_submit2, .formuarz_reminder_submit{
    background-color: #2970af;
    border: 0 none;
    box-shadow: 2px 2px 4px #8A8A8A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'Lato', sans-serif;
    height: 31px;
    padding: 0 30px;
    margin: 10px 0 0 0px;
}

.formuarz_reminder_submit{
    margin-left: 7px;
}
.BoxClientSummary{
    float: left;
    width: 100%;
    margin: 20px 0 20px 0px;
    border: 1px solid #C9C9C9;
}
.ClientCenterPos4{
    float: left;
    display: inline;
    margin: 2px;
    width: 304px;
    padding: 0 16px 15px;
    vertical-align: middle;
}
.ClientCenterPos5{
    float: left;
    display: inline;
    margin: 2px;
    width: calc(100% - 18px);
    padding: 0 9px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
}
.BoxLogin{
    border: 1px solid #c9c9c9;
    float: left;
    margin: 0px 10% 40px;
    width: 80%;
}
.BoxLogin11{
    width: 37px;
    background-color: #eeeeee;
    border-bottom: 1px solid #C9C9C9;
}
.BoxLogin12{
    border-bottom: 1px solid #c9c9c9;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    padding: 10px;
    vertical-align: middle;
}
.BoxLogin21{
    background-color: #eeeeee;
}
.BoxLogin22Info{
    float: left;
    width: 33%;
}
.BgEndShop{
    float: left;
}
.submitPay24 {
    background: url("../../img/p24pay.png") repeat scroll 0 0 transparent;
    border: 0 none;
    height: 50px;
    width: 199px;
    cursor: pointer;
    float: left;
}
.submitPay24:hover{
    background-position: 0 -50px;
}
.submitPayU{
    background: transparent url("../../img/payu.png") repeat scroll 0 0 / 100% auto;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 232px;
}
.infoRatyOblicz{
    float: left;
    margin: 15px 0 13px 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.basketRatyOblicz{
    float: right;
    margin: 0px 10px 20px 0;
    cursor: pointer;
}
.RatySend{
    float: left;
}
.OrderFinish{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: right;
    padding: 2.6% 3%;
    width: 94%;
}
.ProductsDescDetails{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.ProductsDescDetails ul{
    list-style: none;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
.ProductsDescDetails ul li{
    margin-bottom: 4px;
    text-align: left;
    float: left;
    width: 100%
}
.ProductsDescDetails ul li span{
    color: #000000;
    font-weight: bold;
}
.TitleDetails{
    font-size: 1.6rem;
    color: #2970af;
    font-weight: 700;
}
.DescDetails{
    float: left;
    width: 100%;
    font-size: 1.6rem;
}
.DescOpisInfo{
    float: right;
    width: 98%;
    margin: 0px 1% 10px;
    font-weight: bold;
    color: #000000;
}
.DescOpis{
    float: right;
    width: 99%;
    margin: 20px 1% 5px;
    font-size: 1.6rem;
}
.DescVideoBg{
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.DescVideoContent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.DescVideoClose{
    position: absolute;
    right: 20px;
    top: 20px;
}
#SearchAll{
    background-color: #333333;
    color: #ffffff;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
#SearchAll:hover{
    text-decoration: underline;
}
.BreadcrumbsCategory{
    float: left;
    width: 100%;
    margin: 5px 0 15px;
    font-size: 1.5rem;
}
.BreadcrumbsCategory span{
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-weight: 600;
}
.BoxRegisterInfo{
    float: left;
    margin: 20px 3%;
    width: 94%;
}
.BoxRegister {
    border: 1px solid #c9c9c9;
    float: left;
    margin-bottom: 40px;
    margin-left: 0%;
    width: 99%;
}
.BoxEditClient {
    border: 1px solid #c9c9c9;
    float: left;
    margin: 0 0% 25px;
    width: 99%;
}
.ChangePassClient{
    border: 1px solid #c9c9c9;
    display: inline;
    float: left;
    margin-bottom: 40px;
    width: 99%;
}
.ChangePass{
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.formuarz_login_bg_inputa{
    float: left;
    margin: 10px 0 0 131px;
}
.NavBarAccount{
    background-color: #F1F1F1;
    float: left;
    padding: 7px 1%;
    width: 98%;
}
.NavBarAccount a{
    padding: 0 15px;
}
.BoxClientDataInfo{
    float: left;
    width: 100%;
    padding: 0px 0 0 0px;
}
.BoxClientData{
    float: left;
    width: 80%;
    margin: 20px 10%;
    border: 1px solid #C9C9C9;
}
select[name=adr_2]{
    max-width: 90%;
}
.BoxLoginTextRemainder{
    float: left;
    margin: 20px 3%;
    padding-bottom: 20px;
    width: 94%;
}
.formuarz_reminder_submit{

}

.RabatBasketInfo{
    float: right;
    color: red;
    font-family: 'Lato', sans-serif;
    text-align: right;
    margin: 0px 0 20px;
    width: 100%;
    line-height: 100%;
}
.RabatBasketInfo span{
    font-family: 'Lato', sans-serif;
    font-size: 2.0rem;
}
.RabatBaketProdInfo{
    float: right;
    color: red;
    font-family: 'Lato', sans-serif, sans-serif;
    text-align: right;
    margin: 10px 3%;
    width: 94%;
}
.RabatBaketProdInfo span{
    font-family: 'Lato', sans-serif, sans-serif;
    font-size: 2.0rem;
    color: red;
    font-weight: 600;
}
.StorageEmpty{
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.Sep{
    float: right;
    width: calc(100% - 220px);
    border-bottom: 1px solid #cccccc;
}
.BgErr{
    float: left;
    width: 100%;
}
#facebook{
    background-image: url("../../img/facebook.png");
    background-repeat: no-repeat;
    height: 391px;
    position: fixed;
    left: 0;
    top: 265px;
    width: 232px;
    z-index: 10000;
}
#facebook div{
    float: left;
    width: 181px;
    margin: 4px;
}
#ReviewsShow{
    background-image: url(../../img/reviews.png);
    background-repeat: no-repeat;
    height: 92px;
    position: fixed;
    left: 0;
    top: 171px;
    width: 40px;
    z-index: 10000;
    cursor: pointer;
}
.ReviewsBox{
    float: left;
    width: 100%;
}
.ReviewsBg{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 100000;
    display: none;
    left: 50%;
    margin: 0% 0 0% -50%;
}
.ReviewsBg2{
    float: left;
    width: 100%;
}
.ReviewsInfo{
    background-color: #ffffff;
    float: left;
    padding: 30px 0 30px;
    width: 100%;
}
.ReviewsInfoH1{
    color: #000000;
    float: left;
    margin-right: 50px;
    margin-top: 6px;
    font-size: 2.4rem;
}
#ShowForm{
    float: left;
    background-color: #2970af;
    color: #ffffff;
    text-align: center;
    padding: 1% 4%;
    cursor: pointer;
    margin-bottom: 10px;
}
.ReviewsForm{
    float: left;
    width: 100%;
    display: none;
}
.ReviewsTextBox{
    float: left;
    width: 53%;
    margin-top: 2px;
}
#ReviewsTextarea{
    float: left;
    margin: 20px 0;
    height: 190px;
    width: 100%;
    border: 1px solid #e4e3e3;
    font-size: 1.3rem;
    font-family: 'Lato', sans-serif
}
.ReviewsMessage{
    float: left;
}
.ReviewsLoading{
    float: left;
    display: none;
}
.ReviewMessageTrue{
    color: #1fa700;
    margin: 13px 0 -7px;
}
.ReviewMessageFalse{
    color: #d10101;
    margin: 13px 0 -7px;
}
.ReviewsData{
    float: left;
    width: 35%;
    margin-top: 20px;
    margin-right: 5%;
}
#ReviewsName{
    float: right;
    width: 90%;
    margin-bottom: 7px;
    border: 1px solid #e4e3e3;
}
#ReviewsEmail{
    float: right;
    width: 90%;
    margin-bottom: 7px;
    border: 1px solid #e4e3e3;
}
#ReviewsNrOrder{
    float: right;
    width: 90%;
    margin-bottom: 7px;
    border: 1px solid #e4e3e3;
}
#ReviewsPublic{
    float: right;
    width: 70%;
    border: 0;
    background-color: #2970af;
    color: #ffffff;
    text-align: center;
    padding: 3% 4%;
    cursor: pointer;
    margin-bottom: 10px;

}
.ReviewsRate{
    float: right;
    width: 100%;
    position: relative;
}
.ReviewsRate p{
    float: left;
    margin: 0px 10px 10px 0;
}
.ReviewsRateBox{
    float: left;
    width: 100px;
    height: 20px;
    position: relative;
    margin-bottom: 10px;
}
.ReviewsRateStars{
    position: absolute;
    background-image: url(../../img/star.png);
    background-position: top left;
    width: 100px;
    height: 20px;
    top: 0;
    left: 0;
}
.ReviewsRateStarsDeactive{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 20px;
    background-color: #cccccc;
}
.ReviewsRateStarsActive{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 20px;
    background-color: #f4b02d;
}
.ReviewsRateStarsActiveInfo{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background-color: #f4b02d;
}
.ReviewsStar{
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.ReviewInfo{
    float: left;
    width: 98%;
    margin: 1.5% 1%;
}
.ReviewInfoHeader{
    float: left;
    width: 100%;
}
.ReviewInfoName{
    float: left;
    font-family: 'Lato', sans-serif;
    color: #777777;
}
.ReviewInfoDate{
    float: left;
    margin-left: 10px;
    color: #bbbbbb;
}
.ReviewInfoTextBox{
    float: left;
    width: 100%;
    margin: 3px 0 4px;
}
.ReviewInfoText{
    float: left;
    width: 100%;
    margin-bottom: 1px;
}
.ReviewsBg3 h1{
    width: 65%;
    float: left;
    color: #000000;
    margin-top: 10px;
}
.ReviewsBg3Box{
    float: left;
    width: 94%;
    margin: 0 3%;
}
.ProductsFilter{
    float: left;
    width: 96%;
    padding: 10px 2%;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background-color: #ffffff;
    position: relative;
}
.ProductsFilterBox{
    float: left;
    margin: 5px 0;
}
.ProductsFilterBox input[type=checkbox]{
    display: none;
}
.ProductsFilterLabel{
    float: left;
    color: #000000;
    font-size: 1.3rem;
    padding: 5px 4px;
    margin-right: 5px;
}
.FilterNameTypeBeginner{
    float: left;
    color: #444444;
    font-size: 1.3rem;
    padding: 3px 8px;
    border: 1px solid #fff;
    margin-right: 5px;
    cursor: pointer;
}
.FilterNameTypeExpert{
    float: left;
    color: #444444;
    font-size: 1.3rem;
    padding: 3px 8px;
    border: 1px solid #fff;
    margin-right: 5px;
    cursor: pointer;
}
.FilterNameTypeBeginner:hover, .FilterNameTypeExpert:hover{
    background-color: #dddddd;
    text-decoration: none;
}
.ProductsFilterVal{
    float: left;
    color: #444444;
    font-size: 1.2rem;
    padding: 3px 8px;
    border: 1px solid #fff;
    margin-right: 5px;
    cursor: pointer;
}
.ProductsFilterVal:hover{
    background-color: #dddddd;
    text-decoration: none;
}
.ProductsFilterValActive{
    background-color: #0b5dba;
    border: 1px solid #0b5dba;
    color: #ffffff;
}
.ProductsFilterValActive:hover{
    background-color: #0b5dba;
    border: 1px solid #0b5dba;
    color: #ffffff;
}
.BoxFilterSubmit{
    float: right;
    background-color: #2970af;
    color: #ffffff;
    border: 0;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 10px;
}
.BoxFilterSubmitClear{
    float: right;
    background: transparent;
    border: 0;
    padding: 10px 10px 10px 20px;
    color: #303030;
    cursor: pointer;
    background-image: url("../../img/filter.gif");
    background-position: 0 13px;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.BoxFilterSubmitClear:hover{
    text-decoration: underline;
}
.ProductsNavBg{
    float: left;
    margin: 5px 0;
}
.ProductsNavSortNr{
    font-size: 1.8rem;
    padding: 2px 3px;
    color: #000;
}
.ProductsNavSortNr:hover, .ProductsNavSortNrHover{
    color: #2970af;
}
.ProductsNavSortNrHover{
    font-weight: bold;
    font-size: 2.2rem;
}
.ProductsListOtherHeader{
    background-color: #f2f5f7;
    color: #000000;
    float: left;
    font-size: 1.8rem;
    margin: 10px 0;
    padding: 15px 20px;
    text-transform: uppercase;
    width: calc(100% - 40px);
}
.CatProductsInfoText{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.ProductsInfoEmpty{
    float: left;
    width: 100%;
    text-align: left;
    color: #ed1c24;
    margin: 14px 0 30px;
}
.BoxNewsletter{
    box-shadow: 0 0 6px #555555;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    background-color: #ffffff;
    background-image: url('../../img/bg_newsletter.gif');
    background-position: right 35px;
    background-repeat: no-repeat;
}
.BoxNewsletter h1{
    background-color: #0071d1;
    color: #ffffff;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 2.0rem;
    margin-bottom: 0;
    padding: 13px 9%;
    width: 82%;
}
.BoxNewsletter p{
    padding: 15px 9% 8px;
    width: 82%;
    float: left;
    margin-bottom: 0;
}
.BoxNewsletterMsg{
    float: left;
    width: 100%;
    font-size: 1.6rem;
}
.BoxNewsletter input[type="text"]{
    background-color: #ececec;
    box-shadow: 0 0 6px #bbbbbb inset;
    border: 0;
    width: 72%;
    margin: 0 9% 10px;
}

.BoxNewsletter input[type="button"]{
    background-image: url('../../img/btn_newsletter.gif');
    background-position: center 0px;
    border: 0;
    width: 82%;
    margin: 0 9% 25px;
    height: 36px;
    cursor: pointer;
}
.BoxNewsletter input[type="button"]:hover{
    background-position: center -36px;
}
.ProductInfoColors{
    float: right;
    font-size: 1.5rem;
    margin: 0 -2% 10px 0;
    width: 102%;

}
.ProductBoxColorImgMini{
    border: 1px solid #e0e0e0;
    width: 59px;
}
.ProductBoxColor{
    position: relative;
    float: left;
    margin-right: 4px;
}
.ProductColorDetails{
    background-image: url("../../img/product_color_bg.png");
    background-position: 20px 333px;
    background-repeat: no-repeat;
    display: none;
    left: -8px;
    position: absolute;
    text-align: center;
    top: -350px;
    width: 300px;
}
.ProductColorDetails p{
    background-color: #ffffff;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-transform: uppercase;
}
.ProductColorDetails img{
    width: 100%;
    float: left;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.ProdInfoSelectColor{
    width: 200px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.ColumnCenterProductFamily{
    display: inline;
    float: left;
    margin: 0px 0px 0px;
    width: 100%;
}
.ProductsFilterClose, .ProductsFilterShow{
    background-image: url("../../img/filter.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    padding: 0 0 0 23px;
}
.ColumnCenterHeaderDiv{
    border-radius: 0;
    float: left;
    width: 100%;
    padding: 0;
}
.ColumnCenterHeaderDiv p{
    float: left;
    width: 100%;
}
.ProductsListBoxPromo{
    background-color: #ffffff;
    float: left;
    margin: 0 0% 1% 0;
    padding: 0 0 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ProductsListBoxPromoBg{
    position: absolute;
    top: 0px;
    left: 0;
    float: left;
    width: 90%;
    margin: 5%;
}
.ProductsListBoxPromoBgSlide{
    left: -100%;
}
.ProductsNameBoxPromo{
    float: left;
    margin: 0px 0 2px 0;
    padding: 5px 0 5px 0;
    text-align: center;
    width: 100%;
    line-height: 120%;
    font-size: 1.6rem;
}
.ProductsNameBoxPromo a{
    font-family: 'Lato', sans-serif;
    color: #808080;
    transition-duration: 0.2s;
    font-weight: 500;
}
.ProductsNameBoxPromo a:hover{
    color: #2970af;
    text-decoration: none;
}







@keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.activated{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated;
    animation-duration: 0.5s;
}

@keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@-webkit-keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.activated_x{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated_x;
    animation-duration: 0.5s;
}
.RulesBox{
    float: right;
    padding: 15px 1% 10px;
}
strong{
    font-weight: 600;
}
iframe{
    float: left;
}
.FormInfoSource{
    float: left;
    width: 100%;
}
.BoxSourceInfo{
    float: left;
    width: 100%;
}
.FormInfoSource ul{
    list-style: none;
    float: left;
    margin-top: 0;
}
.FormInfoSource input[type=button]{
    background-color: #2970af;
    border: 0 none;
    color: #ffffff;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    margin-top: 15px;
    padding: 5px 15px;
}
.BoxMenuShort{
    display: none;
    overflow-y: auto;
}
.BoxMenuShortBigClose{
    display: none;
}
.HeaderShortMenu{
    display: none;
}
.BoxCatalogShort{
    display: none;
    overflow-y: auto;
}
.BgShadow{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    left: 0;
    top: 0;
}
.BoxCommunique{
    background-color: #ffffff;
    box-shadow: 4px 4px 15px #000000;
    font-size: 15px;
    left: 50%;
    margin-left: -38%;
    padding: 3%;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 70%;
    z-index: 1000;
}
.BoxCommunique h1{
    color: #d10015;
    font-weight: bold;
}
.CloseCommunique{
    padding: 10px 30px;
    background-color: #068300;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
.CloseCommunique:hover{
    background-color: #079900;
}
.MapSite{
    float: left;
    background-color: #ffffff;
    padding: 0 0 25px;
    width: 100%;
}
.MainMenu{
    width: 100%;
    position: relative;
    background-color: #2970af;
    float: left;
}
.LogSep{
    background-color: #fff;
    float: right;
    height: 10px;
    margin: 12px 0;
    width: 1px;
}
.BreadcrumbsBox{
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    margin: 0 auto;
}
.BreadcrumbsView{
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: lighter;
    margin: 0 auto;
    width: 100%;
}
.NagBox{
    border-bottom: 1px solid #2970af;
    float: left;
    margin-bottom: 3px;
    width: 100%;
}
.NagBox h1{
    border-bottom: 2px solid #2970af;
    color: #000000;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 0;
    padding: 10px 15% 10px 5%;
}
.ReviewsEmpty{
    float: left;
    width: 100%;
    padding: 10px;
    color: #bbbbbb;
}
.ProdListAverageReviews{
    float: left;
}
.AverageRewievs{
    float: left;
    margin: 8px 0px 0 0px;
}
.AverageSumRewievs{
    float: left;
    margin: 8px 40px 0 15px;
}
.AverageSumRewievs .ReviewsRateBox{
    float: left;
}
.AverageSumRewievs p{
    float: left;
    font-size: 1.5rem;
    margin: -1px 0 0 6px;
}
.ReviewsBoxMessage{
    float: left;
    width: 100%;
}
.ProdNameAverage{
    float: right;
}
.ProdNameAverage .AverageSumRewievs{
    margin: 5px 0 5px 15px;
}
.ProdNameAverage .AverageRewievs{
    margin-top: 5px;
    color: #777777;
}
.BoxOrdersInfo{
    float: left;
    width: 94%;
    margin: 20px 3% 0
}
.OrdersEmpty{
    float: left;
    width: 94%;
    padding: 10px 3%;
    color: #bbbbbb;
}
.OrderListBox{
    float: left;
    width: 94%;
    padding: 10px 3%;
}
.OrderListBox .OrderLP{
    float: left;
    width: 5%;
}
.OrderListBox .OrderNumber{
    float: left;
    width: 35%;
}
.OrderListBox .OrderStatus{
    float: left;
    width: 20%;
}
.OrderListBox .OrderPrice{
    float: left;
    width: 20%;
}
.OrderListBox .OrderDate{
    float: left;
    width: 20%;
}
.OrderDetails{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.OrderDetails h2{
    margin: 0 3%;
}
.OrderDetails time{
    float: left;
    width: 100%;
    color: #aaaaaa;
    margin: 0 3% 15px;
}
.OrderClientInfoFak{
    float: left;
    width: 43%;
    padding: 3%;
    background-color: #f1f1f1;
    margin: 5px 0;
}
.OrderClientInfoWys{
    float: right;
    width: 43%;
    padding: 3%;
    background-color: #f1f1f1;
    margin: 5px 0;
}
.OrderClientInfoContact{
    float: left;
    width: 94%;
    margin: 20px 3% 10px;
}
.OrderClientTableProdList{
    width: 100%;
    margin: 20px 0;
    float: left;
}
.OrderClientTableProdList tr td{
    padding: 5px 18px;
    line-height: 110%;
}
tr.OrderClientTr td{
    padding: 13px 18px 14px;
}
.OrderClientTr{
    background-color: #f1f1f1;
}
.OrderClientTr:hover{
    background-color: #dddddd;
}
.OrderClientComment{
    float: left;
    width: 100%;
}
.Prod{
    float: left;
    position: relative;
    width: 100%;
}
#scrolltop {
    background-image: url("../../img/scrolltop.png");
    bottom: 30px;
    cursor: pointer;
    height: 43px;
    position: fixed;
    right: 30px;
    width: 43px;
    z-index: 10;
    opacity: 0;
}
#reviewsList {
    float: left;
    position: relative;
}
.Share{
    float: right;
    border-top: 1px solid #fff;
    width: calc(100% - 60px);
    padding: 12px 30px;
    margin-top: 7px;
}
.ShareBox{
    float: right;
}
.Share img{
    float: left;
}
.ShareText{
    float: left;
    margin-right: 12px;
}
.SharePinterest{
    float: left;
    margin: 0 0 0 5px;
}
.ShareFB{
    float: left;
    margin: 0 5px;
}
.ShareTwitter{
    float: left;
    margin: 0 5px;
}
.NavNextPrev{
    float: right;
    border-top: 1px solid #fff;
    width: calc(100% - 60px);
    padding: 12px 30px;
}
.NavNextPrev a{
    float: right;
    padding: 0px 0px;
    color: #565454;
}
.NavNextPrev a:hover{
    color: #2970af;
}
.NavNextPrev span{
    float: right;
    padding: 0px 10px;
    color: #bbbbbb;
    font-weight: 100;
}
.StartMainCenterInfo{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1400px;
}

/*PRODUCT SLIDER*/

.NewProductsListBox{
    float: left;
    width: 100%;
    height: 425px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.SliderNavLeft{
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 43px;
    background-image: url(../../img/slide_left.png);
    z-index: 10;
    cursor: pointer;
    margin-top: -21px;
}
.SliderNavRight{
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
    height: 43px;
    background-image: url(../../img/slide_right.png);
    z-index: 10;
    cursor: pointer;
    margin-top: -21px;
}
.ProductsPhotoOne{
    float: left;
    width: 100%;
}
.ProdImgHover{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}
.ProductsPhotoOne:hover{
    opacity: 0.9;
}
.StartNewProductBox{
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.StartNewProductBox:nth-child(2){
    margin: 0 3%;
}
.StartNewProductBox h1{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
    float: left;
    width: 100%;
}
.StartNewProductBox h1 a{
    color: #808080;
    font-weight: 100;
}
.ProdListShowProd{
    border: 0 none;
    cursor: pointer;
    transition-duration: 0.2s;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.4rem;
    color: #3c3c3c;
    font-weight: 100;
    letter-spacing: 1px;
}
.ProdListShowProd:hover{
    color: #d61a21;
    text-decoration: none;
}
.LastWatchedStartListSite{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 90%;
    margin: 0 5%;
}
.LastWatched2StartListSite{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 90%;
    margin: 0 5%;
}
.LastWatched3StartListSite{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 90%;
    margin: 0 5%;
}
.LastWatchedStartListSite2{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 101%;
    margin: 0 24px;
}
/*PRODUKT SLIDER END*/


.StartBox2{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.StartBox2Left {
    float: left;
    width: 77%;
}
.NewProductsListBox2{
    float: left;
    width: 100%;
    height: 425px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.NewProductsListBox3{
    float: left;
    width: 100%;
    height: 425px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.Footebox{
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 0 auto 30px;
    color: #535353;
}
.FooteboxContent{
    float: left;
    width: 100%;
}
.FooterMenuTitle{
    float: left;
    width: 100%;
    color: #808080;
    font-size: 2.2rem;
}
.BasketText{
    float: left;
    width: 100%;
    margin: 0 0 20px;
    ;
}
.Kominikat{
    background-color: #2970af;
    color: #ffffff;
    padding: 15px 100px 15px 111px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    background-image: url(../../img/ok.png);
    background-position: 69px 12px;
    background-repeat: no-repeat;
    position: relative;
}
#CloseCOMAdd{
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}
.KominikatBg{
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    background-color: rgba(0,0,0,0.2);
    display: none;
}
.Kominikat p.errtrue{
    background: none;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.InfoAdditional{
    float: left;
    font-size: 1.4rem;
    padding-left: 47px;
}
.BaketProdInfo{
    background-color: #f5f5f5;
    width: 100%;
}
.BaketProdInfo td{
    padding: 5px 0;
    border-bottom: 1px solid #ffffff;
}
.BaketProdInfo tr{
}
.BasketImg{
    width: 75px;
    text-align: center;
}
.BasketImg img{
    max-width: 50px;
    max-height: 70px;
    margin: 0px 15px 0px 10px;
}
.BasketProdCount{
    padding: 5px 15px;
}
.BasketProdPrice{
    width: 110px;
    padding: 5px 15px !important;
}
.BasketProdPrice span{
    font-weight: bold;
    font-size: 1.7rem;
}
.BasketProdDel{
    padding-right: 10px !important;
}
.BaketProdInfoSum{
    width: 100%;
    margin-top: 0px;
    background-color: #ffffff;
    font-size: 1.7rem;
    border-spacing: 1px;
}
.BaketProdInfoSum td{
    width: 30%;
    background-color: #f5f5f5;
    padding: 5px 10px;
    text-align: right;
    color: #2970af;
    font-weight: bold;
}
.BaketProdInfoSum td:first-child{
    width: 70%;
}
.BaketProdInfoSum td:first-child{
    color: #303030;
}
.HeaderFunction{
    position: absolute;
    left: 285px;
    top: 89px;
}
.HeaderFunction a{
    color: #ffffff;
    float: left;
    margin-right: 30px;
}
.HeaderFunction a:hover{
    color: #ffffff;
}
.FiltrBox {
    float: left;
    width: calc(100% - 0px);
    margin-bottom: 20px;
}
.FiltrBox label{
    float: left;
    width: calc(100% - 20px);
    color: #000;
    padding: 3px 0px;
    margin-bottom: 10px;
    font-size: 1.7rem;
}
.FiltrBox input[type=checkbox]{
    display: inline-block;
    margin: 0 10px 0 0;
}
.FilterBox .BoxFilterVar{
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px;
}
.FiltrBoxList{
    float: left;
    width: calc(100% - 0px);
    max-height: 200px;
    overflow-y: auto;
}
.FilterSubmit{
    border: 0;
    text-align: center;
    color: #ffffff;
    background-color: #2970af;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0px 0 0;
    float: left;
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.FilterSubmit:hover{
    color: #fff;
    background-color: #000000;
}
.ClearFilterSubmit{
    border: 0;
    text-align: center;
    color: #2970af;
    background: transparent;
    padding: 7px 30px;
    display: inline-block;
    margin: 10px 0px 0 0;
    float: left;
    width: 100%;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    color: #555454;
    font-weight: 600;
}
.FilterBox form{
    float: left;
    width: 100%;
}
.FiltrBoxPriceFrom{
    border: 0;
    background-color: #ebebeb;
    width: calc(50% - 27px);
    float: left;
    padding: 10px !important;
    margin-right: 7px;
}
.FiltrBoxPriceTo{
    border: 0;
    background-color: #ebebeb;
    width: calc(50% - 27px);
    float: left;
    padding: 10px !important;
    margin-left: 7px;
}
.PayBox:first-child{
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
}
.PayBox:nth-child(2){
    float: left;
    width: calc(50% - 20px);
}
.DataClientBox:first-child{
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
}
.DataClientBox:nth-child(2){
    float: left;
    width: calc(50% - 20px);
}

.StartSelectedProdBox{
    width: calc(20% - 13px);
    margin-right: 10px;
    margin-bottom: 0px;
    display: inline-grid;
    position: relative;
}
.StartSelectedProdBox:nth-child(1+5n){
    margin-right: 0;
}
.ProductsPhotoOneStart{
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    height: 200px;
    margin-bottom: 5px;
}
.StartSelectedProductPrice{
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
    color: #2970af;
    font-size: 1.6rem;
    margin: 0;
    color: #000000;
}

.infoMobile{
    display: none;
}
.infoMobileName{
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 10px;
}
.infoMobileName a{
    color: #000;
}
.BgPopup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: 100;
    display: none;
}
.PAsk{
    position: absolute;
    width: 80%;
    left: 10%;
    z-index: 100;
    display: none;
}
.ProductsInfoPromoOffer{
    float: left;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: #000;
    margin-bottom: 17px;
}
.ProductsInfoPromoOffer:hover{
    color: #2970af;
}
.ProductsInfoPromoOfferOutOfStock{
    padding: 12px 0;
    border: 1px solid #2970af;
    margin: 0 30px 17px;
    width: calc(100% - 60px);
    color: #2970af;
}
.ProductsInfoPromoOfferOutOfStock:hover{
    background-color: #2970af !important;
    color: #fff !important;
}
.PAskBox{
    float: left;
    width: 86%;
    padding: 5% 7%;
    background-color: #ffffff;
    position: relative;
}
.PAskHeader{
    font-size: 2.5rem
}
.ProdTytul{
    color: #2970af;
    font-weight: 600;
}
.PAskBoxInput{
    float: left;
    width: calc(100% - 42px);
    padding: 3%;
    margin-bottom: 10px;
}
.PAskBoxTextarea{
    float: left;
    width: calc(100% - 42px);
    height: 200px;
    margin-bottom: 20px;
}
.SendAsk{
    background-color: #2970af;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0px;
    padding: 23px 0;
    text-align: center;
    width: 100%;
    border: 0;
}
.SendAskClient{
    background-color: #2970af;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0px;
    padding: 23px 0;
    text-align: center;
    width: 100%;
    border: 0;
}
.PAskBoxClose{
    position: absolute;
    right: 3%;
    top: 5%;
    cursor: pointer;
    padding: 10px;
    background-color: #000;
    border-radius: 50%;
}
.PAskBoxClose img{
    float: left;
    width: 15px;
}
.Info{
    display: none;
    color: green;
    font-size: 1.8rem;
}
.Info > img {
    display: inline-block;
    float: left;
    margin-top: -7px;
}
.Info .false{
    color: red;
}
.DiscountCodes{
    float: right;
    padding: 0px 0 20px;
    width: 100%;
    text-align: right;
}
.errCheckDiscountCode{
    float: right;
}
.errCheckDiscountCode img{
    width: 28px;
    margin: 11px 0 0 11px;
}
.DiscountInfo{
    float: left;
    width: 100%;
    background-color: #2970af;
}
.DiscountInfoBox{
    padding: 15px;
    width: calc(100% - 30px);
}
.DiscountInfoBox p{
    color: #fff;
    margin-bottom: 0;
    font-size: 1.8rem
}
.DiscountInfoBox p a{
    color: #fff;
}
#CookiesMessage{
    position: fixed;
    bottom: 0;
    background-color: #000000;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 1000;
    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;
}
.ProductsVariantDetails{
    float: left;
    width: calc(100% - 62px);
    margin: 0 30px
}
.ProductsVariantDetails ul{
    list-style: none;
    margin: 0 0 9px;
    padding: 0;
}
.ProductsVariantDetails ul li{
    margin-bottom: 4px;
    text-align: left;
}
.ProductsVariantDetails ul li select{
    color: #000000;
    font-weight: bold;
    width: 100%;
}
.VariantDetails{
    float: right;
    width: 100%;
    font-size: 1.6rem;
}
.BasketInfoName{
    font-weight: 600;
    font-size: 1.8rem;
}
.Openmap{
    float: left;
    padding: 10px 0 10px 29px;
    cursor: pointer;
    color: #000;
    background-image: url(../../img/inpost.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 20px;
}
.InpostMapContent{
    float: left;
    width: 100%;
}
.InpostMapSelectedPoint{
    display: none;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    color: #000;
}
.HeaderSearchBasket{
    position: absolute;
    right: 0px;
    top: 79px;
    background-color: #f2f2f2;
}
.HeaderAccountSocial{
    float: right;
    padding: 7px 18px;
    position: relative;
}
.HeaderAccountSocial:after{
    position: absolute;
    top: 10px;
    left: -8px;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #dfdfdf;
}
.HeaderAccountContact{
    float: right;
    position: relative;
    padding: 6px 15px;
    color: #000;
    font-weight: 400;
    margin-right: 20px;
}
.HeaderAccountContact span{
    color: #b8b8b8;
    display: inline-block;
    margin-left: 30px;
}
.HeaderAccountContact a{
    color: #000;
}
.HeaderAccountContact a:hover{
    color: #2970af;
}
.HeadelSlogan{
    position: absolute;
    top: 71px;
    left: 128px;
    font-size: 15px;
    color: #525252;
    font-style: italic;
}
.StartBoxProd{
    float: left;
    width: 100%;
}
.StartProduct{
    display: inline-block;
    width: calc(25% - 23px);
    margin-right: 30px;
    vertical-align: top;
}
.StartProduct:nth-child(4n){
    margin-right: 0;
}
.StartAboutUsBox{
    float: left;
    width: 100%;
    padding: 0px 0 50px;
}
.StartAboutUs{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1400px;
}
.StartAboutUsContent{
    float: left;
    width: 100%;
    background-color: #2970af;
}
.StartAboutUsBox h2{
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}
.StartAboutUsBox1{
    width: calc(50% - 100px);
    padding: 50px 50px;
    float: left;
    background-color: #2970af;
    color: #fff;
    position: relative;
}
.StartAboutUsBox2{
    width: 50%;
    float: left;
    background-image: url(../../img/cyber.jpg);
    background-size: cover;
    background-position: center;
    min-height: 330px;
}
.FooterNewsletterBox{
    float: left;
    width: 100%;
    background-color: #2970af;
    padding: 55px 0 50px;
    margin-bottom: 50px;
}
.FooterNewsletter{
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 30px);
}
.FooterNewsletterLeft{
    float: left;
    width: calc(50% - 50px);
    margin-right: 50px;
    color: #fff;
}
.FooterNewsletterLeft h2{
    font-size: 3.7rem;
    margin-bottom: 0px;
}
.FooterNewsletterLeft p{
    font-size: 2.2rem;
    color: #e8e8e8;
}
.FooterNewsletterRight{
    float: right;
    width: 50%;
}
.NewsletterBox{
    float: left;
    width: 100%;
    border-bottom: 1px solid #a9c6df;
    margin-top: 5px;
}
.NewsletterBox input[type=text]::placeholder {
    color: #e8e8e8;
}
.NewsletterBox input[type=text]{
    background: none !important;
    border: 0 !important;
    float: left;
    width: calc(100% - 140px);
    color: #fff;
    padding: 13px 40px 13px 0;
    font-size: 1.5rem;
}
.NewsletterBox input[type=button]{
    background-repeat: no-repeat;
    float: right;
    width: 100px;
    height: 46px;
    cursor: pointer;
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    border: 0;
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
}
.NewsletterBox input[type=button]:hover{
    color: #dbcf11;
}
.NewsletterBox input[type=button]:hover{
    background-position: center -36px;
}
.Center{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1400px;
}
.ProductList{
    display: inline-block;
    width: calc(25% - 8px);
    margin-right: 10px;
    vertical-align: top;
}
.ProductList:nth-child(4n){
    margin-right: 0;
}
.ProductsSortBox{
    float: left;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: 6px 20px;
    position: relative;
    width: 150px;
    background-image: url(../../img/sortS.gif);
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.ProductsSortBox:hover .ProductsSortValues{
    display: block;
}
.ProductsSortValues{
    position: absolute;
    left: -1px;
    top: calc(100%);
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    display: none;
    width: calc(100% - 40px);
    z-index: 1;
}
.BoxTitle{
    float: left;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2970af;
}
.StartBox1Right{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.StartBox1Title{
    float: left;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}
.HeaderEmail{
    display: inline;
}
#CloseFilter{
    display: none;
}
.FilterBtnMobile{
    display: none;
}
.StartAboutUsBox1 ul{
    padding: 0;
    list-style: none;
    margin: 0 -50px;
    width: calc(100% + 100px);
}
.StartAboutUsBox1 ul li{
    padding: 0 60px;
    margin: 2px -10px;
    width: calc(100% - 100px);
}
.StartAboutUsBox1 ul li:hover{
    background-color: #4e92ce;
}
.StartAboutUsBox1 a:before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #e9e311;
    margin: 1px 15px;
}
.StartAboutUsBox1 a{
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 3px 0;
}
.StartAboutUsBox3{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.StartAboutUsBox3 h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
}
.StartLinkMore{
    float: left;
    width: 100%;
    text-align: center;
}
.StartLinkMore a{
    background-color: #e9e311;
    display: inline-block;
    padding: 18px 40px;
    color: #000;
    font-weight: 600;
    margin: 30px 0 50px;
}
.Langs{
    float: right;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.Langs li{
    float: left;
    margin: 0 0 0 15px;
}
.Langs li img{
    border: 1px solid #eee;
}
.CategoriesProduct{
    float: left;
    width: 100%;
}
.CategoriesProductBox{
    display: inline-grid;
    width: calc(20% - 9px);
    margin-right: 5px;
    border: 1px solid #2970af;
    margin-bottom: 30px;
    transition-duration: .3s;
}
.CategoriesProductBox:hover{
    border-color: #000;
}
.CategoriesProductBox:hover span{
    background-color: #000;
}
.CategoriesProductBox:nth-child(5n){
    margin-right: 0;
}
.CategoriesProductBox img{
    float: left;
    width: 100%;
}
.CategoriesProductBox span{
    float: left;
    width: calc(100% - 20px);
    padding: 10px 10px;
    text-align: center;
    background-color: #2970af;
    color: #fff;
    transition-duration: .3s;
    height: 46px;
}
.HeaderCurrenciesBox{
    float: right;
    margin: 3px 0 0 24px;
    position: relative;
}
.HeaderCurrencies{
    float: left;
    padding: 4px 10px;
}
.HeaderCurrenciesBox::after {

    position: absolute;
    top: 7px;
    left: -20px;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #dfdfdf;

}
#setLang{
    display: inline;
}
.CalcBox{
    max-width: 800px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.CalcBoxText{
    float: left;
    width: 100%;
}
.CalcBoxText h1{
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.CalcBoxText p{
    color: #5f5f5f;
}
.CalcBoxContainer{
    float: left;
    width: calc(100% - 50px);
    background-color: #f2f2f2;
    padding: 25px 25px;
}
.CalcCont{
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.CalcCont label{
    color: #5f5f5f;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
}
.CalcCont input, .CalcCont select{
    float: left;
    width: calc(100% - 30px);
    padding: 10px 15px;
    border: 0;
    background-color: #fff;
}
.CalcCont select{
    width: 100%;
}
.CalcAdditionalList{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.CalcAdditionalList > label{
    color: #5f5f5f;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
}
.CalcAdditionalBox{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    height: 25px;
}
.CalcAdditionalBox > input[type=checkbox]{
    float: left;
    margin: 5px 10px;
}
.CalcAdditionalName{
    float: left;
    color: #000;
    width: 320px;
    font-weight: 500;
}
.Amount{
    float: left;
    display: none;
    width: 270px;
}
.Amount p{
    display: inline-block;
    margin: 2px 0 0 0;
}
.CalcAdditionalAmountText{
    float: left;
    color: #5f5f5f;
    margin: 1px 10px 0 0;
}
.CalcAdditionalAmount{
    float: left;
    background-color: #fff;
}
.CalcAdditionalAmount input{
    float: left;
    border: 0;
    padding: 5px;
    width: 50px;
}
.CalcAdditionalUnit{
    float: left;
    margin-left: 5px;
}
.CalcBtn{
    float: left;
    width: 100%;
}
.CalcBtn input{
    background-color: #2970af;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.CalcAssessment{
    float: left;
    width: 100%;
    border-top: 1px solid #8d8d8d;
    padding: 20px 0;
    margin-top: 30px;
    display: none;
}
.CalcAssessment label{
    color: #000;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.CalcAssessmentName{
    float: left;
    width: 250px;
    color: #000;
    font-weight: 600;
}
.CalcAssessmentName:before{
    content: '';
    width: 15px;
    height: 2px;
    background-color: #2970af;
    float: left;
    margin: 11px 15px 0 0;
    font-weight: 600;
}
.CalcAssessmentAmount{
    float: left;
    color: #5f5f5f;
    width: 150px;
}
.CalcAssessmentAmount span{
    font-weight: 600;
    color: #000;
}
.CalcAssessmentPrice{
    float: left;
    color: #5f5f5f;
    width: 300px;
}
.CalcAssessmentPrice span{
    font-weight: 600;
    color: #2970af;
    font-size: 1.8rem;
}
.CalcAssessment img{
    width: 30px;
}
.calcbtn{
    border: 1px solid #ccc;
    background: transparent;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.calcbtn:hover{
    background-color: #ddd
}
.CalcLangs{
    float: right;
    background-color: #f2f2f2;
    padding-right: 10px;
}
.LangsCalc{
    float: right;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.LangsCalc li{
    float: left;
    margin: 0 0 0 15px;
    cursor: pointer;
}
.LangsCalc li img{
    border: 1px solid #eee;
}
.PopupBanerBg{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
}
.PopupBaner{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.PopupBanerBox{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
.PopupBanerBoxInfo{
    display: inline-block;
    position: relative;
    height: 80%;
    max-width: 80%;
}
.PopupBanerBoxInfo p{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}
.PopupBanerBoxInfo a img{
    max-height: 100%; 
    max-width: 100%; 
}
.PopupBanerBoxInfo p img{
    max-height: 100%;
    max-width: 100%;
}
.ClosePopup{
    float: right;
    cursor: pointer;
    padding-bottom: 15px;
}
.DownloadBox{
    float: left;
    width: calc(100% - 0px);
    margin-top: 20px;
}

.Downloads{
    float: left;
    width: 100%;
}
.DownloadBox h2{
    float: left;
    width: calc(100% - 50px);
    position: relative;
    padding:  0 0 0 50px;
    margin: 10px 0;
}
.DownloadBox h2 span{
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}
.DownloadBox h2:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ed6905;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 0;
}
.DownloadBoxList{
    float: left;
    margin: 10px 30px 0 30px;
    width: calc(100% - 60px);
}
.ProdDownloadBox{
    float: left;
    width: 100%;
}
.ProdDownload{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.ProdDownload img{
    float: left;
    margin-right: 10px;
}
.ProdDownload p{
    width: calc(100% - 42px);
    float: left;
    color: #000;
    line-height: 120%;
    margin-bottom: 0;
}
.ProdDownload p span{
    font-size: 1.1rem;
    color: #787878;
}
.ProdDownload:hover p{
    color: #1064af;
}