@-webkit-keyframes bounce {
  0% {
    top: 42%;
  }
  50% {
    top: 48%;
  }
  100% {
    top: 42%;
  }
}
@keyframes bounce {
  0% {
    top: 42%;
  }
  50% {
    top: 48%;
  }
  100% {
    top: 42%;
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes shake {
  50% {
    background-color: #f9506a;
  }
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  50% {
    background-color: #f9506a;
  }
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .promo-line {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .promo-line .promo-line-content {
    width: 884px;
    margin: 0 auto;
  }
  .logo {
    width: 40px;
    height: 40px;
  }
  .logo-text {
    font-size: 26px;
    line-height: 40px;
    padding-left: 15px;
  }
  .logo-text.mobile {
    display: none !important;
  }
  header .header-container {
    padding: 60px 0;
    width: 884px;
    margin: 0 auto;
  }
  header .header-container ul {
    line-height: 40px;
    margin-right: 35px;
  }
  header .header-container ul li {
    margin: 0 15px;
  }
  header .header-container .button-stroke {
    padding: 10px 20px 10px 40px;
    background-size: 14px 14px !important;
    background-position: 20px 50% !important;
  }
  .mobile-menu_popup_open {
    display: none;
  }
  #mobile-menu_popup {
    width: 260px;
  }
  footer {
    padding: 60px 0 70px;
  }
  footer .footer-container {
    width: 884px;
    margin: 0 auto;
  }
  footer .footer-container .footer-menu {
    width: 600px;
    line-height: 30px;
    display: inline-block;
  }
  footer .footer-container .footer-menu .footer-menu-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  footer .footer-container .footer-menu #footer-menu-col-2 {
    margin: 0 85px;
  }
  footer .footer-container .footer-menu-2-col {
    display: none;
  }
  footer .footer-container .footer-contacts {
    text-align: right;
    width: 180px;
    margin-left: 99px;
    display: inline-block;
  }
  footer .footer-container .footer-contacts a {
    display: inline-block;
  }
  footer .footer-container .footer-contacts #footer-phone {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }
  footer .footer-container .footer-contacts #footer-email {
    font-size: 16px;
    line-height: 20px;
  }
  footer .language-switcher {
    font-size: 16px;
    margin-top: 25px;
    float: right;
  }
  footer #footer-copyright {
    font-size: 16px;
    margin-top: 35px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .promo-line {
    padding: 15px 50px;
    font-size: 14px;
    line-height: 18px;
  }
  .logo {
    width: 40px;
    height: 40px;
  }
  .logo-text {
    font-size: 26px;
    line-height: 40px;
    padding-left: 15px;
  }
  header .button-stroke {
    padding: 10px 20px 10px 40px;
    background-size: 14px 14px !important;
    background-position: 20px 50% !important;
  }
  header .header-container-white,
  header .header-container-green {
    padding: 50px;
  }
  header .header-menu {
    display: none;
  }
  .mobile-menu_popup_open {
    float: right;
    margin-top: 12px;
  }
  #mobile-menu_popup {
    width: 260px;
  }
  footer {
    padding: 50px;
  }
  footer .footer-container {
    margin: 0 auto;
  }
  footer .footer-container .footer-menu {
    width: calc(100% - 170px - 40px);
    line-height: 30px;
    display: inline-block;
  }
  footer .footer-container .footer-menu .footer-menu-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  footer .footer-container .footer-menu #footer-menu-col-2 {
    margin-left: 60px;
  }
  footer .footer-container .footer-menu-3-col {
    display: none;
  }
  footer .footer-container .footer-contacts {
    text-align: right;
    width: 170px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-container .footer-contacts a {
    display: inline-block;
  }
  footer .footer-container .footer-contacts #footer-phone {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }
  footer .footer-container .footer-contacts #footer-email {
    font-size: 16px;
    line-height: 20px;
  }
  footer .language-switcher {
    font-size: 16px;
    margin-top: 25px;
    float: right;
  }
  footer #footer-copyright {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media (max-width: 639px) {
  .promo-line {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .logo {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .logo-text {
    font-size: 20px;
    line-height: 32px;
    padding-left: 12px;
  }
  header .button-stroke {
    padding: 10px 20px 10px 40px;
    background-size: 14px 14px !important;
    background-position: 20px 50% !important;
  }
  header .header-container-white,
  header .header-container-green {
    padding: 30px;
  }
  header .header-menu {
    display: none;
  }
  .mobile-menu_popup_open {
    float: right;
    margin-top: 12px;
  }
  #mobile-menu_popup {
    width: 206px;
  }
  footer {
    padding: 30px;
  }
  footer .footer-container {
    margin: 0 auto;
  }
  footer .footer-container .footer-menu {
    line-height: 30px;
    display: inline-block;
  }
  footer .footer-container .footer-menu .footer-menu-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  footer .footer-container .footer-menu #footer-menu-col-2 {
    margin-left: 30px;
  }
  footer .footer-container .footer-menu-3-col {
    display: none;
  }
  footer .footer-container .footer-contacts {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  footer .footer-container .footer-contacts a {
    display: block;
  }
  footer .footer-container .footer-contacts #footer-phone {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }
  footer .footer-container .footer-contacts #footer-email {
    font-size: 16px;
    line-height: 20px;
  }
  footer .language-switcher {
    font-size: 16px;
    margin-bottom: 25px;
  }
  footer #footer-copyright {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .promo-line {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .promo-line .promo-line-content {
    width: 1080px;
    margin: 0 auto;
  }
  .logo {
    width: 40px;
    height: 40px;
  }
  .logo-text {
    font-size: 26px;
    line-height: 40px;
    padding-left: 15px;
  }
  .logo-text.mobile {
    display: none !important;
  }
  header .header-container {
    padding: 60px 0;
    width: 1080px;
    margin: 0 auto;
  }
  header .header-container ul {
    line-height: 40px;
    margin-right: 35px;
  }
  header .header-container ul li {
    margin: 0 15px;
  }
  header .header-container .button-stroke {
    padding: 10px 20px 10px 40px;
    background-size: 14px 14px !important;
    background-position: 20px 50% !important;
  }
  .mobile-menu_popup_open {
    display: none;
  }
  #mobile-menu_popup {
    width: 260px;
  }
  footer {
    padding: 60px 0 70px;
  }
  footer .footer-container {
    width: 1080px;
    margin: 0 auto;
  }
  footer .footer-container .footer-menu {
    width: 600px;
    line-height: 30px;
    display: inline-block;
  }
  footer .footer-container .footer-menu .footer-menu-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  footer .footer-container .footer-menu #footer-menu-col-2 {
    margin: 0 85px;
  }
  footer .footer-container .footer-menu-2-col {
    display: none;
  }
  footer .footer-container .footer-contacts {
    text-align: right;
    width: 180px;
    margin-left: 295px;
    display: inline-block;
  }
  footer .footer-container .footer-contacts a {
    display: inline-block;
  }
  footer .footer-container .footer-contacts #footer-phone {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }
  footer .footer-container .footer-contacts #footer-email {
    font-size: 16px;
    line-height: 20px;
  }
  footer .language-switcher {
    font-size: 16px;
    margin-top: 25px;
    float: right;
  }
  footer #footer-copyright {
    font-size: 16px;
    margin-top: 35px;
  }
}
.promo-line {
  background-color: #f2f2f2;
  color: #000;
}
.promo-line a {
  color: #000;
}
.promo-line a:hover {
  color: rgba(0,0,0,0.7);
  text-decoration: none;
}
header .header-container,
#mobile-menu_popup .header-container {
  overflow: auto;
}
header .logo-container,
#mobile-menu_popup .logo-container {
  float: left;
}
header .logo-container:hover,
#mobile-menu_popup .logo-container:hover {
  opacity: 0.7;
}
header .logo-container .logo,
#mobile-menu_popup .logo-container .logo {
  background-image: url("./img/common/logo.svg");
  background-repeat: no-repeat;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .logo-container .logo-text,
#mobile-menu_popup .logo-container .logo-text {
  text-transform: uppercase;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 900;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header a,
#mobile-menu_popup a {
  text-decoration: none;
}
header ul,
#mobile-menu_popup ul {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  display: inline-block;
}
header ul li,
#mobile-menu_popup ul li {
  display: inline-block;
  list-style-type: none;
}
header ul li a:hover,
#mobile-menu_popup ul li a:hover {
  text-decoration: underline;
}
header ul li.active a,
#mobile-menu_popup ul li.active a {
  font-weight: 700;
}
header .header-menu,
#mobile-menu_popup .header-menu {
  float: right;
}
header .header-button,
#mobile-menu_popup .header-button {
  background-repeat: no-repeat;
}
header .header-container-white .logo,
#mobile-menu_popup .header-container-white .logo {
  background-position-x: 100%;
}
header .header-container-white .logo-text,
#mobile-menu_popup .header-container-white .logo-text {
  color: #fff;
}
header .header-container-white ul li a,
#mobile-menu_popup .header-container-white ul li a {
  color: #fff;
}
header .header-container-white #log-in-button,
#mobile-menu_popup .header-container-white #log-in-button {
  background-image: url("./img/common/login-icon-white.svg");
}
header .header-container-white #log-out-button,
#mobile-menu_popup .header-container-white #log-out-button {
  background-image: url("./img/common/logout-icon-white.svg");
}
header .header-container-white #go-inside-button,
#mobile-menu_popup .header-container-white #go-inside-button {
  background-image: url("./img/common/go-inside-icon-white.svg");
}
header .header-container-white .header-button,
#mobile-menu_popup .header-container-white .header-button {
  border-color: rgba(255,255,255,0.7);
  color: #fff;
}
header .header-container-white .header-button:hover,
#mobile-menu_popup .header-container-white .header-button:hover {
  background-color: rgba(255,255,255,0.15);
}
header .header-container-green .logo,
#mobile-menu_popup .header-container-green .logo {
  background-position-x: 0%;
}
header .header-container-green .logo-text,
#mobile-menu_popup .header-container-green .logo-text {
  color: #2faa79;
}
header .header-container-green ul li a,
#mobile-menu_popup .header-container-green ul li a {
  color: #000;
}
header .header-container-green #log-in-button,
#mobile-menu_popup .header-container-green #log-in-button {
  background-image: url("./img/common/login-icon-black.svg");
}
header .header-container-green #log-out-button,
#mobile-menu_popup .header-container-green #log-out-button {
  background-image: url("./img/common/logout-icon-black.svg");
}
header .header-container-green #go-inside-button,
#mobile-menu_popup .header-container-green #go-inside-button {
  background-image: url("./img/common/go-inside-icon-black.svg");
}
header .header-container-green .header-button,
#mobile-menu_popup .header-container-green .header-button {
  border-color: rgba(0,0,0,0.7);
  color: #000;
  opacity: 1;
}
header .header-container-green .header-button:hover,
#mobile-menu_popup .header-container-green .header-button:hover {
  opacity: 0.7;
}
.header-container-white .mobile-menu_popup_open {
  background-image: url("./img/common/burger-white.svg");
}
.header-container-green .mobile-menu_popup_open {
  background-image: url("./img/common/burger-black.svg");
}
.mobile-menu_popup_open {
  width: 19px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  opacity: 0.7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.mobile-menu_popup_open:hover {
  opacity: 1;
}
#mobile-menu_popup .logo-container {
  float: none;
}
#mobile-menu_popup .logo {
  margin-left: 8px;
}
#mobile-menu_popup .logo-text {
  color: #2faa79;
}
#mobile-menu_popup .header-menu {
  float: none;
}
#mobile-menu_popup .header-menu ul {
  margin: 20px auto;
}
#mobile-menu_popup .header-menu li {
  display: block;
  text-align: center;
}
#mobile-menu_popup .header-menu li a {
  color: #000;
  line-height: 40px;
}
#mobile-menu_popup .header-menu .button {
  display: block;
  border: 2px solid rgba(0,0,0,0.7);
  color: #000;
  opacity: 1;
  background-position: 20px center;
  padding: 11px 20px 11px 40px;
  margin: 0 auto;
}
#mobile-menu_popup .header-menu .button:hover {
  opacity: 0.7;
}
#mobile-menu_popup .header-menu #log-in-button {
  background-image: url("./img/common/login-icon-black.svg");
}
#mobile-menu_popup .header-menu #log-out-button {
  background-image: url("./img/common/logout-icon-black.svg");
}
#mobile-menu_popup .header-menu #go-inside-button {
  background-image: url("./img/common/go-inside-icon-black.svg");
}
footer {
  background-color: #f2f2f2;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
footer .footer-menu ul li {
  list-style-type: none;
}
footer .footer-menu ul li a {
  color: rgba(0,0,0,0.7);
  text-decoration: underline;
}
footer .footer-menu ul li a:hover {
  color: #000;
}
footer .footer-contacts {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
footer .footer-contacts #footer-phone {
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  text-decoration: none;
}
footer .footer-contacts #footer-email {
  color: rgba(0,0,0,0.7);
  text-decoration: underline;
}
footer .footer-contacts #footer-email:hover {
  color: #000;
}
footer .language-switcher {
  text-decoration: underline;
  color: rgba(0,0,0,0.7);
}
footer .language-switcher:hover {
  text-decoration: underline;
  color: #000;
}
footer .language-switcher:before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  background: transparent url("./img/common/usa-flag.svg") no-repeat;
  width: 20px;
  height: 13px;
}
footer #footer-copyright {
  color: rgba(0,0,0,0.4);
}
footer #footer-copyright a {
  color: rgba(0,0,0,0.4);
  text-decoration: underline;
}
footer #footer-copyright a:hover {
  color: rgba(0,0,0,0.7);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  body {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  input,
  textarea {
    padding: 14px 25px;
    min-width: 100px;
    font-size: 16px;
  }
  .submit-button {
    height: 48px;
    padding: 14px 25px;
    font-size: 14px;
  }
  .button-stroke {
    font-size: 14px;
  }
  .button-add {
    font-size: 16px;
    line-height: 16px;
    padding-left: 28px;
  }
  .button-delete {
    width: 54px;
    height: 51px;
    margin-top: -71px;
  }
  .first-screen-wrapper {
    padding-bottom: 70px;
  }
  #form-disclaimer {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown .dropdown-label {
    padding: 15px 56px 15px 22px;
  }
  .dropdown ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .dropdown ul li {
    padding: 15px 22px;
  }
  .dropdown ul a:last-child li {
    border-radius: 0 0 6px 6px;
  }
  .dropdown ul li:hover {
    background-color: #ebebeb;
  }
  .dropdown ul li.selected {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  .dropdown:hover ul {
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label {
    border-radius: 6px 6px 0 0;
    background-color: #ebebeb;
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label:after {
    background-position-y: -7px;
    -webkit-animation: none;
    animation: none;
    top: 21px;
  }
  .dropdown-small:hover ul li:last-child {
    border-radius: 0 0 6px 6px;
  }
  .popup_background {
    opacity: 0.95 !important;
  }
  .animated_popup {
    width: 410px;
    padding: 50px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
    box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
  }
  .animated_popup h2 {
    margin-bottom: 40px;
  }
  .animated_popup form {
    margin-bottom: 30px;
  }
  .animated_popup form input {
    width: 220px;
  }
  .animated_popup span a {
    font-size: 16px;
    color: #000;
  }
  .corner_popup {
    width: 400px;
    margin: 30px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
    box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
  }
  .corner_popup h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 35px 15px;
  }
  .corner_popup p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 35px 8px;
  }
  .corner_popup p a {
    color: #000;
  }
  .corner_popup .submit-button {
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
  }
  #tag-dropdown {
    width: 220px;
  }
  #tag-dropdown .dropdown-label {
    border: 1px solid #c7c7c7;
  }
  #tag-dropdown:hover .dropdown-label {
    border: 1px solid transparent;
  }
  #date-range {
    width: 550px;
    float: right;
    height: 4px;
  }
  .report-blocks-wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .report-blocks-wrapper .report-block {
    width: 400px;
    margin-bottom: 50px;
  }
  .report-blocks-wrapper .report-block h4 {
    margin-bottom: 20px;
  }
  .report-blocks-wrapper .report-block p {
    margin-bottom: 20px;
  }
  .report-blocks-wrapper .report-block .report-block-info {
    font-size: 16px;
    line-height: 20px;
  }
  .report-blocks-wrapper .report-block:nth-child(2n) {
    margin-left: 78px;
  }
  .promo-block {
    border-radius: 10px;
    padding: 50px 50px 60px;
    margin: 50px auto;
  }
  .promo-block h3 {
    margin-bottom: 20px;
  }
  .promo-block p {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    width: 70%;
  }
  .promo-block a {
    display: inline-block;
  }
  .promo-block #open-feed-link {
    width: 190px;
    margin-right: 30px;
  }
  .article-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .article-content .wp-block-image {
    width: 400px;
  }
  .article-content .wp-block-image:nth-child(2n) {
    margin-right: 73px;
  }
  .article-content ol li,
  .article-content ul li {
    margin-bottom: 15px;
    margin-left: 40px;
  }
  .article-content ol li:before,
  .article-content ul li:before {
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-left: -40px;
    margin-right: 20px;
  }
  .table-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    margin: 15px 0 0;
  }
  .two-row-header .row-1 th {
    padding-bottom: 0;
  }
  table {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  table .td-colspan {
    text-align: center;
  }
  table thead th,
  table .td-colspan {
    padding-bottom: 14px;
  }
  table thead tr:first-child th,
  table tbody tr:first-child td {
    padding-top: 14px;
  }
  table td,
  table th {
    padding: 7px 10px;
  }
  table tr td:first-child,
  table tr th:first-child {
    padding-left: 25px;
  }
  table tr td:last-child,
  table tr th:last-child {
    padding-right: 25px;
  }
  table tr:first-child {
    border-radius: 10px 10px 0 0;
  }
  table tr:last-child {
    border-radius: 0 0 10px 10px;
  }
  table td a {
    color: #000;
    text-decoration: none;
    outline: none;
  }
  table td a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  body {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  input,
  textarea {
    padding: 14px 25px;
    min-width: 100px;
    font-size: 16px;
  }
  .submit-button {
    height: 48px;
    padding: 14px 25px;
    font-size: 14px;
  }
  .button-stroke {
    font-size: 14px;
  }
  .button-add {
    font-size: 16px;
    line-height: 16px;
    padding-left: 28px;
  }
  .button-delete {
    width: 54px;
    height: 51px;
    margin-top: -71px;
  }
  .first-screen-wrapper {
    padding-bottom: 50px;
  }
  #form-disclaimer {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown .dropdown-label {
    padding: 15px 56px 15px 22px;
  }
  .dropdown ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .dropdown ul li {
    padding: 15px 22px;
  }
  .dropdown ul a:last-child li {
    border-radius: 0 0 6px 6px;
  }
  .dropdown ul li:hover {
    background-color: #ebebeb;
  }
  .dropdown ul li.selected {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  .dropdown:hover ul {
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label {
    border-radius: 6px 6px 0 0;
    background-color: #ebebeb;
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label:after {
    background-position-y: -7px;
    -webkit-animation: none;
    animation: none;
    top: 21px;
  }
  .dropdown-small:hover ul li:last-child {
    border-radius: 0 0 6px 6px;
  }
  .popup_background {
    opacity: 0.95 !important;
  }
  .animated_popup {
    width: 410px;
    padding: 50px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
    box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
  }
  .animated_popup h2 {
    margin-bottom: 40px;
  }
  .animated_popup form {
    margin-bottom: 30px;
  }
  .animated_popup form input {
    width: 220px;
  }
  .animated_popup span a {
    font-size: 16px;
    color: #000;
  }
  .corner_popup {
    margin: 30px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
    box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
  }
  .corner_popup h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 35px 15px;
  }
  .corner_popup p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 35px 8px;
  }
  .corner_popup p a {
    color: #000;
  }
  .corner_popup .submit-button {
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
  }
  .promo-block {
    border-radius: 10px;
    padding: 50px 50px 60px;
    margin: 50px auto;
  }
  .promo-block h3 {
    margin-bottom: 20px;
  }
  .promo-block p {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .promo-block a {
    display: inline-block;
  }
  .promo-block #open-feed-link {
    width: 190px;
    margin-right: 30px;
  }
  .article-info {
    font-size: 18px;
  }
  .article-info .article-date,
  .article-info .article-category,
  .article-info .article-views {
    display: inline-block;
  }
  .article-info .article-date:after {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .article-info .article-views:before {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .article-content {
    margin: 35px 0 0;
  }
  .article-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .article-content ol li,
  .article-content ul li {
    margin-bottom: 15px;
    margin-left: 40px;
  }
  .article-content ol li:before,
  .article-content ul li:before {
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-left: -40px;
    margin-right: 20px;
  }
  .table-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    margin: 30px 0;
  }
  .two-row-header .row-1 th {
    padding-bottom: 0;
  }
  table {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  table .td-colspan {
    text-align: center;
  }
  table thead th,
  table .td-colspan {
    padding-bottom: 14px;
  }
  table thead tr:first-child th,
  table tbody tr:first-child td {
    padding-top: 14px;
  }
  table td,
  table th {
    padding: 7px 10px;
  }
  table tr td:first-child,
  table tr th:first-child {
    padding-left: 25px;
  }
  table tr td:last-child,
  table tr th:last-child {
    padding-right: 25px;
  }
  table tr:first-child {
    border-radius: 10px 10px 0 0;
  }
  table tr:last-child {
    border-radius: 0 0 10px 10px;
  }
  table td a {
    color: #000;
    text-decoration: none;
    outline: none;
  }
  table td a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  h1 {
    font-size: 22px;
    line-height: 28px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  input,
  textarea {
    padding: 14px 25px;
    min-width: 100px;
    font-size: 16px;
  }
  .submit-button {
    height: 48px;
    padding: 14px 25px;
    font-size: 14px;
  }
  .button-stroke {
    font-size: 14px;
  }
  .button-add {
    font-size: 16px;
    line-height: 16px;
    padding-left: 28px;
  }
  .button-delete {
    width: 54px;
    height: 51px;
    margin-top: -67px;
  }
  .first-screen-wrapper {
    padding-bottom: 30px;
  }
  #form-disclaimer {
    font-size: 14px;
  }
  .dropdown {
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown .dropdown-label {
    padding: 15px 56px 15px 22px;
  }
  .dropdown ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .dropdown ul li {
    padding: 15px 22px;
  }
  .dropdown ul a:last-child li {
    border-radius: 0 0 6px 6px;
  }
  .dropdown ul li:hover {
    background-color: #ebebeb;
  }
  .dropdown ul li.selected {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  .dropdown:hover ul {
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label {
    border-radius: 6px 6px 0 0;
    background-color: #ebebeb;
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label:after {
    background-position-y: -7px;
    -webkit-animation: none;
    animation: none;
    top: 21px;
  }
  .dropdown-small:hover ul li:last-child {
    border-radius: 0 0 6px 6px;
  }
  .popup_background {
    opacity: 1 !important;
  }
  .popup_wrapper:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    opacity: 0.2;
    background: url("./img/common/close-icon.svg") no-repeat;
  }
  .popup_background {
    opacity: 0.95 !important;
  }
  .animated_popup {
    width: 100%;
    padding: 30px;
    border-radius: 0;
  }
  .animated_popup h2 {
    margin-bottom: 30px;
  }
  .animated_popup form {
    margin-bottom: 30px;
  }
  .animated_popup form input {
    width: 100%;
  }
  .animated_popup #popup-form-disclaimer span:first-child:after {
    display: none;
  }
  .animated_popup span a {
    display: block;
    font-size: 16px;
    color: rgba(0,0,0,0.4);
  }
  .corner_popup h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 35px 15px;
  }
  .corner_popup p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 35px 8px;
  }
  .corner_popup p a {
    color: #000;
  }
  .corner_popup .submit-button {
    margin-top: 20px;
  }
  .promo-block {
    padding: 30px 30px 40px;
    margin: 30px 0;
  }
  .promo-block h3 {
    margin-bottom: 10px;
  }
  .promo-block p {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .promo-block a {
    width: 100%;
    display: block;
  }
  .promo-block #open-editions-link {
    margin-top: 15px;
  }
  .article-content {
    margin-top: 20px;
  }
  .article-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-content p:not(:last-child) {
    margin-bottom: 15px;
  }
  .article-content ol,
  .article-content ul {
    padding: 0 30px;
  }
  .article-content ol li,
  .article-content ul li {
    margin-bottom: 15px;
    margin-left: 30px;
  }
  .article-content ol li:before,
  .article-content ul li:before {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: -30px;
    margin-right: 12px;
  }
  .table-wrapper {
    margin: 20px 0;
  }
  .two-row-header .row-1 th {
    padding-bottom: 0;
  }
  table {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  table .td-colspan {
    text-align: center;
  }
  table thead th,
  table .td-colspan {
    padding-bottom: 8px;
  }
  table thead tr:first-child th,
  table tbody tr:first-child td {
    padding-top: 8px;
  }
  table td,
  table th {
    padding: 4px 6px;
  }
  table tr td:first-child,
  table tr th:first-child {
    padding-left: 30px;
  }
  table tr td:last-child,
  table tr th:last-child {
    padding-right: 30px;
  }
  table td a {
    color: #000;
    text-decoration: none;
    outline: none;
  }
  table td a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  input,
  textarea {
    padding: 14px 25px;
    min-width: 100px;
    font-size: 16px;
  }
  .submit-button {
    height: 48px;
    padding: 14px 25px;
    font-size: 14px;
  }
  .button-stroke {
    font-size: 14px;
  }
  .button-add {
    font-size: 16px;
    line-height: 16px;
    padding-left: 28px;
  }
  .button-delete {
    width: 54px;
    height: 51px;
    margin-top: -71px;
  }
  .first-screen-wrapper {
    padding-bottom: 70px;
  }
  #form-disclaimer {
    font-size: 16px;
  }
  .dropdown {
    font-size: 16px;
    line-height: 20px;
  }
  .dropdown .dropdown-label {
    padding: 15px 56px 15px 22px;
  }
  .dropdown ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: none;
  }
  .dropdown ul li {
    padding: 15px 22px;
  }
  .dropdown ul a:last-child li {
    border-radius: 0 0 6px 6px;
  }
  .dropdown ul li:hover {
    background-color: #ebebeb;
  }
  .dropdown ul li.selected {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  .dropdown:hover ul {
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label {
    border-radius: 6px 6px 0 0;
    background-color: #ebebeb;
    display: block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.25);
  }
  .dropdown:hover .dropdown-label:after {
    background-position-y: -7px;
    -webkit-animation: none;
    animation: none;
    top: 21px;
  }
  .dropdown-small:hover ul li:last-child {
    border-radius: 0 0 6px 6px;
  }
  .popup_background {
    opacity: 0.95 !important;
  }
  .animated_popup {
    width: 410px;
    padding: 50px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
    box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
  }
  .animated_popup h2 {
    margin-bottom: 40px;
  }
  .animated_popup form {
    margin-bottom: 30px;
  }
  .animated_popup form input {
    width: 220px;
  }
  .animated_popup span a {
    font-size: 16px;
    color: #000;
  }
  .corner_popup {
    width: 500px;
    margin: 30px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
    box-shadow: 0 25px 70px -5px rgba(0,0,0,0.15);
  }
  .corner_popup h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 30px 35px 15px;
  }
  .corner_popup p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 35px 8px;
  }
  .corner_popup p a {
    color: #000;
  }
  .corner_popup .submit-button {
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
  }
  #tag-dropdown {
    width: 220px;
  }
  #tag-dropdown .dropdown-label {
    border: 1px solid #c7c7c7;
  }
  #tag-dropdown:hover .dropdown-label {
    border: 1px solid transparent;
  }
  #date-range {
    width: 550px;
    float: right;
    height: 4px;
  }
  .report-blocks-wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .report-blocks-wrapper .report-block {
    width: 500px;
    margin-bottom: 50px;
  }
  .report-blocks-wrapper .report-block h4 {
    margin-bottom: 20px;
  }
  .report-blocks-wrapper .report-block p {
    margin-bottom: 20px;
  }
  .report-blocks-wrapper .report-block .report-block-info {
    font-size: 16px;
    line-height: 20px;
  }
  .report-blocks-wrapper .report-block:nth-child(2n) {
    margin-left: 75px;
  }
  .promo-block {
    border-radius: 10px;
    padding: 50px 50px 60px;
    margin: 50px auto;
  }
  .promo-block h3 {
    margin-bottom: 20px;
  }
  .promo-block p {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    width: 70%;
  }
  .promo-block a {
    display: inline-block;
  }
  .promo-block #open-feed-link {
    width: 190px;
    margin-right: 30px;
  }
  .article-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .article-content .wp-block-image {
    width: 500px;
  }
  .article-content .wp-block-image:nth-child(2n) {
    margin-right: 73px;
  }
  .article-content ol li,
  .article-content ul li {
    margin-bottom: 15px;
    margin-left: 40px;
  }
  .article-content ol li:before,
  .article-content ul li:before {
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-left: -40px;
    margin-right: 20px;
  }
  .table-wrapper {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.15);
    margin: 15px 0 0;
  }
  .two-row-header .row-1 th {
    padding-bottom: 0;
  }
  table {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  table .td-colspan {
    text-align: center;
  }
  table thead th,
  table .td-colspan {
    padding-bottom: 14px;
  }
  table thead tr:first-child th,
  table tbody tr:first-child td {
    padding-top: 14px;
  }
  table td,
  table th {
    padding: 7px 10px;
  }
  table tr td:first-child,
  table tr th:first-child {
    padding-left: 25px;
  }
  table tr td:last-child,
  table tr th:last-child {
    padding-right: 25px;
  }
  table tr:first-child {
    border-radius: 10px 10px 0 0;
  }
  table tr:last-child {
    border-radius: 0 0 10px 10px;
  }
  table td a {
    color: #000;
    text-decoration: none;
    outline: none;
  }
  table td a:hover {
    text-decoration: underline;
  }
}
/*
Theme Name Sovecon
Description Sovecon
Template sovecon
Version 1.0
Text Domain sovecon
*/
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
}
::-moz-selection {
  background: #f1c976;
}
::selection {
  background: #f1c976;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("./img/common/spinner-white.svg") url("./img/common/spinner-black.svg");
}
a {
  color: #db1031;
  text-decoration: underline;
}
a:hover {
  color: #ff4768;
  text-decoration: none;
}
h1 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 900;
}
h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 900;
}
h3 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 700;
  text-align: center;
}
h4 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h5 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.ruble-symbol {
  font-family: 'Ruble', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 95%;
}
input,
textarea,
.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea {
  resize: none;
}
.button,
input[type='submit'] {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.submit-button {
  color: #fff;
  background: #f34a64;
  background: -webkit-gradient(linear, left top, left bottom, from(#f34a64), to(#d71331));
  background: linear-gradient(to bottom, #f34a64 0%, #d71331 100%);
  -webkit-box-shadow: 0 10px 15px -5px rgba(240,39,70,0.5);
  box-shadow: 0 10px 15px -5px rgba(240,39,70,0.5);
}
.submit-button.disabled {
  background: #c7c7c7;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.submit-button.disabled:hover {
  background: #c7c7c7;
}
.submit-button:hover {
  background: #f97287;
  background: -webkit-gradient(linear, left top, left bottom, from(#f97287), to(#d71331));
  background: linear-gradient(to bottom, #f97287 0%, #d71331 100%);
}
.submit-button.spinner {
  padding: 14px 25px 14px 55px;
}
.button-submit-stroke {
  border: 2px solid #f02645;
  border-radius: 6px;
  color: #f02645;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent;
}
.button-submit-stroke:hover {
  background-color: rgba(240,38,70,0.1);
}
#button-spinner {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -35px;
  margin-left: calc(50% - 60px);
  background: url("./img/common/spinner-white.svg") no-repeat;
  -webkit-animation: spinner 0.9s ease infinite;
  animation: spinner 0.9s ease infinite;
}
.animated_popup #button-spinner {
  margin-left: calc(50% - 70px);
}
.offer-block #button-spinner {
  margin-left: calc(50% + 270px);
}
.offer-block .submit-button.spinner {
  padding: 14px 25px 14px 45px;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea {
  color: #000;
}
input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
input::-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
input::placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
input:focus::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 0;
}
input:focus::-moz-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 0;
}
input:focus::-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 0;
}
input:focus::placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}
input[type='date'] {
  padding-right: 55px;
}
input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}
input[type='date']::-webkit-calendar-picker-indicator {
  background: url("./img/common/calendar-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 2px;
  margin-left: calc(100% - 75px);
  opacity: 0.4;
  color: rgba(0,0,0,0);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
input[type='date']::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.radio-buttons-wrapper {
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-buttons-wrapper input {
  display: none;
}
.radio-buttons-wrapper label {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0;
}
.radio-buttons-wrapper label:before {
  content: '';
  display: block;
  float: left;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: transparent url("./img/common/radio-buttons.svg");
  background-size: cover;
}
.radio-buttons-wrapper input:not(:checked) + label:before {
  background-position: left;
}
.radio-buttons-wrapper input:checked + label:before {
  background-position: right;
}
.radio-buttons-wrapper label:not(:first-of-type) {
  margin-left: 40px;
}
.form-error {
  color: #db1031;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 15px;
}
.animated_popup .form-error {
  padding-top: 0;
  margin-top: -10px;
}
.offer-block .form-error {
  font-size: 18px;
  line-height: 20px;
  padding-top: 0;
  color: #000;
}
.button-stroke {
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 6px;
  color: #fff;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 16px;
}
.button-stroke:hover {
  background-color: rgba(255,255,255,0.2);
  color: #fff;
}
.button-add {
  display: inline-block;
  color: #000;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  background: transparent url("./img/common/add-button.svg") no-repeat;
  background-size: 16px;
  background-position: center left;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.button-add:hover {
  text-decoration: underline;
}
.button-delete {
  display: block;
  background: transparent url("./img/common/delete-button.svg") no-repeat;
  background-size: 14px;
  background-position: center;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.button-delete:hover {
  opacity: 0.6;
}
#form-disclaimer span:first-child:after,
#footer-motto span:first-child:after,
#popup-form-disclaimer span:first-child:after {
  content: '•';
  display: inline-block;
  padding: 0 12px;
}
.dropdown {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  color: rgba(0,0,0,0.7);
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: left;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.dropdown .dropdown-label {
  outline: none;
  background-color: #f2f2f2;
  border-radius: 6px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown .dropdown-label:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  top: 23px;
  right: 22px;
  background: url("./img/common/arrows.svg") no-repeat;
  -webkit-animation: bounce 0.6s linear infinite;
  animation: bounce 0.6s linear infinite;
}
.dropdown ul {
  border-radius: 0 0 6px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown ul a {
  color: #000;
  text-decoration: none;
}
.dropdown ul li {
  list-style: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown ul li:hover {
  background-color: #ebebeb;
}
.dropdown:hover .dropdown-label:after {
  background-position-y: -7px;
  -webkit-animation: none;
  animation: none;
  top: 24px;
}
.popup_background {
  background-color: #fff !important;
}
.animated_popup {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  outline: none;
  text-align: center !important;
  display: none;
}
.animated_popup form input[type='text'],
.animated_popup form input[type='email'],
.animated_popup form input[type='tel'],
.animated_popup form input[type='password'],
.animated_popup form textarea {
  border: 2px solid #c7c7c7;
  margin-bottom: 10px;
  -webkit-text-fill-color: #000;
}
.animated_popup form .button {
  margin-top: 15px;
}
.animated_popup span a {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.popup_visible .animated_popup,
.popup_visible .corner_popup {
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
}
.input-validation {
  -webkit-animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
}
#cookies_popup_wrapper {
  visibility: hidden !important;
}
.corner_popup {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  outline: none;
  text-align: left !important;
  display: none;
  opacity: 0.8 !important;
}
.corner_popup .submit-button {
  width: 100%;
}
.corner_popup:hover {
  opacity: 1 !important;
}
#date-range .ui-rangeSlider-container {
  height: inherit;
  background: #ebebeb;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#date-range .ui-rangeSlider-container .ui-rangeSlider-bar {
  height: inherit;
  margin: 0;
  background: #2faa79;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#date-range .ui-rangeSlider-container .ui-rangeSlider-handle {
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  width: 10px;
  height: 18px;
  top: -8px !important;
}
#date-range .ui-rangeSlider-label {
  background: #f6f6f6;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  padding: 7px 18px;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 16px;
  bottom: 30px;
}
#date-range .ui-rangeSlider-label .ui-rangeSlider-label-inner {
  background: #f6f6f6;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 33px;
  left: 52%;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}
#loading-spinner {
  width: 38px;
  height: 38px;
  margin: 0 auto 50px;
  background: url("./img/common/spinner-black.svg") no-repeat;
  background-size: contain;
  -webkit-animation: spinner 0.9s ease infinite;
  animation: spinner 0.9s ease infinite;
  opacity: 0.2;
}
.report-blocks-wrapper .report-block {
  display: inline-block;
  vertical-align: top;
}
.report-blocks-wrapper .report-block h4 a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.report-blocks-wrapper .report-block h4 a:hover {
  text-decoration: underline;
}
.report-blocks-wrapper .report-block .report-block-info {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.report-blocks-wrapper .report-block .report-block-info span a {
  color: #000;
}
.report-blocks-wrapper .report-block .report-block-info span:first-child:after {
  content: '•';
  display: inline-block;
  padding: 0 12px;
}
.report-blocks-wrapper .report-block .report-block-info span:last-child:before {
  content: '•';
  display: inline-block;
  padding: 0 12px;
}
.promo-block {
  background: #ffdfce;
  background: linear-gradient(135deg, #ffdfce 0%, #ffe7ac 100%);
}
.promo-block h3 {
  text-align: left;
}
.promo-block a .button {
  width: 100%;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article-info {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  text-align: left;
}
.article-content.printable {
  display: none;
}
.article-content a,
.article-content a:hover {
  text-decoration: underline;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  clear: both;
}
.article-content img {
  width: 100%;
  height: auto;
}
.article-content .wp-block-image {
  display: inline-block;
  margin-bottom: 0;
}
.article-content .wp-block-image a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.article-content ol {
  clear: both;
  counter-reset: olCounter;
}
.article-content ol li {
  list-style: none;
}
.article-content ol li:before {
  counter-increment: olCounter;
  content: counter(olCounter) ". ";
  float: left;
}
.article-content ul {
  clear: both;
}
.article-content ul li {
  list-style: none;
}
.article-content ul li:before {
  content: '';
  float: left;
  background-image: url("./img/common/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.article-content .table-wrapper {
  overflow: scroll;
  clear: both;
}
.article-content table {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  clear: both;
}
.article-content table caption,
.article-content table .dataTables_length,
.article-content table .dataTables_info,
.article-content table .dataTables_paginate,
.article-content table .dataTables_filter {
  display: none;
}
.article-content table thead {
  background-color: #eda8a8;
}
.article-content table td,
.article-content table th {
  border: none;
}
.article-content table th {
  background-color: transparent !important;
}
.article-content table th:after {
  display: none;
}
.article-content table .td-colspan {
  background-color: #f6f6f6;
}
.article-content table td {
  background-color: #fff;
}
.article-content table td a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.article-content table td a:hover {
  text-decoration: underline;
}
@media print {
  html.unprintable,
  body.unprintable,
  footer {
    display: none;
  }
  .header-container {
    margin-top: 0;
    margin-left: 250px;
  }
  .header-container .logo {
    background-image: url("./../img/common/logo-blue.png") !important;
  }
  .header-container .logo,
  .header-container .logo-text {
    opacity: 1 !important;
  }
  .header-container .logo-text.desktop {
    display: inline-block !important;
    color: #4f82e5;
  }
  .header-container .logo-text.mobile {
    display: none;
  }
  .header-container .header-menu {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .article-date {
    float: left;
  }
  .article-date,
  .article-category {
    display: inline-block;
  }
  .article-date:after {
    content: '•';
    display: inline-block;
    padding: 0 12px;
  }
  .article-content:not(.printable) {
    display: none;
  }
  .article-content.printable {
    display: block !important;
  }
  table,
  ul,
  ol,
  h1,
  h2,
  h3,
  h4,
  p,
  div {
    clear: both;
  }
  ol,
  ul {
    margin-bottom: 4mm;
  }
  ol li {
    padding: 2mm 8mm !important;
    margin: 0 !important;
    list-style: decimal;
  }
  ul li {
    padding: 1mm 6mm !important;
    margin-left: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
  }
  table {
    font-size: 6pt !important;
    line-height: 8pt !important;
    page-break-inside: auto;
    display: block;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
  }
  table tr,
  table td,
  table th {
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
    page-break-after: auto;
    position: relative;
  }
  table td,
  table th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  table thead,
  table tfoot {
    display: table-header-group;
    position: relative;
  }
  table tr.even td {
    background-color: #eee !important;
  }
  table thead th {
    background-color: #a8c1ed !important;
  }
  .wp-block-image {
    display: none;
  }
  img.printable {
    float: left !important;
    width: 320px !important;
    height: 200px !important;
    margin-left: 25px !important;
    margin-bottom: 20px !important;
    page-break-inside: avoid;
  }
  .pdfprnt-buttons {
    display: none;
  }
  .post-disclaimer {
    background: #ebebeb;
    padding: 15px 0;
    margin: 30px;
    border-radius: 8px;
  }
}
@page {
  size: auto;
  margin: 15mm 10mm;
}



@media screen and (max-width: 1052px) {
  body .hustle-ui[data-id="4"] .hustle-optin .hustle-layout .hustle-layout-body {
    padding: 0;
  }

  body .hustle-ui[data-id="4"] .hustle-optin .hustle-layout .hustle-layout-content {
    padding: 14px;
  }

  body .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 768px) {
  body .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content {
    max-width: 400px;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  body .hustle-ui:not(.hustle-size--small).module_id_4 .hustle-popup-content { max-width: 460px; }
  body .hustle-ui .hustle-optin .hustle-layout .hustle-layout-content .hustle-content .hustle-content-wrap { padding: 0; }
  body .hustle-ui:not(.hustle-size--small).module_id_4 .hustle-layout .hustle-title { font-size: 25px; }
  body .hustle-ui:not(.hustle-size--small).module_id_4 .hustle-layout .hustle-group-content { margin-top: 0; }
  body .hustle-ui.module_id_4 .hustle-optin .hustle-layout .hustle-layout-body .hustle-layout-form { padding-top: 0; }
}