@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-enable */
@font-face {
  font-family: "Cuprum";
  src: url("/wp-includes/fonts/new/Cuprum-Regular.woff2") format("woff2"), url("/wp-includes/fonts/new/Cuprum-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Cuprum";
  src: url("/wp-includes/fonts/new/Cuprum-SemiBold.woff2") format("woff2"), url("/wp-includes/fonts/new/Cuprum-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Cuprum";
  src: url("/wp-includes/fonts/new/Cuprum-Bold.woff2") format("woff2"), url("/wp-includes/fonts/new/Cuprum-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  /* -- Fonts --*/
  --font-family-cuprum: "Cuprum", sans-serif;
}

.select {
  position: relative;
}
.select.is-active .select__icon svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.select.is-active .select__body {
  visibility: visible;
  opacity: 1;
  display: block;
}

.select__icon svg,
.select__body {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 576px) {
  .blog__wrapp-categories .select.is-active .select__body {
    display: none;
  }
  .blog__wrapp-categories .select__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
  }
  .blog__wrapp-categories .select__current {
    border: 1px solid #ADB4B8;
  }
}
.tabs {
  position: relative;
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

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

/** {*/
/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*}*/

.new-exchange-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: initial;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.new-exchange-block img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

fieldset {
  padding: 0;
  outline: none;
  border: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
}

label {
  display: block;
  position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

svg {
  fill: transparent;
}

.vc__row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.mk-grid {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

:root {
  --breadcrumbs-arrow: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3536 4.85355C16.5488 4.65829 16.5488 4.34171 16.3536 4.14645L13.1716 0.964466C12.9763 0.769204 12.6597 0.769204 12.4645 0.964466C12.2692 1.15973 12.2692 1.47631 12.4645 1.67157L15.2929 4.5L12.4645 7.32843C12.2692 7.52369 12.2692 7.84027 12.4645 8.03553C12.6597 8.2308 12.9763 8.2308 13.1716 8.03553L16.3536 4.85355ZM0 5H16V4H0V5Z' fill='%23ADB4B8'/%3E%3C/svg%3E%0A");
}

.exchange {
  /*background-image: url("/wp-includes/images/new/first-bg.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.exchange__wrapp {
  padding: 35px 0 40px;
  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;
  font-family: var(--font-family-cuprum);
}
.exchange__title {
  margin-bottom: 30px;
  font-size: 33px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}
.exchange__type {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 25px;
}
@media screen and (max-width: 568px) {
  .exchange__type {
    width: 100%;
    grid-gap: 40px;
  }
}
.exchange__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 568px) {
  .exchange__controls {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.exchange__controls-item {
  width: 186px;
  padding: 19px 0 24px;
  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;
  grid-gap: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 120%;
  color: #272727;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.exchange__controls-item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: none;
}
@media screen and (max-width: 568px) {
  .exchange__controls-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.exchange__controls-item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: none;
}
@media screen and (max-width: 568px) {
  .exchange__controls-item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.exchange__controls-item:hover {
  background-color: #e0f1f5;
}
.exchange__controls-item.active {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: -webkit-gradient(linear, left top, right top, from(rgb(11, 182, 208)), to(rgb(60, 102, 191)));
  background: linear-gradient(90deg, rgb(11, 182, 208) 0%, rgb(60, 102, 191) 100%);
  color: #fff;
}
@media screen and (max-width: 568px) {
  .exchange__controls-item {
    width: 100%;
  }
}
.exchange__controls-btn {
  pointer-events: none;
}
.exchange__daily-course {
  margin-top: 5px;
  display: block;
  font-size: 21px;
  line-height: 120%;
  font-weight: 700;
}
.exchange__calculator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 45px;
  padding: 19px 22px;
  background-color: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 20px;
}
@media screen and (max-width: 630px) {
  .exchange__calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: initial;
    padding: 40px 0 30px;
  }
}
.exchange__calculator-operations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
}
@media screen and (max-width: 568px) {
  .exchange__calculator-operations {
    max-width: 260px;
    width: 100%;
  }
}
.exchange__calculator-operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 23px;
}
@media screen and (max-width: 568px) {
  .exchange__calculator-operation {
    max-width: 260px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 10px;
  }
}
.exchange__calculator-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
}
@media screen and (max-width: 630px) {
  .exchange__calculator-btns {
    max-width: 260px;
    width: 100%;
  }
}
.exchange__btns {
  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;
  grid-gap: 12px;
}
@media screen and (max-width: 630px) {
  .exchange__btns {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.exchange__btn {
  position: relative;
}
.exchange__btn input {
  position: absolute;
  opacity: 0;
}
.exchange__btn input:checked ~ .exchange__btn-сurrency {
  border: 1px solid #e1e1e1;
  color: #757575;
  background-color: #ebebeb;
}
.exchange__btn-сurrency {
  height: 44px;
  width: 98px;
  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;
  grid-gap: 5px;
  font-size: 16px;
  font-size: 400;
  background-color: #fff;
  border: 1px solid #27a5e7;
  color: #27a5e7;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.exchange__btn-сurrency:hover {
  background-color: #1f95c9;
  color: #fff;
}
.exchange__btn-booking {
  position: relative;
  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: 208px;
  height: 42px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(11, 182, 208)), to(rgb(60, 102, 191)));
  background: linear-gradient(90deg, rgb(11, 182, 208) 0%, rgb(60, 102, 191) 100%);
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.exchange__btn-booking:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.exchange__btn-booking::before {
  content: "";
  position: absolute;
  background-image: url("/wp-includes/images/new/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 23px;
  height: 17px;
  left: -35px;
  pointer-events: none;
}
@media screen and (max-width: 630px) {
  .exchange__btn-booking {
    width: 100%;
  }
  .exchange__btn-booking::before {
    display: none;
  }
}
.exchange__head {
  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;
  grid-gap: 10px;
}
.exchange__period {
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}
.exchange__bot {
  text-align: center;
}
.exchange__discount {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}
.exchange__discount span {
  font-size: 21px;
  color: #27A5E7;
}
.exchange__availability {
  margin-bottom: 25px;
  padding: 0 20px;
  font-size: 21px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}
.exchange__calculataor-variant {
  min-width: 65px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.exchange__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 225px;
  height: 44px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  font-size: 21px;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 568px) {
  .exchange__currency {
    width: 100%;
  }
}
.exchange__send, .exchange__receive {
  padding: 0 15px;
  font-size: 21px;
  line-height: 150%;
  font-weight: 700;
}
.exchange__currency-country {
  height: 28px;
  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;
  grid-gap: 10px;
  padding: 9px 15px 9px 7px;
  border-left: 1px solid #e1e1e1;
}
.exchange__currency-country picture,
.exchange__currency-country img {
  width: 48px;
  height: 26px;
}

.offices {
  padding: 10px 0 65px;
}
@media screen and (max-width: 992px) {
  .offices {
    padding-bottom: 0;
  }
}
.offices__wrapp {
  display: grid;
  grid-template-columns: 280px auto;
  grid-gap: 1px 10px;
}
@media screen and (max-width: 992px) {
  .offices__wrapp {
    grid-template-columns: 100%;
  }
}
.offices__details {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
}
.offices__title {
  padding-left: 10px;
  font-family: var(--font-family-cuprum);
  font-size: 21px;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .offices__title {
    padding-left: 30px;
  }
}
.offices__items {
  padding-left: 55px;
}
@media screen and (max-width: 992px) {
  .offices__items {
    padding-left: 0;
  }
}
.offices__item {
  border-top: 1px solid #d7d7d7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 992px) {
  .offices__item {
    border: none;
  }
}
.offices__item:first-child {
  border-top: 1px solid transparent;
}
@media screen and (max-width: 992px) {
  .offices__item:first-child {
    border: none;
  }
}
.offices__item:first-child:hover {
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 992px) {
  .offices__item:first-child:hover {
    border: none;
  }
}
.offices__item:last-child {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 992px) {
  .offices__item:last-child {
    border: none;
  }
  .offices__item:last-child .office__info {
    border-bottom: none;
  }
}
.offices__item:last-child:hover {
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 992px) {
  .offices__item:last-child:hover {
    border: none;
  }
}
.offices__map picture,
.offices__map img {
  height: 100%;
}

.office {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0 19px;
  font-family: var(--font-family-cuprum);
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 992px) {
  .office {
    padding: 1px 0;
    display: grid;
    grid-template-columns: 1fr 85px;
  }
}
.office:hover .office__btn {
  opacity: 1;
}
.office:hover .office__wrapp-images {
  opacity: 1;
  visibility: visible;
}
.office:hover .office__images {
  opacity: 1;
  visibility: visible;
}
.office__info {
  position: relative;
}
@media screen and (max-width: 992px) {
  .office__info {
    margin-left: 80px;
    height: 100%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #d7d7d7;
  }
}
.office__info::before {
  content: "";
  position: absolute;
  background-image: url("/wp-includes/images/new/dollar-icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 29px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.office__number {
  color: #27A5E7;
}
.office__btn {
  position: absolute;
  top: -1px;
  right: -43px;
  height: 96px;
  width: 43px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  background-color: #d5e9f3;
  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;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .office__btn {
    width: 85px;
    position: relative;
    top: initial;
    right: initial;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    pointer-events: initial;
    opacity: 1;
  }
  .office__btn svg {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .office__btn._active svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.office__wrapp-images {
  position: absolute;
  right: -300%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 992px) {
  .office__wrapp-images {
    position: relative;
    right: initial;
    opacity: 1;
    visibility: visible;
    grid-column: span 2;
  }
}
.office__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .office__images {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    opacity: 1;
    visibility: visible;
  }
}
.office__image {
  position: relative;
  width: 300px;
  height: 260px;
  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;
}
@media screen and (max-width: 992px) {
  .office__image {
    width: 100%;
    height: clamp(170px, 26.21vw, 260px);
  }
}
.office__img {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
}
.office__img::before {
  /*content: "";*/
  /*position: absolute;*/
  /*inset: 0;*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
}
.office__img picture,
.office__img img {
  width: 100%;
  height: 100%;
}
.office__text {
  position: relative;
  font-size: 26px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
}

.socials {
  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;
  grid-gap: 20px;
}
@media screen and (max-width: 769px) {
  .socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.socials__link {
  width: 135px;
  height: 44px;
  border-radius: 40px;
  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;
  grid-gap: 5px;
  font-size: 18px;
  line-height: 180%;
  color: #fff!important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-animation: animationpulse 2s infinite;
          animation: animationpulse 2s infinite;
}
.socials__link svg {
  fill: currentColor;
}
.socials__link:hover {
  -webkit-animation: linear;
          animation: linear;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.socials__link-viber {
  background-color: #7b519c;
  border: 1px solid #4f2a6b;
  -webkit-box-shadow: 1px 1px 5px #7b519c;
          box-shadow: 1px 1px 5px #7b519c;
}
.socials__link-telegram {
  background-color: #27a5e7;
  border: 1px solid #3276c3;
  -webkit-box-shadow: 1px 1px 5px #27a5e7;
          box-shadow: 1px 1px 5px #27a5e7;
}
.socials__link-whatsapp, .socials__link-call {
  background-color: #39cb2b;
  border: 1px solid #229417;
  -webkit-box-shadow: 1px 1px 5px #39cb2b;
          box-shadow: 1px 1px 5px #39cb2b;
}

@-webkit-keyframes animationpulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes animationpulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
ul.exchange__controls li{
  margin: 0;
}
.page-title{
  text-align: center;
  font-family: "Cuprum";
  margin-bottom: -36px;
}
/*#theme-page .theme-page-wrapper{*/
/*  margin: 0;*/
/*}*/
/*.mk-grid{*/
/*  max-width: 100%;*/
/*}*/
.vc_row:after, .vc_row:before{
  content: '';
  display: none;
}
/*# sourceMappingURL=style.css.map */
