@import url(animate.css);
@import url(linecons.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,300,700|Bangers);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #242424;
  font: 300 16px/27px 'Ubuntu', sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 55px;
  line-height: 60px;
  font-family: "Ubuntu", cursive;
  font-weight: 400;
}

h2 {
  font-size: 72px;
  line-height: 80px;
}
h2.price {
  font-weight: 300;
  position: relative;
  display: inline-block;
}
h2.price:before {
  position: relative;
  content: '£';
  font-size: 28px;
  color: #727272;
  top: -34px;
  left: 0;
}

div.price_ot:before {
  position: relative;
  content: 'from';
  font-size: 28px;
  color: #727272;
  top: 40px;
  left: 0;
}

div.price_perm:after {
  position: relative;
  content: 'per month';
  font-size: 28px;
  color: #727272;
  top: 40px;
  left: 0;
}

h3 {
  font-size: 58px;
  line-height: 65px;
}

h4 {
  font-size: 32px;
  line-height: 35px;
}

h5 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

h6 {
  font-size: 24px;
  line-height: 25px;
}
h6 a:hover {
  color: #45b842;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

.secondary3-color {
  color: #ff5500;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 479px) {
  h3 {
    font-size: 48px;
    line-height: 55px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 64px;
}

* + .off {
  margin-top: 72px;
}

* + .off2 {
  margin-top: 75px;
}

* + h6 {
  margin-top: 3px;
}

* + .btn {
  margin-top: 77px;
}

* + .price {
  margin-top: 32px;
}

* + .marked-list {
  margin-top: 14px;
}

* + .bg-secondary2 {
  margin-top: 47px;
}

* + h5 {
  margin-top: 86px;
}

img + h6 {
  margin-top: 44px;
}

@media (max-width: 479px) {
  * + h5 {
    margin-top: 36px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #ffd929;
}
.brand_name {
  overflow: hidden;
}
.brand_slogan {
  margin-top: 5px;
  font-size: 17px;
  line-height: 25px;
  color: #ccc;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  /*background: url("../images/bg-p.jpg") fixed no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

@media (max-width: 769px) {
  .bg-primary {
    background: transparent url("../images/bg-p.jpg") no-repeat fixed 71% 0%/cover;
  }
}


.desktop .bg-primary{
  position: relative;
  height: 250px;
  background: none;
}

.tablet .bg-primary{
  position: relative;
  height: 600px; 
  background: none;
}




.desktop .header-text2,
.tablet .header-text2{
      position: absolute;
      top: 65px;
      height: 100%;
      margin: 0 auto;
      left: 0;
      right: 0;
}

.desktop .header-text2 h2,
.tablet .header-text2 h2{
      color: #ff5500;
}

.desktop .header-text2 h6,
.tablet .header-text2 h6{
      color: #000;
}


.desktop .header-text2{
      width: 80%;
}


.tablet .header-text2{
      width: 90%;
}




.bg-primary h6 {
  text-transform: lowercase;
}
.bg-primary h6 span {
  font-weight: 300;
}

.bg-secondary1 {
  background: #eff9ff;
}
.bg-secondary1 * + .btn {
  margin-top: 81px;
}

.bg-secondary2 {
  background: #45b842;
}

@media (max-width: 1199px) {
  .bg-primary {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-primary h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
/*=================   Image Aside   =====================*/
.bg-left, .bg-right {
  position: relative;
}
.bg-left img, .bg-right img {
  display: none;
}
.bg-left:before, .bg-right:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-left:after, .bg-right:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 99.7%;
  width: 100%;
  background: rgba(53, 60, 70, 0.45);
  opacity: 0;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.lt-ie9 .bg-left:after, .lt-ie9 .bg-right:after {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#73353C46', endColorstr='#73353C46')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73353C46', endColorstr='#73353C46');
  zoom: 1;
}
.lt-ie9 .bg-left:after, .lt-ie9 .bg-right:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.bg-left:hover:after, .bg-right:hover:after {
  opacity: 1;
}
.lt-ie9 .bg-left:hover:after, .lt-ie9 .bg-right:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

.bg-left:before {
  left: -37.6%;
  background: url("../images/page-1_img04.jpg") no-repeat;
}
.bg-left:after {
  left: -51.3%;
}

.bg-left_mod1 .col-md-offset-7.col-sm-offset-7.col-md-5.col-sm-5.col-xs-12 {
  padding-left: 0;
}
.bg-left_mod1:before {
  background: url("../images/page-1_img06.jpg") no-repeat;
}

.bg-right {
  text-align: right;
}
.bg-right .col-md-5.col-sm-5.col-xs-12 {
  padding-right: 30px;
  padding-left: 0;
}
.bg-right:before {
  right: -51%;
  background: url("../images/page-1_img05.jpg") no-repeat;
}
.bg-right:after {
  right: -51%;
}

@media (max-width: 1199px) {
  .bg-left::before {
    left: -48.6%;
  }
  .bg-left:after {
    display: none;
  }

  .bg-right:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .bg-left_mod1 .col-md-offset-7.col-sm-offset-7.col-md-5.col-sm-5.col-xs-12 {
    padding-left: 15px;
  }

  .bg-right .col-md-5.col-sm-5.col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bg-left img, .bg-right img {
    display: block;
  }
  .bg-left:before, .bg-right:before {
    display: none;
  }
}
@media (max-width: 479px) {
  .bg-right .btn {
    text-align: center;
  }
}
/*==================     Icons     ======================*/
.linecons-study,
.linecons-location4,
.linecons-camera6 {
  font-size: 72px;
  line-height: 110px;
  color: #6696cf;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  background: #ff5500;
  text-transform: uppercase;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 15px;
  padding: 19px 57px 21px;
}
.btn.bg-secondary2 {
  background: #ff5500;
  color: #fff;
  padding: 19px 77px 21px;
}
.btn:hover {
  background: #cb4400;
}

.btn-phone{
     padding: 19px 20px 21px;
     font-size: 36px;
}

.btn.phone:hover{
   background: #ff5500;
}

.btn.phone span{
     font-size: 18px;
     margin-right: 10px;
}


.btn:active {
  background: #cb4400;
}
.btn.btn-md {
  padding: 19px 86px 21px;
}
.btn.btn-lg {
  padding: 19px 102px 21px;
}

@media (max-width: 767px) {
  .btn.bg-secondary2 {
    margin-bottom: 40px;
  }
}


@media (max-width: 1199px) {
    .button3 {
        margin-top: 100px !important;
    }
    .button1 {
        margin-top: 75px !important;
    }

}

.button10 {
  margin-top: 0px !important;
  font-size: 13px;
  padding: 5px !important;
  min-width: 100px;
}


/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "FontAwesome";
  color: #45b842;
}
.marked-list li.mod1:before {
  content: '\f00d';
  color: #c94434;
}
.marked-list li + li {
  margin-top: 13px;
}
.marked-list a:hover {
  color: #c94434;
  text-decoration: none;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 8px;
}
.inline-list a:hover {
  color: #ffd929;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_cnt {
  padding-left: 65px;
  padding-top: 5px;
}
.box_cnt p {
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
}
.box_cnt h6 {
  text-align: right;
}
.box_cnt h6 span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  display: block;
}
.box_cnt * + h6 {
  margin-top: 40px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 767px) {
  .box .box_cnt {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .box_aside {
    margin-right: 20px;
  }
  .box_cnt__no-flow {
    overflow: visible;
  }
  .box_cnt {
    padding: 0;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 36px;
  line-height: 55px;
  color: #fff;
  background: #ff5500;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #cb4400;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section

header {
  background: url("../images/h-bg.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 78px;
}
  
.desktop header{
  position: relative;
  height: 800px; 
  background: none;
}

.tablet header{
  position: relative;
  height: 900px; 
  background: none;
}
=========================================================*/
header {
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px;
}
  
.desktop header{
  position: relative;
  background: none;
}

.tablet header{
  position: relative;
  background: none;
}

.desktop #video1 .bg-transp,
.tablet #video1 .bg-transp{
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1)";
    filter: alpha(opacity=0.1);
    -moz-opacity: 0.1;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.desktop #video2 .bg-transp,
.tablet #video2 .bg-transp{
     background: #fff;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
    filter: alpha(opacity=0.3);
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.desktop .header-text,
.tablet .header-text{
      position: absolute;
      top: 70px;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0;
}


  
header h2 {
  color: #fff;
}
header h2 span {
  display: block;
  font-size: 31px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 16px;
}
header p {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
}
header .btn {
  padding: 19px 100px 21px 107px;
}
header * + h2 {
  margin-top: 117px;
}
header * + p {
  margin-top: 152px;
}
header * + .btn {
  margin-top: 33px;
}

@media (max-width: 1199px) {
  header {
    background-attachment: scroll;
  }
}
@media (max-width: 769px) {
  header {
/*
    background: transparent url("../images/h-bg.jpg") no-repeat fixed 71% 0%/cover;
*/
  }
}
@media (max-width: 479px) {
  header * + h2 {
    margin-top: 47px;
  }
  header * + p {
    margin-top: 52px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 75px;
  padding-bottom: 75px;
}

.well2 {
  padding-top: 65px;
  padding-bottom: 77px;
}

.well3 {
  padding-top: 69px;
  padding-bottom: 81px;
}

@media (max-width: 767px) {
  .well3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .map {
	position:relative;
}

footer .contactsBlock {
	padding: 50px;
	flex-direction: column;
	    position: absolute;
    top: 0;
    background-color: rgba(255,85,0,0.78);
	border-radius: 0 5px 5px 0;
    width: 400px;
	height: 100%;
	display: flex;
	color: #fff;
    align-items: center;
}

footer .contactsBlock ul {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}


footer .contactsBlock h4{
	margin-bottom: 30px;
	font-weight: 500;
}

footer .contactsBlock ul li h5{
	margin-bottom: 10px;
	font-size: 22px;
}

footer .contactsBlock ul li p{
	font-size: 14px;
}
footer .contactsBlock ul.phonenum li{
	width: 220px;
    justify-content: space-between;
    display: flex;
}



footer .banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .banner:before, footer .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .banner:after {
  clear: both;
}
footer .banner .copyright {
  float: left;
  font-size: 16px;
  line-height: 25px;
  color: #242424;
  margin-top: 10px;
}
footer .banner .inline-list {
  float: right;
}
footer .banner .inline-list li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #ff5500;
  text-align: center;
}
footer .banner .inline-list li a:before {
  font-size: 18px;
  line-height: 40px;
}
footer .banner .inline-list li a:hover {
  color: #fff;
  background: #ff5500;
}

@media (max-width: 479px) {
  footer .banner {
    text-align: center;
  }
  footer .banner .copyright,
  footer .banner .inline-list {
    float: none;
  }
  footer .banner .copyright {
    display: block;
  }
  footer .banner .inline-list {
    margin-top: 10px;
  }
}

/*---------------------------------------------------
 Google ReCaptcha
---------------------------------------------------*/

.grecaptcha-badge {
  bottom: 100000px !important;
}

#sendBtn2{
  width: 100%;
  background: #f50;
  color: #fff;
  font: 0.875rem/0.7rem 'Arial';
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 5px;
  border: none;
}

.col-select-months{
  width: 33.33333333%;
  float: left;
}

.order-speed-details-block{
  height: 0px;
}

#order-speed-details-fttp-1000mb, #order-speed-details-fttp-500mb, #order-speed-details-fttp-200mb, #order-speed-details-fttp-100mb, #order-speed-details-fttc-100mb, #order-speed-details-lte-100mb, #order-speed-details-dsl-20mb{
  position: relative;
  top: -340px;
  background: #fff;
  padding-bottom: 10px;
}

.btn-check-availability{
  font-size: 16px !important;
  padding: 10px 30px !important;
  margin-bottom: 20px;
}

.font-hack{
  font-family: "Ubuntu", "sans-serif", "Arial" !important;
  font-size: 13px !important;
  line-height: 25px !important;
  color: #fff !important;
}

.font-hack2{
  font-family: "Ubuntu", "sans-serif", "Arial" !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #fff !important;
}

.block-hack p{
  font-size: 15px;
  line-height: 25px;
}

.container-header{
  padding-top: 0px;
}

.price{
  color: #222222 !important;
}

header main p{
  color: rgb(36, 36, 36) !important;
  font-size: 100% !important;
  margin: 0px;
}

.esim-block{
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: rgba(0, 0, 0, 0.36) 0px 3px 8px 0px;
box-sizing: border-box;
color: rgb(13, 13, 13);
font-family: Vodafone, Open Sans, sans-serif;
font-size: 24px;
font-weight: 400;
letter-spacing: normal;
line-height: 26px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
padding-top: 15px;
}

.esim-block-button{
  width: 100%;
}

.esim-block-title{
  font-size: 26px;
  font-weight: 400;
  padding-top: 7px;
  font-family: "Ubuntu", sans-serif;
  float:left;
}

.esim-subblock-title{
  padding-left: 10px;
}

.esim-subblock-list{
  padding-left: 20px;
  font-size: 20px;
  padding-bottom: 10px;
}

.esim-stages-block{
  margin-top: 50px;
}

@media (min-width: 768px){
.esim-stages-block{
  display: flex;
}
}

.esim-stages-step-bg{
  height: 100%;
  padding: 0px 10px;
  text-align: center;
}

.esim-stages-step{
  overflow: hidden;
  height: 100%;
  color: rgb(13, 13, 13);
  background: rgb(255, 255, 255) padding-box;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 8px;
}

.esim-stages-step-image{
}

.esim-stages-step-title{
  padding: 20px 20px 10px;
}

.esim-stages-step-text{
  padding: 0 20px 10px;
}


