@charset "UTF-8";
/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("/victofon/fonts/open-sans-v34-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("/victofon/fonts/open-sans-v34-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-300.woff2") format("woff2"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-300.woff") format("woff"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-300.ttf") format("truetype"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/victofon/fonts/open-sans-v34-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/victofon/fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-regular.woff2") format("woff2"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-regular.woff") format("woff"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-regular.ttf") format("truetype"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/victofon/fonts/open-sans-v34-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/victofon/fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-700.woff2") format("woff2"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-700.woff") format("woff"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-700.ttf") format("truetype"), url("/victofon/fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/victofon/fonts/montserrat-v25-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/victofon/fonts/montserrat-v25-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-regular.woff2") format("woff2"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-regular.woff") format("woff"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-regular.ttf") format("truetype"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin-ext_latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/victofon/fonts/montserrat-v25-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/victofon/fonts/montserrat-v25-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-700.woff2") format("woff2"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-700.woff") format("woff"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-700.ttf") format("truetype"), url("/victofon/fonts/montserrat-v25-latin-ext_latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
body:not(.order-page):not(.cart-page):not(.pages) {
  padding-top: 104px;
}
@media (min-width: 576px) {
  body:not(.order-page):not(.cart-page):not(.pages) {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  body:not(.order-page):not(.cart-page):not(.pages) {
    padding-top: 223px;
  }
}
@media (min-width: 1600px) {
  body:not(.order-page):not(.cart-page):not(.pages) {
    padding-top: 244px;
  }
}
body.admin {
  margin-top: 30px;
}
body.admin .fixed-top {
  top: 30px !important;
}
body img {
  max-width: 100%;
  height: auto;
}

h2.divider {
  color: #A4A4A4;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 900;
  overflow: hidden;
  position: relative;
}
h2.divider:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #A4A4A4;
  width: 100%;
  top: 12px;
  margin-left: 15px;
  position: absolute;
}

a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
  color: #00457c;
}

.responsive-iframe iframe {
  width: 100%;
}

main a {
  color: #c90044;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.ui-widget {
  font-family: "Open Sans", sans-serif !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px;
}

.purple-btn, .error td a {
  padding: 20px 35px;
  background-color: #c90044;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border: none;
}
.purple-btn:hover, .error td a:hover {
  background-color: #39b54a;
  color: #ffffff;
}

.white-btn {
  padding: 20px 25px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.white-btn:hover {
  background-color: #303030;
  color: #ffffff;
}
@media (min-width: 576px) {
  .white-btn {
    padding: 20px 35px;
  }
}

.blue-btn {
  padding: 20px 35px;
  background-color: #00457c;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border: none;
}
.blue-btn:hover {
  background-color: #39b54a;
  color: #ffffff;
}

.green-btn {
  padding: 20px 35px;
  background-color: #39b54a;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border: none;
}
.green-btn:hover {
  background-color: #1c9a2b;
  color: #ffffff;
}

.social-btn {
  padding: 16px !important;
  width: 52px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 25px !important;
}
@media (min-width: 576px) {
  h1 {
    font-size: 30px !important;
  }
}

.title18 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .title18 {
    font-size: 18px;
  }
}

.title24 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .title24 {
    font-size: 24px;
  }
}

.title36 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .title36 {
    font-size: 36px;
  }
}

.title48 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .title48 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .title48 {
    font-size: 48px;
  }
}

.price-currency {
  display: inline-block;
  margin-left: 10px;
}

/*
  Buttons
 */
.btn {
  border-radius: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  white-space: normal;
}
@media (max-width: 400px) {
  .btn {
    padding: 10px 15px;
  }
}
@media (min-width: 401px) {
  .btn {
    padding: 10px 15px;
  }
}
@media (min-width: 576px) {
  .btn {
    padding: 16px 35px;
    white-space: nowrap;
  }
}

.btn-green {
  background-color: #39b54a;
  color: #ffffff;
  border: 1px solid #39b54a;
}
.btn-primary {
  background-color: #FC0055;
  color: #ffffff;
  border: 1px solid #FC0055;
}
.btn-primary:hover {
  background-color: #39b54a;
  border: 1px solid #39b54a;
}
.btn-primary:active {
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.modal-lg {
  max-width: 1000px !important;
}
.modal-lg iframe {
  height: 600px !important;
}
.modal-lg .fa-clock {
  color: #c90044;
  font-size: 40px;
}

.btn-secondary {
  background-color: #00457c;
  color: #ffffff;
  border: 1px solid #00457c;
}
.btn-secondary:hover {
  background-color: #39b54a;
  border: 1px solid #39b54a;
}
.btn-secondary:active {
  background-color: #39b54a;
  border: 1px solid #39b54a;
}

.btn-default {
  border: 1px solid #A4A4A4;
  color: #A4A4A4;
}

.cc-bottom {
  bottom: 5em !important;
}

.cc-floating {
  background-color: #e5e7e6;
  color: #303030 !important;
  padding: 15px;
}
.cc-floating a {
  color: #303030 !important;
}
.cc-floating a:hover {
  color: #c90044 !important;
}
.cc-floating .cc-message {
  line-height: 18px;
  font-size: 13px;
}

/*
Forms
 */
.form-group .form-control:not(textarea) {
  padding: 10px 15px;
  border-radius: 0;
  border: 1px solid #979797;
  height: 42px;
  font-size: 14px;
}
.form-group select.form-control {
  height: 42px !important;
  font-size: 14px;
}
.form-group.checkbox {
  padding-left: 25px;
  position: relative;
}
.form-group.checkbox input {
  position: absolute;
  top: 5px;
  left: -30px;
  width: 20px !important;
}
.form-group .has-help {
  position: relative;
}
.form-group .has-help .form-control {
  width: calc(100% - 35px);
}
.form-group .has-help .helpIcon {
  position: absolute;
  top: 10px;
  right: 0;
}
.form-group .has-help .helpIcon:after {
  content: "\f059" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #ffffff;
}
.form-group.required .control-label:after {
  content: "*";
}
.form-group .control-label {
  font-weight: bold;
  font-size: 14px;
}
.form-group .input-holder {
  position: relative;
}
.form-group.has-error .input-holder, .form-group.has-error .input-group {
  border-color: #c90044;
}
.form-group.has-error .input-holder:after, .form-group.has-error .input-group:after {
  content: "\f071" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  color: #c90044;
  right: 15px;
  top: 9px;
  position: absolute;
}
.form-group.has-error.has-label .input-holder:after, .form-group.has-error.has-label .input-group:after {
  top: 40px;
}
.form-group.has-error .form-control {
  border: 1px solid #c90044;
}
.form-group.has-error .has-help:after {
  right: 50px !important;
}
.form-group.required .control-label:after {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

.radio-holder input {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
}

.required-note {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}

.search-form .form-control:not(textarea) {
  height: 53px;
}
.search-form select.form-control {
  height: 55px !important;
}

.big-form .form-control:not(textarea) {
  height: 53px;
}
.big-form select.form-control {
  height: 55px !important;
}

.form-error {
  font-size: 12px;
  background: #c90044;
  padding: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}

.form-success {
  font-size: 12px;
  background: #39b54a;
  padding: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}

.error-message {
  font-size: 12px;
  font-weight: normal;
  color: #c90044;
  padding-top: 5px;
}

.show-password {
  opacity: 0.7;
  right: 50px;
  top: 46px;
}

.initial-hidden {
  display: none;
}

.newsletter-signup {
  margin-bottom: 30px;
}
.newsletter-signup h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dbdadb;
}
.blur .inner {
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 110%;
  left: -5%;
  opacity: 0.8;
  position: absolute;
  top: -5%;
  width: 110%;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
}

.pagination .page-item {
  margin: 6px;
  text-align: center;
}
.pagination .page-item a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  border-color: #dbdadb;
  font-size: 16px;
  font-weight: normal;
  color: #303030;
}
.pagination .page-item.active a {
  background-color: #c90044;
  color: #ffffff;
  border-color: #c90044;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/*
MAps
 */
.marker-content {
  font-size: 16px;
  padding: 20px;
}
.marker-content .street {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.marker-content .street a {
  color: #000000;
}
.marker-content .btn {
  padding: 11px 20px;
  height: 46px;
}

.owl-stage {
  display: flex;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  color: #c90044;
  display: inline-block;
  margin: 0 3px;
}
.owl-dots .owl-dot span:after {
  content: "\f111" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-weight: 300 !important;
}
.owl-dots .owl-dot.active span:after {
  font-weight: 900 !important;
}

.alert-success {
  background-color: #39b54a;
  color: #ffffff;
  border: none !important;
  max-width: 350px;
  padding-right: 35px;
}

.alert-danger {
  background-color: #c90044;
  color: #ffffff;
  border: none !important;
  max-width: 350px;
  padding-right: 35px;
}

.ui-autocomplete {
  list-style: none;
  padding-left: 0;
  border-left: 1px solid #e5e7e6;
  border-right: 1px solid #e5e7e6;
  border-bottom: 1px solid #e5e7e6;
  max-height: 200px;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden auto;
}
.ui-autocomplete a {
  display: block;
  padding: 5px 15px;
  cursor: pointer;
}
.ui-autocomplete a:hover {
  background-color: #f6f5f6;
}

.ui-state-active {
  background-color: #c90044 !important;
  color: #ffffff !important;
  border: 0 !important;
}

.close {
  color: #ffffff;
  text-shadow: none;
}

.modal .close {
  color: #303030;
  text-shadow: none;
}
.modal .modal-footer button {
  font-size: 14px;
}

.fancybox-navigation .fancybox-button {
  width: 70px;
  height: 70px;
}

.Response img {
  width: auto !important;
}

.modal-open, .fixed-top {
  padding-right: 0 !important;
}

blockquote {
  padding: 10px 30px;
  position: relative;
}
blockquote p {
  margin: 0 !important;
  font-style: italic;
  font-weight: 300;
}
blockquote:before {
  content: "\f10d" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "\f10e" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
}

header .free-delivery {
  background-color: #39b54a;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px;
}
header .navbar-toggler {
  border: 0 !important;
  margin-left: auto;
  margin-top: 15px;
  background-color: transparent;
  padding: 0.25rem 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
header .secondary-menu {
  background: #CA0044;
  padding-top: 4px;
  padding-bottom: 4px;
}
header .secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .secondary-menu ul li {
  display: inline-block;
  margin-right: 3px;
}
@media (min-width: 1200px) {
  header .secondary-menu ul li {
    margin-right: 15px;
  }
}
header .secondary-menu ul li a {
  color: #ffffff;
  font-size: 11px;
}
@media (min-width: 1200px) {
  header .secondary-menu ul li a {
    font-size: 14px;
  }
}
header .secondary-menu ul li a:hover {
  text-decoration: underline;
}
header .top {
  background: #c90044; /* Old browsers */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$colorDark+0,fc0055+25,fc0055+42,ca0044+100 */
  background: -moz-linear-gradient(left, #c90044 0%, #FC0055 25%, #FC0055 42%, #c90044 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c90044 0%, #FC0055 25%, #FC0055 42%, #c90044 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c90044 0%, #FC0055 25%, #FC0055 42%, #c90044 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorDark", endColorstr="$colorDark", GradientType=1); /* IE6-9 */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 7px 0 15px 0;
}
@media (min-width: 992px) {
  header .top {
    padding: 25px 0;
  }
}
@media (min-width: 1600px) {
  header .top {
    padding: 35px;
  }
}
header .top .logo img {
  margin-bottom: 0;
  max-width: 110px;
  margin-top: 17px;
}
@media (min-width: 401px) {
  header .top .logo img {
    margin-bottom: 10px;
    max-width: 120px;
  }
}
@media (min-width: 576px) {
  header .top .logo img {
    margin-bottom: 10px;
    max-width: 150px;
    margin-top: 13px;
  }
}
@media (min-width: 768px) {
  header .top .logo img {
    margin-top: 17px;
  }
}
@media (max-width: 350px) {
  header .top .logo {
    margin-left: 40px;
  }
}
@media (min-width: 576px) {
  header .top .logo {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  header .top .logo {
    margin-left: 0;
  }
}
header .top .slogan {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  padding-left: 15px;
  padding-top: 18px;
}
header .top .phone {
  padding-top: 16px;
  position: relative;
  float: left;
  width: 50%;
}
header .top .phone:before {
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #c90044;
  height: 31px;
  line-height: 31px;
  margin-right: 10px;
  text-align: center;
  width: 31px;
  display: none;
  position: absolute;
  left: 17px;
  bottom: 10px;
}
@media (min-width: 576px) {
  header .top .phone:before {
    display: inline-block;
  }
}
header .top .phone .small-text {
  height: 18px;
  font-size: 14px;
  color: #ffffff;
}
header .top .phone a {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
header .top .phone a.green {
  color: #ffffff;
  display: block;
}
@media (min-width: 576px) {
  header .top .phone a.green {
    display: inline-block;
  }
}
header .top .phone a.green:hover {
  color: #39b54a;
}
header .top .phone a:hover {
  color: #f6f5f6;
}
@media (min-width: 576px) {
  header .top .phone {
    width: 70%;
  }
}
@media (min-width: 992px) {
  header .top .phone {
    float: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .top .phone {
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  header .top .phone {
    padding-left: 62px;
  }
}
header .top .icons {
  margin-top: 10px;
}
header .top .icons .icon {
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  display: inline-block;
  font-size: 0;
  height: 40px;
  text-align: center;
  width: 40px;
  margin-left: 5px;
}
header .top .icons .icon:after {
  font-size: 14px;
}
@media (min-width: 576px) {
  header .top .icons .icon:after {
    font-size: 20px;
  }
}
header .top .icons .icon:hover {
  background-color: #ffffff;
  color: #c90044;
}
header .top .icons .icon.user-icon {
  cursor: pointer;
}
header .top .icons .icon.user-icon .social {
  padding: 16px;
  width: 52px;
  margin-left: 4px;
}
header .top .icons .icon.user-icon .dropdown-toggle {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
}
header .top .icons .icon.user-icon .dropdown-toggle::after {
  display: none;
}
header .top .icons .icon.user-icon .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 320px;
  border: 0;
  padding: 0;
  margin-top: 30px;
  right: -15px;
}
@media (min-width: 576px) {
  header .top .icons .icon.user-icon .dropdown-menu {
    min-width: 500px;
  }
}
header .top .icons .icon.user-icon .user-menu .form-control {
  height: 57px;
}
header .top .icons .icon.user-icon .user-menu .control-label a {
  color: #c90044;
}
header .top .icons .icon.user-icon .user-menu .nav-link {
  background-color: #e5e7e6;
  padding: 19px 15px;
  color: #303030;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 57px;
}
header .top .icons .icon.user-icon .user-menu .nav-link.user-menu-active {
  padding: 18px 15px;
  background-color: #ffffff;
  color: #c90044;
  font-weight: 900;
  font-size: 16px;
}
header .top .icons .icon.user-icon .user-menu .nav-link small {
  display: block;
  font-size: 12px;
  line-height: 10px;
}
header .top .icons .icon.user-icon .user-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 20px;
  border-left-width: 20px;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  top: -20px;
  right: 10px;
}
header .top .icons .icon.user-icon .user-menu .user-menu-tab {
  padding: 15px;
}
header .top .icons .icon.user-icon .user-menu .lost-pass {
  color: #c90044;
  margin-top: 15px;
  display: block;
}
header .top .icons .icon.user-icon .user-menu .lost-pass:hover {
  color: #000000;
}
header .top .icons .icon.user-icon .user-menu .form-group.has-error .input-holder:after {
  top: 16px;
}
header .top .icons .icon.user-icon .user-menu .show-password {
  top: 20px !important;
}
header .top .icons .icon.user-icon:after {
  content: "\f502" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  line-height: 40px;
}
@media (min-width: 576px) {
  header .top .icons .icon.user-icon:after {
    line-height: 57px;
  }
}
header .top .icons .icon.user-icon.logged-in:after {
  content: "\f4fc" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  line-height: 40px;
  margin-left: 6px;
}
@media (min-width: 576px) {
  header .top .icons .icon.user-icon.logged-in:after {
    line-height: 57px;
  }
}
header .top .icons .icon.cart-icon {
  cursor: pointer;
}
header .top .icons .icon.cart-icon .dropdown-toggle {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
}
header .top .icons .icon.cart-icon .dropdown-toggle::after {
  display: none;
}
header .top .icons .icon.cart-icon .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 320px;
  border: 0;
  padding: 15px;
  margin-top: 30px;
  right: -15px;
}
@media (min-width: 576px) {
  header .top .icons .icon.cart-icon .dropdown-menu {
    min-width: 500px;
  }
}
header .top .icons .icon.cart-icon .dropdown-menu .webshop-cart-products:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 20px;
  border-left-width: 20px;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  top: -20px;
  right: 10px;
}
header .top .icons .icon.cart-icon .dropdown-menu .row {
  border-bottom: 1px solid #dbdadb;
}
header .top .icons .icon.cart-icon .dropdown-menu .row img {
  width: 100%;
}
header .top .icons .icon.cart-icon .dropdown-menu .row .product-link {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 20px !important;
  display: block;
}
header .top .icons .icon.cart-icon .dropdown-menu .row span {
  font-weight: normal;
}
header .top .icons .icon.cart-icon .dropdown-menu .purple-btn, header .top .icons .icon.cart-icon .dropdown-menu .error td a, .error td header .top .icons .icon.cart-icon .dropdown-menu a {
  float: right;
}
header .top .icons .icon.cart-icon .dropdown-menu .webshop-cart-sum {
  text-align: right;
  font-weight: bold;
  margin-right: 15px;
}
header .top .icons .icon.cart-icon .dropdown-menu .cart-action {
  color: #000000;
}
header .top .icons .icon.cart-icon .webshop-cart-indicator {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  background-color: #262424;
  width: 20px;
  border-radius: 50%;
}
header .top .icons .icon.cart-icon:after {
  content: "\f07a" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  line-height: 40px;
}
@media (min-width: 576px) {
  header .top .icons .icon.cart-icon:after {
    line-height: 57px;
  }
}
header .top .icons .icon.search-icon {
  display: inline-block;
  cursor: pointer;
}
header .top .icons .icon.search-icon:after {
  content: "\f002" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  line-height: 40px;
}
@media (min-width: 576px) {
  header .top .icons .icon.search-icon:after {
    line-height: 57px;
  }
}
header .top .icons .icon.search-icon .dropdown-toggle {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
}
header .top .icons .icon.search-icon .dropdown-toggle::after {
  display: none;
}
header .top .icons .icon.search-icon .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 320px;
  border: 0;
  padding: 15px;
  margin-top: 30px;
  right: -15px;
}
@media (min-width: 576px) {
  header .top .icons .icon.search-icon .dropdown-menu {
    min-width: 500px;
  }
}
header .top .icons .icon.search-icon .header-search:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 20px;
  border-left-width: 20px;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  top: -20px;
  right: 10px;
}
@media (max-width: 350px) {
  header .top .icons .icon {
    margin-left: 2px;
  }
}
@media (min-width: 576px) {
  header .top .icons .icon {
    height: 57px;
    text-align: center;
    width: 57px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  header .top .icons .icon {
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  header .top .icons {
    margin-top: 0;
    margin-right: 0;
  }
}
header .bottom {
  background-color: inherit;
  z-index: 10;
}
header .bottom a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 14px 7px;
  text-transform: uppercase;
}
header .bottom a:first-child {
  padding-left: 15px !important;
}
header .bottom a:hover {
  color: #A4A4A4;
}
@media (min-width: 401px) {
  header .bottom {
    top: 60px;
  }
}
@media (min-width: 576px) {
  header .bottom {
    top: 72px;
  }
}
header .bottom .navbar {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  padding: 0;
}
header .bottom .navbar-collapse {
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 15px 15px 200px 15px;
  background-color: #303030;
  height: 100vh;
  left: 0;
}
header .bottom .navbar-collapse.collapsing {
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
  left: -300px;
}
header .bottom .navbar-collapse.show {
  left: 15px;
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
@media (min-width: 992px) {
  header .bottom .navbar-collapse {
    overflow-y: visible;
    margin: auto;
    background-color: inherit;
    padding: 0;
    position: relative;
    top: 0;
    height: auto;
  }
}
header .bottom .navbar-nav {
  margin-top: 20px;
}
header .bottom .navbar-nav li {
  position: relative;
}
@media (min-width: 768px) {
  header .bottom .navbar-nav li:hover ul {
    display: block;
  }
}
header .bottom .navbar-nav li > ul > li > ul {
  position: initial;
  font-size: 14px;
}
header .bottom .navbar-nav li > ul > li > ul a {
  padding-left: 15px !important;
  background: #7e7676;
}
@media (min-width: 992px) {
  header .bottom .navbar-nav li > ul > li > ul a {
    padding-left: 40px !important;
  }
}
header .bottom .navbar-nav li > ul > li > ul > li > ul {
  display: none !important;
}
header .bottom .navbar-nav a {
  display: block;
}
@media (min-width: 992px) {
  header .bottom .navbar-nav {
    margin-top: 0;
  }
  header .bottom .navbar-nav a {
    display: inline-block;
  }
}
header .bottom .navbar-nav li > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 18px;
}
@media (min-width: 992px) {
  header .bottom .navbar-nav li > ul {
    display: none;
    position: absolute;
    top: 52px;
    background-color: #4a4a4a;
    list-style: none;
    padding-left: 0;
    min-width: 200px;
  }
  header .bottom .navbar-nav li > ul a {
    padding: 10px 20px !important;
    display: block;
    border-bottom: 1px solid #A4A4A4;
    font-weight: normal;
    text-transform: inherit;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  header .bottom {
    background: #2c2c2c; /* Old browsers */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$colorDark+0,fc0055+25,fc0055+42,ca0044+100 */
    background: -moz-linear-gradient(left, #2c2c2c 0%, #4a4a4a 25%, #4a4a4a 42%, #2c2c2c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2c2c2c 0%, #4a4a4a 25%, #4a4a4a 42%, #2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2c2c2c 0%, #4a4a4a 25%, #4a4a4a 42%, #2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorDark", endColorstr="$colorDark", GradientType=1); /* IE6-9 */
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
}
header .bottom .lng-switch {
  right: 0;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .bottom .lng-switch a {
  text-transform: none;
  font-size: 10px;
  font-weight: normal;
}
header .bottom .lng-switch a img {
  margin-right: 5px;
}
header .bottom .lng-switch span {
  display: none;
}
@media (min-width: 1200px) {
  header .bottom .lng-switch span {
    display: inline-block;
  }
}
header .bottom .search-mobile a:before {
  content: "\f002" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  display: inline-block;
  margin-right: 15px;
}
header.small-header .top {
  padding: 3px 0 10px 0;
}
@media (min-width: 1200px) {
  header.small-header .top {
    padding: 10px 0;
  }
}
header.small-header .bottom .lng-switch {
  top: 3px;
}
@media (min-width: 992px) {
  header.small-header .bottom a {
    padding: 5px 7px;
  }
}
header.small-header .navbar-collapse {
  top: 109px;
}
@media (min-width: 576px) {
  header.small-header .navbar-collapse {
    top: 62px;
  }
}
@media (min-width: 992px) {
  header.small-header .navbar-collapse {
    margin: auto;
    background-color: inherit;
    padding: 0;
    position: relative;
    top: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  header.small-header .navbar-nav li > ul {
    top: 30px;
  }
  header.small-header .navbar-nav li > ul a {
    padding: 5px 20px !important;
  }
}
header.small-header .navbar-toggler {
  margin-top: 11px;
}
header .lng-switch-mobile {
  right: 0;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .lng-switch-mobile a {
  text-transform: none;
  font-size: 10px;
  font-weight: normal;
}
header .lng-switch-mobile a img {
  margin-right: 5px;
}

.breadcrumb-holder {
  background-color: #e5e5e5;
}
.breadcrumb-holder .breadcrumb {
  background-color: transparent !important;
  font-size: 14px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0 !important;
  padding: 9px 10px 5px 13px;
}
.breadcrumb-holder .breadcrumb a {
  color: #000000;
}
.breadcrumb-holder .breadcrumb a:hover {
  color: #c90044;
}

section.cta {
  padding-top: 15px;
  padding-bottom: 0;
  background-color: #FC0055;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  section.cta {
    padding-top: 14px;
    padding-bottom: 8px;
  }
}
section.cta a {
  color: #ffffff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  line-height: 17px;
}
@media (min-width: 576px) {
  section.cta a {
    display: block;
  }
}
@media (min-width: 1200px) {
  section.cta a {
    font-size: 15px;
  }
}
section.cta figure {
  float: left;
  width: 45px;
  margin-right: 20px;
  margin-top: -3px;
  margin-bottom: 0;
}
section.cta figure img {
  width: 100%;
}
section.cta .back-to-top i {
  display: inline-block;
  margin-right: 15px;
}
section.cta .back-to-top a {
  font-weight: 300;
  font-size: 14px;
}

section.top {
  padding-bottom: 40px;
  padding-top: 45px;
}

section.why {
  min-height: 660px;
  background-color: #c90044;
}
section.why .left {
  background: url("/victofon/img/why-bg.jpg") center;
  background-size: cover;
}
section.why .right {
  background: #b60742; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #b60742 0%, #990135 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #b60742 0%, #990135 100%); /* Chrome10-25,Safari5.1-6 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b60742+0,990135+100 */
  background: radial-gradient(ellipse at center, #b60742 0%, #990135 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b60742", endColorstr="#990135", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  min-height: 675px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  section.why .right {
    padding: 100px 80px;
  }
}
section.why .right h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  section.why .right h2 {
    font-size: 48px;
  }
}
section.why .right h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-top: 20px;
}
section.why .right a {
  color: #ffffff;
}

.footer-partner {
  position: fixed;
  bottom: 78px;
  right: 15px;
  width: 350px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 15px;
  -webkit-box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.36);
  opacity: 0;
  z-index: 10;
}
.footer-partner .fa-times {
  position: Absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
}
.footer-partner strong {
  display: block;
  color: #FC0055;
  font-size: 20px;
  opacity: 0;
}
.footer-partner img {
  opacity: 0;
}
.footer-partner p {
  margin-bottom: 0;
}
.footer-partner:after {
  content: "";
  position: absolute;
  left: calc(50% - 15.5px);
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15.5px 0 15.5px;
  border-color: #ffffff transparent transparent transparent;
}

footer {
  background-color: #262424;
  color: #ffffff;
  font-size: 14px;
}
footer .top {
  padding-top: 70px;
  background: #2c2c2c url(/victofon/img/footer-bg.webp) no-repeat;
  background-size: 65%;
  background-position-y: -41px;
}
footer .top h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
footer .top .links a {
  display: block;
  text-decoration: underline;
  color: #ffffff;
  margin-bottom: 5px;
}
footer .top .newsletter input {
  background-color: #ffffff;
  border: 2px solid #000000;
}
footer .top .newsletter input:not([type=checkbox]) {
  height: 41px;
  padding: 10px 15px;
  width: 100%;
}
footer .top .newsletter input[type=checkbox] {
  margin-right: 15px;
}
footer .top .newsletter button {
  cursor: pointer;
}
footer .top .newsletter button:hover {
  background-color: #39b54a;
}
footer .top .newsletter label a {
  color: #ffffff;
  text-decoration: underline;
}
footer .top .newsletter label a:hover {
  text-decoration: none;
}
footer .top .newsletter .checkbox {
  margin-bottom: 5px !important;
}
footer .top .contact {
  margin-top: 55px;
  padding-top: 45px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}
footer .top .contact a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
footer .top .contact .shadow {
  position: absolute;
  width: 100%;
  height: 100px;
  top: -40px;
  opacity: 0.3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+34,000000+55&0.65+0,0+73 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 34%, rgba(0, 0, 0, 0.16) 55%, rgba(0, 0, 0, 0) 73%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 34%, rgba(0, 0, 0, 0.16) 55%, rgba(0, 0, 0, 0) 73%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 34%, rgba(0, 0, 0, 0.16) 55%, rgba(0, 0, 0, 0) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
footer .top .contact .email, footer .top .contact .phone {
  padding-left: 45px;
  position: relative;
}
footer .top .contact .email:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  content: "\f0e0" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
footer .top .contact .phone:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
footer .top .contact span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
footer .top .contact .b {
  color: #39b54a !important;
  display: block;
}
@media (min-width: 576px) {
  footer .top .contact .b {
    display: inline-block;
  }
}
footer .top .contact .small-text {
  height: 23px;
}
footer .top .contact .social a {
  display: inline-block;
  color: #6a6969;
  border: 1px solid #6a6969;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  margin-left: 0px;
}
footer .top .contact .social a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 576px) {
  footer .top .contact .social a {
    margin-left: 4px;
  }
}
footer .top .form-box {
  padding: 0;
  background-color: transparent;
}
footer .bottom {
  padding-top: 50px;
  padding-bottom: 135px;
  background-color: #262424;
  color: #9d9c9c;
  font-weight: normal;
}
footer .bottom a {
  color: #9d9c9c;
}
footer .bottom a:hover {
  text-decoration: underline;
}

.modal-body .main-image {
  width: 100%;
}
@media (min-width: 1200px) {
  .modal-body .right_image_full .inner {
    padding: 30px 30px 30px 50px !important;
  }
}
@media (min-width: 1600px) {
  .modal-body .right_image_full .inner {
    padding: 30px 30px 30px 50px !important;
  }
}

/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
main.home {
  overflow-x: hidden;
}
main.home .slider {
  min-height: 350px;
  position: relative;
  background-position: 60% !important;
  overflow: hidden;
}
@media (min-width: 576px) {
  main.home .slider {
    min-height: 550px;
  }
}
@media (min-width: 1600px) {
  main.home .slider {
    background-position: right !important;
  }
}
main.home .slider .left {
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  main.home .slider .left {
    left: -30%;
  }
}
@media (min-width: 1600px) {
  main.home .slider .left {
    left: -10%;
  }
}
main.home .slider .left img {
  height: 100%;
  width: 130%;
  max-width: initial;
}
@media (min-width: 576px) {
  main.home .slider .left img {
    width: 100%;
    margin-left: -65px;
  }
}
@media (min-width: 1350px) {
  main.home .slider .left img {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  main.home .slider .left img {
    margin-left: -60px;
  }
}
main.home .slider .left .free {
  position: absolute;
  background-color: #39b54a;
  top: 20%;
  right: 184px;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
main.home .slider .left .free:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 18px;
  border-bottom-width: 37px;
  border-right: 16px solid #539626;
  transform: rotate(48deg);
  right: 18px;
  bottom: -40px;
  position: absolute;
}
main.home .slider .left .free:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
@media (min-width: 576px) {
  main.home .slider .left .free {
    right: 107px;
  }
}
@media (min-width: 1350px) {
  main.home .slider .left .free {
    right: 47px;
  }
}
@media (min-width: 1600px) {
  main.home .slider .left .free {
    right: 103px;
  }
}
main.home .slider .container {
  position: relative;
}
main.home .slider .text-holder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main.home .slider .text-holder .container {
  height: 100%;
}
main.home .slider .text {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  left: 15px;
  position: absolute;
  top: 15%;
  z-index: 2;
  max-width: 90%;
}
main.home .slider .text .primary {
  font-size: 36px;
  padding-left: 20px;
}
main.home .slider .text .secondary {
  font-size: 46px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 34px;
}
main.home .slider .text a {
  background-color: #c90044;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 15px 20px 40px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main.home .slider .text a {
    padding: 20px 33px 20px 58px;
  }
}
main.home .slider .text a:hover {
  background-color: #39b54a;
}
main.home .slider .text a:before {
  content: "\f274" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 16px;
  left: 15px;
  margin-right: 10px;
  position: absolute;
  top: 18px;
}
@media (min-width: 992px) {
  main.home .slider .text a:before {
    left: 33px;
  }
}
@media (min-width: 401px) {
  main.home .slider .text {
    top: 20%;
  }
  main.home .slider .text .primary {
    font-size: 32px;
  }
  main.home .slider .text .secondary {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  main.home .slider .text {
    left: 0;
    top: 30%;
  }
  main.home .slider .text .primary {
    font-size: 42px;
  }
  main.home .slider .text .secondary {
    font-size: 65px;
  }
}
main.home .slider .slide-image {
  width: 100%;
}
main.home .boxes .top {
  background: #c90044 url(/victofon/img/poly.jpg);
  background-size: auto 100%;
  height: 369px;
  position: relative;
}
main.home .boxes .top .container, main.home .boxes .top .row, main.home .boxes .top .item {
  height: 100%;
  position: relative;
}
main.home .boxes .top img {
  bottom: -33px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1200px) {
  main.home .boxes .top img {
    bottom: -39px;
  }
}
main.home .boxes .top .hover-holder {
  overflow: hidden;
  position: absolute;
  width: 100%;
}
main.home .boxes .top .hover-holder .hover {
  height: 100%;
  position: absolute;
  width: 570px;
  background: url(/victofon/img/hover-bg.png);
  left: 50%;
  margin-left: -215px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
main.home .boxes .poli-separator {
  background: #c90044 url(/victofon/img/poly.jpg);
  background-size: auto 100%;
  text-align: right;
  min-height: 170px;
  position: relative;
}
main.home .boxes .poli-separator img {
  width: 288px;
  bottom: -29px;
  position: absolute;
  right: -56px;
  z-index: 2;
}
main.home .boxes .bottom .item {
  padding-bottom: 180px;
  padding-top: 35px;
}
@media (min-width: 992px) {
  main.home .boxes .bottom .item {
    padding-bottom: 170px;
    padding-top: 61px;
  }
}
main.home .boxes .bottom .item h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -118px;
  color: #ffffff;
  width: 70%;
  z-index: 3;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
main.home .boxes .bottom .item h2 a {
  color: #ffffff;
}
@media (min-width: 576px) {
  main.home .boxes .bottom .item h2 {
    position: relative;
    top: 0;
    color: inherit;
    width: 100%;
    text-shadow: none;
  }
  main.home .boxes .bottom .item h2 a {
    color: #000000;
  }
}
main.home .boxes .bottom .item .purple-btn, main.home .boxes .bottom .item .error td a, .error td main.home .boxes .bottom .item a {
  margin-top: 20px;
  position: absolute;
  bottom: 80px;
}
main.home .highlights {
  position: relative;
}
main.home .highlights .item {
  background: #c0d5dc;
  transition: 1s;
  background-size: cover;
}
main.home .highlights .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.home .highlights .item .title36 {
  font-size: 36px !important;
  text-shadow: 0px 0px 22px rgb(255, 255, 255);
}
@media (min-width: 992px) {
  main.home .highlights .item {
    background-position: 40% !important;
  }
}
@media (min-width: 1600px) {
  main.home .highlights .item {
    background-position: left !important;
  }
}
main.home .highlights .item .slide-lead {
  height: 60px;
  text-shadow: 0px 0px 22px rgb(255, 255, 255);
}
main.home .highlights .item .container {
  padding-top: 60px;
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  main.home .highlights .item .container {
    height: 100%;
    position: relative;
    max-width: 1170px;
  }
}
main.home .highlights .small {
  background-color: white;
  margin-bottom: 30px;
  margin-top: 40px;
}
main.home .highlights .small img {
  width: 100%;
}
main.home .highlights b {
  display: block;
  margin-bottom: 20px;
}
main.home .highlights .carousel-control-prev span, main.home .highlights .carousel-control-next span {
  width: 100%;
  display: block;
  font-size: 32px;
}
main.home .highlights .carousel-control-next span {
  text-align: right;
  padding-right: 40px;
}
main.home .highlights .carousel-control-prev span {
  text-align: left;
  padding-left: 40px;
}
main.home .keep-touch {
  background-color: #00457c;
  color: #ffffff;
  min-height: 800px;
  padding-bottom: 95px;
  padding-top: 95px;
  text-align: center;
}
main.home .keep-touch h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
main.home .keep-touch .icon {
  line-height: 30px;
}
main.home .keep-touch .icon .image {
  display: block;
}
main.home .keep-touch .icon .image figure {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 30px;
  width: 100%;
  max-width: 170px;
  display: inline-block;
  margin: 25px;
}
main.home .keep-touch .icon .image figure img {
  background-color: #00457c;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 100%;
  max-width: 170px;
}
main.home .keep-touch .icon .image:hover figure {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgb(255, 255, 255);
}
main.home .keep-touch .icon .image:hover img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #c90044;
}
main.home .keep-touch .icon .line {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  position: relative;
  width: 1px;
}
main.home .keep-touch .icon .line:after {
  bottom: -17px;
  display: inline-block;
  font-size: 6px;
  content: "\f111" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  left: -2px;
  position: absolute;
}
main.home .keep-touch .lines {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  content: "";
  height: 50px;
  min-height: 1px;
  width: 100%;
}
main.home .keep-touch a {
  color: #ffffff !important;
}
main.home .webshop {
  background-color: #f6f5f6;
  padding-bottom: 70px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  main.home .webshop {
    padding-bottom: 80px;
  }
}
main.home .map-holder #map0 {
  min-height: 800px !important;
}
main.home .map-holder .top {
  background-color: #00457c;
  color: #ffffff;
  min-height: 200px;
  padding: 50px 20px 70px 20px;
  position: relative;
}
main.home .map-holder .top a {
  color: #ffffff;
  text-decoration: underline;
}
main.home .map-holder .top a:hover {
  text-decoration: none;
}
main.home .map-holder .top .arrow {
  background-color: #00457c;
  border-radius: 50%;
  bottom: -32px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  padding-top: 5px;
  position: absolute;
  width: 64px;
  z-index: 2;
}
main.home .map-holder .top .arrow:after {
  content: "\f13a" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 35px;
}
main.home .posts {
  background-color: #ffffff;
  min-height: 825px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  main.home .posts {
    padding-bottom: 70px;
  }
}
main.home .posts .top {
  background-color: #c90044;
}
@media (min-width: 768px) {
  main.home .posts .top {
    min-height: 467px;
  }
}
main.home .posts .top .container {
  padding-top: 50px;
}
main.home .posts .top h2 {
  color: #ffffff;
  margin-top: 10px;
}
main.home .posts .post-items {
  margin-top: 46px;
}
main.home .posts .post-items .image-item {
  background-color: #A4A4A4;
  overflow: hidden;
}
main.home .posts .post-items .image-item img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
main.home .posts .post-items .image-item:hover img {
  transform: scale(1.2);
}
main.home .posts .post-item {
  background-color: #ffffff;
  width: 100%;
}
main.home .posts .post-item img {
  width: 100%;
}
main.home .posts .post-item .date {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin-top: -63px;
  padding: 20px 22px 20px 22px;
  position: absolute;
  width: 112px;
}
main.home .posts .post-item .date span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
main.home .posts .post-item .inner {
  padding: 22px;
}
main.home .posts .post-item .inner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
main.home .posts .post-item .inner h3 a {
  color: #000000;
}
main.home .posts .post-item .inner h3 a:hover {
  color: #c90044;
}
main.home .posts .post-item .inner .headline {
  padding-bottom: 60px;
}
main.home .posts .post-item .inner .purple-btn, main.home .posts .post-item .inner .error td a, .error td main.home .posts .post-item .inner a {
  bottom: 0;
  position: absolute;
}
main.home .testimonials {
  background-color: #e5e7e6;
  box-shadow: inset 0 9px 8px 1px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: inset 0 9px 8px 1px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: inset 0 9px 8px 1px rgba(0, 0, 0, 0.01);
  padding-bottom: 40px;
  padding-top: 35px;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  main.home .testimonials {
    padding-bottom: 85px;
    padding-top: 70px;
  }
}
main.home .testimonials .container {
  margin-bottom: 30px;
}
main.home .testimonials .review {
  background-color: #ffffff;
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 100%;
  line-height: 22px;
  margin: 30px 3px 20px 3px;
  padding: 80px 20px 0 20px;
  position: relative;
  text-align: left;
}
main.home .testimonials .review .company {
  display: none;
}
main.home .testimonials .review .author {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  main.home .testimonials .review .author {
    padding-top: 44px;
  }
}
main.home .testimonials .review .second-line {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
main.home .testimonials .review:before {
  color: #c90044;
  content: ",,";
  display: inline-block;
  font-family: "Times New Roman", serif;
  font-size: 106px;
  font-weight: bold;
  letter-spacing: -1px;
  position: absolute;
  top: 4px;
}
@media (min-width: 1600px) {
  main.home .testimonials .review:before {
    top: 25px;
  }
}
@media (min-width: 1600px) {
  main.home .testimonials .review {
    line-height: 34px;
    padding: 110px 80px 60px 80px;
    margin: 30px 3px 0 3px;
  }
}
main.home .testimonials .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}
main.home .testimonials .owl-nav div {
  position: absolute;
  font-size: 40px;
  height: 90%;
  top: 0;
  width: 50px;
  opacity: 0;
}
@media (min-width: 1600px) {
  main.home .testimonials .owl-nav div {
    opacity: 0.5;
  }
}
main.home .testimonials .owl-prev:after {
  content: "\f104" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  position: absolute;
  top: 50%;
}
main.home .testimonials .owl-next, main.home .testimonials .tinnitus-gallery .owl-prev, .tinnitus-gallery main.home .testimonials .owl-prev {
  right: 0;
  text-align: left;
}
main.home .testimonials .owl-next:after, main.home .testimonials .tinnitus-gallery .owl-prev:after, .tinnitus-gallery main.home .testimonials .owl-prev:after {
  content: "\f105" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  position: absolute;
  top: 50%;
}

/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
.price-currency {
  margin-left: 5px;
  display: inline-block;
}

.added-to-cart h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.added-to-cart .product-link {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 20px !important;
  display: block;
}
.added-to-cart span {
  font-weight: normal;
}
.added-to-cart img {
  width: 100%;
}

.prod-item {
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 80px;
}
.prod-item .image-holder {
  position: relative;
}
.prod-item .image-holder img {
  width: 100%;
}
.prod-item .image-holder .list-tag {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  background-color: #c90044;
  color: #ffffff;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 10px;
}
.prod-item .inner {
  padding: 20px 10px 80px 10px !important;
}
@media (min-width: 992px) {
  .prod-item .inner {
    padding: 20px 20px 80px 20px !important;
  }
}
.prod-item .inner h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 992px) {
  .prod-item .inner h3 {
    font-size: 20px;
  }
}
.prod-item .inner h3 a {
  color: #000000;
}
.prod-item .inner h3 a:hover {
  color: #c90044;
}
.prod-item .status {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.prod-item .available {
  color: #38c338;
}
.prod-item .not-available {
  color: #ff0346;
}
.prod-item .preorder {
  color: #ffb027;
}
.prod-item .buttons {
  bottom: 15px;
  position: absolute;
  left: 0;
  padding: 10px;
}
@media (min-width: 992px) {
  .prod-item .buttons {
    left: 0;
    padding: 20px;
  }
}
.prod-item .buttons .price {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 25px;
  display: block;
  line-height: 22px;
  margin-bottom: 15px;
}
.prod-item .buttons .price .product-price-original {
  font-size: 16px;
  color: #979797;
  font-weight: normal;
}
.prod-item .buttons .price .product-price-original span {
  text-decoration: line-through;
}
.prod-item .buttons .cart {
  border: 1px solid #A4A4A4;
  color: #A4A4A4;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 43px;
  min-height: 43px;
}
@media (min-width: 992px) {
  .prod-item .buttons .cart {
    line-height: 53px;
    width: 55px;
    min-height: 53px;
  }
}
.prod-item .buttons .cart:hover {
  background-color: #FC0055;
}
.prod-item:hover {
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
}
.prod-item:hover h3 {
  color: #c90044;
}

.victofon-prod-item img.main-image {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.victofon-prod-item:hover .main-image {
  opacity: 0;
}
.victofon-prod-item:hover .hover-img {
  opacity: 1;
}
.victofon-prod-item .hover-img {
  position: absolute;
  display: block;
  top: 2%;
  padding-left: 14%;
  padding-right: 14%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.victofon-prod-item .hover-img img {
  border-radius: 50%;
}
.victofon-prod-item .inner {
  padding: 20px !important;
}

.cart-page {
  padding-top: 135px;
}
.cart-page .logo {
  margin-left: 0 !important;
}
@media (max-width: 350px) {
  .cart-page .logo {
    margin-left: 40px;
  }
}
@media (min-width: 576px) {
  .cart-page .logo {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .cart-page .logo {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cart-page {
    padding-top: 180px;
  }
}
.cart-page .carrier-alert {
  max-width: 100%;
}

.order-page {
  padding-top: 100px;
}
.order-page .logo {
  margin-left: 0 !important;
}
.order-page .logo img {
  margin-top: 0 !important;
}
@media (max-width: 350px) {
  .order-page .logo img {
    margin-top: 0 !important;
  }
}
@media (max-width: 400px) {
  .order-page .logo img {
    margin-top: 0 !important;
  }
}
@media (min-width: 401px) {
  .order-page .logo img {
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  main.webshop aside.summary-side .summary-fixed {
    position: sticky;
    top: 80px;
  }
}
main.webshop aside.summary-side .summary {
  background-color: #0a5da1;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  main.webshop aside.summary-side .summary {
    padding: 35px;
  }
}
main.webshop aside.summary-side .summary label a {
  color: #ffffff;
  text-decoration: underline;
}
main.webshop aside.summary-side .summary label a:hover {
  text-decoration: none;
}
main.webshop aside.summary-side .summary .line {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 33px;
  margin-top: 40px;
}
main.webshop aside.summary-side .summary .total {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
main.webshop aside.summary-side .summary .total .sum {
  font-size: 30px;
}
main.webshop aside.summary-side .summary .fa {
  margin-left: 30px;
}
main.webshop aside.summary-side .summary .continue {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
main.webshop aside.summary-side .summary .error-message {
  background-color: #c90044;
  color: #ffffff;
  padding: 10px;
}
main.webshop aside.summary-side .summary .checkbox .input-holder:after {
  color: #ffffff;
}
main.webshop aside.summary-side .summary .discount-name {
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
main.webshop aside.summary-side .coupon {
  background-color: #ffffff;
  padding: 35px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
main.webshop.category-list .prod-item {
  padding-bottom: 15px;
  background: #00457c;
}
main.webshop.category-list .prod-item .inner {
  padding: 10px 10px 0 10px !important;
}
@media (min-width: 992px) {
  main.webshop.category-list .prod-item .inner {
    padding: 20px 20px 0 20px !important;
  }
}
main.webshop.category-list .prod-item .inner a {
  color: #ffffff;
}
main.webshop.category-list .search button {
  padding: 17px 10px 15px 10px;
  background-color: #c90044;
  color: #ffffff;
  border: 0;
}
main.webshop.category-list .search button:hover {
  background-color: #39b54a;
}
main.webshop.category-list .search .form-control {
  border-right: 0 !important;
}
main.webshop.category-list .search .search-label {
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #979797;
  letter-spacing: 1px;
}
main.webshop.category-list .webshop-faq {
  background: #00457c;
  padding: 45px 0;
  color: #ffffff;
}
main.webshop.category-list .webshop-faq a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
main.webshop.category-list .webshop-faq a:hover {
  color: #c90044;
}
main.webshop.product-list .search button {
  padding: 17px 10px 15px 10px;
  background-color: #c90044;
  color: #ffffff;
  border: 0;
}
main.webshop.product-list .search button:hover {
  background-color: #39b54a;
}
main.webshop.product-list .search .no-right-border .form-control {
  border-right: 0 !important;
}
main.webshop.product-list .search .search-label {
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #979797;
  letter-spacing: 1px;
}
main.webshop.product-list .back-to-categories {
  margin-bottom: 30px;
  font-size: 14px;
}
main.webshop.product-list .back-to-categories span {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dbdadb;
  margin-top: -10px;
}
main.webshop.product-list .back-to-categories a {
  text-transform: uppercase;
  background-color: #c90044;
  color: #ffffff !important;
  padding: 15px 25px;
}
main.webshop.product-list .back-to-categories a:hover {
  background-color: #39b54a;
}
main.webshop.product-view .stock-notification {
  font-size: 12px;
  color: #39b54a;
  position: relative;
  padding-left: 23px;
}
main.webshop.product-view .stock-notification:before {
  content: "\f05a" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
main.webshop.product-view .product-free-delivery-text {
  position: relative;
  font-size: 12px;
  background: #e8fb53;
  color: #000000;
  padding: 7px 20px 7px 38px;
}
main.webshop.product-view .product-free-delivery-text:before {
  content: "\f0d1" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
main.webshop.product-view .lead {
  font-size: 18px;
}
@media (min-width: 992px) {
  main.webshop.product-view .lead {
    font-size: 20px;
  }
}
main.webshop.product-view .image {
  overflow: hidden;
  position: relative;
}
main.webshop.product-view .image .product-main-image {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  display: block;
}
main.webshop.product-view .image .product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.webshop.product-view .image .blue {
  color: #ffffff;
}
main.webshop.product-view .image .blue .inner {
  background-color: #00457c;
  height: 100%;
  padding: 30px 15px 30px 30px;
}
main.webshop.product-view .image .blue .inner p a {
  color: #ffffff;
  text-decoration: underline;
}
main.webshop.product-view .image .blue .inner p a:hover {
  text-decoration: none;
}
main.webshop.product-view .image .blue .inner .variations {
  margin-top: 20px;
}
main.webshop.product-view .image .blue .inner .variations .variation-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
main.webshop.product-view .image .blue .inner .variations .variation-item {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  margin: 2px;
  padding: 5px 10px;
}
main.webshop.product-view .image .blue .inner .variations .variation-item span {
  display: block;
}
main.webshop.product-view .image .blue .inner .variations .variation-item span.old-price {
  font-size: 10px;
}
main.webshop.product-view .image .blue .inner .variations .variation-item:hover {
  background-color: #FC0055;
}
main.webshop.product-view .image .blue .inner .variations .variation-item.active {
  background-color: #FC0055;
}
main.webshop.product-view .image .blue .price {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
main.webshop.product-view .image .blue .price .product-price-original {
  font-weight: normal;
  font-size: 22px;
}
main.webshop.product-view .image .blue .price .product-price-original span {
  text-decoration: line-through;
}
main.webshop.product-view .image .blue .price .product-price-net {
  font-weight: 300;
  font-size: 20px;
}
main.webshop.product-view .image .blue .add-to-cart-holder .decreaseNum {
  display: inline-block;
  float: left;
  margin-top: 17px;
  margin-right: 5px;
  color: #dbdadb;
}
main.webshop.product-view .image .blue .add-to-cart-holder .increaseNum {
  display: inline-block;
  float: left;
  margin-top: 17px;
  margin-left: 5px;
  color: #dbdadb;
}
main.webshop.product-view .image .blue .add-to-cart-holder input {
  width: 55px;
  display: inline-block;
  height: 57px;
  border: 1px solid #ffffff;
  font-size: 30px;
  text-align: center;
  float: left;
}
main.webshop.product-view .small-images {
  margin-top: 30px;
  margin-bottom: 30px;
}
main.webshop.product-view .small-images .product-thumb-image {
  min-width: 130px;
  border: 1px solid #e5e7e6;
}
main.webshop.product-view .social-share-holder a {
  font-size: 25px;
  padding: 5px;
  margin: 10px 5px;
  line-height: 45px;
  text-align: center;
  width: 55px;
}
main.webshop.product-view .social-share-holder a:hover {
  color: #ffffff;
  background-color: #c90044;
}
main.webshop.product-view .attribute-holder .row {
  margin-bottom: 10px;
}
main.webshop.product-view .attribute-holder .attr-name {
  text-transform: uppercase;
  font-weight: bold;
}
main.webshop.product-view .offers h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 60px;
}
main.webshop.product-view .marketing-text {
  margin-top: 20px;
  background-color: #0a5da1;
  margin-right: 15px;
  padding: 10px;
}
main.webshop.order {
  background-color: #f6f5f6;
  padding-bottom: 85px;
}
main.webshop.order section .alert-danger {
  width: 100% !important;
  max-width: 100% !important;
}
main.webshop.order section .select-boxes .row {
  margin-left: 0;
  margin-right: 0;
}
main.webshop.order section .select-boxes .select-box {
  overflow: hidden;
  border: 1px solid #e5e7e6;
  padding: 35px;
  height: 100%;
  cursor: pointer;
}
main.webshop.order section .select-boxes .select-box .fas {
  font-size: 40px;
}
main.webshop.order section .select-boxes .select-box h5 {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}
main.webshop.order section .select-boxes .select-box .price {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  main.webshop.order section .select-boxes .select-box .price {
    font-size: 24px;
  }
}
main.webshop.order section .select-boxes .select-box .radio {
  margin-top: 15px;
}
main.webshop.order section .select-boxes .select-box .radio .error-message {
  display: none !important;
}
main.webshop.order section .select-boxes .select-box:hover, main.webshop.order section .select-boxes .select-box.active {
  background-color: #c90044;
  color: #ffffff;
}
main.webshop.order section .select-boxes .select-box:hover a, main.webshop.order section .select-boxes .select-box.active a {
  color: #ffffff;
}
main.webshop.order section .select-boxes .select-box.active .fas:before {
  content: "\f00c" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
main.webshop.order section .select-boxes .select-box .edit {
  font-size: 14px;
}
main.webshop.order section .select-boxes .select-box .edit:before {
  content: "\f044" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 5px;
}
main.webshop.order section .select-boxes .select-box .delete {
  margin-left: 15px;
  font-size: 14px;
}
main.webshop.order section .select-boxes .select-box .delete:before {
  content: "\f2ed" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 5px;
}
main.webshop.order section .select-boxes .select-box.carrier-select {
  padding: 15px 5px;
}
@media (min-width: 992px) {
  main.webshop.order section .select-boxes .select-box.carrier-select {
    padding: 15px 35px;
  }
}
main.webshop.order section .select-boxes .select-box.carrier-select .fas {
  font-size: 30px;
}
main.webshop.order section .select-boxes .select-box.carrier-select p {
  font-size: 14px;
}
main.webshop.order section .all-places .error-message {
  visibility: hidden;
  display: none;
}
main.webshop.order section .box {
  margin-bottom: 15px;
}
main.webshop.order section .box h2 {
  margin-bottom: 20px;
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
main.webshop.order section .box h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
main.webshop.order section .box h6:before {
  margin-right: 5px;
  content: "\f05a" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
main.webshop.order section .box .inner {
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
main.webshop.order section .inner-padding {
  padding: 30px 25px;
}
main.webshop.order section .inner-padding-sm {
  padding: 15px 35px;
  font-weight: normal;
}
main.webshop.order section .transport-and-payment {
  font-size: 14px;
  font-weight: normal;
}
main.webshop.order section .summary-product {
  border-bottom: 1px solid #dbdadb;
  font-family: "Montserrat", sans-serif;
}
main.webshop.order section .summary-product .name, main.webshop.order section .summary-product .price {
  font-weight: bold;
}
main.webshop.order section .summary-product .price {
  font-size: 18px;
}
main.webshop.order section .fill-data label {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
main.webshop.order aside .blue {
  background-color: #0a5da1;
  color: #ffffff;
  height: 100%;
  padding: 15px;
}
main.webshop.order aside .blue h2 {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
}
main.webshop.order aside .blue .btn {
  position: absolute;
  bottom: 15px;
}
@media (min-width: 992px) {
  main.webshop.order.order-finish .thanks {
    margin-right: 70px;
  }
}
main.webshop.order.order-finish .thanks b, main.webshop.order.order-finish .thanks strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
main.webshop.order.order-finish .thanks .fas {
  color: #39b54a;
  font-size: 50px;
}
@media (min-width: 992px) {
  main.webshop.order.order-finish .fail {
    margin-right: 70px;
  }
}
main.webshop.order.order-finish .fail b, main.webshop.order.order-finish .fail strong {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
main.webshop.order.order-finish .fail .fas {
  color: #c90044;
  font-size: 50px;
}
main.webshop.order.order-finish .ident-holder {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  main.webshop.order.order-finish .ident-holder {
    margin-right: 70px;
  }
}
main.webshop.order.order-finish .ident-holder .ident {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}
main.webshop.order .address-box {
  margin-bottom: 15px;
}
main.webshop.order .address-box .select-box {
  padding: 15px !important;
  background-color: #f6f5f6;
}
main.webshop.order .address-box h3 {
  font-size: 18px;
  font-weight: bold;
}
main.webshop.order .address-box h4 {
  font-size: 14px;
}
main.webshop.order .new-address {
  text-transform: uppercase;
  font-size: 14px;
}
main.webshop.order .new-address:before {
  content: "\f067" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 10px;
}
main.webshop.cart {
  background-color: #f6f5f6;
  padding-bottom: 85px;
  min-height: 1200px;
}
main.webshop.cart .cart-product, main.webshop.order-view .order-product {
  background-color: #ffffff;
  margin-right: 0;
  margin-bottom: 45px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  main.webshop.cart .cart-product, main.webshop.order-view .order-product {
    margin-right: 64px;
  }
}
main.webshop.cart .cart-product .img img, main.webshop.order-view .order-product .img img {
  width: 100%;
}
main.webshop.cart .cart-product .top, main.webshop.order-view .order-product .top {
  padding: 30px;
}
main.webshop.cart .cart-product .top h2, main.webshop.order-view .order-product .top h2 {
  font-size: 20px;
}
main.webshop.cart .cart-product .top h2 a, main.webshop.order-view .order-product .top h2 a {
  color: #000000;
}
main.webshop.cart .cart-product .top h2 a:hover, main.webshop.order-view .order-product .top h2 a:hover {
  color: #c90044;
}
main.webshop.cart .cart-product .bottom, main.webshop.order-view .order-product .bottom {
  padding: 20px;
  border: 1px solid #d6d6d6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+2,fcfcfc+100 */
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 2%, #fcfcfc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 2%, #fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 2%, #fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f2f2", endColorstr="#fcfcfc",GradientType=0 ); /* IE6-9 */
}
main.webshop.cart .cart-product .bottom .item-price, main.webshop.order-view .order-product .bottom .item-price {
  line-height: 18px;
}
main.webshop.cart .cart-product .bottom .item-price div, main.webshop.order-view .order-product .bottom .item-price div {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
main.webshop.cart .cart-product .bottom .price, main.webshop.order-view .order-product .bottom .price {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
main.webshop.cart .cart-product .bottom .cart-item-delete, main.webshop.order-view .order-product .bottom .cart-item-delete {
  color: #000000;
}
main.webshop.cart .cart-product .bottom .cart-item-delete:hover, main.webshop.order-view .order-product .bottom .cart-item-delete:hover {
  color: #c90044;
}
main.webshop.cart .cart-product .bottom .fa-check-circle, main.webshop.order-view .order-product .bottom .fa-check-circle {
  color: #39b54a;
  margin-right: 10px;
}
main.webshop.cart .cart-product .bottom .qty .form-group, main.webshop.order-view .order-product .bottom .qty .form-group {
  display: inline-block;
  width: 50px;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
main.webshop.cart .cart-product .bottom .qty .form-group .form-control, main.webshop.order-view .order-product .bottom .qty .form-group .form-control {
  background-color: #ffffff !important;
  text-align: center;
}
main.webshop.cart .cart-product .bottom .qty a, main.webshop.order-view .order-product .bottom .qty a {
  color: #000000;
}
main.webshop.cart .cart-product .bottom .qty a:hover, main.webshop.order-view .order-product .bottom .qty a:hover {
  color: #c90044;
}
main.webshop .order-head {
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  main.webshop .order-head {
    padding-top: 60px;
    padding-bottom: 45px;
    margin-bottom: 50px;
  }
}
main.webshop .order-head .step {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #A4A4A4;
  text-align: center;
}
@media (min-width: 992px) {
  main.webshop .order-head .step {
    text-align: left;
  }
}
main.webshop .order-head .step a {
  color: #000000;
}
main.webshop .order-head .step a:hover {
  color: #c90044;
}
main.webshop .order-head .step div {
  float: none;
}
@media (min-width: 992px) {
  main.webshop .order-head .step div {
    float: left;
  }
}
main.webshop .order-head .step div span {
  display: inline-block;
  width: 62px;
  height: 62px;
  background-color: #e5e7e6;
  color: #A4A4A4;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
}
main.webshop .order-head .step div.label {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 992px) {
  main.webshop .order-head .step div.label {
    margin-top: 18px;
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  main.webshop .order-head .step div.label {
    font-size: 18px;
    margin-left: 15px;
  }
}
main.webshop .order-head .step.active {
  color: #000000;
}
main.webshop .order-head .step.active span {
  background-color: #c90044;
  color: #ffffff;
}
main.webshop.user-edit .select-boxes .address-box {
  margin-bottom: 15px;
}
main.webshop.user-edit .select-boxes .address-box .select-box {
  overflow: hidden;
  padding: 15px !important;
  background-color: #f6f5f6;
  border: 1px solid #e5e7e6;
  height: 100%;
}
main.webshop.user-edit .select-boxes .address-box h3 {
  font-size: 18px;
  font-weight: bold;
}
main.webshop.user-edit .select-boxes .address-box h4 {
  font-size: 14px;
}
main.webshop.user-edit .select-boxes .address-box span {
  font-size: 13px;
  font-style: italic;
}
main.webshop.user-edit .select-boxes .address-box .edit {
  font-size: 14px;
}
main.webshop.user-edit .select-boxes .address-box .edit:before {
  content: "\f044" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 5px;
}
main.webshop.user-edit .select-boxes .address-box .delete {
  margin-left: 15px;
  font-size: 14px;
}
main.webshop.user-edit .select-boxes .address-box .delete:before {
  content: "\f2ed" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.pages {
  padding-top: 134px;
  /*
  New styles
   */
}
@media (min-width: 992px) {
  .pages {
    padding-top: 224px;
  }
}
@media (min-width: 1600px) {
  .pages {
    padding-top: 244px;
  }
}
.pages section.top {
  padding-bottom: 0;
}
.pages h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.pages h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.pages .d-block .box .inner {
  padding: 15px 0;
}
.pages .d-block .box .more {
  margin-bottom: 15px;
  position: relative;
}
.pages .box {
  margin-bottom: 30px;
}
.pages .box .main-image {
  width: 100%;
}
.pages .box .main-image-link {
  width: 100%;
  overflow: hidden;
  display: block;
}
.pages .box .main-image-link img {
  transition: all 0.2s ease-in-out;
}
.pages .box .inner {
  padding: 15px 0;
}
.pages .box .inner img.responsive-img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .pages .box .inner img.responsive-img {
    width: auto !important;
  }
}
.pages .box .inner .more {
  background-color: #c90044;
  border: none;
  bottom: 15px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  padding: 17px 35px;
  position: absolute;
  text-transform: uppercase;
}
.pages .box .inner .more:hover {
  background-color: #303030;
}
.pages .box .inner.lead .inner {
  padding: 15px 0;
}
.pages .box .inner .background_image {
  position: relative;
}
.pages .box .inner .background_image .inner {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0); /* IE6-9 */
  padding: 40px 20px 20px 20px;
  position: absolute;
  width: 100%;
}
.pages .box .inner .background_image .inner h2 a {
  color: #ffffff;
}
.pages .box .inner .background_image .inner .more {
  display: none;
}
.pages .box .inner .follow-link, .pages .box .inner .edit-link {
  font-size: 14px;
  margin-left: 15px;
}
.pages .box .inner .edit-link {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: inline-block;
}
.pages .product-owl .item {
  padding: 15px;
}
.pages.search-page {
  padding-top: 5px;
}
.pages.search-page h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.pages.search-page .url a {
  color: #00457c;
  font-size: 14px;
}
.pages.profile-page {
  /**
  Custom styles
   */
}
.pages.profile-page .profile-icon {
  padding: 20px;
  background-color: #c90044;
  display: block;
  height: 100%;
  color: #ffffff;
  text-align: center;
}
.pages.profile-page .profile-icon:hover {
  background-color: #39b54a;
}
.pages.profile-page .profile-icon {
  display: block;
}
.pages.profile-page .profile-change:before {
  content: "\f2bb" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 40px;
  display: block !important;
}
.pages.profile-page .profile-order:before {
  content: "\f46d" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 40px;
  display: block !important;
}
.pages.profile-page .profile-products:before {
  content: "\f290" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 40px;
  display: block !important;
}
.pages.profile-page .profile-posts:before {
  content: "\f1ea" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 40px;
  display: block !important;
}
.pages.profile-page .text-green {
  color: #39b54a;
}
.pages .form-box {
  background-color: #00457c;
  color: #ffffff;
  padding: 20px;
}
.pages .form-box a {
  color: #ffffff;
  text-decoration: underline;
}
.pages .inner.has-button {
  padding-bottom: 80px;
}
.pages .right_image .main-image-link {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .pages .right_image .main-image-link {
    width: 40%;
  }
}
.pages .right_image .inner {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .pages .right_image .inner {
    width: 60%;
  }
}
.pages .right_image.full .inner {
  width: 100%;
}
.pages .left_image .main-image-link {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .pages .left_image .main-image-link {
    width: 40%;
  }
}
.pages .left_image .inner {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .pages .left_image .inner {
    width: 60%;
  }
}
.pages .implant a {
  display: flex;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  padding-left: 75px;
  position: relative;
  align-content: center !important;
  height: 70px;
}
.pages .implant a b, .pages .implant a strong {
  align-self: center;
  font-weight: 700;
}
.pages .implant a:before {
  content: "\f5a0" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  border: 4px solid #c90044;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 53px;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (min-width: 576px) {
  .pages .implant a:before {
    margin-top: 0;
  }
}
.pages .implant a:first-of-type {
  padding-top: 0;
}
.pages .implant a:first-of-type:before {
  content: "\f15c" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  line-height: 50px;
}
@media (min-width: 768px) {
  .pages .implant a {
    width: 50%;
    float: left;
  }
}
.pages .gallery-box a {
  margin-bottom: 30px;
}
.pages .gallery-box a img {
  border: 1px solid #e5e7e6;
  width: 100%;
}
.pages .purple .box {
  background-color: #c90044;
  color: #ffffff;
  height: 100%;
}
.pages .purple .box a {
  color: #ffffff;
}
.pages .purple .box .inner {
  padding: 20px;
}
.pages .purple .box .more {
  background-color: #00457c;
}
.pages .blue .box {
  background-color: #00457c;
  color: #ffffff;
  height: 100%;
}
.pages .blue .box a {
  color: #ffffff;
}
.pages .blue .box .inner {
  padding: 20px;
}
.pages .blue .box .more {
  background-color: #c90044;
}
.pages .left_image_full {
  padding-lefT: 0;
  padding-right: 0;
}
.pages .left_image_full .box .main-image-link {
  float: left;
  width: 100%;
}
.pages .left_image_full .box .main-image-link img {
  height: auto;
}
@media (min-width: 1200px) {
  .pages .left_image_full .box .main-image-link {
    width: 50%;
  }
}
.pages .left_image_full .box .inner {
  float: right;
  width: 100%;
  padding: 20px 20px 20px 20px !important;
}
.pages .left_image_full .box .inner h2 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .pages .left_image_full .box .inner {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pages .left_image_full .box .inner {
    padding: 45px 100px 45px 45px !important;
  }
}
@media (min-width: 1600px) {
  .pages .left_image_full .box .inner {
    padding: 90px 200px 90px 90px !important;
  }
}
.pages .left_image_full .box .inner .btn_more {
  position: relative;
}
@media (min-width: 1200px) {
  .pages .container .left_image_full .box .inner {
    padding: 45px 45px 45px 45px !important;
  }
}
@media (min-width: 1600px) {
  .pages .container .left_image_full .box .inner {
    padding: 90px 30px 90px 90px !important;
  }
}
.pages .right_image_full {
  height: auto;
  padding-lefT: 0;
  padding-right: 0;
}
.pages .right_image_full .main-image-link {
  float: right;
  width: 100%;
}
.pages .right_image_full .main-image-link img {
  height: auto;
}
@media (min-width: 1200px) {
  .pages .right_image_full .main-image-link {
    width: 50%;
  }
}
.pages .right_image_full .inner {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 20px !important;
}
.pages .right_image_full .inner h2 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .pages .right_image_full .inner {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pages .right_image_full .inner {
    padding: 45px 45px 45px 45px !important;
  }
}
@media (min-width: 1600px) {
  .pages .right_image_full .inner {
    padding: 90px 90px 90px 200px !important;
  }
}
.pages .right_image_full .inner .more {
  position: relative;
}
@media (min-width: 1200px) {
  .pages .container .right_image_full .box .inner {
    padding: 45px 45px 45px 45px !important;
  }
}
@media (min-width: 1600px) {
  .pages .container .right_image_full .box .inner {
    padding: 90px 90px 90px 30px !important;
  }
}
.pages.page-3 {
  padding-top: 0 !important;
}

.onlyimage div {
  height: 100%;
}
.onlyimage div img {
  height: 100%;
  object-fit: cover;
}

/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
.audiology.audiology-index {
  background-color: #f6f5f6;
}
.audiology.audiology-index #geolocate {
  color: #ffffff;
}
.audiology.audiology-index section.search {
  background: #00457c; /* Old browsers */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$colorDark+0,fc0055+25,fc0055+42,ca0044+100 */
  background: -moz-linear-gradient(left, #00457c 0%, #0a5da1 25%, #0a5da1 42%, #00457c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00457c 0%, #0a5da1 25%, #0a5da1 42%, #00457c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00457c 0%, #0a5da1 25%, #0a5da1 42%, #00457c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorDark", endColorstr="$colorDark", GradientType=1); /* IE6-9 */
  color: #ffffff;
  padding: 50px 0;
}
.audiology.audiology-index section.search .form-control {
  background-color: #00457c;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  height: 46px !important;
}
.audiology.audiology-index section.search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.audiology.audiology-index section.search .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.audiology.audiology-index section.search .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.audiology.audiology-index section.search .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.audiology.audiology-index section.search .btn {
  height: 46px;
  padding: 11px 20px;
}
.audiology.audiology-index section.items {
  padding: 85px 0;
}
.audiology.audiology-index section.items .item-column {
  margin-top: 30px;
}
.audiology.audiology-index section.items .item {
  background-color: #ffffff;
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  color: #000000;
  display: block;
  height: 100%;
  position: relative;
}
.audiology.audiology-index section.items .item .image {
  position: relative;
}
.audiology.audiology-index section.items .item .image img {
  width: 100%;
}
.audiology.audiology-index section.items .item .image .tag {
  bottom: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: 20px;
  padding: 10px 25px;
  position: absolute;
  text-transform: uppercase;
}
.audiology.audiology-index section.items .item .image .tag.tag_closed {
  background-color: #f24646;
}
.audiology.audiology-index section.items .item .image .tag.tag_opening {
  background-color: #A4A4A4;
}
.audiology.audiology-index section.items .item .image .tag.tag_open {
  background-color: #39b54a;
}
.audiology.audiology-index section.items .item .image .tag.tag_closing {
  background-color: #A4A4A4;
}
.audiology.audiology-index section.items .item .inner {
  padding: 35px 15px 85px 15px;
}
.audiology.audiology-index section.items .item .inner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.audiology.audiology-index section.items .item .inner h2 a {
  color: #000000;
}
.audiology.audiology-index section.items .item .inner .buttons {
  bottom: 15px;
  position: absolute;
}
.audiology.audiology-index section.items .item .inner .buttons .phone, .audiology.audiology-index section.items .item .inner .buttons .map {
  border: 1px solid #A4A4A4;
  color: #A4A4A4;
  display: inline-block;
  line-height: 54px;
  text-align: center;
  width: 55px;
}
.audiology.audiology-index section.items .item .inner .buttons .phone:hover, .audiology.audiology-index section.items .item .inner .buttons .map:hover {
  background-color: #FC0055;
}
.audiology.audiology-index section.items .item:hover {
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.1);
}
.audiology.audiology-index section.items .item:hover h2 a {
  color: #c90044;
}
.audiology.audiology-index .list-group {
  height: 400px;
}
@media (min-width: 992px) {
  .audiology.audiology-index .list-group {
    height: 800px;
  }
}
.audiology.audiology-index .list-group-item {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .audiology.audiology-index .list-group-item {
    padding-left: 0;
  }
}
.audiology.audiology-index .list-group-item h2 {
  font-size: 24px;
  font-weight: bold;
}
.audiology.audiology-index .list-group-item h3 {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .audiology.audiology-index .list-group-item {
    padding: 20px 40px;
  }
}
.audiology.audiology-index .list-group-item .fa {
  font-size: 14px;
  opacity: 0.8;
}
.audiology.audiology-index .list-group-item .distance {
  opacity: 0.4;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.audiology.audiology-index .list-group-item .route-to {
  display: block;
}
.audiology.audiology-index .marker-content .font-weight-bold {
  font-size: 14px;
}
.audiology.audiology-view {
  background-color: #ffffff;
}
.audiology.audiology-view .top .call {
  margin-right: 5px;
}
.audiology.audiology-view .top .call:before {
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 15px;
}
.audiology.audiology-view .top .map {
  border: 1px solid #A4A4A4;
  color: #A4A4A4;
  display: inline-block;
  float: right;
  line-height: 54px;
  text-align: center;
  width: 55px;
}
.audiology.audiology-view .top .map:hover {
  background-color: #FC0055;
}
.audiology.audiology-view .image {
  overflow: hidden;
  position: relative;
}
.audiology.audiology-view .image img {
  width: 100%;
  height: 100%;
}
.audiology.audiology-view .image .blue {
  color: #ffffff;
}
.audiology.audiology-view .image .blue .inner {
  background-color: #00457c;
  height: 100%;
  padding: 20px 15px 10px 15px;
}
@media (min-width: 576px) {
  .audiology.audiology-view .image .blue .inner {
    padding: 30px 15px 80px 15px;
  }
}
@media (min-width: 768px) {
  .audiology.audiology-view .image .blue .inner {
    padding: 20px 15px 10px 15px;
  }
}
.audiology.audiology-view .image .blue .inner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
}
.audiology.audiology-view .image .blue .inner h3:before {
  content: "\f073" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  margin-top: 3px;
}
.audiology.audiology-view .image .blue .inner .checkbox {
  margin-bottom: 0 !important;
}
.audiology.audiology-view .image .blue .inner .checkbox label a {
  color: #ffffff;
  text-decoration: underline;
}
.audiology.audiology-view .image .blue .inner .checkbox label a:hover {
  text-decoration: none;
}
.audiology.audiology-view .contact {
  position: relative;
}
.audiology.audiology-view .contact a {
  color: #2c2c2c !important;
}
.audiology.audiology-view .contact a:hover {
  color: #c90044;
}
.audiology.audiology-view .contact .row {
  background-color: #f6f6f6;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
}
.audiology.audiology-view .contact .row b {
  display: block;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
}
.audiology.audiology-view .contact .align-items-center div:first-child:after {
  display: none !important;
}
.audiology.audiology-view .contact .doctor {
  padding-right: 30px;
}
.audiology.audiology-view .contact .doctor-image {
  position: absolute;
  background-color: #f6f6f6;
  top: -90px;
  padding: 5px;
  margin: 10px;
  width: 150px;
}
.audiology.audiology-view .contact .doctor-image img {
  width: 100%;
}
@media (min-width: 576px) {
  .audiology.audiology-view .contact .doctor-image {
    top: -60px;
  }
}
@media (min-width: 768px) {
  .audiology.audiology-view .contact .doctor-image {
    top: -80%;
  }
}
.audiology.audiology-view .contact .phone, .audiology.audiology-view .contact .mail {
  padding-left: 63px;
  padding-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.audiology.audiology-view .contact .phone div, .audiology.audiology-view .contact .mail div {
  font-weight: bold;
}
.audiology.audiology-view .contact .phone span, .audiology.audiology-view .contact .mail span {
  color: #c90044;
  position: absolute;
  left: 15px;
  top: 5px;
}
@media (min-width: 1200px) {
  .audiology.audiology-view .contact .phone, .audiology.audiology-view .contact .mail {
    padding-left: 68px;
    padding-right: 35px;
  }
}
.audiology.audiology-view .contact .phone:before, .audiology.audiology-view .contact .mail:before {
  font-size: 18px;
  left: 15px;
  position: absolute;
}
@media (min-width: 1200px) {
  .audiology.audiology-view .contact .phone:before, .audiology.audiology-view .contact .mail:before {
    left: 35px;
  }
}
.audiology.audiology-view .contact .phone:after, .audiology.audiology-view .contact .mail:after {
  background-color: #d8d7d8;
  content: "";
  display: none;
  height: 67px;
  left: 0;
  position: absolute;
  top: -13px;
  width: 1px;
}
@media (min-width: 992px) {
  .audiology.audiology-view .contact .phone:after, .audiology.audiology-view .contact .mail:after {
    display: block;
  }
}
.audiology.audiology-view .contact .phone:before {
  top: 18px;
  left: 26px;
  content: "\f095" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
@media (min-width: 576px) {
  .audiology.audiology-view .contact .phone:before {
    top: 8px;
  }
}
.audiology.audiology-view .contact .mail:before {
  top: 18px;
  left: 26px;
  content: "\f0e0" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
}
@media (min-width: 576px) {
  .audiology.audiology-view .contact .mail:before {
    top: 8px;
  }
}
.audiology.audiology-view .contact .no-border a:first-of-type:after {
  display: none;
}
.audiology.audiology-view .map-holder {
  margin-top: 85px;
}
.audiology.audiology-view .content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 45px;
}
.audiology.audiology-view .content .services ul {
  padding-left: 30px;
  position: relative;
}
.audiology.audiology-view .content .services ul li {
  list-style: none;
  margin-bottom: 10px;
}
.audiology.audiology-view .content .services ul li:before {
  content: "\f00c" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  left: 0;
  position: absolute;
}
.audiology.audiology-view .content .open .row {
  border: 2px solid #e3e3e3;
}
.audiology.audiology-view .content .open .day b {
  display: block;
  font-weight: 700;
}
.audiology.audiology-view .content .open .day.today {
  background-color: #c90044;
  color: #ffffff;
}
.audiology.audiology-view .content iframe {
  width: 100% !important;
  height: 400px !important;
}
.audiology.audiology-view .modal iframe {
  width: 100% !important;
  height: 600px !important;
}
.audiology.audiology-view form {
  margin-top: 25px;
}
.audiology.audiology-view form input {
  padding: 10px 15px;
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.audiology.audiology-view form legend {
  display: none;
}
.audiology.audiology-view .post-item {
  color: #262424;
  display: block;
  margin-top: 25px;
}
.audiology.audiology-view .post-item .date {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.audiology.audiology-view .post-item .date b {
  display: inline-block;
  font-weight: 700;
  margin-left: 5px;
}
.audiology.audiology-view .post-item img {
  float: left;
  margin-right: 15px;
}
.audiology.audiology-view .post-item h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.audiology.audiology-view .zoom {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 30px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: lowercase;
  font-size: 13px;
}
.audiology.audiology-view .zoom:before {
  content: "\f00e" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  left: 8px;
  top: 10px;
  position: Absolute;
}

/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
main.post .signup h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
main.post .related h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
main.post .related .related-post-item {
  color: #262424;
  display: block;
  margin-top: 25px;
}
main.post .related .related-post-item .date {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  left: 0;
}
main.post .related .related-post-item .date b {
  display: inline-block;
  font-weight: 700;
  margin-left: 5px;
}
main.post .related .related-post-item img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  main.post .related .related-post-item img {
    float: left;
    margin-right: 15px;
    width: auto;
    margin-bottom: 15px;
  }
}
main.post .related .related-post-item h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
main.post .related .related-post-item:hover h5 {
  color: #c90044;
}
main.post .post-item img {
  width: 100%;
}
main.post .post-item h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
main.post .post-item h2 a {
  color: #000000;
}
main.post .post-item h2 a:hover {
  color: #c90044;
}
main.post .post-item .date {
  background-color: #ffffff;
  bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 12px 10px 12px;
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  main.post .post-item .date {
    padding: 15px 17px 15px 17px;
  }
}
main.post .post-item .date span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
main.post .post-item .image {
  position: relative;
}
main.post .post-item .content {
  height: 100%;
  padding: 0 30px 30px 30px;
}
main.post .post-item .content .btn {
  margin-top: 20px;
}
main.post .post-item .highlight1 .image-holder {
  background-color: #c90044;
  height: 100%;
}
main.post .post-item .highlight1 .content {
  background-color: #c90044;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
}
main.post .post-item .highlight1 .content .purple-btn, main.post .post-item .highlight1 .content .error td a, .error td main.post .post-item .highlight1 .content a {
  background-color: #ffffff;
  color: #000000;
}
main.post .post-item .highlight1 .content .purple-btn:hover, main.post .post-item .highlight1 .content .error td a:hover, .error td main.post .post-item .highlight1 .content a:hover {
  background-color: #00457c;
  color: #ffffff;
}
main.post .post-item .highlight1 .date {
  background-color: #c90044;
  color: #ffffff;
  right: 0;
}
main.post .post-item .highlight1 h2 a {
  color: #ffffff;
}
main.post .post-item .highlight1 h2 a:hover {
  color: #e5e7e6;
}
main.post .post-item .highlight2 .image-holder {
  background-color: #00457c;
  height: 100%;
}
main.post .post-item .highlight2 .content {
  background-color: #00457c;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
}
main.post .post-item .highlight2 .content .purple-btn, main.post .post-item .highlight2 .content .error td a, .error td main.post .post-item .highlight2 .content a {
  background-color: #ffffff;
  color: #000000;
}
main.post .post-item .highlight2 .content .purple-btn:hover, main.post .post-item .highlight2 .content .error td a:hover, .error td main.post .post-item .highlight2 .content a:hover {
  background-color: #c90044;
  color: #ffffff;
}
main.post .post-item .highlight2 .date {
  background-color: #00457c;
  color: #ffffff;
  right: 0;
}
main.post .post-item .highlight2 h2 a {
  color: #ffffff;
}
main.post .post-item .highlight2 h2 a:hover {
  color: #e5e7e6;
}
main.post.post-landing .main-categories {
  background-color: #c90044;
  margin-top: 30px;
  overflow: hidden;
}
main.post.post-landing .main-categories h3 {
  color: #ffffff;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 55px;
  margin-top: 55px;
}
main.post.post-landing .main-categories div.category {
  box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
main.post.post-landing .main-categories div.category img {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
main.post.post-landing .main-categories div.category:hover img {
  transform: scale(1.2);
}
main.post.post-landing .main-categories .white-btn {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  main.post.post-landing .main-categories .white-btn {
    margin-top: 45px;
  }
}
main.post.post-landing .main-categories-text .category {
  padding-top: 35px;
}
main.post.post-landing .main-categories-text .category img {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  main.post.post-landing .main-categories-text .category {
    padding-bottom: 100px;
  }
}
main.post.post-landing .main-categories-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
main.post.post-landing .main-categories-text h2 a {
  color: #000000;
}
main.post.post-view .top {
  padding-bottom: 40px;
  padding-top: 50px;
}
main.post.post-view .image {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
main.post.post-view .image .blur {
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
}
main.post.post-view .image img {
  height: 100%;
  width: 100%;
}
main.post.post-view .image .blue {
  color: #ffffff;
}
main.post.post-view .image .blue label a {
  color: #ffffff;
  text-decoration: underline;
}
main.post.post-view .image .blue label a:hover {
  text-decoration: none;
}
main.post.post-view .image .blue .inner {
  background-color: #00457c;
  height: 100%;
  padding: 30px 15px 30px 15px;
}
main.post.post-view .image .blue .inner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
main.post.post-view .image .blue .inner h3:before {
  content: "\f1ea" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 10px;
}
main.post.post-view .image .blue .inner h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
}
main.post.post-view .image .blue .inner .related {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.post.post-view .image .blue .inner .related .date {
  width: 60px;
  border: 1px solid #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 15px;
}
main.post.post-view .image .blue .inner .related .date span {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
main.post.post-view .image .blue .inner .related a {
  color: #ffffff;
  font-weight: normal;
}
main.post.post-view .image .blue .inner .related a span {
  displaY: block;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
main.post.post-view .image .blue .inner .related li {
  margin-bottom: 30px;
}
main.post.post-view .image time {
  background-color: #ffffff;
  bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 12px 10px 12px;
  width: 83px;
  left: 15px;
  position: absolute;
  z-index: 3;
}
@media (min-width: 992px) {
  main.post.post-view .image time {
    padding: 20px 22px 20px 22px;
    width: 112px;
  }
}
main.post.post-view .image time span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
main.post.post-view .tags a {
  color: #c90044;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}
main.post.post-view .tags a:before {
  content: "\f02b" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 10px;
  margin-right: 5px;
}
main.post.post-view .share {
  margin-top: 40px;
}
main.post.post-view .share h5 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
main.post.post-view .share h5:before {
  background-color: #c90044;
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 15px;
  width: 85px;
}
main.post.post-view .post-body img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  main.post.post-view .post-body img {
    width: auto;
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  main.post.post-view .post-body img {
    width: auto;
    max-width: inherit;
  }
}
main.post.post-view .post-body img.responsive-img {
  width: 100%;
  max-width: 100% !important;
}
main.post.post-view .post-body .blue {
  color: #ffffff;
}
main.post.post-view .post-body .blue label a {
  color: #ffffff;
  text-decoration: underline;
}
main.post.post-view .post-body .blue label a:hover {
  text-decoration: none;
}
main.post.post-view .post-body .blue .inner {
  background-color: #00457c;
  height: 100%;
  padding: 30px 15px 30px 15px;
}
main.post.post-view .post-body .blue .inner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
main.post.post-view .post-body .blue .inner h3:before {
  content: "\f1ea" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 10px;
}
main.post form .checkbox {
  margin-bottom: 0 !important;
}

/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
.page-tests {
  padding-top: 70px !important;
}
@media (min-width: 992px) {
  .page-tests {
    padding-top: 75px !important;
  }
}
@media (min-width: 1600px) {
  .page-tests {
    padding-top: 176px !important;
  }
}
.page-tests .breadcrumb {
  display: none;
}
.page-tests header .top {
  padding: 10px 10px;
}
@media (min-width: 1600px) {
  .page-tests header .top {
    padding: 35px;
  }
}
.page-tests header .bottom {
  display: block;
}
.page-tests header .bottom .navbar-toggler {
  margin-top: 9px !important;
}
@media (min-width: 768px) {
  .page-tests header .bottom {
    display: none;
  }
}
@media (min-width: 1600px) {
  .page-tests header .bottom {
    display: block;
  }
}

main.tests {
  min-height: 600px;
}
main.tests .step {
  padding-top: 40px;
  padding-bottom: 110px;
}
@media (min-width: 576px) {
  main.tests .step {
    padding-top: 40px;
  }
}
@media (min-width: 1600px) {
  main.tests .step {
    padding-top: 110px;
  }
}
main.tests .step h2.subtitle {
  color: #000000;
  font-weight: 300;
}
main.tests .step h4 {
  color: #000000;
  font-weight: 300;
}
main.tests .step .faq {
  margin-top: 40px;
}
@media (min-width: 1600px) {
  main.tests .step .faq {
    margin-top: 110px;
  }
}
main.tests .step .faq .inner {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px 5px rgba(0, 0, 0, 0.04);
  height: 100%;
  padding: 25px 20px;
}
main.tests .step .blue {
  background-color: #0a5da1;
  padding: 40px;
}
main.tests .step .blue label {
  color: #ffffff !important;
}
main.tests .step .blue a:not(.btn) {
  color: #ffffff !important;
  text-decoration: underline;
}
main.tests .step .blue a:not(.btn):hover {
  text-decoration: none;
}
main.tests .step .blue .checkbox {
  margin-bottom: 5px !important;
}
main.tests .step .blue .checkbox .input-holder {
  position: absolute;
  top: 0;
  right: 0;
}
main.tests .step .question h3 {
  margin-bottom: 30px;
}
main.tests .step .question .answer {
  background-color: #ffffff;
  text-align: center;
}
main.tests .step .question .answer .form-group {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  main.tests .step .question .answer .form-group {
    margin-bottom: 1rem;
  }
}
main.tests .step .question .answer input {
  display: none;
  opacity: 0;
}
main.tests .step .question .answer label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  height: 100%;
  padding: 23px 20px 20px 70px;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  main.tests .step .question .answer label {
    padding: 90px 10px 40px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  main.tests .step .question .answer label {
    padding: 90px 40px 40px;
  }
}
main.tests .step .question .answer label:hover {
  background-color: #e5e7e6;
}
main.tests .step .question .answer label:after {
  left: 20px;
  position: absolute;
  content: "\f111" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  top: 10px;
  font-weight: 400;
  font-size: 35px;
  margin-left: 0;
}
@media (min-width: 576px) {
  main.tests .step .question .answer label:after {
    left: 50%;
    margin-left: -17px;
    top: 40px;
  }
}
main.tests .step .question .answer label.checked {
  background-color: #FC0055;
  color: #ffffff;
}
main.tests .step .question .answer label.checked:after {
  display: none;
}
main.tests .step .question .answer label.checked:before {
  left: 20px;
  position: absolute;
  content: "\f058" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  top: 10px;
  font-weight: 400;
  font-size: 35px;
  margin-left: 0;
}
@media (min-width: 576px) {
  main.tests .step .question .answer label.checked:before {
    left: 50%;
    margin-left: -17px;
    top: 40px;
  }
}
main.tests .step .question .answer.initial-checked label {
  background-color: #FC0055;
  color: #ffffff;
}
main.tests .step .question .answer.initial-checked label:after {
  display: none;
}
main.tests .step .question .answer.initial-checked label:before {
  left: 50%;
  position: absolute;
  content: "\f058" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  top: 40px;
  font-weight: 400;
  font-size: 35px;
  margin-left: -17px;
}
main.tests .step .question .next {
  margin-top: 30px;
}
main.tests .step .question .next-question {
  margin-top: 30px;
}
main.tests .step .question .last {
  margin-top: 30px;
}
main.tests .step .question .error, main.tests .step .question .error-play {
  margin-top: 15px;
  margin-bottom: 15px;
}
main.tests .step .question .play-sound {
  background-color: #00457c;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 576px) {
  main.tests .step .question .play-sound {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
main.tests .step .question .play-sound:before {
  content: "\f04b" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 15px;
}
main.tests .step .question .play-sound:hover {
  background-color: #c90044;
}
main.tests .step .question .icon .fas {
  font-size: 50px;
  width: 100px;
  height: 100px;
  background-color: #00457c;
  border-radius: 50%;
  line-height: 100px;
  color: #ffffff;
}
@media (min-width: 576px) {
  main.tests .step .question .icon .fas {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  main.tests .step .question .icon .fas {
    margin-bottom: 35px;
  }
}
main.tests .step .question .volume .play-test {
  font-size: 100px;
}
@media (min-width: 576px) {
  main.tests .step .question .volume .play-test {
    font-size: 130px;
  }
}
main.tests .step .question .volume .vset {
  font-size: 40px;
  color: #303030;
  margin-top: 30px;
  display: inline-block;
  padding-top: 36px;
}
main.tests .step .error, main.tests .step .error-play {
  background-color: #c90044;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 10px;
}
main.tests .step .error:before, main.tests .step .error-play:before {
  content: "\f071" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 15px;
}
main.tests .step.test-summary .summary-text {
  background-color: #00457c;
  color: #ffffff;
  padding: 20px 30px 20px 80px;
  font-size: 16px;
  position: relative;
}
@media (min-width: 768px) {
  main.tests .step.test-summary .summary-text {
    font-size: 20px;
  }
}
main.tests .step.test-summary .summary-sound {
  background-color: #00457c;
  color: #ffffff;
  padding: 20px 30px 20px 80px;
  font-size: 20px;
  position: relative;
}
main.tests .step.test-summary .wrong {
  background-color: #c90044;
}
main.tests .step.test-summary .wrong:before {
  content: "\f119" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 15px;
  font-weight: 400;
  font-size: 40px;
  position: absolute;
  top: 5px;
  left: 25px;
}
main.tests .step.test-summary .medium {
  background-color: #303030;
}
main.tests .step.test-summary .medium:before {
  content: "\f11a" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 15px;
  font-weight: 400;
  font-size: 40px;
  position: absolute;
  top: 5px;
  left: 25px;
}
main.tests .step.test-summary .good {
  background-color: #39b54a;
}
main.tests .step.test-summary .good:before {
  content: "\f118" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  margin-right: 15px;
  font-weight: 400;
  font-size: 40px;
  position: absolute;
  top: 5px;
  left: 25px;
}
main.tests .step.sound-select .icon {
  margin-bottom: 15px;
}
main.tests .step.sound-select .icon .fas {
  float: left;
}
@media (min-width: 576px) {
  main.tests .step.sound-select .icon .fas {
    float: none;
  }
}
main.tests .step.sound-select .answer {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 576px) {
  main.tests .step.sound-select .answer {
    display: block;
    margin-top: 0;
  }
}
main.tests .step.sound-select .form-group {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  main.tests .step.sound-select .form-group {
    margin-bottom: 1rem;
  }
}
main.tests .victofon-test {
  background: url("/victofon/img/test-bg.jpg");
  background-size: cover;
  min-height: 600px;
}
main.tests .box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
main.tests .required-note {
  font-size: 12px;
  color: #ffffff;
}

/**
Landing page classes
 */
.left_image .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.left_image .box .main-image {
  width: 100%;
}
@media (min-width: 1200px) {
  .left_image .box .main-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .left_image .box .main-image .image-holder {
    height: 100%;
  }
  .left_image .box .main-image .image-holder img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.left_image .box .inner {
  width: 100%;
}
@media (min-width: 1200px) {
  .left_image .box .inner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.left_image.vibes .inner {
  background: linear-gradient(91.76deg, #C90044 -30.52%, #FC004B 124.27%);
  color: #ffffff;
  padding: 40px 20px 80px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .left_image.vibes .inner {
    padding: 80px 40px;
  }
}
.left_image.vibes .inner h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .left_image.vibes .inner h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}
.left_image.vibes .inner h2 a {
  color: #ffffff;
}
.left_image.vibes .inner p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .left_image.vibes .inner p {
    font-size: 20px;
    padding-right: 60px;
  }
}
.left_image.vibes .inner .more {
  background-color: #ffffff;
  color: #FC0055;
}
.left_image.vibes .inner .more:hover {
  color: #ffffff;
}
.left_image.vibes .inner:after {
  background-image: url("/victofon/img/landing_vibes.svg");
  bottom: 30px;
  content: "";
  display: block;
  height: 61px;
  position: absolute;
  right: 0;
  width: 125px;
}
.left_image.heading34 .inner h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .left_image.heading34 .inner h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}

.landing_text h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .landing_text h2 {
    font-size: 30px;
  }
}
.landing_text .box {
  margin-bottom: 0;
}
.landing_text .box p {
  margin-bottom: 0;
}

.landing_text2 h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .landing_text2 h2 {
    font-size: 50px;
  }
}
.landing_text2 .box {
  margin-bottom: 0;
}
.landing_text2 .box p {
  margin-bottom: 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .landing_text2 .box p {
    font-size: 30px;
  }
}

.landing_form .form-box {
  background-color: transparent;
  color: #000000 !important;
  padding: 0;
}
.landing_form .form-box p {
  font-size: 14px;
}
.landing_form .form-box a {
  color: #00457c;
  font-weight: bold;
}
.landing_form .form-box a:hover {
  color: #c90044;
}
.landing_form .form-box .form-control {
  background-color: #F5F5F5;
  border: 1px solid #D6D6D6;
  color: #00457c;
  font-weight: bold;
  text-transform: uppercase;
}
.landing_form .form-box .form-control:focus {
  border-color: #00457c;
  box-shadow: none;
}
.landing_form .form-box .control-label {
  color: #000000;
  font-weight: normal;
}
.landing_form .form-box ::placeholder {
  font-weight: normal;
  text-transform: uppercase;
}
.landing_form .form-box .helpIcon:after {
  color: #000000;
}
.landing_form .form-box .row .col-12:nth-of-type(1), .landing_form .form-box .row .col-12:nth-of-type(2) {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  .landing_form .form-box .row .col-12:nth-of-type(3), .landing_form .form-box .row .col-12:nth-of-type(4) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .landing_form .form-box .row .col-12:nth-of-type(5) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.landing_form .form-box .pt-2 {
  text-align: center;
}

.landing_big {
  background: linear-gradient(83.11deg, #C90044 6.17%, #FC004B 85.3%);
  clip-path: polygon(50% 40px, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing_big {
    clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    padding-bottom: 220px;
    padding-top: 350px;
  }
}
.landing_big .box {
  color: #ffffff;
  font-size: 30px;
  line-height: 37px;
}
@media (min-width: 768px) {
  .landing_big .box {
    font-size: 50px;
    line-height: 57px;
  }
}
.landing_big .box .has-button {
  padding-bottom: 30px;
}
.landing_big .box .has-button .btn-wrapper {
  text-align: center;
  margin-top: 40px;
}
.landing_big .box .has-button .btn-wrapper .btn_more {
  background-color: #ffffff;
  color: #c90044;
  position: relative;
}
.landing_big .box .has-button .btn-wrapper .btn_more:hover {
  background-color: #FC0055;
  color: #ffffff;
}
.landing_big.negative_margin {
  margin-top: -40px;
}

.landing_big_line {
  background: linear-gradient(83.11deg, #C90044 6.17%, #FC004B 85.3%);
  clip-path: polygon(50% 40px, 100% 0, 100% calc(100% - 55px), 50% 100%, 0 calc(100% - 55px), 0 0);
  margin-top: -120px;
  padding-bottom: 30px;
  padding-top: 60px;
  z-index: -1;
}
@media (min-width: 768px) {
  .landing_big_line {
    clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    margin-top: -940px;
    padding-bottom: 520px;
    padding-top: 340px;
    z-index: -1;
  }
}

.landing_big_gray {
  background-color: #F5F5F5;
  clip-path: polygon(50% 40px, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-top: 95px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing_big_gray {
    clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    margin-bottom: 100px;
    padding-bottom: 220px;
    padding-top: 350px;
  }
}
.landing_big_gray .box {
  line-height: 25px;
  text-align: center;
}
.landing_big_gray .box h2 {
  color: #FC0055;
  font-size: 30px;
}
@media (min-width: 768px) {
  .landing_big_gray .box h2 {
    font-size: 50px;
    line-height: 57px;
  }
}

.landing_big_gray_border {
  background-color: #F5F5F5;
  clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  margin-bottom: 50px;
  margin-top: -212px;
  padding-bottom: 30px;
  padding-top: 95px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing_big_gray_border {
    clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    margin-bottom: 100px;
    padding-bottom: 220px;
    padding-top: 350px;
  }
}
.landing_big_gray_border .box {
  line-height: 25px;
  text-align: center;
}
.landing_big_gray_border .box h2 {
  color: #FC0055;
  font-size: 30px;
}
@media (min-width: 768px) {
  .landing_big_gray_border .box h2 {
    font-size: 50px;
    line-height: 57px;
  }
}

.landing_h2_20 {
  text-align: center;
}
.landing_h2_20 h2 {
  font-size: 20px;
}

.landing_image_box .box h2 {
  align-items: center;
  border-left: 2px solid #c90044;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  min-height: 45px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-top: 5px;
}

.gray_bg {
  background-color: #F5F5F5;
  padding-top: 50px;
  position: relative;
}
.gray_bg.fill_out {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .gray_bg.fill_out {
    margin-bottom: 210px;
  }
}
.gray_bg.fill_out:before {
  background-color: #F5F5F5;
  content: "";
  display: block;
  height: 200px;
  position: Absolute;
  top: -200px;
  width: 100%;
  z-index: -1;
}
.gray_bg.fill_out:after {
  background-color: #F5F5F5;
  bottom: -100px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 100px;
  position: Absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .gray_bg.fill_out:after {
    bottom: -200px;
    height: 200px;
  }
}

.landing_8 .box {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 200px;
  position: relative;
}
@media (min-width: 992px) {
  .landing_8 .box {
    font-size: 50px;
    line-height: 57px;
    padding-bottom: 120px;
    padding-left: 300px;
    padding-top: 120px;
  }
}
.landing_8 .box .inner {
  padding: 15px !important;
}
.landing_8 .box:before {
  background-image: url("/victofon/img/landing_8.svg");
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 167px;
  left: 15px;
  position: Absolute;
  top: 15px;
  width: 236px;
}
@media (min-width: 768px) {
  .landing_8 .box:before {
    height: 367px;
  }
}
.landing_8 .box:after {
  background-image: url("/victofon/img/landing_8_fill.svg");
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 167px;
  left: 0;
  position: Absolute;
  top: 0;
  width: 236px;
}
@media (min-width: 768px) {
  .landing_8 .box:after {
    height: 367px;
  }
}

.landing_icon {
  margin-top: 35px;
}
.landing_icon .box {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .landing_icon .box {
    margin-bottom: 30px;
  }
}
.landing_icon .box .main-image-link {
  overflow: visible;
}
.landing_icon .box .main-image {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.landing_icon .box .main-image img {
  border-radius: 10px;
}
.landing_icon .box .main-image:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing_icon .box .inner {
  padding-top: 25px;
}
.landing_icon .box .inner h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing_icon .box .inner h2 {
    font-size: 16px;
  }
}
.landing_icon:hover .box .main-image {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
}
.landing_icon.icon_1 .main-image:before {
  background-image: url("/victofon/img/landing_icon_1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_2 .main-image:before {
  background-image: url("/victofon/img/landing_icon_2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_3 .main-image:before {
  background-image: url("/victofon/img/landing_icon_3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_4 .main-image:before {
  background-image: url("/victofon/img/landing_icon_4.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_5 .main-image:before {
  background-image: url("/victofon/img/landing_icon_5.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_6 .main-image:before {
  background-image: url("/victofon/img/landing_icon_6.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_7 .main-image:before {
  background-image: url("/victofon/img/landing_icon_7.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_8 .main-image:before {
  background-image: url("/victofon/img/landing_icon_8.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_9 .main-image:before {
  background-image: url("/victofon/img/landing_icon_9.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 104px;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}
.landing_icon.icon_10 .main-image:before {
  background-image: url("/victofon/img/landing_icon_10.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 1;
}

.landing_wave {
  padding-bottom: 0;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .landing_wave {
    padding-bottom: 110px;
    padding-top: 110px;
  }
}
.landing_wave:before {
  background-image: url("/victofon/img/landing_vibes_big.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 224px;
  left: -90px;
  position: absolute;
  top: -40px;
  width: 260px;
  z-index: -1;
}
@media (min-width: 992px) {
  .landing_wave:before {
    top: 80px;
    height: 234px;
    left: -15%;
    width: 432px;
    opacity: 1;
  }
}
.landing_wave .box {
  padding-top: 52px;
  margin-bottom: 0;
  padding-left: 57px;
}
.landing_wave .box .inner {
  padding: 0;
}
@media (min-width: 992px) {
  .landing_wave .box {
    padding-left: 30%;
    padding-top: 0;
  }
}
.landing_wave .box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .landing_wave .box h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.landing_wave .box p {
  font-size: 16px;
}

.landing_big_h2 .box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .landing_big_h2 .box h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.landing_count_list ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .landing_count_list ol {
    padding: 0 0 0 40px;
  }
}
.landing_count_list ol li {
  align-items: center;
  counter-increment: my-awesome-counter;
  display: flex;
  margin-bottom: 20px;
  min-height: 72px;
  padding-left: 90px;
  position: relative;
}
.landing_count_list ol li::before {
  background-color: #c90044;
  border-radius: 50%;
  color: #ffffff;
  content: counter(my-awesome-counter);
  font-size: 40px;
  font-weight: bold;
  height: 72px;
  left: 0;
  line-height: 72px;
  margin-right: 0.5rem;
  position: Absolute;
  text-align: center;
  top: 0;
  width: 72px;
}

.landing_button {
  text-align: center;
}
.landing_button .box .inner .more {
  background-color: #FC0055;
  padding: 35px 50px;
  position: relative;
}

.landing_small p {
  font-size: 12px;
}

.landing_arrows {
  padding-top: 170px;
  position: relative;
}
@media (min-width: 992px) {
  .landing_arrows {
    padding-top: 40px;
    padding-left: 250px;
  }
}
.landing_arrows h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .landing_arrows h2 {
    font-size: 30px;
  }
}
.landing_arrows p {
  font-size: 20px;
}
.landing_arrows:before {
  background: linear-gradient(112.81deg, #C90044 -17.47%, #FC004B 86.71%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 139px;
  left: 90px;
  position: Absolute;
  top: 0;
  width: 89px;
  z-index: 1;
}
@media (min-width: 992px) {
  .landing_arrows:before {
    left: -130px;
    width: 178px;
    height: 277px;
  }
}
.landing_arrows:after {
  background: linear-gradient(112.81deg, #C90044 -17.47%, #FC004B 86.71%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 139px;
  left: 150px;
  position: Absolute;
  top: 0;
  width: 89px;
}
@media (min-width: 992px) {
  .landing_arrows:after {
    left: 0;
    width: 178px;
    height: 277px;
  }
}

.heading40 .inner h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .heading40 .inner h2 {
    font-size: 40px;
  }
}

.landing_icon_image {
  text-align: center;
}
.landing_icon_image .image-holder {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 181px;
}

.landing_big_text .box h2 {
  font-size: 60px;
  line-height: 30px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .landing_big_text .box h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
.landing_big_text .box p {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  max-width: 80%;
}

.landing_vibe {
  padding-bottom: 0;
  padding-top: 0px;
  position: relative;
}
.landing_vibe .box {
  margin-bottom: 0;
}
.landing_vibe .box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .landing_vibe .box h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.landing_vibe .box p {
  font-size: 16px;
}

.landing_split_bg {
  background-color: #F5F5F5;
  position: relative;
}
.landing_split_bg:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 992px) {
  .landing_split_bg:before {
    background: linear-gradient(82.25deg, #C90044 -60.29%, #FC004B 58.91%);
    width: 50%;
  }
}
.landing_split_bg:after {
  background-image: url("/victofon/img/landing_vibes_big.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 224px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  z-index: 1;
  display: none;
}
@media (min-width: 1600px) {
  .landing_split_bg:after {
    display: block;
    height: 186px;
    width: 10%;
    max-width: 302px;
  }
}
.landing_split_bg .container {
  position: relative;
  z-index: 1;
}
.landing_split_bg .form-box {
  background: linear-gradient(82.25deg, #C90044 -60.29%, #FC004B 58.91%);
}
@media (min-width: 1200px) {
  .landing_split_bg .form-box {
    background-color: transparent;
  }
}
.landing_split_bg .form-box .form-control {
  text-transform: uppercase;
  height: 50px;
  border: 0;
  font-weight: bold;
  color: #00457c;
}
.landing_split_bg .form-box .form-control:focus {
  border: 2px solid #00457c;
  box-shadow: none;
}
.landing_split_bg .form-box ::placeholder {
  font-weight: normal !important;
  text-transform: uppercase;
}
.landing_split_bg .form-box .purple-btn, .landing_split_bg .form-box .error td a, .error td .landing_split_bg .form-box a {
  background-color: #39b54a;
}
.landing_split_bg .red_text {
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .landing_split_bg .red_text {
    text-align: right;
  }
}

.red_text {
  color: #FC0055;
}

.onlybutton .box .inner {
  padding-bottom: 20px;
}
.onlybutton .box .inner .more {
  position: relative;
}

.faq .question {
  border-bottom: 1px solid #CBCBCB;
  cursor: pointer;
}
.faq .question .box {
  margin-bottom: 0;
}
.faq .question .box .inner {
  padding: 30px 0;
}
.faq .question .box .inner h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.faq .question .box .inner .answer {
  display: none;
  padding-top: 40px;
}
.faq .active h2 {
  color: #FC0055;
  font-weight: bold !important;
}

.landing_form_purple .form-box {
  background-color: #c90044;
  padding: 30px 20px 30px 20px;
  color: #ffffff;
}
.landing_form_purple .form-box a {
  color: #ffffff;
}
.landing_form_purple .form-box .lead-holder {
  background-color: #c90044;
}
.landing_form_purple form .inner {
  background-color: #c90044;
  margin-bottom: 20px;
  margin-top: 20px;
}
.landing_form_purple .pt-2 {
  text-align: center;
}
.landing_form_purple.purple_text .mt-4 {
  margin-top: 0 !important;
}
.landing_form_purple.purple_text .lead-holder {
  background-color: #c90044;
  margin-bottom: 0;
  color: #ffffff;
  padding: 20px 20px 0 20px;
}
.landing_form_purple.purple_text .lead-holder p {
  color: #ffffff !important;
  margin-bottom: 0;
}
.landing_form_purple .purple-btn, .landing_form_purple .error td a, .error td .landing_form_purple a {
  background-color: #00457c;
  text-decoration: none !important;
}
.landing_form_purple .purple-btn:hover, .landing_form_purple .error td a:hover, .error td .landing_form_purple a:hover {
  background-color: #39b54a;
}

.landing_form_white .form-box, .landing_form_rounded .form-box {
  background-color: transparent;
  color: #000000;
  padding: 0;
}
.landing_form_white .form-box .lead-holder, .landing_form_rounded .form-box .lead-holder {
  background-color: #c90044;
  color: #ffffff;
  padding: 20px;
}
.landing_form_white .form-box form, .landing_form_rounded .form-box form {
  padding: 20px;
}
.landing_form_white .form-box a, .landing_form_rounded .form-box a {
  color: #00457c;
}
.landing_form_white .purple-btn, .landing_form_white .error td a, .error td .landing_form_white a, .landing_form_rounded .purple-btn, .landing_form_rounded .error td a, .error td .landing_form_rounded a {
  color: #ffffff !important;
  text-decoration: none !important;
}

#popup-leave .modal-content {
  background: url(/victofon/img/test-bg.jpg) #FFFFFF;
  background-size: cover;
}
#popup-leave .modal-content h5 {
  font-weight: 800;
}
#popup-leave .modal-content label input {
  margin-right: 20px;
}
#popup-leave .modal-content .button-holder {
  margin-top: 20px;
}
#popup-leave .modal-content .btn-default {
  background-color: #00457c;
  color: #ffffff;
}

.bw-brown .form-box {
  background-color: #2B2B2B;
  height: 100%;
}
.bw-brown .form-box .purple-btn, .bw-brown .form-box .error td a, .error td .bw-brown .form-box a {
  background-color: #db4a2b;
}

.landing_divider {
  font-size: 24px;
}
.landing_divider b, .landing_divider strong {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .landing_divider {
    font-size: 33px;
  }
  .landing_divider b, .landing_divider strong {
    font-size: 42px;
    line-height: 44px;
  }
}

.landing_medium_text {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .landing_medium_text {
    font-size: 36px;
    line-height: 42px;
  }
}

.h100 .form-box {
  height: 100%;
}

.landing_gradient_purple .box {
  background: linear-gradient(91.26deg, #C90044 45.31%, #FC004B 98.49%);
  color: #ffffff;
}
.landing_gradient_purple .box .inner {
  padding: 30px;
}
.landing_gradient_purple .box .inner p {
  margin-bottom: 0;
}

.year-selector h2 {
  font-weight: normal;
  margin-bottom: 15px;
}
.year-selector .icon-row {
  background-color: #ebebeb;
  padding: 15px;
  margin-bottom: 15px;
}
.year-selector .icon-row .icon {
  background-color: #ffffff;
  padding: 10px;
  min-height: 150px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}
.year-selector .icon-row .icon img {
  height: 150px;
  width: auto;
}
.year-selector .icon-row .icon div {
  font-weight: bold;
  margin-top: 10px;
}
.year-selector .icon-row .icon:hover {
  background-color: #dbdadb;
}
.year-selector .icon-row .icon.selected {
  background-color: #FC0055;
  color: #ffffff;
}

.landing_send_form {
  text-align: center;
}
.landing_send_form .btn_more {
  font-size: 20px !important;
  transform: translateX(-50%);
}

.page-3 .container .left_image_full.landing_small_padding .box .inner {
  padding: 30px;
}
@media (min-width: 768px) {
  .page-3 .container .left_image_full.landing_small_padding .box .inner {
    padding: 30px 0 30px 30px !important;
  }
}
.page-3 .container .right_image_full.landing_small_padding .box .inner {
  padding: 30px;
}
@media (min-width: 768px) {
  .page-3 .container .right_image_full.landing_small_padding .box .inner {
    padding: 30px 30px 30px 0 !important;
  }
}
.page-3 .text-center .more {
  left: 50%;
  transform: translateX(-50%);
}

.landing_form_rounded .fg-line {
  position: relative;
  margin-bottom: 2rem;
}
.landing_form_rounded .fg-line .input-holder {
  position: relative;
}
.landing_form_rounded .fg-line .form-control {
  width: 100%;
  padding: 0.7rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  border: 1px solid #dbdadb;
  background-color: #fbfbfb;
  border-radius: 25px;
  height: 53px !important;
}
.landing_form_rounded .form-group:not(.checkbox) .control-label {
  position: absolute;
  pointer-events: none;
  transition: 0.2s ease all;
  background: white;
  padding: 0 4px;
  top: -8px;
  left: 20px;
  font-size: 0.75rem;
  color: #FC0055;
  border-radius: 10px;
}
.landing_form_rounded .form-submit {
  border-radius: 25px;
}

.curved_image img {
  border-radius: 20px;
}

.bw-brown .box {
  background-color: #1A191C !important;
}

.tinnitus_wave {
  background: url(/victofon/img/tinnitus_lady.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -420px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .tinnitus_wave {
    background-position: initial;
  }
}
.tinnitus_wave .row {
  min-height: 450px;
  position: relative;
  z-index: 2;
}
.tinnitus_wave h2 {
  font-size: 32px;
}
.tinnitus_wave:after {
  background-image: url("/victofon/img/landing_vibes_big.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 130px;
  position: absolute;
  width: 210px;
  z-index: 1;
  right: -55px;
  bottom: -25px;
  transform: scale(0.7);
}
@media (min-width: 768px) {
  .tinnitus_wave:after {
    bottom: 0;
    right: -25px;
    transform: scale(1);
  }
}
.tinnitus_wave:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .tinnitus_wave:before {
    background: rgba(255, 255, 255, 0);
  }
}

.tinnitus_wave2 {
  background: url(/victofon/img/tinnitus_lady2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -500px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .tinnitus_wave2 {
    background-position: initial;
  }
}
.tinnitus_wave2 .row {
  min-height: 450px;
  position: relative;
  z-index: 2;
}
.tinnitus_wave2 h2 {
  font-size: 32px;
}
.tinnitus_wave2:after {
  background-image: url("/victofon/img/landing_vibes_big.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 130px;
  position: absolute;
  width: 210px;
  z-index: 1;
  right: -55px;
  bottom: -25px;
  transform: scale(0.7);
}
@media (min-width: 768px) {
  .tinnitus_wave2:after {
    bottom: 0;
    right: -25px;
    transform: scale(1);
  }
}
.tinnitus_wave2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .tinnitus_wave2:before {
    background: rgba(255, 255, 255, 0);
  }
}

.what-is-tinnitus {
  margin-top: 60px;
}
.what-is-tinnitus .circle-image img {
  border-radius: 50%;
  padding: 50px;
}
.what-is-tinnitus h2 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 30px;
}

.tinnitus-test h2 {
  font-size: 40px;
  font-weight: 700;
  width: 70%;
  margin: 0 auto 40px;
}

.tinnitus-quiz {
  border-bottom: 20px solid #c90044;
}

.tinnitus-consultation {
  margin-top: 100px;
}
.tinnitus-consultation .main-image {
  width: 350px;
  height: 350px;
  padding-left: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tinnitus-consultation .main-image {
    height: 450px;
    width: 450px;
  }
}
.tinnitus-consultation .main-image .image-holder {
  width: 300px;
  height: 300px;
  padding: 70px;
  border-radius: 50%;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .tinnitus-consultation .main-image .image-holder {
    height: 400px;
    width: 400px;
    padding: 80px;
  }
}
.tinnitus-consultation h2 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 30px;
}
.tinnitus-consultation h4 {
  border-left: 2px solid #c90044;
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
}

.negative-margin {
  margin-top: -70px;
}

.tinnitus-toggle-questions {
  margin-top: 100px;
}
.tinnitus-toggle-questions .more-box .box .inner .more-text {
  display: none;
}
.tinnitus-toggle-questions .more-box .box .inner h2 a {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  pointer-events: none;
}
.tinnitus-toggle-questions .more-box .box .inner .btn_more {
  background: none;
  color: #000000;
  padding-left: 25px;
  text-transform: none;
  position: relative;
}
.tinnitus-toggle-questions .more-box .box .inner .btn_more:hover {
  background: none;
}
.tinnitus-toggle-questions .more-box .box .inner .btn_more:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #c90044;
}

.tinnitus-technology {
  padding: 100px 0;
}
.tinnitus-technology h2 {
  color: #FC0055;
  font-size: 50px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tinnitus-technology h2 {
    font-size: 63px;
  }
}
.tinnitus-technology p {
  font-size: 18px;
}

.tinnitus-how-it-works {
  position: relative;
  padding-top: 70px;
}
@media (min-width: 768px) {
  .tinnitus-how-it-works {
    padding-top: 170px;
  }
}
.tinnitus-how-it-works h2 {
  font-weight: 400;
  padding-left: 80px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tinnitus-how-it-works h2 {
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.tinnitus-how-it-works:after, .tinnitus-how-it-works:before {
  transform: scale(0.7);
  top: 19%;
}
.tinnitus-how-it-works:before {
  left: -25px;
  top: 30px;
}
@media (min-width: 768px) {
  .tinnitus-how-it-works:before {
    left: -80px;
    top: 19%;
  }
}
.tinnitus-how-it-works:after {
  top: 30px;
  left: 10px;
}
@media (min-width: 768px) {
  .tinnitus-how-it-works:after {
    left: 0;
    top: 19%;
  }
}

.tinnitus-gallery {
  overflow: hidden;
}
.tinnitus-gallery .owl-drag {
  position: relative;
}
.tinnitus-gallery .owl-next, .tinnitus-gallery .owl-prev {
  position: absolute;
  right: 0;
  top: calc(50% - 18px);
  background: #FC0055;
  padding: 6px 13px;
  cursor: pointer;
}
.tinnitus-gallery .owl-prev {
  left: 0;
  right: auto;
}
.tinnitus-gallery .nav-arrows:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 20px;
  color: #ffffff;
}

.grey-red_bg {
  background: #f2f2f2;
  text-align: center;
}
@media (min-width: 768px) {
  .grey-red_bg {
    text-align: left;
    background: linear-gradient(90deg, #f2f2f2 50%, #FC0055 50%);
    padding: 120px 0;
  }
}
.grey-red_bg .grey-side {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .grey-red_bg .grey-side {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.grey-red_bg .grey-side .box {
  margin-bottom: 0;
}
.grey-red_bg .grey-side .box p {
  font-size: 36px;
  line-height: 40px;
  color: #FC0055;
  margin-bottom: 0;
}
.grey-red_bg .red-side {
  color: #ffffff;
  background: #FC0055;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .grey-red_bg .red-side {
    background: transparent;
    padding-top: 0;
  }
}
.grey-red_bg .red-side .box {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .grey-red_bg .red-side .box {
    margin-left: 30px;
  }
}
.grey-red_bg .red-side h2 {
  margin-bottom: 30px;
}
.grey-red_bg .red-side .btn-white {
  padding: 15px 30px;
  color: #FC0055;
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .grey-red_bg .red-side .btn-white {
    padding: 15px 40px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.grey-red_bg .red-side .btn-white:hover {
  background: #39b54a;
  color: #ffffff;
}
.grey-red_bg .red-side.form-block {
  padding: 30px;
}
@media (min-width: 768px) {
  .grey-red_bg .red-side.form-block {
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.grey-red_bg .red-side.form-block h3 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}
.grey-red_bg .red-side.form-block input {
  text-transform: uppercase;
}
.grey-red_bg .red-side.form-block a {
  color: white;
  text-decoration: underline;
}
.grey-red_bg .red-side.form-block button {
  background: transparent;
  border: 2px solid white;
}
.grey-red_bg .red-side.form-block button:hover {
  background: #c90044;
}

.tinnitus_faq {
  padding: 80px 15px;
}
.tinnitus_faq h2 {
  font-size: 28px;
  width: calc(100% - 40px);
}
.tinnitus_faq .title_block h2 {
  padding-left: 125px;
  height: 93px;
  line-height: 48px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .tinnitus_faq .title_block h2 {
    padding-left: 145px;
    height: 115px;
    line-height: 115px;
    font-size: 28px;
  }
}
.tinnitus_faq .title_block h2:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(/victofon/img/bulb.png);
  width: 85px;
  height: 93px;
  background-size: cover;
}
@media (min-width: 768px) {
  .tinnitus_faq .title_block h2:before {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 768px) {
  .tinnitus_faq .question.faq_question {
    margin-left: 15px;
  }
}
.tinnitus_faq .question.faq_question:after {
  content: "\f105" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  line-height: 40px;
  text-align: center;
  color: #cbcbcb;
  font-size: 42px;
  font-weight: 400;
  top: 20px;
}
.tinnitus_faq .question.faq_question.active:after {
  color: #FC0055;
  rotate: 90deg;
}

.minicrm-form-block .majestic-form {
  overflow: hidden;
}
.minicrm-form-block .majestic-form h3 {
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
  margin: 0 auto 90px;
}
@media (min-width: 768px) {
  .minicrm-form-block .majestic-form h3 {
    width: 66%;
    white-space: break-spaces;
  }
}
.minicrm-form-block .majestic-form .form-question.last h3 {
  font-weight: bold;
  margin-bottom: 50px;
}
.minicrm-form-block .majestic-form .form-question.last .input-holder {
  text-align: left;
}
.minicrm-form-block .majestic-form .form-question.last .input-holder .error {
  font-size: 14px;
  color: #c90044;
  font-weight: bold;
}
.minicrm-form-block .majestic-form .form-question.last .input-holder input {
  text-transform: uppercase;
}
.minicrm-form-block .majestic-form .form-question.last button {
  margin-top: 30px;
  background: #FC0055;
}
.minicrm-form-block .majestic-form .form-question.last button:hover {
  background: #c90044;
}
.minicrm-form-block .majestic-form .form-question.result {
  width: auto;
  padding: 50px;
  top: 0;
}
.minicrm-form-block .majestic-form .form-question.result h4 {
  color: #000000;
}
.minicrm-form-block .majestic-form .form-question.result h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
.minicrm-form-block .majestic-form .form-question.result .recommend-link {
  margin-top: 30px;
  background: #FC0055;
  color: #ffffff;
  padding: 25px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}
.minicrm-form-block .majestic-form .form-question.result .recommend-link:hover {
  background: #c90044;
}
.minicrm-form-block .majestic-form .form-question.result .btn.result-btn {
  background: white;
  color: #FC0055;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 18px;
}
.minicrm-form-block .majestic-form .form-question.result .btn.result-btn:hover {
  cursor: default;
}
.minicrm-form-block .majestic-form h4 {
  color: #fc004b;
  font-weight: bold;
}
.minicrm-form-block .majestic-form form {
  width: 800%;
  white-space: nowrap;
}
.minicrm-form-block .form-question {
  width: 12.5%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  white-space: initial;
}
.minicrm-form-block .form-question.last {
  padding: 0 15px;
  position: relative;
  top: 0;
}
.minicrm-form-block .form-question.form-question-7 {
  top: -60px;
}
.minicrm-form-block input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.minicrm-form-block input[type=radio] + label {
  display: inline-block;
  font-family: sans-serif, Arial;
  width: 200px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #fc004b;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .minicrm-form-block input[type=radio] + label:not(:last-of-type) {
    margin-right: 50px;
  }
}
.minicrm-form-block input[type=radio] + label:hover {
  background-color: #fc004b;
  color: #ffffff;
  cursor: pointer;
}
.minicrm-form-block input[type=radio]:focus + label {
  border: 2px dashed #444;
}
.minicrm-form-block input[type=radio]:checked + label {
  background-color: #fc004b;
  color: #ffffff;
}

.form-flavor-text {
  margin-top: 60px;
}
.form-flavor-text img {
  position: absolute;
  left: 25px;
  top: 0;
}
.form-flavor-text p {
  padding-left: 95px;
  font-size: 20px;
}
.form-flavor-text .form-flavor-link {
  margin-top: 30px;
  font-size: 12px;
}

.progress-container {
  text-align: center;
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
}
.progress-container .progressbar {
  width: calc(14.2857142857% - 20px);
  height: 10px;
  background: #acacac;
  border-radius: 6px;
  display: inline-block;
}
.progress-container .progressbar.active {
  background: #fc004b;
}
.progress-container .progressbar.full {
  width: 100%;
  background: #fc004b;
}

.page-device-price-landing .pt-60 {
  padding-top: 60px;
}
.page-device-price-landing main {
  margin-bottom: 0 !important;
}
.page-device-price-landing .more {
  line-height: 20px;
}
.page-device-price-landing h1 {
  display: none;
}
.page-device-price-landing h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1px;
}
.page-device-price-landing .heading-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  padding: 60px 20px 30px 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-device-price-landing .heading-text p {
    padding: 60px 60px 30px 60px;
    font-size: 28px;
  }
}
.page-device-price-landing .box .inner .more {
  background: #FC0055;
  max-width: 318px;
  text-align: center;
}
.page-device-price-landing .form-box {
  padding: 0;
  background: transparent;
}
.page-device-price-landing .form-box .row > .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px !important;
}
.page-device-price-landing .form-box input {
  text-transform: uppercase;
}
.page-device-price-landing .form-box .crm-form-submit {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.page-device-price-landing .form-box .crm-form-submit:hover {
  background-color: #39b54a;
}
.page-device-price-landing .gradient-red-bg {
  background: linear-gradient(82.25deg, #c90044 -60.29%, #FC0055 58.91%);
  color: #ffffff;
  padding: 10px 30px;
}
.page-device-price-landing .gradient-red-bg .box {
  margin-bottom: 0;
}
.page-device-price-landing .gradient-red-bg .box .inner {
  padding-right: 21px;
}
.page-device-price-landing .gradient-red-bg .box .inner p {
  margin-bottom: 0;
}
.page-device-price-landing .gradient-red-bg h2 {
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .page-device-price-landing .gradient-red-bg h2 {
    font-size: 33px !important;
    line-height: 39px !important;
  }
}
.page-device-price-landing .wave {
  position: relative;
  padding: 10px 30px 70px 30px;
}
@media (min-width: 992px) {
  .page-device-price-landing .wave {
    padding: 10px 30px;
  }
}
.page-device-price-landing .wave:after {
  background-image: url("/victofon/img/landing_vibes.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 130px;
  position: absolute;
  width: 210px;
  z-index: 1;
  right: -30px;
  bottom: -25px;
  transform: scale(0.7);
}
@media (min-width: 768px) {
  .page-device-price-landing .wave:after {
    bottom: 0;
    right: -44px;
    transform: scale(0.6);
  }
}
.page-device-price-landing .circle-icon .inner {
  position: relative;
  padding: 130px 0 20px 0;
}
@media (min-width: 992px) {
  .page-device-price-landing .circle-icon .inner {
    padding: 20px 0 20px 130px;
  }
}
.page-device-price-landing .circle-icon .inner p {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .page-device-price-landing .circle-icon .inner p {
    text-align: left;
  }
}
.page-device-price-landing .circle-icon .inner:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 70px);
  top: 0;
  background-image: url("/victofon/img/device-price-landing/money.svg");
  background-size: cover;
}
@media (min-width: 992px) {
  .page-device-price-landing .circle-icon .inner:after {
    left: 0;
    top: calc(50% - 70px);
  }
}
.page-device-price-landing .circle-icon.money .inner:after {
  background-image: url("/victofon/img/device-price-landing/money.svg");
}
.page-device-price-landing .circle-icon.target .inner:after {
  background-image: url("/victofon/img/device-price-landing/target.svg");
}
.page-device-price-landing .circle-icon.hand .inner:after {
  background-image: url("/victofon/img/device-price-landing/hand.svg");
}
.page-device-price-landing .circle-icon.cross .inner:after {
  background-image: url("/victofon/img/device-price-landing/cross.svg");
}
.page-device-price-landing .circle-icon.documents .inner:after {
  background-image: url("/victofon/img/device-price-landing/docs.svg");
}
.page-device-price-landing .grey-red_bg {
  padding: 60px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .page-device-price-landing .grey-red_bg {
    text-align: left;
    padding: 60px 0;
  }
}
.page-device-price-landing .grey-red_bg h2 {
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 700;
  margin-bottom: 24px;
  color: #FC0055;
}
@media (min-width: 992px) {
  .page-device-price-landing .grey-red_bg h2 {
    font-size: 33px !important;
    line-height: 39px !important;
  }
}
.page-device-price-landing .grey-red_bg p {
  line-height: 24px !important;
  font-size: 17px !important;
  color: #000000 !important;
}
@media (min-width: 992px) {
  .page-device-price-landing .grey-red_bg p {
    line-height: 28px !important;
    font-size: 19px !important;
  }
}
.page-device-price-landing .grey-red_bg .red-side {
  padding-left: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-device-price-landing .grey-red_bg .red-side {
    padding-bottom: 0;
  }
}
.page-device-price-landing .grey-red_bg .landing_form_purple .form-box {
  color: #ffffff !important;
}
.page-device-price-landing .grey-red_bg .landing_form_purple .form-box a {
  color: #ffffff !important;
}
.page-device-price-landing .grey-red_bg .landing_form_purple .lead-holder {
  background-color: transparent;
}
.page-device-price-landing .grey-red_bg .landing_form_purple form .inner {
  background-color: transparent;
}
.page-device-price-landing section.faq.device-price-faq {
  padding: 40px 15px;
  line-height: 28px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .page-device-price-landing section.faq.device-price-faq {
    font-size: 19px;
  }
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-device-price-landing section.faq.device-price-faq .question.faq_question {
    margin-left: 15px;
  }
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question:after {
  content: "\f105" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  line-height: 40px;
  text-align: center;
  color: #cbcbcb;
  font-size: 42px;
  font-weight: 400;
  top: 60px;
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question .box .inner {
  padding: 60px 40px 60px 0;
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question .box .inner h2 {
  color: #000000 !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .page-device-price-landing section.faq.device-price-faq .question.faq_question .box .inner h2 {
    font-size: 28px;
  }
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question.active:after {
  color: #FC0055;
  rotate: 90deg;
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question.active .box .inner .answer {
  display: block;
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question.active .box .inner .answer ul {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-device-price-landing section.faq.device-price-faq .question.faq_question.active .box .inner .answer ul {
    width: 50%;
    margin-top: 30px;
    float: left;
  }
}
.page-device-price-landing section.faq.device-price-faq .question.faq_question.active .box .inner .answer .more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-device-price-landing section.faq.device-price-faq .question.faq_question.active .box .inner .answer .more {
    position: initial;
    left: auto;
    transform: none;
  }
}
.page-device-price-landing .picture-testimonials {
  margin-bottom: 100px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-device-price-landing .picture-testimonials {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-device-price-landing .picture-testimonials .testimonial-text {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-device-price-landing .picture-testimonials .testimonial-text {
    text-align: left;
    margin-top: 0;
  }
}
.page-device-price-landing .picture-testimonials .testimonial-text h4.testimonial-writer {
  font-weight: 700;
  font-size: 16px;
}
.page-device-price-landing .picture-testimonials .testimonial-picture .inner {
  padding: 0 50px;
}
.page-device-price-landing .picture-testimonials .testimonial-picture .inner img {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  border-radius: 50%;
}
.page-device-price-landing section.first-step {
  padding-left: 0;
  padding-right: 0;
}
.page-device-price-landing section.first-step:after, .page-device-price-landing section.first-step:before {
  transform: scaleX(-1) scale(0.7);
  bottom: 19%;
  left: auto;
  top: auto;
  display: none;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step:after, .page-device-price-landing section.first-step:before {
    display: block;
  }
}
.page-device-price-landing section.first-step:before {
  right: -25px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step:before {
    right: 80px;
    bottom: 15%;
  }
}
.page-device-price-landing section.first-step:after {
  bottom: 30px;
  right: 10px;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step:after {
    right: 0;
    bottom: 15%;
    z-index: 2;
  }
}
.page-device-price-landing section.first-step h2 {
  font-weight: 700;
  color: #FC0055;
  font-size: 40px;
  line-height: 46px;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step h2 {
    font-size: 63px;
    line-height: 70px;
  }
}
.page-device-price-landing section.first-step .box .inner p {
  line-height: 28px;
  font-size: 19px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step .box .inner p {
    text-align: inherit;
  }
}
.page-device-price-landing section.first-step .emphasis-block .box .inner p {
  font-size: 28px;
  line-height: 32px;
}
.page-device-price-landing section.first-step .circle-image .box.has-image {
  margin-bottom: 0;
}
.page-device-price-landing section.first-step .circle-image .box.has-image .image-holder {
  padding: 0 44px;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step .circle-image .box.has-image .image-holder {
    padding: 44px;
  }
}
.page-device-price-landing section.first-step .circle-image .box.has-image .image-holder img {
  border-radius: 50%;
  max-width: 400px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
}
.page-device-price-landing section.first-step .more {
  position: relative !important;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step .more {
    position: absolute;
    left: auto;
    transform: none;
  }
}
.page-device-price-landing section.first-step .just-link .box {
  margin-bottom: 0;
  text-align: left !important;
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step .just-link .box {
    text-align: inherit !important;
  }
}
.page-device-price-landing section.first-step .just-link .box .inner.has-button {
  padding-bottom: 30px;
  padding-top: 0;
}
.page-device-price-landing section.first-step .just-link .box .inner.has-button .more {
  margin-top: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-device-price-landing section.first-step .just-link .box .inner.has-button .more {
    position: initial;
    transform: none;
    left: auto;
  }
}
.page-device-price-landing .landing-image-box:not(.col-xl-6) .inner h2 {
  font-size: 16px;
  line-height: 22px;
  border-left: 2px solid #FC0055;
  padding: 16px;
}
.page-device-price-landing .copyright-block .box {
  margin-bottom: 0;
}

.error {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .error {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .error {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .error .content {
    padding-bottom: 100px;
  }
}
.error h2 {
  font-weight: bold;
}
.error td {
  padding: 5px;
  vertical-align: top;
  display: block;
  width: 100% !important;
}
@media (min-width: 992px) {
  .error td {
    display: table-cell;
    width: 50% !important;
  }
}
.error td a {
  padding: 10px 9px;
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
