/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
	color: #5c5c5d;
	width: 100%;
	font-size: 100%;
}
.br {
	clear: both;
	margin: 0px;
}
.cookiebar {
        position: fixed;
        width: 100%;
        bottom: 0;
        display: none;
        background: #ececec;
        padding: 10px;
        color: #0095d0;
        font-size: 12px;
        opacity: 0.9;
	z-index: 9298;
}
.cookiebar .btn {font-size: 12px;}
form {
	margin: 0px;
}

a {
	color: #0060aa;
	text-decoration: none;
}
a:hover {
	color: #a5e8ff;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* -------------- layout ------------- */

.container {
	position: relative;
}
.clear_content, .content {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.content {
	padding: 20px;
}
/* -------------- header boxes ------------- */

.header {
	padding: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #0095d0;
    display:flex;
    flex-flow: row;
}
.header-spliter {
	border-right: #0060aa solid 1px;
}
/* --- logo box --- */
#logo_box {
	/*float: left;*/
	order:1;
	width: 17%;
	min-height: 60px;
	line-height: 60px;
	padding-right: 16px;
	vertical-align: middle;
}
#logo_box img {
	vertical-align: middle;
}
/* --- login box --- */
#login_box {
	/*float: left;*/
	order:2;
	width: 39%;
	min-height: 60px;
	position: relative;
	padding-left: 86px;
	padding-right: 44px;
}
.login_error {
   margin: 0px 10px 10px 10px;
   padding: 10px;
   border: 2px solid #FF5862;
   color: #FF5862;
   text-align: center;
}

.login_title {
	position: absolute;
	top: 0px;
	left: 12px;
	min-height: 60px;
	line-height: 60px;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: middle;
	float: left;
}
.login_itm {
	float: left;
	width: 50%;
	white-space: nowrap;
	padding-right: 5px;
	margin-top: 15px;
}
.login_input {
	width: 100%;
	height: 30px;
	font-size: 14px;
	border: #336699 1px solid;
	padding: 2px 2px 2px 10px;
}
#login-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    font-size: 30px;
    color: #0060aa;
    background: none;
    border: none;
    cursor: pointer;
}
#login-btn:hover {
	color: #a5e8ff;
}
/* --- contacts box --- */
#contacts_box {
	/*float: left;*/
	order:3;
	width: 37%;
	min-height: 60px;
	padding-left: 12px;
	line-height: 60px;
}
#contacts_box span {
	display: inline-block;
	padding-right: 16px;
	vertical-align: middle;
}
.all-days {
	color: #4d4d4d;
	font-size: 36px;
}
/* --- language box --- */
#language_box {
	order:4;
	width: 7%;
	min-height: 60px;
	line-height: 60px;
	padding-left: 12px;
}
#language_box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#language_box li {
	display: inline-block;
	padding-right: 8px;
	vertical-align: middle;
}
#language_box a {
	float: left;
}
/* -------------- menu ------------- */

.menu {
	/* http://www.colorzilla.com/gradient-editor */
	background: #0095d0;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #0095d1 0%, #007ec6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #0095d1 0%, #007ec6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #0095d1 0%, #007ec6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0095d1', endColorstr='#007ec6', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.menu li {
	display: inline-block;
	padding: 20px 35px 20px 20px;
}
.menu li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.menu a:hover {
	color: #a5e8ff;
	text-decoration: none;
}
.menu li.active a {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
.burger-menu {
	display: none;
	cursor: pointer;
    /*z-index: 9000;*/
}

/* menu level2 */
.menu_level2 {
	background: #FFF;
}
.menu_level2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.menu_level2 li {
	display: inline-block;
	padding: 20px 40px 20px 20px;
}
.menu_level2 li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 17px;
	color: #0095d0;
	text-decoration: none;
	text-transform: none;
}
.menu_level2 a:hover {
	color: #a5e8ff;
	text-decoration: none;
}

/* -------------- heroarea ------------- */

.heroarea {
	/* background-color: #255fb0; */
}
.heroimage {
    min-height: 500px;
    background: transparent;
	position: relative;
}
.heroimage2 {
    min-height: 200px;
    background: transparent;
	position: relative;
}
.heroimage3 {
    min-height: 500px;
    background: transparent;
	position: relative;
}

.moto, .section_title {
	padding-left: 90px;
	background: url(/static/site/img/diagonal-white.svg) top left no-repeat;
	background-size: 90px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 36px;
	left: 50%;
	width: 600px;
    z-index: 9000;
}
.section_title { font-size: 80px; }

/* -------------- content ------------- */

h1 {
	font-family: 'Raleway', sans-serif;
	color: #0095d0;
	font-size: 55px;
	font-weight: 900;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
h1 span {
	display: inline-block;
	padding: 0px 90px;
	background: url(/static/site/img/diagonal-blue.svg) top left no-repeat;
	background-size: 90px;
}
h2 {
	padding: 20px 0px 20px 0px;
	font-family: 'Raleway', sans-serif;
	color: #0095d0;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin: 0px;
	/*background: url(/static/site/img/diagonal-blue.svg) top left no-repeat;
	background-size: 90px;*/
}
h2 span {
	display: inline-block;
	padding: 0px 90px;
	background: url(/static/site/img/diagonal-blue.svg) top left no-repeat;
	background-size: 90px;
}
.remodal h2 { padding: 0px; }
.brown h2 { color: #aa5800; }
.gold { color: #d3c1b4; }

h3 {
	font-family: 'Raleway', sans-serif;
	color: #5c5c5d;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
	margin: 0px;
	padding: 20px;
}
h3.faq {
	padding-left: 10px;
}

.intro {
	text-align: center;
	font-family: 'Raleway', sans-serif;
    color: #7f7f7f;
    font-size: 22px;
    font-weight: 400;
}

.plan {
	padding: 0px 5px;
	text-align: center;
	float: left;
	font-family: 'Raleway', sans-serif;
	color: #0095d0;
	font-size: 14px;
	font-weight: 600;
	margin: 30px 0px 30px 0px;
}
.p-two { width: 50%; }
.p-three { width: 33.3%; }

.plan img {
	width: 110px;
}
.spliter-l {
	border-left: #a5e8ff 1px solid;
}
.spliter-r {
	border-right: #a5e8ff 1px solid;
}
.plan p.action { font-size: 20px; color: #0060aa; font-weight: 900; }
.plan span {
	font-family: 'Raleway', sans-serif;
	color: #0095d0;
	font-size: 20px;
	font-weight: 900;
	display: inline-block;
	padding-left: 10px;
/*       padding: 10px 0px;*/
}
.price, .price-l2 {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 900;
	margin: 20px 0px 30px 0px;
}
.price_info {
	color: #0095d0;
	text-align: center;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
}
.price-l2 {
	font-size: 16px;
	display: block;
    margin: 10px;
}

.btn {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	border: none;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover {
	color: #fff;
	background: #a5e8ff;
/*	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	*/
}

.register { font-size: 30px; padding: 14px; margin: 14px; }

.text_btn {
	position: relative;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #0060aa;
	font-size: 16px;
	font-weight: 600;
	margin: 10px auto;
	padding: 10px 50px 10px 50px;
	display: block;
	border: #0060aa 2px solid;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	cursor: pointer;
	width: 370px;
}
.text_btn:hover {
	color: #8CEEFF;
}
.text_btn span {
	position: absolute;
	right: 18px;
	top: 10px;
}
.text_btn-open {
	background: url(/static/site/img/plus.svg) right no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
}
.text_btn-close {
	background: url(/static/site/img/minus-blue.svg) right no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
}
.extra ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.extra li {
	margin-top: 10px;
	display: inline-block;
	width: 200px;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
.extra li.candy { background: url(/static/site/img/candy.svg) top center no-repeat; }
.extra li.cookie { background: url(/static/site/img/cookie.svg) top center no-repeat; }
.extra li.cake { background: url(/static/site/img/cake.svg) top center no-repeat; }
.extra img {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.additional_moto {
	font-size: 20px; padding-left: 20px; padding-right: 20px; 
}
.cool { font-size: 30px; margin: 0px; display: block; }

/* ------------------- jaunumi ------------------ */
#news_box {  }
.news_itm { 
	float: left; 
	width: 23%; 
	margin: 10px 2% 0 0; 
	font-size: 14px; 
	text-align: left;
}
.news_itm img { width: 100%; padding-bottom: 4px; }
.news_itm a { 
	line-height: 140%; 
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
.news_itm a:hover { color: #a5e8ff; }

.news_date { font-size: 11px; padding: 6px 0px 10px 0px; }
.news_btn {
	border-top: 1px solid #336699;
	padding-top: 5px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #336699;
	text-decoration: none;
	float: left;
	margin: 10px 0px 20px 0px;
}
.news_btn:hover { color: #ff4000; }
/* ------------- end:jaunumi ----------- */


/* -------------- modal forms --------------- */
.modal-form { 
	color: #0095d0; 
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.modal-form h3 { color: #a4a4a4; text-align: center; }

.modal-form li { 
	list-style: none; 
} 

.modal-form input {
	width: 100%;
    font-size: 18px;
    border: #336699 1px solid;
    padding: 2px 2px 2px 10px;
	height: 34px;
	background-color: #e4f1ff;
}

.modal-form textarea {
	width: 100%;
    font-size: 18px;
    border: #336699 1px solid;
    padding: 2px 2px 2px 10px;
	height: 100px;
	background-color: #e4f1ff;	
}

.modal-form ul {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.modal-form ul li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
}

.modal-form ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.modal-form ul li label {
  display: block;
  position: relative;
  font-weight: 600;
  padding: 10px 25px 10px 50px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.modal-form ul li label span { font-size: inherit; }

.modal-form ul li:hover label {
	color: #a5e8ff;
}

.modal-form ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #0095d0;
  border-radius: 100%;
  height: 26px;
  width: 26px;
  top: 18px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.modal-form ul li:hover .check {
  border: 5px solid #a5e8ff;
}

.modal-form ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.modal-form input[type=radio]:checked ~ .check {
  border: 5px solid #0060aa;
}

.modal-form input[type=radio]:checked ~ .check::before {
  background: #0060aa;
}

.modal-form input[type=radio]:checked ~ label {
  color: #0060aa;
}


.modal-form #domain_chk_box {
	padding: 10px; 
}

.modal-form .domain_chk_box-inner { margin-right: 0px; }
.modal-form #domain_chk_box input { width: 74%; }
.modal-form .domain_chk_box-inner2 input { width: 100% !important;}
.modal-form #domain_chk_box select { width: 22%; }

/* --------------------------------------------------------------------------- 2017 ------ */

.modal-form #clients_input_box { padding: 10px; }

.modal-form .clients_input_box-inner { margin-right: 0px; }

#clients_input_box {
	margin-right: 100px; 
	position: relative; 
	border: #0060aa 4px solid; 
	-webkit-border-radius: 5; 
	-moz-border-radius: 5; 
	border-radius: 5px; 
	width: 100%; 
	padding: 40px; 
	margin-bottom: 40px; 
	background-color: #0060aa;
}
.clients_input_box-inner { margin-right: 140px; }

#clients_input_box input {
	color: #000;
	height: 40px; 
	border: #0060aa 1px solid; 
	padding: 5px 10px;  
	width: 49%; 
	font-size: 30px; 
	font-family: 'Raleway', sans-serif; 
	font-weight: 600;
	background-color: #fff;
}

#id_contract_nr input {}

#id_code_nr input {}

code {
    padding: 10px;
    color: #7A7A7A;
    border: solid 1px #7A7A7A;
}

/* end: ---------------------------------------------------------------------- 2017 ------ */



.modal-form .error { background-color: #FFDFE5; }
.modal-form .error span { display: block; color: #ff5163; font-size: 12px; font-weight: bold; padding-bottom: 5px; }

/* -- modal table --- */

.modal-form .person {
	width: 100%;
	border: none;
	display: inline-block;
	margin: 20px 0px 20px 0px;
	background-color: aliceblue;
    border-collapse: collapse;
}

.modal-form .person td:nth-child(1) {
	width: 17%;
	color: #a4a4a4;
}

.modal-form .person th {
	color: #FFF;
	padding: 10px;
	text-align: left;
}
.modal-form .person td {
	text-align: left;
	padding: 10px;
}
.modal-form .person tr:nth-child(even) { background: none; }
.modal-form .person tr:nth-child(odd) { }


/* -------------- content collapse ------------- */
.tgl-wrapper {
	overflow: hidden;
	display: none;
}


/* -------------- domain check ------------- */
#domain_chk_box {
	margin-right: 100px; 
	position: relative; 
	border: #0060aa 4px solid; 
	-webkit-border-radius: 5; 
	-moz-border-radius: 5; 
	border-radius: 5px; 
	width: 100%; 
	padding: 40px; 
	margin-bottom: 40px; 
	background-color: #0060aa;
}
.domain_chk_box-inner { margin-right: 140px; }

.domain_chk {
	position: absolute;
	top: 40px;
	right: 40px;
}

.first-bold td:nth-child(1) { font-weight: bold; }

#domain_chk_box input {
	color: #000;
	height: 40px; 
	border: #0060aa 1px solid; 
	padding: 5px 10px;  
	width: 82%; 
	font-size: 30px; 
	font-family: 'Raleway', sans-serif; 
	font-weight: 600;
	background-color: #fff;
}

#domain_chk_box select {
	height: 40px; 
	width: 16%; 
	border: #0060aa 1px solid; 
	font-size: 30px; 
	font-family: 'Raleway', sans-serif; 
	font-weight: 600;
	background-color: #fff;
}

.domain_offer_container { width: 100%; }
.domain_offer_box { width: 25%; float: left; padding: 16px; }

.domain_alert, .domain_ok { 
    color: #ff5862;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: #fff4f6;
    margin-bottom: 10px;
}
.domain_alert li {list-style: none;}
.domain_ok { 
    color: #0060aa;
    background-color: #D4ECFF;	
}
.domain_alert span, .domain_ok span { display: inline-block; padding-right: 10px; font-size: 36px; }
.domain_alert div, .domain_ok div { display: inline-block; padding-top: 10px; vertical-align: top; }
.domain_info { color: #5c5c5d; border-bottom: 1px solid #b2b2b2;}

/* -------------- tables ------------- */
.sn_table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 20px 20px 0px;		
}
.table_line { line-height: 25px;}
.sn_table th {
	color: #FFF;
	padding: 10px;
	background-color: #F63;
	text-align: left;
}
/*.sn_table th:empty {
	padding: 1px;
}*/
.sn_table td {
	text-align: left;
	padding: 10px;
}
/* .sn_table { border-bottom; }*/

.sn_table tr:nth-child(even) {
	background: none;
	border-bottom: 1px solid #b2b2b2;
}
.sn_table tr:nth-child(odd) {
	background: #f7f7f7;
	border-bottom: 1px solid #b2b2b2;
}
.sn_table td:nth-child(1) {
	width: 20%;
	font-weight: bold;
}
.dom_spec {
	color: #0095d0;
}

/* -------------- faq ------------- */
.faq_container { 
	float: left;
	width: 48%;
}
.faq_block { 
    margin-right: 20px;
}
.faq_intro { 
	margin-top: 0px;
	padding-left: 10px;
	color: #0095d0;
}
.faq_block ul li { 
	padding-bottom: 10px;
}

a.collapsible, a.instruction { 
	display: block; 
	padding: 10px 40px 10px 10px; 
	border-top: #a5e8ff 1px solid; 
	text-transform: uppercase; 
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.collapsible { position: relative; }
.collapsible span { 
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
}

.collapse-open {
	background-color: #5FC1FF; 
	color: #FFF;
}
.collapse-open span {
	background: url(/static/site/img/minus.svg) right no-repeat;
	background-size: 18px;
}
.collapse-close span {
	background: url(/static/site/img/plus.svg) right no-repeat;
	background-size: 18px;
}
.faq_answer {
	padding: 10px 10px 20px 10px;
}


/* -------------- custom plan ------------- */

.custom {
    text-align: center;
    color: #0095d0;
    /* min-height: 200px; */
    background: #e1f9ff;
    background: -moz-linear-gradient(-45deg, #e1f9ff 22%, #F3FDFF 902%);
    background: -webkit-linear-gradient(-45deg, #e1f9ff 22%, #F3FDFF 90%);
    background: linear-gradient(120deg, #def9ff 22%, #F3FDFF 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e1f9ff', endColorstr='#F3FDFF', GradientType=1);
}

.blue-beauty {
	min-height: 200px;
	background: #cef5ff;
	background: -moz-linear-gradient(-45deg, #cef5ff 0%, #70d9ff 100%);
	background: -webkit-linear-gradient(-45deg, #cef5ff 0%, #70d9ff 100%);
	background: linear-gradient(155deg, #cef5ff 25%, #70d9ff 83%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cef5ff', endColorstr='#70d9ff', GradientType=1);
}

/* -------------- features ------------- */

.features {
    min-height: 200px;
    background: #fffef9;
    background: -moz-linear-gradient(-45deg, #fffef9 0%, #fbe5b5 100%);
    background: -webkit-linear-gradient(-45deg, #fffef9 0%, #fbe5b5 100%);
    background: linear-gradient(-14deg, #fff4c096 44%, #ffe0a8 64%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffef9', endColorstr='#fbe5b5', GradientType=1);
}

.features ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.features li {
	display: inline-block;
	padding: 20px 20px;
	width: 200px;
	vertical-align: top;
	margin-bottom: 20px;
}
.features h2 span {
	display: inline-block;
}
.features span {
	display: block;
}
.features span:first-of-type { margin-bottom: 10px; }

.features .ico { font-size: 70px; }
.features .about-ico { font-size: 50px; }

.features li img { display: inline-block; padding-bottom: 5px; }
.features li {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	color: #aa5800; /* #0060aa; */
	font-size: 14px;
	font-weight: 800;
}
.features li a {
	text-decoration: underline;
	}
.features li a:hover {
	color: #fff;	
}

.extra_img {
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
    color: #0060aa;
}

.tech_logo { list-style: none; text-align: center; }
.tech_logo li { display: inline-block; text-align: center; }
.tech_logo span { width: 100px; display: inline-block; text-align: center; font-size: 10px; font-weight: bold; height: 50px; }
.tech_logo img { height: 80px; display: block; }
.tech_txt { font-size: 10px; text-align: center; font-weight: bold; display: block; padding-top: 40px; }

/* -------------- partners logo ------------- */

.partners {
	background: #ececec;
}
.partners a {
	font-size: 100px;
	color: #626262;
}
.partners a:hover {
	color: #0095d0;
}
.partners ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.partners li {
	display: inline-block;
	padding: 20px 22px;
}


/* -------------- about us boxes -------------- */

.about_box {
	float: left;
	width: 50%;
}
.contacts_table td {
 padding: 10px;
}
.contacts_time, .contacts_x {
    font-family: 'Raleway', sans-serif;
    color: #4d4d4d;
    font-size: 100px;
    font-weight: 900;
}
 .contacts_x {
    font-size: 60px
}
.contacts_item {
    font-family: 'Raleway', sans-serif;
    color: #0095d0;
    font-size: 20px;
    font-weight: 900;
}
.contacts-split {
    border-top: 1px solid #4d4d4d; 
    text-align: center;
}
.contacts_address {
    font-family: 'Raleway', sans-serif;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 900;
}
.account-txt {
    padding-left: 26px; 
    line-height: 230%;
}
.wt-table {
    border: none;
    border-spacing: 0px;
    font-size: 14px;
    font-weight: bold;
}
.wt {
    width: 100px;
    text-align: center;
}
.wt-txt {
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width: 1000px) {
    .contacts_time, .contacts_x { font-size: 70px; }
    .contacts_x { font-size: 30px }
}
    
@media screen and (max-width: 720px) {
	.about_box {
		width: 100%;
	}

    .contacts_table td { padding: 10px; }
    .contacts_time, .contacts_x { font-size: 60px; }
    .contacts_x { font-size: 30px }
    .contacts_item { font-size: 16px; }
    .contacts_address { font-size: 16px; }
    
    .wt-txt {
        font-size: 11px;
    }
    
}


/* -------------- footer copyrights & social ------------- */
.footer {
	min-height: 200px;
	background: #505050;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #505050 0%, #858585 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #505050 0%, #858585 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #505050 0%, #858585 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#858585', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
.footer {
	color: #fff;
}
.footer a {
	color: #9fe4ff;
	text-decoration: none;
}
.footer a:hover {
	color: #0095d0;
}
.copyright {
	float: left;
	padding-top: 10px;
}
.social {
	float: right;
}
.social div {
	display: inline-block;
	float: left;
	padding-top: 10px;
}
.social span {
	font-size: 36px;
}
.social ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}
.social li {
	display: inline-block;
	padding-left: 10px;
	vertical-align: center;
}
.social a {
	color: #fff;
}
.social a:hover {
	color: #a5e8ff;
}

/* -------------- google map ------------- */
#map {
	height: 450px;	
}


/* ------------------------- calculator ------------------- */
.content .slider_container { 
	position: relative;
	margin: 10px 70px 30px 200px; 
 }
.content .calc_title { 
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: right;
  color: #0060aa;
  position: absolute;
  top: 5px;
  left: -200px;
}
.content .calc_amount {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: left;
  color: #0060aa;
  position: absolute;
  top: 5px;
  right: -70px;
}
.content .calc_sum {
  margin: 0px 0px 30px 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #000;
}
.content .calc_sum span {
  font-weight: 900;
  font-size: 30px;
  
}
.content .ui-slider {
  width: 100%;
  display: inline-block;
  /* margin: 0 10px; */
  border: 0;
  background: #0060aa;
  height: 2px;
}
.content .ui-slider-handle {
  width: 25px;
  height: 25px;
  border: 0;
  top: -12px;
  background: #0060aa;
  border-radius: 25px;
  cursor: pointer;
}

.content .clock-ico {
  width: 50px;
  height: 50px;
}

/* --------------------- history timeline ---------------------- */
  .history_table { border-spacing: 0px; }
  .history_table tr td { padding: 10px; }
  
  .ht_left { color: #0095d0; border-top: #0095d0 1px solid; }
  .ht_left:hover { border-right: #0095d0 10px solid; }
  
  .ht_center { border-left: #0095d0 1px solid; border-right: #858585 1px solid; } 
  .ht_right { color: #858585; border-top: #858585 1px solid; }
  
  .ht_right:hover { border-left: #858585 10px solid; }


/* ############################################# MEDIA QUERIES ############################################# */

@media screen and (max-width: 1200px) {
#contacts_box span {
    display: block;
	line-height: 150%;
}
.all-days { float: left; min-height: 60px; }
#contacts_box {
	width: 34%;
}
#language_box {
	width: 11%;
}
.domain_offer_container { width: 100%; float: left; }
.domain_offer_box { width: 50%; float: left; padding: 16px; }

}

@media screen and (max-width: 1000px) {
.header {
	font-size: 14px;
}
#login_box {
	padding-left: 80px;
}
.all-days { font-size: 22px;  line-height: 60px; }
	
.menu li {
    padding: 20px 10px 20px 10px;
}
.menu li a {
	font-size: 15px;
}
.menu_level2 li {
    padding: 20px 10px 20px 10px;
}
.menu_level2 li a {
	font-size: 15px;
}

.heroimage {
	min-height: 400px;
}
.moto {
	top: 60px;
	font-size: 30px;
	width: 300px;
	padding-left: 45px;
	background-size: 45px;
}
.section_title { font-size: 80px; }
h1 {
	font-size: 46px;
	padding: 5px;
	/*padding-left: 40px;
	background-size: 40px;*/
}
h1 span {
	/*padding: 0px 80px;*/
}
h2 {
	font-size: 20px;
}
.plan img {
	width: 100px;
}
.price {
	font-size: 30px;
}
/*.custom img {
	width: 100%;
}*/
.features li {
	padding: 0px;
}
.partners li {
	padding: 10px 12px;
}
.partners a {
	font-size: 70px;
}
.news_itm { width: 31.3%; font-size: 14px; }
}

@media screen and (max-width: 720px) {
body {
	font-size: 80%;	
}
.header {
	padding: 0px;
    flex-flow: column;
}
.header-spliter {
	border-right: none;
}
#logo_box {
	width: 100%;
	text-align: center;
	border: none;
	margin-top: 7px;
}
#logo_box img {
	width: 150px;
}
#login_box {
	order:3;
	width: 100%;
	border: none;
	padding-left: 80px;
	background-color: #E5F3FF;
}
.login_title {
	left: 10px;
}
#contacts_box {
	order:2;
	width: 100%;
    text-align: center;
	line-height: 40px;
	min-height: 40px;
	padding-left: 0px;
}
#contacts_box span { 
	display: inline-block; 
	line-height: 40px; 
}
.all-days { 
	font-size: 26px; 
	float: none; 
	min-height: 40px; 
}
#language_box {
	position: absolute;
	top: 7px;
	right: 10px;
	text-align: right;
	width: 30%;
}

.content {
	padding: 10px;
}

.intro { font-size: 14px; }

.burger-menu {
	background: #0095d0;
	display: block;
	padding: 10px;
}
.icon-burger { font-size: 30px; }
.burger-menu span { 
	display: inline-block; 
	padding-right: 10px; 
	vertical-align: middle; 
}
.burger-menu a {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.burger-menu a:hover {
	color: #a5e8ff;
}
.menu ul {
	overflow: hidden;
	height: 0;
    -moz-box-sizing: border-box;
	box-sizing: border-box;	
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0;
}
.menu ul li {
	width: 100%;
	border-bottom: 1px solid #E5F3FF;
    padding: 10px;
}
ul.active {
	height: 273px;
    z-index: 9000;
}
.menu li.active a {
	padding-bottom: 0px;
}
.menu_level2 li {
	padding: 10px 20px 10px 10px;
}


h1 {
	font-size: 36px;
	padding: 5px;
}
.text_btn {
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	width: 220px;
}

#domain_chk_box {
	padding: 10px; 
}
.domain_chk_box-inner { margin-right: 80px; }
.domain_chk {
	top: 10px;
	right: 10px;
}
#domain_chk_box input {
	height: 26px; 
	font-size: 16px; 
	width: 70%;
}

#domain_chk_box select {
	height: 26px; 
	font-size: 16px; 
	width: 26%;
}
.domain_offer_container { width: 100%; }
.domain_offer_box { width: 100%; padding: 10px; }

.plan {
	font-size: 14px;
	margin: 20px 0px 20px 0px;	
    padding: 0px 20px;
}
.plan span { padding: 10px 0px; font-size: 16px; display: block; }
    
.price_info {
	padding: 6px 0px 6px 0px;
}

.moto {
	left: 40%;
}
.section_title { font-size: 60px; left: 20%; }
.plan img {
	width: 80px;
}
.price {
	font-size: 20px;
}
.plan p.action { font-size: 14px; }

.btn {
	font-size: 14px;
	padding: 6px 10px 6px 10px;
}
.register { font-size: 20px; padding: 10px; margin: 10px; }
.additional_moto {
	font-size: 14px;	
}
.features span {
	font-size: 12px;
	padding: 0px;
}
.features .ico { font-size: 50px; }

.partners li {
	padding: 0px 10px;
}
.copyright {
	float: none;
}
.social {
	padding-top: 20px;
	float: none;
}
#map {
	height: 250px;	
}
.faq_container { 
	width: 100%;
}
a.collapsible { 
	font-size: 12px;
}
.collapse-open span {
	background-size: 12px;
	background-position-y: 0px;
}
.collapse-close span {
	background-size: 12px;
	background-position-y: 0px;
}
.text_btn span { right: 14px; top: 4px; }
.text_btn-open { background-size: 14px; width: 14px; height: 14px; }
.text_btn-close { background-size: 14px; width: 14px; height: 14px; }

.extra li {
	font-size: 11px;
	padding: 0px 5px 5px 5px;
    width: 110px;
}
.content .calc_sum span {
    font-size: 18px;
}
.content .slider_container { 
	margin: 10px 60px 30px 160px; 
 }
 .content .calc_title { 
  left: -160px;
}
.content .calc_amount {
  right: -60px;
}
.content .clock-ico {
  width: 30px;
  height: 30px;
}

}

@media screen and (max-width: 480px) {
.heroimage {
	min-height: 200px;
}
.moto {
	top: 20px;
	font-size: 20px;
	width: 200px;
	padding-left: 30px;
	background-size: 30px;
}
.section_title { font-size: 50px; }
h1 {
	padding: 5px;
	font-size: 26px;
}
h2 {
	padding: 20px 0px 20px 0px;
	font-size: 20px;
}
h3 {
	font-size: 16px;
	padding: 10px 0px;
}

.plan {
	font-size: 12px;
}
.plan span {
	display: block;
	font-size: 16px;
}
.plan img {
	width: 60px;
}
#domain_chk_box {
	padding: 4px; 
}
.domain_chk {
	top: 4px;
	right: 4px;
}
.price {
	font-size: 18px;
	margin: 10px 0px 20px 0px;
}
.btn {
	font-size: 12px;
}
.features li {
	width: 100px;
	padding: 0px;
}
.features img {
	width: 50px;
}
.social span {
	font-size: 26px;
}
.news_itm { width: 48%; }
.news_itm a { font-size: 14px; }
/* -------------- modal forms --------------- */
	#domain_chk_box { margin-bottom: 0px; }
	
	.modal-form h3 { padding: 20px 0px; }
	
	.modal-form ul li label { font-size: 16px; }
	.modal-form ul li label span { font-size: inherit; }
	.modal-form table { font-size: 16px; }	
	.modal-form input, .modal-form textarea { font-size: 16px; }

	.modal-form #domain_chk_box {
		padding: 4px;
	}
	.modal-form #domain_chk_box input {
		height: 30px;
		width: 78%;
	}
	.modal-form #domain_chk_box select {
		height: 30px;
		width: 20%;
	}
}

@media screen and (max-width: 320px) {
.header {
	font-size: 12px;
}
#contacts_box span { padding-right: 8px; }
.all-days { font-size: 16px; }
#logo_box {
    min-height: 40px;
	line-height: 40px;
}
#logo_box img {
	width: 120px;
}
#login_box { padding-left: 60px; }
#contacts_box { padding: 0px; font-size: 11px; }
#language_box {	line-height: 40px; }
.content {
	padding: 5px;
}
.moto {
	top: 15px;
	left: 35%;
	font-size: 16px;
	width: 160px;
	padding-left: 20px;
	background-size: 20px;
}
.plan {
	width: 100%;
	margin: 5px 0px 20px 0px;
}
.plan img {
	width: 50px;
}
.plan span {
    display: inline-block;
    padding-left: 10px;
}
.spliter-l { border-left: none; }
.spliter-r { border-right: none; }    
.features li span { font-size: 10px; }
}

/*  -------------------------------------------------------------------------
    PRINT CSS
    Only for printing and keep it last section in this css file.
    Keep in mind it's for printed paper.
----------------------------------------------------------------------------*/
@media print {
}
