html {
	height: 100%;
}
body {
  	vertical-align: baseline;
  	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	min-height: 100%;
  	display: flex;
  	flex-direction: column;
 } 
 a{
 	color: white;
 }
 a:hover {
	text-decoration: none;
 }
 ol li{
 	text-align: left;
 }
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  float: left;
  color: white;
  text-decoration: none;
  font-size: 17px;
}
#myLinks a {
	padding: 10px 10px;
}
.topnav a.icon {
  float: right;
  padding: 10px;
}
.main_pic {
	background: url(/img/bg.jpg) no-repeat center;
	background-size: cover;
	height: 1000px;
}
.head_text {
	color: white;
	padding-left: 10px;
}
hr {
	margin-top: 0;
}
.separator {
	border: 0;
	height: 2px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
	background-image: -moz-linear-gradient(left, #fff, #000, #fff);
	background-image: -ms-linear-gradient(left, #fff, #000, #fff);
	background-image: -o-linear-gradient(left, #fff, #000, #fff);
}
.owl-dot {
	display: none!important;
}
#owl_carousel {
	height: 100%;
}
#owl_carousel .owl-stage {
	margin-top: 50px;
}
.owl-carousel.owl-drag .owl-item {
	padding-top: 250px;
}
.owl-prev {
	position: absolute;
	margin-top: 0!important;
	margin-bottom: 0!important; 
	top: 0;
	bottom: 0;
	left: -20px;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	background-color: rgba(0,0,0,0.3); 
}
.owl-next {
	position: absolute;
	margin-top: 0!important;
	margin-bottom: 0!important; 
	top: 0;
	bottom: 0;
	right: -20px;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	background-color: rgba(0,0,0,0.3);	
}
.owl-prev span {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 70px;
}
.owl-next span {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 70px;
}
#owl_carousel .owl-nav .owl-prev:hover ,
#owl_carousel .owl-nav .owl-next:hover {
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
}
.btn_slide {
	background-color: orange;
	border-color: orange;
}
.s_block {
	margin-top: 50px;
	color: white;
}
.container_main_page {
	margin-top: 50px;
}
.first_container_main_page {
	margin-top: 0;
}
.last_container_main_page {
	background: url(/img/banner.jpg) no-repeat center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 50px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 100;
}
.mb_120 {
	margin-bottom: 120px;
}
.container_list {
	padding-top: 100px;
}
.city_row {
	background: url(/img/city.png) no-repeat center;
	padding-bottom: 250px;
}
.city_row h3{
	bottom: 0;
}
.btn_prices {
	width: 70%;
}
.village_row {
	background: url(/img/village.png) no-repeat center right 40%;
	padding-bottom: 250px;
	background-size: 60%;
}
.village_row h3{
	bottom: 0;
}
.village_row h1{
	margin-bottom: 0;
}
.price_column {
	margin-top: 300px;
	border-radius: 0 0 20px 20px;
	position: relative;
	height: 350px;	
}
.Top_column {
	margin-top: 30px;
	border-radius: 0 0 20px 20px;
	position: relative;
	height: 250px;
}
.separator_prices {
	border: 0;
	height: 1px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #fff, #006a93, #fff);
	background-image: -moz-linear-gradient(left, #fff, #006a93, #fff);
	background-image: -ms-linear-gradient(left, #fff, #006a93, #fff);
	background-image: -o-linear-gradient(left, #fff, #006a93, #fff);
}
.price_column button {
	background-color: #006a93;
	border-color: #006a93;
}
.head_price_column {
	text-align: center;
	padding: 5px 0 10px;
	position: relative;
	font-weight: 700;
}
.head_price_column h2 {
	font-weight: 700;
}
.list_price_column {
	padding: 0 10px 0 25px;
	list-style: none;
}
.list_price_column li{
	padding-top: 5px;
}
.tablSSe_text {
	font-size: 18px;
}
.bt_table {
	border-top: 1px solid gray;
}
.bt_table:last-child{
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}
.price_text {
	border: 5px solid red;
	*border-radius: 10px;
	border-style: outset;
	padding-bottom: 5px;
	padding-top: 20px;
}
.in_price {
	margin-top: 20px;
}
.head_row {
	margin-bottom: 50px;
}
.heading {
	padding-top: 30px;
}
.row_jump {
	padding: 35px 0;
}
:root {
    --bg: #3C465C;
    --primary: #78FFCD;
    --solid: #fff;
    --btn-w: 10em;
    --dot-w: calc(var(--btn-w)*.2);
    --tr-X: calc(var(--btn-w) - var(--dot-w));
}
* {
	box-sizing: border-box;
}
*:before, 
*:after {
	box-sizing: border-box;
}

.btna {
    position: relative;
    margin: 0 auto;
    width: var(--btn-w);
    color: var(--primary);
    border: .15em solid var(--primary);
    border-radius: 5em;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
    cursor: pointer;    
}
.dot {
    content: '';
    position: absolute;
    top: 0;
    width: var(--dot-w);
    height: 100%;
    border-radius: 100%;
    transition: all 300ms ease;
    display: none;
}
.dot:after {
    content: '';
    position: absolute;
    left: calc(50% - .4em);
    top: -.4em;
    height: .8em;
    width: .8em;
    background: var(--primary);
    border-radius: 1em;
    border: .25em solid var(--solid);
    box-shadow: 0 0 .7em var(--solid),
                0 0 2em var(--primary);
}
.btna:hover .dot,
.btna:focus .dot {
    animation: atom 2s infinite linear;
    display: block;
}
@keyframes atom {
    0% {transform: translateX(0) rotate(0);}
    30%{transform: translateX(var(--tr-X)) rotate(0);}
    50% {transform: translateX(var(--tr-X)) rotate(180deg);}
    80% {transform: translateX(0) rotate(180deg);}
    100% {transform: translateX(0) rotate(360deg);}
}
.link_price {
	text-decoration: none;
}
.bottom_btn {
	margin: 5px;
}
#toTop {
	width:	100px;
	border:	1px solid orange;
	border-radius: 50px;
	text-align:	center;
	padding:	5px;
	position:	fixed;
	bottom: 10px;
	right:	10px;
	cursor:	pointer;
	display:	none;
	color:	orange;
	font-family:	verdana;
	font-size:	31px;
	z-index: 1000;
}










@media only screen and (max-width: 1000px) {
	.navbar {
		display: none;
	}
	.telekomIMG_mainpage {
		width: 200px;
		height: 150px;
	}
	.s_block {
		margin-top: auto;
	}
	.s_block h3 {
		font-size: 1.25em;
	}
	.s_block p {
		font-size: 15px;
	}
	.iframe {
		width: 300px;
		height: 200px;
	}
	.main_pic {
		height: 850px;
	}
	.speedtest {
		width: 500px;
		height: 150px;
	}
	.bottom_btn {
		margin: 10px;
	}
	.price_column h2 {
		font-size: 1em;
	}
	.price_column h4 {
		font-size: 0.75em;
	}
	.price_column li {
		font-size: 15px;
	}
	.price_column {
		margin-top: 150px;
	}
	.mb_120 {
		margin-bottom: 150px;
	}
}
@media only screen and (max-width: 400px) {
	.main_pic {
		height: 500px;
	}
	.owl-carousel.owl-drag .owl-item {
		padding-top: 0;
	}
	.bottom_btn {
		margin: 5px;
	}
	.iframe {
		width: 200px;
		height: 100px;
	}
	#myLinks a {
		padding: 5px 5px!important;
	}
	.price_column {
		margin-top: 0;
	}
	.city_row {
		background: none;
		padding-bottom: 0;
	}
	.city_row h3 {
		font-size: 20px;
	}
	.city_row div {
		font-size: 15px;
		width: 50%!important;
	}
	.village_row {
		background: none;
		padding-bottom: 0;
	}
	.village_row  h3 {
		font-size: 20px;
	}
	.village_row div {
		font-size: 15px;
		width: 50%!important;
	}
	.btnaS {
		width: 50%!important;
	}
	.speedtest {
		width: 300px;
		height: 100px;
	}
	.btna {
		font-size: 1em;
	}
	.mb_120 {
		margin-bottom: 170px;
	}
	.footer {
		font-size: 10px;
	}
	#dhcpWninXP img {
		width: 200px;
		height: 200px;
	}
	#dhcpWin_Vista_7 img {
		width: 250px;
		height: 200px;
	}
	#credit img {
		width: 300px;
		height: 200px;
	}
	#e_net img {
		width: 300px;
		height: 200px;
	}
	.rout4 {
		width: 300px!important;
		height: 100px!important;
	}
	#TP_LINK img {
		width: 250px;
		height: 200px;
	}
	.TP_img {
		display: none;
	}
	#ASUS img {
		width: 250px;
		height: 250px;
	}
	.asus_img {
		display: none;
	}
	#toTop {
		width: auto;
	}
}