@charset "UTF-8";
@font-face {
  font-family: "MANEurope";
  src: url("../fonts/MANEuropeCondensed-Regular.woff2") format("woff2"), url("../fonts/MANEuropeCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MANEurope";
  src: url("../fonts/MANEurope-Light.woff2") format("woff2"), url("../fonts/MANEurope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MANEurope";
  src: url("../fonts/MANEuropeCondensed-Bold.woff2") format("woff2"), url("../fonts/MANEuropeCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "MANEurope";
  font-size: 16px;
  color: #303c49;
  line-height: 1.25;
  font-weight: normal;
  font-style: normal;
  background: #FFF;
}

body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 710px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.content__wrapper {
  flex: 1 0 auto;
}

.pd__header {
  padding-top: 100px;
}

@media (max-width: 1699.98px) {
  .hide-desktop-lg {
    display: none !important;
  }
}

@media (max-width: 1339.98px) {
  .hide-desktop-md {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-tablet-sm {
    display: none !important;
  }
}

@media (max-width: 609.98px) {
  .hide-mobile-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .show-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 610px) {
  .show-mobile-lg {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.content__text {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 300;
}
.content__text > * {
  margin-bottom: 15px;
}
.content__text :first-child {
  margin-top: 0;
}
.content__text b, .content__text strong {
  font-weight: 700;
  font-family: Arial;
}
.content__text a {
  color: #004975;
}
.content__text a:hover {
  text-decoration: underline;
}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5 {
  color: #303c49;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.content__text h1 {
  font-size: 36px;
  margin: 30px 0;
}
.content__text h2 {
  font-size: 32px;
  margin: 30px 0;
}
.content__text h3 {
  font-size: 24px;
  margin: 15px 0;
}
.content__text h4 {
  font-size: 20px;
  margin: 15px 0;
}
.content__text h5 {
  font-size: 18px;
  margin: 15px 0;
}
.content__text ul,
.content__text ol {
  padding-left: 26px;
}
.content__text ol {
  list-style-type: none;
  counter-reset: num;
}
.content__text li {
  position: relative;
}
.content__text ul li:before {
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 11px;
  color: #004975;
  font-size: 16px;
  content: "•";
}
.content__text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 8px;
  text-align: right;
}
.content__text img {
  height: auto;
}
.content__text .icon {
  vertical-align: middle;
  transform: translateY(-1px);
}
@media (max-width: 1699.98px) {
  .content__text {
    font-size: 16px;
  }
  .content__text h2 {
    font-size: 28px;
  }
  .content__text h3 {
    font-size: 22px;
  }
  .content__text h4 {
    font-size: 18px;
  }
}
.section__head {
  margin-bottom: 40px;
}
.section__head.hcols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.section__title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.section__title.fs--md {
    font-size: 45px;
}
.text--center .section__intro {
  margin-left: auto;
  margin-right: auto;
}
.section__buttons {
  margin-top: 68px;
  text-align: center;
}
.section__first {
  margin-top: 40px !important;
}
.section__mg {
  margin: 100px 0;
}
.section__pd {
  padding: 130px 0;
}
.section__pdt {
  padding-top: 70px;
}
.section__tab {
  display: none;
}
.section__tab.show {
  display: block;
}
@media (max-width: 1023.98px) {
  .section__head.hcols {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 609.98px) {
    .section__title.fs--md {
        font-size: 30px;
    }
}

.title {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700;
}
.title.fs--md {
  font-size: 18px;
}
.title.fs--sm {
  font-size: 18px;
}
.title a {
  transition: all 0.3s ease-in-out;
}
.title a:hover {
  color: #004975;
}
@media (max-width: 1699.98px) {
  .title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 22px;
  }
}

.text--center {
  text-align: center;
}

.text--white {
  color: white;
}

.icon {
  stroke: currentColor;
  fill: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.icon--fill {
  fill: currentColor;
  stroke: initial;
}
.icon path {
  stroke: currentColor;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

.link {
  font-size: 18px;
  line-height: 1.35;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.link .icon {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}
.link:hover {
  text-decoration: none;
}
.link .close_t {
  display: none;
}
.link.opened .open_t {
  display: none;
}
.link.opened .close_t {
  display: block;
}
@media (max-width: 1199.98px) {
  .link {
    font-size: 16px;
  }
}

.hint_action {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background: #fff;
  border-radius: 3px;
  border: 1px solid green;
  box-shadow: 0 0 5px;
  padding: 15px 20px;
  color: green;
  font-size: 18px;
  display: none;
}
.hint_action.error {
  border-color: red;
  color: red;
}

.colsall {
  display: flex;
  gap: 45px;
  padding: 0 20px;
  max-width: 2500px;
  margin: 0 auto;
  outline: 1;
}
@media (max-width: 1800px) {
  .colsall {
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .colsall {
    max-width: 710px;
  }
}
@media (max-width: 767.98px) {
  .colsall {
    max-width: 100%;
    padding: 0 15px;
  }
  .colsall .container {
    padding: 0;
  }
}

.colcontent {
  flex: 0 0 auto;
}

.colleft, .colright {
  flex: 1 0 0;
}
@media (max-width: 1199.98px) {
  .colleft, .colright {
    max-width: 100%;
    padding: 0 15px;
  }
}

.colleft {
  order: -1;
}
@media (max-width: 1800px) {
  .colleft {
    order: initial;
  }
}

@media (max-width: 1800px) {
  .colright .colright-hide-desk {
    display: none;
  }
}

/**************************************************************
swiper
**************************************************************/
.swiper-slide {
  height: auto;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
}
.swiper-pagination-pos {
  position: static;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  margin: 0 4px !important;
  width: 15px;
  height: 3px;
  border-radius: 0;
  background: #303c49;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #e91e63;
  border-color: #e91e63;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #004975;
}
.swiper-button-prev {
  padding-right: 5px;
}
.swiper-button-next {
  padding-left: 5px;
}
.swiper-button:after {
  display: none;
}
.swiper-button .icon {
  width: 50%;
  height: 50%;
}
.swiper-button-nav {
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-button-nav .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 -6px;
}

.swiper-scrollbar {
  background: none;
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::-o-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::-moz-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input:-moz-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input:placeholder-shown {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input, button {
  -webkit-appearance: none;
}

.form__row {
  margin-bottom: 20px;
  position: relative;
}
.form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.form__inputs.i--3 {
  grid-template-columns: repeat(3, 1fr);
}
.form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.form__lcheck {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.form__lcheck label {
  cursor: pointer;
}
.form__lcheck input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100px;
}
.form__lcheck-sq {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  transition: all 0.1s ease-in-out;
}
.form__lcheck-sq::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/check.svg) no-repeat center center;
  background-size: 14px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  content: "";
}
.form__lcheck:hover .form__lcheck-sq {
  border-color: #303c49;
}
.form__lcheck .error + .form__lcheck-sq {
  border-color: brown;
}
.form__lcheck :checked + .form__lcheck-sq {
  border-color: #004975;
  background: #004975;
}
.form__lcheck :checked + .form__lcheck-sq::before {
  opacity: 1;
}
.form__submit {
  margin-top: 25px;
}
.form__policy {
  text-align: center;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.3333333333;
  cursor: pointer;
}
.form__policy label {
  cursor: pointer;
}
.form__policy input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100px;
}
.form__policy a {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form__policy-sq {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  transition: all 0.1s ease-in-out;
}
.form__policy-sq::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/check.svg) no-repeat center center;
  background-size: 14px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  content: "";
}
.form__policy:hover .form__policy-sq {
  border-color: #303c49;
}
.form__policy .error + .form__policy-sq {
  border-color: brown;
}
.form__policy :checked + .form__policy-sq {
  border-color: #303c49;
}
.form__policy :checked + .form__policy-sq::before {
  opacity: 1;
}
.form__error {
  color: red;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .form__lcheck {
    gap: 12px;
  }
  .form__row {
    margin-bottom: 15px;
  }
  .form__inputs {
    grid-template-columns: 1fr !important;
    grid-gap: 15px;
  }
}

.input {
  width: 100%;
  height: 45px;
  border: 1px solid #d9d9d9;
  font-family: "MANEurope";
  color: #303c49;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
}
.input.error {
  border-color: brown;
}

textarea.input {
  line-height: normal;
  padding: 10px 15px;
  resize: none;
  height: 150px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 45px;
  padding: 0 30px;
  background: #004975;
  border: none;
  font-family: "MANEurope";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
}
@media (hover: hover) {
  .btn:hover {
    background: #2196F3;
  }
}
.btn img {
  max-width: 15px;
}
.btn .icon {
  width: 20px;
  height: 20px;
}
.btn--bd {
  color: #004975;
  background: none;
  border: 2px solid #004975;
}
.btn--bd:hover {
  background: #004975;
  color: #fff;
}
.btn--pink {
  color: #fff;
  background: #e91e63;
}
.btn--pink:hover {
  background: #bb0039;
}
.btn--icon {
  padding: 0;
  width: 45px;
}
.btn--sm {
  height: 30px;
  font-size: 14px;
}
.btn--sm .icon {
  width: 15px;
  height: 15px;
}
.btn--sm.btn--icon {
  width: 30px;
}
.btn--wall {
  width: 100% !important;
}
.btn.disabled {
  pointer-events: none;
  background: #303c49;
}
.btn.stop {
  pointer-events: none;
}
@media (max-width: 609.98px) {
  .btn {
    height: 45px;
    padding: 0 20px;
  }
}

.passview {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-45%);
  border: none;
  background: none;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
  color: #303c49;
}
.passview .hide-pwd {
  display: none;
}
.passview .icon {
  width: 100%;
  height: 100%;
}
.passview.view .hide-pwd {
  display: block;
}
.passview.view .sho-pwd {
  display: none;
}
@media (max-width: 767.98px) {
  .passview {
    width: 20px;
    height: 20px;
    background-size: 100%;
    right: 20px;
    top: 25px;
  }
}

.counter {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  width: 170px;
  z-index: 1;
}
.counter--sm {
  width: 110px;
}
.counter:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b0adad;
  border-radius: 5px;
  z-index: -1;
}
.counter__button {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  background: #004975;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter--sm .counter__button {
  width: 30px;
  height: 30px;
}
.counter__button-plus {
  background-image: url(../images/icons/plus.svg);
}
.counter__button-minus {
  background-image: url(../images/icons/minus.svg);
}
@media (hover: hover) {
  .counter__button:hover {
    background-color: #2196F3;
  }
}
.counter__button.disabled {
  cursor: default;
  background-color: #b0adad;
}
.counter__value {
  flex: 1 0 0;
  font-size: 16px;
  color: #303c49;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #b0adad;
  border-bottom: 1px solid #b0adad;
}
.counter--sm .counter__value {
  font-size: 14px;
}
.counter.error .counter__value {
  background: #ffc3c3;
}
.counter__error {
  display: none;
  width: 100%;
  margin-top: 3px;
  color: brown;
  font-size: 10px;
}
.counter.error .counter__error {
  display: block;
}

.jq-selectbox {
  width: 100%;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  font-family: "MANEurope";
  font-family: "MANEurope";
  color: #303c49;
  font-size: 16px;
  padding: 0 50px 0 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.jq-selectbox.error .jq-selectbox__select {
  border-color: brown !important;
  color: brown;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-selectbox .placeholder {
  color: rgb(185, 185, 185);
}

.jq-selectbox__trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-top: 7px solid #004975;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.jq-selectbox__dropdown {
  top: 100% !important;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-top: none;
  background: #fff;
  overflow: hidden;
}

.dropdown .jq-selectbox__dropdown {
  border-top: none;
}

.dropup .jq-selectbox__dropdown {
  border-bottom: none;
}

.jq-selectbox__search {
  display: none;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
  max-height: 150px;
  scrollbar-color: #303c49 #d9d9d9;
  scrollbar-width: thin;
}

.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  line-height: normal;
  position: relative;
  transition: all 0.3s;
  color: #303c49;
  font-size: 16px;
  padding: 5px 20px;
  text-align: left;
}

.jq-selectbox li:last-child {
  border: none;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  color: #fff;
  background: #004975;
}

.jq-selectbox li.selected:before,
.jq-selectbox li:hover:before {
  color: #fff;
  background: #004975;
}

.jq-checkbox {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  border: 1px solid #b0adad;
}
.jq-checkbox.checked {
  background: url(../images/icons/check.svg) no-repeat left 2px center;
  background-size: 80%;
  background-color: #303c49;
  border-color: #303c49 !important;
}
.jq-radio {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}
.jq-radio::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #303c49;
  border-radius: 100px;
  z-index: 10;
}
.jq-radio.checked {
  box-shadow: inset 0 0 0 4px #fff;
  background: #004975;
}
.search__form {
  display: flex;
  gap: 15px;
}

/**************************************************************
popup
**************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  z-index: 999;
}
.popup__content {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.popup__container {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.popup__close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  color: #004975;
  cursor: pointer;
  z-index: 99;
}
.popup__close:hover {
  color: #2196F3;
}
.popup__close .icon {
  width: 100%;
  height: 100%;
}
.popup__head {
  margin-bottom: 30px;
}
.popup__title {
  font-size: 26px;
}
.popup__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

/**************************************************************
header
**************************************************************/
.header {
  padding: 15px 0 20px;
  border-bottom: 2px solid #f4f5f6;
}
.header__inner {
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.header__logos {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.header__logos img {
  max-width: 145px;
  max-height: 75px;
}
.header__contacts-label {
  margin-bottom: 10px;
}
.header__contacts-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.header__contacts-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__contacts-item__icon {
  width: 20px;
  display: flex;
}
.header__contacts-item__icon.icon--email {
  transform: translateY(1px);
}
.header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__action {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  white-space: nowrap;
}
.header__action-icon {
  width: 20px;
  display: flex;
}
.header__action-icon .icon {
  width: 20px;
  height: 20px;
}
.header__action-count {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #303c49;
  border-radius: 100px;
  font-size: 10px;
  color: #303c49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logout {
  text-decoration: underline;
}
@media (hover: hover) {
  .header__logout:hover {
    text-decoration: none;
  }
}
.header__cart {
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .header__logos {
    gap: 20px;
  }
  .header__logos img {
    max-width: 130px;
    max-height: 65px;
  }
}
@media (max-width: 1023.98px) {
  .header__inner {
    flex-wrap: wrap;
  }
  .header__contacts {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 609.98px) {
  .header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__logos {
    gap: 20px;
  }
  .header__logos img {
    max-width: 110px;
    max-height: 55px;
  }
}

/**************************************************************
footer
**************************************************************/
.footer {
  font-weight: 300;
  font-size: 14px;
}
.footer b, .footer strong {
  font-weight: 700;
}
.footer__section {
  padding: 48px 0;
  margin-top: 2px;
  background: #f4f5f6;
}
.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer__col-label {
  margin-bottom: 16px;
  color: #004975;
  font-weight: 700;
}
.footer__col-label.mb--sm {
  margin-bottom: 4px;
}
* + .footer__col-label {
  margin-top: 24px;
}
.footer__logo {
  width: 30%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.footer__logo img {
  max-width: 145px;
  max-height: 75px;
}
.footer__contacts {
  flex: 0 0 auto;
  width: 37%;
}
.footer__bottom {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023.98px) {
  .footer__cols {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .footer__col {
    width: calc(50% - 15px);
  }
  .footer__inner {
    flex-wrap: wrap;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__contacts {
    width: 100%;
    max-width: 500px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__copy {
    order: 2;
  }
}
@media (max-width: 609.98px) {
  .footer__col {
    width: 100%;
  }
  .footer__section {
    padding: 30px 0;
  }
}

/**************************************************************

**************************************************************/
.catalog__list {
  min-height: 150px;
}
.catalog__search {
  margin-bottom: 30px;
}
.catalog__table {
  border-collapse: collapse;
  width: 100%;
}
.catalog__row {
  border-bottom: 1px solid #004975;
}
.catalog__row th {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #004975;
  padding: 5px 10px;
}
.catalog__row td {
  border-bottom: 1px solid #004975;
  padding: 5px 10px;
  font-size: 16px;
}
.catalog__row td:first-child, .catalog__row th:first-child {
  padding-left: 0;
}
.catalog__row .col-art {
  white-space: nowrap;
}
.catalog__row .col-art .link {
  font-size: 16px;
  color: #2196F3;
}
.catalog__row .col-photo {
  width: 100px;
  text-align: center;
}
.catalog__row-photo {
  min-width: 100px;
  position: relative;
}
.catalog__row-photo img {
  max-height: 100%;
}
.catalog__row .col-info {
  width: 50%;
}
.catalog__row .col-brand {
  white-space: nowrap;
  min-width: 100px;
}
.catalog__row .col-prices {
  white-space: nowrap;
  min-width: 150px;
}
.catalog__row-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.catalog__row-tocart {
  display: flex;
  gap: 5px;
}
.catalog__row-tocart + .catalog__row-tocart {
  margin-top: 5px;
}
.catalog__row-tocart__tt {
  margin-right: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.catalog__row-tocart__check {
    
  margin-right: 10px;
}
.catalog__row-tocart .counter {
  margin-left: auto;
}
.catalog__row-tocart__all {
  flex: 1 0 0;
}
.catalog__row-tocart .btn {
  height: auto;
}
.catalog__row-hint {
  color: #b0adad;
  font-size: 14px;
}
@media (max-width: 1023.98px) {
  .catalog__table thead {
    display: none;
  }
  .catalog__row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 10px;
  }
  .catalog__row td {
    border: none;
    padding: 0;
  }
  .catalog__row .col-art {
    font-weight: 700;
  }
  .catalog__row .col-info {
    width: 100%;
    order: 2;
  }
  .catalog__row .col-action {
    order: 5;
  }
  .catalog__row .col-action.action--tocart {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    grid-gap: 10px 20px;
  }
  .catalog__row .col-action.action--basket {
    width: 100%;
  }
  .catalog__row .col-photo {
    flex: 0 0 auto;
    width: auto;
    order: -1;
  }
  .catalog__row-photo {
    order: -1;
    min-width: 1px;
    width: 80px;
    margin: 0 10px 10px 0;
  }
  .catalog__row-tocart {
    margin: 0 !important;
    flex-wrap: wrap;
  }
  .action--basket > .catalog__row-tocart {
    gap: 10px 20px;
  }
  .catalog__row-tocart__tt {
    width: 100%;
  }
  .catalog__row-tocart__all {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
  }
  .catalog__row-tocart .counter {
    margin-left: 0;
    flex: 1 0 0;
  }
}
@media (max-width: 660px) {
  .catalog__row .col-photo {
    margin-bottom: 0;
  }
  .catalog__row .col-action.action--tocart {
    grid-template-columns: 1fr 1fr;
  }
  .catalog__row .col-prices {
    order: 4;
  }
  .catalog__row-tocart .counter {
    flex: 1 0 0;
  }
  .catalog__row-tocart .counter__button {
    width: 40px;
    background-size: 15px;
  }
  .catalog__row-tocart .btn {
    width: 40px;
  }
  .catalog__row-tocart__all {
    grid-template-columns: 1fr;
  }
  .catalog__row-photo {
    margin: 0;
    width: 60px;
  }
  .catalog__row-remove {
    width: 100% !important;
    height: 30px !important;
  }
}
@media (max-width: 390px) {
  .catalog__row .col-action.action--tocart {
    grid-template-columns: 1fr;
  }
  .catalog__row-tocart .btn {
    width: 60px;
  }
}

/**************************************************************

**************************************************************/
.blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
}
.blog__item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  height: 100%;
  min-width: 0px;
  padding-bottom: 2px;
}
.blog__item-photo {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.blog__item-photo img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog__item-photo:hover img {
  transform: scale(1.05);
}
.blog__item-date {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
.blog__item-buttons {
  padding-top: 25px;
  margin-top: auto;
}
.blog__item-desc {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #b0adad;
  font-weight: 300;
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .blog__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023.98px) {
  .blog {
    overflow: hidden;
  }
  .blog__carousel {
    overflow: initial;
  }
  .blog__carousel .swiper-pagination {
    display: none;
  }
  .blog__items {
    grid-gap: 30px 15px;
  }
}
@media (max-width: 609.98px) {
  .blog__items {
    grid-template-columns: 1fr;
  }
  .blog__item-buttons {
    padding-top: 20px;
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination .page-item.disabled,
.pagination .page-first, .pagination .page-last {
  display: none;
}
.pagination .page-link {
  background: none;
  min-width: 50px;
  height: 42px;
  color: #004975;
  font-weight: 700;
  border: 2px solid #004975;
  padding: 0 20px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.pagination .page-link:hover {
  border-color: #2196F3;
  color: #2196F3;
}
.pagination .active .page-link {
  pointer-events: none;
  background: #004975;
  border-color: #004975;
  color: #fff;
}
@media (max-width: 609.98px) {
  .pagination {
    margin-top: 30px;
  }
}

.blogd__date {
  font-size: 14px;
  margin-bottom: 15px;
}
.blogd__content {
  max-width: 80%;
}
@media (max-width: 1023.98px) {
  .blogd__content {
    max-width: 100%;
  }
}

/**************************************************************

**************************************************************/
.sign {
  min-height: 40vh;
}
@media (max-width: 767.98px) {
  .sign {
    margin: 0 !important;
    background: #fff;
  }
}

.sform {
  max-width: 675px;
  margin: 0 auto;
  border-radius: 10px;
}
.sform__head {
  background: #004975;
  color: #fff;
  padding: 30px 64px;
}
.sform__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.sform__intro {
  margin-top: 10px;
}
.sform__body {
  padding: 36px 64px 60px;
  border: 1px solid #d9d9d9;
  border-top: none;
}
.sform__buttons {
  margin-top: 25px;
}
.sform__bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sform__btext {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  transform: translateY(20px);
  margin-top: 10px;
}
.sform__btext > * + * {
  margin-top: 10px;
}
.sform__btext a {
  text-decoration: underline;
}
@media (hover: hover) {
  .sform__btext a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767.98px) {
  .sform {
    margin: 0 -15px;
    border-radius: 0;
  }
  .sform__head {
    border-radius: 0;
    padding: 24px 15px;
    text-align: center;
  }
  .sform__intro {
    margin-top: 4px;
  }
  .sform__body {
    padding: 40px 15px 60px;
    border-radius: 20px 20px 0 0;
  }
  .sform__buttons .btn {
    width: 100%;
  }
  .sform__bottom {
    margin-top: 24px;
  }
  .sform__btext {
    font-size: 16px;
  }
}

/**************************************************************

**************************************************************/
.basket__title {
  width: 100%;
}
.basket__buttons {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.basket__buttons.buttons--bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
.basket__buttons .btn {
  flex: 0 0 auto;
  min-width: 200px;
}
.basket__item {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.basket__item + .basket__item {
  border-top: 1px solid #d9d9d9;
}
.basket__item-photo {
  width: 130px;
  height: 90px;
  position: relative;
}
.basket__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.basket__item-info {
  flex: 1 0 0;
}
.basket__item-title {
  font-weight: 500;
  font-size: 18px;
}
.basket__item-desc {
  color: #b0adad;
  font-size: 14px;
  margin-top: 5px;
}
.basket__item-prices {
  flex: 0 0 auto;
  margin: 0 50px;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}
.basket__item-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .basket__buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .basket__buttons .section__title {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .basket__buttons .btn {
    flex: 1 0 0;
  }
  .basket__itog {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 478.98px) {
  .basket__buttons {
    gap: 10px;
  }
  .basket__buttons .btn {
    flex: 0 0 auto;
    width: 100%;
  }
}

/**************************************************************

**************************************************************/
.lk__info {
  margin-bottom: 50px;
}
.lk__logout {
  margin-left: 20px;
}
.lk__logout:hover {
  color: #2196F3;
}

/**************************************************************

**************************************************************/
.order {
  border: 1px solid #004975;
}
.order + .order {
  margin-top: 30px;
}
.order__head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
}
.order__title {
  white-space: nowrap;
}
.order__sum {
  white-space: nowrap;
}
.order__status {
  margin-left: auto;
  font-weight: bold;
}
.order__more .link {
  font-size: 14px;
}
.order__body {
  display: none;
  border-top: 1px solid #004975;
}
.order__text {
  padding: 10px 20px;
  font-size: 14px;
}
.order__table {
  width: 100%;
  border-collapse: collapse;
}
.order__table .link {
  font-size: 16px;
  color: #2196F3;
}
.order__table th {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  border-top: 1px solid #004975;
}
.order__table td {
  padding: 5px 10px;
  border-top: 1px solid #004975;
}
.order__table td:first-child, .order__table th:first-child {
  padding-left: 20px;
}
.order__table td:last-child, .order__table th:last-child {
  padding-right: 20px;
}
.order__table .col-info {
  width: 40%;
}
.order__table .col-brand {
  white-space: nowrap;
  min-width: 200px;
}
.order__table .col-prices {
  min-width: 150px;
  white-space: nowrap;
}
.order__table .col-prevpr {
  display: none;
}
.order__hint {
  font-size: 14px;
  display: none;
}
@media (max-width: 1023.98px) {
  .order__table thead {
    display: none;
  }
  .order__table tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    border-top: 1px solid #004975;
    padding: 10px 20px;
  }
  .order__table td {
    border: none;
    padding: 0 !important;
  }
  .order__table .col-art, .order__table .col-brand {
    order: -1;
  }
  .order__table .col-info {
    width: 100%;
  }
  .order__table .col-brand {
    min-width: 1px;
  }
  .order__table .col-prices {
    min-width: 1px;
  }
  .order__hint {
    display: inline-block;
    padding-right: 5px;
  }
}
@media (max-width: 609.98px) {
  .order__head {
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .order__title {
    width: 100%;
  }
  .order__sum {
    width: 100%;
  }
  .order__status {
    margin-left: 0;
    margin-right: auto;
  }
  .order__text {
    padding: 10px;
  }
  .order__table tr {
    padding: 10px;
  }
  .order__table .col-prices {
    width: 45%;
  }
  .order__table .col-prevpr {
    display: block;
    width: 100%;
  }
}

/**************************************************************

**************************************************************/
.partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__item img {
  max-height: 80px;
}
@media (max-width: 2400px) {
  .partners {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1800px) {
  .partners {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767.98px) {
  .partners {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 478.98px) {
  .partners {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}

/**************************************************************

**************************************************************/
.serviced__item + .serviced__item {
  margin-top: 15px;
}
.serviced__item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.serviced__item-date {
  margin-top: 5px;
  font-style: italic;
}


/**************************************************************

**************************************************************/
.catalog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.catalog__item-photo {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: 15px;
}
.catalog__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.catalog__item-photo:hover img {
  transform: scale(1.05);
}
.catalog__item-desc {
  margin-top: 10px;
  font-weight: 300;
}
@media (max-width: 1269.98px) {
  .catalog__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023.98px) {
  .catalog__items {
    grid-gap: 30px 15px;
  }
}
@media (max-width: 609.98px) {
  .catalog__items {
    grid-template-columns: 1fr;
  }
}

.catalogd__content {
    margin: 40px 0;
}
.catalogd__img {
    max-width: 600px;
}
@media (max-width: 1023.98px) {
  .catalogd__content {
    max-width: 100%;
  }
}
/**************************************************************

**************************************************************/
table {
  width: 100%;
  border-collapse: collapse;
}
table td, table th {
  border-bottom: 1px solid #004975;
  padding: 5px 10px;
  font-size: 16px;
}
table th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  padding-bottom: 6px;
}
table td:first-child, table th:first-child {
  padding-left: 0;
}
table a {
    text-decoration: underline;
}
table a:hover {
    text-decoration: none;
}
table .td-photo {
    min-width: 80px;
}
table .td-photo img {
    width: 80px;
}
table .td-art {
  white-space: nowrap;
}
table .td-brand {
  min-width: 150px;
  white-space: nowrap;
}
table .td-count {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  table th {
    font-size: 12px;
  }
  table td {
    font-size: 14px;
  }
    table .td-photo {
        min-width: 50px;
    }
    table .td-photo img {
        width: 50px;
    }
  table .td-info {
    min-width: 200px;
  }
  table .td-brand {
    min-width: 10px;
  }
  table .td-count {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .table__scroll {
    margin: 0 -15px;
    padding: 0 15px 5px;
    overflow: auto;
  }
}
/**************************************************************

**************************************************************/

