@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "PT Root UI", sans-serif;
  background: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important;
}
a:hover {
  color: #f1b306;
}

.container {
  padding: 0 15px;
  max-width: 1302px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.d-flex {
  display: flex;
}

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

h1 {
  color: #ffffff;
  font-family: "Base02Cyrillic2";
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}

h2 {
  margin: 0;
  font-family: "Formular";
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

.svg {
  transition: 0.5s ease;
}

a {
  transition: color 0.5s ease;
  box-sizing: border-box;
}

li a {
  transition: color 0.5s ease;
}

button {
  cursor: pointer;
  box-sizing: border-box;
}

textarea {
  transition: border 0.5s;
  box-sizing: border-box;
}
textarea:focus {
  transition: border 0.5s;
  outline: none;
  border: 1px solid #f1b306 !important;
}

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff;
}
input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
input:focus {
  border: 1px solid #f1b306 !important;
  transition: 0.5s;
}
input:focus-visible {
  outline: initial;
}

path {
  transition: fill 0.5s, stroke 0.5s;
}

div {
  box-sizing: border-box;
}

.icon {
  transition: fill 0.5s, stroke 0.5s;
}

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #f1b306;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #f1b306;
  border-radius: 6px;
}

.nav-main {
  scrollbar-width: thin;
  scrollbar-color: blue white;
}

.nav-main::-webkit-scrollbar,
.nav-main::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.nav-main::-webkit-scrollbar-track,
.nav-main::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

.nav-main::-webkit-scrollbar-thumb,
.nav-main::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
}

.tabs__nav {
  scrollbar-width: thin;
  scrollbar-color: blue transparent;
}

.tabs__nav::-webkit-scrollbar,
.tabs__nav::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.tabs__nav::-webkit-scrollbar-track,
.tabs__nav::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px;
}

.tabs__nav::-webkit-scrollbar-thumb,
.tabs__nav::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}

.btn {
  font-family: "Formular";
  background: #f1b306;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 48px;
  border-radius: 5px;
  transition: 0.5s;
  font-size: 14px;
  color: #000000;
  border: 2px solid transparent;
}
.btn:hover {
  background: transparent;
  border: 2px solid #f1b306;
}
.btn_2 {
  border: 2px solid #f1b306;
  background: transparent;
  color: #20252d;
  font-size: 16px;
  width: 317px;
  height: 58px;
}
.btn_2:hover {
  background: #f1b306;
  color: white;
}

@font-face {
  font-family: "Base02Cyrillic2";
  src: url("../fonts/Base02Cyrillic2-Regular.eot");
  src: url("../fonts/Base02Cyrillic2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Base02Cyrillic2-Regular.woff2") format("woff2"), url("../fonts/Base02Cyrillic2-Regular.woff") format("woff"), url("../fonts/Base02Cyrillic2-Regular.ttf") format("truetype"), url("../fonts/Base02Cyrillic2-Regular.svg#Base02Cyrillic2-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular.eot");
  src: url("../fonts/Formular.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular.woff2") format("woff2"), url("../fonts/Formular.woff") format("woff"), url("../fonts/Formular.ttf") format("truetype"), url("../fonts/Formular.svg#Formular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Bold.eot");
  src: url("../fonts/PTRootUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRootUI-Bold.woff2") format("woff2"), url("../fonts/PTRootUI-Bold.woff") format("woff"), url("../fonts/PTRootUI-Bold.ttf") format("truetype"), url("../fonts/PTRootUI-Bold.svg#PTRootUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Bold.eot");
  src: url("../fonts/Formular-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Bold.woff2") format("woff2"), url("../fonts/Formular-Bold.woff") format("woff"), url("../fonts/Formular-Bold.ttf") format("truetype"), url("../fonts/Formular-Bold.svg#Formular-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Black.eot");
  src: url("../fonts/Formular-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Black.woff2") format("woff2"), url("../fonts/Formular-Black.woff") format("woff"), url("../fonts/Formular-Black.ttf") format("truetype"), url("../fonts/Formular-Black.svg#Formular-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Medium.eot");
  src: url("../fonts/PTRootUI-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRootUI-Medium.woff2") format("woff2"), url("../fonts/PTRootUI-Medium.woff") format("woff"), url("../fonts/PTRootUI-Medium.ttf") format("truetype"), url("../fonts/PTRootUI-Medium.svg#PTRootUI-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: 'PT Root UI';
    src: url('../fonts/PTRootUI-Regular.eot');
    src: url('../fonts/PTRootUI-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTRootUI-Regular.woff2') format('woff2'),
        url('../fonts/PTRootUI-Regular.woff') format('woff'),
        url('../fonts/PTRootUI-Regular.ttf') format('truetype'),
        url('../fonts/PTRootUI-Regular.svg#PTRootUI-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Regular.eot");
  src: url("../fonts/PTRootUI-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRootUI-Regular.woff2") format("woff2"), url("../fonts/PTRootUI-Regular.woff") format("woff"), url("../fonts/PTRootUI-Regular.ttf") format("truetype"), url("../fonts/PTRootUI-Regular.svg#PTRootUI-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-BlackItalic.eot");
  src: url("../fonts/Formular-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-BlackItalic.woff2") format("woff2"), url("../fonts/Formular-BlackItalic.woff") format("woff"), url("../fonts/Formular-BlackItalic.ttf") format("truetype"), url("../fonts/Formular-BlackItalic.svg#Formular-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular-Medium.eot");
  src: url("../fonts/Formular-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Formular-Medium.woff2") format("woff2"), url("../fonts/Formular-Medium.woff") format("woff"), url("../fonts/Formular-Medium.ttf") format("truetype"), url("../fonts/Formular-Medium.svg#Formular-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.close-popup {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  fill: white;
  z-index: 20;
}
.close-popup:hover {
  transform: rotate(90deg);
  fill: #f1b306;
}

input::-webkit-input-placeholder {
  color: #626262 !important;
}

input::-moz-placeholder {
  color: #626262 !important;
}

input:-ms-input-placeholder {
  color: #626262 !important;
}

input:-moz-placeholder {
  color: #626262 !important;
}

.menu-btn, .menu {
  display: none;
}

.popup__bg, .popup__bg2, .popup__bg3, .popup__bg4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup__bg.active, .popup__bg2.active, .popup__bg3.active, .popup__bg4.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
  z-index: 22;
}

.popup, .popup2, .popup3, .popup4 {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1270px;
  height: max-content;
  transition: 0.5s all;
  text-align: center;
  background: white;
  padding: 59px 44px 47px;
}

.popup.active, .popup2.active, .popup3.active, .popup4.active {
  transform: translate(-50%, -46%) scale(1);
  transition: 0.5s all;
}

.close-popup, .close-popup2, .close-popup3, .close-popup4 {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  transform: rotate(90deg);
}
.close-popup:hover, .close-popup2:hover, .close-popup3:hover, .close-popup4:hover {
  transform: rotate(0deg);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer;
}
.custom-checkbox + label:hover:before {
  border: 1px solid #f1b306;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px;
}

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px;
}

.checkbox p {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}

.nav {
  background-color: #000000;
}
.nav__top {
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-betweens;
}
.nav__info {
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  width: 208px;
  height: 49px;
  display: block;
  position: relative;
  margin-right: 35px;
}
.nav__logo p {
  position: absolute;
  font-family: "Formular";
  left: 29px;
  top: 15px;
  font-size: 17px;
  font-weight: 900;
  font-style: italic;
  color: white;
}
.nav__logo p span {
  color: #f1b306;
}
.nav__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav__form {
  width: 253px;
  height: 48px;
  position: relative;
  margin-right: 13px;
}
.nav__form input {
  width: 100%;
  height: 100%;
  background: #191919;
  padding-left: 18px;
  font-size: 15px;
  color: white;
  border: 1px solid transparent;
}
.nav__form button {
  border: none;
  background: transparent;
  position: absolute;
  right: 12px;
  top: 15px;
}
.nav__btn {
  width: 165px;
  height: 48px;
  border-radius: 5px;
  margin-right: 27px;
}
.nav__block {
  align-items: center;
  justify-content: center;
  background: #191919;
  display: flex;
  width: 185px;
  height: 48px;
  border-radius: 5px;
  margin-right: 14px;
}
.nav__block img {
  margin-right: 10px;
}
.nav__block p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Formular";
}
.nav__tel {
  color: #ffffff;
  font-weight: 700;
  font-family: "Formular";
  font-size: 17px;
  margin-bottom: 6px;
  display: block;
}
.nav__link {
  font-size: 13px;
  font-weight: 400;
  font-family: "Formular";
  color: #f1b306;
  display: block;
}
.nav__link:hover {
  opacity: 0.7;
}
.nav__item {
  text-align: center;
  position: relative;
  margin-left: 17px;
}
.nav__item:hover p {
  color: #f1b306;
}
.nav__item p {
  color: #ffffff;
  font-size: 13px;
  transition: 0.5s;
}
.nav__item span {
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  color: #20252d;
  box-sizing: border-box;
  font-size: 13px;
  position: absolute;
  right: 1px;
  top: -8px;
  background: #f1b306;
  padding-top: 1px;
  padding-right: 0px;
}
.nav__item:nth-child(3) span {
  padding-right: 0;
  padding-left: 1px;
}
.nav__item:nth-child(1) {
  margin-left: 0;
}
.nav__item:nth-child(2) span {
  right: 10px;
  top: -8px;
}
.nav__content {
  margin-right: 36px;
}
.nav__bottom {
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 28px;
}
.nav__list {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 881px;
  display: flex;
}
.nav__list li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  font-family: "Formular";
}
.nav__list li:hover a {
  color: #f1b306;
}
.nav__customers {
  align-items: center;
}
.nav__customers p {
  color: #ffffff;
  font-family: "Formular";
  font-size: 17px;
  margin-right: 21px;
  transition: 0.5s;
}
.nav__customers:hover .svg path {
  fill: #f1b306;
}
.nav__customers:hover p {
  color: #f1b306;
}
.nav-main {
  background: #f1b306;
  padding: 19px 0 17px;
}
.nav-main__list {
  justify-content: space-between;
}
.nav-main__list li a {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.nav-main__list li:hover a {
  color: white;
}

.header .swiper-pagination2 {
  bottom: 22px;
}
.header .swiper-button-next {
  right: 16%;
}
.header .swiper-button-prev {
  left: 16%;
  transform: rotate(180deg);
}
.header__wrap {
  background-color: #000000;
  position:relative;
}
.header-arr {
  width: 80px;
  height: 80px;
  top: 50%;
  transition: 0.3s;
  opacity: 0.6;
}
.header-arr img {
  width: 100%;
  height: 100%;
}
.header-arr:hover {
  opacity: 1;
}
.header .swiper1 {
  width: 100%;
  position: relative;
}
.header .swiper1 .swiper-slide:nth-child(1) {
  width: 100%;
  height: 100%;
  /*padding: 132px 0 166px;*/
}
.header .swiper1 .swiper-slide:nth-child(3) {
  /*padding: 170px 0 159px;*/
}
.header .swiper1 .swiper-slide:nth-child(3) .header__content {
  text-align: center;
  width: 100%;
}
.header .swiper1 .swiper-slide:nth-child(3) .header__content h1 {
  margin-bottom: 40px;
}
.header .swiper1 .swiper-slide:nth-child(3) .header__content .header__btn {
  margin: 0 auto;
}
.header .swiper1 .swiper-slide:nth-child(2) {
  position: relative;
}
.header .swiper1 .swiper-slide:nth-child(2) .header__content {
  width: 100%;
  max-width: 418px;
  flex: 1 0 auto;
  position: relative;
  left: 51px;
  top: -5px;
}
.header .swiper1 .swiper-slide:nth-child(2) .header__pic {
  position: relative;
  right: 119px;
  top: 0px;
}
.header .swiper1 .header__flex {
  display: flex;
  align-items: center;
  /*max-width: 1302px;*/
  margin: 0 auto;
}
.header .swiper1 .header__bg {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__text {
  margin: 23px 0 47px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.header__btn {
  width: 165px;
  height: 54px;
  font-size: 16px;
}
.header__btn .svg {
  margin-left: 22px;
  left: 0;
  position: relative;
}
.header__btn:hover {
  background: #f1b306;
  color: #101010;
}
.header__btn:hover .svg {
  left: 7px;
}

.swiper-pagination2, .swiper-pagination3, .swiper-pagination4, .swiper-pagination55 {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2;
}

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  background-color: #f1b306 !important;
  opacity: 1;
}

.item {
  padding: 78px 0;
}
.item__box {
  position: relative;
}
.item__box .swiper-pagination3 {
  bottom: -52px !important;
}
.item__box .swiper-pagination3 .swiper-pagination-bullet {
  background-color: #d0d0d0;
  opacity: 1;
}
.item .swiper2 {
  overflow: hidden;
  position: relative;
}
.item .swiper2 .swiper-slide {
  height: 274px;
  border-radius: 10px;
  position: relative;
}
.item .swiper2 .swiper-slide_1 {
  background: url(../img/i1.png) no-repeat center center/cover;
  padding: 56px 39px;
}
.item .swiper2 .swiper-slide_1 .item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item .swiper2 .swiper-slide_1 .item__title {
  color: #b33e41;
  font-size: 72px;
  line-height: 30px;
  font-family: "Formular";
  font-weight: 900;
  margin-bottom: 25px;
  display: block;
}
.item .swiper2 .swiper-slide_1 .item__text {
  color: #020202;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Formular";
  margin-left: 7px;
}
.item .swiper2 .swiper-slide_1 .item__btn {
  width: 81px;
  height: 29px;
  border-radius: 5px;
  margin-top: 57px;
  font-size: 12px;
  margin-left: 7px;
}
.item .swiper2 .swiper-slide_2 {
  background: url(../img/i2.png) no-repeat center center/cover;
  padding: 9px 61px;
}
.item .swiper2 .swiper-slide_2 .item__title {
  font-family: "Formular";
  font-weight: 900;
  color: #f1b306;
  font-size: 91px;
  line-height: 107.16px;
  margin-bottom: -4px;
  display: block;
}
.item .swiper2 .swiper-slide_2 .item__fig {
  position: absolute;
  left: 7px;
  top: 30px;
}
.item .swiper2 .swiper-slide_2 .item__text {
  position: relative;
  color: #ffffff;
  font-size: 23px;
  line-height: 27px;
  font-family: "Formular";
  font-weight: 900;
}
.item .swiper2 .swiper-slide_2 .item__year {
  opacity: 0.34;
  color: #2c3654;
  font-size: 70px;
  font-family: "Formular";
  font-weight: 900;
  line-height: 100%;
  margin-top: 10px;
}
.item .swiper2 .swiper-slide_3 {
  background: url(../img/i3.png) no-repeat center center/cover;
  padding: 59px 140px;
  text-align: center;
}
.item .swiper2 .swiper-slide_3 .item__title {
  margin-bottom: 15px;
  background-image: linear-gradient(55deg, #ffa610 0%, #b5154a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 130px;
  line-height: 105.03px;
  font-family: "Formular";
  font-weight: 900;
  margin-bottom: 15px;
}
.item .swiper2 .swiper-slide_3 .item__text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Formular";
}

.text {
  padding: 72px 0 93px;
}
.text__title {
  color: #20252d;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 35px;
  font-family: "Formular";
  font-weight: 900;
}
.text__content {
  width: 100%;
  max-width: 1084px;
}
.text__el {
  margin-bottom: 20px;
  color: #20252d;
  font-size: 16px;
  line-height: 23px;
}
.text__el:last-child {
  margin-bottom: 0;
}
.text__el_link{
  font-weight: bold;
  color:#20252d;
}

.tabs__pane {
  display: none;
}

.tabs__pane_show {
  display: block;
}

.tabs__btn_active {
  color: #20252d !important;
  position: relative;
}
.tabs__btn_active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -23px;
  left: 50%;
  width: 134px;
  height: 2px;
  background: #f1b306;
  margin-left: -67px;
}

.tabs__nav {
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 22px;
  justify-content: center;
  margin-top: 84px;
}
.tabs__nav a {
  margin-right: 60px;
  font-size: 16px;
  color: #828487;
}
.tabs__nav a:last-child {
  margin-right: 0;
}
.tabs__nav a:hover {
  color: #f1b306;
}

.pop {
  padding: 53px 0;
}
.pop__btn {
  box-shadow: 0 18px 35px rgba(241, 179, 6, 0.88);
  width: 213px;
  height: 54px;
  margin: 43px auto 0;
}
.pop__btn:hover {
  box-shadow: inherit;
}
.pop h2 {
  text-align: center;
  margin-bottom: 17px;
}
.pop__sub {
  color: #5d5d5d;
  font-size: 16px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.pop__box {
  margin-top: 62px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pop__item {
  width: 23.4%;
  height: 100%;
  margin-right: 27px;
  margin-bottom: 28px;
  /*height: 393px;*/

  text-align: center;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  transition: 0.5s;
}
.pop__item:nth-child(4n) {
  margin-right: 0;
}
.pop__item:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
}
.pop__item:hover .pop__links {
  opacity: 1;
}
.cat__items .pop__item{
  width:100%
}
.pop__block {
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
.pop__name {
  line-height: 23px;
  color: #20252d;
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
}
.pop__info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 115px;
  width: 100%;
  height: 19px;
  border-radius: 10px;
  background-color: #f3f3f3;
  font-size: 12px;
  color: #656565;
  margin: 0 auto 15px;
  margin-top: auto;
}
.pop__info img {
  margin-right: 6px;
}
.pop__sum {
  color: #20252d;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Formular";
}
.pop__links {
  position: absolute;
  right: 17px;
  top: 19px;
  transition: 0.5s;
  opacity: 0;
}
.pop__links.shifted{
  top: 35px;
}
.pop__links a {
  width: 38px;
  height: 38px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 7px;
  transition: 0.5s;
}
.pop__links a:hover {
  background-color: #f1b306;
}

.rev {
  padding: 59px 0 96px 187px;
}
.rev__arrow {
  position: absolute;
  top: -89px;
  cursor: pointer;
  transition: 0.5s;
}
.rev__arrow:hover {
  opacity: 0.5;
}
.rev .swiper-button-disabled {
  opacity: 0.2;
}
.rev .swiper-button-next4 {
  right: 12.5%;
  margin-top: 2px;
}
.rev .swiper-button-prev4 {
  right: 16.5%;
  transform: rotate(180deg);
}
.rev .pop__btn {
  margin-top: 114px;
}
.rev .swiper3 {
  overflow: hidden;
}
.rev .swiper-pagination4 {
  bottom: 119px !important;
}
.rev .swiper-pagination4 .swiper-pagination-bullet {
  background-color: #d0d0d0;
  opacity: 1;
}
.rev .container {
  max-width: 1482px;
}
.rev h2 {
  margin-bottom: 62px;
}
.rev__name {
  color: #252525;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 9px;
  display: block;
}
.rev__local {
  font-size: 15px;
  font-weight: 400;
}
.rev .swiper-slide{
  display: flex;
  flex-direction: column;
  height: auto;
}
.rev__block {
  flex-grow: 1;
  margin-top: 46px;
  height: auto;
  border-radius: 5px;
  background-color: #f3f3f3;
  padding: 28px 51px 42px 31px;
  position: relative;
  color: #515151;
  line-height: 24px;
  font-family: "Calibri";
}
.rev__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 17px;
  background: url(../img/top.png) no-repeat;
}
.rev__box {
  position: relative;
}

.news {
  padding: 80px 0 107px;
  background: #f9f9f9;
}
.news__btn {
  width: 168px;
  height: 46px;
}
.news__arrow {
  cursor: pointer;
  transition: 0.5s;
}
.news__arrow:hover {
  opacity: 0.5;
}
.news .swiper-button-disabled {
  opacity: 0.2;
}
.news .swiper-button-prev5 {
  transform: rotate(180deg);
}
.news .swiper-button-next5 {
  margin-left: 20px;
  margin-top: 5px;
}
.news .swiper4 {
  width: 1358px;
}
/*.news .swiper4 .swiper-slide:last-child {
  opacity: 0;
  pointer-events: none;
}*/
.news .swiper4 .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.news__top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.news__left {
  align-items: center;
}
.news__ar {
  align-items: center;
  margin-left: 82px;
}
.news__title {
  line-height: 24px;
  color: #20252d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: "Formular";
  display: block;
}
.news__text {
  color: #5f5f5f;
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 22px;
}
.news__data {
  color: #5f5f5f;
  font-size: 11px;
  margin-bottom: 24px;
}

.news__link {
  margin-top: auto;
  display: block;
  width: 100%;
  /*height: 263px;*/
  height: 343px;
}

.news__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.footer {
  background-color: #151515;
  padding: 68px 0 38px;
}
.footer__last {
  margin-top: 91px;
  margin-left: 53px;
}
.footer__content {
  width: 100%;
  justify-content: flex-end;
  position: relative;
  top: -7px;
}
.footer__content:after {
  content: "";
  display: block;
  width: 93%;
  height: 1px;
  background: #2c2c2c;
  position: absolute;
  top: 56px;
  left: 80px;
}
.footer .nav__logo {
  width: 189px;
  height: 44px;
}
.footer .nav__logo p {
  font-size: 15px;
}
.footer__socials {
  margin-top: 35px;
}
.footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: 0.3s;
}
.footer__socials a:last-child {
  margin-right: 0;
}
.footer__socials a:hover {
  transform: rotate(8deg);
}
.footer__box {
  justify-content: space-between;
}
.footer__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Formular";
  margin-bottom: 64px;
}
.footer__list li {
  margin-bottom: 14px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list li a {
  color: #7f7f7f;
  font-size: 14px;
}
.footer__list li a:hover {
  color: white;
}
.footer__uls {
  max-width: 315px;
  justify-content: space-between;
  width: 100%;
}
.footer__tel {
  color: #ffffff;
  font-size: 25px;
  display: block;
  margin-bottom: 31px;
}
.footer__btn {
  width: 178px;
  height: 44px;
  margin-top: 43px;
  font-size: 15px;
}
.footer__info {
  margin-left: 144px;
}
.footer__temp {
  width: 16px;
  margin-right: 11px;
  flex: 1 0 auto;
  max-width: 16px;
}
.footer__two a {
  color: #7f7f7f;
  line-height: 24px;
  font-size: 14px;
}
.footer__two a:hover {
  color: white;
}
.footer__el {
  align-items: flex-start;
  margin-bottom: 24px;
}
.footer__el p {
  color: #7f7f7f;
  line-height: 24px;
  font-size: 14px;
}
.footer__call {
  color: #f1b306 !important;
  display: block;
}
.footer__call:hover {
  color: white !important;
}
.footer__bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  border-top: 1px solid #2c2c2c;
  margin-top: 37px;
}
.footer__mind {
  color: #7f7f7f;
  font-size: 14px;
}
.footer__mind a {
  color: #7f7f7f;
  font-size: 14px;
}
.footer__mind a:hover {
  color: white;
}
.footer .f1 {
  color: #f1b306;
  font-family: "Formular";
  font-weight: 700;
  font-style: italic;
}
.footer .f2 {
  font-family: "Formular";
  font-weight: 700;
  font-style: italic;
  color: white;
}
.footer__com {
  display: flex;
  align-items: center;
}
.footer__com p {
  color: #7f7f7f;
  font-size: 14px;
  margin-right: 18px;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 9;
}

.tablet {
  display: none;
}

.back {
  padding: 33px 0 72px;
  text-align: center;
}
.back h1 {
  margin-bottom: 30px;
}
.back__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 25px;
}
.back__text {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 27px;
}
.back__text:last-child {
  margin-bottom: 0;
}
.back__content {
  max-width: 994px;
  width: 100%;
  margin: 0 auto 25px;
}

.bread {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
  flex-wrap: wrap;
}
.bread a {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 26px;
}
.bread a:after {
  content: "•";
  display: inline-block;
  margin: 0 10px;
  color: #5d5d5d !important;
}
.bread a:last-child:after {
  display: none;
}
.bread a:hover {
  color: #f1b306;
}

.page .nav__form {
  width: 240px;
}
.page .nav__info {
  width: 100%;
}
.page .nav__list {
  max-width: 1060px;
}
.page h1 {
  color: #20252d;
  font-size: 35px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Formular";
}

.contacts__link {
  color: #f1b306;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1.5px solid #f1b306;
  width: max-content;
}
.contacts__link:hover {
  border-bottom: 1.5px solid black;
  color: black;
}
.contacts__tel {
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}
.contacts__tel:hover {
  color: #f1b306;
}
.contacts__flex {
  width: 567px;
  justify-content: space-between;
  margin: 0 auto 69px;
}
.contacts__block {
  width: 267px;
  height: 89px;
  border-radius: 15px;
  background-color: #efefef;
  padding: 24px 47px;
}
.contacts__sub {
  color: #5d5d5d;
  font-size: 17px;
  margin-bottom: 15px;
}
.contacts__info {
  color: #010101;
  font-weight: 700;
  border-bottom: 1px solid #010101;
  padding-bottom: 2px;
  width: max-content;
  margin: 0 auto 56px;
  font-size: 17px;
}
.contacts #map {
  height: 413px;
  border-radius: 15px;
  overflow: hidden;
}

.pay {
  text-align: left;
}
.pay h1 {
  text-align: center;
  margin-bottom: 51px;
}
.pay__box {
  justify-content: space-between;
  flex-wrap: wrap;
}
.pay__item {
  width: 48.3%;
  height: auto;
  border-radius: 15px;
  border: 2px solid #e4e4e4;
  background-color: #ffffff;
  margin-bottom: 37px;
  padding: 44px 29px 51px 45px;
}
.pay__top {
  align-items: center;
  margin-bottom: 29px;
}
.pay__top p {
  color: #20252d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Formular";
  margin-left: 23px;
}
.pay__text {
  line-height: 27px;
  color: #5d5d5d;
  font-size: 16px;
}

.bonus__block {
  margin: 101px auto 110px;
  position: relative;
  width: max-content;
}
.bonus__block img {
  position: absolute;
  left: -41px;
  top: -56px;
}
.bonus__block p {
  text-align: center;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
}
.bonus__info {
  width: 100%;
  color: #5d5d5d;
  font-size: 17px;
  max-width: 1020px;
  margin: 0 auto;
  line-height: 28px;
}
.bonus h2 {
  margin-bottom: 45px;
}
.bonus__sub {
  color: #282828;
  font-size: 15px;
  line-height: 26px;
  margin-top: -21px;
}
.bonus__content {
  margin: 49px auto 71px;
  width: 100%;
  max-width: 909px;
}
.bonus__text {
  line-height: 28px;
  color: #5d5d5d;
  font-size: 17px;
  margin-bottom: 20px;
}
.bonus__text:last-child {
  margin-bottom: 0;
}
.bonus__flex {
  justify-content: space-between;
  margin-bottom: 79px;
}
.bonus__item p {
  line-height: 25px;
  font-size: 15px;
  color: #5d5d5d;
  margin-top: 19px;
}
.bonus__name {
  text-align: center;
  color: #000000;
  font-size: 17px;
  margin-bottom: 33px;
}
.bonus__table {
  justify-content: space-between;
  width: 698px;
  margin: 0 auto;
}
.bonus__top {
  background: #f1b306;
  padding: 22px 0 21px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.bonus__bottom {
  padding: 21px 0;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.bonus__left {
  width: 267px;
  margin-right: 1px;
}
.bonus__left .bonus__top {
  width: 100%;
  border-radius: 10px 0 0;
}
.bonus__left .bonus__bottom {
  border-radius: 0 0 0 10px;
}
.bonus__right {
  width: 63%;
}
.bonus__right .bonus__top {
  width: 100%;
  border-radius: 0 10px 0 0;
}
.bonus__right .bonus__bottom {
  border-radius: 0 0 10px;
}

.equip__sub {
  color: #5d5d5d;
  line-height: 26px;
  font-size: 14px;
  width: 100%;
  max-width: 1000px;
  margin: -17px auto 59px;
}
.equip__box {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 90px;
  border-bottom: 4px solid #f6f6f6;
}
.equip__item {
  width: 100%;
  padding: 25px 40px 40px;
  margin-right: 27px;
  margin-bottom: 26px;
  height: 294px;
  border-radius: 15px;
  background-color: #f3f3f3;
  text-align: center;
  overflow:hidden;
}
.equip__item:nth-child(4n) {
  margin-right: 0;
}
.equip__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 157px;
  margin-bottom: 27px;
}
.equip__pic img {
  margin: 0 auto;
}
.equip__name {
  line-height: 22px;
  color: #000000;
  font-size: 20px;
  font-family: "Formular";
  font-weight: 700;
  margin-bottom: 11px;
  display: block;
}
.equip__text {
  color: #7e7e7e;
  font-size: 14px;
}
.equip__content {
  margin-top: 88px;
}
.equip__info {
  margin-top: 8px;
  font-size: 16px;
  color: #20252d;
}
.equip__flex {
  justify-content: space-between;
  width: 100%;
  max-width: 312px;
  margin: 54px auto 40px;
}
.equip__link {
  text-align: center;
}
.equip__link p {
  color: #151d2c;
  font-size: 14px;
  margin-top: 9px;
  transition: 0.5s;
}
.equip__link:hover p {
  color: #f1b306;
}

.mob {
  display: none;
}

.about .equip__sub {
  max-width: 820px;
  font-size: 16px;
  line-height: 27px;
  margin: -3px auto 92px;
}
.about__item {
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 99px;
}
.about__item:last-child {
  margin-bottom: 0;
}
.about__item:nth-child(2n) .about__pic {
  order: 2;
}
.about__item:nth-child(2n) .about__info {
  order: 1;
  margin-top: 86px;
}
.about__pic {
  width: 635px;
  height: 541px;
  border-radius: 15px;
  object-fit: cover;
}
.about__info {
  max-width: 536px;
  width: 100%;
  margin-top: 42px;
}
.about__name {
  color: #20252d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 21px;
  line-height: 40px;
  max-width: 100%;
  width: 100%;
  font-family: "Formular";
}
.about__text {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
.about__text:last-child {
  margin-bottom: 0;
}
.about__box {
  max-width: 1248px;
  margin: 0 auto;
}
.about__block {
  margin-top: 90px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: auto;
  padding: 52px 60px;
  background-color: #f3f3f3;
  border-radius: 10px;
  display: flex;
}
.about__el {
  text-align: center;
}
.about__el p {
  color: #20252d;
  margin-top: 9px;
  line-height: 24.88px;
}
.about__links {
  margin: 85px auto 15px;
  justify-content: space-between;
  width: 100%;
  max-width: 664px;
}
.about__links a {
  width: 48%;
  height: 58px;
}

.slider {
  max-width: 553px;
  height: 528px;
}
.slider .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  padding: 87px 80px 104px;
}

.slider-nav {
  max-width: 100%;
  margin-right: 10px;
  margin-top: 0px;
  width: 87px;
  position: relative;
}

.slider-nav .slick-slide {
  margin: 0 0 9px;
  width: 100%;
  height: 91px;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  max-width: 100%;
  cursor: pointer;
}
.slider-nav .slick-current {
  border: 2px solid #f1b306;
}

.item__slider {
  display: flex;
}

.slider-nav .slick-next {
  transform: rotate(0deg);
  right: 29px;
  top: inherit;
  bottom: 35px;
  position: absolute;
  transition: 0.5s;
}
.slider-nav .slick-next img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.slider-nav .slick-next .new {
  opacity: 0;
}
.slider-nav .slick-next .old {
  opacity: 1;
}
.slider-nav .slick-next:hover .new {
  opacity: 1;
}
.slider-nav .slick-next:hover .old {
  opacity: 0;
}
.slider-nav .slick-prev {
  transform: rotate(180deg);
  right: 29px;
  top: inherit;
  bottom: 61px;
  position: absolute;
  transition: 0.5s;
}
.slider-nav .slick-prev img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.slider-nav .slick-prev .new {
  opacity: 0;
}
.slider-nav .slick-prev .old {
  opacity: 1;
}
.slider-nav .slick-prev:hover .new {
  opacity: 1;
}
.slider-nav .slick-prev:hover .old {
  opacity: 0;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev, .slick-next {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  position: absolute;
}

.slider .slick-arrow {
  display: none !important;
}

.card {
  padding: 51px 0 160px;
}
.card .rev__arrow {
  top: -66px;
}
.card .rev .swiper-button-next4 {
  right: 0;
}
.card .rev .swiper-button-prev4 {
  right: 54px;
}
.card .rev .swiper-pagination4 {
  bottom: -30px !important;
}
.card .swiper33 {
  overflow: hidden;
}
.card .rev {
  padding: 66px 0 0 !important;
}
.card .pop__item {
  width: 100%;
}
.card__title {
  color: #151515;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 44px;
}
.card__bottom .card__text {
  line-height: 25px;
  margin-bottom: 34px;
  max-width: 1210px;
  width: 100%;
  font-size: 16px;
}
.card__line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 24px;
}
.card__line p:nth-child(1) {
  text-align: center;
  color: #5d5d5d;
  font-size: 16px;
}
.card__line p:nth-child(2) {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 700;
}
.card__line:last-child {
  margin-bottom: 0;
}
.card__table {
  width: 100%;
  border: 2px solid #f1b306;
  border-radius: 10px;
  margin: 79px 0 71px;
  padding: 0 47px;
  overflow: auto;
}
.card__table-head {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 79px;
  cursor: pointer;
}
.card__table-table {
  margin-bottom: 65px;
  margin-top: 20px;
  display: none;
}
.card__table-table table {
  width: 100%;
  border-collapse: collapse;
}
.card__table-table table, .card__table-table th, .card__table-table td {
  border: 1px solid #d6d6d6;
  text-align: center;
}
.card__table-table th, .card__table-table td {
  padding: 10px;
}
.card__table p {
  color: #20252d;
  font-size: 23px;
  margin-right: 23px;
}
@media(max-width: 991px) {
  .card__table-table {
    overflow: auto;
    padding-bottom: 5px;
  }
}
@media(max-width: 470px) {
  .card__table {
    padding: 0 10px;
  }
}
.card__table img {
  margin-top: 5px;
}
.card__table.open .card__table-head img {
  transform: rotate(180deg);
}
.card h1 {
  line-height: 45px;
  margin-bottom: 12px;
}
.card__box {
  max-width: 1251px;
}
.card__info {
  margin-left: 64px;
}
.card__text {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
.card__sum {
  color: #20252d;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  font-family: "Formular";
  margin-bottom: 17px;
}
.card__name {
  margin-bottom: 14px;
  color: #20252d;
  font-size: 14px;
}
.card__el {
  margin-bottom: 24px;
}
.card__links {
  margin-top: 38px;
}
.card__links a {
  width: 237px;
  height: 52px;
}
.card__links a:first-child {
  margin-right: 13px;
}
.card__add {
  background-color: #ebebeb;
  color: #a0a0a0;
}
.card .bread {
  justify-content: flex-start;
}
.card .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.card .custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  background-color: #ebebeb;
  width: 46px;
  height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  color: #20252d;
  font-size: 14px;
}
.card .custom-checkbox + label:before {
  display: none;
}
.card .custom-checkbox:checked + label {
  background: #f1b306;
}

.popup__flex {
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 87px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 10px;
}
.popup__arrow {
  transition: 0.5s;
  cursor: pointer;
  width: max-content;
  position: relative;
}
.popup__arrow:hover {
  opacity: 0.5;
}
.popup .swiper-button-next44 {
  margin-top: 4px;
}
.popup .swiper-button-prev44 {
  transform: rotate(180deg);
}
.popup .swiper-button-disabled {
  opacity: 0.2;
}
.popup__title {
  text-align: center;
  color: #151515;
  font-size: 30px;
  margin-bottom: 39px;
  line-height: 25px;
}
.popup .about__links {
  margin-top: 30px;
  max-width: 497px;
}
.popup__block {
  width: 100%;
  border-radius: 10px;
  background-color: #f3f3f3;
  margin-top: 60px;
  padding: 57px 30px 43px;
}
.popup__name {
  color: #151515;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 50px;
}
.popup .swiper44 {
  overflow: hidden;
  padding-bottom: 44px;
}
.popup .swiper44 .pop__item {
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  margin-bottom: 0;
}

.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sliders_control {
  position: relative;
  min-height: auto;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
  margin-top: 30px;
}
.form_control span {
  display: flex;
  align-items: center;
}
.form_control input[type=number] {
  color: #1b1b1b;
  width: auto;
  height: auto;
  font-size: 14px;
  border: none;
  background: transparent;
  position: absolute;
  top: 7px;
  right: 3px;
  left: inherit;
}
.form_control_container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  width: 105px;
  height: 31px;
  border-radius: 5px;
  background-color: #f3f3f3;
  justify-content: flex-start;
  padding-left: 14px;
}
.form_control_container__time {
  color: #a8a8a8;
  font-size: 14px;
  margin-right: 16px;
}


.back_form_cont{
  max-width: 994px;
  margin:0 auto;
  border:1px solid #ededed;
  border-radius: 6px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 19px;
  height: 19px;
  background: url(../img/range.png) no-repeat center 0px;
  cursor: pointer;
  border: none;
}

input[type=range]:nth-child(2)::-webkit-slider-thumb {
  background: url(../img/range.png) no-repeat center 0px !important;
  position: relative;
  top: -1.6px;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 19px;
  height: 19px;
  background: url(../img/range.png) no-repeat center 0px;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #dcdcdc;
  pointer-events: none;
  border: none;
  left: 0;
  border-radius: 3px;
}
input[type=range]:hover, input[type=range]:focus {
  border: none !important;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

#event-change {
  padding: 20px 0;
  position: absolute;
  color: transparent;
  z-index: -1;
  opacity: 0;
}

.style1 {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
}
.style1 p {
  color: #7e7e7e;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent;
}

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.selectCF > li {
  position: relative;
  border: none;
}

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center;
}

.selectCF .arrowCF {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px;
}

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important;
}

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1;
}

@keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
  }
}
.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
  opacity: 0;
}

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent;
}

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none;
}

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF;
}
.selectCF li ul li:last-child {
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 10px;
}
.selectCF li ul li:hover {
  color: #f1b306;
}

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: s1;
  }
}
@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px;
}

ul.info li, #event-change {
  color: #FFF;
}

ul.info {
  padding: 0;
  display: none;
}

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
}

.cat__more {
  width: 136px;
  height: 41px;
  border-radius: 3px;
  border: 2px solid #f1b306;
  font-size: 15px;
  color: #000000;
  margin-left: 280px;
}
.cat__bottom {
  align-items: center;
  margin-top: 54px;
}
.cat__nav {
  align-items: center;
}
.cat__nav li {
  width: 42px;
  height: 41px;
  border-radius: 3px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat__nav li a {
  color: #000000;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat__nav li.active {
  background: #f1b306;
  margin-right: 10px;
}
.cat__nav li.active:hover a {
  color: #000000;
}
.cat__nav li:hover a {
  color: #f1b306;
}
.cat .pop__item {
  width: 100%;
}
.cat .pop__item:nth-child(4n) {
  margin-right: 27px;
}
.cat .pop__item:nth-child(3n) {
  margin-right: 0px;
}
.cat__btn {
  margin-top: 50px;
  width: 100%;
  height: 53px;
  font-size: 16px;
}
.cat__link {
  display: block;
  margin: 27px auto 0;
  color: #a3a3a3;
  font-size: 16px;
}
.cat .style1 {
  right: 17px;
}
.cat .scroll {
  max-height: 160px;
  overflow-y: auto;
  margin-top: 20px;
}
.cat .scroll .calc__item {
  position: relative;
}
.cat .scroll .calc__item img {
  margin-right: 9px;
}
.cat .scroll .calc__item p {
  color: #f1b306;
}
.cat .scroll .calc__item .custom-checkbox + label::before {
  display: none;
}
.cat .scroll .calc__item .custom-checkbox:checked + label {
  color: #f1b306;
}
.cat .custom-checkbox:checked + label::before {
  background-color: #f1b306;
}
.cat .calc__item .custom-checkbox + label {
  margin-bottom: 20px;
}
.cat .calc__item:last-child .custom-checkbox + label {
  margin-bottom: 0;
}
.cat__top {
  justify-content: space-between;
  align-items: center;
  margin: 45px 0 43px;
}
.cat__tabs {
  flex-wrap: wrap;
}
.cat__tabs a {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 19px;
  width: max-content;
  color: #7e7e7e;
  font-size: 16px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.cat__tabs a:hover {
  background: #f1b306;
  color: black;
}
.cat__tabs a.active {
  background: #f1b306;
  color: black;
}
.cat .pop__box {
  margin-top: 0;
}
.cat__content {
  align-items: flex-start;
/*  justify-content: space-between;*/
  width: 100%;
  padding-bottom: 80px;
  border-bottom: 1px solid #ececec;
}
.cat__info {
  width: 297px;
  background-color: #f9f9f9;
  flex: 1 0 auto;
  max-width: 297px;
  margin-right: 27px;
  padding: 29px 26px 140px;
}

.accordeon, .accordeon2, .accordeon3, .accordeon4, .accordeon5, .accordeon6 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%;
}

.accordeon6 .accordeon__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.accordeon6 .accordeon__item .calc__item {
  position: relative;
  top: -30px;
}

.accordeon__item {
  width: 100%;
  list-style-type: none;
}

.accordeon__item:first-child .accordeon__button {
  margin-top: 0;
}

.accordeon__button, .accordeon__button2, .accordeon__button3, .accordeon__button4, .accordeon__button5, .accordeon__button6 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between;
}

.accordeon__button:hover, .accordeon__button2:hover, .accordeon__button3:hover, .accordeon__button4:hover, .accordeon__button5:hover, .accordeon__button6:hover {
  color: #f1b306;
}

.accordeon__button:after, .accordeon__button2:after, .accordeon__button3:after, .accordeon__button4:after, .accordeon__button5:after, .accordeon__button6:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  margin-bottom: -20px;
  transition: all 0.5s ease;
}

.accordeon__button.active:after, .accordeon__button2.active:after, .accordeon__button3.active:after, .accordeon__button4.active:after, .accordeon__button5.active:after, .accordeon__button6.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(../img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  margin-bottom: -20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.accordeon__panel, .accordeon__panel2, .accordeon__panel3, .accordeon__panel4, .accordeon__panel5, .accordeon__panel6 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease;
}

.panel__text, .panel__text2, .panel__text3, .panel__text4, .panel__text5, .panel__text6 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px;
}

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
.panel__info:last-child {
  margin-bottom: 0;
}

.popup2, .popup4 {
  width: 500px;
  border-radius: 10px;
}
.popup2 form, .popup4 form {
  max-width: 100%;
}
.popup2 input, .popup4 input {
  border: 2px solid #f3f3f3;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
}
.popup2 input:focus, .popup4 input:focus {
  border: 2px solid #f1b306 !important;
}
.popup2 button, .popup4 button {
  margin: 0 auto;
}

.popup4 textarea {
  border: 2px solid #f3f3f3;
  height: 200px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 1800px) {
  .header .swiper-button-prev {
    left: 12%;
  }
  .header .swiper-button-next {
    right: 12%;
  }
}
@media screen and (max-width: 1700px) {
  .header .swiper-button-prev {
    left: 8%;
  }
  .header .swiper-button-next {
    right: 8%;
  }
}
@media screen and (max-width: 1600px) {
  .header .swiper-button-prev {
    left: 4%;
  }
  .header .swiper-button-next {
    right: 4%;
  }
}
@media screen and (max-width: 1500px) {
  .rev {
    padding: 59px 0 96px 0;
  }
  .rev .container {
    max-width: 1302px;
  }
}
@media screen and (max-width: 1300px) {
  .nav__form {
    width: 230px;
  }
  .nav__block p {
    font-size: 11px;
  }
  .nav__block {
    width: 136px;
  }
  .nav__tel {
    font-size: 14px;
  }
  .header .swiper-button-next {
    right: 0%;
  }
  .header .swiper-button-prev {
    left: 0%;
  }
  .pop__item {
   /* width: 23.2%;*/
  }
  .rev__block {
    padding: 28px 20px 42px 20px;
  }
  .footer__info {
    margin-left: 76px;
  }
  .equip__item {
    /*width: 23.25%;*/
  }
  .about__pic {
    width: 562px;
  }
  .card__info {
    margin-left: 20px;
  }
  .popup {
    width: 93%;
  }
  .cat .pop__item {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .equip__sub {
    width: 100%;
  }
  .pay__text br {
    display: none;
  }
  .back__text br {
    display: none;
  }
  .menu-btn {
    width: 48px;
    height: 24px;
    position: absolute;
    right: 26px;
    top: 46px;
    z-index: 11;
    overflow: hidden;
  }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s;
    margin-left: 5px;
  }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0;
  }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #030303;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden;
  }
  .menu .nav__customers {
    justify-content: center;
  }
  .menu .nav__btn {
    margin: 0 auto 20px;
  }
  .menu .nav__content {
    text-align: center;
    margin-right: 0;
  }
  .menu .nav__form {
    width: 79%;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .menu .nav__block, .menu .nav__btn, .menu .nav__form {
    display: flex !important;
  }
  .menu .nav__content, .menu .nav__bottom {
    display: block !important;
  }
  .menu .nav__bottom {
    flex-direction: column;
  }
  .menu .nav__bottom .nav__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
    max-width: 100%;
  }
  .menu .nav__bottom .nav__list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu.active {
    transform: translateX(0);
  }
  .menu-btn.active {
    overflow: visible;
    position: fixed;
    right: 30px;
    top: 30px;
  }
  .menu-btn.active span:nth-of-type(1) {
    display: none;
  }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
    margin-left: 0;
  }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
    margin-left: 0;
  }
  .menu-btn, .menu {
    display: block;
  }
  .nav__block, .nav__btn, .nav__content, .nav__form, .nav__bottom {
    display: none !important;
  }
  .nav__info {
    width: 100%;
    margin-right: 100px;
  }
  .nav-main {
    overflow-x: auto;
  }
  .nav-main__list {
    width: 1415px;
  }
  .nav-main__list li {
    margin-right: 20px;
    white-space: nowrap;
  }
/*  .header-arr {
    display: none !important;
  }*/
  .header__content {
    width: 100%;
    text-align: center;
  }
  .header__btn {
    margin: 0 auto;
  }
  .header .swiper1 .swiper-slide:nth-child(2) .header__pic {
    position: absolute;
    right: 119px;
    top: 33px;
    width: 70%;
    opacity: 0.4;
  }
  .header .swiper1 .swiper-slide:nth-child(2) .header__content {
    width: 100%;
    max-width: 100%;
    flex: 1 0 auto;
    position: relative;
    left: 0;
    top: 78px;
    z-index: 2;
  }
  .item .swiper2 .swiper-slide_2 .item__fig {
    width: 100%;
  }
  .item .swiper2 .swiper-slide_1 {
    padding: 56px 10px;
  }
  .item .swiper2 .swiper-slide_2 {
    padding: 10px;
  }
  .item .swiper2 .swiper-slide_3 {
    padding: 59px 10px;
  }
  .pop__item {
    margin-right: 15px;
    padding: 34px 20px;
    /*width: 23.7%;*/
  }
  .cat__items .pop__pic {
    width: 100%;
  }
  .pop__pic {
    width: auto;
  }
  .pop__name {
    margin-top: auto;
  }
  .pop__block {
    min-height: 130px;
  }
  .news__btn {
    margin: 0;
  }
  .news .swiper4 {
    width: 100%;
    overflow: hidden;
    overflow-.swiper-slide: last-child;
    overflow-.swiper-slide-opacity: 1;
    overflow-.swiper-slide-pointer-events: inherit;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__com {
    margin-top: 20px;
  }
  .footer__box {
    flex-direction: column;
  }
  .footer__left {
    margin: 0 auto;
  }
  .footer__socials {
    margin-top: 24px;
    justify-content: center;
    margin-bottom: 22px;
  }
  .news__title {
    line-height: 19px;
    font-size: 12px;
  }
  .news__text {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 17px;
  }
  .news__text br {
    display: none;
  }
  .swiper4 .swiper-slide {
    display: flex;
    flex-direction: column;
    min-height: 438px;
  }
  .news .swiper4 .swiper-slide:last-child {
    opacity: 1;
    pointer-events: initial;
  }
  .news__link {
    margin-top: auto;
  }
  .rev .container {
    max-width: 960px;
  }
  .rev .swiper-button-next4 {
    right: 0;
  }
  .rev .swiper-button-prev4 {
    right: 50px;
  }
  .footer .nav__logo {
    margin-right: 0;
  }
  .bonus__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bonus__flex div {
    margin: 25px;
    width: 27%;
  }
  .equip__item {
    /*width: 32.2%;*/
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
  }
  .equip__item:nth-child(4n) {
    margin-right: 15px;
  }
  .equip__item:nth-child(3n) {
    margin-right: 0;
  }
  .about__item {
    flex-direction: column;
    align-items: center;
  }
  .about__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .about__info {
    max-width: 100% !important;
    margin-top: 20px !important;
  }
  .about__block {
    padding: 52px 19px;
  }
  .about .equip__sub {
    margin-bottom: 60px;
  }
  .card__box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .card__info {
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .card__row {
    justify-content: center;
  }
  .form-check-label:last-child {
    margin-right: 0;
  }
  .card__links {
    justify-content: center;
  }
  .calc__item:last-child .custom-checkbox + label {
    margin-right: 0;
  }
  .cat__top {
    flex-direction: column;
  }
  .cat__tabs {
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .cat__tabs a:last-child {
    margin-right: 0;
  }
  .cat .pop__item:nth-child(4n) {
    margin-right: 15px;
  }
  .cat .pop__item {
    margin-bottom: 15px;
    /*width: 30.8%;*/
  }
}
@media (max-width: 991px) {

  .cat__items .pop__pic {
    width: 100%;
  }

  .pop__name {
    margin-top: 0;
  }

  .pop__info {
    margin-top: auto;
  }

  .cat__content {
    flex-direction: column;
    align-items: center;
  }
  .cat__info {
    margin-bottom: 20px;
    padding-bottom: 60px;
    margin-right: 0;
  }
  .cat .pop__item {
    padding: 10px 15px 15px;
    margin-right: 15px !important;
    /*width: 32.2%;*/
  }

  .cat .pop__block {
    margin-bottom: 10px;
  }
  .cat .pop__item:nth-child(3n) {
    margin-right: 0 !important;
  }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  input {
    border-radius: 0 !important;
  }
  .tabs__nav a {
    white-space: nowrap;
  }
  .tabs__nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pop__item:nth-child(4n) {
    margin-right: 15px;
  }
  .pop__item:nth-child(3n) {
    margin-right: 0;
  }
/*  .pop__item:nth-child(n+7) {
    display: none;
  }*/
  .pop__item {
    /*width: 31.8%;*/
  }
  .footer__mind {
    text-align: center;
  }
  .footer__mind a {
    display: block;
  }
  .tablet {
    display: block;
  }
  .footer__content:after {
    display: none;
  }
  .footer__info {
    margin-left: 0;
  }
  .footer__last {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer__content {
    top: 0;
    flex-direction: column;
  }
  .footer__uls {
    margin: 0 auto 20px;
  }
  .footer__title {
    margin-bottom: 20px;
  }
  .footer__right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer__btn {
    margin: 0 auto;
  }
  .footer__item {
    text-align: center;
  }
  .footer__el {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer__bottom {
    margin-top: 20px;
  }
  .pay__item {
    width: 100%;
  }
  .bonus__flex div {
    margin: 25px;
    width: 26%;
  }
  .equip__item {
    /*width: 31.8%;*/
    padding: 25px 20px;
  }
  .about__pic {
    width: 100%;
    height: auto;
  }
  .about__name br {
    display: none;
  }
  .about__block {
    flex-wrap: wrap;
    padding: 52px 19px 15px;
    margin-top: 60px;
  }
  .about__el {
    text-align: center;
    width: 49%;
    margin-bottom: 40px;
  }
  .popup {
    padding: 40px 20px;
  }
  .popup__block {
    padding: 40px 20px;
    margin-top: 25px;
  }
  .popup__name {
    margin-bottom: 30px;
  }
  .cat__tabs {
    justify-content: center;
  }
  .cat__tabs a {
    margin: 10px !important;
  }
  .cat .pop__item:nth-child(3n) {
    margin-right: 15px !important;
  }
  .cat .pop__item:nth-child(2n) {
    margin-right: 0px !important;
  }
  .cat .pop__item {
    /*width: 48.9%;*/
    margin-bottom: 15px;
  }
  .equip__sub {
    width: 100%;
    left: 0px;
  }
  .equip__sub br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news__top {
    flex-direction: column;
  }
  .news__left {
    flex-direction: column;
  }
  .swiper4 .swiper-slide {
    min-height: auto;
  }
  .news__arrow {
    display: none !important;
  }
  .news__box {
    position: relative;
  }
  .news__box .swiper-pagination55 {
    bottom: -14px;
  }
  .news__box .swiper-pagination-bullet {
    background-color: #d0d0d0;
    opacity: 1;
  }
  .news {
    padding: 80px 0 184px;
  }
  .news__btn {
    margin: 0;
    position: absolute;
    bottom: -109px;
    left: 50%;
    margin-left: -84px;
  }
  .news__text {
    width: 80%;
  }
  .rev__arrow {
    display: none !important;
  }
  .rev .container {
    max-width: 540px;
  }
  .rev h2 {
    margin-bottom: 30px;
  }
  .rev__block {
    margin-top: 20px;
  }
  .news__top {
    margin-bottom: 30px;
  }
/*  .pop__item:nth-child(n+5) {
    display: none;
  }*/
  .pop__item:nth-child(3n) {
    margin-right: 15px;
  }
  .pop__item:nth-child(2n) {
    margin-right: 0;
  }
  .pop__item {
    /*width: 48%;*/
    margin-bottom: 15px;
    /*height: auto;*/
  }
  .tabs__nav {
    margin-top: 60px;
  }
  .pop__box {
    margin-top: 40px;
  }
  .header__content {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .header .swiper1 .swiper-slide {/*
    padding: 60px 0 !important;
  }*/
  .header .swiper1 .swiper-slide:nth-child(2) .header__content {
    top: 0;
  }
  .header .swiper1 .header__bg {
    width: 100%;
    height: 108%;
  }
  .contacts__flex {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts__block:nth-child(1) {
    margin-bottom: 20px;
  }
  .bonus__table {
    width: 100%;
  }
  .bonus__flex div {
    margin: 0 0 24px;
    width: 48%;
  }
  .equip__item {
    width: 100%;
    margin: 0 auto 20px !important;
    height: auto;
  }
  .slider-nav {
    display: none !important;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .slick-dots li {
    width: 52px;
    height: 2px;
    margin-right: 10px;
    overflow: hidden;
  }
  .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #d0d0d0;
    opacity: 1;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots .slick-active button {
    background: #f1b306;
  }
  .slider {
    height: auto;
  }
  .slider .slick-slide {
    padding: 40px 20px;
  }
  .popup {
    padding: 60px 20px 40px;
  }
  .cat__bottom {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .cat__more {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .cat .pop__item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  a:active, a:focus {
    outline: none;
  }
  input, textarea {
    outline: none;
  }
  input:active, textarea:active {
    outline: none;
  }
  input:focusout {
    outline: none;
  }
  .nav__info {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .nav__top {
    padding: 20px 0;
  }
  .nav__right {
    margin-top: 20px;
  }
  .nav__logo {
    width: 170px;
    height: 49px;
    display: block;
    position: relative;
    margin-right: 0;
    align-self: flex-start;
  }
  .nav__logo p {
    left: 23px;
    top: 17px;
    font-size: 15px;
  }
  .menu-btn {
    width: 48px;
    height: 24px;
    right: 17px;
    top: 32px;
  }
  .menu .nav__form {
    width: 100%;
  }
  .menu {
    padding: 60px 40px;
  }
  .menu-btn.active {
    right: 4px;
    top: 20px;
  }
  .nav-main__list li {
    margin-right: 15px;
  }
  h1 {
    font-size: 28px;
    line-height: 43px;
  }
  .header__text {
    font-size: 18px;
    line-height: 25px;
  }
  .header .swiper1 .header__flex {
    position: relative;
  }
/*  .header .swiper1 .swiper-slide {
    padding: 38px 0 60px !important;
  }*/
  .header .swiper1 .swiper-slide:nth-child(2).header__bg {
    display: none;
  }
  .header .swiper1 .swiper-slide:nth-child(1) .header__bg {
    display: block;
        width: 100%;
        height: 291%;
  }
  .header .swiper1 .swiper-slide:nth-child(2) .header__pic {
    right: 5px;
    top: 33px;
    width: 109%;
    opacity: 0.4;
  }
  .header .swiper1 .swiper-slide:nth-child(3) .header__bg {
    bottom: -132px;
    width: 100%;
    height: 171%;
  }
  .item {
    padding: 40px 0;
  }
  h2 {
    font-size: 23px;
    line-height: 31px;
    text-align: center;
  }
  .pop__item {
    width: 100%;
    margin: 0 auto 20px !important;
  }
  .tabs__nav a {
    margin-right: 20px;
  }
  .rev {
    padding: 40px 0 60px;
  }
  .news__data {
    margin-bottom: 10px;
  }
  .news__text {
    margin-bottom: 15px;
  }
  .news {
    padding: 40px 0 167px;
  }
  .news__box .swiper-pagination55 {
    bottom: -28px;
  }
  .text, .footer {
    padding: 40px 0;
  }
  .text__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .text__el {
    font-size: 14px;
    line-height: 22px;
  }
}

  .news__top, .rev h2 {
    margin-bottom: 40px;
  }
  .rev__name {
    font-size: 17px;
  }
  .pop__links {
    opacity: 1;
  }
  .tabs__nav {
    justify-content: flex-start;
  }
  .header .swiper1 {
    overflow: hidden;
  }
  .pop__btn {
    margin-top: 25px;
  }
  .page h1 {
    line-height: 38px;
    font-size: 31px;
  }
  .back__text {
    font-size: 14px;
  }
  .contacts__sub {
    font-size: 16px;
  }
  .contacts__info {
    font-size: 14px;
  }
  .contacts #map {
    height: 300px;
  }
  .pay__item {
    padding: 38px 20px 41px 19px;
  }
  .pay__top {
    flex-direction: column;
    text-align: center;
  }
  .pay__top p {
    font-size: 17px;
    margin-left: 0;
    margin-top: 10px;
    line-height: 23px;
  }
  .pay__text {
    font-size: 15px;
  }
  .bonus__content {
    margin: 34px auto 64px;
  }
  .bonus__flex div {
    width: 49%;
  }
  .bonus__flex div p {
    line-height: 18px;
    font-size: 13px;
  }
  .bonus__text {
    font-size: 14px;
  }
  .bonus__flex {
    margin-bottom: 40px;
  }
  .bonus h2 {
    margin-bottom: 25px;
  }
  .bonus__left {
    width: 38%;
  }
  .bonus__top {
    font-size: 12px;
    padding: 15px 0;
  }
  .bonus__bottom {
    font-size: 12px;
    padding: 15px 0;
  }
  .bonus__name {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .bonus__flex {
    justify-content: space-between;
  }
  .equip__sub {
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    max-width: 977px;
    margin: -17px auto 35px;
  }
  .equip__pic {
    min-height: auto;
  }
  .equip__box {
    padding-bottom: 40px;
  }
  .equip__content {
    margin-top: 40px;
  }
  .equip__flex {
    justify-content: space-between;
    width: 100%;
    max-width: 312px;
    margin: 34px auto 0px;
  }
  .mob {
    display: block;
  }
  .about .equip__sub {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 23px;
  }
  .about__name {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 34px;
  }
  .about__text {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .about__item {
    margin-bottom: 40px;
  }
  .about__el {
    width: 100%;
  }
  .about__links {
    margin: 58px auto 0;
    flex-direction: column;
  }
  .about__links a {
    width: 100%;
  }
  .about__links a:first-child {
    margin-bottom: 15px;
  }
  .card__slider {
    width: 100%;
    max-width: 100%;
  }
  .slider {
    max-width: 100%;
  }
  .slider img {
    width: 100%;
  }
  .card .custom-checkbox + label {
    width: 34px;
    height: 32px;
    margin-right: 10px;
    font-size: 12px;
  }
  .card__links {
    flex-direction: column;
    justify-content: center;
  }
  .card__links a {
    width: 100%;
  }
  .card__links a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .card__table {
    margin: 75px 0 48px;
  }
  .card__title {
    margin-bottom: 25px;
  }
  .card__bottom .card__text {
    font-size: 14px;
  }
  .card__line p:nth-child(1) {
    font-size: 14px;
  }
  .card__line p:nth-child(2) {
    font-size: 14px;
  }
  .card__row {
    flex-wrap: wrap;
  }
  .calc__item {
    margin-bottom: 10px;
  }
  .popup {
    padding: 60px 10px 20px;
  }
  .popup__title {
    font-size: 25px;
    margin-bottom: 29px;
    line-height: 30px;
  }
  .popup__block {
    padding: 20px 10px;
  }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mm li {
    margin-bottom: 40px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .bonus__sub br {
    display: none;
  }
  .cat__tabs a {
    margin: 6px !important;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
  }
  .popup2 {
    width: 98%;
    padding: 40px 20px;
  }
  .popup .swiper44 {
    padding-bottom: 0;
  }
}