@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Raleway:wght@400;600;700&display=swap");
/*--------- Specification ---------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Verdana, Geneva, sans-serif;
}

body {
  overflow-x: hidden;
  position: relative;
  background: var(--main);
}

.header__menu li {
  list-style:none ;
}

	img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

.nav_menu {
  width: 90%;
  margin: 10px auto;
}

.nav_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.nav_menu li {
  list-style: none;
}

.nav_menu a {
  color: rgb(255, 149, 0);
  text-decoration: none;
  font-size: 18px;
}

		.g_position {
			color: #fff;
			padding: .5rem;
			position: absolute;
			top: -7px;
			left: -43px;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			text-align: center;
			line-height: 13px;
			font-weight: 600;
			font-size: 11px;
			background: #20adff
		}

		a.broken_link {
			box-shadow: 0 0 20px 4px red !important;
			background: red !important;
			color: #fff !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.outer_link {
			box-shadow: 0 0 20px 4px #ffeb00 !important;
			background: #ffeb00 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.inner_link {
			box-shadow: 0 0 20px 4px #a2d626 !important;
			background: #a2d626 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.outer_link.broken_link {
			box-shadow: 0 0 20px 4px #ffeb00 !important;
			background: #ffeb00 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em !important;
			border: solid 2px red !important;
		}

		a.inner_link.broken_link {
			box-shadow: 0 0 20px 4px #a2d626 !important;
			background: #a2d626 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em !important;
			border-radius: .25em !important;
			border: solid 2px red !important;
		}

		.SEbear-header-target {
			border-bottom: dashed 3px #c90000 !important;
		}

		.eafl-disclaimer-small {
			font-size: .8em
		}

		.eafl-disclaimer-smaller {
			font-size: .6em
		}

		html:not([lang="en-US"]) .link-en,
		html:not([lang="ru-RU"]) .link-ru,
		html:not([lang="tr-TR"]) .link-tr,
		html:not([lang="az"]) .link-az {
			display: none !important;
		}

		.nbutton {
			background-color: #0158b5;
			border: none;
			color: #fff;
			padding: 12px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			margin: 4px 2px;
			cursor: pointer;
		}

		.nbutton4 {
			border-radius: 14px;
		}

		.regua {
			text-align: center;
			margin: 15px 0px 30px 0px;
		}

		.wp-block-button__link {
			color: #fff;
			background-color: #32373c;
			border-radius: 9999px;
			box-shadow: none;
			text-decoration: none;
			padding: calc(.667em + 2px) calc(1.333em + 2px);
			font-size: 1.125em
		}

		.wp-block-file__button {
			background: #32373c;
			color: #fff;
			text-decoration: none
		}

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:root :where(.wp-block-pullquote) {
			font-size: 1.5em;
			line-height: 1.6;
		}

		img.wp-smiley,
		img.emoji {
			display: inline !important;
			border: none !important;
			box-shadow: none !important;
			height: 1em !important;
			width: 1em !important;
			margin: 0 0.07em !important;
			vertical-align: -0.1em !important;
			background: none !important;
			padding: 0 !important;
		}


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

input, button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input {
  outline: none;
}

p, span, li, a {
  font-size: 16px;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  padding: 20px 0;
  color: var(--text);
}

p, span, li, h1, h2, h3, a, b, i, label, input, button, td, tr, figcaption {
  color: var(--text);
}

p {
  padding-bottom: 20px;
}

button {
  cursor: pointer;
  background: transparent;
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

.overflow-hid {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: #222222;
  background: #27292d;
  color: #fff;
  padding-top: 60px;
}
body.overflow {
  overflow: hidden;
}

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.overlay.active {
  display: block;
}

div, p, form, input, a, span, button, ul, li, aside, article, section, h1, h2, h3, h4, nav, textarea, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5, h6 {
  font-size: 18px;
  line-height: 28px;
}

a, a:hover, a:active {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

ul, li {
  margin: 0;
}

p {
  margin: 0;
}

input, button, a {
  outline: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  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;
  border-radius: 15px;
  height: 40px;
  padding: 0 10px;
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-red {
  background: linear-gradient(103.42deg, #f12504 6.06%, #000 77.61%);
}
.btn-green {
  background: #2ec9aa;
}
.btn:hover {
  background: #cf2a0f;
}
.btn svg {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
}
.btn-lg {
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 700;
}
.btn-center {
  margin: 0 auto;
}

.main__wrapper {
  overflow: hidden;
  background: conic-gradient(from 143.62deg at 33.96% 32.02%, #F7F6FF 0deg, #F4F2FF 360deg);
}

.scrollToTop {
  background: linear-gradient(103.42deg, #f12504 6.06%, #000 77.61%);
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  position: fixed;
  bottom: 70px;
  right: 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;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
.scrollToTop img {
  width: 15px;
  height: 15px;
}

.content ul, .content ol {
  padding-left: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content li {
  position: relative;
  width: 48%;
  padding-bottom: 10px;
}
.content a {
  color: #2ec9aa;
}
.content p {
  padding-bottom: 20px;
}
.content section {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  padding: 20px 15px 20px 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.content table td {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.content table tr:nth-child(2n) {
  background: #eee;
}
.content table tr:nth-child(2n) td {
  color: #000;
}

.wp-block-image figcaption {
  text-align: center;
  color: #595959;
  font-size: 14px;
}

@media (max-width: 1200px) {
  body {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 20px;
    line-height: 20px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5, h6 {
    font-size: 16px;
    line-height: 26px;
  }
  h1, h2, h3, h4, h5, h6 {
    padding: 10px 0;
  }
  .content p, .content span, .content li {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 992px) {
  .content ol, .content ul {
    padding-left: 15px;
  }
  .content ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content li {
    width: 100%;
  }
  .content ol li {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .content section {
    padding-left: 5px;
    pradding-right: 5px;
  }
  .container {
    padding: 0 20px;
  }
}
.header {
  background: #1f2024;
  color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: auto;
}
.header__mob {
  display: none;
}
.header__logo {
  width: 100px;
}
.header__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__btns a {
  text-transform: uppercase;
}
.header__btns a:not(:last-child) {
  margin-right: 20px;
}
.header__menu li:not(:last-child) {
  margin-right: 30px;
}
.header__menu li a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.header__menu li.current-menu-item a {
  color: #f00;
  position: relative;
  padding-bottom: 6px;
}
.header__menu li.current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #2ec9aa;
  border-radius: 10px;
}
.header__lang a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.header__lang a img {
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .header__logo {
    width: 80px;
  }
  .header__btns {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1f2024;
    padding: 15px 0;
    width: 100%;
  }
  .header__btns a {
    text-transform: uppercase;
  }
  .header__btns a:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  .header__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__mob-wrapp {
    background: #27292d;
    -webkit-box-shadow: 0 0 15px 5px rgba(251, 251, 251, 0.2);
            box-shadow: 0 0 15px 5px rgba(251, 251, 251, 0.2);
    width: 100%;
    padding: 0 30px;
    max-width: 350px;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    -webkit-transition: right 0.8s;
    transition: right 0.8s;
    z-index: 11;
  }
  .header__mob-wrapp .header__mob-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    width: 20px;
    margin: 0 auto;
  }
  .header__mob-wrapp.show {
    right: 0;
    -webkit-transition: right 0.8s;
    transition: right 0.8s;
  }
  .header__mob-wrapp li {
    display: inline-block;
    margin: 0 10px 5px 10px;
  }
  .header__mob-wrapp li:not(:last-child) {
    margin-right: 0px;
  }
  .header__mob-wrapp li.current-menu-item a {
    padding-bottom: 0px;
  }
  .header__mob-wrapp li.current-menu-item a:before {
    display: none;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
  }
  .header__btns {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1f2024;
    padding: 15px 0;
    width: 100%;
  }
  .header__btns a {
    text-transform: uppercase;
  }
  .header__btns a:not(:last-child) {
    margin-right: 50px;
  }
}
.footer {
  background: #27292d;
}
.footer__copy {
  text-align: center;
  color: #fff;
}

