@font-face {
  font-family: 'LatoLatinWeb';
  src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/LatoLatin-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'LatoLatinWebBold';
  src: url('fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/LatoLatin-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

.lato-bold { font-family: 'LatoLatinWebBold', sans-serif }
.lato-regular { font-family: 'LatoLatinWeb', sans-serif }


* {
  box-sizing: border-box;
}

html {
  background-color: #fff;
  min-height: 100%;
}

body {
  font-family: 'LatoLatinWeb', sans-serif;
  line-height: 24px;
}

a {
  color: #5e6a76;
  text-decoration: none;
}

.container { margin: 0 auto; }
.container--main { max-width: 1200px; }


.logo {
  background: url(/images/logo.png) no-repeat;
  height: 54px;
  width: 324px;
}

@media (max-width: 640px) {
  .logo {
    background-size: cover;
    height: 27px;
    width: 162px;
  }
}

.logo a {
  display: block;
  height: 54px;
}

@media (max-width: 640px) {
  .logo a {
    height: 27px;
  }
}

@media (max-width: 640px) {
  .header-menu {
    background-color: #000;
    display: none;
  }

  .header-menu.active {
    display: block;
  }
}


.bg-hero {
  background-image: url(/images/hero.jpg);
}


body .owl-theme .owl-controls .owl-page span {
  background-color: #e5e5e5;
  margin: 5px;
}

body .owl-theme .owl-controls .owl-page.active span {
  background-color: #261d0d;
}


body .owl-theme .owl-controls {
  margin-top: 0;
}

body .owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
}

@media (max-width: 640px) {
  body .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
}

body .owl-theme .owl-controls .owl-buttons div.owl-prev,
body .owl-theme .owl-controls .owl-buttons div.owl-next {
  height: 114px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
}

@media (max-width: 1024px) {
  body .owl-pagination {
    margin-top: 20px;
  }
}

body .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url(/images/carousel-prev.png) no-repeat;
  left: 0;
}

body .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url(/images/carousel-next.png) no-repeat;
  right: 0;
}


.package-item:after {
  background-color: #d6d6d6;
  bottom: 15px;
  content: "";
  height: 135px;
  position: absolute;
  right: 0;
  width: 1px;
}

@media (max-width: 640px) {
  .package-item:after {
    display: none;
  }
}

.package-item-subpage:after {
  background-color: #d6d6d6;
  bottom: 30px;
  content: "";
  height: 300px;
  position: absolute;
  right: 0;
  width: 1px;
}


.bg-woman {
  background-image: url(/images/bg-woman.jpg);
}


.icon-arrow-green {
  background: url(/images/icon-arrow-green.png) no-repeat;
  display: inline-block;
  height: 23px;
  width: 17px;
}

.icon-arrow-green-down {
  background: url(/images/icon-arrow-green-down.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  height: 17px;
  width: 23px;
}

.icon-arrow-green-full {
  background: url(/images/icon-arrow-green-full.png) no-repeat;
  display: inline-block;
  height: 23px;
  width: 17px;
}

.icon-arrow-white {
  background: url(/images/icon-arrow-white.png) no-repeat;
  display: inline-block;
  height: 23px;
  width: 17px;
}

@media (max-width: 640px) {
  .icon-arrow-white {
    background-size: cover;
    height: 18px;
    width: 14px;
  }
}


.bg-tab-kabeltvgo {
  background-image: url(/images/bg-tab-kabeltvgo.jpg);
}

.bg-tab-ittott {
  background-image: url(/images/bg-tab-ittott.jpg);
}

.bg-tab-av {
  background-image: url(/images/bg-tab-av.jpg);
}

.bg-tab-iptv {
  background-image: url(/images/bg-tab-iptv.jpg);
}

@media (max-width: 640px) {
  .bg-tablet {
    background: #3b3b3b;
  }
}


.btn-nav {display: none;}

@media (max-width: 640px) {
  .btn-nav span,
  .btn-nav span:after,
  .btn-nav span:before {
    background: #fff;
    height: 3px;
    width: 20px;
  }

  .btn-nav {
    display: flex;
    display: -webkit-flex;
    height: 16px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 5;
  }

  .btn-nav span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }

  .btn-nav span:after,
  .btn-nav span:before {
    content: "";
    left: 0;
    position: absolute;
    transition: 500ms ease all;
  }

  .btn-nav span:after {bottom: -5px;}

  .btn-nav span:before {top: -5px;}

  .btn-nav.active span {background: none;}

  .btn-nav.active span:before {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .btn-nav.active span:after {
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}


.bg-subpage {
  background: url(/images/bg-subpage.jpg) no-repeat center top;
}

.bg-packages {
  background: url(/images/bg-packages.png) no-repeat center top;
}

@media (max-width: 1024px) {
  .bg-packages {
    background: none;
  }
}

.flag {
  background: url(/images/flag.png) no-repeat center top;
  bottom: -25px;
  color: white;
  font-weight: 700;
  line-height: 43px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 193px;
}

.flag__text {
  display: block;
  transform: rotate(-2deg);
}

.c-tabs-nav__link--packages.is-active {
  color: #000;
  position: relative;
}

.c-tabs-nav__link--packages.is-active:after {
  background-color: #8ec741;
  border-radius: 5px;
  bottom: -12px;
  content: "";
  left: 0;
  height: 6px;
  position: absolute;
  width: 100%;
}


.c-tab.is-active {
  display: block;
}

.c-tab {
  display: none;
}

.c-tabs-nav__link--packages-box {
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}

@media (max-width: 1024px) {
  .c-tabs-nav__link--packages-box {
    padding-left: 40px;
    padding-right: 35px;
  }
}

@media (max-width: 640px) {
  .c-tabs-nav__link--packages-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.c-tabs-nav__link--packages-box:after {
  background-color: #e9ecf1;
  border-top: 1px solid #c5c5c5;
  content: "";
  height: 54px;
  position: absolute;
  right: -54px;
  top: 21px;
  transform: rotate(45deg);
  width: 85px;
  z-index: 1;
}

@media (max-width: 640px) {
  .c-tabs-nav__link--packages-box:after {
    display: none;
  }
}

.c-tabs-nav__link--packages-box.is-active {
  background-color: #fff;
  color: #8ec741;
}

.c-tabs-nav__link--packages-box.is-active:after {
  background-color: #fff;
}

.package-icon-container {
  height: 83px;
  margin-top: -25px;
  width: 83px;
}

@media (max-width: 1024px) {
  .package-icon-container {
    margin-top: 0;
  }
}

.border-page-package {
  background: url(/images/border-page-package.jpg) no-repeat center;
  height: 9px;
}

.bg-package-hero {
  background: url(/images/bg-package-hero.jpg) no-repeat;
  height: 336px;
}

.bg-channel-title  {
  background: url(/images/bg-channel-title.jpg) no-repeat;
}

.bg-package-title {
  background: #8ec741 url(/images/bg-package-title.jpg) no-repeat right;
  line-height: 56px;
}

.btn-more {
  background: url(/images/btn-more.jpg) no-repeat;
  line-height: 50px;
  width: 168px;
}

.triangle-left-black {
  position: relative;
}

.triangle-left-black:after {
  border: solid transparent;
  border-right-color: #000;
  border-width: 40px;
  content: "";
  right: 100%;
  position: absolute;
  top: -40px;
}

@media (max-width: 640px) {
  .triangle-left-black:after {
    display: none;
  }
}

.fck h1,
.fck h2,
.fck h3,
.fck h4 {
  color: #8ec741;
}

.fck a {
  color: #8ec741;
  font-weight: 700;
  text-decoration: underline;
}

.fck a:hover {
  text-decoration: none;
}

.fck ul,
.fck ol {
  padding-left: 15px;
}

.fck ul {
  list-style: disc;
}

.fck ol {
  list-style: decimal;
}

.fck th {
  background-color: #3b3b3b;
  color: #fff;
}


.c-tabs-nav__link--packages-modal.is-active {
  background-color: #fff;
  color: #000;
}


body .ms-choice {
  border-color: #d9d9d9;
  border-radius: 0;
  height: 36px;
}

body .ms-choice > span.placeholder {
  color: #000;
}

body .ms-choice > span {
  font-size: 16px;
  line-height: 36px;
  padding-left: 12px;
}

body .ms-drop input {
  margin-right: 10px;
}

body .ms-choice > div {
  top: 50%;
  transform: translateY(-50%);
}


.tab-nav {
  opacity: 0.5;
}

.tab-nav.active {
  opacity: 1;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}


.discount-icon {
  background: url(/images/akcio-kicsi2.png) no-repeat;
  width: 74px;
  height: 60px;
  display: inline-block;
}
.discount-icon-white {
  background: url(/images/akcio-kicsi.png) no-repeat;
  width: 74px;
  height: 60px;
  display: inline-block;
}
/*
[data-balloon]:after,
[data-balloon]:before {
  display: none;
}*/