@charset "UTF-8";
@import "normalize.css";
html {
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

:root {
  --scrollbar-width: 15px;
}

body {
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
}

.tilda-page {
  background: #fff;
}

#wrapper {
  width: 1200px;
  margin: 0 auto;
  flex: 1 0 auto;
}

@media screen and (max-width: 1300px) {
  #wrapper {
    width: 100%;
  }
}
.with_laborUnionFranchise {
  display: none;
}

.with_laborUnionFranchise.visible {
  display: block;
}

.universal-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.universal-header .logo-768, .universal-header .partner-logo-in-middle {
  display: none;
}
.universal-header .menu, .universal-header .burger {
  display: none;
  visibility: hidden;
}
.universal-header .menu-content {
  display: none !important;
}
.universal-header .link {
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #51595C;
}
.universal-header .link.logout-button {
  text-transform: uppercase;
  text-decoration: none;
  color: #9DA3A7;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.universal-header .link.no-underline {
  text-decoration: none;
}
.universal-header .link img {
  vertical-align: middle;
}
.universal-header .link.link-contact {
  display: flex;
  flex-direction: row;
}
.universal-header .link.link-contact .icon {
  padding-right: 5px;
}
.universal-header .link.link-contact .icon img {
  vertical-align: initial;
}
.universal-header .link.link-contact .text {
  line-height: 20px;
}
.universal-header .link-contact + .link-contact {
  margin-left: 10px;
}
.universal-header .menu-content-320 .link-contact + .link-contact {
  margin-left: 0;
  margin-top: 10px;
}
.universal-header .menu .menu-content-320 {
  width: 360px;
}
.universal-header .menu .menu-content-320 .partner-header-320 > div:nth-child(1) {
  padding-left: 43px;
  padding-right: 43px;
}
.universal-header .menu .menu-content-320 .links-buttons {
  padding-left: 43px;
  padding-right: 43px;
}
.universal-header .menu .menu-content-320 .links-buttons a.only-after-940 {
  display: none;
}
.universal-header .login-form {
  margin-left: 25px;
  position: relative;
}
.universal-header .login-form ul.auth-errors {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  color: #D2353F;
}
.universal-header .login-form ul.auth-errors li {
  font-size: 12px;
  height: 18px;
}
.universal-header .login-form form {
  display: flex;
  margin-top: 10px;
}
.universal-header .login-form .login-form__no-password {
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  text-decoration-line: underline;
}
.universal-header .login-form .login-form__row {
  display: flex;
  justify-content: flex-end;
}
.universal-header .login-form .login-form__row.hidden {
  display: none;
}
.universal-header .login-form__enter-with-password {
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #51595C;
  cursor: pointer;
  margin-right: 48px;
  display: flex;
  align-items: center;
}
.universal-header .login-form .login-form__title {
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
.universal-header .login-form .input-wrapper {
  position: relative;
  width: 267px;
  padding-right: 20px;
}
.universal-header .login-form .input-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: url("/img/lock.svg");
  pointer-events: none;
  top: 13px;
  right: 31px;
}
.universal-header .login-form input {
  border: 1px solid #CBCED0;
  border-radius: 10px;
  width: 267px;
  height: 40px;
  position: relative;
  font-size: 14px;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
}
.universal-header .login-form input.error {
  border: 1px solid #E41937;
}
.universal-header .login-form input:focus {
  outline: none;
  border-color: #7e8183;
}
.universal-header .login-form .button {
  width: 94px;
  height: 40px;
  background: #E41937;
  border-radius: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: background 0.2s ease-in-out;
  will-change: background;
  cursor: pointer;
  user-select: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
}
.universal-header .login-form .button.get-discount {
  width: 189px;
}
.universal-header .login-form .button:hover {
  background: #b1142d;
}
.universal-header .menu .menu-content-320 {
  display: block;
  padding-bottom: 20px;
  background: #fff;
  right: 0;
  position: absolute;
  z-index: 2;
}
.universal-header .menu .menu-content-320 .contact {
  display: none;
}
.universal-header .menu .menu-content-320 .links-buttons {
  padding-top: 13px;
}
.universal-header .menu .menu-content-320 .links-buttons a {
  width: 100%;
  border: 1px solid #CBCED0;
  border-radius: 10px;
  color: #51595C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.universal-header .menu .menu-content-320 .links-buttons a.exit {
  border: 1px solid #E41937;
  color: #E41937;
}
.universal-header .menu .menu-content-320 .links-buttons a + a {
  margin-top: 10px;
}
.universal-header .menu .menu-content-320 .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.universal-header .menu .menu-content-320 .partner-header-320 {
  padding-right: 0;
  line-height: 21px;
  display: flex;
  padding-top: 0;
  text-align: center;
  margin-top: 11px;
  border-top: 1px solid #CBCED0;
}
.universal-header .menu .menu-content-320 .partner-header-320 .login-form {
  margin-left: 0;
  padding-left: 0;
}
.universal-header .menu .menu-content-320 .partner-header-320 .login-form ul.auth-errors li {
  height: auto;
}
.universal-header .menu .menu-content-320 .partner-header-320 .login-form .input-wrapper {
  width: 100% !important;
  padding: 0 !important;
}
.universal-header .menu .menu-content-320 .partner-header-320 .login-form form {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.universal-header .menu .menu-content-320 .partner-header-320 .login-form form .button {
  margin-top: 15px;
  width: 100%;
}
.universal-header .menu .menu-content-320 .partner-header-320 > div:nth-child(1) {
  width: 100%;
  padding-top: 14px;
}
.universal-header .menu .menu-content-320 .partner-header-320 > div:nth-child(2) {
  width: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 21px;
}
.universal-header .menu .menu-content-320 .partner-header-320 .text {
  font-size: 14px;
  color: #51595C;
  text-align: left;
}
.universal-header .menu .menu-content-320 .partner-header-320 .partner-name, .universal-header .menu .menu-content-320 .partner-header-320 .person-name {
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  color: #51595c;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.universal-header .menu .menu-content-320 .partner-header-320 .partner-name.polegche-parnisha, .universal-header .menu .menu-content-320 .partner-header-320 .person-name.polegche-parnisha {
  font-weight: normal;
}
.universal-header .partner-header-320 {
  display: none;
}
.universal-header .header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.universal-header .header .root-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.universal-header .header .logo {
  width: 192px;
  height: 48px;
}
.universal-header .header .middle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.universal-header .header .middle .login-btn-on-tablet {
  display: none;
}
@media screen and (max-width: 1299px) {
  .universal-header .header .middle .zzzz, .universal-header .header .middle .xxxx, .universal-header .header .middle .partner-logo-in-middle, .universal-header .header .middle .links-in-middle {
    display: none !important;
  }
  .universal-header .header .middle .partner-logo-like-tablet {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-bottom: 10px;
  }
  .universal-header .header .middle .login-btn-on-tablet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    background: #E41937;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #F6F6F6;
    position: absolute;
    right: 70px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1300px) {
  .universal-header .header .middle {
    position: relative;
  }
  .universal-header .header .middle .partner-logo-like-tablet {
    display: none;
  }
  .universal-header .header .middle .zzzz {
    display: flex;
  }
  .universal-header .header .middle .zzzz .sl {
    position: relative;
    left: 30px;
  }
  .universal-header .header .middle .xxxx {
    position: relative;
    top: 5px;
    height: 55px;
    line-height: 40px;
  }
  .universal-header .header .middle .links-in-middle {
    justify-content: flex-start !important;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.universal-header .header .middle .links-in-middle {
  display: flex;
  flex: 1;
}
.universal-header .header .middle .links-in-middle .link-button {
  display: inline-block;
  text-decoration: none;
  color: #51595C;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.universal-header .header .middle .links-in-middle .link-button.active {
  padding: 0 20px;
  border-radius: 10px;
  background: #F6F6F6;
}
.universal-header .header .middle .links-in-middle .link-button + .link-button {
  margin-left: 20px;
}
.universal-header .header .partner-info.guest {
  width: auto;
  margin-left: 0;
}
.universal-header .header .partner-info.guest .header-desktop-login-action {
  padding-left: 0;
}
.universal-header .header .partner-info.guest::before {
  display: none;
}
.universal-header .header .partner-info {
  display: flex;
  position: relative;
  width: 410px;
  align-items: center;
}
.universal-header .header .partner-info .header-desktop-login-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  flex: 1;
  padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
  .universal-header .header .partner-info .header-desktop-login-action {
    flex: none;
  }
}
.universal-header .header .partner-info .header-desktop-login-action .enter-with-password {
  margin-left: -20px;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #F6F6F6;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 40px;
  background: #E41937;
  border-radius: 10px;
}
.universal-header .header .partner-info .header-desktop-login-action .get-discount {
  height: 40px;
  background: #E41937;
  border-radius: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: background 0.2s ease-in-out;
  will-change: background;
  cursor: pointer;
  user-select: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration: none;
  width: 189px;
}
.universal-header .header .partner-info .header-desktop-login-action .get-discount:hover {
  background: #b1142d;
}
.universal-header .header .partner-info .partner-logo {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.universal-header .header .partner-info .partner-header-right {
  padding-right: 0;
  line-height: 21px;
  width: auto;
  max-width: 300px;
  min-width: 250px;
}
.universal-header .header .partner-info .partner-header-right .text {
  font-size: 15px;
  color: #51595C;
}
.universal-header .header .partner-info .partner-header-right .partner-name {
  font-weight: 700;
  font-size: 15px;
  color: #51595c;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.universal-header .header .partner-info .partner-header-right .partner-name.polegche-parnisha {
  font-weight: normal;
}
.universal-header .header .partner-info .partner-header-right .person-name {
  font-weight: 700;
  font-size: 15px;
  color: #51595c;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.universal-header .header .menu {
  opacity: 0;
  will-change: transform, opacity;
}
.universal-header .header .menu .menu-content-320 {
  display: none;
}
.universal-header .header .menu .menu-content-desktop {
  z-index: 2;
  width: 446px;
  background: #fff;
  height: 131px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 21px;
  right: 0;
}
.universal-header .header .menu .menu-content-desktop .login-form {
  margin: 0;
}
.universal-header .header .menu .menu-content-desktop .login-form form {
  margin-top: 0;
}
.universal-header .header .menu {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}
.universal-header .header .menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.universal-header .header .menu .menu-content {
  z-index: 3;
  background: #fff;
  width: 100%;
  height: 143px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  position: relative;
  top: -20px;
}
.universal-header .header .menu .menu-content .links {
  padding-top: 46px;
  padding-left: 39px;
}
.universal-header .header .menu .menu-content .partner-info {
  flex-direction: column;
}
.universal-header .header .menu .menu-content .partner-info .partner-logo {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: -10px;
}
.universal-header .header .menu .menu-content .partner-info .partner-header-right {
  padding-right: 20px;
  line-height: 23px;
  width: 212px;
  padding-top: 10px;
}
.universal-header .header .menu .overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background: #CBCED0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

@media screen and (max-width: 1300px) {
  .universal-header::before {
    height: 110px;
  }
  .universal-header .header {
    position: relative;
    height: 110px;
  }
  .universal-header .header .menu {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
  }
  .universal-header .header .menu .menu-content-desktop {
    display: none;
  }
  .universal-header .header .menu .menu-content-320 {
    display: block;
  }
  .universal-header .header .menu.active {
    visibility: visible;
    opacity: 1;
  }
  .universal-header .header .menu .menu-content {
    z-index: 3;
    background: #fff;
    width: 100%;
    height: 143px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    top: -20px;
  }
  .universal-header .header .menu .menu-content .links {
    padding-top: 46px;
    padding-left: 39px;
  }
  .universal-header .header .menu .menu-content .partner-info {
    flex-direction: column;
  }
  .universal-header .header .menu .menu-content .partner-info .partner-logo {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: -10px;
  }
  .universal-header .header .menu .menu-content .partner-info .partner-header-right {
    padding-right: 20px;
    line-height: 23px;
    width: 212px;
    padding-top: 10px;
  }
  .universal-header .header .menu .overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: #CBCED0;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1;
    opacity: 0.5;
  }
  .universal-header .header .burger {
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
  }
  .universal-header .header .burger .icon {
    display: block;
    background-size: 30px 18px;
    background: url("/img/burger.svg") no-repeat center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .universal-header .header .burger.active .icon {
    background-size: 38px 38px;
    background: url("/img/burger-close.svg") no-repeat center;
  }
  .universal-header .header .logo {
    margin-left: 40px;
  }
  .universal-header .header .middle {
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 0;
    padding-top: 0;
  }
  .universal-header .header > .partner-info {
    display: none;
    visibility: hidden;
  }
  .universal-header .partner-logo-in-middle {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 150px;
    max-height: 70px;
  }
  .universal-header .universal-header::before {
    height: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .universal-header .header .middle .links-in-middle .only-more-940 {
    display: none;
    visibility: hidden;
  }
  .universal-header .menu .menu-content-320 .links-buttons a.only-after-940 {
    display: flex;
  }
}
@media screen and (max-width: 1300px) {
  .universal-header .menu .menu-content-320 {
    width: 320px;
  }
  .universal-header .menu .menu-content-320 .partner-header-320 > div:nth-child(1) {
    padding-left: 23px;
    padding-right: 23px;
  }
  .universal-header .menu .menu-content-320 .partner-header-320 .text {
    text-align: center;
  }
  .universal-header .menu .menu-content-320 .partner-header-320 .partner-name, .universal-header .menu .menu-content-320 .partner-header-320 .person-name {
    text-align: center;
  }
  .universal-header .menu .menu-content-320 .links-buttons {
    padding-left: 23px;
    padding-right: 23px;
  }
  .universal-header .menu .menu-content-320 .contact {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .universal-header:before {
    height: 80px;
  }
  .universal-header .header {
    margin-top: 0;
    flex-wrap: initial;
    height: 80px;
  }
  .universal-header .header > .middle {
    padding: 0;
    justify-content: end;
  }
  .universal-header .header > .middle .links-in-middle {
    display: none;
    visibility: hidden;
  }
  .universal-header .header .logo-768 {
    display: block;
    width: 40px;
    height: 40px;
  }
  .universal-header .header .logo-1200 {
    display: none;
  }
  .universal-header .header .burger {
    display: none;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .universal-header .header .burger .icon {
    background-size: 30px 18px;
    width: 40px;
    height: 40px;
  }
  .universal-header .header .menu {
    top: 69px;
  }
  .universal-header .header .menu .overlay {
    top: 13px;
  }
  .universal-header .header .menu .menu-content {
    display: none;
  }
  .universal-header .header::after {
    background: url("/img/shadow-320.png") no-repeat;
    width: 320px;
    height: 23px;
    top: 80px;
    margin-left: -160px;
  }
  .universal-header .link {
    font-size: 14px;
    line-height: 19px;
  }
}
.login-motivation-block,
.login-motivation-block-tablet,
.login-motivation-block-phone {
  display: none;
}

@media screen and (max-width: 769px) {
  .login-motivation-block-phone {
    padding: 10px;
    width: 401px;
    background: #F6F6F6;
    border-radius: 8px;
    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #51595C;
    display: block;
    margin: 0 20px;
  }
  .universal-header::before {
    height: 160px;
  }
  .universal-header .header {
    height: 160px;
  }
  .universal-header .header .root-link,
  .universal-header .header .middle,
  .universal-header .header .partner-info,
  .universal-header .header .burger,
  .universal-header .header .menu {
    margin-bottom: 80px;
  }
  .universal-header .header .middle .login-motivation-block-phone {
    margin-bottom: -150px;
    width: 90%;
    position: absolute;
  }
}
@media screen and (min-width: 770px) and (max-width: 1299px) {
  .login-motivation-block-tablet {
    padding: 10px;
    width: 401px;
    background: #F6F6F6;
    border-radius: 8px;
    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #51595C;
    display: block;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1300px) {
  .login-motivation-block {
    padding: 10px;
    width: 401px;
    background: #F6F6F6;
    border-radius: 8px;
    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #51595C;
    display: block;
  }
}
.login-motivation-block-link {
  color: #E41937;
}

.header-contacts-dropdown,
.header-menu-dropdown {
  position: relative;
  display: inline-block;
}

.header-contacts-dropdown:hover,
.header-menu-dropdown:hover {
  cursor: pointer;
}

.header-contacts-dropdown-content,
.header-menu-dropdown-content {
  display: none;
  position: absolute;
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  background: #FFFFFF;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.header-menu-dropdown-content {
  margin-left: -90px;
}

.header-contacts-dropdown-content-hr,
.header-menu-dropdown-content-hr {
  border-top-color: #51595C;
}

.header-contacts-dropdown-content-text,
.header-menu-dropdown-content-text {
  text-transform: none;
  width: 250px;
  line-height: 20px;
}

@media screen and (min-width: 1300px) {
  .header-menu-dropdown {
    display: none;
  }
}
.menu-links {
  display: inline-block;
  text-decoration: none;
  color: #51595C;
  font-weight: 600;
  font-size: 15px;
  margin-right: 160px;
}

.menu-links .header-contacts-dropdown-link,
.menu-links .header-menu-dropdown-link {
  text-transform: none;
}

@media screen and (min-width: 1300px) {
  .menu-links {
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  .profile-link {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .profile-link {
    display: block;
  }
}
.profile-link .profile-header-menu img {
  width: 30px;
}

.banners {
  --swiper-pagination-color: rgba(196, 196, 196, 0.50);
  --swiper-navigation-color: rgba(196, 196, 196, 0.50);
  width: 100%;
  margin-top: 51px;
}
@media screen and (max-width: 1300px) {
  .banners {
    margin: 30px 40px 0;
    width: calc(100% - 80px);
    --swiper-navigation-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .banners {
    margin: 40px 0 0 0;
    width: 100%;
    --swiper-navigation-size: 11px;
  }
}
.banners .swiper-scrollbar {
  display: none !important;
}
.banners .swiper-container-horizontal > .swiper-scrollbar {
  display: none !important;
}
.banners .swiper-pagination {
  text-align: left;
  padding-left: 105px;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-pagination {
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-pagination {
    bottom: 42px;
  }
  .banners .swiper-pagination .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
  }
}
.banners .swiper-pagination-bullet {
  background: #C4C4C4;
  opacity: 0.5;
}
.banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banners .swiper-container {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container {
    height: 260px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container {
    height: 220px;
  }
}
.banners .swiper-container .swiper-slide {
  width: 100%;
}
.banners .swiper-container .swiper-slide.lamoda-banner {
  text-decoration: none;
}
.banners .swiper-container .swiper-slide.lamoda-banner .banner-content {
  padding-top: 10px;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .banner-content {
    padding-top: 30px;
  }
}
.banners .swiper-container .swiper-slide.lamoda-banner .title-in-banner {
  max-width: 430px;
  font-weight: normal;
  font-size: 30px;
  line-height: 41px;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .title-in-banner {
    max-width: 370px;
    font-size: 25px;
    line-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .title-in-banner {
    max-width: 150px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
  }
}
.banners .swiper-container .swiper-slide.lamoda-banner .title-in-banner span {
  display: block;
  margin-top: 15px;
}
.banners .swiper-container .swiper-slide.lamoda-banner .subTitle-in-banner {
  margin-top: 5px;
  max-width: 430px;
  font-size: 20px;
  line-height: 27px;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .subTitle-in-banner {
    max-width: 370px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .subTitle-in-banner {
    font-size: 12px;
    line-height: 16px;
    max-width: 160px;
  }
}
.banners .swiper-container .swiper-slide.lamoda-banner .lamoda-logo {
  width: 120px;
  height: 24px;
  background-image: url("/img/lamoda-logo.svg");
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .lamoda-logo {
    width: 100px;
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .lamoda-logo {
    width: 80px;
    height: 16px;
  }
}
.banners .swiper-container .swiper-slide.lamoda-banner .banner-bg {
  background-image: url("/img/lamoda-bg-big.jpg");
}
@media screen and (max-width: 688px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .banner-bg {
    background-image: url("/img/lamoda-bg-m.jpg");
  }
}
@media screen and (max-width: 320px) {
  .banners .swiper-container .swiper-slide.lamoda-banner .banner-bg {
    background-image: url("/img/lamoda-bg-s.jpg");
  }
}
.banners .swiper-container .swiper-slide .banner-content {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-left: 105px;
  padding-right: 105px;
  box-sizing: border-box;
  position: relative;
}
.banners .swiper-container .swiper-slide .banner-content[data-banner-id="73"] .button-in-banner, .banners .swiper-container .swiper-slide .banner-content[data-banner-id="74"] .button-in-banner {
  border: 1px solid #FFFFFF;
}
.banners .swiper-container .swiper-slide .banner-content .banner-bg {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide .banner-content .banner-bg {
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .banners .swiper-container .swiper-slide .banner-content {
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .banners .swiper-container .swiper-slide .banner-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide .banner-content {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide .banner-content {
    padding: 20px 20px 40px;
  }
}
.banners .swiper-container .swiper-slide.dark-bg .title-in-banner {
  color: #FFFFFF;
}
.banners .swiper-container .swiper-slide.dark-bg .subTitle-in-banner {
  color: #FFFFFF;
}
.banners .swiper-container .swiper-slide .title-in-banner {
  z-index: 2;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  margin-bottom: 10px;
  max-width: 450px;
  cursor: default;
  user-select: none;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide .title-in-banner {
    font-size: 25px;
    line-height: 34px;
    max-width: 310px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide .title-in-banner {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    max-width: 140px;
  }
}
.banners .swiper-container .swiper-slide .subTitle-in-banner {
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
  max-width: 450px;
  cursor: default;
  user-select: none;
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide .subTitle-in-banner {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide .subTitle-in-banner {
    font-size: 13px;
    line-height: 17px;
    max-width: 160px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .banners .swiper-container .swiper-slide .banner-content[data-banner-id="73"] .subTitle-in-banner, .banners .swiper-container .swiper-slide .banner-content[data-banner-id="74"] .subTitle-in-banner {
    max-width: 280px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide .banner-content[data-banner-id="73"], .banners .swiper-container .swiper-slide .banner-content[data-banner-id="74"] {
    padding-left: 30px;
  }
  .banners .swiper-container .swiper-slide .banner-content[data-banner-id="73"] .subTitle-in-banner, .banners .swiper-container .swiper-slide .banner-content[data-banner-id="74"] .subTitle-in-banner {
    font-size: 13px;
    line-height: 17px;
    max-width: 140px;
    margin-bottom: 0;
  }
}
.banners .swiper-container .swiper-slide .button-in-banner {
  box-sizing: border-box;
  z-index: 2;
  text-decoration: none;
  margin-top: 10px;
  min-width: 184px;
  height: 40px;
  background: #E41937;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .banners .swiper-container .swiper-slide .button-in-banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 400px;
  }
}

.banner-disclaimer {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
  width: calc(100% - 80px);
}
.banner-disclaimer div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.2s ease-in-out;
}
.banner-disclaimer div.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.categories {
  width: auto;
  display: flex;
  padding-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
  user-select: none;
}
@media screen and (max-width: 1240px) {
  .categories {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .categories {
    flex-direction: column;
    margin-top: 20px;
  }
}
.categories.has-active .category.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  background: #fff;
  border: 1px solid #fff;
}
.categories .category {
  background: transparent;
  border-radius: 10px;
  min-width: 174px;
  width: 283px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .categories .category {
    width: calc(50% - 40px);
    flex-direction: row;
    height: 40px;
    box-sizing: border-box;
    justify-content: center;
  }
  .categories .category br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .categories .category {
    width: auto;
  }
}
.categories .category:hover {
  opacity: 1;
}
.categories .category img {
  width: 45px;
  height: 30px;
  margin-right: 8px;
}
@media screen and (max-width: 1240px) {
  .categories .category img {
    width: 45px;
    height: 30px;
    margin-right: 8px;
  }
}
.categories .category span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #51595C;
  height: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .categories .category {
    margin: 10px 10px;
  }
}
@media screen and (max-width: 800px) {
  .categories .category {
    margin: 5px 0;
  }
}
@media screen and (min-width: 1240px) {
  .categories .category {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.main {
  margin-top: 20px;
}
.main h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
.main .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  justify-content: center;
}
.main .items .item {
  padding-top: 20px;
  position: relative;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 283px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: stretch;
  margin-top: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  background: #fff;
  box-sizing: border-box;
  order: 1;
}
.main .items .item.hidden {
  display: none;
  order: 100;
}
.main .items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.main .items .item .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  color: #51595C;
  margin: 0 10px;
  flex: 1;
}
@media all and (-ms-high-contrast: none) {
  .main .items .item .name {
    flex: none;
    width: 100%;
  }
}
.main .items .item .name small {
  display: block;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #51595C;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .main .items .item .name small {
    display: none;
  }
}
.main .items .item .actions {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .items .item .more-v2 {
  background-color: #E41937;
  padding: 10px 20px;
  height: 40px;
  width: auto;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.main .items .item .button {
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #E41937;
  padding: 10px 20px;
  margin-right: 10px;
  box-sizing: border-box;
  height: 40px;
  width: auto;
  cursor: pointer;
  background: #F6F6F6;
}
.main .items .item .discount {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: auto;
}
.main .items .item .discount .content {
  padding: 5px;
  width: auto;
  height: auto;
  display: flex;
  border-radius: 10px;
  border: 2px solid #E41937;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  .main .items .item .discount .content {
    width: 70px;
    text-align: center;
  }
}
.main .items .item .discount .content .value {
  color: #E41937;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  flex: 1;
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  .main .items .item .discount .content .value {
    text-align: center;
    flex: none;
  }
}
.main .items .item::before {
  content: "";
  background: #CBCED0;
  display: block;
  width: 100%;
  height: 1px;
  top: -14px;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.main .items .item::after {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  pointer-events: none;
}
.main .items .item.hot::after {
  content: "Горячее предложение";
  color: #E41937;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/fire.svg") no-repeat;
  background-size: 14px 19px;
  left: 0;
  padding-left: 20px;
}
.main .items.isAlfaCapitalWealth .item.hot::after {
  display: none;
}
.main .items .item.car::after {
  content: "Автомобили";
  color: #CBCED0;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/car.svg") no-repeat;
  background-size: 41px 15px;
  left: 0;
  padding-left: 47px;
}
.main .items .item.avia::after {
  content: "Авиация";
  color: #CBCED0;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/plane.svg") no-repeat;
  background-size: 30px 20px;
  left: 0;
  padding-left: 47px;
}
.main .items .item.special::after {
  content: "Специальное предложение";
  color: #CBCED0;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/clock.svg") no-repeat;
  background-size: 12px 20px;
  left: 0;
  padding-left: 19px;
  white-space: nowrap;
}
.main .items .item.continue::before {
  width: 150%;
  top: -14px;
  right: 0;
  left: -50%;
}
.main .items .item.continue::after {
  display: none !important;
}
.main .items .item.trip::after {
  content: "Путешествия";
  color: #CBCED0;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/trip.svg") no-repeat;
  background-size: 22px 20px;
  left: 0;
  padding-left: 27px;
}
.main .items .item.house::after {
  content: "Имущество";
  color: #CBCED0;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/grey-home.svg") no-repeat;
  background-size: 20px 20px;
  left: 0;
  padding-left: 26px;
}
.main .items .item.health::after {
  content: "Здоровье";
  color: #CBCED0;
  display: block;
  position: absolute;
  top: -40px;
  background: url("/icons/snake.svg") no-repeat;
  background-size: 15px 20px;
  left: 0;
  padding-left: 21px;
}

@media screen and (max-width: 1300px) {
  .main {
    margin: 0 auto;
    margin-top: 17px;
    padding: 0 30px;
    max-width: calc(100% - 120px);
  }
  .main .items {
    justify-content: space-around;
  }
  .main .items .item {
    width: calc(25% - 20px);
    margin-right: 0;
  }
  .main .items .item .name {
    width: 195px;
  }
}
@media screen and (max-width: 1000px) {
  .main .items .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0 20px;
  }
  .main .items {
    flex-direction: column;
  }
  .main .items .item {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
  }
  .main .items .item.hot + .hot::before {
    display: none;
  }
  .main .items .item.hot + .hot::after {
    display: none;
  }
  .main .items .item.hot + .hot {
    margin-top: 5px;
  }
  .main .items .item.car + .car::before {
    display: none;
  }
  .main .items .item.car + .car::after {
    display: none;
  }
  .main .items .item.car + .car {
    margin-top: 5px;
  }
  .main .items .item.trip + .trip::before {
    display: none;
  }
  .main .items .item.trip + .trip::after {
    display: none;
  }
  .main .items .item.trip + .trip {
    margin-top: 5px;
  }
  .main .items .item.house + .house::before {
    display: none;
  }
  .main .items .item.house + .house::after {
    display: none;
  }
  .main .items .item.house + .house {
    margin-top: 5px;
  }
  .main .items .item.special + .special::before {
    display: none;
  }
  .main .items .item.special + .special::after {
    display: none;
  }
  .main .items .item.special + .special {
    margin-top: 5px;
  }
  .main .items .item.health + .health::before {
    display: none;
  }
  .main .items .item.health + .health::after {
    display: none;
  }
  .main .items .item.health + .health {
    margin-top: 5px;
  }
  .main .items .item.health + .health::before {
    display: none;
  }
  .main .items .item.health + .health::after {
    display: none;
  }
  .main .items .item.health + .health {
    margin-top: 5px;
  }
  .main .items .item .icon {
    margin-bottom: 0;
  }
  .main .items .item .name {
    text-align: left;
    font-size: 13px;
    margin-right: 60px;
  }
  .main .items .item.no-discount .name {
    margin-right: 5px;
  }
  .main .items .item .discount {
    right: 3px;
    top: 3px;
  }
  .main .items .item .more {
    display: none;
  }
  .main .items .item .product-button {
    display: none;
  }
}
.aboutPrivilege {
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .aboutPrivilege {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPrivilege {
    padding: 0 20px;
  }
}
.aboutPrivilege h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 30px;
}
.aboutPrivilege p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  max-width: 590px;
}
.aboutPrivilege p + p {
  padding-top: 20px;
}

.benefits {
  margin-top: 60px;
}
.benefits > * {
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .benefits {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits {
    padding: 0 20px;
  }
}
.benefits .header {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
}
@media screen and (max-width: 768px) {
  .benefits .header {
    font-size: 18px;
    line-height: 25px;
  }
}
.benefits .items {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .benefits .items {
    margin-top: 2px;
  }
}
@media screen and (max-width: 550px) {
  .benefits .items {
    flex-direction: column;
    margin-top: 0;
  }
}
.benefits .items .item {
  border: 1px solid #CBCED0;
  border-radius: 10px;
  width: 283px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.5s;
  padding: 0 5px;
  box-sizing: border-box;
}
.benefits .items .item .image {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 67px 67px;
  background-position: center;
}
.benefits .items .item .text {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #51595C;
}
@media all and (-ms-high-contrast: none) {
  .benefits .items .item .text {
    width: 240px !important;
  }
}
.benefits .items .item .sub-text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #51595C;
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .benefits .items .item .sub-text {
    padding: 0 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .benefits .items .item .sub-text {
    width: 100% !important;
    max-width: 240px !important;
  }
}
@media screen and (max-width: 1300px) {
  .benefits .items .item {
    width: calc((100% - 20px) / 2);
    margin-top: 24px;
  }
}
@media screen and (max-width: 550px) {
  .benefits .items .item {
    width: 100%;
    flex-direction: row;
    height: auto;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .benefits .items .item + .item {
    margin-top: 10px;
  }
  .benefits .items .item .image {
    background-size: 40px;
    background-position: top center;
    width: 71px;
    min-width: 71px;
    height: 60px;
  }
  .benefits .items .item .text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .benefits .items .item .text-group .text {
    text-align: left;
  }
  .benefits .items .item .text-group .sub-text {
    padding: 0;
    text-align: left;
  }
}
.benefits .items .item:nth-child(1) .image {
  background-image: url("/img/icon-1.svg");
}
.benefits .items .item:nth-child(1) .sub-text {
  width: 240px;
}
@media screen and (max-width: 1300px) {
  .benefits .items .item:nth-child(1) .sub-text {
    width: initial;
  }
}
.benefits .items .item:nth-child(2) .image {
  background-image: url("/img/icon-2.svg");
}
.benefits .items .item:nth-child(3) .image {
  background-image: url("/img/icon-3.svg");
}
.benefits .items .item:nth-child(3) .text {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .benefits .items .item:nth-child(3) .text {
    width: initial;
    margin: 0;
  }
}
.benefits .items .item:nth-child(4) .image {
  background-image: url("/img/icon-4.svg");
  background-size: 50px;
}
@media screen and (max-width: 550px) {
  .benefits .items .item:nth-child(4) .image {
    background-size: 36px;
  }
}
.benefits .items .item:nth-child(4) .text {
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .benefits .items .item:nth-child(4) .text {
    width: initial;
    margin: 0;
  }
}

.steps-wrapper-320 {
  display: none;
}

.steps-wrapper {
  margin-top: 60px;
}
.steps-wrapper h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 25px;
}
.steps-wrapper table, .steps-wrapper td, .steps-wrapper tr {
  border: 0;
}
.steps-wrapper table {
  border-spacing: 0;
  padding: 0;
  margin: 0;
}
.steps-wrapper td {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.steps-wrapper.steps-wrapper-vip .steps .step .text {
  width: 260px;
  padding-left: 10px;
}
.steps-wrapper .steps {
  width: 100%;
}
.steps-wrapper .steps .step {
  width: 100%;
}
.steps-wrapper .steps .step .number-td {
  width: 60px;
}
.steps-wrapper .steps .step .line-td {
  vertical-align: middle;
  padding: 0 20px;
}
.steps-wrapper .steps .step .number {
  width: 58px;
  height: 58px;
  border: 1px solid #9DA3A7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9DA3A7;
  font-size: 30px;
}
.steps-wrapper .steps .step .title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  margin-top: 5px;
}
.steps-wrapper .steps .step .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  padding-top: 10px;
  width: 210px;
}
.steps-wrapper .steps .step .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #9DA3A7;
}

@media screen and (max-width: 1300px) {
  .steps-wrapper {
    padding: 0 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .steps-wrapper {
    display: none;
  }
  .steps-wrapper-320 {
    display: block;
    margin-top: 30px;
    padding: 0 20px;
  }
  .steps-wrapper-320 h2 {
    color: #51595C;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 25px;
  }
  .steps-wrapper-320 table, .steps-wrapper-320 td, .steps-wrapper-320 tr {
    border: 0;
  }
  .steps-wrapper-320 table {
    border-spacing: 0;
    padding: 0;
    margin: 0;
  }
  .steps-wrapper-320 td {
    vertical-align: top;
    padding: 0;
    margin: 0;
  }
  .steps-wrapper-320 .steps {
    width: 100%;
  }
  .steps-wrapper-320 .steps .step {
    width: 100%;
  }
  .steps-wrapper-320 .steps .step .number-td {
    width: 60px;
  }
  .steps-wrapper-320 .steps .step .line-td {
    vertical-align: top;
  }
  .steps-wrapper-320 .steps .step .number {
    width: 58px;
    height: 58px;
    border: 1px solid #9DA3A7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9DA3A7;
    font-size: 30px;
    margin-right: 14px;
  }
  .steps-wrapper-320 .steps .step .title {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #51595C;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .steps-wrapper-320 .steps .step .text {
    font-size: 14px;
    line-height: 20px;
    color: #51595c;
    width: 199px;
  }
  .steps-wrapper-320 .steps .step .line {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 1px;
    height: 60px;
    background: #9DA3A7;
    box-sizing: border-box;
    margin-left: 28px;
  }
  .steps-wrapper-320 .steps .step .line.top {
    margin-bottom: 0;
  }
  .steps-wrapper-320 .steps .step .line.bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .steps-wrapper.steps-wrapper-vip .steps .step .text {
    width: 200px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .steps-wrapper .steps .step .text {
    width: 150px;
    padding-top: 12px;
  }
  .steps-wrapper.steps-wrapper-vip .steps .step .text {
    width: 160px;
    padding-left: 10px;
  }
}
.contactUs {
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .contactUs {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .contactUs {
    padding: 0 20px;
  }
}
.contactUs h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contactUs h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.contactUs .contact-methods {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .contactUs .contact-methods {
    flex-direction: column;
  }
}
.contactUs .contact-methods .method {
  border: 1px solid #9DA3A7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 10px 20px 20px;
  display: flex;
  min-height: 98px;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 1300px) {
  .contactUs .contact-methods .method {
    min-height: initial;
    padding: 20px;
  }
}
@media screen and (max-width: 840px) {
  .contactUs .contact-methods .method {
    padding: 15px;
  }
}
@media screen and (max-width: 840px) {
  .contactUs .contact-methods .method {
    width: 100%;
  }
  .contactUs .contact-methods .method + .method {
    margin-top: 15px;
  }
}
.contactUs .contact-methods .method .left {
  margin-right: 20px;
}
@media screen and (max-width: 840px) {
  .contactUs .contact-methods .method .left {
    margin-right: 10px;
  }
}
.contactUs .contact-methods .method .left .icon {
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .contactUs .contact-methods .method .left .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactUs .contact-methods .method .left .icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
  }
}
.contactUs .contact-methods .method .right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (max-width: 1300px) {
  .contactUs .contact-methods .method .right {
    justify-content: flex-start;
  }
}
.contactUs .contact-methods .method .right .link {
  text-decoration: none;
}
@media screen and (max-width: 840px) {
  .contactUs .contact-methods .method .right .link {
    min-height: 30px;
    line-height: 30px;
  }
}
.contactUs .contact-methods .method .right .link a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  text-decoration: none;
}
.contactUs .contact-methods .method .right .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
@media screen and (max-width: 1300px) {
  .contactUs .contact-methods .method .right .link + .text {
    margin-top: 10px;
  }
}

.news {
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .news {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 20px;
  }
}
.news h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.news .all-news-link {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #51595C;
}
.news .news-previews {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news .news-previews {
    flex-direction: column;
  }
}
.news .news-previews .preview {
  width: calc((100% - 60px) / 4);
  text-decoration: none;
}
.news .news-previews .preview .image {
  border-radius: 10px;
  overflow: hidden;
}
.news .news-previews .preview .image img {
  width: 100%;
  height: 139px;
  object-fit: cover;
}
.news .news-previews .preview .title {
  margin: 5px 0 10px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
.news .news-previews .preview .text {
  margin: 10px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
.news .news-previews .preview .date {
  margin: 10px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #51595C;
}
@media screen and (max-width: 1100px) {
  .news .news-previews .preview {
    width: calc((100% - 40px) / 3);
  }
  .news .news-previews .preview:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news .news-previews .preview {
    width: 100%;
  }
  .news .news-previews .preview + .preview {
    margin-top: 5px;
  }
  .news .news-previews .preview:nth-child(4) {
    display: block;
  }
}

.footer-wrapper {
  flex-shrink: 0;
  width: 100%;
  background: #9DA3A7;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.footer-wrapper .footer {
  width: 1200px;
  padding: 15px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-wrapper .footer a {
  color: #fff;
}
.footer-wrapper .footer a.no-underline {
  text-decoration: none;
}
.footer-wrapper .footer a img {
  vertical-align: middle;
}
.footer-wrapper .footer .link-contact {
  display: flex;
  flex-direction: row;
}
.footer-wrapper .footer .link-contact .icon {
  padding-right: 5px;
}
.footer-wrapper .footer .link-contact .icon img {
  vertical-align: initial;
}
.footer-wrapper .footer .link-contact .text {
  line-height: 20px;
}
.footer-wrapper .footer .link-contact + .link-contact {
  margin-top: 10px;
}
.footer-wrapper .footer .column {
  width: 320px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 1300px) {
  .footer-wrapper {
    width: 100%;
  }
  .footer-wrapper .footer {
    padding: 15px 40px;
  }
  .footer-wrapper .footer .column {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    width: 100%;
  }
  .footer-wrapper .footer {
    padding: 20px;
    flex-direction: column;
  }
  .footer-wrapper .footer .column {
    width: 100%;
  }
  .footer-wrapper .footer .column + .column {
    margin-top: 20px;
  }
}
.about-rec {
  display: flex;
  justify-content: space-between;
}
.about-rec .about-rec-item {
  padding-top: 20px;
  border-top: 1px solid #9DA3A7;
  width: calc((100% - 40px) / 3);
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about-rec .about-rec-item {
    width: 100%;
  }
  .about-rec .about-rec-item + .about-rec-item {
    margin-top: 80px;
  }
}
.about-rec .about-rec-item::before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/img/icon_check.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .about-rec {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-rec {
    padding: 0 20px;
    flex-direction: column;
  }
}

.flex-about {
  box-sizing: border-box;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .flex-about {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0 20px;
  }
}
.flex-about .flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .flex-about .flex-item {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .flex-about .flex-item {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .flex-about .flex-item:nth-child(3), .flex-about .flex-item:nth-child(4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .flex-about .flex-item {
    margin-top: 30px;
  }
}
.flex-about .flex-item .text {
  margin-top: 30px;
  text-align: center;
  max-width: 250px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}

.about {
  margin-top: 60px;
  max-width: 600px;
}
.about.w-800 {
  max-width: 800px;
}
.about .headline-about {
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .about {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 20px;
  }
}
.about h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  color: #E41937;
}
@media screen and (max-width: 768px) {
  .about h1 {
    font-size: 21px;
    line-height: 29px;
  }
}
.about h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 30px;
}
.about ul {
  margin: 0;
  padding: 0;
}
.about ul li {
  list-style: none;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
.about p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  max-width: 590px;
}
.about p + p {
  padding-top: 20px;
}
.about .m {
  margin: 30px 0;
}
.about .m-t {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about .m {
    margin: 20px 0;
  }
  .about .m-t {
    margin-top: 20px;
  }
}

.about-disclaimer {
  margin-top: 40px;
  max-width: 590px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #9DA3A7;
}
@media screen and (max-width: 1300px) {
  .about-disclaimer {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-disclaimer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  .newsPage {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .newsPage {
    padding: 0 20px;
  }
}
.newsPage h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  color: #E41937;
}
.newsPage .news-previews {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.newsPage .news-previews .preview {
  padding: 0 15px;
  margin-top: 30px;
  width: 300px;
  display: block;
  text-decoration: none;
  color: #51595C;
}
.newsPage .news-previews .preview .image {
  border-radius: 10px;
  overflow: hidden;
}
.newsPage .news-previews .preview .image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.newsPage .news-previews .preview .title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
}
.newsPage .news-previews .preview .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
}
.newsPage .news-previews .preview .date {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin: 10px 0;
}

.anketa-wrapper {
  display: flex;
  justify-content: center;
}
.anketa-wrapper .fugit {
  display: flex !important;
  border: 1px solid #cbced0;
  height: 40px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 36px !important;
  color: #51595c;
  padding: 10px;
  box-sizing: border-box;
  width: 80px;
  justify-content: center;
}
.anketa-wrapper .anketa-content {
  max-width: 800px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.anketa-wrapper .anketa-content .input .error-message {
  position: static;
  display: none;
}
.anketa-wrapper .anketa-content .input input.error + .error-message {
  display: block;
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content {
    padding: 0 20px;
  }
}
.anketa-wrapper .anketa-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  color: #E41937;
  margin-top: 40px;
  margin-bottom: 20px;
}
.anketa-wrapper .anketa-content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 20px;
}
.anketa-wrapper .anketa-content h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.anketa-wrapper .anketa-content .row-10 + .row-10 {
  margin-top: 10px;
}
.anketa-wrapper .anketa-content .rows {
  margin-top: 10px;
}
.anketa-wrapper .anketa-content .block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.anketa-wrapper .anketa-content .block .select label {
  color: #51595c;
}
.anketa-wrapper .anketa-content .block .input {
  color: #51595C;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
.anketa-wrapper .anketa-content .block .input label {
  padding-bottom: 10px;
}
.anketa-wrapper .anketa-content .block .row {
  margin-top: 20px;
}
.anketa-wrapper .anketa-content .block .row-3 {
  padding: 5px 0;
}
.anketa-wrapper .anketa-content .block .row-1 {
  padding: 15px 0;
}
.anketa-wrapper .anketa-content .block .row-4 {
  padding: 15px 0;
}
.anketa-wrapper .anketa-content .block .row-2 {
  padding: 5px 0;
  display: flex;
}
.anketa-wrapper .anketa-content .block .row-2.equal-two-filed .select {
  width: 50%;
  max-width: 286px;
  margin-right: 20px;
}
.anketa-wrapper .anketa-content .block .row-2.equal-two-filed .input {
  width: 50%;
  max-width: 286px;
}
.anketa-wrapper .anketa-content .block .row-2.not-fare > .input:nth-child(1) {
  width: 286px;
  margin-right: 20px;
}
.anketa-wrapper .anketa-content .block .row-2.not-fare > .input:nth-child(2) {
  width: 286px;
  margin-right: 20px;
}
.anketa-wrapper .anketa-content .block .row-2.not-fare > .input:nth-child(3) {
  width: 184px;
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .block .row-2 {
    flex-direction: column;
  }
}
.anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(1) {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(2) {
    margin-top: 20px;
  }
}
.anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(2) .two-inputs {
  display: flex;
  flex-direction: row;
}
.anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(2) .two-inputs.error + .error-message {
  opacity: 1;
  visibility: visible;
}
.anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(2) .two-inputs input {
  width: 100px;
  color: #51595C;
}
.anketa-wrapper .anketa-content .block .row-2 > .input:nth-child(2) .two-inputs span {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.anketa-wrapper .anketa-content .block-2 p {
  padding: 20px 0;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox] {
  display: none;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  line-height: 15px;
  height: 40px;
  display: flex;
  align-items: center;
}
.anketa-wrapper .anketa-content div.ios-checkbox label {
  user-select: none;
  font-size: 15px;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox]:checked + label {
  color: #000;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  vertical-align: middle;
  padding: 0;
  height: 20px;
  width: 32px;
  margin: 0 5px 0 0;
  border: 1px solid #9DA3A7;
  border-radius: 10px;
  background: #9DA3A7;
  box-sizing: border-box;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox] + label::before,
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox] + label::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox]:checked + label::before {
  background: #0375FF;
  border-color: #0375FF;
}
.anketa-wrapper .anketa-content div.ios-checkbox input[type=checkbox]:checked + label::after {
  left: 15px;
}
.anketa-wrapper .anketa-content .input-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 5px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .input-row + .input-row {
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .input-row {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
}
.anketa-wrapper .anketa-content .input-row-small {
  padding: 5px 0;
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .input-row-small {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.anketa-wrapper .anketa-content .input-row .date-cell {
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .anketa-wrapper .anketa-content .input-row .date-cell {
    align-self: flex-end;
  }
}
.anketa-wrapper .anketa-content .input-row .date-cell .error-message {
  transition: all 0.2s;
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 11px;
  color: #e41937;
  opacity: 0;
  visibility: hidden;
}
.anketa-wrapper .anketa-content .input-row .date-cell input.error + .error-message {
  opacity: 1;
  visibility: visible;
}
.anketa-wrapper .anketa-content .input-row .date-cell input.error {
  border-color: #e41937 !important;
}
.anketa-wrapper .anketa-content .input-row .date-cell label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  color: #000000;
  position: relative;
}
.anketa-wrapper .anketa-content .input-row .date-cell input {
  width: 180px;
  border: 1px solid #CBCED0;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #51595C;
  padding: 0 10px;
  background-image: url("/img/calendar.svg");
  background-repeat: no-repeat;
  background-position: 172px 11px;
  background-size: 16px;
  margin-left: 10px;
}
.anketa-wrapper .anketa-content .input-row .date-cell input:disabled {
  color: #D8D8D8;
  background-color: #F6F6F6;
  border: 1px solid #CBCED0;
  background-image: url("/img/calendar-disabled.svg");
}
.anketa-wrapper .anketa-content .button-anket-submit {
  background: #E41937;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  user-select: none;
}
.anketa-wrapper .anketa-content .button-anket-submit.disabled {
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
}
.anketa-wrapper .anketa-content .button-anket-submit img {
  margin-right: 5px;
}
.anketa-wrapper .mw590 {
  max-width: 590px;
}
.anketa-wrapper .mw388 {
  max-width: 388px;
}
.anketa-wrapper .mw286 {
  max-width: 286px;
}
.anketa-wrapper .mw266 {
  max-width: 266px;
}
.anketa-wrapper .drivers-wrapper {
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}
.anketa-wrapper .drivers-wrapper.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.anketa-wrapper .drivers-wrapper .add-driver {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #E41937;
  cursor: pointer;
  margin-top: 20px;
  user-select: none;
}
.anketa-wrapper .drivers-wrapper .driver + .driver {
  margin-top: 20px;
}
.anketa-wrapper .drivers-wrapper .driver {
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  max-width: 694px;
}
.anketa-wrapper .drivers-wrapper .driver .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.anketa-wrapper .drivers-wrapper .driver .top .driver-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.anketa-wrapper .drivers-wrapper .driver .top .remove-driver {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #E41937;
  cursor: pointer;
}
.anketa-wrapper .drivers-wrapper .driver .row-2 + .row-2 {
  margin-top: 10px;
}
.anketa-wrapper .drivers-wrapper .driver .row-2 .input:nth-child(1) {
  width: 100%;
  max-width: 386px;
}
.anketa-wrapper .drivers-wrapper .driver .row-2 .input:nth-child(2) {
  width: 100%;
  max-width: 266px;
}

#thx-anket {
  height: 100%;
  max-height: 403px;
}
#thx-anket .modal-content {
  height: 100%;
  padding-bottom: 0;
}
#thx-anket .modal-content .content {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
}
#thx-anket .modal-content .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 650px) {
  #thx-anket .modal-content .flex {
    flex-direction: column;
    text-align: center;
    padding: 0 40px;
    height: 100%;
    max-height: initial;
  }
}
#thx-anket .modal-content .flex .left img {
  position: relative;
  top: -20px;
}
#thx-anket .modal-content .flex .right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  margin-bottom: 20px;
}
#thx-anket .modal-content .flex .right p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

@media screen and (max-width: 840px) {
  .anketa-wrapper .anketa-content {
    padding: 0 20px;
  }
  .anketa-wrapper .anketa-content .row-2, .anketa-wrapper .anketa-content .row-10 {
    flex-direction: column;
    max-width: initial !important;
  }
  .anketa-wrapper .anketa-content .row-2 .input, .anketa-wrapper .anketa-content .row-2 .select, .anketa-wrapper .anketa-content .row-10 .input, .anketa-wrapper .anketa-content .row-10 .select {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: initial !important;
  }
  .anketa-wrapper .anketa-content .row-2 .input + .input, .anketa-wrapper .anketa-content .row-10 .input + .input {
    margin-top: 10px;
  }
  .anketa-wrapper .anketa-content .row-2 .select + .input, .anketa-wrapper .anketa-content .row-10 .select + .input {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .vip-welcome {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.vip-welcome .h1 {
  padding-top: 60px;
  padding-bottom: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #E41937;
}
@media screen and (max-width: 1200px) {
  .vip-welcome .h1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.vip-welcome .h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
}

.control {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  font-size: 15px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #CBCED0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #fff;
}

.control input:checked ~ .control_indicator {
  background: #fff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #fff;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-radio .control_indicator {
  border-radius: 100%;
}

.control-radio .control_indicator:after {
  left: 6px;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #E41937;
  transition: background 250ms;
}

.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

@media all and (-ms-high-contrast: none) {
  .tilda-page {
    margin-bottom: 40px;
  }
}
.button {
  outline: none;
  background: #fff;
}

a.button {
  text-decoration: none;
}

.select {
  display: flex;
  flex-direction: column;
}
.select .select2-container {
  width: auto !important;
}
.select label {
  padding-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  #wrapper {
    width: 100%;
  }
  .banners + .main {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .link {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 700px) {
  #make-order-popup .modal-content .content {
    width: 100%;
  }
  #make-order-popup .modal-content .content .row-2 {
    flex-direction: column;
  }
  #make-order-popup .modal-content .content .row-2 .input {
    width: 100%;
  }
  #make-order-popup .modal-content .content .row-2 .input + .input {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #make-order-popup .modal-content .content {
    width: 100%;
  }
  #make-order-popup .modal-content .content h3.name {
    margin-bottom: 17px;
  }
  #make-order-popup .modal-content .content .row-1, #make-order-popup .modal-content .content .row-2, #make-order-popup .modal-content .content .row-3, #make-order-popup .modal-content .content .row-4, #make-order-popup .modal-content .content row-4-1 {
    margin-top: 20px;
  }
  #make-order-popup .modal-content .content .row-2 {
    flex-direction: column;
  }
  #make-order-popup .modal-content .content .row-2 .input {
    width: 100%;
  }
  #make-order-popup .modal-content .content .row-2 .input + .input {
    margin-top: 20px;
  }
  #make-order-popup .modal-content .popup-bottom {
    padding-top: 8px;
  }
  #make-order-popup a.close-modal {
    width: 32px !important;
    height: 32px !important;
    top: 9px !important;
    right: 9px !important;
  }
}
@media screen and (max-width: 600px) {
  .modal {
    border-radius: 0 !important;
  }
}
.blocker {
  z-index: 10000;
}

.select2-container--open {
  z-index: 10001;
}

.modal {
  z-index: 10;
  width: 680px;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.modal a.close-modal {
  background-image: url("/img/red-cross.svg") !important;
  filter: none !important;
  background-size: 36px;
  cursor: pointer;
  width: 68px;
  height: 68px;
  top: 0;
  right: 0;
}

.modal-content {
  width: 680px;
  padding-bottom: 40px;
}
.modal-content .banner {
  width: 100%;
  height: 240px;
  background: url("/img/popup-header.jpg");
  background-position: center;
  border-radius: 4px 4px 0 0;
  position: relative;
  background-repeat: no-repeat !important;
}
.modal-content .banner .actions {
  position: absolute;
  top: 219px;
  left: 39px;
  width: 400px;
  display: flex;
}
.modal-content .banner .actions .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E41937;
  border-radius: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #E41937;
  padding: 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 215px;
  cursor: pointer;
  background: #fff;
  margin-left: 10px;
}
.modal-content .banner .actions .discount {
  width: 114px;
  height: 40px;
  background: #E41937;
  border-radius: 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}
.modal-content .content {
  width: 604px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
.modal-content .content h3.name {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #E41937;
  margin-top: 30px;
  margin-bottom: 22px;
}
.modal-content .content h4 {
  font-weight: 600;
}
.modal-content .content .ps {
  color: #A9A9A9;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 8px;
  line-height: 15px;
}
.modal-content .content b {
  color: #e41937;
}
.modal-content .popup-bottom {
  padding-left: 28px;
  padding-top: 15px;
}
.modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E41937;
  border-radius: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #E41937;
  padding: 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 215px;
  cursor: pointer;
  background: #fff;
  margin-left: 10px;
}
.modal-content .popup-bottom .button.send-order {
  background-color: #E41937;
  color: #fff;
  opacity: 1;
  transition: opacity, background-color 0.2s ease-in-out;
}
.modal-content .popup-bottom .button.send-order.disabled {
  border: 1px solid #8a8a8a;
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .modal {
    width: calc(100% - 60px);
  }
  .modal-content {
    width: 100%;
  }
  .modal-content .content {
    width: 100%;
    padding: 0 38px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .modal {
    width: 100%;
    min-height: 100%;
  }
  .modal-content .banner {
    border-radius: 0;
    background-size: cover;
    height: 142px;
  }
  .modal-content .banner .actions {
    top: 72px;
    left: initial;
    right: 20px;
    width: 200px;
    flex-direction: column;
    align-items: flex-end;
  }
  .modal-content .banner .actions.no-discount {
    top: 120px;
  }
  .modal-content .banner .actions .discount {
    width: 101px;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .modal-content .banner .actions .button {
    font-size: 14px;
  }
  .modal-content .content {
    padding: 0 20px;
    font-size: 14px;
    line-height: 19px;
  }
  .modal-content .content h3.name {
    font-size: 21px;
    line-height: 29px;
    margin-top: 41px;
    margin-bottom: 34px;
  }
  .modal-content .content .h4 {
    margin-bottom: 29px;
    margin-top: 29px;
  }
  .modal-content .popup-bottom {
    padding: 20px 20px 0;
  }
  .modal-content .popup-bottom .button {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .blocker {
    padding: 0;
    margin: 0;
  }
  .blocker:before {
    display: none;
  }
}
.product-popup .modal-content {
  padding-bottom: 10px;
}
.product-popup .modal-content a {
  color: #e41937;
}
.product-popup .modal-content .popup-bottom {
  padding-top: 25px;
}

.input {
  display: flex;
  flex-direction: column;
}
.input label {
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
.input input {
  width: 100%;
  border: 1px solid #CBCED0;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
}
.input input.error {
  border-color: #D2353F;
}

#make-order-popup .modal-content .popup-bottom {
  padding-top: 30px;
}
#make-order-popup .content {
  width: 586px;
}
#make-order-popup .content h3.name {
  margin-top: 28px;
}
#make-order-popup .content .input label {
  padding-bottom: 10px;
}
#make-order-popup .content .input input:focus {
  outline: none;
  border-color: #aaa;
}
#make-order-popup .content .select {
  display: flex;
  flex-direction: column;
}
#make-order-popup .content .select .select2-container {
  width: auto !important;
}
#make-order-popup .content .select label {
  padding-bottom: 10px;
}
#make-order-popup .content .row-1 {
  margin-top: 40px;
}
#make-order-popup .content .row-1_5 {
  margin-top: 20px;
}
#make-order-popup .content .row-2 {
  display: flex;
  justify-content: space-between;
}
#make-order-popup .content .row-2 .input {
  width: 47%;
}
#make-order-popup .content .row-2 {
  margin-top: 30px;
}
#make-order-popup .content .row-2.full .input {
  width: 100%;
}
#make-order-popup .content .row-3 {
  margin-top: 30px;
}
#make-order-popup .content .row-4 {
  margin-top: 30px;
  display: none;
  visibility: hidden;
}
#make-order-popup .content .row-4.visible {
  display: flex;
  visibility: visible;
}
#make-order-popup .content .row-4-1 {
  margin-top: 30px;
  margin-bottom: 25px;
}
#make-order-popup .content .row-4-1 .radio-title {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
}
#make-order-popup .content .row-5 {
  margin-top: 25px;
}
#make-order-popup a.close-modal {
  background-image: url("/img/red-cross.svg");
  width: 36px;
  height: 36px;
  filter: none;
  top: 28px;
  right: 28px;
}

.custom-casco-fields {
  display: none;
}
.custom-casco-fields.visible {
  display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #E41937;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("/img/select-arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 14px;
  left: initial;
}
@media all and (-ms-high-contrast: none) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 14px !important;
    left: auto;
  }
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("/img/select-arrow.svg");
}

.select2-selection {
  height: 40px !important;
  display: flex;
  align-items: center;
}

.select2-selection__rendered {
  padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 10px;
}

.select2-selection.select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #cbced0;
}

.select2-selection.select2-selection--multiple {
  display: block;
  padding-left: 8px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2:focus {
  border-color: #aaa !important;
}

.addCity {
  display: none;
  visibility: hidden;
  width: 100%;
}
.addCity.visible {
  display: flex;
  visibility: visible;
}

.input input.error, .input input.error:focus {
  border-color: #E41937 !important;
}

.input {
  position: relative;
}
.input .error-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 70px;
  font-size: 11px;
  color: #E41937;
}
.input input.error + .error-message {
  opacity: 1;
  visibility: visible;
}

#thx a.close-modal {
  background-image: url("/img/red-cross.svg") !important;
  filter: none !important;
  background-size: 36px;
}
#thx.get-access .order-info {
  display: none;
}

.modal-content .popup-bottom .button.send-order.loading {
  color: transparent;
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: progress;
}

span.finish-phone {
  white-space: nowrap;
}

.hold-my-beer {
  border: 1px solid #E41937 !important;
  box-sizing: border-box;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #979797;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
input[type=checkbox].css-checkbox + label.css-label a {
  color: #E41937;
}
input[type=checkbox].css-checkbox + label.css-label .check-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/red-checkbox.svg");
  -webkit-touch-callout: none;
  user-select: none;
}

input[type=checkbox].css-checkbox:checked + label.css-label .check-image {
  background-position: 0 -20px;
}

.select {
  position: relative;
}
.select .error-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 70px;
  font-size: 11px;
  color: #E41937;
}
.select.error .select2-container--default .select2-selection--single {
  border-color: #E41937;
}
.select.error .error-message {
  opacity: 1;
  visibility: visible;
}

#get-access-popup .modal-content {
  padding-bottom: 30px;
}
#get-access-popup .select {
  position: relative;
}
#get-access-popup .select .error-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 70px;
  font-size: 11px;
  color: #E41937;
}
#get-access-popup .select.error .select2-container--default .select2-selection--single {
  border-color: #E41937;
}
#get-access-popup .select.error .error-message {
  opacity: 1;
  visibility: visible;
}
#get-access-popup .popup-bottom .button {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  width: 257px;
  white-space: nowrap;
  background: #E41937;
  border: 1px solid #E41937;
  margin: 0;
}
#get-access-popup .popup-bottom .button.disabled {
  border: 1px solid #8a8a8a;
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#get-access-popup .popup-bottom .button.loading {
  color: transparent;
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: progress;
}
#get-access-popup .row {
  margin-top: 20px;
}
#get-access-popup .row .input label {
  margin-bottom: 10px;
}
#get-access-popup .row.two-column {
  display: flex;
}
@media screen and (max-width: 768px) {
  #get-access-popup .row.two-column {
    flex-direction: column;
  }
}
#get-access-popup .row.two-column .input {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #get-access-popup .row.two-column .input + .input {
    margin-top: 20px;
  }
}
#get-access-popup .row.two-column .input:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #get-access-popup .row.two-column .input:nth-child(2) {
    margin-left: 0;
  }
}

#booking-discount .modal-content {
  padding-bottom: 30px;
}
#booking-discount .select {
  position: relative;
}
#booking-discount .select .error-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 70px;
  font-size: 11px;
  color: #E41937;
}
#booking-discount .select.error .select2-container--default .select2-selection--single {
  border-color: #E41937;
}
#booking-discount .select.error .error-message {
  opacity: 1;
  visibility: visible;
}
#booking-discount .first-row {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #booking-discount .first-row {
    flex-direction: column;
  }
}
#booking-discount .first-row .select {
  flex: 1;
  max-width: 292px;
}
@media screen and (max-width: 768px) {
  #booking-discount .first-row .select {
    max-width: initial;
  }
  #booking-discount .first-row .select + .select {
    margin-top: 20px;
  }
}
#booking-discount .first-row .select.two-column {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #booking-discount .first-row .select.two-column {
    margin-left: 0;
  }
}
#booking-discount .first-row .select.two-column .flex {
  display: flex;
}
#booking-discount .first-row .select.two-column .flex .select2-container {
  flex: 1;
}
#booking-discount .first-row .select.two-column .flex .select2-container:nth-child(4) {
  margin-left: 20px;
}
#booking-discount .popup-bottom .button {
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  width: 257px;
  white-space: nowrap;
  background: #E41937;
  border: 1px solid #E41937;
  margin: 0;
}
#booking-discount .popup-bottom .button.disabled {
  border: 1px solid #8a8a8a;
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#booking-discount .popup-bottom .button.loading {
  color: transparent;
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: progress;
}
#booking-discount .toggle-cat {
  background: #F6F6F6;
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
#booking-discount .toggle-cat .arrow {
  margin-left: 10px;
  display: block;
  background: url("/img/arrow_up.svg") no-repeat;
  pointer-events: none;
  width: 15px;
  height: 12px;
  transform: rotate(180deg);
  will-change: transform;
  transition: transform 0.2s ease-in-out;
}
#booking-discount .toggle-cat.open .arrow {
  transform: rotate(0);
}
#booking-discount .cat {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
#booking-discount .cat.open {
  max-height: 10000px;
}
#booking-discount .cat .row {
  margin-top: 20px;
}
#booking-discount .cat .row .input label {
  margin-bottom: 10px;
}
#booking-discount .cat .row.two-column {
  display: flex;
}
@media screen and (max-width: 768px) {
  #booking-discount .cat .row.two-column {
    flex-direction: column;
  }
}
#booking-discount .cat .row.two-column .input {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #booking-discount .cat .row.two-column .input + .input {
    margin-top: 20px;
  }
}
#booking-discount .cat .row.two-column .input:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #booking-discount .cat .row.two-column .input:nth-child(2) {
    margin-left: 0;
  }
}

.clickable-item {
  cursor: pointer;
}

.whats-app {
  float: right;
  margin: 0 30px 30px 0;
}

.whats-app-logo {
  background-image: url("/img/wa_order.png");
  width: 20px;
  height: 20px;
  display: inline-block;
}

.whats-app-write-us {
  display: inline-block;
  margin-right: 10px;
}

.whats-app-contact {
  display: inline-block;
}

h3.name-not-active a {
  color: #51595c;
  text-decoration: none;
}

.name-login-form {
  display: inline-block;
}

.login-form-forgot-password-link {
  color: #e41937;
}

h3.name.name-not-active.name-login-form.name-active::after {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 1px;
  background: #E41937;
  bottom: 20px;
  left: 0;
}

h3.name.name-not-active.name-registration-form.name-active::after {
  content: "";
  position: absolute;
  display: block;
  width: 115px;
  height: 1px;
  background: #E41937;
  bottom: 21px;
  left: 0;
}

h3.name.name-not-active.name-recovery-form.name-active::after {
  content: "";
  position: absolute;
  display: block;
  width: 221px;
  height: 1px;
  background: #E41937;
  bottom: 20px;
  left: 0;
}

#new-ux-login-form {
  width: 448px;
  /*height: 396px;*/
  z-index: 10;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#new-ux-login-form .modal-content .content {
  width: 388px;
  padding: 30px 30px 43px 30px;
  margin: 0 !important;
}

.modal-content .content h3.name {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #E41937;
  padding: 0 30px 30px 0;
}

#new-ux-login-form .modal-content .content .name-not-active h3.name {
  font-weight: 400;
}

#new-ux-login-form .modal-content .popup-bottom {
  padding-left: 0;
  padding-top: 20px;
}

#new-ux-login-form .modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 89px;
  background: #E41937;
  margin-left: 0;
}
#new-ux-login-form .modal-content .popup-bottom .button.disabled {
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
  border: none;
}

.login-form-forgot-password-link {
  color: #e41937;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

#new-ux-login-form .input label {
  padding: 0 0 10px 0;
}

h3.name-active a {
  color: #E41937;
  text-decoration: none;
}

.name-registration-form {
  display: inline-block;
}

.name-recovery-form {
  display: inline-block;
}

::placeholder {
  color: #C4C4C4;
}

.password {
  position: relative;
}

.password-control {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/img/view.svg") 0 0 no-repeat;
}

.password-control.view {
  background: url("/img/no-view.svg") 0 0 no-repeat;
}

#new-ux-login-form .info {
  font-size: 12px;
  color: #51595C;
  margin-top: 10px;
}

#new-ux-login-form .content .row-5 {
  margin-top: 10px;
}

.login-form-forgot-password-link {
  color: #e41937;
}

#new-ux-login-form .whats-app {
  float: right;
  margin: 20px 0 20px 0;
}

#new-ux-login-form .error-message-login {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 110px;
  font-size: 15px;
  color: #E41937;
  background: rgba(228, 25, 55, 0.1);
  border-radius: 4px;
  width: 70%;
  text-align: center;
  padding: 5px;
}

#new-ux-login-form .error-block-recovery {
  padding-bottom: 10px;
}

.forms-content .input .error-message {
  position: static;
}

#order-form .input .error-message {
  position: static;
}

#activation-link-not-valid {
  width: 448px;
  z-index: 10;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#activation-link-not-valid .modal-content .content {
  width: 388px;
  padding: 30px 30px 43px 30px;
  margin: 0 !important;
}

#activation-link-not-valid .modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 163px;
  background: #E41937;
  margin-left: 0;
}
#activation-link-not-valid .modal-content .popup-bottom .button.disabled {
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
  border: none;
}

#activation-link-not-valid h3.name::after {
  content: "";
  display: block;
  width: 233px;
  height: 1px;
  background: #E41937;
  margin-top: 10px;
}

#activation-link-set-password {
  width: 448px;
  z-index: 10;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#activation-link-set-password .modal-content .content {
  width: 388px;
  padding: 30px 30px 43px 30px;
  margin: 0 !important;
}

#activation-link-set-password .modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 132px;
  background: #E41937;
  margin-left: 0;
}
#activation-link-set-password .modal-content .popup-bottom .button.disabled {
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
  border: none;
}

#activation-link-set-password h3.name::after {
  content: "";
  display: block;
  width: 133px;
  height: 1px;
  background: #E41937;
  margin-top: 10px;
}

#activation-link-set-password .error-message-new-password {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 110px;
  font-size: 15px;
  color: #E41937;
  background: rgba(228, 25, 55, 0.1);
  border-radius: 4px;
  width: 70%;
  text-align: center;
  padding: 5px;
}

#new-ux-login-form .error-message-recovery {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 110px;
  font-size: 15px;
  color: #E41937;
  background: rgba(228, 25, 55, 0.1);
  border-radius: 4px;
  width: 70%;
  text-align: center;
  padding: 5px;
}

#success-recovery-form {
  width: 448px;
  z-index: 10;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  height: 300px;
}

#success-recovery-form .modal-content .content {
  width: 388px;
  padding: 30px 30px 43px 30px;
  margin: 0 !important;
}

#success-recovery-form .modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 110px;
  background: #E41937;
  margin-left: 0;
}

#success-recovery-form .modal-content .popup-bottom {
  padding-top: 20px !important;
  padding-left: 0px !important;
}

#success-recovery-form h3.name::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background: #E41937;
  margin-top: 10px;
}

#success-register-form {
  width: 448px;
  z-index: 10;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  height: 300px;
}

#success-register-form .modal-content .content {
  width: 388px;
  padding: 30px 30px 43px 30px;
  margin: 0 !important;
}

#success-register-form .modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 110px;
  background: #E41937;
  margin-left: 0;
}

#new-ux-login-form .error-message-register {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 110px;
  font-size: 15px;
  color: #E41937;
  background: rgba(228, 25, 55, 0.1);
  border-radius: 4px;
  width: 70%;
  text-align: center;
  padding: 5px;
}

#success-register-form .modal-content .popup-bottom {
  padding-top: 20px !important;
  padding-left: 0px !important;
}

#success-register-form h3.name::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background: #E41937;
  margin-top: 10px;
}

#success-change-personal-email,
#change-personal-email-form {
  width: 448px;
  z-index: 10;
  max-width: 680px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#success-change-personal-email h3.name::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background: #E41937;
  margin-top: 10px;
}

#change-personal-email-form h3.name::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #E41937;
  margin-top: 10px;
}

#change-personal-email-form .modal-content .popup-bottom .button,
#success-change-personal-email .modal-content .popup-bottom .button,
#success-change-email-form .modal-content .popup-bottom .button,
#change-link-not-valid .modal-content .popup-bottom .button,
#sent-change-personal-email .modal-content .popup-bottom .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 40px;
  width: 110px;
  background: #E41937;
  margin-left: 0;
}

#change-personal-email-form .input label {
  padding: 0 0 10px 0;
}

.change-email-info {
  margin-bottom: 30px;
}

#change-personal-email-form .modal-content .popup-bottom,
#success-change-personal-email .modal-content .popup-bottom {
  padding-top: 20px !important;
  padding-left: 0px !important;
}

/**
* Стили для всплывающего окна https://kaiten.alfastrah.ru/space/83/card/328461
 */
.popup-wrapper {
  position: fixed;
  top: 150px;
  right: 0;
  visibility: hidden;
  align-items: center;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
  z-index: 99;
  display: flex;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .popup-wrapper {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 2560px) {
  .popup-wrapper {
    right: 20px;
  }
}
.popup-wrapper.show {
  opacity: 0.9;
  visibility: visible;
}

.popup-content {
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  padding: 30px 60px 30px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-color: #808080;
  border-width: 2px;
  border-style: solid;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .popup-content {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-content {
    width: 290px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .popup-content {
    width: 290px;
  }
}
.popup-header {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
}

.popup-header h2 {
  font-size: 18px;
  font-weight: 400;
}

.header-content {
  display: flex;
  align-items: center;
}

.subtitle p {
  text-align: center;
  font-size: 12px;
}

.popup-body {
  margin-top: 40px;
}

.text-input textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  resize: none;
  font-size: 14px;
}

.text-input textarea:focus {
  border-color: #d9d9d9;
}

.label-for-text-input {
  margin-top: 40px;
  margin-bottom: 20px;
}

.submit-button {
  text-align: center;
  margin-top: 20px;
}

.submit-button {
  background-color: #414bb2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.submit-button.disabled {
  border: 1px solid #8a8a8a;
  background-color: #8a8a8a;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.submit-button:hover {
  background-color: #313886;
}

.close {
  margin-left: 15px;
  font-size: 36px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

.close:hover {
  color: #000;
}

.checkbox {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-right: 10px;
  cursor: pointer;
  display: none;
}

.checkbox label {
  cursor: pointer;
  font-size: 12px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  margin-right: 15px;
}

.checkbox input[type=checkbox]:checked + label:before,
.checkbox input[type=radio]:checked + label:before {
  border: 2px solid #414bb2;
  border-width: 4px;
}

/* Конец css первой формы опроса */
/* Форма со звёздами */
.popup-wrapper-2 {
  line-height: 11px;
  visibility: hidden;
  top: 100px;
  right: 20px;
  align-items: center;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
  z-index: 99;
  position: fixed;
  display: flex;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .popup-wrapper-2 {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 2560px) {
  .popup-wrapper-2 {
    right: 20px;
  }
}
.popup-header-text p {
  font-size: 12px;
}

.stars-block {
  width: 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;
  flex-direction: column;
  margin-top: 40px;
}

.stars-block .listElemStar {
  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;
}

.stars-block .iconStar {
  cursor: pointer;
  padding: 0 10px;
  margin-top: 15px;
}

.stars-block .iconStar .emptyStars {
  display: none;
}

.stars-block .iconStar img {
  width: 40px;
  height: 40px;
}

.textCountStars {
  font-size: 11px;
  text-align: center;
}

.text-input-2 textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  resize: none;
  font-size: 14px;
}

.text-input-2 textarea:focus {
  border-color: #d9d9d9;
}

.label-for-text-input-2 {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.radio {
  align-items: center;
  margin-bottom: 20px;
}

.radio label {
  cursor: pointer;
  font-size: 12px;
}

.text-review {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 20px 0 30px 0;
}

.popup-wrapper-2.show {
  opacity: 0.9;
  visibility: visible;
}

.popup-wrapper-success {
  top: 150px;
  right: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
  z-index: 99;
  position: fixed;
  visibility: hidden;
  display: flex;
}

.popup-wrapper-success.show {
  opacity: 0.9;
  visibility: visible;
}

.popup-header-success {
  font-size: 18px;
  font-weight: 400;
}

#poll-success .popup-content-success {
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  padding: 30px 60px 30px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-color: #808080;
  border-width: 2px;
  border-style: solid;
}

.popup-header-success h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.subtitle-success p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.popup-body-image {
  margin-top: 40px;
}

.popup-body-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1440px) and (max-width: 2560px) {
  .popup-body-image img {
    height: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .popup-wrapper-success {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 2560px) {
  .popup-wrapper-success {
    right: 20px;
  }
}
@media screen and (min-width: 320px) {
  .popup-content-success {
    width: 196px;
  }
}
@media screen and (min-width: 375px) {
  .popup-content-success {
    width: 252px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-content-success {
    width: 290px;
  }
}
#cookieInfo {
  max-height: 420px;
  transition: all 0.5s ease-in-out;
  display: none;
}

@media screen and (min-width: 768px) {
  #cookieInfo .cookie-info {
    bottom: 0;
  }
}
#cookieInfo .cookie-info {
  background: linear-gradient(92.86deg, rgba(206, 37, 61, 0.02) -3.74%, rgba(206, 37, 61, 0) 64.69%), #F4F4F7;
  box-shadow: 0 -3px 36px -5px rgba(0, 0, 0, 0.15);
  padding: 10px 16px;
  font-size: 10px;
  line-height: 14px;
  color: #9DA1A2;
  bottom: 0;
  min-height: 60px;
}

.cookie-info {
  padding: 20px;
  color: #777;
  background: #eaeaea;
  box-shadow: 0 -10px 15px -10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  bottom: 36px;
  z-index: 20;
  max-width: 1600px;
  left: 50%;
  transform: translate(-50%, 0);
}

.cookie-info__wrapper {
  padding-right: 40px;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

#cookieInfo .cookie-info__close {
  width: 54px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

.cookie-info__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #ce253d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 16px;
  transition: background 0.5s;
}

.cookie-info__text {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 40px 10px 10px;
}

.cookie-info__link {
  color: #d02138;
  text-decoration: none;
}

.tracker {
  text-decoration: underline;
}

/**
* Calc OSAGO
 */
#iframeWithNumber iframe {
  overflow: hidden;
}

#iframeWithoutNumber iframe {
  overflow: hidden;
}

.flex-button-container {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px 0;
}

.title-top-frame {
  text-align: center;
}

.widget-input select {
  width: 100%;
  border: 1px solid #CBCED0;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
}

.widget {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 930px;
}

.widget__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget__header {
  margin-bottom: 34px;
}

.app-osago .widget__topInfo {
  display: block;
  flex-basis: 35%;
}

.title-top-frame {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}

.title-landing {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #444;
}

.widget__topInfo span {
  font-size: 14px;
  line-height: 14px;
  color: #E41937;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 600;
  border-bottom: 1px solid #E41937;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.keyboard-info {
  display: none;
  font-size: 10px;
  line-height: 22px;
  margin: 0 0 3px;
  color: #979797;
}

.widget__topForm {
  display: flex;
  flex-basis: 65%;
}

.widget__topForm .topForm-container {
  display: flex;
  align-items: center;
  flex-basis: 55%;
}

.widget__topForm-input {
  border: 1px solid #444444;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget__topForm-input-inner:nth-child(1) {
  max-width: 100%;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.widget__topForm-input-inner:nth-child(1) input {
  border-radius: 10px 0 0 10px;
}

.widget__topForm-input input {
  border: none;
  font-size: 32px;
  line-height: 38px;
  color: #000;
  padding: 10px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.widget__topForm-input-inner:nth-child(2) {
  border-left: 1px solid #444444;
  max-width: 135px;
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.widget__topForm-input-inner:nth-child(2) input {
  border-radius: 0 10px 10px 0;
}

.widget__topForm-input-inner:nth-child(2) {
  border-left: 1px solid #444444;
  max-width: 135px;
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.license-number::placeholder {
  color: #C4C4C4;
}

.region::placeholder {
  color: #C4C4C4;
}

/*
  Calculate button
  */
.widget__topForm .button-container {
  display: block;
  padding: 0 0 0 20px;
}

.calculate-button {
  background-color: #E41937;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  padding: 0 32px;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 35px;
  box-shadow: 0 15px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.calculate-button-without {
  background-color: #E41937;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  padding: 0 32px;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 35px;
  box-shadow: 0 15px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*
  * steps-calc (шаги)
  */
.steps-calc {
  padding: 72px 108px 27px;
}

.steps-calc ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.steps-calc ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-calc ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
}

.steps-calc .active {
  font-weight: 600;
}

.steps-calc ul li a span.title-desktop {
  display: block;
}

.steps-calc ul.separator {
  margin: -14px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}

.steps-calc ul li a span.title-mobile {
  display: none;
}

.steps-calc ul li a.disabled {
  pointer-events: none;
  cursor: default;
  color: #979797;
  display: block;
}

.widget-form__wrapper {
  padding: 0 108px;
}

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

.widget__header-title-text {
  font-size: 32px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
}

.widget__header-number span {
  font-size: 16px;
  line-height: 22px;
  color: #E41937;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.alert {
  margin-top: 10px;
  background: #f2faff;
  border-radius: 10px;
  padding: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.widget__body .row-2,
.drivers .row-2,
.car-owner .row-2,
.final-step .row-2 {
  display: flex;
  justify-content: space-between;
}

.widget-input input,
.widget-input-dropdown input {
  width: 100%;
  border: 1px solid #CBCED0;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #51595C;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
}

.widget-input .select2 {
  width: 100% !important;
}

.widget__body .widget-input-inner-dropdown,
.drivers .widget-input-inner-dropdown {
  margin-top: 40px;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}

.widget__body .widget-input-inner,
.drivers .widget-input-inner,
.final-step .widget-input-inner {
  margin-top: 40px;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}

.step-2 .widget-input-inner-dropdown:nth-child(1) {
  -webkit-flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
  flex-basis: 22.5%;
}

.step-2 .widget-input-inner:nth-child(2) {
  -webkit-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}

.step-2 .widget-input-inner:nth-child(3) {
  -webkit-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}

/*
  * price-container
  */
.price-container {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 20px;
  margin: 32px 0 0;
}

.price-container .price-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #000;
}

.price-container .price-text {
  width: 58%;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #444;
}

.price-container .price-values-control {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  flex-wrap: nowrap;
}

.price-container .price-values-control .price-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 70%;
}

.price-container .price-values-control .price-list .price-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 60px 0 0;
}

.price-container .price-values-control .price-list .price-item span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #979797;
}

/*
  * price-container END
  */
/*
  * Helpers for sts and VIN
  */
.widget-input {
  position: relative;
}

.widget__icon {
  position: absolute;
  right: 10px;
  top: 37%;
  transform: translateY(-50%);
}

.widget-input .widget__icon img.info-icon {
  opacity: 0.5;
}

.widget__body .widget-input-inner:nth-child(2) .widget__helper {
  position: absolute;
  right: 36px;
  /* bottom: -50px; */
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  max-width: 280px;
  min-width: 280px;
}

.widget__body .widget-input-inner:nth-child(3) .widget__helper {
  position: absolute;
  right: 36px;
  /* bottom: -50px; */
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  max-width: 280px;
  min-width: 280px;
}

.widget__helper-right:before {
  border-left: 7px solid #fff;
  right: -13px;
  top: calc(50% - 3.5px);
}

.widget__helper:before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
}

.widget__helper {
  position: absolute;
  right: -36px;
  bottom: 0;
}

.widget-input .input-wrapper {
  position: relative;
}

.widget-input .input-wrapper input {
  padding-right: 36px;
}

.widget__body .widget-input .widget__helper img {
  width: 100%;
}

.widget__helper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  position: absolute;
  padding: 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
}

/*
  * Step 3 Drivers section
  */
.step-3 .widget__header-title .widget__switcher {
  margin-top: 16px;
}

.description-control {
  font-size: 11px;
  color: #777777;
}

.widget-input-inner.widget__driver-footer-inner {
  display: none;
}

.widget__switcher {
  display: inline-block;
  cursor: pointer;
}

.widget__switcher input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.widget__switcher-text {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget__switcher-text:before {
  content: "";
  width: 48px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 28px;
  border-radius: 15.5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.widget__switcher-text:after {
  z-index: 2;
  content: "";
  width: 25px;
  background-color: #fff;
  height: 25px;
  left: 1px;
  position: absolute;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 3px 1px rgba(0, 0, 0, 0.05);
}

.widget-input-inner input:disabled + .widget__switcher-text {
  /* Apply disabled styles to the text */
  /* For example: */
  color: #999;
}

.widget-input-inner input:disabled + .widget__switcher-text::after {
  /* Apply disabled styles to the ::after pseudo-element */
  /* For example: */
  background-color: #e1e1e1;
}

.widget__switcher input:checked + .widget__switcher-text:before {
  background-color: #E41937;
  border-color: #E41937;
}

.widget__switcher input:checked + .widget__switcher-text:after {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.step-3 .widget__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 72px;
  position: relative;
}

.regular-button {
  background-color: #fff;
  color: #E41937;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  padding: 0 18px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  cursor: pointer;
  border: 1px solid #E41937;
}

.regular-button svg {
  margin-right: 4px;
}

.step-3 .widget__add button:first-child {
  margin-right: 20px;
}

.regular-button:hover {
  background-color: #E41937;
  color: #fff;
}

.regular-button:hover svg path {
  fill: #fff;
}

.regular-button svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.alert-unlimited-drivers {
  display: none;
}

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

.step-3 .widget-driver-title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}

.step-3 .widget-driver-clear {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #E41937;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.step-3 .widget-driver-delete {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #E41937;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 10px;
}

.drivers .widget-driver-delete:first-child {
  display: none;
}

.drivers .widget-driver-delete:only-child {
  display: inline-block;
}

.back-button-step-3 {
  background-color: #fff;
  color: #E41937;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  padding: 0 32px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  cursor: pointer;
  border: 1px solid #E41937;
}

.back-button-step-3:hover {
  background-color: #E41937;
  color: #fff;
}

/*
  * Step 4 Car owner section and insurer
  */
.car-owner .row-3,
.insurer .row-3 {
  display: flex;
  justify-content: space-between;
}

.car-owner .widget-input-inner,
.insurer .widget-input-inner {
  margin-top: 26px;
  -webkit-flex-basis: 31.8%;
  -ms-flex-preferred-size: 31.8%;
  flex-basis: 31.8%;
}

.car-owner .row-2 .widget-input-inner .insurer .row-2 .widget-input-inner {
  -webkit-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}

.step-4 .widget__switcher {
  margin-top: 16px;
}

.step-4 .widget__header-title-text .widget__icon {
  margin-left: 10px;
  position: relative;
  z-index: 10;
  right: 0px;
  transform: translateY(0%);
}

.widget__icon svg {
  cursor: pointer;
}

.step-4 .widget__header-title-text {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.step-4 .widget__header-title-text .widget__icon:hover .widget__helper {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.step-4 .widget__header-title-text .widget__icon .widget__helper {
  left: 30px;
  bottom: -30px;
  max-width: 434px;
  min-width: 434px;
  padding: 16px;
}

.widget__helper-left:before {
  border-right: 7px solid #fff;
  left: -13px;
  top: calc(50% - 3.5px);
}

.widget__helper:before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
}

.step-4 .widget__header-title-text .widget__icon .widget__helper p {
  font-weight: 400;
}

.step-4 .widget__helper p {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  margin-top: 5px;
}

.step-4 .widget__helper p:first-child {
  margin-top: 0;
}

/*
  * Final step
  */
.final-step {
  margin: 25px 0 0;
}

.widget__final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 72px;
  position: relative;
}

.back-button {
  background-color: #fff;
  color: #E41937;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  padding: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  cursor: pointer;
  border: 1px solid #E41937;
}

.widget__final button:first-child {
  margin-right: 20px;
}

.back-button:hover {
  background-color: #E41937;
  color: #fff;
}

.widget__final .back-button {
  width: 170px;
}

.widget__policy label {
  position: relative;
}

.widget__policy label input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.widget__policy label p {
  padding-left: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.widget__policy label input:checked + p:before {
  background-color: #E41937;
  border-color: #E41937;
}

.widget__policy label p a {
  color: #E41937;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget__policy label p:after {
  content: url("/assets/img/check.svg");
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.widget__policy label p a:hover {
  color: #E41937;
}

/**
* Adaptive
*/
@media (max-width: 991px) {
  .widget__topForm {
    display: block;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .widget__content {
    flex-basis: 100%;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .widget__content {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .widget__topInfo {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .widget__topInfo .title-landing {
    display: none;
  }
}
@media (max-width: 991px) {
  .widget__topInfo .widget__withoutNumber {
    padding: 30px 0 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .topForm-container {
    padding: 14px 0 0;
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  .widget__topForm-input {
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  .widget__topForm-input input {
    font-size: 26px;
    line-height: 24px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .widget__topForm-input-inner:nth-child(2) {
    max-width: 121px;
  }
}
@media (max-width: 991px) {
  .steps-calc {
    padding: 27px 3px;
  }
}
@media (max-width: 991px) {
  .widget__header-title-text,
  .step-4 .widget__header-title-text {
    font-size: 20px;
    line-height: 28px;
  }
  .step-4 .widget__header {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .widget__header-number .widget__header-number-point {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .widget__header {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .calculate-button {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .widget__topForm .button-container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .widget__topForm .button-container button {
    margin-top: 20px;
    margin-left: 0;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .widget__body .row-2,
  .drivers .row-2,
  .car-owner .row-3,
  .insurer .row-3,
  .final-step .row-2 {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .widget-form__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .widget__body .widget-input-inner-dropdown,
  .widget__body .widget-input-inner {
    margin-top: 20px;
    flex-basis: 100%;
    min-height: 30px;
  }
}
@media (max-width: 991px) {
  .price-container .price-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .price-container .price-values-control {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .price-container .price-values-control .price-list {
    margin: 0 0 20px;
    justify-content: space-between;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .price-container .price-values-control .price-list .price-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .buttonMob {
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-desktop {
    display: none;
  }
  .title-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .step-3 .widget-input-inner-dropdown,
  .step-3 .widget-input-inner,
  .step-4 .car-owner .widget-input-inner,
  .step-4 .insurer .widget-input-inner,
  .final-step .widget-input-inner {
    margin-top: 20px;
    flex-basis: 100%;
    min-height: 30px;
  }
}
@media (max-width: 991px) {
  .step-3 .widget-driver-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .step-3 .widget-driver-clear {
    display: block;
  }
}
@media (max-width: 767px) {
  .widget-input-license-changed {
    order: 10;
    display: flex;
    background: #f6f6f6;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    min-height: 58px !important;
  }
  .remember-only-year-block {
    display: flex;
    background: #f6f6f6;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    min-height: 58px !important;
  }
}
@media (max-width: 991px) {
  .step-3 .widget__add {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    display: block;
  }
}
@media (max-width: 991px) {
  .regular-button {
    width: 100%;
    height: 50px;
  }
  #third-step-continue {
    margin-top: 20px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .widget__final {
    flex-direction: column;
    margin-top: 40px;
  }
  .widget__final .button-container {
    width: 100%;
    height: 50px;
  }
  .widget__final .button-container .back-button {
    width: 100%;
    height: 50px;
  }
  .widget__final .button-container .calculate-button {
    margin-top: 20px;
    height: 50px;
  }
  .widget__add .button-container .back-button-step-3 {
    width: 100%;
    height: 50px;
  }
  .widget__add .button-container .back-button-step-3 {
    margin-top: 20px;
    height: 50px;
    padding: 0;
    margin-bottom: 20px;
  }
  .widget__add .button-container .regular-button {
    margin-top: 20px;
    height: 50px;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .step-4 .widget__header-title-text .widget__icon .widget__helper {
    left: auto;
    right: -180px;
    max-width: 288px;
    min-width: 288px;
    top: 34px;
    bottom: auto;
  }
}
@media (max-width: 991px) {
  .step-4 .widget__switcher-text {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .widget-input-full {
    padding-top: 10px;
  }
}
/**
 * Errors
 */
.error-content-plate {
  border: 2px solid #E41937;
}

.error-content {
  transition: all 0.2s;
  font-size: 11px;
  color: #E41937;
  padding-top: 5px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.error-content-plate-info {
  transition: all 0.2s;
  font-size: 12px;
  color: #E41937;
  text-align: center;
  margin-top: 5px;
}

.image-fluid {
  display: flex;
  justify-content: center;
}

.image-fluid img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.app-number {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .app-number {
    margin-top: 0;
  }
}

#change-personal-email-form .error-message-register {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 110px;
  font-size: 15px;
  color: #E41937;
  background: rgba(228, 25, 55, 0.1);
  border-radius: 4px;
  width: 70%;
  text-align: center;
  padding: 5px;
}

#success-change-email-form,
#change-link-not-valid,
#sent-change-personal-email {
  z-index: 10;
  width: 448px;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#change-personal-email-form .error-message-change-email,
#change-personal-email-form .error-message-change-email-corp {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 78px;
  font-size: 15px;
  color: #E41937;
  background: rgba(228, 25, 55, 0.1);
  border-radius: 4px;
  width: 70%;
  text-align: center;
  padding: 5px;
}

#change-personal-email-form img {
  width: 359px;
  margin-bottom: 30px;
}

#change-personal-email-form p {
  width: 65%;
}

#sent-change-personal-email p {
  width: 65%;
}

#change-personal-email-form .come-on {
  margin-bottom: 30px;
}

.content-success-authenticated .name {
  padding: 0 !important;
}

/* Альфа-Привилегии, Партнёрская витрина*/

.privileges-cards {
  cursor: pointer;
}

.logo-privileges {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-privileges img {
  width: 221px;
  height: 38px;
}


.title-privileges {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #51595C;
  padding: 20px 0 0 20px;
}

.showcase-disclaimer {
  margin-bottom: 10px;
  font-size: 7pt;
  color: #58595B;
  text-align: center;
}

.showcase-popup-disclaimer {
  margin: 60px;
  font-size: 10pt;
  color: #6f6f6f;
  text-align: justify;
}

.text-info {
  padding: 0 15px 0 15px;
  color: #5B6770;
}

.text-info h3 {
  font-size: 18px;
  margin: 15px 10px 10px 0;
}

.text-info p {
  font-size: 16px;
  margin-bottom: 15px
}

.img-privileges  {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-privileges img {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.low-space {
  margin-left: 20px;
  margin-bottom: 70px;
}

.splide__slide {
  width: 261px !important;
  background-color: #fff;
  margin-left: 20px !important;
  border-radius: 20px;
}

.splide__pagination {
  bottom: -2em;
  display: flex !important;
  justify-content: center;
}

.splide__track {
  margin: 30px;
}

.splide__arrow--next {
  margin-right: -10px;
}

.splide__arrow--prev {
  margin-left: -5px;
}

.splide__arrow {
  position: absolute;
  z-index: 10;
  top: 205px !important;
}

/*# sourceMappingURL=new-partner-lk.css.map */

.badge {
  background: #ce253d;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 15px 15px 0 0;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
  transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.badge span {
  color: #fff;
}

.badge__text {
  position: relative;
}

.badge a {
  text-decoration: none;
}

.badge__text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

.fixed-bottom {
  position: fixed;
  z-index: 10;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  justify-content: space-around;
  opacity: 80%;
}

.close-btn {
  width: 14px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  position: fixed;
  right: 5%;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 450px) {
  .badge {
    display: none;
  }
}