@font-face{font-family:quicksandregular;src:url(/fonts/quicksand-regular-webfont.woff2) format("woff2"),url(/fonts/quicksand-regular-webfont.woff) format("woff");font-weight:400;font-style:normal}.redBorder{border:1px solid red}.justifyCenter{display:flex;justify-content:center}.alignCenter{display:flex;align-items:center}.alignVertical{display:flex;flex-direction:column;justify-content:center}.bigTitle{font-size:50px;font-weight:800}.smallTitle{font-size:30px}.text-rightFlex{display:flex;justify-content:flex-end}#contact{padding-top:100px;padding-bottom:100px;background:#000}#contact .title,#contact .txt{margin-bottom:30px}#contact input[type=text],#contact input[type=textarea]{width:100%;padding:20px;color:#000;text-align:center;border:none;border-radius:10px;font-weight:700;margin-bottom:30px}#contact input[type=textarea]{height:300px}#contact input[type=submit]{padding:20px;color:#fff;background:linear-gradient(90deg,#f29d01,#f07);text-align:center;border:none;border-radius:100px;font-weight:700;margin:auto auto 30px;width:350px;transition:all .5s ease}#contact input[type=submit]:hover{text-decoration:none;transform:scale(1.05)}#contact ::-moz-placeholder{color:#000;opacity:1;font-weight:700}#contact :-ms-input-placeholder{color:#000;opacity:1;font-weight:700}#contact ::placeholder{color:#000;opacity:1;font-weight:700}.lineGradient{width:100%;height:10px;background:linear-gradient(90deg,#f29d01,#f07)}body{background:#000;font-family:Montserrat,sans-serif;color:#fff;font-size:16px}section{width:100%;max-width:100%}.borderRed{border:1px solid red}.borderBlue{border:1px solid #00f}.button{border-radius:50px;width:350px;padding:20px;margin:auto;position:absolute;bottom:100px;left:0;right:0;text-transform:uppercase;font-weight:700;display:flex;justify-content:center;cursor:pointer;color:#fff;transition:all .5s ease}.button:hover{text-decoration:none;transform:scale(1.05)}.buttonWhiteClear{border-radius:50px;width:250px;padding:10px;font-weight:700;display:flex;justify-content:center;cursor:pointer;border:3px solid #fff;font-size:14px;font-weight:400;margin:0 5px}.buttonWhiteClear:hover{text-decoration:none;transform:scale(1.05)}.buttonViolet{background:linear-gradient(90deg,#f29d01,#f07)}a.buttonViolet{text-decoration:none}a.buttonViolet:hover{color:#fff;text-decoration:none;transform:scale(1.05)}#loginPopUp{width:100vw;height:100vh;z-index:500;position:fixed;top:0;display:none}#loginPopUp,#loginPopUp .modalLogin{align-items:center;justify-content:center}#loginPopUp .modalLogin{position:relative;z-index:10;width:700px;height:auto;border-radius:30px;background:#000;box-shadow:0 0 10px 0 #fff;display:flex;flex-direction:column;padding-top:15px;padding-bottom:15px}#loginPopUp .modalLogin .logSocial{margin-bottom:30px}#loginPopUp .modalLogin .logSocial .gLogo{width:23px;height:auto;margin-right:15px}#loginPopUp .modalLogin .logSocial .other{margin-top:15px}#loginPopUp .modalLogin .logSocial .button{width:auto;border:2px solid #fff;background:none!important;font-weight:400;padding:10px 20px}#loginPopUp .modalLogin .logSocial .button:hover{color:#fff}#loginPopUp .modalLogin form{display:flex;flex-direction:column;justify-content:center;align-items:center}#loginPopUp .modalLogin .closeLogIn{position:absolute;top:20px;right:20px;cursor:pointer;z-index:10}#loginPopUp .modalLogin a .buttonWhiteClear{color:#fff}#loginPopUp .modalLogin a .buttonWhiteClear:hover{text-decoration:none;background:hsla(0,0%,100%,.1)}#loginPopUp .modalLogin a:hover{text-decoration:none}#loginPopUp .modalLogin .title{font-size:24px;font-weight:700;margin-bottom:30px}#loginPopUp .modalLogin input[type=password],#loginPopUp .modalLogin input[type=text]{border-radius:50px;padding:10px;border:0;outline:0;text-align:center;margin-bottom:15px}#loginPopUp .modalLogin .button{position:relative;top:auto;bottom:auto;margin:initial}#loginPopUp .modalLogin .button button{background:none;font-size:16px;text-transform:uppercase;background:linear-gradient(90deg,#f29d01,#f07)}#loginPopUp .modalLogin button{background:none;font-size:16px;text-transform:uppercase;background:linear-gradient(90deg,#f29d01,#f07)!important;transition:all .5s ease;padding:20px!important}#loginPopUp .modalLogin button:hover{text-decoration:none;transform:scale(1.05)}#loginPopUp .modalLogin .info{font-size:14px;margin-bottom:15px}#loginPopUp .modalLogin .line{width:80%;height:2px;background:#fff;margin-top:30px;margin-bottom:30px}#loginPopUp .modalLogin .signCnt{display:flex;justify-content:center}#loginPopUp .modalLogin .info{color:#fff;border:0}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){#loginPopUp{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.8)}}.alertTopNewWarning{color:#8a6d3b;background-color:#fcf8e3;border:1px solid #ffc03e;border-radius:4px}.alertTopNewDanger,.alertTopNewWarning{width:100%;padding:15px;margin-bottom:20px}.alertTopNewDanger{color:#3e251e;background-color:#ffbeac;border:1px solid #ff673e;border-radius:4px}.hamburgerOverlay{display:none}.tracking{position:fixed;bottom:0;margin:auto;z-index:200}.tracking .trackCnt{display:flex;flex-direction:row;margin:auto;background:#191919;padding:10px;align-items:center;text-align:center;justify-content:center;width:485px;height:50px;position:relative;border-radius:20px 20px 0 0;font-size:14px;border:5px solid linear-gradient(90deg,#f29d01,#f07);border-bottom:none}.tracking .trackCnt .trackCntBorder{width:495px;height:60px;background:linear-gradient(90deg,#f29d01,#f07);position:absolute;z-index:-1;top:-5px;border-radius:20px 20px 0 0}.tracking .trackCnt .txt{margin-right:15px}.tracking .trackCnt .trackInput input{width:300px;border:none;border-radius:10px;padding:7px 10px;text-align:center}.tracking .trackCnt .trackInput input:focus{outline:none}.tracking .trackCnt .trackInput .search{position:absolute;right:40px;top:10px}.navigation .hamburger{display:none}section.title{margin-top:100px;font-size:50px;font-weight:700}header{width:100%;height:auto;background-position:bottom;background-size:100%;background-repeat:no-repeat}header .headerVideo{position:absolute;top:0;z-index:-1;width:100%;overflow:hidden}header .headerVideo video{width:100%}header .bgHome{max-width:100vw;height:100vh;overflow:hidden}header #packagesSwitch{margin-top:50px}header #packagesSwitch .title{font-weight:700;margin-bottom:30px}header #packagesSwitch input[type=text]{max-width:100%;width:100%;border-radius:10px;border:none;font-weight:700;padding:10px;color:#000}header #packagesSwitch input[type=text]::-moz-placeholder{color:#000}header #packagesSwitch input[type=text]:-ms-input-placeholder{color:#000}header #packagesSwitch input[type=text]::placeholder{color:#000}header #packagesSwitch input[type=select]{max-width:100%;width:100%;border-radius:10px;border:none;font-weight:700;padding:10px;color:#000}header #packagesSwitch input[type=select]::-moz-placeholder{color:#000}header #packagesSwitch input[type=select]:-ms-input-placeholder{color:#000}header #packagesSwitch input[type=select]::placeholder{color:#000}header #packagesSwitch select{max-width:100%;width:100%;border-radius:10px;border:none;font-weight:700;padding:10px;color:#000}header #packagesSwitch select::-moz-placeholder{color:#000}header #packagesSwitch select:-ms-input-placeholder{color:#000}header #packagesSwitch select::placeholder{color:#000}header #packagesSwitch .switchCnt{display:flex;justify-content:center;padding-right:50px;cursor:pointer}header #packagesSwitch .switchCnt .switch{width:33%;display:flex;flex-direction:column;align-items:center}header #packagesSwitch .switchCnt .switch .packImg{height:100px}header #packagesSwitch .switchCnt .active{width:100%;height:5px;background:linear-gradient(90deg,#f29d01,#f07);margin-top:10px}header #packagesSwitch .sizeCnt .inputCnt{position:relative}header #packagesSwitch .sizeCnt .tip{position:absolute;top:-10px;left:5px;background:linear-gradient(90deg,#f29d01,#f07);border-radius:5px;font-size:10px;padding:2px 5px}header #packagesSwitch .destinationCnt .title,header #packagesSwitch .sizeCnt .title{margin-top:15px;margin-bottom:10px}header #packagesSwitch .destinationCnt .title1{margin-top:0;margin-bottom:30px}header #packagesSwitch .yourPrice{display:flex;flex-direction:column;align-items:center;justify-content:center;width:350px;height:auto}header #packagesSwitch .yourPrice .title{font-size:30px;margin-bottom:30px}header #packagesSwitch .yourPrice .buttonSend{position:relative;bottom:auto;text-align:center;height:auto;transition:all .5s ease;overflow:visible;cursor:pointer;background:linear-gradient(90deg,#f29d01,#f07);padding:10px;border-radius:50px;text-transform:uppercase;font-weight:700;margin-top:15px}header #packagesSwitch .yourPrice .buttonSend:hover{transform:scale(1.05)}header #packagesSwitch .yourPrice .priceBorder{border:5px solid #fff;display:flex;flex-direction:column;align-items:center;padding:30px 40px;border-radius:10px;margin-bottom:5px}header #packagesSwitch .yourPrice .priceBorder .price{font-size:30px;font-weight:700}header #packagesSwitch .yourPrice .currency2{font-size:14px;text-align:center}header #prices{margin-top:50px}header #prices .title{margin-bottom:20px;border-bottom:1px solid #ccc;font-weight:700}header #prices .onePrice{border-radius:10px;background:#fff;color:#000;width:100%;flex-direction:column;padding-bottom:15px;cursor:pointer}header #prices .onePrice .imgCnt{width:100%;height:50px}header #prices .onePrice .imgCnt img{width:100%}header #prices .onePrice .infoCnt{font-size:10px;background:red;font-weight:700;color:#fff}header #prices .onePrice .priceTax{font-size:12px;font-weight:700;margin-top:10px}header #prices .onePrice .price{font-size:10px;color:#ccc}header #prices .active{border:5px solid linear-gradient(90deg,#f29d01,#f07);margin-top:-5px;box-shadow:0 0 10px 0 linear-gradient(90deg,#f29d01,#f07)}header #prices .onePriceCount:nth-child(12n-1){margin-bottom:15px}header #prices .button{position:relative;bottom:auto;text-align:center;margin-top:0;height:auto;transition:all .5s ease;z-index:100;overflow:visible;cursor:pointer}header #prices .button:hover{transform:scale(1.05)}header #prices .alignRight{text-align:right;display:flex;justify-content:flex-end}header #prices .button2{margin:initial;right:0;bottom:auto;text-align:center;margin-top:20px;border:5px solid linear-gradient(90deg,#f29d01,#f07);background:none;padding:5px 10px;width:auto;font-size:12px}section#global{position:relative;padding-top:100px;padding-bottom:100px;overflow:hidden}section#global .imgGlobe{width:100%;height:auto;overflow:hidden}section#global .imgGlobe img{width:100%}section#earth{position:relative;padding-top:100px;padding-bottom:100px;overflow:hidden}section#earth .logoEarth{margin-top:50px}section#earth .imgEarth{width:100%;height:auto;overflow:hidden;position:relative;z-index:-1}section#earth .imgEarth img{width:30%}section#earth .buttonViolet{position:relative;bottom:auto;margin-top:50px}section#tiles{background:#fff;color:#000;padding-top:15px;padding-bottom:0;overflow:hidden}section#tiles .col-lg-6:nth-child(2n){margin-bottom:30px}section#tiles .tile{background:#f5f5f5;height:550px;display:flex;flex-direction:column;align-items:center;padding:50px;position:relative}section#tiles .tile .title{font-weight:700;font-size:32px;text-align:center}section#tiles .tile .content{width:70%}section#tiles .tile .content img{width:100%}section#tiles .tile .content2{width:100%;margin-top:30px;font-size:24px}section#tiles .tile .content2 svg{height:500px}section#tiles .tile .content2 img{height:380px;margin-right:150px}section#tiles .tile .content2 ul{margin-left:50px}section#tiles .tile .content2 ul li{margin-bottom:5px;background:url(images/check-list.svg) no-repeat 0;padding-top:9px;padding-left:35px;list-style:none;font-size:18px;line-height:26px}section#tiles .tile .postMachine{width:308px;height:350px;margin:10px auto auto}section#tiles .tile .postMachine img{width:auto;height:350px;margin:auto}section#tiles .tile .logistic{margin-top:30px;height:350px}section#tiles .tile .logistic img{height:350px}section#tiles .tile .buttonMore{bottom:50px;border-radius:30px;padding:10px 30px;font-weight:700;background:linear-gradient(90deg,#f29d01,#f07);color:#fff;transition:all .5s ease}section#tiles .tile .buttonMore:hover{text-decoration:none;transform:scale(1.05)}section#tiles .tileBlack1{background:#000;color:#fff;justify-content:unset;align-items:unset;display:block;position:relative;padding:20px 0 0}section#tiles .tileBlack1 .contentLeft{width:40%;height:100%;float:left;overflow:hidden}section#tiles .tileBlack1 .contentLeft img{height:120%}section#tiles .tileBlack1 .rightHolder{padding:50px;position:relative;width:60%;float:left;height:100%}section#tiles .tileBlack1 .rightHolder .buttonMore{position:absolute;margin:auto;width:140px;left:0;right:0;bottom:20px}section#tiles .tileBlack1 .rightHolder .buttonMore:hover{text-decoration:none}section#tiles .tileBlack1 .desc{margin-top:50px;text-align:center}section#tiles .tileBlack2{background:#000;color:#fff;padding-left:0;padding-right:0;height:auto;padding-top:20px}section#tiles .tileBlack2 .txt{margin-bottom:30px}section#tiles .tileBlack2 .video{width:100%;margin-top:15px}section#tiles .tileBlack2 .video img{width:100%}section#tiles .tileBlack2 .txt{width:90%;margin:30px auto;text-align:center}section#tiles .tileBlack2 .buttonMore{bottom:20px}section#tiles .tileBlack2 .buttonMore:hover{text-decoration:none}section#video{overflow:hidden}section#video img{width:100%}footer{padding-top:100px;padding-bottom:100px;background:#000;border-top:10px solid linear-gradient(90deg,#f29d01,#f07);line-height:180%;font-size:12px}footer a{color:#fff;text-decoration:underline}footer a:hover{color:#ccc}footer .logoFooter{margin-bottom:50px;width:100%}footer .title{font-weight:700;margin-bottom:30px}footer ul{list-style:none;padding-left:0}footer .generaliLogo{margin-bottom:30px}body#subpage .button{position:relative;margin-top:150px;background:linear-gradient(90deg,#f29d01,#f07);left:auto;right:auto}body#subpage header{margin-top:100px;margin-bottom:100px}body#subpage header .image{width:130%}body#subpage header .image img{width:100%}body#subpage header .title{font-size:36px;font-weight:700;margin-top:100px}body#subpage header a{color:#fff}body#subpage header .button{bottom:auto;margin-top:50px}body#subpage header .ico{margin-top:30px}body#subpage header .img{width:100%;height:100px}body#subpage header .txt{width:100%;font-size:16px;margin-top:30px}body#subpage section#b2cecommerce .comersy{padding:50px;background:#fff;border-radius:10px;height:auto}body#subpage section#b2cecommerce img{max-width:100%;height:auto;position:relative}body#subpage section#b2cecommerce .txt{margin-top:30px;margin-bottom:30px;height:auto}body#subpage section#nonsens{background-color:#000;position:relative;height:880px}body#subpage section#nonsens .mapNonsens{position:absolute;right:0;overflow:hidden;height:inherit}body#subpage section#nonsens .mapNonsens img{max-height:100%}body#subpage section#nonsens .container{padding-top:100px;padding-bottom:100px}body#subpage section#nonsens .container .title{font-size:50px;font-weight:700;margin-bottom:100px;line-height:100%}body#subpage section#nonsens .container .title2{font-size:50px;font-weight:700;margin-bottom:100px;color:#f29d01}body#subpage section#nonsens .container .button{margin-top:300px;margin-left:0}body#subpage section#wspolpraca{padding-top:100px;padding-bottom:100px;background:#fff;color:#000}body#subpage section#wspolpraca .title{font-size:50px;font-weight:700;margin-bottom:30px;line-height:100%}body#subpage section#wspolpraca .subTitle{margin-bottom:50px}body#subpage section#wspolpraca .ico{position:relative;margin-bottom:50px}body#subpage section#wspolpraca .ico .number{position:absolute;left:0;top:0}body#subpage section#wspolpraca .txt{font-size:24px}body#subpage section#wspolpraca .title2{margin-top:100px}body#subpage section#wspolpraca ul{margin-left:0;-webkit-margin-before:0;margin-block-start:0;-webkit-padding-start:0;padding-inline-start:0}body#subpage section#wspolpraca ul li{margin-bottom:5px;background:url(images/check-list.svg) no-repeat 0;padding-top:9px;padding-left:30px;list-style:none;line-height:26px}body#subpage section#wspolpraca .last{margin-bottom:30px}body#subpage section#wspolpraca .operators{width:100%}body#subpage section#wspolpraca .operators img{max-width:100%;height:auto}body#subpage section#maps{width:100%;max-width:100%;height:950px;overflow:hidden;position:relative}body#subpage section#maps .mapCircle{position:absolute;z-index:1;left:-1%;top:100px;width:38vw}body#subpage section#maps .map{position:absolute;width:100%;overflow:hidden}body#subpage section#maps .map img{width:100%;max-width:100%;height:auto}body#subpage section#maps .container{padding-top:100px;padding-bottom:100px}body#subpage section#maps .title{font-size:30px;font-weight:700;margin-bottom:30px;line-height:100%}body#subpage section#maps .title1{margin-bottom:700px}body#subpage section#operators{padding-top:100px;padding-bottom:100px}body#subpage section#operators .tile{color:#000;background:#fff;flex-direction:column;padding:50px 50px 0}body#subpage section#operators .tile a{color:#000}body#subpage section#operators .tile a:hover{color:#000;text-decoration:none}body#subpage section#operators .tile .title{font-weight:700;margin-bottom:30px;font-size:24px}body#subpage section#operators .tile .ico{width:50%;margin-bottom:50px}body#subpage section#operators .tile .ico2{width:25%;margin-bottom:50px}body#subpage section#operators .tile .button{position:relative}body#subpage section#jakdzialamy .img{width:100%;padding:0;margin:0;background:#000}body#subpage section#jakdzialamy .img img{width:100%}body#subpage section#jakdzialamy .title{font-weight:700;margin-bottom:30px;font-size:30px}body#subpage section#jakdzialamy .subTitle{margin-bottom:50px}body#subpage section#odkryjSP{padding-top:100px}body#subpage section#odkryjSP .img{width:100%;padding:0;margin:0;background:#000}body#subpage section#odkryjSP .img img{width:100%}body#subpage section#odkryjSP .title{font-weight:700;margin-bottom:30px;font-size:30px}body#subpage section#odkryjSP .subTitle{margin-bottom:50px}body#subpage section#coNasWyroznia{height:450px;overflow:hidden;position:relative;padding-top:50px}body#subpage section#coNasWyroznia .img{position:absolute;width:100%;overflow:hidden;padding:0;margin:0;background:#000}body#subpage section#coNasWyroznia .img img{width:100%;height:auto}body#subpage section#coNasWyroznia .title{font-weight:700;margin-bottom:30px;font-size:50px;z-index:100}body#subpage section#coNasWyroznia .title1{font-size:30px;margin-top:30px;margin-bottom:0}body#subpage section#coNasWyroznia .title2{font-size:30px;margin-bottom:50px;text-transform:uppercase}body#subpage section#coNasWyroznia a{color:#fff;font-size:16px}body#subpage section#coNasWyroznia a:hover{color:#fff;text-decoration:none}body#subpage section#coNasWyroznia .button{width:450px}body#subpage section#zwroty{background:#fff;color:#000;padding-top:100px;padding-bottom:100px}body#subpage section#zwroty .title{font-weight:700;margin-bottom:30px;font-size:50px;z-index:100}body#subpage section#zwroty .subTitle2{margin-top:50px;margin-bottom:50px;font-size:24px}body#subpage section#zwroty .cnt .txt{margin-bottom:30px}body#subpage section#zwroty .cnt .imgSmall{height:130px;margin-bottom:30px;display:flex;align-items:center;justify-content:center}body#subpage section#zwroty .cnt .imgSmall img{width:80%;height:100px}body#subpage section#zwroty .img{margin:auto}body#subpage section#zwroty .cntShadow{box-shadow:0 0 10px 0 rgba(0,0,0,.5);width:100%;height:auto;padding:50px 25px;height:300px}body#subpage section#zwroty .cntShadow .button{width:100%;margin-top:0;position:relative;bottom:0;margin-bottom:50px}body#subpage section#zwroty .cntShadow .button .ico{position:absolute;left:20px;top:14px}body#subpage section#zwroty .cntShadow2{margin-top:50px}body#subpage section#kontakt{padding-top:200px;padding-bottom:100px}body#subpage section#kontakt .logo{height:100px}body#subpage section#kontakt .logo img{width:50%}body#subpage section#kontakt .title{font-weight:700;color:#f29d01;margin-bottom:30px}body#subpage section#kontakt .small{font-size:14px}body#subpage.b2b .title{margin-top:1px}body#subpage.b2b header .title{margin-top:30px}body#subpage.b2b header .icoSmall img{width:50%}body#subpage.b2b header .txtSmall{font-size:14px}body#subpage.b2b #b2cecommerce{background:linear-gradient(90deg,#f29d01,#f07);color:#fff;padding-top:50px;padding-bottom:100px}body#subpage.b2b #b2cecommerce .title{font-size:30px;font-weight:700}body#subpage.b2b #b2cecommerce .comersy{position:absolute;z-index:10;bottom:-250px}body#subpage.b2b #b2cecommerce .panel{top:-100px;width:130%;max-width:150%}body#subpage.b2b #b2cecommerce a{color:#fff}body#subpage.b2b #b2cecommerce a .button{border:3px solid #fff;background:initial}body#subpage.b2b #maps{padding-top:300px;position:relative;min-height:1200px}body#subpage.b2b #maps .title{font-size:50px;margin-bottom:50px;margin-top:-200px;z-index:10;position:relative}body#subpage.b2b #maps .subTitle{margin-top:-100px}body#subpage.b2b #maps .mapCircle{position:absolute;z-index:1;left:-1%;top:100px;width:38vw}body#subpage.b2b #maps .map{position:absolute;width:100%;overflow:hidden}body#subpage.b2b #maps .map img{width:100%;max-width:100%;height:auto}body#subpage.b2b section#solutions{padding-top:100px;padding-bottom:100px;overflow:hidden;width:100%;position:relative;min-height:600px}body#subpage.b2b section#solutions .bg{position:absolute;top:-50px;z-index:-1;overflow:hidden}body#subpage.b2b section#solutions .title{font-size:50px;margin-bottom:50px;font-weight:700;position:relative}body#subpage.b2b section#solutions .titleOrange{color:#f29d01}body#subpage.b2b section#solutions img{width:100%}body#subpage.b2b section#solutions a{color:#000}body#subpage.b2b section#solutions a:hover{color:#000;text-decoration:none}body#subpage.b2b section#solutions a .button{margin-left:0}body#subpage.b2b section#cainiao{padding-top:100px}body#subpage.b2b section#cainiao .img,body#subpage.b2b section#cainiao .img img{width:100%}body#subpage.b2b section#cainiao .title{font-size:50px;margin-top:30px;margin-bottom:50px;font-weight:700;position:relative}body#subpage.b2b section#cainiao .title2{font-size:50px;margin-bottom:30px;position:relative}body#subpage.b2b section#cainiao .logoAli{width:50%}body#subpage.b2b section#cainiao a{color:#000}body#subpage.b2b section#cainiao a:hover{color:#000;text-decoration:none}body#subpage.b2b section#cainiao a .button{margin-left:0}body#simplePage{background:#fff}body#simplePage header{width:100%;height:200px;overflow:hidden;position:relative}body#simplePage header .img{position:absolute;overflow:hidden;left:0;right:0}body#simplePage header .title{z-index:10;margin-top:100px;position:relative;font-size:50px;font-weight:800;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body#simplePage section#simple{padding-top:100px;padding-bottom:100px}body#simplePage section#simple .mainCnt{background:#f5f5f5;color:#000;padding:30px;border-radius:10px}body#simplePage section#simple .mainCnt h1{margin-bottom:30px;position:relative;font-size:50px;font-weight:800}body#simplePage section#simple .mainCnt h2{margin-bottom:30px;position:relative;font-size:30px;font-weight:700}body#simplePage header.smallTop{height:150px;position:relative;overflow:hidden}body#simplePage header.smallTop img{margin-bottom:0}body#simplePage footer{color:#fff}.btn{background-color:none;border-radius:50px;border:none}.btn:hover{color:#1a1818}.alert-info{background:rgba(0,0,0,.95);color:#fff;border-radius:0;border:none;padding:0}.alert-info:after{content:" ";width:100%;height:5px;background:linear-gradient(90deg,#f29d01,#f07)!important;display:block}body#simplePage section#simple .mainCnt #tt-form{margin:auto;display:flex;align-items:center;justify-content:center;font-size:1em}body#simplePage section#simple .mainCnt #tt-form .row{align-items:center}body#simplePage section#simple .mainCnt h2{text-align:center;margin-top:30px}body#simplePage section#simple .mainCnt .tt-status-bar{background:linear-gradient(90deg,#f29d01,#f07);border-radius:10px;padding:15px}body#simplePage section#simple .mainCnt #map-wrapper{position:relative;z-index:1}body#simplePage section#simple .mainCnt .alert-warning{background:linear-gradient(90deg,#f29d01,#f07);color:#fff;border-radius:10px}body#simplePage section#simple .mainCnt table.hTop tr:first-child{font-weight:700;color:#fff}body#simplePage section#simple .mainCnt table.list tr:nth-of-type(2n){background:#ccc;padding-top:30px;padding-bottom:30px;font-size:16px}body#simplePage section#simple .mainCnt table.list tr:nth-of-type(odd){background:#fff;padding-top:30px;padding-bottom:30px;font-size:16px}body#simplePage section#simple .mainCnt table.hTop tr:first-child{font-style:normal}div.form label{margin-top:0;margin-bottom:0;margin-right:30px;align-items:center;font-size:16px;color:#000}div.form input{height:50px;margin-right:30px;border-radius:10px;border:1px solid #ccc;padding-left:15px;padding-right:15px}div.form input:focus-visible{border:1px solid #ccc;outline:none}div.form button{height:35px}#cookiesInfo{background:rgba(0,0,0,.9);border:none;position:fixed;padding:10px;width:100%;bottom:0;left:0;z-index:255;cursor:pointer;color:#fff;text-align:center}#cookiesInfo:before{content:" ";width:100%;height:5px;background:linear-gradient(90deg,#f29d01,#f07)!important}.notifications{color:#fff;display:none;z-index:2000;position:absolute}.notifications .overlay{position:fixed;width:100%;height:auto;z-index:1000;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;padding-bottom:100px;overflow-y:scroll}.notifications .overlay .closeNotifications{position:fixed;right:50px;top:50px;transition:all .5s ease;cursor:pointer;z-index:2000}.notifications .overlay .closeNotifications:hover{transform:rotate(180deg)}.notifications .overlay .button{border:2px solid #fff;width:150px;padding:10px;position:relative;bottom:auto;margin-top:30px;margin-left:0;text-transform:unset}.notifications .overlay .buttonRead{width:350px}.notifications .overlay .title{font-size:24px;font-weight:700;text-transform:uppercase}.notifications .overlay .titleSmall{margin-bottom:30px}.notifications .overlay .gradientTop{width:100%;height:5px;background:linear-gradient(90deg,#f29d01,#f07);margin-bottom:30px}.notifications .overlay .notiOne{margin-top:50px;margin-bottom:50px;font-size:14px}.navigation.bootstrap3 .container-fluid{width:100%}.navigation.bootstrap3 .logoCnt{padding-left:15px}@media (min-width:1921px){body#simplePage header{height:200px;overflow:hidden}body#simplePage header .img img{width:100vw;height:auto}}@media (max-width:992px){body#simplePage header{height:auto}body#simplePage header .img img{width:200%;height:auto}}
/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */.chat,.timeline{list-style:none}#wrapper{width:100%}#page-wrapper{padding:0 15px;min-height:568px;background-color:#fff}@media (min-width:768px){#page-wrapper{position:inherit;margin:0 0 0 250px;padding:0 30px;border-left:1px solid #e7e7e7}}.navbar-top-links{margin-right:0}.navbar-top-links li{display:inline-block}.flot-chart,.navbar-top-links .dropdown-menu li{display:block}.navbar-top-links li:last-child{margin-right:15px}.navbar-top-links li a{padding:15px;min-height:50px}.navbar-top-links .dropdown-menu li:last-child{margin-right:0}.navbar-top-links .dropdown-menu li a{padding:3px 20px;min-height:0}.navbar-top-links .dropdown-menu li a div{white-space:normal}.navbar-top-links .dropdown-alerts,.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks{width:310px;min-width:0}.navbar-top-links .dropdown-messages{margin-left:5px}.navbar-top-links .dropdown-tasks{margin-left:-59px}.navbar-top-links .dropdown-alerts{margin-left:-123px}.navbar-top-links .dropdown-user{right:0;left:auto}.sidebar .sidebar-nav.navbar-collapse{padding-left:0;padding-right:0}.sidebar .sidebar-search{padding:15px}.sidebar ul li{border-bottom:1px solid #e7e7e7}.sidebar ul li a.active{background-color:#eee}.sidebar .arrow{float:right}.sidebar .fa.arrow:before{content:"\f104"}.sidebar .active>a>.fa.arrow:before{content:"\f107"}.sidebar .nav-second-level li,.sidebar .nav-third-level li{border-bottom:none!important}.sidebar .nav-second-level li a{padding-left:37px}.sidebar .nav-third-level li a{padding-left:52px}@media (min-width:768px){.sidebar{z-index:1;position:absolute;width:250px;margin-top:0}.navbar-top-links .dropdown-alerts,.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks{margin-left:auto}}.btn-outline{color:inherit;background-color:transparent;transition:all .5s}.btn-primary.btn-outline{color:#428bca}.btn-success.btn-outline{color:#5cb85c}.btn-info.btn-outline{color:#5bc0de}.btn-warning.btn-outline{color:#f0ad4e}.btn-danger.btn-outline{color:#d9534f}.btn-danger.btn-outline:hover,.btn-info.btn-outline:hover,.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-warning.btn-outline:hover{color:#fff}.chat{margin:0;padding:0}.chat li{margin-bottom:10px;padding-bottom:5px;border-bottom:1px dotted #999}.chat li.left .chat-body{margin-left:60px}.chat li.right .chat-body{margin-right:60px}.chat li .chat-body p{margin:0}.chat .glyphicon,.panel .slidedown .glyphicon{margin-right:5px}.chat-panel .panel-body{height:350px;overflow-y:scroll}.login-panel{margin-top:25%}.flot-chart{height:400px}.flot-chart-content{width:100%;height:100%}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{background:0 0}table.dataTable thead .sorting_asc:after{content:"\f0de";float:right;font-family:fontawesome}table.dataTable thead .sorting_desc:after{content:"\f0dd";float:right;font-family:fontawesome}table.dataTable thead .sorting:after{content:"\f0dc";float:right;font-family:fontawesome;color:rgba(50,50,50,.5)}.btn-circle{width:30px;height:30px;padding:6px 0;border-radius:15px;text-align:center;font-size:12px;line-height:1.428571429}.btn-circle.btn-lg{width:50px;height:50px;padding:10px 16px;border-radius:25px;font-size:18px;line-height:1.33}.btn-circle.btn-xl{width:70px;height:70px;padding:10px 16px;border-radius:35px;font-size:24px;line-height:1.33}.show-grid [class^=col-]{padding-top:10px;padding-bottom:10px;border:1px solid #ddd;background-color:#eee!important}.show-grid{margin:15px 0}.huge{font-size:40px}.panel-green{border-color:#5cb85c}.panel-green>.panel-heading{border-color:#5cb85c;color:#fff;background-color:#5cb85c}.panel-green>a{color:#5cb85c}.panel-green>a:hover{color:#3d8b3d}.panel-red{border-color:#d9534f}.panel-red>.panel-heading{border-color:#d9534f;color:#fff;background-color:#d9534f}.panel-red>a{color:#d9534f}.panel-red>a:hover{color:#b52b27}.panel-yellow{border-color:#f0ad4e}.panel-yellow>.panel-heading{border-color:#f0ad4e;color:#fff;background-color:#f0ad4e}.panel-yellow>a{color:#f0ad4e}.panel-yellow>a:hover{color:#df8a13}.timeline{position:relative;padding:20px 0}.timeline:before{content:" ";position:absolute;top:0;bottom:0;left:50%;width:3px;margin-left:-1.5px;background-color:#eee}.timeline>li{position:relative;margin-bottom:20px}.timeline>li:after,.timeline>li:before{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-panel{float:left;position:relative;width:46%;padding:20px;border:1px solid #d4d4d4;border-radius:2px;box-shadow:0 1px 6px rgba(0,0,0,.175)}.timeline>li>.timeline-panel:before{content:" ";display:inline-block;position:absolute;top:26px;right:-15px;border-color:transparent #ccc;border-style:solid;border-width:15px 0 15px 15px}.timeline>li>.timeline-panel:after{content:" ";display:inline-block;position:absolute;top:27px;right:-14px;border-color:transparent #fff;border-style:solid;border-width:14px 0 14px 14px}.timeline>li>.timeline-badge{z-index:100;position:absolute;top:16px;left:50%;width:50px;height:50px;margin-left:-25px;border-radius:50%;text-align:center;font-size:1.4em;line-height:50px;color:#fff;background-color:#999}.timeline>li.timeline-inverted>.timeline-panel{float:right}.timeline>li.timeline-inverted>.timeline-panel:before{right:auto;left:-15px;border-right-width:15px;border-left-width:0}.timeline>li.timeline-inverted>.timeline-panel:after{right:auto;left:-14px;border-right-width:14px;border-left-width:0}.timeline-badge.primary{background-color:#2e6da4!important}.timeline-badge.success{background-color:#3f903f!important}.timeline-badge.warning{background-color:#f0ad4e!important}.timeline-badge.danger{background-color:#d9534f!important}.timeline-badge.info{background-color:#5bc0de!important}.timeline-title{margin-top:0;color:inherit}.timeline-body>p,.timeline-body>ul{margin-bottom:0}.timeline-body>p+p{margin-top:5px}@media (max-width:767px){ul.timeline:before{left:40px}ul.timeline>li>.timeline-panel{width:10%;float:right}ul.timeline>li>.timeline-badge{top:16px;left:15px;margin-left:0}ul.timeline>li>.timeline-panel:before{right:auto;left:-15px;border-right-width:15px;border-left-width:0}ul.timeline>li>.timeline-panel:after{right:auto;left:-14px;border-right-width:14px;border-left-width:0}}.arrow{float:right;line-height:1.42857}.glyphicon.arrow:before{content:"\e079"}.active>a>.glyphicon.arrow:before{content:"\e114"}.fa.arrow:before{content:"\f104"}.active>a>.fa.arrow:before{content:"\f107"}.plus-times{float:right}.fa.plus-times:before{content:"\f067"}.active>a>.fa.plus-times{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(45deg)}.plus-minus{float:right}.fa.plus-minus:before{content:"\f067"}.active>a>.fa.plus-minus:before{content:"\f068"}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger){color:#333;background-color:#fff;border-color:#ccc}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):hover,.open>.dropdown-toggle.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger){color:#333;background-color:#e6e6e6;border-color:#adadad}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active.focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active:focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active:hover,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active.focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active:focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active:hover,.open>.dropdown-toggle.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).focus,.open>.dropdown-toggle.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):focus,.open>.dropdown-toggle.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).active,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):active,.open>.dropdown-toggle.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger){background-image:none}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).disabled.focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).disabled:focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).disabled:hover,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger)[disabled].focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger)[disabled]:focus,.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger)[disabled]:hover,fieldset[disabled] .btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger).focus,fieldset[disabled] .btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):focus,fieldset[disabled] .btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):hover{background-color:#fff;border-color:#ccc}.btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger) .badge{color:#fff;background-color:#333}.form-control,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{display:inline-block}.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{border-color:rgba(248,163,1,.8);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(236,151,1,.6);outline:0 none}.navbar{min-height:unset}@media (max-width:1200px){.divider-vertical{margin:10px 8px 0!important}}@media (max-width:900px){.divider-vertical{margin:10px 5px 0!important}}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover,.dropdown-submenu:focus>a,.dropdown-submenu:hover>a{color:#fff;background-color:#f29d01;background-image:linear-gradient(180deg,#f8a301,#ec9701)}.navbar-nav li.dropdown.active>.dropdown-toggle,.navbar-nav li.dropdown.open.active>.dropdown-toggle,.navbar-nav li.dropdown.open>.dropdown-toggle{box-shadow:none;background:none}.navbar-nav li.dropdown.active>.dropdown-toggle .caret,.navbar-nav li.dropdown.open.active>.dropdown-toggle .caret,.navbar-nav li.dropdown.open>.dropdown-toggle .caret{border-top-color:#f29d01;border-bottom-color:#f29d01}.navbar-nav>.active>a,.navbar-nav>.active>a:focus,.navbar-nav>.active>a:hover{box-shadow:none;background:none;color:#f29d01}.navbar .brand{padding:8px 20px 12px;font-size:20px;color:#727272}.navbar .divider-vertical{height:41px;background-color:#fff;border-right:1px solid #c6c6c6}.navbar-nav>li>a{padding:10px 10px 11px;font-size:14px;color:#666}.navbar-nav li.dropdown>a:hover .caret{border-top-color:#f29d01;border-bottom-color:#f29d01}.help-block,.help-inline{margin-left:10px;color:#fff;background-color:rgba(248,163,1,.8);padding:4px 8px;border-radius:2px;border:1px solid #eed3d7;font-size:14px}.help-block:before,.help-inline:before{content:""}.help-block{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1;background:none!important}#login-form .help-block,#login-form .help-inline{color:#fff;background:none!important;border-radius:2px}.gridview-container{position:relative}.gridview-overlay{position:fixed;background-image:url(../../images/layout/preloader.gif);background-position:50%;background-repeat:no-repeat;background-color:hsla(0,0%,100%,.7);z-index:999;top:0;right:0;bottom:0;left:0;display:none}.ui-autocomplete-loading{background:#fff url(../../images/ui-anim_basic_16x16.gif) 100% no-repeat}div.form fieldset{border:1px solid #f29d01;width:100%;background:hsla(0,0%,100%,.6)}fieldset legend{border:0;padding:0 5px;width:auto;margin-bottom:0}.ui-datepicker{z-index:9999!important}.btn{background:linear-gradient(90deg,#f29d01,#f07);color:#fff!important;font-weight:400;padding:6px 12px!important}.btn:hover{text-decoration:underline}.btn.active,.btn.btn-primary{background:linear-gradient(90deg,#f29d01,#f07)!important;color:#fff!important}.btn-group .btn:not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger){background:#ccc;color:#fff}.btn-group .btn.active{background:linear-gradient(90deg,#f29d01,#f07)!important;color:#fff!important}a.likeButton,a.likeButton:visited{background:linear-gradient(90deg,#f29d01,#f07);color:#fff;font-weight:400}a.likeButton:hover{background:#d4350c;text-decoration:none}a.active{font-weight:700}#main-tt-block button[type=submit]{color:#000}.main-pricing-block-price-go{background:#000;color:#fff}ul#side-menu>li.active-parent{border-left:5px solid #000}div.form fieldset{border:1px solid #000}.grid-view table.items th a{color:#000}.grid-view table.items tr.odd{background:silver}.grid-view table.items tr.even{background:#d3d3d3}.grid-view table.items tbody tr:hover{background:grey}ul.yiiPager .selected a{border:1px solid #000;background:#000}ul.yiiPager a:link{border:1px solid #000}table.detail-view tr.odd{background:silver}table.detail-view tr.even{background:#d3d3d3}table.list tr:nth-child(odd){background:silver}table.list tr:nth-child(2n){background:#d3d3d3}table.hTop tr:first-child{background:grey!important}div.form div.info,div.form h2{border-left:10px solid #000;border-bottom:1px solid #000}table.hLeft tr td:first-child{background:grey!important}#panel-sidebar-wrapper{background-color:#000;color:#fff}#panel-sidebar-wrapper a{color:#fff}ul#side-menu li{background-color:#000;color:#fff}.sidebar .sidebar-nav.navbar-collapse,.sidebar ul li a.active,.sidebar ul li a:hover{background:linear-gradient(90deg,#f29d01,#f07)}.panel-contact{color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#panel-sidebar-wrapper .panel-contact a{color:#000}.navbar-default{border:0}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#ccc}.help-block,.help-inline{background:red!important;margin-left:40px;border-radius:5px}#login-form .help-block,#login-form .help-inline{margin-left:10px;color:#000;background:linear-gradient(90deg,#f29d01,#f07)!important;padding:4px 8px;border-radius:0 10px 10px 10px;border:none}#login-form .help-block:before,#login-form .help-inline:before{content:""}#login-form input[type=text]{margin-bottom:5px}.animator{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.trackInput input{background:#fff}.form.row{display:block!important;padding-left:15px}#main label{display:inline-block}#main div.form input{height:auto}.courier-u-operators-selector-form label{margin-bottom:15px!important;font-size:12px!important;line-height:18px!important;margin-right:0!important}.navigate .btn{background:linear-gradient(90deg,#f29d01,#f07)!important}.panel-content-overlay-DEL table a{color:#000}body#simplePage.leftMenuPanel section#simple{padding-top:0;padding-bottom:100px}.btn.active.btn-sm{background:linear-gradient(90deg,#f29d01,#f07)!important}.btn.btn-sm{background:#ccc!important}.btn.btn-default.active{background:linear-gradient(90deg,#f29d01,#f07)!important}.btn.btn-default{background:#ccc!important}.daterangepicker.ltr,.daterangepicker.ltr .ranges{color:#000!important}.nav>li>a:focus,.nav>li>a:hover{background:#ccc!important}.addressDataSwitch{border:1px solid #f29d01;border-radius:10px;width:50px;height:50px}.addressDataSwitch i.fa{display:none!important}.addressDataSwitch:after{content:"";width:50px;height:50px;background:url(images/switchArrow.svg);background-repeat:no-repeat;display:block;position:absolute;top:10px;left:6px}.blog #tiles .title{white-space:nowrap;overflow-x:clip;text-overflow:ellipsis;width:100%}.blog #tiles .content{width:100%;display:block;text-align:center;margin-bottom:30px;max-height:300px;overflow:hidden}.blog #tiles .content img{max-width:500px;max-height:300px;width:auto;height:auto}.blog #tiles .txt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:30px;padding-bottom:3px}.blog #tiles a,.blog #tiles a .buttonMore,.blog #tiles a .buttonMore:hover,.blog #tiles a:hover{text-decoration:none}.navigation{z-index:1000;position:fixed;top:0;left:0;right:0;width:100%;height:100px;display:block;background:rgba(0,0,0,.8);display:flex;align-items:center;transition:all .5s ease}.navigation .logoCnt{padding-left:15%}.navigation ul{list-style:none;margin:0}.navigation ul li{display:inline-block;margin-left:15px;cursor:pointer}.navigation ul li a{color:#fff}.navigation ul li a:hover{text-decoration:none;color:#ccc}.navigation ul li .active{border-bottom:1px solid #fff}.navigation ul li:first{margin-left:0}.navigation .noPadding{padding-left:0;padding-right:0}.navigation .logIn{margin-left:0;justify-content:flex-end}.navigation .logIn .buttonTop{padding:8px 15px;background:linear-gradient(90deg,#f29d01,#f07);color:#fff;border-radius:30px;transform:all .5s ease;display:flex;justify-content:center;transition:all .5s ease;font-size:13px}.navigation .logIn .buttonTop:hover .icoPlusWhite{transform:rotate(180deg)}.navigation .logIn .buttonTop .icoPlusWhite{margin-left:5px;transition:all .5s ease}.navigation .logIn .logInBtn{background:none;color:#fff;border:2px solid #fff;width:auto;margin-left:5px;margin-right:15px;padding-left:15px}.navigation .logIn .notLogged{margin-right:15px;font-size:13px}.navigation .logIn a{text-decoration:none;transition:all .5s ease}.navigation .logIn a:hover{transform:scale(1.05)}.navigation .icoBellCnt{max-width:3.33%;padding:0;cursor:pointer}.navigation .icoBellCnt .redDot{position:absolute;top:0;left:19px}.navigation .logInCnt{height:100px;background:linear-gradient(90deg,#f29d01,#f07)}.navigation .logInCnt .logged{color:#fff;width:100%}.navigation .logInCnt .logged a{color:#fff}.navigation .logInCnt .user{width:100%;text-align:center;font-size:13px}.navigation .logInCnt .buttonTop{margin:10px 5px;border:1px solid #fff;border-radius:5px;font-size:13px}.navigation .menuRight{justify-content:flex-end;max-width:55%;flex:0 0 55%}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.8)}.warning{display:none}}@media (min-width:1921px){section#tiles .tile .content.contentShop img{height:380px;width:auto}}@media (max-width:1400px){header{height:auto;background-position:top;background-size:100%}header .onePriceCount:nth-child(6n){margin-bottom:15px}}@media (max-width:1200px){header #packagesSwitch .destinationCnt .title1{margin-top:15px;margin-bottom:10px}}@media (max-width:992px){.displayNone{display:none}.notifications .overlay .closeNotifications{top:20px;right:20px}.icoBellCnt{position:absolute;top:30px;right:120px}.navigation .menuRight{display:none}.navigation .logoCnt{padding-left:0}.navigation .logIn,.navigation .logInCnt{display:none}.navigation .hamburger{display:block;width:50px;position:absolute;right:30px;top:15px}.navigation .hamburgerOverlay{position:fixed;top:0;align-self:flex-start;justify-self:flex-start;width:100vw;height:100vh;background-color:rgba(0,0,0,.95);margin:0;z-index:1000;overflow-y:scroll;overflow-x:hidden}.navigation .hamburgerMenu{display:block;position:-webkit-sticky;position:sticky;z-index:300;justify-content:center;margin-bottom:50px}.navigation .hamburgerMenu .closeHamburger{position:absolute;right:20px;top:20px;z-index:1}.navigation .hamburgerMenu .menuTop{height:auto}.navigation .hamburgerMenu .logIn{display:block;margin-top:15px}.navigation .hamburgerMenu .logIn .buttonTop{font-size:30px;margin-left:15px;margin-right:15px}.navigation .hamburgerMenu .logIn .logInBtn{margin-left:15px;margin-top:15px}.navigation .hamburgerMenu .logInCnt{display:block;width:80%;margin-top:15px;margin-left:auto;margin-right:auto;font-size:26px;border-radius:30px;padding-top:30px;padding-bottom:30px;height:auto!important}.navigation .hamburgerMenu .logInCnt .txtLogIn{font-size:26px}.navigation .hamburgerMenu .logInCnt .buttonTop{font-size:30px;margin-left:15px;margin-right:15px}.navigation .hamburgerMenu .logInCnt .logInBtn{margin-left:15px;margin-top:15px}.navigation .hamburgerMenu ul{margin-top:100px;display:flex;flex-direction:column;font-size:30px;text-align:center;-webkit-padding-start:0;padding-inline-start:0}.navigation .hamburgerMenu ul li{padding-top:15px;padding-bottom:15px}.buttonWhiteClear{width:100%!important;display:block;margin-bottom:15px;text-align:center}#loginPopUp .modalLogin{width:100%;margin-left:15px;margin-right:15px}#loginPopUp .modalLogin .signCnt{flex-direction:column}.notifications .notification1{position:absolute;left:0;top:80px;padding-right:15px;background:rgba(0,0,0,.95);font-size:24px}.notifications .notification2{position:absolute;right:0;top:80px;padding-right:15px;background:rgba(28,7,17,.98)}.notifications .closeLine{width:100%;height:5px;background:linear-gradient(90deg,#f29d01,#f07);margin-bottom:50px}.notifications .closeLine .closeBtn{background:#f07;padding:5px 10px;position:absolute;right:0;font-size:16px;font-weight:700;cursor:pointer}.notifications .txtSmall{font-size:24px;margin-bottom:15px}header{height:auto;background-position:top;background-size:200%}header .title{font-size:30px}header .switchCnt{margin-bottom:30px}header #packagesSwitch .yourPrice{display:block;width:100%!important}header .sizeTip{margin-bottom:30px}header .onePriceCount:nth-child(4n){margin-bottom:15px}section.tracking .trackCnt{width:90%;flex-direction:column;height:120px}section.tracking .trackCnt .trackCntBorder{width:103%;height:130px}section.tracking .trackCnt .txt{width:100%;font-size:24px}section.tracking .trackCnt form{width:100%!important}section.tracking .trackCnt .trackInput input[type=text]{font-size:24px;width:100%}section.tracking .trackCnt .trackInput .search{bottom:27px;top:auto}section#tiles .col-lg-6:nth-child(1n){margin-bottom:30px}section#tiles .tile{height:auto}section#tiles .tile .content{width:100%}section#tiles .tile .content2 .col-lg-2{text-align:center;margin:auto}section#tiles .tile .content2 .col-lg-2 img{width:50%;margin-right:0}section#tiles .tile .content2 ul{margin-left:0!important}section#tiles .tile .postMachine{width:50%;margin:auto;display:flex}section#tiles .tileBlack1 .contentLeft{width:20%}section#tiles .tileBlack1 .rightHolder{width:80%}section#tiles .dodatkowe{height:auto}body#subpage header .image{width:100%}body#subpage.b2b #b2cecommerce .panel{width:100%;top:0}footer .col-6:nth-child(2n){margin-bottom:50px}}@media (max-width:768px){header{background-position:top;background-size:200%}header #packagesSwitch .switchCnt{padding-left:0;padding-right:0}section#global{overflow:hidden}section#global .imgGlobe{display:flex;justify-content:center}section#global .imgGlobe img{width:200%}section#earth .imgEarth img,section#tiles .tile .content{width:100%}section#tiles .tile .content2 .col-lg-2{text-align:center;margin:auto}section#tiles .tile .content2 .col-lg-2 img{width:50%;margin-right:0}section#tiles .tile .content2 ul{margin-left:0!important}section#tiles .tileBlack1 .contentLeft{width:20%}section#tiles .tileBlack1 .rightHolder{width:80%}section#tiles .dodatkowe{height:auto}}