@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-300.woff2") format("woff2"), url("../fonts/OpenSans-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-400.woff2") format("woff2"), url("../fonts/OpenSans-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-600.woff2") format("woff2"), url("../fonts/OpenSans-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-700.woff2") format("woff2"), url("../fonts/OpenSans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-800.woff2") format("woff2"), url("../fonts/OpenSans-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

.svg--alert-dims {
  width: 32px;
  height: 32px;
}

.svg--arrows-dims {
  width: 612px;
  height: 612px;
}

.svg--basket-dims {
  width: 20px;
  height: 20px;
}

.svg--fb-dims {
  width: 12px;
  height: 22px;
}

.svg--inst-dims {
  width: 18px;
  height: 19px;
}

.svg--map-dims {
  width: 42px;
  height: 58.05px;
}

.svg--phone-dims {
  width: 23px;
  height: 23px;
}

.svg--user-dims {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .svg--user-dims {
    width: 48px;
    height: 48px;
  }
}

.svg--vk-dims {
  width: 24px;
  height: 14px;
}

.svg--wave-dims {
  width: 382px;
  height: 187.24px;
}

.svg--wave2-dims {
  width: 304px;
  height: 188.64px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  position: relative;
  outline: none;
}

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: black;
  background-color: #fbfbfb;
}

body._overflow {
  overflow: hidden;
}

header {
  flex-shrink: 0;
  /* IE fix */
}

main {
  flex-shrink: 0;
  /* IE fix */
}

body > div {
  flex-shrink: 0;
  /* IE fix */
}

footer {
  flex-shrink: 0;
  /* IE fix */
  margin-top: auto;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

svg {
  transition: 0.3s;
}

.main__wrap._inner h1 {
  margin-top: 6px;
}

h1 {
  color: #1e88e5;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 54px;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(circle 945px at 93.06% 42.78%, rgba(31, 174, 221, 0.3) 0%, rgba(31, 174, 221, 0.3) 31%, rgba(0, 110, 199, 0.3) 100%);
  z-index: 10;
  display: none;
}

.container {
  width: 100%;
  max-width: 1145px;
  padding: 0;
  margin: 0 auto;
}

.wrapper {
  max-width: 1440px;
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0 auto;
}

.wrapper__left {
  max-width: 245px;
  width: 100%;
  padding-top: 20px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .wrapper__left {
    max-width: 320px;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrapper__left {
    max-width: 100%;
    padding-top: 0;
  }
}

.wrapper__right {
  width: 100%;
  max-width: calc(100% - 245px);
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .wrapper__right {
    max-width: none;
  }
}

@media screen and (max-width: 690px) {
  .wrapper__right {
    padding: 0 11px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper__right {
    max-width: none;
    padding: 0 11px;
  }
}

.main {
  padding-bottom: 48px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .main {
    padding-top: 105px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    padding-top: 76px;
  }
}

.main__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.main__wrap._inner {
  flex-direction: column;
}

.main__wrap._links {
  display: flex;
  flex-direction: column;
}

.main__wrap._links a {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #1e88e5;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/sprite.svg#arrows-view");
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
}

@media screen and (max-width: 479px) {
  .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

#ui-datepicker-div {
  z-index: 5 !important;
}

.vacancy__items div {
  color: #1897d4;
  font-size: 16px;
  margin: 20px 0;
  cursor: pointer;
  transition: 0.3s;
}

.vacancy__items div:hover {
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .vacancy__items div {
    font-size: 14px;
  }
}

.error {
  color: red !important;
}

.bx-basket-item-list-item-price-summ {
  margin-bottom: 10px;
  margin-left: 10px;
}

.swiper-wrap {
  display: flex;
}

.swiper-slide img {
  min-width: 100%;
}

.cross {
  width: 18px;
  height: 18px;
  display: block;
}

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

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

.cross::after, .cross::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ff4158;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

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

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

.gradient-hover::after, .gradient-hover::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(132deg, #16cca7 0%, #13997d 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 1.2s;
}

.gradient-hover::after {
  width: 0;
  left: auto;
  right: 0;
  background-image: linear-gradient(-132deg, #16cca7 0%, #13997d 100%);
}

.gradient-hover:hover::before {
  width: 0;
}

.gradient-hover:hover::after {
  width: 110%;
}

.classic-button {
  min-width: 145px;
  color: #1e88e5;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 19px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 7px 47px;
  transition: 0.3s;
  cursor: pointer;
}

.classic-button:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

@media screen and (max-width: 479px) {
  .classic-button {
    min-width: 100px;
    padding: 7px 24px;
  }
}

.blue-button {
  min-width: 140px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  border-radius: 19px;
  background-color: #1e88e5;
  border: 2px solid transparent;
  padding: 8px 47px;
  cursor: pointer;
}

.blue-button:hover {
  color: #1e88e5;
  background: transparent;
  border-color: #1e88e5;
}

@media screen and (max-width: 479px) {
  .blue-button {
    min-width: 100px;
    padding: 7px 24px;
  }
}

.border-button {
  min-width: 140px;
  color: #1e88e5;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  border-radius: 19px;
  background-color: white;
  border: 2px solid #1e88e5;
  padding: 8px 47px;
}

.border-button:hover {
  color: white;
  background: #1e88e5;
  border-color: #1e88e5;
}

@media screen and (max-width: 479px) {
  .border-button {
    min-width: 100px;
    padding: 7px 24px;
  }
}

.button--support {
  margin-right: 5px;
  padding: 15px;
  display: block;
  color: #ffffff;
  background-color: #1897d4;
  border-radius: 10px;
  cursor: pointer;
}

.header__button-support.button--support {
  margin-left: auto;
  margin-right: .5em;
}

@media screen and (max-width: 1439px) {
  .header__button-support.button--support {
    display: none;
  }
}

.footer__button-support.button--support {
  margin: 15px 0 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 920px) {
  .footer__button-support.button--support {
    margin-right: auto;
  }
}

@media (min-width: 921px) {
  .footer__button-support.button--support {
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .footer__button-support.button--support {
    display: none;
  }
}

.title-block {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .title-block {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .title-block {
    font-size: 20px;
  }
}

.laned-title {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 700;
  margin: 35px 0;
}

.laned-title::after {
  content: '';
  width: calc(100% - 200px);
  height: 1px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(50%);
}

.subtitle {
  color: black;
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0;
}

.content__wrapper {
  display: flex;
  justify-content: space-between;
}

.content__wrapper .callback-form.form {
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .content__wrapper .callback-form.form {
    margin: 0;
  }
}

@media screen and (max-width: 920px) {
  .content__wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .content__wrapper {
    flex-direction: row;
  }
}

@media screen and (max-width: 690px) {
  .content__wrapper {
    flex-direction: column;
  }
}

.content span {
  display: block;
}

.content p {
  color: black;
  font-size: 16px;
  font-weight: 300;
}

.content h1 {
  color: #1e88e5;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

.content h2 {
  color: #1e88e5;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

.content h3 {
  color: #1e88e5;
  font-size: 26px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

.content a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1897d4;
}

.content a:hover {
  color: #166dba;
  text-decoration: underline;
}

.content ul {
  color: #4a4a4a;
}

.content .social {
  display: inline-block;
  margin-top: 10px;
  margin-right: 35px;
}

.content .social:hover {
  text-decoration: none;
}

.content .social svg {
  fill: #9b9b9b;
}

.content .svg--inst-dims {
  width: 26px;
  height: 26px;
}

.content .svg--vk-dims {
  width: 38px;
  height: 22px;
}

.content .svg--fb-dims {
  width: 15px;
  height: 29px;
}

.text-input {
  width: 100%;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #1e88e5;
  padding: 11px;
}

.text-input:-moz-placeholder, .text-input:-ms-input-placeholder, .text-input::-moz-placeholder, .text-input::-webkit-input-placeholder {
  text-indent: 0;
  -webkit-transition: text-indent 0.3s ease;
  -moz-transition: text-indent 0.3s ease;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.text-input:focus:-moz-placeholder {
  text-indent: 0;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.text-input:focus::-webkit-input-placeholder {
  text-indent: 100%;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.text-input:focus:-moz-placeholder {
  text-indent: 100%;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.text-input:focus::-moz-placeholder {
  text-indent: 100%;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.text-input:focus:-ms-input-placeholder {
  text-indent: 100%;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.text-input::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.text-input:-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.text-input::-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.text-input:-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.text-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
}

.text-label .text-mask {
  color: #1897d4;
}

.text-label span {
  color: #4a4a4a;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.radio-label {
  margin: 5px 0;
}

.radio-label input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.radio-label input:checked + span {
  box-shadow: 0 12px 14px rgba(30, 136, 229, 0.05);
  background-color: #1e88e5;
  color: white;
}

.radio-label input:disabled + span {
  border-color: #c9c9c9;
  color: #c9c9c9;
}

.radio-label input:checked:disabled + span {
  background-color: #c9c9c9;
  color: white;
}

.radio-label span {
  color: #1e88e5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1e88e5;
  display: block;
  cursor: pointer;
  padding: 13px 0;
}

.text-textarea {
  width: 100%;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  min-height: 170px;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #1e88e5;
  padding: 10px;
}

.text-select {
  width: 100%;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #1e88e5;
  padding: 11px;
  cursor: pointer;
}

.text-select::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  padding: 11px;
}

.text-select:-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  padding: 11px;
}

.text-select::-moz-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  padding: 11px;
}

.text-select:-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  padding: 11px;
}

.dropfile {
  position: absolute;
  opacity: 0;
}

.text-mask {
  min-width: 237px;
  color: #1897d4;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #1e88e5;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 1;
}

.text-mask::before {
  content: '';
  width: 145px;
  height: 100%;
  background-image: url("../img/uploadbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-mask::after {
  content: '';
  width: 11px;
  height: 23px;
  background-image: url("../img/upload.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 24px;
  top: 8px;
}

.text-date {
  cursor: pointer;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  cursor: pointer;
}

.checkbox__box:checked + .checkbox__span::after {
  width: 13px;
}

.checkbox__box:checked + .checkbox__span::before {
  width: 7px;
}

.checkbox__box {
  line-height: 0;
  font-size: 0;
  position: absolute;
  opacity: 0;
}

.checkbox__text {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 13px;
}

.checkbox__span {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  display: block;
  flex-shrink: 0;
  margin-right: 13px;
}

.checkbox__span::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: black;
  display: block;
  position: absolute;
  top: 45%;
  left: 6px;
  border-radius: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.6s;
}

.checkbox__span::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: black;
  display: block;
  position: absolute;
  top: 30%;
  right: 3px;
  border-radius: 5px;
  transform: translate(50%, -50%) rotate(-45deg);
  transition: 0.6s;
}

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

.counter .count {
  width: 49px;
  color: #1d5cb7;
  font-size: 16px;
  line-height: 17px;
  border-radius: 8px;
  border: 1px solid #1e88e5;
  text-align: center;
  padding: 5px 3px;
  margin: 0 13px;
}

.counter .count::-webkit-input-placeholder {
  color: #1d5cb7;
}

.counter .count:-moz-placeholder {
  color: #1d5cb7;
}

.counter .count::-moz-placeholder {
  color: #1d5cb7;
}

.counter .count:-ms-input-placeholder {
  color: #1d5cb7;
}

.counter .minus,
.counter .plus {
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
  background-color: #1e88e5;
  cursor: pointer;
}

.counter .minus::before,
.counter .plus::before {
  content: '';
  width: 9px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.counter .plus::after {
  content: '';
  height: 9px;
  width: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-list {
  width: 100%;
  max-width: 755px;
  margin-top: 60px;
}

.price-list__wrap {
  display: none;
}

.price-list__tab {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #1e88e5;
  padding: 12px 42px;
  cursor: pointer;
}

@media screen and (max-width: 479px) {
  .price-list__tab {
    padding: 12px 20px;
  }
}

.price-list__tab::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  z-index: 2;
}

.price-list__wrapper {
  padding: 16px 45px;
  margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
  .price-list__wrapper {
    padding: 16px 15px;
  }
}

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

.price-list__row .checkbox {
  margin: 0;
}

.price-list__row .checkbox__span {
  border: 1px solid #1e88e5;
}

.price-list__row:not(._head) {
  padding: 8px 20px;
}

.price-list__row:nth-child(even):not(._head) {
  background-color: rgba(189, 229, 242, 0.2);
}

.price-list__row._head {
  padding: 0 20px;
  margin-bottom: 20px;
}

.price-list__row._head .price-list__cell {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.price-list__row__cell {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

.header {
  padding-top: 54px;
  padding-bottom: 36px;
}

@media screen and (max-width: 479px) {
  .header .container {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .header {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fbfbfb;
    padding: 0 25px;
    z-index: 9;
  }
}

@media screen and (max-width: 479px) {
  .header {
    width: 100%;
    height: 76px;
    padding: 8px 11px;
    position: fixed;
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    top: 0;
    left: 0;
    z-index: 9;
  }
}

.header__center {
  margin-left: auto;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .header__center {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header__center.profile {
    padding-left: 15px;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .header__center.profile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header__center.profile {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .header__center .citySelector {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header__center .citySelector {
    display: none;
  }
}

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

@media screen and (max-width: 800px) {
  .header__wrap {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .header__wrap {
    width: 100%;
  }
}

.header__left {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .header__left {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header__left {
    display: none;
  }
}

.header__phone {
  color: #1897d4;
  font-weight: 700;
  white-space: nowrap;
  margin-right: .5em;
}

@media (max-width: 800px) {
  .header__phone {
    display: none;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .header__phone {
    position: absolute;
    top: -30px;
    font-size: 22px;
    white-space: nowrap;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .header__phone {
    font-size: 22px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .header__phone {
    font-size: 28px;
  }
}

.header__phone-icon {
  fill: currentColor;
}

@media screen and (max-width: 920px) {
  .header__phone-icon {
    margin-right: 5px;
  }
}

.header__phone-icon:not(:only-child) {
  margin-right: .5em;
}

.header__authorized {
  margin-right: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .header__authorized {
    align-items: center;
  }
}

.header__authorized-content {
  display: flex;
}

@media (max-width: 1439px) {
  .header__authorized-content {
    flex-direction: column;
    min-height: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .header__authorized-content {
    align-items: center;
  }
}

.header__button-user {
  color: #1897d4;
  font-weight: 700;
}

@media screen and (max-width: 1439px) {
  .header__button-user {
    font-size: 16px;
    line-height: 1.1;
  }
}

.header__button-user:hover {
  color: #166dba;
}

.header__button-user-icon {
  display: block;
}

@media (max-width: 1439px) {
  .header__button-user-icon {
    width: 48px;
    height: 48px;
  }
}

.header__button-logout {
  font-weight: 700;
}

@media (max-width: 1439px) {
  .header__button-logout {
    font-size: 16px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1440px) {
  .header__button-logout {
    margin-left: .5em;
  }
}

@media (max-width: 800px) {
  .header .citySelector {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .header .citySelector {
    margin-left: auto;
  }
}

.aside {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}

.aside .profile {
  display: none;
}

@media screen and (max-width: 800px) {
  .aside .profile {
    display: flex;
    position: absolute;
    top: -41px;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .aside .profile {
    top: -39px;
  }
}

.aside .citySelector {
  display: none;
}

@media screen and (max-width: 479px) {
  .aside .citySelector {
    margin-left: 30px;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 800px) {
  .aside .citySelector {
    display: flex;
  }
}

.aside._open {
  left: 0;
  transition: 0.5s;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .aside {
    max-height: 100vh;
    height: 100%;
    position: fixed;
    left: -320px;
    background: white;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .aside {
    max-height: 100vh;
    height: 100%;
    position: fixed;
    left: -100%;
    background: white;
    -webkit-overflow-scrolling: touch;
    overflow: visible;
    z-index: 10;
  }
}

.aside__logo {
  max-height: 117px;
  margin: 0 32px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .aside__logo {
    width: 136px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .aside__logo {
    width: 82px;
    height: 59px;
    position: fixed;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    margin-left: 0;
  }
}

.aside__menu {
  margin-top: 32px;
  padding: 28px 0;
}

@media screen and (max-width: 1024px) {
  .aside__menu {
    margin-top: 14px;
  }
}

.banner-slider {
  max-width: 845px;
  max-height: 563px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .banner-slider {
    width: 75%;
    max-width: none;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1140px) {
  .banner-slider {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
  .banner-slider {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 690px) {
  .banner-slider {
    width: 100%;
    margin-right: 0;
  }
}

.banner-slider .slick-slide img {
  width: 100%;
}

.banner-slider__item {
  cursor: pointer;
  /*
    &::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: $smoothblue;
      z-index: 1;
      transition: 0.5s;
    }*/
}

.banner-slider__item:hover .banner-slider__link {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-slider__image img {
    width: 100%;
  }
}

.banner-slider__desc {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 32px;
  text-align: center;
  transition: all .7s ease-in-out;
  color: #ffffff;
  z-index: 2;
}

.banner-slider__desc:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transition: all .7s ease-in-out;
}

@media screen and (max-width: 375px) {
  .banner-slider__desc {
    max-width: none;
    padding: 10px;
  }
}

.banner-slider__type {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 29px;
}

@media screen and (max-width: 479px) {
  .banner-slider__type {
    display: none;
  }
}

.banner-slider__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 34px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .banner-slider__text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .banner-slider__text {
    display: none;
  }
}

.banner-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: all;
  z-index: 10;
}

.banner-slider__link:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transition: all .7s ease-in-out;
}

.banner-slider__dots {
  position: absolute;
  top: calc(100% - 36px);
  left: 26px !important;
  z-index: 1;
}

.banner-slider__dots ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  z-index: 4;
}

.banner-slider__dots .slick-active button {
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.18);
  border: 1px solid #ffffff;
  background-color: #1897d4;
  transition: 0.3s;
}

.banner-slider__dots button {
  width: 9px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 1px solid #ffffff;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.buy-now {
  max-width: 278px;
  max-height: 563px;
  box-shadow: 0 42px 74px -30px rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  background-image: linear-gradient(134deg, #0e96ba 0%, #0e96ba 0%, #00b5da 100%);
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 1055px) {
  .buy-now__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 690px) {
  .buy-now__title {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 1440px) {
  .buy-now {
    width: calc(25% - 10px);
    max-width: none;
  }
}

@media screen and (max-width: 1140px) {
  .buy-now {
    width: calc(30% - 10px);
  }
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
  .buy-now {
    width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 690px) {
  .buy-now {
    width: 100%;
    min-height: 279px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 479px) {
  .buy-now {
    margin-top: 18px;
  }
}

@media screen and (min-width: 479px) {
  .buy-now:hover .buy-now__link {
    pointer-events: all;
    opacity: 1;
    transition: 0.1s;
    transition-delay: 0.3s;
  }
}

@media screen and (min-width: 479px) and (max-width: 1440px) {
  .buy-now:hover .buy-now__link {
    transition-delay: 0s;
  }
}

@media screen and (min-width: 479px) {
  .buy-now:hover .buy-now__side {
    transform: translateY(110%);
    transition: 1.3s;
  }
}

@media screen and (min-width: 479px) and (max-width: 479px) {
  .buy-now:hover .buy-now__side {
    transform: none;
  }
}

@media screen and (min-width: 479px) {
  .buy-now:hover .buy-now__water {
    -webkit-animation: water-rotate 1s linear 1;
            animation: water-rotate 1s linear 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transition: 1.1s;
  }
  .buy-now:hover .buy-now__text {
    max-height: 500px;
    overflow: visible;
    transition: 1.1s;
  }
}

@media screen and (min-width: 479px) and (max-width: 690px) {
  .buy-now:hover .buy-now__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 479px) and (max-width: 479px) {
  .buy-now:hover .buy-now__text {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 479px) {
  .buy-now:hover .buy-now__image {
    -webkit-animation: drop-image 0.6s linear 1;
            animation: drop-image 0.6s linear 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    pointer-events: none;
    transition: 1.1s;
  }
  .buy-now:hover .buy-now__waves svg:first-child {
    top: 0;
    transition: 1s;
  }
  .buy-now:hover .buy-now__waves svg:last-child {
    top: 0;
    transition: 1s;
    transition-delay: 0.5s;
  }
}

.buy-now__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 33px;
  padding-left: 36px;
}

@media screen and (max-width: 1440px) {
  .buy-now__wrap {
    flex-direction: row;
    padding: 17px;
  }
}

@media screen and (max-width: 1140px) {
  .buy-now__wrap {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 690px) {
  .buy-now__wrap {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .buy-now__wrap {
    padding: 16px;
  }
}

.buy-now__left {
  width: 73%;
  flex-shrink: 0;
}

@media screen and (max-width: 1440px) {
  .buy-now__left {
    width: auto;
    flex-shrink: 1;
  }
}

.buy-now__text {
  max-height: 80px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding-right: 36px;
  overflow: hidden;
  transition: 1.1s;
}

@media screen and (max-width: 1440px) {
  .buy-now__text {
    max-width: 500px;
    padding-right: 0;
  }
}

@media screen and (max-width: 690px) {
  .buy-now__text {
    max-width: 60%;
    padding-right: 0;
  }
}

.buy-now__side {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 7px;
  top: 63%;
  transition: 1.3s;
}

@media screen and (max-width: 1440px) {
  .buy-now__side {
    position: absolute;
    right: -74px;
    top: 267px;
  }
}

@media screen and (max-width: 1300px) {
  .buy-now__side {
    right: -39px;
    top: 221px;
  }
}

@media screen and (max-width: 1140px) {
  .buy-now__side {
    top: 144px;
    left: auto;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .buy-now__side {
    position: absolute;
    left: auto;
    right: -70px;
  }
}

@media screen and (max-width: 690px) {
  .buy-now__side {
    top: -26px;
    right: -30px;
  }
}

@media screen and (max-width: 479px) {
  .buy-now__side {
    top: 10px;
    right: -96px;
  }
}

.buy-now__image {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  right: -40px;
  bottom: -30px;
  transition: 1.1s;
}

.buy-now__image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .buy-now__image {
    height: 227px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .buy-now__image {
    right: 36px;
  }
}

.buy-now__water {
  position: absolute;
  right: 82px;
  width: 100%;
  top: 65px;
  transition: 1.1s;
}

@media screen and (max-width: 1440px) {
  .buy-now__water {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .buy-now__desc {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.buy-now__waves {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(100% - 150px);
  z-index: 3;
}

@media screen and (max-width: 1440px) {
  .buy-now__waves {
    display: none;
  }
}

.buy-now__waves svg {
  width: 120%;
  position: absolute;
  left: 0;
  transform: translatex(-50%);
  opacity: 0.4;
}

.buy-now__waves svg:first-child {
  fill: #1e88e5;
  left: -26px;
  top: 160px;
  z-index: 2;
}

.buy-now__waves svg:last-child {
  fill: #1e88e5;
  left: 4px;
  top: 160px;
  z-index: 1;
}

.buy-now__link {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  margin-top: 51px;
}

@media screen and (max-width: 1300px) {
  .buy-now__link {
    margin-top: 17px;
  }
}

@media screen and (max-width: 1055px) {
  .buy-now__link {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .buy-now__link {
    opacity: 1;
    pointer-events: all;
  }
}

.index-delivery {
  display: flex;
  width: 100%;
  max-width: 660px;
  border-radius: 10px;
  background-color: #006ec7;
  overflow: hidden;
  margin-top: 32px;
  flex-grow: 1;
}

@media screen and (max-width: 1440px) {
  .index-delivery {
    max-width: none;
    min-height: 198px;
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 690px) {
  .index-delivery {
    width: 100%;
    min-height: 131px;
  }
}

@media screen and (max-width: 479px) {
  .index-delivery {
    min-height: 131px;
    margin-top: 18px;
  }
}

.index-delivery__wrap {
  display: flex;
  flex-grow: 1;
}

@media screen and (max-width: 1440px) {
  .index-delivery__wrap {
    justify-content: space-between;
  }
}

.index-delivery__left {
  padding: 31px 0px 20px 40px;
  width: 57%;
}

@media screen and (max-width: 1440px) {
  .index-delivery__left {
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .index-delivery__left {
    padding: 16px;
  }
  .index-delivery__left br {
    display: none;
  }
}

.index-delivery__right {
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
}

@media screen and (max-width: 1055px) {
  .index-delivery__right {
    max-width: 206px;
  }
}

@media screen and (max-width: 1055px) and (min-width: 800px) {
  .index-delivery__right {
    left: -26px;
    top: 42px;
  }
}

@media screen and (max-width: 479px) {
  .index-delivery__right {
    max-width: 206px;
  }
}

.index-delivery__image {
  width: 100%;
  height: 94%;
  z-index: 2;
}

.index-delivery__image img {
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.index-delivery__water {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 84px;
  transform: rotate(-90deg);
}

.index-delivery__water img {
  display: block;
}

@media screen and (max-width: 1440px) {
  .index-delivery__water {
    top: 12px;
    right: 56px;
  }
}

@media screen and (max-width: 479px) {
  .index-delivery__water {
    right: 47px;
  }
}

.index-delivery__text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .index-delivery__text {
    max-width: 400px;
  }
}

@media screen and (max-width: 1055px) {
  .index-delivery__text {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .index-delivery__text {
    display: none;
  }
}

.index-delivery__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.index-services {
  max-width: 463px;
  border-radius: 10px;
  background-color: #00b5da;
  margin-top: 32px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .index-services {
    max-width: none;
    width: calc(50% - 5px);
    min-height: 198px;
  }
}

@media screen and (max-width: 690px) {
  .index-services {
    width: 100%;
    min-height: 131px;
  }
}

@media screen and (max-width: 479px) {
  .index-services {
    min-height: 131px;
    margin-top: 18px;
  }
}

.index-services__left {
  max-width: 70%;
  z-index: 2;
  padding: 32px;
}

@media screen and (max-width: 1440px) {
  .index-services__left {
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .index-services__left {
    padding: 16px;
  }
}

.index-services__right {
  width: 30%;
  z-index: 2;
}

@media screen and (max-width: 479px) {
  .index-services__right {
    width: 50%;
  }
}

.index-services__wrap {
  display: flex;
}

@media screen and (max-width: 1440px) {
  .index-services__wrap {
    justify-content: space-between;
  }
}

.index-services__text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .index-services__text {
    max-width: 400px;
  }
}

@media screen and (max-width: 1055px) {
  .index-services__text {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .index-services__text {
    display: none;
  }
}

.index-services__image {
  width: 100%;
  height: 98%;
  flex-shrink: 0;
  position: absolute;
  right: 9px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .index-services__image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .index-services__image {
    top: 10px;
  }
}

.index-services__image img {
  height: 100%;
}

.index-services__water {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 690px) {
  .index-services__water {
    width: 100%;
  }
}

.index-services__water img {
  height: 100%;
}

.index-services__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.footer {
  border-top: 1px solid #9b9b9b;
  padding-top: 40px;
  padding-bottom: 38px;
}

.footer span {
  color: #4a4a4a;
}

.footer a {
  color: #1e88e5;
}

.footer a:hover {
  color: #166dba;
}

.footer__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 920px) {
  .footer__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__apps {
  max-width: 150px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 920px) {
  .footer__apps {
    flex-direction: row;
    flex-wrap: wrap;
    order: 3;
  }
}

@media screen and (max-width: 479px) {
  .footer__apps {
    width: 100%;
    max-width: none;
  }
}

.footer__apps span {
  display: inline-block;
  margin-bottom: 15px;
}

.footer__apps a {
  align-self: flex-start;
  display: inline-block;
  margin: 3px 0;
}

@media screen and (max-width: 920px) {
  .footer__apps a {
    width: 50%;
    margin-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer__apps a {
    width: 44%;
    margin-right: 16px;
  }
}

.footer__docs {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1440px) {
  .footer__docs {
    margin-right: 39px;
  }
}

@media screen and (max-width: 920px) {
  .footer__docs {
    margin-right: 0;
    margin-bottom: 34px;
  }
}

.footer__docs a {
  margin-bottom: 13px;
}

.footer__info {
  display: flex;
}

@media screen and (max-width: 1440px) {
  .footer__info {
    flex-direction: column;
  }
}

@media screen and (max-width: 920px) {
  .footer__info {
    flex-direction: row;
    margin-bottom: 31px;
  }
}

.footer__info span {
  display: inline-block;
  margin-bottom: 13px;
}

@media screen and (max-width: 1440px) {
  .footer__info span {
    margin-bottom: 5px;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

@media screen and (max-width: 1440px) and (min-width: 920px) {
  .footer__left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .footer__left {
    margin-right: 8px;
  }
}

.footer__center {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .footer__center {
    flex-direction: column;
  }
}

@media screen and (max-width: 920px) {
  .footer__center {
    order: 1;
  }
}

.footer__right {
  display: flex;
  flex-direction: column;
}

.footer__links {
  display: flex;
  align-items: center;
}

.footer__links a {
  display: block;
}

@media screen and (max-width: 920px) {
  .footer__social {
    order: 2;
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 1439px) {
  .footer__social {
    display: flex;
    flex-direction: column;
  }
}

.footer__social span {
  display: inline-block;
  margin-bottom: 13px;
}

.footer__social svg {
  fill: #1e88e5;
  margin-right: 31px;
}

.footer__social svg:hover {
  fill: #166dba;
}

.additional-block {
  min-height: 197px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;
}

.additional-block._big {
  width: 100%;
  max-width: 656px;
  border-radius: 10px;
}

@media screen and (max-width: 1550px) {
  .additional-block._big {
    margin-right: 25px;
    max-width: 60%;
  }
}

@media screen and (max-width: 1140px) {
  .additional-block._big {
    max-width: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .additional-block._big {
    min-height: 130px;
  }
}

.additional-block._min {
  width: 100%;
  max-width: 462px;
  border-radius: 10px;
}

@media screen and (max-width: 1550px) {
  .additional-block._min {
    max-width: calc(40% - 25px);
  }
}

@media screen and (max-width: 1140px) {
  .additional-block._min {
    max-width: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .additional-block._min {
    min-height: 130px;
  }
}

.additional-block a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: all;
}

.contacts-slider {
  max-height: 527px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .contacts-slider {
    max-height: 427px;
  }
}

.contacts-slider .slick-arrow {
  right: 97px;
  top: calc(100% - 90px);
  z-index: 2;
}

@media screen and (max-width: 479px) {
  .contacts-slider .slick-arrow {
    top: calc(100% - 40px);
    right: 26px;
  }
}

.contacts-slider .slick-prev {
  right: 150px;
  transform: rotate(-180deg);
}

@media screen and (max-width: 479px) {
  .contacts-slider .slick-prev {
    right: 70px;
  }
}

.contacts-slider .slick-list,
.contacts-slider .slick-track {
  height: 100%;
}

.contacts-slider__item {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .contacts-slider__item {
    min-height: 427px !important;
  }
}

.contacts-slider__item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(24, 151, 212, 0) 0%, #1897d4 100%);
  z-index: 2;
}

.contacts-slider__wrap {
  height: 100%;
}

.contacts-slider__img {
  height: 100%;
  display: flex;
}

.contacts-slider__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-slider__desc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  padding: 73px;
  z-index: 3;
}

@media screen and (max-width: 1140px) {
  .contacts-slider__desc {
    justify-content: flex-start;
    padding: 60px 25px;
  }
}

@media screen and (max-width: 479px) {
  .contacts-slider__desc {
    padding: 24px 16px;
  }
}

.contacts-slider__text {
  max-width: 700px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 479px) {
  .contacts-slider__text {
    color: #ffffff;
    font-size: 15px;
  }
}

.excursion {
  transition: 0.3s;
  background-color: #00b5da;
}

.excursion:hover {
  background: #00758e;
}

.excursion__wrap {
  padding: 24px;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .excursion__wrap {
    padding: 15px;
  }
}

.excursion__wrap .excursion-services__text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.excursion__wrap .excursion-services__text._right {
  width: 85%;
}

.excursion__image {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

@media screen and (max-width: 479px) {
  .excursion__image {
    right: 21px;
    max-width: 142px;
    top: 42px;
  }
}

.production {
  background-color: #13a588;
  overflow: hidden;
  transition: 0.3s;
}

.production:hover {
  background: #0b604f;
}

.production__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

@media screen and (max-width: 479px) {
  .production__wrap {
    padding: 15px;
  }
}

.production__wrap .excursion-services__text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.production__wrap .excursion-services__text._left {
  width: 50%;
}

.production__image {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 479px) {
  .production__image {
    right: -21px;
    max-width: 143px;
    top: 11px;
  }
}

.production__image._down {
  top: 23px;
  right: 10px;
}

.offers {
  width: 100%;
}

.offers__core {
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .offers__core {
    margin-bottom: 0;
  }
}

.offers__item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-500%);
  position: absolute;
}

@media screen and (max-width: 690px) {
  .offers__item {
    position: relative;
    transform: translatex(0);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .offers__item {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  }
}

.offers__item._active {
  position: relative;
  transform: translateY(0);
  transition: 1s;
}

.offers__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  box-shadow: 0 2px 34px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 690px) {
  .offers__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.offers__desc {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  right: 0;
  top: 0;
  padding: 20px 30px 20px 50px;
}

@media screen and (max-width: 1440px) {
  .offers__desc {
    padding: 30px 15px;
    flex-grow: 1;
  }
}

@media screen and (max-width: 1140px) {
  .offers__desc {
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.5);
    z-index: 3;
  }
}

@media screen and (max-width: 690px) {
  .offers__desc {
    align-items: flex-start;
    background: transparent;
    position: relative;
    width: auto;
    right: auto;
    top: auto;
  }
}

@media screen and (max-width: 479px) {
  .offers__desc {
    padding: 16px;
  }
}

.offers__image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /*&::before {
      content: '';
      width: 190px;
      height: 190px;
      border-radius: 50%;
      background-image: -webkit-linear-gradient(42deg, #b4ec51 0%, #429321 100%);
      background-image: -o-linear-gradient(42deg, #b4ec51 0%, #429321 100%);
      background-image: linear-gradient(132deg, #b4ec51 0%, #429321 100%);
      position: absolute;
      left: -80px;
      top: -50px;
      opacity: 0.85;
      z-index: 2;
      @include adaptive (690) {
        top: 150px;
      }
      @include phone {
        display: none;
      }
    }

    &::after {
      content: '';
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-image: -webkit-linear-gradient(42deg, #b4ec51 0%, #429321 100%);
      background-image: -o-linear-gradient(42deg, #b4ec51 0%, #429321 100%);
      background-image: linear-gradient(132deg, #b4ec51 0%, #429321 100%);
      position: absolute;
      left: 420px;
      top: 160px;
      opacity: 0.7;
      z-index: 2;
      @include phone {
        display: none;
      }
    }*/
}

@media screen and (max-width: 690px) {
  .offers__image {
    max-height: 270px;
    width: auto;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .offers__image {
    max-height: 159px;
  }
}

.offers__image img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 690px) {
  .offers__image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .offers__image img {
    -o-object-position: left;
       object-position: left;
  }
}

.offers__name {
  max-width: 300px;
  color: #1e88e5;
  font-size: 39px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 690px) {
  .offers__name {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .offers__name {
    color: #1e88e5;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
}

.offers__text {
  max-width: 400px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 690px) {
  .offers__text {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .offers__text {
    display: none;
  }
}

.offers__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

@media screen and (max-width: 479px) {
  .offers__buttons {
    display: none;
    margin-top: 14px;
    flex-direction: column;
    align-items: center;
  }
  .offers__buttons a {
    align-self: center;
  }
}

.offers__buttons a {
  margin: 0 14px;
}

@media screen and (max-width: 479px) {
  .offers__buttons a {
    width: auto;
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 690px) {
  .offer-slider {
    display: none;
  }
}

.offer-slider .slick-arrow {
  right: -28px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.4));
}

.offer-slider .slick-prev {
  right: auto;
  left: 10px;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.offer-slider__item {
  min-height: 191px !important;
  max-width: calc(100% / 4 - 24px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  margin: 0 15px;
  transition: 0.25s;
}

@media screen and (max-width: 1400px) {
  .offer-slider__item {
    max-width: inherit;
  }
}

.offer-slider__item:hover .offer-slider__show::after {
  width: 100%;
  z-index: 2;
  /*        filter: blur(40px);
        -ms-filter: blur(40px);*/
}

.offer-slider__item:hover .offer-slider__more {
  opacity: 1;
  pointer-events: all;
  z-index: 3;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.offer-slider__item:hover .offer-slider__more:hover {
  color: #1e88e5;
}

.offer-slider__wrap {
  margin: 0 -15px;
}

.offer-slider__wrapper {
  height: 191px;
  min-width: 100%;
}

.offer-slider__name {
  color: #1e88e5;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  z-index: 2;
  padding: 26px;
  text-align: left;
}

@media screen and (max-width: 1140px) {
  .offer-slider__name {
    padding: 10px;
  }
}

.offer-slider__show {
  height: 100%;
  transition: 0.25s;
}

.offer-slider__show::after {
  content: '';
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  z-index: 2;
}

.offer-slider__image {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  right: 0;
  top: 0;
}

.offer-slider__more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

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

.tariff {
  margin-top: 100px;
}

@media screen and (max-width: 479px) {
  .tariff {
    overflow: hidden;
    margin-top: 0;
  }
}

.tariff__top {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.tariff__tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 -11px;
  cursor: pointer;
}

@media screen and (max-width: 1140px) {
  .tariff__tabs {
    flex-direction: column;
    margin: 0;
  }
}

@media screen and (max-width: 1550px) {
  .tariff__image {
    height: 100%;
    display: flex;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 479px) {
  .tariff__image {
    max-height: 67px;
  }
}

.tariff__tab {
  max-height: 148px;
  width: calc(33.33% - 22px);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  transition: 0.3s;
  margin: 0 11px;
}

.tariff__tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background-color: rgba(78, 78, 78, 0.3);
  height: 100%;
  z-index: 0;
  transition: all 0.7s ease-in-out;
}

@media screen and (max-width: 1140px) {
  .tariff__tab {
    width: 100%;
    margin: 11px 0;
  }
}

@media screen and (max-width: 479px) {
  .tariff__tab {
    max-height: 58px;
    align-items: center;
    padding: 0 22px;
  }
}

.tariff__tab:hover {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.tariff__tab:hover::before {
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.tariff__tab img {
  -o-object-fit: contain;
     object-fit: contain;
}

.tariff__tab:nth-child(1) {
  background-image: linear-gradient(132deg, #16cca7 0%, #13997d 100%);
}

.tariff__tab:nth-child(1) .tariff__image {
  top: -19px;
  right: -36px;
}

@media screen and (max-width: 479px) {
  .tariff__tab:nth-child(1) .tariff__image {
    top: 5px;
    right: -36px;
  }
}

.tariff__tab:nth-child(2) {
  background-color: #1d5cb7;
}

.tariff__tab:nth-child(2) .tariff__image {
  top: -19px;
  right: -13px;
}

@media screen and (max-width: 479px) {
  .tariff__tab:nth-child(2) .tariff__image {
    max-height: 85px;
    top: 11px;
    right: -13px;
  }
}

.tariff__tab:nth-child(3) {
  background-color: #00b5da;
}

.tariff__tab:nth-child(3) .tariff__image {
  right: -35px;
  top: -61px;
}

@media screen and (max-width: 479px) {
  .tariff__tab:nth-child(3) .tariff__image {
    max-height: 96px;
    right: -75px;
    top: -2px;
  }
}

.tariff__item {
  margin-top: 56px;
}

.tariff__list {
  display: none;
}

.tariff__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
}

@media screen and (max-width: 479px) {
  .tariff__title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
  }
}

.tariff__name {
  color: #1897d4;
  font-size: 26px;
}

.tariff__text {
  color: #4a4a4a;
  font-size: 16px;
  margin: 27px 0;
}

.tariff__link {
  display: inline-block;
}

.form {
  max-width: 380px;
}

.form__top {
  width: 100%;
  max-width: 366px;
}

@media screen and (max-width: 1055px) {
  .form__top {
    max-width: none;
  }
}

.form__wrap {
  margin-top: 20px;
}

.form__wrap .g-recaptcha {
  display: flex;
  height: 67px;
}

.form__wrap .g-recaptcha img {
  height: 100%;
  margin-right: 10px;
}

.form__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}

.form__bottom label {
  width: 50%;
  max-width: 366px;
}

@media screen and (max-width: 1445px) {
  .form__bottom label {
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1055px) {
  .form__bottom label {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 1055px) {
  .form {
    max-width: 300px;
  }
}

@media screen and (max-width: 920px) {
  .form {
    margin-top: 50px;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .form {
    margin-top: 0;
  }
}

@media screen and (max-width: 690px) {
  .form {
    margin-top: 50px;
  }
}

.form__name {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form__submit {
  cursor: pointer;
  margin-top: 28px;
}

.form__checkbox.flex-row {
  display: flex;
  flex-direction: row;
}

.text-label.bday {
  width: 48%;
}

@media screen and (max-width: 479px) {
  .text-label.bday {
    width: 100%;
  }
}

.press-center {
  display: flex;
  flex-direction: column;
}

.press-center._detail .press-center__name {
  color: #4a4a4a;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

@media screen and (max-width: 479px) {
  .press-center._detail .press-center__name {
    color: #4a4a4a;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
  }
}

.press-center._detail .press-center__date {
  color: #9b9b9b;
  font-size: 14px;
}

@media screen and (max-width: 479px) {
  .press-center._detail .press-center__date {
    color: #9b9b9b;
    font-size: 14px;
  }
}

.press-center._detail .press-center__image {
  width: 100%;
  height: 275px;
  border-radius: 10px;
  overflow: hidden;
  margin: 35px 0;
}

@media screen and (max-width: 479px) {
  .press-center._detail .press-center__image {
    height: 150px;
  }
}

.press-center__wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -13px;
}

@media screen and (max-width: 479px) {
  .press-center__wrap {
    margin: 0;
  }
}

.press-center__item {
  width: calc(25% - 26px);
  display: flex;
  flex-direction: column;
  margin: 23px 13px;
}

@media screen and (max-width: 1140px) {
  .press-center__item {
    width: calc(33.33% - 26px);
  }
}

@media screen and (max-width: 920px) and (min-width: 800px) {
  .press-center__item {
    width: calc(50% - 26px);
  }
}

@media screen and (max-width: 690px) {
  .press-center__item {
    width: calc(50% - 26px);
  }
}

@media screen and (max-width: 479px) {
  .press-center__item {
    width: 100%;
    margin: 23px 0;
  }
}

.press-center__image {
  width: 268px;
  height: 148px;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 1550px) {
  .press-center__image {
    width: 100%;
  }
}

.press-center__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.press-center__name {
  min-height: 73px;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
  margin-top: 19px;
}

@media screen and (max-width: 1440px) {
  .press-center__name {
    min-height: 74px;
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .press-center__name {
    font-size: 16px;
  }
}

.press-center__date {
  color: #9b9b9b;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: 13px;
}

.press-center__announce {
  color: #4a4a4a;
  font-size: 16px;
  flex-grow: 1;
  margin: 17px 0;
}

@media screen and (max-width: 800px) {
  .press-center__announce {
    font-size: 14px;
  }
}

.press-center__link {
  color: #1897d4;
  font-size: 14px;
  display: block;
  margin-top: auto;
}

.press-center__link._dwnld {
  padding-left: 14px;
}

.press-center__link._dwnld::after {
  display: none;
}

.press-center__link._dwnld::before {
  content: '';
  width: 9px;
  height: 13px;
  background-image: url("/template/img/pngdwld.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}

.press-center__link::after {
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  border-right: 1px solid #1e88e5;
  border-top: 1px solid #1e88e5;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  position: absolute;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
  transition: 0.3s;
}

.press-center__link:hover {
  color: #166dba;
}

.press-center__link:hover::after {
  border-right: 1px solid #166dba;
  border-top: 1px solid #166dba;
}

.press-center__tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px;
}

.press-center__tabs a {
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-right: 24px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .press-center__tabs a {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .press-center__tabs a {
    font-size: 14px;
    font-weight: 400;
  }
  .press-center__tabs a span {
    display: none;
  }
}

.press-center__tabs a:hover {
  color: #1e88e5;
}

.press-center__tabs a._active {
  color: #1e88e5;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .press-center__tabs a._active {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .press-center__tabs a._active {
    font-size: 14px;
    font-weight: 400;
  }
}

.registration {
  width: 66%;
  /*select2 fix*/
}

.registration__wrap {
  width: 100%;
}

.registration__form {
  max-width: 756px;
}

@media screen and (max-width: 1445px) {
  .registration__form {
    max-width: none;
    width: 66%;
  }
}

@media screen and (max-width: 1055px) {
  .registration__form {
    width: 100%;
    max-width: none;
  }
}

.registration__type {
  max-width: 366px;
  width: 100%;
}

@media screen and (max-width: 1055px) {
  .registration__type {
    max-width: none;
  }
}

.registration__type::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #1e88e5;
  border-bottom: 1px solid #1e88e5;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
}

.registration .select2-container .select2-selection--single {
  height: unset;
}

.registration .select2-container--default span,
.registration .select2-container--default .select2-selection--single,
.registration .select2-container--default .select2-selection--single span {
  margin-bottom: 0;
}

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

.catalog {
  text-align: center;
  width: 100%;
}

.catalog__fluid {
  margin-top: 20px;
}

.catalog .counter {
  display: none;
  transition: 0.2s;
}

.catalog__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -30px 40px;
  overflow: hidden;
  padding: 0 50px;
}

@media screen and (max-width: 1550px) {
  .catalog__items {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 1550px) and (min-width: 690px) {
  .catalog__items {
    margin: 0 -10px 80px;
  }
}

@media screen and (max-width: 690px) {
  .catalog__items {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .catalog__items {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 690px) {
  .catalog__slider {
    display: none;
  }
}

.catalog__item {
  width: calc(33.33% - 60px);
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 30px;
  cursor: pointer;
  transition: 0.2s;
}

@media (pointer: fine) {
  .catalog__item._stay:hover .catalog__image img {
    transform: scale(1.4) rotate(0);
  }
}

@media screen and (pointer: fine) and (max-width: 1550px) {
  .catalog__item._stay:hover .catalog__image img {
    transform: scale(1.3) rotate(0);
  }
}

@media screen and (pointer: fine) and (max-width: 479px) {
  .catalog__item._stay:hover .catalog__image img {
    transform: scale(1.1) rotate(0);
  }
}

@media screen and (max-width: 1550px) {
  .catalog__item {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width: 1140px) and (min-width: 800px) {
  .catalog__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 479px) {
  .catalog__item {
    width: calc(100% - 10px);
    margin: 15px 5px;
  }
}

@media screen and (min-width: 800px) {
  .catalog__item:hover .catalog__top {
    height: 307px;
    transition: 0.2s;
  }
}

@media screen and (min-width: 800px) and (max-width: 690px) {
  .catalog__item:hover .catalog__top {
    height: 220px;
  }
}

@media screen and (min-width: 800px) {
  .catalog__item:hover .catalog__price {
    display: none;
    transition: 0.2s;
  }
  .catalog__item:hover .catalog__counter {
    display: flex;
    transition: 0.2s;
  }
  .catalog__item:hover .catalog__circle {
    width: 215px;
    height: 215px;
    box-shadow: 20px 12px 24px rgba(126, 211, 33, 0.1), -20px 12px 24px rgba(24, 151, 212, 0.1);
    background-image: radial-gradient(circle 162px at 359.41% 166.51%, #006ec7 0%, #00b5da 100%);
    transition: 0.2s;
  }
}

@media screen and (min-width: 800px) and (max-width: 1550px) {
  .catalog__item:hover .catalog__circle {
    width: 185px;
    height: 185px;
  }
}

@media screen and (min-width: 800px) and (max-width: 690px) {
  .catalog__item:hover .catalog__circle {
    width: 155px;
    height: 155px;
  }
}

@media screen and (min-width: 800px) and (max-width: 479px) {
  .catalog__item:hover .catalog__circle {
    width: 145px;
    height: 145px;
  }
}

@media screen and (min-width: 800px) {
  .catalog__item:hover .catalog__raindrop {
    transform: translate(-50%, -50%) scale(2) rotate(-120deg);
  }
}

@media screen and (min-width: 800px) and (max-width: 1550px) {
  .catalog__item:hover .catalog__raindrop {
    transform: translate(-50%, -50%) scale(1.7) rotate(-120deg);
  }
}

@media screen and (min-width: 800px) {
  .catalog__item:hover .catalog__image img {
    transform: scale(1.3);
    transition: 0.2s;
  }
}

@media screen and (min-width: 800px) and (max-width: 1550px) {
  .catalog__item:hover .catalog__image img {
    transform: scale(1.2);
  }
}

@media screen and (min-width: 800px) and (max-width: 479px) {
  .catalog__item:hover .catalog__image img {
    transform: scale(1.1);
  }
}

@media (pointer: fine) {
  .catalog__item:hover .catalog__top {
    height: 307px;
    transition: 0.2s;
  }
}

@media screen and (pointer: fine) and (max-width: 690px) {
  .catalog__item:hover .catalog__top {
    height: 220px;
  }
}

@media (pointer: fine) {
  .catalog__item:hover .catalog__price {
    display: none;
    transition: 0.2s;
  }
  .catalog__item:hover .catalog__counter {
    display: flex;
    transition: 0.2s;
  }
  .catalog__item:hover .catalog__circle {
    width: 215px;
    height: 215px;
    box-shadow: 20px 12px 24px rgba(126, 211, 33, 0.1), -20px 12px 24px rgba(24, 151, 212, 0.1);
    background-image: radial-gradient(circle 162px at 359.41% 166.51%, #006ec7 0%, #00b5da 100%);
    transition: 0.2s;
  }
}

@media screen and (pointer: fine) and (max-width: 1550px) {
  .catalog__item:hover .catalog__circle {
    width: 185px;
    height: 185px;
  }
}

@media screen and (pointer: fine) and (max-width: 690px) {
  .catalog__item:hover .catalog__circle {
    width: 155px;
    height: 155px;
  }
}

@media screen and (pointer: fine) and (max-width: 479px) {
  .catalog__item:hover .catalog__circle {
    width: 145px;
    height: 145px;
  }
}

@media (pointer: fine) {
  .catalog__item:hover .catalog__raindrop {
    transform: translate(-50%, -50%) scale(2.3) rotate(-120deg);
  }
}

@media screen and (pointer: fine) and (max-width: 1550px) {
  .catalog__item:hover .catalog__raindrop {
    transform: translate(-50%, -50%) scale(1.7) rotate(-120deg);
  }
}

@media (pointer: fine) {
  .catalog__item:hover .catalog__image img {
    transform: scale(1.3);
    transition: 0.2s;
  }
}

@media screen and (pointer: fine) and (max-width: 1550px) {
  .catalog__item:hover .catalog__image img {
    transform: scale(1.2);
  }
}

@media screen and (pointer: fine) and (max-width: 479px) {
  .catalog__item:hover .catalog__image img {
    transform: scale(1.1);
  }
}

.catalog__bottom {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 20px;
}

.catalog__top {
  height: 210px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

@media screen and (max-width: 690px) {
  .catalog__top {
    height: 158px;
  }
}

@media screen and (max-width: 479px) {
  .catalog__top {
    height: 180px;
  }
}

.catalog__name {
  color: #1e88e5;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: auto;
}

@media screen and (max-width: 690px) {
  .catalog__name {
    color: #1e88e5;
    font-size: 14px;
    line-height: 20px;
  }
}

.catalog__price {
  color: #006ec7;
  font-size: 21px;
  font-weight: 700;
  transition: 0.2s;
}

@media screen and (max-width: 690px) {
  .catalog__price {
    color: #006ec7;
    font-size: 21px;
    font-weight: 700;
  }
}

.catalog__image {
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 690px) {
  .catalog__image {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .catalog__image {
    width: 180px;
    height: 180px;
  }
}

.catalog__image img {
  width: auto;
  min-height: 1px;
  height: 100%;
  display: block;
  transform: scale(1) rotate(0);
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s;
}

.catalog__raindrop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2) rotate(0);
  transition: 0.2s;
}

.catalog__raindrop img {
  min-height: 1px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 690px) {
  .catalog__raindrop {
    display: none;
  }
}

.catalog__circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

@media screen and (max-width: 690px) {
  .catalog__circle {
    width: 116px;
    height: 116px;
  }
}

@media screen and (max-width: 479px) {
  .catalog__circle {
    width: 130px;
    height: 130px;
  }
}

.catalog__circle::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-image: radial-gradient(circle 107px at 297.6% 311.69%, #6addfb 0%, #00b5da 100%);
  top: 0;
  left: 0;
}

.catalog-item {
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 920px) {
  .catalog-item {
    flex-direction: column;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .catalog-item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .catalog-item {
    margin-bottom: 5px;
  }
}

.catalog-item__top._hidden {
  display: none;
}

@media screen and (max-width: 920px) {
  .catalog-item__top._hidden {
    text-align: left;
    display: block;
  }
}

.catalog-item__top._hidden .catalog-item__name {
  margin-bottom: 40px;
}

.catalog-item__raindrops {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(173deg);
  opacity: 0.5;
}

@media screen and (max-width: 479px) {
  .catalog-item__raindrops {
    width: 239px;
    height: 239px;
  }
}

.catalog-item__more {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.catalog-item__left {
  width: 100%;
  max-width: 422px;
  flex-shrink: 0;
}

@media screen and (max-width: 1140px) {
  .catalog-item__left {
    max-width: 304px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1055px) {
  .catalog-item__left {
    max-width: 283px;
  }
}

@media screen and (max-width: 920px) {
  .catalog-item__left {
    max-width: none;
  }
}

.catalog-item__circle {
  width: 239px;
  height: 239px;
  border-radius: 50%;
  box-shadow: 20px 12px 24px rgba(126, 211, 33, 0.1), -20px 12px 24px rgba(24, 151, 212, 0.1);
  background-image: linear-gradient(132deg, #16cca7 0%, #13997d 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
  .catalog-item__circle {
    width: 135px;
    height: 135px;
  }
}

.catalog-item__type {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 6px;
}

.catalog-item__name {
  color: #1e88e5;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog-item__price {
  color: #1d5cb7;
  font-family: "Open Sans";
  font-size: 24px;
}

@media screen and (max-width: 920px) {
  .catalog-item__price {
    text-align: center;
    order: 1;
    margin: 45px 0;
  }
}

@media screen and (max-width: 479px) {
  .catalog-item__image {
    height: 197px;
    display: flex;
    justify-content: center;
  }
  .catalog-item__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.catalog-item__props {
  width: 100%;
  max-width: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0;
}

@media screen and (max-width: 1055px) {
  .catalog-item__props {
    max-width: none;
  }
}

@media screen and (max-width: 920px) {
  .catalog-item__props {
    order: 3;
  }
}

.catalog-item__right {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.catalog-item__right .catalog-item__type {
  display: none;
}

.catalog-item__right .catalog-item__name {
  display: none;
}

@media screen and (min-width: 920px) {
  .catalog-item__right .catalog-item__type {
    display: flex;
  }
  .catalog-item__right .catalog-item__name {
    display: flex;
  }
}

.catalog-item__text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0 40px;
}

@media screen and (max-width: 920px) {
  .catalog-item__text {
    order: 4;
  }
}

.catalog-item__link {
  color: #ffffff;
  font-size: 14px;
  align-self: flex-start;
  padding: 10px 20px;
}

@media screen and (max-width: 920px) {
  .catalog-item__link {
    align-self: center;
    margin-bottom: 20px;
    order: 2;
  }
}

.catalog-item__link:hover svg {
  fill: #166dba;
}

.catalog-item__link svg {
  fill: white;
  margin-right: 15px;
}

.catalog-item__prop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.catalog-item__prop::before {
  content: '················';
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
  .catalog-item__prop::before {
    left: 54%;
  }
}

.catalog-item__prop span:first-child {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
}

.catalog-item__prop span:last-child {
  color: #4a4a4a;
  font-size: 12px;
}

.service-center {
  height: 100%;
}

.service-center__wrap {
  display: flex;
  align-items: stretch;
  margin: 0 -11px;
}

@media screen and (max-width: 1440px) {
  .service-center__wrap {
    flex-direction: column;
  }
}

.service-center__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 22px);
  border-radius: 5px;
  padding: 15px 24px 20px;
  margin: 0 11px;
  overflow: hidden;
}

.service-center__item:hover::before {
  height: 100%;
  transition: all 0.25s ease-in-out;
}

.service-center__item:hover .service-center__image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service-center__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(78, 78, 78, 0.3);
  height: 0%;
  z-index: 0;
  transition: all 0.7s ease-in-out;
}

@media screen and (max-width: 1440px) {
  .service-center__item {
    width: calc(100% - 22px);
    margin: 16px 11px;
  }
}

@media screen and (max-width: 479px) {
  .service-center__item {
    min-height: 128px;
    padding: 15px 15px 67px;
  }
}

.service-center__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.service-center__item:hover {
  box-shadow: 0 15px 24px -19px rgba(0, 0, 0, 0.3);
}

.service-center__item._first {
  background-image: linear-gradient(132deg, #16cca7 0%, #13997d 100%);
}

.service-center__item._first .service-center__image {
  right: 41px;
  top: 22px;
}

@media screen and (max-width: 479px) {
  .service-center__item._first .service-center__image {
    right: 15px;
    top: 4px;
  }
}

.service-center__item._last {
  background-color: #00b5da;
}

.service-center__item._last .service-center__image {
  right: 0;
  top: 24px;
}

@media screen and (max-width: 479px) {
  .service-center__item._last .service-center__image {
    top: -2px;
    width: 142px;
  }
}

.service-center__image {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0;
  height: 87%;
  transition: all 0.5s ease-in-out;
}

.service-center__image img {
  height: 100%;
}

.service-center__title {
  min-height: 86px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 43px;
}

@media screen and (max-width: 479px) {
  .service-center__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
  }
}

.service-center__text {
  flex-grow: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 34px;
  max-width: 326px;
}

@media screen and (max-width: 1440px) {
  .service-center__text {
    max-width: 500px;
  }
}

@media screen and (max-width: 1055px) {
  .service-center__text {
    max-width: 300px;
  }
}

@media screen and (max-width: 835px) {
  .service-center__text {
    max-width: 260px;
  }
}

@media screen and (max-width: 690px) {
  .service-center__text {
    max-width: 220px;
  }
}

@media screen and (max-width: 479px) {
  .service-center__text {
    display: none;
  }
}

.how-to__wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 479px) {
  .how-to__wrap {
    margin: 0;
  }
}

.how-to__image {
  position: absolute;
  right: 0;
  top: 50px;
  right: 0px;
}

@media screen and (max-width: 1140px) {
  .how-to__image {
    width: 125px;
    height: 130px;
  }
}

.how-to__title {
  padding-bottom: 139px;
  z-index: 1;
}

@media screen and (max-width: 1140px) {
  .how-to__title {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1055px) {
  .how-to__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.41px;
  }
}

@media screen and (max-width: 479px) {
  .how-to__title {
    padding-bottom: 40px;
  }
}

.how-to__item {
  width: calc(33.33% - 24px);
  border-radius: 10px;
  padding: 24px 32px;
  margin: 12px;
  overflow: hidden;
}

.how-to__item:hover::before {
  height: 100%;
  transition: all 0.25s ease-in-out;
}

.how-to__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(78, 78, 78, 0.3);
  height: 0%;
  z-index: 0;
  transition: all 0.7s ease-in-out;
}

@media screen and (max-width: 1055px) {
  .how-to__item {
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .how-to__item {
    width: 100%;
    margin: 12px 0;
  }
}

.how-to__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: all;
}

.how-to__item._delivery {
  background-color: #00b5da;
}

@media screen and (max-width: 1440px) and (min-width: 920px) {
  .how-to__item._delivery .how-to__image {
    top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .how-to__item._delivery .how-to__image {
    top: 30px;
  }
}

.how-to__item._how {
  background-color: #006ec7;
}

@media screen and (max-width: 1440px) and (min-width: 920px) {
  .how-to__item._how .how-to__image {
    top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .how-to__item._how .how-to__image {
    top: 10px;
    right: 20px;
  }
}

.how-to__item._payment {
  background-image: linear-gradient(132deg, #16cca7 0%, #13997d 100%);
}

@media screen and (max-width: 479px) {
  .how-to__item._payment .how-to__image {
    top: 30px;
  }
}

.map-navigation__right {
  width: 758px;
  height: 394px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 1300px) {
  .map-navigation__right {
    width: 500px;
    height: 324px;
  }
}

@media screen and (max-width: 690px) {
  .map-navigation__right {
    width: 100%;
    height: 300px;
  }
}

.map-navigation__left {
  padding: 57px 70px;
}

@media screen and (max-width: 1300px) {
  .map-navigation__left {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 1055px) {
  .map-navigation__left {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 690px) {
  .map-navigation__left {
    padding: 16px;
  }
}

.map-navigation__map {
  width: 758px;
  height: 394px;
}

@media screen and (max-width: 1300px) {
  .map-navigation__map {
    width: 500px;
    height: 324px;
  }
}

@media screen and (max-width: 920px) and (min-width: 800px) {
  .map-navigation__map {
    margin-top: 30px;
  }
}

@media screen and (max-width: 690px) {
  .map-navigation__map {
    width: 100%;
    height: 300px;
  }
}

.map-navigation__name {
  color: #1e88e5;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.map-navigation__prop {
  color: #4a4a4a;
  font-size: 16px;
  display: flex;
}

.map-navigation__value {
  font-weight: 600;
  margin-left: 5px;
}

.map-navigation__top {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 33px;
}

@media screen and (max-width: 920px) and (min-width: 800px) {
  .map-navigation__top {
    flex-direction: column;
  }
}

@media screen and (max-width: 690px) {
  .map-navigation__top {
    flex-direction: column;
  }
}

.map-navigation__bottom {
  border-radius: 10px;
  background-color: #ffffff;
}

.map-navigation__title {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.map-navigation__title::after {
  content: '';
  width: 9px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #1e88e5;
  border-left: 2px solid #1e88e5;
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 8px;
  transition: 0.3s;
}

.map-navigation__city {
  margin-bottom: 50px;
}

.map-navigation__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 150px;
}

@media screen and (max-width: 1055px) {
  .map-navigation__list {
    max-height: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 479px) {
  .map-navigation__list {
    max-height: none;
    height: auto;
  }
}

.map-navigation__item {
  color: #1897d4;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
  margin: 11px 0;
}

.map-navigation__item:hover {
  color: #166dba;
}

.basket-inner__icon {
  fill: #f15e70;
  margin-right: 39px;
}

@media screen and (max-width: 479px) {
  .basket-inner__icon {
    margin-right: 13px;
  }
}

.basket-inner__alert {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 479px) {
  .basket-inner__alert {
    margin-top: 15px;
  }
}

.basket-inner__text {
  max-width: 680px;
  color: #4a4a4a;
  font-size: 14px;
}

.basket-inner__text span {
  color: inherit;
  font-size: inherit;
}

.basket-inner__text a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.personal .text-input._min {
  width: auto;
}

.personal__tabs {
  display: flex;
  margin-bottom: 32px;
}

.personal__tabs a {
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 700;
  margin-right: 65px;
}

@media screen and (max-width: 479px) {
  .personal__tabs a {
    color: #1e88e5;
    font-size: 16px;
    text-decoration: underline;
    margin-right: 20px;
  }
}

.personal__tabs a:hover {
  text-decoration: underline;
}

.personal__tabs a._active {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .personal__tabs a._active {
    color: #9b9b9b;
    font-size: 16px;
    text-decoration: none;
  }
}

.personal__title {
  color: #1e88e5;
  font-size: 18px;
  font-weight: 700;
}

.personal__group {
  /*display: none;
		margin-top: 30px;*/
}

.personal__group._current {
  display: block;
}

.personal__form {
  max-width: 621px;
  margin-bottom: 20px;
}

@media screen and (max-width: 690px) {
  .personal__form {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .personal__form {
    margin-bottom: 60px;
  }
}

.personal__form .text-label {
  pointer-events: none;
}

.personal__form .text-label .text-input {
  pointer-events: all;
}

.personal__gender {
  display: flex;
}

.personal__gender label {
  margin-right: 31px;
}

@media screen and (max-width: 479px) {
  .personal__gender .checkbox {
    margin: 5px 11px;
  }
}

.personal__gender .checkbox__box:checked + .checkbox__span {
  background: #1e88e5;
}

.personal__gender .checkbox__box:checked + .checkbox__span::after, .personal__gender .checkbox__box:checked + .checkbox__span::before {
  background: white;
}

.personal__gender .checkbox {
  align-items: center;
}

.personal__gender .checkbox__span {
  border-radius: 2px;
  border: 1px solid #1e88e5;
}

.personal__gender .checkbox__span::after, .personal__gender .checkbox__span::before {
  background: white;
}

.personal__progress {
  width: 100%;
  max-width: 621px;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

@media screen and (max-width: 690px) {
  .personal__progress {
    max-width: none;
    margin-top: 14px;
  }
}

.personal__progress progress {
  background: #bde5f2;
}

.personal__progress progress::-webkit-progress-bar {
  background: #bde5f2;
}

.personal__progress progress::-webkit-progress-value {
  background: #1e88e5;
}

.personal__progress progress::-moz-progress-bar {
  background: #1e88e5;
}

.personal__bar {
  width: 100%;
  height: 6px;
  background-color: #bde5f2;
}

.personal__set {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -48px;
  z-index: 2;
}

@media screen and (max-width: 1140px) {
  .personal__set {
    width: 100%;
    position: relative;
    top: 18px;
    z-index: 2;
  }
}

.personal__top {
  color: #4a4a4a;
  font-size: 17px;
  margin-bottom: 16px;
}

@media screen and (max-width: 920px) {
  .personal__top {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.personal__circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 7px solid #bde5f2;
  background: white;
}

.personal__next {
  display: inline-block;
  margin-top: 15px;
}

.personal__submit {
  margin-top: 15px;
}

.personal__cell {
  display: flex;
  margin: 5px -13px;
}

.personal__cell._top label {
  width: 100%;
}

.personal__cell._boxes {
  margin: 21px 0;
}

@media screen and (max-width: 479px) {
  .personal__cell._boxes {
    flex-direction: column;
  }
}

.personal__cell._boxes .personal__subcell {
  width: 50%;
}

@media screen and (max-width: 479px) {
  .personal__cell._boxes .personal__subcell {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .personal__cell {
    margin: 5px -5px;
  }
}

.personal__cell label {
  width: calc(50% - 26px);
  margin: 0 13px;
}

@media screen and (max-width: 690px) {
  .personal__cell label {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}

@media screen and (max-width: 479px) {
  .personal__cell label {
    width: calc(50% - 4px);
    margin: 0 2px;
  }
}

.personal__subcell {
  display: flex;
}

@media screen and (max-width: 1140px) {
  .personal__item {
    display: flex;
    flex-direction: column;
  }
}

.personal__item._available .personal__circle {
  border-color: #1897d4;
}

.personal__item:nth-child(2) {
  right: -112px;
}

@media screen and (max-width: 1140px) {
  .personal__item:nth-child(2) {
    right: auto;
    align-items: center;
    text-align: center;
  }
}

.personal__item:nth-child(3) {
  right: -288px;
}

@media screen and (max-width: 1140px) {
  .personal__item:nth-child(3) {
    right: auto;
    align-items: flex-end;
    text-align: right;
  }
}

.personal__filter {
  max-width: 560px;
  display: flex;
  margin: 0 -12px;
}

@media screen and (max-width: 690px) {
  .personal__filter {
    margin: 0;
  }
}

@media screen and (max-width: 479px) {
  .personal__filter {
    flex-direction: column;
  }
}

.personal__filter label {
  margin: 0 12px;
}

@media screen and (max-width: 479px) {
  .personal__filter label {
    margin: 10px 0;
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: white;
}

.dws-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #1e88e5;
}

.aside-menu {
  box-shadow: 0 2px 34px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  transition: 0.3s;
}

@media screen and (min-width: 800px) {
  .aside-menu._fixed {
    width: 245px;
    position: fixed;
    top: 0;
    transition: 0.3s;
  }
}

@media screen and (max-width: 800px) {
  .aside-menu {
    height: auto;
    margin-top: 0;
    padding: 61px 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .aside-menu {
    padding: 81px 0;
  }
}

.aside-menu__wrap {
  display: flex;
  flex-direction: column;
}

.aside-menu__button {
  width: 9px;
  height: 9px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  left: 15px;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .aside-menu__button {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 35px;
    left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .aside-menu__button {
    width: 16px;
    height: 16px;
    position: fixed;
    top: 25px;
    left: 25px;
  }
}

.aside-menu__button::after, .aside-menu__button::before {
  content: '';
  width: 9px;
  height: 1px;
  background: #1d5cb7;
  position: absolute;
  line-height: 0;
  font-size: 0;
  transition: 0.3s;
  pointer-events: all;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .aside-menu__button::after, .aside-menu__button::before {
    width: 32px;
    height: 3px;
  }
}

@media screen and (max-width: 479px) {
  .aside-menu__button::after, .aside-menu__button::before {
    width: 16px;
    height: 2px;
  }
}

.aside-menu__button::before {
  top: 0;
  left: 0;
}

.aside-menu__button::after {
  bottom: 0;
  left: 0;
}

.aside-menu__button span {
  width: 9px;
  height: 1px;
  display: block;
  background: #1d5cb7;
  transition: 0.3s;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .aside-menu__button span {
    width: 32px;
    height: 3px;
  }
}

@media screen and (max-width: 479px) {
  .aside-menu__button span {
    width: 16px;
    height: 2px;
  }
}

.aside-menu__button._cross {
  transition: 0.3s;
}

.aside-menu__button._cross span {
  width: 0;
  transition: 0.3s;
}

.aside-menu__button._cross::after, .aside-menu__button._cross::before {
  width: 39px;
  transition: 0.3s;
  background-color: #f15e70;
}

@media screen and (max-width: 479px) {
  .aside-menu__button._cross::after, .aside-menu__button._cross::before {
    width: 19px;
  }
}

.aside-menu__button._cross::before {
  transform: rotate(-45deg);
  transform-origin: right;
}

.aside-menu__button._cross::after {
  transform: rotate(45deg);
  transform-origin: right;
}

.aside-menu__item {
  padding-right: 20px;
  padding-left: 32px;
}

.aside-menu__item._parent._active {
  transition: 0.3s;
  box-shadow: inset 0 -15px 1px -5px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.aside-menu__item._parent._active a {
  color: #1e88e5;
}

.aside-menu__item._parent._active .aside-menu__link::after {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 2px solid #1e88e5;
  border-right: 2px solid #1e88e5;
}

.aside-menu__item._parent .aside-menu__link {
  display: flex;
  align-items: center;
}

.aside-menu__item._parent .aside-menu__link::after {
  content: '';
  width: 9px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #1e88e5;
  border-left: 2px solid #1e88e5;
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 14px;
  transition: 0.3s;
}

.aside-menu__item._catalog .aside-menu__link {
  padding: 7px 0;
}

.aside-menu__item:first-child .aside-menu__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.aside-menu__item:first-child .aside-menu__link::after {
  display: none;
}

.aside-menu__list, .aside-menu__sublist {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.aside-menu__sublist {
  display: none;
}

.aside-menu__sublist.level2 .aside-menu__sublink::before,
.aside-menu__sublist.level3 .aside-menu__sublink::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #1e88e5;
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  margin: 10.5px 10px 0 10px;
  flex-shrink: 0;
}

.aside-menu__item._current .aside-menu__link {
  color: white;
}

.aside-menu__item._current::before {
  content: '';
  height: 100%;
  width: calc(100% - 32px);
  border-radius: 0 7px 7px 0;
  background-color: #1897d4;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.aside-menu__link {
  font-size: 14px;
  line-height: 21px;
  color: #4a4a4a;
  text-decoration: none;
  display: block;
  padding: 14px 0;
}

.aside-menu__link:hover {
  color: #166dba;
}

.aside-menu__sublink {
  font-size: 14px;
  line-height: 21px;
  color: #1e88e5;
  display: flex;
  align-items: flex-start;
  transition: 0.3s;
  padding: 7px 0;
}

.aside-menu__sublink:hover {
  color: #166dba;
  text-decoration: underline;
}

.aside-menu__subitem._parent .aside-menu__link::after {
  content: '';
  width: 9px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #1e88e5;
  border-left: 2px solid #1e88e5;
  position: relative;
  display: inline-block;
  transform: rotate(135deg);
  margin-left: 14px;
  transition: 0.3s;
}

.aside-menu__subitem._parent .aside-menu__link._active::after {
  content: '';
  width: 9px;
  height: 9px;
  font-size: 0;
  line-height: 0;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #1e88e5;
  border-left: 2px solid #1e88e5;
  position: relative;
  display: inline-block;
  transform: rotate(135deg);
  margin-left: 14px;
  transition: 0.3s;
}

.profile {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .profile {
    transform: translateY(-400%);
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .profile {
    transform: translateY(-400%);
  }
}

.profile._active {
  transform: translateY(0);
  transition: 0.3s;
  transition-delay: 0.3s;
}

.profile__user {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-right: 60px;
}

@media screen and (max-width: 1200px) {
  .profile__user {
    margin-right: 20px;
  }
}

.profile__user:hover {
  color: #166dba;
}

.profile__user:hover svg {
  fill: #166dba;
}

.profile svg {
  fill: #1e88e5;
  margin-right: 5px;
}

.profile__bonus {
  font-size: 16px;
}

@media screen and (max-width: 920px) {
  .profile__bonus {
    display: none;
  }
}

.profile__bonus a {
  color: #1e88e5;
  font-size: 16px;
}

.profile__bonus a:hover {
  color: #166dba;
}

.profile__link {
  display: flex;
}

@media screen and (min-width: 1225px) and (max-width: 1439px) {
  .profile__link {
    align-items: center;
  }
}

.phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 160px;
}

.phone a {
  color: #1897d4;
  font-size: 28px;
  font-weight: 700;
}

.phone a:hover {
  color: #166dba;
}

.phone a:hover svg {
  fill: #166dba;
}

.phone svg {
  fill: #1897d4;
}

.citySelector form {
  width: 250px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .citySelector form {
    width: 235px;
  }
}

.citySelector select {
  width: 250px;
  display: none;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .citySelector select {
    width: 235px;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .citySelector {
    padding: 0 20px 0 32px;
    width: 100%;
    box-sizing: border-box;
  }
  .citySelector form {
    width: 100%;
    margin: 12px 0 16px;
  }
  .citySelector select {
    width: 100%;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .citySelector {
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
  }
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered::after {
  display: none;
}

.select2-container .citySelector_container-head,
.select2-container .citySelector_container-menu {
  border-radius: 10px;
  border: 1px solid #3497D4;
  font-size: 16px;
  color: #4a4a4a;
  height: auto;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head,
  .select2-container .citySelector_container-menu {
    border: none;
    background-color: transparent;
  }
}

.select2-container .citySelector_container-head[aria-expanded="true"] .select2-selection__rendered:after,
.select2-container .citySelector_container-menu[aria-expanded="true"] .select2-selection__rendered:after {
  transform: rotate(180deg);
}

.select2-container .citySelector_container-head .select2-selection__arrow,
.select2-container .citySelector_container-menu .select2-selection__arrow {
  display: none;
}

.select2-container .citySelector_container-head .select2-selection__rendered,
.select2-container .citySelector_container-menu .select2-selection__rendered {
  padding: 8px 30px 8px 15px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head .select2-selection__rendered,
  .select2-container .citySelector_container-menu .select2-selection__rendered {
    padding: 0 10px 0 0;
  }
}

.select2-container .citySelector_container-head .select2-selection__rendered::after,
.select2-container .citySelector_container-menu .select2-selection__rendered::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.5L5 5.5L9 1.5' stroke='%233497D4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: 8px auto;
  width: 8px;
  height: 4px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head .select2-selection__rendered::after,
  .select2-container .citySelector_container-menu .select2-selection__rendered::after {
    position: static;
    padding-left: 1em;
    vertical-align: middle;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head .select2-selection__rendered > span,
  .select2-container .citySelector_container-menu .select2-selection__rendered > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    vertical-align: middle;
  }
}

.select2-container .citySelector_container-head .city-name,
.select2-container .citySelector_container-menu .city-name {
  font-weight: bold;
}

.select2-container .citySelector_container-head[aria-expanded="true"] {
  border-bottom-color: #fff;
}

.select2-container .citySelector_container-menu {
  font-size: 13px;
  background-color: #3497D4;
}

.select2-container .citySelector_container-menu[aria-expanded="true"]::before, .select2-container .citySelector_container-menu[aria-expanded="true"]::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 10px;
  width: 1px;
  background-color: #3497D4;
  display: block;
}

.select2-container .citySelector_container-menu[aria-expanded="true"]::after {
  left: auto;
  right: -1px;
}

.select2-container .citySelector_container-menu.select2-selection.select2-selection--single {
  border-radius: 10px;
}

.select2-container .citySelector_container-menu .select2-selection__rendered {
  color: #fff;
  padding: 5px 30px 5px 15px;
}

.select2-container .citySelector_container-menu .select2-selection__rendered::after {
  right: 11px;
  top: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.5L5 5.5L9 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.select2-container .citySelector_dropdown {
  border-radius: 0 0 10px 10px;
  border: 1px solid #3497D4;
  border-top: none;
  font-size: 16px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_dropdown {
    border: none;
  }
}

.select2-container .citySelector_dropdown .select2-results__options {
  max-height: none;
}

.select2-container .citySelector_dropdown .select2-results__option {
  color: #4a4a4a;
  padding: 6px 15px 7px;
}

.select2-container .citySelector_dropdown .select2-results__option[aria-selected="true"], .select2-container .citySelector_dropdown .select2-results__option--highlighted {
  background-color: #FBFBFB;
}

.select2-container .citySelector_dropdown .select2-results__option:last-child {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_dropdown .select2-results__option:last-child {
    border-radius: 0;
  }
}

.select2-container .citySelector_dropdown .select2-search {
  border-top: 1px solid #3497D4;
  padding: 9px 0 17px;
  margin: 0 15px;
}

.select2-container .citySelector_dropdown .select2-search__field {
  border-radius: 10px;
  border: none;
  background-color: #FBFBFB;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6.5' cy='6.5' r='5.75' stroke='%233497D4' stroke-width='1.5'/%3e%3cpath d='M10.2292 11.3027L12.7829 14' stroke='%233497D4' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 10px center;
  color: #4a4a4a;
  padding: 7px 15px;
}

.phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 160px;
}

.phone a {
  color: #1897d4;
  font-size: 28px;
  font-weight: 700;
}

.phone a:hover {
  color: #166dba;
}

.phone a:hover svg {
  fill: #166dba;
}

.phone svg {
  fill: #1897d4;
}

.citySelector form {
  width: 250px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .citySelector form {
    width: 235px;
  }
}

.citySelector select {
  width: 250px;
  display: none;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .citySelector select {
    width: 235px;
  }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
  .citySelector {
    padding: 0 20px 0 32px;
    width: 100%;
    box-sizing: border-box;
  }
  .citySelector form {
    width: 100%;
    margin: 12px 0 16px;
  }
  .citySelector select {
    width: 100%;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .citySelector {
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
  }
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered::after {
  display: none;
}

.select2-container .citySelector_container-head,
.select2-container .citySelector_container-menu {
  border-radius: 10px;
  border: 1px solid #3497D4;
  font-size: 16px;
  color: #4a4a4a;
  height: auto;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head,
  .select2-container .citySelector_container-menu {
    border: none;
    background-color: transparent;
  }
}

.select2-container .citySelector_container-head[aria-expanded="true"] .select2-selection__rendered:after,
.select2-container .citySelector_container-menu[aria-expanded="true"] .select2-selection__rendered:after {
  transform: rotate(180deg);
}

.select2-container .citySelector_container-head .select2-selection__arrow,
.select2-container .citySelector_container-menu .select2-selection__arrow {
  display: none;
}

.select2-container .citySelector_container-head .select2-selection__rendered,
.select2-container .citySelector_container-menu .select2-selection__rendered {
  padding: 8px 30px 8px 15px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head .select2-selection__rendered,
  .select2-container .citySelector_container-menu .select2-selection__rendered {
    padding: 0 10px 0 0;
  }
}

.select2-container .citySelector_container-head .select2-selection__rendered::after,
.select2-container .citySelector_container-menu .select2-selection__rendered::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.5L5 5.5L9 1.5' stroke='%233497D4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: 8px auto;
  width: 8px;
  height: 4px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head .select2-selection__rendered::after,
  .select2-container .citySelector_container-menu .select2-selection__rendered::after {
    position: static;
    padding-left: 1em;
    vertical-align: middle;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_container-head .select2-selection__rendered > span,
  .select2-container .citySelector_container-menu .select2-selection__rendered > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    vertical-align: middle;
  }
}

.select2-container .citySelector_container-head .city-name,
.select2-container .citySelector_container-menu .city-name {
  font-weight: bold;
}

.select2-container .citySelector_container-head[aria-expanded="true"] {
  border-bottom-color: #fff;
}

.select2-container .citySelector_container-menu {
  font-size: 13px;
  background-color: #3497D4;
}

.select2-container .citySelector_container-menu[aria-expanded="true"]::before, .select2-container .citySelector_container-menu[aria-expanded="true"]::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 10px;
  width: 1px;
  background-color: #3497D4;
  display: block;
}

.select2-container .citySelector_container-menu[aria-expanded="true"]::after {
  left: auto;
  right: -1px;
}

.select2-container .citySelector_container-menu.select2-selection.select2-selection--single {
  border-radius: 10px;
}

.select2-container .citySelector_container-menu .select2-selection__rendered {
  color: #fff;
  padding: 5px 30px 5px 15px;
}

.select2-container .citySelector_container-menu .select2-selection__rendered::after {
  right: 11px;
  top: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.5L5 5.5L9 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.select2-container .citySelector_dropdown {
  border-radius: 0 0 10px 10px;
  border: 1px solid #3497D4;
  border-top: none;
  font-size: 16px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_dropdown {
    border: none;
  }
}

.select2-container .citySelector_dropdown .select2-results__options {
  max-height: none;
}

.select2-container .citySelector_dropdown .select2-results__option {
  color: #4a4a4a;
  padding: 6px 15px 7px;
}

.select2-container .citySelector_dropdown .select2-results__option[aria-selected="true"], .select2-container .citySelector_dropdown .select2-results__option--highlighted {
  background-color: #FBFBFB;
}

.select2-container .citySelector_dropdown .select2-results__option:last-child {
  border-radius: 0 0 10px 10px;
}

@media (min-width: 801px) and (max-width: 1024px) {
  .select2-container .citySelector_dropdown .select2-results__option:last-child {
    border-radius: 0;
  }
}

.select2-container .citySelector_dropdown .select2-search {
  border-top: 1px solid #3497D4;
  padding: 9px 0 17px;
  margin: 0 15px;
}

.select2-container .citySelector_dropdown .select2-search__field {
  border-radius: 10px;
  border: none;
  background-color: #FBFBFB;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6.5' cy='6.5' r='5.75' stroke='%233497D4' stroke-width='1.5'/%3e%3cpath d='M10.2292 11.3027L12.7829 14' stroke='%233497D4' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 10px center;
  color: #4a4a4a;
  padding: 7px 15px;
}

.basket {
  display: flex;
  align-items: flex-start;
}

.basket__error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.basket__error .svg--alert-dims {
  fill: red;
  margin-right: 10px;
}

.basket__price {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.basket__core {
  display: flex;
}

.basket__core span:first-child {
  margin-right: 3px;
}

.basket__hidden {
  width: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 28px 28px 40px rgba(0, 0, 0, 0.05);
  display: none;
  position: absolute;
  top: calc(100% + 30px);
  right: -100%;
  z-index: 5;
}

@media screen and (max-width: 479px) {
  .basket__hidden {
    width: 100vw;
    height: 100%;
    max-height: 100vh;
    padding: 60px 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow: visible;
    z-index: 11;
  }
}

.basket__hidden::before {
  content: '';
  width: 25px;
  height: 25px;
  background: white;
  position: absolute;
  top: -12px;
  right: 35px;
  transform: rotate(-45deg);
}

.basket__item {
  display: flex;
  align-items: flex-start;
  margin: 25px 0;
}

.basket__image {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}

.basket__image img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket__name {
  font-size: 14px;
  color: #4a4a4a;
}

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

.basket__right {
  display: flex;
  align-self: center;
  font-weight: 700;
  color: #4a4a4a;
}

.basket__bottom {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  padding: 13px 0;
  transition: 0.3s;
  overflow: hidden;
}

.basket__bottom span {
  z-index: 2;
}

.basket__wrap {
  display: flex;
  flex-direction: column;
}

.basket__wrapper {
  padding: 20px;
}

.basket__delete {
  margin-top: 10px;
  color: #ff4158;
}

.basket__delete:hover {
  text-decoration: underline;
}

.basket__top {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basket__show {
  margin-right: 13px;
  fill: #1e88e5;
  cursor: pointer;
}

.basket__show:hover {
  fill: #166dba;
}

.basket__count {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 0;
  font-size: 9px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4158;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 11px;
}

.basket__price span {
  font-size: 16px;
  color: #4a4a4a;
}

.basket__price span:first-child {
  color: #1e88e5;
}

.breadcrumbs {
  margin-bottom: 20px;
  width: 100%;
}

.breadcrumbs__list {
  color: #1e88e5;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .breadcrumbs__list {
    font-size: 14px;
    line-height: 18px;
  }
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item::after {
  content: '»';
  margin: 0 8px 0 4px;
}

.breadcrumbs a {
  color: #1e88e5;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

@media screen and (max-width: 479px) {
  .breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
  }
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  border-radius: 2px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  align-self: flex-start;
  margin-top: 60px;
}

.pagination__list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pagination__link {
  width: 32px;
  height: 32px;
  color: #242424;
  font-size: 14px;
  border-right: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.pagination__link:hover {
  color: white;
  background-color: #00aeef;
}

.pagination__link._current {
  color: white;
  background-color: #00aeef;
}

.filter {
  margin-bottom: 30px;
}

@media screen and (max-width: 690px) {
  .filter {
    display: flex;
    flex-direction: column;
  }
}

.filter__button {
  display: flex;
  margin-top: auto;
}

.filter__button a {
  margin-left: 10px;
}

@media screen and (max-width: 1405px) and (min-width: 915px) {
  .filter__button {
    margin-top: 10px;
    width: 100%;
  }
}

.filter__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .filter__wrap {
    justify-content: space-between;
  }
}

@media screen and (max-width: 690px) {
  .filter__wrap {
    display: none;
  }
}

.filter__mobile {
  display: none;
}

@media screen and (max-width: 690px) {
  .filter__mobile {
    width: auto;
    align-self: flex-start;
    display: flex;
    padding-right: 70px;
  }
  .filter__mobile::after {
    content: '';
    width: 8px;
    height: 8px;
    font-size: 0;
    line-height: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #1e88e5;
    border-left: 2px solid #1e88e5;
    position: relative;
    display: inline-block;
    transform: translateY(0px) rotate(-45deg);
    margin-left: 20px;
    transition: 0.3s;
  }
}

.filter__item {
  max-width: 196px;
  width: 100%;
  text-align: left;
  margin-right: 52px;
}

@media screen and (max-width: 1055px) {
  .filter__item {
    margin-right: 5px;
  }
}

@media screen and (max-width: 800px) {
  .filter__item {
    margin: 10px 5px;
  }
}

.filter__item label::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #1e88e5;
  border-bottom: 1px solid #1e88e5;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
}

.filter__item span {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 920px) {
  .filter__item span {
    font-size: 13px;
  }
}

.popup {
  display: none;
  width: 100%;
  height: auto;
  max-width: 658px;
  max-height: 100%;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
}

@media screen and (max-width: 479px) {
  .popup {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
  }
}

.popup__success {
  display: none;
}

.popup form {
  max-width: 380px;
}

.popup .cross {
  align-self: flex-end;
  cursor: pointer;
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  padding: 31px 25px 64px 60px;
}

@media screen and (max-width: 479px) {
  .popup__wrapper {
    padding: 16px 16px 64px;
  }
}

.popup__back {
  display: none;
}

.popup__text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

.popup__name {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup__payment {
  color: #1e88e5;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  margin-bottom: 22px;
}

.popup__payment span:last-child {
  font-weight: 400;
}

.popup__submit {
  margin-top: 40px;
}

@media screen and (max-width: 479px) {
  .popup__submit {
    align-self: center;
  }
}

.popup__cancel {
  align-self: center;
}

.popup__list {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.popup__list li {
  padding-left: 30px;
  margin: 10px 0;
}

.popup__list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4a4a4a;
  position: absolute;
  top: 7px;
  left: 15px;
}

.popup__props {
  margin: 15px 0;
}

.popup__props span {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}

.basket-table .count {
  border-color: transparent;
}

@media screen and (max-width: 479px) {
  .basket-table .count {
    width: 35px;
    margin: 0 2px;
  }
}

.basket-table .minus,
.basket-table .plus {
  background: transparent;
  box-shadow: none;
}

.basket-table .minus::before,
.basket-table .plus::before {
  background: #1e88e5;
}

.basket-table .minus::after,
.basket-table .plus::after {
  background: #1e88e5;
}

.basket-table__counter {
  justify-content: flex-start;
}

@media screen and (max-width: 479px) {
  .basket-table__counter {
    justify-content: flex-end;
  }
}

.basket-table__image {
  max-height: 45px;
  max-width: 26px;
  display: flex;
  margin-right: 35px;
}

@media screen and (max-width: 1300px) {
  .basket-table__image {
    flex-shrink: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__image {
    margin-bottom: -40px;
  }
}

.basket-table__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.basket-table__name {
  max-width: 285px;
}

.basket-table__row {
  color: #4a4a4a;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

@media screen and (max-width: 920px) {
  .basket-table__row {
    color: #4a4a4a;
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .basket-table__row {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__row {
    flex-wrap: wrap;
  }
}

.basket-table__row._head {
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .basket-table__row._head {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__row._bottom {
    align-items: center;
  }
  .basket-table__row._bottom .counter {
    justify-content: center;
  }
  .basket-table__row._bottom .basket-table__cell:nth-child(1) {
    width: 50%;
  }
}

.basket-table__cell {
  flex-grow: 1;
}

@media screen and (max-width: 1300px) {
  .basket-table__cell {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__cell {
    margin-right: 0;
  }
}

.basket-table__cell._item {
  display: flex;
  align-items: center;
}

.basket-table__cell:nth-child(1) {
  width: 43.1%;
}

@media screen and (max-width: 920px) {
  .basket-table__cell:nth-child(1) {
    width: 39.1%;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__cell:nth-child(1) {
    width: 100%;
    margin-bottom: 14px;
  }
}

.basket-table__cell:nth-child(2) {
  width: 25.7%;
}

@media screen and (max-width: 920px) {
  .basket-table__cell:nth-child(2) {
    width: 26.7%;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__cell:nth-child(2) {
    display: none;
  }
}

.basket-table__cell:nth-child(3) {
  width: 14.4%;
}

@media screen and (max-width: 1055px) {
  .basket-table__cell:nth-child(3) {
    width: 18.4%;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__cell:nth-child(3) {
    width: 50%;
  }
}

.basket-table__cell:nth-child(4) {
  width: 13.2%;
}

@media screen and (max-width: 1055px) {
  .basket-table__cell:nth-child(4) {
    width: 11.2%;
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__cell:nth-child(4) {
    width: 50%;
  }
}

.basket-table__cell:nth-child(5) {
  width: 3.6%;
}

@media screen and (max-width: 479px) {
  .basket-table__cell:nth-child(5) {
    position: absolute;
    right: 7px;
    top: 6px;
  }
  .basket-table__cell:nth-child(5) .cross {
    width: 9px;
    height: 9px;
  }
}

.basket-table__body .basket-table__row {
  border-radius: 5px;
}

@media screen and (max-width: 479px) {
  .basket-table__body .basket-table__row {
    padding: 22px;
  }
}

.basket-table__body .basket-table__row .basket-table__cell._item {
  padding-left: 42px;
}

@media screen and (max-width: 1300px) {
  .basket-table__body .basket-table__row .basket-table__cell._item {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .basket-table__body .basket-table__row .basket-table__cell._item {
    padding-left: 0;
  }
}

.basket-table__body .basket-table__row:nth-child(odd) {
  background: #e2f2f7;
}

.basket-table__bottom .basket-table__row {
  align-items: center;
}

.basket-delivery__mobile {
  display: none;
}

.basket-delivery__mobile::after {
  content: '';
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #1e88e5;
  border-left: 3px solid #1e88e5;
  position: relative;
  display: inline-block;
  transform: translateY(-5px) rotate(-45deg);
  margin-left: 20px;
  transition: 0.3s;
}

@media screen and (max-width: 479px) {
  .basket-delivery__mobile {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    border-radius: 4px;
    border: 1px solid #1e88e5;
    padding: 15px;
    cursor: pointer;
  }
}

.basket-delivery__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -13px;
}

@media screen and (max-width: 690px) {
  .basket-delivery__wrap {
    margin: 0;
  }
}

@media screen and (max-width: 479px) {
  .basket-delivery__wrap {
    flex-direction: column;
  }
}

.basket-delivery__column {
  width: calc(100%/4 - 26px);
  display: flex;
  flex-direction: column;
  margin: 0 13px;
}

@media screen and (max-width: 1140px) {
  .basket-delivery__column {
    width: calc(100%/4 - 10px);
    margin: 0 5px;
  }
}

@media screen and (max-width: 479px) {
  .basket-delivery__column {
    width: 100%;
    margin: 0 0 26px;
  }
  .basket-delivery__column:not(:last-child) .basket-delivery__wrapper {
    display: none;
  }
}

.basket-delivery__name {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 1140px) {
  .basket-delivery__name {
    color: #4a4a4a;
    font-size: 14px;
  }
}

@media screen and (max-width: 920px) and (min-width: 800px) {
  .basket-delivery__name {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 690px) {
  .basket-delivery__name {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
  }
}

.basket-delivery__wrapper {
  margin-top: auto;
}

.basket-delivery__label {
  display: block;
}

@media screen and (max-width: 920px) {
  .basket-delivery__label span {
    font-size: 14px;
  }
}

@media screen and (max-width: 690px) {
  .basket-delivery__label span {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .basket-delivery__label span {
    color: #4a4a4a;
    font-size: 16px;
  }
}

.basket-delivery__label.js-tracker span {
  color: #13a588;
  border-color: #13a588;
}

.basket-delivery__label.js-tracker input:checked + span {
  background: #13a588;
  color: white;
}

.basket-adress {
  color: #1e88e5;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 920px) {
  .basket-adress {
    font-size: 16px;
  }
}

.basket-adress__selectbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.basket-adress__list {
  max-width: 425px;
  border: 1px solid #1e88e5;
  border-top-color: transparent;
  border-radius: 5px;
  padding: 24px 34px 27px;
}

@media screen and (max-width: 920px) {
  .basket-adress__list {
    max-width: 321px;
    padding: 12px 34px 12px 20px;
  }
}

.basket-adress__item {
  margin-bottom: 20px;
}

.basket-adress__item:hover {
  text-decoration: underline;
}

.basket-adress__value {
  border-radius: 5px;
  border: 1px solid #1e88e5;
  display: inline-block;
  padding: 24px 70px 27px 34px;
}

@media screen and (max-width: 920px) {
  .basket-adress__value {
    padding: 12px 34px 12px 20px;
  }
}

.basket-adress__value::after {
  content: '';
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #1e88e5;
  border-left: 3px solid #1e88e5;
  position: relative;
  display: inline-block;
  transform: translateY(-5px) rotate(-45deg);
  margin-left: 20px;
  transition: 0.3s;
}

.basket-payment .radio-label span {
  border-color: transparent;
  text-align: left;
}

.basket-payment__selectbox {
  display: flex;
  margin: 0 -12px;
}

@media screen and (max-width: 1055px) and (min-width: 800px) {
  .basket-payment__selectbox {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}

@media screen and (max-width: 690px) {
  .basket-payment__selectbox {
    flex-direction: column;
    margin: 0;
  }
}

.basket-payment__label {
  width: calc(33.33% - 24px);
  margin: 0 12px;
}

@media screen and (max-width: 1055px) and (min-width: 800px) {
  .basket-payment__label {
    width: 50%;
    margin: 12px;
  }
}

@media screen and (max-width: 690px) {
  .basket-payment__label {
    width: 60%;
    margin: 12px 0;
  }
}

@media screen and (max-width: 479px) {
  .basket-payment__label {
    width: 100%;
  }
}

.basket-payment__label {
  border-radius: 4px;
  border: 1px solid #1e88e5;
}

.basket-payment__label input:checked + span {
  box-shadow: 0 12px 14px rgba(30, 136, 229, 0.05);
  border-radius: 4px;
  background-color: #1e88e5;
}

.basket-payment__label input:checked + span span {
  color: white;
}

.basket-payment__label:nth-child(2) .basket-payment__item::after {
  background-image: url("../img/payment2.png");
}

.basket-payment__label:nth-child(3) .basket-payment__item::after {
  background-image: url("../img/payment3.png");
}

.basket-payment span.basket-payment__item {
  color: #1e88e5;
  font-size: 20px;
  font-weight: 600;
  padding: 19px 32px;
}

@media screen and (max-width: 1140px) {
  .basket-payment span.basket-payment__item {
    font-size: 16px;
    font-weight: 600;
    padding: 13px;
  }
}

.basket-payment span.basket-payment__item::after {
  content: '';
  width: 125px;
  height: 100%;
  background-image: url("../img/payment1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1140px) {
  .basket-payment span.basket-payment__item::after {
    width: 80px;
  }
}

@media screen and (max-width: 800px) {
  .basket-payment span.basket-payment__item::after {
    width: 70px;
  }
}

.basket-payment span.basket-payment__item:nth-child(3)::after {
  background-image: url("../img/payment3.png");
}

.basket-total {
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-left: auto;
}

@media screen and (max-width: 479px) {
  .basket-total {
    justify-content: unset;
    margin-top: 50px;
  }
}

.basket-total__wrap {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 24px;
}

@media screen and (max-width: 479px) {
  .basket-total__wrap {
    width: 100%;
    padding: 16px;
  }
}

.basket-total__delivery {
  margin-bottom: 24px;
}

.basket-total__summary {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  margin-bottom: 35px;
}

@media screen and (max-width: 479px) {
  .basket-total__summary {
    flex-direction: column;
  }
}

.basket-total__summary .js-totalprice {
  color: #1e88e5;
  font-size: 35px;
  font-weight: 700;
  margin-left: 45px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .basket-total__summary .js-totalprice {
    margin-left: 0;
  }
}

.basket-total__fluid {
  font-weight: 700;
}

.basket-total__submit {
  padding: 11px 53px;
  margin-top: 35px;
}

.personal-history__top {
  color: #4a4a4a;
  font-family: "Open Sans";
  font-size: 16px;
}

.personal-history__item {
  width: 100%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 17px;
  margin: 24px 0;
}

@media screen and (max-width: 920px) {
  .personal-history__item {
    padding: 7px;
  }
}

@media screen and (max-width: 800px) {
  .personal-history__item {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .personal-history__item {
    flex-direction: column;
  }
}

.personal-history__status {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 15px 0;
}

.personal-history__status._complete {
  color: #7ed321;
}

.personal-history__status._inprogress {
  color: #7ed321;
}

.personal-history__status._aborted {
  color: #ff4158;
}

.personal-history__bottom {
  display: flex;
}

@media screen and (max-width: 1055px) {
  .personal-history__bottom {
    flex-direction: column;
  }
}

.personal-history__left {
  flex-shrink: 1;
  margin-right: 10px;
}

.personal-history__column {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-right: 42px;
}

@media screen and (max-width: 1055px) {
  .personal-history__column {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .personal-history__column {
    margin: 20px 0;
  }
}

.personal-history__column ol {
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.personal-history__count {
  font-weight: 700;
}

.personal-history__date {
  font-weight: 400;
}

.personal-history__time {
  font-weight: 400;
}

.personal-history__price {
  color: #4a4a4a;
  font-size: 16px;
}

.personal-history__price span {
  color: #1e88e5;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .personal-history__link {
    align-self: center;
    margin-top: 40px;
  }
}

.personal-history__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
