/* Override bootstrap container for full-width */
.container {
  margin-left: auto;
  margin-right: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

.page-blog,
.page-node-url-blog .layout--onecol,
.page-node-url-blog .layout--twocol-section {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {

  .container,
  .page-blog,
  .page-node-url-blog .layout--onecol,
  .page-node-url-blog .layout--twocol-section,
  .menu-dropdown .layout {
    width: 970px;
  }

  .form-item.container {
    max-width: 970px;
  }

  .form_check-avail .form__input_button{
    margin-top: 8px
  }
}

@media (min-width: 1300px) {

  .container,
  .page-blog,
  .page-node-url-blog .layout--onecol,
  .page-node-url-blog .layout--twocol-section,
  .menu-dropdown .layout {
    width: 1200px;
  }

  .form-item.container {
    max-width: 1200px;
  }
}

*.hidden-block {
  display: none !important;
}

*.visible-block {
  display: block;
}

/*************************/
/* Navigation bar styles */
/*************************/
header.header {
  background-color: #fff;
  top: -50px;
  -webkit-transition: top .5s;
  -moz-transition: top .5s;
  -ms-transition: top .5s;
  -o-transition: top .5s;
  transition: top .5s;
}

header.header.header_fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 999;
}

.header_nav {
  position: relative;
  width: 100%;
  background-image: linear-gradient(267deg, #3B1757, #77205d);
}

.header_nav_hidden {
  height: 0 !important;
  overflow: hidden;
}

.header_nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
}

.header_nav__wrapper {
  flex-grow: 1;
  display: flex;
}

.header_nav__col {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.header_nav__col_left {
  justify-content: flex-start;
}

.header_nav__col_right {
  justify-content: flex-end;
}

.menu.menu-level-0 {
  display: flex;
  margin: 0;
}

.menu.menu-level-0>.menu-item {
  padding: 0;
}

.menu.menu-level-0>.menu-item>.menu-item-link {
  display: flex;
  align-items: center;
  padding: 26px;
  color: #fff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;

  line-height: 1;
  letter-spacing: .1px;
  text-align: left;
  text-transform: none;
  transition: all .3s ease;
}

.menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__title {
  flex-grow: 1;
  white-space: nowrap;
  z-index: 3;
}

.menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon-holder {
  margin-left: 10px;
  z-index: 3;
}

.menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon_desktop {
  stroke: white;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon_open {
  fill: #7f7f88;
}

.menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon_close {
  stroke: #7f7f88;
}

.menu.menu-level-0>.menu-item:hover>.menu-item-link,
.menu.menu-level-0>.menu-item.menu-item--active-trail>.menu-item-link,
.menu.menu-level-0>.menu-item>.menu-item-link.menu-item--active-trail {
  color: #ffcb05;
}

.menu.menu-level-0>.menu-item.menu-item--active-trail>.menu-item-link>.menu-dropdown-toggler svg,
.menu.menu-level-0>.menu-item>.menu-item-link.menu-item--active-trail>.menu-dropdown-toggler svg {
  stroke: #ffcb05;
}

.menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon_mobile {
  display: none;
}

.menu-language-switcher {
  display: none;
}

.menu-language-switcher-current__globe {
  width: 20px;
  height: 20px;
  fill: #791c59;
  margin-right: 10px;
}

.menu-language-switcher-current__title {
  color: #434350;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.menu-language-switcher-current__chevron {
  width: 20px;
  height: 20px;
  stroke: #7f7f88;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-language-switcher.open .menu-language-switcher-current__chevron {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-language-switcher-list {
  display: none;
}

.menu-language-switcher.open .menu-language-switcher-list {
  display: block;
}

.menu-language-switcher-item__link {
  display: flex;
  align-items: center;
  padding: 26px;
  border-bottom: 1px solid #f2f2f3;
  color: #434350;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}

.menu-language-switcher-item__link:hover,
.menu-language-switcher-item__link:active,
.menu-language-switcher-item__link:focus,
.menu-language-switcher-item__link:visited {
  color: #434350;
}

.menu-language-switcher-item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  border: 1px solid #7f7f88;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.menu-language-switcher-item__link:focus .menu-language-switcher-item__circle {
  border-color: #97be0d;
  background-color: #97be0d;
}

.menu-language-switcher-item__link:focus .menu-language-switcher-item__circle:after {
  content: '';
  background-color: #fff;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .menu.menu-level-0>.menu-item>.menu-item-link {
    padding: 0;
  }

  .menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__title,
  .menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon-holder,
  .menu.menu-level-0>.menu-item>.menu-item-link.menu-language-switcher-current {
    padding: 26px;
  }

  .menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .block-language-dropdown {
    display: none;
  }

  .menu-language-switcher {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .menu.menu-level-0>.menu-item:hover>.menu-item-link .menu-item-link__icon {
    stroke: #ffcb05;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.menu.menu-level-0 .menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 40px 0;
  z-index: 2;
  background: #F2F2F3;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 8px 8px;
}

.menu-dropdown .layout {
  margin: 0 auto;
}

.menu-dropdown .layout.layout--fourcol-section>.layout__region:first-child {
  max-width: 240px;
}

.menu-dropdown .layout.layout--fourcol-section>.layout__region:not(:first-child) {
  padding: 0 5%;
  border-left: 1px solid #e9e9ea;
}

.menu.menu-level-0 .menu-dropdown h2 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 25px;
  color: #791C59;
}

.menu.menu-level-0 .menu-dropdown ul {
  margin-left: 0;
}

.menu.menu-level-0 .menu-dropdown .menu-item {
  margin-top: 5px;
}

.menu.menu-level-0 .menu-dropdown .menu-item.menu-item--active-trail a {
  color: #791c59;
  font-weight: bold;
}

.menu.menu-level-0 .menu-dropdown .menu-item a {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 20px;
  color: #310D2C;
}

.menu.menu-level-0 .menu-dropdown .menu-item a:hover,
.menu.menu-level-0 .menu-dropdown .menu-item a:active {
  text-decoration: none;
}

.header_nav .menu-dropdown>a {
  border: 0;
  font-family: 'Outfit';
  font-size: 16px;
  line-height: 1;
  letter-spacing: .1px;
  text-align: left;
  text-transform: none;
  padding: 23px;
}

.header_nav .my-youfone-link {
  margin-left: 20px;
}

/* Burger Menu */
.menu-bars {
  display: none;
  position: relative;
  width: 30px;
  height: 34px;
  margin: 0 10px;
  cursor: pointer;
}

.menu-bars:after {
  content: 'Menu';
  position: absolute;
  bottom: -2px;
  right: 0;
  font-size: 8px;
  letter-spacing: 0.4px;
  color: #fff;
}

.menu-bar {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: right .5s;
}

.menu-bar:before,
.menu-bar:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  width: 25px;
  height: 2px;
  transition: transform .5s;
  transform-origin: 10%;
}

.menu-bar:before {
  top: -8px;
}

.menu-bar:after {
  bottom: -8px;
}

.menu-bars:hover:after,
.block-menu.navigation.open .menu-bars:after {
  color: #ffcb05;
}

.menu-bars:hover .menu-bar,
.menu-bars:hover .menu-bar:before,
.menu-bars:hover .menu-bar:after,
.block-menu.navigation.open .menu-bar:before,
.block-menu.navigation.open .menu-bar:after {
  background-color: #ffcb05;
}

.block-menu.navigation.open .menu-bar {
  height: 0;
}

.block-menu.navigation.open .menu-bar:before {
  transform: rotate(45deg) translate(2px, -3px);
}

.block-menu.navigation.open .menu-bar:after {
  transform: rotate(-45deg) translate(3px, 2px);
}

/* End Burger menu */

#block-sitebranding {
  margin-right: 24px;
}

.header_nav .search-block-form {
  width: 100%;
  max-width: 300px;
  flex-grow: 1;
  text-align: right;
}

.header_nav #search-block-form input[type=submit] {
  display: none;
}

#phone-time {
  margin-left: 17px;
  text-align: right;
  white-space: nowrap;
}

#phone-num {
  font-family: 'Outfit';
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #efecec;
}

#phone-num a,
#phone-num a:hover,
#phone-num a:active {
  color: #efecec;
  text-decoration: none;
}

#working-time {
  opacity: 0.54;
  font-size: 11px;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: right;
  color: #f2f2f3;
  white-space: nowrap;
}

#mobile_view {
  display: none;
  opacity: .5;
}

#mobile_view:hover {
  opacity: .8;
}

#search-block-form {
  text-align: right;
  -webkit-transition: width 0.7s;
  -moz-transition: width 0.7s;
  -o-transition: width 0.7s;
  transition: width 0.7s;
  overflow: hidden;
  position: relative;
}

#search-block-form .container {
  position: relative;
  width: auto;
  margin: auto;
}

#search-block-form .container:before,
#search-block-form .container:after {
  display: none;
}

#search-block-form.expanded {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px;
  background-image: linear-gradient(267deg, #3B1757, #77205d);
}

#block-searchform input[type=search] {
  width: 0px;
  height: 40px;
  background: rgba(255, 255, 255, .1) url('/themes/youfone/images/search-icon.svg') top left no-repeat;
  border: none;
  color: #434350;
  padding-left: 40px;
  border-radius: 4px;
  font-family: 'Outfit';
  font-size: 16px;
  transition: all .5s;
  -ms-transition: none;
  outline: none;
  margin-right: 2px;
  z-index: 9;
  cursor: pointer;
}

#search-block-form.expanded input[type=search],
#block-searchform input[type=search].expanded {
  width: 100%;
  background-image: none;
  background-color: #fff;
  padding: 0 0 0 10px;
}

.clear-x.glyphicon-remove:before {
  content: none;
}

.clear-x {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: url(/themes/youfone/images/search-x.svg) 8px 8px no-repeat;
  background-color: #fff;
}

#block-searchform input[type=search].expanded~.clear-x {
  right: 0;
}

#block-searchform .expanded .clear-x {
  display: block;
}

#block-searchform .form-control-search {
  display: none;
  position: absolute;
  top: 55%;
  left: 10px;
  transform: translateY(-50%);
  color: rgba(121, 28, 89, .3);
  cursor: pointer;
}

#block-searchform .expanded .form-control-search {
  display: block;
}

#block-searchform .icon-zoom {
  display: none;
  padding: 8px 10px;
  font-size: 8px;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
}

#block-searchform .icon-zoom svg {
  display: block;
  width: 20px;
  height: 24px;
  margin: auto;
  fill: #fff;
  stroke: #fff;
}

#block-searchform .icon-zoom.active,
#block-searchform .icon-zoom:hover {
  color: #ffcb05;
  cursor: pointer;
}

#block-searchform .icon-zoom.active svg,
#block-searchform .icon-zoom:hover svg {
  stroke: #ffcb05;
  fill: #ffcb05;
}

/* Language Selector */
.block-language-dropdown {
  margin-left: 20px;
}

.language-dropdown-wrapper {
  position: relative;
  width: 93px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.language-dropdown-current {
  display: flex;
  align-items: center;
}

.language-dropdown-current:hover {
  cursor: pointer;
}

.language-dropdown-current .language-dropdown-current__globe {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, .6);
  margin-right: 8px;
}

.language-dropdown-current__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.language-dropdown-current .language-dropdown-current__chevron {
  stroke: #ffffff;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.open .language-dropdown-current .language-dropdown-current__chevron {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.language-dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  margin: 0;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.open .language-dropdown-list {
  display: block;
}

.language-dropdown-item__link {
  display: flex;
  align-items: center;
  padding: 11px 13px;
  color: #434350;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}

.language-dropdown-item__link:hover,
.language-dropdown-item__link:active,
.language-dropdown-item__link:focus,
.language-dropdown-item__link:visited {
  color: #434350;
}

.language-dropdown-item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  border: 1px solid #7f7f88;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.language-dropdown-item__link:focus .language-dropdown-item__circle {
  border-color: #97be0d;
  background-color: #97be0d;
}

.language-dropdown-item__link:focus .language-dropdown-item__circle:after {
  content: '';
  background-color: #fff;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .header_nav__wrapper {
    flex-grow: unset;
    justify-content: flex-end;
  }

  .header_nav__col_left {
    order: 2;
  }
}

@media screen and (max-width: 991px) {
  .eiw_new .owl-nav button.owl-next {
    display: none !important;
  }

  .header_top {
    display: none;
  }

  #search-block-form {
    display: none;
  }

  #menu-klantenservice #search-block-form {
    display: block;
    margin: 0 18px 18px;
  }

  #block-searchform input[type=search] {
    background: none;
  }

  #block-searchform .icon-zoom {
    display: inline-block;
    cursor: pointer;
  }
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 9999;
  pointer-events: auto;
  cursor: pointer;
}

/**************/
/* Header top */
/**************/

.header-top-holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.header-top__left,
.header-top__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.header-top__right {
  justify-content: flex-end;
}

.header-top__link {
  display: inline-block;
  min-width: 64px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #590632;
  text-align: center;
  font-family: "Outfit", sans-serif;
}

.header-top__link.active,
.header-top__link:hover {
  text-decoration: none;
}

.header-top__link_purple {
  color: #fff;
}

.header-top__link_purple:hover {
  background-color: rgba(121, 28, 89, 0.8);
  color: #fff;
}

.header-top__link_green {
  background-color: #97be0d;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  line-height: 23px;
}

.header-top__link_green:active,
.header-top__link_green:focus {
  color: #fff;
}

.header-top__link_green:hover {
  background-color: rgba(151, 190, 13, 0.8);
  color: #fff;
}

.header-top__link_my {
  padding: 8px;
  min-width: 121px;

  background-color: #fff;
  color: #791C59;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  line-height: 23px;
}

.header-top__link_my:hover {
  background-color: #fff;
  color: #791C59;
}

.ac_wrap_menu-you .section-c115 {
  width: 100%;
  left: auto;
}

.header_nav .col-xs-12,
.awemenu-nav,
.awemenu-container,
.awemenu {
  position: static;
}

.awemenu-submenu.awemenu-megamenu {
  left: 0 !important;
  width: 100% !important;
}

.mainmenu-dropdown ul {
  margin-left: 0;
}

.awemenu-submenu.awemenu-megamenu .mainmenu-dropdown {
  width: 100%;
  padding: 30px 0;
}

.awemenu-item_pseudo {
  position: relative;
  border-bottom: 1px solid rgba(121, 28, 89, .2);
  color: #791c59;
}

.awemenu-item.border-top {
  border-top: 1px solid rgba(121, 28, 89, .2);
}

.header_nav .awemenu-classic.awemenu-mobile .awemenu>.awemenu-item.compressed>a {
  padding: 18px;
}

.header_nav .awemenu-classic.awemenu-mobile .awemenu>.awemenu-item.compressed:last-of-type>a {
  padding-bottom: 23px;
}

#menu-business,
#menu-myyoufone {
  display: none;
}

.awemenu-item_pseudo .current-title {
  display: block;
  color: #791c59;
  font-family: 'Outfit';
  letter-spacing: 0.1px;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
}

.awemenu-item_pseudo.active .current-title {
  padding: 23px;
}

.awemenu-item_pseudo .awemenu-arrow {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 26px;
}

.awemenu-item_pseudo.active .awemenu-arrow {
  display: block;
}

.awemenu-item_pseudo .awemenu-arrow:hover {
  cursor: pointer;
}

.awemenu-item_pseudo.active .awemenu-arrow>span {
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Outfit';
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}

.awemenu-item_pseudo.active .awemenu-arrow:before {
  vertical-align: middle;
}

.awemenu-mobile.awemenu-mobile-standard .awemenu {
  overflow-x: hidden;
}

.awemenu-classic.awemenu-mobile .awemenu-container .awemenu .awemenu-item .awemenu-submenu.awemenu-megamenu {
  display: block !important;
  position: absolute;
  top: 71px;
  left: 100% !important;
  bottom: 0;
  max-height: initial;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: left .5s;
  -moz-transition: left .5s;
  -ms-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  z-index: 999;
}

.awemenu-classic.awemenu-mobile .awemenu-container .awemenu .awemenu-item.awemenu-active .awemenu-submenu.awemenu-megamenu {
  left: 0 !important;
}

.awemenu-submenu .mainmenu-dropdown .ac_element h2 {
  position: relative;
}

.awemenu-submenu .mainmenu-dropdown .ac_element h2>.awemenu-arrow {
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
}

.awemenu-submenu .mainmenu-dropdown .ac_element h2>.awemenu-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#menu-klantenservice input[type=search] {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #791c59;
  outline: none;
  color: #434350;
  padding: 0 33px;
  border-radius: 4px;
  font-family: 'Outfit';
  font-size: 16px;
  transition: all .5s;
  -ms-transition: none;
}

#menu-klantenservice input[type=search]~.clear-x {
  display: block !important;
  right: 0;
  z-index: 10;
}

#menu-klantenservice .form-control-search {
  display: block !important;
  position: absolute;
  top: 55%;
  left: 10px;
  transform: translateY(-50%);
  color: rgba(121, 28, 89, .3);
  cursor: pointer;
}

#menu-klantenservice .icon-zoom {
  display: none;
  padding: 8px 10px;
  font-size: 8px;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
}

.awemenu-item_pseudo .current-title .awemenu-logo {
  height: 49px;
}

.header_nav .my-youfone-link .my-youfone-link__icon_mobile {
  display: none;
}

.header_nav .my-youfone-link .my-youfone-link__text_mobile {
  display: none;
  margin-top: 4px;
  font-size: 8px;
  letter-spacing: 0.4px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.my-youfone-link__text_desktop {
  margin-left: 5px;
  vertical-align: middle;
}

.my-youfone-link__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  stroke: #fff;
  opacity: .6;
}

@media screen and (max-width: 1199px) {
  .header_nav .my-youfone-link {
    margin-left: 0;
  }
}

@media screen and (max-width: 1300px) {
  #mobile_view {
    display: block;
  }

  #phone-time {
    display: none;
  }

  #working-time {
    display: none;
  }

  .header_nav .search-block-form {
    max-width: 150px;
  }

  .header_nav .my-youfone-link .header-top__link_my {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    min-width: initial;
  }

  .header_nav .my-youfone-link .my-youfone-link__text_mobile,
  .header_nav .my-youfone-link .my-youfone-link__icon_mobile {
    display: inline-block;
  }

  .header_nav .my-youfone-link .my-youfone-link__icon {
    min-width: 27px;
    min-height: 24px;
    margin-right: 0;
    opacity: 1;
  }

  .header_nav .my-youfone-link .my-youfone-link__text_desktop,
  .header_nav .my-youfone-link .my-youfone-link__icon_desktop {
    display: none;
  }

  .block-language-dropdown {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  #block-sitebranding {
    width: auto;
    margin-top: 0;
  }

  .awemenu-container {
    width: auto !important;
  }

  .header_nav {
    height: auto;
  }

  .header_nav .awemenu-container {
    width: 300px;
  }

  .header_nav .block-menu.navigation {
    order: 3;
  }

  .ac_wrap_menu-you .section-c115 {
    width: auto;
    left: auto;
    padding: 15px 0 0;
  }

  .mainmenu-dropdown .ac-column {
    float: none;
  }

  .mainmenu-dropdown .ac-column {
    border: none;
  }

  .mainmenu-dropdown .ac-column {
    padding-left: 0;
  }

  .mainmenu-dropdown .ac-column {
    min-height: inherit;
    height: auto;
  }

  .awemenu-item .ac-column .ac_element {
    margin-bottom: 0;
  }

  #menu-business,
  #menu-myyoufone {
    display: list-item;
  }
}

@media screen and (max-width: 768px) {
  #block-sitebranding {
    text-align: center;
    margin-left: 10px;
  }

  .header_nav .awemenu-bars {
    float: left;
  }

  .search-block-form {
    z-index: 1000000;
  }

  #block-phonenumberheaderblock {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  .header-top__left,
  .header-top__right {
    flex-grow: 1;
  }

  .header-top__link {
    flex-grow: 1;
  }

  #phone-time {
    display: none;
  }

  .header_nav .my-youfone-link .header-top__link_my {
    padding: 8px 5px;
  }

  #block-sitebranding {
    margin-right: 0;
  }

}

/**********/
/* Slider */
/**********/
.slider {
  background: linear-gradient(250deg, #3B1757, #77205d);
}

.carousel-holder {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  margin: 0px auto 50px;
}

.slider-carousel.owl-carousel .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slider-carousel .carousel-item {
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-background-position-y: top;
  background-position-y: top;
  -ms-background-position-x: center;
  background-position-x: center;
  color: #fff;
  cursor: pointer;
}

.slider-style0 .slider-carousel .carousel-item {
  -webkit-background-size: contain;
  background-size: contain;
}

.slider-carousel .carousel-item-content {
  display: flex;
}

.slider-carousel .carousel-item>* {
  position: relative;
}

.carousel-item-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  gap: 16px;
  position: relative;
}

.carousel-item-left_wide {
  width: 50%;
}

.carousel-item__button-holder {
  text-align: left;
}

.carousel-item__subtitle {
  display: inline-block;
  background-color: #FF9292;
  border-radius: 8px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #791C59;
  padding: 4px 8px;
}

.carousel-item__price {
  position: relative;
  display: inline-block;
  line-height: 1em;
  color: #ffcb05;
}

.carousel-item__price .comma {
  font-size: 40px;
}

.carousel-item__price .small {
  position: absolute;
  top: 0.1em;
  right: -1.3em;
  font-size: .3em;
  line-height: 1em;
}

.carousel-item__text{
  margin-top: 8px;
}

.carousel-item__text ul {
  display: inline-block;
  padding-left: 0;
  list-style-type: none;
}

.carousel-item__text li {
  position: relative;
  padding-left: 25px;
  margin-top: 8px;
  text-align: left;
}

.carousel-item__text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background: url(/themes/youfone/images/purple_checkmark2.svg) 0 0 no-repeat;
  /*   border-radius: 14px; */
  /*   background-color: #fff; */
}

.carousel-item__text ul img {
  vertical-align: middle;
  margin-right: 10px;
}

.carousel-item__video-open {
  display: none;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 23px auto;
}

.carousel-item__video-open span {
  display: inline-block;
  margin-left: 11px;
  padding-bottom: 2px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1px;
  font-weight: bold;
  color: #fff;
}

.carousel-item__video-open:hover span {
  border-bottom-style: solid;
}

#slider_video.modal.in .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#slider_video .modal-header {
  padding: 17px 20px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #f7f7f7;
  border: solid 1px #efecec;
}

#slider_video .modal-title {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  color: #84a50c;
}

#slider_video .modal-body {
  margin: auto;
  padding: 30px;
}

.views-navigation .js-pager__items {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 25px;
}

.views-navigation .js-pager__items li {
  display: flex;
}

.views-navigation .previous img {
  transform: rotate(180deg);
}

.views-navigation .button {
  min-width: 60px !important;
}

.slider-carousel .button {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
/*   font-size: 1.25rem; */
  min-width: auto;
/*   height: 56px; */
/*   line-height: 37px */
  font-size:18px;
  padding: 12px 16px;
}

.slider-carousel .button img {
  transition: transform .3s;
  opacity: 1;
  margin-top: -5px;
}

.slider-carousel .button:hover img {
  transform: rotate(180deg);
}

.carousel-item__meer-info {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem !important;
  color: #fff;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  padding: 12px;
  line-height: 21px !important;
  letter-spacing: initial !important;
}

.carousel-item__meer-info>img {
  transform: rotate(0) !important;
  transition: transform .3s;
  margin-top: -5px;
}

.carousel-item__meer-info:hover,
.carousel-item__meer-info:active {
  color: #FFCB05 !important;
  border: 2px solid #FFCB05;
}

.carousel-item__meer-info:hover img {
  transform: rotate(180deg) !important;
  filter: invert(84%) sepia(13%) saturate(7361%) hue-rotate(387deg) brightness(313%) contrast(207%);
}

.carousel-item-right {
  float: right;
  width: 50%;
  padding: 15px 0 15px 15px;
}

.slider-carousel-nav {
  position: absolute;
  bottom: 26px;
  right: 0;
  transform: translate(-50%, 50%);
  max-width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
  height: 20px;
}

.slider-carousel-nav button.owl-dot {
  height: 12px;
  width: 12px;
  background: #fff;
  opacity: .4;
  border-radius: 8px;
  margin-left: 16px;
  border: none;
}

.slider-carousel-nav button.owl-dot.active,
.slider-carousel-nav button.owl-dot:hover {
  opacity: 1;
}

.carousel-item__meer-info {
  display: inline-block;
  white-space: nowrap;
  padding: 15px;
  height: 56px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-align: center;
}

.carousel-item__meer-info:hover,
.carousel-item__meer-info:active {
  color: #fff;
}

.carousel-item__meer-info>img {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 992px) {



  .carousel-item__price .comma {
    font-size: 30px;
  }

  .carousel-item__price .small {
    top: -12px;
    font-size: 25px;
  }
}

@media screen and (max-width: 604px) {
  .carousel-item-left {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {

  .carousel-item-left,
  .carousel-item-right {
    float: none;
    width: 100%;
  }

  .carousel-item__video-open {
    display: flex;
  }


  .carousel-item-right {
    margin-top: 40px;
  }

  .carousel-item__button-holder {
    text-align: center;
  }

  .carousel-holder {
    min-height: 100px;
  }

  .carousel-item__price .small {
    position: absolute;
    top: -5px;
    right: -25px;
    font-size: 20px;
  }

  .carousel-item__price .comma {
    font-size: 20px;
  }

  .carousel-item__text li {
    margin-bottom: 15px;
  }

  .slider-carousel-nav {
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    right: 50%;
    left: 50%;
  }

  .slider-dot {
    width: 8px;
    height: 8px;
    overflow: hidden;
    padding: 0;
    margin: 10px;
    border-radius: 50%;
    color: transparent;
    background-color: white;
    opacity: 0.5;
  }

  .slider-dot:hover,
  .slider-dot.active {
    color: transparent;
    opacity: 1;
  }

  .carousel-item-right {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .carousel-item__overlay-permanent {
    opacity: .5;
  }
}

/**************/
/* CAOD */
/**************/
.caod {
  padding: 85px 0 65px;
}

.caod__list {
  margin: 0 0 0 -64px;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caod__item {
  position: relative;
  flex-grow: 1;
  flex-basis: 25%;
  margin: 45px 0 0 64px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  border: solid 1px #efecec;
}

.caod__item-holder {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.caod__img-holder {
  height: 240px;
  background-color: #f2f2f3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.caod__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caod__item-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(244deg, #3B1757, #77205d);
  opacity: .4;
}

.caod__item-link {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 10px 25px 8px;
  border-top: 1px solid #efecec;
  background-color: #fff;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #791c59;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.caod__item-link:hover {
  padding: 25px;
  text-decoration: none;
  color: #791c59;
  cursor: pointer;
}

.caod__item-link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.caod__item-link:hover img {
  right: 10px;
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .caod__item {
    flex-basis: 41%;
    flex-grow: initial;
  }
}

@media screen and (max-width: 992px) {
  .caod__list {
    margin-left: 0;
  }

  .caod__item {
    flex-basis: 44%;
    margin: 50px 3% 0;
  }
}

@media screen and (max-width: 480px) {
  .caod__item {
    flex-basis: 94%;
  }
}

/**************/
/* EIW */
/**************/
.eiw__list .owl-dots {
  text-align: center;
}

.eiw__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.eiw__item{
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  flex: 1 1 calc(33.33% - 24px);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .eiw__container{
    width: 90%;
  }

  .eiw__list {
    justify-content: center;
  }

  .eiw__item {
    flex: 1 1 100%;
  }
}

@media screen and (min-width: 768px) {

}


.eiw_new .eiw__item-link:before {
  background-color: transparent;
}

.eiw_new .eiw__item-link img {
  transition: transform .3s;
}

.eiw_new .eiw__item-link:hover img {
  transform: rotate(180deg);
}

.eiw_new .eiw__item-desc p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding-bottom: 0;
}

.eiw_new .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #EFECEC;
  border: none;
  border-radius: 8px;
  margin: 0 8px;
}

.eiw_new .owl-dots .owl-dot.active {
  background: #791C59;
}

.eiw_new .title {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #791C59;
  margin-bottom: 24px;
}

.eiw_new .subtitle {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #434350;
}

.eiw_new .owl-stage {
  display: flex;
}

.eiw_new .owl-item {
  flex: 1;
  border: 2px solid #efecec;
  border-radius: 8px;
  box-shadow: none;
  width: 363px;
  margin: 0 15px;
  padding-bottom: 30px;
}

/* .eiw_new .eiw__item {
  border: none;
  box-shadow: none;
  margin: auto;
}
 */
.eiw__container {
/*   background: #fff; */
/*   box-shadow: 0 0 8px rgb(0 0 0 / 15%); */
/*   border-radius: 8px; */
  padding: 30px 0;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .eiw__container {
    /*     width: 90%; */
  }
}

.eiw__img-holder {
  overflow: hidden;
  height: 240px;
  padding: 30px;
/*   background-color: #f2f2f3; */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

background: #F2F2F3;
border-width: 2px 2px 0px 2px;
border-style: solid;
border-color: #D1D1D1;
border-radius: 8px 8px 0px 0px;


}

.eiw__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eiw__item-title {
  margin-top: 15px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #791C59;
  text-align: left;
}

.eiw__item-content, .eiw__item-bottom {
  padding: 0 24px;
  flex-grow: 1;
}

.eiw__item-bottom {
  padding-bottom: 24px;
  display: flex;
  align-items: flex-end;
}

.eiw__item-bottom a{
  display: flex ;
  align-items: center;
}

.eiw__item-link span{
  text-align: left;
}

.eiw__item-desc {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1px;
  text-align: left;
  color: #434350;
}

.eiw__item-link {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #791C59;
}

.eiw__item-link * {
  position: relative;
}

.eiw__item-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.content--premium-channels .eiw__item-link:hover {
  color: #97BE0D;
}

.eiw__item-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #f2f2f3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.eiw__item-link:hover:before {
  width: 100%;
}

.eiw__item-link img {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .eiw__list{
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .eiw__list{
    gap: 24px;
  }
}

@media screen and (max-width: 640px) {
/*   .eiw__item {
    flex-basis: 363px;
  } */
}

@media screen and (max-width: 480px) {
/*   .eiw__item {
    flex-basis: 94%;
  } */
}

/**************/
/* WOCT */
/**************/
.woct {
  padding: 60px 0 20px;
  background-color: #f2f2f3;
}

.woct-comments {
  margin: 50px auto 0;
}

.woct-comments .carousel-item {
  border-radius: 6px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #fff;
  border: solid 1px #efecec;
  padding: 25px;
}

.woct-comments.owl-carousel .owl-nav button,
.cohd-list.owl-carousel .owl-nav button {
  width: 43px;
  height: 43px;
/*   border-radius: 4px; */
/*   background-color: rgba(127, 127, 136, 0.1); */
}

/* .woct-comments.owl-carousel .owl-nav button:hover,
.cohd-list.owl-carousel .owl-nav button:hover {
  background-color: #e6b200;
} */

.woct-comments__star-holder {
  text-align: left;
}

.woct-comments.owl-carousel img.woct-comments__star {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.woct-comment-author {
  margin-top: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #434350;
}

.woct-comment-text {
  height: 100px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: 0.1px;
  color: #434350;
  overflow: hidden;
}

.ellipsys {
  position: relative;
}

.ellipsys_open {
  height: auto;
}

.ellipsys .show-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.1px;
}

.ellipsys .show-more:before {
  content: '';
  width: 35px;
  height: 25px;
  background-color: red;
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(white), to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(right, white, transparent);
  background: -ms-linear-gradient(right, white, transparent);
  background: -o-linear-gradient(right, white, transparent);
  background: linear-gradient(right, white, transparent);
}

.ellipsys_open .show-more {
  position: static;
  text-align: right;
}

.ellipsys_open .show-more:before {
  display: none;
}

.ellipsys .show-more__link {
  display: inline-block;
  color: #7f7f88;
  border-bottom: 1px dashed #7f7f88;
}

.ellipsys .show-more__link:active {
  text-decoration: none;
  border-bottom: 1px dashed #7f7f88;
}

.ellipsys .show-more__link:hover {
  text-decoration: none;
  border-bottom-color: transparent;
  color: #4a90e2;
}

.woct .link-more-holder {
  margin-top: 30px;
}

.woct .button-holder {
  margin-top: 40px;
}

.woct .owl-dots {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -37px);
  justify-content: center;
  align-items: center;
}

.cohd-list .owl-dots {
  display: none;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
}

.woct .owl-carousel button.owl-dot,
.cohd-list.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 2px;
/*   opacity: 0.44; */
/*   background-color: #791c59; */
  background-color: #7F7F88;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.woct .owl-carousel button.owl-dot.active,
.cohd-list.owl-carousel button.owl-dot.active {
  opacity: 1;

  width: 24px;
height: 8px;
background: #791C59;
border-radius: 8px;
}

@media screen and (max-width: 1300px) {

  .cohd-list {
    width: 100%;
  }

  .cohd-tabs~.cohd-list {
    margin-top: 0;
  }

/*   .cohd-list .owl-nav button.owl-prev {
    left: -4%;
  }

  .cohd-list .owl-nav button.owl-next {
    right: -4%;
  }

  .cohd-list .owl-nav button.owl-prev {
    left: -8%;
  }

  .cohd-list .owl-nav button.owl-next {
    right: -8%;
  } */

  .cohd-list .owl-nav {
      height: 43px;
      position: absolute;
      left: 50%;
      top: -35px;
      transform: translateX(-50%);
      align-items: center;
      width: 110px;
  }

/*   .cohd-list .owl-nav button.owl-prev {
    left: 300px;
  }

  .cohd-list .owl-nav button.owl-next {
    right: 300px;
  } */

  .cohd-list .owl-dots {
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .woct .owl-nav button.owl-prev {
    left: -7%;
  }

  .woct .owl-nav button.owl-next {
    right: -7%;
  }

  .slider-carousel .carousel-item {
    padding: 45px 0 16px;
  }

  .slider-carousel  .carousel-item-left{
    padding: 0 16px;
  } 
}

@media screen and (max-width: 768px) {
  .woct-comments {
    width: 100%;
  }

  .woct .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-56px);
    height: 43px;
  }

  .woct .owl-nav button.owl-prev {
    left: 20px;
  }

  .woct .owl-nav button.owl-next {
    right: 20px;
  }

  .woct .owl-dots {
    display: flex;
  }

  .woct-comments .carousel-item {
    width: 360px;
  }
}

@media screen and (max-width: 480px) {

  .woct-comments .carousel-item {
    width: 281px;
  }

/*   .cohd-list .owl-nav button.owl-prev {
    left: 110px;
  }

  .cohd-list .owl-nav button.owl-next {
    right: 110px;
  } */
}

/**************/
/* Compare */
/**************/
.compare {
  padding: 60px 0;
}

.compare-table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: separate;
  border-spacing: 0;
}

.compare-table>tbody>tr>td,
.compare-table>thead>tr>th {
  padding: 25px;
  text-align: center;
  border: solid 1px #f2f2f3;
}

.compare-table thead tr th {
  padding: 23px 10px;
  border: solid 1px #f2f2f3;
  border-right-width: 0;
  border-bottom-width: 0;
}

#block-youfonecompare .compare-table thead tr th {
  padding: 23px 5px;
}

.compare-table thead tr:first-child th {
  border-top: 1px solid #f2f2f3;
}

.compare-table>tbody>tr>td:first-child,
.compare-table>thead>tr>th:first-child {
  white-space: nowrap;
  text-align: right;
}

.compare-table thead tr:first-child th:first-child {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.compare-table thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
  border-right-width: 1px;
}

.compare-table.first-column>thead>tr:first-child>th:nth-of-type(2) {
  background: -webkit-linear-gradient(143deg, #3B1757, #77205d);
  background: -o-linear-gradient(143deg, #3B1757, #77205d);
  background: linear-gradient(233deg, #3B1757, #77205d);
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.compare-table>tbody>tr>td {
  border-right-width: 0;
  border-bottom-width: 0;
}

.compare-table>tbody>tr:first-child>td:first-child {
  border-top-left-radius: 6px;
}

.compare-table>tbody>tr:last-child>td {
  border-bottom-width: 1px;
}

.compare-table td:last-child {
  border-bottom-width: 0;
  border-right-width: 1px;
}

.compare-table>tbody>tr:last-child>td:first-child {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.compare-table>tbody>tr:last-child>td:last-child {
  border-bottom-right-radius: 6px;
}

.compare-table.first-column>tbody>tr>td:nth-of-type(2) {
  background-color: rgba(151, 190, 13, 0.03);
}

.compare-table.first-column.fixed-column>tbody>tr:first-child>td {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.compare-table.first-column.fixed-column>tbody>tr:last-child>td {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

@media screen and (max-width: 1450px) {
  .table-holder {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1300px) {
  .table-holder {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {

  .compare-table>tbody>tr>td:first-child,
  .compare-table>thead>tr>th:first-child {
    white-space: pre-wrap;
    font-size: 12px;
    padding: 10px;
    min-width: 120px;
  }

  .table-holder>.fixed-column {
    width: 120px;
  }

}

/**************/
/* ADV */
/**************/
.adv {
  padding-bottom: 50px;
}

.adv.mini {
  padding-bottom: 35px;
}

.adv__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.adv__item {
  text-align: center;
  padding: 0 25px;
  margin-top: 35px;
}

.mini .adv__item {
  display: flex;
  align-items: center;
}

.adv__item-text {
  margin-top: 10px;
  font-size: 14px;
  color: #434350;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
}

.mini .adv__item-text {
  margin: 0 0 0 8px;
  font-size: 13px;
}

.adv__icon {
  width: 104px;
  height: 100%;
}

.mini .adv__icon {
  width: 32px;
}

@media screen and (max-width: 992px) {
  .mini.adv {
    padding-bottom: 0;
  }

  .mini .adv__list {
    position: relative;
    height: 80px;
  }

  .mini .adv__item {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    background-color: #f2f2f3;
    margin-top: 0;
    justify-content: center;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -ms-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
  }

  .mini .adv__item.active {
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .adv__list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .adv__item {
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .adv__item {
    width: 100%;
  }
}

/**************/
/* Footer */
/**************/
.footer-top {
  background: linear-gradient(255deg, #3B1757, #77205d);
}

.footer-top-holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  padding-bottom: 50px;
}

.footer-top-holder .block-menu {
  flex-grow: 3;
}

.footer-top-holder .menu,
.footer-top-holder .menu-item {
  list-style: none;
  margin: 0;
}

.footer-top-holder .block-menu>.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  padding-left: 0;
}

.footer-top-holder .block-menu>.menu>.menu-item {
  margin: 60px 0 0 15px;
  padding: 0 10px;
}

.footer-top-holder .block-menu>.menu>.menu-item>a {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFCB50;
}

.footer-top-holder .block-menu>.menu .menu {
  padding-left: 0;
}

.footer-top-holder .block-menu>.menu .menu .menu-item {
  margin-top: 15px;
}

.footer-top-holder .block-menu>.menu .menu .menu-item>a {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.footer-top-holder .block-menu>.menu>.menu-item>a:hover,
.footer-top-holder .block-menu>.menu>.menu-item>a:visited,
.footer-top-holder .block-menu>.menu .menu .menu-item>a:visited,
.footer-top-holder .block-menu>.menu .menu .menu-item>a:hover {
  text-decoration: none;
}

.footer-right {
  flex-grow: 1;
}

.footer-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 60px;
  list-style-type: none;
  padding-left: 0;
}

.footer-social-item {
  color: #fff;
}

.footer-social-item span {
  font-family: 'Outfit';
  font-style: normal;
}

.footer-social-link {
  padding: 5px 15px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-social-item:first-child .footer-social-link {
  border-left: none;
}

.footer-social-link:visited,
.footer-social-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-social-link:visited>*,
.footer-social-link:hover>* {
  opacity: .5;
}

.footer-social-item:last-child .footer-social-link {
  padding-right: 0;
}

.footer-partners {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 50px;
  list-style-type: none;
  padding-left: 0;
}

.footer-partners-link {
  display: inline-block;
  padding: 15px 0 15px 30px;
  color: #fff;
}

.footer-partners-img {
  width: 48px;
}

.footer-bottom {
  background: linear-gradient(255deg, rgba(46, 13, 83, .9), rgba(119, 32, 93, .9));
}

.footer-bottom-holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.footer-bottom-holder .site-logo {
  display: block;
  padding: 15px 0;
}

.footer-bottom-holder .site-logo:hover {
  opacity: .5;
}

.footer-bottom-holder .block-menu .menu {
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 10px 30px;
  padding-left: 0;
}

.footer-bottom-holder .block-menu .menu-item {
  padding: 0;
}

.footer-bottom-holder .block-menu .menu-item a {
  display: inline-block;
  font-size: 12px;
  padding: 15px 30px;
  color: #fff;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
}

.footer-bottom-holder .block-menu .menu-item a:visited,
.footer-bottom-holder .block-menu .menu-item a:hover {
  color: #fff;
  opacity: .5;
}

.copyright {
  padding: 25px 0;
  flex-grow: 1;
  color: #f7f7f7;
  text-align: right;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .form_check-avail-holder .form_check-avail__caption, .postcodecheck .form__group-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
  }

  .postcodecheck .form__group, .postcodecheck .form__group-inner{
    width: 100%;
  }

  .postcodecheck .form_check-avail{
    flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {

  .footer-top-holder {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-social,
  .footer-partners {
    justify-content: center;
  }

  .footer-bottom-holder {
    flex-flow: wrap;
  }

  .footer-bottom-holder .site-logo {
    flex-grow: 1;
    text-align: center;
  }

  .footer-bottom-links {
    margin-left: 0;
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .footer-bottom-holder {
    flex-direction: column;
  }

  .footer-bottom-holder .block-menu .menu {
    margin-left: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .footer-top-holder {
    padding-bottom: 0;
  }

  .footer-top-holder .block-menu>.menu {
    justify-content: space-between;
  }

  .footer-bottom-holder .block-menu .menu {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .footer-top-holder .block-menu>.menu {
    justify-content: center;
  }

  .footer-bottom-holder .block-menu .menu {
    justify-content: space-between;
  }

  .footer-top-holder .block-menu .menu-item,
  .footer-bottom .menu .menu-item {
    /* width: 100%; */
    text-align: center;
  }
}

/* WWYS - What will you save */
.wwys {
  padding: 60px 0;
  background: linear-gradient(to right, #6c1d5c, #310d53);
  min-height: 731px;
  text-align: center;
}

#top-title {
  color: #f7f7f7;
}

.spy-block {
  border: 8px solid #ffcb05;
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.spy-block-outer {
  position: relative;
  width: 372px;
  height: 220px;
  border-radius: 35px;
  margin: auto;
  background-color: #85513b;
  padding: 8px;
}

#annotation {
  margin-top: 15px;
  margin-bottom: 48px;
  opacity: 0.8;
  color: #f7f7f7;
}

.save-per-year {
  background: #ffcb05;
  width: 157px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -23px;
  height: 40px;
  border-radius: 3px;
  color: #590632;
  padding: 6px;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}

.save-price-block {
  height: 136px;
  margin-top: 15px;
  margin-left: -8px;
}

#save-euro {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.32;
  color: #ffcb05;
  font-family: sans-serif;
  margin-right: 28px;
}

#save-price {
  font-family: 'Outfit';
  font-style: normal;
  font-size: 102px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #791c59;
}

#save-price #save-cents {
  font-size: 43px;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.16;
  letter-spacing: 1.3px;
}

.line-title {
  font-family: 'Outfit';
  font-style: normal;
  color: white;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
}

.line-title-active {
  color: #ffcb05;
}

.line-title:hover {
  cursor: pointer;
}

.controls-line {
  margin-top: 30px;
  font-size: 25px;
}

.line-plus {
  font-weight: bold;
  font-family: 'Outfit';
  font-style: normal;
  display: inline-block;
  color: #906f97;
  width: 93px;
}

.plus-active {
  color: #97be0d;
}

.slider-line {
  margin-top: 40px;
}

.stripe {
  background: #f7f7f7 !important;
  height: 10px !important;
  width: 647px;
  margin: auto;
  border-radius: 7px !important;
  padding-top: 2px;
  border-top: solid 2px #fff !important;
  border-bottom: solid 2px #fff !important;
  left: 9px;
}

.stripe-inner {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAACTSURBVBhXbc2xCoYgFAVgX6inqJcIHJ3c3NoicxCCZiFocZTSXezVzs8VdPqHjwMH7rlsWRYIIWCMwXmefx3HAfY8D/Z9h1IK3nvEGKuUUk/Cvu9Dzhlaa0gpEUIAdaWUnoS1i/d96+o8z7jvuy817LouNM45cM4xjiOstb0nbNs2EHpNua4rpmnCMAz1A/Vaa/wA3bSi8cdfiXcAAAAASUVORK5CYII=');
  width: 50%;
  height: 6px;
  margin: auto;
  border-radius: 5px;
  margin-top: -2px;
}

.slider-sw {
  background: #ffb33d;
  width: 56px;
  height: 38px;
  margin-top: -23px;
  border-radius: 10px;
  padding-top: 10px;
  color: #590632;
  cursor: pointer;
}

.sw-left {
  float: left;
  margin-left: 25%;
}

.sw-right {
  float: right;
  margin-right: 25%;
}

.btn-order {
  margin-top: 60px;
  background: #97be0d;
  color: white;
  width: 185px;
  height: 50px;
  padding: 11px 12px;
  font-size: 19px;
}

.btn-order:hover {
  background: #7ea500;
  color: white;
}

.coins-block {
  position: absolute;
  bottom: -5px;
  right: -25px;
  z-index: 15;
  width: 64px;
  height: 144px;
  background: url('/themes/youfone/images/coins-min.svg') bottom right no-repeat;
}

#wwys-slider-range {
  -moz-box-shadow: 3px 3px 3px #bbb inset;
  -webkit-box-shadow: 3px 3px 3px #bbb inset;
  box-shadow: 3px 3px 3px #bbb inset;
}

#wwys-slider-range .ui-slider-range.ui-corner-all.ui-widget-header {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAACTSURBVBhXbc2xCoYgFAVgX6inqJcIHJ3c3NoicxCCZiFocZTSXezVzs8VdPqHjwMH7rlsWRYIIWCMwXmefx3HAfY8D/Z9h1IK3nvEGKuUUk/Cvu9Dzhlaa0gpEUIAdaWUnoS1i/d96+o8z7jvuy817LouNM45cM4xjiOstb0nbNs2EHpNua4rpmnCMAz1A/Vaa/wA3bSi8cdfiXcAAAAASUVORK5CYII=');
  height: 6px !important;
  top: 0 !important;
}

#wwys-slider-range .ui-slider-handle.ui-corner-all.ui-state-default {
  width: 62px;
  height: 46px;
  border: none;
  top: -17px;
  margin-left: -31px;
}

#wwys-slider-range .ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}

#wwys-slider-range .ui-slider-handle.ui-corner-all.ui-state-default:first-of-type {
  background: url('/themes/youfone/images/wwys-slider-left.svg');
}

#wwys-slider-range .ui-slider-handle.ui-corner-all.ui-state-default:last-of-type {
  background: url('/themes/youfone/images/wwys-slider-right.svg');
}

#wwys-slider-range:hover,
#wwys-slider-range .ui-slider-handle:hover {
  cursor: pointer;
}

.wwys-shevron-right {
  padding: 0 0 0 13px;
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .wwys {
    display: none;
  }
}

/**************/
/* COHD */
/**************/
.cohd {
  display: none;
  margin: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cohd-list .owl-item {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cohd-package {
  position: relative;
  margin: 15px 0 0px;
  border-radius: 8px;
  background-color: #fff;
}

.cohd-package__holder {
  overflow: hidden;
}

.cohd-tabs[class] {
  display: none;
  margin: 50px 0 0;
}

.cohd-tab {
  flex-grow: 1;
  flex-basis: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.54;
  padding: 15px;
  border-radius: 6px 6px 0 0;
  border: solid 1px transparent;
  border-bottom-color: #b882a5;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #791c59;
}

.cohd-tab:not(.active):hover {
  background-color: rgba(121, 28, 89, 0.2);
  cursor: pointer;
}

.cohd-tab.active {
  position: relative;
  z-index: 99;
  opacity: 1;
  border: solid 1px #b882a5;
  border-bottom: solid 1px transparent;
  background-color: #ffffff;
}

@media screen and (max-width: 1300px) {
  .cohd-tabs[class] {
    display: flex;
  }
}

@media screen and (max-width: 1999px) {

}

@media screen and (max-width: 640px) {
  .cohd-tab {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .cohd-package {
    width: 340px;
  }

  .cohd-tab {
    padding: 10px;
  }

  .owl-carousel .owl-stage{
    left: -12px;
  }
}

@media screen and (max-width: 374px) {
      .cohd-package {
        width: 287px;
    }
}

.cohd-package__top {
  display: flex;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 24px;
  background: linear-gradient(49.79deg, #3B1757 0%, #791C59 100%);
}

.package-yellow-box {
  width: auto;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #FF9292;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 15px;
  color: #791C59;
  text-align: center;
}

.package-package-name-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.package-prices {
  text-align: right;
}

.package-price {
  position: relative;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 71px;
  color: #FFCB05;
}

.package-price .euro {
  font-size: 31px;
  line-height: 1.29;
  letter-spacing: 6.1px;
  font-weight: bold;
}

.package-price .small {
  font-family: 'Outfit';
  position: absolute;
  top: 8px;
  right: 3px;
  font-size: 28px;
  line-height: 35px;
}

.package-price .minus{
  font-size: 34px;
  line-height: 71px;
  top: -11px;
  position: absolute;
  right: 25px;
}

.package-price_old .minus{
  font-size: 28px;
  line-height: 71px;
  top: -28px;
  position: absolute;
  right: -21px;
}

.package-price .comma {
  font-size: 42px;
  line-height: 40px;
}

.package-price_new {
  display: inline-block;
}

.package-price_old {
  min-height: 40px;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: 55px;
  right: 121px;
}

.package-price_old.crossed{
    top: -12px;
    left: -38px;
    width: 20px;
    position: relative;
}

.package-price_old.crossed:after {
  content: '';
  position: absolute;
  top: 38%;
  left: 24px;
  width: 41px;
  height: 3px;
  transform: translate(-50%, -50%) rotate(150deg);
  border-radius: 3px;
  background-color: #eb1e49;
}

.package-price_old .small{
  font-family: 'Outfit';
  position: absolute;
  top: -7px;
  right: -23px;
  font-size: 12px;
  line-height: 35px;
}

.package-price_old small.minus{
    top: -26px;
    right: -13px;
}

.package-price_old .euro {
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: 1.7px;
}

.package-price_old .comma {
  font-size: 15px;
  margin-right: -8px;
}

.package-price_old small {
    font-size: 12px;
    top: -4px;
    right: -21px;
}

.package-price__euro {
  font-size: 31px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 6.1px;
}

.package-price__currency {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #ffcb05;
  margin-left: -7px;
}

.package-package-name p {
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
}

ul.feats {
  margin: 0;
  padding: 0 16px;
}

#block-checkourmobiledeals ul.feats {
  background-color: #fff;
}

.feat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.feat:not(:first-child) {
  border-top: 1px solid #efecec;
}

.feat__caption {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #7F7F88;
}

.feat__desc {
  min-width: 77px;

font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 19px;
color: #97BE0D;

}

.feat__small {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
}

.usp {
  position: relative;
  background-color: #fff;
}

.usp__list{
  padding: 0 16px 16px 16px;
  padding-left: 16px !important;
}

.usp__title-holder {
  position: relative;
  display: flex ;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  background: #F2F2F3;
}

.usp__title {
    color: #791C59;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
}

.usp__chevron {
  width: 24px;
  height: 24px;
}

.usp__chevron_down {
  background: url(../images/chevron_down_circle2.svg) 0 0 no-repeat;
}

.usp__chevron_down:hover {
  background-image: url(../images/chevron_down_circle2.svg);
}

.usp__chevron_up {
  background-image: url(../images/chevron_down_circle2.svg);
     transform: rotate(180deg);
/*   background: #fff url(../images/chevron_up.svg) 0 0 no-repeat; */
}

.usp__chevron_up:hover {
  background-image: url(../images/chevron_down_circle2.svg);
/*   background-image: url(../images/chevron_up-hover.svg); */
     transform: rotate(180deg);
}

ul.usp__list[class] {
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.usp__item {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.usp__item-caption {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  overflow: hidden;
}

.usp__item-button {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff url(../images/info-in-circle_empty_grey2.svg) 0 0 no-repeat;
}

.usp__item-button:hover {
  cursor: pointer;
}

.usp__item-button:hover>.usp__item-tooltip-holder {
  display: block;
}

.usp__item-tooltip-holder {
  display: none;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-84%);
  width: 240px;
  padding-bottom: 36px;
}

.usp__item-tooltip {
  position: relative;
  padding: 15px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.14);
  border: solid 1px #f2f2f3;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Outfit';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #434350;
}

.usp__item-tooltip:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 28px;
  width: 18px;
  height: 12px;
  background: url(../images/tooltip-corner.png) 0 0 no-repeat;
}

.usp__item-tooltip p {
  margin-bottom: 0;
}

.show-all {
  position: relative;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  cursor: pointer;
}

.show-all__link, .show-all__link:hover {
  display: inline-block;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #7F7F88;
}

.cohd-package .button {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  font-family: 'Outfit';
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0.1px;
  color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow:none;
  font-weight: 600;
  min-width: auto;
  line-height: normal;
  font-size: 18px;
}

.cohd-package .button img {
  transition: transform .3s;
  opacity: 1;
  margin-top: -5px;
}

.cohd-package .button:hover img {
  transform: rotate(180deg);
}

.remark {
  margin-top: 25px;
  font-family: 'Outfit';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #7f7f88;
  text-align: center;
}

.asterix {
  font-size: 23px;
  line-height: 1.22;
  color: #791c59;
}

.grey-box {
  background-color: #f2f2f3;
  margin-top: 20px;
  padding: 25px;
  text-align: center;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #434350;
}

.grey-box img {
  margin-right: 15px;
}

.cohd-list .package-package-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  text-align: center;
}

.cohd-list_default .package-package-name {
    display: flex ;
    flex-direction: column;
    color: #FFCB05;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    justify-content: flex-start;
    gap: 8px;
    align-items: self-start;
    max-width: 50%;
}

.cohd-list_text-button .package-package-name,
.cohd-list_icons-text-button .package-package-name {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}

.cohd-list_icons-text-button_below .package-package-name {
  flex-direction: column;
  justify-content: flex-start;
}

.cohd-list_text-button .package-package-name .button_green,
.cohd-list_icons-text-button .package-package-name .button_green {
  min-width: initial;
  width: auto;
  padding: 5px 30px;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cohd-list .package-prices {
  display: none;
}

.cohd-list_default .package-prices {
  display: flex;
  position: relative;
  align-items: center;
}

.cohd-list_features_reversed .feat {
  flex-direction: row-reverse;
}

.cohd-list_features_reversed .feat .feat__desc {
  text-align: left;
}

.cohd-list_features_reversed .feat .feat__caption {
  text-align: right;
}

.cohd-list_text-button .package-package-name>p {
  margin: auto;
}

.cohd-package .button.button_under-feats {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cohd-list_text-button_below .cohd-package__top {
  min-height: 150px;
}

.cohd-list_icons-text-button .cohd-package-icons,
.cohd-list_icons-text-button .package-package-name p {
  margin: auto;
}

.cohd-list .cohd-package-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.owl-carousel.cohd-list .cohd-package-icon {
  max-width: 15%;
  margin: 0 10px;
}

@media screen and (max-width: 480px) {

  .package-price .small {
    top: 0px;
  }

  .cohd-list_default .package-package-name{
    max-width: 50%;
  }

  .package-package-name,
  .cohd-list .package-package-name,
  .cohd-list_default .package-package-name {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #FFCB05;
  }

  .package-price .euro {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 5px;
  }

  .package-price {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
  }

  .package-price_old,
  .package-price_old .euro {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 1.4px;
  }

  .package-price__currency {
    font-size: 13px;
    line-height: 13px;
  }

  .cohd-list_icons-text-button .cohd-package__top {
    min-height: 285px;
  }

  .cohd-list_text-button .package-package-name .button_green,
  .cohd-list_icons-text-button .package-package-name .button_green {
    width: 100%;
    padding: 5px;
  }

}

/**
  Fast-links
*/
.fast-links {
  padding: 50px 0 0;
}

.fast-links__groups {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.fast-links__group {
  flex-basis: 31%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.fast-links__caption {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 15px 30px;
  background: linear-gradient(244deg, #2e0d53, #77205d);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.fast-links__caption-icon {
  margin-right: 20px;
}

.fast-links__caption-text {
  color: white;
  font-weight: bold;
}

.fast-links__list {
  border: 1px solid rgba(127, 127, 136, 0.22);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.fast-links__item {
  display: block;
}

.fast-links__link {
  display: block;
  padding: 0 30px;
}

.fast-links__link:hover {
  background-color: #f7f7f7;
}

.fast-links__link-inner {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid rgba(127, 127, 136, 0.22);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #434350;
}

.fast-links__item:first-child .fast-links__link-inner {
  border-top: none;
}

.fast-links-icons__list {
  display: none;
  width: 90%;
  justify-content: space-between;
  margin: 40px auto 0;
}

.fast-links-icons__item {
  display: flex;
  flex-basis: 33%;
  text-align: center;
}

.fast-links-icons__item:not(:first-child) {
  border-left: 1px solid rgba(127, 127, 136, 0.22);
}

.fast-links-icons__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  justify-content: flex-end;
}

.fast-links-icons__caption-icon {
  margin-bottom: 15px;
}

.fast-links-icons__caption-text {
  color: #791c59;
  font-weight: bold;
  font-size: 12px;
}

/**
  Fast-links-main
*/
.fast-links-main {
  position: relative;
}

.fast-links-main__groups {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
  }

  .field_package_groups_remark{
        position: absolute;
    right: 0;
    bottom: -43px;
  }

.fast-links-main__caption {
  display: flex;
  align-items: center;
  height: 65px;
  padding: 24px;
  background: #fff;
}

.fast-links-main__caption-icon {
  margin-right: 20px;
}

.fast-links-main__caption-text {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #791C59;
}

.fast-links-main__list {
  width: 100%;
}

.fast-links-main__item {
  display: block;
}

.fast-cohd-price-box{
  display: flex;
}

.fast-cohd-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  justify-content: space-between;
}

.fast-cohd-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}

.fast-cohd {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  display: flex;
  width: 100%;

  display: flex;
  justify-content: space-between;
  padding: 10px 5px 5px 5px;
  border-radius: 8px;
  position: relative;
}

.fast-cohd-wrap:not(:last-child) .fast-cohd:after {
  content: '';
  position: absolute;
  border-top: 1px solid rgba(127, 127, 136, .22);
  width: 97%;
  bottom: 0px;
}

.is-purple0:hover {
  background: #f2f2f3;
}

.fast-cohd-desc {
  align-self: center;
  width: auto;

  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.fast-cohd-desc div{
  display: flex
}

.fast-cohd-desc .price {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: #791C59;
  flex: 1;
}

.fast-cohd-old-price {
  color: #7F7F88;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  width: 45px;
  text-align: center;
  margin-top: -4px;
}

.fast-cohd-old-price.crossed:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 80%;
  width: 70px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(163deg);
  border-radius: 3px;
  background-color: #eb1e49;
}

.fast-cohd-old-price .euro {
  font-size: 10px;
  font-family: 'Outfit';
  position: relative;
  top: -4px;
}

.fast-cohd-old-price small {
  top: -7px;
  position: relative;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 10px;
}

.fast-cohd-old-price small.minus {
  font-size: 23px;
  top: -4px;
}

.fast-cohd-old-price .comma {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 10px;
}

.fast-cohd-price {
  margin-top: -12px;
  position: relative;
  color: #791C59;
  font-size: 48px;
  text-align: left;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  width: 90px;
}

.fast-cohd-price .price{
  margin-left: 10px;
}

.fast-cohd-price .euro {
  font-size: 16px;
  font-family: 'Outfit';
  position: relative;
  top: -11px;
}

.fast-cohd-price small {
  font-size: 16px;
  top: -24px;
  position: relative;
  margin-left: -10px;
}

.fast-cohd-price small.minus {
  font-weight: 900;
  font-size: 48px;
  top: -11px;
}

.fast-cohd-price .comma {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
}

.fast-cohd-period {
    font-size: 10px;
    text-align: right;
    margin-top: -32px;
    font-weight: 400;
    margin-right: 6px;
}

.fast-cohd-url {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  color: #FFFFFF;
  background: #97BE0D;
  font-size: 16px;
  padding: 2px 8px;
  margin-top: 16px;
  font-weight: 700;
}

.fast-cohd-url:hover {
  color: #fff;
}

.fast-cohd-remark {
  float: right;
  width: 392px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: right;
  color: #7F7F88;
  margin-top: 4px;
}

.fast-cohd-remark .asterix {
  font-size: 16px;
  color: #791C59;
}

.is-purple1 {
  background-image: linear-gradient(49.79deg, #3B1757 0%, #791C59 100%);
}

.is-purple1 .fast-cohd-desc{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFCB05;
}

.is-purple1 .fast-cohd-desc .price{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: #FFCB05;
}

.is-purple1 .fast-cohd-price {
  color: #FFCB05 !important;
}

.is-purple1 .fast-cohd-old-price {
  color: #fff;
}

.fast-cohd-label {
  border: 1px solid #791C59;
  border-radius: 8px;
  color: #791C59;
  padding: 0 5px;
  display: inline-block;

  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}

.is-purple1 .fast-cohd-label {
  border: 1px solid #FFCB05;
  color: #FFCB05;
}

.fast-links-main__link {
  display: block;
  padding: 0 16px;
}

.fast-links-main__link:hover {
  background: #f2f2f3;
}

.fast-links-main__link .fast-links-main__link-inner img {
  transition: transform .3s;
}

.fast-links-main__link:hover .fast-links-main__link-inner {
  font-weight: 600;
}

.fast-links-main__link:hover .fast-links-main__link-inner img {
  transform: rotate(180deg);
}

.fast-links-main__link-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 8px;
  border-top: 1px solid rgba(127, 127, 136, 0.22);
  color: #000000;
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;

  text-align: left;
}

.fast-links-main__item:last-child .fast-links-main__link-inner {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #791C59;
}

.fast-links-main-icons__list {
  display: none;
  width: 90%;
  justify-content: space-between;
  margin: 40px auto 0;
}

.fast-links-main-icons__item {
  display: flex;
  flex-basis: 33%;
  text-align: center;
}

.fast-links-main-icons__item:not(:first-child) {
  border-left: 1px solid rgba(127, 127, 136, 0.22);
}

.fast-links-main-icons__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  justify-content: flex-end;
}

.fast-links-main-icons__caption-icon {
  margin-bottom: 15px;
}

.fast-links-main-icons__caption-text {
  color: #791c59;
  font-weight: bold;
  font-size: 12px;
}

/* FAQ */
.faq {
  margin: 50px 0
}

.orderflow~.faq {
  background-color: #f2f2f3;
}

.orderflow~.faq .faq__title-holder {
  background-color: #fff;
}

.faq-list {
    margin: 24px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.faq-item {
  font-size: 14px;
  flex: 1 1 calc(50% - 24px);
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.faq__title-holder {
  position: relative;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0;
  background: #fff;
  width: 100%;
  min-height: 70px;
}

.faq__title-holder.down {
  border-radius: 6px;
}

.faq__title-holder:hover {
  cursor: pointer;
}

.faq__title {
  flex-grow: 1;
  margin-left: 8px;
  text-align: left;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.faq__chevron {
  width: 24px;
  height: 18px;
  background: url(../images/arrow_small2.svg) 0 0 no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.faq__title-holder.up .faq__chevron {
  transform: rotate(180deg);
}

.faq__body {
  display: none;
  padding: 0 24px 24px 24px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .faq__title {
    width: 90%;
  }
}

/* Countdown */
.countdown-container {
  text-align: center;
}

.countdown-container .countdown-desc {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #7f7f88;
  margin-top: 3px;
  margin-bottom: 15px;
  display: inline-block;
}

.countdown-container .countdown-holder {
  height: 140px;
  border-radius: 6px;
  margin-bottom: 15px;
  filter: blur(0);
  transition: .5s;
}

.countdown-container .countdown-holder.loading {
  filter: blur(5px);
}

.countdown-container .countdown-still-valid {
  display: inline-block;
  margin-top: 14px;
  font-family: 'Outfit';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #84a50c;
  margin-bottom: 13px;
}

.countdown-container .countdown-holder .countdown-holder-inner {
  display: flex;
  justify-content: center;
  margin: auto;
  float: none;
  padding: 0;
}

.countdown-container .countdown-time-block-holder {
  width: 54px;
  float: left;
}

.countdown-container .countdown-num-block {
  width: 54px;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #fff;
  border: solid 1px #efecec;
  font-family: 'Outfit';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0.1px;
  text-align: center;
  color: #7f7f88;
  padding-top: 7px;
}

.countdown-container .countdown-colon {
  width: 41px;
  padding-top: 7px;
  font-family: 'Outfit';
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1px;
  color: rgba(127, 127, 136, 0.22);
  float: left;
}

.countdown-container .countdown-measurement {
  display: inline-block;
  font-family: 'Outfit';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: center;
  color: #434350;
  margin-top: 4px;
}

@media screen and (max-width: 480px) {
  .countdown-container .countdown-colon {
    width: 24px;
  }

  .header-top__right {
    width: 100%;
  }
}

/* Modal form check_avail */
#contact_us,
#talkdesk,
#call_us {
  font-size: 14px;
}

.modal {
  justify-content: center;
  align-items: center;
}

.modal.in {
  display: flex !important;
}

#check_avail .modal-dialog,
#upgrade_extra_channels .modal-dialog,
#contact_us .modal-dialog,
#talkdesk .modal-dialog,
#call_us .modal-dialog,
#channel_info .modal-dialog {
  max-width: 95%;
  width: 800px;
}

#channel_info .modal-dialog {
  width: 520px;
}

#contact_us .modal-dialog,
#call_us .modal-dialog,
#upgrade_extra_channels .modal-dialog {
  width: 558px;
}

#check_avail .modal-dialog.fit-content,
#channel_info .modal-dialog.fit-content,
#contact_us .modal-dialog.fit-content,
#talkdesk .modal-dialog.fit-content,
#call_us .modal-dialog.fit-content,
#upgrade_extra_channels .modal-dialog.fit-content {
  width: fit-content;
}

#check_avail .modal-header,
#channel_info .modal-header,
#contact_us .modal-header,
#talkdesk .modal-header,
#call_us .modal-header,
#upgrade_extra_channels .modal-header {
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #f7f7f7;
  border: solid 1px #efecec;
  border-radius: 6px 6px 0 0;
}

#check_avail .modal-title,
#channel_info .modal-title,
#contact_us .modal-title,
#talkdesk .modal-title,
#call_us .modal-title,
#upgrade_extra_channels .modal-title {
  font-family: 'Outfit';
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: left;
  color: #84a50c;
}

.form_check-avail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#check_avail .modal-body {
  min-height: 114px;
  padding: 15px 30px 10px;
}

.postcodecheck {
  position: relative;
  background-color: #efecec;
}

.postcodecheck .form_check-avail {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.postcodecheck .form-notify {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}

.postcodecheck .postcode-checked {
  display: none;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.postcodecheck .postcode-checked__icon {
  display: inline-block;
  width: auto;
  height: auto;
}

.postcodecheck .postcode-checked__icon img {
  width: 60%;
}

.postcodecheck .postcode-checked__msg.error {
  color: #eb1e49;
}

.postcodecheck .postcode-checked__cta-holder {
  margin-top: 20px;
  text-align: center;
}

#postcode-checked__cta-button {
  padding: 7px 15px;
}

.postcodecheck .form__group,
.postcodecheck .form__group-inner {
  position: relative;
  flex-grow: 1;
}

.postcodecheck .form__group-holder {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
}

.postcodecheck .form__input-message {
  top: 55px;
  bottom: 0;
}

#talkdesk .modal-body,
#cmWfContainer,
#cmWfContainer iframe {
  min-height: 500px;
}

#contact_us .modal-body,
#talkdesk .modal-body,
#call_us .modal-body {
  padding: 34px 30px 30px;
}

#channel_info .modal-header button {
  opacity: 1;
}

#channel_info .modal-body {
  display: flex;
  padding: 30px 34px;
}

#channel_info .bc-item-channel__desc {
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

#channel_info .bc-item-channel {
  margin: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border: solid 1px rgba(127, 127, 136, 0.1);
}

#channel_info .modal-footer {
  border: none;
  padding: 30px;
}

#channel_info .button-holder {
  margin-top: 0;
  text-align: right;
}

#channel_info .button_green {
  min-width: 70px;
  width: 111px !important;
  height: 50px;
  padding: 15px 23px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  color: #ffffff;
  background-color: #97be0d;
  box-shadow: 0 3px 12px -2px rgba(89, 6, 50, 0.24);
}

#channel_info .button_green:hover {
  background-color: #7ea500;
}

#channel_info .button_green img {
  opacity: .5;
}

#upgrade_extra_channels .modal-body {
  padding: 30px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

#check_avail .modal-body .overlay,
#contact_us .modal-body .overlay,
#talkdesk .modal-body .overlay,
#call_us .modal-body .overlay,
.form_check-avail-holder .overlay {
  display: none;
  opacity: 0.8;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #434350;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#check_avail .modal-body.spinner .overlay,
#contact_us .modal-body.spinner .overlay,
.form_check-avail-holder.spinner .overlay {
  display: flex;
}

#check_avail .modal-body .overlay__body,
.form_check-avail-holder .overlay__body {
  display: flex;
  align-items: center;
}

#contact_us .modal-body .overlay__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#contact_us .modal-body .form-notify {
  display: none;
  height: 520px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  border: solid 1px #efecec;
  background-color: #fff;
}

#contact_us .modal-body .form-notify__msg {
  color: #434350;
  text-align: center;
}

#contact_us .modal-body .form-notify .icon {
  width: 100px;
  height: 68px;
}

#contact_us .modal-body .form-notify.success .icon {
  background: url(../images/mail_send_success.svg) center no-repeat;
}

#contact_us .modal-body .form-notify.error .icon {
  background: url(../images/mail_send_error.svg) center no-repeat;
}

.modal .form-field-group {
  margin-top: 20px;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  border: solid 1px #efecec;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.form-field-group a {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #337ab7;
}

.form-field-group a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

#check_avail .form__input_button,
.form_check-avail-holder .form__input_button {
  display: inline-block;
  height: 50px;
  padding: 15px 22px;
}

#upgrade_extra_channels .button-holder {
  margin-top: 30px;
  text-align: right;
}

#upgrade_extra_channels .button {
  min-width: inherit;
  width: auto;
  border: none;
  padding: 11px 22px;
  font-size: 14px;
}

#upgrade_extra_channels .button_white {
  border: solid 1px #efecec;
}

#upgrade_extra_channels .button_green {
  margin-right: 0;
}

#upgrade_extra_channels .button_green img {
  position: relative;
  left: 8px;
}

#check_avail .form-notify .form__input_button,
.form_check-avail-holder .form-notify .form__input_button {
  width: auto;
  padding: 15px;
}

.modal .group_customer {
  display: none;
}

/*Location indicator */
#check_avail .location_indicator,
.form_check-avail-holder .location_indicator {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

#check_avail .location_indicator:before,
#check_avail .location_indicator:after,
.form_check-avail-holder .location_indicator:before,
.form_check-avail-holder .location_indicator:after {
  position: absolute;
  content: "";
}

#check_avail .location_indicator:before,
.form_check-avail-holder .location_indicator:before {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -moz-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  margin-left: -3px;
  width: 20px;
  height: 20px;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
  -webkit-animation: mapping 1s linear infinite;
  -moz-animation: mapping 1s linear infinite;
  animation: mapping 1s linear infinite;
}

#check_avail .location_indicator:after,
.form_check-avail-holder .location_indicator:after {
  width: 30px;
  height: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

@-webkit-keyframes mapping {
  0% {
    top: 0;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes mapping {
  0% {
    top: 0;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0;
  }
}

@keyframes mapping {
  0% {
    top: 0;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0;
  }
}

.overlay__text {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #fff;
}

.form__group {
  position: relative;
  margin-top: 20px;
  font-family: 'Outfit';
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #434350;
}

/* #check_avail .form__group {
  width: 155px;
} */

.form_check-avail-holder .form__group {
/*   width: 120px; */
/*   margin-top: 0; */
}

.form_check-avail-holder .form_check-avail__caption {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.form__input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #595959;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  outline: none;
}

.form__input.focused {
  border-color: #7f7f88;
}

.form__input:focus {
  border-width: 2px;
}

.form__input.form__input_with-icon~.form__label_float,
.form__input.mbsc-comp~.form__label_float {
  left: 40px;
}

.form__input.form__input_with-icon,
.form__input.mbsc-comp {
  padding-left: 40px;
}

.form__input:disabled {
  background-color: #f7f7f7;
}

.form__input_button {
  width: auto;
  padding: 15px;
  border-radius: 4px;
  background-color: #97be0d;
  box-shadow: 0 3px 12px -2px rgba(89, 6, 50, 0.24);
  font-family: 'Outfit';
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #fff;
  border: none;
  outline: none;
  white-space: nowrap;
}

.form__input_button:not(:disabled):hover {
  background-color: #7ea500;
}

.form__input_button:disabled {
  opacity: .5;
}

.form__input_button * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

#contact_us .button-holder,
#talkdesk .button-holder,
#call_us .button-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

#contact_us .form__input_button,
#talkdesk .form__input_button,
#call_us .form__input_button {
  min-width: 111px;
  display: flex;
  justify-content: space-between;
  padding: 15px 23px;
}

.form-row {
  width: 100%;
}

.form-row-inner {
  display: flex;
  margin-left: -42px;
  flex-grow: 1;
}

.form-row:first-child:not(.form-row__col .form-row) {
  margin-top: -20px;
}

#contact_us .form-row:first-child:not(.form-row__col .form-row),
#talkdesk .form-row:first-child:not(.form-row__col .form-row),
#call_us .form-row:first-child:not(.form-row__col .form-row) {
  margin-top: 0;
}

.find-store .form-row:first-child:not(.form-row__col .form-row) {
  margin-top: 0;
}

.form-row__col {
  display: flex;
}

.customer-block .form-row__col {
  max-width: 330px;
}

.customer-block .form-row__col_initials {
  max-width: 150px;
}

.form-row__col_column {
  flex-direction: column;
}

.form-row .form-row__col {
  flex-grow: 1;
  margin-left: 42px;
}

.form-row .form-row__col_set {
  display: flex;
  flex-grow: 1;
}

.form-row__col .form__group {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form__group-inner {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.form-row__caption {
  margin-top: 20px;
}

.form__input-holder {
  position: relative;
  display: inline-block;
}

.form__input-holder .button_info {
  position: absolute;
  top: 12px;
  right: 12px;
}

.form__input-holder .button_calendar {
  border: none;
}

.form__input-holder div.button_info.button_info-calendar,
.form__input-holder div.button_info.button_calendar {
  right: auto;
  left: 0;
  cursor: pointer;
}

.form__input-holder .button_calendar:hover {
  background-color: transparent;
  cursor: default;
}

.form__input-holder .button_calendar:before {
  background: url(../images/calendar.svg) center no-repeat;
}

.form__input-holder .button_info:nth-child(5) {
  right: 46px;
}

.form-row__col .form__group .form__input {
  flex-grow: 1;
}

.form__input-holder.with-tooltip .form__input {
  width: 86%;
}

.form__input-holder.with-tooltip {
  border-radius: 6px;
  border: solid 1px #595959;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.error .form__input-holder.with-tooltip {
  border-color: #eb1e49 !important;
}

.form__input-holder.with-tooltip .form__input {
  border: none;
  box-shadow: none;
}

.customer-block .form__input:not([list]) {
  padding-right: 40px;
}

.form-row__col-title.required:after {
  content: '*';
  color: #eb1e49;
  margin-left: 5px;
}

.form__set {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.form__set:not(:first-child),
#customer-block__form_cancellation .form__set:not(:first-child) {
  margin-left: 20px;
}

.form-row__col_gender {
  margin-top: 20px;
}

.form-row__col_gender .form-row__col-title {
  margin-right: 38px;
}

.form-row__col_gender .form__set {
  margin-top: 0;
}

.form__input_radio {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #fff;
  border: solid 1px #595959;
}

.form__input_radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 10px;
  background-color: #97be0d;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.form__input_textarea {
  display: block;
  height: 100px;
  resize: none;
  line-height: 1.5;
}

input[type=radio]:checked~.form__input_radio:after {
  width: 8px;
  height: 8px;
}

input[type=radio]:focus~.form__input_radio {
  border-width: 2px;
}

.form__input_hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}

.form__set .form__label {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.1px;
  color: #7f7f88;
}

.form-warning {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 20px 10px 0;
}

.form-warning__text {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-size: 12px;
  font-style: italic;
  line-height: 1.67;
  letter-spacing: 0.1px;
  color: #791c59;
}

.form-row_warning {
  position: relative;
}

.form-row_warning>* {
  position: relative;
}

.form-row_warning:before {
  content: '';
  position: absolute;
  top: -6%;
  bottom: -6%;
  left: -2%;
  right: -2%;
  border: 1px solid red;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: .5s;
  opacity: 0;
}

.form-row_warning.blink:before {
  animation: blink_warning 1s 3 forwards;
}

@keyframes blink_warning {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.form__input-message {
  opacity: 0;
  position: absolute;
  top: 103%;
  left: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 1.1;
  color: #eb1e49;
}

#check_avail .form__input-message {
  position: absolute;
  top: 103%;
  left: 0;
  margin-top: 5px;
}

.form_check-avail-holder .form__input-message {
  display: none;
}

.error .form__input-message {
  opacity: 1;
  color: #eb1e49;
}

.form_check-avail-holder .error .form__input-message {
  display: block;
}

.form__input-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.success .form__input-icon {
  background: url(../images/validation-success.svg) center no-repeat;
}

.error .form__input-icon {
  background: url(../images/validation-error.svg) center no-repeat;
}

#check_avail .form-notify button,
.form_check-avail-holder .form-notify button {
  display: none;
  margin-left: 35px;
}

#check_avail .close,
.form_check-avail-holder .close,
#contact_us .close,
#talkdesk .close,
#call_us .close {
  opacity: 1;
}

#check_avail .form__group-inner,
#check_avail .form__input_button {
  margin-bottom: 33px;
}


#check_avail .form__input_button {
  margin-top: 20px;
}

#contact_us .form__group-inner,
#talkdesk .form__group-inner,
#call_us .form__group-inner {
  margin-bottom: 0;
}

#contact_us .form__group:not(.form__group_textarea),
#talkdesk .form__group:not(.form__group_textarea),
#call_us .form__group:not(.form__group_textarea) {
  max-width: 330px;
}

#contact_us .form__input_textarea {
  min-height: 154px;
  max-height: 300px;
  resize: vertical;
}

#contact_us .field-watcher {
  display: none;
  position: absolute;
  top: -20px;
  right: 0;

  opacity: 0.6;
  font-size: 11px;
  line-height: 1.82;
  letter-spacing: 0.1px;
  color: #434350;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 0.5
  }
}

.stuck {
  padding-bottom: 60px;
}

.stuck .title {
  max-width: 640px;
  margin-top: 60px;
}

.stuck-holder {
  display: flex;
  justify-content: center;
}

.stuck-block {
  flex-basis: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px 20px 0;
  border-radius: 4px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  border: solid 1px #efecec;
}

.stuck-block__holder {
  flex-grow: 1;
  padding: 24px 30px;
  background-color: rgba(242, 242, 243, .5);
}

.stuck-block__caption {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1px;
  color: #791c59;
}

.stuck-block__body {
  margin-top: 5px;
  line-height: 1.75;
}

.stuck-block__button-holder {
  padding: 24px 30px;
  text-align: right;
}

.stuck-block__button {
  min-width: initial;
  width: auto;
  margin: 0;
  padding: 7px 30px;
}

.stuck-block__button.button_green:disabled,
.stuck-block__button.button_green[disabled],
.stuck-block__button.button_green.disabled {
  opacity: .5;
  pointer-events: none;
}

.stuck-block__button img {
  margin-left: 10px;
}

.stuck-actions {
  margin-top: 25px;
  text-align: center;
  color: #791c59;
}

.stuck-actions .stuck__open-call-block {
  color: #791c59;
}

.stuck-actions .stuck__open-call-block:hover {
  text-decoration: underline;
}

.field_package_groups {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .form-search-faq__image {
    right: 5%;
  }

  .form-search-faq {
    margin: 40px 0 0;
    padding: 40px;
  }

  .faq-top__list {
    max-height: 145px;
  }

  .faq-top__item {
    width: 50%;
    padding-right: 15px;
  }

  .service-tabs {
    margin: 60px 0 0;
  }

  .group-item {
    flex-basis: 20%;
    margin: 0 5% 40px 0;
  }

  .service .search-results {
    margin: 0;
  }
}

@media screen and (max-width: 1300px) {
  .form-search-faq__image {
    display: none;
  }

  .form-search-faq .form__input-holder {
    width: calc(100% - 170px);
    max-width: initial;
  }

  .faq-top__list {
    max-height: 180px;
  }

  .group-list[class] {
    top: 111px;
  }
}

@media screen and (max-width: 992px) {
  .faq-top__list {
    max-height: inherit;
    overflow: initial;
  }

  .faq-top__item {
    width: 100%;
    padding-right: 0;
  }

  .service-tabs {
    padding: 0 20px;
  }

  .stuck-holder {
    flex-wrap: wrap;
  }

  .stuck-block {
    flex-basis: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }

  .group-item {
    flex-basis: 28%;
    margin: 0 5% 40px 0;
  }

  .form_check-avail-holder .error .form__input-icon,
  .form_check-avail-holder .success .form__input-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .faq-list {
      gap: 16px;
      padding: 0 24px !important;
  }

  .faq__body {
    padding: 0 16px 16px 16px;
  }

  .faq__title-holder {
    padding: 12px 16px;
  }

  .postcodecheck .form_check-avail {
    width: 90%;
  }

 .fast-links__groups {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .fast-links__group {
    width: 90%;
  }

  .fast-links__group:not(:first-child) {
    margin-top: 20px;
  }

  .fast-links__caption-icon {
    display: none;
  }

  .fast-links__caption {
    height: auto;
  }

  .fast-links-icons__list {
    display: flex;
  }

  .field_package_groups {
    width: 100%;
    order: 1;
  }

  .fast-cohd-group {
    width: 100%;
    order: 2;
  }

  .fast-links-main__group:not(:first-child) {
    margin-top: 20px;
  }

  .fast-links-main__caption-icon {
    display: none;
  }

  .fast-links-main__caption {
    height: auto;
  }

  .fast-links-main__groups {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .faq-item {
    flex: auto;
  }

  .service .title_big {
    padding: 0 40px;
  }

  .faq-top__caption:after {
    display: block;
  }

  .service .subtitle {
    padding: 0 40px;
  }

  .form-search-faq {
    padding: 40px;
  }

  .faq-top {
    padding: 30px 40px 70px;
  }

  .group-item {
    flex-basis: 44%;
    margin: 0 5% 40px 0;
  }

  .form_check-avail {
    flex-wrap: wrap;
    margin-left: -15px;
  }

  #check_avail .form__group {
    flex-grow: 1;
    margin-left: 15px;
    padding-right: 25px;
  }

  #check_avail .form__input_button {
    margin: 0 auto 30px;
  }

  .form_check-avail-holder .form__group {
    flex-grow: 1;
/*     margin-left: 15px; */
  }

  .form_check-avail-holder .form__input_button {
/*     width: 80%; */
/*     max-width: 250px; */
/*     margin: 15px auto 0; */
    text-align: center;
  }

  #contact_us .modal-body,
  #talkdesk .modal-body,
  #call_us .modal-body {
    padding: 10px 15px;
  }

  #contact_us .form__set:not(:first-child),
  #talkdesk .form__set:not(:first-child),
  #call_us .form__set:not(:first-child) {
    margin-left: 20px;
  }

  .form_contact_us .form__group {
    margin-top: 10px;
  }

 

  .postcode-checked__address,
  .postcode-checked__msg {
    display: block;
  }

  .postcodecheck .postcode-checked__icon {
    margin: 0 0 20px 0;
  }

}

@media screen and (max-width: 640px) {
  .service-tabs__list {
    flex-direction: column;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

  .service-tabs__item {
    flex-direction: column;
    flex-basis: inherit;
    border: none;
  }

  .service-tabs__item.active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: initial;
  }

  .service-tabs__link {
    display: flex;
    align-items: center;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #b882a5;
    border-bottom: none;
    box-shadow: 0 3px 9px -2px rgba(121, 28, 89, 0.41);
  }

  .service-tabs__item:first-child .service-tabs__link {
    border-radius: 4px 4px 0 0;
  }

  .service-tabs__item:last-child .service-tabs__link:not(.up) {
    border-radius: 0 0 4px 4px;
    border-bottom: solid 1px #b882a5;
  }

  .service-tabs__item .service-tabs__link.up {
    border-bottom: solid 1px #b882a5;
  }

  .service-tabs__item:last-child .group-list {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid rgba(127, 127, 136, 0.22);
  }

  .service-tabs__item:last-child .group-list .group-item:last-child {
    margin: 20px 0 0;
    border-bottom: none;
  }

  .service-tabs__item.active .service-tabs__link:after {
    display: none;
  }

  .group-list[class] {
    opacity: 1;
    position: static;
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border: none;
    border-left: solid 1px #efecec;
    border-right: solid 1px #efecec;
    box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  }

  .group-item {
    display: block;
    margin: 20px 0 5px;
    border-bottom: 1px solid rgba(127, 127, 136, 0.22);
  }

  .subgroup-item {
    padding: 15px 0;
    border-top: 1px solid rgba(127, 127, 136, 0.22);
  }

  .stuck-holder {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .stuck-block {
    display: block;
    min-height: inherit;
    flex-basis: inherit;
    margin: 20px 0 0;
  }

  .search-results__tip {
    padding: 30px 20px;
    display: inline-block;
  }

  .search-results__tip span {
    width: auto;
  }

  .form_check-avail {
    margin-left: 0;
  }

  #check_avail .form__group {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }

  .form_check-avail-holder .form_check-avail__caption {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .form_check-avail-holder .form__group {
/*     max-width: 30%; */
/*     margin: 15px 0 0; */
    padding-right: 0;
  }

  .form-row .form-row__col_set {
    flex-wrap: wrap;
  }

  .form-row-inner {
    flex-wrap: wrap;
  }

  .customer-block .form-row__col {
    flex-basis: 100%;
  }

  .customer-block .form-row__col {
    flex-wrap: wrap;
  }

  .form-row__col_gender .form-row__col-title {
    min-width: 100%;
    margin-right: 0;
  }

  .form-row__col_gender .form__set {
    margin-top: 20px;
  }

  .form-row__col_gender .form__set~.form__set {
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .service .title_big {
    margin-top: 17px;
    padding: 0 20px;
    font-size: 32px;
    line-height: 1.88;
    letter-spacing: 2.4px;
  }

  .service .subtitle {
    margin-top: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.18;
    letter-spacing: 0.1px;
  }

  .form-search-faq {
    flex-direction: column;
    margin-top: 25px;
    padding: 30px 20px;
  }

  .form-search-faq .form__input-holder {
    width: 100%;
  }

  .form-search-faq .form__input {
    font-size: 14px;
    padding: 14px 12px 16px;
  }

  .form-search-faq .button {
    width: 100%;
    margin: 20px 0 0;
  }

  .faq-top {
    padding: 20px;
  }

  .faq-top__caption {
    font-size: 18px;
  }

  .faq-top__list {
    margin: 0;
  }

  .faq-top__item {
    margin-top: 20px;
  }

  .faq-top__link {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.63;
  }

  .stuck-holder {
    padding: 0 15px;
  }

  .service-tabs {
    margin-top: 20px;
  }

  .stuck .title {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
  }

  .search-results__title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 1.9px;
  }

  .faq-list {
    width: 90%;
    padding: 0;
  }

  #check_avail .form__input_button,
  .form_check-avail-holder .form__input_button {
    max-width: 100%;
  }

  #upgrade_extra_channels .button-holder {
    display: flex;
    flex-direction: column-reverse;
  }

  #upgrade_extra_channels .button {
    width: 100%;
  }

  #upgrade_extra_channels .button_green {
    order: 1;
    margin: 0 0 15px 0;
  }

  .form__set:not(:first-child) {
    margin-left: 0;
  }

  .form__input {
    font-size: 16px;
  }

  .postcodecheck .form__input {
    padding: 8px;
  }

  .form_check-avail-holder .form__input_button {
    width: 100%;
  }

  #contact_us .form__input-icon {
    display: none;
  }

  #contact_us .error .form__input-message {
    display: block;
    position: static;
  }
}

/* START: Thank you page */
.thankyou {
  padding: 50px 0 60px;
}

.thankyou-list[class] {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}

.thankyou-item {
  max-width: 300px;
  width: 33.33%;
  margin-top: 87px;
  padding: 0 15px;
  text-align: center;
}

.thankyou-item__number {
  position: relative;
  width: 114px;
  height: 114px;
  margin: auto;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 41px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

.thankyou-item__number>* {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thankyou-item__number_1 svg g {
  fill: #84a50c;
}

.thankyou-item__number_2 svg g {
  fill: #ffcb05;
}

.thankyou-item__number_3 svg g {
  fill: #eb1e49;
}

.thankyou-item__caption {
  min-height: 72px;
  margin-top: 23px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #434350;
}

.thankyou-item__body {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: left;
  color: #7f7f88;
}

.thankyou-item__link-holder {
  margin-top: 28px;
}

.thankyou-item__link {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: center;
  color: #7f7f88;
  border-bottom: 1px dashed #7f7f88;
}

.thankyou-item__link:hover {
  border-bottom-style: solid;
}

/* Start Video block */
.videoblock {
  padding: 50px 0;
  background: linear-gradient(to right, #6c1d5c, #310d53);
  color: #f7f7f7;
}

.videoblock .title,
.videoblock .subtitle {
  color: #f7f7f7;
}

.videoblock .subtitle {
  opacity: 0.8;
  color: #f7f7f7;
}

.video-content {
  max-width: 682px;
  margin: 34px auto 0;
  text-align: center;
}

.video-content p {
  margin: 0;
}

.videoblock .button {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  font-size: 1.25rem;
  min-width: auto;
  height: 56px;
  line-height: 37px
}

.videoblock .button img {
  transition: transform .3s;
  opacity: 1;
  margin-top: -5px;
}

.videoblock .button:hover img {
  transform: rotate(180deg);
}

/* End Video block */
.block-widget-text-media p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
}

.block-widget-text-media .button {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  font-size: 1.25rem;
  min-width: auto;
  height: 56px;
  line-height: 37px
}

.block-widget-text-media .button img {
  transition: transform .3s;
  opacity: 1;
  margin-top: -5px;
}

.block-widget-text-media .button:hover img {
  transform: rotate(180deg);
}

/* Start FAQ single */
.faq-single {
  padding: 60px 0;
}

/* End FAQ single */

/* Start browse-channels */
.browse-channels {
  padding: 60px 0;
}

.browse-channels.purple {
  background: linear-gradient(to right, #6c1d5c, #310d53);
}

.browse-channels.grey {
  background-color: #f2f2f3;
}

.browse-channels__inner {
  padding-top: 60px;
  border-radius: 6px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #ffffff;
}

.bc-list-holder {
  position: relative;
  margin: 50px 0 0;
}

.bc-list[class] {
  display: flex;
  margin: 0;
}

.bc-item {
  flex-grow: 1;
}

.bc-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.54;
  padding: 22px 15px;
  border-radius: 6px 6px 0 0;
  border: solid 1px transparent;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  text-align: center;
  color: #791c59;
}

.bc-item__link-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.bc-item.active .bc-item__link {
  position: relative;
  z-index: 99;
  opacity: 1;
  border: solid 1px #b882a5;
  border-bottom: solid 1px transparent;
  background-color: #ffffff;
}

.bc-item .bc-item__link:hover,
.bc-item .bc-item__link:focus,
.bc-item .bc-item__link:active {
  color: #791c59;
}

.bc-item:not(.active) .bc-item__link:hover {
  background-color: rgba(121, 28, 89, 0.2);
  cursor: pointer;
}

.bc-list-loader {
  border-radius: 0 0 6px 6px;
  border: solid 1px #b882a5;
  border-top: none;
  text-align: center;
  padding: 100px 0;
}

.bc-item__content {
  display: none;
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  border-top: solid 1px #b882a5;
  border-radius: 0 0 6px 6px;
}

.bc-item__desc {
  padding: 40px 50px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  text-align: center;
  color: #7f7f88;
}

.bc-item__channels-holder {
  padding: 5px 45px 45px;
  border-radius: 6px;
  background-color: rgba(241, 232, 238, 0.46);
}

.bc-item__channels[class] {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

.bc-item-channel {
  position: relative;
  min-width: 120px;
  flex-basis: 120px;
  width: 120px;
  height: 120px;
  margin: 20px 0 0 20px;
  padding: 8px;
  border: solid 2px transparent;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}

.bc-item__channels .bc-item-channel:not(.active):hover {
  cursor: pointer;
}

.bc-item-channel.active {
  border: solid 2px #98bd00;
}

.bc-item-channel__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  -webkit-transform: scale(0.4) translate(-50%, -50%);
  -moz-transform: scale(0.4) translate(-50%, -50%);
  -ms-transform: scale(0.4) translate(-50%, -50%);
  -o-transform: scale(0.4) translate(-50%, -50%);
  transform: scale(0.4) translate(-50%, -50%);
}

.odf-package .bc-item-channel__img {
  -webkit-transform: scale(0.2) translate(-50%, -50%);
  -moz-transform: scale(0.2) translate(-50%, -50%);
  -ms-transform: scale(0.2) translate(-50%, -50%);
  -o-transform: scale(0.2) translate(-50%, -50%);
  transform: scale(0.2) translate(-50%, -50%);
}

.bc-item-channel__hidden {
  display: none;
}

/* End browse-channels */

.spinner_container {
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .thankyou-list[class] {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .thankyou-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .bc-list-holder {
    padding: 0 20px;
  }

  .bc-list[class] {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .bc-item__link {
    position: relative;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #b882a5;
    border-bottom: none;
    justify-content: flex-start;
  }

  .bc-item__link-arrow {
    display: block;
  }

  .active .bc-item__link-arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .bc-item.active .bc-item__link {
    box-shadow: 0 3px 9px -2px rgba(121, 28, 89, 0.41);
  }

  .bc-item:first-child>.bc-item__link {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
  }

  .bc-item:last-child>.bc-item__link {
    border-bottom: solid 1px #b882a5;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }

  .bc-item:not(.active) .bc-item__link:hover {
    background-color: white;
  }

  .bc-item.active:last-child>.bc-item__link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .bc-item__content {
    position: static;
    border-left: 1px solid #efecec;
    border-right: 1px solid #efecec;
    border-top: none;
  }

  .thankyou-list[class] {
    flex-wrap: wrap;
  }

  .thankyou-item {
    max-width: initial;
    width: 100%;
    margin-top: 60px;
  }

}

@media screen and (max-width: 480px) {
  .bc-item__channels-holder {
    padding: -0px 14px 14px;
  }

  .bc-item__channels[class] {
    margin-left: -14px;
  }

  .bc-item-channel {
    min-width: 74px;
    flex-basis: 74px;
    width: 74px;
    height: 74px;
    margin: 14px 0 0 14px;
  }

  .bc-item__link {
    padding: 10px 14px;
    font-size: 24px;
    line-height: 1.63;
    letter-spacing: 1.8px;
    font-weight: normal;
  }

  .bc-item__desc {
    padding: 25px 13px;
    text-align: left;
  }

  .bc-item-channel__img {
    transform: scale(0.25) translate(-50%, -50%);
  }
}

/* END: Thank you page */

/* START Content pages */
.content--text-block .button,
.content--premium-channels .button,
.text-media-wrapper .button,
.compare-wrapper .button {
  min-width: 284px;
  height: 50px;
  line-height: 1.5;
}

.content--text-block,
.content--text-prices {
  margin: 60px 0;
}

.bordered .container {
  border-bottom: 1px solid #e3e3e5;
}

.text-col2,
.text-col3 {
  display: flex;
  margin-left: -64px;
}

.text-col2 .col,
.text-col3 .col {
  margin: 44px 0 0 64px;
  flex-basis: 33.33%;

  opacity: 0.8;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.text-col2 .col {
  flex-basis: 50%;
}

.content--text-block .button-holder {
  margin-top: 20px;
}

.content--text-block .button img {
  margin-left: 10px;
}

.content--text-prices table {
  border-radius: 6px;
  border: solid 1px rgba(242, 242, 243, 0.7);
}

.content--text-prices table td {
  padding: 0 15px;
  border: 1px solid rgba(242, 242, 243, 0.7);
  min-height: 44px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2.71;
  letter-spacing: 0.1px;
  color: #434350;
}

.content--text-prices table tr:nth-child(even) td {
  background-color: rgba(242, 242, 243, 0.7);
}

.content--text-prices table a {
  font-size: 14px;
  line-height: 2.71;
  letter-spacing: 0.1px;
  text-align: right;
  color: #434350;
  text-decoration: underline;
}

.text-prices__content {
  line-height: 1.75;
  letter-spacing: .1px;
  color: #434350;
}

.text-prices__content p {
  margin: 0;
}

.content--premium-channels {
  padding: 60px 0;
}

.content--premium-channels .title {
  margin: 0 0 20px;
}

.content--premium-channels .subtitle {
  margin: 0 0 20px;
}

.content--premium-channels .adv__item-text>h5>a {
  font-size: 14px;
  color: #77c3f1;
}

.content--premium-channels__text {
  line-height: 1.75;
  letter-spacing: 0.1px;
}

.content--premium-channels .eiw__img-holder {
  padding: 0;
}

.content--premium-channels .eiw__img-holder img {
  object-fit: cover;
}

.content--premium-channels .eiw__item-title {
  margin-top: 0;
}

.deals-wrapper {
  margin: 60px 0 40px;
}

.deals-wrapper .cohd-package__top {
  min-height: initial;
}

.deals {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 44px;
}

.deals-left {
  flex-basis: 70%;
  padding-right: 30px;
}

.deals-right {
  flex-basis: 30%;
}

.deals-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -40px;
}

.deals-item {
  max-width: 240px;
  flex-grow: 1;
  margin: 30px 0 0 40px;
  text-align: center;
}

.deals-item__caption {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1px;
  color: #791c59;
}

.deals-item__desc {
  max-width: 240px;
  margin-top: 5px;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.deals-item_2 .deals-item__desc {
  max-width: 375px;
}

.deals .cohd-package {
  margin-top: 0;
}

.deals-text__caption {
  margin-bottom: 20px;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  color: #791c59;
}

.deals-text__content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #434350;
}

.deals-text__content p {
  margin-bottom: 25px;
  font-size: 16px;
}

.deals-only .deals {
  flex-wrap: wrap;
  margin-top: 0;
  padding: 0 10px;
}

.deals-only .cohd-package {
  flex-grow: 1;
  max-width: 350px;
  flex-basis: 350px;
  margin-top: 44px;
}

.compare-wrapper {
  margin: 40px 0;
}

.compare-extra {
  display: flex;
  margin-top: 40px;
}

.compare-extra-left {
  flex-basis: 40%;
}

.compare-extra-right {
  flex-basis: 60%;
  padding-left: 70px;
}

.compare-wrapper-rtl .compare-extra-left {
  flex-basis: 45%;
}

.compare-wrapper-rtl .compare-extra-right {
  flex-basis: 55%;
}

@media screen and (max-width: 992px) {
  .compare-extra {
    flex-wrap: wrap;
  }

  .compare-extra-left {
    flex-basis: initial;
    max-width: 100%;
  }

  .compare-extra-right {
    flex-basis: initial;
    padding: 0 15px;
    max-width: 100%;
  }

  .compare-wrapper-rtl .compare-extra-left {
    flex-basis: initial;
  }

  .compare-wrapper-rtl .compare-extra-right {
    flex-basis: initial;
  }
}

.compare-extra__text-caption {
  margin-bottom: 25px;
  color: #791c59;
}

.compare-extra__text {
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.compare-extra__text h4,
.compare-extra__text h5,
.compare-extra__text h6 {
  font-family: 'Outfit';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.09px;
}

.compare-extra .compare-table>tbody>tr>td:first-child {
  padding: 6px 12px 6px 30px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.1px;
  color: #434350;
  white-space: normal;
}

.compare-extra .compare-table td {
  padding: 6px;
  font-size: 14px;
  text-align: center;
  color: #434350;
}

.compare-extra .compare-table .cell-holder {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}

.compare-wrapper .compare-table td.small {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #434350;
}

.compare-wrapper .compare-table thead tr th {
  padding: 5px 8px;
}

.compare-extra__text p {
  margin: 0 0 25px;
}

.compare-extra__text h6 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #791c59;
}

.compare-extra .button-holder {
  margin-top: 30px;
  text-align: left;
}

.content--text-prices .compare-wrapper table tr:nth-child(even) td {
  background-color: #fff;
}

.content--text-prices .compare-wrapper table {
  border: none;
}

.text-media-wrapper {
  margin: 50px 0;
}

.text-media-wrapper .title.title_margin {
  margin-bottom: 40px;
}

.text-media-wrapper .subtitle {
  margin-bottom: 50px;
}

.text-media {
  display: flex;
}

.text-media-left {
  flex-basis: 50%;
  flex-grow: 1;
}

.text-media-right {
  flex-basis: 50%;
  flex-grow: 1;
}

.text-media__text-caption {
  margin-bottom: 20px;
  color: #791c59;
}

.text-media__text {
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #434350;
}

.text-media__text p {
  margin-bottom: 20px;
  font-size: 20px;
}

.text-media__media-holder {
  overflow: hidden;
  border-radius: 6px;
  max-width: 570px;
  max-height: 330px;
}

.text-media .button-holder {
  margin-top: 30px;
  text-align: left;
}

.text-media-right .text-media__media-holder {
  margin-left: auto;
}

.block_purple {
  padding: 50px 0;
  background-image: linear-gradient(255deg, #3B1757, #77205d);
  color: #fff;
}

.block_purple .title {
  color: #fff;
}

.block_purple .subtitle {
  color: #fff;
}

.block_purple .text-media__text {
  color: #fff;
}

.block_purple .text-media__text-caption {
  color: #fff;
}

/* END Content pages */
.eu-cookies-policy {
  padding-bottom: 50px;
}

.eu-cookies-policy h1 {
  margin: 60px 0 0;
  font-family: 'Outfit';
  font-style: normal;
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #791c59;
}

.eu-cookies-policy h2 {
  font-family: 'Outfit';
  font-style: normal;
  margin: 44px 0 0;
  color: #791C59;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
}

.eu-cookies-policy p {
  margin: 18px 0 0;
}

.menu.menu-footer .menu-dropdown-toggler {
  display: none;
}

@media screen and (min-width: 991px) {
  .ac_wrap_menu-you .mainmenu-dropdown {
    background-color: #f7f7f7;
  }
}

@media screen and (max-width: 991px) {
  body.noscroll {
    overflow: hidden;
  }

  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999;
    animation: fadeIn .5s forwards;
  }

  body.noscroll>.menu-overlay {
    display: block;
  }

  .menu-bars {
    display: block;
  }

  .menu.menu-level-0 {
    display: block;
    position: fixed;
    top: 68px;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    overflow-y: auto;
    right: -320px;
    background-color: #fff;
    box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .block-menu.navigation.open .menu.menu-level-0 {
    right: 0;
  }

  .menu.menu-level-0>.menu-item>.menu-item-link {
    color: #791c59;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f3;
  }

  .menu.menu-level-0 .menu-dropdown {
    position: static;
    padding: 0;
  }

  .menu.menu-level-0 .menu-item.open .menu-dropdown {
    display: block;
  }

  .menu.menu-level-0>.menu-item:hover>.menu-item-link {
    color: #791c59;
  }

  .menu.menu-level-0>.menu-item>.menu-item-link .menu-item-link__icon_desktop {
    display: none;
  }

  .menu.menu-level-0>.menu-item.open>.menu-item-link .menu-item-link__icon_close {
    display: block;
  }

  .menu.menu-level-0>.menu-item:not(.open)>.menu-item-link .menu-item-link__icon_open {
    display: block;
  }

  .menu.menu-level-0 .menu-dropdown .layout--fourcol-section,
  .menu.menu-level-0 .menu-dropdown .layout--onecol {
    flex-direction: column;
  }

  .menu-dropdown .layout--fourcol-section>.layout__region,
  .menu-dropdown .layout.layout--fourcol-section>.layout__region:not(:first-child),
  .menu-dropdown .layout--onecol>.layout__region {
    flex-basis: initial;
    padding: 10px 0 10px 40px;
  }

  .menu.menu-level-0 .menu-dropdown h2 {
    font-size: 16px;
    color: #791c59;
  }

  .menu-dropdown .layout.layout--fourcol-section>.layout__region:first-child {
    max-width: initial;
  }

  .menu.menu-level-0 .menu-dropdown li a {
    display: block;
    padding: 10px;
  }

  .menu.menu-footer .menu-dropdown-toggler {
    display: inline-block;
    cursor: pointer;
  }

  .footer-top-holder .block-menu>.menu.menu-footer {
    margin: 20px;
  }

  .footer-top-holder .menu.menu-footer>.menu-item {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 10px;
    margin: 0;
  }

  .menu.menu-footer>.menu-item>.menu {
    display: none;
    width: 100%;
  }

  .menu.menu-footer>.menu-item.open>.menu {
    display: inline-block;
  }

  .menu.menu-footer .menu-item {
    width: 100%;
  }

  .footer-top-holder #block-footersocial,
  #block-sitebranding-2 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .menu.menu-level-0 {
    max-width: initial;
    right: -100%;
  }
}

/* start search page */
.search-page {
  padding-bottom: 65px;
}

.search-page-form {
  font-family: 'Outfit';
  display: flex;
  height: 90px;
  margin-top: 30px;
  border-radius: 6px;
  background-color: #f2f2f3;
  padding: 20px;
}

.search-page-form__input-holder {
  flex-grow: 3;
  margin: 0;
  padding-right: 20px;
}

.search-page-form__select-holder {
  flex-grow: 1;
  margin: 0;
  padding-right: 20px;
}

.search-page-form__input {
  font-family: 'Outfit';
  box-sizing: border-box !important;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #ffffff;
  border: solid 1px #efecec;
}

.search-form__select_filter {
  display: flex;
  align-items: center;
  min-width: 130px;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 15px 14px;
  border-radius: 6px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #ffffff;
  border: solid 1px #efecec;
}

.search-form__select_filter_custom {
  margin: 0;
  min-width: 130px;
  width: 100%;
}

.search-page-form .button-holder {
  flex-grow: 1;
  max-width: 167px;
  margin: 0;
}

.search-page-form .button {
  min-width: auto;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #97be0d;
  box-shadow: 0 3px 12px -2px rgba(89, 6, 50, 0.24);
  border: none;

  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-align: center;
}

.search-page-form .button .button-inner {
  display: inline-block;
  position: relative;
}

.search-page-form .button .button-inner span {
  display: inline-block;
  vertical-align: middle;
}

.search-page-form .button .button-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(../images/arrow_button.svg) center no-repeat;
  opacity: .6;
}

button.search-show-more {
  min-width: auto;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #97be0d;
  box-shadow: 0 3px 12px -2px rgba(89, 6, 50, 0.24);
  border: none;
  font-size: 20px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
}

.search-page .view-content {
  margin-top: 40px;
}

.search-page .results-title {
  font-family: 'Outfit';
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 30px;
}

.search-page .results-title__caption {
  margin-right: 20px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1px;
  color: #434350;
}

.search-page .results-title__caption span {
  vertical-align: middle;
}

.search-page .results-title__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.1px;
  color: #434350;
}

.search-page .results-title__info>span {
  white-space: nowrap;
}

.search-page .results-title__search-word {
  word-break: break-all;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  margin: 0 5px;
  padding-right: 5px;
  font-weight: 600;
  font-style: italic;
  color: #791c59;
}

.search-page .search-list {
  margin: 0;
}

.search-page .search-item {
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 0 3px 9px -2px rgba(127, 127, 136, 0.07);
  background-color: #ffffff;
  border: solid 1px #efecec;
}

.search-item-holder {
  display: block;
}

.search-item__content {
  font-family: 'Outfit';
  display: block;
  padding: 20px;
  color: #333;
}

.search-item__content:hover {
  background-color: #f2f2f3;
  color: #333;
}

.search-page .search-item__title-wrapper {
  display: flex;
  justify-content: space-between;
}

.search-page .search-item__title,
.search-page .search-item__title a {
  line-height: 1.75;
  letter-spacing: 0.1px;
  color: #791c59;
}

.search-page .search-item__folder {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.search-page .search-item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.search-item__link {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.search-page .field-content p {
  margin: 0;
}

.search-page .results-empty {
  position: relative;
  display: flex;
  align-items: center;
  height: 193px;
  padding: 0 80px;
  border-radius: 6px;
  background-color: #f2f2f3;
}

.search-page .results-empty span {
  margin: auto 0;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #434350;
}

.search-page .results-empty img {
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* end search page */
#backtotop {
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  .deals-item {
    width: 30%;
  }

  .deals-item__desc {
    max-width: initial;
  }

  .deals-right {
    flex-basis: 37%;
  }

  .text-media-left,
  .text-media-right {
    width: 50%;
    padding: 0 15px;
  }

  .search-page .results-empty img {
    right: 0;
  }
}


@media screen and (max-width: 992px) {
  .deals-item {
    width: 100%;
  }

  .deals-right {
    flex-basis: 55%;
  }

  .text-media {
    flex-wrap: wrap;
  }

  .text-media-left,
  .text-media-right {
    width: 100%;
    flex-basis: 100%;
  }

  .text-media-right {
    margin-top: 30px;
  }

  .text-media-wrapper .button-holder {
    text-align: center;
  }

  .modal-open .modal {
    padding: 15px;
  }

  .bc-item_captions {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .content--text-block {
    padding: 60px 15px;
  }

  .text-col2,
  .text-col3 {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .text-col2 .col,
  .text-col3 .col {
    margin-left: 0;
    flex-grow: 1;
  }

  .text-col2 .col,
  .text-col3 .col {
    flex-basis: 100%;
    margin: 5px 0 0;
    text-align: justify;
  }

  .deals-left {
    padding-left: 15px;
  }

  .deals-right {
    flex-basis: 63%;
  }

  .compare-wrapper {
    padding: 40px 15px 0;
  }

  .content--text-prices {
    padding: 0 15px;
  }

  .compare-extra-right {
    margin-top: 20px;
  }

  .compare-wrapper .button-holder {
    text-align: center;
  }

  .search-page .form--inline {
    flex-wrap: wrap;
    height: auto;
  }

  .search-page .js-form-item-search-api-fulltext {
    width: 100%;
    padding-right: 0;
  }

  #edit-actions {
    flex-grow: 1;
    margin-top: 15px;
  }

  #edit-submit-test-search {
    width: 100%;
  }

  .search-page .results-title {
    flex-wrap: wrap;
  }

  .search-page .results-title__info {
    display: inline-block;
  }

  .search-page .view-content {
    padding: 0 20px;
  }

  .search-page .results-empty img {
    display: none;
  }

  .search-page .results-title__caption {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .deals {
    flex-wrap: wrap;
  }

  .deals-left {
    flex-basis: 100%;
  }

  .deals-right {
    flex-basis: 100%;
  }

  .compare-wrapper .compare-table-holder {
    max-width: 100%;
    overflow-x: scroll;
  }

  .compare-extra .compare-table .cell-holder {
    white-space: initial;
  }

  .bc-list_captions {
    flex-wrap: wrap;
  }

  .bc-item_captions {
    width: 100%;
  }

  .search-page-form {
    flex-wrap: wrap;
    height: auto;
  }

  .search-page-form .button-holder {
    flex-grow: 1;
    max-width: initial;
    width: 100%;
    margin-top: 20px;
  }

  .search-page-form__select-holder {
    padding-right: 0;
    flex-grow: 3;
  }

  .deals-text__caption,
  .text-media__text-caption {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #channel_info .modal-body {
    flex-wrap: wrap;
  }

  #channel_info .bc-item-channel {
    margin: auto;
  }

  #channel_info .bc-item-channel__desc {
    width: 100%;
    padding: 25px 0 0;
  }

  .search-page-form__input-holder {
    padding-right: 0;
  }

  .search-page-form__select-holder {
    width: 100%;
    margin-top: 20px;
  }

}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 99999;
}

.login-form__wrapper,
.user-pass__wrapper {
  max-width: 500px;
  padding: 20px;
  margin: auto;
}

.login-form__wrapper button,
.user-pass__wrapper button {
  border: none;
}

.login-form__wrapper .button-holder,
.user-pass__wrapper .button-holder {
  margin-top: 25px;
}

.login-form__wrapper #error_messages,
.user-pass__wrapper #error_messages {
  margin-top: 15px;
  color: red;
}

.login-form__wrapper .help_actions,
.user-pass__wrapper .help_actions {
  text-align: center;
}

.user-info .title {
  margin: 25px 0;
}

.user-info .table {
  max-width: 500px;
  margin: 25px auto;
}

#fkmenu {
  list-style-type: none;
  color: white;
  padding-left: 0;
  display: block;
}

#fkmenu li {
  display: inline-block;
  border: 0;
  font-family: 'Outfit';
  font-size: 16px;
  line-height: 1;
  letter-spacing: .1px;
  text-align: left;
  text-transform: none;
  padding: 23px 10px;
  margin-top: 10px;
}

@media screen and (max-width: 700px) {
  #fkmenu {
    display: none;
  }
}

main.main_landing {
  margin-top: 0;
}

.main_landing .cohd {
  padding-top: 0;
}

/* Feedback on content pages */
.content-feedback {
  margin: 15px 0 60px 0;
  padding: 35px;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.75;
  letter-spacing: .1px;
  color: #434350;
}

.content-feedback__title {
  font-weight: bold;
}

.content-feedback__options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
}

.content-feedback .form__set {
  margin-left: 20px;
}

.content-feedback .form__set .form__label {
  color: #333;
}

.content-feedback .form__set:hover .form__label {
  font-weight: bold;
}

.content-feedback .form__set>input[type=radio]:checked~.form__label {
  font-weight: bold;
}

.content-feedback__form-group {
  margin-top: 15px;
}

.content-feedback__form-group textarea {
  width: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 10px 12px;
  border: 1px solid #E4E6E8;
  color: #434350;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
}

.content-feedback__form-group .button-holder {
  margin-top: 10px;
  text-align: right;
}

.content-feedback__form-group .button.button_green {
  min-width: 200px;
  font-size: 18px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.content-feedback__msg p:last-child {
  margin-bottom: 0;
}

/**************/
/* TRUST PILOT */
/**************/
.trustpilot {
  margin: 50px 0;
  background-color: #f2f2f3;
}

.trustpilot-widget {
  margin-top: 0px;
}

.woct .trustpilot-widget {
  margin-top: 20px;
}

.woct .trustpilot-widget iframe {
  margin: auto;
}

@media screen and (max-width: 536px) {
  .trustpilot .trustpilot-widget iframe {
    height: 300px !important;
  }
}

.cohd .trustpilot-widget {
  margin: 40px auto 0;
}

#freshwidget-button {
  display: none !important;
}

.woct .trustpilot-widget {
  margin-top: 55px;
  width: auto;
  float: left;
}

.woct-comments .carousel-item {
  padding: 0;
  background-color: #f2f2f3;
  border: none;
}

.header_fixed .header_top {
  background: #EFECEC;
}

.header-top-holder .header-top__link_purple {
  background-color: #EFECEC;
  color: #590632;
}

.header-top-holder .header-top__link.active,
.header-top-holder .header-top__link:hover {
  background: #fff;
}

.modal {
  z-index: 9999;
}

#block-postcodecheck .select-addition_custom {
  width: 100%;
  border: solid 1px #595959;
  margin-top: 0;
}

#block-postcodecheck .success .select-addition_custom {
  border-color: #84a50c !important;
}

#block-postcodecheck .error .select-addition_custom {
  border-color: #eb1e49 !important;
}

#block-postcodecheck .select-addition_custom .yf-select__list {
  z-index: 2;
  max-height: 320px;
  overflow-y: scroll;
}

#check_avail .select-addition_custom {
  width: 100%;
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

div.owl-carousel {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

@media screen and (max-width: 1199px) and (min-width: 769px) {

  .fast-cohd-group{
    width: 100%;
  }

  .field_package_groups {
      width: 100%;
  }

  .fast-links__link-inner {
    line-height: 25px;
    height: 45px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .hideOn1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  
  .field_package_groups_remark {
      position: relative;
      right: 0;
      bottom: 11px;
      order: 1;
  }

  .hideOn2 {
    display: none;
  }

  .fast-cohd-remark {
    text-align: right;
    float: none;
    width: auto;
  }

}

@media screen and (min-width: 992px) {
  .hideOn0 {
    display: none;
  }
}

.is-pointer {
  cursor: pointer;
}

.menu.menu-level-0 .overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.full-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.link_gold {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #FFCB05;
  margin: 0;
  padding: 0;
  text-align: left;
}

.link_gold: hover {
  color: #FFCB05;
}

.arrow_link {
  display: inline-block;
  margin-left: 10px;
  width: auto;
  transition: transform .3s;
  margin-top: -3px;
}

.link_gold: hover .arrow_link {
  transform: rotate(180deg);
}

.block-small-ups {
  background: #efecec;
  overflow: hidden;
}

.block-small-ups .field__items {
  display: flex;
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
}

.block-small-ups .field__item {
  background: url(/assets/images/small-ups.svg) 0 12px no-repeat;
  padding-left: 35px;
}

.block-small-ups .field__item:not(:first-child) {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .block-small-ups {
    background: #fff;
  }

  .block-small-ups .field__item {
    background: url(/assets/images/tick.svg) 0 8px no-repeat;
    padding-left: 35px;
  }
}

.block-small-ups .owl-dots,
.block-small-ups .owl-nav,
.slider-slides1 .owl-dots,
.slider-slides1 .owl-nav {
  display: none;
}

.countdown-line-container {
  text-align: center;
  line-height: 47.99px;
  height: 47.99px;
  overflow: hidden;
}

.countdown-line-container.loading {
  display: none !important;
}

.countdown-line-container .small {
  display: none;
}

.countdown-line-container .big {
  margin-left: 5px;
}

@media screen and (max-width: 640px) {
  .countdown-line-container .small {
    display: inline-block;
  }

  .countdown-line-container .big {
    display: none;
  }
}

.countdown-line-container .countdown-desktop,
.countdown-line-container .countdown-tablet,
.countdown-line-container .countdown-mobile,
.my-youfone-link-desktop,
.my-youfone-link-tablet,
.my-youfone-link-mobile {
  display: none;
}

@media screen and (max-width: 767px) {

  .countdown-line-container .countdown-mobile,
  .my-youfone-link-mobile {
    display: inline-block;
  }

  .my-youfone-link-mobile p {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {

  .countdown-line-container .countdown-tablet,
  .my-youfone-link-tablet {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {

  .countdown-line-container .countdown-desktop,
  .my-youfone-link-desktop {
    display: inline-block;
  }
}

.field_package_groups {
  display: flex;
}

/* Hotlinks */
.hotlinks-items {
  display: flex;
  flex-wrap: wrap;
}

.hotlinks-item {
  flex: 1 0 40%;
  margin: 0;
  height: 171px;
  background: radial-gradient(136.89% 146.12% at 100% 0%, #FFFFFF 0%, #6DCFF6 100%), #791C59;
  background-blend-mode: multiply, normal;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-align: center;
}

.hotlinks__link-title {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.hotlinks__link-title img {
  margin-left: 10px;
  transition: transform .3s;
}

.hotlinks__link-title:hover img {
  transform: rotate(180deg);
}

.hotlinks__icon-holder {
  margin-top: 25px;
  background-repeat: no-repeat;
  height: 60%;
  background-size: contain;
  background-position: center;
}

.hotlinks__icon-holder img {
  max-height: 100px;
}

/* Can I help you */
.cihy-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cihy-item {
  flex: 1 0 30%;
  min-height: 300px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin: 10px 0;
  text-align: center;
  color: #791C59;
  max-width: 380px;
}

.cihy-item: hover {
  background: #f2f2f3;
}

.cihy-item a {
  color: #791C59;
}

.cihy__icon-holder {
  margin-top: 25px;
  background-repeat: no-repeat;
  height: 45%;
  background-size: contain;
  background-position: center;
  margin-bottom: 10px;
}

.cihy__link-title p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.cihy__link-title p:last-child {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .cihy-items {
    background: #f2f2f3;
  }

  .cihy-item {
    flex: auto;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    padding-top: 20px;
  }

  .cihy__icon-holder {
    width: 20%;
    float: left;
    height: 60%;
    margin-left: 10px;
  }
}

.slider-carousel .owl-nav,
.slider-carousel .owl-nav button,
.slider-carousel .owl-nav button.owl-prev,
.slider-carousel .owl-nav button.owl-next,
.eiw_new .eiw__list .owl-nav {
  display: none !important;
}

.layout--onecol {
  overflow-x: hidden;
}


#layout-builder-modal {
  background: #fff;
}

#layout-builder-modal label {
  display: table;
  margin: 0 0 0.1em;
  padding: 0;
  font-weight: bold;
}

#layout-builder-modal form,
#layout-builder-modal label {
  color: #000;
}

#layout-builder-modal textarea,
#layout-builder-modal select,
#layout-builder-modal input[type="date"],
#layout-builder-modal input[type="datetime"],
#layout-builder-modal input[type="datetime-local"],
#layout-builder-modal input[type="email"],
#layout-builder-modal input[type="month"],
#layout-builder-modal input[type="number"],
#layout-builder-modal input[type="password"],
#layout-builder-modal input[type="search"],
#layout-builder-modal input[type="tel"],
#layout-builder-modal input[type="text"],
#layout-builder-modal input[type="time"],
#layout-builder-modal input[type="url"],
#layout-builder-modal input[type="week"] {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.3em 0.4em 0.3em 0.5em;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  color: #595959;
  border: 1px solid #b8b8b8;
  border-top-color: #999;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%);
  font-size: 1em;
  width: auto;
}

#layout-builder-modal input[type="submit"].button,
#layout-builder-modal button.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 1.5em;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb;
  background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  text-shadow: 0 1px hsl(0deg 0% 100% / 60%);
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  width: auto;
}

#layout-builder-modal button.button--primary,
#layout-builder-modal input[type="submit"].button--primary {
  color: #fff;
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  text-shadow: 0 1px hsl(0deg 0% 0% / 50%);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  width: auto;
}

#layout-builder-modal button.button--primary:hover,
#layout-builder-modal button.button--primary:focus,
#layout-builder-modal button.button--primary:active,
#layout-builder-modal input[type="submit"].button--primary:hover,
#layout-builder-modal input[type="submit"].button--primary:focus,
#layout-builder-modal input[type="submit"].button--primary:active {
  color: #fff;
}

#layout-builder-modal summary,
#layout-builder-modal .form-select {
  padding: 1px 1.571em 1px 0.5em;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #a6a6a6;
  border-radius: 0.143em;
  background: url(/core/themes/seven/css/components/../../../../misc/icons/333333/caret-down.svg) no-repeat 99% 63%, -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
  text-shadow: 0 1px hsl(0deg 0% 100% / 60%);
  font-size: .875rem;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  width: auto;
}

#layout-builder-modal input[type="checkbox"] {
  float: left;
}

#layout-builder-modal .form-item {
  margin: 0.75em 0;
}

.ui-dialog.ui-layout-builder-modal .ui-dialog-titlebar {
  background-color: #e0e0d8;
  color: #333;
}

#layout-builder-modal tr:hover td {
  background: #fff;
  color: #333;
}

#layout-builder-modal .description,
#layout-builder-modal .form-item .description,
#layout-builder-modal .details-description {
  margin: 0.2em 0 0 0;
  color: #595959;
  font-size: .95em;
}

#layout-builder-modal button.button,
#layout-builder-modal input[type="submit"].button {
  width: auto;
}

.new_quickedit {
  background-image: url(/core/themes/stable/css/contextual/../../images/core/icons/bebebe/pencil.svg);
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0 2px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 13px;
  background-color: #fff;
  background-attachment: scroll;
  display: none;
}

.new_quickedit_wrap:hover .new_quickedit {
  display: inline-block;
}

.yf-select__selected {
  font-family: 'Outfit';
}

/***** Blog *****/
.g-5-1,
.gx-5-1 {
  --bs-gutter-x: 3.5rem;
}

.g-4-3,
.gx-4-3 {
  --bs-gutter-x: 2.75rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}

.g-4-1,
.gx-4-1 {
  --bs-gutter-x: 2rem;
}

.g-4-2,
.gx-4-2 {
  --bs-gutter-x: 2.25rem;
}

.mt-8 {
  margin-top: 5rem !important;
}

.g-2-1,
.gx-2-2 {
  --bs-gutter-x: 0.75rem;
}

.mb-3-1 {
  margin-bottom: 1.15rem !important;
}

@media (max-width: 591px) {

  .g-4-3,
  .gx-4-3 {
    --bs-gutter-x: 0.5rem;
  }
}

.g-5,
.gx-5,
.g-4,
.gx-4,
.g-4-1,
.gx-4-1 {
  justify-content: center !important;
}

.g-5,
.gx-5,
.g-4,
.gx-4,
.g-4-1,
.gx-4-1 {
  --bs-gutter-x: 1rem;
}

.g-4-2,
.gx-4-2 {
  --bs-gutter-x: 0.25rem;
}

.node--type-page .block-views a h3,
.node--type-page .block-views a h4 {
  transition: all 0.25s ease-in 0s;
}

.blog-1-item-wrap {
  margin-bottom: 20px;
}

.blog-1-item {
  border: 2px solid #efecec;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.blog-1-img {
  height: 260px;
}

.blog-1-content {
  padding: 25px;
  margin: 10px 0 20px;
}

.blog-1-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-1-top-new-title h6 {
  font-size: 14px !important;
}

.home-1-top-new-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 795px;
}

.block-views-blockblog-popular-blogs h2 {
  padding: 20px 0 !important;
}

.home-1-top-new-wapper {
  padding: 20px 10px;
}

.block-views-blockblog-popular-blogs h3 {
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.block-views-blockblog-popular-blogs h5 a {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #791c59;
  letter-spacing: normal;
}

.block-views-blockblog-popular-blogs h4,
.block-views-blockblog-popular-blogs h5,
.block-views-blockblog-popular-blogs h6 {
  font-family: 'Outfit';
}

.link-btn-md {
  border-top: none;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #791c59;
  position: absolute;
  bottom: 18px;
}

.link-btn-md:hover {
  color: #791c59;
}

.link-btn-md:after {
  position: absolute;
  content: url(/themes/youfone/images/arrow_small_purple.svg);
  transition: transform .3s;
  right: -15px;
}

.link-btn-md:hover:after {
  transform: rotate(180deg);
  top: 2px;
}

.carousel-5-card .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
}

.carousel-5-card .home-1-card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.carousel-5-card .home-1-card-img {
  height: 95px;
  margin-bottom: 10px;
}

.carousel-5-card h6.card-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 6px;
}

.carousel-5-card .card-body {
  padding: 0 0rem 0 10px;
}

/***** Carousel *****/
.carousel-style-1-wapper {
  position: relative;
  z-index: 99;
}

.carousel-style-1-wapper .main-wapper {
  padding: 0 45px;
}

.carousel-style-1-wapper::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: var(--primary-color);
  width: 100%;
  top: 66px;
  left: 0;
  height: 100%;
  clip-path: polygon(0% 10%, 100% 33%, 100% 45%, 0 45%);
}

.page-node-type-shortcodes .carousel-style-1-wapper::after {
  top: 66px;
}

#blog-style-1 .bolg-1-date a:hover span,
.bolg-1-date a:hover span {
  color: var(--para-color) !important;
}

.carousel-style-1-wapper .blog-1-img {
  height: 290px !important;
}

#carousel-1 .heading-1,
#carousel-2 .heading-1,
#carousel-3 .heading-1,
#carousel-4 .heading-1,
#carousel-5 .heading-1 {
  margin-bottom: 30px !important;
}

#tab-style-1 #home-1-tab label {
  color: var(--gray);
}

#tab-style-1 #home-1-tab .nav-tabs .nav-item.show .nav-link,
#tab-style-1 #home-1-tab .nav-tabs .nav-link.active {
  color: var(--heading-color) !important;
}

#home-1-banner .owl-dots {
  margin-top: 30px !important;
}

#blog-style-1.home-1-blog-carousel .owl-dots {
  margin-top: 50px !important;
}

#carousel-1 .owl-dots {
  margin-top: 40px !important;
}

#blog-style-1 .owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}

#carousel-1 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
#home-1-banner .owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}

#carousel-1 .owl-theme .owl-dots .owl-dot span,
#home-1-banner .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  justify-content: center;
}

.block-views-blockblog-trending,
.block-views-blockblog-latest-blogs,
.block-views-blockblog-featured,
.block-views-blockblog-editor-picks {
  margin-top: 70px;
}

.page-blog h2,
.block-views-blockblog-editor-picks h2,
.block-views-blockblog-featured h2,
.block-views-blockblog-latest-blogs h2,
.block-views-blockblog-top-blogs h2,
.block-views-blockblog-trending h2 {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
  text-align: center;
  padding: 0 15px 40px 15px;
  font-size: 38px;
}

.home-1-top-new-title h3 a,
.page-blog h4 a,
.home-1-side-content h5 a,
.block-views-blockblog-editor-picks h4 a,
.block-views-blockblog-featured h4 a,
.block-views-blockblog-latest-blogs h3 a,
.block-views-blockblog-top-blogs h4 a,
.block-views-blockblog-trending h4 a {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #791c59;
  letter-spacing: normal;
}

.home-1-top-new-title h3 a {
  font-size: 32px;
  text-align: left;
  font-weight: 400;
  letter-spacing: normal;
}

.page-blog h6,
.block-views-blockblog-editor-picks h6,
.block-views-blockblog-featured h6,
.block-views-blockblog-latest-blogs h6,
.block-views-blockblog-top-blogs h6,
.block-views-blockblog-trending h6 {
  font-family: 'Outfit';
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .1px;
  color: #7f7f88;
}

.block-views-blockblog-popular-blogs h5 {
  letter-spacing: normal;
}

.card-tags {
  background-color: inherit;
  font-family: "Outfit", sans-serif;
  color: #ffcb05;
  letter-spacing: normal;
  padding: 0 12px;
  border: 1.58748px solid #ffcb05;
  border-radius: 12.6998px;
  display: inline;
}

.pager__items {
  color: #84a50c;
}

.pager__items a {
  color: #84a50c;
}

.pager__item {
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  box-shadow: 0 3px 9px -2px rgb(127 127 136 / 15%);
  background-color: #fff;
  border: solid 1px #efecec;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: .1px;
  color: #84a50c;
  white-space: nowrap;
}

/* webform */
.webform-submission-form {
  width: 500px;
  margin: 0 auto;
}

.webform-submission-form input {
  font-family: Outfit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 21px 16px;
  border: 1px solid #efecec;
  color: #434350;
}

.webform-submission-form .webform-button--submit {
  background: #97be0d;
  border: none;
  color: #fff;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 1.333rem;
  line-height: 1.8rem;
  letter-spacing: .05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  padding: 18px 8px;
  transition: background-color .3s ease-out, color .3s ease-out;
  position: relative;
}

.article-body,
.article-body p {
  font-family: Outfit, sans-serif !important;
}

.block-widget-text-prices .button {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  font-size: 1.25rem;
  min-width: 100%;
  height: 56px;
  line-height: 37px
}

.block-widget-text-prices .button img {
  transition: transform .3s;
  opacity: 1;
  margin-top: -5px;
}

.block-widget-text-prices .button:hover img {
  transform: rotate(180deg);
}

.slider-style0 {
  border-radius: 8px;
  margin-bottom: 40px;
}

.carousel-item__title{
  display: flex;
  align-items: flex-start;
  color: #FFCB05;
}

.carousel-item__title .left{
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.carousel-item__title .right{
  display: flex;
  align-items: flex-start;
  line-height: 1;
  position: relative;
}

.carousel-item__title .left .price{
  line-height: 1;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
}

.carousel-item__title .left .text{
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}

.carousel-item__title .right .price{
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  display: inline-block;
  top: -6px;
  position: relative;
  right: -23px;
}

.carousel-item__title .right .small{
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  position: relative;
  margin-right: -22px;
}

.carousel-item__title .right .minus{
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  position: relative;
  margin-right: 9px;
}

.carousel-item__title .right .mnd{
    line-height: 1;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    margin-top: 58px;
}

@media screen and (max-width: 767px) {

  .carousel-item__title{
    gap: 64px;
  }

  .carousel-item__title .left .price{
    font-size: 36px;
  }

  .carousel-item__title .left .text{
    font-size: 15px;
  }

  .carousel-item__title .right .price{
    font-size: 64.6575px;
  }

  .carousel-item__title .right .small{
    font-size: 32px;
    margin-left: 13px;
    margin-top: -3px;
  }

  .carousel-item__title .right .minus{
    font-size: 32px;
    margin-left: 8px;
    margin-top: -4px;
  }

  .carousel-item__title .right .mnd{
    font-size: 12px;
    margin-top: 36px;
  }

  .countdown-style0{
    width: 90%;
    margin: 16px auto 0px;
    border-radius: 8px;
  }

  .countdown-style0 p{
    margin: 0;
    padding: 0;
    line-height: 24px;
  }

  .countdown-mobile{
    padding: 8px;
  }

  .countdown-line-container{
    height: auto;
  }

  .slider-style0 {
  }

  .slider-style0 .carousel-item-top {
    min-height: 200px;
  }

  .slider-style0 .slider-carousel {
    background-size: contain !important;
  }

  .slider-style0 .slider-carousel .carousel-item {
    background-position-x: center !important;
    background-position-y: top !important;
    background-size: 700px auto !important;
  }

  .slider-style0 .carousel-item__button-holder {
    margin-top: 0px;
  }

  .slider-style0 .carousel-item__button-holder .button,
  .slider-style0 .carousel-item__button-holder .carousel-item__meer-info {
    width: 100%;
    text-align: center;
  }

  .slider-style0 .slider-carousel .carousel-item:before {
    content: "";
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 0;
    background: linear-gradient(225deg, #791c59, #3b1757);
  }
}

@media screen and (max-width: 440px) {
  .slider-style0 .slider-carousel .carousel-item {
    background-size: 440px auto !important;
  }
  .slider-style0 .carousel-item-top{
    min-height: 160px;
  }
  .slider-style0 .slider-carousel{
    background: linear-gradient(225deg, #791c59, #3b1757);
  }
  .slider-style0 .slider-carousel .carousel-item:before{
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .carousel-item__title {
    gap: 65px;
  }

  .countdown-style0 {
    background: #fff;
    border-radius: 8px;
    margin: 24px auto 0px;
    overflow: hidden;
  }

  .slider-style0 {
    margin-top: 27px;
    background: linear-gradient(83deg, #791c59, #3b1757);
    background-color: #791C59;
  }
}

@media screen and (max-width: 1199px) and (min-width:768px) {
  .slider-style0 .carousel-item-top {
    min-height: 210px;
  }

  .slider-style0 .slider-carousel .owl-item {
    background: linear-gradient(225deg, #791c59, #3b1757);
  }

  .slider-style0 .slider-carousel .carousel-item {
    background-size: 1199px auto;
  }

}

.circles-box {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.circles {
  position: relative;
}

.circle {
  position: absolute !important;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.circle4 {
  background: #721B59;
  width: 395.39px;
  height: 395.39px;
  top: -176px;
  left: 387px;
}

.circle3 {
  background: #641A58;
  width: 593.08px;
  height: 593.08px;
  top: -260px;
  left: 271px;
}

.circle2 {
  background: #5A1B58;
  width: 790.78px;
  height: 790.78px;
  top: -337px;
  left: 139px;
}

.circle1 {
  background: #501958;
  width: 988.47px;
  height: 988.47px;
  top: -449px;
  left: 30px;
}

@media screen and (min-width: 1200px) {
  .slider-style0 .slider-carousel .carousel-item {
    border-radius: 8px;
    background-position-x: right;
  }

  .slider-style0 .slider-carousel .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background: #3A1757;
    background: linear-gradient(49.79deg, #3B1757 0%, #791C59 100%);
  }
}

#block-sitebranding-2 a {
  display: inline-block;
  padding: 15px 0px;
}

@media screen (max-width: 768px) {
  .slider-carousel .carousel-item* {
    background-position-x: center !important;
    background-position-y: top !important;
    background-size: 566px auto !important;
  }
}

.carousel-item__text ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .circles-box {
    top: 186px;
    width: 100%;
    background: linear-gradient(225deg, #791c59, #3b1757);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-item-right{
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .slider-style0  .carousel-item-left{
    padding-top: 215px;
  }
}

@media (max-width: 767px) {
  .carousel-item__text ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 768px) {
  .slider-style0 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .slider-style0 {
    border-radius: 8px;
    width: 90%;
    margin-top: 20px;
  }

}

@media screen and (max-width: 575px) {

  .fast-cohd-group {
    border-radius: 8px;
  }

  .eiw__container {
    border-radius: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider-style0 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 992px) {
  .package-price .minus{
    top: -11px;
    right: 22px;
  }

  .package-price_old .minus{
    top: -28px;
    right: -18px;
  }

  .slider-style0 {
    margin-top: 40px;
  }

  main.main {
    margin-top: 68px;
  }
}

.countdown-style0 {
  display: none;
}

.content--text-block,
.content--text-prices {
  margin: 40px 0;
}

a,
a:hover,
.block_purple a,
.block_purple a:hover,
.block_purple a:active,
.block_purple a:focus,
.block_purple a:visited {
  color: #791c59;
}

p a, p a:hover{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
}

.card {
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .carousel-item__text ul {
    margin-bottom: 0px;
  }

  .subtitle {
    padding: 0 15px;
  }
}

.odf-step1,
odf-step2 {
  cursor: pointer;
}

.package-yellow-box {
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
}

h1,
h2,
h3,
.compare-extra__text-caption {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  color: #791c59;
}

.title {
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
}

.cohd-tab {
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
}

.package-yellow-box {
  font-weight: normal;
}

.menu.menu-level-0 .menu-dropdown h2 {
  font-weight: normal;
}

.banner__title {
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
}

.service-categories-main-item__caption-text {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}

.category-title {
  font-family: "Outfit", sans-serif;
  letter-spacing: normal;
}

.carousel-item__button-holder {
  margin-top: -7px !important;

  display: flex ;
  flex-direction: row;
  gap: 24px;
}

.is-purple1 .fast-cohd-label {
  border: none;
  color: #791C59;
  display: inline-block;
}

.fast-cohd-label {
  background: #FF9292;
  border: none;
  border-radius: 8px;
  color: #791C59;
}

@media screen and (max-width: 768px) {
  .slider-carousel .carousel-item-content {
    flex-direction: column;
  }

  .carousel-item-left {
    padding: 0;
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .circles-box {
    top: 180px;
    right: -18px;
    width: 100% !important;
  }

  .circle4 {
    top: -177px;
    left: 78px;
  }

  .circle3 {
    top: -237px;
    left: -21px;
  }

  .circle2,
  .circle1 {
    display: none;
  }

  .fast-links-main .container {
    width: 90%;
  }

  .fast-links-main__groups {
    border-radius: 8px;
    overflow: hidden;
  }
  .package-price small{
    top: -4px;
    right: -17px;
    font-size: 12px;
  }
  .package-price small.minus{
    top: -9px;
    right: 25px;
  }
  .package-price_old small.minus {
    top: -26px;
    right: -18px;
    font-size: 24px;
  }
}

@media screen and (max-width: 440px) {
  .circles-box {
    top: 142px;
    right: -18px;
    width: 100% !important;
  }
}

@media screen and (max-width: 1199px) {
  .carousel-item__button-holder{
    flex-direction: column;
  }

  #check_avail .form__input_button, .form_check-avail-holder .form__input_button{
    width: 100%;
    text-align: center;
  }

  .postcodecheck .form__group-holder {
    flex-wrap: wrap;
    gap: 8px;
  }

  .form_check-avail{
    gap: 8px;
  }
}

.countdown-num-block_days, .countdown-num-block_hours, .countdown-num-block_minutes, .countdown-num-block_seconds{
  color: #791C59;
}

#select-addition-holder{
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .slider-carousel .carousel-item{
    background-size: cover;
  }
  .carousel-item__title {
      gap: 10px;
  }
  .slider-style0 .slider-carousel .carousel-item{
      background-size: cover;
  }
}

.show-all__link_less_img{
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .cohd-list {
    margin-top: 24px;
  }
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 767px) {
    .countdown-style0 {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .countdown-style0 {
        width: 100% !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.block-broken, .error-with-backtrace{
  display: none!important;
}

.block-widget-faqs .title{
  font-size: 20px;
  font-weight: 900;
}