@import url("../fonts/circe/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header {
  position: relative;
}
.header::after {
  content: '';
  position: absolute;
  top: 100px;
  background: #f4f4f4;
  width: 100%;
  height: 1px;
  z-index: 11;
}
@media (max-width: 1000px) {
  .header::after {
    top: 40px;
  }
}
.header__wrapp {
  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;
}
@media (max-width: 1000px) {
  .header__wrapp {
    display: none;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 1000px) {
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__info {
  background: #ffffff;
  z-index: 10;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__info-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header__info-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  margin-right: auto;
}
.header__info-logo-img {
  width: 60px;
  height: 60px;
  background: url("./../img/logo.png") no-repeat;
  margin-right: 15px;
}
.header__info-logo-title {
  padding-top: 2px;
  width: 200px;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
}
.header__info-data {
  padding-top: 4px;
  margin-right: 30px;
  max-width: 755px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.header__info-tel {
  position: relative;
  padding-left: 30px;
}
.header__info-tel div:last-child {
  margin-top: 5px;
}
.header__info-tel::before {
  position: absolute;
  top: 1px;
  left: 4px;
  content: '';
  width: 14px;
  height: 14px;
  background: url("./../img/icon/tel.png");
}
.header__info-email {
  position: relative;
  padding-left: 30px;
}
.header__info-email::before {
  position: absolute;
  top: 2px;
  left: 3px;
  content: '';
  width: 14px;
  height: 11px;
  background: url("./../img/icon/message.png");
}
.header__info-contrl div {
  position: relative;
  padding-left: 30px;
  <!--cursor: url("./../img/control/cursor.png"), pointer;--!>
}
.header__info-contrl div:last-child::before {
  position: absolute;
  top: 3px;
  left: 4px;
  content: '';
  width: 14px;
  height: 9px;
  background: url("./../img/icon/eye.png");
}
.header__info-contrl div:first-child::before {
  position: absolute;
  top: 1px;
  left: 5px;
  content: '';
  width: 12px;
  height: 14px;
  background: url("./../img/icon/man.png");
}
.header__info-contrl div:last-child {
  margin-top: 5px;
}
.header__info-language {
  padding-top: 4px;
  margin-right: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.header__info-language div {
  padding-left: 25px;
  position: relative;
  color: #f4f4f4;
}
.header__info-language div.active {
  padding-left: 25px;
  position: relative;
  color: #2c2a29;
}
.header__info-language div:last-child {
  margin-top: 5px;
}
.header__info-language div.active:first-child::before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  background: url("./../img/icon/ru.png") no-repeat;
  width: 14px;
  height: 14px;
}
/*.header__info-language div.active:last-child::before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  background: url("./../img/icon/en.png") no-repeat;
  width: 14px;
  height: 14px;
}*/
.header__nav {
  background: #ffffff;
  z-index: 10;
  height: 59px;
}
.header__nav-wrapp {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1179px;
  width: 100%;
  margin-right: auto;
  padding-right: 10px;
}
.header__nav-item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.header__nav-item.c-menu {
  padding-right: 19px;
  position: relative;
}
.header__nav-item.c-menu.active {
  color: #3bb6d1;
}
.header__nav-item.c-menu::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0px;
  background: url("./../img/control/context-menu-btn.png");
  width: 10px;
  height: 6px;
}
.header__nav-item.c-menu.active::after {
  background: url("./../img/control/context-menu-btn-active.png");
}
.header__nav-search {
  width: 21px;
  height: 18px;
  background: url("./../img/control/search.png") no-repeat;
  margin-right: 35px;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.header__nav-search.active {
  background: url("./../img/control/search-active.png") no-repeat;
}
.header__search-block {
  width: 100%;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__search-block.active {
  top: 160px;
}
@media (max-width: 1000px) {
  .header__search-block.active {
    top: 40px;
  }
}
.context-menu__list {
  z-index: 2;
  position: absolute;
  top: 160px;
  left: -10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 32px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.context-menu__list:last-child {
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.context-menu__list.hide {
  top: -100vh;
}
.context-menu__item {
  max-width: 290px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.header-mob {
  z-index: 10;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
.header-mob__burger {
  background: #3bb6d1;
  height: 40px;
  width: 54px;
  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;
}
.header-mob__burger-wrapp {
  width: 20px;
  height: 12px;
  position: relative;
}
.header-mob__burger-wrapp span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-mob__burger-wrapp.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header-mob__burger-wrapp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mob__burger-wrapp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mob__burger-wrapp.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
.header-mob__burger-wrapp.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
}
.header-mob__logo {
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  margin-left: 15px;
  margin-right: auto;
}
.header-mob__search-btn {
  width: 18px;
  height: 18px;
  background: url("./../img/icon/search_mob.png") no-repeat;
  margin-right: 20px;
}
.header-mob__personal-area-btn {
  width: 18px;
  height: 18px;
  background: url("./../img/icon/man-mob.png") no-repeat;
  margin-right: 20px;
}
.header-mob__menu {
  display: none;
  padding: 25px 15px 20px 15px;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  .header-mob__menu {
    display: block;
    width: 100%;
  }
}
.header-mob__menu.hide {
  top: -150vh;
}
.header-mob__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.header-mob__menu-item {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.header-mob__info-data {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mob__info-tel {
  position: relative;
  padding-left: 30px;
}
.header-mob__info-tel div:last-child {
  margin-top: 5px;
}
.header-mob__info-tel::before {
  position: absolute;
  top: 1px;
  left: 4px;
  content: '';
  width: 14px;
  height: 14px;
  background: url("./../img/icon/tel.png");
}
.header-mob__info-email {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.header-mob__info-email::before {
  position: absolute;
  top: 2px;
  left: 3px;
  content: '';
  width: 14px;
  height: 11px;
  background: url("./../img/icon/message.png");
}
.header-mob__info-language {
  margin-top: 27px;
  padding-top: 4px;
  margin-right: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.header-mob__info-language div {
  padding-left: 25px;
  position: relative;
  color: #f4f4f4;
}
.header-mob__info-language div.active {
  padding-left: 25px;
  position: relative;
  color: #2c2a29;
}
.header-mob__info-language div:last-child {
  margin-left: 55px;
}
.header-mob__info-language div.active:first-child::before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  background: url("./../img/icon/ru.png") no-repeat;
  width: 14px;
  height: 14px;
}
.header-mob__info-language div.active:last-child::before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  background: url("./../img/icon/en.png") no-repeat;
  width: 14px;
  height: 14px;
}
.mob-context-menu__btn {
  position: relative;
}
.mob-context-menu__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("./../img/control/context-menu-btn.png");
}
.mob-context-menu.active .mob-context-menu__btn::before {
  background: url("./../img/control/context-menu-btn-active-mob.png");
}
.mob-context-menu__list {
  padding-left: 15px;
  padding-top: 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.mob-context-menu.active .mob-context-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mob-context-menu__item {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: initial;
}
.search-block {
  background: #ffffff;
}
.search-block__input-wrapp {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-block__input {
  max-width: 500px;
  width: 100%;
  margin-right: auto;
}
.search-block__input input {
  width: 100%;
  padding-left: 15px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
}
.search-block__input input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #dad8d8;
}
.search-block__input input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #dad8d8;
}
.search-block__input input::-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #dad8d8;
}
.search-block__input input::placeholder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #dad8d8;
}
.search-block__button-ok {
  padding: 15px 42px;
  margin-right: 33px;
  background: #3bb6d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  .search-block__button-ok {
    display: none;
  }
}
.search-block__button-ok:hover {
  background: #f47195;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.search-block__button-clear {
  width: 26px;
  height: 26px;
  background: url("./../img/control/clear-btn.png") no-repeat;
  margin-right: 35px;
  cursor: url("./../img/control/cursor.png"), pointer;
}
@media (max-width: 1000px) {
  .search-block__button-clear {
    display: none;
  }
}
.search-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 300px;
  overflow-y: scroll;
  margin-right: 10px;
}
.search-block__list.hide {
  display: none;
}
.search-block__list::-webkit-scrollbar {
  width: 12px;
}
.search-block__list::-webkit-scrollbar-track {
  border: 2px solid #c4c4c4;
  border-radius: 20px;
  background-color: none;
}
.search-block__list::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 20px;
}
.search-block__item {
  padding: 12.5px 0;
  padding-left: 45px;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-block__item:hover {
  color: #3bb6d1;
  background: #fafafa;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.footer {
  position: relative;
  background: #ffffff;
}
.footer::after {
  content: '';
  position: absolute;
  top: 58px;
  background: #f4f4f4;
  width: 100%;
  height: 1px;
  z-index: 11;
}
@media (max-width: 1000px) {
  .footer::after {
    display: none;
  }
}
.footer__nav {
  z-index: 10;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1000px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav-list {
  padding-left: 15px;
  max-width: 1151px;
  width: 100%;
  height: 58px;
  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;
}
@media (max-width: 1220px) {
  .footer__nav-list {
    padding-left: 0px;
  }
}
.footer__nav-item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  cursor: url("./../img/control/cursor.png"), pointer;
}
.footer__nav-item.c-menu {
  padding-right: 19px;
  position: relative;
}
.footer__nav-item.c-menu.active {
  color: #3bb6d1;
}
.footer__nav-item.c-menu::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0px;
  background: url("./../img/control/context-menu-btn.png");
  width: 10px;
  height: 6px;
}
.footer__nav-item.c-menu.active::after {
  background: url("./../img/control/context-menu-btn-active.png");
}
.footer__contacts {
  padding-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1169px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
  background: #ffffff;
  position: relative;
}
@media (max-width: 460px) {
  .footer__contacts {
    padding-top: 15px;
  }
}
@media (max-width: 1000px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 460px) {
  .footer__contacts {
    font-size: 14px;
  }
}
.footer__contacts-registr {
  max-width: 424px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.footer__contacts-registr div:nth-child(2) {
  max-width: 418.5px;
  width: 100%;
}
@media (max-width: 460px) {
  .footer__contacts-registr div:nth-child(2) span {
    display: block;
  }
}
.footer__contacts-info {
  max-width: 424px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
@media (max-width: 1000px) {
  .footer__contacts-info {
    margin-top: 25px;
  }
}
.footer__contacts-info p:last-child {
  margin-top: 4px;
}
.footer__contacts-info div {
  padding-left: 28px;
  position: relative;
}
.footer__contacts-info div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 18px;
  height: 18px;
}
.footer__contacts-info div:nth-child(1) {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer__contacts-info div:nth-child(1) {
    width: auto;
  }
}
.footer__contacts-info div:nth-child(1)::before {
  background: url("./../img/icon/location.png") no-repeat;
  background-position: center;
}
.footer__contacts-info div:nth-child(2)::before {
  background: url("./../img/icon/tel.png") no-repeat;
  background-position: center;
}
.footer__contacts-info div:nth-child(3)::before {
  background: url("./../img/icon/message.png") no-repeat;
  background-position: center;
}
@media (max-width: 1000px) {
  .footer__contacts-social {
    margin-top: 23px;
  }
}
@media (max-width: 460px) {
  .footer__contacts-social {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.footer__contacts-social a {
  cursor: url("./../img/control/cursor.png"), pointer;
}
.footer__protection-rights {
  padding-top: 51px;
  padding-bottom: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 1034px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1000px) {
  .footer__protection-rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    margin-top: 18px;
  }
}
@media (max-width: 460px) {
  .footer__protection-rights {
    font-size: 14px;
    line-height: 18px;
    padding-left: 2px;
  }
}
.footer__protection-rights div:nth-child(1) {
  max-width: 645px;
  width: 100%;
}
@media (max-width: 460px) {
  .footer__protection-rights div:nth-child(1) span {
    display: block;
  }
}
.footer__protection-rights div:nth-child(1) span span {
  padding-left: 4px;
}
@media (max-width: 460px) {
  .footer__protection-rights div:nth-child(1) span span {
    padding-left: 3px;
    display: inline;
  }
}
@media (max-width: 1000px) {
  .footer__protection-rights div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 25px;
  }
}
.footer__protection-rights div:nth-child(2) {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer__protection-rights div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 460px) {
  .footer__protection-rights div:nth-child(2) {
    max-width: 265px;
  }
}
.context-menu-f__list {
  position: absolute;
  bottom: 400px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 32px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: url("./../img/control/cursor.png"), pointer;
  z-index: 1;
}
.context-menu-f__list:last-child {
  left: 59%;
  -webkit-transform: translateX(-59%);
          transform: translateX(-59%);
}
.context-menu-f__list.hide {
  bottom: -100vh;
}
.context-menu-f__item {
  max-width: 290px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
html {
  height: 100%;
}
body {
  min-height: 100vh;
  font-family: 'Circe', Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #2c2a29;
}
input,
button {
  font-family: 'Circe', Helvetica, sans-serif;
  font-style: normal;
}
.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
@media (max-width: 460px) {
  .container {
    padding: 0 15px;
  }
}
.main {
  margin: 0 auto;
  background: #f4f4f4;
  width: 100%;
}
.arrow-top {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 102px;
  right: 180px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media (max-width: 1650px) {
  .arrow-top {
    right: 30px;
  }
}
.arrow-top-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 17px;
  background: url("./../img/control/arrow-top.png") no-repeat;
}
.arrow-top.top {
  display: block;
}
@media (max-width: 1000px) {
  .arrow-top.top {
    display: none;
  }
}
/* NEW */
.main {min-height: 500px}
@media (max-width: 1350px) {
  .context-menu__list:last-child {
    left: 55.5%;
  }
}
@media (max-width: 1320px) {
  .context-menu__list:last-child {
    left: 56.5%;
  }
}
@media (max-width: 1290px) {
  .context-menu__list:last-child {
    left: 58%;
  }
}
@media (max-width: 1230px) {
  .context-menu__list:last-child {
    left: 59.5%;
  }
}
@media (max-width: 1130px) {
  .context-menu__list:last-child {
    left: 61%;
  }
}
@media (max-width: 1070px) {
  .context-menu__list:last-child {
    left: 62%;
  }
}
@media (max-width: 1800px) {
  .context-menu-f__list:last-child {
    left: 60%;
  }
}
@media (max-width: 1650px) {
  .context-menu-f__list:last-child {
    left: 61%;
  }
}
@media (max-width: 1500px) {
  .context-menu-f__list:last-child {
    left: 62%;
  }
}
@media (max-width: 1350px) {
  .context-menu-f__list:last-child {
    left: 64%;
  }
}
@media (max-width: 1300px) {
  .context-menu-f__list:last-child {
    left: 66%;
  }
}
@media (max-width: 1270px) {
  .context-menu-f__list:last-child {
    left: 68%;
  }
}
@media (max-width: 1200px) {
  .context-menu-f__list:last-child {
    left: 71%;
  }
}
@media (max-width: 1070px) {
  .context-menu-f__list:last-child {
    left: 74%;
  }
}
.searchAjax{
  font-size: 20px;
}