@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

.formatedtext li {
    margin-left: 25px;
}

#faq-holder .formatedtext {
    margin-top: 20px;
}

.faq-menu .thickbox {
    border: 1px solid #cecece;
    display: inline-block;
    width: 22%;
    margin-right: 1%;
    margin-bottom: 1%;
    min-width: 230px;
    min-height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    box-sizing: border-box;
    text-decoration: none;
    padding-top: 10%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: #ff7f00;
    font-size: 16px;
    line-height: 1.5;
}

.faq-side-menu {
    width: 30%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.faq-side-menu a {
    color: #ff7f00;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.5;
}

.faq-side-menu a.active {
    color: #afafaf;
}

.faq-side-menu a.active:before {
    content: "» ";
}

.faq-side-menu ul {
    margin-top: 10px;
    list-style: none;
}

#faq-holder h2,
.faq-side-title h2,
#ContactFormWrap h2 {
    font-weight: bold !important;
}

.faq-side-menu ul li {
    margin-bottom: 10px;
}

#faq-holder {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

#BreadCrumbs {
    margin-bottom: 30px;
}

#BreadCrumbs a {
    color: #ff7f00;
    text-decoration: none;
    font-size: 16px;
}

#BreadCrumbs a span {
    color: #9c9c9c;
}

#BreadCrumbs a.active {
    color: #000;
}

body {
    font: 14px/16px 'Open Sans', sans-serif;
}

h1 {
    font-size: 28px;
    color: #ff7f00;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 40px;
    font-weight: 400;
}

h3 {
    color: #939393;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}

#header {
    height: 100px;
    color: #7a7a7a;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

#header>.content {
    padding: 0 20px;
    max-width: 1320px;
    position: relative;
}

#menutoggle {
    display: block;
    width: 80px;
    float: left;
    height: 80px;
    margin-top: 10px;
    cursor: pointer;
    background: url(/images/html/sprite.png) 16px -87px;
    background-clip: content-box;
    padding: 20px;
}

.white #menutoggle {
    background: url(/images/html/sprite.png) -251px -87px;
    background-clip: content-box;
    padding: 20px;
}

#logo {
    margin-left: 30px;
    margin-top: 20px;
    border: 0;
    display: block;
    width: 230px;
    height: 60px;
    background-image: url(/images/html/logo.png);
    position: absolute;
    left: 100px;
}

.white #logo {
    background-image: url(/images/html/logo_s_white.png);
}

.fixed #logo {
    width: 60px;
}

.logo>img {
    border: 0;
}

#menuwrap {
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    z-index: 100;
    top: 20px;
    left: 80px;
}

#menu {
    width: 98%;
    height: 98%;
    margin: 0 auto;
    position: relative;
    top: 1%;
    background-color: #163c68;
    z-index: 100;
    border: solid 1px #FFF;
}

#menu>.top {
    background-repeat: no-repeat;
    background-position: 100px 10px;
}

#menu .bottom a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 1.2em;
}

#menu .bottom a:hover {
    text-decoration: underline;
}

#closemenu {
    display: block;
    width: 80px;
    float: left;
    height: 80px;
    margin-top: 0;
    cursor: pointer;
    background: url(/images/html/sprite.png) 15px -136px;
    background-clip: content-box;
    padding: 20px;
}

#menu .logo {
    margin-top: 10px;
    margin-left: 20px;
    pointer-events: none;
    float: left;
}

#menu .top a {
    font-size: 1.4em;
    line-height: 1.3em;
}

#menu .mobilelangs {
    display: none;
}

#menu>.bottom {
    margin: 0 auto;
    position: absolute;
    top: 80px;
    bottom: 46px;
    width: 100%;
    max-width: 1020px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    overflow-y: auto;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#menu>.bottom .column {
    flex-grow: 1;
    width: 200px;
    text-align: center;
    border-right: solid 1px #456386;
}

#menu>.bottom .column:last-child {
    border-right: 0;
}

#menu>.bottom .column .top {
    min-height: 70px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    padding: 0 20px;
    text-align: center;
}

#menu>.bottom .column .top>a {
    width: 100%;
    display: block;
    text-align: center;
}

#menu>.bottom .column .top:after {
    content: '';
    display: block;
    width: 50%;
    bottom: 0;
    position: absolute;
    left: 25%;
    border-bottom: solid 1px #FFF;
}

#menu>.bottom .column .bottom {
    padding: 0 15px;
}

#menu>.bottom ul {
    display: block;
    width: 100%;
}

#menu>.bottom li {
    list-style: none;
}

#menu>.bottom .column .bottom li {
    margin-bottom: 20px;
}

#menu>.bottom .column .bottom li.active a {
    color: #ff9e3e;
}

#menu>.bottom .column .bottom li ul li {
    margin-bottom: 0;
    margin-top: 10px;
}

#menu>.bottom .column .bottom li ul li a {
    text-transform: none;
    color: #CCC;
}

#header .right>form,
#header .right>div {
    float: left;
}

#header form {
    line-height: 30px;
    margin-top: 35px;
}

#header form label {
    font-weight: 600;
}

#banner>form label {
    color: #FFF;
    font-weight: 600;
}

#banner>form label>span {
    font-weight: 400;
}

#banner>form input[type="text"] {
    margin: 0 5px;
    width: 190px;
    font-size: 16px;
    color: #FFF;
}

#banner>form input[type="text"] {
    color: #FFF;
    border-color: #FFF;
}

#banner>form label span {
    font-style: italic;
    margin-left: 10px;
}

#domain_check_submit {
    position: relative;
    top: -2px;
}

#banner #domain_check_submit {
    color: #FFF;
    border-color: #FFF;
}

#banner #domain_check_submit:hover {
    background-color: #FFF;
    color: #ff7f00 !important;
}

#langmenu {
    position: relative;
    margin-top: 40px;
    margin-left: 35px;
}

#langmenu>a {
    display: block;
    line-height: 20px;
    width: 24px;
    border: solid 2px #7a7a7a;
    color: #7a7a7a;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.white #langmenu>a {
    color: #FFF;
    border-color: #FFF;
}

#langmenu .langsholder {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    border: solid 2px #7a7a7a;
    border-top: 0;
}

.white #langmenu .langsholder {
    border-color: #FFF;
}

#langmenu .langsholder>a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #7a7a7a;
    border-bottom: solid 2px #7a7a7a;
    padding: 2px 0;
}

.white #langmenu .langsholder>a {
    border-color: #FFF;
    color: #FFF;
}

#langmenu .langsholder>a:last-child {
    border-bottom: 0;
}

#smallBasket {
    display: block;
    height: 30px;
    width: 40px;
    margin-top: 36px;
    background: url(/images/html/sprite.png) -55px -161px;
    margin-left: 30px;
    text-decoration: none;
}

.white #smallBasket {
    background: url(/images/html/sprite.png) -107px -161px;
}

#smallBasket>.item_count {
    position: relative;
    left: 14px;
    top: -3px;
    color: #FFF;
    background: #ff7f00;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    text-align: center;
    border: solid 1px #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#smallBasket>.item_count>span {
    font-size: 0.7em;
    line-height: 16px;
    top: -2px;
    position: relative;
}

#main {}

#basket,
#form {
    font-size: 16px;
    color: #39444c;
    max-width: 770px;
    margin: 0 auto;
}

#basket a {
    text-decoration: none;
    color: #39444c;
    font-size: 14px;
    font-weight: 600;
}

#form a,
.formpopup .item a {
    color: #FF7F00;
    text-decoration: none;
}

#form a:hover,
.formpopup .item a:hover {
    text-decoration: underline;
}

#form h3 {
    color: #000;
    text-transform: none;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

#form .found h3 {
    margin-bottom: 10px;
}

#form hr {
    border: 0;
    border-bottom: solid 1px #EEE;
    background-transparent;
}

#basket .item,
#form .item,
.formpopup .item {
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 12px;
    -webkit-box-shadow: 1px 1px 1px 0px #CCC;
    box-shadow: 1px 1px 1px 0px #CCC;
    overflow: hidden;
}

#basket .item>.title,
#form .item>.title,
.formpopup .item>.title {
    background: #f8f8f8;
    padding-left: 20px;
    position: relative;
    line-height: 55px;
    cursor: pointer;
}

#basket .item>.title>div,
#form .item>.title>div,
.formpopup .item>.title>div {
    float: left;
}

#basket .item>.title>.name,
#form .item>.title>.name,
.formpopup .item>.title>.name {
    font-weight: 600;
    margin-left: 5px;
}

#basket .item>.title>.price,
#basket .item>.title>.action,
#basket .item>.title>.remove {
    display: block;
    height: 55px;
    float: right;
    border-left: solid 1px #e1e1e1;
    top: 0;
    line-height: 55px;
    text-align: center;
}

#basket .item>.title>.remove,
.formpopup .item .remove {
    width: 55px;
    cursor: pointer;
    background: url(/images/html/sprite.png) -272px -12px;
    background-clip: content-box;
    padding: 15px;
    position: relative;
}

#basket .item>.title>.remove:after,
.formpopup .item .remove:after,
#basket .myDomainsWrap a.remove:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #f8f8f8 url(/images/html/sprite.png) -272px -32px;
    background-clip: content-box;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#basket .item>.title>.remove:hover:after,
.formpopup .item .remove:hover:after {
    opacity: 1;
}

#basket .myDomainsWrap a.remove,
#basket .myDomainsWrap a.remove:after,
#basket .subitem a.remove,
#basket .subitem a.remove:after {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    background: url(/images/html/sprite.png) -289px -30px content-box;
    padding: 5px;
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#basket .myDomainsWrap a.remove:after,
#basket .subitem a.remove:after {
    content: '';
    position: absolute;
    background: #F8F8F8 url(/images/html/sprite.png) -289px -50px content-box;
    top: 0;
    left: 0;
}

#basket .subitem a.remove:after {
    opacity: 0;
}

#basket .myDomainsWrap a.remove:hover:after,
#basket .subitem a.remove:hover:after {
    opacity: 1;
}

#basket .myDomainsWrap input[type="text"] {
    margin: 3px 0;
}

#basket .subitem .title div.remove {
    padding: 0;
    background: none;
}

#basket .subitem a.remove:after {
    box-sizing: border-box;
}

#basket .subitem a.remove,
#basket .subitem a.remove:after {
    display: block;
    width: 55px;
    height: 55px;
    padding: 18px 17px;
    background-clip: content-box;
}

#basket .item>.title>.action>.modify,
#basket .item>.title>.action>.collapse,
#form .item>.title>.action>.modify,
.formpopup .item>.title>.action>.modify {
    display: block;
    padding: 0 25px 0 15px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#basket .item>.title>.action>.collapse,
#basket .item.open>.title>.action>.modify {
    display: none;
}

#basket .item.open>.title>.action>.collapse {
    display: block;
}

#form .item>.title>.action,
.formpopup .item>.title>.action {
    float: right;
    margin-right: 20px;
}

#basket .item>.title>.action>.modify:hover,
#basket .item>.title>.action>.collapse:hover {
    color: #fe1717;
}

#basket .item>.title>.action .modify:after,
#basket .item>.title>.action .modify:before,
#basket .item>.title>.action .collapse:after,
#basket .item>.title>.action .collapse:before,
#form .item>.title>.action .modify:before,
.formpopup .item>.title>.action .modify:before {
    display: block;
    content: '';
    position: absolute;
    right: 2px;
    top: 19px;
    width: 20px;
    height: 16px;
    background: url(/images/html/sprite.png) -215px -52px;
    vertical-align: middle;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#basket .item>.title>.action .modify:after,
#basket .item>.title>.action .collapse:after {
    background: url(/images/html/sprite.png) -245px -52px;
    opacity: 0;
}

#basket .item>.title>.action .modify:hover:after,
#basket .item>.title>.action .collapse:hover:after {
    opacity: 1;
}

#basket .item>.title>.action .modify:hover:before,
#basket .item>.title>.action .collapse:hover:before {
    opacity: 0;
}

#basket .item.open>.title>.action .modify:before,
#basket .item.open>.title>.action .collapse:before,
#form .item.open>.title>.action .modify:before,
.formpopup .item.open>.title>.action .modify:before {
    background-position: -215px -31px;
}

#basket .item.open>.title>.action .modify:after,
#basket .item.open>.title>.action .collapse:after {
    background-position: -245px -31px;
}

#basket .item>.title>.price {
    padding: 0 20px;
    min-width: 110px;
    right: 155px;
    font-weight: 600;
    color: #ff7f00;
}

#basket .item>.title>.price>span {
    font-weight: 600;
}

#basket .item>.title>.price>span.term {
    color: #39444C;
    font-weight: 400;
    margin-left: 5px;
    display: none;
}

#basket input[name="saveCart"] {
    display: none;
}

#basket .item>.data,
#form .item>.data,
.formpopup .item>.data {
    display: none;
}

#form .item>.data,
.formpopup .item>.data {
    border-top: solid 1px #e1e1e1;
    padding-top: 15px;
}

#form.login .item>.data .errors {
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 10px;
}

#form table td,
.formpopup .item table td,
.formpopup #formmain.ssl td,
.formpopup .extra td {
    padding: 0px 5px 15px 5px;
}

#form table td:first-child,
.formpopup table td:first-child,
.formpopup #formmain.ssl td:first-child {
    padding-left: 20px;
}

#form table td:last-child,
.formpopup table td:last-child,
.formpopup #formmain.ssl td:last-child {
    padding-right: 20px;
}

#form table td input[type="text"],
#form table td input[type="password"],
#form table td textarea,
.formpopup table td input[type="text"],
.formpopup table td input[type="password"],
.formpopup table td textarea {
    width: 100%;
    border-radius: 3px;
}

#basket table,
#form table,
.formpopup table {
    border-collapse: collapse;
    width: 100%;
}

.item.with_errors .errors {
    border-top: solid 1px #e1e1e1;
    margin-bottom: 10px;
}

.item.with_errors .title .type,
.item.with_errors .title .name {
    color: #F00;
}

.contacterrors {
    margin: 30px 0;
    text-align: left;
}

.item.with_errors .errors li,
.ssl_gen_error li,
.contacterrors li {
    padding-left: 20px;
    margin-top: 10px;
    color: #F00;
}

.ssl_gen_error {
    margin-bottom: 20px;
}

.ssl_gen_error li,
.contacterrors li {
    padding-left: 0;
    margin-left: 20px;
}

#basket .item>.data>table>tbody>tr>td {
    border-top: solid 1px #e1e1e1;
    padding: 10px 20px 10px 0;
}

#basket .item>.data>table>tbody>tr>td:first-child {
    padding-left: 20px;
}

#basket .item>.data>table>tbody>tr>td:last-child {
    padding-right: 20px;
}

#basket .item>.data table.data {
    width: 100%;
}

#basket .item>.data table.data p {
    line-height: 1.5em;
    margin-bottom: 5px;
}

#basket td.price {
    text-align: right;
    min-width: 85px;
    width: 100px;
    white-space: nowrap;
}

.item.cat1 .data .data td:first-child {
    width: 250px;
}

.item.cat4 .data .data td:first-child {
    width: 250px;
}

#basket table.data a,
table.data a {
    color: #ff7f00;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#basket table.data a:hover,
table.data a:hover {
    color: #fe1717;
}

#basket table.data .select-wrap,
#OrderReceiveType .select-wrap,
#form .select-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    line-height: 25px;
    font-size: 0.9em;
}

input[type="checkbox"]+label:before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    border: solid 1px #b6b6b6;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    top: 4px;
    background: #FFF;
}

input[type="checkbox"]:checked+label:before {
    background: #FFF url(/images/html/sprite.png) -156px -30px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    line-height: 25px;
    font-size: 0.9em;
}

input[type="radio"]+label:before {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    border: solid 1px #b6b6b6;
    border-radius: 100%;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    top: 4px;
}

input[type="radio"]:disabled+label:before {
    border-color: #cfcfcf;
}

input[type="radio"]:disabled+label {
    color: #cfcfcf;
}

input[type="radio"]:checked+label:before {
    background: url(/images/html/sprite.png) -186px -31px;
}

.item table td.long {
    width: 100%;
}

#basket .opttext {
    display: block;
    margin-left: 30px;
    font-size: 0.9em;
    color: #5e676e;
    margin-bottom: 7px;
}

.price_label {
    display: inline-block;
    margin-left: 10px;
    line-height: 22px;
    background: #f4f3ef;
    font-size: 0.9em;
    color: #000;
    padding: 0 5px;
    border-radius: 5px;
}

.AdditionalServices>table tr>td:first-child {
    min-width: 100%;
}

#OrderReceiveType {
    color: #6d6d6d;
}

#total {
    border: solid 1px #ff7f00;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 20px 0;
}

#total table {
    width: auto;
    float: right;
}

#total table td {
    padding: 3px;
    color: #000;
}

#total table td:first-child {
    padding-right: 50px;
    text-align: right;
    color: #39444c;
}

#total table tr.discount td,
#total table tr.total td {
    color: #ff7f00;
}

#total table tr.total td {
    padding-top: 10px;
    font-size: 1.3em;
}

.contents {
    text-align: justify;
}

.contents p,
.contents li {
    color: #39444c;
    line-height: 1.3em;
    margin: 7px 0;
    font-size: 15px;
}

.contents li>div {
    margin-top: 5px;
}

.content h2 {
    font-weight: 400;
}

.contents img {
    /*margin:0 20px;*/
}

.contents a {
    color: #ff7f00;
}

.contents img {
    max-width: 100%;
    height: auto;
}

.contents ol {
    list-style: none;
    counter-reset: cnt;
    margin-left: 10px;
}

.contents ul>li>ol {
    margin-left: 40px;
}

.contents ol>li {
    counter-increment: cnt;
    display: inline-block;
    float: left;
    clear: both;
}

.contents ol>li:before {
    content: counters(cnt, '.')'.';
    font-weight: 600;
    margin-right: 7px;
}

.contents ul {
    margin-left: 10px;
    list-style: none;
}

.contents ol ul {
    margin-left: 30px;
}

.contents ul>li:before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #d8d8d8;
    border: solid 1px #b6b6b6;
    margin-right: 7px;
    border-radius: 100%;
}

.contents ul.check>li:before {
    height: 18px;
    width: 18px;
    background: url(/images/html/sprite.png) -157px -52px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    border: 0;
}

.contents li {
    margin-top: 5px;
}

.contents table {
    border-collapse: separate;
    color: #797979;
    border-spacing: 0;
    -webkit-box-shadow: 1px 1px 1px 0px #CCC;
    box-shadow: 1px 1px 1px 0px #CCC;
    border-radius: 10px;
}

.contents table tr td {
    padding: 20px 40px;
    border-left: solid 1px #dee1e2;
    border-bottom: solid 1px #dee1e2;
}

#affiliatetable tr:first-child td {
    border-top: solid 1px #dee1e2;
}

#affiliatetable td:first-child {
    text-align: right;
}

#affiliatetable td:last-child {
    text-align: left;
}

.contents table tr:first-child td,
.domain_check_results tr:first-child th {
    background: #f4f3ef;
    color: #39444c;
    font-weight: 600;
    border-top: solid 1px #dee1e2;
}

.domain_check_results tr:first-child th {
    padding: 15px;
    color: #FF7F00
}

.contents table td:last-child {
    border-right: solid 1px #dee1e2;
}

.contents table tr:first-child,
#hostingplans tr:first-child,
.pricetable tbody tr:nth-child(2),
.domain_check_results tr:first-child {
    border-top-left-radius: 10px;
}

.contents table tr:first-child td:first-child,
#hostingplans tr:first-child td:first-child,
.pricetable tbody tr:first-child th:nth-child(3),
.pricetable tbody tr:nth-child(2) td:first-child,
.domain_check_results tr:first-child th:first-child,
#affiliatetable tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.contents table tr:first-child td:last-child,
#hostingplans tr:first-child td:last-child,
.pricetable tbody tr:first-child th:last-child,
.domain_check_results tr:first-child th:last-child,
#affiliatetable tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.contents table tr:last-child td:first-child,
#hostingplans tr:last-child td:first-child,
.pricetable tbody tr:last-child td:first-child,
.pricetable .last td:first-child,
.domain_check_results tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.contents table tr:last-child td:last-child,
#hostingplans tr:last-child td:last-child,
.pricetable tbody tr:last-child td:last-child,
.pricetable .last td:last-child,
.domain_check_results tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#hostingplans,
.pricetable,
.domain_check_results {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 10px;
}

#hostingplans tbody,
.pricetable tbody,
.domain_check_results tbody {
    -webkit-box-shadow: 1px 1px 1px 0px #CCC;
    box-shadow: 1px 1px 1px 0px #CCC;
    border-radius: 10px;
}

#hostingplans thead {
    box-shadow: unset !important;
}

#hostingplans td,
.pricetable td,
.domain_check_results td {
    padding: 10px 20px;
    text-align: center;
    border: solid 1px transparent;
    border-left: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    color: #39444c;
}

.domain_check_results td:first-child {
    font-weight: 600;
}

#hostingplans td {
    padding: 0;
    background: #FFF;
}

.pricetable td {
    height: 50px;
    background: #FFF;
}

#hostingplans tr:nth-child(2n-1) td,
.pricetable tr:nth-child(2n) td,
.domain_check_results tr:nth-child(2n) td {
    background-color: #f8f8f8;
}

#hostingplans tbody td:first-child {
    text-align: left;
}

#hostingplans tr:first-child td,
.pricetable tbody tr:nth-child(2) td,
.domain_check_results tr:first-child th {
    border-top: solid 1px #e1e1e1;
}

.domain_check_results tr:first-child th {
    border-left: solid 1px #e1e1e1;
}

#hostingplans td:last-child,
.pricetable td:last-child {
    border-right: solid 1px #e1e1e1;
}

#hostingplans tr:first-child th,
.pricetable thead th>a {
    color: #797979;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px;
}

#hostingplans td:hover {
    border: solid 1px #ff7f00;
    color: #000;
}

#hostingplans tr:first-child td:hover {
    border-top: solid 1px #ff7f00;
}

#hostingplans tr:first-child td:first-child:hover {
    border-top: solid 1px #e1e1e1;
}

#hostingplans td:first-child:hover {
    border-color: transparent;
    border-bottom-color: #e1e1e1;
    border-left-color: #e1e1e1;
}

#hostingplans a.basket,
.pricetable thead th>a,
.formpopup a.addToBasket {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 40px;
}

#hostingplans a.basket:before,
#hostingplans a.basket:after,
.pricetable thead th>a:before,
.pricetable thead th>a:after,
.formpopup a.addToBasket:before,
.formpopup a.addToBasket:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 40px;
    background: url(/images/html/sprite.png) -57px -112px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.pricetable thead th>a:before,
.pricetable thead th>a:after,
.formpopup a.addToBasket:before,
.formpopup a.addToBasket:after {
    right: 0;
    left: auto;
}

#hostingplans a.basket:after,
.pricetable thead th>a:after,
.formpopup a.addToBasket:after {
    background: url(/images/html/sprite.png) -107px -112px;
    opacity: 0;
}

#hostingplans td:hover a.basket:before,
.pricetable thead th:hover>a:before,
.formpopup a.addToBasket:hover:before {
    opacity: 0;
}

#hostingplans td:hover a.basket:after,
.pricetable thead th:hover>a:after,
.formpopup a.addToBasket:hover:after {
    opacity: 1;
}

#hostingplans img {
    margin-right: 50px;
    margin-left: 10px;
}

#hostingplans .opt_name img {
    margin-right: 20px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

#hostingplans .opt_name img+span {
    display: block;
}

#hostingplans a {
    color: #ff7f00;
    font-weight: 600;
    text-decoration: none;
}

#hostingplans a:hover {
    text-decoration: underline;
}

#hostingplans a.basket:before,
#hostingplans a.basket:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
}

#hostingplans a.basket {
    padding: 15px 20px;
    box-sizing: content-box;
}

#hostingplans a.basket>span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #39444c;
    font-weight: 400;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricetable td:first-child,
.pricetable th:first-child {
    min-width: 50px !important;
    width: 50px;
    border-right: 0;
    padding: 10px;
    padding-right: 0;
}

.pricetable td:nth-child(2) {
    border-left: 0;
    text-align: left;
}

.pricetable thead th {
    border: solid 1px transparent;
    padding: 3px 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.pricetable thead th:hover, .pricetable thead th.featured {
    border-color: #ff7f00;
    border-bottom-color: transparent;
}

.pricetable thead th:last-child:hover {
    border-bottom-right-radius: 10px;
    border-bottom-color: #ff7f00;
}

.pricetable thead th:nth-child(3):hover {
    border-bottom-left-radius: 10px;
    border-bottom-color: #ff7f00;
}

.pricetable thead th>a {
    width: auto;
    padding: 0;
    padding-right: 40px;
    text-align: left;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.pricetable thead th>a:hover {
    color: #ff7f00;
}

.pricetable tbody tr:first-child th {
    padding: 17px 10px;
    background: #ff7f00;
    color: #FFF;
    border-left: solid 1px #ca6511;
    min-width: 104px;
}

.pricetable tbody tr:first-child th:nth-child(-n+2),
.pricetable thead tr:first-child th:nth-child(-n+2) {
    background: none;
    border: none;
}

.pricetable .bullet {
    display: inline-block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: #acacac;
}

.pricetable a {
    color: #ff7f00;
    font-weight: 600;
}

.pricetable .toggable {
    display: none;
}

.pricetable .group_title td {
    background-color: #ff7f00 !important;
    border-color: #ff7f00;
    color: #FFF;
}

.info-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    line-height: 10px;
}

.info-wrap>.tip {
    display: none;
    position: absolute;
    padding: 15px;
    background-color: rgba(24, 32, 55, 0.8);
    color: #FFF;
    border-radius: 5px;
    width: 200px;
    z-index: 100;
    font-size: 0.9em;
    line-height: 15px;
}

.info-wrap>.triangle {
    display: none;
    width: 15px;
    position: absolute;
    top: -10px;
    border: solid 10px transparent;
    border-top-color: rgba(24, 32, 55, 0.8);
    pointer-events: none;
}

.info-wrap>.triangle.bot {
    bottom: -10px;
    border: solid 10px transparent;
    border-bottom-color: rgba(24, 32, 55, 0.8);
}

#faq {
    margin-top: 20px;
}

#faq .entry {
    border-top: solid 1px #888f94;
}

#faq .entry:last-child {
    border-bottom: solid 1px #888f94;
}

#faq .entry>.question {
    font-size: 1.1em;
    padding: 15px 40px 15px 15px;
    cursor: pointer;
    position: relative;
}

#faq .entry>.question:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 15px;
    right: 0;
    background: url(/images/html/sprite.png) -240px -75px;
}

#faq .entry.open>.question:after {
    background: url(/images/html/sprite.png) -210px -75px;
}

#faq .entry>.answer {
    padding: 10px 15px 15px 15px;
    line-height: 1.2em;
    display: none;
    color: #39444c;
}

#contacts {
    max-width: 970px;
    margin: 0 auto;
    color: #39444c;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

#contacts .image {
    text-align: center;
    margin-bottom: 10px;
}

#contacts p b {
    font-size: 1.1em;
    line-height: 25px;
}

#contacts a {
    color: #39444c;
    text-decoration: none;
}

#contacts h2,
#ContactFormWrap h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

#ContactFormWrap {
    margin-top: 20px;
    text-align: center;
}

#ContactFormWrap form .row {
    margin-bottom: 15px;
}

#ContactFormWrap form .row input,
#ContactFormWrap form .row textarea {
    display: block;
    font-size: 1em;
    width: 100%;
    padding-left: 10px;
    border-radius: 3px;
}

#ContactFormWrap form .row textarea {
    height: 75px;
}

#ContactFormWrap form .row:nth-child(2) input {
    float: left;
    width: 49.5%;
}

#ContactFormWrap form .row:nth-child(2) input:first-child {
    margin-right: 1%;
}

#ContactFormWrap .hidden {
    display: none;
}

#contacts .left,
#contacts .right {
    width: 50%;
    flex-grow: 1;
    float: none;
}

#contacts .right {
    padding-left: 75px;
    border-left: solid 1px #7a7a7a;
}

#contacts .contacts a {
    margin-right: 20px;
    min-width: 140px;
    display: inline-block;
}

#ContactFormWrap {
    clear: both;
}

#googlemap {
    height: 250px;
    width: 100%;
}

.person.private {
    display: none;
}

#customer_form>h3 {
    border-top: solid 1px #000;
    margin-top: 20px;
    padding-top: 20px;
}

#customer_form>table,
#customer_form>.found {
    margin: 15px 0;
}

#customer_form>.found {
    padding: 0 20px;
}

#customer_form>.found>input[type="text"] {
    width: 100%;
    border-radius: 3px;
}

#customer_form>.found>.disc {
    color: #6b7379;
    font-size: 0.9em;
    margin-top: 10px;
}

#customer_form div.submit {
    text-align: center;
    padding: 20px 0;
}

#form .item>.data>h3 {
    margin-left: 20px;
}

#form label:first-child {
    font-size: 0.9em;
    margin-right: 50px;
}

#form .item .modify {
    pointer-events: none;
}

#aboutcontainer {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    margin-top: 40px;
}

#aboutcontainer .row>.item {
    width: 50%;
    float: left;
    height: 155px;
    background-repeat: no-repeat;
    border-left: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
    background-position: 20px 20px;
}

#aboutcontainer .row>.item:first-child {
    border-left: 0;
}

#aboutcontainer .row:last-child>.item {
    border-bottom: 0;
}

#aboutcontainer .row>.item>a {
    display: inline-block;
    color: #ff7f00;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 155px;
    width: 100%;
    padding-left: 150px;
}

.aboutpop {
    max-width: 700px;
    padding: 20px 20px 50px 20px;
}

.aboutpop .header {
    padding-top: 5px;
    background-repeat: no-repeat;
    background-position: center 20px;
}

.aboutpop .header .image {
    display: block;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.aboutpop .header h3 {
    font-size: 2em;
    text-transform: none;
    color: #ff7f00;
    text-align: center;
    line-height: 2em;
}

.aboutpop .contents {
    overflow: hidden;
    text-align: left;
}

#banner {
    min-height: 100px;
}

#banner .slide {
    padding-top: 230px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    position: relative;
    display: none;
}

#banner .slide:first-of-type {
    display: block;
}

#banner .slide .content {
    max-width: 880px;
    color: #FFF;
    line-height: 3em;
    padding: 0 20px;
    position: relative;
}

#banner .slide .content h2 {
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
}

#banner .slide .content p {
    font-size: 1.4em;
}

#banner>form {
    position: absolute;
    z-index: 100;
    top: 130px;
    width: 100%;
    max-width: 980px;
    left: 50%;
    padding: 20px 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-left: 0;
    border-right: 0;
    text-align: center;
}

#banner>form>input[type="text"] {
    width: 60%;
}

#banner .banner {
    position: relative;
    /*! z-index: -1; */
}

.slide a.button.center {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 50px;
    color: #FFF;
    border-color: #FFF;
    padding: 20px 15px;
    font-size: 1.2em;
    font-weight: 600;
}

.slide a.button.center:hover {
    background: #FFF;
    color: #ff7f00 !important;
}

.slide a.downarrow {
    display: block;
    width: 75px;
    height: 55px;
    background: url(/images/html/sprite.png) -128px -145px;
    background-clip: content-box;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .16s;
}

.slide a.downarrow:hover {
    opacity: 0.5;
}

#services {
    padding-top: 30px;
    background: #FFF;
}

#services .service {
    width: 33%;
    float: left;
    padding: 0 30px;
    padding-bottom: 35px;
}

#services .service .head {
    padding-top: 200px;
    position: relative;
}

#services .service .head .image {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#services .service .head .image.hover,
#services .service:hover .head .image {
    opacity: 0;
}

#services .service:hover .head .image.hover {
    opacity: 1;
}

#services .service .head h3 {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
    -webkit-transition: color .3s;
    transition: color .3s;
}

#services .service:hover .head h3 {
    color: #ff7f00;
}

#services .service .contents p {
    font-size: 1em;
    text-align: center;
    line-height: 1.4em;
}

#features {
    background: #ff7f00;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

#features .feature {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-bottom: 50px;
}

#features .feature .image {
    display: inline-block;
    height: 60px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 5px;
}

#features .feature p {
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
}

#logins {
    background: #17487c;
    padding: 35px 0;
    position: relative;
    z-index: 2;
}

#logins .box {
    width: 32.25%;
    float: left;
    margin-right: 1.5%;
}

#logins .box:last-child {
    margin-right: 0;
}

#logins .box>form {
    padding: 25px 20px 10px 20px;
    background: rgba(255, 255, 255, 0.3);
    height: 170px;
    position: relative;
}

#logins .box>form>table {
    width: 100%;
}

#logins .box>form>table td {
    position: relative;
}

#logins .box>form>table input[type="text"],
#logins .box>form>table input[type="password"] {
    width: 100%;
    color: #FFF;
    background: #17487c;
    border-color: #b7babf;
    margin-bottom: 10px;
    border-radius: 3px;
    height: 34px;
}

#logins .box>form>table input+.icon {
    display: block;
    height: 32px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/html/sprite.png) -150px -108px;
    pointer-events: none;
}

#logins .box>form>table input.password+.icon {
    background: url(/images/html/sprite.png) -190px -108px;
}

#logins .box>form>table input.domain+.icon {
    background: url(/images/html/sprite.png) -230px -108px;
}

#logins .box>form input[type="submit"] {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFF;
    border-color: #FFF;
    padding: 7px 25px;
}

#logins .box>form input[type="submit"]:hover {
    color: #17487c !important;
    background-color: #FFF;
}

#logins .title {
    color: #FFF;
    text-align: center;
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 20px;
}

.formpopup {
    width: 680px;
}

.formpopup #steps {
    height: 30px;
    background: #f4f3ef;
}

.formpopup #steps .step {
    width: 33.33%;
    float: left;
    display: block;
    line-height: 30px;
    font-size: 1.1em;
    text-decoration: none;
    text-align: center;
    color: #797979;
    position: relative;
    background: #f4f3ef url(/images/html/step.png) no-repeat top left;
}

.formpopup #steps .step:first-child {
    background: #f4f3ef;
}

.formpopup #steps .step.active:first-child {
    background: #f58020;
}

.formpopup #steps .step.active {
    background: #f58020 url(/images/html/step_active.png) no-repeat;
    background-position: -2px 0px;
    color: #FFF;
}

.formpopup #steps .step.active+.step {
    background: #f4f3ef url(/images/html/step_active_next.png) no-repeat;
    background-position: -2px 0px;
}

.formpopup h1 {
    clear: both;
    padding-top: 5px;
    margin-bottom: 15px;
}

.formpopup #formmain.hosting .step_content {
    padding: 0 20px;
    display: none;
}

.formpopup #formmain.hosting .step_content.step2_content {
    padding: 0;
}

.formpopup #formmain.hosting .step_content.step2_content #domain_choice_list {
    padding: 0 20px;
}

.formpopup #allDomains label {
    padding-left: 20px;
}

.formpopup #allDomains .domain {
    margin-top: 10px;
}

.formpopup #allDomains .row {
    display: flex;
    padding-left: 20px;
    border-top: solid 1px #dee1e2;
    border-bottom: solid 1px #dee1e2;
}

.formpopup #allDomains .row .title {
    font-weight: 600;
    width: 100%;
    line-height: 40px;
}

.formpopup #allDomains .row .remove,
.formpopup #allDomains table .remove {
    background: url(/images/html/sprite.png) -290px -30px content-box;
    display: block;
    max-width: 50px;
    width: 50px;
    height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

.formpopup #allDomains .row .remove:after,
.formpopup #allDomains table .remove:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF url(/images/html/sprite.png) -290px -50px content-box;
    padding: 10px 15px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.formpopup #allDomains .row .remove:hover:after,
.formpopup #allDomains table .remove:hover:after {
    opacity: 1;
}

.formpopup #allDomains .row>div {
    display: block;
    flex-grow: 1;
    display: table-cell;
}

.formpopup #allDomains .row:nth-child(2) {
    display: table-row;
}

.formpopup #allDomains .row:nth-child(2)>div {
    height: 60px;
    border-right: solid 1px #dee1e2;
    padding: 5px 20px;
    width: 400px;
    border-bottom: solid 1px #dee1e2;
    vertical-align: middle;
    text-align: center;
    color: #000;
}

.formpopup #allDomains .row:nth-child(2)>div>p,
.formpopup #allDomains table tr:first-child {
    text-transform: uppercase;
    color: #797979;
}

.formpopup #allDomains .select-wrap {
    text-align: left;
}

.formpopup #allDomains table {
    margin-top: 10px;
}

.formpopup #allDomains table td {
    border: solid 1px #dee1e2;
    padding: 5px 20px;
    text-align: center;
}

.formpopup #allDomains table tr:first-child th {
    border: 0;
    font-weight: 400;
}

.formpopup #allDomains table td.rem {
    max-width: 50px;
    padding: 5px 0;
}

.formpopup #allDomains table td.title {
    font-weight: 600;
    text-align: left;
}

.formpopup #allDomains table td:last-child {
    width: 55px;
    padding: 0;
}

.formpopup #formmain.hosting .step_content.step3_content {
    padding-left: 0;
}

.formpopup #formmain.hosting .step_content.step3_content>.line>label {
    padding-left: 20px;
}

.formpopup label {
    font-size: 1.7em;
    font-weight: 300;
    display: inline-block;
    line-height: 32px;
    color: #455057;
}

.formpopup #formmain.hosting .step1_content label {
    min-width: 350px;
}

.formpopup .select-wrap {
    display: inline-block;
    color: #455057;
}

.formpopup .small label {
    font-size: 1.1em;
    line-height: 1em;
}

.formpopup .value.monthly_fee,
.formpopup .value.sum,
.formpopup .orange {
    font-size: 1.7em;
    line-height: 1.5em;
    color: #ff7f00;
}

#formbottom {
    border-top: solid 1px #dee1e2;
    padding: 15px 20px 20px 20px;
}

#formbottom .line.small {
    margin-bottom: 10px;
}

#formbottom #finish_wrap {
    display: none;
}

#formbottom .totalleft {
    float: left;
}

#formbottom #continue_wrap,
#formbottom #finish_wrap {
    float: right;
}

#formbottom #finish_wrap input[type="submit"] {
    padding: 5px 15px;
}

.formpopup table td.table {
    padding: 0;
}

.formpopup .item table table tr td {
    border-top: solid 1px #dee1e2;
    padding: 0;
}

.formpopup table table tr td {
    border-top: solid 1px #dee1e2;
    border-left: solid 1px #dee1e2;
    padding: 0;
}

.formpopup table table tr td:first-child,
.domain_check_results .available,
.domain_check_results .not_available,
.domain_check_results .yes {
    border-left: 0;
    width: 100px;
    min-width: 100px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    padding-left: 0;
}

.formpopup table table tr td:nth-child(2) {
    font-weight: 600;
    padding-left: 15px;
    width: 100%;
}

.formpopup div.free,
.domain_check_results .available {
    color: #51bf00;
}

.formpopup div.occupied,
.domain_check_results .not_available {
    color: #F00;
}

.domain_check_results .addToBasket {
    border: solid 1px #FF7F00;
    background: url(../../images/html/sprite.png) -47px -107px;
    -webkit-transition: none;
    transition: none;
    padding: 10px 25px;
}

.domain_check_results .addToBasket:hover {
    background: url(../../images/html/sprite.png) -97px -107px;
    -webkit-transition: none;
    transition: none;
}

.domain_check_results .yes {
    color: #51bf00;
    min-width: 0;
    display: inline;
}

.domain_check_results .yes .remove {
    color: #F00;
    cursor: pointer;
    min-width: 0;
    display: inline;
}

.formpopup .item table table .addToBasket {
    display: block;
    width: 60px;
    min-width: 60px;
    height: 50px;
}

.formpopup .item .remove {
    width: 100%;
    width: 55px;
    height: 50px;
    display: block;
}

.formpopup a.addToBasket:before,
.formpopup a.addToBasket:after {
    top: 12px;
    left: 10px;
}

.formpopup .item .remove {
    background-position: -272px -15px;
}

.formpopup .item .remove:after {
    background: url(/images/html/sprite.png) -272px -35px;
    background-clip: content-box;
    padding: 15px;
}

.formpopup .item table td.actions {
    width: 100px;
}

.formpopup .item tr.paid td {
    border-top: solid 1px #dee1e2;
    padding-top: 15px;
    text-align: center;
}

.support a img {
    vertical-align: middle;
}

.formpopup #formmain {
    padding-bottom: 20px;
}

.formpopup #formmain.ssl td {
    width: 50%;
}

.formpopup #formmain.ssl td .select-wrap {
    float: right;
}

.formpopup #formmain.ssl td.small {
    line-height: 30px;
}

.formpopup .extra {
    padding: 20px 20px 10px 20px;
    background: #f4f3ef;
}

.formpopup .extra .label {
    font-size: 1.5em;
    padding-bottom: 20px;
    display: block;
}

.formpopup .extra td:first-child,
.formpopup #formmain.ssl .extra td:first-child {
    padding-left: 0;
}

.formpopup .extra td:last-child,
.formpopup #formmain.ssl .extra td:last-child {
    padding-right: 0;
}

.formpopup .value {
    display: inline-block;
    vertical-align: top;
}

#formmain.servers {
    padding-bottom: 0;
}

#formmain.servers .step_content {
    display: none;
}

#formmain.servers .step_content .line {
    padding: 0px 20px;
}

#formmain.servers .step1_content label {
    min-width: 270px;
}

#formmain.servers .step1_content input+label {
    min-width: 0;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 40px;
}

.top_border {
    border-top: solid 1px #dee1e2;
}

.line.small {
    line-height: 30px;
}

#formmain.servers .line.extra {
    padding-top: 10px;
    padding-bottom: 20px;
}

#formmain.servers .extra label {
    font-weight: 300;
    color: #000;
}

#formmain.servers .plan_params {
    color: #455057;
    margin: 5px 0 10px 0;
}

#additional_space table {
    margin-top: 10px;
}

#additional_space table td {
    padding-bottom: 0;
}

#additional_space table td.min,
#additional_space table td.max {
    font-size: 1.2em;
    color: #39444c;
}

#additional_space table .center {
    min-width: 80px;
    text-align: center;
}

#additional_space .price {
    color: #ff7f00;
    font-weight: 600;
}

#additional_space .total {
    font-weight: 600;
}

#additional_space td {
    font-size: 1.1em;
}

.inc_add_space,
.dec_add_space {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
}

.inc_add_space:before,
.dec_add_space:before,
.inc_add_space:after,
.dec_add_space:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/html/sprite.png) -194px -149px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.inc_add_space:before {
    background-position: -233px -149px;
}

.inc_add_space:after,
.dec_add_space:after {
    opacity: 0;
}

.inc_add_space:after {
    background-position: -233px -183px;
}

.dec_add_space:after {
    background-position: -194px -183px;
}

.inc_add_space:hover:after,
.dec_add_space:hover:after {
    opacity: 1
}

.inc_add_space:hover:before,
.dec_add_space:hover:before {
    opacity: 0
}

.jquery-slider .ui-widget-header {
    background: #FF7F00;
    color: #333333;
}

#additional_space .ui-corner-all,
#additional_space .ui-corner-top,
#additional_space .ui-corner-left,
#additional_space .ui-corner-tl {
    border-top-left-radius: 7px !important;
}

#additional_space .ui-corner-all,
#additional_space .ui-corner-top,
#additional_space .ui-corner-right,
#additional_space .ui-corner-tr {
    border-top-right-radius: 7px !important;
}

#additional_space .ui-corner-all,
#additional_space .ui-corner-bottom,
#additional_space .ui-corner-left,
#additional_space .ui-corner-bl {
    border-bottom-left-radius: 7px !important;
}

#additional_space .ui-corner-all,
#additional_space .ui-corner-bottom,
#additional_space .ui-corner-right,
#additional_space .ui-corner-br {
    border-bottom-right-radius: 7px !important;
}

#additional_space .ui-slider-handle {
    background: url(/images/html/sprite.png) -271px -153px;
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    border: none;
    top: -7px;
}

#additional_space .ui-slider-handle.ui-state-active {
    filter: brightness(0.9);
}

#formmain.servers label {
    min-width: 180px;
}

#formmain.servers .line.small label:first-child {
    line-height: 40px;
}

#formmain.servers textarea {
    width: 100%;
    height: 80px;
    font-size: 1em;
    border-radius: 3px;
    margin-bottom: 10px;
}

.scrolltable {
    overflow: hidden;
}

.scrollcontainer {
    position: relative;
}

.sccontrols {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sccontrols .sctext {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    color: #ff7f00;
    font-weight: 600;
}

.sccontrols .scleft,
.sccontrols .scright {
    display: inline-block;
    height: 20px;
    width: 40px;
    background: url(/images/html/sprite.png) -147px -76px;
    vertical-align: middle;
    cursor: pointer;
}

.sccontrols .scright {
    background: url(/images/html/sprite.png) -175px -76px;
}

.shadowb,
.shadowf {
    position: absolute;
    top: 30px;
    width: 30px;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.shadowf {
    display: none;
    box-shadow: inset 25px 0 15px -15px #FFF;
}

.shadowb {
    right: 0;
    left: unset;
    box-shadow: inset -25px 0 15px -15px #FFF;
}

#menu .column .toggle {
    display: none;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/html/sprite.png) -272px -50px content-box;
    padding: 15px;
    padding-left: 45px;
}

#menu .column.open .toggle {
    background: url(/images/html/sprite.png) -270px -30px content-box;
}

#footer {
    background: #ff7f00;
    padding-bottom: 0;
}

#footer .top {
    padding: 10px 0;
}

#footer .content {
    max-width: 1000px;
}

#footer .onefourth {
    width: 26%;
    float: left;
}

#footer .onefourth.menu {
    width: 22%;
}

#footer .bottom {
    background-color: #FFF;
    clear: both;
    text-align: center;
    padding: 5px;
    font-size: 0.85em;
    color: #17487c;
}

.onefourth.contacts a,
#footer .onefourth.menu a {
    display: block;
    margin-bottom: 2px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    text-decoration: none;
}

#footer .onefourth.menu a:hover {
    text-decoration: underline;
}

#footer .onefourth.menu li {
    list-style: none;
}

.contacts a:before {
    content: '';
    display: block;
    float: left;
    clear: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: url(/images/html/sprite.png);
}

.contacts a.tel:before {
    background-position: -152px -3px;
}

.contacts a.fax:before {
    background-position: -181px -2px;
}

.contacts a.mail:before {
    background-position: -212px -2px;
}

.contacts a.skype:before {
    background-position: -242px -2px;
}

.contacts .whatsapp:before {
    width: 25px;
    height: 25px;
    background-image: url(/images/html/iconfinder_Whatsapp_3721678.png);
    background-size: cover;
}

#contacts .contacts a:before,
#contacts .contacts .address:before {
    content: '';
    display: inline-block;
    float: none;
    vertical-align: middle;
    height: 25px;
    width: 20px;
    background-image: url(/images/html/sprite.png);
    margin-right: 5px;
}

#contacts .contacts a.tel:before {
    background-position: -290px -2px;
}

#contacts .contacts a.fax:before {
    background-position: -310px -2px;
}

#contacts .contacts a.mail:before {
    background-position: -270px -4px;
}

#contacts .contacts .address:before {
    background-position: -330px -3px;
}

#contacts .contacts .whatsapp:before {
    width: 25px;
    height: 25px;
    background-image: url(/images/html/iconfinder_Whatsapp_3721678.png);
    background-size: cover;
}

.onefourth.soc,
.onefourth.logo {
    text-align: center;
    line-height: 110px;
}

.onefourth.soc a,
.onefourth.soc a:after {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 46px;
    height: 46px;
    background: url(/images/html/sprite.png) -3px -2px;
    vertical-align: middle;
    position: relative;
}

.onefourth.soc a.twitter {
    background-position: -3px -2px;
}

.onefourth.soc a.facebook {
    background-position: -53px -2px;
}

.onefourth.soc a.draugiem {
    background-position: -103px -2px;
}

.onefourth.soc a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.onefourth.soc a:hover:after {
    opacity: 1;
}

.onefourth.soc a.twitter:after {
    background-position: -3px -52px;
}

.onefourth.soc a.facebook:after {
    background-position: -53px -52px;
}

.onefourth.soc a.draugiem:after {
    background-position: -103px -52px;
}

.onefourth.logo .logo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.onefourth.logo .logo:hover {
    opacity: 0.7;
}

.onefourth.logo .logo>img {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.select-wrap {
    position: relative;
    width: 175px;
    border: solid 1px #7a7a7a;
    z-index: 1;
}

.select-wrap.disabled {
    border: solid 1px #DDD;
}

.select-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/images/html/arrow_down_select.png) no-repeat;
    background-position: right 0px top 0px;
    z-index: -1;
}

.select-wrap.disabled:after {
    opacity: 0.3;
}

.select-wrap select {
    font-size: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    outline: 0 !important;
    border: 0 !important;
}

.select option {
    padding-left: 10px;
}

.select-wrap span.select {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    z-index: -2;
    overflow: hidden;
    text-align: left;
}

.select-wrap.disabled span.select {
    color: #DDD;
}

.content {
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
}

#services {
    position: relative;
    z-index: 2;
}

#services .content {
    max-width: 1000px;
}

#main>.content {
    padding-bottom: 30px;
}

#main>.content:first-child {
    padding-top: 100px;
}

.left {
    float: left;
}

.right {
    float: right;
}

input[type="text"],
input[type="password"],
textarea {
    border: solid 1px #959595;
    background: transparent;
    padding: 0 5px;
    display: inline-block;
    height: 32px;
    font-family: 'Open Sans';
}

textarea {
    padding: 5px;
}

input[type="submit"],
a.button,
#formbottom .continue,
.close_fancy {
    padding: 6px 18px;
    font-size: 12px;
    line-height: 14px;
    border: solid 2px #ff7f00;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    color: #ff7f00;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans';
}

#formbottom .continue,
.close_fancy {
    margin-left: 5px;
}

#formbottom .back {
    float: left;
    line-height: 30px;
    color: #FF7F00;
    font-weight: 600;
    margin-right: 5px;
    cursor: pointer;
}

a.button {
    padding: 7px 18px;
}

.data table.data input[type="submit"],
.data table.data a.button {
    margin-top: 10px;
}

.data table.data input[type="text"],
.data table.data textarea,
#form textarea,
#form input[type="text"] {
    font-size: 0.9em !important;
    vertical-align: middle;
}

.data table.data textarea {
    width: 100%;
    min-height: 100px;
}

input[type="submit"]:hover,
a.button:hover,
#formbottom .continue:hover,
.close_fancy:hover {
    background: #ff7f00;
    color: #FFF !important;
    text-decoration: none !important;
}

#formbottom .back:hover {
    text-decoration: underline;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    color: #AAA;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #AAA;
    font-style: italic;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    color: #AAA;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #AAA;
    font-style: italic;
}

#banner ::-webkit-input-placeholder,
#logins form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

#banner ::-moz-placeholder,
#logins form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

#banner :-ms-input-placeholder,
#logins form :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

#banner :-moz-placeholder,
#logins form :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

#successStories #bannerBox:after,
#successStories .entry:after,
#features .row:after,
.formpopup #allDomains .row:after,
#formbottom:after,
#langmenu:after,
#langmenu .langsholder:after,
#ContactFormWrap form .row:after,
#contacts:after,
ol:after,
ul:after,
#menu .top:after,
.content:after,
.item>.title:after,
#total:after {
    content: '';
    display: block;
    clear: both;
}

.newprice {
    display: none;
}

li>div {
    display: inline-block;
}

#formmain span.error {
    display: block;
    padding: 5px 10px;
    font-size: 13px !important;
    color: #f85858;
    border: solid 1px #f85858;
}

.domain_check_results {
    width: 100%;
    position: relative;
    z-index: 1;
}

.domain_check_results_menu {
    list-style: none;
    position: relative;
    top: 10px;
    z-index: 0;
    float: left;
}

.domain_check_results_menu li {
    float: left;
    padding: 10px 20px 18px 20px;
    cursor: pointer;
    background: #DDD;
    border: solid 1px #eee;
    border-right: 0;
    color: #000;
    font-weight: 600;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.domain_check_results_menu li.active,
.domain_check_results_menu li:hover {
    background: #CCC;
}

.domain_check_results_menu li:first-child {
    border-top-left-radius: 10px;
}

.domain_check_results_menu li:last-child {
    border-top-right-radius: 10px;
}

#domainCheckerForm form {
    text-align: center;
}

#confirm {
    max-width: 600px;
}

#confirm tbody td:nth-child(2) {
    text-align: left;
}

#confirm tr.bold {
    font-weight: 600;
}

#confirm tr.bold.sum td {
    color: #FF7F00;
}

#customer_data_fields {
    max-width: 500px;
}

#freessl {
    width: auto;
    max-width: 580px;
    text-align: left;
}

#freessl .select-wrap {
    width: 181px;
    display: inline-block;
}

#freessl td:first-child {
    min-width: 220px;
}

#freessl td.subtitle {
    text-align: center;
}

#customer_data_fields tr:first-child td,
#freessl tr:first-child td {
    border-top: solid 1px #e1e1e1;
}

#customer_data_fields tr:first-child td:first-child,
#freessl tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

#customer_data_fields tr:first-child td:last-child,
#freessl tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

#customer_data_fields td,
#freessl td {
    text-align: left;
}

ul.certs li {
    margin: 5px 0 5px 30px;
}

ul.certs li a {
    color: #FF7F00;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.certs li a:hover {
    color: #F00;
}

.contactmessage {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2em;
    color: #22AA22;
}

#successStories {
    background: #17487C;
    color: #FFF;
    overflow: hidden;
}

#successStories #bannerBox {
    max-width: 960px;
    width: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: solid 1px #5d7fa4;
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}

#successStories .entry {
    width: 90%;
    margin: 0 5%;
    display: none;
    padding: 0 20px;
}

#successStories .entry.active {
    display: block;
}

#successStories .entry img {
    float: left;
    padding: 0 25px;
}

#successStories .entry h3 {
    color: #FFF;
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: none;
}

#successStories a.arrow {
    display: block;
    width: 5%;
    height: 70px;
    -webkit-transition: opacity .3s;
    transition: opacity .16s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#successStories a.arrow.next {
    right: 0;
    left: auto;
}

#successStories a.arrow:after {
    content: '';
    display: block;
    height: 30px;
    width: 70px;
    background: url(/images/html/sprite.png) -130px -157px;
    background-clip: content-box;
    padding: 4px 15px;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    -webkit-transition: opacity .16s;
    transition: opacity .16s;
    box-sizing: border-box;
}

#successStories a.arrow.next:after {
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    left: 0;
}

#successStories a.arrow:hover:after {
    opacity: 0.5;
}

.login_forms p.error {
    color: #FFF;
}

.login_forms p.error span {
    color: #D00;
    font-weight: 600;
}

.login_forms input.error {
    border-color: #F00 !important;
}

.addToBasket.glow {
    border: solid 2px #FF7F00;
}

.featured_box {
    display: flex;
    width: 96px;
    padding: 4px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    position: absolute;
    left: 4px;
    /*12px;*/
    top: -10px;
    border-radius: 4px;
    background: linear-gradient(180deg, #FF7F00 0%, #FF5C01 100%);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.featured_banner {
    display: flex;
    width: 170px;
    padding: 8px 12px 8px 32px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: 80px;
    /*286px;*/
    top: -90px;
    border-radius: 8px;
    background: #FFF2E5;
}

.featured_banner p {
    color: #E56700;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 140% */
    letter-spacing: -0.1px;
}

.featured_vector {
    width: 46px;
    height: 33px;
    position: absolute;
    /*left: 464px;
    top: 23px;*/
    left: 260px;
    top: -50px;
}

.featured_banner img {
    width: 48px;
    height: 46px;
    position: absolute;
    left: -24px;
    top: 8px;
}

@media all and (min-width:681px) {
    #header.fixed .left {
        position: fixed;
        width: 140px;
        background: #FFF;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 0 3px -1px #555;
    }

    #header.fixed .left #menutoggle {
        background: url(/images/html/sprite.png) -251px -47px;
        background-clip: content-box;
        padding: 20px;
    }

    #header .left #logo {
        transition: transform .15s;
    }

    #header.fixed .left #logo {
        position: absolute;
        transform: translateX(-50px);
        margin-left: 30px;
    }
}

@media all and (max-width:1024px) {
    .faq-menu .thickbox {
        width: 32%;
    }
}

@media all and (max-width:1020px) {

    #langmenu,
    #smallBasket,
    #logo {
        margin-left: 10px;
    }

    #main>.content,
    #footer>.top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width:960px) {
    #domain_check_form {
        display: none;
    }

    #banner #domain_check_form {
        display: block;
        padding: 20px
    }

    #banner #domain_check_form>input[type="text"] {
        width: 45%;
    }
}

@media all and (max-width:880px) {
    .pricetable {
        padding-top: 90px;
    }
    .faq-menu .thickbox {
        padding-top: 12%;
    }
}

@media all and (max-width:800px) {
    #menu>.top {
        border-bottom: solid 2px #FFF;
    }

    #menu>.bottom {
        display: block;
    }

    #menu>.bottom>.column {
        width: 100%;
    }

    #menu>.bottom>.column .top {
        margin-bottom: 0;
        min-height: auto;
        height: 50px;
        padding: 0;
        border-top: solid 1px #456d96;
    }

    #menu>.bottom>.column>.top>a {
        text-align: left;
        height: 100%;
        padding-top: 15px;
        padding-left: 20px;
    }

    #menu>.bottom>.column .top:after {
        display: none;
    }

    #menu>.bottom>.column .bottom {
        display: none;
    }

    #menu>.bottom>.column .bottom li a {
        display: block;
        text-align: left;
        padding-left: 30px;
    }

    #menu>.bottom>.column .bottom li li a {
        display: block;
        text-align: left;
        padding-left: 50px;
    }

    #menu .column .toggle {
        display: block;
    }

    .formpopup {
        width: 600px;
    }

    #footer>.top>.content>.onefourth {
        width: 50%;
    }
}

@media all and (max-width:760px) {
    .faq-menu .thickbox {
        width: 48.5%;
    }
}

@media all and (max-width:680px) {
    .faq-menu .thickbox {
        padding-top: 15%;
    }

    .faq-menu {
        margin-left: 1%;
    }

    #BreadCrumbs,
    .faq-side-menu {
        margin-left: 20px;
    }

    #faq-holder,
    .faq-side-menu {
        width: 100%;
    }

    #faq-holder {
        margin-top: 20px;
    }

    .content h1 {
        margin-bottom: 20px;
        font-size: 1.7em;
    }

    .content h2,
    .contents,
    .content h3 {
        padding: 0 20px;
    }

    .scrollcontainer {
        margin: 0 20px;
    }

    #header {
        background: #163C68;
        height: 65px;
        position: fixed;
    }

    #header #menutoggle {
        margin-top: 0;
        height: 65px;
        width: 65px;
        padding: 10px;
        background-position: -258px -95px;
    }

    #menu {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 0;
    }

    #menu #closemenu {
        height: 65px;
        width: 65px;
        padding: 10px;
        background-position: 7px -142px;
    }

    #menu>.top {
        height: 65px;
        background-position: 75px 10px;
        background-size: auto 45px;
    }

    #menu>.bottom {
        top: 65px;
    }

    #menutoggle {
        background: url(/images/html/sprite.png) -251px -87px;
        background-clip: content-box;
        padding: 20px;
    }

    #logo {
        margin-top: 0;
        background-image: url(/images/html/logo_s_white.png) !important;
        background-repeat: no-repeat;
        background-size: contain;
        height: 55px;
        margin-top: 5px;
    }

    #langmenu {
        display: none;
    }

    #menu .mobilelangs {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #menu .mobilelangs>a {
        width: 33.33%;
        float: left;
        text-align: center;
        color: #163C68;
        text-decoration: none;
        font-weight: 600;
        background-color: #FFF;
        line-height: 46px;
        border-left: solid 1px #163C68;
        border-top: solid 1px #456d96;
    }

    #menu .mobilelangs>a:first-child {
        border-left: none;
    }

    #menu .mobilelangs>a.active {
        color: #ff7f00;
    }

    #cart_label {
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 100;
    }

    #smallBasket {
        margin-top: 16px;
        background: url(/images/html/sprite.png) -107px -161px;
    }

    #footer>.top>.content>.logo {
        display: none;
    }

    #footer>.top>.content>.onefourth.soc {
        width: 100%;
    }

    #main>.content:first-child {
        padding-top: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    #fancybox-close {
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        width: 35px;
        height: 30px;
        background: transparent url('/images/html/fancy-close.png') -36px 0px;
        cursor: pointer;
        z-index: 1111;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .formpopup {
        width: 100%;
    }

    #form .item,
    #basket .item {
        border-radius: 0;
    }

    #OrderReceiveType {
        padding: 0 20px;
        text-align: center;
    }

    #OrderReceiveType .select-wrap {
        text-align: left;
    }

    #contacts {
        display: block;
    }

    #contacts .left,
    #contacts .right {
        width: 100%;
        padding: 20px 30px;
        border: 0;
    }

    #ContactFormWrap {
        width: 90%;
        margin: 0 auto;
    }

    #aboutcontainer .row:first-child .item {
        border-top: solid 1px #d0d0d0;
    }

    #aboutcontainer .item {
        background-position: center 10px !important;
        height: 180px !important;
    }

    #aboutcontainer .item a {
        line-height: 1em !important;
        padding: 150px 20px 20px 20px !important;
        text-align: center;
    }

    .aboutpop h3 {
        line-height: 1em !important;
    }

    #banner {
        display: none;
    }

    #features {
        margin-top: 65px;
    }

    #services .service {
        width: 100%;
    }

    #services .service .head {
        padding-top: 130px;
    }

    #services .service .head .image {
        height: 120px;
        width: 120px;
        background-size: contain;
    }

    #logins .box {
        width: 100%;
        padding: 0 10%;
        margin-bottom: 30px;
    }

    #logins .box:last-child {
        margin-bottom: 0;
    }

    #logins .box>form {
        height: auto;
        padding-bottom: 60px;
        border-radius: 3px;
    }

    #successStories .entry {
        width: 80%;
        margin-left: 10%;
    }

    #successStories a.arrow {
        width: 10%;
    }

    #successStories .entry img {
        float: none;
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media all and (max-width:600px) {

    #form table td,
    .formpopup table td {
        display: block;
        width: 100% !important;
        padding: 5px 10px !important;
        margin: 0 auto;
    }

    .formpopup table td.table {
        display: table-cell;
        padding: 0 !important;
    }

    .formpopup table td.table td {
        display: table-cell;
        min-width: 0 !important;
        padding: 5px !important;
    }

    .formpopup table td.actions {
        text-align: center;
    }

    #form table td {
        display: block;
        padding: 5px 10px !important;
    }

    #form table input[type="radio"]+label {
        display: block;
    }

    #additional_space table td {
        display: table-cell;
        width: auto !important;
    }

    #additional_space table td:first-child,
    #additional_space table td:last-child {
        display: none;
    }

    .formpopup #formmain label {
        min-width: auto !important;
    }

    #form .submit a {
        float: left;
        margin-left: 20px;
    }

    #form .submit input[type="submit"] {
        float: right;
        margin-right: 20px;
    }

    .submit:after {
        content: '';
        display: block;
        clear: both;
    }

    .modify span,
    .collapse span {
        display: none;
    }

    #basket .modify {
        height: 55px;
        width: 55px;
        padding: 20px;
    }

    #basket .modify:before,
    #basket .modify:after {
        left: 20px;
    }

    #basket .item>.title>.price>span.term {
        display: inline-block;
    }

    #basket .item>.title>.price {
        border: 0;
        line-height: 1em;
        height: auto;
        position: absolute;
        float: left;
        left: 0;
        bottom: 10px;
        top: auto;
        padding-left: 20px;
        text-align: left;
        clear: both;
    }

    #basket .item>.title>.type,
    #basket .item>.title>.name {
        padding-top: 10px;
        line-height: 1em;
    }

    #basket td {
        position: relative;
    }

    #basket td.price {
        display: none;
    }

    #basket td:first-child {
        display: table-cell;
    }

    #basket .newprice {
        display: block;
        font-size: 0.9em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #features .row:after,
    #features .row {
        display: inline;
        clear: none;
        display: inline;
    }

    #features {
        text-align: center;
    }

    #features .feature {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 48%;
    }
}

@media all and (max-width:570px) {
    .faq-menu .thickbox {
        padding-top: 18%;
    }
}

@media all and (max-width:480px) {
    .faq-menu .thickbox {
        padding-top: 20%;
        width: 99%;
    }

    #header .content {
        padding-left: 0;
    }

    #header #logo {
        width: 160px;
        margin-top: 12px;
        height: 50px;
    }

    #footer>.top {
        padding-bottom: 0;
    }

    #footer>.top>.content>.onefourth {
        width: 100%;
    }

    #footer>.top>.content>.onefourth.contacts a {
        width: 50%;
        float: left;
    }

    #footer>.top>.content>.onefourth.contacts {
        border-bottom: solid 1px #ffbf80;
        padding-bottom: 10px;
    }

    #footer>.top>.content>.onefourth.soc {
        line-height: 70px;
    }

    #continue_wrap,
    #finish_wrap {
        width: 100%;
        margin-top: 10px;
    }

    #formpopup .totalleft {
        width: 100%;
        text-align: center;
    }

    #continue_wrap .back,
    #finish_wrap .back {
        float: left;
    }

    #continue_wrap .continue,
    #finish_wrap input[type="submit"] {
        float: right;
    }

    .formpopup label {
        vertical-align: middle;
        font-size: 1.5em;
    }

    .formpopup .value {
        vertical-align: middle;
    }

    .formpopup .support {
        display: block;
    }

    #ContactFormWrap .row {
        margin-bottom: 0 !important;
    }

    #ContactFormWrap .row input,
    #ContactFormWrap .row textarea {
        width: 100% !important;
        margin-bottom: 10px;
        display: block;
    }

    #services .service {
        padding: 10px 20px;
        border-bottom: solid 1px #d0d0d0;
    }

    #services .service:last-child {
        border-bottom: 0;
    }

    #services .service .contents {
        display: none;
    }

    #services .service .head {
        padding-top: 35px;
        padding-bottom: 10px;
    }

    #services .service .head .image {
        margin-left: 0;
        width: 90px;
        height: 90px;
        -webkit-transform: none;
        transform: none;
        background-size: contain;
    }

    #logins {
        padding: 0;
    }

    #logins .login_forms .box {
        margin-bottom: 0;
        padding: 0;
        border-bottom: solid 2px #FFF;
    }

    #services .service .head h3 {
        font-size: 1.7em;
        text-align: left;
        padding-left: 110px;
    }

    #logins .login_forms .title {
        text-align: left;
        font-size: 1.5em;
        margin-bottom: 0;
        padding: 15px 20px 15px 20px;
        cursor: pointer;
        position: relative;
    }

    #logins .login_forms .title:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 17px;
        background: url(/images/html/sprite.png) -310px -184px;
    }

    #logins .login_forms .open .title:after {
        background: url(/images/html/sprite.png) -270px -184px;
    }

    #logins .login_forms .title+form {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #logins .login_forms form,
    #logins .login_forms form input[type="submit"] {
        display: none;
    }

    #features .feature {
        width: 80%;
    }
}

@media all and (max-width:410px) {
    .faq-menu .thickbox {
        padding-top: 25%;
    }
}

@media all and (max-width:360px) {
    .faq-menu .thickbox {
        padding-top: 30%;
    }

    #footer .top {
        padding: 10px 5px;
    }

    #footer .contacts>a {
        font-size: 0.9em;
    }

    #header #logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}