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

footer,
article,
aside,
nav,
section {
  display: block;
}

html {
  width: 100%;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: "Jost", sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #474747;
  background: #fff;
  font-weight: 400;
  width: 100%;
}


.clearfix {
  clear: both;
}

.container {

  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1270px;
}

a {
  color: #E12222;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

.img-responsive {
  max-width: 100%;
}

.d-mobile {
  display: none !important;
}

.d-center {
  display: block;
  margin: 0 auto 15px;
}

.wrapper {
  overflow: hidden;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.b-header .container {
  display: flex;
}

.head-teaser {
  display: flex;
  font-size: 14px;
  align-items: center;
  line-height: 1.43;
}

.head-teaser img {
  margin-right: 15px;
}

.head-teaser span:first-child {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.b-nav {
  background: #E12222;
  margin-bottom: 50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.b-nav .container:before {
  content: url("../img/left.svg");
  position: absolute;
  left: -335px;
  top: -95px;
  z-index: 0;
}

.b-nav .container:after {
  content: url("../img/right.svg");
  position: absolute;
  right: -335px;
  top: -95px;
  z-index: 0;
}

.b-logo {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 40px 0 0;
  position: relative;
}

.b-menu {
  display: table-cell;
  font-weight: 700;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.b-menu a {
  color: #fff;
  text-decoration: none;
  display: table-cell;
  width: 1%;
  padding: 35px 0;
  white-space: nowrap;
}

.b-menu a:hover {
  background: #CB1818;
}

.b-social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.b-social a {
  display: table-cell;
  padding-left: 35px;
}

.b-sidebar {
  float: right;
  width: 320px;
}

.b-search {
  display: block;
  background: #EFEFEF;
  color: #888888;
  text-decoration: none;
  padding: 9px 20px;
  margin-bottom: 40px;
}

.b-search svg {
  float: right;
  margin-top: 10px;
}

.b-bnr {
  background: url("../img/bnr.jpg") no-repeat;
  padding: 135px 20px 20px;
  color: #fff;
  margin-bottom: 40px;
}

.bnr-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
}

.bnr-subtitle {
  font-size: 20px;
  font-weight: 700;
  background: #E12222;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 0 5px;
}

.bnr-subtitle:before,
.bnr-subtitle:after {
  content: "";
  position: absolute;
  border-right: 5px solid #E12222;
  border-top: 30px solid transparent;
  top: 0;
}

.bnr-subtitle:before {
  left: -5px;
}

.bnr-subtitle:after {
  right: -5px;
  transform: rotate(-180deg);
}

.b-bnr img {
  max-width: 66px;
  display: block;
  margin: 18px auto 0;
}

.side-title {
  padding-top: 30px;
  border-top: 1px solid #EFEFEF;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.b-post {
  position: relative;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.b-post img {
  margin-bottom: 10px;
}

.b-post span {
  font-weight: 400;
  display: block;
  color: #888;
  margin-top: 10px;
}

.b-post span svg {
  margin-right: 4px;
  display: inline-block;
}

.post-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.b-tags {
  padding-top: 40px;
  border-top: 1px solid #EFEFEF;
  margin-top: 40px;
}

.b-tags a {
  display: inline-block;
  text-decoration: none;
  color: #0547AB;
  border: 1px solid rgba(44, 117, 226, 0.22);
  border-radius: 100px;
  margin: 0 6px 13px 0;
  padding: 8px 20px;
}

.b-main {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 385px;
}

.b-breadcrumbs {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
}

.b-breadcrumbs a {
  text-decoration: none;
  color: inherit;
  margin-right: 25px;
  font-size: 18px;
}

.b-breadcrumbs a svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

h1 {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 35px;
}

h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}

.b-info {
  padding-top: 25px;
  border-top: 1px solid #EFEFEF;
  margin-bottom: 25px;
}

.b-info img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}

.b-info>div:first-child {
  display: inline-block;
}

.b-info>div:first-child span {
  font-weight: 700;
}

.b-info>div:last-child {
  float: right;
  margin-top: 5px;
}

.img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}

.img-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  background: #E12222;
  color: #fff;
  font-style: italic;
  left: 0;
  bottom: 0;
  padding: 2px 0;
}

h3 {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.b-gray {
  background: url("../img/gray_bg.svg") no-repeat center, linear-gradient(178.53deg, rgba(44, 117, 226, 0.05) 16.04%, rgba(5, 71, 171, 0.13) 81.86%);
  font-size: 18px;
  font-weight: 500;
  padding: 47px 45px 10px;
  line-height: 1.55;
  margin-bottom: 35px;
}

.b-gray ul {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1.55;
  margin-top: 25px;
}

.b-gray ul li {
  width: 33%;
  display: flex;
  align-items: center;
  line-height: 1.1;
  margin-bottom: 45px;
  padding-right: 20px;
}

.icon-wrap {
  position: relative;
  background: #E12222;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.icon-wrap:before {
  width: 47px;
  height: 47px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
}

.b-main p a {
  font-weight: 700;
}

blockquote {
  background: rgba(44, 117, 226, 0.04) url("../img/quote_bg.svg") no-repeat center;
  border-left: 8px solid #E12222;
  font-size: 20px;
  font-style: italic;
  padding: 35px 45px 30px 115px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.75;
}

blockquote:before {
  content: "“";
  font-size: 128px;
  position: absolute;
  line-height: 0.2;
  top: 80px;
  color: #E12222;
  font-weight: 700;
  left: 25px;
  font-style: normal;
}

.b-name {
  margin-top: 15px;
  font-style: normal;
  color: #888;
}

.img-click {
  position: absolute;
  font-weight: 500;
  color: #fff;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.img-wrap.m-blur {
  cursor: pointer;
}

.img-wrap.m-blur .img-responsive {
  filter: blur(9px);
}

.img-wrap.m-blur .b-watermark img {
  filter: blur(3px);
}

.img-wrap:not(.m-blur) .img-click {
  display: none;
}

.b-watermark {
  position: absolute;
  right: 15px;
  bottom: 40px;
}

.b-watermark img {
  max-width: 90px;
}

.b-results {
  background: url("../img/doc.jpg") no-repeat center top / 100% 100%;
  padding: 135px 35px 190px 85px;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 45px;
}

.b-results table {
  border-collapse: collapse;
  border: 1px solid #888;

}

.b-results table th,
.b-results table td {
  border: 1px solid #888;
  padding: 20px 15px;
  vertical-align: top;
}

.b-results table th {
  text-align: left;
}

.b-gray.gray-2 ul {
  margin-top: 35px;
}

.b-gray.gray-2 ul li {
  width: 50%;
  align-items: start;
  line-height: 1.55;
}

.b-quote2 {
  padding-left: 45px;
  font-style: normal;
}

.b-quote2:before {
  content: none;
}

.b-quote2 div {
  color: #E12222;
}

.b-product {
  background: linear-gradient(178.53deg, rgba(44, 117, 226, 0.05) 16.04%, rgba(5, 71, 171, 0.13) 81.86%);
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}

.product-left {
  width: 45%;
  padding: 60px 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.product-left:after {
  content: "";
  width: 115px;
  height: 100%;
  background: url("../img/prod_bg.png") no-repeat center / 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.prod-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  color: #E12222;
}

.prod-limit {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
}

.prod-limit span {
  display: inline-block;
  color: #fff;
  background: #E12222;
  border-radius: 5px;
  padding: 0 8px;
}

.img-prod {

  position: absolute;
  bottom: -55px;
  right: 20px;
  z-index: 10;
}

.img-prod img {
  transform: rotate(4.13deg);
}

.b-sale {
  position: absolute;
  background: url("../img/sale.png") no-repeat center;
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
  transform: rotate(-17.39deg);
  width: 86px;
  top: 47px;
  text-align: center;
  line-height: 1.1;
  padding: 22px 0;
  right: -40px;
  z-index: 15;
}

.product-right {
  width: 55%;
  background: url("../img/product_bg.svg") no-repeat 99% 27%, linear-gradient(2.05deg, #E71010 1.85%, #E74310 98.41%);
  color: #fff;
  font-weight: 700;
  padding: 40px 15px 35px;
}

.product-right div {
  margin-right: 18%;
}

.product-right a {
  color: #fff;
}

.product-right a.text-uppercase {
  font-weight: 900;

  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.product-right a.text-uppercase svg {
  display: inline-block;
  vertical-align: middle;
}

.b-rating {
  padding-top: 30px;
  border-top: 1px solid #EFEFEF;
  margin-bottom: 80px;
}

.b-rating div:first-child {
  font-weight: 500;
  margin-bottom: 15px;
}

.b-rating div:first-child>span {
  color: #888;
}

.b-rating div:first-child b span {
  color: #E12222;
}

.b-rating div:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.b-emo {
  text-align: justify;
  text-align-last: justify;
}

.b-emo a {
  display: inline-block;
  border: 1px solid rgba(44, 117, 226, 0.22);
  border-radius: 10px;
  padding: 5px 21px;
  color: #0547AB;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  margin-bottom: 20px;
}

.b-emo a:hover {
  color: #fff;
  background: #0547AB;
  border-color: #0547AB;
}

.b-emo a svg {
  display: inline-block;
  vertical-align: sub;
  fill: #0547AB;
}

.b-emo a:hover svg {
  fill: #fff;
}

.b-emo a:last-child svg {
  stroke: #0547AB;
}

.b-emo a:last-child:hover svg {
  stroke: #fff !important;
}

.comments-title {
  font-weight: 500;
  font-size: 20px;
}

.comments-subtitle {
  color: #888;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}

.comment-item {
  margin-bottom: 30px;
}

.comment-reply {
  margin-left: 65px;
}

.comment-reply2 {
  margin-left: 130px;
}

.comment-img,
.comment-body {
  display: table-cell;
  vertical-align: top;
}

.comment-img img {
  border-radius: 50%;
  margin-right: 20px;
}

.comment-ava {
  display: block;
  color: #fff;
  background: #E12222;
  width: 47px;
  margin-right: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  text-decoration: none;
}

.comment-author {
  font-weight: 600;
  color: #474747;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-date {
  display: inline-block;
  color: #888;
}

.comment-date:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #E12222;
  margin-right: 5px;
  vertical-align: middle;
}

.comment-body img {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
}

.comment-body p {
  line-height: 1.625;
  margin-bottom: 15px;
}

.b-reply {
  border: 1px solid #E12222;
  border-radius: 5px;
  padding: 0 11px;
  text-decoration: none;
}

.btn {
  background: #E12222;
  box-shadow: 0px 10px 20px rgba(231, 67, 16, 0.44);
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 16px 27px;
  transition: all 0.5s ease 0s;
  margin-top: 50px;
}

.btn svg {
  display: inline-block;
  vertical-align: middle;
}

.btn:hover {
  box-shadow: none;
}

.b-footer {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #E12222;
  padding: 26px 0;
  margin-top: 90px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  h2,
  h3 {
    font-size: 22px;
  }

  .product-left {
    width: 55%;
  }

  .product-right {
    width: 45%;
  }

  .b-results {
    font-size: 12px;
    padding: 100px 20px;
  }

  .b-results table th,
  .b-results table td {
    padding: 10px;
  }

  .product-left {

    align-items: center;
  }

  .b-emo {
    text-align: left;
    text-align-last: left;
  }

  .b-emo a:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 990px) {
  .d-large {
    display: none !important;
  }

  .b-nav {
    padding: 39px 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .b-nav .container:before {
    left: -407px;
    top: -357px;
  }

  .b-nav .container:after {
    right: -255px;
    top: -159px;
  }

  .b-logo {
    display: inline-block;
    padding: 0;
    font-size: 0;
  }

  .b-main {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .b-breadcrumbs {
    margin-bottom: 20px;
  }

  .b-breadcrumbs a {
    margin-right: 10px;
  }

  .b-breadcrumbs a:last-child {
    margin-right: 0;
  }

  .b-info {
    text-align: center;
  }

  .b-info>div:last-child {
    float: none;
  }


  h3 {
    margin-bottom: 25px;
  }

  .b-gray:not(.gray-2) {
    font-size: 16px;
    padding: 30px 15px 5px;
  }

  .b-gray:not(.gray-2) ul li {
    width: 50%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }

  .b-gray:not(.gray-2) .icon-wrap {
    margin: 0 auto 12px;
  }

  blockquote:not(.b-quote2) {
    font-size: 16px;
    padding: 30px 15px 25px 60px;
    line-height: 1.4;
  }

  blockquote:before {
    font-size: 90px;
    top: 60px;
    left: 3px;
  }

  .b-name {
    margin-top: 5px;
  }

  .b-gray.gray-2 {
    padding: 45px 15px;
    font-size: 16px;
  }

  .b-quote2 {
    padding: 30px 10px 20px 20px;
  }

  .b-rating {
    padding-top: 20px;
  }

  .b-rating div:first-child {
    margin-bottom: 10px;
  }

  .b-rating div:nth-child(2) {
    margin-bottom: 5px;
  }

  .b-emo a {

    padding: 5px;
  }
}

@media (max-width: 767px) {
  .img-wrap {
    padding-bottom: 35px;
  }

  .img-caption {
    font-size: 14px;
    line-height: 1.57;
    padding: 12px 0;
  }

  .b-watermark {
    bottom: 60px;
  }

  .img-click {
    top: 35%;
  }

  .b-gray.gray-2 ul {
    display: block;
  }

  .b-gray.gray-2 ul li {
    width: 100%;
    margin-bottom: 25px;
  }

  .b-results {
    font-size: 5px;
  }

  .b-product {
    display: block;
    text-align: center;
  }

  .product-left {
    width: 100%;
    padding: 55px 20px 0;
    display: block;
  }

  .product-left:after {
    width: 100%;
    bottom: 0;
    background: url("../img/prod_bg_m.png") no-repeat center / 100% 100%;
    height: 130px;
    top: auto;
  }

  .product-right {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e70f10), to(#e84210));
    background: -o-linear-gradient(left, #e70f10 0%, #e84210 100%);
    background: linear-gradient(left, #e70f10 0%, #e84210 100%);
  }

  .product-right div {
    margin-right: 0;
  }

  .prod-limit {
    font-size: 16px;
  }

  .img-prod {
    position: relative;
    right: auto;
    display: inline-block;
    bottom: -95px;
    margin: -95px auto 0;
  }

  .product-right {
    padding: 80px 15px 45px;
  }

  .comment-img,
  .comment-body {
    display: block;
  }

  .comment-img {
    float: left;
  }

  .comment-author {
    margin-bottom: 16px;
    margin-top: 11px;
  }

  .comment-reply {
    margin-left: 35px;
  }

  .comment-reply2 {
    margin-left: 50px;
  }
}

.scale-down-center {
  -webkit-animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
  animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
}

.arrow {
  -webkit-animation: arrow 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
  animation: arrow 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
}

@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;

  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {

    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
  }
}


@media (max-width: 991px) {
  .comment-item:nth-last-child(n+7) {
    display: none;
  }
}