@font-face {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ProximaNova/ProximaNovaRegular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova/ProximaNovaRegular.woff) format('woff'), url(../fonts/ProximaNova/ProximaNovaRegular.ttf) format('truetype'),
    url(../fonts/ProximaNova/ProximaNovaRegular.svg#ProximaNova) format('svg');
}
@font-face {
  font-family: ProximaNovaLight;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNovaLight/ProximaNovaLight.woff) format('woff'), url(../fonts/ProximaNovaLight/ProximaNovaLight.ttf) format('truetype'),
    url(../fonts/ProximaNovaLight/ProximaNovaLight.svg#ProximaNovaLight) format('svg');
}
@font-face {
  font-family: ProximaNovaBold;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNovaBold/ProximaNovaBold.woff) format('woff'), url(../fonts/ProximaNovaBold/ProximaNovaBold.ttf) format('truetype'),
    url(../fonts/ProximaNovaBold/ProximaNovaBold.svg#ProximaNovaBold) format('svg');
}
.primary-headline {
  font-size: 38px;
  margin-bottom: 60px;
}
.navbar {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.navbar-nav {
  font-weight: 300;
  padding-left: 30px;
}
.navbar-nav > li {
  margin-left: 20px !important;
  padding: 0 15px;
}
.navbar-nav > li a {
  padding-bottom: 21.5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  box-sizing: border-box !important;
  border-bottom: 5px solid transparent;
  transition: 0.3s;
}
.navbar-nav > li a:active,
.navbar-nav > li a:focus,
.navbar-nav > li a:hover {
  text-decoration: none !important;
  border-bottom: 5px solid #70bdf2;
}
.navbar-brand svg {
  width: 200px;
  height: 22px;
}
.navbar .nav-link {
  cursor: pointer;
}
.navbar .btn {
  padding: 12px 40px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar .dropdown-menu {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 1000;
}
.navbar .dropdown-menu li a {
  padding: 10px 15px;
  border-bottom: none;
}
.navbar .dropdown-menu li a:hover {
  background: #70bdf2 !important;
  border-bottom: none;
}
.navbar .navPhone {
  display: inline-block;
  padding: 23px 0 20px 40px;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  color: #70bdf2;
}
.navbar .navPhone:active,
.navbar .navPhone:focus,
.navbar .navPhone:hover {
  color: #34a568;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
#modal_sign-in .modal-footer a {
  text-decoration: none;
  color: #011c37;
  border-bottom: 2px dashed fade(#011c37, 60%);
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 2px;
  transition: all 0.1s ease-out 0s;
}
#modal_sign-in .modal-footer a:focus,
#modal_sign-in .modal-footer a:hover {
  color: fade(#011c37, 60%);
  transition: all 0.1s ease-in 0s;
}
#modal_sign-up .modal-title {
  font-size: 22px;
}
#modal_sign-up .modal-body {
  padding-bottom: 40px;
}
.jumbotron {
  color: #fff;
  margin-bottom: 0;
  background: #153f65;
}
.jumbotron .container {
  position: relative;
  z-index: 10;
  background: url(../img/house.png) no-repeat 100% 50%;
  min-height: 424px;
  height: 450px;
  z-index: 1;
}
.jumbotron h1 {
  font-weight: 500;
  margin: 0;
  margin-top: 120px;
}
.jumbotron h1 span {
  display: block;
}
.jumbotron h1 span:first-child {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 52px;
}
.jumbotron h1 span:last-child {
  font-weight: 400;
  font-size: 16px;
  font-family: ProximaNova;
}
.jumbotron__tooltip {
  position: absolute;
  z-index: 10;
  top: 93px;
  right: 110px;
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
  color: fade(#0e272e, 75%);
  min-width: 160px;
  min-height: 150px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.jumbotron__tooltip p {
  color: #aabfc5;
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 500;
}
.jumbotron__tooltip p:last-child {
  margin-bottom: 0;
}
.jumbotron__tooltip p span {
  color: #114e65;
  font-size: 16px;
}
.jumbotron__tooltip:after {
  content: '';
  position: absolute;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.jumbotron__withus {
  margin-top: 31px;
  width: 195px;
  height: 60px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
}
.jumbotron__withusCount {
  display: inline-block;
  padding: 5px 0 0 18px;
  color: #70bdf2;
  font-size: 37px;
  font-family: ProximaNovaLight;
  float: left;
}
.jumbotron__withusTitle {
  display: inline-block;
  padding: 14px 0 0 7px;
  width: 100px;
  color: #000;
  font-size: 12px;
}
.services {
  margin-bottom: 75px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
.services .no-gutter {
  padding-right: 15px;
  padding-left: 15px;
}
.services__item {
  position: relative;
  z-index: 0;
  text-align: center;
  height: 165px;
}
.services__link {
  display: block;
  color: #0e272e;
  padding: 60px 0;
  height: 165px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff url(../img/icon_chevron_circle_right.png) no-repeat 50% calc(100% + 42px);
  background-size: 42px;
  transition: all 0.1s ease-out 0s;
}
.services__link:focus,
.services__link:hover {
  color: #fff;
  text-decoration: none;
  height: 200px;
  transition: all 0.1s ease-in 0s;
  background-color: #70bdf2;
  background-position: 50% calc(100% - 21px);
}
.services__link strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.services__link em {
  display: block;
  font-style: normal;
  font-size: 12px;
}
.news {
  margin-bottom: 100px;
}
.news__item {
  font-size: 12px;
}
.news__link {
  display: block;
  color: #0e272e;
  transition: all 0.1s ease-out 0s;
}
.news__link:focus,
.news__link:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #0e272e;
  transition: all 0.1s ease-in 0s;
}
.news__image {
  position: relative;
  z-index: 0;
  height: 180px;
  overflow: hidden;
  background: #000;
}
.news__image img {
  display: block;
  max-width: 110%;
  max-height: 110%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.news__content {
  padding: 20px;
}
.comftransfer {
  background: #fff;
}
.comftransfer .primary-headline {
  font-family: ProximaNova;
  text-shadow: 0 0 0.3px #000;
}
.comftransfer__item {
  cursor: pointer;
  padding: 15px 10px 0;
  min-height: 305px;
}
.comftransfer__item:hover .comftransfer__image {
  border-color: #70bdf2;
}
.comftransfer__item:hover .comftransfer__content {
  color: #70bdf2;
}
.comftransfer__image {
  position: relative;
  margin: 0 auto;
  width: 132px;
  height: 132px;
  border: 3px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
}
.comftransfer__image img {
  position: absolute;
  width: 100%;
  max-width: 79px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comftransfer__content {
  padding-top: 28px;
  transition: 0.3s;
}
.comftransfer__content p {
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  max-width: 190px;
  font-weight: lighter;
}
.comftransfer__info {
  padding: 30px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  background: #f9f9f9;
}
.modulkv {
  padding: 60px 0 30px;
  background-image: url(../img/modulkv__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 10000px 10000px rgba(21, 63, 101, 0.7);
  text-align: center;
}
.modulkv__item {
  padding: 27px 0;
}
.modulkv__image img {
  display: block;
  margin: 0 auto;
}
.modulkv__content p {
  margin: 8px auto 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.modulkv .primary-headline {
  color: #fff;
  margin-bottom: 15px;
  font-family: ProximaNova;
}
.modulkv .secondary-headline {
  display: block;
  margin: 12px auto 47px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: ProximaNova;
}
.modulkv .secondary-headline:after {
  display: none;
}
.modulkv .secondary-headline.dev-decor {
  margin-bottom: 18px;
}
.modulkv .secondary-headline.dev-decor:after,
.modulkv .secondary-headline.dev-decor:before {
  content: '';
  height: 1px;
  margin: 0;
  top: 14px;
  position: absolute;
  display: block;
  width: 32%;
  max-width: 392px;
  background: #fff;
}
.modulkv .secondary-headline.dev-decor:before {
  left: 0;
}
.modulkv .secondary-headline.dev-decor:after {
  right: 0;
}
.modulkv .third-headline {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: ProximaNova;
  font-weight: 300;
  text-align: center;
}
.srvPackage {
  max-width: 930px;
  margin: 0 auto;
  padding-top: 54px;
  text-align: center;
}
.srvPackage__item {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  padding: 20px;
  background-image: linear-gradient(120deg, #142b40, #142b40);
}
.srvPackage__item:hover {
  background-image: linear-gradient(120deg, #38638a, #03131f);
}
.srvPackage__image {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}
.srvPackage__image img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.srvPackage__title {
  margin: 12px auto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.srvPackage__descr {
  margin: 6px auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  min-height: 65px;
  text-align: center;
}
.srvPackage__descr span {
  display: block;
  text-transform: uppercase;
  color: #70bdf2;
  font-size: 16px;
  text-align: center;
}
.srvPackage .more {
  display: block;
  margin-bottom: 10px;
  color: #70bdf2;
  text-decoration: none;
  transition: 0.3s;
}
.srvPackage .more:hover {
  color: #4ec887;
}
.srvPackage .btn {
  background-color: transparent;
  margin-bottom: 10px;
  max-width: 174px;
}
.srvPackage .btn:active,
.srvPackage .btn:focus,
.srvPackage .btn:hover {
  background: #70bdf2;
  border-color: #70bdf2;
}
.website {
  padding: 100px 0;
}
.website .primary-headline {
  position: relative;
  width: 100%;
  max-width: 495px;
  margin: 0 auto 50px;
  font-family: ProximaNova;
  text-shadow: 0 0 0.3px #000;
}
.website__price {
  position: absolute;
  top: 0;
  right: -110px;
  padding-top: 15px;
  text-align: center;
  font-size: 19px;
  width: 80px;
  height: 60px;
  color: #fff;
  background: #70bdf2;
  z-index: 10;
  text-shadow: none;
}
.website__price span {
  display: block;
  font-size: 12px;
}
.website__price:before {
  position: absolute;
  bottom: -40px;
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border: 40px solid #70bdf2;
  border-bottom-color: transparent;
  z-index: -1;
}
.website__bullets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 55px;
}
.website__item {
  width: 100%;
  max-width: 180px;
}
.website__image {
  width: 100%;
}
.website__image img {
  display: block;
  margin: 0 auto;
}
.website__title {
  margin: 15px auto;
  min-height: 40px;
  text-align: center;
  font-family: ProximaNovaBold;
}
.website__descr {
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
}
.website .btn {
  margin: 0 auto;
  max-width: 174px;
}
.partners {
  padding: 60px 0;
  background: #f9f9f9;
  min-height: 410px;
}
.partners .primary-headline {
  font-family: ProximaNova;
  text-shadow: 0 0 0.3px #000;
}
.partners__bullets {
  max-width: 946px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 55px;
}
.partners__image {
  position: relative;
  width: 100%;
  max-width: 162px;
  height: 132px;
  background: #fff;
}
.partners__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}
.servicePage {
  padding: 45px 0;
}
.servicePage .primary-headline {
  margin-top: 38px;
  margin-bottom: 7px;
  font-weight: 700;
  text-transform: uppercase;
  color: #153f65;
}
.servicePage .subtitle {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #153f65;
}
.serviceTabs {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 450px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style-type: none;
  border-bottom: 1px solid #9f9f9f;
}
.serviceTabs__content {
  display: none;
}
.serviceTabs__content.active {
  display: block;
}
.serviceTabs__content button.btn {
  width: 100% !important;
  max-width: 288px !important;
  height: 42px;
  font-size: 14px;
  margin-bottom: 19px;
}
.serviceTabs__content .all {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}
.serviceTabs__content .all:hover {
  text-decoration: none;
  color: #4ec887;
}
.serviceTabs__title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #153f65;
}
.serviceTabs__count {
  display: block;
  margin: 17px auto 33px;
  padding: 0 19px;
  font-size: 20px;
  font-weight: 300;
  color: #70bdf2;
  height: 42px;
  width: 100%;
  max-width: 286px;
  outline: none;
  border: 1px solid #8ea2b5;
}
.serviceTabs__item {
  width: 100%;
  padding: 0 10px;
}
.serviceTabs a {
  display: block;
  padding-bottom: 11px;
  font-size: 15px;
  color: #9f9f9f;
  text-align: center;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}
.serviceTabs a.active {
  color: #70bdf2;
  border-bottom: 2px solid #70bdf2;
}
.serviceTabs a:active,
.serviceTabs a:focus,
.serviceTabs a:hover {
  color: #70bdf2;
  text-decoration: none;
}
.serviceTabs__tumblr {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.serviceTabs__tumblrBox {
  width: 33%;
  text-align: center;
}
.serviceTabs__tumblrBox:first-child {
  text-align: left;
}
.serviceTabs__tumblrBox:last-child {
  text-align: right;
}
.serviceTabs__tumblrLabel {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #153f65;
}
.serviceTabs__tumblrRadio {
  display: none;
}
.serviceTabs__tumblrIcon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 68px;
  border-radius: 15px;
  background: #c6c6c6;
  transition: 0.3s ease-in-out;
}
.serviceTabs__tumblrIcon:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease-in-out;
}
.serviceTabs__tumblrIcon.active {
  background: #70bdf2;
}
.serviceTabs__tumblrIcon.active:after {
  left: 40px;
}
.serviceTabs__cost {
  font-size: 41px;
  font-weight: 300;
  text-align: center;
  color: #70bdf2;
}
.serviceTabs__costPeriod:before {
  content: '/';
  display: inline;
}
.serviceTabs__descr {
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  color: #153f65;
}
.serviceTabs__descr p {
  margin-bottom: 25px;
}
.serviceTabs__descr .serviceTabs__title {
  margin-bottom: 23px;
  text-align: left;
}
.serviceTabs__content#free {
  text-align: center;
}
.serviceTabs__content#free .primary-headline {
  margin-bottom: 60px !important;
}
.serviceTabs__content#free .serviceTabs__title {
  margin-bottom: 20px;
}
.serviceTabs__content#free .serviceTabs__descrText p {
  margin-bottom: 20px !important;
}
.compare {
  background: #f7f7f7;
  padding: 90px 0;
}
.compare .row {
  padding-left: 15px;
}
.compare .primary-headline {
  position: relative;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: -90px;
  max-width: 280px;
  color: #153f65;
  z-index: 1;
}
.compare__table {
  width: 100%;
}
.compare tr {
  position: relative;
}
.compare tr:before {
  border-top: 1px solid #68b8ff;
  content: '';
  display: block;
  width: 1140px;
  height: 1px;
  position: absolute;
  z-index: 100;
}
.compare tr:first-of-type,
.compare tr:nth-child(2) {
  border-top: none;
}
.compare tr:first-of-type:before,
.compare tr:nth-child(2):before {
  border: none;
}
.compare tr:last-of-type td {
  position: relative;
  padding-bottom: 30px;
}
.compare tr:last-of-type td:before {
  bottom: 15px;
}
.compare th {
  position: relative;
  padding-top: 30px;
  text-align: center;
  overflow: hidden;
}
.compare th h4 {
  margin: 5px auto 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #153f65;
}
.compare th a,
.compare th h4,
.compare th img {
  position: relative;
}
.compare th:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  left: 15px;
  right: 15px;
  max-width: 260px;
  top: 15px;
  bottom: 0;
  background: #fff;
  z-index: 0;
}
.compare th:first-child::before {
  display: none;
}
.compare th:nth-child(3):before {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.compare td {
  position: relative;
  width: 25%;
  max-width: 290px;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
}
.compare td:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  left: 15px;
  right: 15px;
  max-width: 260px;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.compare td:nth-child(3) {
  overflow: hidden;
}
.compare td:nth-child(3):before {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.compare__status {
  position: relative;
}
.compare__statusTitle {
  text-align: left !important;
  font-size: 16px;
}
.compare__statusTitle:before {
  display: none;
}
.compare__statusTitle img {
  display: inline-block;
  margin-right: 13px;
}
.compare__statusTitle p {
  display: inline-block;
  margin: 0;
}
.compare__status span {
  content: '';
  display: block;
  position: absolute;
  left: 62%;
  max-width: 50%;
  height: 20px;
  right: 0;
  top: 10px;
  line-height: 1;
  font-family: Tahoma;
  font-size: 25px;
  color: #68b8ff;
  text-align: left;
}
.compare__notes {
  right: 0 !important;
}
.compare__notes p {
  font-size: 12px;
  text-align: left !important;
  font-weight: 300;
  color: #153f65;
}
.compare .btn-tpn {
  width: 80%;
  max-width: 174px;
  margin-bottom: 18px;
  color: #70bdf2;
}
.compare .btn-tpn:hover {
  color: #fff;
}
.compare .more {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 34px;
  text-decoration: none;
  transition: 0.3s;
}
.compare .more:hover {
  color: #4ec887;
}
.footer {
  padding: 50px 0 100px;
  border-top: 1px solid rgba(14, 39, 46, 0.5);
}
.footer,
.footer a {
  color: rgba(14, 39, 46, 0.5);
}
.footer a {
  transition: 0.3s;
}
.footer a:focus,
.footer a:hover {
  color: #114e65;
}
.footer__headline {
  font-size: 16px;
  cursor: default;
  margin-bottom: 15px;
}
.footer__nav li {
  list-style: none;
  margin-bottom: 8px;
}
.footer__nav li:last-child {
  margin-bottom: 0;
}
.footer__feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
}
.footer__feedback ul li {
  display: inline-block;
}
.footer__feedback ul li a {
  color: #70bdf2;
}
.footer__feedback ul li a:focus,
.footer__feedback ul li a:hover {
  text-decoration: none;
  color: #0e272e;
}
.footer .logo-empire {
  margin-top: 10px;
  display: block;
}
.footer .logo-empire img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .jumbotron .container {
    height: 424px;
  }
  .news__image {
    height: 100px;
  }
  .news__content {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .primary-headline {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .website {
    padding: 30px 0;
  }
}
