@media (max-width: 769px) {
  .wrapper_col {
    flex-direction: column !important;
    align-items: center;
  }
  .wrapper_col_m {
    width: 92% !important;
  }
}
.order_form {
  display: block;
  margin: 0 auto;
  text-align: center;
}
img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
* {
  outline: none;
}
#clock {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  color: red;
}
form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.timer {
  font-size: 18px;
  font-weight: 400;
  margin: 20px auto;
  text-align: center;
}
label {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .lead-form-box h2 {
    font-size: 30px;
  }
}
.wrap__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin-bottom: 40px;
}
.wrap__flex img {
  width: 90%;
  height: 250px;
  object-fit: cover;
}
.joints_mob {
  display: none;
}
@media (max-width: 575px) {
  .joints_desc {
    display: none !important;
  }
  .joints_mob {
    display: block;
  }
  .wrap__flex {
    margin-bottom: 30px;
  }
  .wrap__flex img {
    width: 100%;
    height: 200px;
    max-width: 300px;
  }
}
.lead-form-box {
  box-sizing: border-box !important;
  background: white;
  border-bottom: 1px solid #dacec6;
  padding: 20px 40px;
  max-width: 650px;
  font-family: Arial;
  background-image: url("formbg_ec5a0801-bae3-450e-9262-91267c67e824.jpg.html");
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 100% 100%;
  box-shadow: 0 4px 15px #8196a026;
  margin: 0 auto 30px;
}
.lead-form-box p {
  margin-bottom: 10px;
}
.lead-form-box img {
  display: table;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.lead-form-box h2 {
  margin: 20px auto !important;
  padding: 0 !important;
  line-height: 32px !important;
  color: #000 !important;
  border: none;
}
.fields-box {
  margin: auto;
  max-width: 320px;
  width: 100%;
}
.fields-box > div {
  margin-bottom: 10px;
}
.blue-border {
  margin: 20px 10px;
  border: 2px solid #0299ff;
  padding: 10px;
}
#lead-form input,
#lead-form select {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 60px;
  margin: 0 !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  background: #fff !important;
  padding: 0 15px !important;
  border: 2px solid #e9d7dc;
  font-weight: 400 !important;
}
#send-lead {
  width: 100%;
  padding: 15px;
  background: #0299ff;
  text-shadow: 1px 3px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 25px #8196a073;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 20px auto;
  cursor: pointer;
}
.red-btn {
  font-weight: 700;
  background-color: red;
  color: #fff;
  padding: 12px 20px 13px;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 5px;
}
.red-btn:hover {
  background-color: #dd0202;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 500px) {
  .lead-form-box {
    padding: 20px;
  }
  .lead-form-box h2 {
    margin: 10px auto !important;
  }
  .blue-border {
    margin: 10px auto;
  }
}
.doc-block {
  font-style: italic;
  display: grid;
  align-items: center;
  grid-template-columns: 350px 1fr;
  column-gap: 20px;
  font-family: Open Sans, Arial, Tahoma, sans-serif;
  font-size: 17px;
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 20px;
}
.doc-block img {
  width: 100%;
  display: block;
}
.doc-block .bold {
  font-weight: 700;
}
.doc-block-text p {
  margin-bottom: 15px;
}
.doc-block-text p:last-child {
  margin-bottom: 0;
}
.doc-block .doc-block-mobile-wrapper {
  display: none;
}
.doc-block .doc-block-mobile {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
@media (max-width: 1000px) {
  .doc-block1 {
    grid-template-columns: 1fr;
  }
  .doc-block .doc-block-desktop {
    display: none;
  }
  .doc-block .doc-block-mobile-wrapper {
    display: block;
    background: #ebe6e1;
    margin-bottom: 20px;
  }
  .doc-block2 {
    grid-template-columns: 220px 1fr;
  }
}
@media (max-width: 700px) {
  .doc-block {
    padding: 20px 10px;
  }
  .doc-block .doc-block-mobile-wrapper {
    background: none;
  }
  .doc-block2 {
    grid-template-columns: 1fr;
  }
  .doc-block2 img {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
html,
body,
div,
span,
h2,
h3,
h4,
p,
a,
img,
s,
b,
i,
ol,
ul,
li,
form,
label,
footer,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
footer,
nav {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h2,
h3,
h4 {
  margin-bottom: 15px;
}
h4 a {
  font-weight: inherit;
}
h4 a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
i {
  font-style: italic;
}
b {
  font-weight: 700;
}
a,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
p a,
p a:visited {
  line-height: inherit;
}
img.scale-with-grid {
  max-width: 700px;
}
button,
input[type="submit"] {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 0 1px #00000008;
  background-image: url("box_shadow_button.png.html");
  background-repeat: repeat-x;
}
@media only screen and (min-width: 768px) {
  button:after,
  input[type="submit"]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.05);
  }
  button:hover:after,
  input[type="submit"]:hover:after {
    width: 100%;
  }
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@font-face {
  font-family: mfn-icons;
  src: url("mfn-icons.eot");
  src: url("mfn-icons.eot") format("embedded-opentype"),
    url("mfn-icons.woff") format("woff"),
    url("mfn-icons.ttf") format("truetype"), url("mfn-icons.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: mfn-icons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.icon-menu-fine:before {
  content: "\e960";
}
.icon-search-fine:before {
  content: "\e962";
}
.icon-cancel-fine:before {
  content: "\e963";
}
body {
  min-width: 960px;
}
#Wrapper {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px #0000000f;
}
#Content {
  width: 100%;
}
.section {
  position: relative;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}
.column {
  float: left;
  margin: 0 1% 40px;
}
.one.column {
  width: 98%;
}
.section.full-width > .one.column {
  width: 100%;
  margin: 0;
}
.no-margin-h .column {
  margin-left: 0;
  margin-right: 0;
}
.no-margin-h .one.column {
  width: 100%;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.sections_group {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body:not(.template-slider) #Header_wrapper {
  background-repeat: no-repeat;
  background-position: top center;
}
#Header_wrapper {
  position: relative;
}
#Top_bar .column {
  margin-bottom: 0;
}
#Top_bar .top_bar_left {
  display: flex;
  align-items: center;
}
#Top_bar .logo {
  margin: 0 auto 0 20px;
}
#Top_bar #logo {
  display: block;
  padding: 15px 0;
}
#Top_bar #logo:hover {
  text-decoration: none;
}
#Top_bar #logo img {
  max-width: 230px;
}
#Top_bar #logo img.logo-sticky,
#Top_bar #logo img.logo-mobile,
#Top_bar #logo img.logo-mobile-sticky {
  display: none;
}
#Top_bar .menu_wrapper {
  float: left;
  z-index: 201;
}
#Top_bar .secondary_menu_wrapper {
  display: none;
}
#Top_bar a.responsive-menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 3px;
  z-index: 200;
  margin-left: auto;
}
#Top_bar a.responsive-menu-toggle i {
  font-size: 22px;
  line-height: 34px;
}
#Top_bar .banner_wrapper {
  display: none;
}
#Top_bar .search_wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 201;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#Top_bar .search_wrapper input[type="text"] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0;
  padding-left: 35px;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff14 !important;
  font-size: 15px;
}
#Top_bar .search_wrapper input[type="text"]:focus {
  background-color: transparent !important;
}
#Top_bar .search_wrapper .icon_search,
#Top_bar .search_wrapper .icon_close {
  position: absolute;
  top: 25px;
  font-size: 22px;
  line-height: 22px;
  display: block;
}
#Top_bar .search_wrapper .icon_search {
  left: 18px;
  color: #00000080;
}
#Top_bar .search_wrapper .icon_close {
  right: 18px;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#Top_bar .search_wrapper .icon_close:hover {
  right: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#Top_bar #menu {
  z-index: 201;
}
#Top_bar .menu {
  z-index: 202;
}
#Top_bar .menu > li {
  margin: 0;
  z-index: 203;
  display: block;
  float: left;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) {
  position: relative;
}
#Top_bar .menu > li > a {
  display: block;
  line-height: 60px;
  padding: 15px 0;
  position: relative;
}
#Top_bar .menu > li > a span:not(.description) {
  display: block;
  line-height: 60px;
  padding: 0 15px;
  white-space: nowrap;
  border-right-width: 1px;
  border-style: solid;
}
#Top_bar .menu > li:last-child > a span {
  border: 0;
}
#Top_bar .menu > li > a:hover {
  text-decoration: none;
}
#Top_bar .menu > li > a,
#Top_bar .menu > li > a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Top_bar .menu > li.current-menu-parent > a:after,
#Top_bar .menu > li.current-page-parent > a:after,
#Top_bar .menu > li.current-menu-ancestor > a:after,
#Top_bar .menu > li.current_page_ancestor > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
#Top_bar .menu li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 205;
  margin: 0;
  display: none;
  background-image: url("");
  background-repeat: repeat-x;
  background-position: left top;
}
#Top_bar .menu li > ul {
  box-shadow: 2px 2px 2px #00000008;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
}
#Top_bar .menu li ul li {
  padding: 0;
  width: 100%;
  position: relative;
  font-weight: 400;
}
#Top_bar .menu li ul li a {
  padding: 10px 10px 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#Top_bar .menu li ul li a span {
  display: inline-block;
  position: relative;
}
#Top_bar .menu > li ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
}
#Top_bar .menu li ul li.wpml-ls-item {
  width: auto;
}
#Top_bar .menu li ul li.wpml-ls-item a {
  padding-right: 20px;
  white-space: nowrap;
}
#Top_bar .menu li ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9002;
  display: none;
}
#Side_slide {
  display: block;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  overflow: auto;
  border-bottom-width: 60px;
  border-bottom-style: solid;
  z-index: 99999;
  z-index: 100000;
}
#Side_slide.left {
  left: -250px;
  right: 0;
}
#Side_slide .close-wrapper {
  height: 60px;
}
#Side_slide .close-wrapper a.close {
  height: 34px;
  width: 34px;
  display: block;
  float: right;
  margin: 13px 13px 0 0;
}
#Side_slide .close-wrapper a.close i {
  font-size: 22px;
  line-height: 34px;
}
#Side_slide .extras {
  padding: 0 20px;
}
#Side_slide .extras .extras-wrapper {
  text-align: center;
}
#Side_slide .lang-wrapper {
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
#Side_slide .lang-wrapper ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
#Side_slide .lang-wrapper ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
#Side_slide .lang-wrapper ul li a {
  display: block;
  padding: 11px 20px 10px;
  text-decoration: none;
  line-height: 19px;
}
#Side_slide .social {
  text-align: center;
  margin: 0 20px 13px;
}
#Side_slide {
  background-color: #191919;
  border-color: #191919;
}
#Footer {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#Footer .widgets_wrapper {
  padding: 0;
}
#Footer .widgets_wrapper .column {
  margin-bottom: 0;
}
#Footer .footer_copy .one {
  margin-bottom: 20px;
}
#Footer .footer_copy {
  padding: 10px 0;
}
#Footer .footer_copy .container {
  padding: 0 !important;
}
#comments > :first-child {
  border-top-width: 1px;
  border-style: solid;
  padding-top: 20px;
}
.dark {
  color: #fff !important;
}
@media only screen and (min-width: 1240px) {
  body:not(.header-simple) #Top_bar #menu {
    display: block !important;
  }
}
@media only screen and (max-width: 1239px) {
  #Top_bar #menu {
    display: none;
    height: auto;
    width: 300px;
    bottom: auto;
    top: 100%;
    right: 1px;
    position: absolute;
    margin: 0;
  }
  #Top_bar a.responsive-menu-toggle {
    display: block;
  }
  #Top_bar #menu > ul {
    width: 100%;
    float: left;
  }
  #Top_bar #menu ul li {
    width: 100%;
    padding-bottom: 0;
    border-right: 0;
    position: relative;
  }
  #Top_bar #menu ul li a {
    padding: 0 25px;
    margin: 0;
    display: block;
    height: auto;
    line-height: normal;
    border: none;
  }
  #Top_bar #menu ul li a:after {
    display: none;
  }
  #Top_bar #menu ul li a span {
    border: none;
    line-height: 44px;
    display: inline;
    padding: 0;
  }
  #Top_bar #menu ul li.submenu .menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    color: #444;
    opacity: 0.33;
  }
  #Top_bar #menu ul li.submenu .menu-toggle:after {
    content: "+";
  }
  #Top_bar #menu ul li a span:after {
    display: none !important;
  }
  #Top_bar #menu ul li ul {
    position: relative !important;
    left: 0 !important;
    top: 0;
    padding: 0;
    margin-left: 0 !important;
    width: auto !important;
    background-image: none !important;
    box-shadow: 0 0 0 0 transparent !important;
    -webkit-box-shadow: 0 0 0 0 transparent !important;
  }
  #Top_bar #menu ul li ul li {
    width: 100% !important;
  }
  #Top_bar #menu ul li ul li a {
    padding: 0 20px 0 35px;
  }
  #Top_bar #menu ul li ul li a span {
    padding: 0;
  }
  #Top_bar #menu ul li ul li a span:after {
    display: none !important;
  }
}
#Header_wrapper,
#Footer {
  background-color: #fff;
}
body {
  color: #000;
}
a {
  color: #0382b9 !important;
  font-weight: 700;
}
a:hover {
  color: #036d9a;
}
*::-moz-selection {
  background-color: #0382b9;
}
*::selection {
  background-color: #0382b9;
}
h2 {
  color: #0a0a12;
}
h3 {
  color: #0382b9;
}
h4,
h4 a,
h4 a:hover {
  color: #0a0a12;
}
button,
input[type="submit"] {
  background-color: #0382b9;
  color: #fff;
}
#Top_bar #menu {
  background-color: #fff;
}
#Top_bar .menu > li > a,
#Top_bar #menu ul li.submenu .menu-toggle {
  color: #979799;
}
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-parent > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-page-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a {
  color: #0a0a12;
}
#Top_bar .menu > li a:after {
  background: #0a0a12;
}
#Top_bar
  .menu
  > li.current-menu-parent.submenu
  > a
  > span:not(.description):after,
#Top_bar
  .menu
  > li.current-page-parent.submenu
  > a
  > span:not(.description):after,
#Top_bar
  .menu
  > li.current-menu-ancestor.submenu
  > a
  > span:not(.description):after,
#Top_bar
  .menu
  > li.current-page-ancestor.submenu
  > a
  > span:not(.description):after,
#Top_bar
  .menu
  > li.current_page_ancestor.submenu
  > a
  > span:not(.description):after {
  border-top-color: #0a0a12;
}
#Top_bar .menu > li ul {
  background-color: #f2f2f2;
}
#Top_bar .menu > li ul li a {
  color: #5f5f5f;
}
#Top_bar .menu > li ul li a:hover {
  color: #2e2e2e;
}
#Top_bar .search_wrapper {
  background: #0382b9;
}
#Top_bar .responsive-menu-toggle {
  color: #0382b9;
  background: transparent;
}
#Side_slide {
  background-color: #0a0a12;
  border-color: #0a0a12;
}
#Side_slide,
#Side_slide a:not(.button) {
  color: #a6a6a6;
}
#Side_slide a:not(.button):hover,
#Side_slide a.active {
  color: #fff;
}
#Footer {
  color: #848488;
}
#Footer a {
  color: #6f6f74;
}
#Footer a:hover {
  color: #0382b9;
}
input[type="tel"],
input[type="text"],
select {
  color: #797979;
  background-color: #fafafa;
  border-color: #fafafa;
}
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus {
  color: #000;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  #Top_bar {
    background: #ffffff !important;
    border-bottom: 1px solid rgb(3, 130, 185);
    margin-bottom: 20px;
  }
}
html,
#Wrapper,
#Content {
  background-color: #fff;
}
#Content {
  margin-top: 10px;
}
body,
button,
input[type="submit"],
input[type="text"],
input[type="tel"],
select {
  font-family: Open Sans, Arial, Tahoma, sans-serif;
}
#menu > ul > li > a {
  font-family: Libre Baskerville, Arial, Tahoma, sans-serif;
}
h2,
h3,
h4 {
  font-family: Unna, Arial, Tahoma, sans-serif;
}
body {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
#menu > ul > li > a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}
h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 13px;
    line-height: 20px;
  }
  #menu > ul > li > a {
    font-size: 13px;
  }
  h2 {
    font-size: 34px;
    line-height: 41px;
  }
  h3 {
    font-size: 27px;
    line-height: 27px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }
  #menu > ul > li > a {
    font-size: 13px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 30px;
    line-height: 31px;
  }
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 479px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }
  #menu > ul > li > a {
    font-size: 13px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  h3 {
    font-size: 24px;
    line-height: 25px;
  }
  h4 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1240px) {
  #Wrapper {
    max-width: 1080px;
    padding-top: 10px;
  }
  .container {
    max-width: 1060px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 700px !important;
  }
}
#Top_bar .menu > li > a {
  padding: 0 0 10px;
}
#Top_bar .menu > li:hover {
  border-top: 4px solid #0a0a12;
}
.sub-menu span {
  padding-right: 10px;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: sans-serif;
}
a {
  background-color: transparent;
}
b {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  box-sizing: border-box;
}
body {
  background: #dadde1;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #050505;
}
#state_close {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  color: gray;
  margin: 23px -15px;
}
#state_close_prev {
  background: white;
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  color: gray;
  margin: -24px -15px 18px;
}
#state_close_prev img {
  width: 21px;
}
#state_close_prev img:nth-child(2) {
  position: relative;
  left: -9px;
}
@media screen and (max-width: 340px) {
  .like-hidden {
    display: none;
  }
}
#comments_component {
  margin: 0 0 0 -7px;
  font-family: sans-serif;
  padding-bottom: 15px;
  display: none;
}
#comments_component .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 20px;
}
#comments_component .component_ava {
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
#comments_component .component_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 0 5px;
}
#comments_component .component_info_inner {
  background-color: #ebedf0;
  border-radius: 18px;
  display: inline-block;
  line-height: 16px;
  margin-top: 0;
  min-width: 0;
  overflow: hidden;
  padding: 6px 12px 7px;
}
#comments_component .component_name {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 3px 3px;
  text-decoration: none;
}
#comments_component .component_licked {
  position: relative;
  bottom: 3px;
  left: 0;
  display: flex;
}
.component_body {
  width: 100%;
}
.component_reposy {
  color: #929292;
  font-weight: 600;
  font-size: 12px;
  margin: 6px 0 0 12px;
  display: flex;
  flex-wrap: wrap;
}
.component_reposy b {
  font-weight: 100;
  word-spacing: 0 !important;
  color: #757575;
}
.component_licked {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #dadde1;
  color: #909192;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  padding-right: 4px;
  transform: translateY(-6px);
  z-index: 5;
}
#comments_component a {
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}
.icons {
  white-space: nowrap;
  display: flex;
  margin: 0;
}
.icons .fb_licked {
  background-image: url("d5452d4fb9e10cbc78fcadf492504a3085fffc89.webp.html");
  background-size: 103px 328px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.l {
  background-position: -51px -266px;
  z-index: 4;
}
.u {
  background-position: 0 -283px;
  margin-left: -6px;
  z-index: 3;
}
.s {
  background-position: -68px -266px;
  margin-left: -6px;
}
.component_name,
.component_reposy {
  cursor: pointer;
}
.component_name:hover,
.component_text a:hover,
.component_reposy nav:hover {
  text-decoration: underline !important;
}
.component_reposy nav {
  display: inline;
  margin: 0 0 0 16px;
  font-weight: 600;
}
#comments_component p {
  margin: 0;
}
#comments_component .component_name,
#comments_component .component_text,
#comments_component .component_reposy,
.component_licked span {
  font-style: normal;
}
.icons .fb_licked {
  height: 21px;
  width: 20px;
}
html,
body {
  overflow-x: hidden;
}
@media only screen and (min-width: 1240px) {
  .hover_color:hover .hover_color_bg {
    background-color: inherit !important;
    border-color: inherit !important;
  }
}
@media only screen and (max-width: 1239px) {
  body:not(.no-hover-tablet) .hover_color:hover .hover_color_bg {
    background-color: inherit !important;
    border-color: inherit !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
  body {
    min-width: 0;
  }
  #Wrapper {
    max-width: 960px;
  }
  .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    min-width: 0;
  }
  #Wrapper {
    max-width: 728px;
  }
  .container {
    max-width: 708px;
  }
  .hover_color {
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
  #Wrapper {
    max-width: 100%;
  }
  .container .column,
  .sections_group {
    margin: 0;
    clear: both;
  }
  .container {
    max-width: 700px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  .section {
    background-attachment: scroll !important;
    height: auto !important;
  }
  body:not(.mobile-sticky) .header_placeholder {
    height: 0 !important;
  }
  #Top_bar .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  #Top_bar a.responsive-menu-toggle {
    right: 10px;
  }
  #Top_bar .menu_wrapper {
    float: left !important;
    width: 100%;
    margin: 0 !important;
  }
  #Top_bar #menu {
    float: left;
    position: static !important;
    width: 100% !important;
    padding-bottom: 20px;
  }
  #Top_bar #logo img.logo-main {
    display: none;
  }
  #Top_bar #logo img.logo-mobile {
    display: inline-block;
    max-width: 200px;
  }
  #Top_bar .top_bar_left {
    margin-top: 0;
  }
  #Top_bar a.responsive-menu-toggle {
    top: 32px;
  }
  .sections_group {
    padding: 0 10px;
  }
  #Top_bar #logo img.logo-mobile-sticky {
    display: none;
  }
  #Top_bar .search_wrapper {
    top: auto;
    bottom: -129px;
  }
  #Footer .footer_copy {
    text-align: center;
  }
  #Footer .footer_copy .copyright {
    float: none;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  #Top_bar #logo img.logo-mobile {
    max-width: 180px;
  }
  #Content {
    margin-top: 0 !important;
  }
}
@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url("memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf")
    format("truetype");
}
@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url("memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf")
    format("truetype");
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url("memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf")
    format("truetype");
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf")
    format("truetype");
}
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url("memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf")
    format("truetype");
}
@font-face {
  font-family: Libre Baskerville;
  font-style: italic;
  font-weight: 400;
  src: url("kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWxEQCQ.ttf") format("truetype");
}
@font-face {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: 400;
  src: url("kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxY.ttf") format("truetype");
}
@font-face {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: 700;
  src: url("kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY3KcU.ttf") format("truetype");
}
@font-face {
  font-family: Unna;
  font-style: italic;
  font-weight: 400;
  src: url("AYCKpXzofN0NOpo7l0nD.ttf") format("truetype");
}
@font-face {
  font-family: Unna;
  font-style: italic;
  font-weight: 700;
  src: url("AYCJpXzofN0NOpozLGzTR3Jq.ttf") format("truetype");
}
@font-face {
  font-family: Unna;
  font-style: normal;
  font-weight: 400;
  src: url("AYCEpXzofN0NOp8LkA.ttf") format("truetype");
}
@font-face {
  font-family: Unna;
  font-style: normal;
  font-weight: 700;
  src: url("AYCLpXzofN0NMiQugG7jQA.ttf") format("truetype");
}
/*# sourceMappingURL=/cdn/shop/t/1/assets/styles-for-fr-arthritis.css.map?v=174844906901376012271695387493 */
