.gray {background-color:#999;}
.gray:hover{background-color:#ccc;}
.block {margin-top:40px;}

.banner-section {
  margin-top: 30px;
}

.content-section {
  margin-top: 30px;
}

.footer-section {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eaeaea;
}

.header {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 0px;
}

.brand {
  display: none;
}

.nav-menu {
  float: left;
}

.logo-block {
  width: 300px;
}

.navbar-menu {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.banner-slider {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#caedff), to(#fff));
  background-image: linear-gradient(180deg, #caedff, #fff);
}

.slider {
  width: 1170px;
  height: 460px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.block {
  width: 1170px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.row {
  margin-top: 20px;
}

.h1-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 30px;
}

.col-4 {
  padding: 10px 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f5f5f5;
}

.product-img {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ddd;
}

.image {
  padding: 10px;
  background-color: #f5f5f5;
  text-align: center;
}

.product-title {
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.btn-con {
  text-align: center;
}

.btn-price {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
}

.btn-price:hover {
  background-color: #218ce9;
}

.body {
  font-family: Roboto, sans-serif;
}

.footer_container {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
}

.footer_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
}

.footer_link {
  margin-right: 15px;
  margin-left: 15px;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.footer_text {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}

.page-title {
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 50px;
}

.page-title-block {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #191919;
  font-size: 18px;
  line-height: 32px;
}

.paragraph.italic {
  font-style: italic;
}

.background-circle {
  max-height: 137px;
  max-width: 137px;
  min-height: 137px;
  min-width: 137px;
  border-radius: 100%;
  background-color: #d7d7d7;
}

.left-arrow {
  display: none;
}

.slider-2 {
  margin-top: 96px;
  margin-bottom: 40px;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
}

.flex-block.no-margin {
  width: 100%;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.client-testimony {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
  color: #000;
}

.breadcrumblink {
  color: #000;
  text-decoration: none;
}

.block-product {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.main-product {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-page-title {
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.divider-block {
  display: block;
}

.product-description-block {
  display: block;
}

.description-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}

.product-texts {
  padding-bottom: 10px;
  color: #000;
  line-height: 1.2;
}

.product-price {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.ptoduct-instock {
  margin-bottom: 10px;
  color: #00a851;
  font-size: 16px;
  line-height: 1.2;
}

.description-li {
  margin-bottom: 5px;
  color: #000;
}

.div-block-4 {
  margin-top: 40px;
}

.button {
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 20px;
}

.block_h1 {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.block_h1.alt-2 {
  font-weight: 600;
  text-align: left;
}

.block_h1.alt-2 {
  text-align: left;
}

.p-text-2 {
  display: inline;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.p-text-2.alt-2 {
  display: block;
  float: none;
  text-align: left;
}

.block_h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}

.p-lists-2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}

.p-list {
  margin-bottom: 10px;
  font-style: normal;
}

.block_h2-2 {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}

.form-block-2 {
  text-align: center;
}

.custom-input {
  display: inline-block;
  width: 370px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.custom-input.alt-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.custombtn {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border-radius: 8px;
  background-color: #64db40;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #32362d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.custombtn:hover {
  background-color: #53af38;
}

.custombtn:active {
  background-color: #438f2d;
}

.custombtn.alt-2 {
  width: 100%;
  background-color: #03b6f6;
  color: #fff;
  text-align: center;
}

.formblock {
  width: 100%;
  margin: 50px auto;
}

.p-text {
  display: block;
  color: #32362d;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.p-text.alt-2 {
  display: inline;
  font-size: 22px;
}

.form {
  text-align: center;
}

.div-block {
  display: block;
}

.div-block.alt-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .header {
    width: 100%;
  }

  .logo-block {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-menu {
    width: 100%;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .footer_container {
    width: 90%;
  }

  .page-title-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    margin-top: 20px;
    line-height: 28px;
  }

  .paragraph.italic {
    margin-top: 0px;
    text-align: center;
  }

  .paragraph.center-name {
    text-align: center;
  }

  .background-circle {
    min-height: 240px;
    min-width: 240px;
  }

  .slider-2 {
    height: auto;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 70px;
  }

  .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-block.no-margin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-block.no-margin.hide {
    display: none;
  }

  .client-testimony {
    padding-right: 60px;
    padding-left: 60px;
  }

  .block-product {
    width: 100%;
  }

  .s-product-img-block {
    padding-right: 0px;
  }

  .main-product {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .menu-button {
    position: relative;
  }

  .p-text-2 {
    font-size: 18px;
  }

  .p-lists-2 {
    font-size: 18px;
  }

  .custom-input {
    width: 230px;
    padding: 20px;
    font-size: 16px;
  }

  .custombtn {
    padding: 15px;
    font-size: 16px;
  }

  .formblock {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .p-text {
    font-size: 18px;
  }

  .p-text.alt-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .row {
    margin-top: 0px;
  }

  .col-4 {
    margin-bottom: 20px;
  }

  .paragraph.center-name {
    margin-top: 40px;
  }

  .slider-2 {
    margin-top: 54px;
    margin-bottom: 60px;
    padding-bottom: 55px;
  }

  .client-testimony {
    padding-top: 35px;
  }

  .main-product {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .descriptions-lists {
    padding-left: 20px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .block_h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    text-align: center;
  }

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

  .logo-block {
    width: 75%;
    text-align: center;
  }

  .block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-row {
    font-size: 25px;
  }

  .product-title {
    font-size: 18px;
  }

  .btn-price {
    display: block;
    font-size: 20px;
  }

  .footer_container {
    padding-bottom: 15px;
  }

  .footer_link {
    display: block;
    line-height: 2;
  }

  .page-title {
    font-size: 35px;
    line-height: 1.2;
  }

  .background-circle {
    min-height: 137px;
    min-width: 137px;
  }

  .main-product {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-page-title {
    font-size: 25px;
  }

  .product-price {
    font-size: 20px;
  }

  .menu-button {
    display: block;
    float: right;
    text-align: left;
  }

  .block_h1 {
    font-weight: 300;
  }

  .block_h1.alt-2 {
    font-size: 25px;
    font-weight: 400;
  }

  .p-text-2 {
    font-size: 16px;
  }

  .block_h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .p-lists-2 {
    padding-left: 20px;
    font-size: 16px;
  }

  .block_h2-2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .custom-input {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    font-size: 14px;
  }

  .custombtn {
    width: 100%;
    font-size: 14px;
  }

  .formblock {
    width: 100%;
  }

  .p-text {
    font-size: 16px;
  }

  .p-text.alt-2 {
    font-size: 18px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}