@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-ext-700.woff2') format('woff2');
}

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

html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  background-color: #fff;
  color: #484848;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.entry-content {
  font-size: 18px;
}

.entry-content a {
  font-weight: 700;
  color: #d81d24;
}

.entry-content li {
  margin-bottom: 5px;
}

.entry-content li:last-child {
  margin-bottom: 0;
}

h1,
h3 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
}

@media screen and (max-width: 499px) {
  .entry-content,
  p {
    font-size: 16px;
  }
}

ul {
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

a {
  background-color: transparent;
  color: #2b74b5;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #1c4c77;
  text-decoration: underline;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
}

.live {
  margin-top: 15px;
  display: block;
  max-width: 300px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type='button'] {
  -webkit-appearance: button;
  appearance: button;
}

[type='button']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

h1 {
  font-size: 29px;
}

h3 {
  font-size: 1.75rem;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 740px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-lg-4,
.col-lg-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col {
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.nav {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}

.navbar {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar-nav {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-collapse {
  -ms-flex-align: center;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

@media print {
  *,
  :after,
  :before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.no-webp body {
  background-image: url('../images/bg.jpg');
}

.webp body {
  background-image: url('../images/bg.webp');
}

body,
h1,
h3 {
  color: #30435e;
}

h1,
h3 {
  font-family: 'Roboto', sans-serif;
}

hr {
  border-top: 1px solid #a9d0e0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.blog-related-articles .related-post {
  -ms-flex-flow: row wrap;
  -ms-flex-line-pack: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .blog-related-articles .related-post {
    margin-bottom: 20px;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .blog-related-articles .related-post__excerpt p {
    margin-bottom: 0;
  }

  .blog-related-articles .related-post__image {
    max-width: 280px !important;
    flex-shrink: 0;
  }
}

.blog-related-articles .related-post__title {
  color: #6aacc9;
  font-size: 22px;
  width: 100%;
}

.blog-related-articles .related-post__image {
  border: 1px solid #6aacc9;
}

.blog-related-articles .related-post__excerpt {
  width: 100%;
}

.blog-related-articles .related-post__excerpt p {
  color: #393b46;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 499px) {
  .blog-related-articles .related-post__excerpt p {
    font-size: 16px;
  }
  .blog-related-articles .related-post__title {
    font-size: 20px;
  }
}

header nav.navbar {
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  min-height: 80px;
  padding: 1.25rem 0;
  transition: all 0.25s ease;
}

header nav.navbar ul.nav.navbar-nav {
  -ms-flex-pack: justify;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
}

@media (min-width: 992px) {
  header nav.navbar ul.nav.navbar-nav {
    margin-top: 0;
    max-width: 600px;
  }
}

header nav.navbar ul.nav.navbar-nav > li a.nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #fff;
}

header nav.navbar ul.nav.navbar-nav > li a.nav-link:hover {
  text-decoration: underline;
}

header nav.navbar ul li {
  padding: 4px 14px;
}

header nav.navbar ul li,
header nav.navbar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav.navbar ul li a {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

header nav.navbar ul li a:active,
header nav.navbar ul li a:focus {
  background: none;
  outline: none;
}

@media (max-width: 991.98px) {
  header nav.navbar ul li a {
    max-width: 33%;
  }
}

@media (max-width: 767.98px) {
  header nav.navbar ul li a {
    max-width: 100%;
  }

  .live {
    max-width: 270px;
  }
}

@media (min-width: 1200px) {
  header nav.navbar ul li a {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  header nav.navbar ul li.menu-item-has-children {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;
  }

  header nav.navbar ul li.menu-item-has-children a.nav-link {
    width: 100%;
  }
}

header nav.navbar .navbar-toggler {
  color: #fff;
}

header nav.navbar .navbar-toggler:active,
header nav.navbar .navbar-toggler:focus {
  outline: none;
}

header nav.navbar .brand {
  margin-right: 30px;
  position: relative;
  z-index: 10;
}

header nav.navbar .brand img {
  width: 50px;
  max-width: 100%;
}

@media (min-width: 992px) {
  header nav.navbar {
    height: 80px;
  }
}

header.banner {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#367ca4),
    to(#2f6c9c)
  );
  background: -webkit-linear-gradient(bottom, #367ca4, #2f6c9c);
  background: -o-linear-gradient(bottom, #367ca4 0, #2f6c9c 100%);
  background: linear-gradient(0deg, #367ca4, #2f6c9c);
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  header.banner {
    margin-bottom: 150px;
  }
}

header.banner .container {
  padding-top: 0;
  position: relative;
}

body:not(.home) header.banner {
  margin-bottom: 40px;
}

footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#367ca4),
    to(#2f6c9c)
  );
  background: -webkit-linear-gradient(top, #367ca4, #2f6c9c);
  background: -o-linear-gradient(top, #367ca4 0, #2f6c9c 100%);
  background: linear-gradient(180deg, #367ca4, #2f6c9c);
  border-top: 12px solid #008db8;
  color: #fff;
  margin-top: 60px;
  padding: 30px 0;
}

.footer-nav {
  margin-bottom: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-nav li a {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.footer-nav li:after {
  background-color: #6aacc9;
  content: '';
  display: inline-block;
  height: 23px;
  margin-left: 30px;
  margin-right: 30px;
  width: 1px;
}

.footer-nav li:last-of-type:after {
  display: none;
}

@media (max-width: 1199.98px) {
  .footer-nav {
    text-align: center;
  }

  .footer-nav {
    display: none;
  }

  .footer-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .footer-nav li {
    -ms-flex: 0 1 33%;
    -ms-flex-pack: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    flex: 0 1 33%;
    justify-content: center;
    margin-bottom: 15px;
  }

  .footer-nav li:after {
    display: none;
  }
}

.footer-widget-area {
  align-items: center;
  display: inline-flex;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}

@supports (justify-content: space-evenly) {
  .footer-widget-area {
    justify-content: center;
  }
}

.footer-widget-area li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .footer-widget-area {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;
  }

  .footer-widget-area li {
    margin-bottom: 15px;
  }
}

.footer-bottom {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .footer-bottom {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;
  }

  .footer-bottom .copyright {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    margin: 0;
    order: 2;
    text-align: center;
    width: 100%;
  }
}

.social a {
  background-repeat: no-repeat;
  display: inline-block;
  height: 36px;
  width: 36px;
}

.social.fb a {
  background-image: url('../images/3182c22a6c0758dfa344d48a2d06373e8e4acb4a.svg');
}

.social.tw a {
  background-image: url('../images/tw.svg');
}

.social.ig a {
  background-image: url('../images/769abac51b551d1966dbf9aa3c46fe26b5396cb6.svg');
}

body:not(.home) {
  overflow-x: hidden;
}

body:not(.home) .main > .container {
  background: #fff;
  padding-bottom: 25px;
}

@media (max-width: 575.98px) {
  body:not(.home) .main > .container {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  body:not(.home) .main > .container {
    position: relative;
  }

  body:not(.home) .main > .container:before {
    border-bottom-left-radius: 10px;
    left: -20px;
  }

  body:not(.home) .main > .container:after,
  body:not(.home) .main > .container:before {
    display: none !important;
  }

  body:not(.home) .main > .container:after {
    border-bottom-right-radius: 10px;
    right: -20px;
  }
}

@media (min-width: 1350px) {
  body:not(.home) .main > .container {
    position: relative;
  }

  body:not(.home) .main > .container:before {
    left: -80px;
  }

  body:not(.home) .main > .container:after,
  body:not(.home) .main > .container:before {
    background: #fff;
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 80px;
  }

  body:not(.home) .main > .container:after {
    right: -80px;
  }
}

.yarpp-related {
  margin: 0 !important;
}

.navbar-toggler img {
  width: 40px;
}

body {
  margin: 0;
}

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

.commits__title {
  margin-bottom: 15px;
  font-size: 24px;
}

.commits__item {
  padding: 25px 0 0;
}

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

.commits__head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

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

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

.commits__name {
  font-size: 14px;
}

.commits__date {
  font-size: 12px;
}

.commits__description {
  line-height: 24px;
}

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

h2 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 24px;
}

.commits {
  margin-bottom: 25px;
  padding: 15px 0 0;
  font-size: 18px;
}

@media screen and (max-width: 499px) {
  .commits {
    font-size: 16px;
  }
}

.commits__title {
  margin-bottom: 15px;
  font-size: 24px;
}

.aside {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: auto;
  padding: 25px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.no-webp .aside {
  background-image: url('../images/bg-bottle.jpg');
}

.webp .aside {
  background-image: url('../images/bg-bottle.webp');
}

.commits__item {
  padding: 15px 0 0;
}

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

.commits__head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.commits__body {
  padding-left: 65px;
}

.commits__body a {
  color: #d81d24;
  font-weight: 700;
}

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

.commits__face img {
  display: block;
  width: 100%;
  filter: blur(4px);
}

.commits__name {
  font-size: 18px;
}

.commits__date {
  font-size: 14px;
}

.commits__description {
  line-height: 24px;
}

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

.face__media {
  max-width: 70px;
  min-width: 70px;
  margin-bottom: 10px;
}

.face {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.face__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none !important;
}

.face__post {
  color: #367ba4;
  font-size: 16px;
}

.face__name {
  font-weight: 700;
  color: #367ba4;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

@media (max-width: 768px) {
  .face {
    margin-top: 0;
  }

  /* .blog-related-articles {
    display: none !important;
  } */

  .textwidget.custom-html-widget {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container {
  padding-top: 25px;
}

.face__media img {
  border-radius: 50%;
}

.all-form {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  max-width: 620px;
  color: #000;
  font-size: 16px;
  margin: 15px auto 0;
}

.all-form__time {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.all-form__time > span {
  display: block;
}

.all-form__count {
  color: red;
}

.all-form__body {
  padding: 25px 20px;
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.order-wrap {
  display: flex;
  gap: 15px;
  justify-content: space-evenly;
  align-items: center;
}

.order-left {
  max-width: 250px;
}

.order-right {
  width: 100%;
  max-width: 310px;
}

.all-form__title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .all-form__title {
    font-size: 30px;
  }
}

.all-form__title span {
  color: #d81d24;
}

.all-form__label > span {
  display: block;
  margin-bottom: 5px;
  display: none;
}

.all-form__label + .all-form__label {
  margin-top: 20px;
}

.all-form__field {
  display: block;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
}

.all-form__btn {
  max-width: 310px;
  margin: 0 auto;
  padding: 15px 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgb(255, 0, 0) 0%, rgb(218, 0, 0) 50%);
  cursor: pointer;
  width: 100%;
  display: block;
  border: none;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s;
}

.all-form__btn:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.breadcrumbs {
  font-size: 14px;
}

.btnBlock {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.entry-content p {
  text-align: justify;
}

.error-box {
  color: #fff;
  background-color: #de5042 !important;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 240px;
  font-size: 13px;
  line-height: 20px;
  margin: 5px auto !important;
  z-index: 100;
}

input:invalid {
  box-shadow: none;
}

.center {
  text-align: center !important;
}

.inL_624634 {
  margin-right: auto;
  margin-left: auto;
}

.inL_557906 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.ev-answer {
  display: none !important;
}

.commits__item--answer {
  margin-left: 20px;
}

.inL_394618 {
  width: 190px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

/*Reset*/
input::-ms-clear {
  display: none;
}

/*End reset*/

/*Comment styles*/
.ev-answer--hidden {
  display: none;
}

.ev-answer__avatar {
  width: 60px;
  height: 60px;
}

.ev-answer__img {
  display: block;
  margin-bottom: 5px;
}

.ev-answer__name,
.ev-answer__town,
.ev-answer__comment {
  word-break: break-all;
}

/*IE fix*/
.ev-answer__comment {
  display: block;
  width: 100%;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/
.ev-feedback {
  font-family: sans-serif;
  background: #f2f3f7;
  border: none;
  border-radius: 15px;
}

.ev-feedback__title {
  color: black;
}

.ev-feedback__field {
  color: black;
  border: 1px solid #ececed;
  border-radius: 10px;
}

.ev-feedback__field:focus {
  border-color: #45bbc9;
}

.ev-feedback__field--comment::-webkit-scrollbar {
  width: 5px;
  background: none;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #45bbc9;
  opacity: 0.5;
}

.ev-feedback__comment {
  border-radius: 15px;
}

.ev-feedback__file {
  color: #45bbc9;
  border: 1px solid #45bbc9;
  border-radius: 10px;
}

.ev-feedback__file:hover {
  color: white;
  background: #45bbc9;
}

.ev-feedback__profile--error .ev-feedback__field {
  border-color: red;
}

.ev-feedback__profile--error .ev-feedback__field:focus {
  border-color: red;
}

.ev-feedback__file--loaded {
  color: #fff;
  background: white
    linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02)
    0 0;
  border-color: #57cf02;
}

.ev-feedback__file--loaded:hover {
  color: white;
  background: #57cf02;
}

.ev-feedback__file--error {
  background: white
    linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
  color: #fff;
  border-color: red;
}

.ev-feedback__file--error:hover {
  color: white;
  background: red;
  border-color: red;
}

.ev-feedback__btn {
  color: white;
  border: none;
  border-radius: 10px;
  background: #45bbc9;
}

.ev-feedback__btn:hover {
  background: #34909b;
}

.ev-modal {
  background: rgba(0, 0, 0, 0.5);
}

.ev-modal__wrapper {
  background: #fff;
  border-radius: 8px;
}

.ev-modal__close::before,
.ev-modal__close::after {
  background: #474646;
}

.ev-modal__close:hover::before,
.ev-modal__close:hover::after {
  background-color: #45bbc9;
}

.ev-modal__title,
.ev-modal__subtitle {
  color: black;
}

.ev-modal__btn {
  color: white;
  background: #45bbc9;
  border: none;
  border-radius: 5px;
}

.ev-modal__btn:hover {
  background: #34909b;
}

/*Color | End | Choose styles for feedback form*/

/*Default | Keyframes*/
@keyframes fileLoaded {
  0% {
    background: white
      linear-gradient(
        to left,
        transparent,
        transparent 50%,
        #57cf02 50%,
        #57cf02
      )
      100% 0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

@keyframes fileError {
  0% {
    background: white
      linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100%
      0;
    background-size: 200% 100%;
  }

  100% {
    background-position: 0 0;
    color: #fff;
  }
}

/*Default | End keyframes*/

/*Default | Feedback styles*/
.ev-feedback {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.ev-feedback__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}

.ev-feedback__section {
  display: flex;
  width: 100%;
}

.ev-feedback__section--data {
  margin-bottom: 15px;
}

.ev-feedback__section--files {
  margin-bottom: 30px;
}

.ev-feedback__profile {
  position: relative;
  width: calc(100% / 3);
}

.ev-feedback__profile:not(:last-of-type) {
  margin: 0 15px 0 0;
}

.ev-feedback__comment {
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}

.ev-feedback__field {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  resize: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.ev-feedback__field--comment {
  min-height: 80px;
  -ms-overflow-style: none;
  /*hide scrollbar IE*/
  scrollbar-width: none;
  /*hide scrollbar FF*/
  overflow: auto;
  border-radius: 15px;
}

.ev-feedback__file {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 50%;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.ev-feedback__file:not(:last-of-type) {
  margin-right: 15px;
}

.ev-feedback__file--loaded {
  background-size: 200% 100%;
  animation: fileLoaded 0.5s ease-in;
}

.ev-feedback__file--loaded:hover {
  transition: none;
}

.ev-feedback__file--error {
  background-size: 200% 100%;
  animation: fileError 0.5s ease-in;
}

.ev-feedback__file--error:hover {
  transition: none;
}

.ev-feedback__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.ev-feedback__chooser {
  display: none;
}

.ev-feedback__btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
  max-width: 100%;
  width: 200px;
  padding: 13px;
}

/*Default | End feedback styles*/

/*Default | JS feedback styles*/
.ev-feedback__section--two .ev-feedback__profile {
  width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
  width: 100%;
}

.ev-feedback__section--one .ev-feedback__file {
  width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
  width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
  order: -1;
}

.ev-feedback--structure .ev-feedback__section {
  order: -1;
  margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
  margin-bottom: 30px;
}

/*Default | End JS feedback styles*/

/*Default | Modal*/
.ev-modal {
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.ev-modal--active {
  display: flex;
}

.ev-modal__wrapper {
  position: relative;
  cursor: auto;
  padding: 40px 30px 30px;
  margin: 0 20px;
}

.ev-modal__close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ev-modal__close::before,
.ev-modal__close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2px;
  transition: background-color 0.3s ease-in-out;
}

.ev-modal__close::before {
  transform-origin: left;
  transform: rotate(45deg);
  left: 2px;
}

.ev-modal__close::after {
  transform-origin: right;
  transform: rotate(-45deg);
  right: 4px;
}

.ev-modal__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.ev-modal__subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.ev-modal__btn {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 130px;
  width: 100%;
  word-break: break-all;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

/*Default | End modal*/

/*Default | Feedback media queries*/
@media (max-width: 639px) {
  .ev-feedback {
    padding: 20px;
  }

  .ev-feedback__title {
    font-size: 21px;
  }

  .ev-feedback__title,
  .ev-feedback__section--files {
    margin-bottom: 20px;
  }

  .ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .live {
    max-width: 250px;
    width: 100%;
  }

  .ev-feedback__section--data,
  .ev-feedback__section--files {
    flex-direction: column;
  }

  .ev-feedback__section--data {
    margin-bottom: 10px;
  }

  .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__file {
    width: 100%;
  }

  .ev-feedback__file:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__comment {
    margin-bottom: 10px;
  }

  .ev-feedback__section--two {
    flex-direction: column;
  }

  .ev-feedback__section--two .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
    margin: 0 0 10px 0;
  }

  .ev-feedback__section--one .ev-feedback__profile {
    width: 100%;
  }

  .ev-feedback__section--one .ev-feedback__file {
    width: 100%;
  }

  .ev-modal__wrapper {
    padding: 30px 20px 20px;
  }
}

/*Default | End feedback media queries*/

/*Errors*/
.ev-input-error {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  background: white;
  border: 1px solid #45bbc9;
  border-radius: 5px;
  padding: 5px;
}

.ev-input-error::before {
  content: '';
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border-top: 1px solid #45bbc9;
  border-right: 1px solid #45bbc9;
  transform: rotate(-45deg);
}

.ev-input-error--hidden {
  display: none;
}

/*End error*/

.form__price-wrapper {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 15px;
  justify-content: space-around;
  display: flex;
  text-align: center;
}

.form__price-wrapper .x_currency {
  font-size: 20px;
}

.price .x_price_previous {
  display: inline-block;
  position: relative;
}

.price .x_price_current,
.price .x_price_previous {
  font-size: 28px;
  padding-bottom: 0 !important;
}

.old-wrap {
  display: inline-block;
  position: relative;
}

.price .old-wrap:after,
.price .old-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
}

.price .old-wrap:before {
  transform: translateY(-50%) rotate(15deg);
}

.price .old-wrap:after {
  transform: translateY(-50%) rotate(-15deg);
}

.price p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.3;
  text-align: center !important;
}

.red {
  font-weight: 700;
  color: red;
}

.commits-wrap {
  margin-bottom: 25px;
}

.stop-sticky {
  padding-bottom: 500px;
}

@media (max-width: 991px) {
  .inL_557906 {
    display: none;
  }
  .content-image {
    width: 580px;
    margin: 0 auto;
  }

  .stop-sticky {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body:not(.home) header.banner {
    margin-bottom: 30px;
  }

  .order-wrap {
    flex-direction: column;
  }

  .order-left {
    max-width: 160px;
  }

  .entry-content p {
    text-align: left;
  }

  header.banner .container {
    max-width: none;
  }

  .entry-title {
    font-size: 32px;
  }

  .inL_624634 {
    width: 160px;
  }

  footer {
    margin-top: 30px;
    border-top: 0;
  }

  footer .container {
    padding-top: 0;
  }

  h2 {
    font-size: 22px;
  }

  .blog-related-articles .related-post {
    gap: 10px;
  }
}

@media screen and (max-width: 499px) {
  h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .inL_624634 {
    width: 180px;
  }
  .order-left {
    width: 180px;
  }
  .order-right {
    width: 310px;
  }
}

@media screen and (min-width: 1024px) {
  .inL_624634 {
    width: 190px;
  }
}

@media screen and (max-width: 576px) {
  .btnBlock {
    justify-content: center;
  }

  .entry-title {
    font-size: 27px;
    text-align: center;
  }

  .face {
    gap: 0.6rem;
  }
}

@media screen and (max-width: 479px) {
  .no-webp body,
  .webp body {
    background-image: none;
  }

  body:not(.home) header.banner {
    margin-bottom: 0;
  }

  footer {
    margin-top: 0;
  }

  .footer-nav li {
    flex: 0 1 100%;
  }

  .all-form__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btnBlock {
    margin-top: 15px;
  }
}

.inL_852840 {
  display: flex;
}

.inL_655977 {
  top: 50px;
}

.inL_696619 {
  top: 90px;
}

.scroll {
  display: none !important;
}

@media screen and (max-width: 639px) {
  .blog-related-articles .related-post {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0 !important;
  }

  .related-right {
    text-align: center;
  }
  .lt59 {
    text-align: center;
  }
}

@media all and (max-width: 499px) {
  .close-popup {
    right: 0 !important;
  }

  .scroll {
    display: block !important;
    margin: 0 auto 10px;
    width: 40px !important;
    transform: translateX(0px);
    animation: moving 2s infinite;
  }
  #glb-materia .materia-conteudo p.price__value {
    font-size: 30px;
  }

  @keyframes moving {
    0% {
      transform: translateX(10px);
    }

    50% {
      transform: translateX(-10px);
    }

    100% {
      transform: translateX(10px);
    }
  }

  .scroll-x {
    overflow-x: scroll;
    margin-bottom: 10px;
    display: block;
  }

  .scroll-x img,
  .scroll-x video {
    width: 470px !important;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    margin-bottom: 0 !important;
  }
}
