body{
  font-family: "Montserrat", "PlaceholderFont", sans-serif;
}
*{
  outline: 0;
}

/*Style for select */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.select.__show{
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.select-styled {
  padding: 13px 30px 13px 30px;
}
.select-styled:after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../img/blog/select-arrow.svg) no-repeat 50% / 12px;
  position: absolute;
  top: 22px;
  right: 30px;
}
.select-styled:active, .select-styled.active {
  border-color: transparent;
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.select-styled:active:after, .select-styled.active:after {
  background: url(../img/blog/select-arr-up.svg) no-repeat 50% / 12px;
}

.select-options {
  padding: 10px 0px !important;
  display: none;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.select-options li {
  margin: 0;
  padding: 12px 0 12px 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #6C757D;
}
.select-options li:hover {
  background: #eee;
}
.select-options li[rel="hide"] {
  display: none;
}

/*Breadcrumbs*/
.blog .breadcrumbs {
  padding: 0 15px;
}
.breadcrumbs_cat__wr {
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs_cat__wr .breadcrumbs{
  vertical-align: middle;
}
.breadcrumbs_cat__wr .breadcrumbs:before {
  content: '';
  display: inline-block;
  background: url('../img/blog/breadcrumbs.svg') no-repeat 50% / 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.breadcrumbs_cat__wr .breadcrumbs > a {
  padding-left: 7px;
}
.breadcrumbs_cat__wr .breadcrumbs,
.breadcrumbs_cat__wr .breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #676A6C;
}
.breadcrumbs_cat__wr .breadcrumbs span .del {
  display: inline-block;
  padding: 0 10px;
  width: 4px;
  height: 20px;
  background: url(../img/blog/breadcrumbs-arrow.svg) no-repeat 50% / 4px;
  vertical-align: middle;
}


/*Blog*/
.blog_wrapper__selects {
  margin-top: 30px;
}
.blog-filter.col {
  text-align: right;
}
.blog-search.col{
  text-align: left;
}
.blog-filter.col .select{
  text-align: left;
  max-width: 270px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.blog-search-inner{
  max-width: 370px;
  position: relative;
}
.blog-filter-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.blog-search--btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/blog/search.svg) no-repeat 50% / 16px;
  cursor: pointer;
}
.blog-search-mob-icon {
  display: none;
  float: right;
  width: 50px;
  height: 50px;
  background: url(../img/blog/search.svg) no-repeat 50% / 16px;
  border: 2px solid rgba(108, 117, 125, 0.5);
  border-radius: 30px;
}
.blog-preloader {
  margin: 0 auto 10px;
  background: url(../img/blog/preloader.svg) no-repeat center;
  background-size: cover;
  height: 100px;
  width: 100px;
}
.input_styling,
.select-styled{
  border: 2px solid rgba(108, 117, 125, 0.5);
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #6C757D;
}
.blog-search input{
  max-width: 370px;
  padding: 13px 66px 13px 30px;
  z-index: 0;
  background: transparent;
}

.blog-banner-wrapper {
  background: #E8F2F7;
  border-radius: 5px;
  margin: 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px 20px;
}
.blog-banner-wrapper_margin {
  margin-top: 10px;
  margin-bottom: 40px;
}
.blog-banner-wrapper .title {
  max-width: 670px;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.blog-banner-img{
  max-width: 250px;
  width: 100%;
  height: 210px;
  background: url('../img/blog/blog-banner-img.svg') no-repeat 50% / 248px;
}
.banner-discount .blog-banner-wrapper {
  padding: 20px 170px 20px 100px;
}
.blog-banner-img.img-discount{
  max-width: 245px;
  width: 100%;
  height: 291px;
  background: url('../img/blog/banner.svg') no-repeat 50% / 245px;
}

.section-post-list{
  padding: 10px 0 0;
}
.section-post-list_bc {
  padding: 0;
}
.section-post-list:last-child{
  padding-bottom: 40px;
}
.post-list-title {
  margin-bottom: 30px;
}
.post-list-title span {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 20px;
}
.post-list-title h1 {
  margin: 30px 0 0 0;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}
.post-list-title a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5BA4D1;
  border: 1px solid #5BA4D1;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.post-list-single {
  padding-bottom: 30px;
}
.post-list-single p,
.post-list-single{
  text-decoration: none;
}
.post-list-single p{
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
}
.post-list-single:hover{
  text-decoration: none;
}
.post-list-single:hover p{
  color: #5BA4D1;
}
.post-list-single img {
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  border-radius: 5px;
}
.post-list-single__cat {
  display: block;
  margin-top: 20px;
  color: #6610F2;
  font-size: 13px;
  font-weight: 600;
}
.post-list-single__date {
  margin-top: 10px;
  font-size: 14px;
  color: #6C757D;
  text-transform: uppercase;
}
.single-post-btn {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5BA4D1;
  border: 1px solid #5BA4D1;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.single-post-btn:hover, .single-post-btn:focus {
  text-decoration: none;
  color: #5BA4D1;
  opacity: 0.8;
}

/*Second banner*/
.blog-banner-discount .color-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  color: #F6792D;
  margin: 0;
}
.color-title span {
  color: #EC1C24;
}
.color-title + p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 10px 0 20px;
}
.blog-banner-discount a {
  display: inline-block;
  background: #F5A623;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 40px;
}

/*Footer form*/
.section-footer-form {
  margin-top: 65px;
  padding: 50px 0;
  background: #6C757D;
}
.footer-form-title {
  margin: auto;
  padding-bottom: 30px;
  max-width: 870px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.footer-form {
  margin: auto;
  max-width: 570px;

}
.footer-form__group {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.footer-form__success {
  padding: 17px 0;
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #F5A623;
  background: #576067;
  border-radius: 10px;
  z-index: 9;
}
.footer-form__success_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.footer-form__success_text > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.footer-form__success_large {
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}
.footer-form__message {
  display: none;
  padding: 0 0 10px;
  font-size: 14px;
  color: #f36d1c;
}
.footer-form__input {
  padding: 20px 30px;
  border: none;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  color: #6C757D;
  flex-grow: 1;
}
.footer-form__btn {
  padding: 20px 30px;
  background: #F5A623;
  border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  color: #FFFFFF;
  font-weight: 600;
  flex-basis: 155px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.footer-form__btn:hover {
  opacity: 0.8;
}
.footer-form__privacy {
  color: #CCCCCC;
  font-size: 14px;
}
.footer-form__privacy a {
  text-decoration: underline;
  color: #F5A623;
}
.footer-form__privacy a:hover {
  text-decoration: none;
}

/*Pagination*/
.nav-links {
  margin: 20px auto 0;
}
.page-numbers {
  margin-right: 10px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.page-numbers.next {
  margin-right: 0;
}
.page-numbers:hover {
  text-decoration: underline;
}
.page-numbers.current {
  color: #5BA4D1;
}

/*Media queries*/
@media (min-width: 1200px){
  .container {
    max-width: 1170px;
  }
  .blog .blog_wrapper__selects .container,
  .blog .container{
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .banner-discount .blog-banner-wrapper{
    padding: 20px 50px;
  }
}
@media (max-width: 991px) {
  .blog-banner-wrapper .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog-banner-wrapper{
    display: block;
    padding: 20px;
  }
  .blog-banner-img{
    margin: 0 auto;
  }
  .post-list-single,
  .post-list-title{
    margin-bottom: 20px;
  }
  .post-list-single p{
    margin-top: 10px;
  }
  .banner-discount .blog-banner-wrapper {
    padding: 30px 20px 7px;
    text-align: center;
  }
  .blog-banner-img.img-discount {
    display: inline-block;
    margin-right: -55px;
  }
  .footer-form__success_large {
    left: 0;
    right: 0;
    font-size: 17px;
  }
  .footer-form__success_text > span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs_cat__wr {
    display: none;
  }
  .post-list-single {
    padding-bottom: 0;
  }
  .blog-filter.col{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
    padding-left: 0;
    margin-right: 10px;
    max-width: 228px;
  }
  .blog-search.col.order-1{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .blog-search form{
    display: block;
    position: relative;
  }
  .blog-search input{
    max-width: 100%;
    width: 100%;
    height: 50px;
    padding: 13px 50px 13px 30px;
  }
  .blog-filter.col .select{
    max-width: 228px;
  }
  .blog_wrapper__selects{
    justify-content: space-between;
  }
  .blog-banner-wrapper h1{
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
  }
  .blog-banner-img{
    margin:initial;
  }
  .blog-search-inner{
    max-width: 100%;
    position: relative;
    width: 100%;
    text-align: right;
  }
  .blog-search-inner::after,
  .blog-search-inner::before{
    content: "";
    clear: both;
    display: table;
    width: 100%;
  }
  .blog-banner-discount .color-title{
    font-size: 20px;
    line-height: 25px;
  }
  .color-title + p{
    font-size: 16px;
    line-height: 25px;
  }
  .section-footer-form {
    margin-top: 40px;
    padding: 40px 0;
  }
  .footer-form-title {
    font-size: 20px;
  }
  .footer-form__group {
    margin-bottom: 20px;
    display: block;
  }
  .footer-form__input, .footer-form__btn {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
@media ( max-width: 475px ) {
  .blog-search-mob-icon{
    display: block;
  }
  .blog-search form{
    display: none;
  }
  .blog-search form.blog-search-mob-active {
    position: absolute;
    display: block;
    right: 0;
    background: #fff;
    z-index: 99;
  }
  .blog-search.col.order-1 {
    max-width: 80px;
  }
  .footer-form__success {
    padding: 29px 30px;
  }
  .post-list-title h1 {
    font-size: 20px;
  }

  .blog-banner-wrapper_mobnone {
    display: none;
  }
  .pagination {
    display: none;
  }
}
@media ( max-width: 425px ) {
  .post-list-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;

  }
}


main.post{
  font-family: "Montserrat", "PlaceholderFont", sans-serif;
  font-weight: 400;
}
main.post .container{
  max-width: 910px;
}
main.post .container_fluid{
  max-width: 1210px;
}
.post__image{
  display: block;
  max-height: 450px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 10px;
}
.article__tooltip{
  color: #6610f2;
  font-size: 13px;
  display: block;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
main.post .container h1{
  color: #000000;
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}
.article__about{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.post .article .article__about p{
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
main.post .article p{
  color: #343a40;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
  font-family: "Montserrat", "PlaceholderFont", sans-serif;
}
main.post .article h2{
  color: #000000;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  font: normal 700 20px/30px 'Montserrat' !important;
}
.article blockquote{
  color: #6c757d;
  margin: 0 auto;
  max-width: 570px;
  text-align: center;
  font: italic 600 20px/30px 'Montserrat';
}
.article blockquote p{
  color: #343a40;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}
.article ol{
  font-weight: 700;
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
  counter-reset: item;
  margin-bottom: 20px;
}
.article ol li{
  color: #343a40;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  padding-left: 30px;
}
.post .article li b{
  font-size: 16px !important;
  font-weight: 700 !important;
}
main.post .container li > *{
  margin-left: 0;
}
main.post .container li:not(:first-child){
  margin-top: 15px;
}
.article ol li:before{
  position: absolute;
  left: 0;
  content: counter(item) '. ';
  counter-increment: item;
  font-weight: 700;
  margin-right: 10px;
}
.article .wp-caption{
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 40px;
}
.article .wp-caption img{
  margin-bottom: 15px;
}
.article .wp-caption .wp-caption-text{
  padding: 0;
  color: #343a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.article ul{
  list-style: none;
  padding-left: 15px;
  margin-bottom: 40px;
}
.article ul li{
  color: #343a40;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}
.article ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 15px;
  border-radius: 50%;
  background: #dedede;
}
.alignleft{
  margin: 0 30px 20px 0;
}
.article__footer{
  padding-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.article__footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.article__tag{
  color: #5ba4d1;
  font-size: 14px;
  padding: 2px 10px;
  margin-right: 1px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #5BA4D1;
}
.article__social{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.article__social-title{
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.article__social img{
  margin-left: 20px;
}
main.post .footer-form__privacy a{
  color: #F5A623;
}

@media(max-width: 767px) {
  .post-list-single p{
    font-size: 14px;
  }
  .post-list-single, .post-list-title{
    padding-bottom: 0;
  }
  .article__tags{
    width: 100%;
    margin-bottom: 20px;
  }
  .article__footer{
    margin-bottom: 30px;
  }
  main.post .article h2{
    margin-bottom: 10px;
    font: normal 700 16px/20px 'Montserrat' !important;
  }
  .article ul, .article ol{
    padding-left: 0;
    margin-bottom: 30px;
  }
  .article .wp-caption{
    margin-bottom: 30px;
  }
  .article ol li{
    padding-left: 25px;
  }
  .post .article .article__about p{
    font-size: 11px;
  }
  main.post .container h1{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
  .post__image{
    margin-bottom: 15px;
  }
}
