.is-hidden {
  display: none !important;
}

* {
  box-sizing: border-box;
}

article,
footer,
header,
nav,
section {
  display: block;
}

.is-vishidden,
a {
  padding: 0;
}

h1,
h2,
pre {
  word-wrap: break-word;
}

img {
  max-width: 100%;
}

.btn,
a {
  outline: 0;
}

input[type='text'] {
  -webkit-appearance: none;
  appearance: none;
}

article,
body,
body div,
footer,
form,
h1,
h2,
header,
html,
img,
li,
nav,
p,
pre,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: #d33b52;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

body,
h1,
h2 {
  color: #212121;
}

input {
  vertical-align: middle;
}

pre {
  white-space: pre-line;
}

body,
h1,
h2 {
  font-weight: 400;
}

pre {
  font-family: monospace, sans-serif;
}

button {
  width: auto;
  overflow: visible;
}

.is-vishidden {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.is-vishidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

body {
  background: #fff;
  font-size: 17px;
  font-family: sans-serif;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1 {
  font-size: 2em;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}

@media all and (min-width: 45em) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

img {
  height: auto;
}

.btn {
  display: inline-block;
  border: 0;
  padding: 1em;
  background: #1d738b;
  color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.btn:focus,
.btn:hover {
  background: #1cacbd;
}

.btn-bright {
  background: #d33b52;
}

.btn-bright:focus,
.btn-bright:hover {
  background: #b63760;
}

.menu-button,
.text-btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: 0 0;
  display: block;
}

.text-btn {
  color: #212121;
  font-size: 1rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: none;
  padding: 0.5rem 0;
}

.text-btn svg,
.text-btn-icon {
  position: relative;
  top: 4px;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  fill: #d33b52;
}

.menu-button {
  font-size: 0.85rem;
}

.text-btn:focus,
.text-btn:hover {
  color: #d33b52;
}

.menu-button {
  color: #646464;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
  z-index: 8;
}

::-webkit-input-placeholder {
  color: #646464;
  font-family: Merriweather, Times, 'Times New Roman', serif;
}

::-moz-placeholder {
  color: #646464;
  font-family: Merriweather, Times, 'Times New Roman', serif;
}

.input-group {
  display: flex;
}

button,
input {
  margin: 0;
}

input {
  outline-width: 0;
  width: 100%;
  border: 1px solid #dadada;
  padding: 0.6rem 0.65rem;
  color: #212121;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  font-size: 0.85rem;
}

p {
  margin-bottom: 1em;
}

.input-group input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 9px;
  font-size: 1rem;
}

.input-group .btn {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.input-group .btn+span input {
  border-left: none;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.input-group input+.btn,
.input-group span+.btn {
  border-radius: 0 9px 9px 0;
}

.header~.main {
  margin-top: 20px;
}

@media all and (min-width: 45em) {
  .header~.main {
    padding: 0 calc(50% - 37.5rem);
  }
}

#main {
  position: relative;
  /* padding-right: 15px;
	padding-left: 15px; */
}

.article {
  position: relative;
  margin-right: auto !important;
  margin-left: auto !important;
}

.article:before {
  content: '';
  display: block;
  height: 0.75rem;
  width: 100%;
  margin: 1em 0;
  background: #f7f9f9;
  border-radius: 9px;
}

@media all and (min-width: 45em) {
  .article {
    padding-top: 0.625rem;
  }

  .article:before {
    display: none;
  }
}

.article:first-of-type:before {
  display: none;
}

.article .breadcrumbs-list {
  display: none;
  float: left;
  clear: both;
  width: 230px;
  margin-top: 8px;
}

@media all and (min-width: 78em) {
  .article .breadcrumbs-list {
    display: block;
  }
}

@media all and (min-width: 65em) {
  .article-journey .article {
    padding-right: 20em;
  }
}

@media all and (min-width: 45em) and (max-width: 54em) {
  .article {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (min-width: 78em) {
  .article-journey .article {
    padding-right: 0;
  }

  .article {
    width: 100%;
    max-width: calc(46.75rem + 130px - 10px);
    margin-left: 0;
  }
}

.article .article-content {
  min-height: 30em;
}

@media all and (min-width: 65em) and (max-width: 77.9375em) {
  .article .article-content {
    margin: 0 auto;
    max-width: 41rem;
  }
}

@media all and (min-width: 54em) and (max-width: 78em) {
  .article-journey .article {
    width: auto;
    margin-left: 15rem;
  }

  .article-journey .article .breadcrumbs-list {
    display: block;
  }

  .article-journey .article .article-content {
    max-width: 100%;
  }
}

@media all and (min-width: 65em) and (max-width: 78em) {
  .article-journey .article {
    padding-right: 19em;
  }
}

@media all and (max-width: 54em) {
  .header {
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.08);
  }
}

@media all and (max-width: 45em) {
  .article-header {
    padding-top: 0.625rem;
  }
}

.expert-content {
  font-size: 1rem;
  line-height: 1.5625;
}

.expert-content a {
  color: #2a528f;
  text-decoration: underline;
}

.expert-content a:not(.btn):not(.text-btn):not(.mntl-commerce-btn):visited {
  color: blue;
}

.expert-content a:focus,
.expert-content a:hover {
  color: #1c5cbd;
  text-decoration: none;
}

.mntl-sc-page .mntl-sc-block-html:not(.mntl-sc-block-html-sliced) {
  counter-reset: section;
}

.mntl-sc-block>p:not([data-defer]) {
  margin: 1.2rem 0;
}

.breadcrumbs-list {
  position: relative;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-left: 10px;
  margin-left: -10px;
}

.breadcrumbs-list-header {
  font-size: 1.5rem;
  position: relative;
  line-height: 1.6875rem;
}

.breadcrumbs-list-header a {
  color: #0a383f;
}

.breadcrumbs-list-header a:focus,
.breadcrumbs-list-header a:hover {
  color: #d33b52;
}

.breadcrumbs-list-subtitle {
  font-size: 1.5rem;
  position: relative;
  border-bottom: 1px dotted #dadada;
  padding-bottom: 0.5rem;
  display: block;
}

.breadcrumbs-list-subtitle a {
  color: #0a383f;
}

.breadcrumbs-list-subtitle a:focus,
.breadcrumbs-list-subtitle a:hover {
  color: #d33b52;
}

.breadcrumbs-list-item.is-active>a:not(.text-btn):focus,
.breadcrumbs-list-item.is-active>a:not(.text-btn):hover {
  color: #d33b52;
}

.breadcrumbs-list-icon-active {
  width: 17px;
  height: 17px;
  position: relative;
  margin-left: -21px;
  fill: #d33b52;
}

.breadcrumbs-list-icon {
  width: 10px;
  height: 12px;
  fill: #dadada;
}

@media all and (min-width: 35em) {
  .breadcrumbs-list-icon {
    display: none;
  }
}

.breadcrumbs-list-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.breadcrumbs-list-item.is-active>a:not(.text-btn) {
  position: relative;
}

.breadcrumbs-list-item.is-collapsed {
  display: none;
}

.breadcrumbs-list-item.is-parent .breadcrumbs-list-link {
  border-bottom: 0;
}

.breadcrumbs-list-link {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px dotted #dadada;
  color: #1d738b;
  font-size: 1.125rem;
  line-height: 1.2;
  position: relative;
}

.breadcrumbs-list-link.is-active {
  color: #434343;
}

.breadcrumbs-list-link:focus,
.breadcrumbs-list-link:hover {
  color: #d33b52;
}

.breadcrumbs-list-submenu {
  margin-top: -1px;
}

@media all and (min-width: 54em) {
  .breadcrumbs-list-submenu {
    padding-left: 0.8rem;
    border-bottom: 1px dotted #dadada;
  }
}

.breadcrumbs-list.hide-siblings-mobile {
  margin-top: 0;
  padding-bottom: 0;
}

@media all and (max-width: 54em) {

  .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active),
  .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-subtitle {
    display: none;
  }
}

.breadcrumbs {
  width: 100%;
  color: #1d738b;
  margin-bottom: 0.25rem;
}

.breadcrumbs .breadcrumb-container {
  display: inline;
}

.breadcrumbs-link {
  font-size: 0.85rem;
  color: #1d738b;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.breadcrumbs-link:focus,
.breadcrumbs-link:hover {
  color: #d33b52;
}

.breadcrumbs svg {
  display: inline-block;
  width: 10px;
  height: 16px;
  position: relative;
  top: 3px;
  fill: #dadada;
}

@media all and (max-width: 29em) {
  .breadcrumb-container:nth-child(2) {
    display: none;
  }
}

.article-heading {
  margin: 0;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

@media all and (min-width: 54em) {
  .article-heading {
    font-size: 3.059em;
    line-height: 1.075em;
  }
}

@media (max-width: 65em) {
  .article-journey .article-heading {
    width: auto;
  }
}

.mntl-sc-block-html:not(.mntl-sc-block-html-sliced) {
  counter-reset: section;
}

.article-content {
  text-align: center;
}

.article-content .mntl-sc-block {
  text-align: left;
}

.mntl-leaderboard-spacer {
  display: none;
}

@media (min-width: 720px) {
  .mntl-leaderboard-spacer {
    display: block;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.955em 0.625rem;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media all and (max-width: 45em) {
  .header {
    padding: 0.5rem 0.625rem;
  }
}

@media all and (min-width: 45em) {
  .header {
    padding: 0.9rem 2rem;
  }
}

@media all and (min-width: 78em) {
  .header {
    padding: 0.9rem calc(50% - 37.5rem);
  }
}

.header .header-title {
  display: none;
  font-size: 1.125rem;
  line-height: 1.9rem;
  padding-left: 13px;
  margin-left: 15px;
  border-left: 2px solid #dadada;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  max-width: 45%;
  position: relative;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header .header-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-secondary .header-social-share {
  width: 100%;
  top: -60px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  max-width: 16em;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-left: auto;
}

.header .header-secondary .header-social-share .share {
  margin: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

@media all and (max-width: 65em) {
  .header .header-secondary .header-social-share {
    visibility: hidden;
    height: 0;
  }
}

.header .menu-button-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header .menu-button {
  display: block;
  height: 3em;
  outline: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header .menu-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .menu-button svg.icon-x {
  display: none;
  width: 25px;
  height: 20px;
  fill: #646464;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.header .menu-button svg.icon-hamburger {
  width: 25px;
  height: 20px;
  fill: #646464;
  margin-right: 0.625rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.header .menu-button:focus svg.icon-hamburger,
.header .menu-button:focus svg.icon-x,
.header .menu-button:hover svg.icon-hamburger,
.header .menu-button:hover svg.icon-x {
  fill: #0a383f;
}

.header .menu-button span {
  display: block;
}

@media all and (min-width: 35em) {
  .header .menu-button span {
    display: block;
  }
}

.header .menu-button:focus,
.header .menu-button:hover {
  color: #0a383f;
}

@media all and (min-width: 29em) {

  .header .menu-button svg.icon-hamburger,
  .header .menu-button svg.icon-x {
    width: 30px;
    height: 25px;
  }
}

.header .header-nav-panel {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  position: fixed;
  top: 58px;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 0;
  z-index: 2;
  background: #fff;
  background-size: contain;
  -webkit-transition: top 0.15s ease-in-out;
  -o-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}

@media all and (min-width: 35em) {
  .header .header-nav-panel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 54em) {
  .header .header-nav-panel {
    top: 75px;
  }
}

.article-journey .header {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  background-color: #f3f3f3;
}

.logo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.logo:hover svg #verywell-logo-use {
  fill: #031113;
}

.logo:hover svg #verywellhealth-use {
  fill: #1d738b;
}

.logo:hover svg #verywellfit-use {
  fill: #15131d;
}

.logo:hover svg #verywellmind-use {
  fill: #257f69;
}

.logo:hover svg #verywellfamily-use {
  fill: #71478c;
}

.logo svg {
  display: block;
  height: 30px;
  width: 175px;
}

.logo svg #verywell-logo-use {
  fill: #0a383f;
}

.logo svg #verywellhealth-use {
  fill: #1cacbd;
}

.logo svg #verywellfit-use-footer {
  display: none;
  fill: #0a383f;
}

.logo svg #verywellmind-use {
  fill: #2ebe7e;
}

.logo svg #verywellfamily-use {
  fill: #9659b2;
}

@media all and (min-width: 45em) {
  .logo svg {
    height: 35px;
    width: 205px;
  }
}

@media all and (min-width: 54em) {
  .logo svg {
    height: 45px;
    width: 262px;
  }
}

.logo.verywellfit svg {
  width: 144px;
}

@media all and (min-width: 45em) {
  .logo.verywellfit svg {
    width: 164px;
  }
}

@media all and (min-width: 54em) {
  .logo.verywellfit svg {
    width: 208px;
  }
}

.logo.verywellmind svg {
  width: 164px;
}

@media all and (min-width: 45em) {
  .logo.verywellmind svg {
    width: 192px;
  }
}

@media all and (min-width: 54em) {
  .logo.verywellmind svg {
    width: 245px;
  }
}

.logo.small svg {
  height: 22px;
}

.logo.small.verywellfit svg {
  width: 100px;
}

.logo.small.verywellmind svg {
  width: 120px;
}

.logo.small.verywellfamily svg {
  width: 130px;
}

.fullscreen-nav,
.fullscreen-nav-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.fullscreen-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0 auto;
  padding: 1rem;
  max-width: 75rem;
  width: 100%;
}

.fullscreen-nav .text-btn {
  padding: 0;
  letter-spacing: 1px;
  color: #646464;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.fullscreen-nav .general-search {
  width: 100%;
  margin: 1rem 0;
}

@media (min-width: 45em) {
  .fullscreen-nav .general-search {
    padding: 0 12.5%;
    margin: 1rem auto;
  }
}

@media (min-width: 65em) {
  .fullscreen-nav .general-search {
    padding: 0 15%;
  }
}

@media (min-width: 78em) {
  .fullscreen-nav .general-search {
    padding: 0 25%;
  }
}

.fullscreen-nav .breadcrumbs-tags-section {
  width: 100%;
  margin-right: 3em;
}

@media all and (min-width: 35em) {
  .fullscreen-nav .breadcrumbs-tags-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0.7em;
  }
}

.fullscreen-nav .breadcrumbs-list,
.fullscreen-nav .breadcrumbs-tools {
  margin-bottom: 2rem;
  background: 0 0;
  width: 100%;
}

.fullscreen-nav .breadcrumbs-list-list {
  margin-bottom: 0.5rem;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active):not(.is-collapsed),
.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-subtitle {
  display: block;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-item.is-active>a {
  border-bottom: 0;
  display: block;
}

.fullscreen-nav .breadcrumbs-list-icon,
.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-item.is-collapsed,
.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-list>.breadcrumbs-list-item:not(.is-active) {
  display: none;
}

.fullscreen-nav .breadcrumbs-list.hide-siblings-mobile .breadcrumbs-list-item.is-parent .breadcrumbs-list-link {
  border-bottom: 0;
}

.fullscreen-nav .breadcrumbs-list-subtitle {
  color: #1d738b;
}

.fullscreen-nav .breadcrumbs-list-subtitle a {
  color: #0a383f;
}

.fullscreen-nav .breadcrumbs-list-subtitle a:focus,
.fullscreen-nav .breadcrumbs-list-subtitle a:hover {
  color: #d33b52;
}

.fullscreen-nav .breadcrumbs-list-link {
  color: #0a383f;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 1px dotted #dadada;
}

.fullscreen-nav .breadcrumbs-list-item.is-active>a,
.fullscreen-nav .breadcrumbs-list-link:hover {
  color: #d33b52;
}

.fullscreen-nav .breadcrumbs-list-submenu {
  padding-left: 0.8rem;
  border-bottom: 1px dotted #dadada;
}

.fullscreen-nav .breadcrumbs-tools .breadcrumbs-list-subtitle {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  display: block;
}

.fullscreen-nav .breadcrumbs-tools .breadcrumbs-list-item {
  margin-bottom: 0.4rem;
}

.fullscreen-nav .breadcrumbs-tools .breadcrumbs-list-link {
  line-height: 1.2;
}

.fullscreen-nav .breadcrumbs-tools a {
  border: none;
  padding: 0.2em 0.4em 0.1em 0;
}

.fullscreen-nav-title {
  border-bottom: 1px dotted #dadada;
}

@media all and (min-width: 45em) {
  .fullscreen-nav .breadcrumbs-tools a {
    padding-right: 0.4em;
  }
}

.fullscreen-nav .tags-section {
  display: none;
}

.fullscreen-nav .tags-section .tags-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media all and (min-width: 35em) {
  .fullscreen-nav .tags-section {
    display: block;
  }
}

.fullscreen-nav-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.7em;
  display: block;
  margin-top: 0;
}

.fullscreen-nav-list-item {
  padding: 0 0.5em 0.5em 0;
}

.fullscreen-nav-list-icon {
  display: none;
}

.fullscreen-nav-title {
  margin-bottom: 0.5rem;
  display: block;
}

.fullscreen-nav-title a {
  color: #1d738b;
  font-size: 1.5rem;
}

.fullscreen-nav-title a:focus,
.fullscreen-nav-title a:hover {
  color: #d33b52;
}

.fullscreen-nav-title a:focus .fullscreen-nav-list-icon,
.fullscreen-nav-title a:hover .fullscreen-nav-list-icon {
  fill: #d33b52;
}

.fullscreen-nav-sub {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.fullscreen-nav-sub li {
  padding: 0.2em 0.1em 0.1em 0;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.fullscreen-nav-sub a {
  color: #0a383f;
  font-family: 'FS Albert Extra Bold', HelveticaNeueBold, HelveticaNeue-Bold, 'Helvetica Neue Bold', HelveticaBold, Helvetica-Bold,
    'Helvetica Bold', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.fullscreen-nav-sub a:focus,
.fullscreen-nav-sub a:hover {
  color: #d33b52;
}

@media all and (min-width: 45em) {
  .fullscreen-nav-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fullscreen-nav-sub li {
    padding-right: 0.4em;
    width: 50%;
  }

  .fullscreen-nav-sub li:nth-child(3) {
    display: block;
  }
}

@media all and (min-width: 60em) {
  .fullscreen-nav-sub li {
    display: block;
  }
}

@media all and (min-width: 35em) {

  .fullscreen-nav-sub li:last-child,
  .fullscreen-nav-sub li:nth-child(1),
  .fullscreen-nav-sub li:nth-child(2) {
    display: block;
  }

  .fullscreen-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all and (min-width: 54em) and (max-width: 78em) {
  .fullscreen-nav {
    padding: 1rem 1.5rem;
  }
}

.fullscreen-nav-bottom-left {
  width: 100%;
  margin-right: 3em;
}

.fullscreen-nav-bottom-right {
  margin-top: 1.5rem;
}

@media (min-width: 65em) {
  .fullscreen-nav-bottom-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fullscreen-nav-bottom-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1rem;
  }
}

.fullscreen-nav-bottom {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  border-top: 1px dotted #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fullscreen-nav .global-nav {
  margin: 1rem 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fullscreen-nav .global-nav-text {
  width: 100%;
  margin-bottom: 0.25rem;
}

.fullscreen-nav .copyright {
  margin-top: 1rem;
  color: #646464;
}

.taxlevel-4 .fullscreen-nav .breadcrumbs-list {
  display: block;
}

.twitter-typeahead {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.twitter-typeahead input {
  display: block;
}

.twitter-typeahead input:focus {
  outline: 0;
}

.twitter-typeahead .tt-hint {
  color: #999;
}

.twitter-typeahead .tt-menu {
  min-width: calc(100% + 31px);
  margin-top: -1px;
  margin-left: -31px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.twitter-typeahead .tt-dataset {
  margin: -10px 0;
}

.general-search {
  min-height: 1.2em;
}

.general-search .icon-magnifying-glass,
.general-search .icon-x {
  width: 1.2em;
  height: 1.2em;
  fill: #d33b52;
  -webkit-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
  position: relative;
  top: 2px;
  right: 0;
}

.general-search .icon-x {
  fill: #646464;
}

.general-search .input-group {
  margin: 0;
}

.general-search .input-group input {
  outline: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1rem;
  border-width: 2px;
}

.general-search .input-group .btn {
  padding: 0 0 0 1em;
  background: #fff;
  border: 2px solid #dadada;
  border-right: none;
  border-bottom-left-radius: 0;
}

.general-search .input-group .btn:focus .icon-magnifying-glass,
.general-search .input-group .btn:hover .icon-magnifying-glass {
  fill: #0a383f;
}

.general-search .input-group .btn.btn-go {
  display: none;
}

.general-search .input-group span+.btn {
  padding: 0 1em;
  background: #d33b52;
  border: none;
}

@media all and (min-width: 54em) {
  .general-search .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.general-search-input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tags-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0;
}

@media all and (min-width: 54em) {
  .tags-section {
    margin: 1rem 0 1.5rem;
  }
}

.tags-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'FS Albert Extra Bold', HelveticaNeueBold, HelveticaNeue-Bold, 'Helvetica Neue Bold', HelveticaBold, Helvetica-Bold,
    'Helvetica Bold', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.tags-nav-item {
  margin: 0.2em 0.5em 0.4em 0;
}

.tags-nav-link {
  display: block;
  padding: 0.25em 0.6em;
  color: #fff;
  border-radius: 9px 9px 9px 0;
  font-size: 1em;
  background: #1d738b;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.tags-nav-link:focus,
.tags-nav-link:hover {
  background: #1cacbd;
}

@media all and (min-width: 54em) {
  .tags-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.trusted-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.trusted-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-links-link .link-list-link {
  color: #0a383f;
}

.trusted-links-link .link-list-link:focus,
.trusted-links-link .link-list-link:hover {
  color: #d33b52;
}

.trusted-links-link:not(:last-child):after {
  content: '';
  height: 1rem;
  border-right: 1px solid #dadada;
  margin: 0 0.5rem;
}

.global-nav {
  width: 100%;
}

.global-nav-text {
  color: #646464;
  margin-bottom: 10px;
}

@media all and (min-width: 45em) {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .global-nav-text {
    margin: 0 0.625rem 0.5rem 0;
  }
}

.global-nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-nav .content .logo {
  text-align: left;
  top: 0;
  height: auto;
  margin-bottom: 5px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #dadada;
}

@media all and (min-width: 45em) {
  .global-nav .content .logo {
    margin-bottom: 0;
  }
}

.global-nav .content .logo:last-child {
  border: none;
}

.copyright {
  font-size: 0.85rem;
  color: #dadada;
  font-family: Merriweather, Times, 'Times New Roman', serif;
  text-align: left;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.share-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.share-link {
  display: block;
  text-align: center;
  border: 0;
  overflow: hidden;
}

.share-link-facebook {
  background: #3b5998;
}

.share-link-facebook:focus,
.share-link-facebook:hover {
  background: #344e86;
}

.share-link-flipboard {
  background: #e02828;
}

.share-link-flipboard:focus,
.share-link-flipboard:hover {
  background: #d01e1e;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media all and (min-width: 35em) {
  .share {
    max-width: 19em;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .share-item-flipboard {
    display: none;
  }
}

.share-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.share-item:first-child .share-link {
  border-top-left-radius: 9px;
}

.share-item:last-child {
  margin-right: 0;
}

.share-item:last-child .share-link {
  border-radius: 0 9px 9px 0;
}

.share-link {
  display: block;
  padding: 0.25rem 0;
  line-height: 1.5rem;
  background: #f7f9f9;
  color: #fff;
  text-align: center;
  border: 0;
  overflow: hidden;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  font-size: 0.8em;
}

.share-link-facebook {
  background: #4267b2;
}

.share-link-facebook:focus,
.share-link-facebook:hover {
  background: #314d85;
}

.share-link-flipboard {
  background: #e12828;
}

.share-link-flipboard:focus,
.share-link-flipboard:hover {
  background: #b31919;
}

.share-link-email {
  background: #646464;
}

.share-link-email:focus,
.share-link-email:hover {
  background: #454545;
}

.share-link .icon {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 1px;
  pointer-events: none;
}

.footer {
  background: #0a383f;
  color: #fff;
  position: relative;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0.625rem;
}

@media all and (min-width: 45em) {
  .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 2rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media all and (min-width: 78em) {
  .footer-inner {
    padding: 0 calc(50% - 37.5rem);
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (min-width: 45em) {
  .footer-nav {
    margin: 0.75rem 0 0;
    width: calc(100% - 45%);
  }
}

.footer .footer-links,
.footer .primary-nav {
  padding: 0.7rem 0;
  border-top: 1px dotted #646464;
}

@media (min-width: 35em) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer .footer-links,
  .footer .primary-nav {
    margin-bottom: 0;
    padding: 0;
    border: 0;
  }
}

.footer:focus,
.footer:hover {
  opacity: 1;
}

.footer .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.3em 0 0.7em;
  border-bottom: dotted 1px #646464;
  margin: 0.5em 0.625rem;
}

@media all and (min-width: 45em) {
  .footer .logo-wrapper {
    margin: 0.5em 2rem;
  }
}

@media all and (min-width: 78em) {
  .footer .logo-wrapper {
    margin: 0.5em calc(50% - 37.5rem);
  }
}

.footer .logo-wrapper .logo {
  display: block;
  max-width: none;
  z-index: 0;
}

.footer .logo-wrapper .logo svg {
  max-height: 30px;
  max-width: 175px;
}

.footer .logo-wrapper .logo svg #verywell-logo-use {
  fill: #fff;
}

.footer .footer-bottom {
  margin: 0.4em 0.625rem 0;
  border-top: dotted 1px #646464;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 45em) {
  .footer .footer-bottom {
    margin: 1em 2rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer .copyright {
    width: calc(100% - 45%);
    border-bottom: none;
    padding-right: 70px;
  }
}

@media all and (min-width: 78em) {
  .footer .footer-bottom {
    margin: 1em calc(50% - 37.5rem) 0;
  }
}

.primary-nav {
  width: 100%;
}

@media (min-width: 35em) {
  .primary-nav {
    width: 35%;
    padding-right: 1rem;
  }
}

.primary-nav-list-item {
  display: block;
  width: 100%;
  list-style: none;
  line-height: 1em;
  margin-bottom: 0.8rem;
  color: #f7f9f9;
}

.primary-nav-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 35em) {
  .primary-nav-list-item {
    width: auto;
    margin-right: 0.4rem;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-links-item {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding-right: 0.625em;
  margin-bottom: 1em;
  font-size: 0.85rem;
}

.print-st0 {
  fill: none;
}

.print-st1 {
  fill: #ec4c64;
}

.fit-polygon {
  fill: #ffcb00;
}

.footer-fit-polygon {
  fill: rgba(255, 255, 255, 0.5);
}

.expert-content {
  line-height: 25px;
}

.mntl-sc-block>p:not([data-defer]) {
  margin: 1.2rem 0;
}


.commits {
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.commits__title {
  margin-bottom: 15px;
}

.commits__item {
  padding: 20px 0 0;
}

.commits__add {
  margin-bottom: 60px;
}

.commits__item.hide .commits__add {
  display: none;
}

.commits__item+.commits__item {
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
}

.commits__item:first-child {
  padding-top: 0;
}

.commits__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.commits__face {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-color: gray;
  overflow: hidden;
}

.commits__face img {
  display: block;
  width: 100%;
}

.commits__name {
  font-size: 17px;
}

.commits__date {
  margin-top: 5px;
  font-size: 14px;
}

.commits__description {
  color: #000;
  line-height: 1.3;
}

.commits__add-title {
  margin-bottom: 10px;
}

.commits__field-name {
  display: block;
  width: 100%;
  max-width: 230px;
  margin-bottom: 10px;
  padding: 5px;
}

.commits__field-message {
  display: block;
  width: 100%;
  height: 100px;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  resize: none;
}

.error {
  border-color: red;
}

@media (max-width: 480px) {
  .commits__description {
    font-size: 14px;
  }
}

p>img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

p {
  font-size: 20px !important;
}

.prices br {
  display: none
}

.prod_img_wrapper {
  max-width: 250px;
  margin: 15px auto;
  position: relative
}


@media (max-width:660px) {
  .prod_img {
    margin-bottom: 20px;
  }
}

@media (max-width:600px) {
  .prod_img {
    margin-bottom: 30px;
  }
}

@media (max-width:425px) {
  .prod_img {
    margin-bottom: 40px;
  }
}

@media (max-width:375px) {
  .prod_img {
    margin-bottom: 50px;
  }
}

.prices {
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
  box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
  width: 165px;
  height: 98px;
  text-align: center !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: rotateZ(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotateZ(-7deg);
  margin: -50px -50px 0 auto;
  background: -o-linear-gradient(left, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 19%
}

input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"] {
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 3px #242120;
  box-shadow: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:hover {
  background: #bb0000 !important;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.spin-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spin-wrapper p {
  text-align: center;
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}

.wheel img {
  max-width: 100%;
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 15px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent;
}

span.discount {
  display: block;
  margin-top: 9px;
  font-size: 18px
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 30px;
  line-height: 15px;
  margin: 0 auto;
  color: red
}

.js_old_price {
  display: block;
  margin: 0 auto
}

.wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 100% !important;
  max-width: 400px;
  font-size: 16px;
  font-family: sans-serif;
  border: 2px solid grey !important;
  border-radius: 5px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.data_label {
  line-height: 30px
}

.country_select {
  display: none !important;
  width: 52% !important
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

@media screen and (max-width:480px) {
  .wheel_input {
    width: 100% !important
  }

  .country_select {
    width: 96% !important
  }
}

.main-link {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0px auto;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  animation: pulseNew 1.5s infinite;
  box-shadow: none;
}

.main-link:hover {
  opacity: .8
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/cross.svg")
    /*tpa=dianol-zabluzhdenie-form-vesti-v5-ro/files/images/cross.svg*/
  ;
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px !important;
  text-align: center !important;
  padding: 0 !important;
}

@keyframes pulseNew {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.05);
    box-shadow: 0 5px 5px 0 #a1a1a1;
  }

  100% {
    transform: scale(1);
  }
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
  animation: pulseNew 1.5s infinite;
  box-shadow: none;
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1640deg);
    transform: rotate(1640deg);
  }

  100% {
    -webkit-transform: rotate(1620deg);
    transform: rotate(1620deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1640deg);
    transform: rotate(1640deg);
  }

  100% {
    -webkit-transform: rotate(1620deg);
    transform: rotate(1620deg);
  }
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}


.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 280px !important;
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 10px !important;
  }

  .close-popup {
    right: 0;
  }
}

@media screen and (max-width: 345px) {
  .wheel {
    width: 250px !important;
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 10px !important;
  }
}

a.button {
  font-size: 120%;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: table;
  margin: 30px auto;
  width: 260px;
  max-width: 100%;
  border-radius: 15px;
  text-decoration: none;
  padding: 15px;
}

a.button:hover {
  background-color: #c11f1f;
}

@media screen and (max-width: 370px) {
  .prices {
    width: 141px;
    height: 85px;
    font-size: 15px;
  }

  .price_main {
    font-size: 23px;
  }
}

input {
  outline: none;
}

input:active {
  outline: none;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.name {
  font-weight: bold;
}

.live {
  display: block;
  max-width: 300px;
  margin-top: 10px;
  width: 100%;
  display: none;
}

.container {
  padding: 0 15px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.content-img {
  max-width: 600px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.product-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pop-up-button {
  display: inline-block;
}

.pop-up-button:hover {
  opacity: 0.8;
}

.order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 640px) {
  .order {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 639px) {
  .order {
    flex-direction: column;
  }

  .order__product {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.commits__item--reply {
  margin-left: 60px;
}

.main-link--bottom {
  text-decoration: none !important;
  margin: 25px auto;
}

.timer {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
}

.red {
  color: red;
}

.commits__body {
  margin-left: 65px;
  line-height: 1.3;
  margin-top: -30px;
}

.price {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #e9e5ff;
  border-radius: 10px;
}

.price__item {
  padding: 0 10px;
}

.price__item--old {
  border-right: 1px solid #ddd;
}

.price__item-value--old {
  text-decoration: line-through;
  font-size: 22px;
  color: gray;
}

.price__item-value--new {
  color: red;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 0 1px darkred;
}

.commits__name {
  font-weight: 700;
}

.inL_314278 {
  fill: #1cacbd
}

.inL_902441 {
  fill: #0a383f
}

.inL_793487 {
  text-align: center;
}

.inL_906495 {
  text-align: center
}

.inL_892119 {
  color: red;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 20px
}

.inL_353556 {
  display: none;
}

.inL_513788 {
  color: red
}

.inL_755875 {
  color: red
}

.commits__title {
  margin-top: 30px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .prices {
    margin-right: -25px
  }

  .product-img {
    width: 300px;
  }
}