@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, b, u, strong, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button, input, textarea {
  outline: none;
}

button {
  background-color: transparent;
}

input, textarea {
  -webkit-appearance: none !important;
}

button {
  cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul, ol, nav {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.right {
  float: right;
}

.left {
  float: left;
}

.mob {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

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

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #cad3df;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px 20px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

input,
textarea,
select,
button {
  font-family: "Montserrat", "Segoe UI", "Tahoma", "Geneva", "Verdana", "sans-serif";
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  width: 100%;
  min-height: 100%;
  font-family: "Montserrat", "Segoe UI", "Tahoma", "Geneva", "Verdana", "sans-serif";
}
html.sidebar_active header .sidebar-item_close,
body.sidebar_active header .sidebar-item_close {
  transform: translate(0px, 0px);
}

body {
  min-width: 1240px;
  font: 400 14px/1.57em "Montserrat", sans-serif;
  color: #0c2432;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.side {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.side__left {
  width: 26.4%;
  padding-right: 40px;
}
.side__right {
  width: 73.6%;
}

.box {
  width: 100%;
  max-width: 1080px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  height: 40px;
  padding: 0 16px;
  font: 700 14px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
  background-color: #0061af;
  cursor: pointer;
  transition: 0.2s ease;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background-color: #ff0031;
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
}
.btn-ghost {
  color: #0061af;
  border: 1px solid #cbd4e0;
  background-color: #ffffff;
}
.btn-ghost:hover {
  color: #ff0031;
  background-color: #ffffff;
}

.countries-list {
  font-size: 0;
}
.countries-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  width: 30px;
  height: 20px;
  background: url("/img/it-flag.png") no-repeat 50% 50%;
  background-size: cover;
}
.countries-list li:first-child {
  margin-left: 0;
}

.cat-list li {
  border-top: 1px solid #eceff4;
}
.cat-list li:first-child {
  border-top: 0;
}
.cat-list a {
  display: block;
  padding: 19px 0;
  font-weight: bold;
  transition: 0.2s ease;
  opacity: 0.5;
  color: #0061af;
}
.cat-list a:hover {
  color: #ff0031;
  opacity: 1;
}
.cat-list a.active {
  opacity: 1;
}

.page__title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #0061af;
  justify-content: space-between;
}
.page__title__right-block {
  display: flex;
  width: 50%;
  width: calc(50% - 25px);
  font-size: 14px;
}
.page .form-group.search {
  width: 100%;
  position: relative;
  display: flex;
}
.page .form-group.search button {
  position: absolute;
  top: 1px;
  right: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 43px;
  height: 38px;
  border: 0;
  border-radius: 0 35px 35px 0;
  background-color: #fff;
}
.page .form-group.search button:after {
  content: "";
  display: inline-flex;
  background-image: url("/img/ui/sprite.png");
  background-position: -240px -110px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page .form-group.search input {
  width: 100%;
  height: 40px;
  padding: 0 23px;
  border: 1px solid #cad3df;
  border-radius: 20px;
}
.page .form-group.search input::-moz-placeholder {
  color: #8593a8;
}
.page .form-group.search input::placeholder {
  color: #8593a8;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.pagination li {
  display: flex;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  pointer-events: initial;
}
.pagination li.active {
  box-shadow: 0 0 8px 0 rgba(0, 97, 175, 0.5);
  pointer-events: none;
}
.pagination li.active a {
  color: #0061af;
}
.pagination li:hover:not(.active) a {
  color: #169ce1;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: bold;
  color: #8593a8;
  transition: 0.2s ease;
}
.pagination .arrow {
  position: relative;
  box-shadow: none !important;
  pointer-events: initial !important;
}
.pagination .arrow:after {
  content: "";
}
.pagination .arrow a {
  display: flex;
  justify-content: initial;
  align-items: initial;
  margin: 0;
  transition: 0s;
}
.pagination .arrow.disabled {
  display: none;
}
.pagination .arrow.next a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pagination .arrow.next:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -69px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.pagination .arrow.next:hover:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -56px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.pagination .arrow.prev a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pagination .arrow.prev:after {
  transform: rotateY(180deg);
  background-image: url("/img/ui/sprite.png");
  background-position: -69px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.pagination .arrow.prev:hover:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -56px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}

.filters {
  margin-bottom: 60px;
}
.filters .filters-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eceff4;
  padding-bottom: 19px;
}
.filters .filter-item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #8493a8;
  background-color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.filters .filter-item:hover {
  box-shadow: 0 0 8px 0 rgba(0, 97, 175, 0.5);
  color: #0061af;
}
.filters .filter-item_active {
  box-shadow: 0 0 8px 0 rgba(0, 97, 175, 0.5);
  color: #0061af;
}

.not-found-item {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  min-height: 194px;
  margin-bottom: 50px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.not-found-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(24.5% - 15px);
  background-color: #eceff4;
}
.not-found-item__image:after {
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -52px;
  background-repeat: no-repeat;
  width: 99px;
  height: 78px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.not-found-item__content {
  width: calc(75.5% - 15px);
}
.not-found-item__heading {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  color: #e60033;
}
.not-found-item__text {
  font-size: 14px;
  line-height: 1.57;
  color: #0a2432;
}

@media screen and (max-width: 1024px) {
  .side__left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pagination {
    padding-top: 20px;
  }
  .pagination .arrow {
    flex: 0 0 30px;
    margin-right: 0;
  }
  .pagination .arrow.prev {
    justify-content: flex-start;
  }
  .pagination .arrow.next {
    justify-content: flex-end;
  }
  .not-found-item {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 24px;
  }
  .not-found-item__image {
    width: 100%;
    height: 132px;
    margin-bottom: 20px;
  }
  .not-found-item__content {
    width: 100%;
  }
  .not-found-item__heading {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.33;
  }
}
#modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: all 0.2s;
}
#modal_overlay.active {
  pointer-events: initial;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: block;
  width: 518px;
  height: 480px;
  padding: 50px;
  margin-top: -259px;
  margin-left: -240px;
  pointer-events: none;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: scale(1.1);
  box-shadow: 0 0 16px 0 #cad3df;
}
.modal.active {
  top: 50%;
  pointer-events: initial;
  opacity: 1;
  transform: scale(1);
}
.modal .modal_headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal .modal_heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 40px 10px 0;
  text-align: left;
  color: #0061af;
}
.modal .modal_close__btn {
  position: absolute;
  top: 4px;
  right: -28px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 36px;
  position: relative;
}
.modal .modal_close__btn:after, .modal .modal_close__btn:before {
  content: "";
  height: 100%;
  width: 4px;
  display: block;
  position: absolute;
  background-color: #0061af;
  transform: rotate(45deg);
  transition: 0.2s ease;
}
.modal .modal_close__btn:before {
  transform: rotate(-45deg);
}
.modal .modal_close__btn:hover:before, .modal .modal_close__btn:hover:after {
  background-color: #ff0031;
}
.modal .form-row_btns {
  display: flex;
  justify-content: space-between;
}
.modal .form-row_btns .btn {
  width: 226px;
}

.modal-wide {
  position: fixed;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 40px 50px;
  pointer-events: none;
  background-color: #ffffff;
  opacity: 0;
}
.modal-wide.active {
  pointer-events: initial;
  opacity: 1;
}
.modal-wide .modal_headline {
  position: absolute;
  top: 40px;
  right: 50px;
  left: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-wide .modal_logo {
  display: inline-flex;
  background-image: url("/img/ui/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 214px;
  height: 50px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.modal-wide .modal_close__btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0061af;
  cursor: pointer;
  transition: all 0.2s;
  align-items: center;
  justify-content: center;
}
.modal-wide .modal_close__btn:after {
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -240px 0px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.modal-wide .modal_close__btn:hover {
  background-color: #ff0031;
}
.modal-wide .modal_heading {
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  color: #0061af;
}
.modal-wide .modal_content__wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal-wide .modal_content {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
}
.modal-wide .modal_content.auth {
  padding-top: 44px;
}
.modal-wide .modal_content .btn {
  display: flex;
  width: 226px;
  align-items: center;
  justify-content: center;
}
.modal-wide .form-row_btns {
  display: flex;
  justify-content: space-between;
}

#login_modal .countries {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#login_modal .countries li {
  display: inline-flex;
  width: 70px;
  align-content: center;
  justify-content: space-between;
}
#login_modal .countries a {
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0061af;
  align-items: center;
  justify-content: space-between;
}
#login_modal .countries li:nth-child(1) i {
  background-image: url("/img/ui/sprite.png");
  background-position: -126px -132px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#login_modal .countries li:nth-child(2) i {
  background-image: url("/img/ui/sprite.png");
  background-position: -168px -132px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#login_modal .countries li:nth-child(3) i {
  background-image: url("/img/ui/sprite.png");
  background-position: -84px -132px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#login_modal .countries li:nth-child(4) i {
  background-image: url("/img/ui/sprite.png");
  background-position: -42px -132px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#login_modal .countries li:nth-child(5) i {
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -132px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#login_modal .login_modal__form {
  padding-top: 30px;
}
#login_modal .login_modal__form .form-group:nth-child(2) {
  margin-bottom: 40px;
}
#login_modal .login_modal__form .form-group.checkbox {
  margin-bottom: 60px;
}
#login_modal .login_modal__form .form-group.checkbox label {
  display: inline-flex;
  width: initial;
}
#login_modal .login_modal__form .form-group.checkbox .stick-rgt {
  margin-left: auto;
  text-decoration: underline;
  color: #00a5df;
}
#login_modal .login_modal__form .form-row {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: space-between;
}
#login_modal .login_modal__form .form-row span {
  color: #0061af;
}
#login_modal .login_modal__form .social {
  display: inline-flex;
  align-items: center;
}
#login_modal .login_modal__form .social span {
  margin-right: 21px;
  color: #0061af;
}
#login_modal .login_modal__form .social a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0061af;
  transition: all 0.2s;
  align-items: center;
  justify-content: center;
}
#login_modal .login_modal__form .social a:hover {
  background-color: #ff0031;
}
#login_modal .login_modal__form .social a.fb {
  margin-right: 12px;
}
#login_modal .login_modal__form .social a.fb:after {
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -242px;
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#login_modal .login_modal__form .social a.in:after {
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -65px -200px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}

#login_modal__info .modal_content p {
  margin-bottom: 22px;
  color: #0061af;
}
#login_modal__info .modal_content p.alert {
  color: #e60033;
}
#login_modal__info .form-row_btns {
  padding-top: 30px;
  justify-content: flex-end;
}

#registration_modal .form-group.checkbox {
  margin-bottom: 44px;
}
#registration_modal .form-group.checkbox label {
  width: 200px;
  align-items: flex-start;
}
#registration_modal .form-group.checkbox .txt {
  display: block;
  margin-top: -4px;
}
#registration_modal .form-group.checkbox .txt a {
  text-decoration: underline;
  color: #00a5df;
}
#registration_modal .form-group:nth-child(5) {
  margin-bottom: 60px;
}

#password-recovery_modal .form-group {
  margin-bottom: 60px;
}

#password-recovery_modal__info p {
  margin-bottom: 25px;
  color: #0061af;
}
#password-recovery_modal__info .form-row_btns {
  padding-top: 30px;
}

#write-to-us_modal {
  height: 640px;
  margin-top: -320px;
}
#write-to-us_modal .modal_headline {
  margin-bottom: 16px;
}
#write-to-us_modal .form-group.textarea {
  flex-direction: column;
  padding-top: 25px;
  margin-bottom: 60px;
}
#write-to-us_modal .form-group.textarea label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  color: #8593a8;
}
#write-to-us_modal .form-group.textarea textarea {
  width: 100%;
  height: 59px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #8593a8;
  resize: none;
}

#tnx_modal {
  color: #0061af;
}
#tnx_modal .ok_icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  height: 190px;
  background: url(/img/svg/ok.svg) no-repeat 50% 100%;
  border-top: 1px solid #eceff4;
}

.video_modal iframe {
  margin-top: 50px;
  display: block;
  max-width: 100%;
  height: 220px !important;
}

@media screen and (max-width: 1024px) {
  .modal {
    right: 24px;
    left: 24px;
    height: 382px;
    padding: 20px;
    width: auto;
    margin-top: initial;
    margin-left: 0;
    overflow: auto;
    overflow-x: hidden;
  }
  .modal.active {
    top: 50%;
    margin-top: -191px;
  }
  .modal .modal_heading {
    font-size: 24px;
    line-height: 1.42;
    margin-right: 0;
  }
  .modal .modal_close__btn {
    width: 30px;
    height: 30px;
    right: -22px;
  }
  .modal .form-row_btns {
    flex-direction: column;
  }
  .modal .form-row_btns .btn {
    width: 100%;
  }
  .modal .form-row_btns .btn:first-child {
    margin-bottom: 20px;
  }
  .modal .modal_content {
    min-height: 560px;
  }
  .modal-wide {
    top: 72px;
    padding: 20px 24px;
    overflow: scroll;
  }
  .modal-wide .modal_content__wrap {
    align-items: baseline;
  }
  .modal-wide .modal_headline {
    top: 20px;
    right: 24px;
    left: 24px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .modal-wide .modal_close__btn {
    width: 24px;
    height: 24px;
  }
  .modal-wide .modal_close__btn:after {
    background-image: url("/img/ui/sprite.png");
    background-position: -108px -220px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  .modal-wide .modal_heading {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 34px;
  }
  .modal-wide .modal_content {
    max-width: 100%;
    height: 100%;
    min-height: 610px;
    margin: 0;
  }
  .modal-wide .modal_content .btn {
    width: 100%;
  }
  .modal-wide .form-row_btns {
    flex-direction: column;
  }
  .modal-wide .form-row_btns .btn:first-child {
    margin-bottom: 20px;
  }
  #tnx_modal .ok_icon {
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 158px;
    background-position: 50% 50%;
  }
  #video_modal {
    height: 257px;
  }
  #video_modal iframe {
    margin-top: 0;
    height: 130px !important;
  }
  #video_modal.active {
    margin-top: -130px;
  }
  #login_modal .countries li {
    width: initial;
  }
  #login_modal .countries li a {
    flex-direction: column;
    font-weight: 700;
    color: #cad3df;
  }
  #login_modal .countries li span {
    margin-bottom: 4px;
  }
  #login_modal .countries li:nth-child(1) i {
    background-image: url("/img/ui/sprite.png");
    background-position: -52px -174px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .countries li:nth-child(2) i {
    background-image: url("/img/ui/sprite.png");
    background-position: -78px -174px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .countries li:nth-child(3) i {
    background-image: url("/img/ui/sprite.png");
    background-position: -26px -174px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .countries li:nth-child(4) i {
    background-image: url("/img/ui/sprite.png");
    background-position: -188px -83px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .countries li:nth-child(5) i {
    background-image: url("/img/ui/sprite.png");
    background-position: 0px -174px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .login_modal__form .form-group.checkbox {
    flex-direction: column;
    margin-bottom: 0;
    align-items: flex-start;
  }
  #login_modal .login_modal__form .form-group.checkbox label {
    margin-bottom: 20px;
  }
  #login_modal .login_modal__form .form-group.checkbox .stick-rgt {
    margin-bottom: 21px;
    margin-left: 30px;
  }
  #login_modal .login_modal__form .form-row {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  #login_modal .login_modal__form .social {
    margin-bottom: 48px;
    margin-left: 30px;
  }
  #login_modal .login_modal__form .social a {
    width: 24px;
    height: 24px;
  }
  #login_modal .login_modal__form .social a.fb:after {
    background-image: url("/img/ui/sprite.png");
    background-position: -121px -200px;
    background-repeat: no-repeat;
    width: 5px;
    height: 10px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .login_modal__form .social a.in:after {
    background-image: url("/img/ui/sprite.png");
    background-position: -201px -114px;
    background-repeat: no-repeat;
    width: 11px;
    height: 9px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
  #login_modal .login_modal__form .social span {
    margin-right: 14px;
  }
  #registration_modal .modal_content {
    min-height: 642px;
  }
  #password-recovery_modal .modal_content,
#password-recovery_modal__info .modal_content {
    min-height: initial;
  }
  #write-to-us_modal {
    margin-top: initial;
  }
}
.form-group {
  position: relative;
}
.form-group input[type=text], .form-group input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  padding: 0 18px;
  font: 300 14px "Montserrat", sans-serif;
  border: 1px solid #cbd4e0;
  border-radius: 20px;
}
.form-group.has-error input {
  border-color: #e60033 !important;
}
.form-group.has-error .w-arrows {
  border-color: #e60033;
}
.form-group.has-error .w-arrows .arrow {
  border-color: #e60033 !important;
  color: #e60033;
}
.form-group.has-error .w-arrows .arrow:before, .form-group.has-error .w-arrows .arrow:after {
  background-color: #e60033 !important;
}
.form-group.has-error .w-arrows + .help-block {
  top: 42px;
  padding: 0 40px;
}
.form-group.has-error .help-block {
  display: block !important;
}
.form-group.w-label {
  position: relative;
}
.form-group.w-label .select-label {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 10px;
  line-height: 20px;
  background-color: #fff;
  margin-left: 16px;
  padding: 0 4px;
  z-index: 10;
  color: #8493a8;
}
.form-group .help-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.1em;
  color: #e60033;
  padding: 0 20px;
}
.form-group .w-arrows {
  border: 1px solid #cbd4e0;
  border-radius: 20px;
  height: 40px;
  overflow: hidden;
}
.form-group .w-arrows .help-block {
  top: 52px;
}
.form-group .w-arrows input {
  background-color: transparent;
  text-align: center;
  display: block;
  width: calc(100% + 40px);
  margin: 0 -20px;
  height: 38px;
  padding: 0;
  border: 0;
  font: 300 14px "Montserrat", sans-serif;
}
.form-group .w-arrows .arrow {
  position: absolute;
  z-index: 8;
  width: 40px;
  height: 39px;
  top: 0;
  left: 0;
  display: block;
  border-right: 1px solid #cbd4e0;
  font-size: 0;
  text-align: center;
  color: #0061af;
  line-height: 38px;
  font-weight: bold;
  cursor: pointer;
}
.form-group .w-arrows .arrow:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0061af;
  top: 50%;
  left: 50%;
  margin: -1px -6px;
}
.form-group .w-arrows .arrow:hover:before, .form-group .w-arrows .arrow:hover:after {
  background-color: #ff0031 !important;
}
.form-group .w-arrows .arrow.plus {
  left: auto;
  right: 0;
  border-left: 1px solid #cbd4e0;
  border-right: 0;
}
.form-group .w-arrows .arrow.plus:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #0061af;
  top: 50%;
  left: 50%;
  margin: -6px -1px;
}

.form-group.textarea {
  position: relative;
}
.form-group.textarea label {
  position: absolute;
  top: -5px;
  left: 9px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-transform: capitalize;
  color: #8493a8;
}

.select2-container {
  height: 40px;
  margin-bottom: 46px;
  font-size: 14px;
  font-weight: 300;
  width: 100% !important;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid #cad3df;
  border-radius: 20px;
  background-color: transparent;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 50px 0 20px;
  line-height: 38px;
  color: #0c2432;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 38px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: -5px;
  border-color: transparent;
  border-style: initial;
  border-width: initial;
  background-image: url("/img/ui/sprite.png");
  background-position: -198px -70px;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}

.form-group.checkbox {
  min-height: initial;
  margin-bottom: 20px;
}
.form-group.checkbox label {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  align-items: center;
}
.form-group.checkbox .txt {
  position: relative;
  display: inline-flex;
  width: calc(100% - 20px);
  padding-left: 8px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #0061af;
  cursor: pointer;
}
.form-group.checkbox .txt a {
  margin: 0 5px;
}
.form-group.checkbox .msg {
  position: absolute;
  top: 28px;
  left: 0;
  font-size: 11px;
  color: #8593a8;
  opacity: 0;
  transition: all 0.2s;
}
.form-group.checkbox .msg.msg_error {
  color: #e60033;
}
.form-group.checkbox.disabled {
  opacity: 0.5;
}
.form-group.checkbox.disabled input[type=checkbox] {
  background-color: #eceff4;
}
.form-group.checkbox.error input[type=checkbox] {
  border-color: #e60033;
}
.form-group.checkbox.error .msg_error {
  top: 24px;
  opacity: 1;
}

input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  color: #ffffff;
  vertical-align: top;
  border: 2px solid #0061af;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s ease-out 0s;
  -ms-appearance: none;
  -o-appearance: none;
}
input[type=checkbox]:before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 0;
  height: 1px;
  background: #ffffff;
  content: "";
  transition: all 0.1s ease-in-out;
  transform: rotate(60deg);
}
input[type=checkbox]:after {
  position: absolute;
  right: 9px;
  bottom: 3px;
  width: 1px;
  height: 0;
  background: #ffffff;
  content: "";
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
  transform: rotate(25deg);
}
input[type=checkbox]:checked {
  background: #0061af;
}
input[type=checkbox]:checked:before {
  top: 9px;
  left: 2px;
  width: 7px;
  height: 1px;
}
input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 3px;
  width: 1px;
  height: 10px;
}
input[type=checkbox]:indeterminate {
  background: #ffffff;
}

.form-group.radio {
  margin-bottom: 20px;
}
.form-group.radio:hover:not(.active) input[type=radio] {
  border-color: #169ce1;
}
.form-group.radio:hover:not(.active) span {
  opacity: 1;
  color: #169ce1;
}
.form-group.radio.active input[type=radio] {
  border-color: #0061af;
}
.form-group.radio.active span {
  opacity: 1;
  color: #0061af;
}
.form-group.radio span {
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 700;
  color: #0061af;
  transition: all 0.2s;
  opacity: 0.5;
  cursor: pointer;
}
.form-group.radio span.txt {
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}
.form-group.radio label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.form-group.radio.disabled {
  opacity: 0.5;
}
.form-group.radio.disabled input[type=radio] {
  background-color: #eceff4;
}

input[type=radio] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  color: #ffffff;
  vertical-align: top;
  border-radius: 10%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease-out 0s;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type=radio] {
  border: 1px solid rgba(0, 97, 175, 0.5);
  border-radius: 50%;
  background-color: #ffffff;
}
input[type=radio]:checked:before {
  background: #0061af;
  transform: scale(1);
}
input[type=radio]:before {
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  content: "";
  transition: all ease-out 250ms;
  transform: scale(0);
}

.auth_inputs .form-group {
  position: relative;
  display: flex;
  min-height: 45px;
  margin-bottom: 10px;
  align-items: flex-end;
}
.auth_inputs .form-group input[type=text],
.auth_inputs .form-group input[type=password],
.auth_inputs .form-group input[type=email],
.auth_inputs .form-group input[type=tel] {
  z-index: 5;
  display: block;
  width: 100%;
  padding: 4px 0;
  padding: 6px 0;
  font-size: 13px;
  color: #0c2432;
  border: 0;
  border-bottom: 1px solid #8593a8;
  border-radius: initial;
  background-color: transparent;
}
.auth_inputs .form-group input[type=text] ~ label,
.auth_inputs .form-group input[type=password] ~ label,
.auth_inputs .form-group input[type=email] ~ label,
.auth_inputs .form-group input[type=tel] ~ label {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #8593a8;
  pointer-events: none;
  transition: 0.3s;
}
.auth_inputs .form-group input[type=text]:focus ~ label,
.auth_inputs .form-group input[type=password]:focus ~ label,
.auth_inputs .form-group input[type=email]:focus ~ label,
.auth_inputs .form-group input[type=tel]:focus ~ label {
  top: 0;
  font-size: 9px;
  color: #8593a8;
  transition: 0.3s;
}
.auth_inputs .form-group input[type=text] ~ .focus-border,
.auth_inputs .form-group input[type=password] ~ .focus-border,
.auth_inputs .form-group input[type=email] ~ .focus-border,
.auth_inputs .form-group input[type=tel] ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 1px;
  background-color: #0061af;
  transition: 0.3s;
}
.auth_inputs .form-group input[type=text]:focus ~ .focus-border,
.auth_inputs .form-group input[type=password]:focus ~ .focus-border,
.auth_inputs .form-group input[type=email]:focus ~ .focus-border,
.auth_inputs .form-group input[type=tel]:focus ~ .focus-border {
  width: 100%;
  transition: 0.3s;
}
.auth_inputs .form-group input[type=text].has-value ~ label,
.auth_inputs .form-group input[type=password].has-value ~ label,
.auth_inputs .form-group input[type=email].has-value ~ label,
.auth_inputs .form-group input[type=tel].has-value ~ label {
  top: 0;
  font-size: 9px;
  transition: 0.3s;
}
.auth_inputs .form-group .msg {
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 11px;
  color: #8593a8;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
}
.auth_inputs .form-group .msg.msg_error {
  color: #e60033;
}
.auth_inputs .form-group .msg.msg_success {
  color: #87c916;
}
.auth_inputs .form-group.error {
  transition: all 0.2s;
}
.auth_inputs .form-group.error input[type=text],
.auth_inputs .form-group.error input[type=password],
.auth_inputs .form-group.error input[type=email],
.auth_inputs .form-group.error input[type=tel] {
  color: #e60033;
  border-bottom: 1px solid #e60033;
}
.auth_inputs .form-group.error input[type=text] ~ label,
.auth_inputs .form-group.error input[type=password] ~ label,
.auth_inputs .form-group.error input[type=email] ~ label,
.auth_inputs .form-group.error input[type=tel] ~ label {
  color: #e60033;
}
.auth_inputs .form-group.error input[type=text]:focus ~ label,
.auth_inputs .form-group.error input[type=password]:focus ~ label,
.auth_inputs .form-group.error input[type=email]:focus ~ label,
.auth_inputs .form-group.error input[type=tel]:focus ~ label {
  color: #e60033;
}
.auth_inputs .form-group.error input[type=text] ~ .focus-border,
.auth_inputs .form-group.error input[type=password] ~ .focus-border,
.auth_inputs .form-group.error input[type=email] ~ .focus-border,
.auth_inputs .form-group.error input[type=tel] ~ .focus-border {
  background-color: #e60033;
}
.auth_inputs .form-group.error input[type=text]:focus ~ .focus-border, .auth_inputs .form-group.error input[type=text].has-value ~ .focus-border,
.auth_inputs .form-group.error input[type=password]:focus ~ .focus-border,
.auth_inputs .form-group.error input[type=password].has-value ~ .focus-border,
.auth_inputs .form-group.error input[type=email]:focus ~ .focus-border,
.auth_inputs .form-group.error input[type=email].has-value ~ .focus-border,
.auth_inputs .form-group.error input[type=tel]:focus ~ .focus-border,
.auth_inputs .form-group.error input[type=tel].has-value ~ .focus-border {
  background-color: #e60033;
}
.auth_inputs .form-group.error .msg_error {
  top: 50px;
  opacity: 1;
}
.auth_inputs .form-group.success input[type=text] {
  border-bottom: 1px solid #87c916;
}
.auth_inputs .form-group.success input[type=text] ~ .focus-border {
  background-color: #87c916;
}
.auth_inputs .form-group.success input[type=text]:focus ~ .focus-border, .auth_inputs .form-group.success input[type=text].has-value ~ .focus-border {
  background-color: #87c916;
}
.auth_inputs .form-group.success .msg_success {
  top: 50px;
  opacity: 1;
}
.auth_inputs .form-group.disabled input[type=text] {
  border-bottom: 1px solid rgba(133, 147, 168, 0.5);
}
.auth_inputs .form-group.disabled input[type=text] ~ label {
  color: rgba(0, 97, 175, 0.5);
}

.df__rtl .df__d-rtl {
  direction: rtl;
}
.df__rtl .df__section-title {
  direction: rtl;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__section-title {
    text-align: unset !important;
  }
}
.df__rtl .df__section-subtitle {
  direction: rtl;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__section-subtitle {
    text-align: unset !important;
  }
}
.df__rtl .df__header {
  direction: rtl;
}
.df__rtl .df__header .df__header-search svg {
  right: unset;
  left: 18px;
}
.df__rtl .df__header .df__header-link:last-child {
  margin-right: 30px;
}
.df__rtl .df__header .df__header-nav-link:last-child {
  margin-right: auto;
  margin-left: 0;
}
.df__rtl .df__input {
  padding-left: 0;
  padding-right: 25px;
}
.df__rtl .df__home-intro-slide-left {
  direction: rtl;
  padding: 100px 100px 112px 25px;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__home-intro-slide-left {
    padding: 25px;
  }
}
.df__rtl .df__home-intro-slide {
  direction: rtl;
}
.df__rtl .df__home-stats-container {
  direction: rtl;
}
.df__rtl .df__home-stats-container .df__home-stats .df__home-stat-title svg {
  margin-left: 20px;
  margin-right: 0;
}
.df__rtl .df__home-buy-ways > .df__section-items > .df__section-item {
  direction: rtl;
}
.df__rtl .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-header img {
  margin-right: 0;
  margin-left: 17px;
}
.df__rtl .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-footer.df__section-item-footer--end {
  justify-content: flex-start;
}
.df__rtl .df__home-benefits-item-body {
  direction: rtl;
}
.df__rtl .df__home-benefits-item-image {
  margin-right: 0;
  margin-left: 24px;
}
.df__rtl .df__home-benefits-item-card:first-child {
  margin-right: 0;
  margin-left: 26px;
}
.df__rtl .df__home-benefits-item-card-image {
  margin-right: 0;
  margin-left: 23px;
}
.df__rtl .df__home-benefits-item-card-sale {
  left: -30px;
  right: unset;
}
.df__rtl .df__home-calculator {
  direction: rtl;
}
.df__rtl .df__country-select-caret {
  margin-right: auto;
  margin-left: 0;
}
.df__rtl .df__country-select-flag {
  margin-left: 12px;
  margin-right: 0;
}
.df__rtl .df__home-calculator-from {
  margin-left: 25px;
  margin-right: 0;
}
.df__rtl .df__home-calculator-price {
  direction: ltr;
}
.df__rtl .offers-cards .offers-card {
  direction: rtl;
}
.df__rtl .df__home-shops-header {
  direction: rtl;
}
.df__rtl .df__home-shops-header-search svg {
  left: 16px;
  right: unset;
}
.df__rtl .df__shops-cards {
  flex-direction: row-reverse;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__shops-cards {
    flex-direction: column-reverse;
  }
}
.df__rtl .df__shops-cards--big {
  margin-right: 0;
  margin-left: 26px;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__shops-cards--big {
    margin: 0;
  }
}
.df__rtl .df__home-more-btn {
  direction: rtl;
}
.df__rtl .df__countries-card-body {
  direction: rtl;
}
.df__rtl .df__countries-cards {
  justify-content: flex-end;
}
.df__rtl .df__countries-cards .df__countries-card-icons svg:first-child {
  margin-right: 0;
}
.df__rtl .df__news-card {
  direction: rtl;
}
.df__rtl .df__news-card-header p svg {
  margin-right: 0;
  margin-left: 7px;
}
.df__rtl .df__news-card-more svg {
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(180deg);
}
.df__rtl .df__home-subscribe {
  direction: rtl;
}
.df__rtl .df__footer {
  direction: rtl;
}
.df__rtl .df__footer-social-links a:first-child {
  margin-right: 0;
}
.df__rtl .df__footer-social-links a:nth-child(4) {
  margin-right: 15px;
}
.df__rtl .df__country-select-search input {
  padding-right: 18px;
  padding-left: 0;
}
.df__rtl .df__country-select-search svg {
  left: 15px;
  right: unset;
}
.df__rtl .df__country-select-item img {
  margin-left: 14px;
  margin-right: 0;
}
.df__rtl .df__popup-body {
  direction: rtl;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__header-sidebar-toggle {
    margin-right: 11px;
  }
  .df__rtl .df__home-benefits-categories.df__home-benefits-categories--sm {
    direction: rtl;
  }
  .df__rtl .df__home-benefits-categories .df__home-benefits-category-items .df__form-group-input-search svg {
    left: 18px;
    right: unset;
  }
  .df__rtl .df__home-benefits-categories .df__home-benefits-category-items .df__form-group-input-search input {
    padding-left: 0;
    padding-right: 14px;
  }
  .df__rtl .df__home-benefits-item-cards.df__home-benefits-item-cards--sm {
    direction: rtl;
  }
  .df__rtl .df__home-benefits-item-subtitle.df__home-benefits-item-subtitle--sm {
    direction: rtl;
  }
  .df__rtl .df__home-offers .df__d-rtl {
    padding: 0 15px 0 15px;
  }
  .df__rtl .df__home-news .df__d-rtl {
    padding-right: 15px;
  }
  .df__rtl .df__header .df__header-search-box-sm svg {
    left: 18px;
    right: unset;
  }
  .df__rtl .df__header .df__input--search-sm {
    margin: 0;
  }
  .df__rtl .df__sidebar-top-buttons a svg {
    margin-left: 13px;
    margin-right: 0;
  }
}
.df__rtl .df__cookie-popup {
  direction: rtl;
}
.df__rtl .df__cookie-popup-btn {
  margin-right: 20px;
}
.df__rtl .df__cookie-popup-close {
  left: 25px;
  right: unset;
}
.df__rtl .df__video-block {
  direction: rtl;
}
.df__rtl .df__home-intro-slide-right img {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__home-intro-slide-right img {
    border-radius: 40px 40px 0 0;
  }
}
.df__rtl .df__page-shop-service-instructions-list {
  direction: rtl;
}
.df__rtl .df__page-shop-service-instruction-number {
  margin-left: 18px;
  margin-right: 0;
}
.df__rtl .df__page-shop-service-header {
  direction: rtl;
}
.df__rtl .df__page-shop-service-country-toggle-item:first-child {
  border-radius: 12px;
}
.df__rtl .df__page-shop-service-country-toggle-item:last-child {
  border-radius: 12px;
}
.df__rtl .df__page-shop-service-info {
  direction: rtl;
}
.df__rtl .df__page-shop-service-info-item-price {
  margin-right: 0 !important;
  margin-left: 20px;
}
.df__rtl .df__countries-header {
  direction: rtl;
}
.df__rtl .df__countries-header__select {
  margin-right: 0;
  margin-left: 27px;
}
.df__rtl .df__countries-header__close {
  left: 7px;
  right: unset;
}
.df__rtl .df__home-intro .slick-dots {
  direction: rtl;
}
.df__rtl .df__home-benefits-item-slider {
  flex-direction: row-reverse;
}
.df__rtl .df__country-tag-items {
  direction: rtl;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__country-tag-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__country-tag-item {
    margin: 0 !important;
  }
}
.df__rtl .df__country-tag-items .df__country-tag-item img {
  margin-right: 0;
  margin-left: 12px;
}
.df__rtl .df__country-sidebar-list {
  direction: rtl;
}
.df__rtl .df__country-sidebar-list-item {
  padding-right: 36px;
}
.df__rtl .df__country-content {
  direction: rtl;
}
.df__rtl .df__breadcrumbs {
  direction: rtl;
}
.df__rtl .card_info {
  direction: rtl;
  margin-right: 0;
}
.df__rtl .s_meest_delivery_address_inner {
  direction: rtl;
}
.df__rtl .foto_country {
  margin-right: 26px;
}
.df__rtl .df__buy-instructions-content {
  direction: rtl;
}
.df__rtl .df__buy-instructions-item-title {
  margin: 0 20px;
}
.df__rtl #catalog-search-form {
  direction: rtl;
}
.df__rtl #catalog-search-form input, .df__rtl #catalog-search-form .df__form-group-input {
  padding: 16px;
}
.df__rtl #catalog-search-form .df__form-group-input svg {
  left: 16px;
  right: unset;
}
.df__rtl #catalog-search-form .df__shop-catalog-form-search-icon {
  left: 16px;
  right: unset;
}
.df__rtl #catalog-search-form .df__form-group--dropdown:first-child {
  margin-right: 0;
  margin-left: 26px;
}
.df__rtl #catalog-search-form .df__form-group-input-search svg {
  left: 15px;
  right: unset;
}
.df__rtl .df__shop-catalog-categories {
  direction: rtl;
}
.df__rtl .df__shop-catalog-shops {
  direction: rtl;
}
.df__rtl .df__shop-catalog-shops-card-discount {
  left: 30px;
  right: unset;
}
.df__rtl .df__shop-page-head {
  direction: rtl;
}
.df__rtl .df__shop-page-head-left-discount svg {
  margin-left: 9px;
  margin-right: 0;
}
.df__rtl .df__shop-page-content-countries {
  direction: rtl;
}
.df__rtl .df__shop-page-content-country:nth-child(4n) {
  margin-left: 0;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__shop-page-content-country {
    width: calc(50% - 4px);
  }
  .df__rtl .df__shop-page-content-country:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}
.df__rtl .df__shop-page-content-country {
  margin-left: 16px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__shop-page-content-country {
    margin-left: 8px;
  }
}
.df__rtl .card_news {
  direction: rtl;
}
.df__rtl .category_wrap .date img {
  margin-right: 0;
  margin-left: 12px;
}
.df__rtl .category_wrap .category img {
  margin-right: 0;
  margin-left: 12px;
}
.df__rtl .special_news {
  direction: rtl;
}
.df__rtl .df__article-container-inner {
  direction: rtl;
}
.df__rtl .df__article-stats-item svg {
  margin-left: 9px;
  margin-right: 0;
}
.df__rtl .df__article-share {
  right: unset;
  left: -187px;
}
.df__rtl .df__article-authors {
  right: -255px;
  left: unset;
}
.df__rtl .df__article-rating {
  direction: rtl;
}
.df__rtl .df__article-cta {
  direction: rtl;
}
.df__rtl .df__faq .content {
  direction: rtl;
}
.df__rtl .df__faq .side {
  direction: rtl;
}
.df__rtl .df__faq .df__faq-search-form button {
  left: 24px;
  right: unset;
}
.df__rtl .df__buy-how-it-work-cards {
  direction: rtl;
}
.df__rtl .df__buy-how-it-work-card {
  margin-right: 0;
  margin-left: 26px;
}
@media screen and (max-width: 840px) {
  .df__rtl .df__buy-how-it-work-card {
    margin-left: 0;
  }
}
.df__rtl .df__buy-how-it-work-card:nth-child(2n) {
  margin-left: 0;
}
.df__rtl .df__countries-header__text {
  margin-left: 20px;
}
.df__rtl .df__breadcrumbs-list-item:after {
  display: inline-block;
  transform: rotate(180deg);
}
.df__rtl .df__container--country-content .df__row {
  direction: rtl;
}
.df__rtl .df__container--country-content .df__row .df__country-sidebar {
  margin-right: 0;
  margin-left: 47px;
}
.df__rtl .df__buy-instructions-item-icon {
  margin-left: unset;
  margin-right: auto;
}
@media screen and (min-width: 501px) {
  .df__rtl .df__shop-catalog-shops--half .df__shop-catalog-shops-card {
    margin-right: 0;
    margin-left: 26px;
  }
  .df__rtl .df__shop-catalog-shops--half .df__shop-catalog-shops-card:nth-child(2n) {
    margin-left: 0;
  }
}
.df__rtl .df__row--shop-catalog {
  direction: rtl;
}
.df__rtl .df__shop-catalog-categories {
  margin-left: 40px;
}
.df__rtl .df__shop-catalog-shops-container {
  margin-left: 0;
}
.df__rtl .df__shop-catalog-shops-card-logo {
  margin-right: 0;
  margin-left: 54px;
}
.df__rtl .df__shop-catalog-shops-settings svg:first-child {
  margin-right: 0;
  margin-left: 20px;
}
.df__rtl .df__shop-catalog-categories-item a svg {
  transform: rotate(180deg);
}
.df__rtl .df__shop-page-content-title {
  direction: rtl;
}
.df__rtl .news_wrap .card_news .date svg {
  margin-right: 0;
  margin-left: 10px;
}
.df__rtl .df__news-filters .toggle_switch {
  direction: rtl;
}
.df__rtl .descr_card_news .read_more .arrow {
  transform: rotate(180deg);
}
.df__rtl .df__faq-search-form input {
  padding: 0 24px;
}
.df__rtl .df__country-tag-items .df__country-tag-item:nth-child(5n), .df__rtl .df__country-tag-items .df__country-tag-item:last-child {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__country-tag-items .df__country-tag-item:nth-child(5n), .df__rtl .df__country-tag-items .df__country-tag-item:last-child {
    margin-right: 0;
  }
}
.df__rtl .row_personal_info-keys {
  margin-left: 20px;
}
.df__rtl .df__news-filters .search_box {
  direction: rtl;
}
.df__rtl .card_news .date svg {
  margin-left: 10px;
}
.df__rtl .df__page-search-form {
  direction: rtl;
}
.df__rtl .df__page-search-form form .df__page-search-submit {
  margin-left: 0;
  margin-right: 35px;
}
.df__rtl .df__page-search-form form .df__form-group-input-search {
  left: 22px;
  right: unset;
}
.df__rtl .df__page-search-results-item {
  direction: rtl;
}
.df__rtl .df__page-search-results-item-badge {
  left: 50px;
  right: unset;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__page-search-results-item-badge {
    left: 25px;
  }
}
.df__rtl .df__page-search-results-count {
  direction: rtl;
}
.df__rtl .df__page-search-results-item-link svg {
  transform: rotate(180deg);
}
.df__rtl .df__shop-catalog-shops--half .df__shop-catalog-shops-card-flags img:last-child {
  margin-right: 0;
}
.df__rtl .df__popup-apps-item-title svg {
  margin-right: 0;
  margin-left: 21px;
}
.df__rtl .df__popup-apps-item-title {
  align-items: center;
  justify-content: center;
}
.df__rtl .df__popup-close {
  right: unset;
  left: 23px;
}
.df__rtl .df__shop-catalog-shops-card-flags img:last-child {
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__country-tag-items .df__country-tag-item:nth-child(2n) {
    margin-right: 14px;
    margin-left: 0;
  }
  .df__rtl .df__country-content-item-table-action {
    left: 0;
    right: unset;
  }
  .df__rtl .df__country-tag-items .df__country-tag-item {
    width: calc(100% - 15px);
  }
  .df__rtl .df__shop-catalog-shops--half .df__shop-catalog-shops-card-flags img:last-child {
    margin-right: 15px;
  }
  .df__rtl .df__page-shop-service-info-item {
    padding-right: 15px;
  }
  .df__rtl .select2-container--default .select2-results > .select2-results__options {
    direction: rtl;
  }
  .df__rtl .select2-container {
    direction: rtl;
  }
  .df__rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset;
  }
  .df__rtl .df__page-search-form form .df__page-search-submit {
    margin-right: 0;
  }
  .df__rtl .df__countries-cards .df__countries-card:last-child {
    margin-right: 0;
  }
}
.df__rtl .page__error .error .page__title {
  justify-content: center;
}
.df__rtl .df__shop-page-content {
  direction: rtl;
}
.df__rtl .df__cta {
  direction: rtl;
}
.df__rtl .df__header-nav-link a svg {
  margin-right: 10px;
  margin-left: 0;
}
.df__rtl .df__news-card-text-icon svg {
  margin-left: 12px;
  margin-right: 0;
}
.df__rtl .df__seo-accordion .df__seo-text {
  direction: rtl;
}
.df__rtl .df__seo-accordion-arrow {
  left: 24px;
  right: unset;
}
.df__rtl .df__country-tag-items-v2 {
  direction: rtl;
}
.df__rtl .df__country-slide-flag img {
  margin-left: 8px;
  margin-right: 0;
}
.df__rtl .df__article-share-item-tooltip {
  right: unset;
  left: -85px;
}
.df__rtl .df__article-summary ol li, .df__rtl .df__article-summary ol a {
  text-align: right;
}
.df__rtl .df__contacts-item-left {
  direction: rtl;
}
.df__rtl .df__home-news-head-control {
  direction: ltr;
}
.df__rtl .df__home-advantages-items {
  direction: rtl;
}
.df__rtl .df__shop-page-head-right {
  left: 0;
  right: unset;
  border-radius: 0 0 0 40px;
}
.df__rtl .df__dropdown-item {
  direction: rtl;
}
.df__rtl .df__country-tag-items-v2 .df__country-tag-item img {
  margin-right: 0;
  margin-left: 12px;
}
.df__rtl .df__country-sidebar-list-item-icon svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__country-sidebar-list-item-icon svg {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__country-sidebar-list-item-icon {
    margin-right: 12px;
  }
}
.df__rtl .df__article-content ul, .df__rtl .df__article-content ol {
  padding-right: 15px;
}
.df__rtl .df__article-summary ol {
  padding-right: 30px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__article-share.df__article-share--mobile {
    left: 0;
    right: unset;
    direction: rtl;
  }
  .df__rtl .df__article-share-icons {
    justify-content: flex-start;
  }
}
.df__rtl .df__news-cards {
  direction: rtl;
}
.df__rtl .df__section-text {
  direction: rtl;
}
.df__rtl .df__pokypki-section-2 .df__section-title {
  text-align: right !important;
}
.df__rtl .df__buy-how-it-work-card-title span {
  margin-left: 15px;
  margin-right: 0;
}
.df__rtl .df__cta__shop-catalog-text {
  direction: rtl;
  margin-right: 24px;
}
.df__rtl .df__shop-service-how-items {
  direction: rtl;
}
.df__rtl .df__page-shop-service-body-title {
  justify-content: flex-end;
}
.df__rtl .df__footer-apps {
  direction: rtl;
}
.df__rtl .df__footer-apps .df__footer-app {
  margin-left: 24px;
  margin-right: 0;
}
.df__rtl .df__header-nav-link-submenu-item-image img {
  margin-left: 10px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__shop-page-content ul, .df__rtl .df__shop-page-content ol {
    padding-left: 0;
    padding-right: 15px;
  }
}
.df__rtl .df__cta__shop-catalog {
  direction: rtl;
}
@media screen and (max-width: 1024px) {
  .df__rtl .df__shop-service-why .df__section-title {
    direction: rtl;
    text-align: right !important;
  }
  .df__rtl .df__shop-service-brands .df__section-text.df__section-text--center {
    direction: rtl;
    text-align: right !important;
  }
}

.top-legend {
  position: relative;
  display: none;
  height: 72px;
  overflow: hidden;
}
.top-legend--active {
  display: block;
}
@media screen and (max-width: 840px) {
  .top-legend {
    height: auto;
  }
}
.top-legend__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(269.79deg, #0061AE -0.71%, #0E78CC 95.51%);
}
.top-legend__close {
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .top-legend__close {
    top: 0;
    right: 0;
  }
}
.top-legend__close .close-icon {
  position: relative;
  background-image: url("/img/ui/sprite.png");
  background-position: -240px 0px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
  transform: scale(0.9);
}
.top-legend__container {
  display: flex;
  align-items: center;
  max-width: 1150px;
  padding: 16px 35px;
}
@media screen and (max-width: 840px) {
  .top-legend__container {
    flex-direction: column;
    padding: 10px 35px;
  }
}
.top-legend__text {
  margin-right: 27px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 840px) {
  .top-legend__text {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}
.top-legend__more {
  padding: 12px 25px 11px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #0061AE;
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 20px;
}

header {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 72;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
header .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
header .menu-toggler {
  position: absolute;
  top: 26px;
  left: 24px;
  z-index: 300;
  width: 30px;
  height: 19px;
}
header .menu-toggler span {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background-color: #0061af;
  border-radius: 2px;
  transition: all 0.2s ease-out;
  will-change: auto;
}
header .menu-toggler span:first-child {
  margin-top: 0;
}
header .menu-toggler.active + #sidebar-toggler {
  pointer-events: none;
  opacity: 0;
}
header .menu-toggler.active span:first-child {
  transform: translate(0, 9px) rotate(45deg);
}
header .menu-toggler.active span:nth-child(2) {
  opacity: 0;
}
header .menu-toggler.active span:last-child {
  margin-top: -12px;
  transform: translate(0, 9px) rotate(-45deg);
}
header .sidebar-toggler {
  cursor: pointer;
  transition: all 0.2s;
  transform: rotateY(180deg);
  background-image: url("/img/ui/sprite.png");
  background-position: -216px -136px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
header .sidebar-toggler.active {
  transform: rotateY(0);
}
header a {
  transition: 0.2s ease;
}
header .main__nav {
  max-width: 82%;
  text-align: right;
}
header .main__logo {
  display: block;
  min-width: 180px;
  margin-top: 10px;
}
header .main__logo img {
  width: 180px;
  max-width: 100%;
}
header .main__menu {
  font-size: 14px;
  line-height: 22px;
}
header .main__user {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
header .main__user > a, header .main__user .main__user-item {
  position: relative;
  display: block;
  padding-left: 41px;
  margin-left: 19px;
  font-weight: 500;
  color: #8493a8;
  border-left: 1px solid #eceff4;
}
header .main__user > a:first-child, header .main__user .main__user-item:first-child {
  border-left: 0;
}
header .main__user > a:hover, header .main__user .main__user-item:hover {
  color: #0061af;
}
header .main__user > a:before, header .main__user .main__user-item:before {
  position: absolute;
  top: 3px;
  left: 19px;
  display: block;
  content: "";
}
header .main__user .ico-track:before {
  background-image: url("/img/ui/sprite.png");
  background-position: -198px -52px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
header .main__user .ico-reg:before {
  background-image: url("/img/ui/sprite.png");
  background-position: -45px -200px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
header .main__user .ico-login:before {
  background-image: url("/img/ui/sprite.png");
  background-position: -145px -114px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
header .main__user .ico-app:before {
  background-image: url("/img/ui/sprite.png");
  background-position: -14px -220px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
header .main__user .main__user-item.main__user-item--login {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
header .main__user .main__user-item.main__user-item--login .login-sub-menu {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 #cad3df;
}
header .main__user .main__user-item.main__user-item--login .login-sub-menu::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 4px solid transparent;
}
header .main__user .main__user-item.main__user-item--login .login-sub-menu__item {
  display: flex;
  align-items: baseline;
  padding: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0061af;
  cursor: pointer;
}
header .main__user .main__user-item.main__user-item--login .login-sub-menu__item::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("/img/svg/arrow-right.svg");
}
header .main__user .main__user-item.main__user-item--login.active .login-sub-menu {
  display: flex;
}
header nav {
  margin-bottom: 16px;
  font-size: 0;
}
header nav a {
  display: inline-block;
  margin-left: 14px;
  font-size: 12px;
  font-weight: 700;
  color: #0061af;
  text-transform: uppercase;
  vertical-align: top;
}
header nav a:first-child {
  margin-left: 0;
}
header nav a:hover {
  color: #ff0031;
}

@media screen and (max-width: 1024px) {
  header {
    z-index: 72;
  }
  header .sidebar-item_close {
    display: inline-flex;
  }
  header .box {
    position: relative;
    height: 72px;
  }
  header .box .main__logo {
    margin: 0 auto;
    transform: scale(0.58);
  }
  header .box .main__nav {
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    transition: 0.3s ease-out;
    transform: translate(-100%, 0);
  }
  header .box .main__nav:before {
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    z-index: 50;
    display: block;
    height: 4px;
    content: "";
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(202, 211, 223, 0.5);
  }
  header .box .main__nav .main__menu {
    height: 100%;
    padding: 24px;
    overflow: auto;
    text-align: left;
  }
  header .box .main__nav .main__menu .main__user {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #eceff4;
  }
  header .box .main__nav .main__menu .main__user > a, header .box .main__nav .main__menu .main__user .main__user-item {
    padding: 10px 24px 10px;
    margin-left: 0;
    border-left: 0;
  }
  header .box .main__nav .main__menu .main__user > a:before, header .box .main__nav .main__menu .main__user .main__user-item:before {
    top: 13px;
    left: 0;
  }
  header .box .main__nav .main__menu .main__user > a.ico-app, header .box .main__nav .main__menu .main__user .main__user-item.ico-app {
    display: flex;
    order: 4;
  }
  header .box .main__nav .main__menu .main__user .main__user-item.main__user-item--login {
    padding-right: 0;
    cursor: auto;
  }
  header .box .main__nav .main__menu .main__user .main__user-item.main__user-item--login .login-sub-menu {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    width: 100%;
    padding: 8px 0 0;
    transform: translateX(0);
    box-shadow: none;
  }
  header .box .main__nav .main__menu .main__user .main__user-item.main__user-item--login .login-sub-menu::before {
    content: none;
  }
  header .box .main__nav .main__menu .main__user .main__user-item.main__user-item--login .login-sub-menu__item {
    width: 100%;
    padding-left: 0;
  }
  header .box .main__nav .main__menu nav a {
    display: block;
    padding: 12px 0;
    margin-left: 0;
  }
  header .box .main__nav.mobile_active {
    transform: translate(0, 0);
  }
}
.breadcrumbs {
  display: flex;
  width: 100%;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .breadcrumbs__list {
    margin-bottom: 40px;
  }
}
.breadcrumbs__list-item {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.breadcrumbs__list-item::after {
  margin-left: 8px;
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -20px -242px;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
  transform: rotate(180deg);
}
.breadcrumbs__list-item:last-child {
  margin-right: 0;
}
.breadcrumbs__list-item:last-child::after {
  display: none;
}
.breadcrumbs__list-item a {
  color: #00a5df;
  line-height: 15px;
  flex-shrink: 0;
}
.breadcrumbs__list-item a:hover {
  text-decoration: underline;
}
.breadcrumbs__list-item span {
  font-weight: 600;
  font-size: 12px;
  color: #00a5df;
}
.breadcrumbs__list-item_current span {
  color: #0c2432;
  font-weight: 500;
}

footer {
  padding: 56px 0 0;
  background-color: #eceff4;
  position: relative;
  overflow: hidden;
}
footer .box {
  display: flex;
  justify-content: space-between;
}
footer .box .col {
  width: 214px;
  max-width: 25%;
  line-height: 1.57em;
  display: flex;
  flex-direction: column;
}
footer .box .col a {
  display: inline-block;
  color: #0c2432;
  vertical-align: top;
}
footer .box .col a:hover {
  color: #ff0031;
}
footer .box .col .select2-container {
  margin-bottom: auto;
}
footer .box .col .btn-ghost {
  line-height: 38px;
  background-color: transparent;
  border-color: #0061af;
  color: #0061af;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
}
footer .box .col .btn-ghost:hover {
  color: #ff0031;
  border-color: #ff0031;
}
footer .box .col__title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #0061af;
}
footer .box .col__links {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cbd4e0;
}
footer .box .col__links.last {
  border-bottom: 0;
}
footer .box .col__mobile {
  display: flex;
  padding-top: 28px;
  margin-bottom: 32px;
  margin-top: auto;
  justify-content: space-between;
}
footer .box .col__mobile img {
  display: block;
  width: 100%;
}
footer .box .col__mobile a:first-child {
  margin-right: 6px;
}
footer .box .col__form {
  position: relative;
  margin-top: auto;
}
footer .box .col__form input {
  width: 100%;
  height: 40px;
  padding: 0 36px 0 20px;
  border: 1px solid #cbd4e0;
  border-radius: 20px;
  background-color: transparent;
}
footer .box .col__form button {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-image: url("/img/ui/sprite.png");
  background-position: -69px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
footer .box .col__form button:hover {
  background-image: url("/img/ui/sprite.png");
  background-position: -56px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
footer .box .col__text {
  margin-bottom: 18px;
}
footer .box .col .soc-list {
  width: 100%;
  margin: auto 0 36px;
}
footer .box .col .soc-list li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(33.3% - 10px);
}
footer .box .col .soc-list li:first-child {
  width: 30px;
}
footer .box .col .soc-list a {
  display: flex;
}
footer .foot__bottom {
  border-top: 1px solid #fff;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 30px 0;
}
footer .foot__bottom p {
  width: 214px;
  max-width: 25%;
}
footer .foot__bottom a {
  text-decoration: underline;
  color: #0c2432;
}
footer .foot__bottom a:hover {
  color: #0061af;
}
footer .cookies-banner {
  min-height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 71, 128, 0.9);
  padding: 32px;
  z-index: 9999;
  color: #fff;
  line-height: 1.7;
  transform: translate(0, 100%);
  transition: all 0.5s;
}
footer .cookies-banner.active {
  transform: translate(0, 0);
}
footer .cookies-banner a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
footer .cookies-banner .cancel-btn {
  display: flex;
  flex: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  border: none;
  transition: opacity 0.3s;
  will-change: opacity;
}
footer .cookies-banner .cancel-btn:hover {
  opacity: 0.75;
}
footer .cookies-banner .cancel-btn span {
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
}
footer .cookies-banner .cancel-btn span:before, footer .cookies-banner .cancel-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 19px;
  width: 2px;
  margin: auto;
  background: #fff;
  transition: background 0.5s;
}
footer .cookies-banner .cancel-btn span:before {
  transform: rotate(45deg);
}
footer .cookies-banner .cancel-btn span:after {
  transform: rotate(-45deg);
}
footer .cookies-banner .privacy-policy-link {
  font-weight: 600;
}
footer .cookies-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cookies-banner-content {
  width: 100%;
  padding-right: 20px;
}
footer .cookies-banner-title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 600;
}
footer .cookies-banner .btn {
  color: #0061af;
  background-color: #fff;
  border: 1px solid #fff;
}
footer .cookies-banner .btn:hover {
  background-color: transparent;
  color: #fff;
}

.soc-list {
  display: flex;
}
.soc-list a {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0061af;
  transition: 0.2s ease;
  align-items: center;
  justify-content: center;
}
.soc-list a:hover {
  background-color: #ff0031;
}
.soc-list a .ico {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  footer .box .col {
    width: 21.7%;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 44px 0;
  }
  footer .box {
    flex-direction: column;
    padding: 0 44px;
  }
  footer .box .col {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-right: 0;
    text-align: center;
  }
  footer .box .col .select2 {
    display: none !important;
  }
  footer .box .col:first-child {
    display: none;
    margin-top: 24px;
    order: 3;
  }
  footer .foot__bottom {
    padding-top: 24px;
    padding-bottom: 0;
    border-top: 0;
    position: relative;
  }
  footer .foot__bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 44px;
    right: 44px;
    height: 1px;
    background-color: #cad3df;
  }
  footer .foot__bottom p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
#sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 72;
  width: 51px;
  box-shadow: 0px 6px 20px rgba(67, 112, 172, 0.1);
}
#sidebar-right.active .sidebar-items {
  box-shadow: none;
}
#sidebar-right .sidebar-scroller {
  position: absolute;
  bottom: 10%;
  z-index: 72;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sidebar-right .sidebar-scroller .scroller {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-bottom: 10px;
}
#sidebar-right .sidebar-scroller .scroller svg path {
  fill: #0860C7;
  fill-opacity: 1;
}
#sidebar-right .sidebar-scroller .scroller:hover svg path {
  fill: #28D3A1;
}
#sidebar-right .sidebar-items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 51px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  background-color: #ffffff;
}
#sidebar-right .sidebar-items li {
  display: flex;
  flex-direction: column;
  height: 60px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0860C7;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#sidebar-right .sidebar-items li svg path {
  fill: #0860C7;
}
#sidebar-right .sidebar-items li:hover {
  color: #28D3A1;
}
#sidebar-right .sidebar-items li:hover svg path {
  fill: #28D3A1;
  fill-opacity: 1;
}
#sidebar-right .sidebar-items li:before {
  margin: auto 0;
  content: "";
}
#sidebar-right .sidebar-items li:after {
  width: 20px;
  height: 1px;
  content: "";
}
#sidebar-right .sidebar-item {
  position: absolute;
  top: 0px;
  right: -300px;
  bottom: 0;
  z-index: 20;
  width: 277px;
  padding: 20px 30px;
  box-shadow: 0 0 16px 0 #cad3df;
  background-color: #ffffff;
  transition: all 0.2s;
}
#sidebar-right .sidebar-item.active {
  right: 51px;
}
#sidebar-right .sidebar-item__wrap {
  height: 100%;
  overflow: auto;
}
#sidebar-right .sidebar-item .sidebar-item_close {
  display: inline-flex;
  margin-bottom: 20px;
  cursor: pointer;
  background-image: url("/img/ui/sprite.png");
  background-position: -216px -136px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item_close:hover {
  background-image: url("/img/ui/sprite.png");
  background-position: -216px -158px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item_heading {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e60033;
}
#sidebar-right .sidebar-item .sidebar-item_content .btn {
  width: 100%;
}
#sidebar-right .sidebar-item .sidebar-item_content .form-group.select .select2-container {
  margin-bottom: 20px;
}
#sidebar-right .sidebar-item .sidebar-item__list {
  margin-bottom: 10px;
  padding-top: 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #eceff4;
}
#sidebar-right .sidebar-item .sidebar-item__list a {
  display: flex;
  font-size: 14px;
  transition: all 0.2s;
  color: #0c2432;
  align-items: center;
  justify-content: center;
}
#sidebar-right .sidebar-item .sidebar-item__list li {
  line-height: 37px;
}
#sidebar-right .sidebar-item .sidebar-item__list li:hover a {
  color: #0061af;
}
#sidebar-right .sidebar-item .sidebar-item__list li.active a {
  color: #0061af;
}
#sidebar-right .sidebar-item .sidebar-item__list li.active a:before {
  background-color: #0061af;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_countries__list a:before {
  display: inline-flex;
  width: 16px;
  height: 1px;
  margin-right: 8px;
  background-color: #cad3df;
  content: "";
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list li {
  line-height: 47px;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list a {
  text-transform: uppercase;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list a:after {
  margin-left: 12px;
  content: "";
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list li:nth-child(1) a:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -52px -174px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list li:nth-child(2) a:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -26px -174px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list li:nth-child(3) a:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -78px -174px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list li:nth-child(4) a:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -188px -83px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_languages__list li:nth-child(5) a:after {
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -174px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list li {
  margin-bottom: 22px;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list a {
  color: #0061af;
  font-weight: 700;
  transition: all 0.2s;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list a:hover {
  color: #ff0031;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list a:hover .ico {
  background-color: #ff0031;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list a .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-color: #0061af;
  border-radius: 50%;
  transition: all 0.2s;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list a .ico i {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list li:nth-child(1) a i:before {
  background-image: url("/img/ui/soc-fb.svg");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list li:nth-child(2) a i:before {
  background-image: url("/img/ui/soc-tw.svg");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list li:nth-child(3) a i:before {
  background-image: url("/img/ui/soc-yt.svg");
}
#sidebar-right .sidebar-item .sidebar-item__list.sidebar-item_networks__list li:nth-child(4) a i:before {
  background-image: url("/img/ui/soc-inst.svg");
}
#sidebar-right .sidebar-item .sidebar-item_chat {
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 320px;
  max-height: 500px;
  overflow: hidden;
  justify-content: space-between;
}
#sidebar-right .sidebar-item .chat-messages {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}
#sidebar-right .sidebar-item .chat-messages .chat-messages_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
#sidebar-right .sidebar-item .chat-messages .chat-message {
  position: relative;
  float: left;
  padding: 16px 25px;
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #0c2432;
  clear: both;
  border-radius: 0 10px 10px 10px;
  background-color: #ebeff5;
}
#sidebar-right .sidebar-item .chat-messages .chat-message.message-personal {
  float: right;
  text-align: right;
  color: #ffffff;
  border-radius: 10px 10px 0 10px;
  background-color: #0061af;
}
#sidebar-right .sidebar-item .chat-messages .chat-message:last-child {
  margin-bottom: 30px;
}
#sidebar-right .sidebar-item .chat-message_box {
  position: relative;
  flex: 0 1 40px;
  width: 100%;
  padding: 10px 8px 8px;
  border: 1px solid #cad3df;
  border-radius: 20px;
}
#sidebar-right .sidebar-item .chat-message_box .chat-message_input {
  width: 100%;
  height: 15px;
  padding-right: 50px;
  padding-left: 13px;
  margin: 0;
  font-size: 11px;
  color: #0c2432;
  border: none;
  background: none;
  outline: none !important;
  resize: none;
}
#sidebar-right .sidebar-item .chat-message_box textarea:focus:-webkit-placeholder {
  color: #cad3df;
}
#sidebar-right .sidebar-item .chat-message_box textarea::-moz-placeholder {
  color: #cad3df;
}
#sidebar-right .sidebar-item .chat-message_box textarea::placeholder {
  color: #cad3df;
}
#sidebar-right .sidebar-item .chat-message_box .chat-message_submit {
  position: absolute;
  top: 12px;
  right: 22px;
  z-index: 1;
  padding: 0;
  color: #ffffff;
  border: none;
  outline: none !important;
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -200px;
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
#sidebar-right #sidebar-item__call .sidebar-item_content .form-group {
  width: 100%;
  margin-bottom: 20px;
}
#sidebar-right #sidebar-item__call .list-item {
  margin-bottom: 20px;
}
#sidebar-right #sidebar-item__call .list-item b {
  display: flex;
  margin-bottom: 4px;
  color: #0061af;
  font-size: 14px;
  line-height: 1.57;
}
#sidebar-right #sidebar-item__call .list-item span {
  font-size: 14px;
  line-height: 1.57;
}
#sidebar-right #sidebar-item__letter .form-group {
  width: 100%;
  margin-bottom: 20px;
}
#sidebar-right #sidebar-item__letter .form-group.select {
  margin-bottom: 0;
}
#sidebar-right #sidebar-item__letter .form-group input {
  box-shadow: none;
}
#sidebar-right #sidebar-item__letter .form-group input::-moz-placeholder {
  color: #8493a8;
}
#sidebar-right #sidebar-item__letter .form-group input::placeholder {
  color: #8493a8;
}
#sidebar-right #sidebar-item__letter .form-group.textarea {
  margin-bottom: 10px;
}
#sidebar-right #sidebar-item__letter .form-group.textarea textarea {
  width: 100%;
  height: 200px;
  padding: 16px 18px;
  border: 1px solid #cad3df;
  border-radius: 18px;
  resize: none;
  box-shadow: none;
  font-weight: 300;
}
#sidebar-right #sidebar-item__letter .form-group.textarea textarea::-moz-placeholder {
  color: #8493a8;
}
#sidebar-right #sidebar-item__letter .form-group.textarea textarea::placeholder {
  color: #8493a8;
}

@media screen and (max-width: 1024px) {
  #sidebar-right {
    right: -60px;
    transition: all 0.2s;
    transition-delay: 0.1s;
    z-index: 68;
    top: 145px;
  }
  #sidebar-right.mobile_active {
    right: 0;
  }
  #sidebar-right .sidebar-items {
    top: 0;
    width: 51px;
  }
  #sidebar-right .sidebar-item {
    top: 0;
    right: -250px;
    width: 269px;
    padding: 25px 24px;
  }
  #sidebar-right .sidebar-item.active {
    right: 50px;
  }
  #sidebar-right .sidebar-item .sidebar-item_chat {
    height: 60vh;
  }
  #sidebar-right .sidebar-item .chat-message_box {
    position: absolute;
    bottom: 30px;
    left: 25px;
    width: 198px;
  }
}
#main-slider .main-slide {
  position: relative;
  height: 360px;
}
#main-slider .main-slide.fluid-slide .page__title {
  display: none;
}
#main-slider .main-slide.fluid-slide .bg {
  width: 100%;
}
#main-slider .bg {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  margin-right: -250px;
  background-position: 100% 0%;
  background-size: cover;
}
#main-slider .text {
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 30px;
  width: 37%;
  padding: 30px;
  color: #0061af;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}
#main-slider .text .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 58%;
}
#main-slider .slick-dots {
  position: absolute;
  right: 63%;
  bottom: 118px;
  display: flex !important;
  justify-content: space-around;
  width: 60px;
  margin-right: 16px;
}
#main-slider .slick-dots .slick-active button {
  background-color: #0061af;
}
#main-slider .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: #cbd4e0;
  font-size: 0;
}
#main-slider .slick-arrow {
  right: 63%;
  bottom: 111px;
  transform: scale(0.66);
}
#main-slider .slick-arrow.slick-prev {
  margin-right: 78px;
  transform: scale(-0.66, 0.66);
}
#main-slider .page__title {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  align-items: center;
  width: 21.7%;
  height: 100%;
  max-height: 260px;
  margin: -130px 0 0;
  word-break: break-word;
}

.common-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 50px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0061af;
}
.common-accordion-header .detail-btn {
  width: 30px;
  height: 30px;
  position: relative;
  flex: none;
}
.common-accordion-header .detail-btn .arrow-ico {
  width: 30px;
  height: 30px;
}
.common-accordion-header .detail-btn .arrow-ico svg {
  transform-origin: 50% 50%;
  width: 16px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.common-accordion-header .detail-btn .svg-fill {
  fill: #8493a8 !important;
}
.common-accordion-context {
  display: none;
  padding-top: 15px;
  padding-bottom: 30px;
}
.common-accordion-item {
  border-bottom: 1px solid #cad3df;
  position: relative;
}
.common-accordion-item:last-child {
  border: none;
}
.common-accordion-item.active .common-accordion-context {
  display: block;
}
.common-accordion-item.active .detail-btn .svg-fill {
  fill: #0061af !important;
}
.common-accordion-item.active .arrow-ico svg,
.common-accordion-item.active .arrow-ico img {
  transform: rotate(180deg);
}

.page__main .slick-arrow {
  position: absolute;
  z-index: 10;
  font-size: 0;
  border: 0;
  background-image: url("/img/ui/sprite.png");
  background-position: -69px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .slick-arrow:hover {
  background-image: url("/img/ui/sprite.png");
  background-position: -56px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}
.page__main .page__title .btn {
  min-width: 21.5%;
}
.page__main .default-slider:before, .page__main .default-slider:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -52px;
  z-index: 50;
  width: 50px;
  content: "";
  background-color: #fff;
}
.page__main .default-slider:after {
  right: -52px;
  left: auto;
}
.page__main .default-slider .slick-slide {
  margin: 0 25px;
  outline: none !important;
}
.page__main .default-slider .slick-list {
  padding: 0 !important;
  margin: 0 -25px;
}
.page__main .default-slider .slick-arrow {
  top: 50%;
  left: -32px;
  z-index: 60;
}
.page__main .default-slider .slick-arrow.slick-next {
  right: -32px;
  left: auto;
}
.page__main .info-panel {
  display: none;
  padding: 60px 0 80px;
  font-size: 24px;
  font-weight: 600;
  color: #00a5df;
}
.page__main .info-panel_active {
  display: flex;
}
.page__main .info-panel .content {
  position: relative;
  padding: 40px 40px 40px 60px;
  line-height: 25px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.page__main .info-panel .content::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -10px;
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -95px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-how {
  padding: 60px 0 80px;
  overflow: hidden;
}
.page__main .main-how #how-slider svg {
  display: block;
  height: 40px;
  margin-bottom: 20px;
}
.page__main .main-how #how-slider .how__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: #00a5df;
}
.page__main .main-delivery {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #eceff4;
}
.page__main .main-delivery .loader-wrap {
  background-color: rgba(236, 239, 244, 0.7);
}
.page__main .main-delivery .w-label .select-label {
  color: #000;
  background-color: #eceff4;
}
.page__main .main-countries #countries-slider {
  margin-bottom: 80px;
}
.page__main .main-countries #countries-slider .slick-slide {
  margin: 0 45px;
  outline: none !important;
}
.page__main .main-countries #countries-slider .slick-list {
  padding: 0 !important;
  margin: 0 -45px;
}
.page__main .main-countries #countries-slider .country {
  position: relative;
}
.page__main .main-countries #countries-slider .country__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.page__main .main-countries #countries-slider .country__link:hover + .country__name span {
  color: #0061af;
}
.page__main .main-countries #countries-slider .country__clock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.page__main .main-countries #countries-slider .country .analogClock {
  width: 110px;
  height: 110px;
}
.page__main .main-countries #countries-slider .country__name {
  position: relative;
  padding: 20px 24px 0 0;
  border-top: 1px solid #eceff4;
}
.page__main .main-countries #countries-slider .country__name span {
  font-weight: bold;
  color: #00a5df;
}
.page__main .main-countries #countries-slider .country__name:after {
  position: absolute;
  top: 19px;
  right: 0;
  display: block;
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -128px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-news {
  padding: 60px 0 15px;
}
.page__main .main-news .also .also-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #0061af;
}
.page__main .main-news .also .also-heading a {
  min-width: 21.5%;
}
.page__main .main-news .also .also__slider__wrapper {
  position: relative;
}
.page__main .main-news .also .news__slider__wrapper {
  position: relative;
  z-index: 30;
  width: calc(100% + 10px);
  overflow: hidden;
}
.page__main .main-news .also .news__slider {
  margin: 0 -25px;
}
.page__main .main-news .also .news__slider .news__slider__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 234px;
  margin: 0 25px;
}
.page__main .main-news .also .news__slider .news__slider__item:hover .news-heading {
  color: #0061af;
}
.page__main .main-news .also .news__slider .news__slider__item:focus {
  outline: none;
}
.page__main .main-news .also .news__slider .news-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.page__main .main-news .also .news__slider .news-item__overlay:focus {
  outline: none;
}
.page__main .main-news .also .news__slider .news-heading {
  display: -webkit-box;
  width: 100%;
  min-height: 42px;
  max-height: 42px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  color: #169ce1;
  text-overflow: ellipsis;
  transition: all 0.2s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page__main .main-news .also .news__slider .news-image {
  width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__main .main-news .also .news__slider .news-image img {
  display: block;
  width: 100%;
}
.page__main .main-news .also .news__slider .news-annotation {
  position: relative;
  display: flex;
  display: -webkit-box;
  flex-direction: column;
  min-height: 82px;
  max-height: 82px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.page__main .main-news .also .news__slider .news-annotation p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.57;
  color: #0c2432;
  text-align: left;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.page__main .main-news .also .news__slider .news-bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 19px;
  border-top: 1px solid #eceff4;
  align-self: flex-end;
}
.page__main .main-news .also .news__slider .news-bottomline .news-date {
  color: #8493a8;
}
.page__main .main-news .also .news__slider .news-bottomline i {
  background-image: url("/img/ui/sprite.png");
  background-position: -104px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-news .also .also__slider__arrows {
  position: absolute;
  top: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% + 74px);
  margin-top: -10px;
  margin-left: -32px;
}
.page__main .main-news .also .also__slider__arrows .arrow {
  position: initial;
  cursor: pointer;
  transition: opacity 0.2s;
  transform: rotate(180deg);
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -220px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-news .also .also__slider__arrows .arrow:hover:not(.slick-disabled) {
  background-image: url("/img/ui/sprite.png");
  background-position: -28px -220px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-news .also .also__slider__arrows .arrow_next {
  transform: rotate(0);
}
.page__main .main-news .also .also__slider__arrows .arrow.slick-disabled {
  opacity: 0.2;
}
.page__main .main-subscribe {
  padding: 80px 0;
  background-color: #eceff4;
}
.page__main .main-subscribe .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__main .main-subscribe .page__title {
  padding-right: 30px;
  margin-bottom: 0;
}
.page__main .main-subscribe form {
  position: relative;
  width: 30%;
}
.page__main .main-subscribe form input {
  width: 100%;
  height: 40px;
  padding: 0 70px 0 20px;
  background-color: transparent;
  border: 1px solid #cbd4e0;
  border-radius: 20px;
}
.page__main .main-subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  cursor: pointer;
  background-color: #0061af;
  border: 0;
  border-radius: 0 20px 20px 0;
  transition: 0.2s ease;
}
.page__main .main-subscribe form button:hover {
  background-color: #ff0031;
}
.page__main .main-subscribe form button:before {
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -82px -220px;
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-catalog {
  padding-top: 60px;
}
.page__main .main-catalog .catalog-list {
  display: flex;
  justify-content: space-between;
}
.page__main .main-catalog .catalog-list .catalog-item {
  position: relative;
  width: 21.7%;
  padding: 20px 20px 0;
  font-weight: bold;
  color: #00a5df;
  cursor: pointer;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.page__main .main-catalog .catalog-list .catalog-item svg {
  display: block;
  height: 80px;
  padding-bottom: 21px;
}
.page__main .main-catalog .catalog-list .catalog-item svg path {
  fill: #00a5df;
}
.page__main .main-catalog .catalog-list .catalog-item:hover {
  color: #0061af;
}
.page__main .main-catalog .catalog-list .catalog-item:hover svg path {
  fill: #0061af;
}
.page__main .main-catalog .catalog-list .catalog-item.active {
  z-index: 30;
  color: #ff0031;
}
.page__main .main-catalog .catalog-list .catalog-item.active:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-color: #fff;
}
.page__main .main-catalog .catalog-list .catalog-item.active svg path {
  fill: #ff0031;
}
.page__main .main-catalog .catalog-list .catalog-item.active .catalog-item__title:after {
  transform: rotate(0deg);
  background-image: url("/img/ui/sprite.png");
  background-position: -152px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-catalog .catalog-list .catalog-item__title {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  padding-right: 24px;
  border-top: 1px solid #eceff4;
}
.page__main .main-catalog .catalog-list .catalog-item__title:after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  transform: rotate(90deg);
  background-image: url("/img/ui/sprite.png");
  background-position: -128px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-catalog .shop-list {
  position: relative;
  z-index: 20;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.page__main .main-catalog .shop-list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 60px;
}
.page__main .main-catalog .shop-list-item li {
  width: 21.7%;
  padding: 0 20px;
  margin-right: 4.4%;
  line-height: 1.57;
}
.page__main .main-catalog .shop-list-item li:nth-child(4n) {
  margin-right: 0;
}
.page__main .main-catalog .shop-list-item li a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__main .main-catalog .shop-list-item li a:hover {
  color: #ff0031;
}
.page__main .main-catalog .shop-list .more {
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  color: #0061af;
  text-decoration: underline;
}
.page__main .main-catalog .shop-list .more:hover {
  text-decoration: none;
}
.page__main .main-catalog .shop-list .more:after {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  content: "";
  transform: rotate(-90deg);
  background-image: url("/img/ui/sprite.png");
  background-position: -198px -70px;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__main .main-catalog .shop-list .box {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.page__main .main-catalog .shop-list .box.active {
  max-height: 300px;
  transition: 0.15s ease-in;
}

.delivery_calc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.delivery_calc .loader-wrap {
  position: absolute;
  top: 92px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 51;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.delivery_calc .loader-wrap.active {
  display: flex;
}
.delivery_calc .loader-wrap .loader {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.delivery_calc .loader-wrap .loader:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/img/ui/loader.png) no-repeat 50% 50%;
  background-size: 19px auto;
  border: 2px solid #cad3df;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.2s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.delivery_calc .loader-wrap .loader .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  overflow: hidden;
  transform-origin: 100% 100%;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.delivery_calc .loader-wrap .loader .line:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  content: "";
  border: 2px solid #0061af;
  border-radius: 50%;
}
.delivery_calc__steps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 40%;
  font-weight: bold;
  color: #0061af;
  text-align: center;
}
.delivery_calc__steps li {
  position: relative;
}
.delivery_calc__steps input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  opacity: 0;
}
.delivery_calc__steps .del_ico {
  display: block;
  width: 92px;
  height: 78px;
  margin-bottom: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  transition: 0.2s ease;
}
.delivery_calc__form {
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-wrap: wrap;
}
.delivery_calc__form .btn.btn-ghost {
  margin-left: auto;
  margin-bottom: 30px;
}
.delivery_calc__form .form-group {
  width: 46%;
  min-height: 72px;
}
.delivery_calc__form .select2 {
  margin-bottom: 20px;
}
.delivery_calc__form .btn {
  width: 46% !important;
  background-color: transparent;
  border-color: #0061af;
}
.delivery_calc__form .btn:hover {
  border-color: #ff0031;
}
.delivery_calc .page__title {
  width: 100%;
  margin-bottom: 10px;
}
.delivery_calc .page__subtitle {
  width: 100%;
  margin-bottom: 60px;
  color: #0061af;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .box {
    max-width: 824px;
  }
  .page__title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.31;
  }
  .page__main #main-slider .text {
    top: 60px;
    bottom: 60px;
    width: 50%;
    font-size: 18px;
  }
  .page__main #main-slider .slick-arrow {
    right: 50%;
    bottom: 101px;
  }
  .page__main #main-slider .slick-dots {
    right: 50%;
    bottom: 108px;
  }
  .page__main #main-slider .main-slide {
    height: 302px;
  }
  .page__main #main-slider .main-slide .page__title {
    right: 5%;
    width: 22%;
    max-height: 276px;
    margin-top: -138px;
  }
  .page__main #main-slider .bg {
    right: 30%;
    margin-right: 0;
  }
  .page__main .main-how {
    padding: 40px 0 60px;
  }
  .page__main .main-how #how-slider .how__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page__main .main-delivery {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page__main .main-countries #countries-slider {
    margin-bottom: 60px;
  }
  .page__main .main-countries #countries-slider .country__name span {
    display: block;
  }
  .page__main .main-subscribe {
    padding: 60px 0;
  }
  .page__main .main-news {
    padding-top: 40px;
  }
  .page__main .main-catalog {
    padding-top: 40px;
  }
  .delivery_calc {
    max-width: 824px;
  }
}
@media screen and (max-width: 1024px) {
  .page__main .delivery_calc {
    padding: 0 24px;
  }
  .delivery_calc {
    flex-direction: column;
  }
  .delivery_calc .page__subtitle {
    margin-bottom: 32px;
  }
  .delivery_calc__steps {
    width: 100%;
    padding: 44px 0 24px;
  }
  .delivery_calc__steps .del_ico {
    transform: scale(0.78);
  }
  .delivery_calc__form {
    flex-direction: column;
    width: 100%;
  }
  .delivery_calc__form .form-group {
    width: 100%;
  }
  .delivery_calc__form .form-group:nth-child(2) {
    order: 2;
  }
  .delivery_calc__form .btn {
    order: 3;
    width: 100% !important;
    margin-top: 10px;
  }
  .page__main .box {
    padding: 0 44px;
  }
  .page__main > .box:first-child {
    padding: 0;
  }
  .page__main .page__title {
    align-items: flex-start;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.42;
  }
  .page__main .page__title .btn {
    position: absolute;
    right: 44px;
    bottom: 44px;
    left: 44px;
  }
  .page__main .main-catalog .page__title .btn {
    bottom: 240px;
  }
  .page__main #main-slider .bg {
    right: 0;
    margin-right: 0;
  }
  .page__main #main-slider .page__title {
    display: none;
  }
  .page__main #main-slider .slick-arrow {
    right: auto;
    bottom: 157px;
    left: 44px;
  }
  .page__main #main-slider .slick-arrow.slick-next {
    margin-left: 64px;
  }
  .page__main #main-slider .slick-dots {
    bottom: 164px;
    left: 56px;
    width: 54px;
    margin: 0;
  }
  .page__main #main-slider .text {
    top: 69px;
    right: 24px;
    bottom: 69px;
    left: 24px;
    width: auto;
    padding: 24px 20px;
    font-size: 18px;
    line-height: 1.33;
  }
  .page__main #main-slider .text .btn {
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
  }
  .page__main .info-panel {
    padding-top: 44px;
  }
  .page__main .info-panel .content {
    padding: 20px;
    font-size: 18px;
    text-align: initial;
  }
  .page__main .info-panel .content::before {
    display: none;
  }
  .page__main .main-how {
    position: relative;
    padding: 44px 0 128px;
  }
  .page__main .main-how #how-slider .how__title {
    font-size: 18px;
    line-height: 1.33;
  }
  .page__main .main-news .box {
    padding: 0 24px;
  }
  .page__main .main-countries,
.page__main .main-news {
    position: relative;
    padding: 44px 0 128px;
    margin-bottom: 0;
  }
  .page__main .main-countries .also,
.page__main .main-news .also {
    position: relative;
  }
  .page__main .main-countries .also .also-heading,
.page__main .main-news .also .also-heading {
    padding: 0 25px;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.42;
  }
  .page__main .main-countries .also .also-heading a,
.page__main .main-news .also .also-heading a {
    position: absolute;
    right: 24px;
    bottom: -84px;
    left: 24px;
    min-width: initial;
  }
  .page__main .main-countries .also .news__slider__wrapper,
.page__main .main-news .also .news__slider__wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .page__main .main-countries .also .also__slider__arrows,
.page__main .main-news .also .also__slider__arrows {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .page__main .main-delivery {
    position: relative;
    padding: 44px 0 0;
    margin-bottom: 0;
  }
  .page__main .main-delivery .delivery_calc {
    padding-bottom: 104px;
  }
  .page__main .main-countries #countries-slider {
    margin-bottom: 0;
  }
  .page__main .main-subscribe {
    padding: 44px 0;
  }
  .page__main .main-subscribe .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .page__main .main-subscribe .box .page__title {
    padding-right: 0;
  }
  .page__main .main-subscribe .box form {
    width: 100%;
    margin-top: 24px;
  }
  .page__main .main-catalog {
    padding: 0 0 70px;
  }
  .page__main .main-catalog .page__title {
    margin-bottom: 0;
  }
  .page__main .main-catalog .catalog-list {
    display: block;
    padding: 24px 30px;
    margin: 0 -44px;
    overflow: auto;
    white-space: nowrap;
  }
  .page__main .main-catalog .catalog-list .catalog-item {
    display: inline-block;
    width: 90%;
    margin: 0 12px;
    vertical-align: top;
  }
  .page__main .main-catalog .catalog-list .catalog-item__title {
    white-space: normal;
  }
  .page__main .main-catalog .shop-list {
    margin-top: -20px;
    box-shadow: 0 -4px 4px 0 rgba(202, 211, 223, 0.5);
  }
  .page__main .main-catalog .shop-list .box.active {
    max-height: 1000px;
  }
  .page__main .main-catalog .shop-list-item {
    flex-direction: column;
    padding: 20px 0 0;
    box-shadow: 0;
  }
  .page__main .main-catalog .shop-list-item .more {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
  }
  .page__main .main-catalog .shop-list-item li {
    width: 100%;
    margin-right: 0;
    line-height: 1.57;
  }
}
.page__news {
  padding: 60px 0 80px;
}
.page__news .page__headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.page__news .page__headline .form-group.select {
  display: none;
}
.page__news .page__title {
  margin-bottom: 0;
}
.page__news .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__news .news-list a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__news .news-list a:hover {
  color: #ff0031;
}
.page__news .news-list .news-item {
  position: relative;
  display: block;
  width: calc(50% - 25px);
  margin-bottom: 50px;
  padding: 30px 30px 72px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  transition: all 0.2s;
}
.page__news .news-list .news-item:hover {
  box-shadow: 0 0 16px 0 #cad3df;
}
.page__news .news-list .news-item .news-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page__news .news-list .news-item .news-heading {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  color: #169ce1;
}
.page__news .news-list .news-item .news-image {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page__news .news-list .news-item .news-image img {
  display: block;
  width: 100%;
}
.page__news .news-list .news-item .news-annotation {
  margin-bottom: 20px;
}
.page__news .news-list .news-item .news-annotation p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #0c2432;
  line-height: 1.57;
}
.page__news .news-list .news-item .news-bottomline {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  padding-top: 19px;
  border-top: 1px solid #eceff4;
}
.page__news .news-list .news-item .news-bottomline .news-date {
  color: #8493a8;
}
.page__news .news-list .news-item .news-bottomline i {
  background-image: url("/img/ui/sprite.png");
  background-position: -104px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}

@media screen and (max-width: 1024px) {
  .page__news .news-list .news-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page__news .page__headline {
    flex-direction: column;
    margin-bottom: 44px;
    padding: 0 20px;
  }
  .page__news .page__headline .form-group.select {
    display: flex;
  }
  .page__news .page__title {
    margin-bottom: 44px;
    font-size: 24px;
  }
  .page__news .page__title__right-block {
    flex-direction: column;
    width: 100%;
  }
  .page__news .page__title__right-block .form-group {
    margin-bottom: 24px;
  }
  .page__news .page__title__right-block .form-group .select-label {
    position: absolute;
    left: 16px;
    top: -10px;
    font-size: 10px;
    line-height: 20px;
    background-color: #fff;
    color: #8493a8;
    padding: 0 4px;
    z-index: 40;
  }
  .page__news .page__title__right-block .form-group.select {
    margin-bottom: 0;
  }
  .page__news .page__title__right-block .form-group .select2-container {
    margin-bottom: 0;
  }
  .page__news .news-list .news-item {
    width: 100%;
    padding: 20px 20px 61px;
    margin-bottom: 24px;
  }
  .page__news .news-list .news-item .news-image {
    margin-bottom: 20px;
  }
  .page__news .news-list .news-item .news-bottomline {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .page__news .filters {
    display: none;
  }
}
.page__article {
  padding: 60px 0 80px;
}
.page__article .page__headline .btn-back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  color: #169ce1;
}
.page__article .page__headline .btn-back:before {
  content: "";
  margin-right: 7px;
  background-image: url("/img/ui/sprite.png");
  background-position: -20px -242px;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__article .page__headline .btn-back:hover {
  color: #0061af;
}
.page__article .page__headline .btn-back:hover:before {
  background-image: url("/img/ui/sprite.png");
  background-position: -10px -242px;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__article .article {
  margin-bottom: 80px;
  padding: 30px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.page__article .article h1 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: #169ce1;
}
.page__article .article-annotation {
  border-bottom: 1px solid #eceff4;
}
.page__article .article-annotation__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.page__article .article-annotation__content .article-image {
  width: 66%;
  height: 395px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__article .article-annotation__content .article-image img {
  display: block;
  width: 100%;
}
.page__article .article-annotation__content .article-description {
  width: 52.8%;
}
.page__article .article-annotation__content .article-description p {
  margin-bottom: 20px;
}
.page__article .article-annotation__content .article-title {
  display: flex;
  flex-direction: column;
  width: 34%;
  padding-left: 30px;
}
.page__article .article-annotation__content .article-title h1 {
  margin-bottom: auto;
}
.page__article .article-annotation__content .article-title .article-date {
  font-size: 14px;
  color: #8493a8;
}
.page__article .article-content {
  padding-top: 29px;
}
.page__article .article-content h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__article .article-content h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__article .article-content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__article .article-content h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__article .article-content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__article .article-content h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__article .article-content a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__article .article-content a:hover {
  color: #ff0031;
}
.page__article .article-content p {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  color: #0c2432;
}
.page__article .article-content img, .page__article .article-content video, .page__article .article-content iframe {
  display: flex;
  max-width: 100%;
  margin: 0 auto 30px;
}
.page__article .article-content img {
  height: auto !important;
}
.page__article .article-content ul {
  margin-bottom: 30px;
  padding-left: 12px;
}
.page__article .article-content ul li {
  display: flex;
  align-items: flex-start;
  line-height: 25px;
}
.page__article .article-content ul li:before {
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-right: 26px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #0c2432;
  content: "";
}
.page__article .article-content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.page__article .article-content ol li {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 25px;
}
.page__article .article-content table {
  margin-bottom: 20px;
}
.page__article .article-content table caption {
  padding: 10px 20px;
  margin-bottom: -1px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  border: 1px solid #cad3df;
  color: #0061af;
}
.page__article .article-content table, .page__article .article-content th, .page__article .article-content td {
  border: 1px solid #cad3df;
}
.page__article .article-content th, .page__article .article-content td {
  padding: 10px 20px;
}
.page__article .article-content th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #8493a8;
}
.page__article .article-content .image-plates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__article .article-content .image-plates img {
  margin-bottom: 0;
}
.page__article .article-content .image-plates > div {
  flex: 33.33%;
  padding: 5px;
}
.page__article .article-content__bottomline {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #eceff4;
}
.page__article .article-content__bottomline span {
  font-size: 14px;
  color: #8493a8;
}
.page__article .also .also-heading {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: #0061af;
}
.page__article .also .also__slider__wrapper {
  position: relative;
}
.page__article .also .news__slider__wrapper {
  position: relative;
  z-index: 30;
  width: calc(100% + 10px);
  overflow: hidden;
}
.page__article .also .news__slider {
  margin: 0 -25px;
}
.page__article .also .news__slider .news__slider__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 234px;
  margin: 0 25px;
}
.page__article .also .news__slider .news__slider__item:hover .news-heading {
  color: #0061af;
}
.page__article .also .news__slider .news__slider__item:focus {
  outline: none;
}
.page__article .also .news__slider .news-item__overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page__article .also .news__slider .news-item__overlay:focus {
  outline: none;
}
.page__article .also .news__slider .news-heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  min-height: 42px;
  max-height: 42px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  color: #169ce1;
  transition: all 0.2s;
}
.page__article .also .news__slider .news-image {
  width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__article .also .news__slider .news-image img {
  display: block;
  width: 100%;
}
.page__article .also .news__slider .news-annotation {
  position: relative;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-direction: column;
  min-height: 82px;
  max-height: 82px;
  margin-bottom: 10px;
}
.page__article .also .news__slider .news-annotation p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  color: #0c2432;
  line-height: 1.57;
}
.page__article .also .news__slider .news-bottomline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  padding-top: 19px;
  border-top: 1px solid #eceff4;
}
.page__article .also .news__slider .news-bottomline .news-date {
  color: #8493a8;
}
.page__article .also .news__slider .news-bottomline i {
  background-image: url("/img/ui/sprite.png");
  background-position: -104px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__article .also .also__slider__arrows {
  position: absolute;
  top: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% + 74px);
  margin-top: -10px;
  margin-left: -32px;
}
.page__article .also .also__slider__arrows .arrow {
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -220px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
  transition: opacity 0.2s;
  cursor: pointer;
  transform: rotate(180deg);
}
.page__article .also .also__slider__arrows .arrow:hover:not(.slick-disabled) {
  background-image: url("/img/ui/sprite.png");
  background-position: -28px -220px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__article .also .also__slider__arrows .arrow_next {
  transform: rotate(0);
}
.page__article .also .also__slider__arrows .arrow.slick-disabled {
  opacity: 0.2;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .page__article #main-slider .text {
    top: 60px;
    bottom: 60px;
    width: 50%;
    font-size: 18px;
  }
  .page__article #main-slider .slick-arrow {
    right: 50%;
    bottom: 101px;
  }
  .page__article #main-slider .slick-dots {
    right: 50%;
    bottom: 108px;
  }
  .page__article #main-slider .main-slide {
    height: 302px;
  }
  .page__article #main-slider .main-slide .page__title {
    right: 5%;
    width: 22%;
    max-height: 276px;
    margin-top: -138px;
  }
  .page__article #main-slider .bg {
    right: 30%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page__article #main-slider .bg {
    right: 0;
    margin-right: 0;
  }
  .page__article #main-slider .page__title {
    display: none;
  }
  .page__article #main-slider .slick-arrow {
    right: auto;
    bottom: 157px;
    left: 44px;
  }
  .page__article #main-slider .slick-arrow.slick-next {
    margin-left: 64px;
  }
  .page__article #main-slider .slick-dots {
    bottom: 164px;
    left: 56px;
    width: 54px;
    margin: 0;
  }
  .page__article #main-slider .text {
    top: 69px;
    right: 24px;
    bottom: 69px;
    left: 24px;
    width: auto;
    padding: 24px 20px;
    font-size: 18px;
    line-height: 1.33;
  }
  .page__article #main-slider .text .btn {
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
  }
  .page__article .article {
    padding: 20px;
    margin-bottom: 44px;
  }
  .page__article .article h1 {
    font-size: 18px;
    line-height: 1.33;
  }
  .page__article .article-annotation__content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .page__article .article-annotation__content .article-image {
    width: 100%;
    height: 242px;
    margin-bottom: 20px;
  }
  .page__article .article-annotation__content .article-description {
    width: 100%;
  }
  .page__article .article-annotation__content .article-title {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .page__article .article-annotation__content .article-title h1 {
    margin-bottom: 20px;
  }
  .page__article .article-content video, .page__article .article-content iframe {
    height: auto !important;
  }
  .page__article .article-content .image-plates > div {
    flex: 100%;
  }
  .page__article .article-content__bottomline {
    flex-direction: column;
  }
  .page__article .article-content__bottomline .article-date {
    margin-bottom: 10px;
  }
  .page__article .also .also-heading {
    padding: 0 25px;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.42;
  }
  .page__article .also .news__slider__wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .page__article .also .also__slider__arrows {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.page__tariffs {
  padding: 60px 0 80px;
}
.page__tariffs .page__title {
  width: 710px;
  margin-bottom: 70px;
}
.page__tariffs .side__left {
  width: 26.4%;
  padding-right: 40px;
  border-right: 1px solid #eceff4;
}
.page__tariffs .side__right {
  width: 73.6%;
}
.page__tariffs .content__headline {
  margin-bottom: 40px;
}
.page__tariffs .content__headline .side__left {
  border-right: none;
}
.page__tariffs .content__headline .headline__country {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 160px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.page__tariffs .content__headline .headline__clock {
  width: 100px;
  height: 100px;
}
.page__tariffs .content__headline .headline__wrapper {
  padding-left: 50px;
}
.page__tariffs .content__headline .headline__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: #0061af;
}
.page__tariffs .content__headline .headline__descr {
  font-size: 14px;
  line-height: 1.57;
  color: #0c2432;
}
.page__tariffs .content {
  padding-left: 50px;
  overflow: hidden;
}
.page__tariffs .content .content-view {
  display: none;
}
.page__tariffs .content .content-view--active {
  display: block;
}
.page__tariffs .content h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__tariffs .content h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__tariffs .content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__tariffs .content h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__tariffs .content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__tariffs .content h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__tariffs .content a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__tariffs .content a:hover {
  color: #ff0031;
}
.page__tariffs .content p {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  color: #0c2432;
}
.page__tariffs .content img, .page__tariffs .content video, .page__tariffs .content iframe {
  display: flex;
  max-width: 100%;
  margin: 0 auto 30px;
}
.page__tariffs .content img {
  height: auto !important;
}
.page__tariffs .content ul {
  margin-bottom: 30px;
  padding-left: 12px;
}
.page__tariffs .content ul li {
  display: flex;
  align-items: flex-start;
  line-height: 25px;
}
.page__tariffs .content ul li:before {
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-right: 26px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #0c2432;
  content: "";
}
.page__tariffs .content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.page__tariffs .content ol li {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 25px;
}
.page__tariffs .content .table {
  overflow: auto;
}
.page__tariffs .content table {
  margin-bottom: 20px;
}
.page__tariffs .content table caption {
  padding: 10px 20px;
  margin-bottom: -1px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  border: 1px solid #cad3df;
  color: #0061af;
}
.page__tariffs .content table, .page__tariffs .content th, .page__tariffs .content td {
  border: 1px solid #cad3df;
}
.page__tariffs .content th, .page__tariffs .content td {
  padding: 10px 20px;
}
.page__tariffs .content th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #8493a8;
}
.page__tariffs .content .image-plates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__tariffs .content .image-plates img {
  margin-bottom: 0;
}
.page__tariffs .content .image-plates > div {
  flex: 33.33%;
  padding: 5px;
}
.page__tariffs .accordion-faq {
  padding-top: 32px;
}
.page__tariffs .accordion-faq .accordion-faq__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #0060AF;
}
.page__tariffs .accordion-faq .accordion-faq__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #CBD3E0;
  background-color: #FFFFFF;
  color: #000000;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item::before {
  display: none;
  content: none;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item::after {
  display: none;
  content: none;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item:last-child {
  border-bottom: none;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item__arrow {
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item__arrow svg circle {
  transition: stroke 0.3s ease-in-out;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item__arrow svg path {
  transition: stroke 0.3s ease-in-out;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item__question {
  padding: 16px 38px 16px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item__answer-content {
  padding-right: 38px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item--active .faq-item__arrow {
  transform: rotate(180deg);
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item--active .faq-item__arrow svg circle {
  stroke: #3E9CE0;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item--active .faq-item__arrow svg path {
  stroke: #3E9CE0;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item--active .faq-item__question {
  color: #3E9CE0;
}
.page__tariffs .accordion-faq .accordion-faq__list .faq-item--active .faq-item__answer {
  max-height: 200px;
}

@media screen and (max-width: 1024px) {
  .page__tariffs .side__left {
    padding-right: 30px;
  }
  .page__tariffs .content, .page__tariffs .content__headline .headline__wrapper {
    padding-left: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .page__tariffs .box {
    padding: 0;
  }
  .page__tariffs .filters {
    display: none;
  }
  .page__tariffs .page__headline {
    display: flex;
    flex-direction: column;
    margin-bottom: 44px;
    padding: 0 20px;
  }
  .page__tariffs .page__title {
    width: 100%;
    margin-bottom: 44px;
    font-size: 24px;
  }
  .page__tariffs .mobile-filters {
    position: relative;
  }
  .page__tariffs .mobile-filters .select2-container {
    margin-bottom: 0;
  }
  .page__tariffs .mobile-filters .select-label {
    position: absolute;
    left: 16px;
    top: -10px;
    font-size: 10px;
    line-height: 20px;
    background-color: #fff;
    color: #8493a8;
    padding: 0 4px;
    z-index: 40;
  }
  .page__tariffs .mobile-filters.categories {
    padding: 0 20px;
    margin-bottom: 44px;
  }
  .page__tariffs .side {
    flex-direction: column;
  }
  .page__tariffs .content {
    padding: 0 20px;
  }
  .page__tariffs .content video, .page__tariffs .content iframe {
    height: auto !important;
  }
  .page__tariffs .content ul li:before {
    margin-right: 15px;
  }
  .page__tariffs .side__left, .page__tariffs .side__right {
    width: 100%;
  }
  .page__tariffs .content__headline {
    position: relative;
    padding: 0 20px 44px;
    margin-bottom: 43px;
  }
  .page__tariffs .content__headline:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 44px;
    right: 44px;
    background-color: #cad3df;
    height: 1px;
  }
  .page__tariffs .content__headline .side__left {
    padding: 0;
  }
  .page__tariffs .content__headline .headline__country {
    width: 100%;
    margin-bottom: 24px;
  }
  .page__tariffs .content__headline .headline__wrapper {
    padding: 0;
  }
}
.page__faq {
  padding: 60px 0 80px;
}
.page__faq .page__headline {
  margin-bottom: 42px;
}
.page__faq .page__title {
  margin-bottom: 0;
}
.page__faq .page__title__right-block {
  margin-left: auto;
  width: 61%;
}
.page__faq .content {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
}
.page__faq .content .answers {
  padding-left: 50px;
}
.page__faq .content .answer-list > li {
  border-radius: 24px;
  background: var(--blue-light, #F3F8FE);
  margin-bottom: 24px;
}
.page__faq .content .answer-list > li:last-child {
  border: 0;
}
.page__faq .content .answer-list > li:hover .question {
  color: #0061af;
}
.page__faq .content .answer-list > li:hover .question:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -176px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__faq .content .answer-list > li.active .question {
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list > li.active .question:after {
  transform: rotate(180deg);
  background-image: url("/img/ui/sprite.png");
  background-position: -216px 0px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__faq .content .answer-list > li.active .answer {
  max-height: initial;
}
.page__faq .content .answer-list .question {
  position: relative;
  color: var(--blue, #0860C7);
  font-size: 20px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: 0.4s ease;
  padding: 24px;
}
.page__faq .content .answer-list .answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  background: #fff;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.16);
  padding: 23px 28px;
}
.page__faq .content .answer-list .answer h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list .answer h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list .answer h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list .answer h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list .answer h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list .answer h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__faq .content .answer-list .answer a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__faq .content .answer-list .answer a:hover {
  color: #ff0031;
}
.page__faq .content .answer-list .answer p {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}
.page__faq .content .answer-list .answer img, .page__faq .content .answer-list .answer video, .page__faq .content .answer-list .answer iframe {
  display: flex;
  max-width: 100%;
  margin: 0 auto 30px;
}
.page__faq .content .answer-list .answer img {
  height: auto !important;
}
.page__faq .content .answer-list .answer ul {
  margin-bottom: 30px;
  padding-left: 12px;
}
.page__faq .content .answer-list .answer ul li {
  display: flex;
  align-items: flex-start;
  line-height: 25px;
}
.page__faq .content .answer-list .answer ul li:before {
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-right: 26px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #0c2432;
  content: "";
}
.page__faq .content .answer-list .answer ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.page__faq .content .answer-list .answer ol li {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 25px;
}
.page__faq .content .answer-list .answer .table {
  overflow: auto;
}
.page__faq .content .answer-list .answer table {
  margin-bottom: 20px;
}
.page__faq .content .answer-list .answer table caption {
  padding: 10px 20px;
  margin-bottom: -1px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  border: 1px solid #cad3df;
  color: #0061af;
}
.page__faq .content .answer-list .answer table, .page__faq .content .answer-list .answer th, .page__faq .content .answer-list .answer td {
  border: 1px solid #cad3df;
}
.page__faq .content .answer-list .answer th, .page__faq .content .answer-list .answer td {
  padding: 10px 20px;
}
.page__faq .content .answer-list .answer th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #8493a8;
}
.page__faq .content .answer-list .answer .image-plates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__faq .content .answer-list .answer .image-plates img {
  margin-bottom: 0;
}
.page__faq .content .answer-list .answer .image-plates > div {
  flex: 33.33%;
  padding: 5px;
}
.page__faq .content .answer-list .answer p:last-child {
  padding-bottom: 19px;
}

@media screen and (max-width: 1024px) {
  .page__faq .content .answers {
    padding-left: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .cat-select_wrapper {
    position: relative;
  }
  .page__faq .box {
    padding: 0 44px;
  }
  .page__faq .page__headline {
    margin-bottom: 22px;
  }
  .page__faq .page__headline .page__title {
    font-size: 24px;
    margin-bottom: 44px;
    align-items: flex-start;
  }
  .page__faq .page__headline .side {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .page__faq .page__headline .side__left, .page__faq .page__headline .side__right {
    width: 100%;
  }
  .page__faq .page__headline .form-group.select .select-label {
    position: absolute;
    left: 16px;
    top: -10px;
    font-size: 10px;
    line-height: 20px;
    background-color: #fff;
    color: #8493a8;
    padding: 0 4px;
    z-index: 40;
  }
  .page__faq .page__headline .form-group.select .select2-container {
    margin-bottom: 0;
  }
  .page__faq .page__title__right-block {
    width: 100%;
    margin-bottom: 24px;
    margin-left: initial;
  }
  .page__faq .content {
    flex-direction: column;
    margin: 0;
  }
  .page__faq .content:after {
    display: none;
  }
  .page__faq .content .side__left {
    display: none;
  }
  .page__faq .content .side__right {
    width: 100%;
  }
  .page__faq .content .answers {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .page__faq .content .answer-list {
    margin-bottom: 0;
  }
  .page__faq .content .answer-list li:last-child {
    border: 0;
  }
  .page__faq .content .answer-list .question {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .page__faq .content .answer-list .answer video, .page__faq .content .answer-list .answer iframe {
    height: auto !important;
  }
  .page__faq .content .answer-list .answer p:last-child {
    padding-bottom: 22px;
  }
  .page__faq .pagination {
    padding-top: 0;
  }
}
.track {
  padding: 56px 0 20px;
}
.track__top {
  color: #0061af;
  padding-bottom: 60px;
  margin-bottom: 56px;
  border-bottom: 1px solid #cbd4e0;
}
.track .page__title {
  margin-bottom: 12px;
}
.track .page__title__right-block {
  justify-content: flex-end;
}
.track .page__title__right-block a {
  position: relative;
  text-decoration: underline;
  color: #00a5df;
  font-weight: 400;
  margin-left: 64px;
  padding-left: 30px;
}
.track .page__title__right-block a:hover {
  text-decoration: none;
}
.track .page__title__right-block a:first-child {
  margin-left: 0;
}
.track .page__title__right-block a:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
}
.track .page__title__right-block .print:before {
  margin-top: -2px;
  background-image: url("/img/ui/sprite.png");
  background-position: -84px -200px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.track .page__title__right-block .send:before {
  background-image: url("/img/ui/sprite.png");
  background-position: -163px -114px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.track__form {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.track__form .btn {
  width: 25%;
  width: calc(25% - 37px);
}
.track__form .form-group {
  width: 75%;
}
.track__result .page__title {
  margin-bottom: 64px;
}
.track__result__not-found {
  display: block;
  width: 100%;
  margin: -54px 0 60px;
  font-weight: normal;
}
.track__result__summary {
  display: table;
  border: 1px solid #cad3df;
  margin-bottom: 60px;
}
.track__result__summary .tr {
  display: table-row;
}
.track__result__summary .tr:first-child .td {
  padding-top: 40px;
}
.track__result__summary .tr:first-child .td:before {
  display: none;
}
.track__result__summary .tr:last-child .td {
  padding-bottom: 40px;
}
.track__result__summary .td {
  position: relative;
  display: table-cell;
  padding: 20px 40px;
}
.track__result__summary .td:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background-color: #cad3df;
}
.track__result__summary .td:first-child {
  width: 25%;
  background-color: #eceff4;
  color: #0061af;
  font-weight: bold;
}
.track__result__summary .td:first-child:before {
  background-color: #fff;
}
.track__result__status {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
.track__result__status li {
  position: relative;
  padding-right: 50px;
  width: 17.6%;
  color: #cad3df;
  overflow: hidden;
}
.track__result__status li:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cad3df;
}
.track__result__status li:after {
  content: "";
  position: absolute;
  top: 76px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cad3df;
}
.track__result__status li:last-child {
  width: 12%;
  padding-right: 0;
}
.track__result__status li:last-child:before {
  display: none;
}
.track__result__status li.current {
  color: #0c2432;
}
.track__result__status li.current:after {
  background-color: #ff0031;
}
.track__result__status li.current .st0 {
  fill: #ff0031;
}
.track__result__status li.current .date {
  color: #ff0031;
}
.track__result__status li.done {
  color: #0c2432;
}
.track__result__status li.done:before, .track__result__status li.done:after {
  background-color: #00a5df;
}
.track__result__status li.done .st0 {
  fill: #00a5df;
}
.track__result__status li.done .date {
  color: #00a5df;
}
.track__result__status .icon {
  height: 60px;
  margin-bottom: 36px;
}
.track__result__status .icon svg {
  display: block;
  height: 100%;
}
.track__result__status .st0 {
  fill: #cad3df;
}
.track__result__status .date {
  font-weight: bold;
  margin-bottom: 4px;
}
.track__result__table {
  display: table;
  border: 1px solid #cad3df;
  margin-bottom: 60px;
  width: 100%;
}
.track__result__table .tr {
  display: table-row;
}
.track__result__table .tr:last-child .td:after {
  display: none;
}
.track__result__table .td, .track__result__table .th {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 26px;
  position: relative;
  height: 60px;
}
.track__result__table .td:after, .track__result__table .th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cbd4e0;
}
.track__result__table .td:first-child, .track__result__table .th:first-child {
  padding-left: 50px;
}
.track__result__table .td:first-child:after, .track__result__table .th:first-child:after {
  left: 50px;
}
.track__result__table .td:last-child, .track__result__table .th:last-child {
  width: 32%;
  padding-right: 50px;
}
.track__result__table .td:last-child:after, .track__result__table .th:last-child:after {
  right: 50px;
}
.track__result__table .th {
  font-weight: bold;
  background-color: #0061af;
  color: #fff;
  border-left: 1px solid #fff;
  text-transform: capitalize;
}
.track__result__table .th:after {
  display: none;
}
.track__result__table .th:first-child {
  border-left: 0;
}
.track__blocks {
  font-size: 0;
}
.track__blocks li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 38px);
  margin: 0 50px 38px 0;
}
.track__blocks li:nth-child(4n) {
  margin-right: 0;
}
.track__blocks a, .track__blocks img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .track {
    padding: 20px 0 48px;
  }
  .track__top {
    display: flex;
    flex-direction: column;
    padding-bottom: 44px;
    margin-bottom: 44px;
  }
  .track__top .page__title {
    order: -2;
    margin-bottom: 20px;
  }
  .track__form {
    padding-top: 0;
    margin-bottom: 44px;
    order: -1;
    flex-direction: column;
  }
  .track__form .form-group {
    width: 100%;
    margin-bottom: 24px;
  }
  .track__form .btn {
    width: 100%;
  }
  .track__result .page__title__right-block {
    padding-top: 16px;
    flex-direction: column;
  }
  .track__result .page__title__right-block a {
    width: 100%;
    margin: 0 0 16px;
  }
  .track__result .page__title__right-block a:before {
    top: 6px;
  }
  .track__result__summary {
    display: block;
    margin: 0 -24px 24px;
    padding: 44px 24px 8px;
    border: 0;
    background-color: #eceff4;
  }
  .track__result__summary .tr {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbd4e0;
    margin-bottom: 18px;
  }
  .track__result__summary .tr:last-child {
    border-bottom: 0;
  }
  .track__result__summary .td {
    display: block;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .track__result__summary .td:before {
    display: none;
  }
  .track__result__summary .td:first-child {
    width: 100%;
    margin-bottom: 12px;
  }
  .track__result__status {
    width: 434%;
    margin: 0 0 60px -206%;
  }
  .track__result__status li {
    overflow: visible;
    width: 16.66% !important;
    padding: 12px 24px;
    border: 1px solid #cbd4e0;
    margin-left: 26px;
  }
  .track__result__status li:first-child {
    margin-left: 0;
  }
  .track__result__status li .icon {
    height: 86px;
    padding: 0 0 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbd4e0;
  }
  .track__result__status li:before {
    bottom: -25px;
    top: auto;
    width: 120%;
  }
  .track__result__status li:after {
    bottom: -29px;
    top: auto;
  }
  .track__result__table {
    display: none;
  }
  .track__blocks li {
    width: 100%;
  }
  .track .btn {
    display: block;
    line-height: 40px;
    text-align: center;
  }
}
.page__catalog {
  padding: 60px 0 80px;
}
.page__catalog .catalog-info-block {
  padding: 0 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .page__catalog .catalog-info-block {
    padding: 0;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
}
.page__catalog .page__title__right-block {
  justify-content: space-between;
  width: 100%;
}
.page__catalog .page__title__right-block .form-group.select {
  position: relative;
  min-width: 234px;
  margin-right: 15px;
}
.page__catalog .page__title__right-block .form-group.select .select2-container {
  margin-bottom: 0;
}
.page__catalog .page__title__right-block .form-group.select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #8593a8;
}
.page__catalog .page__title__right-block .form-group.search {
  margin-left: 15px;
  margin-right: 15px;
}
.page__catalog .content {
  display: flex;
  flex-wrap: wrap;
}
.page__catalog .categories-list__item {
  border-top: 1px solid #eceff4;
  overflow: hidden;
}
.page__catalog .categories-list__item:first-child {
  border-top: 0;
}
.page__catalog .categories-list__item.active > a {
  opacity: 1;
}
.page__catalog .categories-list__item.active > a::after {
  transform: rotate(180deg);
}
.page__catalog .categories-list__item.active .categories-list__sub-list {
  max-height: 500px;
}
.page__catalog .categories-list__item_has-dropdown > a::after {
  display: inline-flex;
  content: "";
  background-image: url("/img/ui/sprite.png");
  background-position: -198px -70px;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__catalog .categories-list__item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  font-weight: bold;
  color: #0061af;
  opacity: 0.5;
  transition: 0.2s ease;
}
.page__catalog .categories-list__item > a:hover {
  opacity: 1;
}
.page__catalog .categories-list__sub-list {
  padding-left: 20px;
  max-height: 0;
  transition: height 0.2s;
  overflow: hidden;
}
.page__catalog .categories-list__sub-item {
  font-weight: 400;
  line-height: 25px;
}
.page__catalog .categories-list__sub-item:last-child {
  margin-bottom: 20px;
}
.page__catalog .categories-list__sub-item.active a {
  position: relative;
  opacity: 1;
}
.page__catalog .categories-list__sub-item.active a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0061af;
}
.page__catalog .categories-list__sub-item a {
  opacity: 0.5;
  color: #0061af;
  transition: color 0.2s;
}
.page__catalog .categories-list__sub-item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.page__catalog .shops {
  padding-left: 50px;
  margin-bottom: 50px;
  border-left: 1px solid #eceff4;
}
.page__catalog .shops a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__catalog .shops a:hover {
  color: #ff0031;
}
.page__catalog .shop-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  transition: 0.2s ease;
}
.page__catalog .shop-item.not-found {
  padding-bottom: 70px;
  pointer-events: none;
}
.page__catalog .shop-item.not-found .shop-item_photo {
  position: relative;
  background-color: #eceff4;
}
.page__catalog .shop-item.not-found .shop-item_heading {
  color: #e60033;
}
.page__catalog .shop-item.not-found span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 100%;
  font-size: 120px;
  color: #fff;
  text-align: center;
  transform: rotate(90deg);
}
.page__catalog .shop-item:hover {
  box-shadow: 0 0 8px 0 rgba(0, 97, 175, 0.5);
}
.page__catalog .shop-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.page__catalog .shop-item_photo {
  width: 33.4%;
  min-width: 33.4%;
}
.page__catalog .shop-item_photo img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.page__catalog .shop-item .countries-list {
  width: 100%;
  margin-top: 20px;
}
.page__catalog .shop-item_content {
  width: 66.6%;
  padding-left: 30px;
  line-height: 1.57;
}
.page__catalog .shop-item_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  color: #00a5df;
}
.page__catalog .shop-item__link-ico {
  display: block;
  min-width: 22px;
  background-image: url("/img/ui/sprite.png");
  background-position: -128px -174px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__catalog .shop-item_discount {
  color: #e60033;
}
.page__catalog .shop-item_desc {
  display: -webkit-box;
  max-height: 60px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* number of lines to show */
}
.page__catalog .shop-item_desc:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 1.2em;
  text-align: right;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
}
.page__catalog .pagination-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page__catalog .pagination {
  width: 100%;
}
.page__catalog .btn {
  width: 266px;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .page__catalog {
    padding: 114px 0 44px;
  }
  .page__catalog .shops {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
    border-left: 0;
  }
  .page__catalog .page__title {
    margin-bottom: 44px;
  }
  .page__catalog .page__title__right-block {
    flex-direction: column;
    justify-content: initial;
    width: 100%;
    padding-bottom: 20px;
  }
  .page__catalog .page__title__right-block .form-group {
    width: 100%;
    margin-bottom: 17px;
  }
  .page__catalog .page__title__right-block .form-group.search {
    margin: 0 0 17px;
  }
  .page__catalog .page__title__right-block .select2-container {
    margin-bottom: 0;
  }
  .page__catalog .shop-item {
    position: relative;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 24px;
  }
  .page__catalog .shop-item_photo {
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page__catalog .shop-item_content {
    width: 100%;
    padding-left: 0;
  }
  .page__catalog .shop-item_heading {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.33;
  }
  .page__catalog .shop-item_desc {
    margin-bottom: 10px;
  }
  .page__catalog .shop-item .countries-list li {
    margin: 0 10px 10px 0;
  }
  .page__catalog .cat-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    top: 24px;
    display: flex;
    content: " ";
    border: 0;
    border-radius: 0;
    background-image: url("/img/ui/sprite.png");
    background-position: -181px -114px;
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
    background-size: 260px 257px;
    background-image: url("/img/ui/sprite@2x.png");
  }
}
.page__services {
  padding: 180px 0 9px;
}
.page__services .services-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__services .services-top .form-group.select {
  max-width: 25%;
  width: 234px;
}
.page__services .services-top .form-group.select .select2-container {
  margin-bottom: 0;
}
.page__services .services-top .title-caption {
  width: 75%;
  margin-bottom: 60px;
  color: #0061af;
}
.page__services .services-top .page__title {
  margin-bottom: 10px;
}
.page__services .page__title .btn {
  min-width: 21.5%;
}
.page__services .services {
  margin-bottom: 69px;
}
.page__services .services a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__services .services a:hover {
  color: #ff0031;
}
.page__services .service-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  padding: 30px;
  margin-bottom: 30px;
}
.page__services .service-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.page__services .countries-list {
  width: 100%;
  margin-top: 10px;
}
.page__services .countries-list li {
  margin-top: 10px;
}
.page__services .service-item_photo {
  width: 48%;
}
.page__services .service-item_photo img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.page__services .service-item_content {
  padding-left: 30px;
  width: 52%;
}
.page__services .service-item_content.active .service-item_desc {
  max-height: 950px;
  transition: 0.3s ease-in;
}
.page__services .service-item_content .service-item_info {
  margin-bottom: 18px;
}
.page__services .service-item_content p {
  display: -webkit-box;
  margin-bottom: 32px;
  overflow: hidden;
}
.page__services .service-item_content .table {
  overflow: auto;
}
.page__services .service-item_content table {
  margin-bottom: 20px;
}
.page__services .service-item_content table caption {
  padding: 10px 20px;
  margin-bottom: -1px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  border: 1px solid #cad3df;
  color: #0061af;
}
.page__services .service-item_content table, .page__services .service-item_content th, .page__services .service-item_content td {
  border: 1px solid #cad3df;
}
.page__services .service-item_content video, .page__services .service-item_content iframe {
  max-width: 100%;
}
.page__services .service-item_content h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__services .service-item_content h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__services .service-item_content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__services .service-item_content h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__services .service-item_content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__services .service-item_content h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__services .service-item_content th, .page__services .service-item_content td {
  padding: 10px 20px;
}
.page__services .service-item_content .image-plates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__services .service-item_content .image-plates img {
  margin-bottom: 0;
}
.page__services .service-item_content .image-plates > div {
  flex: 33.33%;
  padding: 5px;
}
.page__services .service-item_content th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #8493a8;
}
.page__services .service-item_content .service-item_discount {
  margin-bottom: 16px;
  font-weight: 500;
  color: #e60033;
}
.page__services .service-item_content .service-item_desc {
  max-height: 150px;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.page__services .service-item_content .service-item_desc .post__photo,
.page__services .service-item_content .service-item_desc img, .page__services .service-item_content .service-item_desc iframe, .page__services .service-item_content .service-item_desc video {
  max-width: 100%;
}
.page__services .service-item_content .more {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: bold;
  text-decoration: underline;
  color: #0061af;
  padding-right: 24px;
  width: auto;
}
.page__services .service-item_content .more:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url("/img/ui/sprite.png");
  background-position: -198px -70px;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__services .service-item_content .more:hover {
  color: #ff0031;
}
.page__services .service-item_content .more:hover:after {
  background-image: url("/img/ui/sprite.png");
  background-position: -103px -200px;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__services .service-item_content.active .more:after {
  transform: rotate(180deg);
}
.page__services .service-item_content .service-item_heading {
  display: flex;
  margin: -6px 0 10px;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: #00a5df;
  align-items: center;
  justify-content: space-between;
}
.page__services .service-item_content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.page__services .service-item_content ol li {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 25px;
}
.page__services .service-item_content ul {
  margin-bottom: 30px;
  padding-left: 30px;
}
.page__services .service-item_content ul li {
  display: flex;
  align-items: center;
}
.page__services .service-item_content ul li:before {
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #0c2432;
  content: "";
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .page__services .services-top .title-caption {
    width: 68%;
  }
}
@media screen and (max-width: 1024px) {
  .page__services {
    padding: 115px 0 0;
  }
  .page__services .page__title {
    font-size: 24px;
    line-height: 1.42;
    flex-wrap: wrap;
    margin-bottom: 44px;
    padding: 0 20px;
  }
  .page__services .page__title .btn {
    width: 100%;
    margin-top: 24px;
  }
  .page__services .services-top {
    flex-direction: column;
  }
  .page__services .services-top .title-caption {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 44px;
  }
  .page__services .services-top .form-group.select {
    display: block;
    order: 3;
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 20px 44px;
  }
  .page__services .services {
    margin-bottom: 44px;
  }
  .page__services .services .service-item {
    position: relative;
    flex-direction: column;
    padding: 20px 20px 24px;
  }
  .page__services .services .service-item .go {
    display: none;
  }
  .page__services .services .countries-list li {
    margin-right: 10px;
    margin-left: 0;
  }
  .page__services .service-item_photo {
    width: 100%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page__services .service-item_heading {
    font-size: 18px;
    line-height: 1.33;
  }
  .page__services .serivce-item_discount {
    margin-bottom: 10px;
  }
  .page__services .service-item_content {
    width: 100%;
    padding: 0;
  }
  .page__services .service-item_content video, .page__services .service-item_content iframe {
    height: auto !important;
  }
}
.page__foreign-addresses {
  padding: 60px 0 80px;
}
.page__foreign-addresses .page__title {
  margin-right: 200px;
}
.page__foreign-addresses .addresses-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__foreign-addresses .addresses-list .address-item {
  width: calc(50% - 25px);
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.page__foreign-addresses .addresses-list .address-item .address-image {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__foreign-addresses .addresses-list .address-item .address-image img {
  display: block;
  width: 100%;
}
.page__foreign-addresses .addresses-list .address-item .address-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.page__foreign-addresses .addresses-list .address-item .address-headline .country-name {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: #169ce1;
}
.page__foreign-addresses .addresses-list .address-item .address-headline .country-flag {
  width: 46px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__foreign-addresses .addresses-list .address-item .address-info .addresses-list {
  width: 100%;
}
.page__foreign-addresses .addresses-list .address-item .address-info .addresses-list li {
  display: flex;
  width: 100%;
  line-height: 25px;
}
.page__foreign-addresses .addresses-list .address-item .address-info .addresses-list span {
  width: 40%;
  margin-right: 30px;
  color: #8493a8;
  border-right: 1px solid #eceff4;
}
.page__foreign-addresses .addresses-list .address-item .address-info .addresses-list p {
  width: 60%;
}
.page__foreign-addresses .addresses-list .address-item .address-info .info-labels {
  width: 34%;
  margin-right: 20px;
  line-height: 25px;
  color: #8493a8;
}
.page__foreign-addresses .addresses-list .address-item .address-info .info-data {
  padding-left: 30px;
  padding-bottom: 20px;
  line-height: 25px;
  border-left: 1px solid #eceff4;
}
.page__foreign-addresses .addresses-list .address-item .address-info .address-info__text {
  font-size: 14px;
  line-height: 1.57;
}
.page__foreign-addresses .addresses-list .address-item .address-info .address-info__text a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__foreign-addresses .addresses-list .address-item .address-info .address-info__text a:hover {
  color: #ff0031;
}

@media screen and (max-width: 1024px) {
  .page__foreign-addresses .addresses-list .address-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page__foreign-addresses {
    padding-top: 116px;
  }
  .page__foreign-addresses .page__title {
    margin-bottom: 44px;
    margin-right: 0;
    padding: 0 20px;
    font-size: 24px;
  }
  .page__foreign-addresses .addresses-list .address-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 24px;
  }
  .page__foreign-addresses .addresses-list .address-item .address-headline .country-name {
    font-size: 18px;
    line-height: 1.33;
  }
  .page__foreign-addresses .addresses-list .address-item .address-headline .country-flag {
    width: 36px;
    height: 24px;
  }
  .page__foreign-addresses .addresses-list .address-item .address-info .addresses-list li {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .page__foreign-addresses .addresses-list .address-item .address-info .addresses-list span, .page__foreign-addresses .addresses-list .address-item .address-info .addresses-list p {
    width: 100%;
  }
  .page__foreign-addresses .addresses-list .address-item .address-info .addresses-list span {
    margin-right: 0;
    border: 0;
  }
}
.page__error {
  height: 70vh;
  width: 100%;
  padding-top: 60px;
}
.page__error .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
}
.page__error .top .logo {
  background-image: url("/img/ui/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 214px;
  height: 50px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
}
.page__error .error {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  color: #0061af;
  font-size: 14px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  height: 100%;
}
.page__error .error__svg {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
.page__error .error .page__title {
  margin-bottom: 10px;
  line-height: 1.25;
  justify-content: center;
}
.page__error .btn {
  margin: 30px auto 0;
  width: 100%;
  max-width: 266px;
}

@media screen and (max-width: 1024px) {
  .page__error {
    padding-top: 70px;
  }
  .page__error .top {
    height: 70px;
  }
  .page__error .logo {
    transform: scale(0.6);
  }
  .page__error .error {
    max-width: 280px;
    padding: 0;
    line-height: 1.57;
  }
  .page__error .error .page__title {
    font-size: 24px;
    line-height: 1.42;
  }
  .page__error .error .btn {
    margin-top: 44px;
  }
}
header {
  position: relative;
}
header .df__intro-header-inner {
  height: 100px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 100px auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .df__intro-header-inner {
    height: 70px;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  header .df__intro-header-inner img {
    width: 100px;
  }
}

footer {
  padding: 0;
  background: var(--blue, #0860C7);
}
footer .df__intro-footer-inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  height: 130px;
  display: flex;
  align-items: center;
}
footer .df__intro-footer-inner p {
  color: var(--white, #FFF);
  font-size: 13px;
  font-weight: 500;
  line-height: 25px; /* 192.308% */
}
@media screen and (max-width: 1024px) {
  footer .df__intro-footer-inner {
    height: 70px;
    padding: 0 20px;
  }
}

.df__intro-countries {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.df__intro-countries .df__intro-countries-continent:last-child .df__intro-countries-items {
  border-bottom: none;
}
.df__intro-countries .df__section-subtitle {
  color: #303A45;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__intro-countries .df__section-subtitle {
    margin-bottom: 24px;
  }
}
.df__intro-countries-title {
  color: var(--dark-grey, #303A45);
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
  letter-spacing: 0.52px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__intro-countries-title {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.2px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}
.df__intro-countries-continent {
  margin-bottom: 48px;
}
.df__intro-countries-continent-name {
  color: var(--dark-grey, #303A45);
  letter-spacing: 0.68px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .df__intro-countries-continent-name {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.df__intro-countries-items {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  border-bottom: 2px solid #EFF1F4;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__intro-countries-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
    padding-bottom: 12px;
  }
}
.df__intro-countries-country {
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__intro-countries-country {
    margin-bottom: 12px;
  }
}
.df__intro-countries-country-name {
  color: var(--blue, #0860C7);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
}
.df__intro-countries-country-img {
  width: 25px;
  height: 18px;
  margin-right: 12px;
}

.df__container--intro-block {
  background: #EFF1F4;
  padding: 96px 0;
}
@media screen and (max-width: 1359px) {
  .df__container--intro-block {
    padding: 96px 0 96px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .df__container--intro-block {
    padding: 49px 0;
  }
  .df__container--intro-block .df__section-subtitle {
    text-align: center !important;
  }
}
.df__container--intro-block .df__container-inner {
  max-width: 1360px;
}
@media screen and (max-width: 1024px) {
  .df__container--intro-block .df__container-inner {
    max-width: calc(100% - 30px);
  }
}

.df__intro-info-block-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.df__intro-info-block-items {
  display: flex;
  gap: 20px;
  margin-top: 55px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1359px) {
  .df__intro-info-block-items {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .df__intro-info-block-items {
    flex-direction: column;
  }
}
.df__intro-info-block-item {
  min-width: 256px;
  max-width: 256px;
  padding: 20px;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__intro-info-block-item {
    width: 100%;
    max-width: 100%;
  }
}
.df__intro-info-block-item-number {
  position: absolute;
  left: 0;
  top: 0;
  background: #28D3A1;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #fff;
}
.df__intro-info-block-item-img {
  padding: 0 20px;
  height: 152px;
  background: #F3F8FE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 22px;
}
.df__intro-info-block-item-img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__intro-info-block-item-img img {
    width: auto;
  }
}
.df__intro-info-block-item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
}

.page__static {
  padding: 180px 0 56px;
  min-height: calc(100vh - 400px);
}
.page__static h1 {
  font-size: 40px;
  line-height: 1.25;
  color: #0061af;
  font-weight: bold;
  margin-bottom: 50px;
}
.page__static #main-slider {
  margin-bottom: 40px;
}
.page__static .static-content {
  line-height: 1.57;
}
.page__static .static-content img, .page__static .static-content video, .page__static .static-content iframe {
  display: flex;
  max-width: 100%;
  margin: 0 auto 30px;
}
.page__static .static-content img {
  height: auto !important;
}
.page__static .static-content h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content .table {
  overflow: auto;
}
.page__static .static-content-img {
  margin: 0 0 30px;
  max-width: 50%;
}
.page__static .static-content-img img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.page__static .static-content h2, .page__static .static-content h3 {
  color: #00a5df;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.page__static .static-content h3 {
  font-size: 1em;
}
.page__static .static-content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.page__static .static-content ol li {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 25px;
}
.page__static .static-content ul {
  margin-bottom: 30px;
  list-style: none;
}
.page__static .static-content ul li {
  position: relative;
  padding-left: 30px;
}
.page__static .static-content ul li:before {
  content: ".";
  position: absolute;
  top: -4px;
  left: 10px;
}
.page__static .static-content .flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__static .static-content .flex > *:not(div) {
  margin-left: 50px;
  flex: 33.33%;
}
.page__static .static-content .flex > *:not(div):first-child {
  margin-left: 0;
}
.page__static .static-content .flex > div {
  flex: 33.33%;
  padding: 5px;
}
.page__static .static-content .flex > div img {
  width: 100%;
  display: block;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.page__static .static-content .image-plates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__static .static-content .image-plates img {
  margin-bottom: 0;
}
.page__static .static-content .image-plates > div {
  flex: 33.33%;
  padding: 5px;
}
.page__static .static-content p {
  margin-bottom: 24px;
}
.page__static .static-content img {
  display: block;
  margin-bottom: 50px;
  max-width: 100%;
}
.page__static .static-content a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__static .static-content a:hover {
  color: #ff0031;
}
.page__static .static-content .table {
  overflow: auto;
}
.page__static .static-content table {
  margin-bottom: 20px;
}
.page__static .static-content table caption {
  padding: 10px 20px;
  margin-bottom: -1px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  border: 1px solid #cad3df;
  color: #0061af;
}
.page__static .static-content table, .page__static .static-content th, .page__static .static-content td {
  border: 1px solid #cad3df;
}
.page__static .static-content th, .page__static .static-content td {
  padding: 10px 20px;
}
.page__static .static-content th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #8493a8;
}
.page__static .static-content .answer-list li {
  padding: 11px 70px 11px 30px;
  list-style: none;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  margin-bottom: 10px;
}
.page__static .static-content .answer-list li:before {
  display: none;
}
.page__static .static-content .answer-list li p {
  margin-bottom: 0;
}
.page__static .static-content .answer-list li.active .question {
  font-weight: 700;
  color: #169ce1;
}
.page__static .static-content .answer-list li.active .question:before {
  top: 28px;
  border-color: #169ce1;
  transform: rotate(-135deg);
}
.page__static .static-content .answer-list li.active .question:after {
  border-color: #169ce1;
}
.page__static .static-content .answer-list li.active .answer {
  max-height: 999px;
  transition: 0.4s ease-in;
}
.page__static .static-content .answer-list .question {
  position: relative;
  padding: 19px 36px 19px 0;
  color: #0c2432;
  cursor: pointer;
  transition: 0.4s ease;
}
.page__static .static-content .answer-list .question:after {
  position: absolute;
  top: 19px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #0c2432;
  border-radius: 50%;
  content: "";
}
.page__static .static-content .answer-list .question:before {
  position: absolute;
  top: 25px;
  right: 7px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0c2432;
  border-bottom: 1px solid #0c2432;
  content: "";
  transition: 0.2s ease;
  transform: rotate(45deg);
}
.page__static .static-content .answer-list .answer {
  max-height: 0;
  overflow: auto;
  transition: 0.3s ease-out;
}
.page__static .static-content .answer-list .answer p:last-child {
  padding-bottom: 19px;
}

@media screen and (max-width: 1024px) {
  .page__static {
    padding: 115px 0 44px;
  }
  .page__static h1 {
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 44px;
  }
  .page__static .static-content-img {
    max-width: 100%;
  }
  .page__static .static-content .flex {
    display: block;
  }
  .page__static .static-content .flex > * {
    margin-left: 0;
  }
  .page__static .static-content img {
    margin-bottom: 20px;
  }
  .page__static .static-content video, .page__static .static-content iframe {
    height: auto !important;
  }
  .page__static .static-content h2 {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
  .page__static .static-content h3 {
    margin-bottom: 10px;
  }
  .page__static .static-content .answer-list li {
    padding: 0 20px;
  }
  .page__static .static-content .answer-list li .question {
    width: 100%;
  }
}
.page__shop {
  padding: 60px 0 80px;
}
.page__shop .back {
  margin-bottom: 60px;
  color: #00a5df;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  display: block;
}
.page__shop .back:before {
  content: "";
  position: absolute;
  background-image: url("/img/ui/sprite.png");
  background-position: -20px -242px;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
  top: 3px;
  left: 0;
}
.page__shop .back:hover {
  color: #0061af;
}
.page__shop .back:hover:before {
  background-image: url("/img/ui/sprite.png");
  background-position: 0px -220px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: 260px 257px;
  background-image: url("/img/ui/sprite@2x.png");
  transform-origin: 40% 0;
  transform: scale(-0.7, 0.7);
}
.page__shop .shop__title {
  width: 100%;
  color: #00a5df;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 30px;
}
.page__shop .side {
  padding: 30px;
  flex-wrap: wrap;
  box-shadow: 0 0 8px 0 rgba(202, 211, 223, 0.5);
  margin-bottom: 80px;
}
.page__shop .side__left {
  width: 22.7%;
}
.page__shop .side__right {
  width: 77.3%;
}
.page__shop .page__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page__shop .page__title .btn {
  max-width: 22%;
}
.page__shop .shop_photo {
  width: 100%;
  margin-bottom: 30px;
}
.page__shop .shop_photo img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.page__shop .btn {
  border-color: #0061af;
}
.page__shop .btn:hover {
  border-color: #ff0031;
}
.page__shop .countries-list {
  padding-top: 29px;
  border-top: 1px solid #eceff4;
  margin-top: 30px;
  width: 100%;
}
.page__shop .countries-list li {
  margin: 0 16px 8px 0;
}
.page__shop .shop-item_content {
  width: 100%;
  padding-top: 29px;
}
.page__shop .shop-item_content h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__shop .shop-item_content h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__shop .shop-item_content h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__shop .shop-item_content h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__shop .shop-item_content h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__shop .shop-item_content h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #169ce1;
}
.page__shop .shop-item_content a {
  color: #169ce1;
  text-decoration: underline;
  transition: all 0.2s;
}
.page__shop .shop-item_content a:hover {
  color: #ff0031;
}
.page__shop .shop-item_content p {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  color: #0c2432;
}
.page__shop .shop-item_content img, .page__shop .shop-item_content video, .page__shop .shop-item_content iframe {
  display: flex;
  max-width: 100%;
  margin: 0 auto 30px;
}
.page__shop .shop-item_content img {
  height: auto !important;
}
.page__shop .shop-item_content ul {
  margin-bottom: 30px;
  padding-left: 12px;
}
.page__shop .shop-item_content ul li {
  display: flex;
  align-items: flex-start;
  line-height: 25px;
}
.page__shop .shop-item_content ul li:before {
  width: 2px;
  min-width: 2px;
  height: 2px;
  margin-right: 26px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #0c2432;
  content: "";
}
.page__shop .shop-item_content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.page__shop .shop-item_content ol li {
  padding-left: 15px;
  list-style-type: decimal;
  line-height: 25px;
}
.page__shop .shop-item_content table {
  margin-bottom: 20px;
}
.page__shop .shop-item_content table caption {
  padding: 10px 20px;
  margin-bottom: -1px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  border: 1px solid #cad3df;
  color: #0061af;
}
.page__shop .shop-item_content table, .page__shop .shop-item_content th, .page__shop .shop-item_content td {
  border: 1px solid #cad3df;
}
.page__shop .shop-item_content th, .page__shop .shop-item_content td {
  padding: 10px 20px;
}
.page__shop .shop-item_content th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  color: #8493a8;
}
.page__shop .shop-item_content .image-plates {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page__shop .shop-item_content .image-plates img {
  margin-bottom: 0;
}
.page__shop .shop-item_content .image-plates > div {
  flex: 33.33%;
  padding: 5px;
}
.page__shop .delivery_calc__form .form-group:nth-child(2) .help-block {
  padding: 0 40px;
}
.page__shop .select .select2 {
  margin-bottom: 20px;
}
.page__shop .btn {
  width: 100%;
}
.page__shop .accordion-faq {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page__shop .accordion-faq .accordion-faq__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #0060AF;
}
.page__shop .accordion-faq .accordion-faq__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #CBD3E0;
  background-color: #FFFFFF;
  color: #000000;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item::before {
  display: none;
  content: none;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item::after {
  display: none;
  content: none;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item:last-child {
  border-bottom: none;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item__arrow {
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item__arrow svg circle {
  transition: stroke 0.3s ease-in-out;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item__arrow svg path {
  transition: stroke 0.3s ease-in-out;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item__question {
  padding: 16px 38px 16px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item__answer-content {
  padding-right: 38px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item--active .faq-item__arrow {
  transform: rotate(180deg);
}
.page__shop .accordion-faq .accordion-faq__list .faq-item--active .faq-item__arrow svg circle {
  stroke: #3E9CE0;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item--active .faq-item__arrow svg path {
  stroke: #3E9CE0;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item--active .faq-item__question {
  color: #3E9CE0;
}
.page__shop .accordion-faq .accordion-faq__list .faq-item--active .faq-item__answer {
  max-height: 200px;
}

@media screen and (max-width: 1024px) {
  .page__shop {
    padding: 115px 0 44px;
  }
  .page__shop .back {
    margin-bottom: 44px;
  }
  .page__shop .shop__title {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .page__shop .side {
    position: relative;
    padding: 20px 20px 14px;
    flex-direction: column;
    margin-bottom: 44px;
  }
  .page__shop .side__left, .page__shop .side__right {
    width: 100%;
  }
  .page__shop .side__right {
    padding-top: 152px;
  }
  .page__shop .side__left {
    order: 3;
  }
  .page__shop .side__left .shop_photo {
    position: absolute;
    top: 64px;
    left: 20px;
    height: 132px;
    width: auto;
    margin-bottom: 0;
  }
  .page__shop .side__left .shop_photo img {
    width: auto;
    height: 100%;
  }
  .page__shop .side .countries-list {
    padding-top: 23px;
    margin-top: 24px;
    order: 5;
  }
  .page__shop .shop-item_content {
    padding-left: 0;
    overflow: auto;
  }
  .page__shop .shop-item_content video, .page__shop .shop-item_content iframe {
    height: auto !important;
  }
  .page__shop .shop-item_content .shop-item_discount {
    margin-bottom: 10px;
  }
  .page__shop .delivery_calc .page__title {
    font-size: 24px;
    line-height: 1.42;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .page__shop .delivery_calc .page__title .btn {
    display: none;
  }
  .page__shop .delivery_calc__form .btn {
    margin-top: 30px;
  }
  .page__shop .delivery_calc__form .form-group:nth-child(2) .help-block {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1210px) {
  body {
    min-width: 100%;
  }
}

.df__container {
  max-width: 1180px;
  margin: 60px auto;
  overflow: visible;
}
@media screen and (max-width: 1210px) {
  .df__container {
    max-width: 950px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__container {
    width: 100%;
    max-width: 100%;
    margin: 5px auto 60px auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .df__container {
    width: 100%;
    max-width: 840px;
    margin: 5px auto 60px auto;
    padding-right: 0;
  }
}

.df__container-full {
  min-width: 100%;
  background: #EFF1F4;
  max-width: 100%;
}

.df__container-inner {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .df__container-inner {
    max-width: calc(100% - 30px);
  }
}

.df__section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__section-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #303A45;
    text-align: left !important;
    overflow: hidden;
  }
}
.df__section-title.df__section-title--center {
  text-align: center;
}
.df__section-title.df__section-title--small {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 1024px) {
  .df__section-title.df__section-title--small {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}

.df__section-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.df__section-text.df__section-text--center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.df__text-dark {
  color: #303A45;
}

.df__text-dark-light {
  color: #747E89;
}

.df__mb-48 {
  margin-bottom: 48px;
}

.df__flex {
  display: flex;
}

.df__w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hide {
  display: none !important;
}

.df__section-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45 !important;
  max-width: 900px;
}
@media screen and (max-width: 840px) {
  .df__section-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
    text-align: left !important;
  }
}
.df__section-subtitle.df__section-subtitle--full p {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__section-subtitle p {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .df__section-subtitle p {
    width: 100%;
  }
}
.df__section-subtitle.df__section-subtitle--center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.slick-arrow {
  width: 42px;
  height: 42px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before {
  content: url("/img/ui/arrow-prev.svg");
}

.slick-next:before {
  content: url("/img/ui/arrow-next.svg");
}

.g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
  margin-top: 10px;
}

@media screen and (max-width: 840px) {
  .g-recaptcha-left {
    left: 0 !important;
  }
}
.df__text-dark {
  color: #303A45 !important;
}

.no-scroll {
  overflow: hidden;
}

.df__popup--external-calc .df__popup-body {
  width: 650px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .df__popup--external-calc .df__popup-body {
    width: 100%;
  }
}
.df__popup--external-calc iframe {
  width: 512px;
  height: 720px;
}
@media screen and (max-width: 1024px) {
  .df__popup--external-calc iframe {
    width: 100%;
  }
}

.select2-dropdown {
  z-index: 1;
}

.df__cta__shop-catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F3F8FE;
  padding: 48px 40px;
  border-radius: 24px;
}
@media screen and (max-width: 840px) {
  .df__cta__shop-catalog {
    flex-direction: column;
    padding: 24px;
  }
}
.df__cta__shop-catalog-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #303A45;
  max-width: 650px;
}
@media screen and (max-width: 840px) {
  .df__cta__shop-catalog-text {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 840px) {
  .df__cta__shop-catalog .df__btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.select2-container {
  max-width: 450px;
}
@media screen and (max-width: 500px) {
  .select2-container {
    max-width: 400px;
  }
}

.df__custom-dropdown-sidebar {
  max-width: 217px;
}

.df__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.df__popup.df__popup--active {
  display: block;
}
.df__popup-close {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
  z-index: 999999;
}
.df__popup-backdrop {
  content: "";
  background: rgba(20, 20, 55, 0.38);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
}
.df__popup-body {
  position: fixed !important;
  background: #FFFFFF;
  box-shadow: 0 0 22px rgba(33, 67, 99, 0.26);
  border-radius: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 490px;
  padding: 60px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .df__popup-body {
    width: 360px;
    padding: 60px 37px;
  }
}
.df__popup-body-close {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}
.df__popup-body-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E2438;
  margin-top: 31px;
  margin-bottom: 5px;
}
.df__popup-body-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E2438;
}
.df__popup-apps {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__popup-apps {
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 840px) {
  .df__popup-apps-item {
    display: none;
  }
}
.df__popup-apps-item-title {
  display: flex;
  margin-bottom: 20px;
}
.df__popup-apps-item-title svg {
  margin-right: 21px;
}
.df__popup-apps-item-title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 146%;
  color: #0860C7;
}
.df__popup-apps-item-mobile {
  display: none;
  border: 2px solid #0860C7;
  border-radius: 12px;
  height: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .df__popup-apps-item-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.df__popup-apps-item-mobile a {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0860C7;
}
.df__popup-apps-item-mobile a svg {
  margin-left: 14px;
  margin-right: 30px;
}
.df__popup-apps-item-btn {
  background: #fff;
  border: 1px solid #0860C7;
  color: #0860C7;
  border-radius: 40px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  transition: all 0.5s;
}
.df__popup-apps-item-btn.df__popup-apps-item-btn--new {
  background: #0860C7;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__popup-apps-item-btn.df__popup-apps-item-btn--new {
    margin-bottom: 12px;
  }
}
.df__popup-apps-item-btn.df__popup-apps-item-btn--new:hover {
  background: #1578EA;
}
@media screen and (max-width: 840px) {
  .df__popup-apps-item-btn {
    margin-top: 0;
  }
}
.df__popup-apps-item-btn-beta {
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 840px) {
  .df__popup-apps-item-btn-beta {
    margin-top: 24px;
  }
}
.df__popup-apps-item-btn-beta .df__btn-label {
  position: absolute;
  left: 0;
  top: -17px;
  padding: 6px 22px;
  background: #FCE6EB;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #0860C7;
  border-radius: 22px;
}
.df__popup-notify {
  background: #EFF1F4;
  border-radius: 10px;
  margin-bottom: 48px;
  margin-top: 34px;
  padding: 24px;
  text-align: center;
}
.df__popup-notify-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #1E2438;
  margin-bottom: 5px;
}
.df__popup-notify-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #1E2438;
}
.df__popup-loader {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.df__popup-ru-lang-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.df__popup-ru-lang-buttons a:first-child {
  margin-bottom: 25px;
}
.df__popup-ru-lang-buttons a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .df__popup-ru-lang-buttons .df__btn.df__btn--big {
    padding: 16px 25px;
  }
}

.df__popup--login .df__popup-body, .df__popup--register .df__popup-body {
  width: 608px;
}
@media screen and (max-width: 840px) {
  .df__popup--login .df__popup-body, .df__popup--register .df__popup-body {
    width: 360px;
  }
}

.df__popup-apps-item-svg {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .df__popup--login .df__popup-body-title {
    margin-top: 0;
  }
}

.df__popup--register .df__popup-body-title, .df__popup--login .df__popup-body-title {
  margin-top: 0;
}
@media screen and (max-width: 840px) {
  .df__popup--register .df__popup-apps-item-svg, .df__popup--login .df__popup-apps-item-svg {
    display: none;
  }
}

.df__header {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: none !important;
}
@media screen and (max-width: 1024px) {
  .df__header {
    width: 100%;
    margin: 0 auto;
  }
}
.df__header-logo img {
  width: 167px;
}
@media screen and (max-width: 1024px) {
  .df__header-logo img {
    width: 97px;
  }
}
.df__header-top {
  display: flex;
  align-items: center;
  width: 1180px;
  height: 95px;
  margin: 0 auto;
}
@media screen and (max-width: 1210px) {
  .df__header-top {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .df__header-top {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__header-top {
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 0 82px;
  }
}
@media screen and (max-width: 500px) {
  .df__header-top {
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 0 15px;
  }
}
.df__header-top-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__header-top-toggle {
    display: block;
  }
}
.df__header-sidebar-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__header-sidebar-toggle {
    display: block;
    transition: all 0.5s;
  }
  .df__header-sidebar-toggle.active {
    transform: rotateY(180deg);
  }
}
.df__header-actions {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .df__header-actions {
    margin-left: 0;
  }
}
.df__header-search {
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .df__header-search {
    display: none;
  }
}
.df__header-search svg {
  position: absolute;
  top: 14px;
  right: 18px;
  cursor: pointer;
}
.df__header-search .df__input--search {
  height: 54px;
  width: 360px;
}
.df__header .df__header-search-box-sm {
  display: none;
  position: absolute;
  right: 58px;
}
.df__header .df__header-search-box-sm.active {
  display: block;
}
.df__header .df__header-search-box-sm svg {
  position: absolute;
  right: 27px;
  top: 16px;
}
.df__header .df__input--search-sm {
  border: 2px solid #0860C7;
  border-radius: 100px;
  background: #fff;
  margin-right: 11px;
  height: 48px;
  width: 250px;
}
.df__header .df__input--search-icon-sm {
  display: none;
}
.df__header .df__input--search-icon-sm.active {
  display: block;
}
.df__header .df__header-search-sm {
  display: none;
  margin-right: 11px;
}
@media screen and (max-width: 1024px) {
  .df__header .df__header-search-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0860C7;
    border-radius: 100px;
    width: 45px;
    height: 45px;
  }
}
.df__header-links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__header-links {
    display: none;
  }
}
.df__header-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 146%;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.df__header-link-text {
  margin: 0 10px;
}
.df__header-link:last-child {
  margin-right: 0;
}
.df__header-bottom {
  display: flex;
  align-items: center;
  width: 1180px;
  height: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 1210px) {
  .df__header-bottom {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .df__header-bottom {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1024px) {
  .df__header-bottom {
    width: 100%;
  }
}
.df__header-nav-links {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__header-nav-links {
    justify-content: center;
  }
}
.df__header-nav-link {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .df__header-nav-link {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .df__header-nav-link {
    display: none;
  }
}
.df__header-nav-link:last-child {
  margin-right: 0;
  margin-left: auto;
}
.df__header-nav-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: 0.02em;
  color: #303A45;
  display: flex;
  align-items: center;
}
.df__header-nav-link a svg {
  margin-left: 10px;
  transform: rotate(90deg);
}
.df__header-nav-link a svg path {
  fill: #303A45;
}
@media screen and (max-width: 1210px) {
  .df__header-nav-link a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .df__header-nav-link a {
    font-size: 13px;
  }
}
.df__header-nav-link > a {
  border-radius: 40px;
  padding: 0 20px;
}
.df__header-nav-link.df__header-nav-link-btn a {
  background: #28D3A1;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 12px 17px;
  transition: all 0.5s;
}
.df__header-nav-link.df__header-nav-link-btn a:hover {
  background: #66E1BD;
}
@media screen and (max-width: 1210px) {
  .df__header-nav-link.df__header-nav-link-btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .df__header-nav-link.df__header-nav-link-btn a {
    font-size: 13px;
  }
}
.df__header-nav-link:hover .df__header-nav-link-submenu {
  display: block;
}
.df__header-nav-link:hover .df__header-nav-link-submenu.df__header-nav-link-submenu--mega {
  display: grid;
}
.df__header-nav-link:hover > a {
  background: #F3F8FE;
}
.df__header-nav-link:hover > a > svg {
  transform: rotate(-90deg);
}
.df__header-nav-link:after {
  content: "";
  display: block;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  width: 100%;
}
.df__header-nav-link-submenu {
  display: none;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  background: var(--white, #FFF);
  box-shadow: 0 6px 22px 0 rgba(64, 98, 144, 0.16);
  width: 425px;
  padding: 32px 24px;
  top: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.df__header-nav-link-submenu.df__header-nav-link-submenu--mega {
  width: 375px;
  grid-template-columns: 1fr 1fr;
}
.df__header-nav-link-submenu-item-image {
  justify-content: flex-start !important;
}
.df__header-nav-link-submenu-item-image img {
  margin-right: 10px;
}
.df__header-nav-link-submenu-item {
  margin-bottom: 25px;
}
.df__header-nav-link-submenu-item:last-child {
  margin-bottom: 0;
}
.df__header-nav-link-submenu-item > a {
  color: var(--dark-grey, #303A45);
  font-size: 14px;
  font-weight: 600;
  line-height: 146%;
  letter-spacing: 0.36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df__header-nav-link-submenu-item > a svg path {
  fill: #303A45;
}
.df__header-nav-link-submenu-item > a:hover {
  color: var(--blue, #0860C7);
}
.df__header-nav-link-submenu-item > a:hover svg {
  transform: rotate(90deg);
}
.df__header-nav-link-submenu-item > a:hover svg path {
  fill: #28D3A1;
}
.df__header-nav-link-submenu-item:hover .df__header-nav-link-submenu-item-menu {
  display: block;
}
.df__header-nav-link-submenu-item-menu {
  display: none;
  margin-top: 26px;
  padding-left: 20px;
}
.df__header-nav-link-submenu-item-menu > li {
  margin-bottom: 14px;
}
.df__header-nav-link-submenu-item-menu > li:last-child {
  margin-bottom: 0;
}
.df__header-nav-link-submenu-item-menu a {
  color: var(--dark-grey, #303A45);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
}

@media screen and (max-width: 1024px) {
  .df__header-nav-link-btn {
    display: block !important;
    margin: 0 !important;
  }
}
.df__header-nav-link-btn:after {
  content: unset;
}

.df__header-line {
  margin: 0;
  border: 1px solid #EDEFF3;
}

.df__header-nav-link-submenu--mega .df__header-nav-link-submenu-item a {
  font-size: 14px;
  font-weight: 500;
}

.df__input {
  background: #EFF1F4;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #99A4AF;
  border: none;
  padding-left: 25px;
}

.df__form-group {
  position: relative;
}
.df__form-group-label, .df__form-group label {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #99A4AF;
  margin-bottom: 10px;
}
.df__form-group-label span, .df__form-group label span {
  color: #E60033;
}
.df__form-group.has-error input {
  border: 1px solid red;
}
.df__form-group.has-error .help-block-error {
  color: red;
}

.df__country-select {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 23px;
  cursor: pointer;
}
.df__country-select-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.df__country-select-flag {
  width: 30px;
  margin-right: 12px;
}
.df__country-select-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__country-select-caret {
  margin-left: auto;
}
.df__country-select-items {
  position: absolute !important;
  top: 84px;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #EFF1F4;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 10px;
  padding: 19px 24px;
  width: 100%;
  z-index: 10;
  max-height: 500px;
  overflow: auto;
}
.df__country-select-item {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.df__country-select-item img {
  width: 34px;
  margin-right: 14px;
}
.df__country-select-search {
  position: relative;
  margin-bottom: 18px;
}
.df__country-select-search input {
  background: #FFFFFF;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  width: 100%;
  border: 0;
  height: 48px;
  padding-left: 18px;
}
.df__country-select-search svg {
  position: absolute;
  top: 15px;
  right: 15px;
}

.df__number-input {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 23px;
  cursor: pointer;
}
.df__number-input .df__number-input-text {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.df__number-input .df__number-input-text input::-webkit-outer-spin-button,
.df__number-input .df__number-input-text input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.df__number-input .df__number-input-text input[type=number] {
  -moz-appearance: textfield;
}
.df__number-input .df__number-input-text input {
  border: none;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .df__number-input .df__number-input-text input {
    width: 60px;
  }
}

.df__form-group-label.df__form-group-label--flex {
  display: flex;
  align-items: center;
}
.df__form-group-label.df__form-group-label--flex .df__tooltip {
  margin-left: 12px;
}

.df__form-group--text {
  display: flex;
  flex-direction: column;
  margin-right: 26px;
}
.df__form-group--text:last-child {
  margin-right: 0;
}
.df__form-group--text .df__form-group-label, .df__form-group--text label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 10px;
}
.df__form-group--text .df__form-group-input {
  background: #FFFFFF;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  padding-left: 16px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8493A8;
}
.df__form-group--text .df__form-group-textarea {
  background: #FFFFFF;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  padding: 16px;
  height: 194px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8493A8;
}

.df__form-group--dropdown {
  display: flex;
  flex-direction: column;
  margin-right: 26px;
}
.df__form-group--dropdown:last-child {
  margin-right: 0;
}
.df__form-group--dropdown .df__form-group-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 10px;
}
.df__form-group--dropdown .df__form-group-input {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  padding-left: 16px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8493A8;
}
.df__form-group--dropdown .df__form-group-input svg {
  position: absolute;
  right: 16px;
}
.df__form-group--dropdown .df__form-group-input-items {
  position: absolute;
  top: 84px;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #EFF1F4;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 10px;
  padding: 19px 24px;
  width: 100%;
  z-index: 10;
  max-height: 500px;
  overflow: auto;
}
.df__form-group--dropdown .df__form-group-input-item {
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.df__form-group--dropdown .df__form-group-input-item img {
  width: 34px;
  margin-right: 14px;
}
.df__form-group--dropdown .df__form-group-input-search {
  position: relative;
  margin-bottom: 18px;
}
.df__form-group--dropdown .df__form-group-input-search input {
  background: #FFFFFF;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  width: 100%;
  border: 0;
  height: 48px;
  padding-left: 18px;
}
.df__form-group--dropdown .df__form-group-input-search svg {
  position: absolute;
  top: 15px;
  right: 15px;
}
.df__form-group--dropdown .df__form-group--dropdown-error {
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
  border: none;
}

/* The container */
.df__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #303A45;
}

/* Hide the browser's default checkbox */
.df__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.df__checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: none;
  border: 1px solid #99A4AF;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.df__checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.df__checkbox input:checked ~ .df__checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.df__checkbox .df__checkbox-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #0860C7;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.df__select {
  position: relative;
}
.df__select-title {
  width: 100%;
  height: 48px;
  background: rgba(133, 184, 242, 0.1);
  border-radius: 10px;
  justify-content: space-between;
  padding: 0 16px;
}
.df__select-items {
  position: absolute;
  top: 58px;
  z-index: 100;
  width: 100%;
  background: #EFF1F4;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 10px;
  padding: 18px 24px;
  max-height: 300px;
  overflow: auto;
  display: none;
}
.df__select-items.active {
  display: block;
}
.df__select-search {
  position: relative;
  margin-bottom: 18px;
}
.df__select-search input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px;
  border: none;
  height: 48px;
  padding-left: 14px;
}
.df__select-search svg {
  position: absolute;
  right: 18px;
  top: 15px;
}
.df__select-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  cursor: pointer;
}
.df__select-item.active {
  background: #0860C7;
  color: #fff;
}

.df__btn {
  color: #FFFFFF;
  padding: 9px 32px;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  cursor: pointer;
}
.df__btn.df__btn--green {
  background: #28D3A1;
  border-radius: 32px;
  transition: all 0.5s;
}
.df__btn.df__btn--green:hover {
  background: #66E1BD;
}
.df__btn.df__btn--green-outline {
  border: 2px solid #28D3A1;
  color: #28D3A1;
  border-radius: 32px;
  transition: all 0.5s;
}
.df__btn.df__btn--green-outline:hover {
  border: 2px solid #66E1BD;
}
.df__btn.df__btn--blue-outline {
  border: 2px solid #0860C7;
  color: #0860C7;
  border-radius: 32px;
  transition: all 0.5s;
}
.df__btn.df__btn--blue-outline:hover {
  border: 2px solid #1578EA;
}
.df__btn.df__btn--blue {
  background: #0860C7;
  border-radius: 32px;
  transition: all 0.5s;
}
.df__btn.df__btn--blue:hover {
  background: #1578EA;
}
.df__btn.df__btn--big {
  padding: 16px 32px;
}
.df__btn.df__btn--big-2 {
  padding: 16px 64px;
}
.df__btn.df__btn-fs-16 {
  font-size: 16px !important;
}
.df__btn.df__btn--big-3 {
  padding: 16px 0;
  max-width: 278px;
  width: 100% !important;
  text-align: center;
  justify-content: center;
}
.df__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.df__btn.df__btn--flex {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__btn.df__btn--fs16 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.df__home-offers {
  margin-top: 96px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-offers .df__section-title, .df__home-offers .df__section-subtitle {
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .df__home-offers {
    padding: 0 0 0 15px;
    margin-top: 48px;
  }
}

.offers-cards {
  display: flex;
  margin-top: 48px;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .offers-cards {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .offers-cards {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .offers-cards {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.offers-cards .slick-list {
  padding: 0 50px 20px 0 !important;
}
.offers-cards .slick-slide {
  margin-right: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .offers-cards .slick-slide {
    width: 274px !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .offers-cards .slick-slide {
    width: 274px !important;
  }
}
.offers-cards .offers-card {
  width: 100% !important;
  margin-right: 20px !important;
  cursor: pointer;
  border-radius: 24px;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .offers-cards .offers-card {
    min-width: 274px !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .offers-cards .offers-card {
    min-width: 274px !important;
  }
}
@media screen and (max-width: 500px) {
  .offers-cards .offers-card {
    min-width: 80% !important;
    box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  }
  .offers-cards .offers-card .offers-card-btn {
    opacity: 1;
    display: flex;
  }
}
.offers-cards .offers-card:hover {
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
}
.offers-cards .offers-card:hover .offers-card-btn {
  opacity: 1;
  display: flex;
}
.offers-cards .offers-card:last-child {
  margin-right: 0;
}
.offers-cards .offers-card-img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 21px;
  height: 263px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offers-cards .offers-card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0860C7;
  margin-bottom: 12px;
  padding: 0 20px;
}
.offers-cards .offers-card-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 17px;
  padding: 0 20px;
}
.offers-cards .offers-card-description p, .offers-cards .offers-card-description span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #8B8C92;
  padding: 0 20px;
}
.offers-cards .offers-card-btn {
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 38px;
  border: 2px solid #0860C7;
  border-radius: 32px;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: #0860C7;
  margin: 20px 20px 36px 20px;
  transition: all 0.5s;
}
.offers-cards .offers-card-btn:hover {
  border: 2px solid #1578EA;
}
@media screen and (max-width: 840px) {
  .offers-cards .offers-card-btn {
    display: none;
  }
}
.offers-cards .offers-card-sale {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #E60033;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df__home-shops {
  margin-top: 96px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-shops {
    margin-top: 96px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-shops {
    margin-top: 48px;
    padding: 0 15px;
  }
}
.df__home-shops-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-shops-header {
    flex-direction: column;
  }
  .df__home-shops-header .df__section-title, .df__home-shops-header .df__section-subtitle {
    text-align: left !important;
  }
}
.df__home-shops-header-info {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .df__home-shops-header-info {
    width: 100%;
  }
}
.df__home-shops-header-search {
  width: 40%;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-shops-header-search {
    display: block;
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-shops-header-search {
    display: none;
  }
}
.df__home-shops-header-search button {
  border: none;
}
.df__home-shops-header-search input {
  border: 1px solid #EFF1F4;
  border-radius: 100px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  padding: 14px 25px;
}
.df__home-shops-header-search input::-moz-placeholder {
  color: #99A4AF;
}
.df__home-shops-header-search input::placeholder {
  color: #99A4AF;
}
.df__home-shops-header-search svg {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.df__shops-cards {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 840px) {
  .df__shops-cards {
    flex-direction: column;
  }
}
.df__shops-cards-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 276px);
}
@media screen and (max-width: 840px) {
  .df__shops-cards-inner {
    width: 100%;
  }
}
.df__shops-cards.df__shops-cards--full {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .df__shops-cards.df__shops-cards--full {
    margin-top: 15px;
  }
}
.df__shops-cards.df__shops-cards--full .df__shops-cards-inner {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .df__shops-cards.df__shops-cards--full .df__shops-card:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.df__shops-cards.df__shops-cards--full .df__shops-card:nth-child(3n) {
  margin-right: 26px;
}
@media screen and (max-width: 500px) {
  .df__shops-cards.df__shops-cards--full .df__shops-card:nth-child(3n) {
    margin-right: 15px;
  }
}
.df__shops-cards.df__shops-cards--full .df__shops-card:nth-child(4n) {
  margin-right: 0;
}
.df__shops-cards picture {
  display: flex;
  justify-content: center;
}
.df__shops-cards .df__shops-card {
  position: relative;
  background: #EFF1F4;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
  margin-bottom: 24px;
  width: 275px;
  height: 169px;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__shops-cards .df__shops-card {
    width: 207px;
  }
  .df__shops-cards .df__shops-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__shops-cards .df__shops-card {
    width: calc(50% - 26px);
    height: 169px;
  }
}
@media screen and (max-width: 500px) {
  .df__shops-cards .df__shops-card {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    flex-wrap: wrap;
    height: 102px;
  }
  .df__shops-cards .df__shops-card:nth-child(2n) {
    margin-right: 0;
  }
}
.df__shops-cards .df__shops-card.df__shops-card--green {
  background: #28D3A1;
}
.df__shops-cards .df__shops-card.df__shops-card--dark {
  background: #303A45;
}
.df__shops-cards .df__shops-card img {
  width: 50%;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__shops-cards .df__shops-card img {
    width: 70%;
    max-height: 150px;
  }
}
@media screen and (min-width: 1211px) {
  .df__shops-cards .df__shops-card:nth-child(3n) {
    margin-right: 0;
  }
}

.df__shops-card-sale {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #E60033;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 18px;
  top: 18px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .df__shops-card-sale {
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
    top: 10px;
    right: 10px;
  }
}

.df__shops-cards--big {
  position: relative;
  width: 276px;
  height: 362px;
  margin-right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFF1F4;
  border-radius: 24px;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__shops-cards--big {
    width: 234px;
  }
}
@media screen and (max-width: 1024px) {
  .df__shops-cards--big {
    height: 565px;
  }
}
@media screen and (max-width: 840px) {
  .df__shops-cards--big {
    height: 102px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.df__shops-cards--big img {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .df__shops-cards--big img {
    width: 70%;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.df__shops-cards--big.df__shops-card--green {
  background: #28D3A1;
}
.df__shops-cards--big.df__shops-card--dark {
  background: #303A45;
}

.df__home-countries {
  width: 1180px;
  margin: 0 auto;
  padding: 96px 0 51px 0;
}
@media screen and (max-width: 1210px) {
  .df__home-countries {
    width: 950px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-countries {
    width: 100%;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-countries {
    width: 100%;
    padding-bottom: 96px;
  }
  .df__home-countries .df__section-title, .df__home-countries .df__section-subtitle {
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .df__home-countries {
    width: 100%;
    padding: 48px 15px;
  }
}

.df__countries-cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__countries-cards {
    overflow: scroll;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__countries-cards {
    overflow: scroll;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .df__countries-cards {
    margin-top: 29px;
  }
}
.df__countries-cards .df__countries-card {
  width: calc(25% - 26px);
  height: 100%;
  margin-right: 26px;
  filter: drop-shadow(0px 6px 22px rgba(64, 98, 145, 0.16));
  background: #FFFFFF;
  border-radius: 24px;
  margin-top: 48px;
}
.df__countries-cards .df__countries-card.hide {
  display: none;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__countries-cards .df__countries-card {
    min-width: 275px;
    filter: none;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__countries-cards .df__countries-card {
    min-width: 275px;
    filter: none;
  }
}
@media screen and (max-width: 500px) {
  .df__countries-cards .df__countries-card {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-top: 24px;
  }
  .df__countries-cards .df__countries-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .df__countries-cards .df__countries-card:nth-child(4n) {
    margin-right: 0;
  }
}
.df__countries-cards .df__countries-card-body {
  padding: 24px;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-body {
    padding: 15px;
  }
}
.df__countries-cards .df__countries-card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 12px;
}
.df__countries-cards .df__countries-card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-info {
    flex-direction: column-reverse;
  }
}
.df__countries-cards .df__countries-card-price {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #28D3A1;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-price {
    margin-bottom: 12px;
    font-size: 13px;
  }
}
.df__countries-cards .df__countries-card-delivery {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #303A45;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-delivery {
    margin-bottom: 12px;
    font-size: 13px;
  }
}
.df__countries-cards .df__countries-card-description {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #8B8C92;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-description {
    font-size: 10px;
  }
}
.df__countries-cards .df__countries-card-icons {
  margin-bottom: 12px;
}
.df__countries-cards .df__countries-card-icons svg {
  margin-right: 14px;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-icons svg {
    width: 20px;
    height: 20px;
  }
}
.df__countries-cards .df__countries-card img {
  width: 100%;
}
.df__countries-cards .df__countries-card-delivery-info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .df__countries-cards .df__countries-card-delivery-info {
    align-items: center;
    flex-direction: row;
  }
  .df__countries-cards .df__countries-card-delivery-info .df__countries-card-icons {
    margin-bottom: 0;
  }
  .df__countries-cards .df__countries-card-delivery-info .df__countries-card-icons svg {
    display: none;
  }
  .df__countries-cards .df__countries-card-delivery-info .df__countries-card-icons svg:first-child {
    display: block;
  }
}

.df__countries-more {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__countries-more {
    display: none;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__countries-more {
    display: none;
  }
}
.df__countries-more-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
  margin-bottom: 18px;
  transition: all 0.5s;
}

.df__container-full {
  background: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}

.df__home-news {
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .df__home-news {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-news .df__section-title, .df__home-news .df__section-subtitle {
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .df__home-news {
    width: 100%;
    padding-left: 0;
    margin-top: 72px;
  }
}
.df__home-news .slick-slide > div {
  height: 100%;
}

.df__home-news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.df__home-news-head-control {
  display: flex;
}
@media screen and (max-width: 840px) {
  .df__home-news-head-control {
    display: none;
  }
}
.df__home-news-head-control-next {
  transform: rotate(180deg);
  margin-left: 24px;
  cursor: pointer;
  width: 57px !important;
  height: 57px !important;
}
.df__home-news-head-control-next.slick-disabled {
  cursor: not-allowed;
}
.df__home-news-head-control-next.slick-disabled path {
  fill: #99A4AF;
}
.df__home-news-head-control-prev {
  cursor: pointer;
  width: 57px !important;
  height: 57px !important;
}
.df__home-news-head-control-prev.slick-disabled {
  cursor: not-allowed;
}
.df__home-news-head-control-prev.slick-disabled path {
  fill: #99A4AF;
}

.df__news-cards {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__news-cards {
    margin-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .df__news-cards {
    height: auto;
  }
}
.df__news-cards .slick-track {
  padding: 40px 0;
  display: flex;
}

.df__news-card {
  width: 350px !important;
  margin-right: 26px !important;
  padding: 0;
  border-radius: 24px;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .df__news-card {
    width: 264px !important;
    margin-right: 24px !important;
    padding: 0;
    box-shadow: none;
  }
}
.df__news-card:last-child {
  margin-right: 0;
}
.df__news-card img {
  width: 100%;
  height: 100%;
  max-height: 205px;
  border-radius: 24px;
  margin-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 500px) {
  .df__news-card img {
    width: 100%;
    height: 164px;
    margin-bottom: 12px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.df__news-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__news-card-top {
    margin-bottom: 12px;
    display: none;
  }
}
.df__news-card .df__news-card-top--mobile {
  display: none;
}
@media screen and (max-width: 840px) {
  .df__news-card .df__news-card-top--mobile {
    display: flex;
  }
}
.df__news-card-text-icon {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgb(116, 126, 137);
}
@media screen and (max-width: 840px) {
  .df__news-card-text-icon {
    font-size: 13px;
    line-height: 22px;
  }
}
.df__news-card-text-icon svg {
  margin-right: 12px;
}
.df__news-card-text-icon .df__news-card-text-icon-mobile {
  display: none;
}
@media screen and (max-width: 840px) {
  .df__news-card-text-icon .df__news-card-text-icon-mobile {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .df__news-card-text-icon .df__news-card-text-icon-desktop {
    display: none;
  }
}
.df__news-card-header {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px 24px;
}
@media screen and (max-width: 840px) {
  .df__news-card-header {
    margin-bottom: 12px;
    gap: 12px;
  }
}
.df__news-card-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  display: flex;
  align-items: center;
}
.df__news-card-header p svg {
  margin-right: 7px;
}
@media screen and (max-width: 840px) {
  .df__news-card-header p {
    font-size: 13px;
  }
}
.df__news-card-footer {
  margin-top: auto;
}
.df__news-card-body {
  margin-bottom: 24px;
}
.df__news-card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: rgb(48, 58, 69);
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__news-card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.df__news-card-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
}
@media screen and (max-width: 840px) {
  .df__news-card-description {
    font-size: 13px;
  }
}
.df__news-card-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
}
@media screen and (max-width: 840px) {
  .df__news-card-more {
    font-size: 11px;
  }
}
.df__news-card-more svg {
  margin-left: 10px;
}
.df__news-card-category {
  display: flex;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgb(116, 126, 137);
}
.df__news-card-category img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0 12px 0 0;
}

.df__home-more-btn--news {
  margin-top: 15px !important;
}

.s_news_special_offers_inner h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 48px;
}

.df__footer {
  background: #0860C7;
  padding: 48px 0;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__footer {
    width: 100%;
    padding: 48px 41px !important;
  }
}
@media screen and (max-width: 500px) {
  .df__footer {
    width: 100%;
    padding: 48px 15px;
  }
}
.df__footer .df__country-select-items {
  max-height: 200px;
  height: 200px;
}

.df__footer-body {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1210px) {
  .df__footer-body {
    width: 950px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__footer-body {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 500px) {
  .df__footer-body {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.df__footer-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__footer-links {
    width: calc(50% - 50px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .df__footer-links {
    margin-bottom: 48px;
    width: 100%;
  }
}

.df__footer-link {
  margin-bottom: 16px;
}
.df__footer-link:last-child {
  margin-bottom: 0;
}
.df__footer-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.df__footer-country {
  width: 276px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__footer-country {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 500px) {
  .df__footer-country {
    margin-bottom: 48px;
    width: 100%;
  }
}
.df__footer-country-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.df__footer-country .df__country-select-items {
  top: 48px;
  position: absolute;
}
.df__footer-country .df__country-select {
  background: #fff;
  border-radius: 8px;
}
.df__footer-country .df__country-select svg path {
  fill: #0860C7;
}
.df__footer-country .df__country-select-text {
  color: #303A45;
}

.df__footer-social {
  margin-top: 48px;
}
@media screen and (max-width: 500px) {
  .df__footer-social {
    width: 100%;
  }
}

.df__footer-social-links a {
  margin-right: 15px;
}
.df__footer-social-links a img {
  width: 40px;
  height: 40px;
}

.df__footer-social-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .df__footer-social-links {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.df__footer-social-links a {
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .df__footer-social-links a:nth-child(4) {
    margin-right: 15px;
  }
}

.df__footer-line {
  width: 1180px;
  margin: 0px auto 38px auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1210px) {
  .df__footer-line {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .df__footer-line {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .df__footer-line {
    display: none;
  }
}

.df__footer-bottom {
  width: 1180px;
  margin: 96px auto 24px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1210px) {
  .df__footer-bottom {
    width: 950px;
    margin: 48px auto 24px auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__footer-bottom {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .df__footer-bottom {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 24px auto;
    align-items: center;
  }
}
.df__footer-bottom p, .df__footer-bottom a {
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  color: #FFFFFF;
}
@media screen and (max-width: 840px) {
  .df__footer-bottom p, .df__footer-bottom a {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 500px) {
  .df__footer-bottom p, .df__footer-bottom a {
    text-align: center;
  }
}
.df__footer-bottom-agreement {
  display: flex;
  flex-direction: column;
}
.df__footer-bottom-agreement a {
  margin-bottom: 5px;
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__footer-col {
    width: calc(50% - 50px);
    margin-right: 25px;
  }
}
@media screen and (max-width: 500px) {
  .df__footer-col {
    width: 100%;
    margin-bottom: 48px;
  }
}

.df__country-select--transparent {
  background: transparent;
  border: 1px solid #B6BFC9;
  border-radius: 10px;
}

.df__footer-apps {
  display: flex;
}
.df__footer-apps .df__footer-app {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  margin-top: 8px;
  margin-right: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .df__footer-apps .df__footer-app {
    font-size: 10px;
  }
}

.df__footer-payments {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__footer-payments {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.df__footer-payments-slider {
  display: flex;
  align-items: center;
  width: 100%;
}
.df__footer-payments-items {
  display: flex;
  gap: 24px;
  max-width: 830px;
  width: 100%;
}
.df__footer-payments-items.df__footer-payments-items--no-slider {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .df__footer-payments-items {
    max-width: 950px;
  }
}
@media screen and (max-width: 840px) {
  .df__footer-payments-items {
    max-width: 690px;
  }
}
@media screen and (max-width: 500px) {
  .df__footer-payments-items {
    max-width: 350px;
  }
}
@media screen and (max-width: 375px) {
  .df__footer-payments-items {
    max-width: 300px;
  }
}
.df__footer-payments-items .slick-slide {
  margin: 0 20px;
}
.df__footer-payments-items .slick-track {
  display: flex;
  align-items: center;
}
.df__footer-payments-items-prev, .df__footer-payments-items-next {
  cursor: pointer;
  margin: 0;
  max-width: 24px !important;
  max-height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}
.df__footer-payments-items-prev:hover, .df__footer-payments-items-next:hover {
  opacity: 0.7;
}
.df__footer-payments-items-prev.slick-disabled, .df__footer-payments-items-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.df__footer-payments p {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  margin-right: 132px;
  color: rgb(48, 58, 69);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1024px) {
  .df__footer-payments p {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.df__footer-payments .df__footer-payments-item {
  display: flex !important;
  justify-content: center;
}
.df__footer-payments .df__footer-payments-item img {
  width: auto;
  max-width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.df__container-footer-payments {
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .df__container-footer-payments {
    padding: 24px 0;
  }
}

.df__sidebar {
  display: none;
  translate: -100%;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .df__sidebar {
    display: block;
  }
}
.df__sidebar.active {
  translate: 0;
}
.df__sidebar-top {
  padding: 12px 15px 24px 15px;
  width: 100%;
  background: #fff;
}
.df__sidebar-top-logo {
  display: flex;
  justify-content: space-between;
}
.df__sidebar-top-logo img {
  width: 116px;
}
.df__sidebar-top-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.df__sidebar-top-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  height: 48px;
  padding: 0 !important;
}
.df__sidebar-top-buttons a.ico-app {
  margin-top: 20px;
  width: 100%;
}
.df__sidebar-top-buttons a svg {
  margin-right: 13px;
}
.df__sidebar-body {
  padding: 48px 15px;
}
@media screen and (max-width: 1024px) {
  .df__sidebar-body {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    display: flex;
    flex-direction: column;
    height: calc(100% - 81px);
  }
}
@media screen and (max-width: 1024px) {
  .df__sidebar-body .df__sidebar-links {
    overflow-y: scroll;
    height: calc(100vh - 200px);
  }
  .df__sidebar-body .df__sidebar-links::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.df__sidebar-body .df__sidebar-link {
  margin-bottom: 24px;
}
.df__sidebar-body .df__sidebar-link:hover > .df__sidebar-link-menu {
  display: block;
}
.df__sidebar-body .df__sidebar-link:hover > span > svg {
  transform: rotate(-90deg);
}
.df__sidebar-body .df__sidebar-link > a, .df__sidebar-body .df__sidebar-link > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 146%;
  color: #303A45;
}
.df__sidebar-body .df__sidebar-link span svg {
  margin-left: 10px;
  transform: rotate(90deg);
}
.df__sidebar-body .df__sidebar-link span svg path {
  fill: #303A45;
}
.df__sidebar-body .df__sidebar-link-menu {
  display: none;
  padding-left: 25px;
  margin-top: 27px;
}
.df__sidebar-body .df__sidebar-link-menu > li {
  margin-bottom: 24px;
}
.df__sidebar-body .df__sidebar-link-menu > li:hover .df__sidebar-link-menu {
  display: block;
}
.df__sidebar-body .df__sidebar-link-menu > li:hover > span > svg {
  transform: rotate(-90deg);
}
.df__sidebar-body .df__sidebar-link-menu > li > span, .df__sidebar-body .df__sidebar-link-menu > li > a {
  color: #303A45;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
}
.df__sidebar-body .df__sidebar-link-menu > li > span img, .df__sidebar-body .df__sidebar-link-menu > li > a img {
  margin-right: 10px;
}
.df__sidebar-body .df__sidebar-link-menu.df__sidebar-link-menu--third-level {
  padding-left: 0;
}
.df__sidebar-body .df__sidebar-link-menu.df__sidebar-link-menu--third-level a {
  color: #303A45;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px; /* 164.286% */
  letter-spacing: 0.28px;
}

#sidebar {
  z-index: 101;
}
@media screen and (max-width: 1024px) {
  #sidebar {
    top: 72px;
  }
  #sidebar .sidebar-items {
    top: 0;
  }
}

.sidebar-items {
  box-shadow: none !important;
}
.sidebar-items .df__sidebar-item {
  position: relative;
}
.sidebar-items .df__sidebar-item:hover .df__sidebar-item-tooltip {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sidebar-items .df__sidebar-item:hover .df__sidebar-item-tooltip {
    display: none;
  }
}
.sidebar-items .df__sidebar-item-tooltip {
  display: none;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  line-height: 17.55px;
  letter-spacing: 0.02em;
  left: 0;
  top: 10px;
  transform: translateX(-100%);
  background: #fff;
  box-shadow: 0px 6px 22px 0px rgba(33, 67, 99, 0.1803921569);
  color: #303A45;
  border-radius: 6px;
  padding: 8px 12px;
  white-space: nowrap;
  text-transform: none;
}

.df__row {
  display: flex;
  width: 100%;
}
.df__row.df__row--center {
  justify-content: center;
}

.df__w-100 {
  width: 100%;
}

.df__w-50 {
  width: 50%;
}

.df__w-33 {
  width: 33%;
}

@media screen and (max-width: 840px) {
  .df__sm-w-100 {
    width: 100%;
  }
}
.df__mb-0 {
  margin-bottom: 0 !important;
}

.df__mt-0 {
  margin-top: 0 !important;
}

.df__h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #303A45;
}
@media screen and (max-width: 840px) {
  .df__h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media screen and (max-width: 840px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .hide-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 841px) {
  .hide-desktop-md {
    display: none !important;
  }
}

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

@media screen and (max-width: 840px) {
  .flex-column--840 {
    flex-direction: column;
  }
}
.df__bg-white {
  background: #fff;
}

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

.df__m-0 {
  margin: 0 !important;
}

.df__pagination {
  display: flex;
  align-items: center;
}
.df__pagination li {
  margin-right: 18px;
}
.df__pagination li:last-child {
  margin-right: 0;
}
.df__pagination li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #606B77;
}
.df__pagination li.prev a, .df__pagination li.next a, .df__pagination li.prev span, .df__pagination li.next span {
  color: #0860C7;
  display: flex;
}
.df__pagination li.active {
  background: #0860C7;
  padding: 2px 10px;
  border-radius: 100%;
}
.df__pagination li.active a {
  color: #fff;
}
.df__pagination li.prev a, .df__pagination li.prev span {
  content: url("/img/arrow_prev.svg");
}
.df__pagination li.next a, .df__pagination li.next span {
  content: url("/img/arrow_next.svg");
}

.df__countries-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 96px;
  background: #EFF1F4;
  box-shadow: 0 0 22px rgba(33, 67, 99, 0.26);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__countries-header {
    flex-direction: column;
    height: auto;
    padding: 48px 0;
  }
}
@media screen and (max-width: 425px) {
  .df__countries-header {
    padding: 48px 18px;
  }
}
.df__countries-header__select {
  width: 276px;
  margin-right: 27px;
}
@media screen and (max-width: 840px) {
  .df__countries-header__select {
    margin-right: 0;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 425px) {
  .df__countries-header__select {
    width: 100%;
  }
}
.df__countries-header__select .df__form-group-label {
  margin: 0;
}
.df__countries-header__select .df__country-select-items {
  top: 55px;
}
.df__countries-header__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  max-width: 450px;
  margin-right: 40px;
}
@media screen and (max-width: 840px) {
  .df__countries-header__text {
    margin-right: 0;
    margin-bottom: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .df__countries-header__text {
    max-width: 100%;
    text-align: left;
  }
}
.df__countries-header a {
  padding: 14px 59px;
}
@media screen and (max-width: 425px) {
  .df__countries-header a {
    width: 100%;
    text-align: center;
  }
}
.df__countries-header__close {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.df__breadcrumbs {
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .df__breadcrumbs {
    padding: 0 15px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .df__breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.df__breadcrumbs-list {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .df__breadcrumbs-list {
    flex-wrap: nowrap;
  }
}
.df__breadcrumbs-list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .df__breadcrumbs-list-item {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
}
.df__breadcrumbs-list-item:after {
  content: url("/img/breadcrumb-arrow.svg");
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 840px) {
  .df__breadcrumbs-list-item:last-child {
    padding-right: 15px;
  }
}
.df__breadcrumbs-list-item:last-child:after {
  display: none;
}
.df__breadcrumbs-list-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
}

.df__cookie-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  max-width: 1180px;
  width: calc(100% - 30px);
  left: 50%;
  transform: translate(-50%, 0);
  background: #FFFFFF;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 24px;
  padding: 25px;
  z-index: 999999999;
}
.df__cookie-popup.active {
  display: block;
}
.df__cookie-popup-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .df__cookie-popup-title {
    width: calc(100% - 30px);
    font-size: 16px;
  }
}
.df__cookie-popup-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .df__cookie-popup-body {
    flex-direction: column;
  }
}
.df__cookie-popup-body-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #303A45;
}
@media screen and (max-width: 500px) {
  .df__cookie-popup-body-text {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.df__cookie-popup-body-text a {
  color: #0860C7;
  text-decoration: none;
}
.df__cookie-popup-close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.df__cookie-popup-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
  border: 2px solid #0860C7;
  border-radius: 100px;
  height: 54px;
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.df__video-block {
  border-radius: 40px;
  background: var(--blue-light, #F3F8FE);
  padding: 50px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 96px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__video-block {
    background: #fff;
    flex-direction: column;
    padding: 0 15px;
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 500px) {
  .df__video-block {
    background: #fff;
    flex-direction: column;
    padding: 0 15px;
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
.df__video-block-content {
  max-width: 500px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__video-block-content {
    max-width: 844px;
    padding: 64px 48px 48px 48px;
    border-radius: 40px 40px 0 0;
    background: #F3F8FE;
  }
}
@media screen and (max-width: 500px) {
  .df__video-block-content {
    margin-bottom: 48px;
  }
}
.df__video-block-title {
  color: var(--dark-grey, #303A45);
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.68px;
  margin-bottom: 26px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__video-block-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .df__video-block-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.df__video-block-description {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__video-block-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.df__video-block-media {
  cursor: pointer;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__video-block-media {
    max-width: 844px;
    width: 100%;
    background: #F3F8FE;
    display: flex;
    border-radius: 0 0 40px 40px;
    justify-content: left;
    padding: 0 64px 48px 64px;
  }
  .df__video-block-media img {
    max-width: 534px;
  }
}
.df__video-block-media img {
  width: 100%;
}
.df__video-block .df__popup--video > .df__popup-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__video-block .df__popup--video > .df__popup-body iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 840px) {
  .df__video-block .df__popup--video > .df__popup-body iframe {
    width: auto;
    height: auto;
  }
}

.df__page-accordion {
  background: #F3F8FE;
  padding: 48px;
  border-radius: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__page-accordion {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.df__page-accordion.df__page-accordion--red {
  background: #FCE6EB;
}
.df__page-accordion.df__page-accordion--red .df__page-accordion-title p {
  color: #303A45 !important;
}
.df__page-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.df__page-accordion-title p {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 30.8px !important;
  letter-spacing: 0.02em !important;
  color: #0860C7 !important;
  max-width: 650px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .df__page-accordion-title p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.df__page-accordion-title img {
  transform: rotate(180deg);
  width: 20px !important;
}
.df__page-accordion-content {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-top: 24px;
}
.df__page-accordion-content ul {
  margin-bottom: 0;
  list-style-position: inside;
  padding: 0 !important;
}
.df__page-accordion-content li, .df__page-accordion-content p {
  margin-bottom: 24px;
}
.df__page-accordion-content li:last-child, .df__page-accordion-content p:last-child {
  margin-bottom: 0;
}
.df__page-accordion-content ul li {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.df__page-accordion-content ul li::marker {
  color: #28D3A1;
}
.df__page-accordion-content ul li::before {
  color: #28D3A1;
  content: "•"; /* Add a bullet manually */
  margin-right: 10px; /* Space between bullet and text */
  font-size: 50px;
}
.df__page-accordion.active .df__page-accordion-content {
  display: block;
}
.df__page-accordion.active .df__page-accordion-title img {
  transform: rotate(0);
}

.df__tooltip {
  position: relative;
}
.df__tooltip-content {
  display: none;
  position: absolute;
  bottom: 100%;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  flex-direction: column;
  width: 300px;
  color: #0c2432;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .df__tooltip-content {
    width: 300px;
    left: -250px;
  }
}
.df__tooltip:hover .df__tooltip-content {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .df__tooltip--calc-1 {
    left: -250px;
  }
  .df__tooltip--calc-2 {
    left: -140px;
  }
  .df__tooltip--calc-3 {
    left: -50px;
  }
}

.df__home-intro-slide--h-auto {
  height: auto !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-stats-container,
.df__home-buy-ways,
.df__home-benefits,
.df__video-block,
.df__home-shops,
.df__home-subscribe,
.df__footer {
    padding-left: 82px;
    padding-right: 82px;
  }
  .df__home-intro, .df__home-news, .df__home-offers, .df__home-countries, .df__home-slider-container {
    padding-left: 82px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__container--slider-home {
    max-width: 100%;
    padding-left: 90px;
  }
  .df__home-countries {
    padding-left: 90px;
  }
}
.df__home-intro {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .df__home-intro {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slider {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slider {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.df__home-intro-slide {
  display: flex !important;
  background: rgba(133, 184, 242, 0.1);
  border-radius: 40px;
  height: 480px;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slide {
    height: auto;
    flex-direction: column-reverse;
    min-width: 624px;
    margin-right: 26px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slide {
    height: auto;
    flex-direction: column-reverse;
    min-width: 554px;
    margin-right: 26px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide {
    flex-direction: column-reverse;
    border-radius: 24px;
    height: auto;
  }
}
.df__home-intro-slide-left {
  width: 50%;
  padding: 100px 25px 112px 100px;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slide-left {
    width: 100%;
    padding: 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slide-left {
    width: 100%;
    padding: 48px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-left {
    width: 100%;
    padding: 24px 24px 70px 24px;
  }
}
.df__home-intro-slide-right {
  width: 50%;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slide-right {
    width: 100%;
    border-radius: 38px 38px 0 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slide-right {
    width: 100%;
    border-radius: 38px 38px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-right {
    width: 100%;
  }
}
.df__home-intro-slide-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 40px 40px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slide-right img {
    height: 404px;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slide-right img {
    height: 404px;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-right img {
    height: auto;
    border-radius: 24px 24px 0 0;
  }
}
.df__home-intro-slide-title {
  font-weight: 700;
  font-size: 42px;
  line-height: initial;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 17px;
}
.df__home-intro-slide-title.df__home-intro-slide-title--small {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-title.df__home-intro-slide-title--small {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slide-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slide-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #303A45;
  }
}
.df__home-intro-slide-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 34px;
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
  }
}
.df__home-intro-slide-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #0860C7;
  border-radius: 36px;
  padding: 12px 89px;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-intro-slide-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-intro-slide-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
  }
}
.df__home-intro-slide-btn:hover {
  background: #1578EA;
}
.df__home-intro .slick-dots {
  left: 20px !important;
}
@media screen and (max-width: 500px) {
  .df__home-intro .slick-dots {
    left: 0 !important;
    bottom: 26px;
  }
}
.df__home-intro .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  background: #ECEFF4;
  border-radius: 100%;
}
.df__home-intro .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
}
.df__home-intro .slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  opacity: 0 !important;
}
.df__home-intro .slick-dots li.slick-active {
  background: #0860C7;
}

@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__full-height-slider .df__home-intro-slide-right img {
    height: auto;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__full-height-slider .df__home-intro-slide-right img {
    height: auto;
  }
}

.df__home-intro-dots .slick-dots {
  position: relative;
  bottom: unset;
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__one-slide {
    padding: 0 15px;
  }
  .df__one-slide .df__home-intro-slider {
    overflow-x: unset;
  }
  .df__one-slide .df__home-intro-slide {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .df__one-slide .df__home-intro-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 500px) {
  .df__home-stats-container {
    overflow-x: scroll;
  }
}
.df__home-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-stats {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-stats {
    margin-top: 0;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-stats {
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.df__home-stats .df__home-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-stats .df__home-stat {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 70px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-stats .df__home-stat {
    width: 210px;
    margin-bottom: 67px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-stats .df__home-stat {
    width: 210px;
    margin-right: 25px;
    align-items: center;
  }
}
.df__home-stats .df__home-stat-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #28D3A1 !important;
  margin-bottom: 24px;
  justify-content: center;
  width: 100%;
}
.df__home-stats .df__home-stat-title a {
  color: #28D3A1 !important;
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-stats .df__home-stat-title {
    justify-content: center;
    flex-direction: column;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .df__home-stats .df__home-stat-title svg {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-stats .df__home-stat-title {
    justify-content: center;
    flex-direction: column;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .df__home-stats .df__home-stat-title svg {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-stats .df__home-stat-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #28D3A1;
    margin-bottom: 5px;
    width: auto;
  }
}
.df__home-stats .df__home-stat-title svg {
  margin-right: 25px;
}
@media screen and (max-width: 500px) {
  .df__home-stats .df__home-stat-title svg {
    width: 23px;
    margin-right: 10px;
  }
}
.df__home-stats .df__home-stat-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303A45;
  width: 200px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-stats .df__home-stat-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-stats .df__home-stat-subtitle {
    width: 80%;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #303A45;
  }
}
.df__home-stats .df__home-stat-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: -20px;
  background: #E60033;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .df__home-stats .df__home-stat-plus {
    top: -30px;
    right: 0;
  }
}

.df__home-buy-ways {
  margin-top: 110px;
}
@media screen and (max-width: 500px) {
  .df__home-buy-ways {
    margin-top: 0;
    padding: 0 15px;
  }
}
.df__home-buy-ways > .df__section-items {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .df__home-buy-ways > .df__section-items {
    flex-direction: column;
  }
}
.df__home-buy-ways > .df__section-items > .df__section-item {
  width: calc(50% - 26px);
  margin-right: 26px;
  background: rgba(133, 184, 242, 0.1);
  border-radius: 24px;
  padding: 48px 48px 24px 48px;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-buy-ways > .df__section-items > .df__section-item {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 500px) {
  .df__home-buy-ways > .df__section-items > .df__section-item {
    width: 100%;
    padding: 32px 28px;
  }
}
.df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-header {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 146%;
    color: #303A45;
  }
}
.df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-header img {
  width: 32px;
  margin-right: 17px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-header img {
    margin-bottom: 24px;
  }
}
.df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
  }
}
.df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-footer.df__section-item-footer--end {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-footer.df__section-item-footer--end {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .df__home-buy-ways > .df__section-items > .df__section-item > .df__section-item-footer.df__section-item-footer--end {
    justify-content: flex-start;
  }
}
.df__home-buy-ways > .df__section-items > .df__section-item:nth-child(2n) {
  margin-right: 0;
}
.df__home-buy-ways .df__section-subtitle {
  max-width: 100%;
}

.df__home-benefits {
  margin-top: 72px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits .df__section-title, .df__home-benefits .df__section-subtitle {
    text-align: left !important;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits {
    padding: 0 15px;
  }
}
.df__home-benefits-categories {
  display: flex;
  margin-top: 56px;
  justify-content: center;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__home-benefits-categories {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-categories {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}
.df__home-benefits-categories .slick-track {
  display: flex;
  align-items: center;
}
.df__home-benefits-categories.df__home-benefits-categories--sm {
  display: none;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-categories {
    display: none;
  }
  .df__home-benefits-categories.df__home-benefits-categories--sm {
    display: flex;
    position: relative;
  }
  .df__home-benefits-categories .df__home-benefits-category {
    width: 100%;
    height: 48px;
    background: rgba(133, 184, 242, 0.1);
    border-radius: 10px;
    justify-content: space-between;
    padding: 0 16px;
  }
  .df__home-benefits-categories .df__home-benefits-category-items {
    position: absolute;
    top: 58px;
    z-index: 100;
    width: 100%;
    background: #EFF1F4;
    box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
    border-radius: 10px;
    padding: 18px 24px;
    max-height: 300px;
    overflow: auto;
  }
  .df__home-benefits-categories .df__home-benefits-category-items .df__form-group-input-search {
    position: relative;
    margin-bottom: 18px;
  }
  .df__home-benefits-categories .df__home-benefits-category-items .df__form-group-input-search input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 100px;
    border: none;
    height: 48px;
    padding-left: 14px;
  }
  .df__home-benefits-categories .df__home-benefits-category-items .df__form-group-input-search svg {
    position: absolute;
    right: 18px;
    top: 15px;
  }
  .df__home-benefits-categories .df__home-benefits-category-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
  }
  .df__home-benefits-categories .df__home-benefits-category-item.active {
    background: #0860C7;
    color: #fff;
  }
}
.df__home-benefits-categories .slick-current {
  background: rgba(133, 184, 242, 0.1);
  border-radius: 10px;
}
.df__home-benefits-category {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0860C7;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__home-benefits-category {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 20px;
    padding: 8px 12px;
    opacity: 1 !important;
    border-radius: 10px;
  }
  .df__home-benefits-category.active {
    background: rgba(133, 184, 242, 0.1019607843);
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-category {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 8px 14px;
    margin-right: 13px;
    border-radius: 10px;
    opacity: 1 !important;
  }
  .df__home-benefits-category.active {
    background: rgba(133, 184, 242, 0.1019607843);
  }
}
.df__home-benefits-category a {
  color: #0860C7;
}
.df__home-benefits-items {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-items {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__home-benefits-item {
    display: none;
  }
  .df__home-benefits-item.active {
    display: block;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item {
    display: none;
  }
  .df__home-benefits-item.active {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item {
    display: none;
  }
  .df__home-benefits-item.active {
    display: block;
  }
}
.df__home-benefits-item-body {
  display: flex;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-body {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-body {
    flex-direction: column-reverse;
  }
}
.df__home-benefits-item-image {
  width: 40%;
  margin-right: 24px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-image {
    width: 100%;
    height: 364px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-image {
    width: 100%;
    margin-right: 0;
  }
}
.df__home-benefits-item-image img {
  width: 100%;
  max-height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.df__home-benefits-item-content {
  width: 60%;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-content {
    width: 100%;
  }
}
.df__home-benefits-item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-title {
    margin-bottom: 10px;
  }
}
.df__home-benefits-item-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 69px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-subtitle {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-subtitle {
    margin-bottom: 24px;
  }
}
.df__home-benefits-item-subtitle span {
  color: #28D3A1;
}
.df__home-benefits-item-subtitle.df__home-benefits-item-subtitle--sm {
  display: none;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-subtitle.df__home-benefits-item-subtitle--sm {
    display: block;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-subtitle.df__home-benefits-item-subtitle--sm {
    display: block;
  }
}
.df__home-benefits-item-cards {
  display: flex;
  margin-bottom: 68px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-cards {
    margin-top: 52px;
    margin-bottom: 58px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-cards {
    margin-top: 52px;
    margin-bottom: 24px;
  }
}
.df__home-benefits-item-cards.df__home-benefits-item-cards--sm {
  display: none;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-cards.df__home-benefits-item-cards--sm {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-cards.df__home-benefits-item-cards--sm {
    display: flex;
  }
}
.df__home-benefits-item-card {
  position: relative;
  width: 40%;
  background: #EFF1F4;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 23px;
  height: 96px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-card {
    width: 174px;
    flex-direction: column;
    height: auto;
    padding: 24px 14px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card {
    flex-direction: column;
    height: auto;
    padding: 24px 14px;
    width: calc(50% - 7.5px);
  }
}
.df__home-benefits-item-card:first-child {
  margin-right: 26px;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card:first-child {
    margin-right: 15px;
  }
}
.df__home-benefits-item-card.active {
  background: #28D3A1;
}
.df__home-benefits-item-card.active .df__home-benefits-item-card-title, .df__home-benefits-item-card.active .df__home-benefits-item-card-subtitle {
  color: #fff;
}
.df__home-benefits-item-card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-card-title {
    text-align: center;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card-title {
    text-align: center;
    margin-bottom: 12px;
  }
}
.df__home-benefits-item-card-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #303A45;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-card-subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card-subtitle {
    text-align: center;
  }
}
.df__home-benefits-item-card-sale {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E60033;
  border-radius: 100%;
  position: absolute;
  right: -30px;
  top: -25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card-sale {
    right: 0;
  }
}
.df__home-benefits-item-card-image {
  margin-right: 23px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-card-image {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card-image {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.df__home-benefits-item-card-image img {
  width: 48px;
  height: 34px;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-card-image img {
    width: 64px;
    height: 45px;
  }
}
.df__home-benefits-item-slider {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-slider {
    overflow: scroll;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .df__home-benefits-item-slider .slick-list {
    width: 780px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-slider .slick-list {
    width: 100%;
  }
}
.df__home-benefits-item-slider .slick-prev {
  left: 0;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-slider .slick-prev {
    display: none !important;
  }
}
.df__home-benefits-item-slider .slick-next {
  right: 0;
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-slider .slick-next {
    display: none !important;
  }
}
.df__home-benefits-item-slider img {
  margin: 0 16px;
  width: 177px;
  height: auto;
  max-height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-item-slider img {
    width: 157px;
    height: 116px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-item-slider img {
    width: 164px;
    height: 116px;
    margin: 0 8px;
  }
}
.df__home-benefits-item-slider img.slick-current, .df__home-benefits-item-slider img.active {
  border: 2px solid #0860C7;
  border-radius: 10px;
}
.df__home-benefits-item-slider img:last-child {
  margin: 0 0 0 16px;
}
.df__home-benefits-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 48px;
}
@media screen and (max-width: 1024px) {
  .df__home-benefits-btn {
    flex-direction: column;
    gap: 24px 0;
    align-items: center;
  }
  .df__home-benefits-btn .df__btn {
    width: 100%;
    text-align: center;
  }
}

.df__home-calculator {
  margin: 96px 0 0 0;
  background: #EFF1F4;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 53px 0;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-calculator {
    padding: 47px 86px;
    border-radius: 0;
  }
  .df__home-calculator .df__section-title {
    text-align: left !important;
  }
  .df__home-calculator .df__section-subtitle {
    text-align: left !important;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-calculator {
    margin-top: 48px;
    padding: 49px 15px;
    border-radius: 0;
  }
}
.df__home-calculator .df__home-calculator-header, .df__home-calculator .df__home-calculator-body, .df__home-calculator .df__home-calculator-footer {
  width: 780px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator .df__home-calculator-header, .df__home-calculator .df__home-calculator-body, .df__home-calculator .df__home-calculator-footer {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .df__home-calculator .df__home-calculator-header, .df__home-calculator .df__home-calculator-body, .df__home-calculator .df__home-calculator-footer {
    width: 100%;
  }
}
.df__home-calculator-body {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-body {
    flex-direction: column;
  }
}
.df__home-calculator-body-countries {
  display: flex;
  margin-bottom: 16px;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-body-countries {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.df__home-calculator-body-countries .df__btn {
  height: 48px;
  text-align: center;
  width: 50%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-body-countries .df__btn {
    width: 100%;
  }
}
.df__home-calculator-from {
  margin-right: 25px;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-from {
    width: 100%;
    margin-bottom: 25px;
  }
}
.df__home-calculator-to {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-to {
    width: 100%;
    margin-bottom: 25px;
  }
}
.df__home-calculator-footer {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
.df__home-calculator-footer .df__home-calculator-price {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 33px;
  line-height: 140%;
  color: #303A45;
  margin-right: 58px;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-footer .df__home-calculator-price {
    font-size: 26px;
  }
}
.df__home-calculator-footer .df__home-calculator-price:last-child {
  margin-right: 0;
}
.df__home-calculator-footer .df__home-calculator-price svg {
  margin-right: 26px;
}

@media screen and (max-width: 1024px) {
  .df__container-home-calculator-new {
    padding: 0 15px;
  }
}

.df__home-calculator-new {
  margin: 180px 0 0 0;
  background: #EFF1F4;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 0 48px 0;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__home-calculator-new {
    padding: 48px 0;
  }
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new {
    padding: 49px 15px 0 15px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 375px) {
  .df__home-calculator-new {
    margin-top: 152px !important;
  }
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new .df__country-select {
    padding: 15px 23px;
  }
}
.df__home-calculator-new .df__country-select-caret path {
  fill: #303A45;
}
.df__home-calculator-new-tabs {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -110px;
  background: #EFF1F4;
  border-radius: 24px;
  padding: 12px 24px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-tabs {
    top: -90px;
    width: 100%;
    justify-content: space-between;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-tabs {
    top: -110px;
  }
}
.df__home-calculator-new-tab {
  padding: 18px 24px 18px 24px;
  border-radius: 12px;
  background: #EFF1F4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26.28px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-tab {
    padding: 12px 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.44px;
    letter-spacing: 0.02em;
    width: calc(50% - 6px);
    margin: 0;
  }
}
.df__home-calculator-new-tab svg {
  margin-left: 10px;
}
.df__home-calculator-new-tab.active {
  background: #FFFFFF;
}
.df__home-calculator-new-tab .df__tooltip {
  display: flex;
  align-items: center;
}
.df__home-calculator-new .df__form-group-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #303A45;
}
.df__home-calculator-new-input-dropdown {
  width: calc(25% - 13px);
  margin-right: 26px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-input-dropdown {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}
.df__home-calculator-new-input-dropdown-body {
  display: flex;
  background: #fff;
  align-items: center;
  height: 54px;
  border-radius: 10px;
  justify-content: space-between;
  position: relative;
}
.df__home-calculator-new-input-dropdown-body.df__home-calculator-new-input-dropdown-body--weight {
  justify-content: center;
}
.df__home-calculator-new-input-dropdown-body.df__home-calculator-new-input-dropdown-body--weight svg path {
  fill: #303A45;
}
.df__home-calculator-new-input-dropdown-body.df__home-calculator-new-input-dropdown-body--weight .df__form-group--dropdown {
  width: 25px;
}
.df__home-calculator-new-input-dropdown-body-input {
  border: 0;
  padding-left: 24px;
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.df__home-calculator-new-input-dropdown-body-input-minus {
  position: absolute;
  left: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df__home-calculator-new-input-dropdown-body-input-plus {
  position: absolute;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df__home-calculator-new-input-dropdown-body-input.df__home-calculator-new-input-dropdown-body-input--weight {
  width: 50px;
  /* Chrome, Safari, Edge, Opera */
}
.df__home-calculator-new-input-dropdown-body-input.df__home-calculator-new-input-dropdown-body-input--weight::-webkit-outer-spin-button, .df__home-calculator-new-input-dropdown-body-input.df__home-calculator-new-input-dropdown-body-input--weight::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-input-dropdown-body-input {
    width: 75%;
  }
}
.df__home-calculator-new-input-dropdown-body .df__form-group--dropdown {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-input-dropdown-body .df__form-group--dropdown {
    width: 25%;
  }
}
.df__home-calculator-new-input-dropdown .df__form-group-input {
  border: 0;
  color: #303A45;
}
.df__home-calculator-new-input-dropdown .df__form-group--dropdown .df__form-group-input-items {
  top: 50px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-input-dropdown .df__form-group--dropdown .df__form-group-input-items {
    left: -100px;
  }
}
.df__home-calculator-new-options {
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-options {
    width: 100%;
  }
}
.df__home-calculator-new-options-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 13px);
  margin-right: 26px;
  height: 54px;
  border-radius: 10px;
  cursor: pointer;
}
.df__home-calculator-new-options-item.active {
  background: #28D3A1;
}
.df__home-calculator-new-options-item.active p {
  color: #fff;
}
.df__home-calculator-new-options-item.active svg path {
  fill: #fff;
}
.df__home-calculator-new-options-item:last-child {
  margin-right: 0;
}
.df__home-calculator-new-options-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #303A45;
  margin-left: 18px;
}
.df__home-calculator-new-submit {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.df__home-calculator-new-submit .df__btn {
  width: 33%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-submit .df__btn {
    width: 100%;
  }
}
.df__home-calculator-new-submit .df__btn.df__disabled {
  background: #7A838C;
  pointer-events: none;
}
.df__home-calculator-new-result {
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-result {
    flex-direction: column;
  }
}
.df__home-calculator-new-result-prices {
  width: calc(50% - 13px);
  margin-right: 26px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-result-prices {
    width: 100%;
    margin-right: 0;
  }
}
.df__home-calculator-new-result-prices-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C8D1DD;
  margin-bottom: 21px;
  padding-bottom: 14px;
}
.df__home-calculator-new-result-prices-item-body {
  display: flex;
  align-items: center;
}
.df__home-calculator-new-result-prices-item-body .df__tooltip {
  margin-left: 10px;
}
.df__home-calculator-new-result-prices-item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.df__home-calculator-new-result-prices-item > p:last-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.28px;
  letter-spacing: 0.02em;
}
.df__home-calculator-new-result .df__home-calculator-new-result-prices-item--price-info {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 0.01em !important;
}
.df__home-calculator-new-result-delivery {
  width: calc(50% - 13px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #303A45;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-result-delivery {
    width: 100%;
    margin-right: 0;
    flex-direction: column-reverse;
    display: flex;
    padding: 0;
    border: 0;
  }
}
.df__home-calculator-new-result-delivery-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-result-delivery-top {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-result-delivery-top-item {
    margin-bottom: 24px;
  }
}
.df__home-calculator-new-result-delivery-top-item > div {
  display: flex;
}
.df__home-calculator-new-result-delivery-top-item .df__tooltip {
  margin-left: 10px;
}
.df__home-calculator-new-result-delivery-top-item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.df__home-calculator-new-result-delivery-top-item-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.28px;
  letter-spacing: 0.02em;
}
.df__home-calculator-new-result-delivery-bottom {
  display: flex;
  background: #FFFFFF;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-top: 18px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-result-delivery-bottom {
    margin-bottom: 24px;
  }
}
.df__home-calculator-new-result-delivery-bottom-arrow {
  margin: 0 24px;
}
.df__home-calculator-new-result-delivery-bottom-country {
  display: flex;
  align-items: center;
}
.df__home-calculator-new-result-delivery-bottom-country p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.df__home-calculator-new-result-delivery-bottom-country img {
  width: 19px;
  height: 14px;
  margin-right: 18px;
}
.df__home-calculator-new-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 48px;
}
.df__home-calculator-new-price .df__home-calculator-new-price--uah {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.28px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-price {
    margin-top: 24px;
    font-size: 26px;
    font-weight: 700;
    line-height: 44px;
  }
}
.df__home-calculator-new-price svg {
  margin-right: 18px;
}
.df__home-calculator-new .df__section-title {
  font-size: 33px;
  font-weight: 700;
  line-height: 46.2px;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new .df__section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-calculator-new {
    padding: 47px 86px;
    border-radius: 24px;
  }
  .df__home-calculator-new .df__section-title {
    text-align: left !important;
  }
  .df__home-calculator-new .df__section-subtitle {
    text-align: left !important;
    margin-bottom: 24px;
  }
}
.df__home-calculator-new .df__home-calculator-new-header, .df__home-calculator-new .df__home-calculator-new-body, .df__home-calculator-new .df__home-calculator-new-footer {
  width: 979px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__home-calculator-new .df__home-calculator-new-header, .df__home-calculator-new .df__home-calculator-new-body, .df__home-calculator-new .df__home-calculator-new-footer {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new .df__home-calculator-new-header, .df__home-calculator-new .df__home-calculator-new-body, .df__home-calculator-new .df__home-calculator-new-footer {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new .df__home-calculator-new-header, .df__home-calculator-new .df__home-calculator-new-body, .df__home-calculator-new .df__home-calculator-new-footer {
    width: 100%;
  }
}
.df__home-calculator-new .df__home-calculator-new-header .df__section-subtitle, .df__home-calculator-new .df__home-calculator-new-body .df__section-subtitle, .df__home-calculator-new .df__home-calculator-new-footer .df__section-subtitle {
  color: #747E89;
}
.df__home-calculator-new-body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-body {
    flex-direction: column;
  }
}
.df__home-calculator-new-body-flex {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .df__home-calculator-new-body-flex {
    flex-direction: column;
  }
}
.df__home-calculator-new-body-countries {
  display: flex;
  margin-bottom: 26px;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-body-countries {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.df__home-calculator-new-body-countries .df__btn {
  height: 48px;
  text-align: center;
  width: 50%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-body-countries .df__btn {
    width: 100%;
  }
}
.df__home-calculator-new-from {
  margin-right: 25px;
  width: 50%;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-from {
    width: 100%;
    margin-bottom: 25px;
  }
}
.df__home-calculator-new-to {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-to {
    width: 100%;
    margin-bottom: 25px;
  }
}
.df__home-calculator-new-footer {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
.df__home-calculator-new-footer .df__home-calculator-new-price {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 33px;
  line-height: 140%;
  color: #303A45;
  margin-right: 58px;
}
@media screen and (max-width: 500px) {
  .df__home-calculator-new-footer .df__home-calculator-new-price {
    font-size: 26px;
  }
}
.df__home-calculator-new-footer .df__home-calculator-new-price:last-child {
  margin-right: 0;
}
.df__home-calculator-new-footer .df__home-calculator-new-price svg {
  margin-right: 26px;
}

.df__home-reviews {
  overflow: hidden;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-reviews .df__section-title, .df__home-reviews .df__section-subtitle {
    text-align: left !important;
  }
  .df__home-reviews .df__home-shops-header-info {
    padding: 48px 86px 0 86px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-reviews {
    width: 100%;
    padding-left: 15px;
  }
}
.df__home-reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-reviews-header-buttons {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .df__home-reviews-header-buttons {
    display: none;
  }
}
.df__home-reviews-header-buttons .df__home-reviews-prev, .df__home-reviews-header-buttons .df__home-reviews-next {
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}
.df__home-reviews-header-buttons svg:first-child {
  margin-right: 63px;
}
.df__home-reviews-cards {
  margin-top: 71px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-reviews-cards {
    margin-top: 47px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-reviews-cards {
    margin-top: 24px;
  }
}
.df__home-reviews-card {
  padding: 56px 20px;
  width: 276px !important;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 24px;
  margin-right: 25px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .df__home-reviews-card {
    margin-bottom: 10px;
  }
}
.df__home-reviews-card-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 146%;
  text-align: center;
  color: #0860C7;
  margin-bottom: 14px;
}
.df__home-reviews-card-stars {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
}
.df__home-reviews-card-stars svg {
  margin-right: 8px;
}
.df__home-reviews-card-stars svg:last-child {
  margin-right: 0;
}
.df__home-reviews-card-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
  height: 120px;
  overflow: hidden;
}
.df__home-reviews-card-images {
  display: flex;
}
.df__home-reviews-card-images img {
  width: 74px;
  margin-right: 8px;
}
.df__home-reviews-card-images img:last-child {
  margin-right: 0;
}
.df__home-reviews .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 501px) {
  .df__home-reviews .slick-current .df__home-reviews-card {
    background: #28D3A1;
    min-height: 412px;
    height: auto;
  }
  .df__home-reviews .slick-current .df__home-reviews-card p {
    color: #fff;
  }
  .df__home-reviews .slick-current .df__home-reviews-card svg path {
    fill: #fff;
  }
}

.df__container--subscribe {
  background: rgba(133, 184, 242, 0.1);
}

.df__home-subscribe {
  display: flex;
  width: 1180px;
  margin: 0 auto;
  padding: 110px 0 96px 0;
  justify-content: space-evenly;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-subscribe {
    width: 100%;
    padding: 48px 0 96px 0;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-subscribe {
    width: 100%;
    padding: 0 15px 48px 15px;
    margin-top: 48px;
    flex-direction: column;
  }
}
.df__home-subscribe-info {
  width: 400px;
}
@media screen and (max-width: 500px) {
  .df__home-subscribe-info {
    width: 100%;
  }
}
.df__home-subscribe-form {
  width: 476px;
}
@media screen and (max-width: 500px) {
  .df__home-subscribe-form {
    width: 100%;
  }
}
.df__home-subscribe-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 12px;
  display: flex;
}
.df__home-subscribe-form input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #8493A8;
  margin-bottom: 20px;
  border: none !important;
}
.df__home-subscribe-form-btn {
  border: 2px solid #0860C7;
  color: #0860C7;
  height: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  transition: all 0.5s;
}
.df__home-subscribe-form-btn:hover {
  border: 2px solid #1578EA;
}
@media screen and (max-width: 500px) {
  .df__home-subscribe-form-btn {
    width: 100%;
  }
}
.df__home-subscribe .df__home-subscribe-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-subscribe .df__home-subscribe-title {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .df__home-subscribe .df__home-subscribe-title {
    font-size: 26px;
    line-height: 140%;
  }
}
.df__home-subscribe .df__home-subscribe-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-subscribe .df__home-subscribe-description {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-subscribe .df__home-subscribe-description {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1194px) {
  .df__home-subscribe #subscribeform-email {
    height: 48px;
    border-radius: 10px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-subscribe #subscribeform-email {
    height: 48px;
    border-radius: 10px;
    margin-bottom: 27px;
  }
}

.df__section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.02em;
    text-align: center !important;
  }
}
@media screen and (max-width: 500px) {
  .df__section-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #303A45;
    text-align: left !important;
  }
}
.df__section-title.df__section-title--center {
  text-align: center;
}

.df__section-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__section-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: center !important;
  }
}
.df__section-subtitle.df__section-subtitle--big {
  font-size: 22px;
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .df__section-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #99A4AF;
    text-align: left !important;
  }
}
.df__section-subtitle.df__section-subtitle--full p {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__section-subtitle p {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .df__section-subtitle p {
    width: 100%;
  }
}
.df__section-subtitle.df__section-subtitle--center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.slick-arrow {
  width: 42px;
  height: 42px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before {
  content: url("/img/ui/arrow-prev.svg");
}

.slick-next:before {
  content: url("/img/ui/arrow-next.svg");
}

.df__home-more-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.df__home-more-btn a {
  width: 327px;
  height: 54px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #0860C7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.df__home-more-btn a:hover {
  background: #1578EA;
}

.df__home-h1 {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .df__home-h1 {
    margin-top: 40px;
  }
}

.df__home-slides {
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .df__home-slides {
    margin-left: 15px;
  }
}
.df__home-slides .slick-list {
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab;
  cursor: url("/img/cursor-drag.svg") 26 26, grab;
}
@media screen and (max-width: 500px) {
  .df__home-slides .slick-list {
    margin-bottom: 12px;
  }
}
.df__home-slides .simplebar-content {
  flex-direction: row !important;
}
.df__home-slides .slick-slide {
  margin: 0 12px;
}
.df__home-slides .slick-list {
  padding: 10px 0;
  margin: 0 -12px;
}
.df__home-slides .df__home-slide {
  background: #F3F8FE;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab;
  cursor: url("/img/cursor-drag.svg") 26 26, grab;
}
.df__home-slides .df__home-slide img {
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab;
  cursor: url("/img/cursor-drag.svg") 26 26, grab;
}
.df__home-slides .df__home-slide:hover {
  box-shadow: 0px 1px 14px 0px rgba(20, 85, 143, 0.16);
}
@media screen and (max-width: 1024px) {
  .df__home-slides .df__home-slide {
    min-width: unset;
    max-width: unset;
    margin-right: 15px;
  }
}
.df__home-slides .df__home-slide img {
  width: 100%;
  border-radius: 20px;
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab;
  cursor: url("/img/cursor-drag.svg") 26 26, grab;
}
@media screen and (max-width: 1024px) {
  .df__home-slides .df__home-slide img {
    width: 100%;
  }
}
.df__home-slides .df__home-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .df__home-slides .df__home-slide p {
    font-size: 14px;
    line-height: 20px;
  }
}
.df__home-slides .df__home-slide .df__btn {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
}
.df__home-slides .slick-dots {
  left: 20px !important;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .df__home-slides .slick-dots {
    left: 0 !important;
    bottom: 10px;
  }
}
.df__home-slides .slick-dots li {
  width: 10px !important;
  height: 10px !important;
  background: #ECEFF4;
  border-radius: 100%;
}
.df__home-slides .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
}
.df__home-slides .slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  opacity: 0 !important;
}
.df__home-slides .slick-dots li.slick-active {
  background: #0860C7;
}

.df__home-advantages--country .df__home-advantages-items {
  gap: 0 40px;
}

@media screen and (max-width: 1024px) {
  .df__home-advantages {
    margin-top: 72px;
  }
}
.df__home-advantages .df__container-inner {
  box-shadow: 0px 2px 17px 0px rgba(31, 84, 157, 0.1411764706);
  padding: 48px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__home-advantages .df__container-inner {
    box-shadow: none;
    padding: 0;
  }
}
.df__home-advantages-items {
  display: flex;
  gap: 0 60px;
  margin-top: 48px;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__home-advantages-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .df__home-advantages-items {
    flex-direction: column;
    gap: 24px 0;
  }
}
.df__home-advantages-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.28px;
  color: #303A45;
  display: flex;
  align-items: center;
}
.df__home-advantages-item img {
  margin-right: 12px;
}

.df__home-slider-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.df__home-slider-nav-prev.slick-disabled, .df__home-slider-nav-next.slick-disabled {
  opacity: 0.5;
}
.df__home-slider-nav-prev, .df__home-slider-nav-next {
  cursor: pointer;
}

.df__page-top-products {
  padding: 0 15px;
}

.df__page-top-products-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
  justify-content: center;
}

.df__page-top-products-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 26px);
  min-height: 1120px;
  background: #FFFFFF;
  box-shadow: 0px 17px 45px rgba(64, 98, 145, 0.09);
  border-radius: 24px;
  padding: 48px;
  margin-right: 26px;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item {
    width: 100%;
    margin-right: 0;
    padding: 24px;
    height: auto;
  }
}
.df__page-top-products-item:nth-child(2n) {
  margin-right: 0;
}
.df__page-top-products-item .top-products-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.df__page-top-products-item .top-products-item__head-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
}
.df__page-top-products-item .top-products-item__head-flag {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.df__page-top-products-item .top-products-item__head-flag img {
  width: 28px;
  margin-left: 14px;
}
.df__page-top-products-item .top-products-item__body {
  position: relative;
}
.df__page-top-products-item .top-products-item__body-price {
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: #303A45;
  height: 42px;
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-price {
    height: 25px;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-discount {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: #FFFFFF;
  background: #E60033;
  border-radius: 100%;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-discount {
    width: 37px;
    height: 37px;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-image {
  width: 100%;
  border-radius: 10px;
  height: 342px;
  -o-object-fit: contain;
     object-fit: contain;
}
.df__page-top-products-item .top-products-item__body-slider {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-slider {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-slider .slick-arrow {
  width: 26px;
  height: 15px;
}
.df__page-top-products-item .top-products-item__body-slider .slick-next, .df__page-top-products-item .top-products-item__body-slider .slick-prev {
  top: calc(50% - 18px);
}
.df__page-top-products-item .top-products-item__body-slider .slick-prev:before {
  content: url("/img/top-products-prev.svg");
}
.df__page-top-products-item .top-products-item__body-slider .slick-next:before {
  content: url("/img/top-products-next.svg");
}
.df__page-top-products-item .top-products-item__body-slider .slick-list {
  width: 81%;
  margin-left: 25px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-slider .slick-list {
    margin-left: 20px;
  }
}
.df__page-top-products-item .top-products-item__body-slide {
  margin-right: 23px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-slide {
    margin-right: 20px;
  }
}
.df__page-top-products-item .top-products-item__body-slide:last-child {
  margin-right: 0;
}
.df__page-top-products-item .top-products-item__body-slide-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-slide-image {
    width: 100%;
  }
}
.df__page-top-products-item .top-products-item__body-slide-image.active {
  border: 2px solid #0860C7;
}
.df__page-top-products-item .top-products-item__body-slide-prices {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.df__page-top-products-item .top-products-item__body-slide-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #28D3A1;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-slide-price {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-slide-price-old {
  font-weight: 500;
  font-size: 16px;
  line-height: 146%;
  color: #99A4AF;
  text-decoration: line-through;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-slide-price-old {
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: #303A45;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 12px;
}
.df__page-top-products-item .top-products-item__body-description:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-description {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-description p {
  word-break: break-all;
}
.df__page-top-products-item .top-products-item__body-description span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  margin-bottom: 12px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-description span {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__body-description a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__body-description a {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
  }
}
.df__page-top-products-item .top-products-item__footer {
  margin-top: auto;
}
.df__page-top-products-item .top-products-item__footer-btn {
  padding: 19px 121px;
}
@media screen and (max-width: 840px) {
  .df__page-top-products-item .top-products-item__footer-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-top: 24px;
  }
}

.df__home-benefits-categories {
  align-items: center;
}
.df__home-benefits-categories .slick-list {
  width: 90%;
}

.df__home-benefits-category {
  opacity: 0.5;
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .df__home-benefits-category {
    opacity: 1;
  }
}
@media screen and (max-width: 500px) {
  .df__home-benefits-category {
    opacity: 1;
  }
}
.df__home-benefits-category.slick-active {
  opacity: 1;
}

.df__page-top-products .df__home-benefits-category.slick-current {
  background: unset;
  border-radius: unset;
}
.df__page-top-products .df__home-benefits-category.active {
  background: rgba(133, 184, 242, 0.1);
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 840px) {
  .df__page-shop-service-container {
    margin-bottom: 27px;
  }
}

.df__page-shop-service-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-form {
    padding: 20px 15px;
  }
}
.df__page-shop-service-form input::-webkit-outer-spin-button,
.df__page-shop-service-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.df__page-shop-service-form input[type=number] {
  -moz-appearance: textfield;
}
.df__page-shop-service-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df__page-shop-service-form-delete {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  cursor: pointer;
}
.df__page-shop-service-form-delete:hover {
  color: #E60033;
}
.df__page-shop-service-form-delete:hover svg path {
  fill: #E60033;
}
.df__page-shop-service-form-delete svg {
  margin-left: 11px;
}
@media screen and (max-width: 840px) {
  .df__page-shop-service-form {
    padding: 15px 15px 0 15px;
  }
}
.df__page-shop-service-form .df__row {
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .df__page-shop-service-form .df__row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .df__page-shop-service-form .df__row .df__form-group--text, .df__page-shop-service-form .df__row .df__form-group--dropdown {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.df__page-shop-service-form .df__row.df__row--center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.df__page-shop-service-form-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
  margin-bottom: 33px;
}
.df__page-shop-service-form-btn {
  background: #0860C7;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: 300px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  transition: all 0.5s;
}
.df__page-shop-service-form-btn:hover {
  background: #1578EA;
}
.df__page-shop-service-form-btn.df__page-shop-service-form-btn--disabled, .df__page-shop-service-form-btn.js-recaptcha-btn--disabled {
  background: #99A4AF;
  pointer-events: none;
}
.df__page-shop-service-form-btn.df__page-shop-service-form-btn--disabled:hover, .df__page-shop-service-form-btn.js-recaptcha-btn--disabled:hover {
  background: #99A4AF;
}
.df__page-shop-service-form-btn.df__page-shop-service-form-btn--success {
  background: #28D3A1;
}
.df__page-shop-service-form-btn.df__page-shop-service-form-btn--success:hover {
  background: #66E1BD;
}
.df__page-shop-service-form-btn.df__page-shop-service-form-btn--outline {
  background: none;
  border: 2px solid #0860C7;
  color: #0860C7;
}
.df__page-shop-service-form-btn.df__page-shop-service-form-btn--outline:hover {
  border: 2px solid #1578EA;
}

@media screen and (max-width: 1024px) {
  .df__page-shop-service-header-country {
    width: 100%;
  }
}
.df__page-shop-service-country-toggle {
  background: #F3F8FE;
  padding: 12px 24px;
  display: flex;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-country-toggle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.df__page-shop-service-country-toggle-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.28px;
  color: #303A45;
  padding: 18px 24px;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-country-toggle-item {
    padding: 7px 24px;
  }
}
.df__page-shop-service-country-toggle-item.active {
  background: #fff;
}

.df__page-shop-service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-header {
    flex-direction: column;
    padding: 0 15px;
    align-items: flex-start;
  }
  .df__page-shop-service-header .df__section-title, .df__page-shop-service-header .df__section-subtitle {
    text-align: left !important;
  }
}
@media screen and (max-width: 840px) {
  .df__page-shop-service-header {
    flex-direction: column;
    padding: 0 15px;
  }
  .df__page-shop-service-header .df__page-shop-service-header-info {
    margin-bottom: 20px;
  }
}

.df__page-shop-service-body {
  background: #F3F8FE;
  padding: 64px;
  margin-top: 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-body {
    padding: 24px;
    width: calc(100% - 24px);
    margin: 24px 12px 0 12px;
  }
}
.df__page-shop-service-body .df__section-subtitle {
  color: #303A45;
}
.df__page-shop-service-body-title {
  display: flex;
  align-items: center;
}
.df__page-shop-service-body-title img {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-body-title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .df__page-shop-service-body-title img {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    margin-left: 0;
  }
}

.df__page-shop-service-info {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 26px;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-info {
    display: flex !important;
    flex-direction: column;
  }
}
.df__page-shop-service-info-item {
  background: #fff;
  padding: 48px 32px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-info-item {
    margin-bottom: 26px;
    padding: 24px;
  }
}
.df__page-shop-service-info-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.28px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__page-shop-service-info-item-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 4px;
}
@media screen and (max-width: 375px) {
  .df__page-shop-service-info-item-price.df__page-shop-service-info-item-price--email {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .df__page-shop-service-info-item-price.df__page-shop-service-info-item-price--phone {
    font-size: 14px;
  }
}
.df__page-shop-service-info-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
.df__page-shop-service-info-item-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.df__page-shop-service-info-item-column:last-child {
  margin-bottom: 0;
}
.df__page-shop-service-info-item-small {
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
  color: #99A4AF;
  margin-top: 10px;
  margin-bottom: 10px;
}

.df__page-shop-service-popup-icon {
  display: flex;
  justify-content: center;
}

.df__page-shop-service-popup-text {
  margin-top: 18px;
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: #1E2438;
}

.df__page-shop-service-popup-btn {
  width: 100% !important;
  margin-bottom: 27px;
}

@media screen and (max-width: 840px) {
  .df__page-shop-service-form-add-btn {
    margin-bottom: 24px !important;
  }
}

.df__page-shop-service-form-buttons {
  justify-content: space-between;
}
.df__page-shop-service-form-buttons .g-recaptcha {
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-form-buttons .g-recaptcha {
    margin-bottom: 10px;
  }
}
.df__page-shop-service-form-buttons--flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-form-buttons--flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 840px) {
  .df__page-shop-service-form-buttons {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .df__page-shop-service-form-buttons .df__page-shop-service-form-btn {
    margin-bottom: 22px;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .df__page-shop-service-instructions {
    padding: 0 15px;
  }
}
.df__page-shop-service-instructions .df__section-title {
  text-align: center;
}
.df__page-shop-service-instructions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.df__page-shop-service-instructions-list .df__page-shop-service-instruction {
  background: #F3F8FE;
  border-radius: 24px;
  width: calc(50% - 12px);
  padding: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 500px) {
  .df__page-shop-service-instructions-list .df__page-shop-service-instruction {
    width: 100%;
    margin-bottom: 24px;
  }
}
.df__page-shop-service-instructions-list .df__page-shop-service-instruction-number {
  background: #28D3A1;
  min-width: 46px;
  min-height: 48px;
  width: 46px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  margin-right: 18px;
  border-radius: 100%;
}
.df__page-shop-service-instructions-list .df__page-shop-service-instruction-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
  max-width: 415px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-instructions .df__section-title {
    margin-bottom: 50px !important;
  }
}

.df__page-shop-service-header-action {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-service-header-action {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 840px) {
  .df__page-shop-service-header-action {
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}

.df__shop-service-header-btn {
  height: 54px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #0860C7;
  border: 2px solid #0860C7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.df__container-full--shop-service {
  background: #EFF1F4 !important;
}

@media screen and (max-width: 1024px) {
  .df__container-full--shop-service {
    margin-bottom: 48px;
    background: #EFF1F4 !important;
  }
  .mobile-gap-0 {
    gap: 0;
  }
}
.gap-26 {
  gap: 26px;
}

.page__tracking {
  padding-top: 50px;
}

.page__tracking-banners {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
}
.page__tracking-banners .page__tracking-banner {
  width: calc(25% - 26px);
  margin-right: 26px;
  margin-bottom: 18px;
}
@media screen and (max-width: 840px) {
  .page__tracking-banners .page__tracking-banner {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.page__tracking-banners .page__tracking-banner img {
  width: 100%;
  height: 100%;
}
.page__tracking-banners .page__tracking-banner:last-child {
  margin-right: 0;
}

.df__page-reviews {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .df__page-reviews {
    flex-direction: column;
  }
}
.df__page-reviews .g-recaptcha {
  transform: scale(0.9);
}
@media screen and (max-width: 840px) {
  .df__page-reviews--create {
    padding: 0 15px;
  }
}
.df__page-reviews-back-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
.df__page-reviews-back-link svg {
  margin-right: 10px;
}
.df__page-reviews-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #303A45;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}
.df__page-reviews-video-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.df__page-reviews-form {
  width: 500px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 48px;
  }
}
.df__page-reviews-form .df__form-group--text {
  margin-right: 0;
}
.df__page-reviews-form-stars {
  display: flex;
  margin-bottom: 35px;
}
.df__page-reviews-form-stars svg {
  width: 50px;
}
.df__page-reviews-form-stars svg:last-child {
  margin-right: 0;
}
.df__page-reviews-form-textarea {
  height: 194px;
}
.df__page-reviews-form #reviews-form .df__form-group {
  margin-bottom: 22px;
}
.df__page-reviews-form .df__btn {
  border: none;
  padding: 17px 94px;
  margin-top: 32px;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form .df__btn {
    margin-top: 22px;
  }
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form-btn {
    display: flex;
    justify-content: center;
  }
}

.df__page-reviews-form-image {
  margin-top: 38px;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form-image {
    margin-bottom: 79px !important;
  }
}

.df__page-reviews-form-image-box {
  display: flex;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  position: relative;
  cursor: pointer;
}
.df__page-reviews-form-image-box .form-group {
  position: initial;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form-image-box {
    justify-content: flex-start;
  }
}
.df__page-reviews-form-image-box p {
  width: 236px;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #8493A8;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form-image-box p {
    margin-left: 20px;
  }
}
.df__page-reviews-form-image-box label {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #0860C7;
  border: 2px solid #0860C7;
  border-radius: 32px;
  width: 160px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-form-image-box label {
    position: absolute;
    left: calc(50% - 80px);
    bottom: -74px;
  }
}
.df__page-reviews-form-image-box input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.df__page-reviews-form-video-box {
  display: flex;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  align-items: center;
  padding: 18px;
  position: relative;
  cursor: pointer;
}
.df__page-reviews-form-video-box svg {
  margin-right: 18px;
}
.df__page-reviews-form-video-box .df__form-group {
  width: 90%;
}
.df__page-reviews-form-video-box label {
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #303A45;
}

.df__page-reviews-list {
  background: #F9FBFF;
  border-radius: 24px;
  padding: 46px 26px;
  width: 603px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-list {
    width: 100%;
    padding: 46px 16px 0 16px;
  }
}
.df__page-reviews-list--no-bg {
  padding: 0;
  background: none;
}
.df__page-reviews-list--big {
  width: 752px;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-list--big {
    width: 100%;
  }
}

.df__page-reviews-list-item {
  border-bottom: 2px solid #99A4AF;
  padding-bottom: 24px;
  margin-bottom: 46px;
}
.df__page-reviews-list-item--mb-0 {
  margin-bottom: 0;
}
.df__page-reviews-list-item--link {
  margin-bottom: 0;
  margin-top: 23px;
  border-bottom: 0;
}
.df__page-reviews-list-item-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.df__page-reviews-list-item-head-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0860C7;
}
.df__page-reviews-list-item-head-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #99A4AF;
}
.df__page-reviews-list-item-stars {
  margin-bottom: 21px;
}
.df__page-reviews-list-item-stars svg {
  margin-right: 10px;
}
.df__page-reviews-list-item-stars svg:last-child {
  margin-right: 0;
}
.df__page-reviews-list-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__page-reviews-list-item-pros {
  margin-bottom: 24px;
}
.df__page-reviews-list-item-pros-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 12px;
}
.df__page-reviews-list-item-pros-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
}
.df__page-reviews-list-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-list-item-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.df__page-reviews-list-item-footer-images {
  display: flex;
}
.df__page-reviews-list-item-footer-images img {
  width: 75px;
  height: 62px;
  margin-right: 8px;
  border-radius: 10px;
  cursor: pointer;
}
.df__page-reviews-list-item-footer-images img:last-child {
  margin-right: 0;
}
.df__page-reviews-list-item-footer-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #0860C7;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-list-item-footer-link {
    margin-bottom: 24px;
  }
}
.df__page-reviews-list-item-footer-link svg {
  margin-left: 10px;
}

.df__page-reviews-create {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-create {
    flex-direction: column;
  }
}
.df__page-reviews-create p {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #303A45;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-create p {
    margin-bottom: 24px;
  }
}
.df__page-reviews-create a {
  padding: 15px 77px;
}
@media screen and (max-width: 840px) {
  .df__page-reviews-create a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
  }
}

.df__page-reviews-form-stars svg path, .df__page-reviews-form-stars svg:hover ~ svg path {
  fill: none;
}

.df__page-reviews-form-stars:hover svg path {
  fill: #FDAD13;
}

.df__page-reviews-form-star.active path {
  fill: #FDAD13;
}

.df__page-reviews-form-stars svg {
  cursor: pointer;
  font-style: normal;
}

.df__popup--review .df__popup-body {
  width: 700px;
}
@media screen and (max-width: 840px) {
  .df__popup--review .df__popup-body {
    width: 100%;
  }
}
.df__popup--review img {
  width: 100%;
}
.df__popup--review iframe {
  width: 100%;
  height: 300px;
}

.df__home-intro-slide--buy {
  background: rgba(40, 211, 161, 0.1);
}

.df__buy-how-it-work {
  margin-top: 97px;
}
@media screen and (max-width: 840px) {
  .df__buy-how-it-work {
    margin-top: 72px;
    padding: 0 15px;
  }
}
.df__buy-how-it-work-cards {
  display: flex;
  flex-wrap: wrap;
}
.df__buy-how-it-work-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 13px);
  margin-right: 26px;
  margin-bottom: 24px;
  background: rgba(133, 184, 242, 0.1);
  border-radius: 24px;
  padding: 48px 48px 24px 48px;
}
@media screen and (max-width: 840px) {
  .df__buy-how-it-work-card {
    width: 100%;
    padding: 30px 24px 24px 24px;
    margin-right: 0;
  }
}
.df__buy-how-it-work-card:nth-child(1) {
  background: rgba(230, 0, 51, 0.1);
}
.df__buy-how-it-work-card:nth-child(4) {
  background: rgba(40, 211, 161, 0.1);
}
.df__buy-how-it-work-card:nth-child(2n) {
  margin-right: 0;
}
.df__buy-how-it-work-card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #303A45;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__buy-how-it-work-card-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
  }
}
.df__buy-how-it-work-card-title span {
  margin-right: 15px;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
}
@media screen and (max-width: 840px) {
  .df__buy-how-it-work-card-title span {
    font-size: 34px;
    line-height: 36px;
  }
}
.df__buy-how-it-work-card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__buy-how-it-work-card-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.df__buy-how-it-work-card-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.df__buy-how-it-work-card-btn .df__btn {
  max-width: 203px;
  width: 100%;
  text-align: center;
}

.df__faq--one-col .df__buy-instructions-content {
  flex-direction: column;
  gap: 0;
}
.df__faq--one-col .df__buy-instructions-items {
  width: 100%;
}

.df__buy-instructions {
  display: flex;
  flex-direction: column;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 1210px) {
  .df__buy-instructions {
    max-width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .df__buy-instructions {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 840px) {
  .df__buy-instructions {
    width: 100%;
    padding: 0 15px;
    background: #fff;
  }
}
.df__buy-instructions-content {
  display: flex;
  margin-top: 48px;
  gap: 24px;
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-content {
    margin-top: 14px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.df__buy-instructions-content.df__buy-instructions-content--reverse {
  flex-direction: row-reverse;
}
.df__buy-instructions-content.df__buy-instructions-content--reverse .df__buy-instructions-items {
  margin-right: 0;
}
.df__buy-instructions-content.df__buy-instructions-content--reverse .df__buy-instructions-img {
  margin-right: 26px;
}
.df__buy-instructions-content ol, .df__buy-instructions-content li {
  margin-top: 20px;
}
.df__buy-instructions-content li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
  padding: 0 !important;
  position: relative;
  margin-left: 20px;
}
.df__buy-instructions-content li:before {
  color: #28D3A1;
  content: "•";
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -25px;
}
.df__buy-instructions-items {
  display: flex;
  width: 50%;
  margin-bottom: 24px;
  flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.df__buy-instructions-img {
  width: calc(50% - 13px);
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-img {
    display: none;
  }
}
.df__buy-instructions-img img {
  width: 100%;
  height: 343px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.df__buy-instructions-item {
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.df__buy-instructions-item:last-child {
  margin-bottom: 0;
}
.df__buy-instructions-item-question {
  display: flex;
  align-items: center;
  height: 96px;
  background: #F3F8FE;
  border-radius: 24px;
  padding: 0 24px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-item-question {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px 24px;
  }
}
.df__buy-instructions-item-number {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #28D3A1;
  color: #fff;
  margin-right: 18px;
  border-radius: 100%;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-item-number {
    font-size: 26px;
    line-height: 36px;
    min-width: 48px;
    width: 48px;
    min-height: 48px;
  }
}
.df__buy-instructions-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #0860C7;
}
@media screen and (max-width: 1024px) {
  .df__buy-instructions-item-title {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-item-title {
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 50px);
  }
}
.df__buy-instructions-item-icon {
  margin-left: auto;
  min-width: 24px;
}
.df__buy-instructions-item-answer {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 6px 22px rgba(64, 98, 145, 0.16);
  border-radius: 0 0 24px 24px;
  position: relative;
  left: 0;
  top: -18px;
  padding: 24px 24px 31px 24px;
  z-index: 0;
  cursor: default;
}
.df__buy-instructions-item-answer p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__buy-instructions-item-answer .df__btn {
  font-size: 16px;
  line-height: 24px;
}
.df__buy-instructions-item.active .df__buy-instructions-item-answer {
  display: block;
}
.df__buy-instructions-item.active .df__buy-instructions-item-icon {
  transform: rotate(45deg);
}

.df__buy-instructions-content--two-cols .df__buy-instructions-content {
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .df__buy-instructions-content--two-cols .df__buy-instructions-content {
    gap: 0;
  }
}

.df__shop-catalog-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-head {
    padding: 0 15px;
  }
}
.df__shop-catalog-head-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #303A45;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-head-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #303A45;
  }
}
.df__shop-catalog-head-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  max-width: 650px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-head-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
  }
}
.df__shop-catalog-head-images {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-head-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.df__shop-catalog-head-images div.hide {
  display: block !important;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-head-images div.hide {
    display: none !important;
  }
}
.df__shop-catalog-head-images img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 100px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-head-images img {
    width: 150px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.df__shop-catalog-head-images .slick-list {
  width: 84%;
}

.df__container--shop-catalog-form {
  background: #0860C7;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  overflow: initial !important;
  padding: 0;
  height: 230px;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__container--shop-catalog-form {
    padding: 26px 15px 0 15px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .df__container--shop-catalog-form {
    margin-bottom: 20px;
  }
}

.df__shop-catalog-form {
  width: 577px;
}
.df__shop-catalog-form-search-icon {
  position: absolute;
  right: 16px;
  top: 13px;
  cursor: pointer;
}
.df__shop-catalog-form-row {
  display: flex;
  margin-bottom: 26px;
}
.df__shop-catalog-form-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-form-row {
    flex-direction: column;
  }
  .df__shop-catalog-form-row .df__form-group {
    margin-bottom: 15px;
  }
}

.df__shop-catalog-categories {
  width: 376px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-categories {
    display: none;
  }
}

.df__shop-catalog-categories-item {
  margin-bottom: 29px;
}
.df__shop-catalog-categories-item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0860C7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.df__shop-catalog-categories-item.active > a > svg {
  transform: rotate(90deg);
}
.df__shop-catalog-categories-item.active > a > svg path {
  fill: #0860C7;
}

.df__shop-catalog-categories-item__sub-item {
  margin-top: 17px;
}
.df__shop-catalog-categories-item__sub-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0860C7;
  margin-left: 20px;
}

.df__shop-catalog-categories-item__sub-list {
  display: none;
}

.df__shop-catalog-categories-item.active > .df__shop-catalog-categories-item__sub-list {
  display: block;
}

.df__shop-catalog-shops-card {
  background: #F3F8FE;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card {
    padding: 30px 17px 15px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-shops-card {
    padding: 30px 17px 0 17px;
  }
}
.df__shop-catalog-shops-card-logo {
  width: 20%;
  margin-right: 54px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 840px) and (max-width: 500px) {
  .df__shop-catalog-shops-card-logo {
    width: 150px;
  }
}
.df__shop-catalog-shops-card-logo img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-shops-card-logo img {
    height: auto;
  }
}
.df__shop-catalog-shops-card-content {
  width: 80%;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card-content {
    width: 100%;
  }
}
.df__shop-catalog-shops-card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card-title {
    text-align: center;
  }
}
.df__shop-catalog-shops-card-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card-description {
    text-align: center;
  }
}
.df__shop-catalog-shops-card-discount {
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  top: 24px;
  right: 30px;
  background: #E60033;
  padding: 10px 2px;
  border-radius: 100%;
}
.df__shop-catalog-shops-card-flags {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card-flags {
    flex-wrap: wrap;
  }
}
.df__shop-catalog-shops-card-flags img {
  width: 34px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-card-flags img {
    margin-bottom: 0;
    width: 47px;
  }
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-shops-card-flags img {
    margin-bottom: 15px !important;
  }
}
.df__shop-catalog-shops-card-flags img:last-child {
  margin-right: 0;
}

.df__shop-catalog-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-pagination {
    justify-content: center;
  }
}

@media screen and (max-width: 840px) {
  .df__container--shop-catalog-form {
    flex-direction: column;
    align-items: center;
  }
  .df__container--shop-catalog-form .df__home-benefits-categories {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .df__container--shop-catalog-form .df__home-benefits-category-items {
    display: none;
    left: 0;
  }
  .df__container--shop-catalog-form .df__home-benefits-category-items a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0860C7;
  }
  .df__container--shop-catalog-form .df__home-benefits-category-items.active {
    display: block;
  }
  .df__container--shop-catalog-form .df__home-benefits-category {
    background: #fff !important;
  }
  .df__container--shop-catalog-form .df__home-benefits-category span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8493A8;
  }
}
.df__home-benefits-category--dark {
  background: #EAEFF5 !important;
}

.df__shop-catalog-head-images-more {
  display: none;
}

@media screen and (max-width: 840px) {
  .df__shop-catalog-head-images-more {
    display: block;
    text-align: center;
  }
  .df__shop-catalog-head-images-more.hide {
    display: none;
  }
  .df__shop-catalog-head-images-more p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0860C7;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-faq {
    margin-bottom: 50px;
  }
}
.df__shop-catalog-shops-container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 376px);
  margin-left: 40px;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-shops-container {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
}

.df__shop-catalog-shops-settings {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-shops-settings {
    display: none;
  }
}
.df__shop-catalog-shops-settings svg:first-child {
  margin-right: 20px;
}
.df__shop-catalog-shops-settings svg {
  cursor: pointer;
}
.df__shop-catalog-shops-settings svg.active path {
  fill: #0860C7;
}

.df__shop-catalog-shops--half .df__shop-catalog-shops-card-title, .df__shop-catalog-shops--half .df__shop-catalog-shops-card-description {
  display: none;
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card-title, .df__shop-catalog-shops--half .df__shop-catalog-shops-card-description {
    display: block;
  }
}
.df__shop-catalog-shops--half .df__shop-catalog-shops-card-flags img {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-shops--half .df__shop-catalog-shops .df__shop-catalog-shops-card {
    padding: 30px 17px 0 17px;
  }
}

@media screen and (min-width: 501px) {
  .df__shop-catalog-shops--half {
    display: flex;
    flex-wrap: wrap;
  }
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card {
    padding: 29px 29px 18px 29px;
    flex-direction: column;
    align-items: center;
    margin-right: 26px;
    width: calc(50% - 13px);
  }
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card:nth-child(2n) {
    margin-right: 0;
  }
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card-content {
    width: 100%;
  }
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card-logo {
    width: 100%;
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .df__shop-catalog-shops--half p {
    text-align: center;
    margin-bottom: 3px;
  }
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card-flags {
    margin-top: 32px;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 18px;
  }
  .df__shop-catalog-shops--half .df__shop-catalog-shops-card-flags img {
    margin-right: 0;
  }
}
.df__home-benefits-category-items--shop-catalog.active {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
}
.df__home-benefits-category-items--shop-catalog.active .df__form-group-input-search {
  width: 100%;
}
.df__home-benefits-category-items--shop-catalog.active .df__home-benefits-category-item {
  width: 100%;
}
.df__home-benefits-category-items--shop-catalog.active .df__home-benefits-category-item--sub {
  width: 95%;
}

.df__shop-catalog-filters {
  display: flex;
}
@media screen and (max-width: 840px) {
  .df__shop-catalog-filters {
    width: 577px;
  }
  .df__shop-catalog-filters .df__shop-catalog-form-row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .df__shop-catalog-filters {
    width: 100%;
  }
}

.df__seo-text {
  max-width: 725px;
  margin: 0 auto;
}
.df__seo-text.df__seo-text--full {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__seo-text {
    max-width: 100%;
    width: calc(100% - 30px);
  }
}
.df__seo-text h1, .df__seo-text h2, .df__seo-text h3, .df__seo-text h4, .df__seo-text h5, .df__seo-text h6 {
  color: #303A45;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.52px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text h1, .df__seo-text h2, .df__seo-text h3, .df__seo-text h4, .df__seo-text h5, .df__seo-text h6 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.df__seo-text img {
  width: 100%;
}
.df__seo-text p {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.df__seo-text ul {
  list-style-type: disc;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text ul {
    padding-left: 15px;
  }
}
.df__seo-text ul li {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.df__seo-text ol {
  list-style-type: auto;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text ol {
    padding-left: 15px;
  }
}
.df__seo-text ol li {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.df__seo-text-block h1, .df__seo-text-block h2, .df__seo-text-block h3, .df__seo-text-block h4, .df__seo-text-block h5, .df__seo-text-block h6 {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block h1, .df__seo-text-block h2, .df__seo-text-block h3, .df__seo-text-block h4, .df__seo-text-block h5, .df__seo-text-block h6 {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 30px;
  }
}
.df__seo-text-block h1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block h1 {
    font-size: 26px;
  }
}
.df__seo-text-block p {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.df__seo-text-block ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block ul {
    padding-left: 15px;
  }
}
.df__seo-text-block ul li {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.df__seo-text-block ol {
  list-style-type: auto;
  padding-left: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block ol {
    padding-left: 15px;
  }
}
.df__seo-text-block ol li {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .df__seo-text-block ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.df__shop-page-head {
  display: flex;
  background: #EFF1F4;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head {
    margin: 0 !important;
    border-radius: 0;
  }
}
.df__shop-page-head-container {
  overflow: visible;
  margin-top: 0;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-container {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .df__shop-page-head-container .df__container-inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .df__shop-page-head {
    flex-direction: column-reverse;
    margin: 24px 15px;
  }
}
.df__shop-page-head-left {
  width: 50%;
  padding: 64px 64px 64px 64px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-left {
    width: 100%;
    padding: 48px 15px;
  }
}
.df__shop-page-head-left-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #303A45;
  margin-bottom: 16px;
  word-wrap: break-word;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-left-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.df__shop-page-head-left-discount {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #99A4AF;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-left-discount {
    font-size: 16px;
    line-height: 24px;
  }
}
.df__shop-page-head-left-discount svg {
  margin-right: 9px;
}
.df__shop-page-head-left-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-left-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.df__shop-page-head-left-btn {
  padding: 16px 130px;
}
.df__shop-page-head-left-countries .df__form-group {
  margin-bottom: 35px;
}
.df__shop-page-head-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-right {
    width: 100%;
    height: 289px;
    position: relative;
    top: unset;
    right: unset;
  }
}
.df__shop-page-head-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 40px 0;
}
@media screen and (max-width: 840px) {
  .df__shop-page-head-right img {
    border-radius: 0;
  }
}

.df__container-full--shop-page-content {
  display: flex;
  justify-content: center;
  background: #fff;
}
.df__container-full--shop-page-content h1, .df__container-full--shop-page-content h2, .df__container-full--shop-page-content h3, .df__container-full--shop-page-content h4, .df__container-full--shop-page-content h5, .df__container-full--shop-page-content h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #0860C7;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .df__container-full--shop-page-content h1, .df__container-full--shop-page-content h2, .df__container-full--shop-page-content h3, .df__container-full--shop-page-content h4, .df__container-full--shop-page-content h5, .df__container-full--shop-page-content h6 {
    font-size: 20px;
    line-height: 29px;
  }
}
.df__container-full--shop-page-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  margin-bottom: 24px;
}

.df__shop-page-content {
  max-width: 780px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-content {
    margin: 0 15px;
  }
}
.df__shop-page-content-title {
  margin-top: 50px;
}
.df__shop-page-content ul, .df__shop-page-content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.df__shop-page-content ul li, .df__shop-page-content ol li {
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
}
.df__shop-page-content ol {
  list-style-type: decimal;
}
.df__shop-page-content ul {
  list-style-type: initial;
}

.df__shop-page-content-countries {
  display: flex;
  flex-wrap: wrap;
}

.df__shop-page-content-country {
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  width: 175px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .df__shop-page-content-country {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .df__shop-page-content-country:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .df__shop-page-content-country:nth-child(4n) {
    margin-right: 0;
  }
}
.df__shop-page-content-country img {
  width: 66px;
  margin-bottom: 17px;
}
.df__shop-page-content-country p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2361A9;
  margin-bottom: 0;
}

.df__shop-page-content-faq {
  background: #fff;
  margin-top: 48px;
}

.df__shop-page-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
.df__shop-page-categories .df__btn {
  display: none;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .df__shop-page-categories .df__btn {
    display: flex;
  }
}

.df__shop-page-categories-desktop {
  display: block;
}
@media screen and (max-width: 840px) {
  .df__shop-page-categories-desktop {
    display: none;
  }
}

.df__shop-page-categories--mobile {
  display: none;
}
@media screen and (max-width: 840px) {
  .df__shop-page-categories--mobile {
    display: block;
  }
}
.df__shop-page-categories--mobile .df__btn {
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.df__shop-page-category .df__dropdown-items {
  min-width: 300px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-category {
    display: none;
  }
}

.df__shop-page-categories-parent {
  display: none;
}
@media screen and (max-width: 840px) {
  .df__shop-page-categories-parent {
    display: block;
  }
}

.df__shop-page-category-dummy {
  display: none;
  pointer-events: none;
  background: #EFF1F4 !important;
}
@media screen and (max-width: 840px) {
  .df__shop-page-category-dummy {
    display: block;
  }
}

.df__shop-page-categories-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.2px;
  letter-spacing: 0.02em;
  color: #303A45;
  display: none;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .df__shop-page-categories-title {
    display: block;
  }
}

.df__btn-shop-open-category.df__btn-shop-open-category--disabled {
  border: 2px solid #EFF1F4;
  color: #303A45;
  pointer-events: none;
}

.df__dropdown-native {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  padding-left: 20px;
  appearance: none; /* Remove default appearance (works in most browsers) */
  -webkit-appearance: none; /* Remove default appearance for WebKit (Safari, Chrome) */
  -moz-appearance: none; /* Remove default appearance for Firefox */
  border: none;
  background: #F3F8FE url("/img/arrow_select.svg") no-repeat right 15px center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .df__shop-page-content-country:nth-child(odd) .df__tooltip-content {
    left: -100px;
  }
}
.df__shop-page-tooltip-country {
  position: absolute;
  right: 0;
  top: 0;
  background: #EFF1F4;
  color: #303A45;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 4px 10px 4px 4px;
}

.df__shop-page-section-1-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .df__shop-page-section-1-buttons {
    flex-direction: column-reverse;
  }
  .df__shop-page-section-1-buttons .df__shop-page-head-left-btn {
    width: 100%;
    text-align: center;
  }
}
.df__shop-page-section-1-buttons-vpn {
  width: 175px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-section-1-buttons-vpn {
    margin-bottom: 16px;
    width: 100%;
  }
}
.df__shop-page-section-1-buttons-vpn p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #303A45;
}

.df__shop-page-top-banner-container {
  box-shadow: 0px 2px 17px 0px rgba(31, 84, 157, 0.1411764706);
  margin-top: 96px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 840px) {
  .df__shop-page-top-banner-container {
    margin-top: 48px;
    border-radius: 0;
  }
}

.df__shop-page-top-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 48px;
  border-radius: 40px 40px 0 0;
  height: 80px;
}
@media screen and (max-width: 840px) {
  .df__shop-page-top-banner {
    flex-direction: column;
    padding: 32px 0;
    height: unset;
  }
}
.df__shop-page-top-banner img {
  width: 160px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 840px) {
  .df__shop-page-top-banner img {
    order: -1;
    margin-bottom: 48px;
  }
}
.df__shop-page-top-banner-btn-1 {
  padding: 12px 42px !important;
}
@media screen and (max-width: 840px) {
  .df__shop-page-top-banner-btn-1 {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .df__shop-page-top-banner-btn-1 {
    width: 100%;
    text-align: center;
  }
}
.df__shop-page-top-banner-btn-2 {
  padding: 14px 36px !important;
}
@media screen and (max-width: 840px) {
  .df__shop-page-top-banner-btn-2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .df__shop-page-top-banner-btn-2 {
    width: 100%;
    text-align: center;
  }
}

.df__shop-page-content-faq-shop {
  padding-bottom: 12px !important;
}
@media screen and (max-width: 1024px) {
  .df__shop-page-content-faq-shop {
    padding-bottom: 24px !important;
  }
}
.df__shop-page-content-faq-shop .df__buy-instructions {
  padding-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.df__container--country-head {
  background: #F3F8FE;
  padding: 48px 0;
}
@media screen and (max-width: 500px) {
  .df__container--country-head h1 {
    display: none;
  }
}

.df__container--country-head-int {
  background: #fff;
}

.df__container--country-head--mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .df__container--country-head--mobile {
    display: block;
    background: #fff;
    padding-bottom: 0;
  }
}

.df__container--country-content {
  background: #F3F8FE;
  padding: 96px 0;
}
@media screen and (max-width: 1024px) {
  .df__container--country-content {
    padding: 48px 0 48px 0;
    margin-bottom: 72px;
  }
  .df__container--country-content .df__row {
    flex-direction: column;
  }
}

.df__country-head {
  height: auto;
  overflow: hidden;
}
.df__country-head .df__section-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  .df__country-head .df__section-title {
    text-align: center !important;
  }
}

.df__country-tag-items {
  display: flex;
  flex-wrap: wrap;
}
.df__country-tag-items .df__country-tag-item {
  width: calc(20% - 20px);
  height: 54px;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.df__country-tag-items .df__country-tag-item:nth-child(5n), .df__country-tag-items .df__country-tag-item:last-child {
  margin-right: 0;
}
.df__country-tag-items .df__country-tag-item img {
  width: 25px;
  margin-right: 12px;
}
.df__country-tag-items .df__country-tag-item.active, .df__country-tag-items .df__country-tag-item:hover {
  border: 1px solid #0860C7;
}
@media screen and (max-width: 1024px) {
  .df__country-tag-items .df__country-tag-item {
    font-size: 13px;
  }
  .df__country-tag-items .df__country-tag-item img {
    margin-right: 6px;
  }
}
@media screen and (max-width: 500px) {
  .df__country-tag-items .df__country-tag-item {
    height: 40px;
    width: calc(50% - 7px);
    font-size: 13px;
    font-weight: 500;
    margin-right: 0;
  }
  .df__country-tag-items .df__country-tag-item:nth-child(2n) {
    margin-left: 14px;
  }
  .df__country-tag-items .df__country-tag-item:nth-child(5n), .df__country-tag-items .df__country-tag-item:last-child {
    margin-right: 0;
  }
  .df__country-tag-items .df__country-tag-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .df__country-tag-items .df__country-tag-item img {
    width: 18px;
    height: 13px;
  }
}

.df__country-tag-items-old {
  display: flex;
  flex-wrap: wrap;
}
.df__country-tag-items-old .df__country-tag-item {
  width: calc(20% - 20px);
  height: 54px;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.df__country-tag-items-old .df__country-tag-item:nth-child(5n), .df__country-tag-items-old .df__country-tag-item:last-child {
  margin-right: 0;
}
.df__country-tag-items-old .df__country-tag-item img {
  width: 25px;
  margin-right: 12px;
}
.df__country-tag-items-old .df__country-tag-item.active, .df__country-tag-items-old .df__country-tag-item:hover {
  border: 1px solid #0860C7;
}
@media screen and (max-width: 1024px) {
  .df__country-tag-items-old .df__country-tag-item {
    font-size: 13px;
  }
  .df__country-tag-items-old .df__country-tag-item img {
    margin-right: 6px;
  }
}
@media screen and (max-width: 500px) {
  .df__country-tag-items-old .df__country-tag-item {
    height: 40px;
    width: calc(50% - 7px);
    font-size: 13px;
    font-weight: 500;
    margin-right: 0;
  }
  .df__country-tag-items-old .df__country-tag-item:nth-child(2n) {
    margin-left: 14px;
  }
  .df__country-tag-items-old .df__country-tag-item:nth-child(5n), .df__country-tag-items-old .df__country-tag-item:last-child {
    margin-right: 0;
  }
  .df__country-tag-items-old .df__country-tag-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .df__country-tag-items-old .df__country-tag-item img {
    width: 18px;
    height: 13px;
  }
}

.df__country-sidebar {
  width: 366px;
  margin-right: 64px;
}
@media screen and (max-width: 1024px) {
  .df__country-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.df__country-sidebar-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #303A45;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__country-sidebar-title {
    font-size: 26px;
    line-height: 36.4px;
  }
}
@media screen and (max-width: 1024px) {
  .df__country-sidebar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.df__country-sidebar-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #FFFFFF;
  padding: 13px 16px;
  border-radius: 10px;
  margin-bottom: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .df__country-sidebar-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    border: 1px solid #0860C7;
  }
}
.df__country-sidebar-list-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__country-sidebar-list-item a {
    font-size: 14px;
    line-height: 22px;
  }
}
.df__country-sidebar-list-item.active {
  background: #0860C7;
}
.df__country-sidebar-list-item.active a {
  color: #fff;
}
.df__country-sidebar-list-item.active .df__country-sidebar-list-item-icon {
  background: #fff;
}
.df__country-sidebar-list-item.active .df__country-sidebar-list-item-icon svg path {
  fill: #0860C7;
}
.df__country-sidebar-list-item-icon {
  background: #0860C7;
  border-radius: 4px;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .df__country-sidebar-list-item-icon {
    margin-left: 12px;
    transform: rotate(90deg);
    width: 16px;
    height: 16px;
  }
  .df__country-sidebar-list-item-icon svg {
    width: 12px;
    height: 12px;
  }
}

.df__country-content {
  flex: 1;
  background: #fff;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  padding: 48px;
  border-radius: 24px;
}
@media screen and (max-width: 500px) {
  .df__country-content {
    width: 100%;
    border-radius: 24px;
    padding: 24px;
  }
}
.df__country-content-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 7px;
}
.df__country-content-subtitle {
  max-width: 460px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 48px;
}

.df__country-content-item {
  display: none;
  max-height: 970px;
  min-height: 620px;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .df__country-content-item {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    overflow-y: unset;
    overflow-x: unset;
    max-height: unset;
  }
}
.df__country-content-item > div {
  margin-bottom: 48px;
}
.df__country-content-item.active {
  display: block;
  overflow: visible;
}
.df__country-content-item .simplebar-track.simplebar-vertical {
  right: -25px !important;
}
.df__country-content-item h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36.4px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__country-content-item h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.df__country-content-item ol {
  list-style: decimal !important;
}
.df__country-content-item ol li {
  margin-bottom: 24px;
}
.df__country-content-item ul, .df__country-content-item ol {
  list-style: inherit;
  margin-left: 20px;
}
.df__country-content-item ul.df__country-content-item-ul--margin, .df__country-content-item ol.df__country-content-item-ul--margin {
  margin-bottom: 48px;
}
.df__country-content-item ul.df__country-content-item-li--margin li, .df__country-content-item ol.df__country-content-item-li--margin li {
  margin-bottom: 24px;
}
.df__country-content-item ul li, .df__country-content-item ul ol, .df__country-content-item ol li, .df__country-content-item ol ol {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}
.df__country-content-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}
.df__country-content-item p strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.df__country-content-item p.df__country-content-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}

.df__country-faq {
  background: rgba(133, 184, 242, 0.1);
}

.df__country-content-menu-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .df__country-content-menu-mobile {
    display: block;
  }
}
.df__country-content-menu-mobile .df__country-sidebar-list {
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 48px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.df__country-content-menu-mobile .df__country-sidebar-list::-webkit-scrollbar {
  display: none;
}
.df__country-content-menu-mobile .df__country-sidebar-list-item {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 17px;
  border: 1px solid #EFF1F4;
  border-radius: 24px;
  margin-right: 7px;
}
.df__country-content-menu-mobile .df__country-sidebar-list-item.active {
  border: none;
  padding: 17px;
}
.df__country-content-menu-mobile .df__country-sidebar-list-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.df__country-content-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 26px;
}

.df__country-content-item-table {
  width: 100%;
  margin-bottom: 48px;
}
.df__country-content-item-table tr {
  position: relative;
  height: 48px !important;
  border-bottom: 1px solid #EFF1F4;
}
.df__country-content-item-table tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  padding: 10px 0;
  color: #0860C7;
}
.df__country-content-item-table tr td:first-child {
  color: #303A45;
  margin-right: 50px;
}
.df__country-content-item-table tr:has(.df__country-content-item-table-action:hover) .df__country-content-item-table-text:nth-child(2) {
  color: #0860C7;
}
@media screen and (max-width: 1024px) {
  .df__country-content-item-table tr .df__country-content-item-table-text:nth-child(2) {
    color: #0860C7;
  }
}
@media screen and (max-width: 1024px) {
  .df__country-content-item-table tr {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-bottom: 5px;
  }
  .df__country-content-item-table tr td:first-child {
    margin-right: 0;
  }
}
.df__country-content-item-table-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #303A45;
}
.df__country-content-item-table-text.df__country-content-item-table-text--grey {
  color: #99A4AF;
}
.df__country-content-item-table-text.df__country-content-item-table-text--block {
  display: block;
}
@media screen and (max-width: 500px) {
  .df__country-content-item-table-text.df__country-content-item-table-text--block {
    margin-bottom: 0;
  }
}
.df__country-content-item-table-action {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .df__country-content-item-table-action {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .df__country-content-item-table-action svg path {
    fill: #0860C7;
  }
}
.df__country-content-item-table-action svg path {
  fill: #99A4AF;
}
.df__country-content-item-table-action svg:hover path {
  fill: #0860C7;
}

.df__country-content-item-disc {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #303A45;
  position: relative;
  z-index: 2;
  margin-top: 120px;
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  .df__country-content-item-disc {
    margin-top: 60px;
    padding: 0 15px;
  }
}
.df__country-content-item-disc span {
  position: absolute;
  font-size: 200px;
  left: -32px;
  top: 30px;
  color: #FCE6EB;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .df__country-content-item-disc span {
    font-size: 140px;
    left: -6px;
  }
}

.df__country-main-subtitle {
  text-align: center;
  max-width: 100%;
  margin-bottom: 48px;
}

.df__container--country-direction {
  border-radius: 40px;
  background: var(--grey-light, #EFF1F4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
@media screen and (max-width: 500px) {
  .df__container--country-direction {
    padding: 24px 0;
    border-radius: 0;
    margin-top: 20px;
  }
}
.df__container--country-direction .df__country-direction-title {
  color: var(--dark-grey, #303A45);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
.df__container--country-direction .df__country-direction-inputs {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .df__container--country-direction .df__country-direction-inputs {
    flex-direction: column;
  }
}
.df__container--country-direction .df__country-direction-inputs .df__form-group {
  width: 376px;
}
@media screen and (max-width: 500px) {
  .df__container--country-direction .df__country-direction-inputs .df__form-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
.df__container--country-direction .df__country-direction-inputs .df__form-group:first-child {
  margin-right: 26px;
}

.df__popular-shops-container {
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .df__popular-shops {
    margin-bottom: 72px;
  }
}
.df__popular-shops-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .df__popular-shops-head-arrows {
    display: none;
  }
}
.df__popular-shops-head-arrows-prev {
  margin-right: 24px;
  width: 57px;
  height: 57px;
  cursor: pointer;
}
.df__popular-shops-head-arrows-next {
  width: 57px;
  height: 57px;
  cursor: pointer;
}
.df__popular-shops-head-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__popular-shops-head-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}
.df__popular-shops-head-title img {
  width: 44px;
  height: 32px;
  margin-left: 24px;
  box-shadow: 0px 8px 22px 0px rgba(45, 63, 86, 0.2588235294);
}
.df__popular-shops-head-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #747E89;
}
.df__popular-shops-body {
  display: flex;
}
.df__popular-shops-body-item {
  background: #EFF1F4;
  width: 275px;
  height: 169px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-right: 10px;
}
.df__popular-shops-body-item img {
  width: 100px;
}

.df__country-shop-info {
  background: #F3F8FE;
  border-radius: 24px;
  display: flex;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  .df__country-shop-info {
    padding: 24px;
    flex-direction: column;
  }
}
.df__country-shop-info-left {
  width: 425px;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .df__country-shop-info-left {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0;
  }
}
.df__country-shop-info-left img {
  width: 100%;
  border-radius: 24px;
}
.df__country-shop-info-right {
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .df__country-shop-info-right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .df__country-shop-info .df__btn {
    width: 100%;
    justify-content: center;
  }
}

.df__prohibited-items-content {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .df__prohibited-items-content {
    gap: 15px;
  }
}
.df__prohibited-items-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__prohibited-items-more .df__btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.df__prohibited-items .df__prohibited-item {
  width: calc(33% - 20px);
  background: #F3F8FE;
  border-radius: 24px;
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .df__prohibited-items .df__prohibited-item {
    width: calc(50% - 10px);
    flex-direction: column;
    align-items: flex-start;
  }
}
.df__prohibited-items .df__prohibited-item.hide {
  display: none;
}
.df__prohibited-items .df__prohibited-item-content {
  margin-top: 12px;
}
.df__prohibited-items .df__prohibited-item img {
  width: 66px;
  height: 66px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .df__prohibited-items .df__prohibited-item img {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.df__prohibited-items .df__prohibited-item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #303A45;
}

.df__lifehacks .df__section-title img {
  margin-left: 24px;
  width: 44px;
  height: 32px;
  box-shadow: 0px 6px 22px 0px rgba(45, 63, 86, 0.2588235294);
}
@media screen and (max-width: 1024px) {
  .df__lifehacks .df__section-title {
    display: flex;
    align-items: center;
  }
}
.df__lifehacks-items {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .df__lifehacks-items {
    overflow-x: scroll;
  }
}
.df__lifehacks-items .simplebar-content {
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .df__lifehacks-items .simplebar-content {
    flex-wrap: unset;
    gap: 0;
  }
}
.df__lifehacks-item {
  width: calc(25% - 20px);
  padding: 24px;
  background: #EFF1F4;
  border-radius: 24px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .df__lifehacks-item {
    min-width: 221px;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 0;
  }
}
.df__lifehacks-item-head {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}
.df__lifehacks-item-head img {
  width: 78px;
  height: 78px;
  margin-bottom: 12px;
}
.df__lifehacks-item-head p {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.2px;
  color: #303A45;
}
.df__lifehacks-item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #303A45;
}
.df__lifehacks-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__lifehacks-more .df__btn {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .df__country-rules .df__section-title, .df__country-rules .df__section-text {
    text-align: center !important;
  }
}
.df__country-rules-tags {
  display: flex;
  margin-bottom: 96px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-tags {
    overflow-x: scroll;
    margin-bottom: 48px;
  }
}
.df__country-rules-tags .simplebar-content {
  flex-direction: row !important;
}
.df__country-rules-tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
  border: 2px solid #EFF1F4;
  border-radius: 8px;
  padding: 12px 16px;
  margin-right: 22px;
  display: flex;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.df__country-rules-tag:last-child {
  margin-right: 0;
}
.df__country-rules-tag.active {
  border-color: #0860C7;
  padding: 22px 23px;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-tag.active {
    order: -1;
  }
}
.df__country-rules-tag img {
  width: 25px;
  height: 18px;
  margin-right: 12px;
}
.df__country-rules-body {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-body {
    flex-direction: column;
  }
}
.df__country-rules-body-left {
  width: 460px;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-body-left {
    width: 100%;
  }
}
.df__country-rules-body-right {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-body-right {
    width: 100%;
  }
}
.df__country-rules-body-right img {
  width: 100%;
  height: 100%;
}
.df__country-rules-body-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  color: #303A45;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-body-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}
.df__country-rules-body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__country-rules-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-items {
    gap: 12px;
  }
}
.df__country-rules-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
  padding: 14px 24px;
  background: #EFF1F4;
  border-radius: 8px;
  width: 195px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .df__country-rules-item {
    width: 100%;
  }
}
.df__country-rules-item.active {
  background: #FCE6EB;
}
.df__country-rules .select2-container {
  height: 54px !important;
}
.df__country-rules .select2-container .select2-selection--single {
  border-radius: 10px !important;
  height: 54px !important;
}
.df__country-rules .select2-selection__rendered {
  height: 54px;
  display: flex !important;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.df__country-rules .select2-selection__arrow {
  height: 54px !important;
}
.df__country-rules .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(/img/df/shop-service/arrow-down.svg) !important;
  background-size: auto;
  background-position: 0;
}
.df__country-rules-countries-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  display: flex;
}
.df__country-rules-countries-flag {
  width: 25px;
  height: 18px;
  margin-right: 18px;
}
.df__country-rules-countries-option {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__container--slide-country {
    width: 100%;
    max-width: 100%;
  }
}

.df__country-slide {
  background: #EAFBF6;
  height: 520px;
}
@media screen and (max-width: 1024px) {
  .df__country-slide {
    height: auto !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__country-slide {
    height: 470px;
    flex-direction: row;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
  }
  .df__country-slide .df__home-intro-slide-right img {
    height: 470px !important;
  }
}
.df__country-slide .df__btn {
  margin-top: 48px;
}
.df__country-slide .df__home-intro-slide-left {
  padding: 48px 58px 48px 48px;
}
@media screen and (max-width: 1024px) {
  .df__country-slide .df__home-intro-slide-left {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .df__country-slide .df__home-intro-slide-right img {
    height: 600px;
    -o-object-position: top;
       object-position: top;
  }
  .df__country-slide .df__home-intro-slide-subtitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .df__country-slide .df__home-intro-slide-right img {
    height: 212px;
    -o-object-position: top;
       object-position: top;
  }
}
.df__country-slide-flag {
  background: #fff;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  padding: 5px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .df__country-slide-flag {
    padding: 8px 8px;
    margin-bottom: 24px;
  }
}
.df__country-slide-flag p {
  font-weight: 700;
  font-size: 14px;
  line-height: 26.28px;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__country-slide-flag p {
    line-height: 14px;
  }
}
.df__country-slide-flag img {
  width: 28px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .df__country-slide-flag img {
    width: 24px;
  }
}

.df__container--country-head-v2 {
  background: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .df__container--country-head-v2 {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .df__container--country-head-v2 h1 {
    display: none;
  }
}

.df__country-tag-items-v2 {
  display: flex;
  gap: 0 12px;
  position: relative;
  height: 70px;
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab !important;
  cursor: url("/img/cursor-drag.svg") 26 26, grab !important;
}
.df__country-tag-items-v2 * {
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab !important;
  cursor: url("/img/cursor-drag.svg") 26 26, grab !important;
}
.df__country-tag-items-v2 .simplebar-content {
  flex-direction: row !important;
  gap: 0 12px;
  height: 65px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__country-tag-items-v2 .simplebar-content {
    gap: 0;
  }
}
.df__country-tag-items-v2 .df__country-tag-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  box-shadow: -2px 1px 13px 0px rgba(33, 67, 99, 0.1019607843);
  border: 1px solid #fff;
  padding: 11px 12px;
  display: flex !important;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.df__country-tag-items-v2 .df__country-tag-item:hover {
  cursor: url("/img/cursor-drag.svg") 26 26, -webkit-grab;
  cursor: url("/img/cursor-drag.svg") 26 26, grab;
  background: rgb(239, 241, 244);
  border-color: rgb(239, 241, 244);
  box-shadow: 0px 1px 14px 0px rgba(20, 85, 143, 0.16);
}
@media screen and (max-width: 1024px) {
  .df__country-tag-items-v2 .df__country-tag-item {
    margin-right: 12px;
  }
}
.df__country-tag-items-v2 .df__country-tag-item.active {
  border: 2px solid #0860C7;
}
.df__country-tag-items-v2 .df__country-tag-item img {
  width: 25px;
  height: 18px;
  margin-right: 12px;
}
.df__country-tag-items-v2-slider {
  display: flex;
  overflow: hidden;
  padding: 10px 0 !important;
}
.df__country-tag-items-v2-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.df__country-tag-items-v2-slider .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.df__country-tag-items-v2-prev {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.df__country-tag-items-v2-prev svg {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.df__country-tag-items-v2-prev svg path {
  fill: #849AB4;
  transition: fill 0.3s ease;
}
.df__country-tag-items-v2-prev:hover svg path {
  fill: #0860C7;
}
.df__country-tag-items-v2-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.df__country-tag-items-v2-prev.swiper-button-disabled:hover svg path {
  fill: #849AB4;
}
.df__country-tag-items-v2-next {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.df__country-tag-items-v2-next svg {
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.df__country-tag-items-v2-next svg path {
  fill: #849AB4;
  transition: fill 0.3s ease;
}
.df__country-tag-items-v2-next:hover svg path {
  fill: #0860C7;
}
.df__country-tag-items-v2-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.df__country-tag-items-v2-next.swiper-button-disabled:hover svg path {
  fill: #849AB4;
}

.df__faq-header {
  width: 420px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__faq-header {
    width: 100%;
  }
}
.df__faq-header-title {
  color: var(--dark-grey, #303A45);
  font-size: 33px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 1024px) {
  .df__faq-header-title {
    font-size: 26px;
  }
}

.df__faq-sidebar {
  width: 420px;
}
@media screen and (max-width: 1024px) {
  .df__faq-sidebar {
    display: none;
  }
}
.df__faq-sidebar-list-item {
  margin-bottom: 24px;
}
.df__faq-sidebar-list-item a {
  color: var(--grey-2, #99A4AF);
  font-size: 18px;
  font-weight: 600;
  line-height: 146%;
  letter-spacing: 0.36px;
}
.df__faq-sidebar-list-item a.active {
  color: var(--blue, #0860C7);
}

.df__faq-search {
  width: 677px;
}
@media screen and (max-width: 1024px) {
  .df__faq-search {
    width: 100%;
  }
}
.df__faq-search-form {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__faq-search-form {
    margin-bottom: 24px;
  }
}
.df__faq-search-form button {
  border: 0;
  position: absolute;
  right: 24px;
  top: 16px;
}
.df__faq-search-form input {
  border-radius: 100px;
  border: 1px solid var(--grey-light, #EFF1F4);
  height: 54px;
  width: 100%;
  padding-left: 24px;
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}
.df__faq-search-form input::-moz-placeholder {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}
.df__faq-search-form input::placeholder {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}

.df__faq-list {
  display: flex;
  flex-direction: column;
  width: 677px;
}
@media screen and (max-width: 1024px) {
  .df__faq-list {
    width: 100%;
  }
}
.df__faq-list-item {
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 24px;
}
.df__faq-list-item-question {
  color: var(--blue, #0860C7);
  border-radius: 24px;
  background: var(--blue-light, #F3F8FE);
  font-size: 16px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0.4px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 21;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__faq-list-item-question {
    font-size: 18px;
  }
}
.df__faq-list-item-question span {
  width: 90%;
}
.df__faq-list-item.active .df__faq-list-item-answer {
  display: block;
}
.df__faq-list-item.active .df__faq-list-item-question svg {
  transform: rotate(45deg);
}
.df__faq-list-item-answer {
  display: none;
  border-radius: 0 0 24px 24px;
  background: var(--white, #FFF);
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.16);
  padding: 38px 28px 23px 28px;
  position: relative;
  z-index: 20;
  top: -20px;
}
.df__faq-list-item-answer p {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
.df__faq-list-item-answer iframe {
  width: 100%;
}
.df__faq-list-item-answer .df__faq-btn {
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  border-radius: 100px;
  background: var(--green, #28D3A1);
  padding: 10px 40px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.df__faq-mobile-categories .select2-selection {
  border-radius: 55px !important;
  border: 1px solid var(--grey-light, #EFF1F4);
  height: 54px;
}
.df__faq-mobile-categories .select2-selection__rendered {
  color: var(--grey-2, #99A4AF) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  height: 54px;
  display: flex !important;
  align-items: center;
}
.df__faq-mobile-categories .select2-selection__arrow {
  height: 54px !important;
}

.df__contacts-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 48px;
}
.df__contacts-item-left {
  width: 577px;
  padding: 48px;
  background: var(--white, #FFF);
  border-radius: 24px;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.16);
}
@media screen and (max-width: 500px) {
  .df__contacts-item-left {
    width: 100%;
    padding: 48px 24px;
  }
}
.df__contacts-item-right {
  width: 577px;
}
.df__contacts-item-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 500px) {
  .df__contacts-item-right {
    display: none;
  }
}
.df__contacts-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.df__contacts-item-head p {
  color: var(--dark-grey, #303A45);
  font-size: 20px;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0.4px;
  margin-bottom: 0 !important;
}
.df__contacts-item-list-item {
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .df__contacts-item-list-item {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.df__contacts-item-list-item-param {
  width: 150px;
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 500px) {
  .df__contacts-item-list-item-param {
    font-size: 13px;
  }
}
.df__contacts-item-list-item-value {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 1024px) {
  .df__page-search {
    padding: 0 15px;
  }
}

.df__page-search-form {
  border-radius: 24px;
  background: var(--blue-light, #F3F8FE);
  padding: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-form {
    margin-bottom: 24px;
    padding: 24px;
  }
}
.df__page-search-form-title {
  color: var(--dark-grey, #303A45);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 129.412% */
  letter-spacing: 0.68px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-form-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
  }
}
.df__page-search-form form {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .df__page-search-form form {
    flex-direction: column;
  }
}
.df__page-search-form form .df__form-group {
  max-width: 778px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__page-search-form form .df__form-group {
    margin-bottom: 10px;
  }
}
.df__page-search-form form .df__input {
  border-radius: 100px;
  border: 1px solid var(--grey-light, #EFF1F4);
  background: #FFF;
  width: 100%;
  height: 54px;
}
.df__page-search-form form .df__form-group-input-search {
  position: absolute;
  right: 22px;
  top: 16px;
}
.df__page-search-form form .df__page-search-submit {
  border-radius: 100px;
  background: var(--blue, #0860C7);
  border: 0;
  margin-left: 35px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-form form .df__page-search-submit {
    height: 44px;
    width: 100%;
    margin-left: 0;
  }
}

.df__page-search-results-count {
  color: var(--dark-grey, #303A45);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 146%; /* 26.28px */
  letter-spacing: 0.36px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-results-count {
    margin-bottom: 24px;
  }
}

.df__page-search-results-item {
  border-radius: 24px;
  border: 1px solid var(--grey-light, #EFF1F4);
  padding: 48px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-results-item {
    margin-bottom: 12px;
    padding: 24px;
  }
}
.df__page-search-results-item:hover {
  border: 1px solid var(--blue, #0860C7);
}
.df__page-search-results-item:hover .df__page-search-results-item-badge {
  background: var(--light-green, #EAFBF6);
}
.df__page-search-results-item-badge {
  border-radius: 24px;
  background: var(--blue-light, #F3F8FE);
  position: absolute;
  top: 50px;
  right: 50px;
  color: var(--blue, #0860C7);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  padding: 12px 34px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-results-item-badge {
    top: 20px;
    right: 24px;
    padding: 6px 17px;
    font-size: 14px;
    line-height: 22px;
  }
}
.df__page-search-results-item-title {
  color: var(--blue, #0860C7);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146%; /* 29.2px */
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  max-width: 650px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .df__page-search-results-item-title {
    margin-bottom: 12px;
    font-size: 18px;
    max-width: 70%;
  }
}
.df__page-search-results-item-content {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
  max-width: 650px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-results-item-content {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.df__page-search-results-item-link {
  color: var(--blue, #0860C7);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1024px) {
  .df__page-search-results-item-link {
    font-size: 14px;
  }
}
.df__page-search-results-item-link svg {
  margin-left: 10px;
}

.df__container--article {
  margin: 5px auto 30px auto;
}

.df__article-container {
  border-radius: 40px;
  background: var(--white, #FFF);
  box-shadow: 0px 17px 45px 0px rgba(64, 98, 144, 0.1);
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .df__article-container {
    box-shadow: none;
  }
}
.df__article-container-inner {
  padding: 34px 79px 0 79px;
}
@media screen and (max-width: 1024px) {
  .df__article-container-inner {
    padding: 0;
  }
}

.df__article-head {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .df__article-head {
    margin-bottom: 24px;
  }
}

.df__article-date {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
}

.df__article-stats {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.df__article-stats.df__article-stats--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__article-stats {
    display: none;
  }
  .df__article-stats.df__article-stats--mobile {
    display: flex;
    margin-bottom: 24px;
  }
}
.df__article-stats-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.df__article-stats-item svg {
  margin-right: 9px;
}
.df__article-stats-item p {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
}

.df__article-image {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__article-image {
    margin-bottom: 24px;
  }
}

.df__article-title {
  color: var(--dark-grey, #303A45);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px; /* 125% */
  letter-spacing: 0.8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__article-title {
    font-size: 26px;
    line-height: 140%; /* 36.4px */
    margin-bottom: 48px;
  }
}

.df__article-content ul {
  list-style-type: initial;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .df__article-content ul {
    padding-left: 20px;
  }
}
.df__article-content img, .df__article-content video {
  width: 100%;
}
.df__article-content p, .df__article-content span, .df__article-content li {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .df__article-content p, .df__article-content span, .df__article-content li {
    font-size: 16px;
    line-height: 23px; /* 143.75% */
  }
}
.df__article-content a {
  color: var(--blue, #0860C7);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
}
@media screen and (max-width: 1024px) {
  .df__article-content a {
    font-size: 16px;
    line-height: 23px; /* 143.75% */
  }
}
.df__article-content h2 {
  color: var(--dark-grey, #303A45);
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__article-content h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
  }
}
.df__article-content h3 {
  color: var(--dark-grey, #303A45);
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__article-content h3 {
    color: var(--dark-grey, #303A45);
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
  }
}
.df__article-content h4 {
  color: var(--dark-grey, #303A45);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__article-content h4 {
    color: var(--dark-grey, #303A45);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
}
.df__article-content h5 {
  color: var(--dark-grey, #303A45);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
}
.df__article-content h6 {
  color: var(--dark-grey, #303A45);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

.df__article-tags {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .df__article-tags {
    display: none;
  }
}
.df__article-tags .df__article-tag {
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
  padding: 7px 31px;
  border-radius: 10px;
  background: var(--green, #28D3A1);
}

.df__article-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 41px 48px;
  border-radius: 40px;
  background: var(--blue-light, #F3F8FE);
  margin: 46px 26px;
}
@media screen and (max-width: 1024px) {
  .df__article-rating {
    padding: 30px;
    flex-direction: column;
    margin: 0 0 28px 0;
    align-items: flex-start;
  }
}
.df__article-rating-title {
  color: var(--dark-grey, #303A45);
  font-size: 20px;
  font-weight: 700;
  line-height: 146%; /* 29.2px */
  letter-spacing: 0.4px;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .df__article-rating-title {
    margin-bottom: 0;
  }
}
.df__article-rating-text {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1024px) {
  .df__article-rating .df__article-rating-left {
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
  }
}
.df__article-rating .df__article-rating-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .df__article-rating .df__article-rating-right {
    width: 100%;
    align-items: center;
  }
}
.df__article-rating .df__article-vote-btn {
  margin-top: 33px;
}
@media screen and (max-width: 1024px) {
  .df__article-rating .df__page-reviews-form-stars svg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 8px;
  }
}
.df__article-rating .df__page-reviews-form-stars svg path, .df__article-rating .df__page-reviews-form-stars svg:hover ~ svg path {
  fill: none;
}
.df__article-rating .df__page-reviews-form-stars:hover svg path {
  fill: #0860C7;
}
.df__article-rating .df__page-reviews-form-star.active path {
  fill: #0860C7;
}
.df__article-rating .df__page-reviews-form-stars {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .df__article-rating .df__page-reviews-form-stars {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.df__article-cta {
  border-radius: 40px;
  background: var(--Light-Red, #FCE6EB);
  padding: 56px 74px 56px 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__article-cta {
    padding: 30px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
}
.df__article-cta-title {
  color: var(--dark-grey, #303A45);
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
  letter-spacing: 0.52px;
  max-width: 395px;
}
@media screen and (max-width: 1024px) {
  .df__article-cta-title {
    font-size: 20px;
    line-height: 26px; /* 130% */
    margin-bottom: 24px;
    text-align: center;
  }
}
.df__article-cta-btn {
  border-radius: 100px;
  border: 2px solid var(--blue, #0860C7);
  color: var(--blue, #0860C7);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  height: 54px;
  display: flex;
  align-items: center;
  transition: 0.5s all;
  max-width: 224px;
  width: 100%;
  justify-content: center;
}
.df__article-cta-btn:hover {
  color: #fff;
  background: #0860C7;
}
@media screen and (max-width: 1024px) {
  .df__article-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

.df__shops-slider {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 840px) {
  .df__shops-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .df__shops-slider div:nth-child(n+7) {
    display: none;
  }
}
.df__shops-slider img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 100px;
  aspect-ratio: 1;
}
@media screen and (max-width: 840px) {
  .df__shops-slider img {
    width: 150px;
    margin-right: 0;
    margin-bottom: 40px;
    aspect-ratio: auto;
  }
  .df__shops-slider img:nth-child(2n) {
    margin-left: 100px;
  }
}
.df__shops-slider .slick-track {
  display: flex;
  align-items: center;
}
.df__shops-slider .slick-list {
  width: 84%;
}

.df__shops-slider-more {
  display: none;
}
@media screen and (max-width: 840px) {
  .df__shops-slider-more {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
  .df__shops-slider-more.hide {
    display: none;
  }
  .df__shops-slider-more p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0860C7;
    margin-bottom: 18px;
  }
}

.df__shops-slider-all {
  margin-top: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .df__shops-slider-all {
    display: none;
  }
}

.df__article-body {
  position: relative;
}

.df__article-share {
  position: absolute;
  right: -187px;
}
.df__article-share.df__article-share--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__article-share {
    display: none;
  }
  .df__article-share.df__article-share--mobile {
    position: relative;
    display: block;
    right: 0;
    margin-bottom: 73px;
  }
}
.df__article-share-title {
  color: var(--dark-grey, #303A45);
  font-size: 20px;
  font-weight: 700;
  line-height: 146%; /* 29.2px */
  letter-spacing: 0.4px;
  margin-bottom: 33px;
}
.df__article-share-icons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .df__article-share-icons {
    justify-content: left;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.df__article-share-item {
  border-radius: 100%;
  background: var(--white, #FFF);
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.16);
  margin-bottom: 24px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.df__article-share-item-tooltip {
  display: none;
  color: var(--dark-grey, #303A45);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.26px;
  border-radius: 6px;
  background: var(--white, #FFF);
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.16);
  padding: 10px 12px;
  right: -110px;
  top: -10px;
}
.df__article-share-item:hover .df__article-share-item-tooltip {
  display: flex;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .df__article-share-item:hover .df__article-share-item-tooltip {
    display: none;
  }
}

.df__container--benefits-article .df__home-benefits-categories .slick-list {
  width: 100%;
}
.df__container--benefits-article .slick-track {
  margin: 0 !important;
}
.df__container--benefits-article .df__home-benefits-category {
  opacity: 1 !important;
}

.df__article-authors {
  position: absolute;
  left: -255px;
  top: -50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .df__article-authors {
    margin-bottom: 32px;
  }
}
.df__article-authors.df__article-authors--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__article-authors {
    display: none;
  }
  .df__article-authors.df__article-authors--mobile {
    position: initial;
    left: unset;
    top: unset;
    display: flex !important;
  }
}
.df__article-authors-title {
  color: var(--grey-2, #99A4AF);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.26px;
  margin-bottom: 16px;
}
.df__article-authors .df__article-author {
  margin-bottom: 35px;
  max-width: 120px;
}
@media screen and (max-width: 1024px) {
  .df__article-authors .df__article-author {
    max-width: 100%;
    display: flex;
    margin-bottom: 16px;
  }
}
.df__article-authors .df__article-author-image {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 2px solid var(--green, #28D3A1);
  box-shadow: 0px 0px 22px 0px rgba(33, 67, 99, 0.26);
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .df__article-authors .df__article-author-image {
    margin-right: 16px;
  }
}
.df__article-authors .df__article-author-name {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
.df__article-authors .df__article-author-position {
  color: var(--grey-2, #99A4AF);
  font-size: 13px;
  font-weight: 500;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.26px;
  margin-bottom: 16px;
}
.df__article-authors .df__article-author-socials {
  display: flex;
  flex-wrap: wrap;
}
.df__article-authors .df__article-author-social {
  background: #0860C7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: 12px;
  margin-bottom: 12px;
}
.df__article-authors .df__article-author-social svg {
  width: 12px;
  height: 12px;
}
.df__article-authors .df__article-author-social:last-child {
  margin-right: 0;
}

.df__article-summary {
  margin-bottom: 48px;
}
.df__article-summary h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 18px;
}
.df__article-summary ol {
  list-style: auto;
  margin-left: 18px;
}
.df__article-summary ol li, .df__article-summary ol a {
  color: #0860C7;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 16px;
  cursor: pointer;
}

.df__author-container {
  max-width: 870px;
  margin: 0 auto;
}
.df__author-container-inner {
  padding: 34px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__author-container-inner {
    padding: 0;
  }
}

.df__author-image {
  border-radius: 100%;
  border: 3px solid var(--green, #28D3A1);
  width: 192px;
  height: 192px;
  margin-bottom: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .df__author-image {
    width: 170px;
    height: 170px;
  }
}

.df__author-name {
  color: var(--dark-grey, #303A45);
  font-size: 34px;
  font-weight: 700;
  line-height: 44px; /* 129.412% */
  letter-spacing: 0.68px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__author-name {
    font-size: 26px;
    line-height: 140%; /* 36.4px */
  }
}

.df__author-position {
  color: var(--grey-2, #99A4AF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__author-position {
    font-size: 13px;
    line-height: 24px; /* 184.615% */
  }
}

.df__author-description > p {
  color: var(--dark-grey, #303A45);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
  margin-bottom: 49px;
  text-align: center;
  max-width: 778px;
}

.df__author-socials {
  display: flex;
  margin-bottom: 88px;
}
.df__author-socials .df__author-social {
  width: 48px;
  height: 48px;
  background: #0860C7;
  border-radius: 100%;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df__author-socials .df__author-social.df__author-social--tiktok svg {
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .df__author-socials .df__author-social {
    margin-right: 16px;
  }
}
.df__author-socials .df__author-social:last-child {
  margin-right: 0;
}

.df__author-title {
  color: var(--dark-grey, #303A45);
  font-size: 34px;
  font-weight: 700;
  line-height: 44px; /* 129.412% */
  letter-spacing: 0.68px;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .df__author-title {
    font-size: 26px;
    line-height: 140%; /* 36.4px */
  }
}

.df__author-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__author-tags {
    justify-content: center;
    gap: 12px;
  }
}
.df__author-tags .df__author-tag {
  border-radius: 10px;
  background: var(--green, #28D3A1);
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.32px;
  margin-right: 16px;
  padding: 7px 19px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__author-tags .df__author-tag {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.df__author-tags .df__author-tag:nth-child(4n) {
  margin-right: 0;
}

.df__news-card.df__news-card--author {
  border-radius: 24px;
  background: var(--blue-light, #F3F8FE);
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__news-card.df__news-card--author {
    min-width: 280px;
  }
}
.df__news-card.df__news-card--author img {
  margin-bottom: 34px;
  border-radius: 24px 24px 0 0;
}
@media screen and (max-width: 1024px) {
  .df__news-card.df__news-card--author img {
    margin-bottom: 18px;
    width: 100%;
  }
}
.df__news-card.df__news-card--author .df__news-card-header, .df__news-card.df__news-card--author .df__news-card-body {
  padding: 0 34px;
}
@media screen and (max-width: 1024px) {
  .df__news-card.df__news-card--author .df__news-card-header, .df__news-card.df__news-card--author .df__news-card-body {
    padding: 0 28px;
  }
}
@media screen and (max-width: 1024px) {
  .df__news-card.df__news-card--author .df__news-card-header {
    flex-direction: column;
    margin-bottom: 18px;
  }
  .df__news-card.df__news-card--author .df__news-card-header p:first-child {
    margin-bottom: 10px;
  }
}
.df__news-card.df__news-card--author .df__news-card-body {
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .df__news-card.df__news-card--author .df__news-card-body {
    margin-bottom: 24px;
  }
}
.df__news-card.df__news-card--author .df__news-card-title {
  display: flex;
  margin-bottom: 24px;
}

.df__news-cards-author {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .df__news-cards-author {
    width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
  }
}
.df__news-cards-author .df__news-card--author:nth-child(3n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .df__news-cards-author .df__news-card--author:nth-child(3n) {
    margin-right: 24px !important;
  }
}

.df__author-more-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__author-more-buttons {
    margin-bottom: 72px;
  }
}
.df__author-more-buttons a:first-child {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__author-more-buttons a:first-child {
    display: none;
  }
}

.row_personal_info-keys {
  display: flex;
  width: 40%;
  flex-direction: column;
}
.row_personal_info-keys-key {
  width: 100% !important;
  color: var(--grey-2, #99A4AF);
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 23px !important;
  letter-spacing: 0.32px;
}
.row_personal_info-keys-key-translate {
  width: 100% !important;
  color: var(--grey-2, #99A4AF);
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0.26px;
}

.news_wrap .card_news {
  background: #FFFFFF;
  box-shadow: 0px 0px 22px rgba(58, 105, 168, 0.12);
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 840px) {
  .news_wrap .card_news {
    box-shadow: none;
    padding: 0;
  }
}
.news_wrap .card_news .category svg, .news_wrap .card_news .date svg {
  margin-right: 10px;
}

.card_news:hover {
  box-shadow: 0px 6px 33px 0px rgba(8, 48, 123, 0.22);
}
@media screen and (max-width: 840px) {
  .card_news:hover {
    box-shadow: none;
  }
}
.card_news .category svg, .card_news .date svg {
  margin-right: 10px;
}

.special_news_wrap .card_news {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px;
}
.special_news_wrap .card_news .descr_card_news {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.special_news_wrap .card_news .descr_card_news h3 > a {
  color: #303A45;
}
.special_news_wrap .card_news:hover .descr_card_news h3 > a {
  color: #0860C7;
}

.df__news-filters {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__news-filters {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.df__news-filters .search_box {
  margin: 0;
  border: 1px solid #EFF1F4;
  border-radius: 100px;
}
.df__news-filters .search_box input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #99A4AF;
}
.df__news-filters .search_box input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #99A4AF;
}
.df__news-filters .toggle_switch {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .df__news-filters .toggle_switch {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.df__news-filters .toggle_switch .page {
  border: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #99A4AF;
  width: auto;
  padding: 0 16px;
  height: 40px;
}
.df__news-filters .toggle_switch .page.active {
  background: rgba(133, 184, 242, 0.1);
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0860C7;
}

.descr_card_news_footer {
  display: flex;
  justify-content: flex-end;
}

.df__section-hero--calculator {
  margin-bottom: 190px;
}

.df__calculator-duty {
  display: flex;
  margin-top: 96px;
  margin-bottom: 96px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .df__calculator-duty {
    padding: 0 15px;
  }
}
@media screen and (max-width: 840px) {
  .df__calculator-duty {
    flex-direction: column;
  }
}
.df__calculator-duty-left {
  width: calc(60% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .df__calculator-duty-left {
    width: 100%;
  }
}
.df__calculator-duty-right {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 840px) {
  .df__calculator-duty-right {
    width: 100%;
  }
}
.df__calculator-duty-img {
  width: 100%;
}
.df__calculator-duty-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  color: #303A45;
  margin-bottom: 24px;
  max-width: 576px;
}
@media screen and (max-width: 500px) {
  .df__calculator-duty-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}
.df__calculator-duty-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-width: 576px;
  color: #747E89;
}
@media screen and (max-width: 840px) {
  .df__calculator-duty-text {
    margin-bottom: 48px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .df__calculator-duty-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
}
.df__calculator-duty-badge-1 {
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  background: #28D3A1;
  border-radius: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 35px;
  left: 43px;
}
@media screen and (max-width: 500px) {
  .df__calculator-duty-badge-1 {
    width: 50px;
    height: 50px;
    left: 31px;
    top: 23px;
  }
}
.df__calculator-duty-badge-2 {
  position: absolute;
  bottom: 38px;
  left: 43px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29.2px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  .df__calculator-duty-badge-2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    left: 15px;
    bottom: 18px;
  }
}
.df__calculator-duty-badge-2 span {
  color: #28D3A1;
}

.df__calculator-examples {
  background: #EFF1F4;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__calculator-examples {
    padding: 40px 0;
  }
  .df__calculator-examples .df__container-inner {
    max-width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .df__calculator-examples {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.df__calculator-examples-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-examples-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}
.df__calculator-examples-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #747E89;
  margin-bottom: 48px;
  max-width: 778px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-examples-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
}
.df__calculator-examples-items {
  display: flex;
  margin-bottom: 48px;
}
.df__calculator-examples-item {
  background: #FFFFFF;
  padding: 48px 48px 24px 48px;
  width: calc(33% - 28px);
  border-radius: 24px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-examples-item {
    min-width: 284px;
    padding: 24px 24px 12px 24px;
  }
}
.df__calculator-examples-item:last-child {
  margin-right: 0;
}
.df__calculator-examples-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  margin-bottom: 24px;
  color: #303A45;
}
.df__calculator-examples-item-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 8px;
}
.df__calculator-examples-item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__calculator-examples-item hr {
  background: #EFF1F4;
  margin-bottom: 24px;
}
.df__calculator-examples-footer {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .df__calculator-examples-footer {
    flex-direction: column;
  }
}
.df__calculator-examples-footer-badge {
  background: #FCE6EB;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  padding: 12px 51px;
  margin-right: 48px;
  color: #303A45;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-examples-footer-badge {
    margin-bottom: 24px;
  }
}
.df__calculator-examples-footer-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
}
.df__calculator-examples .simplebar-content {
  flex-direction: row !important;
}
@media screen and (min-width: 1025px) {
  .df__calculator-examples .simplebar-content {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .df__calculator-products {
    flex-direction: column;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .df__calculator-products.df__calculator-products--home {
    margin-top: 40px !important;
  }
}
.df__calculator-products-header {
  margin-bottom: 48px;
}
.df__calculator-products-header-example {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__calculator-products-header-example {
    flex-direction: column;
  }
}
.df__calculator-products-header-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-products-header-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    letter-spacing: 0.02em;
  }
}
.df__calculator-products-header-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #747E89;
}
.df__calculator-products-header .df__dropdown {
  margin-left: 18px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-products-header .df__dropdown {
    margin-left: 0;
  }
}
.df__calculator-products-header .df__dropdown-selected {
  border-color: #EFF1F4;
}
.df__calculator-products-header .df__dropdown-selected p {
  color: #303A45;
  display: flex;
  align-items: center;
}
.df__calculator-products-header .df__dropdown-selected p img {
  width: 25px;
  margin-right: 18px;
}
.df__calculator-products-header .df__dropdown-selected svg path {
  fill: #303A45;
}
.df__calculator-products-header .df__dropdown-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.df__calculator-products-header .df__dropdown-item img {
  width: 25px;
  margin-right: 18px;
}
.df__calculator-products-items {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 20px;
}
.df__calculator-products-item {
  width: 175px;
}
@media screen and (max-width: 1024px) {
  .df__calculator-products-item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .df__calculator-products-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .df__calculator-products-item.df__calculator-products-item--hide-mobile {
    display: none;
  }
}
.df__calculator-products-item-img {
  width: 100%;
  height: 125px;
  margin-bottom: 24px;
  border-radius: 12px;
}
.df__calculator-products-item-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  color: #000;
  margin-bottom: 12px;
}
.df__calculator-products-item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .df__calculator-faq {
    margin-top: 72px;
  }
  .df__calculator-faq .df__section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
  }
}

.df__calculator-products-show-more {
  display: none;
  cursor: pointer;
  margin-top: 24px;
  text-align: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .df__calculator-products-show-more {
    display: flex;
  }
}

.df__instructions-body {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 48px;
}
.df__instructions-body .simplebar-content {
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .df__instructions-body .simplebar-content {
    flex-wrap: unset;
  }
}
.df__instructions-body .df__instructions-item {
  background: #EFF1F4;
  border-radius: 24px;
  padding: 48px 24px 24px 24px;
  text-align: center;
  width: calc(33% - 14px);
  margin-right: 26px;
  margin-bottom: 26px;
}
.df__instructions-body .df__instructions-item:last-child, .df__instructions-body .df__instructions-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .df__instructions-body .df__instructions-item:last-child, .df__instructions-body .df__instructions-item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .df__instructions-body .df__instructions-item {
    min-width: 320px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.df__instructions-body .df__instructions-item-img {
  max-width: 227px;
  width: 100%;
  margin-bottom: 55px;
}
.df__instructions-body .df__instructions-item-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
.df__instructions-body .df__instructions-item-country {
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
}
.df__instructions-body .df__instructions-item-country img {
  width: 17px;
  height: 12px;
  margin-right: 4px;
}
.df__instructions-body .df__instructions-item-country p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #303A45;
}
.df__instructions-body .df__instructions-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 16px;
  text-align: left;
}
.df__instructions-body .df__instructions-item-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #303A45;
  margin-bottom: 32px;
  text-align: left;
}
.df__instructions-body .df__instructions-item .df__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .df__instructions .df__home-intro-slide-btn {
    display: flex;
    width: 100%;
    padding: 12px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .df__instructions .df__home-intro-slide-left {
    padding: 24px;
  }
}

.df__instructions-content-container {
  border-radius: 40px;
  background: var(--white, #FFF);
  box-shadow: 0px 17px 45px 0px rgba(64, 98, 144, 0.1);
}
@media screen and (max-width: 1024px) {
  .df__instructions-content-container {
    box-shadow: none;
  }
}
.df__instructions-content-container .df__instructions-content {
  padding: 34px 79px 34px 79px;
}
@media screen and (max-width: 1024px) {
  .df__instructions-content-container .df__instructions-content {
    padding: 0;
  }
}

.df__instructions-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__instructions-content ul {
  list-style-type: none;
}
.df__instructions-content ul li {
  padding: 0 !important;
  position: relative;
  margin-left: 20px;
}
.df__instructions-content ul li::before {
  color: #28D3A1;
  content: "•";
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -30px;
}
.df__instructions-content ol {
  list-style: decimal !important;
}
.df__instructions-content ol li {
  padding: 0 !important;
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
.df__instructions-content ol li::marker {
  color: #0061af;
}
.df__instructions-content li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__instructions-content p, .df__instructions-content ul, .df__instructions-content ol, .df__instructions-content img, .df__instructions-content h1, .df__instructions-content h2 {
  margin-bottom: 24px;
}
.df__instructions-content .df__btn {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
.df__instructions-content img {
  width: auto;
  max-width: 100%;
  border-radius: 20px;
}
.df__instructions-content .df__content-center {
  display: flex;
  justify-content: center;
}
.df__instructions-content h1, .df__instructions-content h2, .df__instructions-content h3, .df__instructions-content h4, .df__instructions-content h5, .df__instructions-content h6 {
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}
.df__instructions-content h1 {
  font-size: 34px;
}
.df__instructions-content h2 {
  font-size: 30px;
}
.df__instructions-content h3 {
  font-size: 26px;
}
.df__instructions-content h4 {
  font-size: 22px;
}
.df__instructions-content h5 {
  font-size: 18px;
}
.df__instructions-content h6 {
  font-size: 14px;
}

.df__dropdown {
  width: 275px;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .df__dropdown {
    width: 100%;
  }
}
.df__dropdown-selected {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  cursor: pointer;
}
.df__dropdown-selected p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #fff;
}
.df__dropdown-selected svg {
  transform: rotate(180deg);
}
.df__dropdown-items {
  display: none;
  position: absolute !important;
  background: #FFFFFF;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  width: 100%;
  border-radius: 10px;
  padding: 24px;
  margin-top: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 170px;
  z-index: 10;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.df__dropdown-items::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.df__dropdown.active .df__dropdown-items {
  display: block;
}
.df__dropdown.active .df__dropdown-selected svg {
  transform: rotate(0deg);
}
.df__dropdown-item {
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__dropdown-item a, .df__dropdown-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #303A45;
  width: 100%;
  display: block;
}
.df__dropdown.df__dropdown--links--blue {
  background: #F3F8FE;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 840px) {
  .df__dropdown.df__dropdown--links--blue {
    width: 100%;
  }
}
.df__dropdown.df__dropdown--links--blue .df__dropdown-selected {
  height: 42px;
}
@media screen and (max-width: 840px) {
  .df__dropdown.df__dropdown--links--blue .df__dropdown-selected {
    height: 54px;
  }
}
.df__dropdown.df__dropdown--links--blue .df__dropdown-selected p, .df__dropdown.df__dropdown--links--blue .df__dropdown-selected a {
  color: #303A45;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-right: 16px;
}
@media screen and (max-width: 500px) {
  .df__dropdown.df__dropdown--links--blue .df__dropdown-selected p, .df__dropdown.df__dropdown--links--blue .df__dropdown-selected a {
    font-weight: 500;
  }
}
.df__dropdown.df__dropdown--links--blue .df__dropdown-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.df__dropdown.df__dropdown--links--blue svg path {
  fill: #747E89;
}
.df__dropdown.df__dropdown--links-simple {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__dropdown.df__dropdown--links-simple .df__dropdown-selected svg {
  margin-left: 13px;
}
.df__dropdown.df__dropdown--links-black .df__dropdown-selected p {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  letter-spacing: 0.02em;
  color: #303A45;
  cursor: pointer;
}
.df__dropdown.df__dropdown--links-black .df__dropdown-selected svg path {
  fill: #303A45;
}

[data-simplebar] {
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
[data-simplebar] .simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
[data-simplebar].simplebar-scrollable-x .simplebar-wrapper {
  padding-bottom: 24px;
}
[data-simplebar] .simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
[data-simplebar] .simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
[data-simplebar] .simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
[data-simplebar] .simplebar-content-wrapper::-webkit-scrollbar, [data-simplebar] .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
[data-simplebar] .simplebar-content:before, [data-simplebar] .simplebar-content:after {
  content: " ";
  display: table;
}
[data-simplebar] .simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
[data-simplebar] .simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
[data-simplebar] .simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
[data-simplebar] .simplebar-content {
  display: flex;
  flex-direction: column;
}
[data-simplebar] .simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
[data-simplebar] .simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 4px;
}
[data-simplebar] .simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #0061AF;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
[data-simplebar] .simplebar-track.simplebar-vertical {
  top: 18px;
  width: 3px;
  right: 8px;
  margin-bottom: 18px;
}
[data-simplebar] .simplebar-track.simplebar-horizontal {
  left: 0;
  height: 4px;
}
[data-simplebar].simplebar-scrollable-x .simplebar-track.simplebar-horizontal {
  left: 16px;
  right: 16px;
}
[data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar] .simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar-link--region .simplebar-content, .sidebar-link--language .simplebar-content {
  flex-direction: column;
}

.df__seo-text-block {
  margin-bottom: 50px;
}
.df__seo-text-block-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 26px;
}
@media screen and (max-width: 500px) {
  .df__seo-text-block-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 13px;
  }
}
.df__seo-text-block-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
}

.df__page-shop-deals-container {
  padding-top: 0 !important;
}

.df__page-shop-carts-container, .df__page-shop-deals-container {
  background: #EFF1F4;
  padding-top: 48px;
  padding-bottom: 96px;
}
.df__page-shop-carts-container .df__page-shop-carts, .df__page-shop-carts-container .df__page-shop-deals, .df__page-shop-deals-container .df__page-shop-carts, .df__page-shop-deals-container .df__page-shop-deals {
  display: flex;
  flex-direction: column;
  padding-left: 130px;
}
.df__page-shop-carts-container .df__page-shop-carts.active, .df__page-shop-carts-container .df__page-shop-deals.active, .df__page-shop-deals-container .df__page-shop-carts.active, .df__page-shop-deals-container .df__page-shop-deals.active {
  padding-right: 130px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts.active, .df__page-shop-carts-container .df__page-shop-deals.active, .df__page-shop-deals-container .df__page-shop-carts.active, .df__page-shop-deals-container .df__page-shop-deals.active {
    padding-right: 15px;
  }
}
.df__page-shop-carts-container .df__page-shop-carts.active .df__page-shop-carts-items, .df__page-shop-carts-container .df__page-shop-deals.active .df__page-shop-carts-items, .df__page-shop-deals-container .df__page-shop-carts.active .df__page-shop-carts-items, .df__page-shop-deals-container .df__page-shop-deals.active .df__page-shop-carts-items {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts, .df__page-shop-carts-container .df__page-shop-deals, .df__page-shop-deals-container .df__page-shop-carts, .df__page-shop-deals-container .df__page-shop-deals {
    padding-left: 15px;
  }
}
.df__page-shop-carts-container .df__page-shop-carts-header-title, .df__page-shop-carts-container .df__page-shop-deals-header-title, .df__page-shop-deals-container .df__page-shop-carts-header-title, .df__page-shop-deals-container .df__page-shop-deals-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.2px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 48px;
}
.df__page-shop-carts-container .df__page-shop-carts-header-back, .df__page-shop-deals-container .df__page-shop-carts-header-back {
  display: none;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__page-shop-carts-container .df__page-shop-carts-header-back.active, .df__page-shop-deals-container .df__page-shop-carts-header-back.active {
  display: flex;
}
.df__page-shop-carts-container .df__page-shop-carts-header-back svg, .df__page-shop-deals-container .df__page-shop-carts-header-back svg {
  margin-right: 24px;
}
.df__page-shop-carts-container .df__page-shop-carts-items, .df__page-shop-carts-container .df__page-shop-deals-items, .df__page-shop-deals-container .df__page-shop-carts-items, .df__page-shop-deals-container .df__page-shop-deals-items {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item {
  position: relative;
  background: #FFFFFF;
  min-width: 376px;
  width: 376px;
  border-radius: 24px;
  margin-right: 26px;
  padding: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item {
    min-width: 321px;
    width: 321px;
  }
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-header, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-header, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-header, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-discount, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-discount, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-discount, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  background: #E60033;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-timer p:first-child, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-timer p:first-child, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-timer p:first-child, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-timer p:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  letter-spacing: 0.02em;
  color: #333333;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-timer p:last-child, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-timer p:last-child, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-timer p:last-child, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-timer p:last-child {
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
  letter-spacing: 0.02em;
  color: #333333;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-image, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-image, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-image, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-image {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-image img, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-image img, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-image img, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-image img {
  width: 130px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-name, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-name, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-name, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-name {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-name img, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-name img, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-name img, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-name img {
  width: 30px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-name p, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-name p, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-name p, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-name p {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.2px;
  letter-spacing: 0.02em;
  margin-left: 24px;
  color: #303A45;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-description, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-description, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-description, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: #303A45;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-progress, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-progress, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-progress, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-bar, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-bar {
  width: 188px;
  background: #D3E8FF;
  height: 5px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-bar, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-bar {
    width: 132px;
  }
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-bar-filled, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-bar-filled, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-bar-filled, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-bar-filled {
  background: #0860C7;
  width: 20%;
  height: 5px;
  border-radius: 8px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-info, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-info, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-progress-info, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-progress-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-footer, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-footer, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-footer, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item-btn, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item-btn, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item-btn, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item-btn {
  border: 2px solid #0860C7;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: #0860C7;
  padding: 9px 44px;
  border-radius: 32px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active {
  min-width: 100%;
  display: block !important;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-header, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-header, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-header, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-header {
  position: absolute;
  right: 24px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-btn--active-hive, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-btn--active-hive, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-btn--active-hive, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-btn--active-hive {
  display: none;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-discount, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-discount, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-discount, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-discount {
  display: none;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-image, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-image, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-image, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-image {
  justify-content: start;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-description, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-description, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-description, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-description {
  display: none;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar {
  width: 900px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-progress-bar {
    width: 60%;
  }
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-name, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-name, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-name, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-name {
  position: absolute;
  top: -50px;
  right: 0;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer {
  justify-content: start;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-carts-item.active .df__page-shop-carts-item-footer {
    justify-content: center;
  }
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item {
  min-width: 275px;
  border-radius: 24px;
  background: #fff;
  margin-right: 26px;
  position: relative;
  padding-bottom: 24px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item-image, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item-image, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item-image, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item-image {
  margin-bottom: 24px;
  width: 100%;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item-discount, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item-discount, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item-discount, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item-discount {
  position: absolute;
  top: 22px;
  right: 17px;
  background: #E60033;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  font-size: 11.94px;
  font-weight: 700;
  line-height: 17.43px;
  letter-spacing: 0.02em;
  color: #fff;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item-title, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item-title, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item-title, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 0 24px;
  margin-bottom: 16px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item-prices, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item-prices, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item-prices, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item-prices {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item-price-1, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item-price-1, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item-price-1, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item-price-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__page-shop-carts-container .df__page-shop-carts-items .df__page-shop-deals-item-price-2, .df__page-shop-carts-container .df__page-shop-deals-items .df__page-shop-deals-item-price-2, .df__page-shop-deals-container .df__page-shop-carts-items .df__page-shop-deals-item-price-2, .df__page-shop-deals-container .df__page-shop-deals-items .df__page-shop-deals-item-price-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.36px;
  letter-spacing: 0.02em;
  text-decoration: line-through;
  color: #99A4AF;
}
.df__page-shop-carts-container .df__page-shop-carts-footer, .df__page-shop-deals-container .df__page-shop-carts-footer {
  display: none;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__page-shop-carts-container .df__page-shop-carts-footer, .df__page-shop-deals-container .df__page-shop-carts-footer {
    margin-top: 24px;
  }
  .df__page-shop-carts-container .df__page-shop-carts-footer a, .df__page-shop-deals-container .df__page-shop-carts-footer a {
    width: 100%;
    text-align: center;
  }
}
.df__page-shop-carts-container .df__page-shop-carts-footer.active, .df__page-shop-deals-container .df__page-shop-carts-footer.active {
  display: flex;
}

.form_basket_meest_header_back {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form_basket_meest_header_back svg {
  margin-right: 24px;
}

.form_basket_meest_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.form_basket_meest_header_shop {
  display: flex;
  align-items: center;
}
.form_basket_meest_header_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.form_basket_meest_header_flag {
  margin-left: 24px;
  margin-right: 16px;
  width: 30px;
}
.form_basket_meest_header_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29.2px;
  letter-spacing: 0.02em;
}

.form_basket_meest .g-recaptcha {
  transform: scale(1) !important;
}

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

.basket-submit {
  pointer-events: none;
  cursor: not-allowed;
}

@media screen and (max-width: 500px) {
  .df__page-shop-carts-items {
    margin-top: 50px;
  }
  .df__page-shop-carts-header-title {
    margin-bottom: 0 !important;
  }
  .form_basket_meest_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .form_basket_meest_header_shop {
    margin-top: 20px;
  }
  .parent_wrap_buttons {
    flex-direction: column;
  }
  .parent_wrap_buttons .g-recaptcha {
    display: flex;
    justify-content: center;
  }
  .parent_wrap_buttons .g-recaptcha, .parent_wrap_buttons .custom_chekbox {
    margin-bottom: 20px;
  }
}
.df__influencers-posts-categories {
  display: flex;
  margin-top: 48px;
  margin-bottom: 96px;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .df__influencers-posts-categories {
    margin-bottom: 48px;
  }
}
.df__influencers-posts-categories .df__influencers-posts-category {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.28px;
  letter-spacing: 0.02em;
  padding: 7px 16px;
  margin-right: 16px;
  color: #0860C7;
}
@media screen and (max-width: 500px) {
  .df__influencers-posts-categories .df__influencers-posts-category {
    padding: 7px 12px;
  }
}
.df__influencers-posts-categories .df__influencers-posts-category.active {
  background: #0860C7;
  color: #fff;
  border-radius: 10px;
}
.df__influencers-posts-categories .df__influencers-posts-category-back {
  position: absolute;
  left: 0;
  top: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #0860C7;
}
@media screen and (max-width: 500px) {
  .df__influencers-posts-categories .df__influencers-posts-category-back {
    position: relative;
    left: unset;
    top: unset;
    margin-right: auto;
  }
}
.df__influencers-posts-categories .df__influencers-posts-category-back svg {
  margin-right: 10px;
}

.df__influencers-posts-items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .df__influencers-posts-items {
    flex-direction: column;
  }
}
.df__influencers-posts-items .df__influencers-posts-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33% - 20px);
}
@media screen and (max-width: 1024px) {
  .df__influencers-posts-items .df__influencers-posts-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .df__influencers-posts-items .df__influencers-posts-item {
    width: 100%;
  }
}
.df__influencers-posts-items .df__influencers-posts-item:last-child {
  margin-right: 0;
}
.df__influencers-posts-items .df__influencers-posts-item iframe, .df__influencers-posts-items .df__influencers-posts-item blockquote {
  width: 100%;
  min-width: 100% !important;
  margin-bottom: 0;
}

.df__influencers-posts-pagination {
  margin-top: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .df__influencers-posts-pagination {
    margin-top: 28px;
  }
}
.df__influencers-posts-pagination-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #99A4AF;
  margin-bottom: 16px;
}
.df__influencers-posts-pagination-progress {
  margin-bottom: 48px;
  background: #EFF1F4;
  height: 2px;
  width: 220px;
}
.df__influencers-posts-pagination-progress-filled {
  background: #0860C7;
  height: 2px;
}
.df__influencers-posts-pagination .df__btn {
  display: flex;
}

.df__cta {
  background: #FCE6EB;
  border-radius: 40px;
  padding: 56px 74px 56px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df__cta.df__cta--gray {
  background: #EFF1F4;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .df__cta {
    flex-direction: column;
    padding: 24px;
  }
}
.df__cta-left {
  max-width: 737px;
}
@media screen and (min-width: 1025px) and (max-width: 1210px) {
  .df__cta-left {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .df__cta-left {
    margin-bottom: 0px;
  }
}
.df__cta-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .df__cta-title {
    margin-bottom: 24px;
  }
}
.df__cta-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df__cta-right .df__btn {
  display: flex;
}
@media screen and (max-width: 500px) {
  .df__cta-right {
    width: 100%;
    margin-top: 24px;
  }
  .df__cta-right .df__btn {
    display: flex;
    justify-content: center;
  }
}

.df__c-discount-periods {
  display: flex;
  flex-direction: column;
}

.df__c-discount-year {
  display: flex;
  justify-content: flex-end;
}

.df__c-discount-months {
  display: flex;
  gap: 10px;
  overflow: auto;
}
.df__c-discount-months-item {
  padding: 8px;
  background: #EFF1F4;
  border-radius: 8px;
}
.df__c-discount-months-item.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.df__c-discount-months-item.active {
  background: #0860C7;
}
.df__c-discount-months-item.active a {
  color: #fff;
}
.df__c-discount-months-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #747E89;
}

.df_c-discount-days {
  display: flex;
  gap: 48px 26px;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 500px) {
  .df_c-discount-days .slick-slide {
    margin-right: 12px;
  }
}
.df_c-discount-days-item {
  display: flex !important;
  flex-direction: column;
  padding: 24px;
  background: #EFF1F4;
  width: calc(33% - 14px);
  border-radius: 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 460px;
  justify-content: center;
}
.df_c-discount-days-item.active {
  background: #EAFBF6;
}
.df_c-discount-days-item.future {
  background: rgba(133, 184, 242, 0.1);
}
@media screen and (max-width: 1024px) {
  .df_c-discount-days-item {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 500px) {
  .df_c-discount-days-item {
    min-width: 350px;
    padding: 15px;
  }
}
.df_c-discount-days-item-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 500px) {
  .df_c-discount-days-item-head {
    align-items: center;
  }
}
.df_c-discount-days-item-body {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df_c-discount-days-item-footer {
  display: flex;
  justify-content: flex-end;
}
.df_c-discount-days-item-count {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df_c-discount-days-item-no-discount {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #303A45;
  border-radius: 10px;
  width: 144px;
}
.df_c-discount-days-item-discount {
  background: #E60033;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 10px;
}
.df_c-discount-days-item-month, .df_c-discount-days-item-year {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.df_c-discount-days-item-day {
  font-size: 88px;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0.02em;
  color: #303A45;
}
@media screen and (max-width: 500px) {
  .df_c-discount-days-item-day {
    font-size: 64px;
  }
}
.df_c-discount-days-item-open {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: #28D3A1;
  color: #fff;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 24px 0;
}
.df_c-discount-days-item-open svg {
  margin-left: 12px;
}
.df_c-discount-days-item-open svg path {
  fill: #fff;
}
.df_c-discount-days-item.show-items {
  box-shadow: 0px 0px 22px 0px rgba(33, 67, 99, 0.2588235294);
}
@media screen and (max-width: 500px) {
  .df_c-discount-days-item.show-items {
    box-shadow: 0px 0px 5px 0px rgba(33, 67, 99, 0.2588235294);
  }
}
.df_c-discount-days-item.show-items .df_c-discount-days-item-shops {
  left: 0;
}
@media screen and (min-width: 841px) {
  .df_c-discount-days-item.has-items:hover {
    box-shadow: 0px 0px 22px 0px rgba(33, 67, 99, 0.2588235294);
  }
}
@media screen and (min-width: 841px) and (max-width: 500px) {
  .df_c-discount-days-item.has-items:hover {
    box-shadow: 0px 0px 5px 0px rgba(33, 67, 99, 0.2588235294);
  }
}
@media screen and (min-width: 841px) {
  .df_c-discount-days-item.has-items:hover .df_c-discount-days-item-shops {
    left: 0;
  }
}
.df_c-discount-days-item-shops {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: -120%;
  top: 0;
  box-shadow: 0px 0px 22px 0px rgba(33, 67, 99, 0.2588235294);
  border-radius: 24px;
  padding: 24px;
  transition: all 1s;
}
.df_c-discount-days-item-shops-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.df_c-discount-days-item-shops-body {
  height: 271px;
}
.df_c-discount-days-item-shops-body .simplebar-track.simplebar-vertical {
  top: 0 !important;
}
@media screen and (max-width: 500px) {
  .df_c-discount-days-item-shops-body .simplebar-track.simplebar-vertical {
    right: -10px !important;
  }
}
.df_c-discount-days-item-shops-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.36px;
  color: #303A45;
  background: #EFF1F4;
  padding: 4px 13px;
  border-radius: 4px;
}
.df_c-discount-days-item-shops-year {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
}
.df_c-discount-days-item-shops-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #303A45;
  margin-bottom: 32px;
}
.df_c-discount-days-item-shops-item {
  margin-bottom: 24px;
  padding-right: 34px;
}
@media screen and (max-width: 500px) {
  .df_c-discount-days-item-shops-item {
    padding-right: 14px;
  }
}
.df_c-discount-days-item-shops-item-info {
  display: flex;
  margin-bottom: 6px;
  justify-content: space-between;
}
.df_c-discount-days-item-shops-item-top {
  margin-left: 10px;
  padding: 5px 8px;
  background: #E60033;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 12px;
  line-height: 12px;
}
.df_c-discount-days-item-shops-item-name {
  color: #303A45;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.df_c-discount-days-item-shops-item-name b {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.df_c-discount-days-item-shops-item-name img {
  width: 8px;
  margin-right: 10px;
}
.df_c-discount-days-item-shops-item-discount {
  color: #303A45;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.df_c-discount-days-item-shops-item-discount span {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #E60033;
}
.df_c-discount-days-item-shops-item-more {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #0860C7;
  display: flex;
  align-items: center;
}
.df_c-discount-days-item-shops-item-more svg {
  margin-left: 12px;
}

.df__popup-c-discount .df__popup-body {
  position: fixed;
  width: 690px;
  max-height: 700px;
  padding: 84px 48px 48px 48px;
  border-radius: 24px;
  text-align: left;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount .df__popup-body {
    max-height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount .df__popup-body {
    width: calc(100% - 40px);
    max-height: 500px;
    padding: 24px;
  }
}
.df__popup-c-discount-body {
  position: relative;
}
.df__popup-c-discount-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.36px;
  color: #303A45;
  padding: 4px 13px;
  background: #EFF1F4;
  margin-bottom: 52px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__popup-c-discount-country {
  display: flex;
  align-items: center;
  padding: 14px 7px;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount-country.hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount-country {
    position: relative;
    padding: 12px 8px;
  }
}
.df__popup-c-discount-country p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #303A45;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount-country p {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  }
}
.df__popup-c-discount-country img {
  width: 30px;
  height: 22px;
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount-country img {
    width: 24px;
    height: 18px;
  }
}
.df__popup-c-discount-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.df__popup-c-discount-logo {
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80px;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-logo {
    max-width: 200px;
  }
}
.df__popup-c-discount-percentage {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.28px;
  padding: 12px;
  color: #fff;
  background: #E60033;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount-percentage.hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-percentage {
    font-size: 16px;
    line-height: 24px;
  }
}
.df__popup-c-discount-date-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-date-text {
    margin-bottom: 32px;
  }
}
.df__popup-c-discount-content {
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-content {
    margin-bottom: 32px;
  }
}
.df__popup-c-discount-content ul {
  list-style: disc;
  padding-left: 16px;
}
.df__popup-c-discount-content ol {
  list-style: decimal;
  padding-left: 16px;
}
.df__popup-c-discount-content li {
  margin-bottom: 12px;
}
.df__popup-c-discount-content li, .df__popup-c-discount-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.28px;
  color: #303A45;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-content li, .df__popup-c-discount-content p {
    font-size: 16px;
  }
}
.df__popup-c-discount-codes {
  margin-bottom: 48px;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-codes {
    margin-bottom: 32px;
  }
}
.df__popup-c-discount-codes-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.df__popup-c-discount-codes-item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.28px;
  color: #303A45;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-codes-item-text {
    font-size: 14px;
    line-height: 14px;
  }
}
.df__popup-c-discount-codes-item-code {
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.36px;
  color: #303A45;
  padding: 8px 12px;
  background: #EFF1F4;
  border-radius: 4px;
  margin-right: 12px;
}
@media screen and (max-width: 500px) {
  .df__popup-c-discount-codes-item-code {
    font-size: 14px;
    line-height: 14px;
  }
}
.df__popup-c-discount-codes-item svg {
  cursor: pointer;
}
.df__popup-c-discount-buttons {
  display: flex;
  justify-content: center;
}
.df__popup-c-discount-loader {
  display: none;
  justify-content: center;
}
.df__popup-c-discount-loader.active {
  display: flex;
}

.df__c-discount-periods-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .df__c-discount-periods-mobile {
    display: block;
  }
}
.df__c-discount-periods-mobile .df__btn {
  display: flex;
}
.df__c-discount-periods-mobile .df__dropdown-native {
  background: #EFF1F4 url("/img/arrow_select.svg") no-repeat right 15px center;
}
.df__c-discount-periods-mobile-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #303A45;
  margin-bottom: 12px;
}

@media screen and (max-width: 500px) {
  .df__c-discount-periods--desktop {
    display: none;
  }
}
.df__c-discount-days-arrows {
  display: none;
}
@media screen and (max-width: 500px) {
  .df__c-discount-days-arrows {
    display: flex;
    justify-content: flex-end;
    margin-top: 72px;
  }
  .df__c-discount-days-arrows-prev {
    margin-right: 24px;
  }
  .df__c-discount-days-arrows-prev.slick-disabled {
    opacity: 0.5;
  }
  .df__c-discount-days-arrows-next.slick-disabled {
    opacity: 0.5;
  }
}

@media screen and (max-width: 500px) {
  .df__home-intro-slide-btn--flex {
    width: 100%;
    display: flex;
    padding: 12px 0;
    justify-content: center;
  }
}
.df__popup-c-discount-country-discount {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__popup-c-discount-country-discount {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
  }
}

.df__shop-service-intro-slider .df__home-intro-slide {
  background: rgba(133, 184, 242, 0.1) !important;
}

.df__shop-service-why {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-why {
    margin-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .df__shop-service-why {
    flex-direction: column;
    align-items: center;
  }
  .df__shop-service-why .df__section-title {
    text-align: left;
  }
}
.df__shop-service-why-left {
  max-width: 460px;
  width: 100%;
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-why-left {
    margin-top: 0;
    margin-bottom: 64px;
  }
}
.df__shop-service-why-right {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.df__shop-service-why-right img, .df__shop-service-why-right video {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-why-right img, .df__shop-service-why-right video {
    max-width: 400px;
  }
}

.df__shop-service-how-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 112px;
}
@media screen and (max-width: 500px) {
  .df__shop-service-how-items {
    margin-top: 48px;
    flex-direction: column;
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .df__shop-service-how-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.df__shop-service-how-item {
  flex: 1 1 33.33%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-how-item:last-child {
    margin-bottom: 12px;
  }
}
.df__shop-service-how-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
  margin-top: 44px;
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-how-item-text {
    margin-top: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .df__shop-service-how-item-images img:nth-child(1) {
    width: 68px;
    height: 80px;
  }
  .df__shop-service-how-item-images img:nth-child(2) {
    display: none;
  }
}

.df__shop-service-countries {
  background: #F3F8FE;
  padding: 96px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-countries {
    padding: 48px 0;
  }
  .df__shop-service-countries .df__section-title, .df__shop-service-countries .df__section-subtitle {
    text-align: center !important;
  }
}
.df__shop-service-countries .df__section-subtitle {
  color: #303A45;
}
.df__shop-service-countries-head {
  margin-bottom: 48px;
}
.df__shop-service-countries-head .df__section-subtitle {
  max-width: 100%;
}
.df__shop-service-countries-footer {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-countries-footer {
    margin-top: 24px;
  }
}
.df__shop-service-countries .df__container-inner {
  overflow: visible;
  position: relative;
}
.df__shop-service-countries .swiper {
  width: 1300px;
  max-width: unset;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-countries .swiper {
    width: 100%;
  }
}
.df__shop-service-countries .swiper-countries {
  margin-bottom: 64px;
}
.df__shop-service-countries .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important; /* Let Swiper handle width */
  max-width: 275px; /* Apply the max width */
  flex-shrink: 0; /* Prevent shrinking */
}
.df__shop-service-countries .swiper-slide img {
  width: 100%;
  height: 332px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-countries .df__country-tag-items-old {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .df__shop-service-countries .df__country-tag-items-old .df__country-tag-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    padding: 0 12px;
    margin-right: 12px;
    margin-left: 0 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #303A45;
    margin-bottom: 24px;
  }
  .df__shop-service-countries .df__country-tag-items-old .df__country-tag-item img {
    width: 25px;
    height: 18px;
  }
}

.df__shop-service-brands {
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-brands .df__section-text.df__section-text--center {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .df__shop-service-brands .swiper-brands {
    display: none;
  }
}
.df__shop-service-brands .swiper-brands-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-brands .swiper-brands-mobile {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.df__shop-service-brands .swiper {
  width: 100%;
  margin-top: 24px;
}
.df__shop-service-brands .df__section-text {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-brands .df__section-text {
    margin-bottom: 48px;
    margin-top: 24px;
  }
}
.df__shop-service-brands-control {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.df__shop-service-brands-control .brands-button-prev {
  margin-right: 24px;
}
.df__shop-service-brands-control .brands-button-prev, .df__shop-service-brands-control .brands-button-next {
  cursor: pointer;
}
.df__shop-service-brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-brands-grid {
    display: flex;
  }
}
.df__shop-service-brands .df__shop-service-brand {
  background-color: #EFF1F4;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 126px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-brands .df__shop-service-brand {
    min-width: 130px;
    height: 96px;
  }
}
.df__shop-service-brands .df__shop-service-brand.red {
  background-color: #FCE6EB;
}
.df__shop-service-brands .df__shop-service-brand.green {
  background-color: #EAFBF6;
}
.df__shop-service-brands .df__shop-service-brand.blue {
  background-color: #F3F8FE;
}
.df__shop-service-brands .df__shop-service-brand img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 500px) {
  .df__shop-service-intro-slider .df__home-intro-slide-btn {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    width: 100%;
  }
}

.df__seo-accordion {
  background: rgba(133, 184, 242, 0.1);
  margin: 0;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .df__seo-accordion {
    background: #fff;
    padding: 48px 0;
  }
}
.df__seo-accordion .df__container-inner {
  background: #fff;
  padding: 48px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__seo-accordion .df__container-inner {
    padding: 0;
  }
}
.df__seo-accordion .df__seo-text {
  height: 293px;
  overflow: hidden;
}
.df__seo-accordion .df__seo-text h1, .df__seo-accordion .df__seo-text h2, .df__seo-accordion .df__seo-text h3, .df__seo-accordion .df__seo-text h4, .df__seo-accordion .df__seo-text h5, .df__seo-accordion .df__seo-text h6 {
  width: calc(100% - 100px);
}
@media screen and (max-width: 500px) {
  .df__seo-accordion .df__seo-text {
    width: 100%;
    height: 550px;
  }
  .df__seo-accordion .df__seo-text h1, .df__seo-accordion .df__seo-text h2, .df__seo-accordion .df__seo-text h3, .df__seo-accordion .df__seo-text h4, .df__seo-accordion .df__seo-text h5, .df__seo-accordion .df__seo-text h6 {
    max-width: 260px;
  }
}
.df__seo-accordion.active .df__seo-text {
  height: auto;
  overflow: auto;
}
.df__seo-accordion.active .df__seo-accordion-arrow {
  transform: rotate(0);
}
.df__seo-accordion-arrow {
  position: absolute;
  top: 48px;
  right: 24px;
  cursor: pointer;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .df__seo-accordion-arrow {
    top: 0;
  }
}

.df__container .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/df/select/arrow.svg");
  background-size: auto;
  background-position: 0;
}
.df__container .select2-container .select2-selection {
  height: 48px;
}
.df__container .select2-selection__rendered {
  height: 48px;
  display: flex !important;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #06060F;
}
.df__container .select2-selection__arrow {
  height: 48px !important;
}
.df__container .select2-selection {
  border-radius: 10px;
  border: 1px solid #7A838C;
}
.df__container .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.df__container .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-dropdown {
  z-index: 100;
}

.select2-dropdown.df__custom-dropdown, .df__custom-dropdown-videoblog {
  top: 20px;
  border: 0;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  border-radius: 10px !important;
}
.select2-dropdown.df__custom-dropdown .select2-results__options, .df__custom-dropdown-videoblog .select2-results__options {
  padding: 12px 35px 12px 12px;
}
.select2-dropdown.df__custom-dropdown .select2-results__option, .df__custom-dropdown-videoblog .select2-results__option {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
}
.select2-dropdown.df__custom-dropdown .select2-results__option--highlighted, .df__custom-dropdown-videoblog .select2-results__option--highlighted {
  background-color: #F3F8FE !important;
  color: #303A45 !important;
  border-radius: 10px;
}

.df__container .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/df/select/arrow.svg");
  background-size: auto;
  background-position: 0;
}
.df__container .select2-container .select2-selection {
  height: 48px;
}
.df__container .select2-selection__rendered {
  height: 48px;
  display: flex !important;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #06060F;
}
.df__container .select2-selection__arrow {
  height: 48px !important;
}
.df__container .select2-selection {
  border-radius: 10px;
  border: 1px solid #7A838C;
}
.df__container .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.df__container .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-dropdown {
  top: 20px;
  border: 0;
  box-shadow: 0px 6px 22px 0px rgba(64, 98, 144, 0.1607843137);
  border-radius: 10px !important;
}
.select2-dropdown .select2-results__options {
  padding: 12px 35px 12px 12px;
}
.select2-dropdown .select2-results__option {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #303A45;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #F3F8FE !important;
  color: #303A45 !important;
  border-radius: 10px;
}

.df__popup--videoblog-video .df__popup-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__popup--videoblog-video .df__popup-body {
    width: calc(100% - 20px);
  }
}
.df__popup--videoblog-video .df__popup-body iframe {
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__popup--videoblog-video .df__popup-body iframe {
    width: 100%;
    height: 200px;
  }
}
.df__popup--videoblog-video .df__popup-close {
  top: -50px;
  right: 0;
}
.df__popup--videoblog-video .df__popup-close path {
  fill: #fff;
}

.df__container--videoblog .df__article-date {
  display: flex;
  align-content: center;
}
.df__container--videoblog .df__article-date svg {
  margin-right: 12px;
}
.df__container--videoblog .df__article-image {
  cursor: pointer;
}
.df__container--videoblog .df__article-tag {
  background: #FCE6EB;
  color: #06060F;
}
.df__container--videoblog .df__article-title {
  font-size: 36px;
  line-height: 46px;
}
@media screen and (max-width: 1024px) {
  .df__container--videoblog .df__article-title {
    font-size: 26px;
    line-height: 36.4px;
    margin-bottom: 24px;
  }
}
.df__container--videoblog .df__article-share {
  top: -80px;
}
.df__container--videoblog .df__videoblog-page-more-items {
  position: absolute;
  right: -330px;
  top: 296px;
  width: 229px;
}
@media screen and (max-width: 1024px) {
  .df__container--videoblog .df__videoblog-page-more-items {
    position: initial;
    width: 100%;
    margin-bottom: 72px;
  }
}
.df__container--videoblog .df__videoblog-page-more-items-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .df__container--videoblog .df__videoblog-page-more-items-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
}
.df__container--videoblog .df__videoblog-page-more-items .df__videoblog-page-more-item {
  padding: 12px;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(33, 67, 99, 0.1019607843);
  margin-bottom: 12px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .df__container--videoblog .df__videoblog-page-more-items .df__videoblog-page-more-item {
    background: #F3F8FE;
    box-shadow: none;
  }
}
.df__container--videoblog .df__videoblog-page-more-items .df__videoblog-page-more-item:hover {
  background: #F3F8FE;
  box-shadow: 0px 3px 20px 0px rgba(25, 97, 179, 0.2196078431);
}
.df__container--videoblog .df__videoblog-page-more-items .df__videoblog-page-more-item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__container--videoblog .df__article-tags {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .df__container--videoblog .df__article-date {
    margin-bottom: 48px;
  }
  .df__container--videoblog .df__article-content {
    margin-bottom: 48px;
  }
  .df__container--videoblog .df__article-author-image {
    margin-bottom: 0;
  }
  .df__container--videoblog .df__article-share.df__article-share--mobile {
    position: initial;
  }
  .df__container--videoblog .df__article-share-item {
    margin-bottom: 0;
  }
  .df__container--videoblog .df__shops-slider-all {
    display: flex !important;
    margin-top: 0;
    margin-bottom: 72px;
  }
  .df__container--videoblog .df__shops-slider img {
    margin-bottom: 24px;
  }
}
.df__container--videoblog .df__article-authors {
  top: -90px;
}
.df__container--videoblog .df__videoblog-page-image {
  position: relative;
}
.df__container--videoblog .df__videoblog-page-image-play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.df__section-title--xs {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.df__custom-dropdown-videoblog .select2-results__option[aria-selected=true] {
  background: #fff;
}

.df__shopping-cart-why-left {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-why-left {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 500px) {
  .df__shopping-cart-intro-slider .df__home-intro-slide-btn {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    width: 100%;
  }
}
.df__shopping-cart-intro-slider .df__home-intro-slide-right img {
  border-radius: 0 24px 24px 0;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-intro-slider .df__home-intro-slide-right img {
    border-radius: 24px;
  }
}

.df__shopping-cart-intro-slider .df__home-intro-slide {
  height: 530px;
  background: #EAFBF6;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-intro-slider .df__home-intro-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.df__shopping-cart-why {
  margin-top: 0;
}

.df__shopping-cart-how {
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-how {
    margin-bottom: 48px;
  }
}
.df__shopping-cart-how-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 26px;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-how-items {
    grid-template-columns: 1fr;
    gap: 26px 0;
    margin-top: 48px;
  }
}
.df__shopping-cart-how-item {
  box-shadow: 0px 6px 22px 0px rgba(33, 67, 99, 0.1803921569);
  padding: 48px 24px 24px 24px;
  border-radius: 12px;
  position: relative;
}
.df__shopping-cart-how-item-images {
  margin-bottom: 24px;
}
.df__shopping-cart-how-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
.df__shopping-cart-how-item-text-number {
  background: #0860C7;
  border-radius: 0 12px 0 12px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 146%;
  padding: 6.5px 19px;
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.df__shopping-cart-limits {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits {
    flex-direction: column;
  }
}
.df__shopping-cart-limits-head {
  display: flex;
  margin-bottom: 48px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.df__shopping-cart-limits-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #303A45;
  padding: 8px 12px;
  background: #FCE6EB;
  margin-right: 24px;
  border-radius: 8px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits-price {
    margin-bottom: 24px;
  }
}
.df__shopping-cart-limits-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
.df__shopping-cart-limits-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.df__shopping-cart-limits-item svg {
  width: 24px;
  height: 24px;
  margin-right: 21px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits-item svg {
    margin-right: 12px;
  }
}
.df__shopping-cart-limits-left {
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits-left {
    max-width: 100%;
  }
}
.df__shopping-cart-limits-right {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits-right {
    margin-top: 48px;
    max-width: 100%;
    text-align: center;
  }
}
.df__shopping-cart-limits-right img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-limits-right img {
    max-width: 600px;
    text-align: center;
  }
}

.df__shopping-cart-cta {
  padding: 48px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-cta {
    padding: 48px 24px;
    margin-bottom: 48px;
  }
}
.df__shopping-cart-cta .df__cta-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-cta .df__cta-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .df__shopping-cart-cta .df__cta-right {
    margin-top: 0;
  }
}

.df__home-intro-slide--authors {
  background: #FCE6EB;
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide--authors {
    padding-bottom: 0;
    min-height: auto;
  }
}
.df__home-intro-slide--authors .df__home-intro-slide-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide--authors .df__home-intro-slide-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36.4px;
  }
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide--authors .df__home-intro-slide-left {
    padding-bottom: 24px;
  }
}
.df__home-intro-slide--authors .df__home-intro-slide-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 48px;
  color: #303A45;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide--authors .df__home-intro-slide-subtitle {
    margin-bottom: 24px;
  }
}
.df__home-intro-slide--authors .df__home-intro-slide-btn {
  font-weight: 600;
  height: 54px;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 0 75px;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide--authors .df__home-intro-slide-btn {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide--authors .df__home-intro-slide-right img {
    height: 216px;
  }
}

.df__authors-search {
  margin-top: 96px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .df__authors-search {
    margin-top: 72px;
  }
}
.df__authors-search form {
  position: relative;
  max-width: 574px;
  width: 100%;
}
.df__authors-search form input {
  height: 54px;
  border: 1px solid #747E89;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 0 70px 0 24px;
  border-radius: 100px;
  width: 100%;
}
.df__authors-search form input::-moz-placeholder {
  color: #303A45;
}
.df__authors-search form input::placeholder {
  color: #303A45;
}
.df__authors-search form button {
  position: absolute;
  right: 24px;
  top: 16px;
  border: 0;
}

.df__authors-categories {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__authors-categories {
    margin-bottom: 72px;
  }
}
.df__authors-categories .df__authors-categories-prev, .df__authors-categories .df__authors-categories-next {
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .df__authors-categories .df__authors-categories-prev, .df__authors-categories .df__authors-categories-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .df__authors-categories .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.df__authors-categories-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 26.28px;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.df__authors-categories-item a {
  color: #747E89;
  padding: 7px 16px;
  display: flex;
}
.df__authors-categories-item:hover, .df__authors-categories-item.active {
  background: #F3F8FE;
}
.df__authors-categories-item:hover a, .df__authors-categories-item.active a {
  color: #0860C7;
}

.df__authors-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 26px;
}
@media screen and (max-width: 1024px) {
  .df__authors-list {
    grid-template-columns: 1fr;
    gap: 26px 0;
  }
}
.df__authors-list-item {
  box-shadow: 0px 2px 17px 0px rgba(31, 84, 157, 0.1411764706);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.df__authors-list-item:hover {
  background: #F3F8FE;
}
.df__authors-list-item-image {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 224px;
  display: block;
  border-radius: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .df__authors-list-item-image {
    height: 300px;
    -o-object-position: top;
       object-position: top;
  }
}
.df__authors-list-item-body {
  padding: 0 24px 24px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.df__authors-list-item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 16px;
}
.df__authors-list-item-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #747E89;
  margin-bottom: 32px;
}
.df__authors-list-item-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0860C7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}
.df__authors-list-item-link svg {
  margin-left: 10px;
}

.df__authors-news {
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .df__authors-news .df__home-news {
    margin-top: 24px;
  }
}

.df__home-intro-slide-about-1 {
  background: #EAFBF6;
}
.df__home-intro-slide-about-1 .df__home-intro-slide-left {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-about-1 .df__home-intro-slide-left {
    padding: 48px 24px;
  }
}
.df__home-intro-slide-about-1 .df__home-intro-slide-title {
  font-size: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-about-1 .df__home-intro-slide-title {
    font-size: 26px !important;
    line-height: 140%;
  }
}
.df__home-intro-slide-about-1 .df__home-intro-slide-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
.df__home-intro-slide-about-1 .df__home-intro-slide-btn {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-about-1 .df__home-intro-slide-btn {
    padding: 12px 0;
    width: 100%;
    justify-content: center;
  }
}

.df__home-intro-slide-about {
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-about {
    margin-top: 72px;
  }
}
.df__home-intro-slide-about .df__home-intro-slide-left {
  padding: 0;
  max-width: 474px;
}
.df__home-intro-slide-about .df__home-intro-slide {
  background: #fff;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-about .df__home-intro-slide {
    flex-direction: row;
  }
}
@media screen and (max-width: 840px) {
  .df__home-intro-slide-about .df__home-intro-slide {
    flex-direction: column;
  }
}
.df__home-intro-slide-about .df__home-intro-slide img {
  max-width: 466px;
  width: 100%;
  height: auto;
}
.df__home-intro-slide-about .df__home-intro-slide-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.df__home-intro-slide-about .df__home-intro-slide-title {
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-about .df__home-intro-slide-title {
    font-size: 26px;
  }
}
.df__home-intro-slide-about .df__home-intro-slide-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}

.df__about-parcel-forward-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 64px;
  padding: 0 57px;
}
@media screen and (max-width: 500px) {
  .df__about-parcel-forward-items {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0;
    margin-top: 48px;
  }
}
.df__about-parcel-forward-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .df__about-parcel-forward-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.df__about-parcel-forward-item img {
  min-width: 65px;
  max-width: 65px;
  margin-right: 24px;
}
@media screen and (max-width: 500px) {
  .df__about-parcel-forward-item img {
    margin-bottom: 24px;
  }
}
.df__about-parcel-forward-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
.df__about-parcel-forward-item a {
  color: #0860C7;
  text-decoration: underline;
}

.df__about-info-box {
  background: #FCE6EB;
  height: 264px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-top: 96px;
  border-radius: 40px;
  background-image: url("/img/df/about/img_2.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 368px;
}
@media screen and (max-width: 1024px) {
  .df__about-info-box {
    margin-top: 48px;
  }
}
.df__about-info-box.df__about-info-box--blue {
  background: #D3E8FF url("/img/df/about/box-blue.png") no-repeat right;
  background-size: 368px;
}
@media screen and (max-width: 1024px) {
  .df__about-info-box.df__about-info-box--blue {
    background-size: 243px;
    background-image: url("/img/df/about/img_7.png");
    background-position: bottom right;
  }
}
@media screen and (max-width: 500px) {
  .df__about-info-box {
    height: 380px;
    background-size: 243px;
    background-position: bottom right;
    align-items: flex-start;
    background-image: url("/img/df/about/img_4.png");
    padding: 24px;
  }
}
.df__about-info-box p {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #303A45;
  max-width: 634px;
}
@media screen and (max-width: 500px) {
  .df__about-info-box p {
    font-size: 20px;
    line-height: 26px;
  }
}

.df__home-intro-slide-about-4 .df__home-intro-slide-right img {
  max-width: 573px;
  width: 100%;
}

.df__container--about-quote {
  background: #EAFBF6;
}
@media screen and (max-width: 1024px) {
  .df__container--about-quote {
    background: #fff;
  }
}
.df__container--about-quote.df__container--about-quote--red {
  background: #FCE6EB;
}
@media screen and (max-width: 1024px) {
  .df__container--about-quote.df__container--about-quote--red {
    background: #fff;
  }
  .df__container--about-quote.df__container--about-quote--red .df__about-quote {
    background: #FCE6EB;
  }
}

.df__about-quote {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .df__about-quote {
    background: #EAFBF6;
  }
}
.df__about-quote p {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
  color: #303A45;
  padding: 64px 0;
  max-width: 847px;
}
@media screen and (max-width: 1024px) {
  .df__about-quote p {
    font-size: 20px;
    line-height: 30px;
    padding: 48px 15px;
  }
}
.df__about-quote-1 {
  position: absolute;
  left: 0;
  top: -65px;
}
@media screen and (max-width: 1024px) {
  .df__about-quote-1 {
    width: 60px;
    left: 15px;
  }
}
.df__about-quote-2 {
  position: absolute;
  right: 0;
  bottom: -65px;
}
@media screen and (max-width: 1024px) {
  .df__about-quote-2 {
    width: 60px;
    right: 15px;
  }
}

.df__container--about-packages {
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .df__container--about-packages {
    margin-top: 48px;
  }
}

.df__about-packages {
  display: grid;
  gap: 0 26px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .df__about-packages {
    grid-template-columns: 1fr;
    margin-top: 48px;
    gap: 26px 0;
  }
}
.df__about-packages .df__about-package {
  padding: 24px 32px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.df__about-packages .df__about-package:first-child {
  background: #F3F8FE;
}
.df__about-packages .df__about-package:nth-child(2) {
  background: #D3E8FF;
}
.df__about-packages .df__about-package:nth-child(3) {
  background: #FCE6EB;
}
.df__about-packages .df__about-package-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #303A45;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .df__about-packages .df__about-package-title {
    font-size: 20px;
  }
}
.df__about-packages .df__about-package-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__about-packages .df__about-package-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0860C7;
  margin-top: auto;
}
.df__about-packages .df__about-package-link svg {
  margin-left: 10px;
}

.df__about-apps {
  display: flex;
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .df__about-apps {
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }
}
.df__about-apps-left {
  max-width: 511px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__about-apps-left {
    margin-bottom: 48px;
  }
}
.df__about-apps-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0 28px;
}
@media screen and (max-width: 1024px) {
  .df__about-apps-right {
    flex-wrap: wrap;
    gap: 48px;
    margin: 0;
  }
}
.df__about-apps-icon {
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .df__about-apps-icon {
    text-align: left;
  }
}
.df__about-apps-icon p {
  font-weight: 600;
  font-size: 14.56px;
  color: #747E89;
  text-align: center;
}

.df__container--about-message {
  padding: 48px 0;
}
.df__container--about-message .df__container-inner {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__container--about-message .df__container-inner {
    padding: 24px;
  }
}
.df__container--about-message .df__section-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
.df__container--about-message .df__section-title, .df__container--about-message .df__section-subtitle {
  max-width: 816px;
}
.df__container--about-message .df__about-message-bottom {
  margin-left: auto;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .df__container--about-message .df__about-message-bottom {
    margin-top: 48px;
  }
}
.df__container--about-message .df__about-message-bottom p {
  text-align: right;
}
.df__container--about-message .df__about-message-bottom p:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #0860C7;
}
.df__container--about-message .df__about-message-icon {
  position: absolute;
  right: 48px;
  top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__container--about-message .df__about-message-icon {
    position: initial;
    margin-bottom: 48px;
  }
}

.df__about-countries {
  margin-bottom: 96px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .df__about-countries {
    margin-bottom: 72px;
    margin-top: 72px;
  }
}

.df__about-countries-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .df__about-countries-footer {
    margin-bottom: 72px;
  }
}

.df__about-parcel-forward-v2 {
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 1024px) {
  .df__about-parcel-forward-v2 {
    flex-direction: column;
    gap: 48px;
  }
}
.df__about-parcel-forward-v2-left {
  width: 464px;
}
@media screen and (max-width: 1024px) {
  .df__about-parcel-forward-v2-left {
    width: 100%;
  }
}
.df__about-parcel-forward-v2-left img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .df__about-parcel-forward-v2-left img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
  }
}
.df__about-parcel-forward-v2-right {
  flex: 1;
}
.df__about-parcel-forward-v2-items {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
.df__about-parcel-forward-v2-item {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.df__about-parcel-forward-v2-item p:first-child {
  min-width: 42px;
  min-height: 42px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #0860C7;
  background: #EFF1F4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.df__about-parcel-forward-v2-item p:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}

.df__home-intro--about-uz .df__home-intro-slide-about-1 {
  background: #FCE6EB;
}
@media screen and (max-width: 500px) {
  .df__home-intro--about-uz .df__home-intro-slide-about-1 {
    padding-bottom: 0 !important;
  }
}

.df__home-intro-slide-right--about-uz {
  line-height: 0;
}
.df__home-intro-slide-right--about-uz img {
  height: 556px;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-right--about-uz img {
    height: 345px !important;
    border-radius: 24px;
  }
}
@media screen and (max-width: 500px) {
  .df__home-intro-slide-right--about-uz img {
    height: 240px !important;
  }
}

.df__home-intro-slide-right--video video {
  height: 500px;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .df__home-intro-slide-right--video video {
    height: 300px;
  }
}

.df__container--about-packages {
  max-width: 100%;
}
.df__container--about-packages .df__section-subtitle {
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .df__size-calculator-intro {
    padding: 0 !important;
  }
}
.df__size-calculator-intro .df__home-intro-slide-right {
  height: 528px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator-intro .df__home-intro-slide-right {
    height: 240px;
  }
  .df__size-calculator-intro .df__home-intro-slide-right img {
    height: 100%;
    border-radius: 24px;
  }
}

.df__size-calculator__calculator-head {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-head {
    margin-top: 72px;
    margin-bottom: 24px;
  }
}
.df__size-calculator__calculator-head .df__tooltip {
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-head .df__tooltip .df__tooltip-content {
    left: -300px;
  }
}
.df__size-calculator__calculator-head-dropdown {
  background: rgb(243, 248, 254);
  margin: 0;
  height: 72px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-head-dropdown {
    height: 48px;
    width: 100%;
  }
}
.df__size-calculator__calculator-head-dropdown .select2-selection.select2-selection--single {
  border: 0;
}
.df__size-calculator__calculator-head-dropdown .select2-selection__rendered {
  height: 72px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgb(48, 58, 69);
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-head-dropdown .select2-selection__rendered {
    height: 48px;
  }
}
.df__size-calculator__calculator-head-dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(/img/df/select/arrow-black.svg);
}
.df__size-calculator__calculator-head-dropdown .select2-selection__arrow {
  height: 72px !important;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-head-dropdown .select2-selection__arrow {
    height: 48px !important;
  }
}

@media screen and (max-width: 1024px) {
  .df__container--size-calculator .df__breadcrumbs {
    padding-left: 0;
  }
}

.df__size-calculator__calculator-body {
  background: #F3F8FE;
  padding: 48px 0;
  justify-content: center;
  display: flex;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body {
    border-radius: 24px;
    padding: 16px 24px 0 24px;
    flex-direction: column;
  }
}
.df__size-calculator__calculator-body-bg {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body-bg {
    display: none;
  }
}
.df__size-calculator__calculator-body-metric {
  position: absolute;
  right: 97px;
  top: 69px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body-metric {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    top: unset;
    right: unset;
  }
}
.df__size-calculator__calculator-body-metric-item {
  background: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: rgb(48, 58, 69);
  padding: 6px 16px;
  border-radius: 12px;
  cursor: pointer;
}
.df__size-calculator__calculator-body-metric-item.active {
  background: rgb(8, 96, 199);
  color: #fff;
}
.df__size-calculator__calculator-body-content {
  max-width: 1024px;
  width: 100%;
}
.df__size-calculator__calculator-body-categories {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body-categories {
    overflow-x: auto;
  }
}
.df__size-calculator__calculator-body-categories-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #303A45;
  padding: 12px 16px;
  border-bottom: 3px solid rgba(8, 96, 199, 0.1607843137);
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body-categories-item {
    font-size: 13px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 12px;
    border-radius: 6px;
    border: 3px solid rgb(211, 232, 255);
    margin-right: 6px;
  }
}
.df__size-calculator__calculator-body-categories-item img {
  margin-right: 16px;
}
.df__size-calculator__calculator-body-categories-item:first-child {
  border-radius: 6px 6px 0 6px;
}
.df__size-calculator__calculator-body-categories-item:last-child {
  border-radius: 6px 6px 6px 0px;
}
.df__size-calculator__calculator-body-categories-item.active {
  border-bottom: 3px solid #0860C7;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body-categories-item.active {
    border: 3px solid #0860C7;
  }
}
.df__size-calculator__calculator-body-inputs {
  margin-top: 48px;
  display: flex;
  gap: 37px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .df__size-calculator__calculator-body-inputs {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.df__size-calculator__calculator-body-inputs-item {
  max-width: 355px;
  width: 100%;
}
.df__size-calculator__calculator-body-inputs-item-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #303A45;
}
.df__size-calculator__calculator-body-inputs-item-group {
  background: #fff;
  padding: 11px 18px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.df__size-calculator__calculator-body-inputs-item-group.df__size-calculator__calculator-body-inputs-item-group--to .select2-selection__rendered {
  padding: 0;
}
.df__size-calculator__calculator-body-inputs-item-group.df__size-calculator__calculator-body-inputs-item-group--to .select2-container {
  margin-bottom: 8px;
}
.df__size-calculator__calculator-body-inputs-item-group.df__size-calculator__calculator-body-inputs-item-group--to .select2-selection {
  border: 0;
}
.df__size-calculator__calculator-body-inputs-item-group.df__size-calculator__calculator-body-inputs-item-group--to .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(/img/df/select/arrow-black.svg);
}
.df__size-calculator__calculator-body-inputs-item-group-select .select2-container {
  margin-bottom: 8px;
}
.df__size-calculator__calculator-body-inputs-item-group-select .select2-selection {
  background: #F3F8FE;
  border: 0;
}
.df__size-calculator__calculator-body-inputs-item-group-select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #303A45;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.df__size-calculator__calculator-body-inputs-item-group-select .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url(/img/df/select/arrow-black.svg);
}
.df__size-calculator__calculator-body-inputs-item-group-select .df__country-rules-countries-option {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}
.df__size-calculator__calculator-body-inputs-item-svg {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-body-inputs-item-svg {
    margin-bottom: 0;
  }
}
.df__size-calculator__calculator-body-btn {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.df__size-calculator__calculator-body-btn .df__btn {
  display: flex;
  padding: 16px 118px;
}

.df__size-calculator__calculator-footer {
  padding: 12px 0;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .df__size-calculator__calculator-footer {
    flex-direction: column-reverse;
    padding: 24px 0;
    margin-top: 0;
  }
}
.df__size-calculator__calculator-footer img {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
.df__size-calculator__calculator-footer-results {
  display: flex;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-footer-results {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
}
.df__size-calculator__calculator-footer-result {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.df__size-calculator__calculator-footer-result:first-child {
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-footer-result:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .df__size-calculator__calculator-footer-result {
    margin-bottom: 32px;
  }
  .df__size-calculator__calculator-footer-result:last-child {
    margin-bottom: 0;
  }
}
.df__size-calculator__calculator-footer-result-dimensions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.df__size-calculator__calculator-footer-result-dimensions-item {
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-right: 32px;
}
.df__size-calculator__calculator-footer-result-dimensions-item:last-child {
  margin-right: 0;
}
.df__size-calculator__calculator-footer-result-dimensions-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
  margin-right: 24px;
}
.df__size-calculator__calculator-footer-result-dimensions-item-size {
  flex: 1;
  height: 72px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.df__size-calculator__calculator-footer-result-size {
  font-weight: 700;
  font-size: 26px;
  color: #0860C7;
  margin-bottom: 6px;
  line-height: 140%;
}
@media screen and (max-width: 840px) {
  .df__size-calculator__calculator-footer-result-size {
    font-size: 18px;
    line-height: 18px;
  }
}
.df__size-calculator__calculator-footer-result-text {
  color: #303A45;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
@media screen and (max-width: 840px) {
  .df__size-calculator__calculator-footer-result-text {
    font-size: 12px;
  }
}

.select2-dropdown {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}

.df__about-countries--size-calculator {
  margin-top: 96px;
}
@media screen and (max-width: 500px) {
  .df__about-countries--size-calculator {
    margin-top: 72px;
  }
}

.df__about-countries--size-calculator .df__section-title {
  margin-bottom: 64px;
}
@media screen and (max-width: 500px) {
  .df__about-countries--size-calculator .df__section-title {
    margin-bottom: 48px;
  }
}

.df__size-calculator__how-measurements {
  display: flex;
  margin-top: 96px;
}
.df__size-calculator__how-measurements-left {
  margin-right: 72px;
}
.df__size-calculator__how-measurements-item {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.df__size-calculator__how-measurements-item-tag {
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  color: #303A45;
  background: #FCE6EB;
  padding: 14px 0;
  justify-content: center;
  min-width: 168px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-right: 24px;
}
.df__size-calculator__how-measurements-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
}

@media screen and (max-width: 840px) {
  .df__size-calculator-how-order .df__buy-instructions-item-question {
    min-height: 76px;
  }
}

.df__pokypki-countries .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.df__pokypki__instructions {
  margin-top: 96px;
  margin-bottom: 96px;
}
.df__pokypki__instructions-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  margin-top: 48px;
}
@media screen and (max-width: 840px) {
  .df__pokypki__instructions-items {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.df__pokypki__instructions .df__section-subtitle {
  max-width: 775px;
}
.df__pokypki__instructions-item {
  background: #fff;
  box-shadow: 0px 2px 17px 0px rgba(31, 84, 157, 0.1411764706);
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.df__pokypki__instructions-item-image {
  margin-bottom: 24px;
  position: relative;
}
.df__pokypki__instructions-item-image img {
  width: 100%;
}
.df__pokypki__instructions-item-image svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.df__pokypki__instructions-item-image-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(17, 110, 212, 0.2784313725);
  z-index: 1;
  top: 0;
}
.df__pokypki__instructions-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  color: #303A45;
  margin-bottom: 12px;
}
.df__pokypki__instructions-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #303A45;
  margin-bottom: 24px;
}
.df__pokypki__instructions-item-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.df__pokypki__instructions-item-btn .df__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.df__pokypki__instructions-item .df__popup--video > .df__popup-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.df__pokypki__instructions-item .df__popup--video > .df__popup-body iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 840px) {
  .df__pokypki__instructions-item .df__popup--video > .df__popup-body iframe {
    width: auto;
    height: auto;
  }
}
.df__pokypki__instructions-footer {
  display: flex;
  align-items: center;
  margin-top: 48px;
  flex-direction: column;
}
.df__pokypki__instructions-footer.df__pokypki__instructions-footer--less svg {
  transform: rotate(180deg);
}
.df__pokypki__instructions-footer-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0860C7;
  margin-bottom: 17px;
  cursor: pointer;
}

.df__shop-service-why-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .df__shop-service-why-footer {
    margin-top: 48px;
  }
}

.df__pokypki-why-left {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 560px;
}
@media screen and (max-width: 840px) {
  .df__pokypki-why-left {
    margin-bottom: 48px;
  }
}

.df__pokypki-why-right {
  padding-top: 20px;
}

.df__pokypki-section-3 {
  padding-bottom: 0;
}
.df__pokypki-section-3 .df__buy-instructions {
  padding-bottom: 0;
}
.df__pokypki-section-3 .df__buy-instructions-items {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .df__pokypki-section-3 .df__buy-instructions-items {
    margin-bottom: 24px;
  }
  .df__pokypki-section-3 .df__buy-instructions-items:last-child {
    margin-bottom: 0;
  }
}

.df__pokypki-section-2 .df__section-title {
  text-align: left !important;
  margin-bottom: 64px;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #303A45;
}

.df__shop-service-brands {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 500px) {
  .df__pokypki-section-1 .df__home-intro-slide-btn {
    width: 100%;
    padding: 12px 0;
    justify-content: center;
    display: flex;
  }
  .df__pokypki-section-1 .df__home-intro-slide.df__home-intro-slide--buy {
    padding: 0;
  }
}
.df__pokypki-section-1 .df__home-intro-slide-title {
  max-width: 435px;
}
.df__pokypki-section-1 .df__home-intro-slide-left {
  padding: 48px 56px 48px 48px;
}
@media screen and (max-width: 500px) {
  .df__pokypki-section-1 .df__home-intro-slide-left {
    padding: 48px 24px;
  }
}

.df__tg-chat-button {
  position: fixed;
  bottom: 70px;
  right: 70px;
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  padding: 10px 18px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 146%;
  color: #303A45;
  background: #fff;
  -webkit-animation: pulse 2s ease-out infinite;
          animation: pulse 2s ease-out infinite;
  transition: transform 0.2s, bottom 0.3s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 500px) {
  .df__tg-chat-button {
    right: 40px;
    bottom: 40px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .df__tg-chat-button span {
    display: none;
  }
}
.df__tg-chat-button:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  box-shadow: 0 0 0 6px rgba(8, 96, 199, 0.4) !important;
}

.df__tg-chat-icon {
  width: 27px;
  height: 20px;
  fill: currentColor;
  margin-right: 8px;
}
@media screen and (max-width: 500px) {
  .df__tg-chat-icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    margin: 0;
  }
}

/* Pulse keyframes */
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 96, 199, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(8, 96, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(8, 96, 199, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 96, 199, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(8, 96, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(8, 96, 199, 0);
  }
}
.mob {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
  .dt-only {
    display: none !important;
  }
  .mob {
    display: block;
  }
  .box {
    padding: 0 24px;
  }
  .side {
    flex-direction: column;
  }
  .side__left {
    width: 100%;
  }
  .side__right {
    width: 100%;
  }
  .page__title {
    font-size: 24px;
    line-height: 1.42;
  }
  .cat-select ~ .select2 {
    width: 100% !important;
  }
  .cat-select ~ .select2.select2-container--open .select2-selection__arrow:before {
    margin-top: 3px;
    transform: rotate(-135deg) !important;
  }
  .cat-select ~ .select2-container--default .select2-selection--single {
    height: auto;
    border: 0;
    border-top: 1px solid #cbd4e0;
    border-bottom: 1px solid #cbd4e0;
    border-radius: 0;
    outline: none;
  }
  .cat-select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  .cat-select ~ .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    top: 23px;
    right: 24px;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #99a3a9;
    border-bottom: 2px solid #99a3a9;
    content: "";
    transition: 0.2s ease;
    transform: rotate(45deg);
  }
  .cat-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 60px 10px 24px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    color: #0061af;
  }
  .cat-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #0061af;
    border-radius: 50%;
    content: "?";
  }
  #cat-container {
    margin-top: -6px;
    font-size: 0;
    line-height: normal;
  }
  #cat-container .select2-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  #cat-container .select2-container .select2-dropdown {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #cad3df !important;
    border: 0;
  }
  #cat-container .select2-container .select2-dropdown .select2-results__options {
    max-height: none;
    border-bottom: 1px solid #cad3df;
  }
  #cat-container .select2-container .select2-dropdown .select2-results__option {
    padding: 0 24px;
    margin-bottom: 14px;
  }
  #cat-container .select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    color: #cad3df !important;
    background-color: transparent;
  }
}
@-webkit-keyframes moveArrow {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(80vw);
  }
}
@keyframes moveArrow {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(80vw);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
#main-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #f3f7f8;
  transition: height 0.4s ease-out 0.2s;
  z-index: 5000;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
#main-loader .loader {
  height: 82px;
  max-width: 1000px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
#main-loader .loader div {
  will-change: auto;
  position: absolute;
  display: block;
  width: 47px;
  height: 82px;
  animation: 2s ease-in-out 0s 5 moveArrow;
  -webkit-animation: 2s ease-in-out 0s infinite moveArrow;
  top: 0;
  left: -100px;
  z-index: 30;
  opacity: 0;
}
#main-loader .loader div:before {
  will-change: auto;
  opacity: 1;
  content: "";
  width: 47px;
  height: 82px;
  position: absolute;
  top: 0;
  left: -24px;
  background-size: contain;
  animation: opacity 2s infinite ease-in-out;
  -webkit-animation: opacity 2s infinite ease-in-out;
  z-index: 26;
}
#main-loader .loader div:first-child {
  width: 65%;
  background-color: #f3f7f8;
}
#main-loader .loader div:nth-child(2),
#main-loader .loader div:nth-child(2):before {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#main-loader .loader div:nth-child(2) {
  width: 65%;
  margin-left: -60%;
  background-color: #f3f7f8;
}
#main-loader .loader div:nth-child(2):before {
  left: auto;
  right: -24px;
}
#main-loader .loader div:nth-child(3),
#main-loader .loader div:nth-child(3):before {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#main-loader .loader div:nth-child(4),
#main-loader .loader div:nth-child(4):before {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

#main-loader.hidden {
  height: 0;
}

@media screen and (max-width: 980px) {
  #main-loader .loader,
#main-loader .loader:before {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  body {
    min-width: inherit;
  }
}
.page__intro .df__dropdown-item-image {
  display: flex;
  align-items: center;
}
.page__intro .df__dropdown-item-image img {
  width: 20px;
  margin-right: 10px;
}

.error {
  font-size: 12px !important;
  color: red !important;
}

.input_label input.error {
  border: 1px solid #E60033 !important;
}

input.error, .df__form-group-input.error {
  border: 1px solid #E60033 !important;
}
