/* Bold */
@font-face {
  font-family: 'Mont';
  src: local('Mont'), url('../fonts/Mont-Bold.ttf') format('truetype'),
    url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Mont-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Mont';
  src: local('Mont'), url('../fonts/Mont-SemiBold.ttf') format('truetype'),
    url('../fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Mont-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

/* SWIPER */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[hidden] {
  display: none;
}

body {
  font-family: 'Mont';
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
}

.btn {
  padding: 16px 0;
  color: #ffffff;
  text-align: center;
  background-color: #dd0020;
  border-radius: 20px;
  text-decoration: none;
}

.btn:hover {
  background-color: #b8001b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  color: #292929;
  text-align: center;
}

h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 38px;
}

.container {
  max-width: 1600px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

body.open-mobile-menu {
  overflow: hidden;
}

header {
  padding: 27px 0;
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .row .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .row .right-header .header-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

header .row .right-header .header-menu li {
  margin-right: 40px;
}
 
header .row .right-header .header-menu li:hover a {
  transition: 0.4s;   
  color: #dd0020; 
}

header .row .right-header .header-menu li a {
  text-decoration: none;
  color: #292929;
}

header .row .right-header .header-menu li:last-of-type {
  margin-right: 0;
}

header .row .right-header .header-lang {
  position: relative;
  margin-right: 40px;
  z-index: 2;
  -webkit-appearance: none;
}

header .row .right-header .header-lang:hover .content-menu {
  display: block;
}

header .row .right-header .header-lang:hover .top-menu img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .row .right-header .header-lang:hover::before {
  display: block;
}

header .row .right-header .header-lang .top-menu {
  cursor: pointer;
  text-transform: uppercase;
}

header .row .right-header .header-lang .top-menu img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .row .right-header .header-lang .content-menu {
  position: absolute;
  left: 0;
  top: 27px;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .row .right-header .header-lang .content-menu ul {
  padding: 0;
  margin: 0;
}

header .row .right-header .header-lang .content-menu ul li {
  list-style: none;
  text-transform: uppercase;
}

header .row .right-header .header-lang .content-menu ul li a {
  text-decoration: none;
  color: #292929;
}

header .row .right-header .header-lang::before {
  content: '';
  position: absolute;
  width: 77px;
  height: 106px;
  background-color: #ffffff;
  border: 1px solid #dd0020;
  border-radius: 20px;
  top: 0;
  z-index: -1;
  top: -18px;
  left: -16px;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .row .right-header .header-contacts {
  margin-right: 30px;
}

header .row .right-header .header-contacts .wrap-contacts {
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid #dd0020;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

header .row .right-header .header-contacts .wrap-contacts .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10px;
  z-index: 1;
}

header .row .right-header .header-contacts .wrap-contacts .contact span {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

header .row .right-header .header-contacts .wrap-contacts .contact a {
  text-decoration: none;
  color: #292929;
}

header .row .right-header .header-contacts .wrap-contacts .last-contact {
  position: absolute;
  top: 60px;
  z-index: 1;
  display: none;
}

header .row .right-header .header-contacts .wrap-contacts img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  z-index: 2;
}

header .row .right-header .header-contacts .wrap-contacts .wrap-main-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .row .right-header .header-contacts .wrap-contacts:hover {
  border: 1px solid transparent;
}

header .row .right-header .header-contacts .wrap-contacts:hover .last-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .row .right-header .header-contacts .wrap-contacts::before {
  content: '';
  position: absolute;
  width: 202px;
  height: 120px;
  left: 0;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #dd0020;
  border-radius: 20px;
  z-index: 1;
  display: none;
}

header .row .right-header .header-contacts .wrap-contacts:hover::before {
  display: block;
}

header .row .right-header .header-contacts .wrap-contacts:hover img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .row .right-header .header-contacts .wrap-mibile-contacts {
  display: none;
}

header .row .right-header .call-request {
  padding-left: 24px;
  padding-right: 24px;
}

header .row .wrap-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

header .row .wrap-mobile-menu .wrap-mobile-menu-phone {
  margin-right: 27px;
}

header .row .wrap-mobile-menu .wrap-mobile-menu-phone a {
  display: block;
}

header .row .wrap-mobile-menu .wrap-mobile-menu-phone a img {
  display: block;
}

.mfp-bg,
.mfp-wrap {
  z-index: 100000;
}


header .row .wrap-mobile-menu .btn-mobile {
  width: 30px;
  height: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}

header .row .wrap-mobile-menu .btn-mobile span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #dd0020;
  border-radius: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .row .wrap-mobile-menu .btn-mobile span:nth-child(1) {
  top: 0;
}

header .row .wrap-mobile-menu .btn-mobile span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .row .wrap-mobile-menu .btn-mobile span:nth-child(3) {
  bottom: 0;
}

header .row .wrap-mobile-menu .btn-mobile.active {
  background-color: #f9f9f9;
  border-radius: 5px;
}

header .row .wrap-mobile-menu .btn-mobile.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .row .wrap-mobile-menu .btn-mobile.active span:nth-child(2) {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .row .wrap-mobile-menu .btn-mobile.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  bottom: 8px;
}

footer {
  padding-top: 82px;
  background-color: #dd0020;
}

footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 95px;
}

footer .footer-top .wrap-footer-logo {
  margin-right: 170px;
}

footer .footer-top .wrap-manegers {
  margin-right: 248px;
}

footer .footer-top .wrap-manegers h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 52px;
  margin-top: 0;
}

footer .footer-top .wrap-manegers .wrap-cart .wrap-img {
  margin-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 90px;
}

footer .footer-top .wrap-manegers .wrap-cart .wrap-img img {
  display: block;
  width: 100%;
  height: 100%;
}

footer .footer-top .wrap-manegers .wrap-cart .cart-info .name {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

footer .footer-top .wrap-manegers .wrap-cart .cart-info .phone {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

footer .footer-top .wrap-manegers .wrap-cart .cart-info .phone .viber img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer-top .wrap-manegers .wrap-cart .cart-info .phone .telegram img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer-top .wrap-manegers .wrap-cart .cart-info .wrap-mail a:hover {
  text-decoration: underline;
}

footer .footer-top .wrap-contacts h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 52px;
  margin-top: 0;
}

footer .footer-top .wrap-contacts .adress {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 57px;
  display: block;
  text-decoration: none;
}

footer .footer-top .wrap-contacts .working-time {
  max-width: 240px;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 40px;
}

footer .footer-top .wrap-contacts .wrap-footer-mesangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-top .wrap-contacts .wrap-footer-mesangers a {
  display: block;
  margin-right: 12.5px;
}

footer .footer-top .wrap-contacts .wrap-footer-mesangers a:last-of-type {
  margin-right: 0;
}

footer .footer-top .wrap-contacts .wrap-footer-mesangers a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer-bottom {
  padding: 5px 0;
  background-color: #cd001e;
}

footer .footer-bottom p {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.mfp-close-btn-in .mfp-close {
  color: red;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 0;
  border-radius: 5px;
  top: -10px;
  right: 0px;
}

.top-banner .ckin__player {
  height: 82vh;
}

.top-banner .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-banner .ckin__player,
.corporation .wrap-video-content .ckin__player {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-banner .default__controls,
.corporation .wrap-video-content .ckin__player .default__controls {
  display: none;
}

.top-banner .default__button--big {
  display: none;
}

.corporation .wrap-video-content .ckin__player .default__button--big {
  background-image: url(../img/svg/play.svg);
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  color: transparent;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #a8a9aa;
  margin-bottom: 32px;
  position: relative;
}

.horizontal-line::after {
  content: '01';
  position: absolute;
  padding: 16px 17px;
  background-color: #ea6e2d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  z-index: 5;
}

.paper-selection .my-pagination {
  display: none;
}

.paper:nth-child(2) .horizontal-line::after {
  content: '02';
  padding: 16px 15px;
}

.handle:nth-child(2) .horizontal-line::after {
  content: '02';
  padding: 16px 15px;
}

.handle:nth-child(3) .horizontal-line::after {
  content: '03';
  padding: 16px 15px;
}

.wrap-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.wrap-cart:last-of-type {
  margin-bottom: 0;
}

.wrap-cart .wrap-img {
  margin-right: 22px;
}

.wrap-cart .cart-info .name {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.wrap-cart .cart-info .phone {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-cart .cart-info .phone .phone-number {
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 24px;
}

.wrap-cart .cart-info .phone .viber {
  margin-right: 10px;
}

.wrap-cart .cart-info .phone .viber:hover img,
.wrap-cart .cart-info .phone .telegram:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wrap-cart .wrap-mail a {
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
}

.top-banner {
  position: relative;
}

.top-banner .video {
  position: relative;
}

.top-banner .video iframe {
  width: 100%;
  height: 800px;
  /* -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  bottom: 0;
  -webkit-appearance: none; */
}

/* .top-banner .video iframe .ytp-gradient-top {
  display: none !important;
} */

.top-banner .video::after {
  content: '';
  position: absolute;
  width: 100%;
  background-image: url(../img/png/bg-video-big.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: -4px;
  height: 57px;
  background-size: 100%;
}

.top-banner .video-content {
  position: absolute;
  padding: 50px;
  border-radius: 20px;
  background: rgba(37, 37, 37, 47%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  max-width: 1064px;
  top: 25%;
  transform: translateY(-25%);
  left: 30px;
}

@media(max-width: 1920px) {
  .top-banner .video::after {
    background-image: url(../img/png/video-bg.png);
  }  
}



.top-banner .video-content h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 64px;
  line-height: 87px;
  margin: 0;
}

.top-banner .video-content h1 span {
  color: #2BCE3B;
}

.top-banner .scroll-mouse {
  width: 32px;
  height: 56px;
  border: 2px solid #dd0020;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: -100px;
  cursor: pointer;
}

.top-banner .scroll-mouse .scroll-mouse-point {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #dd0020;
  -webkit-animation: mousemove 2s infinite;
  animation: mousemove 2s infinite;
}

.examples {
  padding: 120px 0;
}

.examples h2 {
  margin-bottom: 50px;
  margin-top: 0;
}

.examples .row .mobile-examples-title {
  display: none;
}

.examples .row .examples-menu {
  margin-top: 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  border-radius: 27.5px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.examples .row .examples-menu li {
  background-color: #f0f0f0;
  padding: 15px 40px;
  text-decoration: none;
  color: #292929;
  white-space: nowrap;
  cursor: pointer;
}

/* .examples .row .examples-menu li:nth-child(1) {
  order: 1;
}
.examples .row .examples-menu li:nth-child(2) {
  order: 2;
}
.examples .row .examples-menu li:nth-child(3) {
  order: 3;
}
.examples .row .examples-menu li:nth-child(4) {
  order: 5;
  border-radius: 0px 27.5px 27.5px 0px;
}
.examples .row .examples-menu li:nth-child(5) {
  order: 4;
} */

#hiden-title-mobile {
  display: none;
}

.examples .row .examples-menu li:first-of-type {
  border-radius: 27.5px 0px 0px 27.5px;
}

.examples .row .examples-menu li:last-of-type {
  border-radius: 0px 27.5px 27.5px 0px;
}

.examples .row .examples-menu li.active {
  background-color: #dd0020;
  color: #ffffff;
}

.examples .row .wrap-pabags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.examples .row .wrap-pabags .pabag {
  width: calc(33.333% - (40px / 3));
  margin-right: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 37px rgba(43, 43, 43, 0.1);
  box-shadow: 0px 4px 37px rgba(43, 43, 43, 0.1);
  border-radius: 5px;
  height: 400px;
  margin-bottom: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* html[lang="en"] .examples .row .examples-menu li:nth-child(3) {
  order: 5;
  border-radius: 0px 27.5px 27.5px 0px;
}

html[lang="en"] .examples .row .examples-menu li:nth-child(4) {
  order: 3;
  border-radius: 0;
}

html[lang="en"] .examples .row .examples-menu li:nth-child(5) {
  order: 4;
} */

.examples .row .wrap-pabags .pabag a {
  display: block;
  height: inherit;
}

.examples .row .wrap-pabags .pabag a img {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: contain;
}

.examples .row .wrap-pabags .pabag:nth-child(3n) {
  margin-right: 0;
}

.form-request {
  background-image: url(../img/png/form-request-red.png);
  background-size: 100%;
background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    padding-bottom: 270px;
    background-size: cover;
}

.form-request::before {
  content: '';
  position: absolute;
  background-image: url(../img/png/form-request-pink.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -20px;
  z-index: -1;
}

.form-request .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.form-request .row .left-form-info {
  max-width: 630px;
}

.form-request .row .left-form-info h3 {
  max-width: 436px;
  margin-bottom: 46px;
  color: #ffffff;
  margin-top: 0;
}

.form-request .row .right-form {
  padding: 69px 130px;
  max-width: 855px;
  width: 100%;
  margin-left: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 37px rgba(43, 43, 43, 0.1);
  box-shadow: 0px 4px 37px rgba(43, 43, 43, 0.1);
  border-radius: 5px;
}
.right-form h3 {
  text-align: center;
}

.form-request .row .right-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 522px;
}

.form-request .row .right-form form input {
  border: none;
  outline: none;
  padding-bottom: 14px;
  border-bottom: 1px solid #878686;
  margin-bottom: 56px;
  width: 100%;
}

.form-request .row .right-form form input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}

.form-request .row .right-form form input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}

.form-request .row .right-form form input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}

.form-request .row .right-form form input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}

.form-request .row .right-form form input[type='submit'] {
  margin-bottom: 0;
  padding: 18px 0;
  width: 100%;
  background-color: #dd0020;
  -webkit-box-shadow: 0px 4px 24px rgba(221, 0, 32, 0.1);
  box-shadow: 0px 4px 24px rgba(221, 0, 32, 0.1);
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.form-request .row .right-form form input[type='submit']:hover {
  background-color: #b8001b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.paper-selection {
  padding-top: 50px;
  padding-bottom: 100px;
}

.paper-selection h2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.paper-selection .wrap-papers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paper-selection .wrap-papers .paper {
  margin-right: 20px;
  max-width: 500px;
  padding: 0 35px 47px 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 3px rgba(226, 224, 224, 0.5);
  box-shadow: 0px 5px 15px 3px rgba(226, 224, 224, 0.5);
  border-radius: 5px;
  position: relative;
}

.paper-selection .wrap-papers .paper .page-num {
  position: absolute;
  padding: 12px 15px;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  background-color: #efefef;
  z-index: 2;
}

.paper-selection .wrap-papers .paper .page-num span {
  text-transform: uppercase;
  color: #636363;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.paper-selection .wrap-papers .paper .wrap-img {
  margin-bottom: 5px;
  position: relative;
}

.paper-selection .wrap-papers .paper .wrap-img img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 437px;
}

.paper-selection .wrap-papers .paper:nth-child(1) .wrap-img img.last-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.paper-selection .wrap-papers .paper:nth-child(2) .wrap-img img.last-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.paper-selection .wrap-papers .paper .wrap-img:hover {
  cursor: pointer;
}

.paper-selection .wrap-papers .paper:nth-child(1) .wrap-img:hover > img.last-img {
  opacity: 1;
}
.paper-selection .wrap-papers .paper:nth-child(2) .wrap-img:hover > img.last-img {
  opacity: 1;
}

.paper-selection .wrap-papers .paper .wrap-img::before {
  content: attr(counter-slider);
  position: absolute;
  background-color: #efefef;
  border-radius: 50%;
  padding: 12px 10px;
  z-index: 5;
  color: #636363;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  top: 15px;
  right: -20px;
}

.paper-selection .wrap-papers .paper h3 {
  line-height: 29px;
  margin-bottom: 20px;
  cursor: default;
}

.paper-selection .wrap-papers .paper .material {
  color: #878686;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
}

.paper-selection .wrap-papers .paper span {
  font-weight: 800;
  font-size: 16px;
  line-height: 23px;
  color: #878686;
}

.handle {
  padding-bottom: 160px;
}

.handle h2 {
  margin-top: 0;
  margin-bottom: 40px;
  cursor: default;
}
.handle h3{
  text-align: center;
}
.handle .row > h3 {
  border-bottom: 1px solid #ccc;
  max-width: max-content;
  margin: 0 auto 20px;
}

.handle .wrap-handles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.handle .wrap-handles:not(:last-child) {
  margin-bottom: 80px;
}

.handle .wrap-handles .handle {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px 3px rgba(226, 224, 224, 0.5);
  box-shadow: 0px 5px 15px 3px rgba(226, 224, 224, 0.5);
  border-radius: 5px;
  padding: 30px 35px 35px 35px;
  margin-right: 20px;
  cursor: default;
}

.handle .wrap-handles .handle:last-of-type {
  margin-right: 0;
}

.handle .wrap-handles .handle .wrap-img {
  margin-bottom: 30px;
  margin-right: 65px;
  width: 100%;
  max-width: 300px;
}

.handle .wrap-handles .handle .wrap-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.handle .wrap-handles .handle .horizontal-line {
  margin-bottom: 32px;
}

.handle .wrap-handles .handle h3 {
  line-height: 29px;
}

.corporation h2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.corporation .wrap-video-content {
  display: block;
  position: relative;
}

.corporation .wrap-video-content::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 183px;
  background-image: url(../img/svg/play-btn.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.corporation .wrap-video-content img.bottom-video-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}




.corporation .wrap-video-content img.play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.corporation .wrap-video-content img

.form-request .row .right-form form input {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 35px;
  font-size: 0.8em;
  min-width: 250px;
}

#thank-popup {
  background-color: #ffffff;
  box-shadow: 0px 4px 37px rgb(43 43 43 / 10%);
  border-radius: 5px;
  margin: auto;
  padding: 110px 130px 130px 130px;
  width: fit-content;
  position: relative;
}

#thank-popup .wrap-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thank-popup .wrap-popup h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

#thank-popup .wrap-popup p {
  margin-top: 0;
  margin-bottom: 70px;
  text-align: center;
}

#thank-popup .mfp-close {
  top: 30px;
  right: 30px;
}

.best-form {
  padding: 69px 130px;
  max-width: 780px;
  margin-left: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 37px rgba(43, 43, 43, 0.1);
  box-shadow: 0px 4px 37px rgba(43, 43, 43, 0.1);
  border-radius: 5px;
  position: relative;
  margin: auto;
}

.best-form .mfp-close-btn-in .mfp-close {
  top: 30px;
  right: 30px;
}

.best-form h3 {
  color: #292929;
  text-align: center;
  margin-bottom: 38px;
  font-size: 24px;
  line-height: 37px;
  margin-top: 0;
}

.best-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 522px;
}

.best-form form input {
  border: none;
  outline: none;
  padding-bottom: 14px;
  border-bottom: 1px solid #878686;
  margin-bottom: 56px;
}

.best-form form input[type='submit'] {
  cursor: pointer;
  background: #dd0020;
  box-shadow: 0px 4px 24px rgba(221, 0, 32, 0.1);
  border-radius: 20px;
  padding: 18px 0;
  color: #ffffff;
  margin-bottom: 0;
  border: none;
}

#form-pop .mfp-close {
  top: 30px;
  right: 30px;
}

.best-form form input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}
.best-form form input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}

.best-form form input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #878686;
}

right-form form input[type='submit'] {
  margin-bottom: 0;
  padding: 18px 0;
  width: 100%;
  background-color: #dd0020;
  -webkit-box-shadow: 0px 4px 24px rgba(221, 0, 32, 0.1);
  box-shadow: 0px 4px 24px rgba(221, 0, 32, 0.1);
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.best-form form input {
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

@-webkit-keyframes mousemove {
  from {
    top: 10px;
    opacity: 0;
  }
  to {
    top: 44px;
    opacity: 1;
  }
}

@keyframes mousemove {
  from {
    top: 10px;
    opacity: 0;
  }
  to {
    top: 44px;
    opacity: 1;
  }
}

/* SCROLL TO TOP */

.scrollup {
  width: 46px;
  height: 46px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #DD0020;
  background-color: #ffffff;
  right: 55px;
  bottom: 5%;
  z-index: 10000000;
  cursor: pointer;
}

/* @media (max-width: 1920px) {
  .form-request {
    background-size: auto;
  }
} */

#map {
  transition: .4s ease-in-out;
  margin: 0 auto;
  width: 100%;
}

.map {
  overflow: hidden;
  --text-size: 16px;
  --text-offset: 0;
  --select-city-color: rgb(255, 142, 142);
  --select-city-text: #000;
  --select-city-text-hover: red;
}
.map-wrap {
  --img-scale: 0px;
  overflow: hidden;
}
.map-wrap #map {
  margin: 0 auto;
  width: 100%;
}
.map-wrap .map {
  position: relative;
  transition: .4s ease-in-out;
  overflow: hidden;
}
.map-wrap .logos {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  /* opacity: 1; */
  transition: .4s ease-in-out;
}
.map-wrap .content p {
  margin: unset !important;
  pointer-events: none;
  font-size: min(18px, 1.1vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map path.city {
  transition: .4s ease-in-out;
  cursor: pointer;
  fill: var(--select-city-color);
}
.map .city.active {
  pointer-events: none;
}
.map .city.active,
.map .city:hover {
  fill: var(--select-city-color);
  stroke: var(--select-city-color)
}

.map .city:hover+text,
.map .city:hover+foreignObject,
.map .city.active+text,
.map .city.active+foreignObject {
  color: #fff;
}

.map .city.active + foreignObject .logos{
  opacity: 1;
}
.map .city.active + foreignObject p {
  opacity: 0;
}
.map foreignObject img {
  width: 50px;
}

.map p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--select-city-text);
  font-family: 'Mont', sans-serif;
  line-height: 1.2;
  font-size: 16px;
  margin: 0;
}
.map-wrap .content .logos {
  gap: min(10px, 1vw);
}

.map-wrap .city-content {
  position: absolute;
  pointer-events: none;
  display: flex;
}
.map-wrap .city-content.active p {
  opacity: 0;
}
.map-wrap .city-content.active .logos {
  opacity: 1;
}
.map .logos img {
  object-fit: contain;
}

.map #kiev {
  left: 44.8%;
  top: 23%;
}
.map #kiev .logos {
  flex-direction: column;
}
.map #kiev p {
  padding-left: min(20px, 1vw);
}
.map #kiev .logos img{
  width: min(calc(40px - var(--img-scale)), calc(2.2vw - var(--img-scale))) !important;
}

.map #kharkiv {
  left: 70.4%;
  top: 30.4%;
}
.map #kharkiv .logos {
  max-width: min(200px, 12vw);
}
.map #kharkiv .logos img {
  width: min(calc(70px - var(--img-scale)), calc(4.3vw - var(--img-scale))) !important;
}

.map #lviv {
  left: 11.6%;
  top: 28%;
}
.map #lviv .logos {
  flex-direction: column;
  gap: min(10px, 0.5vw);

}
.map #lviv .logos img {
  width: min(calc(50px - var(--img-scale)), calc(3vw - var(--img-scale))) !important;
}
.map #lviv img:nth-child(1) {
  margin-left: min(50px, 3vw);
}
.map #lviv img:nth-child(3) {
  margin-right: min(70px, 4vw);
}

.map #ivanofrankivsk {
  left: 17.4%;
  top: 40.5%;
}
.map #ivanofrankivsk .logos {
  flex-direction: column;
}
.map #ivanofrankivsk .logos img {
  width: min(calc(40px - var(--img-scale)), calc(2.1vw - var(--img-scale))) !important;
}
.map #ivanofrankivsk img:nth-child(1) {
  margin-right: min(40px, 2vw);
}

.map #ternopil {
  left: 20.5%;
  top: 37%;
}
.map #ternopil .logos img {
  width: min(calc(110px - var(--img-scale)), calc(6vw - var(--img-scale))) !important;
}
.map #khmelnytskyi {
  left: 27.6%;
  top: 37%;
}
.map #khmelnytskyi .logos img {
  width: min(calc(110px - var(--img-scale)), calc(6vw - var(--img-scale))) !important;
}

.map #odessa {
  left: 44.6%;
  top: 62%;
}
.map #odessa .logos img {
  width: min(calc(80px - var(--img-scale)), calc(4.5vw - var(--img-scale))) !important;
}

.map #lutsk {
  left: 22%;
  top: 19%;
}
.map #chernihiv {
  left: 55%;
  top: 20%;
}
.map #zhytomyr{
  left: 38.2%;
  top: 27%;
}
.map #luhansk{
  top: 44%;
  left: 89.7%;
}
.map #zaporizhia{
  top: 62.5%;
  left: 74.7%;
}
.map #mykolaiv {
  top: 61%;
  left: 55%;
}
.map #kirovohrad{
  top: 50%;
  left: 55.6%;
}
.map #rivne{
  top: 22%;
  left: 30.1%;
}
.map #cherkasy{
  top: 43%;
  left: 52%;
}
.map #uzhhorod{
  left: 11.5%;
  top: 47%;
}
.map #chernivtsi{
  top: 51%;
  left: 24.3%;
}
.map #vinnitsia{
  top: 45%;
  left: 39%;
}
.map #poltava{
  left: 64.6%;
  top: 37%;
}
.map #sumy{
  top: 25%;
  left: 66%;
}
.map #donetsk{
  top: 53%;
  left: 84%;
}
.map #dnipro{
  top: 54%;
  left: 66%;
}
.map #kherson{
  left: 63%;
  top: 70%;
}
.map #crimea{
  top: 83%;
  left: 67%;
}



html[lang="ua"] .map #ternopil p,
html[lang="ua"] .map #ivanofrankivsk p {
  font-size: min(14px, 0.9vw);
}
html[lang="ua"] .map #khmelnytskyi p {
  font-size: min(13px, 0.8vw);
}

html[lang="en"] .map #chernivtsi p,
html[lang="en"] .map #ivanofrankivsk p,
html[lang="en"] .map #khmelnytskyi p{
  font-size: min(14px, 0.9vw);
}

html[lang="ru"] .map #khmelnytskyi p,
html[lang="ru"] .map #ternopil p,
html[lang="ru"] .map #ivanofrankivsk p,
html[lang="ru"] .map #chernivtsi p {
  font-size: min(14px, 0.9vw);
}


@media (max-width: 1800px) {
  .examples .row .examples-menu li {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  header .row .right-header .header-lang::before {
    width: 70px;
  }
  header .row .right-header .header-contacts .wrap-contacts::before {
    width: 163px;
  }
  .examples .row .examples-menu li {
    padding: 15px 20px;
  }
  .container {
    max-width: 1400px;
    font-size: initial;
  }
  /* header  {
    padding: 10px 0;
  } */
  header .row .right-header {
    font-size: 14px;
  }
  .top-banner .video-content h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .top-banner .ckin__player {
    height: 76vh;
  }
  .top-banner .scroll-mouse {
    width: 27px;
    top: -66px;
  }
  .examples .row .wrap-pabags .pabag a img {
    object-fit: contain;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .wrap-cart .wrap-img {
    width: 90px;
    margin-right: 15px;
  }
  .wrap-cart .wrap-img img {
    width: 100%;
    height: auto;
  }
  .wrap-cart .cart-info .name,
  .wrap-cart .cart-info .phone {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .wrap-cart .cart-info .phone .phone-number {
    font-size: 18px;
    margin-right: 10px;
  }
  .wrap-cart .wrap-mail a {
    font-size: 18px;
  }
  .form-request .row .right-form {
    width: 100%;
    padding: 30px 50px;
  }
  .form-request .row .right-form form input {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .form-request .row .right-form form input::placeholder {
    font-size: 16px;
  }
  footer .footer-top .wrap-manegers h3,
  footer .footer-top .wrap-contacts h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  footer .footer-top .wrap-contacts .adress,
  footer .footer-top .wrap-contacts .working-time {
    font-size: 18px;
  }
  .map-wrap {
    /* max-width: 810px;
    margin: 0 auto; */
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  header {
    font-size: 18px;
  }
  header .row .right-header .header-menu {
    margin-right: 40px;
  }
  header .row .right-header .header-menu li {
    margin-right: 20px;
    white-space: nowrap;
  }
  header .row .right-header .header-contacts .wrap-contacts::before {
    content: '';
    position: absolute;
    width: 182px;
    height: 120px;
    left: 0;
    top: -1px;
    background-color: #ffffff;
    border: 1px solid #dd0020;
    border-radius: 20px;
    z-index: 1;
    display: none;
  }
  .top-banner .video-content {
    /* left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    width: 800px;
  }
  /* .top-banner .video-content h1 {
    font-size: 56px;
    line-height: 68px;
  } */
  .examples .row .examples-menu li {
    font-size: 15px;
    padding: 15px 10px;
  }
  .form-request .row {
    align-items: center;
  }
  .form-request .row .left-form-info {
    margin-top: 0;
  }
  /* .form-request .row .right-form {
    padding: 50px 100px;
    width: 600px;
  } */
  footer .footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer-top .wrap-footer-logo,
  footer .footer-top .wrap-manegers {
    margin-right: 0;
  }
  .best-form {
    padding: 50px 100px;
    width: 600px;
  }
  
}

@media (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .top-banner .ckin__player {
    height: 72vh;
  }
  /* header .row .right-header {
    font-size: 12px;
  } */
  .top-banner .video-content {
    width: 600px;
    padding: 30px;
  }
  .top-banner .video-content h1 {
      font-size: 32px;
    line-height: 38px;
  }
  .top-banner .scroll-mouse {
    width: 20px;
    top: -90px;
    height: 40px;
  }
  header .row .right-header .header-lang::before {
    width: 50px;
    height: 99px;
    top: -12px;
    left: -13px;
  }
  header .row .right-header .header-contacts .wrap-contacts .contact span {
    font-size: 12px;
  }
  @keyframes mousemove {
    from {
      top: 5px;
      opacity: 0;
    }
    to {
      top: 27px;
      opacity: 1;
    }
  }
   
  header {
    font-size: 16px;
  }
  header .row .left-header {
    width: 117px;
  }
  header .row .left-header a {
    display: block;
  }
  header .row .left-header a img {
    display: block;
    width: 100%;
    height: auto;
  }
  header .row .right-header .header-menu {
    margin-right: 20px;
  }
  header .row .right-header .header-lang {
    margin-right: 10px;
  }
  header .row .right-header .header-lang::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 99px;
    background-color: #ffffff;
    border: 1px solid #dd0020;
    border-radius: 20px;
    top: 0;
    z-index: -1;
    top: -12px;
    left: -13px;
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .row .right-header .header-contacts {
    margin-right: 10px;
  }
  header .row .right-header .header-contacts .wrap-contacts {
    padding: 5px 10px;
  }
  header .row .right-header .header-contacts .wrap-contacts::before {
    content: '';
    position: absolute;
    width: 127px;
    height: 120px;
    left: 0;
    top: -1px;
    background-color: #ffffff;
    border: 1px solid #dd0020;
    border-radius: 20px;
    z-index: 1;
    display: none;
  }
  header .row .right-header .call-request {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .examples .row .examples-menu li {
    font-size: 13px;
    padding: 10px;
  }
  .examples .row .wrap-pabags .pabag {
    height: 320px;
  }
  .form-request .row .right-form {
    padding: 50px;
  }
  footer .footer-top .wrap-footer-logo {
    width: 186px;
  }
  footer .footer-top .wrap-footer-logo a {
    display: block;
  }
  footer .footer-top .wrap-footer-logo a img {
    width: 100%;
    height: auto;
  }
  footer .footer-top .wrap-manegers h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .footer-top .wrap-manegers a {
    font-size: 18px;
  }
  footer .footer-top .wrap-contacts h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .footer-top .wrap-contacts .adress,
  footer .footer-top .wrap-contacts .working-time {
    font-size: 18px;
  }
  .best-form {
    width: 500px;
    padding: 50px;
    margin: auto;
  }
  .examples .row .wrap-pabags .pabag a img {
    transform: scale(1);
  }

  .top-banner .video:after {

  }
}

@media (max-width: 1050px) {
  .examples .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .examples .row .wrap-pabags {
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .examples .row .examples-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }
  .examples .row .examples-menu li {
    width: 100%;
    border-radius: none;
    padding: 20px;
    border-bottom: 1px solid #e3e3e3;
    white-space: normal;
  }
  .examples .row .examples-menu li:first-of-type {
    border-radius: 10px 10px 0 0;
  }
  .examples .row .examples-menu li:last-of-type {
    border-radius: 0 0 10px 10px;
  }
  .examples .row .mobile-examples-title {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .form-request .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-request .row .left-form-info {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .form-request .row .left-form-info h3 {
    width: auto;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .form-request .row .left-form-info .wrap-cart {
    margin-bottom: 30px;
  }
  .form-request .row .left-form-info .wrap-cart .wrap-img {
    width: 115px;
  }
  .form-request .row .left-form-info .wrap-cart .wrap-img img {
    width: 100%;
    height: auto;
  }
  .form-request .row .left-form-info .wrap-cart .cart-info .name,
  .form-request .row .left-form-info .wrap-cart .cart-info .phone-number {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .form-request .row .left-form-info .wrap-cart .cart-info .wrap-mail a {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .form-request .row .right-form {
    margin: 0;
    width: 100%;
  }
  .form-request .row .right-form form {
    max-width: 100%;
  }
  .best-form {
    margin: auto;
    width: 100%;
  }

  .best-form form {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .top-banner .scroll-mouse {
    display: none;
  }
  .container {
    max-width: 960px;
  }
  .examples .row .wrap-pabags .pabag a img {
    object-fit: contain;
  }
  .top-banner .video-content {
    width: 90%;
  }

  .corporation .wrap-video-content img.bottom-video-img {
    /* min-height: 600px; */
    object-fit: cover;
  }
  .examples .row .examples-menu li:nth-child(4) {
    border-radius: none;
  }
  .corporation .wrap-video-content::before {
    background-image: url(../img/svg/play-mob.svg);
    width: 105px;
    height: 105px;
  }
  #hiden-title-mobile {
    display: block;
  }

  .paper-selection .my-pagination {
    display: block;
  }

  .paper-selection .wrap-papers .paper .wrap-img {
    margin-bottom: 20px;
  }

  .paper-selection .my-pagination {
    bottom: -5px;
  }

  .paper-selection .my-pagination .swiper-pagination-bullet {
    background-color: #878686;
  }

  header {
    border-bottom: 1px solid #d6d6d6;
  }
  header .row .right-header {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 93px;
    left: 100%;
    right: -100%;
    padding: 40px 20px;
    z-index: 10000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #ffffff;
  }
  header .row .right-header .header-lang {
    margin-right: 0;
    margin-bottom: 60px;
    font-size: 20px;
  }
  header .row .right-header .header-menu {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 40px;
  }
  header .row .right-header .header-menu li {
    margin-bottom: 40px;
  }
  header .row .right-header .header-menu li:last-of-type {
    margin-bottom: 0;
  }
  header .row .right-header .header-contacts .wrap-contacts {
    display: none;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts {
    display: block;
  }

  header .row .right-header .header-contacts .wrap-mibile-contacts .wrap-phone-mess {
    display: flex;
    align-items: center;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin:last-of-type {
    margin-bottom: 100px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .wrap-img {
    margin-right: 20px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .wrap-img img {
    display: block;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info .name {
    font-weight: 800;
    margin-bottom: 10px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info a {
    text-decoration: none;
    color: #292929;
    display: inline-block;
  }
  header
    .row
    .right-header
    .header-contacts
    .wrap-mibile-contacts
    .admin
    .admin-info
    a:first-of-type {
    margin-right: 20px;
  }

  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info .admin-phone {
    margin-bottom: 10px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info .admin-email {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  header .row .right-header .call-request {
    display: none;
  }
  header .row .right-header.open-mobile {
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    margin-bottom: 50px;
  }
  header .row .wrap-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-banner .video-content h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .examples .row .wrap-pabags .pabag {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .examples .row .wrap-pabags .pabag:nth-child(2n) {
    margin-right: 0;
  }
  .examples .row .wrap-pabags .pabag:nth-child(3n) {
    margin-right: auto;
  }
  .paper-selection .wrap-papers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paper-selection .wrap-papers .paper {
    margin-right: 0;
    width: 100%;
  }
  .paper-selection .wrap-papers .paper:first-of-type {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .handle .wrap-handles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .handle .wrap-handles .handle {
    margin-right: 0;
    width: 480px;
    margin-bottom: 20px;
    padding: 35px;
  }
  footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }
  footer .footer-top .wrap-footer-logo {
    margin-bottom: 30px;
  }
  footer .footer-top .wrap-manegers {
    margin-bottom: 80px;
  }
  footer .footer-top .wrap-manegers h3 {
    font-size: 30px;
    line-height: 45px;
  }
  footer .footer-top .wrap-manegers .wrap-cart .wrap-img {
    margin-right: 20px;
  }
  footer .footer-top .wrap-manegers .wrap-cart .cart-info .name,
  footer .footer-top .wrap-manegers .wrap-cart .cart-info .phone {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  footer .footer-top .wrap-manegers .wrap-cart .cart-info .wrap-mail a {
    font-size: 16px;
    line-height: 23px;
  }
  footer .footer-top .wrap-contacts h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  footer .footer-top .wrap-contacts .adress,
  footer .footer-top .wrap-contacts .working-time {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  footer .footer-top .wrap-contacts .wrap-footer-mesangers a {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
  footer .footer-top .wrap-contacts .wrap-footer-mesangers a:last-of-type {
    margin-right: 0;
  }
  footer .footer-top .wrap-contacts .wrap-footer-mesangers a img {
    width: 100%;
    height: auto;
  }
  footer .footer-bottom p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
  }
  .open-mobile-menu header {
    overflow: hidden;
    z-index: 11111;
    position: sticky;
    -webkit-appearance: none;
  }
  .examples h2 {
    margin-bottom: 20px;
  }
  .examples .hiden-title-mobile {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 21px;
    line-height: 26px;
    color: #292929;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .scrollup {
    right: 25px;
  }
  .container {
    max-width: 720px;
  }
  .paper-selection .wrap-papers .paper .wrap-img::before {
    top: -15px;
    right: -5px;
  }
  .paper-selection .wrap-papers .paper {
    padding: 30px 20px;
  }

  html[lang='en'] body .examples .row .mobile-examples-title {
    max-width: 340px;
  }
  .container {
    padding: 0 15px;
  }
  h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 30px;
  }
  .top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-banner .video-content {
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 40px 20px 115px 20px;
    background-color: #ffffff;
    width: auto;
  }
  .top-banner .video-content h1 {
    color: #292929;
    font-weight: 800;
    font-size: 30px;
    max-width: 325px;
    margin-bottom: 40px;
  }
  .top-banner .video {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-banner .video::after {
    bottom: 12px;
  }
  .top-banner .scroll-mouse {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
  .examples {
    padding-top: 40px;
    padding-bottom: 53px;
  }
  /* .examples .row .wrap-pabags .pabag {
    width: 100%;
    margin-right: 0;
  }
  .examples .row .wrap-pabags .pabag:nth-child(2n) {
    margin-right: auto;
  }
  .examples .row .wrap-pabags .pabag:nth-child(3n) {
    margin-right: 0;
  } */
  .examples .row .wrap-pabags .pabag a {
    max-height: 100%;
    object-fit: inherit;
    width: 100%;
  }
  /* .examples .row .wrap-pabags .pabag a img {
    max-height: 300px;
  } */
  /* .examples .row .wrap-pabags .pabag:last-of-type {
    margin-bottom: 0;
  } */
  .form-request .row .right-form {
    padding: 50px 20px;
  }

  .paper {
    padding: 0 20px 30px 20px;
  }
  .paper h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .paper .material {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
  }
  .paper span {
    font-size: 16px;
    line-height: 23px;
  }
  .paper-selection {
    padding-bottom: 50px;
  }
  .handle {
    padding-bottom: 40px;
  }
  .handle .wrap-handles .handle {
    width: 350px;
  }
  .handle .wrap-handles .handle h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
  }
  .corporation .wrap-video-content video {
    height: 600px;
  }
  .top-banner .ckin__player {
    height: auto;
  }

  #thank-popup {
    padding: 90px 30px;
  }

  #thank-popup .wrap-popup p {
    margin-bottom: 60px;
  }

  #thank-popup .wrap-popup img {
    transform: scale(0.8);
  }

  #thank-popup .mfp-close {
    top: 20px;
    right: 20px;
  }
  .form-request .row .right-form form input {
    margin-bottom: 40px;
    width: 100%;
  }

  .form-request {
    background-position: right top;
  }

  .best-form {
    padding: 50px 20px;
  }

  .best-form h3 {
    text-align: left;
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
  }

  .best-form form input {
    margin-bottom: 40px;
  }

  .form-request {
    padding-bottom: 50px;
  }

  .form-request::before {
    background-image: none;
  }

  .examples h2 {
    margin-bottom: 15px;
  }

  .examples .hiden-title-mobile {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
  }

  .examples .row .mobile-examples-title {
    text-align: center;
  }
  .handle h3 {
    text-transform: uppercase;
  }


  .map #zaporizhia {
    top: 61.5%;
    left: 74.7%;
  }
  .map #mykolaiv {
    top: 60%;
    left: 55%;
  }
  .map #kirovohrad {
    top: 49%;
    left: 55.6%;
  }
  .map #cherkasy {
    top: 42%;
    left: 52%;
  }
  .map #uzhhorod {
    left: 11.5%;
    top: 46%;
  }
  .map #chernivtsi {
    top: 50%;
    left: 24.3%;
  }
  .map #kherson {
      left: 63%;
      top: 68%;
  }

  .map #luhansk p,
  .map #chernivtsi p,
  .map #odessa p {
    font-size: min(18px, 0.9vw);
  }

  html[lang="ua"] .map #khmelnytskyi p {
    font-size: min(13px, 0.6vw);
  }

  html[lang="ua"] .map #ivanofrankivsk p,
  html[lang="ua"] .map #ternopil p {
    font-size: min(13px, 0.7vw);
  }

  html[lang="en"] .map #ternopil p,
  html[lang="en"] .map #chernivtsi p,
  html[lang="en"] .map #ivanofrankivsk p,
  html[lang="en"] .map #khmelnytskyi p{
    font-size: min(13px, 0.7vw);
  }

  html[lang="ru"] .map #khmelnytskyi p,
  html[lang="ru"] .map #ternopil p,
  html[lang="ru"] .map #ivanofrankivsk p,
  html[lang="ru"] .map #chernivtsi p {
    font-size: min(13px, 0.7vw);
  }

}

@media (max-width: 480px) {
  body .wrap-cart .cart-info {
    position: relative;
  }
  body .wrap-cart .cart-info .wrap-mail {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body .wrap-cart .cart-info .phone .phone-number {
    margin-bottom: 40px;
  }

  .form-request .row .left-form-info .wrap-cart .cart-info .phone-number {
    margin-bottom: 40px;
  }
  .handle .wrap-handles .handle {
    width: 100%;
  }
  .examples .row .wrap-pabags .pabag {
    height: 200px;
  }
  .top-banner .video::after {
    background-image: url(../img/png/video-bg-small.png);
  }
  .wrap-cart .cart-info .phone {
    flex-wrap: wrap;
  }
  .wrap-cart .cart-info .phone .phone-number {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .paper-selection {
    padding-top: 0;
  }

  .form-request .row .left-form-info {
    margin-bottom: 140px;
  }

  .right-form .wpcf7-spinner {
    position: absolute;
    right: 0;
  }

  #wpcf7-f12-o1 form > p {
    margin: 0;
  }
  footer .footer-top .wrap-manegers .wrap-cart .wrap-img {
    width: 115px;
  }
  footer .footer-top .wrap-manegers .wrap-cart .wrap-img img {
    width: 100%;
    height: auto;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info .admin-email {
    font-size: 14px;
  }
  .scrollup {
    right: 15px;
    bottom: 20%;
  }
}

@media (max-width: 400px) {
  .wrap-cart .cart-info .phone .phone-number {
    margin-right: 10px;
    font-size: 18px;
  }
  footer .footer-top .wrap-manegers .wrap-cart .cart-info .wrap-mail a {
    font-size: 14px;
  }
  .form-request {
    background-image: url(../img/svg/111.svg);
    background-size: 100%;
  }
  .form-request::before {
    background-image: url(../img/png/pppink.png);
    -webkit-appearance: none;
    top: 30px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .wrap-phone-mess .wrap-messangers a:first-of-type {
    margin-right: 5px;
  }
  header .row .right-header .header-contacts .wrap-mibile-contacts .admin .admin-info a:first-of-type {
    margin-right: 5px;
  }
}

@media (max-width: 350px) {
  .form-request .row .left-form-info .wrap-cart .wrap-img {
    margin-right: 10px;
  }
  footer .footer-top .wrap-contacts .adress {
    white-space: normal;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
.d-flex{
  display: flex;
}
.f-wrap{
  flex-wrap: wrap;
}
.j-center{
  justify-content: center;
}
.align-center{
  align-items: center;
}
.g-10{
  gap: 10px;
}
.g-15{
  gap: 15px;
}
.g-60{
  gap: 60px;
}
.g-120{
  gap: 120px;
}
.m-b-20{
  margin-bottom: 20px;
}
div#pop-up-form-quiz {
  max-width: 1000px;
  background: white;
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 4px 37px rgb(43 43 43 / 10%);
  border-radius: 5px;
  padding: 64px 10px;
}
div#pop-up-form-quiz button.mfp-close {
  top: 30px;
  right: 30px;
}
.form-quiz {
  text-align: center;
}
.tab{
  display: none;
}
.tab.active{
  display: block;
}
.tab h3 {
  margin-bottom: 20px;
  color: #292929;
  margin-top: 30px;
}
.btn-tab{
  padding: 9.5px 15px;
  height: 60px;
  max-width: 345px;
  width: 100%;
  border: 1px solid #878686;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #878686;
  cursor: pointer;
}
.btn-tab.active{
  color: #DD0020;
  border: 1px solid #DD0020;
}
.error-block{
  display: none;
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}
.prog-tabs span {
  border: 2px solid #DDDDDD;
  height: 48px;
  width: 48px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DDDDDD;
}
.prog-tabs mark {
  height: 1px;
  background: #DDDDDD;
  width: 27px;
  display: block;
}
.prog-tabs span.active {
  color: #DD0020;
  border-color: #DD0020;
}
.prog-tabs mark.active {
  background: #DD0020;
}
.tab-1-1 .btn-tab {
  width: 150px;
}
.tab-1-2 .btn-tab,
.tab-2-1 .btn-tab{
  width: 160px;
}
.tab-1-3 .btn-tab,
.tab-2-4 .btn-tab{
  padding: 18.5px;
  width: max-content;
}
.w-575-auto{
  max-width: 575px;
  margin: 0 auto;
}
.w-600-auto{
  max-width: 600px;
  margin: 0 auto;
}
.tab-1-3 p,
.tab-2-4 p{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  color: #878686;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.tab-1-3 h3{
  margin-bottom: 0px;
}
.tab-1-4 .btn-tab {
  width: 137px;
}
.tab-1-4 input,
.tab-1-5 input,
.tab-2-4 input,
.tab-2-5 input,
.tab-2-7 input
{
  margin-top: 25px;
  border: none;
  border-bottom: 1px solid #878686;
  max-width: 580px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #878686;
  padding: 11px;
  font-family: 'Montserrat', sans-serif;
}
.tab-1-4 input:focus-visible {
  border: none;
}
.tab-1-4 .after-input,
.tab-2-5 .after-input
{
  max-width: 580px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  margin-top: 7px;
  color: #B7B7B7;
}
.after-input.error{
  color: red;
}
.tab-1-5 p,
.tab-2-7 p {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #878686;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}
.tab-2-7 p span,
.tab-1-5 p span{
  font-weight: 600;
}
.tab-2-7 input.error,
.tab-1-5 input.error{
  border-color: red;
}
.tab-2-8 h3,
.tab-1-6 h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  margin-top: 47px;
  margin-bottom: 15px;
}
.tab-2-8 h4,
.tab-1-6 h4 {
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
  color: #292929;
  margin: 0;
  margin-bottom: 70px;
}



.next{
  padding: 15px;
  max-width: 270px;
  width: 100%;
  background: #DD0020;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 30px;
}
.back{
  cursor: pointer;
  display: none;
}
.wrap-back-button {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  cursor: pointer;
  color: #878686;
}
.tab-2-4 input {
  max-width: 536px;
}
.tab-2-4 .btn-tab {
  max-width: 172px;
  width: 100%;
}
.tab-2-5 .btn-tab {
  max-width: 237px;
}
.tab-2-5 input, .tab-2-5 .after-input {
  max-width: 483px;
}
.tab-2-5 .count--1,
.tab-2-5 .count--2{
  display: none;
}
input.error {
  border-color: red;
}
.tab-2-6 .btn-tab {
  max-width: 238px;
}
.tab-2-6 .btn-tab.f{
  margin: 0 auto;
  max-width: 486px;
  margin-bottom: 10px;
}
.custom-file {
  margin-top: 17px;
  margin-bottom: -10px;
}
.custom-file .__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #878686;
  cursor: pointer;
}
.remove-file{
  display: none;
  height: 20px;
  cursor: pointer;
}
.remove-file.active{
  display: unset;
}
.custom-file .__text.active {
  cursor: unset;
}
@media (max-width: 755px) {
  .content-tab__ {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

 .tab-1-3 .btn-tab {
   width: 178px;
 }
.tab-1-2 .btn-tab,
.tab-2-1 .btn-tab {
  width: 170px;
}
.tab-2-4 .btn-tab {
  max-width: 176px;
}
@media (max-width: 700px) {
  .btn-tab{
    height: auto;
  }
  .tab-2-6 .btn-tab {
    width: 100%;
    max-width: 100%;
  }
}

.top-banner .video-content .btn {
  margin-top: 10px;
  display: block;
  width: max-content;
  padding: 20px 45px;
  float: right;
  font-size: 18px;
}
.f-s14{
	font-size: 14px;
}
.tab-1-2 .btn-tab, .tab-2-1 .btn-tab {
  height: unset;
}