body {
  color: #5d615f;
}
@media (min-width: 1330px) {
  .container {
    max-width: 1320px;
  }
}
sup {
  font-family: DIN;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #34b55e;
  transition: color 0.3s ease-in;
}
a:hover {
  color: #298d49;
}
p,
li {
  font-size: 22px;
  line-height: 1.3636;
}
.e-home-protection-block {
  background: url(../images/ETH_Landing_Desktop_Campaign_portal.jpg) bottom / cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 68px 0 90px;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 62px - 105px);
}
.e-home-protection-block .e-home-page-title {
  font-family: Quarto;
  font-size: 60px;
  text-align: right;
  color: #80276c;
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
  right: 200px;
  opacity: 0;
  transition: 1s;
}
.e-home-protection-block .e-home-page-title.view {
  right: 0;
  opacity: 1;
  transition: 1s;
}
.e-animate-show {
  position: relative;
  right: 200px;
  opacity: 0;
  transition: 1s;
}
.e-animate-show.view {
  right: 0;
  opacity: 1;
  transition: 1s;
}
.e-home-icons-list img {
  opacity: 0;
  transform: scale(0.5);
}
.e-home-icons-list img.view {
  right: 0;
  opacity: 1;
  transform: scale(1);
  transition: 1s;
}
.e-home-page-jm-text {
  color: #5d615f;
  font-family: 'DIN';
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: right;
}
.e-home-page-jm-h3 {
  color: #80276c;
  font-family: "DIN";
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 52px;
}
.e-home-icons-list {
  display: flex;
  justify-content: flex-end;
}
.e-home-icons-list img {
  margin-left: 8.051%;
}
@media (max-width: 767px) {
  .e-home-icons-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .e-home-icons-list img {
    margin: 0 20px 40px 20px;
  }
}
.no_view_logo {
  display: none;
}
.view_logo {
  display: block;
  line-height: 0;
  transition: 0.5s;
}
.logo {
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  max-width: 212px;
  transform: translateY(-100%);
  animation: logo 1s forwards;
  animation-delay: 0.3s;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .logo {
    margin-bottom: -40px;
  }
}
.fixed_header .logo {
  max-width: 150px;
  padding: 7px 10px;
}
@keyframes logo {
  to {
    transform: translateY(0);
  }
}
body {
  padding-top: 62px;
}
.top_menu {
  background: #80276c;
  position: fixed;
  z-index: 2;
  max-height: 62px;
  width: 100%;
  top: 0;
}
.top_menu .row > div:first-child {
  position: static;
}
.top_menu ul {
  min-height: 62px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top_menu ul li {
  font-family: 'DIN';
  list-style-type: none;
  padding: 0 54px;
  line-height: 32px;
  border-left: 2px solid #fff;
}
.top_menu ul li.cta-btn {
  padding: 0;
  border-left: none;
}
.top_menu ul li.cta-btn a {
  border-radius: 3px;
  background-color: #f80039;
  border: 2px solid #f80039;
  display: block;
  padding: 1px 13px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.2s linear;
}
.top_menu ul li.cta-btn a:hover {
  background-color: #fff;
  color: #f80039;
}
.top_menu ul li.cta-btn a:hover:after {
  display: none;
}
.top_menu ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.top_menu ul li a {
  text-decoration: none;
  color: #f4f5f9;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.top_menu ul li a:after {
  content: "";
  width: 0;
  transition: width 0.3s ease;
}
.top_menu ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.top_menu ul li a:hover:after {
  content: "";
  height: 3px;
  background: #00c1d5;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.top_menu ul li.active a:after {
  content: "";
  height: 3px;
  background: #00c1d5;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 991px) {
  .top_menu {
    max-height: unset;
  }
  .top_menu ul li {
    padding: 0 25px;
  }
}
.second-nav {
  background: #00c1d5;
}
.second-nav .container > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
.second-nav .container > ul > li {
  padding: 6px 24px;
  line-height: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .second-nav .container > ul > li {
    padding: 0;
  }
}
.second-nav .container > ul > li.has-sub-menu {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .second-nav .container > ul > li.has-sub-menu {
    padding: 0;
  }
}
.second-nav .container > ul > li.has-sub-menu:after {
  content: "^";
  font-weight: bold;
  display: inline-block;
  transform: rotate(180deg);
  color: #fff;
  right: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .second-nav .container > ul > li.has-sub-menu:after {
    font-size: 17px;
  }
}
.second-nav .container > ul > li:before {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .second-nav .container > ul > li:before {
    display: none;
  }
}
.second-nav .container > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}
.second-nav .container > ul > li:last-child:before {
  display: none;
}
.second-nav .container > ul > li:hover > a,
.second-nav .container > ul > li:hover:after {
  color: #80276c;
}
.second-nav .container > ul > li:hover > ul {
  z-index: 10;
  animation: subnav 1.0s forwards;
}
.second-nav .container > ul > li > a {
  color: #ffffff;
  font-family: "DIN";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.second-nav .container > ul > li > a:hover {
  text-decoration: none;
  color: #80276c;
}
.second-nav .container > ul > li .sub-menu {
  background-color: #f3f4ff;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 15px;
  top: 36px;
  max-width: 247px;
  z-index: -1;
  opacity: 0;
}
.second-nav .container > ul > li .sub-menu a {
  display: block;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  color: #5d615f;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px;
}
.second-nav .container > ul > li .sub-menu a:hover {
  text-decoration: none;
  background-color: #fff;
}
@keyframes subnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jumptron {
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 360px;
  display: flex;
}
.jumptron .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.jumptron .r_btn {
  width: 240px;
  display: inline-block;
  margin-top: 20px;
}
.jumptron h1 {
  width: 53%;
  text-align: right;
  font-size: 60px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: 'Quarto';
  font-weight: bold;
  line-height: normal;
  margin-right: 105px;
  position: relative;
  right: 200px;
  opacity: 0;
  transition: 1s;
}
.jumptron h1.view {
  right: 0;
  opacity: 1;
  transition: 1s;
}
@media (max-width: 991px) {
  .jumptron h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jumptron h1 {
    font-size: 40px;
    margin-right: 0;
  }
}
.section-title {
  text-align: center;
  color: #80276c;
  font-family: Quarto;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  margin: 23px 0 30px;
}
.section-title:after {
  display: block;
  content: "";
  width: 76px;
  height: 3px;
  background-color: #00c1d5;
  margin: 8px auto 0;
}
section.resources {
  margin-bottom: 20px;
}
section.resources .resources-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resources-cols .item {
  width: 100%;
  max-width: 588px;
  display: flex;
  flex-direction: column;
}
.resources-cols .item h2 {
  text-align: center;
  color: #5d615f;
  font-family: 'Din';
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.resources-cols .item a {
  display: block;
  border-radius: 6px;
  background-color: #00c1d5;
  color: #ffffff;
  font-family: DIN;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 9px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.resources-cols .item a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0093a2;
}
.tips-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 24px;
}
.tips-slider .owl-dots .owl-dot:active,
.tips-slider .owl-dots .owl-dot:focus {
  outline: none !important;
}
.tips-slider .owl-dots .owl-dot.active span {
  background-color: #00c1d5;
}
.tips-slider .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #e1e1e1;
}
.tips-slider .owl-nav {
  margin-top: 0;
}
.tips-slider .owl-nav [class*='owl-'] {
  color: #00c1d5;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
}
.tips-slider .owl-nav [class*='owl-']:hover {
  opacity: 0.6;
}
.tips-slider .owl-nav [class*='owl-']:active,
.tips-slider .owl-nav [class*='owl-']:focus {
  outline: none !important;
}
.tips-slider .owl-nav [class*='owl-'] span {
  display: none;
}
.tips-slider .owl-nav .owl-prev {
  background: url(../images/tip-prev.png) no-repeat center !important;
  left: 13px;
}
.tips-slider .owl-nav .owl-next {
  background: url(../images/tip-prev.png) no-repeat center !important;
  transform: rotate(180deg);
  right: 13px;
}
.tip-item {
  width: 100%;
}
.tip-item-title {
  background: #00c1d5 url(../images/lamp.png) no-repeat 28px center;
  color: #fff;
  min-height: 86px;
  display: flex;
  align-items: center;
  font-family: DIN;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 92px;
}
@media (max-width: 767px) {
  .tip-item-title {
    font-size: 21px;
    padding: 60px 15px 10px 15px;
    background-size: 40px auto;
    background-position: center 10px;
    text-transform: unset;
    text-align: center;
  }
}
.tip-item-content {
  background-color: #f3f4ff;
  padding: 20px 66px 60px;
  min-height: 600px;
}
.tip-item-content h3 {
  color: #80276c;
  font-family: DIN;
  font-size: 32px;
  margin-bottom: 6px;
}
.tip-item-content p {
  color: #5d615f;
  font-family: DIN;
  font-size: 22px;
  margin-bottom: 18px;
  word-spacing: 1.1px;
  line-height: 1.2;
}
.tip-item-content ul ul {
  list-style-type: disc;
  padding-left: 25px;
}
section.helpful {
  background-color: rgba(211, 252, 255, 0.43);
  min-height: 584px;
  padding: 30px 0 24px;
  margin-top: 40px;
}
section.helpful .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.helpful p {
  font-size: 22px;
  color: #5d615f;
  margin-bottom: 15px;
  line-height: 30px;
  letter-spacing: 0.35px;
}
section.helpful p strong {
  font-family: 'DIN';
  font-weight: bold;
  line-height: 1.2;
}
section.helpful .notation {
  color: #5d615f;
  font-family: DIN;
  font-size: 18px;
  margin-top: 17px;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}
section.helpful .text-col {
  width: 100%;
  max-width: 540px;
}
section.helpful .resources-cols {
  max-width: 566px;
}
section.product-toggle,
.product-container {
  background: #f3f4ff;
  margin-bottom: -20px;
}
section.product-toggle .toggle-headline,
.product-container .toggle-headline {
  background: #00c1d5;
  color: #fff;
  color: #ffffff;
  font-family: 'Quarto-Bold';
  font-size: 40px;
  cursor: pointer;
}
section.product-toggle .toggle-headline .toggle-button,
.product-container .toggle-headline .toggle-button {
  margin-left: 50px;
  display: inline-block;
  font-size: 30px;
  position: relative;
}
section.product-toggle .toggle-content,
.product-container .toggle-content {
  text-align: center;
  display: none;
  padding-bottom: 50px;
}
section.product-toggle .r_btn,
.product-container .r_btn {
  max-width: 566px;
  margin: 0 auto 12px;
}
section.product-toggle .section-title,
.product-container .section-title {
  margin-top: 55px;
  margin-bottom: 21px;
}
section.product-toggle h4,
.product-container h4 {
  margin-top: -11px;
}
.product-container {
  background: #fff;
  padding: 0 90px 52px 90px;
  max-width: 1330px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-container {
    padding: 0 30px 30px;
  }
}
.product-container .section-title {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 21px;
}
.product-container h4 {
  color: #5d615f;
  font-family: DIN;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 31px;
}
.product-container h4 strong {
  font-family: 'Din';
  font-weight: 500;
}
.product-container h4 i {
  font-style: italic;
}
.product-container p {
  font-size: 22px;
  margin-bottom: 15px;
}
.product-container .fancybox-button {
  width: 32px;
  height: 32px;
  border: 2px solid #00c1d5;
  border-radius: 100%;
  color: #00c1d5;
  padding: 0;
  top: 10px;
  right: 10px;
}
.r_btn {
  display: block;
  border-radius: 6px;
  background-color: #00c1d5;
  border: none;
  color: #ffffff;
  font-family: DIN;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 9px;
  margin-bottom: 12px;
  line-height: 1.2;
  width: 100%;
  transition: background-color 0.3s ease-in;
}
.r_btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0093a2;
}
.r_btn:active,
.r_btn:focus {
  outline: none;
  box-shadow: none;
}
img.alignright {
  float: right;
}
.fancy-ol {
  list-style-type: none;
  counter-reset: fancyol;
  padding: 0;
  margin-left: 30px;
}
.fancy-ol li {
  font-size: 22px;
  position: relative;
  counter-increment: fancyol;
  margin-bottom: 11px;
  padding-left: 47px;
  line-height: 1;
  margin-bottom: 29px;
}
.fancy-ol li:before {
  content: counter(fancyol);
  border: 2px solid #f9b233;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  line-height: 29px;
}
.fancy-ol li:nth-of-type(1):before {
  background-color: #e31c44;
}
.fancy-ol li:nth-of-type(2):before {
  background-color: #1cacdd;
}
.fancy-ol li:nth-of-type(3):before {
  background-color: #8f458f;
}
figure {
  font-size: 0;
}
figure figcaption {
  font-size: 12px;
}
ul.ico-left {
  list-style-type: none;
  padding: 0;
}
ul.ico-left li {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 75px;
  padding-left: 90px;
  margin-bottom: 33px;
  font-size: 22px;
  font-weight: 500;
}
ul.ico-left li:nth-child(1) {
  background-image: url(../images/hazard_icon.png);
}
section p {
  font-size: 22px;
  margin-bottom: 15px;
}
section h4 {
  color: #5d615f;
  font-family: DIN;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 31px;
}
section h4 strong {
  font-family: 'Din';
  font-weight: 500;
}
section h4 i {
  font-style: italic;
}
.pharse_active .popup_ident {
  display: block !important;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 60px 0;
}
.pharse_active .popup_ident:before {
  content: 'This section is only here in ICE mode. It is made for easy editing.';
  display: inline-block;
  max-width: 250px;
  position: absolute;
  top: -46px;
  left: -50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
}
.pharse_active .data_external_inner {
  position: static;
}
.pharse_active .vitoff-main img.alignright {
  float: none;
}
.e-footer {
  background-color: #80276c;
  font-family: 'DIN';
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 18px;
  z-index: 10;
  position: relative;
}
.e-footer .container {
  padding-bottom: 15px;
}
.e-footer .e-copy-text {
  font-size: 16.5px;
  display: flex;
}
.e-footer .e-copy-text span {
  margin-right: 30px;
}
.e-footer .e-copy-date {
  justify-content: flex-end;
  padding-right: 25px;
}
.e-footer-nav {
  list-style: none;
  margin-bottom: 9px;
  padding: 0;
}
.e-footer-nav > li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .e-footer-nav > li {
    margin-right: 16px;
  }
}
.e-footer-nav > li > a {
  color: #ffffff;
  font-size: 17px;
}
.bootstrap-select .dropdown-menu li {
  font-size: 17px;
}
.btn.select-country {
  background: transparent url(../images/global_icon.png) no-repeat left center;
  border-color: transparent;
  padding-left: 37px;
  font-size: 17px;
  font-family: "DIN";
  font-weight: 500;
  color: #fff;
}
.btn.select-country:hover {
  text-decoration: underline;
}
.btn.select-country:focus,
.btn.select-country:active {
  outline: none !important;
  box-shadow: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #80276c;
}
.toggle-nav {
  display: none;
}
.section-third a {
  word-break: break-all;
}
.ac_block_4 {
  max-width: 510px;
  width: 100%;
  padding-left: 40px;
  text-align: center;
}
.ac_block_4 .span1 {
  font-size: 76px;
  letter-spacing: 4px;
  color: #00c1d5;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: -43px;
}
.ac_block_4 .span2 {
  color: #80276c;
  text-transform: uppercase;
  font-weight: 500;
}
.ac_block_4 strong {
  font-weight: 500;
}
.ac_block_4 p {
  font-size: 36px;
  line-height: 1.13;
  text-align: left;
}
.ac_block_4 .r_btn {
  color: #fff;
  display: inline-block;
  width: unset;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 0;
}
.ac_block_4 .r_btn small {
  font-size: 20px;
  text-transform: none;
  display: block;
}
.mini-title {
  color: #00c1d5;
  font-size: 32px;
  margin-top: 31px;
  margin-bottom: 4px;
}
.mini-title + p,
.mini-title + p + p,
.mini-title + p + p + p {
  font-family: DIN;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.mini-title + p i,
.mini-title + p + p i,
.mini-title + p + p + p i {
  font-style: italic;
}
.section-reminder {
  padding-bottom: 52px;
  padding-top: 10px;
}
.section-reminder .r_btn:hover {
  background-color: #00c1d5;
}
.section-form {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 43px;
  margin-bottom: 14px;
}
.section-form .r_btn {
  display: inline-block;
  width: unset;
  min-width: 200px;
  position: absolute;
  right: -42px;
  bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
}
form:not(.footer-form) .check_group {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
form:not(.footer-form) .check_group > label {
  width: 100%;
}
form:not(.footer-form) .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  grid-column-gap: 83px;
  grid-row-gap: 14px;
}
form:not(.footer-form) .form-group {
  margin-bottom: 0;
  position: relative;
}
form:not(.footer-form) .custom-control {
  margin-bottom: 12px;
}
form:not(.footer-form) .custom-control-label {
  padding-left: 8px;
  margin-right: 7px;
}
form:not(.footer-form) label {
  font-family: DIN;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 4px;
}
form:not(.footer-form) input[type=text],
form:not(.footer-form) input[type=email],
form:not(.footer-form) input[type=tel] {
  border-radius: 10px;
  border: 2px solid #00c1d5;
  height: 45px;
}
form:not(.footer-form) input[type=text]:focus,
form:not(.footer-form) input[type=email]:focus,
form:not(.footer-form) input[type=tel]:focus {
  box-shadow: none;
  border-color: #0093a2;
}
form:not(.footer-form) input[type=text]:hover,
form:not(.footer-form) input[type=email]:hover,
form:not(.footer-form) input[type=tel]:hover {
  border-color: #007c89;
}
form:not(.footer-form) input[type=text].error-field,
form:not(.footer-form) input[type=email].error-field,
form:not(.footer-form) input[type=tel].error-field {
  border-color: red;
}
form:not(.footer-form) .bootstrap-select > .dropdown-toggle {
  border: 2px solid #00c1d5;
  padding: 8px 12px 9px;
  border-radius: 10px;
}
form:not(.footer-form) .bootstrap-select > .dropdown-toggle:focus,
form:not(.footer-form) .bootstrap-select > .dropdown-toggle:active {
  box-shadow: none !important;
  outline: none !important;
}
form:not(.footer-form) .show > .btn-light.dropdown-toggle {
  background: #fff;
  border: 2px solid #00c1d5;
}
.e-contacts-container {
  background-image: url(../images/bg_img.jpg);
}
.contact-form .custom-control {
  margin-bottom: 4px;
}
.contact-form .form-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 33px;
}
@media (max-width: 767px) {
  .contact-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-form .form-grid label {
    display: block;
    text-align: left;
  }
}
.contact-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  min-height: 24px;
}
.contact-form .loading {
  background: url(../images/form-loader.svg) no-repeat center;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background: #ccc;
  border-color: #ccc;
}
.custom-control-input:checked ~ .custom-control-label:after {
  background-image: none !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.error-field + .custom-control-label {
  color: red;
}
.error-field + .custom-control-label:before {
  border-color: red;
}
.error-field + .dropdown-toggle {
  border-color: red !important;
}
.custom-control-label::after,
.custom-control-label::before {
  width: 22px;
  height: 22px;
}
.form-response {
  display: none;
  margin-top: 20px;
  text-align: center;
  border: 2px solid;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.form-response.success {
  color: #00c1d5;
}
.form-response.error {
  color: #f80039;
}
.form-response p {
  margin: 0;
}
.section-support {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 7px;
  margin-bottom: 25px;
}
.support-buttons-grid {
  display: grid;
  grid-template-columns: repeat(2, 566px);
  grid-column-gap: 80px;
  margin-top: 21px;
  padding: 0 40px;
}
.support-detail {
  grid-column: 2/3;
  text-align: center;
}
.support-detail .green-text {
  color: #34b55e;
  font-size: 21px;
  margin-bottom: 0;
  font-weight: bold;
}
.support-detail strong:first-of-type {
  margin-right: 10px;
}
.section-fifth {
  margin-top: 30px;
  margin-bottom: 27px;
}
.section-fifth ul.ico-left li {
  font-size: 18px;
  padding-left: 85px;
  font-size: 19.8px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.section-fifth ul.ico-left li:nth-child(1) {
  background-image: url(../images/ico1.png);
}
.section-fifth ul.ico-left li:nth-child(2) {
  background-image: url(../images/ico2.png);
}
.section-fifth ul.ico-left li:nth-child(3) {
  background-image: url(../images/ico3.png);
}
.section-sixth {
  margin-bottom: 26px;
}
.section-sixth p {
  margin-bottom: 13px;
  line-height: 1.2;
}
.section-sixth ul {
  margin: 0 10px 10px 36px;
  padding: 0;
}
.section-sixth ul li {
  font-size: 22px;
  line-height: 1.2;
}
.section-seventh {
  background: url(../images/viv_phone_icon.png) no-repeat left center;
  min-height: 46px;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding: 16px 0 16px 60px;
}
.section-seventh p {
  margin-bottom: 0;
  color: #34b55e;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
.section-8 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 45px;
  border-bottom: 2px solid #e1e1e1;
}
.section-8 ol {
  padding: 0;
  margin: 0 0 0 13px;
}
.section-8 ol li {
  font-size: 12px;
  font-weight: 400;
}
.vitoff-main {
  padding-top: 30px;
}
.vitoff-main img {
  opacity: 0;
  transform: scale(0);
  transition: 1s;
}
.vitoff-main img.view {
  opacity: 1;
  transform: scale(1);
}
.section-reminder img img {
  opacity: 0;
  transform: unset;
  transition: 0.3s;
}
.section-reminder img img.view {
  opacity: 1;
  transform: unset;
}
.fancybox-bg {
  background-color: rgba(187, 214, 218, 0.85);
}
.fancybox-app2-popup .fancybox-content {
  background-color: rgba(0, 193, 213, 0.95);
  color: #fff;
  max-width: 797px;
  width: 100%;
  padding: 38px 33px;
}
.fancybox-app2-popup .fancybox-content p {
  font-size: 27px;
  letter-spacing: 0.4px;
  line-height: 36px;
  margin-bottom: 10px;
}
.fancybox-app3-popup .fancybox-content {
  background-color: #fff;
  max-width: 615px;
  width: 100%;
  padding: 20px 33px;
  text-align: center;
}
.fancybox-app3-popup .fancybox-content h3 {
  font-size: 28px;
}
.fancybox-app3-popup .fancybox-content p {
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.fancybox-app3-popup .fancybox-content .r_btn {
  display: inline-block;
  width: unset;
  padding: 18px 56px;
  margin-top: 15px;
}
.fancybox-app3-popup .fancybox-content .fancybox-close-small {
  display: none;
}
.fancybox-app3-popup .fancybox-content .check_group {
  margin-bottom: 0;
}
.ac_block_4_img {
  position: relative;
}
.ac_block_4_img .span1,
.ac_block_4_img .span2 {
  position: absolute;
  transform: scale(0);
}
.ac_block_4_img .span1 {
  background: url(../images/ac_block_4_phone_m1.png) no-repeat 0 0;
  width: 176px;
  height: 127px;
  top: 70px;
  left: -34px;
  z-index: 1;
}
.ac_block_4_img .span1.view {
  animation: a4_m 0.3s forwards;
  animation-delay: 1s;
}
.ac_block_4_img .span2 {
  background: url(../images/ac_block_4_phone_m2.png) no-repeat 0 0;
  width: 167px;
  height: 118px;
  top: 119px;
  left: 54px;
}
.ac_block_4_img .span2.view {
  animation: a4_m 0.3s forwards;
  animation-delay: 1.5s;
}
.ca_provice {
  display: none;
  position: relative;
}
.ca_provice.active {
  display: block;
}
#data_external.fancybox-content {
  width: 100%;
  height: 100%;
}
.data_external_inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.data_external_inner h3 {
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1.5;
}
.data_external_inner .r_btn {
  max-width: 256px;
  display: inline-block;
}
.data_external_inner .r_btn.light {
  background-color: #fff;
  border: 2px solid #00c1d5;
  color: #00c1d5;
}
.data_external_inner .r_btn.light:hover {
  background-color: #00c1d5;
  color: #fff;
}
.p_logo {
  margin-bottom: 40px;
  text-align: center;
}
.p_logo img {
  max-width: 250px;
}
@keyframes a4_m {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 1329px) {
  .top_menu ul li {
    padding: 0 40px;
  }
  .ac_block_4_img {
    text-align: right;
  }
  .support-buttons-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}
@media (max-width: 1199px) {
  .section-form .form-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .top_menu ul li {
    padding: 0px 19px;
  }
  .top_menu ul li a {
    font-size: 18px;
  }
  .support-detail {
    grid-column: 1/3;
  }
  .section-form .r_btn {
    position: static;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  .e-footer {
    text-align: center;
  }
  .e-logo-footer {
    display: block;
    margin-top: 30px;
  }
  img.alignright {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .ac_block_4_img {
    display: none;
  }
  .ac_block_4 {
    margin: 30px auto 0;
  }
  .section-fifth img {
    margin-bottom: 20px;
  }
  .top_menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  .top_menu ul > li {
    border-left: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .top_menu ul > li.cta-btn {
    margin-top: 30px;
    text-align: center;
  }
  .second-nav ul {
    flex-direction: column;
  }
  .second-nav ul li {
    border: none;
    margin: 5px 0 5px 0;
  }
  .toggle-nav {
    display: block;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 20px;
    top: 30px;
    transition: 0.3s;
  }
  .toggle-nav.active {
    height: 10px;
    transform: rotate(45deg);
    border-bottom: none;
  }
  .toggle-nav.active span {
    transform: rotate(90deg);
    transform-origin: top;
    margin: 0;
  }
  .toggle-nav span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 5px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .top_menu ul {
    display: none;
  }
  .top_menu ul.active {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 77px;
  }
  .logo {
    position: static;
    margin: 0;
    text-align: center;
  }
  .logo img {
    max-width: 112px;
  }
  .section-sixth img {
    margin-top: 10px;
  }
  .support-buttons-grid,
  .section-form .form-grid {
    display: block;
  }
  .section-form .form-group {
    margin-bottom: 20px;
  }
  .section-form .r_btn {
    width: 100%;
  }
  .ac_block_4 .span1 {
    font-size: 56px;
  }
  .ac_block_4 p {
    font-size: 27px;
  }
  .tip-item-content {
    padding: 30px 30px 60px;
  }
  .tip-item-content p {
    font-size: 18px;
  }
  .tips-slider .owl-nav [class*='owl-'] {
    opacity: 0.5;
  }
  .tips-slider .owl-nav .owl-prev {
    left: -15px;
  }
  .tips-slider .owl-nav .owl-next {
    right: -15px;
  }
  section.helpful p,
  .resources-cols .item a {
    font-size: 18px;
  }
  .e-home-protection-block {
    text-align: center;
  }
  .e-home-protection-block .e-home-page-title {
    font-size: 40px;
    text-align: right;
  }
  .e-home-page-jm-text {
    line-height: 1.3;
  }
}
/*cookies*/
.e-cookies-banner * {
  box-sizing: border-box;
}
.e-cookies-banner .pull-right {
  float: right!important;
}
.e-cookies-banner .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.e-cookies-banner .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.e-cookies-banner .row:before {
  display: table;
  content: " ";
}
.e-cookies-banner .row:after {
  clear: both;
  display: table;
  content: " ";
}
@media (max-width: 767px) {
  .e-cookies-banner {
    text-align: center;
  }
  .e-cookies-banner .e-cookies-btn-wrp {
    display: block;
    margin: auto;
    float: none !important;
  }
  .e-cookies-banner .e-consent-banner thead th:nth-last-child(2) {
    border-right: none;
  }
  .e-cookies-banner .e-consent-banner tbody td:nth-last-child(2) {
    border-right: none;
  }
  .e-cookies-banner .e-consent-banner thead th:last-of-type {
    display: none;
  }
  .e-cookies-banner .e-consent-banner tbody td:last-of-type {
    display: none;
  }
}
@media (max-width: 991px) {
  .e-cookies-banner-wrp .e-btn {
    margin-top: 10px;
  }
}
.e-cookies-banner-wrp .e-btn {
  background-color: #ffffff;
  color: #00c1d5 !important;
  border-color: #00c1d5;
  border-width: 2px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'DIN Medium';
  font-size: 16px;
  padding: 7px 24px;
  border-style: solid;
}
.e-cookies-banner-wrp .e-m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.e-cookies-banner-wrp .e-btn.e-btn-150 {
  width: 150px;
  font-size: 20px;
}
.e-cookies-banner-wrp .e-btn.e-btn-250 {
  width: 250px;
  font-size: 20px;
}
.e-cookies-banner-wrp .e-btn.e-btn-inverse,
.e-btn.cancelBtn {
  color: #ffffff !important;
  background-color: #00c1d5;
}
.e-cookies-banner-wrp .e-btn.e-btn-transparent:hover {
  border-color: #ffffff !important;
}
.e-cookies-banner-wrp .e-btn:hover,
.e-btn:focus {
  color: #ffffff !important;
  background-color: #00c1d5 !important;
  border-color: #00c1d5 !important;
  text-decoration: none;
}
.e-cookies-banner-wrp .e-btn.e-btn-inverse:hover,
.e-btn.cancelBtn:hover {
  background-color: #ffffff !important;
  color: #00c1d5 !important;
}
.e-cookies-banner-wrp .e-btn.e-btn-white-hover:hover {
  border-color: #ffffff !important;
}
.e-cookies-banner-wrp .e-btn.e-btn-transparent {
  background-color: transparent !important;
}
.e-cookies-banner {
  color: #ffffff;
}
.e-cookies-banner h2 {
  font-family: "Din Medium";
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 10px;
}
.e-cookies-banner-wrp p {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 24px;
}
.e-cookies-banner .hover-white {
  color: #0097a9;
}
.e-cookies-banner .hover-white:hover,
.hover-white:active,
.hover-white:focus {
  color: #ffffff;
  text-decoration: underline;
}
.e-cookies-banner {
  position: fixed;
  bottom: 0;
  z-index: 1020;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
  transition: 0.5s;
  max-height: 90vh;
}
#cookies_load.highposition {
  z-index: 99993;
  position: relative;
}
.e-cookies-banner.e-cookies-colapsed {
  max-height: 0;
  padding: 0;
}
.e-cookies-banner .e-privacy-settings {
  position: absolute;
  font-size: 16px;
  padding: 5px 10px;
  top: -30px;
  transform: translateX(-50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: normal;
}
.e-cookies-banner .e-cookies-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.e-cookies-banner .e-cookies-container h2 {
  font-size: 17px;
  margin-top: 0;
}
.e-cookies-banner .e-consent-banner {
  border: 2px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
}
.e-cookies-banner .e-consent-banner th,
.e-cookies-banner .e-consent-banner td {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid;
  padding: 10px;
}
.e-cookies-banner .e-consent-banner thead th:last-of-type {
  border-right: none;
}
.e-cookies-banner .e-consent-banner tbody td:last-of-type {
  border-right: none;
}
.e-cookies-banner .e-consent-banner tbody tr:last-of-type td,
.e-cookies-banner .e-consent-banner tbody tr:last-of-type th {
  border-bottom: none;
}
.e-cookies-banner .e-consent-banner label {
  white-space: nowrap;
}
.e-cookies-banner .e-privacy-info {
  max-height: 85vh;
  overflow-y: scroll;
  padding-right: 20px;
}
.e-cookies-banner .e-privacy-info.e-privacy-info::-webkit-scrollbar {
  width: 3px;
}
.e-cookies-banner .e-privacy-info.e-privacy-info::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.e-cookies-banner .e-cookies-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  border-width: 2px;
}
.e-noscroll {
  overflow: hidden;
  height: 100vh;
}
.e-white-color {
  color: #ffffff !important;
}
.e-underline-link {
  text-decoration: underline;
}
.e-underline-link:hover {
  text-decoration: none;
}
.e-cookies-banner table {
  margin: 0;
  border-spacing: 0;
}
.e-cookies-banner [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[type="radio"] + .e-label-box {
  font-weight: normal;
  position: relative;
  font-size: 16px;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  border-width: 2px;
}
[type="radio"]:checked + .e-label-box:before {
  background: #00c1d5;
}
[type="radio"] + .e-label-box:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: -0.25em;
  border-radius: 10px;
  border: 1px solid #00c1d5;
  margin-right: 0.5em;
  transition: 0.5s ease all;
}
[type="radio"]:checked + .e-label-box:after {
  background: #ffffff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: 7px;
  top: 8px;
  border-radius: 50px;
}
.e-cookies-banner a {
  outline: none;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  transform: none !important;
}
.modal-content_new {
  max-width: 490px;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  position: relative;
  background-color: #fff;
}
.e-cookies-banner-wrp .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border: 0;
}
.e-cookies-banner-wrp .modal-body {
  color: #333;
  text-align: center;
  position: relative;
  padding: 0 15px 30px 15px;
}
.e-btn-close {
  width: 30px;
  height: 30px;
  border: 2px solid #00c1d5;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}
.e-btn-close:hover {
  background-color: #00c1d5;
  border-color: #ffffff;
}
.e-btn-close span {
  height: 2px;
  width: 65%;
  display: block;
  background-color: #00c1d5;
  position: absolute;
  left: 50%;
  top: 50%;
}
.e-btn-close:hover span {
  background-color: #ffffff;
}
.e-btn-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}
.e-btn-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.e-cookies-banner-wrp .e-f-20 {
  font-size: 20px;
}
.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.top_mar10 {
  margin-top: 10px;
}
.highlight-button {
  animation-iteration-count: 3;
  animation-name: highlight;
  animation-duration: 2s;
  animation-timing-function: ease;
  transition: unset;
}
@keyframes highlight {
  0% {
    background: #00c1d5;
  }
  50% {
    background: transparent;
  }
  100% {
    background: #00c1d5;
  }
}
/*cookies*/
