html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Heavy.ttf");
  src: url("../fonts/SFProDisplay-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.ttf");
  src: url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Black.ttf");
  src: url("../fonts/SFProDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.ttf");
  src: url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  font-family: 'SF Pro Display';
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

body.user {
  /* background: linear-gradient(3.82deg, #ED5535 9.93%, #FF7A65 28.1%, #FF7765 50.33%, #FF9763 71.94%, #FF7765 91.35%); */
  background-image: url(../img/user-bg.jpg);
  background-size: cover;
}

body.partner {
  /* background: -webkit-gradient(linear, left bottom, left top, color-stop(3.08%, #8872D9), color-stop(14.52%, #A06DCC), color-stop(34.87%, #B06FC7), color-stop(47.62%, #9C8ADD), color-stop(75.08%, #BB73A3), color-stop(86.64%, #9E8FE1), color-stop(100.3%, #AEAEFA), color-stop(100.3%, #B1B4FF));
  background: linear-gradient(360deg, #8872D9 3.08%, #A06DCC 14.52%, #B06FC7 34.87%, #9C8ADD 47.62%, #BB73A3 75.08%, #9E8FE1 86.64%, #AEAEFA 100.3%, #B1B4FF 100.3%); */
  background-image: url(../img/partner-bg.jpg);
  background-size: cover;
}

.wrapper {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

header {
  padding: 45px 0px;
}

header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .menu a {
  position: relative;
}

header .menu a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .menu a:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 290px;
}

header svg {
  width: 6px;
  height: 9px;
}

header .wrap_role {
  background: #FFFFFF;
  border-radius: 15px;
  color: #2D2D2D;
  padding: 8px 20px;
  position: absolute;
  right: 0;
  top: -19px;
}

header .wrap_role .selected_role {
  cursor: pointer;
}

header .wrap_role .selected_role.open svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .wrap_role a {
  color: inherit;
  text-decoration: none;
}

header .wrap_role svg {
  stroke: #2D2D2D;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .wrap_role .role_list {
  margin-top: 10px;
  display: none;
}

header .wrap_role .role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
}

header .wrap_role .role svg {
  margin-left: 10px;
}

header .wrap_role .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(190, 190, 190, 0.25);
          box-shadow: 0px 2px 10px rgba(190, 190, 190, 0.25);
  margin-right: 10px;
}

header .wrap_role .icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .lang_wrap {
  margin-right: 70px;
  text-transform: capitalize;
}

header .lang_wrap svg {
  stroke: #FFFFFF;
}

header .lang_wrap .curent_lang {
  cursor: pointer;
}

header .lang_wrap .lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
}

header .lang_wrap .lang_list li {
  margin-bottom: 7px;
}

header .lang_wrap a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .lang_wrap a:hover {
  opacity: 0.7;
}

header .lang_wrap .curent_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .lang_wrap .curent_lang svg {
  margin-left: 7px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .lang_wrap .curent_lang.open svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu a {
  text-decoration: none;
  color: #fff;
}

header .menu li + li {
  margin-left: 70px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h2 {
  text-align: center;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 60px;
}

.swiper-button-prev, .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
  color: #FA9262;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0px 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

footer {
  position: relative;
}

footer .img_bg_left {
  position: absolute;
  left: 0;
  bottom: 80px;
  opacity: 0.2;
  width: 20%;
  max-width: 240px;
  z-index: -1;
}

footer .img_bg_right {
  position: absolute;
  right: 0;
  bottom: 80px;
  opacity: 0.2;
  width: 14%;
  max-width: 240px;
  z-index: -1;
}

footer.partner .img_bg_left {
  max-width: 320px;
  bottom: 0;
}

footer .top {
  margin-bottom: 70px;
}

footer .row_market {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .row_market a {
  width: 200px;
  display: block;
  margin-bottom: 20px;
}

footer .row_market a img {
  display: block;
  width: 100%;
}

footer h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer a {
  color: inherit;
  text-decoration: none;
  font-size: 24px;
}

footer .copy {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
  font-size: 18px;
}

footer .list_contact li {
  margin-top: 24px;
}

footer .list_contact a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

footer .list_contact a:hover {
  opacity: 0.7;
}

footer .list_menu li {
  margin-bottom: 24px;
}

footer .list_menu a {
  position: relative;
}

footer .list_menu a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

footer .list_menu a:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

footer .soc {
  margin-top: 20px;
  margin-bottom: 40px;
}

footer .soc li + li {
  margin-left: 15px;
}

footer .soc a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}

footer .soc a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer .mes {
  margin-top: 20px;
}

footer .mes li + li {
  margin-left: 15px;
}

footer .mes a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}

footer .mes a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrapper_full {
  max-width: 1700px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.btn_down {
  padding: 11px 30px;
  background: #FFFFFF;
  border-radius: 66px;
  min-width: 370px;
  text-decoration: none;
  color: #9B88DC;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn_down .icon {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9B88DC;
  border-radius: 10px;
  margin-left: 15px;
}

.btn_down:hover, .btn_down:active {
  background: #9B88DC;
  color: #fff;
}

.partner .swiper-button-prev::after, .partner .swiper-button-next::after {
  color: #9B88DC;
}

.box_control_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.box_control_slider > div {
  position: static;
  margin: 0;
}

.box_control_slider .swiper-pagination {
  margin: 0px 60px;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 20px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #bb75bf7b;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #BB75BF;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #BB75BF;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #BB75BF;
}

.user .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: rgba(250, 146, 98, 0.5);
}

.user .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #FA9262;
}

.user .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #FA9262;
}

.user .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #FA9262;
}


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  height: 50px;
  outline: none;
  padding-left: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  color: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  border-color: white;
}

.btn {
  font-size: 18px;
  line-height: 24px;
  color: #9B88DC;
  text-align: center;
  background: #FFFFFF;
  border-radius: 66px;
  text-decoration: none;
  border: none;
  padding: 17px 5px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn:hover, .btn:focus, .btn:active {
  background: #9B88DC;
  color: #fff;
}

.btn_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}

.btn_back img {
  margin-right: 15px;
}

.btn_back:hover, .btn_back:active {
  background: #9B88DC;
  color: #fff;
}

.btn_back:hover img, .btn_back:active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.top_section {
  padding-top: 60px;
}

.top_section .col_img {
  width: 630px;
  height: 605px;
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 120px;
  position: relative;
}

.top_section .col_img .img {
  position: absolute;
}

.top_section .col_img .img_1 {
  top: 40px;
  left: 103px;
  z-index: 1;
}

.top_section .col_img .img_2 {
  right: 103px;
  top: 98px;
}

.top_section .col_img .img_3 {
  top: 98px;
  left: -84px;
}

.top_section .col_img .img_4 {
  top: 20px;
  right: -45px;
}

.top_section .col_img .img_5 {
  top: 350px;
  left: 40px;
  z-index: 2;
}

.top_section .col_img .img_6 {
  top: 195px;
  left: -50px;
}

.top_section .col_img .img_7 {
  right: 10px;
  bottom: 10px;
}

.top_section .img_mob {
  display: none;
}

.top_section .col_text {
  max-width: 660px;
}

.top_section h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 35px;
}

.top_section h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 60px;
}

.top_section .row_market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_section .row_market a {
  margin-right: 20px;
  display: block;
}

.top_section .row_market a img {
  display: block;
}

.role_section {
  margin: 120px 0;
}

.role_section .col {
  width: calc(50% - 10px);
  max-width: 630px;
  margin: 0px 20px;
  position: relative;
}

.role_section .col .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.role_section .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #ffffff;
  width: 77px;
  height: 77px;
  -webkit-box-shadow: 0px 2px 20px rgba(224, 224, 224, 0.7);
          box-shadow: 0px 2px 20px rgba(224, 224, 224, 0.7);
  margin-right: 30px;
}

.role_section .icon img {
  width: 46px;
  height: 46px;
}

.role_section .row_role {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.role_section .role_box {
  text-decoration: none;
  color: #2d2d2d;
  background-color: #fff;
  display: block;
  border-radius: 30px;
}

.role_section .col_partner .top {
  color: #bb75bf;
}

.role_section .col_partner .abs_img-1 {
  left: 24px;
  top: 0px;
}

.role_section .col_partner .abs_img-2 {
  right: 30px;
  top: 0px;
}

.role_section .col_partner .abs_img-3 {
  right: 66px;
  bottom: -4px;
}

.role_section .col_user .top {
  color: #ff7b5d;
}

.role_section .col_user .abs_img-1 {
  left: 0;
  top: 70px;
}

.role_section .col_user .abs_img-2 {
  right: 0;
  top: 30px;
}

.role_section .col_user .abs_img-3 {
  left: 35px;
  bottom: -4px;
}

.role_section .role_box {
  position: relative;
  z-index: 1;
}

.role_section .role_box .abs_img {
  position: absolute;
  z-index: -1;
}

.role_section .col {
  padding: 25px;
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

 .role_section .col .role_box {
  padding: 52px 50px;
}

 .role_section .col .descr {
  font-size: 18px;
  line-height: 1.39;
}

.role_section .col .top {
  font-size: 22px;
}



.slider_user_section .row_slider {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 0px;
}
.slider_user_section .row_slider::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.slider_user_section h2 {
  margin-bottom: 20px;
}

.slider_user_section .col_images {
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 630px;
  height: 605px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.slider_user_section .col_images .swiper-slide {
  width: 254px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider_user_section .col_images .swiper-slide img {
  width: 100%;
  display: block;
}

.slider_user_section .col_images .swiper-slide-next, .slider_user_section .col_images .swiper-slide-prev {
  opacity: 0.5;
}

.slider_user_section .col_images .swiper-slide-active {
  opacity: 1;
}

.slider_user_section .swiper-pagination {
  bottom: 0;
}

.slider_user_section .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.slider_user_section .swiper-user-images {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_user_section .col_text {
  max-width: 605px;
  padding-left: 80px;
  font-size: 24px;
  line-height: 38px;
}

.slider_user_section .col_text h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
}

.slider_user_section .col_text p {
  color: #ffffff;
}

.slider_user_section .col_text ul {
  padding-left: 22px;
}

.marquee_section {
  margin: 120px 0;
}

.marquee_section .row_marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
}

.marquee_section .row_marquee img {
  width: 300px;
  height: 165px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 20px;
}

.marquee_section .row_marquee-r {
  -webkit-animation-name: marquee-r;
          animation-name: marquee-r;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.marquee_section .row_marquee-l {
  -webkit-animation-name: marquee-l;
          animation-name: marquee-l;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.marquee_section .marquee_wrap {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

@-webkit-keyframes marquee-l {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee-l {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes marquee-r {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes marquee-r {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.tab_section {
  margin: 120px 0px;
}

.tab_section .title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.tab_section h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 69px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 530px;
  text-align: left;
  margin-right: 80px;
}

.tab_section .tab_desctop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  border-radius: 60px;
}

.tab_section .col_tab {
  width: 393px;
  padding: 25px 30px;
}

.tab_section .col_tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.tab_section .col_tab ul li {
  margin: 25px 0;
}

.tab_section .col_tab ul li span {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #ffffff;
  border-radius: 70px;
  text-align: center;
  padding: 16px 35px;
  display: block;
  cursor: pointer;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tab_section .col_tab ul li span:hover {
  background-color: #fff;
  color: #ff7765;
}

.tab_section .col_tab ul li span::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.1698 47C47.1698 21.0426 26.0512 0 0 0H50L49.0566 47H47.1698Z' fill='white'/%3E%3C/svg%3E%0A");
  right: -32px;
  bottom: -76px;
  opacity: 0;
}

.tab_section .col_tab ul li span::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.1698 0C47.1698 25.9574 26.0512 47 0 47H50L49.0566 0H47.1698Z' fill='white'/%3E%3C/svg%3E%0A");
  right: -32px;
  top: -75px;
  opacity: 0;
}

.tab_section .col_tab ul li.active {
  position: relative;
  margin: 50px 0;
}

.tab_section .col_tab ul li.active span {
  background-color: #fff;
  color: #ff7765;
  border-color: #ff7765;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_section .col_tab ul li.active span::after, .tab_section .col_tab ul li.active span::before {
  opacity: 1;
}

.tab_section .col_tab ul li.active::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -25px;
  bottom: -25px;
  right: -85px;
  background-color: #fff;
  z-index: -1;
  border-radius: 60px 0px 0px 60px;
}

.tab_section .col_tab ul li:first-child {
  margin-top: 0;
}

.tab_section .col_tab ul li:first-child span::before {
  display: none;
}

.tab_section .col_tab ul li:last-child {
  margin-bottom: 0;
}

.tab_section .col_content {
  width: calc(100% - 393px);
}

.tab_section .col_content .content {
  background-color: #fff;
  border-radius: 60px;
  padding: 120px 0px 145px;
  display: none;
}

.tab_section .col_content .content.active {
  display: block;
}

.tab_section .col_content .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab_section .col_content h3 {
  text-align: center;
  color: #fa9262;
  font-size: 36px;
  margin: 0;
  margin-bottom: 40px;
}

.tab_section .col_content h4 {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fa9262;
  margin: 0;
}

.tab_section .col_content p {
  font-size: 16px;
  color: #383838;
  line-height: 21px;
  text-align: center;
  min-height: 85px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.user a.role:hover span{
  color: #BB75BF;
}
.partner  a.role:hover span{
  color: #FF7B5D;
}
.user div.role:hover span{
  color: #FF7B5D;
}
.partner  div.role:hover span{
  color: #BB75BF;
}
.tab_section .col_content a {
  color: #ff7965;
  text-decoration: none;
}
.tab_section .col_content a:hover{
  text-decoration: underline;
}
.tab_section .col_content .col_phone {
  width: 270px;
  margin: 0px 19px;
}

.mesager {
  margin: 120px 0px;
}
.mesager .row {
  padding: 0px 40px;
}
.mesager ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.mesager ul li {
  margin-left: 30px;
}

.mesager ul a {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mesager ul a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mesager ul img {
  display: block;
}

.mesager h2 {
  text-align: left;
  font-size: 36px;
  line-height: 52px;
  margin: 0;
}

.reviews {
  position: relative;
  margin: 120px 0px;
}

.reviews .img_bg_left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  max-width: 340px;
  z-index: -1;
}

.reviews .img_bg_right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  max-width: 340px;
  z-index: -1;
}

.reviews h2 {
  margin-bottom: 60px;
}

.reviews .row_market {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}
.row_market a{
  position: relative;
  top: 0;
  transition: all .3s;
}
.row_market a:hover{
  top: -10px;
}
.reviews .row_market a {
  margin: 0px 10px;
}

.swiper-reviews {
  padding-bottom: 100px;
  padding-top: 30px;
}

.swiper-reviews .swiper-button-prev,
.swiper-reviews .swiper-button-next {
  top: auto;
  bottom: 0;
  z-index: 111;
}

.swiper-reviews .swiper-slide {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}

.swiper-reviews .swiper-slide-next {
  top: -30px;
}

.swiper-reviews .swiper-slide::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 30px;
  z-index: -1;
}

.swiper-reviews .swiper-slide::before {
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  opacity: 0.3;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 30px;
  z-index: -1;
}

.item_reviews {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 25px rgba(44, 44, 44, 0.1);
          box-shadow: 0px 2px 25px rgba(44, 44, 44, 0.1);
  border-radius: 15px;
  position: relative;
  padding: 25px 20px;
  z-index: 1;
}

.item_reviews .scroll-box-custom {
  height: 200px;
  padding-right: 10px;
}

.item_reviews .name {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.item_reviews .rating_word {
  color: #fa9262;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.item_reviews .rating_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}

.item_reviews .rating_star li {
  margin-right: 1px;
}

.item_reviews .text {
  font-size: 18px;
  line-height: 25px;
  color: #383838;
}

.faq {
  margin: 120px 0px;
}

.faq .row_faq {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 30px 40px;
  margin-bottom: 30px;
}

.faq .row_faq .top {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.faq .row_faq .top::after, .faq .row_faq .top:before {
  content: "";
  position: absolute;
  right: 0;
  width: 32px;
  height: 2px;
  background-color: #fff;
  top: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq .row_faq .top:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq .row_faq .content {
  padding-top: 30px;
  display: none;
  font-size: 18px;
  line-height: 25px;
}

.faq .row_faq .content p {
  margin: 0;
  margin-bottom: 20px;
}

.faq .row_faq .content p:last-child {
  margin-bottom: 0;
}

.faq .row_faq.open .top:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.user .row_faq {
  -webkit-box-shadow: 2px 16px 15px 2px rgba(183, 72, 27, 0.2);
          box-shadow: 2px 16px 15px 2px rgba(183, 72, 27, 0.2);
}

.user .row_faq:nth-child(1) {
  background-color: #ff9b8d;
}

.user .row_faq:nth-child(2) {
  background: #ff9182;
}

.user .row_faq:nth-child(3) {
  background: #fd8878;
}

.user .row_faq:nth-child(4) {
  background: #fd7e6d;
}

.user .row_faq:nth-child(5) {
  background: #fd7e6d;
}

.user .row_faq:nth-child(6) {
  background-color: #fe7b69;
}

.user .row_faq:nth-child(7) {
  background-color: #fa7f6f;
}

.partner .row_faq {
  -webkit-box-shadow: 2px 16px 15px 2px rgba(128, 82, 198, 0.2);
          box-shadow: 2px 16px 15px 2px rgba(128, 82, 198, 0.2);
}

.partner .row_faq:nth-child(1) {
  background-color: #c395fe;
}

.partner .row_faq:nth-child(2) {
  background: #c08eff;
}

.partner .row_faq:nth-child(3) {
  background: #ba83ff;
}

.partner .row_faq:nth-child(4) {
  background: #b67cff;
}

.partner .row_faq:nth-child(5) {
  background: #b376ff;
}

.partner .row_faq:nth-child(6) {
  background-color: #b071ff;
}

.partner .row_faq:nth-child(7) {
  background-color: #9b63e1;
}

.seo_text {
  margin: 120px 0px;
}

.seo_text .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.seo_text p {
  margin-bottom: 30px;
}

.seo_text p:last-child {
  margin-bottom: 0;
}

.partner_img {
  margin-top: 120px;
  margin-bottom: 150px;
  position: relative;
}

.partner_img .img_bg_left,
.partner_img .img_bg_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  max-width: 308px;
  z-index: -1;
}

.partner_img .img_bg_left {
  left: 0;
}

.partner_img .img_bg_right {
  right: 0;
}

.partner_img .wrapper_full img {
  width: 100%;
}

.partner_img .mob {
  display: none;
}

.download_section {
  margin-bottom: 120px;
}

.download_section h2 {
  text-align: left;
  margin: 0;
}

.partner_integration .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partner_integration .item {
  height: 145px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 20px;
  width: calc(25% - 28px);
}

.partner_integration .item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider_partner {
  margin: 120px 0px;
}

.slider_partner .swiper-container {
  padding: 0px 0px 100px;
}

.slider_partner h3 {
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}

.phone_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.phone_wrap p {
  font-size: 18px;
  line-height: 25px;
}

.phone_wrap .img_wrap_tablet {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.phone_wrap .img_wrap_tablet img {
  position: absolute;
  bottom: 0;
  left: 380px;
}

.phone_wrap .col_phone {
  width: 50%;
}

.phone_wrap .col_phone:nth-child(1) {
  padding-right: 10px;
}

.phone_wrap .col_phone:nth-child(1) .img_wrap img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) {
  left: 110px;
  top: 50px;
}

.phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line_rotate {
  width: 129px;
  right: -175px;
  top: 65px;
}

.phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line {
  width: 333px;
}

.phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) {
  left: 110px;
  bottom: 110px;
}

.phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate {
  width: 196px;
  right: -217px;
  top: 51px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line {
  width: 333px;
}

.phone_wrap .col_phone:nth-child(2) {
  padding-left: 10px;
}

.phone_wrap .col_phone:nth-child(2) .img_wrap img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1) {
  right: 100px;
  top: 50px;
}

.phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1) .line_rotate {
  width: 168px;
  left: -147px;
  top: 66px;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg); 
}

.phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1) .line {
  left: 7px;
}

.phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(2) {
  right: 100px;
  bottom: 110px;
}

.phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(2) .line_rotate {
  left: -118px;
  top: 87px;
  width: 140px;
}

.phone_wrap .col_phone:nth-child(2) .line_rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.phone_wrap .col_phone:nth-child(2) .line_rotate::after {
  right: auto;
  left: 0;
}

.phone_wrap .col_phone:nth-child(2) .line::after {
  right: 0;
  left: auto;
}

.phone_wrap .row_descr {
  position: absolute;
  max-width: 340px;
}

.phone_wrap .line {
  width: 100%;
  border-top: 1px solid #845fb6;
  position: absolute;
  left: 0;
}

.phone_wrap .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #845fb6;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.phone_wrap .line_rotate {
  width: 220px;
  border-top: 1px solid #845fb6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

.phone_wrap .line_rotate::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #845fb6;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.swiper-partner {
  padding: 50px 0px;
}

.swiper-partner h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  margin-bottom: -10px;
}

.swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  top: 310px;
}

.swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 117px;
  right: -92px;
  top: 45px;
}

.swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr {
  width: 100%;
  text-align: right;
  top: 305px;
}

.swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 130px;
  left: -103px;
  top: 15px;
}

.page-id-440 .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  left: -112px;
  top: 26px;
}

.page-id-33 .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 130px;
    left: -103px;
    top: 15px;
    transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
}

.swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  top: 100px;
}

.swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 129px;
  right: -103px;
  top: 91px;
}

.swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) {
  bottom: 55px;
}

.swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
  width: 175px;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
  right: -148px;
  top: 56px;
}

.swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: auto;
  bottom: -25px;
}

.swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  width: 202px;
  left: -178px;
  top: 56px;
}

.swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  top: auto;
  bottom: 40px;
}

.swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 181px;
  right: -147px;
  top: 97px;
}

.swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: auto;
  bottom: 80px;
}

.swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 240px;
  left: -197px;
  top: 76px;
}

.page-id-440 .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 250px;
  left: -216px;
  top: 85px;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}

.page-id-33 .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 240px;
  left: -197px;
  top: 76px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) img {
  margin-right: -20px;
}

.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 86px;
  right: -72px;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  top: 74px;
}

.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
  width: 188px;
  right: -133px;
  top: 55px;
}

.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: 165px;
  width: 100%;
}

.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) p {
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
}

.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 127px;
  left: -101px;
  top: 41px;
}

.page-id-440 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 127px;
  left: -110px;
  top: 52px;
}

.page-id-33 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 127px;
  left: -101px;
  top: 41px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(2) {
  bottom: 0;
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) img {
  margin-right: -27px;
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  left: 110px;
  top: 178px;
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 86px;
  right: -72px;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  top: 64px;
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) {
  bottom: 45px;
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
  width: 132px;
  right: -100px;
  top: 86px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: 250px;
  width: 100%;
}

.swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 160px;
  left: -128px;
  top: 105px;
}

.page-id-440 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 160px;
  left: -140px;
  top: 117px;
}

.page-id-33 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 160px;
  left: -128px;
  top: 105px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-id-33 .page-id-33 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  top: 180px;
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  left: 56px;
  top: auto;
  bottom: 18px;
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 102px;
  right: -82px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 78px;
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(2) {
  bottom: 45px;
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
  width: 132px;
  right: -100px;
  top: 86px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) img {
  margin-left: 80px;
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: auto;
  bottom: 60px;
  right: 30px;
}

.swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 165px;
  left: -148px;
  top: 74px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  left: 45px;
  top: 282px;
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 145px;
  right: -120px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 65px;
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(2) {
  bottom: 45px;
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
  width: 132px;
  right: -100px;
  top: 86px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) img {
  margin-left: 6px;
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: 78px;
  right: 30px;
}

.swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 165px;
  left: -148px;
  top: 74px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  left: 56px;
  top: 128px;
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 152px;
  right: -106px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  top: 177px;
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) {
  left: 56px;
  bottom: -13px;
  max-width: 300px;
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
  width: 132px;
  right: -140px;
  top: 86px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) img {
  margin-left: 80px;
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: 70px;
  bottom: auto;
  right: 30px;
  max-width: 300px;
}

.swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 165px;
  left: -148px;
  top: 99px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.page-id-33 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
  width: 165px;
  left: -148px;
  top: 99px;
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}


.swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) img {
  margin-right: -24px;
}

.swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .row_descr:nth-child(1) {
  top: 280px;
}

.swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
  width: 104px;
  right: -118px;
  top: 24px;
}

.swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(2) .row_descr:nth-child(1) {
  top: 240px;
}

.slider_task {
  margin: 120px 0px;
}

.slider_task .swiper-task {
  padding-bottom: 80px;
}

.slider_task .swiper-slide {
  max-width: 370px;
  height: 235px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px 5px rgba(126, 108, 192, 0.5);
          box-shadow: 0px 4px 25px 5px rgba(126, 108, 192, 0.5);
  border-radius: 20px;
  width: 100%;
  padding: 30px 20px;
  color: #2d2d2d;
}

.slider_task .swiper-slide h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

.slider_task .swiper-slide p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.slider_task .swiper-wrapper {
  padding-right: 30px;
}

.slider_task .top_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.slider_task .wrap_item {
  max-height: 175px;
  padding-right: 20px;
}

.slider_task img {
  margin-right: 20px;
}

.service_partner .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_partner .item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.steps {
  margin: 120px 0px;
  position: relative;
  counter-reset: step;
}

.steps .img_bg_left,
.steps .img_bg_right {
  position: absolute;
  top: 0;
  width: 20%;
  max-width: 335px;
  z-index: -1;
}

.steps .img_bg_left {
  left: 0;
}

.steps .img_bg_right {
  right: 0;
}

.steps .title_wrap {
  position: relative;
  margin-bottom: 60px;
}

.steps .title_wrap h2 {
  margin-bottom: 0;
}

.steps .title_wrap .btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.steps .title_wrap .btn_wrap .btn_down {
  margin-bottom: 20px;
  width: 430px;
}

.steps .text_box {
  max-width: 455px;
}

.steps h4 {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 15px;
}

.steps .step_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  min-height: 195px;
  counter-increment: step;
}

.steps .step_item p {
  font-size: 18px;
  line-height: 25px;
}

.steps .step_item .icon {
  background: #ffffff;
  border-radius: 15px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.steps .step_item .icon::after {
  content: counter(step);
  position: absolute;
  width: 43px;
  height: 43px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff6060;
  border-radius: 10px;
  right: -13px;
  bottom: -13px;
}

.steps .step_item:nth-child(odd) .icon {
  margin-left: 70px;
}

.steps .step_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.steps .step_item:nth-child(even) .icon {
  margin-right: 70px;
}

.steps .step_row {
  max-width: 1160px;
  margin: 0 auto;
}

.forms .col {
  width: calc(33% - 33px);
  height: auto;
}

.forms .col img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.forms .btn {
  width: 100%;
  display: block;
}

.forms .row_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.forms input {
  margin-bottom: 27px;
}

.partner .role_section .col_user .abs_img-2 {
  top: -30px;
}

header .lang_wrap {
  position: relative;
}

.swiper-user-text {
  pointer-events: none;
}

.color_gradient {
  background: linear-gradient(1.78deg, #F75D82 45.15%, #B9A0FF 99.98%);
}

.color_gradient .logo {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.color_gradient header .nav{
  padding-right: 0;
}
.not_found {
  padding-bottom: 200px;
}

.not_found .wrap_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not_found .wrap_img .not {
  /* max-width: 800px; */
  max-width: 635px;
  width: 90%;
}

.not_found .wrap_img .cat {
  /* width: 347px; */
  width: 235px;
  max-width: 50%;
}

.not_found .wrap_text {
  background: linear-gradient(330.47deg, rgba(255, 255, 255, 0.2) 9.58%, rgba(255, 255, 255, 0.15) 90.24%);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  margin-top: 60px;
}

.not_found .wrap_text h2 {
  text-align: left;
  margin: 0;
  /* margin-bottom: 28px; */
  margin-bottom: 20px;
  font-size: 32px;
}

.not_found .wrap_text p {
  font-size: 18px;
  margin: 0;
}

.not_found .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.page-template-template-loyalty .not_found .btn{
  margin: 0px;
}

.not_found .wrap_btn{
  display: flex;
  justify-content: space-between;
  /* margin: 60px 0px 0px; */
  margin: 40px 0px 0px;

}

/* __CF7_____ */
.wpcf7-not-valid-tip{
  display: none !important;

}
.wpcf7-not-valid{
  border-color: #CD4C23 !important;
}
.wpcf7-response-output{
  display: none !important;
}

/* ____popup____ */
.popup_thank{
  position: fixed;
  padding: 170px 50px;
  background: #FFFFFF;
  border-radius: 60px;
  left: 50%;
  top: 50%;
  width: 970px;
  max-width: calc(100% - 30px);
  z-index: 10000;
  transform: scale(0);
  opacity: 0;
  transition: opacity .3s ease;
}
.open_popup{
  overflow: hidden;

}
.open_popup::after{
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.open_popup #popup_thank{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.btn_close_popup{
  padding: 18px;
  background: #AC6EC8;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
}
.btn_close_popup:hover{
  background: #8957a0;
}
.popup_thank .img{
  position: absolute;

}
.popup_thank .img_1{
  position: absolute;
  top: 0;
  left: 26px;
}
.popup_thank .img_2{
  bottom: 0;
  left: 60px;
}
.popup_thank .img_3{
  bottom: 0;
  right: 60px;
}
.popup_thank p{
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #2D2D2D;
  margin: 0;
}
.title_popup{
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  color: #BB75BF;
  margin-bottom: 20px;
}
.answer{
  margin-top: 20px;
}
.wow {
  visibility: hidden;
}

.wrap-qr-code {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 30px;
}
.wrap-qr-code img{
  border-radius: 25px;
}

.wrap-qr-code p {
  margin-bottom: 10px;
  color: #D7D7D7;
  font-size: 24px;
  margin-top: 0px;
}

.wrap-qr-code a {
  display: block;
  border-radius: 25px;
}

.wrap-qr-code a img {
  border-radius: 25px;
}

.wrap-qr-code a:hover {
  box-shadow: 4px 4px 25px 0px rgba(34, 60, 80, 0.2);
  transition: 0.4s;
}

.wrap-qr-code a:hover img {
  border-radius: 25px;
  transition: 0.4s;
}

.wrap-poppup .row {
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: auto;
}

.wrap-poppup.poppup-link-1 {
  width: 70%;
  margin: 0 auto;
  position: relative;
}


.wrap-poppup.poppup-link-1 .mfp-close {
  top: 20px;
  right: 20px;
  font-size: 42px;
}

.wrap-poppup .wrap-img {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.wrap-poppup .wrap-img img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  display: block;
}

/* .wrap-poppup .row::after {
  content: "+";
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 32px;
  font-weight: bold;
  transform: rotate(45deg);
  cursor: pointer;
  color: #AEABBC;
} */

.wrap-poppup .row h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  color: #3C3444;
  line-height: 26px;
}

.wrap-poppup .row p {
  color: #D5D6D7;
  font-size: 18px;
  margin-bottom: 20px;
}

.wrap-poppup .row .wrap-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
}

.wrap-poppup .row .wrap-btn a:first-of-type {
  background: linear-gradient(45deg, #F65867 0%, #FF8C43 100%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 0;
  width: 40%;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
}

.wrap-poppup .row .wrap-btn a:last-of-type {
  color: #DEA888;
  border: 1px solid #DEA888;
  text-decoration: none;
  padding: 20px 0;
  width: 40%;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
}

.wrap-poppup .row .wrap-btn a:last-of-type:hover {
  color: #FFFFFF;
  background: linear-gradient(45deg, #F65867 0%, #FF8C43 100%);
  transition: 0.4s;
}

.service_partner a{
    display: block;
    transition: all 0.2s;
}
.service_partner a:hover{
  transform: scale(1.1);
}


@media only screen and (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    max-width: 1300px;
  }
  .top_section .col_text {
    max-width: 540px;
  }
  .top_section h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .top_section h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .top_section .col_img {
    width: 570px;
    margin-left: 0;
  }
  .top_section .wrapper > .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .role_section .col {
    width: calc(50% - 40px);
  }
  .slider_user_section .col_text {
    padding-left: 30px;
    padding-right: 55px;
  }
  .slider_user_section .col_text h3 {
    font-size: 28px;
    line-height: 1.3;
  }
  .slider_user_section .col_images {
    width: 580px;
  }
  .slider_user_section .col_text {
    font-size: 20px;
    line-height: 1.5;
  }
  .tab_section .col_content .col_phone {
    width: 230px;
  }
  .tab_section .col_content .col_phone img {
    width: 100%;
    height: 443px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tab_section .col_content p {
    min-height: 105px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .tab_section h2 {
    font-size: 38px;
    line-height: 54px;
    max-width: 440px;
  }
  .tab_section .col_content h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  .mesager ul img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mesager ul a {
    width: 90px;
    height: 90px;
  }
  .mesager h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .item_reviews .text {
    font-size: 16px;
    line-height: 1.3;
  }
  .item_reviews .name {
    margin-bottom: 5px;
  }
  .item_reviews .rating_word {
    margin-bottom: 5px;
  }
  .faq .row_faq {
    padding: 25px 30px;
  }
  footer h4,
  footer a {
    font-size: 24px;
  }
  .tab_section .col_content .content {
    height: 100%;
  }
  .top_section .col_img .img_4 {
    right: -30px;
  }
  .phone_wrap .row_descr {
    max-width: 215px;
  }
  .phone_wrap .row_descr br {
    display: none;
  }
  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line {
    width: 205px;
  }
  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line_rotate {
    width: 130px;
    right: -100px;
    top: 114px;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }

  .page-id-33 .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line_rotate {
    width: 130px;
    right: -100px;
    top: 114px;
    -webkit-transform: rotate(-46deg);
            transform: rotate(-46deg);
  }
  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line {
    width: 191px;
  }
  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate {
    width: 196px;
    right: -271px;
    top: 76px;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .page-id-33 .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate {
    width: 196px;
    right: -124px;
    top: 77px;
    -webkit-transform: rotate(-59deg);
    transform: rotate(-59deg);
  }
  .phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1) .line_rotate {
    width: 156px;
    left: -106px;
    top: 91px;
    transform: rotate(63deg);
    -webkit-transform: rotate(63deg);

  }
  .phone_wrap .col_phone:nth-child(2) .line_rotate {
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
  }
  .phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(2) {
    bottom: 45px;
  }
  .phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(2) .line_rotate {
    left: -147px;
    top: 116px;
    width: 208px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .row_descr:nth-child(1) {
    top: 250px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 117px;
    right: -89px;
    top: 94px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: -102px;
    top: 15px;
  }
  .phone_wrap .line_rotate {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 124px;
    right: -91px;
    top: 163px;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -155px;
    top: 105px;
  }
  .page-id-33 .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -165px;
    width: 202px;
    top: 111px;
    -webkit-transform: (-30deg);
    transform: rotate(-30deg);
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -169px;
    top: 105px;
    width: 210px;
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
}

  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 107px;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    right: -144px;
    top: 146px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    right: -126px;
    top: 155px;
    width: 161px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page-id-33 .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    right: -126px;
    top: 148px;
    width: 165px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 290px;
    left: -199px;
    top: 103px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    right: -69px;
    top: 124px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    right: -78px;
    top: 103px;
    width: 110px;
    -webkit-transform: rotate(-53deg);
    transform: rotate(-53deg);
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 188px;
    right: -138px;
    top: 102px;
    -webkit-transform: rotate(-62deg);
            transform: rotate(-62deg);
  }
  .page-id-33 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 188px;
    right: -114px;
    top: 103px;
    -webkit-transform: rotate(-62deg);
    transform: rotate(-62deg);
  }
  
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 145px;
    left: -96px;
    top: 20px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(2) .line_rotate {
    width: 116px;
    top: 133px;
    left: -82px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 86px;
    right: -64px;
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
    top: 81px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 216px;
    right: -178px;
    top: 126px;
  }
  
  .page-id-33 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 156px;
    right: -94px;
    top: 145px;
  }

  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) {
    bottom: 10px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 160px;
    left: -106px;
    top: 162px;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 135px;
    right: -105px;
    top: 38px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(2) .line_rotate {
    width: 130px;
    top: 135px;
    left: -105px;
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) img {
    margin-left: 0;
  }
  .phone_wrap .img_wrap_tablet img {
    left: 312px;
    width: 615px;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    right: 70px;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 98px;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 124px;
    right: -100px;
    top: 95px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 126px;
    right: -100px;
    top: 95px;
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) img {
    margin-left: -74px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 205px;
    right: -171px;
    top: 118px;
  }
  .page-id-33 .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 201px;
    right: -164px;
    top: 118px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 207px;
    left: -171px;
    top: 114px;
    -webkit-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    right: 70px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 152px;
    right: -119px;
    -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
    top: 215px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 126px;
    right: -22px;
    top: 91px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 147px;
    right: -22px;
    top: 91px;
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) img {
    margin-left: 0;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    max-width: 230px;
  }
  .tab_section .col_tab{
    padding-bottom: 130px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 160px;
    left: -128px;
    top: 180px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 124px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 125px;
    left: -99px;
    top: 41px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    width: 202px;
    left: -140px;
    top: 146px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
  }
}

@media only screen and (max-width: 1400px) {
  .not_found .wrap_img .not {
    /* max-width: 800px; */
    max-width: 670px;
    width: 25%;
  }
  
  .not_found .wrap_img .cat {
    /* width: 347px; */
    width: 180px;
    max-width: 40%;
  }

  .not_found .wrap_text {
    border-radius: 40px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 25px 40px;
    margin-top: 25px;
  }

  .not_found .btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .wrapper {
    max-width: 1140px;
  }
  
  header .menu li + li {
    margin-left: 35px;
  }
  .download_section h2 {
    max-width: 475px;
  }
  header .lang_wrap {
    margin-right: 35px;
  }
  .top_section .col_text {
    max-width: 440px;
  }
  .top_section .col_img .img_1 {
    top: 61px;
    left: 116px;
    z-index: 1;
    width: 250px;
  }
  header .nav {
    padding-right: 255px;
  }
  .user .role_section .col .role_box {
    padding: 30px;
  }
  .role_section .col .descr {
    font-size: 20px;
  }
  
  .role_section .col .top {
    margin-bottom: 15px;
  }
  .slider_user_section .col_images {
    width: 420px;
    height: 520px;
  }
  .slider_user_section .mask {
    width: 235px;
  }
  .slider_user_section .col_images .swiper-slide {
    width: 220px;
  }
  .tab_section .col_tab ul li span {
    padding: 10px;
  }
  .tab_section .col_tab {
    width: 310px;
  }
  .tab_section .col_content {
    width: calc(100% - 310px);
  }
  .tab_section .col_tab ul li span {
    font-size: 14px;
    line-height: 1.1;
    min-height: 55px;
  }
  .tab_section .col_content .col_phone {
    width: 205px;
    margin: 0px 15px;
  }
  .tab_section .col_content .col_phone img {
    height: 395px;
  }
  .tab_section .col_content p {
    font-size: 14px;
    line-height: 1.4;
    min-height: 95px;
  }
  .steps .step_row {
    padding-top: 100px;
  }
  .steps .text_box {
    max-width: 415px;
  }
  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) {
    left: 35px;
  }
  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) {
    left: 40px;
    bottom: 97px;
  }
  .phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1) {
    right: 20px;
  }
  .phone_wrap .col_phone:nth-child(2) .box_descr .row_descr:nth-child(2) {
    right: 15px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .row_descr:nth-child(1) {
    top: 285px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(1) {
    top: 15px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) {
    bottom: 50px;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    top: auto;
    bottom: 70px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    top: 145px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(1) {
    left: 43px;
    top: 166px;
  }
  .swiper-partner .swiper-button-prev, .swiper-partner .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-partner .swiper-button-next, .swiper-partner .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    right: 10px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    right: 10px;
    top: 50px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(1) {
    left: 50px;
    top: 135px;
  }
  .phone_wrap .img_wrap_tablet img {
    left: 285px;
    width: 563px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) {
    left: 25px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) {
    max-width: 200px;
    right: 15px;
    top: 0;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 149px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate {
    right: -117px;
    width: 208px;
    top: 69px;
    transform: rotate(-62deg);
  }

  .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line {
    width: 184px;
  }

  .page-id-33 .phone_wrap .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate {
    width: 203px;
    right: -116px;
    top: 70px;
    -webkit-transform: rotate(-63deg);
    transform: rotate(-63deg);
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 14px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -157px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 194px;
    right: -108px;
    top: 98px;
    -webkit-transform: rotate(-64deg);
    transform: rotate(-64deg);
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    width: 156px;
    right: -98px;
    top: 152px;
    -webkit-transform: rotate(-49deg);
    transform: rotate(-49deg);
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -16px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 149px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -160px;
    top: 101px;
    width: 211px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 106px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    width: 124px;
    right: -100px;
    top: 96px;
  }

}

@media only screen and (max-width: 1150px) {
  .wrapper {
    max-width: 960px;
  }
  .top_section .wrapper > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top_section .col_text {
    margin-top: 40px;
    max-width: 100%;
  }
  .role_section .row_role {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .role_section .col {
    margin: 0;
    width: calc(50% - 10px);
  }
  .slider_user_section .swiper-button-next, .slider_user_section .swiper-container-rtl .swiper-button-prev {
    right: -20px;
  }
  .slider_user_section .swiper-button-prev, .slider_user_section .swiper-container-rtl .swiper-button-next {
    left: -20px;
  }
  .slider_user_section .col_text {
    max-width: 470px;
    padding-right: 30px;
  }
  .slider_user_section .row_slider {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slider_user_section .swiper-pagination {
    right: 0;
    left: 0;
  }
  .slider_user_section .col_text p,
  .slider_user_section .col_text ul {
    font-size: 18px;
  }
  .tab_section .col_content .col_phone {
    width: 180px;
    margin: 0px 5px;
  }
  .tab_section .col_content p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab_section .col_content .col_phone img {
    height: 350px;
  }
  .mesager ul a {
    width: 75px;
    height: 75px;
  }
  .mesager h2 {
    font-size: 28px;
  }
  .mesager .row {
    padding: 0;
  }
  .mesager ul li {
    margin-left: 20px;
  }
  footer h4, footer a {
    font-size: 18px;
  }
  footer .row_market a {
    width: 160px;
  }
  footer .top {
    margin-bottom: 40px;
  }
  .steps .title_wrap h2 {
    text-align: left;
  }
  .steps .step_item:nth-child(odd) .icon {
    margin-left: 30px;
  }
  .steps .step_item:nth-child(even) .icon {
    margin-right: 30px;
  }
  .steps .text_box {
    max-width: 365px;
  }
  .forms .col {
    width: calc(33% - 15px);
  }
  .swiper-partner .swiper-button-prev, .swiper-partner .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .phone_wrap .row_descr {
    position: static;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap img {
    margin-left: auto;
    margin-right: auto;
  }
  .slider_partner .line_wrap {
    display: none;
  }
  .slider_partner .box_descr {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 10px 24px;
    color: #2D2D2D;
    margin-top: 20px;
  }
  .slider_partner .phone_wrap .row_descr {
    max-width: 100%;
    text-align: left !important;
  }
  .slider_partner .phone_wrap .row_descr p {
    max-width: 100%;
    margin: 10px 0px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(1) p {
    max-width: 100%;
  }
  .img_wrap::before {
    content: '1';
  }
  .img_wrap::after {
    content: '2';
  }
  .phone_wrap .col_phone .box_descr .row_descr::before,
  .img_wrap::before,
  .img_wrap::after {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #845FB6;
    border: 4px solid #E6DFF0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  .img_wrap::before,
  .img_wrap::after {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .swiper-partner h4 {
    width: 100%;
    margin: 15px 0 0;
  }
  .phone_wrap .col_phone .box_descr .row_descr {
    padding-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
  .phone_wrap .col_phone .box_descr .row_descr::before {
    position: absolute;
    left: 0;
    top: 9px;
  }
  .phone_wrap .col_phone .box_descr .row_descr:nth-child(1)::before {
    content: '1';
  }
  .phone_wrap .col_phone .box_descr .row_descr:nth-child(2)::before {
    content: '2';
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .img_wrap::before {
    left: 70px;
    top: 110px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .img_wrap::after {
    left: 105px;
    top: 220px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(2) .img_wrap::before {
    left: 221px;
    top: 67px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(2) .img_wrap::after {
    left: 201px;
    top: 290px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .img_wrap::before {
    left: 70px;
    top: 110px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .img_wrap::before {
    left: 198px;
    top: 190px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .img_wrap::before {
    left: 50px;
    top: 129px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .img_wrap::after {
    left: 80px;
    top: 352px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .img_wrap::before {
    left: 125px;
    top: 400px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .img_wrap::before {
    left: 149px;
    top: 317px;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .img_wrap::before {
    left: 125px;
    top: 285px;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .img_wrap::before {
    left: 89px;
    top: 142px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .img_wrap::after {
    left: 103px;
    top: 220px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .img_wrap::before {
    left: 230px;
    top: 196px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .img_wrap::after {
    left: 224px;
    top: 428px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .img_wrap::before {
    left: 25px;
    top: 200px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .img_wrap::after {
    left: 128px;
    top: 362px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .img_wrap::before {
    left: 185px;
    top: 338px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .img_wrap::before {
    left: 25px;
    top: 445px;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .img_wrap::before {
    left: 158px;
    top: 375px;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .img_wrap::before {
    left: -13px;
    top: 313px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .img_wrap::before {
    left: 158px;
    top: 100px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .img_wrap::before {
    left: 35px;
    top: 380px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .img_wrap::after {
    left: 50px;
    top: 421px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .img_wrap::before {
    left: 158px;
    top: 100px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .img_wrap::before {
    left: 5px;
    top: 188px;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .img_wrap::after {
    display: none;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(2) .img_wrap::before {
    left: 215px;
    top: 265px;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(2) .img_wrap::after {
    display: none;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap img {
    position: static;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap.img_wrap_tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 525px;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap.img_wrap_tablet img {
    height: auto;
    width: 655px;
    margin-left: -82px;
  }
}
@media only screen and (max-width: 1024px) {
  .wow{
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  .not_found .wrap_btn{
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
  }
  .page-template-template-loyalty .not_found .wrap_btn a{
    margin-top: 20px;
  }

  .wrapper {
    max-width: 750px;
  }
  
  .role_section .row_role {
    width: 100%;
  }
  .role_section .col {
    max-width: 100%;
  }
  .role_section .col {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  .role_section .col:last-child {
    margin-bottom: 0;
  }
  .slider_user_section .col_images {
    width: 100%;
  }
  .slider_user_section .col_text {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .slider_user_section .row_slider {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .marquee_section h2 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .marquee_section .row_marquee img {
    width: 230px;
    height: 125px;
    margin: 0px 5px;
  }
  .marquee_section .marquee_wrap {
    margin-bottom: 20px;
  }
  .slider_user_section .swiper-button-prev, .slider_user_section .swiper-button-next {
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 100;
  }
  .slider_user_section .swiper-button-prev, .slider_user_section .swiper-container-rtl .swiper-button-next {
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 100;
  }
  .slider_user_section .swiper-pagination {
    bottom: 10px;
  }
  .role_section .col_user .abs_img-2 {
    top: -20px;
  }
  .tab_section .title_row img {
    width: 200px;
  }
  .tab_section h2 {
    font-size: 32px;
    max-width: 355px;
    margin-bottom: 0;
  }
  .tab_section .col_content {
    display: none;
  }
  .tab_section .col_tab {
    width: 100%;
  }
  .tab_section .col_tab ul li.active::after,
  .tab_section .col_tab ul li span::after,
  .tab_section .col_tab ul li span::before {
    display: none;
  }
  .tabs .content {
    display: none;
    text-align: center;
    padding: 0px 20px;
  }
  .tabs .content h3 {
    display: none;
  }
  .tabs .content .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabs .content .row .col_phone {
    width: 30%;
    margin: 1.6%;
  }
  .tabs .content .row .col_phone img {
    width: 100%;
  }
  .tabs .active .content {
    display: block;
  }
  .tabs .active .content h4 {
    color: #FA9262;
    font-size: 16px;
  }
  .tabs .active .content .col_phone {
    font-size: 14px;
  }
  .tabs .active .content p {
    min-height: 80px;
  }
  .tabs .active .content a {
    color: #FA9262;
    text-decoration: none;
  }
  .tabs .active {
    background-color: #fff;
    color: #383838;
  }
  .tabs li {
    padding: 0px 20px;
  }
  .tabs li.active {
    padding: 20px;
  }
  .tab_section .col_tab {
    padding: 0;
  }
  .tab_section .col_tab ul li {
    margin: 25px 0;
  }
  .tab_section .col_tab ul li:first-child {
    margin-top: 25px;
  }
  .tab_section .col_tab ul li:last-child {
    margin-bottom: 25px;
  }
  .tab_section .col_tab ul li.active {
    margin: 25px 0;
    border-radius: 40px;
  }
  .tab_section .col_tab ul li.active:first-child {
    margin-top: 0;
  }
  .tab_section .col_tab ul li.active:last-child {
    margin-bottom: 0;
  }
  .tab_section .tab_desctop {
    border-radius: 40px;
  }
  .swiper-reviews .swiper-slide-next {
    top: 0;
  }
  .tab_section .col_tab ul li span {
    font-size: 16px;
  }
  header .menu li + li {
    margin-left: 25px;
  }
  header .lang_wrap {
    margin-right: 25px;
  }
  header .nav {
    padding-right: 235px;
  }
  .mesager ul a {
    width: 55px;
    height: 55px;
  }
  .mesager {
    margin: 80px 0px;
  }
  .reviews h2 {
    margin-bottom: 30px;
  }
  .reviews .row_market {
    margin-top: 80px;
  }
  h2 {
    margin-bottom: 35px;
  }
  footer .row_footer .col:last-child {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  footer .top {
    text-align: center;
  }
  .download_section h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .download_section .btn_down {
    margin-left: auto;
    margin-right: auto;
  }
  .partner_integration .item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .service_partner .item {
    width: 33.333%;
  }
  .steps .step_item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-height: auto;
    margin-bottom: 50px;
  }
  .steps .step_item .icon {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .steps h4 {
    margin-bottom: 10px;
  }
  .steps .text_box {
    max-width: 100%;
  }
  .forms .col {
    width: calc(33% - 10px);
  }
  .partner .role_section .row_role {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .partner .role_section .col_user {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap.img_wrap_tablet img {
    margin-left: -29px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .img_wrap::before {
    left: 40px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .img_wrap::before {
    left: 90px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .img_wrap::after {
    left: 105px;
  }
  .wrap-poppup .row .wrap-btn {
    width: 100%;
}
}

@media only screen and (max-width: 767px) {
  .wrap-poppup.poppup-link-1 {
    width: 100%;
  }
  .role_section .col .role_box {
    padding: 20px 10px;
  }
  .qr-code{
    margin-left: auto;
    margin-right: auto;
  }
  .top_section .col_img {
    display: none;
  }
  .steps .title_wrap .btn_wrap .btn_down{
    width: 100%;
  }
  header .wrap_role .role{
    width: 100%;
  }
  .top_section .img_mob {
    display: block;
    width: 100%;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
  }
  header {
    padding-top: 20px;
    padding-bottom: 75px;
    position: relative;
  }
  header .logo {
    width: 120px;
  }
  header .logo img {
    width: 100%;
  }
  header .nav {
    padding-right: 0;
    position: static;
  }
  header .wrap_role {
    left: 15px;
    right: 15px;
    top: 70px;
  }
  .tab_section .title_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .wrap_role .role {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_section {
    padding-top: 40px;
  }
  .top_section h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .top_section .col_text {
    margin-top: 30px;
  }
  .top_section h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .top_section .row_market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_section .row_market a {
    width: calc(50% - 5px);
    margin: 0;
  }
  .top_section .row_market a img {
    width: 100%;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .user .role_section .col_user .top,
  .user .role_section .col_partner .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .user .role_section {
    text-align: center;
  }
  .partner .role_section .col_partner .top,
  .partner .role_section .col_user .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partner .role_section {
    text-align: center;
  }
  .role_section .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* .user .role_section .col_partner {
    padding: 15px;
    border-radius: 30px;
  } */
  .role_section .col {
    padding: 15px;
    border-radius: 30px;
  }
  .role_section .role_box {
    border-radius: 20px;
  }
 .role_section .col .descr {
    font-size: 16px;
  }

  .role_section .col .top {
    margin-bottom: 10px;
  }

  .slider_user_section .mask {
    width: 170px;
  }
  .slider_user_section .col_images .swiper-slide {
    width: 160px;
  }
  .slider_user_section .col_images {
    height: 400px;
  }
  .slider_user_section .col_images {
    border-radius: 30px;
  }
  .slider_user_section .col_text h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .slider_user_section .col_text {
    margin-top: 30px;
  }
  .slider_user_section .col_text p, .slider_user_section .col_text ul {
    font-size: 16px;
    line-height: 1.3;
  }
  header .wrap_role .icon {
    width: 35px;
    height: 35px;
  }
  .marquee_section .row_marquee img {
    width: 140px;
    height: 76px;
    border-radius: 5px;
  }
  .marquee_section .marquee_wrap {
    margin-bottom: 12px;
  }
  .tab_section .title_row img {
    width: 140px;
  }
  .tab_section h2 {
    text-align: center;
    margin-right: 0;
    max-width: 100%;
    font-size: 24px;
    line-height: 34px;
  }
  .tabs li.active {
    padding: 15px;
    overflow: hidden;
  }
  .tabs .content .row {
    margin-left: -15px;
    margin-right: -35px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
  .tabs .active .content .col_phone {
    min-width: 200px;
    margin: 0px 10px;
  }
  .tabs .active .content .col_phone:last-child {
    margin-right: 20px;
  }
  .role_section,
  .marquee_section,
  .tab_section,
  .reviews,
  .faq,
  .seo_text,
  .steps {
    margin: 80px 0px;
  }
  .mesager h2 {
    margin-bottom: 40px;
  }
  .mesager ul li {
    margin: 0;
  }
  .mesager ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .swiper-reviews {
    padding-top: 10px;
  }
  .item_reviews {
    padding: 25px 15px;
  }
  .item_reviews .name {
    font-size: 14px;
  }
  .item_reviews .rating_word {
    font-size: 14px;
  }
  .item_reviews .text {
    font-size: 14px;
  }
  .swiper-reviews {
    padding-bottom: 80px;
  }
  .reviews .row_market,
  footer .row_market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .reviews .row_market a,
  footer .row_market a {
    margin: 0;
    width: calc(50% - 5px);
  }
  .reviews .row_market a img,
  footer .row_market a img {
    width: 100%;
  }
  .reviews .row_market {
    margin-top: 50px;
  }
  .faq .row_faq {
    padding: 20px 15px;
  }
  .faq .row_faq .top {
    font-size: 16px;
    line-height: 21px;
  }
  .faq .row_faq .content {
    padding-top: 15px;
    font-size: 16px;
    line-height: 21px;
  }
  .faq .row_faq .top::after, .faq .row_faq .top:before {
    width: 24px;
    top: 50%;
    margin-top: -1px;
  }
  .faq .row_faq {
    margin-bottom: 15px;
  }
  .seo_text .content {
    max-height: 380px;
    overflow: auto;
    padding-right: 10px;
  }
  .seo_text p {
    margin-bottom: 20px;
  }
  .seo_text h2 {
    margin-bottom: 25px;
  }
  footer .row_footer .col {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
  }
  footer .top {
    margin-bottom: 20px;
  }
  footer .row_footer .col:last-child {
    margin-top: 0px;
  }
  footer .copy {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer .soc {
    margin-bottom: 25px;
  }
  footer .img_bg_left,
  footer .img_bg_right {
    width: 40%;
  }
  header .lang_wrap .lang_list {
    z-index: 1;
  }
  header .lang_wrap .lang_list {
    left: -7px;
    top: 20px;
    background: #fff;
    padding: 4px 7px;
  }
  header .lang_wrap a {
    color: #000;
  }
  .partner_img .wrapper_full .mob {
    display: block;
  }
  .partner_img .wrapper_full img {
    display: none;
  }
  .partner_img .img_bg_left, .partner_img .img_bg_right {
    display: none;
  }
  .wrapper_full {
    padding-left: 5px;
    padding-right: 5px;
  }
  .slider_task .swiper-slide {
    max-width: 330px;
  }
  .slider_task .swiper-slide h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .slider_task img {
    margin-right: 15px;
  }
  .download_section .btn_down {
    min-width: auto;
    width: 100%;
  }
  .btn_down {
    min-width: auto;
  }
  .slider_task .swiper-slide {
    max-width: 305px;
  }
  .slider_task .wrap_item {
    padding-right: 10px;
  }
  .partner_integration .item {
    width: 100%;
  }
  .steps .title_wrap .btn_wrap {
    position: static;
  }
  .btn_down {
    font-size: 16px;
    width: 100%;
  }
  .partner_img {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .download_section {
    margin-bottom: 80px;
  }
  .partner_integration .item {
    height: 102px;
  }
  .slider_task {
    margin: 80px 0px;
  }
  .steps .title_wrap h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .steps .title_wrap {
    margin-bottom: 0;
  }
  .steps .step_row {
    padding-top: 50px;
  }
  .steps .step_item .icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  .steps .step_item .icon img {
    width: 37px;
    height: auto;
  }
  .steps .step_item .icon::after {
    width: 26px;
    height: 26px;
    font-size: 14px;
    border-radius: 5px;
  }
  .steps h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .steps .step_item p {
    margin: 0;
    font-size: 16px;
  }
  .steps .step_item {
    margin-bottom: 40px;
  }
  .steps .img_bg_left, .steps .img_bg_right {
    top: 50%;
    width: 40%;
  }
  .forms .row_form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .forms .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .forms .col:last-child {
    margin-bottom: 0;
  }
  .phone_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider_partner .phone_wrap .col_phone {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .slider_partner .phone_wrap .col_phone:last-child {
    margin-bottom: 0;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap {
    width: 225px;
    height: 440px;
    position: relative;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap img {
    height: 440px;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .slider_partner .swiper-container {
    padding: 0px 0px 70px;
  }
  .slider_partner h3 {
    margin-bottom: 35px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .img_wrap::before {
    left: 70px;
    top: 88px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .img_wrap::after {
    left: 177px;
    top: 193px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(2) .img_wrap::before {
    left: 190px;
    top: 50px;
  }
  .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(2) .img_wrap::after {
    left: 171px;
    top: 240px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .img_wrap::before {
    left: 50px;
    top: 109px;
  }
  .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .img_wrap::before {
    left: 37px;
    top: 159px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .img_wrap::before {
    left: 50px;
    top: 103px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .img_wrap::after {
    left: 59px;
    top: 295px;
  }
  .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(2) .img_wrap::before {
    left: 125px;
    top: 325px;
  }
  .slider_partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .img_wrap img {
    -webkit-transform: translateX(calc(-50% - 8px));
            transform: translateX(calc(-50% - 8px));
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(1) .img_wrap::before {
    left: 105px;
    top: 260px;
  }
  .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .img_wrap::before {
    left: 97px;
    top: 230px;
  }
  .slider_partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .img_wrap img {
    -webkit-transform: translateX(calc(-50% - 2px));
            transform: translateX(calc(-50% - 2px));
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .img_wrap::before {
    left: 64px;
    top: 66px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .img_wrap::after {
    left: 61px;
    top: 179px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .img_wrap::before {
    left: 178px;
    top: 158px;
  }
  .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .img_wrap::after {
    left: 186px;
    top: 361px;
  }
  .slider_partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .img_wrap img {
    -webkit-transform: translateX(calc(-50% + 8px));
            transform: translateX(calc(-50% + 8px));
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .img_wrap::before {
    left: 14px;
    top: 150px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .img_wrap::after {
    left: 30px;
    top: 285px;
  }
  .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(2) .img_wrap::before {
    left: 160px;
    top: 260px;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap.img_wrap_tablet {
    height: 314px;
    width: 100%;
  }
  .slider_partner .phone_wrap .col_phone .img_wrap.img_wrap_tablet img {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 535px;
    margin: 0;
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(1) .img_wrap::before {
    left: 25px;
    top: 240px;
  }
  .swiper-partner .swiper-button-next, .swiper-partner .swiper-container-rtl .swiper-button-prev {
    right: 15px;
  }
  .slider_partner .swiper-container {
    padding-right: 15px;
    margin-right: -15px;
  }
  .slider_partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .img_wrap img {
    -webkit-transform: translateX(calc(-50% - 12px));
            transform: translateX(calc(-50% - 12px));
  }
  .swiper-partner .swiper-slide:nth-child(7) .col_phone:nth-child(2) .img_wrap::before {
    left: 105px;
    top: 268px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) img {
    margin-left: 0;
    -webkit-transform: translateX(calc(-50% - 43px));
            transform: translateX(calc(-50% - 43px));
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .img_wrap::before {
    top: 143px;
    left: 60px;
  }
  .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .img_wrap::before {
    left: 60px;
    top: 89px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .img_wrap::before {
    top: 190px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .img_wrap::after {
    top: 228px;
  }
  .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .img_wrap::before {
    left: 74px;
    top: 83px;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(2) .img_wrap::before {
    left: 160px;
    top: 216px;
  }
  .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .img_wrap::before {
    left: -24px;
    top: 155px;
  }
  header .wrap_role {
    border-radius: 10px;
  }
  .role_section .col_partner .abs_img-3 {
    right: 0px;
    bottom: 0px;
  }
  .not_found .wrap_text {
    padding: 25px 20px 30px;
  }
  .color_gradient .logo {
    font-size: 26px;
  }
  .not_found {
    padding-bottom: 120px;
  }
  .not_found .btn {
    width: 100%;
  }
  .not_found .wrap_text {
    border-radius: 15px;
  }
  .title_popup{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .popup_thank p{
    font-size: 16px;
    line-height: 22px;
  }
  .popup_thank{
    padding: 130px 10px;
    border-radius: 20px;
  }
  .btn_close_popup{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .popup_thank .img{
    display: none;
  }
  .forms input{
    margin-bottom: 20px;
  }

  .wrap-poppup .row {
    padding: 15px;
  }

  .wrap-poppup .row::after {
      top: 10px;
      right: 15px;
  }

  .wrap-poppup .row h2 {
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 22px;
  }

  .wrap-poppup .row p {
      margin-bottom: 10px;
  }

  .wrap-poppup .row .wrap-btn {
      flex-direction: column;
  }

  .wrap-poppup .row .wrap-btn a:first-of-type {
      margin-bottom: 10px;
      width: 60%;
  }

  .wrap-poppup .row .wrap-btn a:last-of-type {
      width: 60%;
  }
}

@media only screen and (max-width: 500px) {
  .wrap-poppup .row .wrap-btn a:first-of-type,
  .wrap-poppup .row .wrap-btn a:last-of-type {
      width: 100%;
  }
} 

@media only screen and (max-width: 360px) {
  header .logo {
    width: 100px;
  }
  header .menu li + li {
    margin-left: 15px;
  }
  header .lang_wrap {
    margin-right: 15px;
  }
  .top_section {
    padding-top: 25px;
  }
  .role_section .col_partner .abs_img-2 {
    right: -5px;
    top: 0px;
  }
  .role_section .col_partner .abs_img-1 {
    left: 10px;
    top: 0px;
  }
}


/* _____slider partner ua_______ */
.page-id-440 .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line_rotate{
  right: -163px;
}
.page-id-440 .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate{
  right: -223px;
}
.page-id-440 .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate{
  right: -109px;
}
@media only screen and (max-width: 1600px) {
  .page-id-440 .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .box_descr .row_descr:nth-child(1) .line_rotate {
    right: -92px;
    top: 83px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(1) .col_phone:nth-child(1) .box_descr .row_descr:nth-child(2) .line_rotate {
    right: -122px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate{
    top: 70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(2) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate{
    top: 40px;
    left: -104px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(3) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate{
    top: 139px; 
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate{
    top: 134px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate{
    top: 128px;
    right: -114px;
  }
  
  .page-id-440 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(2) .row_descr:nth-child(2) .line_rotate{
    top: 109px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate{
    top: 56px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate{
    top: 103px;
    right: -153px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate{
    top: 95px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(8) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate{
    top: 89px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate{
    top: 65px;
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
    width: 141px;
    right: -15px;
  }
  .page-id-440 .swiper-partner .swiper-slide:nth-child(10) .col_phone:nth-child(1) .row_descr:nth-child(1) .line_rotate {
    right: -92px;
    top: 34px;
    width: 129px;
  }
  .page-id-440 .swiper-slide:nth-child(10) .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1){
    top: 272px;
  }
  .page-id-440 .swiper-slide:nth-child(10) .col_phone:nth-child(2) .box_descr .row_descr:nth-child(1) .line_rotate{
    top: 66px;
  }

  .page-id-33 .swiper-partner .swiper-slide:nth-child(4) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 152px; 
  }
}
@media only screen and (max-width: 1300px) {
  .page-id-440 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(2) .row_descr:nth-child(1) .line_rotate {
    top: 123px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(5) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    top: 122px;
    right: -111px;
    width: 198px;
    -webkit-transform: rotate(-64deg);
    transform: rotate(-64deg);
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(6) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    right: -147px;
  }

  .page-id-440 .swiper-partner .swiper-slide:nth-child(9) .col_phone:nth-child(1) .row_descr:nth-child(2) .line_rotate {
    top: 69px;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    width: 145px;
    right: -14px;
  }
}

  .role_section .role_box{
    transition: all .4s;
  }
  .role_section .row_role a.role_box{
    transform: scale(1) !important;
  }
  .role_section .row_role div.role_box{
    transform: scale(1.15) !important;
  }
  .role_section .row_role.hovered a.role_box{
    transform: scale(1.15) !important;
  }
  .role_section .row_role.hovered div.role_box{
    transform: scale(1) !important;
  }


@media only screen and (max-width: 1300px) {
  .role_section .row_role div.role_box {
    transform: scale(1.16) !important;
  }
}
@media only screen and (max-width: 991px) {
  .role_section .row_role div.role_box {
    transform: scale(1.14) !important;
  }
  .role_section .row_role.hovered a.role_box{
    transform: scale(1.14) !important;
  }
}
@media only screen and (max-width: 767px) {
  .role_section .row_role div.role_box {
    transform: scale(1.1) !important;
  }
  .role_section .row_role.hovered a.role_box{
    transform: scale(1.1) !important;
  }
}

/* POPUP */

.mfp-wrap {
  position: inherit !important;
}


#popup-parthner {
  background-color: #FFFFFF;
  border-radius: 60px;
  padding: 130px 90px 80px;
  max-width: 1200px;
  width: calc(100% - 30px);
  max-height: 830px;
  position: fixed;
  z-index: 1111;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s, top .3s;
  
}
.open-popup-partner #popup-parthner{
  opacity: 1;
  pointer-events: unset;
  transition-delay: .3s;
  top: 50%;
} 
.open_thank_partner.open-popup-partner #popup-parthner{
  opacity: 0;
  pointer-events: none;
  top: -50%;
} 
#popup-parthner .wrap-popup-img {
  margin-right: 40px;
}
.image-random{
  width: 520px;
  height: 520px;
  object-fit: contain;
}
body::after{
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  z-index: -1;
  pointer-events: none;
  transition: all .4s;
  opacity: 0;
}
.open-popup-partner::after{
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 11;
  opacity: 1;
  pointer-events: unset;
  transition: opacity .4s, backdrop-filter 1s;
}
#popup-parthner .wrap-popup-img img {
  margin-bottom: 28px;
  display: block;
}

#popup-parthner .wrap-popup-img .not-funny {
  width: 350px;
  padding: 17px 0;
  background: linear-gradient(350.1deg, #FD8741 -30.11%, #FF7A65 8.16%, #FF7765 31.76%);
  border-radius: 66px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 55px;
  font-weight: 700;
  cursor: pointer;
}

#popup-parthner .wrap-form h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 52px;
  text-align: center;
  color: #BB75BF;
  margin-top: 0;
  margin-bottom: 30px;
}

#popup-parthner .wrap-form form {
  
}

#popup-parthner .wrap-form form label {
  display: block;
  margin-bottom: 15px;
}

#popup-parthner .wrap-form form input {
  border: 1px solid #BB75BF;
  box-sizing: border-box;
  border-radius: 60px;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2D2D2D;
  padding: 11.5px 0;
  padding-left: 28px;
}

#popup-parthner .wrap-form form input::placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #2D2D2D;
  opacity: 0.7;
}

#popup-parthner .wrap-form form textarea {
  padding: 15px 28px;
  border: 1px solid #BB75BF;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  outline: none;
  resize: none;
  color: #2D2D2D;
  display: block;
  height: 126px;
  line-height: 25px;
}

#popup-parthner .wrap-form form textarea::placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #2D2D2D;
  opacity: 0.7;
}
#popup-parthner .wpcf7-form-control-wrap{
  display: block;
}
#popup-parthner .wrap-form form input[type="submit"] {
  background-color: #BB75BF;
  border-radius: 66px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  padding: 15px 0;
  height: 55px;
  cursor: pointer;
  margin-top: 28px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#popup-parthner .img-pop{
  position: absolute;
}
#popup-parthner .img-pop-1{
  left: 240px;
  top: 0;
}
#popup-parthner .img-pop-2{
  right: 67px;
  bottom: 0;
}
#popup-parthner .img-pop-3{
  left: 107px;
  bottom: 0;
}
#popup-parthner .btn_close_popup-parthner{
  padding: 18px;
  background: #AC6EC8;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
}
#popup-parthner .btn_close_popup-parthner:hover{
  background: #8957a0;
}
#form-open-btn{
  width: 185px;
  height: 67px;
  background-image: url("data:image/svg+xml,%3Csvg width='185' height='66' viewBox='0 0 185 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0H173C179.627 0 185 5.37258 185 12V36C185 42.6274 179.627 48 173 48H168.75H165.625H161.601C156.992 48 152.791 50.6396 150.79 54.7917L147.005 62.6501C145.187 66.4233 139.813 66.4233 137.995 62.6501L134.21 54.7917C132.209 50.6396 128.008 48 123.399 48H119.375H46.25H12C5.37258 48 0 42.6274 0 36V12Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 47px;
  color: #BB75BF;
  font-size: 14px;
  font-weight: 700;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  display: none;
}
#form-open-btn:active{
  bottom: 47px;
}

.show-btn #form-open-btn{
  display: block;
}
#popup_thank-parthner{
  transform: translate(-50%, 50%);
  top: auto;
  bottom: -50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s, bottom .3s;
}
.open_thank_partner #popup_thank-parthner{
  bottom: 50%;
  pointer-events: unset; 
  transition-delay: .3s; 
  opacity: 1;
}
#popup-parthner .wrap-form{
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #popup-parthner .btn_close_popup-parthner{
    right: 40px;
    top: 15px;
  }
  #popup-parthner{
    padding: 80px 70px 45px;
  }
  #popup-parthner .wrap-form h3{
    line-height: 40px;
  }
  .image-random{
    height: 400px;
    width: 100%;
  }
  #popup-parthner{
    max-width: 975px;
  }
  #popup-parthner .wrap-popup-img{
    width: 390px;
    min-width: 390px;
  }
  #popup-parthner .wrap-form h3{
    font-size: 24px;
    line-height: 1.2;
  }
  #popup-parthner input[type="text"], 
  #popup-parthner input[type="tel"], 
  #popup-parthner input[type="email"]{
    height: 40px;
  }
  #popup-parthner .wrap-form h3{
    margin-bottom: 15px;
  }
  #popup-parthner .wrap-form form textarea{
    height: 107px;
  }
}
@media only screen and (max-width: 1200px) {
  #popup-parthner .wrap-popup-img{
    width: 410px;
    margin-right: 35px;
  }
  #popup-parthner .wrap-popup-img img{
    width: 100%;
  }
  #popup-parthner .wrap-form h3{
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  #popup-parthner .wrap-popup-img{
    display: none;
  }
  
  #popup-parthner .wrap-form{
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #popup-parthner{
    padding: 67px 20px 40px;
    border-radius: 20px;
  }
  #popup-parthner .wrap-form h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  #popup-parthner .btn_close_popup-parthner{
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 10px;
    right: 15px;
    top: 20px;
  }
  #popup-parthner .img-pop{
    display: none;
  }
  #popup-parthner .wrap-form form textarea{
    height: 100px;
  }
  #form-open-btn{
    bottom: 15px;
    right: 15px;
  }
  #form-open-btn:active{
    bottom: 12px;
  }
  #form-open-btn {
    width: 152px;
    height: 53px;
    line-height: 38px;
    font-size: 12px;
  }

}
input[type="tel"]{
  -webkit-appearance: none;
}