/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
  
}



/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
	color: #fff;
	text-decoration: none;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a :hover {
	
	text-decoration: none;
	
}

.lang {
	
	font-size: 15px;
	
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html, body {
  height: 100%;
}

html *::selection, body *::selection {
  background: #036d51;
}

html *::-moz-selection, body *::-moz-selection {
  background: #036d51;
}

body {
  font-family: 'Ubuntu', sans-serif;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1229px) {
  .container {
    max-width: inherit;
    padding: 0 25px;
    box-sizing: border-box;
  }
}

.smallest-line-through:after {
  content: '';
  width: 118px;
  height: 2px;
  background: #000;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 42%;
  top: 59%;
}

@media (max-width: 659px) {
  .smallest-line-through:after {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    top: 23px;
    width: 95px;
    height: 3px;
  }
}

.small-line-through:after {
  content: '';
  width: 140px;
  height: 2px;
  background: #000;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
}

.line-through:after {
  content: '';
  width: 454px;
  height: 2px;
  background: #000;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 210px;
  top: 55px;
}

@media (max-width: 1023px) {
  .line-through:after {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    top: 24px;
    width: 215px;
    height: 3px;
  }
}

@media (max-width: 659px) {
  .line-through:after {
    left: 15px;
  }
}

.heading-decorated:after {
  content: '';
  width: 270px;
  height: 4px;
  background: #fff;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 38px;
}

@media (max-width: 1023px) {
  .heading-decorated:after {
    top: 27px;
    left: -3px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 206px;
    height: 3px;
  }
}




















.header__button_outline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 135px;
  height: 50px;
  color: #fff;
  border: none;
  background: #ffffff;
  box-sizing: border-box;
  border: 2px solid #036d51;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.header__button_outline:active, .header__button_outline:visited, .header__button_outline:link {
  color: #036d51;
}

.header__button_outline:hover, .header__button_outline:focus {
  color: #ffffff;
  background: #036d51;
}

@media (max-width: 1023px) {
  .header__button_outline {
    margin-top: 65px;
  }
}








.header__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 135px;
  height: 50px;
  color: #fff;
  border: none;
  background: #036d51;
  box-sizing: border-box;
  border: 2px solid #036d51;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}

.header__button:active, .header__button:visited, .header__button:link {
  color: #fff;
}

.header__button:hover, .header__button:focus {
  color: #036d51;
  background: #fff;
}

@media (max-width: 1023px) {
  .header__button {
    margin-top: 65px;
  }
}

.header__mobile-menu-links {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 35px;
}

@media (max-width: 850px) {
  .header__mobile-menu-links {
    display: -ms-flexbox;
    display: flex;
  }
}

.header__mobile-menu-links > span {
  display: block;
  width: 1.5px;
  background: #000;
}

.header__mobile-menu-links > a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #020202;
  text-decoration: none;
}

.header__mobile-menu-links > a:first-child {
  padding-right: 23px;
}

.header__mobile-menu-links > a:last-child {
  padding-left: 23px;
}

.header__mobile-menu-links > a:link, .header__mobile-menu-links > a:active, .header__mobile-menu-links > a:hover, .header__mobile-menu-links > a:visited {
  color: #020202;
}

@media (min-width: 851px) {
  [data-header-height-holder] {
    display: none !important;
  }
}

.about-us {
  background: #fff;
  padding: 105px 0 100px 0;
}

.about-us > .container {
  position: relative;
}

@media (max-width: 1023px) {
  .about-us {
    padding: 65px 0 30px 0;
  }
}

.about-us__title {
  text-align: center;
  color: #020202;
  font-size: 25px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 47px 0;
  position: relative;
}

@media (max-width: 1023px) {
  .about-us__title {
    display: none;
  }
}

.about-us__text {
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 67px;
  text-align: center;
  max-width: 842px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .about-us__text {
    font-size: 20px;
    line-height: 42px;
    text-align: left;
    max-width: inherit;
  }
}

.about-us__text:hover .about-us__bg-image {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translateY(-50%) translateX(-50%) scale(1.5) translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translateY(-50%) translateX(-50%) scale(1.5) translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translateY(-50%) translateX(-50%) scale(1.5) translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translateY(-50%) translateX(-50%) scale(1.5) translate3d(4px, 0, 0);
  }
}

.about-us__bg-image {
  position: absolute;
  top: 50%;
  left: calc(50% - 35px);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.5);
  transform: translateY(-50%) translateX(-50%) scale(1.5);
  z-index: -1;
}

@media (max-width: 1023px) {
  .about-us__bg-image {
    max-width: 155px;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: -33px;
    left: 45%;
    visibility: hidden;
  }
}

@media (max-width: 659px) {
  .about-us__bg-image {
    visibility: visible;
  }
}

.services__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 60px;
}

@media (max-width: 1023px) {
  .services__container {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.services__item {
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  width: 100%;
  margin: 0 0 150px 0;
}

@media (max-width: 1023px) {
  .services__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 50px 0;
  }
  .services__item:last-child {
    margin: 0 0 100px 0;
  }
}

@media (max-width: 705px) {
  .services__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.services__item:hover svg * {
  stroke: #6143E8;
}

.services__item.not-stroke-svg:hover svg * {
  stroke: inherit;
  fill: #6143E8;
}

.services__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 60px;
}

@media (max-width: 1023px) {
  .services__item-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.services__item-title {
  color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  margin: 46px 0 36px 0;
}

@media (max-width: 1023px) {
  .services__item-title {
    display: inline;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    left: 20px;
  }
  .services__item-title.video-title {
    top: -22px;
  }
  .services__item-title.animate-title {
    top: -12px;
  }
  .services__item-title.graphic-title {
    top: -20px;
  }
  .services__item-title.www-title {
    top: -13px;
  }
  .services__item-title.lector-title {
    top: -13px;
  }
  .services__item-title.copywriting-title {
    top: -20px;
  }
  .services__item-title.photography-title {
    top: -10px;
  }
  .services__item-title.social-title {
    top: -13px;
  }
  .services__item-title.translate-title {
    top: -16px;
  }
}

.services__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  max-width: 305px;
}

@media (max-width: 1023px) {
  .services__item-text {
    margin: 35px 0 0 0;
  }
}

.blockchain {
  background: #fff;
}

.blockchain__container {
  background: rgba(235, 233, 234, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
}

@media (max-width: 1140px) {
  .blockchain__container {
    padding: 0 0 120px 0;
  }
}

.blockchain__title-wrapper {
  -ms-flex: 0 0 377px;
  flex: 0 0 377px;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 1140px) {
  .blockchain__title-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 25px;
    margin-bottom: 65px;
    box-sizing: border-box;
  }
}

.blockchain__svg {
  position: absolute;
  top: -33px;
  left: 74px;
}

@media (max-width: 1140px) {
  .blockchain__svg {
    left: 25px;
  }
}

.blockchain__title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #020202;
  margin: 0;
  -ms-flex: 0;
  flex: 0;
  padding-top: 58px;
}

@media (max-width: 1140px) {
  .blockchain__title {
    font-size: 36px;
    line-height: 48px;
    padding-top: 100px;
  }
}

.blockchain__text-wrapper {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding: 60px 0 60px 75px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 1140px) {
  .blockchain__text-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-left: none;
    padding: 0 25px;
    box-sizing: border-box;
  }
}

.blockchain__text-wrapper:hover .blockchain__bg-image {
  animation: shake-blockchain 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake-blockchain {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.blockchain__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 42px;
  color: #000;
  max-width: 688px;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1140px) {
  .blockchain__text {
    max-width: 100%;
  }
}

.blockchain__bg-image {
  position: absolute;
  bottom: 25px;
  right: 110px;
  z-index: -1;
}

@media (max-width: 1140px) {
  .blockchain__bg-image {
    visibility: hidden;
  }
}

@media (max-width: 659px) {
  .blockchain__bg-image {
    visibility: visible;
    right: 0;
    bottom: 0;
  }
}

.our-team {
  padding: 210px 0 0 0;
}

@media (max-width: 1023px) {
  .our-team {
    padding: 40px 0 0 0;
  }
}

.our-team__title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  color: #020202;
  text-align: center;
  margin: 0 0 70px 0;
}

.our-team__title > span {
  position: relative;
}

@media (max-width: 659px) {
  .our-team__title {
    margin: 0 0 45px 0;
    text-align: left;
    font-size: 34px;
    line-height: 42px;
  }
}

.our-team__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (max-width: 1159px) {
  .our-team__list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.our-team__item {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  background: #fff;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  margin: 0 10px 70px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  transition: 0.3s ease-in-out;
}

.our-team__item.empty-flex-holder {
  height: 0px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .our-team__item {
    margin: 0 10px 20px 10px;
  }
}

@media (max-width: 659px) {
  .our-team__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.our-team__item:hover {
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.3);
}

.our-team__item-photo {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-height: 118px;
  overflow: hidden;
}

@media (max-width: 659px) {
  .our-team__item-photo {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-height: 100px;
  }
  .our-team__item-photo > img {
    width: 100%;
    height: auto;
  }
}

.our-team__item-data {
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.our-team__item-data-group {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 0 32px;
}

.our-team__name {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  margin: 0;
}

@media (max-width: 659px) {
  .our-team__name {
    font-size: 20px;
    line-height: 25px;
  }
}

.our-team__position {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #BEBEBE;
}

@media (max-width: 659px) {
  .our-team__position {
    font-size: 16px;
    line-height: 20px;
  }
}

.contact {
  margin: 100px auto 0 auto;
  padding-top: 40px;
  position: relative;
  max-width: 544px;
  padding-right: 230px;
}

@media (max-width: 1023px) {
  .contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
}

@media (max-width: 659px) {
  .contact {
    max-width: 100%;
    padding: 0 25px;
    margin: 50px auto 0 auto;
  }
}

.contact form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (max-width: 1023px) {
  .contact form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 2;
    order: 2;
  }
}

.contact form fieldset {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.contact form fieldset.last-fieldset {
  margin-bottom: 50px;
}

.contact form fieldset.last-fieldset label {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  color: #030303;
}

.contact form .label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  color: #030303;
  position: absolute;
  top: 30px;
  left: 23px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

.contact form .label.is-hidden {
  opacity: 0;
}

/* Style dla pól <input> */
.contact form input.input {
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  outline: none;
  border-radius: 0px;
  padding: 0 20px;
  margin: 0 0 25px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  box-sizing: border-box;
}

/* Style dla pola <textarea> */
.contact form textarea.input {
  width: 100%;
  height: 200px; /* Ustaw pożądaną wysokość */
  resize: none;
  border-radius: 0px;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  outline: none;
  margin: 0 0 25px 0;
  box-sizing: border-box;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
}


.contact form .input:hover, .contact form .input:focus, .contact form .input:active {
  border-color: #036d51;
}

.contact form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border-radius: 0px;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  outline: none;
  margin: 0 0 25px 0;
  box-sizing: border-box;
  padding: 20px;
}

.contact form textarea:hover, .contact form textarea:focus, .contact form textarea:active {
  border-color: #036d51;
}

.contact__success-info {
  color: #036d51;
  font-size: 12px;
}

.contact form input[type="submit"] {
  margin: 0 0 0 auto;
  border: none;
  height: 50px;
  width: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #036d51;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  border: 2px solid #036d51;
}

.contact form input[type="submit"]:hover, .contact form button[type="submit"]:active, .contact form button[type="submit"]:focus {
  background: #fff;
  color: #036d51;
}

@media (max-width: 659px) {
  .contact form input[type="submit"] {
    width: 100%;
  }
}

.contact form input[type="submit"] .hide-by-default {
  display: none;
}

.contact form input[type="submit"].is-already-send .hide-after-ajax {
  display: none;
}

.contact form input[type="submit"].is-already-send .hide-by-default {
  display: inline;
}



input.agreement[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-response-output {
  font-size: 12px;
  margin: 0 0 0 0 !important;
}
.wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 12px;

}
.wpcf7-list-item-label {
  font-size: 12px;
  font-
  color: #030303;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 1.2 !important; /* Dostosuj tę wartość według potrzeb */
  display: inline-block; 
}

.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px; /* Rozmiar checkboxa */
  height: 30px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

input.agreement[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #036d51;
  border-color: #036d51;
  display: flex;
  justify-content: center;
  align-items: center;
}

input.agreement[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: "\2716"; /* Kod unicode dla krzyżyka */
  font-size: 20px;  /* Rozmiar krzyżyka */
  color: white;     /* Kolor krzyżyka */
}

.wpcf7-list-item-label:hover::before {
  border-color: #036d51;
}

.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}







.contact__text-rotated {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 89px;
  color: #020202;
  margin: 0;
  position: absolute;
  top: 175px;
  right: -110px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1023px) {
  .contact__text-rotated {
    -ms-transform: none;
    transform: none;
    position: static;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 1;
    order: 1;
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 45px 0;
  }
}

.socials {
  max-width: 985px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 160px;
}

@media (max-width: 1023px) {
  .socials {
    min-height: inherit;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
  }
}

.socials__link {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.socials__link:hover, .socials__link:link, .socials__link:active, .socials__link:visited {
  color: #000;
}

.socials__link:after {
  content: '';
  position: absolute;
  left: calc(50%);
  top: calc(50% + 2px);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s ease-in-out;
}

.socials__link:hover:after {
  width: calc(100% + 10px);
}

@media (max-width: 659px) {
  .socials__link:hover:after {
    width: 120px;
    left: 55px;
  }
}

.socials__link.tablet-placeholder {
  display: none;
}

@media (max-width: 1023px) {
  .socials__link {
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 27px 0;
    font-size: 26px;
    line-height: 30px;
  }
  .socials__link.tablet-placeholder {
    display: inline;
  }
}

@media (max-width: 659px) {
  .socials__link {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.socials__background-text {
  font-style: normal;
  font-weight: bold;
  font-size: 160px;
  line-height: 1;
  color: #F4F4F4;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  z-index: -1;
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 1023px) {
  .socials__background-text {
    position: static;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
    margin: 0 0 27px 0;
  }
}

.footer {
  background: #020202;
  padding: 95px 0 55px 0;
}

@media (max-width: 1023px) {
  .footer {
    padding: 60px 0 210px 0;
  }
}

.footer__lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 1023px) {
  .footer__lists {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.footer__list {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin-right: auto;
}

@media (max-width: 659px) {
  .footer__list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
  }
}

.footer__list.last-list {
  padding-left: 60px;
  border-left: 2px solid #2C2C2C;
}

@media (max-width: 1023px) {
  .footer__list.last-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px 0;
    border: 2px solid #2C2C2C;
    border-width: 2px 0 2px 0;
  }
}

@media (max-width: 659px) {
  .footer__list.last-list {
    border-width: 2px 0 0 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .footer__list.last-list .footer__list-item {
    margin: 0 0 25px 0;
  }
  .footer__list.last-list .footer__list-item:last-child {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 659px) {
  .footer__list-contact {
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #2C2C2C;
  }
}

.footer__list-item {
  margin: 0 0 10px 0;
}

.footer__list-item:last-child {
  margin: 0;
}

@media (max-width: 659px) {
  .footer__list-item {
    margin: 0 0 25px;
  }
}

.footer__list-item span {
  color: #585858;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

@media (max-width: 659px) {
  .footer__list-item span {
    font-size: 15px;
    line-height: 21px;
  }
}

.footer__list-item a {
  color: #585858;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.footer__list-item a:link, .footer__list-item a:visited, .footer__list-item a:active {
  color: #585858;
}

.footer__list-item a:hover {
  color: #6143E8;
}

@media (max-width: 659px) {
  .footer__list-item a {
    font-size: 15px;
    line-height: 21px;
  }
}

.footer__list-item.email-element a {
  color: #6143E8;
}

.footer__list-item.email-element a:link, .footer__list-item.email-element a:visited, .footer__list-item.email-element a:active, .footer__list-item.email-element a:hover {
  color: #6143E8;
}

.footer__list-item.number-element a {
  color: #fff;
}

.footer__list-item.number-element a:link, .footer__list-item.number-element a:visited, .footer__list-item.number-element a:active, .footer__list-item.number-element a:hover {
  color: #fff;
}

.footer__container-bottom {
 
}

@media (max-width: 1023px) {
  .footer__container-bottom {
    margin: 0;
  }
}

@media (max-width: 659px) {
  .footer__container-bottom {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.footer__container-bottom a {
  color: #585858;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  margin: 0 95px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.footer__container-bottom a:link, .footer__container-bottom a:visited, .footer__container-bottom a:active {
  color: #585858;
}

.footer__container-bottom a:hover {
  color: #6143E8;
}

@media (max-width: 1023px) {
  .footer__container-bottom a {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 659px) {
  .footer__container-bottom a {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 21px;
  }
}

/*# sourceMappingURL=style.css.map */
a.custom-link {
  text-decoration: underline;
  color: #1e1e1f;
  transition: text-decoration 0.3s ease;
}

a.custom-link:hover {
  text-decoration: none;
}

/* Linki wewnątrz .services__item */
.services__item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Efekt po najechaniu na link */
.services__item a:hover {
  color: #6143E8;
}
