html{
    min-width: 1100px;
    height: 100%;
    font-size: 62.5%;
}
body{
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #353333;
    height: 100%;
    display: inline;
    line-height: 160%;
    background-color: #fff;
}
img{
    border: 0;
    background: transparent;
}
ul{
    padding-left: 25px;
}
p{
    margin: 0px 0 15px;
    line-height: 160%;
}
p.err{
    color: red;
    font-size: 1.5rem;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 130%;
}
h1{
    font-size: 3rem;
    margin-bottom: 30px;
}
h2{
    font-size: 2rem;
    font-weight: 500;
}
h3{
    font-size: 1.6rem;
}
h4{
    font-size: 1.4rem;
}
h5{
    font-size: 1.4rem;
}
h6{
    font-size: 1.4rem;
}
hr {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    float: left;
    height: 1px;
    width: 100%;
    margin: 0;
}
strong{
    font-weight: 600;
}
a{
    color: #a08768;
    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;
    border: 1px solid #ccc;
    width: calc(100% - 40px);
    margin-bottom: 10px;
}
input:focus, textarea:focus{
    outline: none;
}
blockquote{
    font-style: italic;
}
.Site{
    width: 100%;
    display: inline-block;
    float: left;
}
.alertBg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}
.alertBox{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 30px 30px 20px;
    max-width: 70%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1000;
    min-width: 500px;
}
.alertContentTitle{
    font-size: 25px;
    font-weight: 900;
    color: #df202f;
    margin-bottom: 15px;
}
.alertContentText{
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 140%;
}
.alertContentText strong{
    font-weight: 900;
}
.alertContent hr{
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
}
.alertClose{
    float: right;
    color: #fff;
    background-color: #df202f;
    padding: 10px 50px;
    margin-top: 10px;
    font-weight: 900;
    cursor: pointer;
}
.MainTextContent{
    float: left;
    width: 100%;
    padding: 0px;
}
.MainTextContent li{
    margin-bottom: 5px;
}
.MainCenterText{
    float: right;
    width: 72%;
    margin: 0px 0 20px 0;
}
.MainCenterMenu{
    float: right;
    width: 23%;
    margin: 20px 0 20px 2%;

}
.MainCenterMenu ul{
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.MainCenterMenu ul li a{
    text-align: center;
    background-image: url("../../img/menu_cat_bg.gif");
    width: 100%;
    padding: 10px 0;
    float: left;
    box-shadow: 0 0 6px #aaaaaa;
    margin-bottom: 10px;
    font-size: 1.7rem;
    color: #303030;
    transition-duration: 0.5s;
}
.MainCenterMenu ul li a:hover{
    color: #d10000;
    text-decoration: none;
}
.ColumnLeft{
    float: left;
    width: 25%;
    margin: 0px 0 20px;
}
.ColumnRight{
    float: right;
    width: 290px;
    margin: 0px 0px 0px 15px;
    font-size: 1.2rem;
    line-height: 120%;
    z-index: 1000;
}
.ColumnCenterContent{
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.BoxOverflow{
    position: relative;
    float: left;
    overflow: hidden;
}
.BoxL1{
    display: inline;
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 0px;
    padding: 15px 0% 0;
}

.BoxLTitle{
    float: left;
    font-size: 2.0rem;
    padding: 0px 0 5px 0;
    color: #ffffff;
    width: 100%;
}
.BoxLText{
    float: left;
    width: 90%;
    padding: 10px 0;
}
.BoxLText h1{
    font-size: 1.8rem;
    color: #0b5dba;
    font-family: '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;
}
.Gallery{
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.GalleryBg{
    float: left;
    width: 100%;
    color: #ffffff;
    padding-bottom: 15px;
}
.GalleryBgMiddle{
    float: left;
    width: 100%;
    text-align: justify;
}
.GalleryBgBottom{
    float: left;
    width: 100%;
    height: 0px;
}
.GalleryListTitle, .MainGalleryDetailsTitle, .MainGalleryDetailsTitleDesc{
    background-image: url("../../img/zdbg.png");
    background-repeat: no-repeat;
    float: left;
    font-family: '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(25% - 18px);
}
.galleryBox:nth-child(4n){
    margin-right: 0;
}
.galleryBox img{
    width: 100%;
    float: left;
}
.galleryBox p{
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}
.MainPhotoContent{
    float: left;
    display: inline;
    padding: 1px;
    background-color: #6d6d6d;
    border: 1px solid #c9c7c4;
    height: 138px;
}
.MainNewsDesc{
    background-image: url("../../img/bg_center2.png");
    float: left;
    margin: 0;
    padding: 0 15px 351px;
}
.MainNewsCont{
    float: left;
    padding: 0px 0px 3px;
    width: 100%;
}
.MainNewsTitleDesc{
    float: left;
    width: 100%;
}
.MainNewsTitleDesc h1{
    float: left;
    font-size: 2.4rem;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.MainNewsDateDesc{
    color: #e9023e;
    float: left;
    font-weight: bold;
    margin: 6px 0 15px;
    width: 100%;
}
.MainNewsTextDesc{
    float: left;
}
.MainNews{
    float: left;
}
.MainNewsDate{
    color: #e9023e;
    float: left;
    font-weight: bold;
    margin: 3px 0 5px;
    width: 100%;
}
.MainNewsText{
    float: left;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
}
.MainNewsTitle{
    float: left;
    width: 100%;
}
.MainNewsTitle a{
    font-size: 1.8rem;
    color: #ffffff;
}
.MainNewsSep{
    float: left;
}
.MainNewsMore{
    float: right;
}
.BoxNews{
    float: left;
    width: 100%;
    margin-bottom: 300px;
}
.BoxNewTitle{
    float: left;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-image: url("../../img/boxheader.gif");
    text-transform: uppercase;
    font-family: '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;
}
.FormContentMailText{
    float: left;
    width: calc(40% - 50px);
    margin-right: 50px;
}
.FormContentMail{
    float: left;
    padding: 0;
    width: 60%;
    margin-bottom: 50px;
}
.FormContentMail h2{
    font-size: 5rem;
    line-height: 100%;
    margin-bottom: 30px;
    font-weight: 300;
}
.ColumnCenterMainContent{
    float: left;
    width: 605px;
    margin-left: 20px;
    margin-top: 5px;
}
.FormContentCol2{
    float: left;
    width: 100%;
}
.FormContentCol2:nth-child(3){
    margin-right: 0;
}
.FormContentCol2:nth-child(4){
    width: 100%;
    margin: 15px 0 15px;
}
.FormContentCol2 input[type=text], .FormContentCol2 textarea, .FormContentCol2 select{
    background: transparent;
    float: left;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border: 0;
    border: 1px solid #ccc;
    padding: 13px 20px;
    width: calc(100% - 46px);
    margin-bottom: 10px;
    color: #000;
}
.FormContentCol2 input[type=text]:focus, .FormContentCol2 textarea:focus{
    border-color: #1071b4;
}
.FormContentCol2 textarea{
    height: 132px;
    padding: 25px 20px;
}
.FormContentCol2Submit{
    float: left;
    text-align: right;
    width: 100%;
}
.SubmitContact{
    background-color: #a08768;
    border: 0 none;
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 15px 40px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
}
.FormContentColLeft{
    float: left;
    width: 100%;
    margin-right: 100px
}
.FormContentColRight{
    float: left;
    width: 100%;
}
.SubmitContact:hover{
    text-decoration: none;
}
.MainHeader{
    float: left;
    width: 100%;
}
.HeaderBg{
    float: left;
    width: 100%;
}
.Header{
    position: relative;
    width: 100%;
    height: 116px;
    z-index: 10;
    margin: 0 auto;
}
.HeaderLogo{
    left: 0;
    position: absolute;
    top: 9px;
    z-index: 1;
}
.Socialmedia{
    display: inline-block;
    height: 41px;
    left: 372px;
    overflow: hidden;
    position: absolute;
    top: 36px;
    width: 200px;
}
.MainCenter{
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
}
.MainInfo{
    width: 100%;
    background-image: url(../../img/bg_maininfo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 47px 0 22px;
}
.MainCenterInfo{
    float: left;
    margin: 20px 0 40px;
    width: 100%;
}
.MainFooter{
    position: relative;
    padding: 20px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.Footer{
    margin: 50px auto 50px;
    position: relative;
    max-width: 1400px;
    width: 100%;
    display: table;

}
.Footer a:hover{
    text-decoration: none;

}
.FooterAutor{
    float: right;
    width: 50%;
    font-size: 1.4rem;
    margin-top: 30px;
}
.FooterAutorInfo{
    float: left;
    font-weight: 500;
}
.FooterAutorCopyright{
    float: right;
}
.FooterAutor a{
    color: #000;
}
.ColumnCenter{
    margin: 0px auto;
    width: calc(100% - 30px);
    max-width: 1300px;
}
.msgerrok{
    color: green;
}
.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: #f00409;
}
.Breadcrumbs li .spanli {
    float: left;
    padding: 0 10px;
}
.Breadcrumbs li::after{
    content: " / ";
    color: #000;
}
.Breadcrumbs li:last-child::after{
    content: "";
}
.Breadcrumbs a:hover{
    text-decoration: none;
}

#CookiesMessage{
    position: fixed;
    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;
}
.StartBox{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1100px;
    position: relative;
}
.HeaderAccount{
    float: right;
    color: #fff;
    font-size: 1.3rem;
    margin: 13px 0;
}
.HeaderAccountLogin{
    float: right;
    margin-left: 40px;
}
.HeaderAccountLogin img{
    float: left;
    margin: 3px 9px;
}
.HeaderAccountLogin span{
    float: left;
}
.HeaderAccount a{
    color: #fff;
    transition-duration: .3s;
}
.HeaderAccount a:hover{
    color: #a08768;
}
.TopMenu{
    float: right;
}
.TopMenu ul{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.TopMenu ul li{
    float: left;
    margin-left: 30px;
}
.HeaderMenuCenter{
    float: left;
    width: 100%;
    position: relative;
}
.HeaderMenuCenter ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.HeaderMenuCenter ul li{
    padding: 0 15px;
    float: left;
    position: relative;
}
.HeaderMenuCenter ul li:last-child{
    padding-right: 0;
    border: 0;
}
.HeaderMenuCenter ul li a{
    display: inline-block;
    padding: 5px 0px;
    color: #000;
    font-size: 1.6rem;
    position: relative;
    font-weight: 500;
}
.HeaderMenuCenter ul li a:hover, .HeaderMenuCenter ul li a.active{
    color: #a08768;
}
.HeaderMenuCenter ul ul{
    position: absolute;
    left: 0;
    top: calc(100% - 0px);
    background-color: #ececec;
    width: 435px;
    z-index: 1;
    padding: 5px 0;
    display: none;
}
.HeaderMenuCenter ul li:hover > ul{
    display: block;
}
.HeaderMenuCenter ul ul li{
    width: calc(100% - 30px);
}
.HeaderMenuCenter ul ul li a{
    width: calc(100% - 10px);
    padding: 5px;
    line-height: 140%;
}
.StartMainInfo{
    float: left;
    width: 100%;
}
.StartMainInfo h2{
    font-size: 4rem;
    margin-bottom: 35px;
}

.OurAgencyFormInfo p .description{
    margin: 10px 0;
    display: block;
}
.ValuationBox{
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    margin-top: 30px;
}
.ValuationBoxHeader{
    float: left;
    width: 100%;
    background-color: #dadada;
    height: 63px;
}
.ValuationOption{
    float: left;
    width: calc(18% - 40px);
    margin: -43px 0px 21px 40px;
}
.ValuationOptionTop{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 500;
}
.ValuationOptionVar{
    float: left;
    width: 100%;
}
.Select{
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}
.SelectInfo {
    float: left;
    width: 100%;
    background-image: url(../../img/select.png);
    background-position: right 0 top 10px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.SelectInfo img{
    float: left;
    box-shadow: 1px 2px 5px #999;
    width: 25px;
    border-radius: 8px;
    margin-right: 15px;
}
.SelectInfo span{
    float: left;
    width: calc(100% - 50px);
    margin: 2px 0px 2px 0px;
    font-size: 1.4rem;
}
.SelectList{
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    z-index: 100;
    overflow: auto;
    max-height: 300px;
    min-width: 150px;
    display: none;
}
.SelectList ul{
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.SelectList ul li{
    float: left;
    width: calc(100% - 20px);
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    cursor: pointer;
}
.SelectList ul li:hover{
    background-color: #eee;
}
.SelectList ul li img{
    float: left;
    box-shadow: 1px 2px 5px #999;
    width: 15px;
    border-radius: 8px;
    margin-right: 15px;
}
.SelectList ul li span{
    float: left;
    width: calc(100% - 30px);
    margin: 0px 0px 0px 0px;
    line-height: 100%;
}
.ValuationOptionVar input[type="email"], .ValuationOptionVar input[type="tel"]{
    background-color: #ebebe9;
    border: 0;
    padding: 10px 20px;
    margin: -5px 0 0;
    width: calc(100% - 40px);
}
.ValuationOptionVar input[type="tel"]{
    margin-top: 5px;
}
.ValuationOptionEmail{
    width: calc(22% - 40px);
}
.fileInputBox{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.fileInputBox:last-child{
    margin-bottom: 0;
}
.fileInputBox input{
    position: absolute;
    z-index: -1;
    visibility: hidden;
    left: 0;
}
.fileInput{
    float: left;
    width: 100%;
    cursor: pointer;
}
.fileInput img{
    float: left;
    margin: 0 10px 0 0;
}
.fileInput span{
    float: left;
    margin: 5px 0 0;
    line-height: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    width: calc(100% - 35px);
    overflow: hidden;
}
.ValuationOptionFile{
    margin-right: 0;
    width: calc(20% - 40px)
}
.ValuationBtnBox{
    float: left;
    width: 100%;
    border-top: 1px solid #dadada;
    padding: 30px 0;
    text-align: center;
}
#send_valuation{
    background-color: #a08768;
    border-radius: 5px;
    border: 0 none;
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 10px 25px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.loaderimg{
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #dadada;
}
.loaderimg img{
    width: 200px;
}
.loaderimg p{
    padding: 0;
    margin-bottom: 0;
}
.ValuationBtnBoxInfo{
    float: left;
    width: 100%;
    margin-bottom: 40px;
    color: #ff0000;
    display: none;
    font-weight: 500;
}
.ValuationBtnBoxInfoComplete{
    float: left;
    width: 100%;
    padding: 32px 0;
    display: none;
}

.SignIn{
    float: left;
    width: 50%;
    margin: 0px 25% 50px;
}
.SignInBox{
    float: left;
    width: 100%;
}
.SignInBox label{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.RegBoxInputs{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.SignOption{
    font-weight: 500;
}
.SignSubmit{
    float: left;
    width: 100%;
    text-align: center;
}
.Submit{
    background-color: #a08768;
    border-radius: 5px;
    border: 0 none;
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 10px 45px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.remindeForm{
    float: left;
    width: 100%;
}
.ReisterBox{
    float: left;
    width: 50%;
    margin: 20px 25% 50px;
}
.RegisterAgree{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.RegisterAgree input{
    float: left;
    margin: 5px 11px 0 0;
}
.RegisterAgree span{
    float: left;
    width: calc(100% - 30px);
}
.RegisterAgree p{
    margin-bottom: 7px;
    float: left;
    width: 100%;
}
.RegBox{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.RegBox:nth-child(2n){
    margin-right: 0;
}
.RegBox label{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
p.error{
    text-align: center;
    color: #df202f;
    font-weight: 600;
    margin: 30px 0;
}
.FooterContact{
    margin: 0px auto 0;
    width: calc(100% - 30px);
    max-width: 1300px;
    position: relative;
}
.FooterContact img{
    float: left;
    width: 100px;
    margin: 15px 0 20px
}
.FooterContactContainer{
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #ffdac0;
}
.FooterContactContainerWhite{
    float: left;
    width: 100%;
}
.FooterContact ul{
    float: left;
    list-style: none;
    padding: 0;
}
.FooterContact ul li{
    float: left;
}
.FooterContact ul li a{
    color: #000;
    font-weight: 500;
    padding: 0 10px;
}
.FooterContact ul li:first-child a{
    padding-left: 0;
}
.MainMenu{
    position: absolute;
    top: 57px;
    right: 0;
}
.MainMenuShow{
    right: 0;
}
.MainMenuBtn{
    display: none;
    position: absolute;
    top: 55px;
    right: 11px;
    z-index: 1;
    cursor: pointer;
}
.MainMenuClose{
    display: none;
}
.HeaderContact{
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 1.3rem;
    color: #000;
}
.HeaderPhone{
    float: left;
    color: #4a4a4a;
    font-size: 1.3rem
}
.HeaderPhone a{
    color: #4a4a4a;
}
.HeaderMail{
    float: left;
    margin-left: 30px;
}
.HeaderMail a{
    float: left;
    padding: 10px 10px 10px 38px;
    background-image: url(../../img/mail.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
}
.HeaderMail a:hover, .HeaderPhone a:hover{
    color: #1071b4;
}
.StartBrandsText{
    float: left;
    width: 100%;
}
.StartBrandsText h2{
    font-size: 3.8rem;
    font-weight: 600;
}
.HeaderContainer{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: calc(100% - 30px);
}
.HeaderText{
    position: absolute;
    bottom: 131px;
    font-size: 6rem;
    line-height: normal;
    color: #fff;
}
.HeaderText strong{
    color: #ffcc00;
    font-weight: 700;
}
.HeaderIcon{
    position: absolute;
    bottom: 50px;
    line-height: normal;
    color: #fff;
}
.HeaderIcon img{
    width: 60px;
}
.AboutUs{
    float: left;
    width: 100%;
}
.AboutUsCol1{
    width: 70px;
    float: left;
}
.AboutUsCol1 h1{
    font-size: 9rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-weight: 700;
    margin: 157px -135px;
    text-transform: uppercase;
}
.AboutUsCol2{
    float: left;
    width: calc(80% - 360px);
    margin: 62px 10%;
    max-width: 630px;
}
.AboutUsCol3{
    float: right;
    width: 280px;
    margin: -34px 0 0;
}

.FooterContactDataBox a:hover{
    color: #eae700;
}
#scrolltop {
    background-image: url("../../img/scrolltop.png");
    bottom: 0px;
    cursor: pointer;
    height: 41px;
    position: fixed;
    right: 0px;
    width: 41px;
    z-index: 1000;
    opacity: 0;
}
.HeaderSlogan{
    position: absolute;
    right: 0;
    top: 165px;
    color: #1071b4;
}
.FooterBox{
    float: right;
    width: 50%;
    margin: 21px 0 0;
}
.FooterBox img{
    float: left;
    padding: 0 30px;
}
.FooterBoxText{
    float: left;
}
.FooterCopyright{
    float: right;
    margin-top: 11px;
}
.StartImg{
    width: 400px;
    border-radius: 10px;
    float: left;
}
.StartBoxText1{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.StartBoxText1 h1, .StartBoxCenter h2{
    color: #89685a;
    font-size: 2.5rem;
    font-weight: 600;
}
.StartBoxCenter{
    float: left;
    margin: 65px 0 75px;
    width: 100%;
}
.StartGallery h1{
    color: #409cd9;
    font-size: 2.5rem;
    float: left;
    width: 100%;
    margin: 13px 0 50px;
}
.StartGalleryText{
    float: left;
    width: 100%;
    margin: 41px 0 0;
}
.StartGallery {
    float: left;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.StartOffers{
    float: left;
    width: 100%;
}
.StartOffer{
    float: left;
    width: 100%;
    margin-right: 30px;
}
.StartOffer:nth-child(2n){
    margin-right: 0;
}
.StartOfferImgBox{
    float: left;
    width: calc(25% - 19px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #000;
    text-align: center;
    margin: 0 25px 0 0;
}
.StartOfferImgBox:nth-child(4n){
    margin-right: 0;
}
.StartOfferImgBox img{
    display: inline-block;
}
.StartOfferSloganBox{
    width: 100%;
}
.StartOfferSloganBox p{
    margin: 15px 0 0;
}
.StartBoxCenterOffer h1{
    text-align: center;
    text-transform: uppercase;
    color: #409cd9;
    font-size: 2.5rem;
    margin: 0 0 55px;
}
.StartOfferText{
    float: left;
    width: calc(100% - 30px);
    padding: 40px 15px 0px;
    position: relative;
}
.StartBlogBox{
    float: left;
    width: calc(33.33% - 72px);
    margin-right: 30px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 20px;
}
.StartBlogBox img{
    width: 100%;
    float: left;
    border-radius: 10px;
}

.StartBoxCenterBlogCenter{
    max-width: 1300px;
    margin: 25px auto;
    width: calc(100% - 30px);
}
.StartBlogBoxText{
    float: left;
    width: calc(100% - 20px);
    padding: 20px 10px;
}
.StartBlogBoxTitle{
    float: left;
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
}
.StartBlogBoxText time{
    color: #828181;
    font-size: 1.3rem;
    float: left;
}
.StartBlogBoxDesc{
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}
.StartBlogBoxTextLink{
    float: left;
}
.HeaderSub {
    /*height: 220px*/
    border-bottom: 1px solid #ccc;
}
.HeaderSub .HeaderLogo {
    top: 23px;
}
.HeaderSub .HeaderLogo img{
    width: 150px;
}
.StartBoxCenterDarkCenter{
    width: 100%;
    float: left;
    background-color: #ffdac0;

}
.StartBoxCenterDarkLeft{
    float: left;
    width: 50%;
    height: 200px;
    background-image: url(../../img/bg_center.jpg);
    background-size: cover;
    background-position: right center;
    height: 400px;
}
.StartBoxCenterDarkRight{
    float: left;
    width: 550px;
    margin: 75px 0 0 -50px;
}
.StartBoxCenterDarkRight h2{
    font-weight: 600;
}
.StartBoxCenterNumber{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 15px 0 0;
    display: inline-block;
}
.StartBoxCenterNumber img{
    display: inline-block;
    margin: 0 20px -21px 0px;
}
.NewsBox{
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
.NewsBox:last-child{
    border-bottom: 0;
}
.NewsBoxListImg{
    float: left;
    width: 200px;
    margin-right: 30px;
}
.NewsBoxListImg img{
    width: 100%;
    border-radius: 5px;
}
.NewsBoxListText{
    float: left;
    width: calc(100% - 230px);
}
.PHeaderNews{
    font-size: 2rem;
    margin-bottom: 0px;
}
.NewsBoxListText time{
    margin: 0 0 5px;
    font-size: 1.3rem;
    color: #6d6d6d;
    display: inline-block;
}
.NewsBoxDesc{
    float: left;
}
.NewsBoxDesc p{
    line-height: 180%;
}
.NewsBoxDesc h1{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.NewsBoxDesc time{
    margin: 0 0 15px;
    font-size: 1.3rem;
    color: #6d6d6d;
    display: inline-block;
    width: 100%;
}
.NewsMessage{
    float: left;
    margin: 10px 30px 20px 0;
    width: 40%;
}
.NewsGallery{
    float: left;
    width: 100%;
    margin: 20px 0;
}