body, html  {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #292929;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Montserrat', sans-serif;
}
h1, .h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.26;
  text-align: center;
  color: #292929;
  margin-top: 10px;
  margin-bottom: 30px;
}
h2, .h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #292929;
  margin-bottom: 35px;
}
h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
p {
  margin-bottom: 0px;
}
.text {
  margin-bottom: 30px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  color: #292929;
}
a {
  text-decoration: none !important;
}
ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
  list-style: none;
}
.top_block {
  margin-top: 70px;
}
.center_block {
  text-align: center;
  /*display: flex;*/
  /*align-items: center;*/
  /*background-image: url('../img/bg/offer_img.png');*/
  /*background-repeat: no-repeat;*/
  width: 188px;
  height: 104px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  background: red;
  border-radius: 5rem;
}
.right_text_offer {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  color: #292929;
}
.img_radius {
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0px #ededed;
}
.ultra_boost {
  box-shadow: 0px 10px 30px 0 rgba(3, 3, 3, 0.1);
  border: 2px solid #df1d14;
  padding: 35px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.ultra_boost_title {
  font-size: 28px;
  line-height: 1.29;
  text-align: center;
  color: #030303;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
.wrapper_ofer {
  padding: 20px 40px 35px;
  background-image: url('../img/bg/bg_offer.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #dddddd;
  margin-bottom: 25px;
}
.offer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #333333;
}
.text_offer {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
}
.wrapper_blue {
  padding: 3px 7px;
  background-color: #fce8e7;
  border-radius: 6px;
  color: #292929;
  font-weight: 700;
}
.wrapper_header_img {
  text-align: center;
}
/* Navigation */
#tf-menu.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
#tf-menu .navbar-right {
  margin-bottom: -3px;
}
#tf-menu.navbar-default .navbar-nav > li > a {
  color: #3a3c3f;
  font-size: 15px;
  padding: 30px 0px 0px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
#tf-menu.navbar-default .navbar-nav > li {
  margin-right: 80px;
}
#tf-menu.navbar-default .navbar-nav > li:last-child {
  margin-right: 0px;
}
#tf-menu .navbar-brand {
  height: auto;
  padding-top: 6px;
}
#tf-menu .nav>li>a:focus, 
#tf-menu .nav>li>a:hover {
  opacity: 0.8;
}
#tf-menu.navbar-default .navbar-nav > .active > a, 
#tf-menu.navbar-default .navbar-nav > .active > a:hover, 
#tf-menu.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 1px solid #e0241c;
}
.navbar-toggle {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 12px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  background-color: transparent;
  border-color: #ec3237;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ec3237 !important;
}
.navbar-default .navbar-toggle:hover > .icon-bar,
.navbar-default .navbar-toggle:focus > .icon-bar,
.navbar-default .navbar-toggle:active > .icon-bar {
  background-color: #ec3237 !important;
}
.wrapper-content {
  margin-top: 80px;
  margin-bottom: 90px;
}
.advert {
  margin-top: 10px;
  margin-bottom: 45px;
  padding-bottom: 25px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.item_advert {
  display: inline-block;
  border-right: 1px solid #e8e9ea;
  padding-right: 35px;
  margin-right: 25px;
  color: #3a3c3f;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.item_advert:last-child {
  margin-right: 0px;
  border-right: none;
}
.top_icons {
  margin-bottom: 35px;
}
.line-through {
  text-decoration: line-through;
}
#aside1 {
  margin-bottom: 10px;
}
.sticky {
  position: fixed;
  top: 10px !important;
  z-index: 101;
  transition: all 0.3s;
}
.stop {
  position: relative;
  z-index: 101;
  margin-bottom: 30px;
}
.sticky .right-block,
.stop .right-block {
  padding: 0px 0px 20px 0px;
}
.stop .right-block {
  box-shadow: 0px 0px 0px 1px #dddddd;
}
.right-block {
  box-shadow: 0px 5px 10px 0px #dddddd;
  padding: 0px 0px 30px 0px;
  transition: all 0.6s;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.valid_block {
  position: absolute;
  left: -10px;
  top: 30px;
}
.inner-right_block {
  margin-top: -60px;
  padding-left: 40px;
  padding-right: 40px;
}
.wrapper_right-img {
  text-align: center;
  padding-top: 0px;
}
.right-img {
  display: inline-block;
  border-radius: 10px 10px 0px 0px;
}
.valid {
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
.pulse {
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px #dddddd;
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #ec3237;
  }
  50% {
      -webkit-box-shadow: 0px 0px 5px 5px #ec3237;
  }
  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ec3237;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #ec3237;
    box-shadow: 0px 0px 0px 0px #ec3237;
  }
  50% {
      -moz-box-shadow: 0px 0px 5px 5px #ec3237;
      box-shadow: 0px 0px 5px 5px #ec3237;
  }
  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ec3237;
      box-shadow: 0px 0px 0px 0px #ec3237;
  }
}
* {
  box-sizing: border-box;
}
/* Animation */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@-webkit-keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
/* Button */
.btn-pulse .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -0.666em auto auto -0.666em;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: opacity .2s ease-in, -webkit-transform .1s ease-out;
  transition: opacity .2s ease-in, transform .1s ease-out;
  transition: opacity .2s ease-in, transform .1s ease-out, -webkit-transform .1s ease-out;
  color: #fff;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
}
.btn-pulse .circle:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn-pulse .circle:active {
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
}
.btn-pulse .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  margin: -1.1em auto auto -1.1em;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #ed0048;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
          animation: pulsate 3s ease-out infinite;
}
.btn-pulse:hover .ring {
  -webkit-animation: none;
          animation: none;
}
.btn-pulse:active .ring {
  -webkit-animation: stop-pulsate 0.3s;
          animation: stop-pulsate 0.3s;
}
#totop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background: #fff;
  display: none;
  height: 36px;
  width: 36px;
  padding: 4px;
  text-align: center;
  line-height: 28px;
  font-size: 2em;
  color: #f8ee99;
  opacity: 0.6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #0e0e0e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
#totop .demo-icon {
  color: #000;
  margin: 0;
}
.img-logo {
  transition: all 0.8s;
  width: 100%;
  margin-bottom: -10px;
  display: inline-block;
  vertical-align: inherit;
}
#tf-menu.navbar>.container .navbar-brand {
  padding-top: 20px;
}
.btn {
  white-space: normal;
  outline: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
}
.btn:active, .btn.active {
  outline: 0 !important;
}
.btn-white,
.btn-white:focus {
  padding: 10px 15px;
  transition: all 0.3s;
  background-color: #df1d14;
  border: 1px solid #df1d14;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.btn-white-dop {
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn-white:hover {
  background-color: transparent;
  color: #df1d14;
}
.btn-transparent {
  color: #23232b;
  background-color: #ffffff;
  border: 2px solid #f1f3f7;
  width: 100%;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.icon-facebook,
.icon-twitter,
.icon-link {
  color: #292929;
}
.social_text {
  color: #292929;
  padding-left: 15px;
}
.btn-transparent:hover {
  opacity: 0.8;
}
.popover {
  background-color: #4C4C4C;
}
.popover>.arrow:after {
  border-bottom-color: #4C4C4C !important;
}
.popover-content {
  color: #ffffff;
}
/* Footer */
#footer {
  border-bottom: 3px solid #df1d14;
  box-shadow: 0px 10px 30px 0 rgba(3, 3, 3, 0.1);
}
.top_footer {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeef1;
}
#footer .navbar-nav {
  float: none;
}
#footer .navbar-nav > li {
  float: none;
  display: inline-block;
  margin-right: 60px;
}
#footer .navbar-nav > li:last-child {
  margin-right: 0px;
}
#footer .navbar-nav > li > a {
  background: none !important;
  color: #3a3c3f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}
#footer .navbar-nav > li > a:last-child {
  padding-right: 0px;
}
#footer .navbar-nav > li > a:hover {
  opacity: 0.8;
}
.wrapper_logo_footer {
  padding-top: 45px;
  text-align: center;
  padding-bottom: 45px;
}
.wrapper_nav {
  float: left;
}
.copyright {
  padding: 22px 0px 17px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  color: #3a3c3f;
  float: right;
}
.flouting {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 100px;
  background-color: rgba(238, 49, 62, 0.8);
  height: 50px;
  width: 50px;
  z-index: 1;
}
.flouting .demo-icon {
  color: #ffffff;
}
.close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 13px;
  z-index: 21;
  border-radius: 6px;
  color: #292929 !important;
  opacity: 1;
  text-shadow: none !important;
  font-weight: 500;
}
/* /Footer */
/* Special Classes */
.clearfix {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
   clear: both;
}
.clearfix {
   *zoom: 1;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}
.align-items-center {
  -ms-align-items: center;
  align-items: center;
}
.d-flex {
  display: flex;
}
.fs-20 {font-size: 20px;}
.fs-32 {font-size: 32px;}
.fw-300 {font-weight: 300;}
.fw-700 {font-weight: 700;}
.color-white { color: #ffffff;}
.pl-20 {padding-left: 20px;}
.pr-20 {padding-right: 20px;}
.mb-0  { margin-bottom: 0px;}
.mb-50 { margin-bottom: 50px;}
.mt-0  { margin-top: 0;}
.mt-5 { margin-top: 5px;}
.mt-50 { margin-top: 50px;}
.mr-10  { margin-right: 10px;}
.mr-25  { margin-right: 25px;}
.ml-5  { margin-left: 5px;}
.ml-10  { margin-left: 10px;}
.lh-14 {line-height: 1.4;}
/* /Special Classes */
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 992px) {
  .wrapper-right-block {
     display: block!important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .img-logo {
    max-width: 185px;
  }
  #tf-menu.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 991px) {
  #aside1 > div {
    width: 350px !important;
  }
  .right-img {
    width: auto;
    display: inline-block;
  }
  .right-block {
    height: 100%;
    float: right;
    text-align: center;
  }
  .text.color-white {
    margin-bottom: 5px;
  }
  .sticky {
    position: static;
    max-width: 365px;
    width: 100% !important;
    float: right;
  }
  .header {
    margin-bottom: 50px;
  }
  #tf-menu {
    padding: 0px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  .pl-20 {padding-left: 15px;}
  .pr-20 {padding-right: 15px;}
  .sticky {position: static;}
  .flouting {
    display: block;
  }
  .open .flouting {
    display: none;
  }
  #totop {
    display: none !important;
  }
  .close {
    display: inline-block;
  }
  .wrapper-right-block {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 1001;
    display: none;
    height: 100%;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #tf-menu.navbar-default .navbar-nav > li {
    margin-right: 25px;
  }
  .wrapper-content {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .top_block {
    margin-top: 50px;
  }
  h1, .h1 {
    font-size: 36px;
  }
  .advert {
    margin-top: 0px;
  }
  .top_img {
    margin-bottom: 20px;
  }
  .advert {
    margin-bottom: 20px;
  }
  .item_advert {
    padding-right: 20px;
    margin-right: 15px;
    font-size: 14px;
  }
  .wrapper_nav,
  .copyright {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mob-none {
    display: none;
  }
  .center_block {
    margin: 10px auto;
  }
  .top_block {
    margin-top: 20px;
  }
  .advert {
    padding-bottom: 15px;
  }
  .ultra_boost {
    padding: 25px 30px;
  }
  .ultra_boost .text,
  .ultra_boost_title,
  .text_offer,
  .top_block,
  #tf-menu.navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  .img_radius {
    display: inline-block;
  }
  #tf-menu .navbar-right {
    margin-bottom: 0px; 
  }
  .offer .d-flex,
  .offer {
    display: block;
  }
  .wrapper_logo_footer {
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wrapper-content {
    margin-bottom: 10px;
  }
  .center_block {
    border: none;
  }
  .wrapper_top_img {
    display: none;
  }
  #tf-menu.navbar>.container .navbar-brand {
    padding-top: 15px;
  }
  .img-logo {
    max-width: 200px;
  }
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  #footer .navbar-nav > li > a {
    padding: 10px 5px;
  }
  #tf-menu.navbar-default .navbar-nav > li {
    margin-right: 0px;
  }
  .wrapper_ofer {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .header {
    margin-bottom: 0px;
  }
}
@media (max-width: 639px) {
  .item_advert {
    padding-right: 5px;
    margin-right: 0px;
  }
  .mt-50 { margin-top: 20px;}
  .mb-50 { margin-bottom: 20px;}
  #footer .navbar-nav > li {
    display: block;
    margin-right: 0px;
  }
  .navbar {
    margin-bottom: 0px;
  }
  h1, .h1 {
    font-size: 28px;
  }
}
@media (max-width: 374px) {
  #aside1 > div {
    max-width: 310px !important;
  }
  h1, .h1 {
    font-size: 24px;
  }
}