* {
  box-sizing: border-box;
  outline: none;
}
body {
  background-color: #fff;
  padding-top: 69px;
}
a:hover {
  text-decoration: none !important;
}
.Roboto-bold {
  font-family: "Roboto-Bold", sans-serif;
}
.Roboto-regular {
  font-family: 'Roboto-Regular', sans-serif;
}
.choice {
	background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline;
}
.choice:hover {
    color: #0e7c7b;
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 12px 44px;
  font-size: 21px;
  font-family: "Roboto-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #80b541;
  border-bottom: 3px solid #759c3f;
  padding-bottom: 11px;
}
.btn:hover {
  border-bottom: 3px solid #82c434;
  background-color: #82c434;
  color: #fff;
}
.header .header-burger a:active {
  text-decoration: none;
}
.header .header-burger a:link {
  text-decoration: none;
}
.header .header-burger a:visited {
  text-decoration: none;
}
.header .header-burger a:focus {
  text-decoration: none;
}
.content .breadcrumbs a:hover {
  color: #337ab7;
}
strong,
b {
  font-family: "Roboto-Bold", sans-serif;
}
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: 0px 3px 9px 0px rgba(99, 99, 100, 0.19);
}
.header .header-logo img {
  width: 100%;
}
.header .header-search {
  text-align: right;
  padding-top: 12px;
}
.header .header-search form {
  position: relative;
  border-radius: 5px;
  background-color: #f4f4f4;
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 1, 0.09);
  width: 100%;
  height: 44px;
  margin-left: 40px;
  display: inline-block;
}
.header .header-search form input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  color: #000000;
  background-color: transparent;
  border: none;
  font-family: 'Roboto-Regular', sans-serif;
}
.header .header-search form input + img {
  position: absolute;
  right: 16px;
  top: 10px;
}
.header .header-search form input[type="search"]::-moz-placeholder {
  color: #000;
  /* Цвет подсказывающего текста */
}
.header .header-search form input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.header .header-search form input[type="search"]:-ms-input-placeholder {
  color: #000;
}
.header .header-search form input[type="search"]::-ms-input-placeholder {
  color: #000;
}
.header .header-search form input[type="search"]::placeholder {
  color: #000;
}
.header-burger {
  padding-top: 20px;
  text-align: right;
}
.header-burger a {
  font-size: 21px;
  font-family: 'Roboto-Regular', sans-serif;
  color: #1c1b27;
}
.header-burger a img {
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}
.header-pop-up-menu {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.header-pop-up-menu.active {
  display: block;
}
.header-pop-up-menu-overlay {
  background-color: #132934;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.header-pop-up-menu-content {
  background-color: #eef7f9;
  width: 100%;
}
.header-pop-up-menu-content > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-pop-up-menu-content h2 {
  font-size: 22px;
  font-family: "Roboto-Bold", sans-serif;
  color: #000;
  margin-top: 0;
}
.header-pop-up-menu-content ul {
  padding: 0;
  margin: 0;
}
.header-pop-up-menu-content ul li {
  list-style: none;
}
.header-pop-up-menu-content ul li:first-child a {
  font-family: "Roboto-Bold", sans-serif;
}
.header-pop-up-menu-content ul li a {
  font-size: 18px;
  font-family: 'Roboto-Regular', sans-serif;
  color: #000000;
  transition: all 0.2s;
  margin-top: 9px;
  margin-bottom: 6px;
  display: inline-block;
}
.header-pop-up-menu-content ul li a:hover {
  color: #0e4187;
  text-decoration: underline !important;
}
.header-pop-up-menu-content-undeline {
  padding: 0 !important;
}
.header-pop-up-menu-content-undeline-line {
  width: 100%;
  background-color: #d3e3e7;
  height: 1px;
}
section {
  padding-top: 25px;
  padding-bottom: 25px;
}
section h2 {
  font-family: "Roboto-Bold", sans-serif;
  text-transform: uppercase;
  color: #313042;
  text-align: center;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}

section#home-first {
  background-image: url(../img/first-screen.jpg);
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
}
section#home-first h1 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 38px;
  color: #313042;
  margin-top: 0;
}
section#home-first p {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 21px;
  color: #313042;
}
section#categories {
  padding-bottom: 0;
}
section#categories .categories-box {
  width: 218px;
  height: 209px;
  border-radius: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.2s;
  margin-bottom: 30px;
  box-shadow: 0px 3px 6px 0px rgba(2, 2, 2, 0.1);
}
section#categories .categories-box:nth-child(5n+5) {
  margin-right: 0;
}
section#categories .categories-box:hover {
  box-shadow: 2px 4px 6px 4px rgba(2, 2, 2, 0.1);
}
section#categories .categories-box img {
  width: 100%;
}
section#categories .categories-box img + img {
  width: auto;
  margin-top: 15px;
  margin-left: 15px;
  height: 17px;
}
section#categories .categories-box p {
  font-family: "Roboto-Bold", sans-serif;
  color: #313042;
  font-size: 17px;
  margin-left: 12px;
  position: relative;
  top: 9px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
section#categories .btn {
  width: 205px;
  display: block;
  margin: 0 auto;
  font-size: 19px;
}
section#categories .btn:active {
  color: #fff;
  text-decoration: none;
}
section#categories .btn:link {
  color: #fff;
  text-decoration: none;
}
section#categories .btn:visited {
  color: #fff;
  text-decoration: none;
}
section#categories .btn:focus {
  color: #fff;
  text-decoration: none;
}
section#categories .btn:hover {
  color: #fff;
}
section#resent-posts .resent-post {
  margin-bottom: 30px;
}
section#resent-posts .resent-post .resent-post-thumbnail {
  display: inline-block;
  float: left;
  width: 105px;
  margin-right: 10px;
}
section#resent-posts .resent-post .resent-post-thumbnail img {
  width: 105px;
}
section#resent-posts .resent-post h3 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 17px;
  color: #38384e;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
section#resent-posts .resent-post a {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 18px;
  color: #313042;
  transition: all 0.2s;
}
section#resent-posts .resent-post a:hover {
  color: #0e4187;
  text-decoration: underline !important;
}
section#resent-posts .resent-post a:hover h3 {
  color: #0e4187;
  text-decoration: underline !important;
}
.content .breadcrumbs {
  margin-top: 7px;
}
.content .breadcrumbs a {
  font-size: 17px;
  color: #313042;
  font-family: 'Roboto-Regular', sans-serif;
  margin-left: 12px;
}
.content .breadcrumbs a:first-child {
  margin-left: 0;
}
.content .breadcrumbs img {
  height: 11px;
  margin-left: 12px;
  position: relative;
  bottom: 2px;
}
.content .breadcrumbs p {
  font-size: 17px;
  color: #313042;
  font-family: 'Roboto-Regular', sans-serif;
  margin-left: 12px;
  display: inline-block;
}
.content h1 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 36px;
  color: #313042;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h2 {
  font-size: 26px;
  font-family: "Roboto-Bold", sans-serif;
  color: #313042;
  margin-bottom: 5px;
  margin-top: 25px;
}
.content p {
  margin-top: 5px;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 17px;
  color: #313042;
}
.content p a {
  color: #0e4187;
  text-decoration: underline;
}
.content p + h2 {
  margin-top: 15px;
}
.content img {
  max-width: 100%;
}
.content ul {
  padding: 0;
  margin: 0;
}
.content ul li {
  list-style: none;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 17px;
  color: #313042;
  position: relative;
  margin-left: 25px;
  margin-bottom: 10px;
}
.content ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  left: -25px;
  top: 8px;
  background-color: #80b541;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.content ol {
  margin: 0;
  padding: 0;
}
.content ol li {
  list-style: none;
  margin-bottom: 10px;
}
.content ol li i {
  color: #80b541;
  font-size: 18px;
}
.content ol li p {
  display: inline-block;
  font-size: 18px;
  color: #313042;
  font-family: 'Roboto-Regular', sans-serif;
  margin-left: 7px;
}
.content ol li a {
  font-size: 18px;
  color: #0e4187;
  text-decoration: underline;
  font-family: 'Roboto-Regular', sans-serif;
}
.content form > div {
  padding-left: 0;
}
.content form h2 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 36px;
  color: #313042;
  margin-bottom: -10px;
}
.content form label {
  margin-top: 10px;
  padding-left: 15px;
}
.content form label p {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
  color: #313042;
  margin-bottom: 0;
  margin-top: 0;
}
.content form label input {
  border-radius: 5px;
  background-color: #f4f4f4;
  width: 100%;
  height: 44px;
  border: none;
}
.content form label textarea {
  width: 100%;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: none;
  height: 160px;
}
.content form .btn {
  width: 100%;
  font-size: 17px;
  margin-top: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #80b541;
}
.content form .btn-clear {
  background-color: transparent;
  color: #313042;
}
.content form .btn-clear:hover {
  background-color: #80b541 !important;
  color: #fff !important;
}
.content form .btn:hover {
  background-color: transparent;
  border: 1px solid #80b541;
  color: #313042;
}
.content form .form-info {
  margin-top: 10px;
  position: relative;
  padding-left: 45px;
}
.content form .form-info img {
  float: left;
  position: absolute;
  left: 0;
  top: 5px;
}
.content form .form-info p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  color: #313042;
}
#.content table {
#  width: 100%;
#}
.content table tr:first-child {
  background-color: #80b541;
}
.content table tr:first-child td {
  color: #fff;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
}
.content table tr td {
  padding: 15px;
  border: 1px solid #80b541;
  color: #313042;
  font-size: 15px;
  font-family: 'Roboto-Regular', sans-serif;
}
.content .post-info-date {
  color: #7d7d7e;
  font-size: 17px;
  font-family: 'Roboto-Regular', sans-serif;
  margin-bottom: 40px;
  display: inline-block;
}
.content .dont-miss-this-mobile {
  display: none;
}
.content .sidebar {
  margin-bottom: 53px;
}
.content-sidebar {
  padding-top: 40px;
}
.content-sidebar .widget img {
  width: 100%;
}
.content-sidebar .widget-title {
  font-size: 19px;
  position: relative;
  font-family: "Roboto-Bold", sans-serif;
  color: #313042;
  text-align: center;
  text-transform: uppercase;
}
.content-sidebar .widget-title:after {
  content: '';
  display: block;
  background-color: #80b541;
  height: 3px;
  width: 14%;
  position: absolute;
  right: 0;
  top: 40%;
}
.content-sidebar .widget-title:before {
  content: '';
  display: block;
  background-color: #80b541;
  height: 3px;
  width: 14%;
  position: absolute;
  left: 0;
  top: 40%;
}
.content-sidebar .col-md-12 {
  padding: 0;
}
.content-sidebar .resent-post {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-sidebar .resent-post-thumbnail {
  width: 105px;
  height: 100px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.content-sidebar .resent-post h3 {
  font-size: 16px;
  color: #38384e;
  font-family: "Roboto-Bold", sans-serif;
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
}
.content-sidebar .resent-post a {
  font-size: 15px;
  font-family: 'Roboto-Regular', sans-serif;
  color: #313042;
}
.content-sidebar .resent-post-border {
  margin-top: 20px;
  height: 2px;
  background-color: #80b541;
  width: 100%;
}
.content .resent-post-slider-title h2 {
  text-align: center;
  font-size: 32px;
  color: #313042;
  text-transform: uppercase;
  position: relative;
}
.content .resent-post-slider-title h2:after {
  content: '';
  display: block;
  background-color: #80b541;
  height: 2px;
  width: 40%;
  position: absolute;
  right: 0;
  top: 44%;
}
.content .resent-post-slider-title h2:before {
  content: '';
  display: block;
  background-color: #80b541;
  height: 2px;
  width: 40%;
  position: absolute;
  left: 0;
  top: 44%;
}
.content .resent-post-slider {
  margin-bottom: 40px;
}
.content .resent-post-slider .slick-list {
  width: 1122px;
  margin: 0 auto;
}
.content .resent-post-slider .resent-post-slider-slide {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
}
.content .resent-post-slider .resent-post-slider-slide img {
  width: 100%;
}
.content .resent-post-slider .resent-post-slider-slide h3 {
  font-size: 17px;
  color: #38384e;
  margin-top: 10px;
  margin-bottom: 5px;
}
.content .resent-post-slider .resent-post-slider-slide p {
  margin: 0;
  font-size: 19px;
  color: #313042;
}
.content .resent-post-slider .slick-prev:before {
  content: url(../img/recent-posts-slider-left-arrow.png);
}
.content .resent-post-slider .slick-next:before {
  content: url(../img/resent-posts-slider-right-arrow.png);
}
.content .post {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.content .post a .post-thumbnail {
  display: inline-block;
  float: left;
  width: 32%;
  margin-right: 15px;
}
.content .post a .post-thumbnail img {
  width: 100%;
  position: relative;
}
.content .post a .post-thumbnail + .post-content {
  display: inline-block;
  float: left;
  width: 64%;
}
.content .post a .post-thumbnail + .post-content h3 {
  font-size: 20px;
  color: #38384e;
  font-family: "Roboto-Bold", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.content .post a .post-thumbnail + .post-content p {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 17px;
  color: #313042;
  margin: 0;
}
.content .post a .post-fix {
  clear: both;
}
.content .post a .post-content {
  display: inline-block;
  width: 100%;
}
.content .post a .post-content h3 {
  font-size: 20px;
  color: #38384e;
  font-family: "Roboto-Bold", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.content .post a .post-content h3:hover {
  color: #0e4187;
  text-decoration: underline;
}
.content .post a .post-content p {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 17px;
  color: #313042;
  margin: 0;
}
.content .btn {
  font-size: 20px;
  margin-bottom: 10px;
}
.content .post-info-category {
  border: 1px solid #e8e8e8;
  padding: 5px 7px;
  display: inline-block;
  margin-bottom: 30px;
}
.footer {
  margin-top: 25px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/footer-bg.jpg);
  position: relative;
}
.footer-logo img {
  width: 90%;
}
.footer-copyright p {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 11px;
  color: #b8b7b7;
  margin-bottom: 0;
  margin-top: 15px;
}
.footer-i {
  text-align: center;
}
.footer-i a {
  display: inline-block;
  text-align: center;
  background-color: #132934;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 12px;
}
.footer-i a:last-child {
  margin-right: 0;
}
.footer-i a:hover {
  background-color: #6c9731;
}
.footer-nav {
  padding-top: 10px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
}
.footer-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 29px;
}
.footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-nav ul li a {
  font-family: 'Roboto-Regular', sans-serif;
  color: #fff;
  font-size: 21px;
  transition: all 0.2s;
}
.footer-nav ul li a:hover {
  color: #6c9731;
}
.footer-to-top {
  position: absolute;
  border-width: 2px;
  border-color: #80b541;
  border-style: solid;
  border-radius: 5px;
  width: 48px;
  height: 51px;
  top: -65px;
  display: inline-block;
  right: 40px;
  text-align: center;
  padding-top: 5px;
}
.footer-to-top p {
  font-size: 15px;
  color: #000000;
  text-align: center;
  font-family: "Roboto-Bold", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  body {
    padding-top: 57px;
  }
  body .header .header-search {
    padding-top: 6px;
  }
  body .header .header-burger {
    padding-top: 14px;
  }
  body section#categories .categories-box {
    width: 226px;
    height: 216px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 8px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 0;
  }
  body .content-sidebar .resent-post a {
    font-size: 14px;
  }
  body .content .resent-post-slider .slick-list {
    width: 100%;
  }
  body .footer-i a {
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
  body .footer-nav ul li a {
    font-size: 16px;
  }
  body .content h1 {
    font-size: 34px;
    margin-top: 0;
  }
  body .content .post a .post-thumbnail + .post-content h3 {
    font-size: 19px;
  }
  body .content .post a .post-thumbnail + .post-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 75px;
  }
  body .header .header-search {
    padding-top: 15px;
  }
  body .header .header-search form {
    margin-left: 10px;
  }
  body .header .header-burger {
    padding-top: 23px;
  }
  body .header-burger a {
    font-size: 17px;
  }
  body .header-burger a img {
    margin-left: 6px;
    height: 20px;
  }
  body section#home-first h1 {
    font-size: 32px;
  }
  body section#home-first p {
    font-size: 16px;
  }
  body .btn {
    font-size: 15px;
  }
  body section h2:before {
    width: 38%;
  }
  body section h2:after {
    width: 38%;
  }
  body section#categories .categories-box {
    width: 232px;
    height: 219px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 8px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 8px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 0;
  }
  body section#resent-posts .resent-post a {
    font-size: 17px;
  }
  body .sidebar {
    display: none;
  }
  body .content .dont-miss-this-mobile {
    display: block;
    margin-bottom: 35px;
  }
  body .content .dont-miss-this-mobile .widget-title {
    font-size: 19px;
    position: relative;
    font-family: "Roboto-Bold", sans-serif;
    color: #313042;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  body .content .dont-miss-this-mobile .widget-title:after {
    content: '';
    display: block;
    background-color: #80b541;
    height: 3px;
    width: 35%;
    position: absolute;
    right: 0;
    top: 40%;
  }
  body .content .dont-miss-this-mobile .widget-title:before {
    content: '';
    display: block;
    background-color: #80b541;
    height: 3px;
    width: 35%;
    position: absolute;
    left: 0;
    top: 40%;
  }
  body .content .dont-miss-this-mobile .col-md-12 {
    padding: 0;
  }
  body .content .dont-miss-this-mobile .resent-post {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 25%;
  }
  body .content .dont-miss-this-mobile .resent-post-thumbnail {
    width: 105px;
    height: 100px;
    display: inline-block;
    float: none;
    margin-right: 10px;
  }
  body .content .dont-miss-this-mobile .resent-post h3 {
    font-size: 16px;
    color: #38384e;
    font-family: "Roboto-Bold", sans-serif;
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
  body .content .dont-miss-this-mobile .resent-post a {
    font-size: 15px;
    font-family: 'Roboto-Regular', sans-serif;
    color: #313042;
  }
  body .content .dont-miss-this-mobile .resent-post-border {
    margin-top: 20px;
    height: 3px;
    background-color: #80b541;
    width: 100%;
    clear: both;
  }
  body .content .resent-post-slider-title h2:before {
    width: 34%;
    height: 3px;
  }
  body .content .resent-post-slider-title h2:after {
    width: 34%;
    height: 3px;
  }
  body .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .footer-i {
    text-align: right;
  }
  body .footer-nav {
    margin-top: 20px;
  }
  body .footer-nav ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body .header-pop-up-menu-content > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .header-pop-up-menu-content ul li a {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body section#categories .categories-box {
    width: 32%;
  }
  body .content .resent-post-slider .resent-post-slider-slide h3 {
    font-size: 16px;
  }
  body .content .resent-post-slider .resent-post-slider-slide p {
    font-size: 17px;
  }
  body .content .dont-miss-this-mobile {
    margin-bottom: 51px;
  }
}
@media (max-width: 742px) {
  body section#categories .categories-box {
    width: 32%;
    height: auto;
    padding-bottom: 13px;
  }
  body section#resent-posts .resent-post a {
    font-size: 16px;
  }
}
@media (max-width: 717px) {
  body {
    padding-top: 70px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 95px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail img {
    width: 100%;
  }
}
@media (max-width: 695px) {
  section#resent-posts .resent-post h3 {
    font-size: 16px;
  }
  body section#resent-posts .resent-post a {
    font-size: 15px;
  }
  body section h2:before {
    width: 36%;
  }
  body section h2:after {
    width: 36%;
  }
}
@media (max-width: 669px) {
  body {
    padding-top: 64px;
  }
  body .header .header-search {
    padding-top: 10px;
  }
  body .header .header-burger {
    padding-top: 19px;
  }
  body section#home-first {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body section#home-first h1 {
    font-size: 29px;
    margin-bottom: 0;
  }
  body section#home-first p {
    font-size: 14px;
  }
  body section#resent-posts .resent-post a {
    font-size: 14px;
  }
  .content .breadcrumbs a {
    font-size: 15px;
  }
  .content .breadcrumbs img {
    bottom: 1px;
  }
  .content .breadcrumbs p {
    font-size: 15px;
  }
}
@media (max-width: 642px) {
  body .header .header-burger {
    padding-top: 22px;
  }
  body .header-burger a {
    font-size: 15px;
  }
  body .header-burger a img {
    margin-left: 5px;
    height: 18px;
  }
  body section#categories .categories-box p {
    font-size: 15px;
    margin-left: 7px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 90px;
    margin-right: 8px;
  }
  body section#resent-posts .resent-post h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  body section#resent-posts .resent-post a {
    font-size: 13px;
  }

  table {
		overflow-x: auto;
		display: block;
	}
}
@media (max-width: 624px) {
  body {
    padding-top: 60px;
  }
  body section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body section h2 {
    font-size: 19px;
  }
  body section#categories .categories-box {
    width: 31%;
    margin-right: 16px;
    margin-bottom: 20px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 16px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 16px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 0;
  }
  body .content .dont-miss-this-mobile .resent-post {
    width: 50%;
  }
  body .content .resent-post-slider-title h2:before {
    width: 30%;
  }
  body .content .resent-post-slider-title h2:after {
    width: 30%;
  }
  body .content .dont-miss-this-mobile .widget-title:before {
    width: 32%;
  }
  body .content .dont-miss-this-mobile .widget-title:after {
    width: 32%;
  }
}
@media (max-width: 602px) {
  body .header .header-search {
    padding-top: 7px;
  }
  body .header .header-burger {
    padding-top: 18px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 80px;
  }
  section#categories .categories-box img + img {
    margin-top: 10px;
    height: 14px;
  }
  body section#categories .categories-box p {
    font-size: 14px;
    top: 6px;
  }
  body section#categories .categories-box {
    padding-bottom: 8px;
  }
  body section#categories .categories-box {
    width: 31%;
    margin-right: 15px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 15px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 15px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 587px) {
  body {
    padding-top: 56px;
  }
  body .header-burger a {
    font-size: 14px;
  }
  body section#resent-posts .resent-post a {
    font-size: 12px;
  }
  body .footer-i a {
    width: 35px;
    height: 35px;
    padding-top: 7px;
  }
  body .footer-i a img {
    height: 12px;
  }
  .content .breadcrumbs a {
    font-size: 12px;
  }
  .content .breadcrumbs p {
    font-size: 12px;
  }
  .footer-to-top {
    right: 13px;
    top: -60px;
  }
}
@media (max-width: 572px) {
  body .header .header-search {
    padding-top: 10px;
  }
  .header .header-search form {
    height: 35px;
  }
  .header .header-search form input {
    font-size: 12px;
  }
  .header .header-search form input + img {
    height: 17px;
  }
  body .header .header-burger {
    padding-top: 17px;
  }
  body .header-burger a {
    font-size: 13px;
  }
  body section#home-first h1 {
    font-size: 25px;
  }
  body section#home-first p {
    font-size: 13px;
  }
  body section#categories .categories-box {
    width: 31%;
    margin-right: 14px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 14px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 14px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 572px) {
  body .header-burger a img {
    height: 15px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 75px;
  }
  body section#resent-posts .resent-post h3 {
    font-size: 13px;
  }
  body .content .post a .post-thumbnail + .post-content h3 {
    font-size: 17px;
  }
  body .content .post a .post-thumbnail + .post-content p {
    font-size: 14px;
  }
}
@media (max-width: 545px) {
  body section#resent-posts .resent-post a {
    font-size: 11px;
  }
  body section#categories .categories-box {
    width: 31%;
    margin-right: 13px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 13px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 13px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 537px) {
  body {
    padding-top: 50px;
  }
  body .header-burger a img {
    height: 13px;
  }
  body .footer-i a {
    width: 30px;
    height: 30px;
    padding-top: 4px;
  }
}
@media (max-width: 518px) {
  body .header .header-search {
    padding-top: 8px;
  }
  body .header .header-burger {
    padding-top: 15px;
  }
  body .header-burger a img {
    height: 12px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 73px;
    margin-right: 5px;
  }
  body section#categories .categories-box {
    width: 31%;
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 508px) {
  body .header-burger a {
    font-size: 12px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 70px;
  }
  body section#resent-posts .resent-post h3 {
    font-size: 12px;
    margin-top: 0;
  }
  body .content h1 {
    text-align: center;
  }
  .content ol.contacts-info li {
    text-align: center;
  }
  .content form h2 {
    text-align: center;
  }
}
@media (max-width: 496px) {
  body {
    padding-top: 109px;
  }
  body .header .header-search {
    padding-bottom: 8px;
  }
  body .header .header-search form {
    margin-left: 0;
  }
  body .header-burger a {
    font-size: 17px;
  }
  body .header-burger a img {
    height: 17px;
  }
  .header-pop-up-menu-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  body .header-pop-up-menu-content ul li a {
    font-size: 14px;
  }
  body section#home-first h1 {
    font-size: 24px;
  }
  body section#home-first {
    background: #ecf5f8;
    text-align: center;
  }
  body section#home-first h1 {
    text-align: center;
  }
  body section#home-first p {
    text-align: center;
  }
  body section h2 {
    font-size: 18px;
  }
  body section h2:before {
    width: 32%;
  }
  body section h2:after {
    width: 32%;
  }
  body section#categories .categories-box {
    width: 48%;
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 12px;
  }
  body section#categories .categories-box:nth-child(2n+2) {
    margin-right: 0px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 115px;
    margin-bottom: 30px;
  }
  body section#resent-posts .resent-post h3 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  body section#resent-posts .resent-post a {
    font-size: 16px;
  }
  body .content .dont-miss-this-mobile .widget-title:before {
    width: 29%;
  }
  body .content .dont-miss-this-mobile .widget-title:after {
    width: 29%;
  }
  .content .resent-post-slider-title h2 {
    font-size: 28px;
  }
  body .content .resent-post-slider-title h2:before {
    width: 26%;
  }
  body .content .resent-post-slider-title h2:after {
    width: 26%;
  }
  .content .post {
    margin-bottom: 50px;
  }
  .content .post a {
    text-align: center;
  }
  .content .post a .post-content {
    text-align: left;
  }
  .content .post a .post-thumbnail {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .content .post a .post-thumbnail img {
    width: 50%;
  }
  .content .post a .post-thumbnail + .post-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .content .post + .btn {
    display: block;
    margin: 0 auto;
    width: 206px;
    margin-bottom: 40px;
    margin-top: -20px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content ol li a {
    font-size: 15px;
  }
  .content p {
    font-size: 14px;
  }
  body .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-copyright p {
    text-align: center;
  }
  .footer-logo img {
    width: 80%;
  }
  body .footer-i {
    text-align: center;
    margin-top: 20px;
  }
  body .footer-i a {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  body .footer-i a img {
    height: 16px;
  }
  body .footer-nav {
    margin-top: 10px;
  }
  .header-pop-up-menu {
    height: 627px;
    overflow: auto;
  }
  p + iframe {
    height: 200px !important;
  }
}
@media (max-width: 426px) {
  body {
    padding-top: 100px;
  }
  body section#categories .categories-box {
    width: 48%;
    margin-right: 8px;
    margin-bottom: 14px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 8px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 8px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 8px;
  }
  body section#categories .categories-box:nth-child(2n+2) {
    margin-right: 0px;
  }
  body .content h1 {
    font-size: 28px;
    margin-top: 0;
  }
}
@media (max-width: 426px) {
  body .footer-nav ul li a {
    font-size: 15px;
  }
  .content form h2 {
    font-size: 28px;
  }
}
@media (max-width: 383px) {
  body .header .header-burger {
    padding-top: 9px;
  }
  body section h2:before {
    width: 28%;
  }
  body section h2:after {
    width: 28%;
  }
  .footer-nav ul li {
    margin-right: 20px;
  }
  body .footer-nav ul li a {
    font-size: 14px;
  }
  body .content .dont-miss-this-mobile .widget-title:before {
    width: 25%;
  }
  body .content .dont-miss-this-mobile .widget-title:after {
    width: 25%;
  }
  .content .resent-post-slider-title h2 {
    font-size: 19px;
  }
  body .content .resent-post-slider-title h2:before {
    width: 30%;
  }
  body .content .resent-post-slider-title h2:after {
    width: 30%;
  }
  body .content .resent-post-slider .resent-post-slider-slide h3 {
    font-size: 15px;
  }
  body .content .resent-post-slider .resent-post-slider-slide p {
    font-size: 15px;
  }
  .content .post a .post-thumbnail img {
    width: 60%;
  }
  body .content .post a .post-thumbnail + .post-content h3 {
    font-size: 15px;
  }
  body .content .post a .post-thumbnail + .post-content p {
    font-size: 14px;
  }
  .content .post + .btn {
    width: 183px;
    font-size: 16px;
  }
  .content ol li a {
    font-size: 13px;
  }
}
@media (max-width: 362px) {
  body {
    padding-top: 90px;
  }
  body section#resent-posts .resent-post h3 {
    font-size: 16px;
  }
  body section#resent-posts .resent-post a {
    font-size: 15px;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 100px;
  }
}
@media (max-width: 340px) {
  body section#home-first h1 {
    font-size: 20px;
  }
  section#categories .btn {
    width: 183px;
    font-size: 16px;
  }
  .footer-nav ul li {
    margin-right: 10px;
  }
  .footer-to-top {
    width: 40px;
    height: 43px;
    padding-top: 0;
  }
  body section#resent-posts .resent-post .resent-post-thumbnail {
    width: 90px;
  }
  body section#resent-posts .resent-post h3 {
    font-size: 14px;
    margin-bottom: 1px;
  }
  body section#resent-posts .resent-post a {
    font-size: 13px;
  }
  body .content h1 {
    font-size: 25px;
  }
  body .content .dont-miss-this-mobile .widget-title:before {
    width: 19%;
  }
  body .content .dont-miss-this-mobile .widget-title:after {
    width: 19%;
  }
  body .content .resent-post-slider-title h2:before {
    width: 27%;
  }
  body .content .resent-post-slider-title h2:after {
    width: 27%;
  }
  .content .post a .post-thumbnail img {
    width: 75%;
  }
  .content form h2 {
    font-size: 25px;
  }
  .content ol li a {
    font-size: 12px;
  }
  .content table tr:first-child td {
    font-size: 14px;
  }
  .content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 326px) {
  body {
    padding-top: 85px;
  }
  body section#categories .categories-box {
    width: 48%;
    margin-right: 6px;
    margin-bottom: 12px;
  }
  body section#categories .categories-box:nth-child(5n+5) {
    margin-right: 6px;
  }
  body section#categories .categories-box:nth-child(4n+4) {
    margin-right: 6px;
  }
  body section#categories .categories-box:nth-child(3n+3) {
    margin-right: 6px;
  }
  body section#categories .categories-box:nth-child(2n+2) {
    margin-right: 0px;
  }
}
.content .resent-post-slider .resent-post-slider-slide h3:hover,
.content .resent-post-slider .resent-post-slider-slide p:hover,
.content-sidebar .resent-post a:hover,
.content-sidebar .resent-post h3:hover {
  color: #337ab7;
}
