html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
main,
nav {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  a[href^="#"]:after {
    content: ""
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url();
  src: url() format('embedded-opentype'), url(./fonts/glyphicons-halflings-regular.woff2) format('woff2'), url() format('woff'), url() format('truetype'), url() format('svg')
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

h1,
h2,
h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

p {
  margin: 0 0 10px
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.page-header {}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-6,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

@media (min-width:768px) {

  .col-sm-12,
  .col-sm-6 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-6 {
    width: 50%
  }
}

@media (min-width:992px) {

  .col-md-12,
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-4 {
    width: 33.33333333%
  }
}

.collapse {
  display: none
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
}

.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
  display: table;
  content: " "
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after {
  clear: both
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

@-ms-viewport {
  width: device-width
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa-tags:before {
  content: "\f02c"
}

.fa-calendar:before {
  content: "\f073"
}

body {
  color: #6B6B6B;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 14px;
}

a {
  color: #087880;
  text-decoration: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3 {
  color: #087880;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

img {
  height: auto;
  max-width: 100%
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"] {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="text"]:focus {
  color: #111;
}

input[type="text"] {
  padding: 3px;
}

.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.entry-content:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}

.entry-content {
  margin: 1.5em 0 0;
}

#content {
  margin-top: 40px;
  margin-bottom: 0;
}

.entry-meta a {
  font-size: 13px;
}

#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #B6B6B6;
  font-size: 14px;
  top: 1px;
  position: relative;
}

.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #B6B6B6;
}

.entry-meta span {
  margin-right: 10px;
}

.entry-title {
  font-size: 30px;
  color: #FFF;
  background: #087880;
  padding: 10px 15px;
  font-weight: 300;
  margin: 0;
}

.widget {
  margin: 0;
}

.widget>ul>li {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}

.widget ul li {
  list-style: none;
}

.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}

.navbar.navbar-default {
  background-color: #087880;
  font-weight: 200;
  margin-bottom: 0;
  padding-top: 10px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  line-height: 30px;
  padding: 15px 20px;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background: #075E64;
}

.navbar-nav>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

@media (max-width:767px) {
  .nav.navbar-nav {
    float: none
  }
}

#footer-area {
  background-color: #f9f9f9;
  color: #545454;
  font-size: 12px;
}

#footer-area a:focus {
  background: none;
}

#colophon {
  background-color: #305557;
  padding: 10px 0;
  border-top: 0 solid #085C62;
}

.site-info a {
  color: #fff;
}

.site-info a:hover {
  color: #D7D7D7;
}

#footer-area a:hover {
  color: #D7D7D7;
}

.site-info {
  color: #999;
  font-size: 12px;
}

@media (max-width:767px) {
  .pull-right {
    float: none !important
  }

  .pull-left {
    float: none !important
  }

  .site-info,
  .copyright {
    text-align: center
  }

  .copyright {
    float: none
  }

  .navbar-default .navbar-nav>li>a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

#social {
  top: 0;
  position: relative;
  text-align: center;
}

#social ul {
  margin-bottom: 0;
  padding: 0;
}

@media (max-width:992px) {

  #social {
    top: 0;
    float: none;
    text-align: center
  }
}

#logo a {
  display: block;
}

#logo a img {}

.newsbl {
  background: url(./img/subt.png);
}

.aftheader {
  background: #F9F9F9;
}

.clr {
  clear: both;
}

.text-right {
  text-align: right;
}

#footer-area .col-xs-12,
#footer-area .col-md-12 {
  padding: 0;
}

#footer-area p {
  color: #848C8C;
  font-size: 14px;
}

.copyright {}

.margin10 {
  margin-bottom: 10px;
}

.entry-content {
  font-family: "Open Sans", Arial, sans-serif !important;
}

#secondary .widget_pages {
  background: #E4EAEA;
  padding: 0 15px;
}

#secondary .widget-title {
  color: #545454;
  padding: 10px 0 0;
  border-bottom: 0;
  margin: 0;
}

.widget_pages .page_item {
  padding: 5px 0;
  border-bottom: 1px solid #D3D3D3;
}

.widget_pages .page_item a {
  color: #A5A5A5;
}

.widget_pages .page_item a:hover {
  text-decoration: underline;
}

.widget_pages .page_item:last-child {
  border-bottom: 0;
}

body:not(.home) .entry-content {
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .14);
  padding: 20px;
  margin-top: 0;
}

footer.entry-meta {
  color: #087880;
  background-color: #f9f9f9 !important;
  padding-bottom: 30px;
}

.single-post {
  background: #F9F9F9;
}

.single-post .entry-title {
  background: none;
  padding: 0 0 5px;
  font-size: 22px;
  font-weight: 400;
}

.single-post .entry-title {
  color: #474545;
}

.single-post .entry-meta {
  padding: 5px 0 20px;
}

.entry-header:after {
  clear: both;
  content: '';
  display: table;
}

.send-message {
  margin-top: 30px;
}

@media (max-width:1199px) {
  .copyright span {
    padding-left: 159px
  }

  .nav>li>a {
    padding: 16px 10px;
    font-size: 13px
  }
}

@media (max-width:991px) {
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 3px;
    font-size: 12px
  }

  #logo {
    margin-top: -63px
  }

  .navbar-header {
    width: 35%
  }

  #footer-area p {
    font-size: 12px
  }

  .copyright span {
    display: none
  }
}

@media (max-width:767px) {

  .site-footer .text-right,
  .copyright {
    text-align: left
  }

  .navbar.navbar-default {
    padding-bottom: 10px;
  }
  .navbar-header {
    width: auto
  }

  #logo {
    margin-top: 0;
    width: 256px
  }

  .navbar-default .navbar-toggle {
    border-color: #F9F9F9
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #F9F9F9
  }

  .navbar-toggle {
    margin-top: 36px
  }

  .nav>li>a {
    font-size: 14px
  }

  .navbar-header {
    padding: 0 15px
  }
}

@media (max-width:480px) {

  #logo {
    width: 192px
  }

  .navbar-toggle {
    margin-top: 24px;
    margin-right: 0
  }

  #primary {
    padding: 0
  }

  #content {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 5px
  }
}

*,
:focus {
  outline: none;
}

#page {
  overflow: hidden;
}

@media(min-width:768px) and (max-width:991px) {

  .navbar-default .navbar-nav>li>a {
    padding: 10px 7.5px
  }

  .navbar-default .navbar-nav {
    float: right
  }
}

@font-face {
  font-family: Comfortaa Regular;
  src: url() format("woff2"), url() format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+000-5ff
}

:root {
  --default: "Open Sans", sans-serif;
  --comforta: "Comfortaa Regular", cursive;
  --blue-bg: #56ccf2;
  --light-blue-bg: #f1fbfe;
  --footer-bottom-bg: #f8f8f8;
  --title-gray: #333;
  --title-blue: #2d9cdb;
  --fonts-gray: #828282;
  --fonts-darkgray: #4f4f4f;
  --fonts-blue: #56ccf2;
  --gray: #828282;
  --darkgray: #4f4f4f;
  --blue: #56ccf2;
  --yellow: #f2c94c;
  --white: #f7f7f7;
  --white-all: #fff;
  --black: #000;
  --border-gray: #e0e0e0;
  --border-blue-hover: #ccf0fb;
  --border-yellow-hover: #f2c94c;
  --shadow-color-yellow: rgba(242, 201, 76, 0.5);
  --shadow-blue: 0px 4px 20px #56ccf2;
  --shadow-color-gray: rgba(0, 0, 0, 0.15);
  --blue-gradient: linear-gradient(222.56deg, #82dbf7 12.71%, #56ccf2);
  --fixme: 1px solid rgba(255, 0, 0, 0.16);
  --bg-light-white: #78d6f5;
  --yellow-light: rgba(242, 201, 76, 0.1);
  --calendar-gray: #bdbdbd;
  --bg_newtask: #dab544;
  --bg-navmenu-activ: #d7f5fd;
  --bg-block-explain: #fdf2f2;
  --color-order-warning: #eb5757;
  --color-success: #27ae60;
  --color-archive: #f2f2f2;
  --color-table: #e6f7fd;
  --color-balance: #e5e5e5;
  --after-balance: #45a3c2;
  --bg-balance: #d5f2fc;
  --main-bg: #f5fcfe;
  --alert: #fefaed;
  --settings-check: #a9acb8;
  --settings-checked: #03a9f4;
  --not-found-bg: #42b1d4;
  --comment-bg: #d9f1f8;
  --review-background: #32b0d9
}

*,
:after,
:before {
  box-sizing: border-box
}

body,
html {
  font: 400 1rem/1.5 Open Sans, sans-serif;
  font: 400 1rem/1.5 var(--default);
  background: #f7f7f7;
  background: var(--white);
  margin: 0;
  padding: 0;
  color: #828282;
  color: var(--fonts-gray)
}

a,
a:hover {
  text-decoration: none
}

p {
  padding: 0;
  margin: 0
}

input {
  -webkit-appearance: none
}

button:focus {
  outline: none
}

.post {
  align-self: flex-start
}

@media (max-width:768px) {

  .orders__blockIcon::first-child {
    margin-bottom: 20px
  }
}

main {
  background: #f1fbfe;
  background: var(--light-blue-bg);
  min-height: 100vh;
  height: 100%
}

input::-webkit-calendar-picker-indicator {
  display: none
}

.commits {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.commits__title {
  margin-bottom: 15px;
  font-size: 24px;
}

.commits__item+.commits__item {
  padding-top: 25px;
}

.commits__item+.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 {
  color: #000;
  line-height: 24px;
}

.commits__add-title {
  margin-bottom: 10px;
}

.commits__field-name {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #b9b7b7;
}

.commits__field-message {
  display: block;
  width: 100%;
  height: 100px;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  resize: none;
  box-sizing: border-box;
  border: 1px solid #b9b7b7;
}

.commits__sucses {
  background-color: #a1caa6;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  margin-top: 15px;
  font-style: italic;
}

.commits__add-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 12px;
  color: #ffffff;
  background-color: #305557;
  text-decoration: none;
  opacity: .9;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  cursor: pointer;
}

.commits__add-btn:hover {
  transform: scale(.98);
  opacity: 1;
}

@media(max-width: 480px) {
  .commits__description {
    font-size: 14px;
  }

  .commits__sucses {
    font-size: 12px;
  }
}


body {
  margin: 0
}

.all-form {
  font-family: sans-serif;
  width: 100%;
  max-width: 620px;
  color: #000;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.all-form__time {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.all-form__time>span {
  display: block;
}

.all-form__count {
  color: red;
  margin-top: 15px;
}

.all-form__body {
  padding: 25px 45px;
  margin-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.all-form__title {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}

.all-form__title span {
  color: #50b27c;
}

.all-form__label>span {
  display: block;
  margin-bottom: 5px;
}

.all-form__label+.all-form__label {
  margin-top: 20px;
}

.all-form__field {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.all-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.all-form__btn {
  padding: 15px 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-right: 40px;
  background-color: #53b57f;
  background: rgb(90, 188, 134);
  background: -o-linear-gradient(top, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 188, 134, 1)), color-stop(50%, rgba(66, 163, 110, 1)));
  background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}

.all-form__btn:hover {
  text-indent: 10px;
  padding-right: 30px;
  -webkit-box-shadow: inset 10px 0px 20px 0px rgba(0, 0, 0, .4);
  box-shadow: inset 10px 0px 20px 0px rgba(0, 0, 0, .4);
}

.all-form__price-new {
  margin-right: 15px;
  color: #49aa75;
  font-size: 20px;
}

.all-form__price-old {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: line-through;
}

@media (max-width: 480px) {
  .all-form__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .all-form__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .all-form__body {
    padding: 25px;
  }
}

.entry-content p {
  color: #000000;
  margin-top: 15px;
}
.entry-content ul li {
  color: #000000;
}
.entry-content ul li + li {
  margin-top: 10px;
}
.entry-content ul li b { 
  display: block;
}

.entry-content p img + small {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #828282;
}

@media (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}

.fa-tags {
  width: 15px;
  height: 15px;
}
.fa-tags path{
  fill: #ccc
}
