@charset "UTF-8";
.slick-loading .slick-list {
  background: url(../img/ajax-loader.gif) center center no-repeat #fff;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.brdc_link {
  color: #fff;
}
.post-img {
 margin: 25px auto;
 width: 550px;
 display: block;
 height: auto;
 margin-top: 35px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
}
body,
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(255, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 3px rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 20px 3px rgba(255, 0, 0, 0.3);
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: Montserrat, "Open Sans", Arial, sans-serif;
  max-width: 1920px;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #121314;
}
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #222;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c50c0c;
}
img,
video {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.d-n {
  display: none;
}
.d-b {
  display: block;
}
.d-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ttu {
  text-transform: uppercase;
}
.ta-c {
  text-align: center;
}
.ov-h {
  overflow: hidden;
}
.ov-s {
  overflow: scroll;
}
.black {
  color: #000;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
}
.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #c50c0c;
  color: #fff;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 25px 40px;
  text-transform: uppercase;
  line-height: 1;
}
.btn:active,
.btn:focus,
.btn:hover {
  background-color: #ae0b0b;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.main-heading,
.page-heading {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 3px;
}
.main-heading_404 {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  font-size: 6vw;
}
.page-heading {
  font-size: 36px;
}
.link-more {
  font-weight: 600;
  font-size: 16px;
  padding-right: 35px;
  display: inline-block;
  color: #c50c0c;
  background-image: url(../img/icons/arrow_red.png);
  -webkit-background-size: 21px 10px;
  -moz-background-size: 21px 10px;
  background-size: 21px 10px;
  background-repeat: no-repeat;
  background-position: right center;
}
.link-more:active,
.link-more:focus,
.link-more:hover {
  color: #fff;
  background-image: url(../img/icons/arrow_white.png);
}
.link-more_inverse {
  background-image: url(../img/icons/arrow_black.png);
}
.price {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}
.price__unit {
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
.inner .main-content {
  background-image: url(../img/inner_bg.jpg);
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 140px;
}
.inner .cards {
  background-image: unset;
}
.inner .cards__h {
  margin-bottom: 45px;
}
.like {
  padding-left: 20px;
  background-image: url(../img/svg/like.svg);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  background-size: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
.like svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.like path {
  fill: #666;
}
.like.like_liked,
.like:active,
.like:focus,
.like:hover {
  color: #fff;
}
.like.like_liked path,
.like:active path,
.like:focus path,
.like:hover path {
  fill: #fff;
}

.custom-logo {
    width: 120px;
}

.main-header {
  padding-top: 20px;
  background-color: transparent;
  height: 100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
.main-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header__logolink,
.main-header__logolink img {
  display: block;
}

.main-header__widget.active {
  display: block;
  position: absolute;
  z-index: 999999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px;
}
.main-header__mobile {
  display: none;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  border-top: 2px solid #fff;
  position: relative;
  z-index: 999999;
}
.main-header__mobile:after,
.main-header__mobile:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #fff;
}
.main-header__mobile:before {
  top: 50%;
  margin-top: -2px;
}
.main-header__mobile:after {
  bottom: 0;
}
.main-header__mobile:hover,
.main-header__mobile:hover:after,
.main-header__mobile:hover:before {
  border-top-color: #c50c0c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.main-header__mobile.closer {
  border-top-color: transparent;
}
.main-header__mobile.closer:after {
  top: 50%;
  margin-top: -2px;
  -webkit-transform-origin: 12.5px 1px;
  -moz-transform-origin: 12.5px 1px;
  -ms-transform-origin: 12.5px 1px;
  -o-transform-origin: 12.5px 1px;
  transform-origin: 12.5px 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-header__mobile.closer:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-navigation {
  margin: 0 10px;
}
.main-navigation.active {
  display: block;
  position: fixed;
  z-index: 999998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.96);
  overflow: auto;
  margin:0;
}
.main-navigation.active .main-navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  top: 20%;
  display:flex;
  align-items: center;
}

.main-header__wrap address.main-header__widget.widget-contacts.active {
    display: none;
}

.main-navigation.active .main-navigation__list li {
  margin: 0;
}
.main-navigation.active .main-navigation__list li + li {
  margin: 20px 0 0;
}
.main-navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.main-navigation__list li {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.main-navigation__list li + li {
  margin-left: 30px;
}
.main-navigation__list a {
  color: #fff;
}
.main-navigation__list li.active,
.main-navigation__list li.current-menu-item,
.main-navigation__list li:hover {
  border-bottom-color: #c50c0c;
}
.inner .main-header {
  border-bottom: 1px solid #131313;
}
.widget-contacts {
  display: block;
}
.widget-contacts__phone {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 35px;
  background-image: url(../img/svg/phone.svg);
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: right center;
}
.widget-contacts__phone:active,
.widget-contacts__phone:focus,
.widget-contacts__phone:hover {
  color: #777;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.widget-contacts__address {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.footer .widget-contacts__phone {
  padding-right: 0;
  padding-left: 35px;
  background-position: left center;
}
.widget-contact-mail {
  font-size: 12px;
}
.widget-contact-mail a {
  color: #999;
  text-decoration: underline;
}
.widget-contact-mail a:active,
.widget-contact-mail a:focus,
.widget-contact-mail a:hover {
  color: #fff;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.widget-social-links {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 1px solid #18191b;
  position: relative;
}
.widget-social-links svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-social-links + .widget-social-links {
  margin-left: 15px;
}
.widget-social-links:active path,
.widget-social-links:focus path,
.widget-social-links:hover path {
  fill: #c50c0c;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  -moz-transition: fill 0.5s;
  transition: fill 0.5s;
}
.widget-address,
.widget-email,
.widget-phone,
.widget-working-time {
  font-size: 16px;
  color: #ccc;
  padding-left: 30px;
  position: relative;
}
.widget-address:after,
.widget-email:after,
.widget-phone:after,
.widget-working-time:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: none;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #c50c0c;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  background-size: 15px;
  background-position: center;
}
.widget-address:after {
  background-image: url(../img/svg/placeholder-for-map.svg);
}
.widget-working-time:after {
  background-image: url("../img/svg/clock (2).svg");
}
.widget-phone:after {
  background-image: url(../img/svg/smartphone.svg);
}
.widget-email:after {
  background-image: url(../img/svg/mail.svg);
}
.footer {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #121314;
}
.footer .main-header {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 35px;
}
.footer .main-header__wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .main-header__widget {
  margin: 20px 0 0;
}
.footer .slogan {
  color: #999;
  font-weight: 400;
  font-size: 11px;
}
.footer .main-header__widget,
.footer .main-navigation {
  display: block;
}
.main-footer {
  border-top: 1px solid #1f2021;
  padding-top: 35px;
}
.main-footer__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.gtranslate_wrapper {
  display: flex;
  margin-top: 15px;
  column-gap: 10px;  
}

.main-footer__widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: -moz-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
  margin-top: 30px;
  color: #999;
}
.main-footer__widget_copyright {
  font-size: 14px;
}
.main-footer__widget_social {
  text-align: right;
}
.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  display: none;
}
.modal.active {
  display: block;
}
.modal .wrapper {
  position: relative;
  height: 100vh;
}
.modal__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal__closer:after,
.modal__closer:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 50%;
  width: 100%;
  left: 0;
}
.modal__closer:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__closer:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__closer:active:after,
.modal__closer:active:before,
.modal__closer:focus:after,
.modal__closer:focus:before,
.modal__closer:hover:after,
.modal__closer:hover:before {
  border-bottom-color: #c50c0c;
  -webkit-transition: border-bottom-color 0.5s;
  -o-transition: border-bottom-color 0.5s;
  -moz-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
}
.modal-content {
  -webkit-box-shadow: 0 0 15px 3px #777;
  -moz-box-shadow: 0 0 15px 3px #777;
  box-shadow: 0 0 15px 3px #777;
  padding: 40px 10px;
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 300px;
  width: 90%;
  max-width: 800px;
  overflow: auto;
  background-color: #000;
}
.modal-content__h {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 30px;
}
.modal-form__form {
  text-align: center;
}
.modal-form__form p {
  margin-bottom: 20px;
}
.modal-form__form input {
  width: 80%;
  margin: 0 auto;
  border: none;
  display: block;
  font: inherit;
  background-color: #1f2021;
  color: #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.modal-form__form input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.modal-form__form input::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}
.modal-form__form input:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.modal-form__form input::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.modal-form__form input::placeholder {
  color: #ccc;
  font-size: 16px;
}
.breadcrumbs {
  margin: 0 0 75px;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  overflow: auto;
}
.breadcrumbs > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.breadcrumbs__item,
breadcrumbs__item a,
.category {
  font-size: 14px;
  padding: 0 3px;
}
.breadcrumbs__item:last-child a {
  color: #999;
}
.breadcrumbs__item:last-child a:active,
.breadcrumbs__item:last-child a:focus,
.breadcrumbs__item:last-child a:hover {
  color: #fff;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: "/";
  color: #fff;
}
.breadcrumbs__item a:active,
.breadcrumbs__item a:focus,
.breadcrumbs__item a:hover {
  color: #777;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.breadcrumbs__link,
.pagination.navigation,
.breadcrumbs__link a {
  color: #fff;
  padding: 0 5px;
  margin: 45px 0;
}
.pagination.navigation .nav-links {
  width: 295px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.pagination.navigation .page-numbers {
  display: block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.pagination.navigation .page-numbers.current,
.pagination.navigation .page-numbers:active,
.pagination.navigation .page-numbers:focus,
.pagination.navigation .page-numbers:hover {
  background-color: #c50c0c;
}
.pagination.navigation .page-numbers.next,
.pagination.navigation .page-numbers.prev {
  display: none;
}
.page-numbers + .page-numbers {
  margin-left: 10px;
}
.main-content {
  position: relative;
  z-index: 1;
}
.banner {
  text-align: center;
  height: 100vh;
  background-image: url(../img/index__firstScreen_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.banner__link {
  position: absolute;
  bottom: 12.4vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url(../img/index__secondScreen_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__wrap {
  width: -webkit-calc(41.66666666666667% - 20px);
  width: -moz-calc(41.66666666666667% - 20px);
  width: calc(41.66666666666667% - 20px);
}
.about__h {
  margin-bottom: 40px;
  text-align: left;
}
.about__text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 55px;
  text-align: left;
}
.about__thumb {
  background-color: #c50c0c;
  margin-right: 20px;
  margin-top: 20px;
}
.about__thumb img {
  position: relative;
  top: -20px;
  right: -20px;
}
.sales {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../img/index__redScreen_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sales__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
.sales__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 140px;
}
.sales__btn {
  border: none;
  width: 60px;
  height: 60px;
  background-color: #000;
  position: relative;
  cursor: pointer;
}
.sales__btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.sales__btn_next:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.sales__btn_prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.sales__btn:active,
.sales__btn:focus,
.sales__btn:hover {
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sales__btn:active:before,
.sales__btn:focus:before,
.sales__btn:hover:before {
  border-color: #000;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.sales__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider__slide {
  padding: 0 10px;
}
.stock__link {
  display: block;
}
.stock__thumb {
  width: 100%;
  margin-bottom: 50px;
}
.stock__h {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}
.stock__h:active,
.stock__h:focus,
.stock__h:hover {
  color: #ddd;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.stock__text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
}
.stock__text:active,
.stock__text:focus,
.stock__text:hover {
  color: #ddd;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
.stock__more {
  color: #000;
}
.stock__more:active,
.stock__more:focus,
.stock__more:hover {
  color: #fff;
  background-image: url(../img/icons/arrow_white.png);
}
.cards {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url(../img/index__finalScreen_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cards__h {
  margin-bottom: 80px;
}
.cards__list {
  list-style: none;
}
.card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: -moz-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
  margin-bottom: 55px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 40px 190px;
}
.card:nth-child(1) {
  background-image: url(../img/index__cards_card1.jpg);
}
.card:nth-child(2) {
  background-image: url(../img/index__cards_card2.jpg);
}
.card:nth-child(3),
.card:nth-child(4) {
  background-image: url(../img/index__cards_card3.jpg);
}
.card_profitable .card__name {
  color: #c50c0c;
}
.card__name {
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card__time {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin-bottom: 50px;
}
.card__price {
  padding-bottom: 45px;
  text-align: center;
  margin: 0;
}
.card__features {
  padding: 0;
  margin: 0 0 20px;
}
.card__feature {
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  background-image: url(../img/icons/checkmark.png);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
  background-position: left center;
}
.card__feature + .card__feature {
  margin-top: 20px;
}
.card__buy {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-left: 65px;
  padding-right: 65px;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.last-posts {
  padding-bottom: 80px;
}
.last-posts__h {
  margin-bottom: 45px;
}
.posts-list {
  margin: 0;
  padding: 0;
}
.last-post__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.last-post__thumb {
  margin: 0;
  padding: 0;
  width: 25%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.last-post__img {
  display: block;
}
.last-post__wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 25px;
}
.last-post__h {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 35px;
}
.last-post__text {
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.last-post + .last-post {
  margin-top: 30px;
}
.categories__h {
  margin-bottom: 50px;
}
.categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.my-category {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(33.333333333333336% - 20px);
  width: -moz-calc(33.333333333333336% - 20px);
  width: calc(33.333333333333336% - 20px);
  margin-bottom: 20px;
}
.category__thumb {
  margin-bottom: 20px;
}
.category__name {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  display: block;
}
.category-posts__h {
  margin-bottom: 40px;
}
.pagination {
  padding-top: 60px;
}
.pagination__links {
  width: 295px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.pagination__block {
  font-size: 18px;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.pagination__block:active,
.pagination__block:focus,
.pagination__block:hover,
.pagination__block_current {
  background-color: #c50c0c;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.pagination__block + .pagination__block {
  margin-left: 10px;
}
.pagination__link {
  display: block;
  color: #fff;
  position: absolute;
  text-align: center;
  padding: 10px 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-article__header {
  margin-bottom: 40px;
}
.main-article__thumb {
  display: block;
  margin-bottom: 50px;
}
.main-article__h {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
}
.main-article h2,
.main-article h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 800;
}
.main-article h4,
.main-article h5 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.main-article ul {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.main-article li {
  list-style: disc;
}
.main-article li + li {
  margin-top: 5px;
}
.main-article p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.main-article__footer {
  padding-top: 30px;
  padding-bottom: 1px;
  color: #666;
  font-size: 16px;
}
.main-article__footer time {
  margin-right: 20px;
}
.main-article__like {
  color: #666;
}
.contacts__h {
  margin-bottom: 45px;
}
.contacts__h_form {
  margin-bottom: 30px;
}
.contacts__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
.contacts__info > * + * {
  margin-left: 45px;
}
.contacts__form,
.contacts__form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map {
  position: relative;
  z-index: 1;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.map__fallback {
  display: block;
  margin-bottom: 30px;
}
.contacts-form__label {
  width: -webkit-calc(33.33333% - 20px);
  width: -moz-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
}
.contacts-form__label_textarea {
  width: 100%;
}
.contacts-form__input,
.contacts-form__textarea {
  border: none;
  display: block;
  font: inherit;
  width: 100%;
  background-color: #1f2021;
  color: #ccc;
  margin-bottom: 30px;
  word-break: break-all;
  padding: 20px 30px;
}
.contacts-form__input::-webkit-input-placeholder,
.contacts-form__textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.contacts-form__input::-moz-placeholder,
.contacts-form__textarea::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
}
.contacts-form__input:-ms-input-placeholder,
.contacts-form__textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.contacts-form__input::-ms-input-placeholder,
.contacts-form__textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
.contacts-form__input::placeholder,
.contacts-form__textarea::placeholder {
  color: #ccc;
  font-size: 16px;
}
.contacts-form__textarea {
  resize: none;
}
.contacts-form__btn {
  margin-left: auto;
}
.contacts-form br {
  display: none;
}
.prices {
  margin-bottom: -80px;
}
.prices__h {
  margin-bottom: 45px;
}
.prices table {
  border: 1px solid #555;
  width: 100%;
  font-size: 14px;
  color: #999;
}
.prices thead {
  border: 1px solid #555;
}
.prices td {
  padding: 10px 10px 10px 16px;
  border-left: 1px solid #555;
}
.services-list__item {
  margin-bottom: 80px;
}
.service {
  padding-right: -webkit-calc(50% + 40px);
  padding-right: -moz-calc(50% + 40px);
  padding-right: calc(50% + 40px);
  position: relative;
  min-height: 464px;
}
.service:nth-child(even) {
  padding-right: 0;
  padding-left: -webkit-calc(50% + 40px);
  padding-left: -moz-calc(50% + 40px);
  padding-left: calc(50% + 40px);
}
.service:nth-child(even) .service__thumb {
  left: 0;
}
.service__name {
  margin-bottom: 35px;
}
.service__text {
  font-size: 16px;
  margin-bottom: 60px;
}
.service__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service__subscribe {
  margin-right: 20px;
}
.service__thumb {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  max-width: 500px;
  top: 0;
  right: 20px;
  bottom: 0;
  background-color: #c50c0c;
}
.service__img {
  width: 100%;
  position: relative;
  top: -20px;
  right: -20px;
}
.trainers__h {
  margin-bottom: 40px;
}
.trainers-list__item {
  margin-bottom: 15px;
  padding: 20px 30px;
  background-image: url(../img/trainers__trainer_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.trainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trainer__wrap {
  padding-left: 50px;
  padding-right: 50px;
}
.trainer__name {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 20px;
}
.trainer__text {
  line-height: 30px;
}
.schedule-page__h {
  margin-bottom: 40px;
}
.tabs-btns {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-btns__item {
  display: block;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.tabs-btns__item + .tabs-btns__item {
  margin-left: 15px;
}
.tabs-btns__item.active-tab,
.tabs-btns__item:active,
.tabs-btns__item:focus,
.tabs-btns__item:hover {
  background-color: #c50c0c;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.tabs-btns__btn {
  color: #fff;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item.active-tab {
  display: block !important;
}
.tabs-content__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.schedule {
  width: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.schedule__item {
  width: 25%;
  border: 1px solid #555;
  padding: 40px 10px;
  margin-bottom: -1px;
  margin-right: -1px;
}
.schedule__time {
  width: 125px;
  padding: 5px 10px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background-color: #000;
  margin: 0 auto 15px;
}
.schedule__h {
  font-weight: 800;
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
}
.schedule__trainer {
  margin-bottom: 15px;
}
.schedule__place {
  color: #6a44aa;
}
@media screen and (max-width: 1040px) {
  .main-header {
    padding-top: 30px;
  }
  .main-header__widget {
    display: none;
  }
  .main-header__mobile {
    display: block;
  }
  .main-navigation {
    display: none;
  }
  .footer .main-header {
    height: auto;
  }
  .footer .main-navigation {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .services-list__item {
    margin-bottom: 50px;
  }
  .services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .service:nth-child(even) {
    padding: 0;
  }
  .service {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(83.33333333333334% - 20px);
    width: -moz-calc(83.33333333333334% - 20px);
    width: calc(83.33333333333334% - 20px);
    padding: 0;
    min-height: unset;
  }
  .service__thumb {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .last-post__thumb {
    width: 40%;
  }
}
@media screen and (max-width: 939px) {
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about__wrap {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 50px;
    text-align: center;
  }
  .about__thumb img {
    top: 0;
    right: 0;
  }
  .about__thumb {
    margin: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
  }
}
@media screen and (max-width: 852px) {
  .sales {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cards {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .main-footer__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-footer__widget_copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100% !important;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card,
  .category,
  .main-footer__widget {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 726px) {
  .banner {
    background-image: url(../img/index__firstScreen_bg-notext.jpg);
  }
}
@media screen and (max-width: 700px) {
  .last-post__link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .last-post__thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .last-post__wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 676px) {
  .sales__btns {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .price {
    font-size: 30px;
  }
  .inner .main-content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .main-article__h {
    font-size: 30px;
  }
  .services-list__item {
    padding: 0;
    margin: 0 0 50px;
  }
  .services-list {
    display: block;
    padding: 0;
    margin: 0 0 30px;
  }
  .service {
    width: 100%;
  }
  .service__thumb {
    display: block;
    position: static;
    width: 100%;
    background-color: transparent;
    text-align: center;
    margin-top: 20px;
    max-width: unset;
  }
  .service__img {
    position: static;
  }
  .service__price {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .main-heading,
  .page-heading {
    font-size: 30px;
  }
  .page-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
  .main-footer {
    padding-top: 10px;
    text-align: center;
  }
  .main-footer__widget {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .main-footer__widget_social {
    text-align: center;
  }
  .cards__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card {
    width: -webkit-calc(90% - 20px);
    width: -moz-calc(83.33333333333334% - 20px);
    width: calc(95% - 20px);
  }
  
  .footer .main-navigation__list {
    justify-content: space-around;  
  }
  
  .footer .main-header__logolink {
    display: flex;
    flex-direction: column;
    align-items: center;  
  }
  
  .post-img {
    width: auto;
  }
  
  .gtranslate_wrapper {
    justify-content: center;  
  }
  
  .categories-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .footer {
    padding-top: 20px;
  }
  .footer .main-header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .last-post__img {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */
