*{box-sizing:border-box;}html,body{padding:0px;margin:0px;}.l-h-align-right{text-align:right;}.l-h-align-center{text-align:center;}.l-narrow-content{max-width:900px; min-height:400px;}.l-medium-content{max-width:1200px; min-height:400px;}.l-wide-content{  min-height:400px;}.l-columns{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-justify-content:space-around;-moz-box-justify-content:space-around;-ms-justify-content:space-around;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-flex-wrap:wrap;-moz-box-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}.l-columns-nowrap{-webkit-box-flex-wrap:nowrap;-moz-box-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;}.l-column-auto{-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}.l-column-50{-webkit-box-flex:5 5 50%;-moz-box-flex:5 5 50%;-webkit-flex:5 5 50%;-ms-flex:5 5 50%;flex:5 5 50%;min-width:300px;}.l-column-50s{-webkit-box-flex:5 5 50%;-moz-box-flex:5 5 50%;-webkit-flex:5 5 50%;-ms-flex:5 5 50%;flex:5 5 50%;min-width:100px;}.l-column-33{-webkit-box-flex:3.33 3.33 33%;-moz-box-flex:3.33 3.33 33%;-webkit-flex:3.33 3.33 33%;-ms-flex:3.33 3.33 33%;flex:3.33 3.33 33%;min-width:250px;}.l-column-33s{-webkit-box-flex:3.33 3.33 33%;-moz-box-flex:3.33 3.33 33%;-webkit-flex:3.33 3.33 33%;-ms-flex:3.33 3.33 33%;flex:3.33 3.33 33%;min-width:50px;}.l-column-66{-webkit-box-flex:6.66 6.66 66%;-moz-box-flex:6.66 6.66 66%;-webkit-flex:6.66 6.66 66%;-ms-flex:6.66 6.66 66%;flex:6.66 6.66 66%;min-width:300px;}.l-column-25{-webkit-box-flex:2.5 2.5 25%;-moz-box-flex:2.5 2.5 25%;-webkit-flex:2.5 2.5 25%;-ms-flex:2.5 2.5 25%;flex:2.5 2.5 25%;min-width:250px;}.l-column-75{-webkit-box-flex:7.5 7.5 75%;-moz-box-flex:7.5 7.5 75%;-webkit-flex:7.5 7.5 75%;-ms-flex:7.5 7.5 75%;flex:7.5 7.5 75%;min-width:300px;}.l-column-20{-webkit-box-flex:2 2 20%;-moz-box-flex:2 2 20%;-webkit-flex:2 2 20%;-ms-flex:2 2 20%;flex:2 2 20%;min-width:200px;}.l-column-15{-webkit-box-flex:1.5 1.5 15%;-moz-box-flex:1.5 1.5 15%;-webkit-flex:1.5 1.5 15%;-ms-flex:1.5 1.5 15%;flex:1.5 1.5 15%;min-width:100px;}.l-column-100{-webkit-box-flex:10 10 100%;-moz-box-flex:10 10 100%;-webkit-flex:10 10 100%;-ms-flex:10 10 100%;flex:10 10 100%;min-width:300px;}.l-columns-nowrap .l-column-50,.l-columns-nowrap .l-column-66,.l-columns-nowrap .l-column-33{min-width:auto;}

#modal-backdrop{display:none;}#modal:not(:empty) + #modal-backdrop{display:block;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:black;opacity:.3;z-index:5;}.modal{position:fixed;background:#f7f5f2;color:#666461;border-radius:6px;max-width:600px;width:90%;padding:20px 15px 30px 15px;top:50%;left:50%;transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1,1);transition:transform 300ms;backface-visibility:hidden;-webkit-backface-visibility:hidden;z-index:21;font-size:20px;box-shadow:0 10px 25px rgba(0,0,0,.5);}.modal select{height:2.2em;}.modal input,.modal textarea,.modal select{margin-top:9px;min-width:14em;background:#f0eae2;color:inherit;border:none;font-size:90%;padding:.4em .7em;border-radius:1px;}.modal input:focus,.modal textarea:focus,.modal select:focus{background:#fff;}.modal input[type=checkbox],.modal input[type=radio]{min-width:auto;}.modal input[type=file]{background:transparent;}.modal input[type=color]{padding:0px;min-width:auto;}.modal .close{border-radius:100%;background:#a2aaab;width:25px;height:25px;top:-9px;right:-9px;position:absolute;float:right;cursor:pointer;z-index:3;}.modal .close:after{content:'\00D7';font-size:27px;position:relative;top:-3px;left:0px;color:#fff;}.modal .close:hover:after{color:#202022;}.modal.narrow{max-width:450px;width:66%;}.modal.wide{max-width:800px;width:100%;}.modal h1{font-family:'PT Sans',sans-serif;margin:5px 0px 10px 0px;text-align:center;font-size:1em;text-transform:none;}.modal .number{background-color:#295;width:35px;height:35px;color:#fff;font-size:24px;text-align:center;display:inline-block;border-radius:100%;margin:5px;}.modal .title{margin:8px 0 0 8px;color:#6a6a6a;font:12px;font-weight:bold;display:inline;}.modal .inputs{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-justify-content:space-between;-moz-box-justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-flex-wrap:wrap;-moz-box-flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}.modal .modal-column{-webkit-box-flex:1 1 300px;-moz-box-flex:1 1 300px;-webkit-flex:1 1 300px;-ms-flex:1 1 300px;flex:1 1 300px;}.modal fieldset{border-color:#ccc;border-radius:4px;margin:10px 0px;}.modal label{margin:9px 1em 0px 0px;color:#3d3f40;display:inline-block;width:130px;text-align:right;font-weight:bold;}.modal label.big{width:200px;}.modal label.inline{display:inline;}.modal label.checkbox-label{display:inline;font-weight:normal;font-size:90%;margin-right:0;}.modal .info{background:#dedfdf;margin:10px -15px;padding:5px 15px;font-size:.7em;line-height:180%;}.modal .button-line{text-align:center;margin-top:20px;}.modal .button-line > *{margin-left:.6em;margin-right:.6em;}.modal .button-line-right{text-align:right;}.modal .button-line-right > *{ margin-left:1.2em;}.modal button,.modal input[type=button],.modal input[type=submit],.modal button[type=submit]{background-color:#5cafe2;color:#fff;border:none;border-radius:4px;font-size:1em;min-width:10em;padding:1px 8px 1px 8px;line-height:1.8em;margin-top:10px;cursor:pointer;}.modal input[type=submit],.modal button[type=submit]{background-color:#5bc0de;}.modal .wide-element{width:100%;min-width:auto;}.modal .limit-width{min-width:auto;width:18em;}.modal .small-element{min-width:9em;width:9em;}.response{margin:2px -15px;width:auto;padding:3px 3px 3px 24px;display:none;line-height:160%; }.response a{color:#367b98;font-weight:bold;}.response a:hover{text-decoration:underline;}.response.error{background:#e9dfdf url(/tiny/img/cross.png) no-repeat 4px center;color:#bf3b3b;}.response.success{background:#dfe9df url(/tiny/img/tick.png) no-repeat 4px center;color:#318f2c;}#modal.modal-closed .modal{transform:translateX(-50%) translateY(-250%) translateZ(0) scale(1,1);-webkit-transform:translateX(-50%) translateY(-250%) translateZ(0) scale(1,1);}.routes_list_scroll_container{max-height:350px;overflow:auto;margin:0px -15px;}.routing_rules_table th{background:#c1cfd9;padding:3px;}.routing_rules_table{width:100%;margin:3px 0px;}.routing_rules_table th:first-child,.routing_rules_table td:first-child{padding-left:15px;}.routing_rules_table th:last-child,.routing_rules_table td:last-child{padding-right:15px;}.routing_rules_table tbody td{padding:3px;}.routing_rules_table .actions{text-align:center;}.routing_rules_table .url{width:100%;}.modal .bl-move-up-button,.modal .bl-move-down-button,.modal .bl-delete-button{padding:0 3px;width:20px;margin:0 2px;background:none;border:none;cursor:pointer;color:inherit;display:inline-block;min-width:auto;}.modal .item-container{border-bottom:1px solid #c1cfd9;}.forgot{display:block;text-align:center;font-size:70%;color:inherit;text-decoration:underline;margin:.3em;}.sign-hint{text-align:center;margin-top:1.3em;font-size:85%;}.sign-hint a{color:inherit;display:inline-block;border-radius:.7em;padding:.2em 1.3em;border:1px solid #7ebd62;font-weight:normal;margin-top:.5em;}.sign-terms{font-size:70%;margin:1em 0em;text-align:center;}.sign-terms a{color:#7ebd62;}

body{ font-family:'Roboto','Arial';color:#6486a0;}a{color:#6486a0;}h1,h2,h3,h4,h5,h6{font-family:'Coda','Sans';font-weight:normal;color:#225378;}img{height:auto;}.fit-width{max-width:100%;}.l-narrow-content,.l-medium-content,.l-wide-content{background-color:#fff;margin:0 auto;}.error{color:red;}#busy-indicator{display:none;position:fixed;background:transparent;z-index:10000;transform:translateX(-50%) translateY(-50%);top:50%;left:50%;}.code-example,.example-code{border:none;color:#225378;background-color:#fbfbfb;display:block;text-shadow:none;white-space:pre;padding:.3em;font-weight:normal;overflow:auto;}.example-code{width:100%;}code{font-weight:bold;}hr{border:none;border-top:1px solid #ebebeb;}.captcha_block{text-align:center;font-size:70%;margin-top:.5em;}.captcha_block a{font-style:italic;color:inherit;}.last-footer{text-align:center;color:#fff;padding:.3em 0 .3em 0;font-size:.8em;background-color:#91a9bc;}.required-mark:after{content:'*';color:red;}label{min-width:10em;display:inline-block;margin:.3em 0;}textarea{height:5em;}textarea,input{font-size:1.3em;color:#225378;border-radius:4px;border:1px solid #6486a0;}.facebook-button,.google-button{color:#fff;border-radius:3px;position:relative;width:90%;text-align:center;display:inline-block;line-height:2.3em;font-size:80%;}.facebook-button .fa,.google-button .fa{position:absolute;left:.65em;top:.65em;}.facebook-button{background-color:#2d4372;}.google-button{background-color:#d64937;}.social-login-header{text-align:center;position:relative;margin:1.3em 0px .5em 0px;}.social-login-header:before,.social-login-header:after{content:'';position:absolute;top:.65em;border-bottom:1px solid #a2aaab;width:28%;}.social-login-header:before{left:0px;}.social-login-header:after{right:0px;}@media all and (max-width:640px){.social-login-header:before,.social-login-header:after{width:15%;}.facebook-button,.google-button{display:block;width:100%;margin:.3em;}}.social-link{text-decoration:none;display:inline-block;}.social-link img{border-radius:8px;}hr.tiny-devider{opacity:.1;height:60px;width:100%;background-image:url(../img/front/link_for_devider.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;border:none;background-color:transparent;position:relative;margin:4.5em 0;}hr.tiny-devider:before{content:'';position:absolute;top:48%;left:30%;width:17%;height:2px;display:block;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);}hr.tiny-devider:after{content:'';position:absolute;top:48%;right:30%;width:17%;height:2px;display:block;background:linear-gradient(to left,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);}.faq-block{font-size:.8em;font-family:'Roboto','Arial';text-align:left;}.faq-item{border:1px solid #ebebeb;border-radius:6px;margin:1em 0;font-size:.9em;}.faq-item .hidden-content-header{font-weight:bold;padding:1.5em 1em 1.5em 1.8em;cursor:pointer;position:relative;}.faq-item .hidden-content-header:after{content:'';width:50px;height:25px;display:block;position:absolute;top:1.5em;right:1em;background-image:url(../img/front/show_more.svg);background-position:center center;background-repeat:no-repeat;background-size:50px 25px;}.faq-item .hidden-content{display:none;padding:.5em 1em 1.5em 1.8em;max-width:1024px;font-size:.85em;}.faq-item.show-hidden-content .hidden-content-header{border-bottom:1px solid #ebebeb;}.faq-item.show-hidden-content .hidden-content-header:after{background-image:url(../img/front/show_less.svg);}.help-page{background-color:#fff;padding:2em 0;}.help-topics-block{border-radius:6px;border:1px solid #ebebeb;margin-right:2em;}.help-section-header,.help-topics-header{text-decoration:none;display:block;padding:1em 30px;color:#225378;border-top:1px solid #ebebeb;font-family:'Coda','Sans';font-size:.9em;}.help-topics-header{background-color:#fbfbfb;border-top:none;}.help-section-header.acc-active-help-section{border-left:#ff7f00 solid 7px;color:#ff7f00;padding-left:24px;}.help-section{display:none;color:#6486a0;padding-left:2em;line-height:1.8em;}.help-section a{color:#6486a0;}.help-section h1,.help-section h2,.help-section h3,.help-section h4{color:#225378;}.pure_login{background-image:url(../img/front/pure_background.png);height:100%;font-size:2em;text-align:center;position:relative;}.pure_login h2{margin:0;}.pure_login #login{vertical-align:middle;display:inline-block;cursor:pointer;border-bottom:2px solid #225378;padding:.2em .5em;top:5em;position:relative;}.button{font-family:'Coda','Sans';background-color:transparent;color:#225378;text-align:center;border-radius:.3em;line-height:2.3em;border:2px solid #225378;min-width:9em;display:inline-block;vertical-align:middle;margin:.2em;transition:all .3s;}.button:hover{cursor:pointer;background-color:#bfd4e3;color:#225378;}.button-primary{background-color:#225378;color:white;}#modal .close:after{top:-3px;left:5px;}.about-content{font-size:1.2em;}.tiny-numbers-container{ background-color:#225277;background-image:url(../img/pattern2.gif);padding:1.5em 0;}.tiny-numbers-block{margin:0 auto;max-width:1200px;font-size:.8em;text-align:center;color:white;padding:1em .5em;}.tiny-numbers-block .fa{font-size:4em;}.tiny-numbers-cell{padding:1em 0;}.tiny-number{font-weight:bold;display:block;font-size:1.5em;margin:.4em;}#free-report{color:#fff;}#free-report:hover{color:#ff7f00;}.icon-item{font-size:1em;padding:1em 1.5em;line-height:1.7em;}.icon-image{width:40px;height:40px;}.icon-label{font-size:1.5em;margin:1em 0;font-weight:bold;}.features-list:not(.is-show-more-active) li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){display:none;}.features-list:not(.is-show-more-active):after{content:'see more...';font-size:.9em;display:block;cursor:pointer;}.features-list:not(.is-show-more-active):hover:after{text-decoration:underline;}@keyframes year-period-savings{from{top:-1.2em;}to{top:-1.7em;}}.year-period{position:relative;}.year-period:after{content:'savings!';color:#b2b6b8;position:absolute;top:-1.2em;right:3.5em;font-size:.9em;animation:year-period-savings alternate running infinite .3s ease;}

.header{background-color:white;padding:1em 0;border-bottom:1px solid #ebebeb;}.content{max-width:1200px;margin:0 auto;}.footer{background-color:#f7f7f7;color:#225378;padding:5em 0;font-size:.9em;line-height:1.6em;}.footer-nav-column{min-width:150px;}.footer-nav-column h2{margin-top:0;display:table;border-bottom:2px solid #225378;margin-bottom:20px;padding-bottom:5px;width:70%;font-size:1.2em;}.footer-nav-column a{text-decoration:none;display:block;color:#7d98ad;margin-bottom:5px;}.footer-nav-column a:hover{text-decoration:underline;}.cta-button{font-family:'Coda','Sans';background-color:transparent;color:#ff7f00;text-align:center;border-radius:.75em;line-height:30px;border:2px solid #ff7f00;width:15em;display:inline-block;text-decoration:none;font-size:20px;line-height:55px;transition:all .3s;}.cta-button:hover{cursor:pointer;background-color:#ffecd8;}.cta-button-primary{background-color:#ff7f00;color:white;box-shadow:0px 10px 30px 1px rgba(50,50,50,.3);border-radius:12px;width:215px;}.cta-button-primary:hover{background-color:#ffa54c;border-color:#ffa54c;}.header-nav-link{font-family:'Coda','Sans';text-decoration:none;color:#225378;padding:1em;vertical-align:middle;display:inline-block;}.header-nav-link.is-active-nav-link{text-decoration:underline;color:#7290a7;}.header-nav-link:hover{text-decoration:underline;}.features-line{font-size:1.1em;color:#6f8da5;}.secondary-title{color:#6486a0;}.front-block{background-color:#e9edf0;background-image:url(../img/pattern1.gif);padding:2em 0;color:#225378;}.front-block h1{font-weight:normal;margin:.3em 0;}.clear-block{font-family:'Coda','Sans';background-color:white;color:#225378;padding:3.8em 0;font-size:1.6em;}.client-logo{max-width:100px;margin:0 1.5em 0 2em;}.front-block2{background-color:#e9edf0;background-image:url(../img/front/main-page-2.jpg);background-size:cover;padding:2em 0;color:#225378;font-size:1.4em;}.front-block2 h1{font-weight:normal;margin:.3em 0;}.feature-with-icon{color:#6486a0;background-position:left center;background-repeat:no-repeat;background-size:47px;font-size:.95em;padding:.8em 0 .8em 70px;line-height:1.5em;}.clear-block2{background-color:white;color:#225378;padding:3em 0;font-size:1.4em;}.clear-block2 h1{font-weight:normal;margin:0em 0;}.clear-block3{background-color:white;color:#225378;padding:4.5em 0 23em 0;font-size:1.3em;text-align:center;background-image:url(../img/front/main-page-5.png);background-position:center 12em;background-repeat:no-repeat;background-size:auto;}.clear-block3 h1{margin:.5em 0;}.front-block3{background-color:#e9edf0;background-image:url(../img/pattern1.gif);color:#225378;font-size:1.4em;}.front-block3 h1{font-weight:normal;margin:.3em 0;}.front-block3-content{text-align:center;padding:2em 0;margin:0 auto; background-image:url(../img/front/pattern3.png),url(../img/front/secure.jpg);background-position:center center,center center;background-repeat:repeat,no-repeat;background-size:auto,cover;}.find_out_cells{position:relative;text-align:center;font-weight:bold;font-size:.7em;}.find_out_cell{position:absolute;background-color:#f7fafb;width:100px;height:172px;cursor:pointer;}.find_out_cell:before{content:'';position:absolute;top:0;left:-100px;width:50px;height:0;border-right:50px solid #f7fafb;border-top:86px solid transparent;border-bottom:86px solid transparent;}.find_out_cell:after{content:'';position:absolute;top:0;left:100px;width:50px;height:0;border-left:50px solid #f7fafb;border-top:86px solid transparent;border-bottom:86px solid transparent;}.find_out_cell:hover{box-shadow:0px 15px 30px 1px rgba(50,50,50,.3);}.find_out_cell_inner1{background-color:#f7fafb;position:absolute;top:16px;left:8px;width:80px;height:140px;z-index:1;}.find_out_cell_inner1:before{content:'';position:absolute;top:0;left:-80px;width:40px;height:0;border-right:40px solid #f7fafb;border-top:70px solid transparent;border-bottom:70px solid transparent;}.find_out_cell_inner1:after{content:'';position:absolute;top:0;left:80px;width:40px;height:0;border-left:40px solid #f7fafb;border-top:70px solid transparent;border-bottom:70px solid transparent;}.find_out_cell_inner2{background-color:#f7fafb;position:absolute;top:2px;left:1.5px;width:77px;height:136px;z-index:1;line-height:136px;}.find_out_cell_inner2:before{content:'';position:absolute;top:0;left:-77px;width:38.5px;height:0;border-right:39px solid #f7fafb;border-top:68px solid transparent;border-bottom:68px solid transparent;}.find_out_cell_inner2:after{content:'';position:absolute;top:0;left:77px;width:38.5px;height:0;border-left:39px solid #f7fafb;border-top:68px solid transparent;border-bottom:68px solid transparent;}.find_out_cell_name{vertical-align:middle;line-height:1.5em;display:inline-block;transition:all .3s;position:relative;z-index:2;width:150%;margin:0 -25%;}.find_out_cell.active_cell .find_out_cell_inner1{background-color:#ff7f00;}.find_out_cell.active_cell .find_out_cell_inner1:before{border-right-color:#ff7f00;}.find_out_cell.active_cell .find_out_cell_inner1:after{border-left-color:#ff7f00;}.find_out_cell.active_cell .find_out_cell_inner1 .find_out_cell_name{color:#ff7f00;}.find_out_show_name{color:#ff7f00;font-weight:bold;text-transform:uppercase;}.find_out_benefits_container{font-size:1.1em;padding-top:1.5em;min-height:600px;}.find_out_benefit{margin-top:1.5em;font-size:.9em;padding-left:60px;position:relative;}.find_out_benefit:before{content:'\f058';font:normal normal normal 14px/1 FontAwesome;font-size:1.5em;text-rendering:auto;-webkit-font-smoothing:antialiased;position:absolute;color:#225277;top:-2px;left:0;}.front-block-header{background-color:#225277;background-image:url(../img/pattern2.gif);padding:3em 0 4em 0;color:#fff;text-align:center;font-size:1.5em;}.front-block-header h1{font-weight:normal;color:#fff;margin:.3em 0;}.front-block-header h2{font-family:'Roboto','Arial';color:#fff;font-size:.8em;margin:.3em 0;}.feature-block-1,.feature-block-2{background-color:white;color:#7290a7;padding:3.5em 0;font-size:1.3em;}.feature-block-1 h1,.feature-block-2 h1{color:#225378;margin:0;}.feature-block-2{background-color:#fcfcfc;color:#6486a0;}.feature-list-title{padding-bottom:.3em;margin:.7em 0;border-bottom:2px solid #225378;color:#225378;display:inline-block;font-size:1.2em;}.feature-list-title:after{content:'\2003';}.features-list{padding:0 1em 0 0;list-style-type:none;font-size:.9em;color:#6486a0;}.features-list li{margin:.4em 0;padding-left:28px;position:relative;line-height:1.7em;}.features-list li:before{content:'';display:inline-block;position:absolute;border-radius:100%;width:14px;height:14px;background-color:#e9edf0;top:7px;left:0;}.compare-block{background-color:#fff;font-size:.95em;padding:3em 0;}.comparison-table{border-collapse:collapse;}.comparison-table th,.comparison-table td{padding:1.5em;border:1px solid #ebebeb;}.comparison-table th{color:#466d8b;font-size:1.2em;vertical-align:bottom;}.comparison-table th img{display:block;width:60px;margin-bottom:1em;}.comparison-table th.comp-th{padding:1.5em 1.1em;}.comparison-table th:nth-child(2),.comparison-table td:nth-child(2){background-color:#f2f3f4;}.comparison-table .comp_cell{text-align:center;}.comparison-table .comp_cell img{width:28px;}.comparison-table .label_cell{color:#466d8b;font-weight:bold;width:20%;}.comparison-table tr:nth-child(even){background-color:#fbfbfb;}.comparison-table tr:nth-child(even) th:nth-child(2),.comparison-table tr:nth-child(even) td:nth-child(2){background-color:#eff0f1;}.comp-bitly{position:relative;bottom:-7px;}.comp-google{position:relative;bottom:-4px;width:70px;}.comp-budurl{width:70px;}.compare-header-content{padding:3em 0 4em 0;background-image:url(../img/front/compare-banner.png);background-position:center 30%;background-repeat:no-repeat;background-size:2500px 1700px;}.compare-header-content h1{font-size:1.7em;}.comp-try-it{font-size:16px;line-height:40px;width:10em;margin:2em;}.comp-ask-about-block{padding:2em 0 3em 0;}.support-testemonials-block{background-image:url(../img/front/plans-banner.png);background-position:right 0%;background-repeat:no-repeat;background-size:auto;}.support-testemonial{margin:1.5em;border-radius:6px;background-color:#f6fafe;color:#7290a7;padding:1.5em 2em 2em 2em;box-shadow:0px 5px 25px 1px rgba(50,50,50,.1);font-size:.65em;}.support-testemonial q{font-style:italic;color:#7290a7;}.support-testemonial .client-portret{background-image:attr('data-src');background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:100%;width:80px;height:80px;display:inline-block;}.plans-page{background-color:#fff;padding:2em 0 6em 0;text-align:center;}.plans-page h1{color:#225378;font-size:2.5em;}.plans-table{ background-color:#fbfbfc;border-radius:6px;color:#6486a0;border:2px solid #ddd;border-spacing:5px 0px;}.plans-table .price{color:#225378;font-weight:bold;border-top:1px solid #ebebeb;padding-top:1.5em;font-size:2.5em;}.plans-table .price small{font-size:.5em;}.plans-table td{padding:.5em .5em .5em 1.5em;font-size:.8em;}.plans-table th:nth-child(0n+3),.plans-table td:nth-child(0n+3){border-right:1px solid #ebebeb;}.plans-table th:nth-child(0n+2),.plans-table td:nth-child(0n+2){border-right:2px solid #225378;border-left:2px solid #225378;position:relative;box-shadow:0px 10px 15px 0px rgba(50,50,50,.15);background-color:#fbfbfc;}.plans-table th:nth-child(0n+2){border-top:2px solid #225378;}.plans-table tr:last-child td:nth-child(0n+2){border-bottom:2px solid #225378;}.plans-table tr:nth-child(0n+3) td:nth-child(0n+2):after{content:'Most popular';position:absolute;bottom:3em;left:0;line-height:3em;font-size:1.5em;width:100%;background-color:#225378;color:#fff;}.plans-table th{font-size:.9em;font-weight:normal;padding:1em 2em 1em 2em;width:25%;line-height:1.8em;}.plans-table h1{color:#225378;margin:.5 0;font-size:1.5em;}.plans-table .cta-button{font-size:16px;line-height:40px;width:10em;border-radius:6px;margin-bottom:1.5em;}.plans-table p{margin:1.5em 0;}.plans-table .bottom-button .cta-button{color:#fff;background-color:#ff7f00;}.plans-table .top-feature{font-size:1.4em;color:#225378;margin:1em 0;}.plans-table .plan-features-list{vertical-align:top;}#period-switch{display:none;}.period-switch{border-radius:30px;background-color:#e9edf0;color:#b2b6b8;display:inline-block;margin:2.5em 0;}.period-switch .month-period,.period-switch .year-period{border-radius:30px;padding:.9em 3.5em .9em 2em;display:inline-block;}.period-switch .month-period{color:#fff;background-color:#225378;padding:.9em 3.5em .9em 3.5em;}.period-switch #period-switch:checked ~ .month-period{background-color:#e9edf0;color:#b2b6b8;padding:.9em 2em .9em 3.5em;}.period-switch #period-switch:checked ~ .year-period{color:#fff;background-color:#225378;padding:.9em 3.5em .9em 3.5em;}.price-per-year{display:none;}.enterprise-map-block{text-align:center;}.enterprise-map-block h1{margin:1.5em 0 0 0;}.enterprise-map-block h2{font-family:'Roboto','Arial';margin:0 0 3em 0;font-size:1em;line-height:1.7em;}.enterprise-map-block .enterprise-map{width:100%;height:auto;}.enterprise-map-block .enterprise-map-container{position:relative;}.enterprise-map-block .dc-marker{position:absolute;width:11px;height:11px;background-color:#225378;border-radius:100%;border:2px solid #fff;}.enterprise-map-block .dc-marker:after{content:'';position:relative;background-image:url(../img/front/geolocation.svg);background-size:25px;background-position:center center;background-repeat:no-repeat;top:-33px;left:-12px;width:30px;height:30px;display:block;}.enterprise-map-block .dc-marker-hint{color:#225378;font-size:.6em;position:absolute;display:none;padding:1em 2em;background-color:#fff;box-shadow:0px 15px 30px 1px rgba(50,50,50,.1);border-radius:6px;transform:translate(-48%,-160%);z-index:1;}.enterprise-map-block .dc-marker:hover + .dc-marker-hint{display:block;}.enterprise-datacenter{font-size:.75em;color:#225378;margin:4em 0;}.dc-separator{width:0;height:35px;vertical-align:middle;border-left:1px solid #ebebeb;display:inline-block;margin:0 .5em;}.icon-item{font-size:.6em;}

@media (max-height:700px),(max-width:640px){.modal{overflow:hidden;width:100%;top:0px;position:absolute;transform:translateX(-50%) translateY(0) translateZ(0) scale(1,1);-webkit-transform:translateX(-50%) translateY(0) translateZ(0) scale(1,1);}.modal label,.modal label.big{width:auto;text-align:left;}.modal input:not([type=checkbox]):not([type=radio]),.modal textarea,.modal select,.modal button,.modal .small-element,.modal .limit-width{min-width:auto;max-width:100%;}.modal .button-line > *,.modal .button-line-right > *{margin-left:0px;margin-right:0px;}.modal.narrow{top:20px;width:95%;}.modal.wide{position:absolute;}.modal .close{top:5px;right:5px;}}.pure_login #modal .modal .close:after{left:0px;}