@charset "UTF-8";

@import url(../libs/animateCSS/animate.css);

@import url(../libs/fancybox/jquery.fancybox.min.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.theme.css);

@import url(../libs/remodal/remodal.css);

@import url(../libs/remodal/remodal-default-theme.css);

@import url(../libs/slick/slick.css);

@import url(../libs/slick/slick-theme.css);

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas,"Courier New",monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:after {
  content: "\00bb";
}

q:before {
  content: "\00ab";
}

q > q:after {
  content: "\201c";
}

q > q:before {
  content: "\201e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: .7;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input:-ms-input-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: 'Gilroy', sans-serif;
  --container-width: 1366px;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 400;
}

img {
  display: block;
}

section {
  position: relative;
  padding: 80px 0px;
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 110px;
  margin: 0 auto;
  position: relative;
}

a {
  color: #4D5D64;
  transition: .4s;
}

a:hover {
  color: #030303;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 9px;
  width: 220px;
  border-radius: 8px;
  background: #33AD43;
  box-shadow: 0px 9px 15px rgba(34, 28, 53, 0.15);
  color: #fff;
  font-family: "Arial";
  font-weight: 700;
  font-size: 16px;
  transition: .4s;
  border: #33AD43 1px solid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  color: #33AD43;
  background: #fff;
}

.title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.7;
}

.button-dashed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  border: 1px dashed #222A3A;
  border-radius: 6px;
  padding: 15px;
  position: relative;
  transition: 2s;
}

.button-dashed::after {
  content: url(../images/button-arrow.svg);
  margin-left: 17px;
  height: 100%;
  max-height: 15px;
}

.button-dashed:hover {
  border: 1px solid #33AD43;
}

.header-language {
  position: relative;
  padding: 10px;
}

.header-language:hover .hover-language {
  max-height: 80px;
  opacity: 1;
}

.active-language .lang-item {
  display: none;
}

.active-language .current-lang {
  display: block;
}

.active-language .current-lang a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.hover-language {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.35s;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.hover-language a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.hover-language a:hover {
  color: #333333;
  text-decoration: underline;
}

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
}

.remodal-close:before {
  display: none;
}

.remodal_form {
  width: 450px;
  max-width: 100%;
}

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.remodal-thanks__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.header-hambugreg {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.header-hambugreg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #33AD43;
}

.header-hambugreg:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #33AD43;
}

.header-hambugreg.is-active .header-hamburger-line {
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
}

.header-hambugreg.is-active:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-hambugreg.is-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.header-hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #33AD43;
}

.pagination-wordpres {
  padding-top: 50px;
}

.pagination-wordpres .screen-reader-text {
  display: none;
}

.pagination-wordpres .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wordpres .nav-links a {
  background: var(--contrast-color);
  border: 1px solid  #E0E0E0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links a:hover {
  border: 1px solid #D64F52;
}

.pagination-wordpres .nav-links .current {
  background: #D64F52;
  border: 1px solid #D64F52;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--contrast-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links .next,
.pagination-wordpres .nav-links .prev {
  font-size: 0px;
  color: transparent;
}

.pagination-wordpres .nav-links .next {
  background-image: url("../images/pagination_wordpres_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wordpres .nav-links .prev {
  background-image: url("../images/pagination_wordpre_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.cars-text-seo {
  margin-top: 60px;
}

.main-header {
  padding: 20px 0px;
  z-index: 300;
  width: 100%;
  position: fixed;
}

.main-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header.fixed {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.logo-header a {
  width: 136px;
  height: 39px;
  display: block;
}

.logo-header a img {
  width: 100%;
  height: 100%;
}

.main-menu ul {
  display: flex;
  align-items: center;
}

.main-menu ul li {
  margin: 0px 16px;
}

.main-menu ul a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.right-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-language-with-flags {
  position: relative;
  z-index: 20;
  margin-right: 30px;
}

.header-language-with-flags:hover .lang-wrap-hover {
  transform: translateX(-50%) scaleY(1);
  pointer-events: inherit;
  opacity: 1;
}

.lang-wrap-active .lang-item {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px 8px;
  background: #FAFBFD;
  border: #E7EDFF 1px solid;
  border-radius: 4px;
}

.lang-wrap-active .current-lang {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-wrap-active img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.lang-wrap-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  transform: translateX(-50%) scaleY(0);
  background: #FAFBFD;
  border: #E7EDFF 1px solid;
  border-radius: 8px;
  transform-origin: top center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.lang-wrap-hover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lang-wrap-hover ul .lang-item {
  width: 40px;
  height: 40px;
  padding: 10px 8px;
}

.lang-wrap-hover ul .current-lang {
  display: none;
}

.lang-wrap-hover ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header-btn a {
  font-size: 13px;
  width: 120px;
  padding: 9px;
}

.main-menu-mobile {
  display: none;
}

.mobile-header.active {
  transform: translateX(0%);
}

.mobile-header {
  display: block;
  position: fixed;
  width: 280px;
  max-width: calc(100% - 60px);
  z-index: 298;
  height: 100vh;
  transition: .25s;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  padding: 140px 20px 30px;
  transform: translateX(-110%);
  overflow: scroll;
}

.mobile-header-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 290;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
  opacity: 0;
  transition: .25s;
}

.main-header.active {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  transition: 1.2s;
}

.bottom-mobile-header {
  display: none;
}

/* hero */

@-webkit-keyframes moveLine {
  to {
    stroke-dashoffset: 0%;
  }
}

@keyframes moveLine {
  to {
    stroke-dashoffset: 0%;
  }
}

@-webkit-keyframes moveBg {
  50% {
    transform: scale(1.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes moveBg {
  50% {
    transform: scale(1.8);
  }

  100% {
    transform: scale(1);
  }
}

.first-color-bg {
  background: #F9FAFB;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.first-color-bg::before {
  content: url(../images/color-circle-bg.svg);
  -webkit-animation: moveBg 6s linear infinite;
  animation: moveBg 6s linear infinite;
  position: absolute;
  top: -630px;
  z-index: 1;
  left: -125px;
}

.first-color-bg::after {
  content: url(../images/color-circle-bg-second.svg);
  -webkit-animation: moveBg 6s linear infinite;
  animation: moveBg 6s linear infinite;
  position: absolute;
  right: -330px;
  top: -285px;
  z-index: 1;
}

.hero {
  position: relative;
  padding-bottom: 60px;
}

.hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.line-bg-animated {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .4;
  z-index: 0;
  bottom: -100px;
  stroke-dashoffset: 100%;
  -webkit-animation: moveLine 2s linear infinite;
  animation: moveLine 2s linear infinite;
  stroke-dasharray: 60%;
}

.line-bg-animated-second {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .4;
  z-index: 0;
  stroke-dashoffset: 100%;
  -webkit-animation: moveLine 1s linear infinite;
  animation: moveLine 1s linear infinite;
  stroke-dasharray: 60%;
  top: 0px;
}

.hero-top {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-title {
  font-size: 66px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
}

.hero-desc {
  width: 825px;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.hero-btn {
  margin-top: 50px;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero-bottom a {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-bottom a img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-bottom::after {
  content: ' ';
  width: 60px;
  height: 2px;
  background: #33AD43;
}

.hero-bottom::before {
  content: ' ';
  width: 60px;
  height: 2px;
  background: #33AD43;
}

/* develop website | second block */

.develop-website {
  padding-top: 60px;
  position: relative;
  z-index: 100;
  background: #fff;
}

.develop-website .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.develop-left {
  margin-right: 30px;
  margin-left: 5px;
  padding-top: 80px;
  padding-bottom: 100px;
  width: calc(47% + 35px);
  height: 810px;
  max-width: 553px;
  background-image: url(../images/develop-block-left-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
}

.develop-left::before {
  content: url(../images/develop-block-left-before.svg);
  position: absolute;
  top: -24px;
  left: 105px;
  transform: rotateZ(10deg);
  padding: 11px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 7px 7px 24px rgba(10, 18, 46, 0.16);
}

.develop-left::after {
  content: url(../images/develop-block-left-after.svg);
  position: absolute;
  bottom: -32px;
  left: 50px;
  transform: rotateZ(-16deg);
  padding: 11px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 7px 7px 24px rgba(10, 18, 46, 0.16);
}

.develop-left-title {
  font-size: 20px;
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}

.develop-left-title::after {
  content: url(../images/develop-left-title-icon.svg);
  position: absolute;
  top: 50px;
}

.develop-left-card {
  width: 312px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 9px 26px;
  border-radius: 8px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.16);
  transform: rotate(-2deg);
  position: absolute;
}

.develop-left-card-img {
  margin-right: 30px;
}

.develop-left-card-img img {
  width: 50px;
  height: 41px;
}

.develop-left-card-text {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.develop-left-card-first {
  right: 60px;
}

.develop-left-card-second {
  transform: rotate(2deg);
  padding: 12px 26px;
  left: -25px;
  top: 390px;
}

.develop-left-card-third {
  transform: rotate(-4deg);
  right: -28px;
  bottom: 100px;
}

.develop-right {
  max-width: 550px;
  width: 48%;
}

.develop-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.7;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.develop-right-list {
  margin-top: -30px;
  margin-bottom: 30px;
}

.develop-right-step {
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
}

.develop-right-step-number {
  color: #33AD43;
  font-size: 28px;
  font-weight: 700;
  margin-right: 25px;
  width: 100%;
  max-width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F7F7;
}

.develop-right-step-text {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  line-height: 1.6;
}

.develop-right-step-text strong {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.develop-right-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.develop-right-button .button {
  margin-right: 16px;
}

/* portfolio */

.portfolio {
  padding-top: 106px;
  z-index: 50;
  position: relative;
  background: #fff;
}

.portfolio-title {
  text-align: center;
  margin-bottom: 16px;
}

.portfolio-slider .slick-list {
  padding-top: 158px;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portfolio-card-mobile-body,
.portfolio-card-laptop-body {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.portfolio-link {
  position: absolute;
  left: 20px;
  height: 300px;
  width: 300px;
  background: #33AD43;
  padding: 82px 153px 154px 85px;
  border-radius: 100%;
  top: -120px;
}

.portfolio-link:hover {
  padding: 60px 184.8px 177px 53px;
}

.portfolio-card-laptop-body {
  align-items: center;
  justify-content: center;
  position: relative;
}

.portfolio-card-laptop-body.active,
.portfolio-card-mobile-body.active {
  display: flex;
}

.portfolio-card-laptop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 100px;
}

.portfolio-card-laptop img {
  z-index: 11;
}

.portfolio-card-tablet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}

.portfolio-card-tablet img {
  z-index: 13;
}

/* animation bg */

@-webkit-keyframes portfolio-bg {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(calc(-100% + 10.5%));
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes portfolio-bg {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(calc(-100% + 10.5%));
  }

  100% {
    transform: translateY(0px);
  }
}

.portfolio-card-laptop-bg,
.portfolio-card-tablet-bg {
  position: absolute;
  left: 80px;
  width: 100%;
  overflow: hidden;
  height: 335px;
  top: 20px;
}

.portfolio-card-laptop-bg img,
.portfolio-card-tablet-bg img {
  width: 530px;
  z-index: -1;
  -webkit-animation: portfolio-bg 60s ease-in-out .05s infinite;
  animation: portfolio-bg 60s ease-in-out .05s infinite;
}

.portfolio-card-tablet-bg {
  left: 6px;
  height: 260px;
  z-index: 12;
}

.portfolio-card-tablet-bg img {
  width: 350px;
  z-index: 12;
}

.portfolio-card-laptop-body {
  margin-bottom: 43px;
}

.portfolio-card-desc {
  line-height: 1.68;
  font-size: 16px;
  font-weight: 300;
  color: #687184;
  text-align: center;
  max-width: 652px;
  margin-bottom: 30px;
}

.portfolio-card-tool {
  display: flex;
  align-items: center;
  margin-bottom: 53px;
}

.portfolio-card-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 20px;
}

.portfolio-card-tool-card-text {
  font-family: 'inter';
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66;
  color: #687184;
}

.portfolio-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #687184;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Gilroy';
}

.portfolio-card-text strong {
  line-height: 0.9;
  font-size: 28px;
  letter-spacing: -1.5px;
  font-weight: 600;
  color: #222A3A;
  margin-bottom: 5px;
}

.portfolio-card-bottom {
  display: flex;
  align-items: center;
}

.slider-prev-arrow,
.slider-next-arrow {
  background: #fff;
  bottom: 10px;
  left: 30%;
  margin: 0px 70px;
}

.slider-next-arrow img {
  transform: rotateZ(180deg);
}

/* fourth-block */

.fourth-block {
  background-position: top;
  min-height: 598px;
  padding-top: 157px;
  padding-bottom: 50px;
}

.fourth-block .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
  position: relative;
}

.fourth-block .wrapper::before {
  content: url(../images/fourth-block-before.svg);
  position: absolute;
  left: 0;
  padding: 11px;
  border-radius: 8px;
  transform: rotateZ(-14deg);
  background: #fff;
  box-shadow: 7px 7px 24px rgba(10, 18, 46, 0.16);
  top: 90px;
  z-index: 50;
}

.fourth-block .wrapper::after {
  content: url(../images/fourth-block-after.svg);
  position: absolute;
  right: 0px;
  padding: 11px;
  border-radius: 8px;
  transform: rotateZ(17deg);
  background: #fff;
  top: 50px;
  box-shadow: 7px 7px 24px rgba(10, 18, 46, 0.16);
  z-index: 50;
}

.fourth-block-title {
  text-align: center;
  line-height: 1.35;
  margin-bottom: 15px;
  width: 100%;
  max-width: 780px;
}

.fourth-block-desc {
  line-height: 1.68;
  font-size: 16px;
  color: #222A3A;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  max-width: 650px;
}

.fourth-block-button {
  display: flex;
  justify-content: center;
}

.fourth-block-button .button {
  margin-right: 16px;
}

/* we do block */

.we-do {
  z-index: 50;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.we-do .wrapper {
  position: relative;
}

.we-do .wrapper::before {
  content: url(../images/we-do-bg.svg);
  position: absolute;
  z-index: 0;
  top: -80px;
  left: 166px;
}

.we-do-title {
  line-height: 1.24;
  font-size: 44px;
  margin-bottom: 20px;
  text-align: center;
}

/* we do slider | we-do-slider */

.we-do-body {
  position: relative;
}

.we-do-prev-arrow,
.we-do-next-arrow {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  border: #222A3A 1px dashed;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  z-index: 100;
  opacity: .65;
}

.we-do-prev-arrow svg,
.we-do-next-arrow svg {
  transition: .3s;
  fill: #030303;
}

.we-do-prev-arrow:hover,
.we-do-next-arrow:hover {
  opacity: 1;
  border-color: #33AD43;
  transition: .3s;
}

.we-do-prev-arrow:hover svg,
.we-do-next-arrow:hover svg {
  fill: #33AD43;
}

.we-do-next-arrow {
  right: 0px;
  transform: rotateZ(180deg);
}

.we-do-slider {
  display: flex;
  justify-content: center;
  height: calc(100% + 80px);
}

.we-do-slider .slick-list {
  padding-top: 30px;
  padding-bottom: 60px;
}

.we-do-card {
  z-index: 20;
  padding: 0px 166px;
}

.we-do-card-content {
  background-image: url("../images/we-do-card-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 35px rgba(78, 77, 99, 0.16);
  padding: 10px 10px 10px 10px;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  min-height: 390px;
  display: flex;
  justify-content: center;
  background-position: center;
  width: 100%;
}

.we-do-card-content::before {
  content: ' ';
  position: absolute;
  display: block;
  width: 90%;
  bottom: -10px;
  height: 10px;
  background: #fff;
  z-index: -1;
  box-shadow: 0px 0px 35px rgba(78, 77, 99, 0.06);
  border-radius: 0px 0px 4px 4px;
}

.we-do-card-content::after {
  content: ' ';
  position: absolute;
  display: block;
  width: 80%;
  bottom: -20px;
  height: 10px;
  background: #fff;
  z-index: -2;
  box-shadow: 0px 0px 35px rgba(78, 77, 99, 0.06);
  border-radius: 0px 0px 4px 4px;
}

.we-do-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 370px;
}

.we-do-card-left {
  min-width: 300px;
  height: 100%;
  position: relative;
}

.we-do-card-left-img {
  position: absolute;
  top: 0px;
  left: -55px;
  top: 46px;
}

.we-do-card-phone-img {
  top: unset;
  left: 48px;
  bottom: -11px;
}

.third-we-do-card-img {
  top: -25px;
}

.we-do-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 25px;
  padding-top: 47px;
  height: 100%;
  padding-bottom: 48px;
  max-width: 415px;
}

.we-do-right-top {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}

.we-do-card-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
}

.we-do-card-number {
  color: #DDDDDD;
  font-size: 50px;
  font-weight: 800;
  position: absolute;
  right: 0px;
  top: -43px;
}

.we-do-card-desc {
  line-height: 1.61;
  font-size: 18px;
  font-weight: 500;
}

.we-do-card-button {
  width: 140px;
  height: 60px;
}

/* reviews block | Testimonials */

.reviews-title {
  margin-bottom: 54px;
}

.reviews-video-slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 26px;
}

.reviews-video-card {
  padding: 0px 15px;
}

.reviews-video-card-content {
  border-radius: 16px;
  height: 310px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 24px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.button-play {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 123px;
  margin-left: -20px;
}

.button-play img {
  width: 65px;
  height: 65px;
}

.reviews-video-card-text {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.reviews-video-card-name {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.reviews-video-card-name strong {
  font-size: 17px;
  font-weight: bold;
}

.remodal-video {
  margin-bottom: 0px;
  padding: 0px;
  max-width: 710px;
  height: 400px;
}

/* reviews slider */

.reviews-text-slider {
  margin: 0px -15px;
}

.reviews-text-slider .slick-track {
  display: flex;
}

.reviews-text-card {
  padding: 0px 15px;
  height: inherit;
}

.reviews-text-card-content {
  padding: 25px;
  padding-right: 10px;
  background: #F7F7F7;
  border: #E7EDFC 1px solid;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: inherit;
}

.reviews-text-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.reviews-text-card-top-left {
  width: 20px;
  height: 16px;
}

.reviews-text-card-top-right {
  display: flex;
  align-items: center;
}

.reviews-text-card-top-right strong {
  margin-left: 9px;
  margin-right: 6px;
  letter-spacing: 1.5px;
  font-size: 18px;
}

.reviews-text-card-body {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.reviews-text-card-bottom {
  display: flex;
  align-items: center;
}

.reviews-text-card-photo {
  margin-right: 8px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.reviews-text-card-name strong {
  display: flex;
  align-items: center;
  line-height: 1.46;
}

.reviews-text-card-name strong img {
  margin-left: 5px;
  width: 100%;
  max-height: 18px;
  max-width: 18px;
}

.reviews-text-card-name p {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .35px;
}

/* about us  */

.about-us {
  background-image: url(../images/about-us-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-us .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-us-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  max-width: 564px;
}

.about-us-title {
  font-size: 34px;
  font-weight: 700;
  font-family: 'inter';
  text-transform: uppercase;
  line-height: 1.21;
  margin-bottom: 50px;
}

.about-us-left-list {
  width: calc(100% + 30px);
  margin: -12px -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.about-us-left-card {
  width: calc(50% - 30px);
  max-width: 264px;
  margin: 12px 15px;
  min-height: 188px;
  background: #FFFFFF;
  padding: 16px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.37;
}

.about-us-left-card strong {
  color: #33AD43;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.about-us-right {
  width: 49%;
  height: 100%;
  max-width: 558px;
}

.about-us-right-card {
  width: 100%;
  background: #fff;
  border: #243663 1px solid;
  border-radius: 6px;
  padding: 15px;
  padding-bottom: 8px;
  min-height: 186px;
  margin-top: 27px;
  display: flex;
}

.about-us-right-card-icon {
  margin-right: 20px;
  margin-top: 34px;
  width: 64px;
  height: 64px;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.about-us-right-card-icon img {
  width: 32px;
  height: 32px;
}

.about-us-right-card-text {
  max-width: 440px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1%;
  line-height: 1.44;
}

.about-us-right-card-text strong {
  font-size: 22px;
  letter-spacing: .93px;
  line-height: 1.4;
  font-weight: 700;
}

/* faq block */

.faq-item {
  cursor: pointer;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-title {
  margin-bottom: 3px;
}

.faq-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-item {
  cursor: pointer;
  padding-bottom: 41px;
  padding-top: 71px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  width: 49%;
  max-width: 558px;
}

.faq-item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222A3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  transition: .3s;
  line-height: 1.9;
}

.faq-item-question::after {
  content: url("../images/faq-item-question-after.svg");
  width: 26px;
  height: 26px;
  transition: .45s;
  border-radius: 100%;
  margin-left: 10px;
}

.faq-item.active .faq-item-question::after {
  transition: .45s;
  transform: scale(1.2) rotateZ(45deg);
}

.faq-item-question:hover {
  transition: .3s;
  color: #33AD43;
}

.faq-item-question:hover::after {
  transform: scale(1.1) rotateZ(22.5deg);
  transition: .3s;
}

.faq-item.active .faq-item-answer {
  padding-top: 7px;
  max-height: 500px;
}

.faq-item-answer {
  max-height: 0px;
  overflow: hidden;
  font-size: 17px;
  transition: .45s;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

/* contact block | form */

.contact-block {
  background-image: url(../images/fourth-block-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-block .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.contact-block .wrapper::before {
  content: url(../images/contact-block-left-before.svg);
  position: absolute;
  top: -102px;
  left: 370px;
  transform: rotateZ(-16deg);
  padding: 11px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 7px 7px 24px rgba(10, 18, 46, 0.16);
}

.contact-left {
  width: 50%;
  max-width: 440px;
  margin-right: 30px;
}

.contact-title {
  line-height: 1.18;
  margin-bottom: 15px;
}

.title-desc {
  color: #687184;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}

.email-link {
  font-weight: 300;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.email-link:hover {
  transition: .3s;
  color: #33AD43;
}

.email-link:hover::before {
  transform: scale(1.15);
  transition: .3s;
}

.email-link::before {
  content: url("../images/contact-mail-icon.svg");
  width: 24px;
  height: 19px;
  margin-right: 16px;
  transition: .3s;
}

.address-link {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.address-link::before {
  content: url("../images/contact-point-icon.svg");
  width: 24px;
  height: 33px;
  margin-right: 16px;
}

.address-link span {
  margin-top: 9px;
  margin-bottom: 9px;
  font-weight: 300;
  font-size: 16px;
}

.address-link strong {
  font-weight: 300;
  font-size: 16px;
}

.address-link-body {
  display: flex;
  flex-direction: column;
}

.phone-number-link {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}

.phone-number-link::before {
  content: url("../images/contact-icon-phone.svg");
  margin-right: 16px;
}

.contact-right {
  max-width: 655px;
}

/* form */

form input,
form textarea {
  background: #fff;
  border: #243663 1px solid;
  padding: 15px 5px 15px 23px;
  border-radius: 4px;
}

form textarea {
  width: 100%;
  min-height: 107px;
}

form button {
  padding: 15px 10px 15px 10px;
  width: 255px;
  font-size: 16px;
  line-height: 1.68;
  color: #fff;
  text-transform: uppercase;
  background: #33AD43;
  border: #33AD43 1px solid;
  border-radius: 6px;
  font-weight: 600;
}

form button:hover {
  background: #fff;
  color: #0A122E;
}

.input-body {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-top: -30px;
  width: calc(100% + 15px);
  margin-bottom: 30px;
}

.input-item {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 700;
  width: calc(50% - 15px);
  max-width: 320px;
  margin: 30px 7.5px;
  margin-bottom: 0px;
}

.input-item input {
  font-size: 14px;
  font-weight: 400;
  color: #687184;
  margin-top: 10px;
}

.textarea-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.textarea-item textarea {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #687184;
}

/* footer */

.main-footer {
  background: #141414;
  padding-top: 65px;
  padding-bottom: 15px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 62px;
  position: relative;
}

.footer-top::after {
  content: ' ';
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  bottom: 0px;
}

.footer-first-column {
  margin-right: 20px;
}

.footer-logo {
  margin-bottom: 30px;
  transition: .3s;
}

.footer-logo:hover {
  transform: scale(1.1);
  transition: .3s;
}

.footer-logo-desc {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 336px;
}

.footer-logo-link {
  display: flex;
  margin-left: -12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-logo-link a {
  width: 24px;
  height: 24px;
  margin: 0px 12px;
}

.footer-logo-link a:hover {
  transform: scale(1.15);
  transition: .3s;
}

.footer-second-column {
  margin-right: 20px;
}

.footer-column-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px;
  color: #fff;
}

.footer-menu-template {
  display: flex;
  flex-direction: column;
  margin: -10px 0px;
}

.footer-menu-template a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  margin: 10px 0px;
}

.footer-menu-template a:hover {
  color: #33AD43;
  transition: .3s;
}

.footer-third-column {
  margin-right: 20px;
}

.footer-social-link {
  display: flex;
  flex-direction: column;
  margin: -10px 0px;
}

.footer-social-link a {
  margin: 10px 0px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.footer-mail-link {
  display: flex;
  align-items: center;
}

.footer-mail-link::before {
  content: url("../images/footer-mail-icon.svg");
  width: 20px;
  height: 16px;
  margin-right: 12px;
}

.footer-adress-link {
  display: flex;
  align-items: center;
}

.footer-adress-link::before {
  content: url("../images/footer-address-link-icon.svg");
  width: 16px;
  height: 21px;
  margin-right: 12px;
}

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

.footer-bottom-text {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */

@media screen and (max-width: 1350px) {
  .develop-left {
    margin-left: 0px;
    width: 45%;
  }

  .fourth-block .wrapper::before {
    left: 15px;
  }

  .fourth-block .wrapper::after {
    right: 15px;
  }

  .portfolio-card-laptop {
    left: 100px;
  }

  .portfolio-link {
    left: 15px;
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .we-do-card {
    padding: 0px 77px;
  }

  .we-do .wrapper::before {
    left: 0px;
  }

  .portfolio-card-tablet {
    left: -110px;
  }

  .portfolio-link {
    left: 75px;
  }

  .portfolio-card-laptop {
    left: 155px;
  }
}

@media screen and (max-width: 1100px) {
  .hero-title {
    font-size: 58px;
    line-height: 1.2;
  }

  .hero-desc {
    width: 100%;
  }

  .portfolio-card-tablet {
    display: none;
  }

  .portfolio-card-laptop-body::before {
    display: none;
  }

  .about-us .wrapper {
    flex-direction: column;
  }

  .about-us-left {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }

  .about-us-left-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-us-left-card {
    width: calc(33% - 20px);
    margin: 10px;
    max-width: unset;
  }

  .about-us-right {
    width: 100%;
  }

  .about-us-right-card {
    width: 100%;
    max-width: 560px;
  }

  .about-us-right-list {
    margin-top: -27px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .faq-item {
    width: 100%;
    max-width: 560px;
  }

  .portfolio-link {
    left: -25px;
    top: -133px;
    max-width: 150px;
    max-height: 150px;
  }

  .portfolio-card-laptop {
    left: unset;
  }

  .portfolio-card-laptop img {
    width: 450px;
  }

  .portfolio-card-laptop-bg {
    width: 356px;
    top: 14px;
    left: 47px;
    height: 215px;
  }

  .portfolio-card-laptop-bg img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-language-with-flags {
    margin-right: 15px;
  }

  .main-menu ul li {
    margin: 0px 10px;
  }

  .hero-title {
    font-size: 49px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .develop-website .wrapper {
    flex-direction: column;
  }

  .develop-left {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0px;
  }

  .develop-right {
    width: 100%;
  }

  .develop-left-card-second {
    left: 5px;
  }

  .develop-left-card-third {
    right: 5px;
  }

  .fourth-block .wrapper::before {
    top: -90px;
  }

  .fourth-block .wrapper::after {
    top: unset;
    bottom: -90px;
  }

  .contact-block .wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .contact-left {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .contact-right {
    width: 100%;
    justify-content: center;
    display: flex;
    max-width: unset;
  }

  .input-item {
    max-width: unset;
  }

  .footer-column {
    margin-top: 50px;
  }

  .footer-top {
    margin-top: -50px;
    flex-wrap: wrap;
  }

  .footer-top::after {
    width: calc(100% + 20px);
    left: -10px;
  }

  .we-do-prev-arrow,
  .we-do-next-arrow {
    top: unset;
    bottom: -40px;
    left: 40%;
  }

  .we-do-next-arrow {
    left: unset;
    right: 40%;
  }

  .we-do-card-left-img {
    left: -25px;
  }

  .we-do-card-phone-img {
    left: -5px;
  }

  .we-do-card {
    padding: 20px;
  }

  .we-do-slider {
    width: calc(100% + 20px);
    margin: 0px -10px;
  }

  .we-do .wrapper::before {
    left: -21px;
  }

  .we-do-card-left-img img {
    width: 80%;
    height: 80%;
  }
}

@media screen and (max-width: 800px) {
  .header-hambugreg {
    display: block;
  }

  .main-menu {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .header-language-with-flags {
    margin-right: 30px;
  }

  .main-menu-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .main-menu-mobile ul {
    display: flex;
    flex-direction: column;
  }

  .main-menu-mobile ul li {
    margin: 10px 0px;
  }

  .bottom-mobile-header {
    display: flex;
  }

  .bottom-mobile-header .header-btn {
    display: flex;
    width: 100%;
  }

  .bottom-mobile-header .header-btn a {
    width: 100%;
    padding: 14px 9px;
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .about-us-left-card {
    width: calc(50% - 20px);
    margin: 10px;
    max-width: unset;
    font-size: 21px;
  }

  .about-us-left-card strong {
    font-size: 28px;
  }

  .we-do-slider .slick-list {
    padding-bottom: 30px;
  }

  .we-do-card-desc {
    font-size: 16px;
  }

  .we-do-card-title {
    margin-bottom: 20px;
  }

  .we-do-card-right {
    padding-bottom: 20px;
  }

  .we-do-card-left {
    min-width: 220px;
  }
}

@media screen and (max-width: 600px) {
  .button {
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    height: 51px;
  }

  .title {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }

  .button-dashed {
    width: 100%;
    max-width: 240px;
  }

  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }

  .hero {
    height: 100%;
    padding-bottom: 10px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .hero-top {
    margin-top: 60px;
  }

  .hero-bottom {
    width: 100%;
  }

  .hero-btn {
    margin-top: 35px;
  }

  .hero-bottom {
    margin-top: 60px;
  }

  .develop-right-button {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .develop-right-button .button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .develop-left {
    height: 700px;
  }

  .develop-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }

  .fourth-block {
    padding-top: 110px;
  }

  .fourth-block-desc {
    font-size: 15px;
  }

  .fourth-block-button {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .fourth-block-button .button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .faq-item {
    padding-top: 41px;
    padding-bottom: 21px;
  }

  .faq-item-answer {
    font-size: 16px;
  }

  .faq-item-question {
    font-size: 16px;
  }

  .input-body,
  .input-item,
  .textarea-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .input-item {
    margin-top: 15px;
  }

  form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  form input,
  form textarea {
    width: 100%;
    max-width: 520px;
  }

  .contact-block .wrapper::before {
    left: 50px;
  }

  .footer-third-column,
  .footer-second-column {
    display: none;
  }

  .footer-logo-desc {
    max-width: 200px;
  }

  .we-do-prev-arrow,
  .we-do-next-arrow {
    width: 51px;
    height: 51px;
  }

  .we-do-card-content {
    background-image: none;
    background-image: url(../images/we-do-card-bg-phone.jpg);
    min-height: 590px;
  }

  .we-do-card-body {
    flex-direction: column-reverse;
  }

  .we-do-card-left-img {
    right: 0px;
    left: unset;
  }

  .we-do-card-left-img img {
    width: 90%;
  }

  .we-do-card-left {
    width: 100%;
  }

  .third-we-do-card-img {
    right: 0px;
  }

  .third-we-do-card-img img {
    width: 80%;
  }

  .we-do-prev-arrow {
    left: 10px;
  }

  .we-do-next-arrow {
    right: 10px;
  }

  .we-do-card-right {
    padding-right: 0px;
  }

  .we-do-card {
    padding: 10px;
  }

  .portfolio-link {
    width: 150px;
    height: 150px;
    max-width: unset;
    max-height: unset;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -100px;
    left: 50px;
  }

  .portfolio-link:hover {
    padding: 0px;
  }

  .portfolio-link:hover img {
    top: -20px;
    left: -20px;
    transition: .4s;
  }

  .portfolio-link img {
    position: relative;
    transition: .4s;
  }

  .slick-arrow {
    margin: 0px 25px;
  }

  .reviews-video-slider {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .reviews-text-slider {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .about-us-left-card {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .about-us-left-list {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .footer-logo-desc {
    display: none;
  }

  .footer-top {
    justify-content: center;
  }

  .portfolio-card-laptop {
    display: none;
  }

  .portfolio-card-tablet {
    display: block;
    left: 0px;
  }

  .portfolio-card-tablet img {
    position: relative;
  }
}

@media screen and (max-width: 425px) {
  .button {
    width: 100%;
    max-width: unset;
  }

  .button-dashed {
    max-width: unset;
    width: 100%;
  }

  .we-do-prev-arrow,
  .we-do-next-arrow {
    width: 51px;
    height: 51px;
  }

  .portfolio-card-tablet {
    width: 350px;
  }

  .portfolio-card-tablet img {
    width: 100%;
  }

  .portfolio-card-tablet-bg {
    width: calc(100% - 5px);
    left: 2px;
    height: 250px;
  }
}