@font-face {
  font-family: Play;
  font-display: swap;
  font-stretch: normal;
  src: url("../fonts/Play/Play.woff2") format("woff2"), url("../fonts/fonts/Play/Play.woff") format("woff");
}
@font-face {
  font-family: Tinos;
  font-display: swap;
  font-stretch: normal;
  src: url("../fonts/Tinos/Tinos.woff2") format("woff2"), url("../fonts/Tinos/Tinos.woff") format("woff");
}
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
}
h2 {
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 30px;
  display: inline-block;
}
sup {
  vertical-align: super;
  font-size: 0.6em;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #d11514;
}
a:hover {
  text-decoration: underline;
}
aside,
main,
section,
header,
footer {
  display: block;
}
.h1 {
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 52px;
  margin-bottom: 40px;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.h2 {
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 46px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .h2 {
    font-size: 28px;
  }
}
.h2_top {
  padding-top: 15px;
}
.h3 {
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .h3 {
    font-size: 20px;
  }
}
.h3_top {
  padding-top: 15px;
}
.wrapper {
  font-family: 'Play', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    font-size: 14px;
    line-height: 18px;
  }
}
.link {
  color: #333;
  display: inline-block;
  border-bottom: 1px solid #333;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  border-bottom: 1px solid transparent;
}
.body-mobile-menu {
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
}
.open-mobile-menu {
  transform: translateX(320px);
  width: 100%;
  border-left: 1px solid #dfdfe0;
  transition: 0.5s;
  overflow: visible;
  position: fixed;
}
.open-mobile-menu:before {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  top: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.coll {
  width: 50%;
}
.coll_head {
  font-weight: bold;
}
.wrap-content-center {
  text-align: center;
  width: 100%;
}
.mt20 {
  margin-top: 20px;
}
.section {
  margin-bottom: 40px;
}
.section__title {
  text-align: center;
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 24px;
  }
}
.post p {
  margin-bottom: 10px;
}
.post ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
.post ul li {
  list-style: disc;
  padding-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 500px) {
  .mobile-show {
    display: block;
  }
}
.red-btn,
.white-btn,
.blue-btn {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  min-width: 180px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .red-btn,
  .white-btn,
  .blue-btn {
    font-size: 16px;
    min-width: 150px;
  }
}
.red-btn:hover,
.white-btn:hover,
.blue-btn:hover {
  text-decoration: none;
  box-shadow: 0px 2px 8px #3e3e3e;
}
.red-btn {
  background-color: #d11514;
  color: #fff;
}
.blue-btn {
  background-color: #00c;
  color: #fff;
}
.white-btn {
  background-color: #fff;
  color: #d11514;
}
.read-more-btn {
  color: #d11514;
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
.read-more-btn:before {
  content: '';
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../i/icons/read-more.svg");
  transition: 0.3s;
}
.read-more-btn:hover {
  text-decoration: none;
}
.read-more-btn:hover:before {
  right: 0;
}
.form-data {
  margin-bottom: 2px;
  position: relative;
  padding-bottom: 20px;
}
.form-data_capcha {
  padding-left: 120px;
}
.form-data__wrap {
  box-sizing: border-box;
  border: 1px solid #ececec;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  padding-right: 10px;
}
.form-data__placeholder {
  position: absolute;
  top: calc(50% - 6px);
  line-height: 12px;
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #9f9f9f;
  left: 18px;
  transition: all 0.1s linear;
  user-select: none;
}
.form-data__input {
  border: none;
  outline: none;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  padding: 24px 10px 5px 18px;
}
.form-data__input:focus ~ .form-data__placeholder,
.form-data__input.noempty ~ .form-data__placeholder {
  top: 9px;
}
.form-data__textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-size: 15px;
  padding: 24px 10px 5px 18px;
}
.form-data__textarea:focus ~ .form-data__placeholder,
.form-data__textarea.noempty ~ .form-data__placeholder {
  top: 9px;
}
.form-data__select {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-size: 15px;
  padding: 24px 10px 5px 15px;
}
.form-data__select:focus ~ .form-data__placeholder,
.form-data__select.noempty ~ .form-data__placeholder {
  top: 9px;
}
.form-data__error {
  display: none;
  font-size: 12px;
  color: #d11514;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form-data.data-error .form-data__wrap {
  border-color: #d11514;
}
.form-data.data-error .form-data__error {
  display: block;
}
.form-data.data-error .form-data__clear {
  display: block;
}
.form-data.data-error .form-data__clear i {
  color: #d11514;
}
.form-data.data-error .form-data__checkbox + label:before {
  border-color: #d11514;
}
.form-data.data-ok .form-data__ok {
  display: block;
}
.form-data.data-ok .form-data__ok i {
  color: #3cd828;
}
.form-data__label-file:before {
  content: '';
  background-image: $url('../i/paris/clip.svg');
  width: 14px;
  height: 14px;
  background-size: cover;
  display: inline-block;
}
.form-data__file {
  width: 0;
  height: 0;
  overflow: hidden;
}
.form-data__link-file {
  font-size: 14px;
  color: #00c;
  text-decoration: none;
  border-bottom: 1px dashed #00c;
  cursor: pointer;
}
.form-data__link-file:hover {
  text-decoration: none;
  border-bottom: none;
}
.form-data__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.form-data__checkbox + label {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  color: #000;
  line-height: 25px;
  font-size: 16px;
}
.form-data__checkbox + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 2px solid #000;
  background: #fff;
  transition: 0.2s;
}
.form-data__checkbox:checked + label:after {
  content: '';
  background-image: $url('../i/icons/tick.svg');
  background-size: cover;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
}
.form-data__checkbox + label.form-data__checkbox-label_small {
  font-size: 13px;
  letter-spacing: -0.2px;
}
.form-data__checkbox + label.form-data__checkbox-label_small a {
  text-decoration: none;
  color: #00c;
}
.form-data__checkbox + label.form-data__checkbox-label_small:before {
  top: -8px;
}
.form-data__checkbox + label.form-data__checkbox-label_small:after {
  top: -4px;
}
.form-data__label {
  font-family: $GothamBook;
}
.form-data__dropdown {
  max-height: 234px;
  width: 100%;
  left: 0;
  top: 55px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 9999;
  overflow-y: scroll;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px;
}
.form-data__drop-item {
  font-size: 12px;
  padding: 5px 0 5px 5px;
  margin: 0 -5px;
  cursor: pointer;
  color: #000;
}
.form-data__drop-item:hover {
  background-color: #00c;
  color: #fff;
}
.form-data__close-file {
  cursor: pointer;
}
.form-data__close-file i:before {
  color: #00c;
}
.form-data__capcha {
  position: absolute;
  width: 120px;
  height: 50px;
  background-size: cover;
  left: 0;
}
.banners {
  margin-bottom: 40px;
}
.banners__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 4px #d11514 solid;
  margin-bottom: 20px;
}
.banner-stick {
  width: 570px;
  position: relative;
  overflow: hidden;
}
.banner-stick__top,
.banner-stick__bottom {
  background-size: cover;
  background-position: center center;
  width: 570px;
  height: 440px;
  position: relative;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.banner-stick__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
}
.banner-stick__red-line {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background-color: #d11514;
  z-index: 9;
}
.banner-stick__red-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d11514;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 10px 20px;
  z-index: 10;
}
.black-line {
  display: none;
  background-color: #171d22;
}
@media screen and (max-width: 900px) {
  .black-line {
    display: block;
  }
}
.black-line__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.black-line__open-menu {
  width: 30%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
  position: relative;
}
.black-line__open-menu:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-image: url("../i/icons/menu.svg");
}
.black-line__call {
  width: 70%;
  text-align: right;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
}
.black-line__call:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-image: url("../i/icons/phone.svg");
}
.blockquote {
  background-color: #def9e5;
  margin: 0 0 20px 0;
}
.blockquote__inner {
  padding: 40px;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  .blockquote__inner {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
  }
}
.breadcrumbs {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  padding-bottom: 7px;
}
.breadcrumbs__item {
  display: block;
  position: relative;
  height: 14px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding-right: 20px;
  margin: auto 0;
}
.breadcrumbs__item:before {
  content: '';
  display: block;
  width: 10px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../i/icons/next.svg");
  background-size: cover;
}
.breadcrumbs__item_home {
  background-image: url("../i/icons/home.svg");
  background-size: contain;
  width: 40px;
  height: 18px;
  background-repeat: no-repeat;
  margin: 0;
}
.breadcrumbs__item_home a {
  height: 100%;
  width: 100%;
  display: block;
}
.breadcrumbs__item_last:before {
  background-image: none;
}
.briefly {
  margin-bottom: 20px;
}
.briefly__inner {
  background: #f3f3f3;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .briefly__inner {
    padding: 20px 10px;
  }
}
.briefly__title {
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.briefly__title:after {
  content: '';
  height: 12px;
  width: 20px;
  background-image: url("/themes/pbThema/assets/i/icons/down.svg");
  background-size: contain;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: 0.3s;
}
.briefly__title.hide:after {
  transform: rotate(-180deg);
}
.briefly__content {
  overflow: hidden;
  opacity: 1;
  transition: 0.3s;
  padding-top: 20px;
}
.briefly__content.hide {
  opacity: 0;
  padding: 0;
  height: 0 !important;
}
.briefly__list {
  text-transform: uppercase;
}
.briefly__list li {
  padding-bottom: 10px !important;
  list-style: decimal !important;
}
.briefly__list .briefly__list {
  margin-top: 10px;
  margin-bottom: 0;
}
.briefly__list .briefly__list li:nth-last-child(1) {
  padding-bottom: 0 !important;
}
.btn-call-pulse {
  bottom: 35px;
  right: 20px;
  position: fixed;
  z-index: 9999999;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .btn-call-pulse {
    display: none;
  }
}
.btn-call-pulse__phone {
  box-sizing: content-box;
  border: 2px solid #f00;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  transition: all 0.5s;
  transform-origin: center;
}
.btn-call-pulse__fill {
  box-sizing: content-box;
  background-color: #f00;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: center;
}
.btn-call-pulse__img {
  background-color: #f00;
  box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  transform-origin: center;
}
.btn-call-pulse__img:hover {
  opacity: 1;
}
.btn-call-pulse__circleblock {
  box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url("../i/phone-call.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  transform-origin: center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-moz-keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-o-keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
.calculator__inner {
  border: 1px solid #d11514;
}
.calculator__head {
  text-align: center;
  font-family: 'Tinos', 'Arial', sans-serif;
  padding: 20px 40px;
  background-color: #d11514;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .calculator__head {
    font-size: 22px;
  }
}
.calculator__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.calculator__data {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .calculator__data {
    width: 100%;
  }
}
.calculator__result {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .calculator__result {
    width: 100%;
  }
}
.calculator__img {
  max-width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .calculator__img {
    display: none;
  }
}
.calculator__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calculator__price {
  font-size: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 1919px) {
  .calculator__price {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .calculator__price {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .calculator__price {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding: 30px 0 0 0;
    font-size: 14px;
  }
}
.calculator__price-num {
  color: #d11514;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .calculator__price-num {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .calculator__price-num {
    font-size: 28px;
  }
}
.calculator__footnote {
  font-size: 14px;
  color: #9f9f9f;
}
.category-description {
  width: 100%;
  border-left: 2px solid #d11514;
  border-right: 2px solid #d11514;
  margin-top: 40px;
  margin-bottom: 20px;
}
.category-description__inner {
  padding: 0 20px;
}
.contacts {
  margin-bottom: 40px;
}
.contacts__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts__half,
.contacts__full {
  border: 1px solid #ececec;
  padding: 10px 20px;
}
.contacts__half {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .contacts__half {
    width: 100%;
  }
}
.contacts__full {
  width: 100%;
}
.content,
.container {
  margin: auto;
  max-width: 1600px;
  padding: 0 20px;
}
@media screen and (max-width: 1919px) {
  .content,
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .content,
  .container {
    max-width: 1020px;
  }
}
@media screen and (max-width: 1024px) {
  .content,
  .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .content,
  .container {
    max-width: 760px;
  }
}
.drop-menu {
  background-color: #ececec;
}
.drop-menu_mobile {
  width: 320px;
}
.drop-menu__inner {
  padding: 20px 10px 10px 10px;
}
.drop-menu__line {
  border-bottom: 1px solid #171d22;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.drop-menu__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.drop-menu__title {
  background-color: #fff;
  padding: 12px 10px;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  width: calc(100% - 56px);
  margin: auto 0;
}
.drop-menu__title_full {
  width: 100%;
}
.drop-menu__subtitle {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #333;
  font-size: 18px;
}
.drop-menu__subtitle:nth-child(2n) {
  background-color: #fff;
}
.drop-menu__sublist {
  display: none;
  overflow: hidden;
}
.drop-menu__switch {
  cursor: pointer;
  background-color: #fff;
  height: 46px;
  width: 46px;
  position: relative;
  margin: auto 0;
}
.drop-menu__switch:before {
  content: '';
  position: absolute;
  background-size: cover;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 14px;
  background-image: url("../i/icons/down.svg");
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.drop-menu__switch.show:before {
  transform: rotate(180deg) translate(50%, 50%);
}
.footer {
  background-color: #171d22;
}
.footer__inner {
  padding: 30px 0;
}
@media screen and (max-width: 500px) {
  .footer__inner {
    padding: 15px 0;
  }
}
.footer__copy {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__coll {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__coll:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .footer__coll:nth-child(3) {
    order: 4;
  }
}
.footer__link,
.footer__text,
.footer__phone,
.footer__email,
.footer__point {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.footer__link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer__phone:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-image: url("../i/icons/phone2.svg");
}
.footer__email:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 12px;
  background-size: cover;
  background-image: url("../i/icons/mail2.svg");
}
.footer__point {
  color: #fff;
  max-width: 30%;
  padding: 20px 0;
}
.footer__point:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 14px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer__point {
    max-width: 100%;
  }
}
.footer__pay {
  margin-top: 15px;
}
.footer__pay-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 200px;
}
.footer__pay-card {
  width: 28%;
  display: block;
}
.footer__pay-text {
  color: #fff;
}
.footer__cookie {
  color: #fff;
  max-width: 30%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer__cookie {
    max-width: 100%;
  }
}
.grid-articles-stick {
  margin-bottom: 40px;
}
.grid-articles-stick__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-articles-stick__stick {
  width: 26%;
}
@media screen and (max-width: 900px) {
  .grid-articles-stick__stick {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .grid-articles-stick__stick {
    display: none;
  }
}
.grid-articles-stick__articles {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .grid-articles-stick__articles {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .grid-articles-stick__articles {
    width: 100%;
  }
}
.grid-articles-stick__article-item {
  display: block;
  width: 32%;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: rgba(236,236,236,0.6);
  border: 1px solid rgba(236,236,236,0.6);
}
@media screen and (max-width: 900px) {
  .grid-articles-stick__article-item {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .grid-articles-stick__article-item {
    width: 100%;
  }
}
.grid-articles-stick__article-img {
  background-size: contain;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.grid-articles-stick__article-topic {
  text-align: center;
  color: #d11514;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
}
.grid-articles-stick__article-title {
  display: block;
  color: #000;
  padding: 0 10px;
  overflow: hidden;
  height: 40px;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
}
.grid-articles-stick__article-title:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .grid-articles-stick__article-title {
    height: 38px;
  }
}
.grid-articles-stick__article-excerpt {
  display: block;
  color: #000;
  padding: 0 10px;
  overflow: hidden;
  height: 60px;
  font-size: 14px;
  margin-bottom: 10px;
}
.grid-articles-stick__article-excerpt:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .grid-articles-stick__article-excerpt {
    height: 58px;
  }
}
.grid-articles-stick__stick-item {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: sticky;
  top: 0;
  cursor: pointer;
}
.grid-articles-stick__article-btn {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
.grid-articles-stick__article-data {
  display: block;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
.grid-articles-stick__article-views {
  display: inline-block;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../i/icons/view.svg");
  background-size: 16px 20px;
}
.grid-articles-stick__article-comments {
  display: inline-block;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../i/icons/comment.svg");
  background-size: 15px 22px;
}
.grid-articles-stick__article-date {
  display: inline-block;
  padding-left: 18px;
  padding-right: 5px;
  font-size: 14px;
  float: right;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../i/icons/calendar.svg");
  background-size: 14px 22px;
}
.grid-sidebar__grid_brand .grid-articles-stick__article-img {
  background-size: 96%;
  background-color: #fff;
}
.grid-articles-stick__articles_brands .grid-articles-stick__article-img {
  background-size: contain;
  background-color: #fff;
}
.grid-sidebar {
  margin-bottom: 40px;
}
.grid-sidebar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-sidebar__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 72%;
}
@media screen and (max-width: 500px) {
  .grid-sidebar__grid {
    width: 100%;
  }
}
.grid-sidebar__sidebar {
  width: 26%;
}
@media screen and (max-width: 500px) {
  .grid-sidebar__sidebar {
    width: 100%;
  }
}
.grid-sidebar__sidebar-link {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.grid-sidebar__sidebar-img {
  max-width: 100%;
}
.grid {
  margin-bottom: 40px;
}
.grid__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid__item {
  display: block;
  color: #fff;
  height: 310px;
  margin-bottom: 10px;
  width: 24.5%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .grid__item {
    width: 32.5%;
  }
}
@media screen and (max-width: 900px) {
  .grid__item {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .grid__item {
    height: 260px;
  }
}
.grid__item:hover:before {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 1280px) {
  .grid__item:nth-child(2) {
    width: 66.3%;
  }
}
@media screen and (max-width: 900px) {
  .grid__item:nth-child(2) {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .grid__item:nth-child(2) {
    width: 100%;
  }
}
.grid__item:nth-child(3) {
  width: 49.8%;
}
@media screen and (max-width: 1280px) {
  .grid__item:nth-child(3) {
    width: 66.3%;
  }
}
@media screen and (max-width: 900px) {
  .grid__item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .grid__item:nth-child(3) {
    width: 100%;
  }
}
.grid__item:nth-child(4) {
  width: 49.8%;
}
@media screen and (max-width: 1280px) {
  .grid__item:nth-child(4) {
    width: 32.5%;
  }
}
@media screen and (max-width: 900px) {
  .grid__item:nth-child(4) {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .grid__item:nth-child(4) {
    width: 100%;
  }
}
.grid__item:nth-child(8) {
  width: 49.8%;
}
@media screen and (max-width: 1280px) {
  .grid__item:nth-child(8) {
    width: 32.5%;
  }
}
@media screen and (max-width: 900px) {
  .grid__item:nth-child(8) {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .grid__item:nth-child(8) {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .grid__item:nth-child(9) {
    width: 66.3%;
  }
}
@media screen and (max-width: 900px) {
  .grid__item:nth-child(9) {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .grid__item:nth-child(9) {
    width: 100%;
  }
}
.grid__head {
  position: absolute;
  z-index: 9;
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  left: 0;
  bottom: 0;
  padding: 40px 20px 20px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.grid__title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  display: block;
}
.header__inner {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .header__inner {
    padding: 15px 0;
  }
}
.header__logo-link {
  margin: auto;
}
.header__logo-img {
  max-height: 110px;
  max-width: 90vw;
}
.header__banner-link {
  display: flex;
  cursor: pointer;
}
.header__banner-img {
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .header__banner-img {
    max-width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .header__banner-img {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .header__banner-img {
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
}
.home-description {
  margin-bottom: 40px;
}
.home-description__inner {
  padding: 0 20px;
  width: 100%;
  border-left: 2px solid #d11514;
  border-right: 2px solid #d11514;
}
.inside {
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .inside {
    padding: 20px 0;
  }
}
.inside__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside__aside {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .inside__aside {
    display: none;
  }
}
.inside__main {
  width: calc(100% - 300px - 20px);
}
@media screen and (max-width: 900px) {
  .inside__main {
    width: 100%;
  }
}
.inside__main .content {
  margin-right: -20px;
  margin-left: -20px;
}
.interesting {
  margin-bottom: 40px;
}
.interesting__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interesting__slider {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interesting__slider {
    width: 100%;
    margin-bottom: 20px;
  }
}
.interesting__slider-slid {
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.interesting__articles-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interesting__articles-list {
    width: 100%;
  }
}
.interesting__article-item {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.interesting__article-item:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .interesting__article-item {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
.interesting__article-img {
  width: 24%;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  display: block;
}
.interesting__article-text {
  width: 76%;
  padding: 6px 10px 10px 15px;
  background-color: rgba(236,236,236,0.6);
  color: #000;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
}
.interesting__article-text:hover {
  text-decoration: none;
}
.interesting__article-title {
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1280px) {
  .interesting__article-title {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .interesting__article-title {
    margin-bottom: 1px;
    line-height: 1.2em;
  }
}
.interesting__article-excerpt {
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 900px) {
  .interesting__article-excerpt {
    display: none;
  }
}
.interesting__slider-text {
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  display: block;
  background-color: rgba(0,0,0,0.4);
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
}
.izoom {
  margin-bottom: 20px;
  width: 23%;
}
@media screen and (max-width: 1919px) {
  .izoom {
    width: 32%;
  }
}
@media screen and (max-width: 1280px) {
  .izoom {
    width: 49%;
  }
}
@media screen and (max-width: 500px) {
  .izoom {
    width: 100%;
  }
}
.izoom__inner {
  border-bottom: 2px solid #d11514;
}
.izoom__wrap-img {
  position: relative;
  border: 2px solid #ececec;
}
.izoom__wrap-img:hover {
  cursor: pointer;
}
.izoom__wrap-img:hover:before {
  display: block;
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #d11514;
  background-image: url("../i/icons/loupe.svg");
  background-size: 56%;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.izoom__img {
  width: 100%;
}
.izoom__info {
  background-color: #ececec;
  padding: 20px 10px;
}
@media screen and (max-width: 500px) {
  .izoom__info {
    padding: 10px 10px;
  }
}
.izoom__title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Tinos', 'Arial', sans-serif;
}
@media screen and (max-width: 500px) {
  .izoom__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.language__inner {
  margin-top: 20px;
  border-top: 2px solid #d11514;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.language__title {
  font-size: 16px;
  margin-right: 15px;
}
.language__item {
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}
.language__item:hover {
  text-decoration: none;
}
.language__item:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-position: center center;
  background-size: auto;
  display: inline-block;
  border: 1px solid #d11514;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.language__item_rus:before {
  background-image: url("/themes/pbThema/assets/i/icons/flags/1x1/ru.svg");
}
.language__item_esp:before {
  background-image: url("/themes/pbThema/assets/i/icons/flags/1x1/es.svg");
}
@media screen and (max-width: 500px) {
  .list-region__inner {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
.list-region__item {
  padding: 5px 10px;
  border: 1px solid #d11514;
  border-radius: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  padding-left: 30px;
  background-image: url("../i/icons/point-black.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 18px;
}
.list-region__item:hover {
  text-decoration: none;
  background-color: #d11514;
  color: #fff;
  background-image: url("../i/icons/point.svg");
}
.logo {
  width: 194px;
}
@media screen and (max-width: 1280px) {
  .logo {
    width: 146px;
  }
}
@media screen and (max-width: 900px) {
  .logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 112px;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 300px;
    margin: 0 auto 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.logo__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo__img {
  height: 80px;
}
@media screen and (max-width: 1280px) {
  .logo__img {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .logo__img {
    height: 46px;
  }
}
@media screen and (max-width: 500px) {
  .logo__img {
    height: 60px;
  }
}
.logo__info {
  width: 150px;
}
.logo__site {
  width: 100%;
  display: inline-block;
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.logo__site:before {
  content: '';
  background-image: url("../i/icons/click.svg");
  display: inline-block;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.logo__slogan {
  width: 100%;
  display: inline-block;
  color: #fff;
  background-color: #d11514;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 15px;
}
.menu-mobile {
  display: none;
  width: 320px;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  left: -320px;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile__head-line {
  position: relative;
  height: 40px;
  background-color: #171d22;
}
.menu-mobile__close {
  color: #fff;
  padding-right: 30px;
  position: absolute;
  text-transform: uppercase;
  font-size: 16px;
  right: 0;
  padding: 10px 35px 10px 10px;
}
.menu-mobile__close:before {
  content: '';
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url("../i/icons/close-white.svg");
}
.one-product {
  margin-top: 20px;
  margin-bottom: 40px;
}
.one-product__inner {
  display: flex;
  flex-wrap: wrap;
}
.one-product__img {
  width: 320px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .one-product__img {
    width: 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  .one-product__img {
    width: 100%;
    height: 70vw;
  }
}
.one-product__description {
  width: calc(100% - 320px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .one-product__description {
    width: 50%;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .one-product__description {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.one-product__text p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .one-product__btns {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .one-product__btn {
    width: 100%;
  }
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 2px solid #d11514;
  width: 100%;
  padding-top: 10px;
}
.pagination__item {
  padding: 5px 10px;
  border: 2px solid #d11514;
  margin-right: 10px;
  font-weight: bold;
  color: #d11514;
  background-color: transparent;
  transition: 0.3s;
  margin-bottom: 10px;
}
.pagination__item.active {
  background-color: #d11514;
  color: #fff;
}
.pagination__item:hover {
  background-color: #d11514;
  color: #fff;
  text-decoration: none;
}
.paralax {
  margin-bottom: 40px;
  background-position: center 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.paralax__inner {
  position: relative;
  height: 420px;
}
@media screen and (max-width: 1280px) {
  .paralax__inner {
    height: 320px;
  }
}
@media screen and (max-width: 900px) {
  .paralax__inner {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .paralax__inner {
    height: 240px;
  }
}
@media screen and (max-width: 500px) {
  .paralax__inner {
    height: 160px;
  }
}
.paralax__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 767px) {
  .paralax__text {
    font-size: 38px;
    line-height: 44px;
    width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .paralax__text {
    font-size: 28px;
    line-height: 34px;
    width: 280px;
  }
}
.partner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 3px solid #d11514;
  margin-bottom: 20px;
}
.partner__wrap-img {
  padding: 20px;
  height: 200px;
  width: 200px;
  display: flex;
  border: 1px solid #ececec;
}
@media screen and (max-width: 767px) {
  .partner__wrap-img {
    height: 140px;
    width: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .partner__wrap-img {
    margin: 0 auto 20px auto;
    height: 200px;
    width: 200px;
  }
}
.partner__img {
  display: block;
  margin: auto;
  width: 80%;
}
.partner__description {
  width: calc(100% - 200px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .partner__description {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .partner__description {
    width: 100%;
    padding-left: 0;
  }
}
.partner__text {
  margin-bottom: 20px;
  height: 148px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partner__text {
    height: 110px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .partner__text {
    height: auto;
    margin-bottom: 20px;
  }
}
.partners {
  margin-bottom: 40px;
}
.partners__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners .partner {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .partners .partner {
    width: 100%;
  }
}
.have-opened-popup {
  overflow: hidden;
  padding-right: 17px;
}
@media screen and (max-width: 1024px) {
  .have-opened-popup {
    padding-right: 0;
  }
}
.popup {
  display: none;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  z-index: 11;
}
@media screen and (max-width: 900px) {
  .popup {
    overflow-y: scroll;
  }
}
.popup.popup-active {
  display: block;
}
.popup__wrapper {
  background-color: #fff;
  width: 500px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  transition: 0.3s;
}
.popup__wrapper.show {
  transform: translate(-50%, 0);
  top: 100px;
}
@media screen and (max-width: 500px) {
  .popup__wrapper.show {
    top: 5px;
  }
}
.popup__inner {
  position: relative;
  padding: 40px 20px 30px 20px;
  min-height: 100px;
}
.popup__close {
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-image: url("../i/icons/close.svg");
}
.popup__title {
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .popup__title {
    font-size: 22px;
  }
}
.popup__wrap-two-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup__wrap-two-btn .red-btn {
  box-sizing: border-box;
  width: 46%;
}
@media screen and (max-width: 500px) {
  .popup__wrap-two-btn .red-btn {
    width: 100%;
  }
}
.popup__img-mail {
  margin-bottom: -3px;
}
.post-product {
  padding-top: 20px;
  padding-bottom: 30px;
}
.post-product__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-product__item {
  width: 23%;
  border: 1px solid #ececec;
  padding: 10px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .post-product__item {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .post-product__item {
    width: 100%;
  }
}
.post-product__img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.post-product__title {
  font-weight: bold;
  text-align: center;
}
.post-product__wrap-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.post-product__btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  padding: 8px 10px;
  font-size: 16px;
  width: auto;
}
.post-product__btn:before {
  content: 'Check the price';
}
.post__inner {
  max-width: 900px;
  margin: 0 auto;
}
.post__preview {
  text-align: center;
  margin-bottom: 20px;
}
.post__preview img {
  max-width: 100%;
}
.post__title {
  text-align: center;
}
.post h1 {
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 44px;
  margin-bottom: 40px;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .post h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .post h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .post h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .post h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.post h2 {
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .post h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .post h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.post h2_top {
  padding-top: 15px;
}
.post h3 {
  display: block;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 22px;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .post h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .post h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .post h3 {
    font-size: 20px;
  }
}
.post .red {
  color: #d11514;
}
.post img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 2px #d11514;
}
.preview__info,
.preview__wrap-img {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .preview__info,
  .preview__wrap-img {
    width: 100%;
  }
}
.preview__img {
  width: 100%;
}
.preview__title {
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.preview__list-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 20px;
}
.preview__item-topic {
  background-color: #d11514;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.preview__item-topic:hover {
  text-decoration: none;
}
.preview__excerpt {
  text-align: left;
}
.preview__btns {
  margin-top: 20px;
  text-align: left;
}
.product {
  margin-bottom: 40px;
}
.product__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product__item {
  display: block;
  position: relative;
  width: 24%;
  height: 200px;
  margin-bottom: 20px;
  background-color: #ececec;
  background-size: auto 100%;
  background-position: bottom right;
  transition: 0.3s;
}
@media screen and (max-width: 1919px) {
  .product__item {
    height: 180px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .product__item {
    width: 32%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .product__item {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product__item {
    background-size: cover;
    width: 100%;
    height: 160px;
  }
}
.product__item:hover {
  background-size: auto 110%;
}
@media screen and (max-width: 767px) {
  .product__item:hover {
    background-size: cover;
  }
}
.product__title {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  display: block;
  max-width: 70%;
  background-color: rgba(0,0,0,0.5);
  padding: 0 5px;
}
@media screen and (max-width: 1919px) {
  .product__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .product__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.product__price {
  position: absolute;
  bottom: 30px;
  right: 20px;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  display: block;
  text-align: right;
  width: 70%;
  text-shadow: 1px 1px 2px #fff;
}
@media screen and (max-width: 1919px) {
  .product__price {
    font-size: 18px;
  }
}
.product__emit {
  color: #d11514;
  font-family: 'Tinos', 'Arial', sans-serif;
  font-size: 38px;
}
@media screen and (max-width: 1919px) {
  .product__emit {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .product__emit {
    font-size: 28px;
  }
}
.read-more__inner {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.review {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .review {
    padding: 0;
  }
}
.review__name {
  font-size: 20px;
  font-weight: bold;
  color: #d11514;
  margin-bottom: 5px;
}
.review__rating {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  width: 90px;
  height: 18px;
  background-image: url("../i/icons/star2.svg");
}
.review__rating:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  background-image: url("../i/icons/star.svg");
  background-color: #fff;
}
.review__rating_5:before {
  width: 90px;
}
.review__rating_4:before {
  width: 80px;
}
.review__rating_3:before {
  width: 63px;
}
.review__rating_2:before {
  width: 38px;
}
.review__text {
  margin-bottom: 10px;
}
.review__author {
  color: #d11514;
}
.reviews {
  margin-bottom: 40px;
}
.reviews__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews .review {
  width: 24%;
  border: 1px solid #d11514;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (max-width: 1919px) {
  .reviews .review {
    width: 32.5%;
  }
}
@media screen and (max-width: 1280px) {
  .reviews .review {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .reviews .review {
    width: 100%;
  }
}
.scroll-menu {
  background-color: #ececec;
  border-bottom: 2px solid #d11514;
  margin-bottom: 40px;
}
.scroll-menu__inner {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .scroll-menu__inner {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.scroll-menu__item {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  padding-left: 22px;
  background-image: url("../i/favicons/favicon-32x32.png");
  background-position: left top;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.scroll-menu__item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .scroll-menu__item {
    margin-right: 15px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 80px;
  height: 80px;
  background-size: cover;
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
}
@media screen and (max-width: 1919px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.slick-prev {
  background-image: url("/f/i/icons/slick-prev.svg");
  left: -150px;
}
@media screen and (max-width: 1919px) {
  .slick-prev {
    left: -100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-prev {
    left: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: 0;
  }
}
.slick-prev_dreams {
  left: 150px;
  z-index: 9;
}
@media screen and (max-width: 1919px) {
  .slick-prev_dreams {
    left: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-prev_dreams {
    left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev_dreams {
    left: 60px;
  }
}
@media screen and (max-width: 500px) {
  .slick-prev_dreams {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 120px;
  }
}
.slick-next {
  background-image: url("/f/i/icons/slick-next.svg");
  right: -150px;
}
@media screen and (max-width: 1919px) {
  .slick-next {
    right: -100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-next {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: 0;
  }
}
.slick-next_dreams {
  right: 150px;
  z-index: 9;
}
@media screen and (max-width: 1919px) {
  .slick-next_dreams {
    right: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .slick-next_dreams {
    right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next_dreams {
    right: 60px;
  }
}
@media screen and (max-width: 500px) {
  .slick-next_dreams {
    top: auto;
    bottom: 5%;
  }
}
.slider-portfolio {
  margin-bottom: 40px;
}
.slider-portfolio__slider {
  margin-bottom: 40px;
  margin: 0 -5px;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .slider-portfolio__slider {
    margin-bottom: 20px;
  }
}
.slider-portfolio__slider .izoom {
  margin: 0 5px;
}
.slider-portfolio__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.slider-portfolio__arrow {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  border: 2px solid #d11514;
  background-image: url("../i/icons/next-basecolor.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-portfolio__arrow-prev {
  right: 80px;
  transform: rotate(180deg);
}
.slider-portfolio__arrow-next {
  right: 3px;
}
.slider-product {
  margin-bottom: 40px;
  margin-top: 40px;
}
.slider-product__inner {
  margin: 0 -10px;
}
.slider-product__item {
  border: 1px solid #ececec;
  padding: 10px;
  position: relative;
  padding-bottom: 60px;
  margin: 0 10px;
}
@media screen and (max-width: 900px) {
  .slider-product__item {
    margin-bottom: 20px;
  }
}
.slider-product__img {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.slider-product__title {
  font-weight: bold;
  text-align: center;
  height: 60px;
  overflow: hidden;
}
.slider-product__wrap-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.slider-product__btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  padding: 8px 10px;
  font-size: 16px;
  width: auto;
}
.slider-product__arrow {
  position: absolute;
  top: -60px;
  height: 40px;
  width: 40px;
  border: 2px solid #d11514;
  background-image: url("../i/icons/next-basecolor.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
}
.slider-product__arrow-prev {
  right: 80px;
  transform: rotate(180deg);
}
.slider-product__arrow-next {
  right: 3px;
}
.slider-quality {
  margin-bottom: 40px;
}
.slider-quality__slider {
  margin-bottom: 40px;
  margin: 0 -10px;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .slider-quality__slider {
    margin-bottom: 20px;
  }
}
.slider-quality__slider .izoom {
  margin: 0 10px;
}
.slider-quality__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.slider-quality__arrow {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  border: 2px solid #d11514;
  background-image: url("../i/icons/next-basecolor.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-quality__arrow-prev {
  right: 80px;
  transform: rotate(180deg);
}
.slider-quality__arrow-next {
  right: 3px;
}
.slider-reviews {
  margin-bottom: 40px;
}
.slider-reviews__slider {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .slider-reviews__slider {
    margin-bottom: 20px;
  }
}
.slider-reviews__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.subscription {
  background-color: #d11514;
  position: relative;
  padding-bottom: 30px;
}
.subscription:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 30px;
  background-color: #fff;
}
.subscription__inner {
  padding: 40px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  background-image: url("../i/icons/mail3.svg");
  background-size: auto 106px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.subscription__title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .subscription__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .subscription__title {
    font-size: 22px;
  }
}
.subscription__text {
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  .subscription__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .subscription__text {
    font-size: 18px;
  }
}
.subscription__button {
  text-align: center;
  width: 40%;
  display: flex;
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .subscription__button {
    width: 100%;
  }
}
.subscription__content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .subscription__content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.subscription .white-btn {
  margin: auto;
}
.table-info {
  width: 100%;
}
.table-info tr {
  border-bottom: 1px solid #d11514;
}
.table-info th {
  background-color: #f3f3f3;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #d11514;
}
.table-info td {
  padding: 5px 10px;
  border-bottom: 1px solid #d11514;
}
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .table {
    overflow-x: scroll;
  }
}
.table__inner {
  min-width: 100%;
}
.table__th {
  text-align: center;
  font-family: 'Tinos', 'Arial', sans-serif;
  padding: 20px 65px;
  background-color: #d11514;
  color: #fff;
  font-size: 28px;
  border: 1px solid #d11514;
  position: relative;
}
@media screen and (max-width: 500px) {
  .table__th {
    text-align: left;
    font-size: 20px;
    padding: 15px 65px 15px 10px;
  }
}
.table__td {
  text-align: center;
  padding: 10px;
  border: 1px solid #d11514;
  transition: 0.9s;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .table__td {
    padding: 4px;
  }
}
.table__tr:nth-child(odd) {
  background-color: #ececec;
}
.table__trigger {
  background-image: url("../i/icons/down-arrow.svg");
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  transition: 0.3s;
}
.table__trigger.hide {
  transform: translateY(-50%) rotate(180deg);
}
.hide.table .table__td {
  display: none;
  opacity: 0;
}
.text {
  margin-bottom: 40px;
}
.text__inner {
  border-right: 3px solid #d11514;
  border-left: 3px solid #d11514;
  padding: 0 40px;
}
@media screen and (max-width: 1280px) {
  .text__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .text__inner {
    margin: 0 -20px;
  }
}
.text__p {
  padding-bottom: 10px;
}
.text__img {
  max-width: 100%;
}
.text__img-about {
  width: 48%;
  margin: 10px 0 20px 0;
}
.text__h2 {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .text__h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .text__h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .text__h2 {
    font-weight: bold;
    font-size: 20px;
  }
}
.text__ul {
  margin-left: 20px;
}
.text__ul li {
  list-style: disc;
}
.vacancies {
  margin-bottom: 40px;
}
.vacancies__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vacancies .vacancy {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vacancies .vacancy {
    width: 100%;
  }
}
.vacancy__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 3px solid #d11514;
  margin-bottom: 20px;
}
.vacancy__wrap-img {
  padding: 20px;
  height: 200px;
  width: 200px;
  display: flex;
  border: 1px solid #ececec;
}
@media screen and (max-width: 767px) {
  .vacancy__wrap-img {
    height: 140px;
    width: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .vacancy__wrap-img {
    margin: 0 auto 20px auto;
    height: 200px;
    width: 200px;
  }
}
.vacancy__img {
  display: block;
  margin: auto;
  width: 80%;
}
.vacancy__description {
  width: calc(100% - 200px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .vacancy__description {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .vacancy__description {
    width: 100%;
    padding-left: 0;
  }
}
.vacancy__text {
  margin-bottom: 20px;
  height: 148px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .vacancy__text {
    height: 110px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .vacancy__text {
    height: auto;
    margin-bottom: 20px;
  }
}
