/* roboto-slab-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts//roboto-slab-latin_cyrillic/roboto-slab-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/roboto-slab-latin_cyrillic/roboto-slab-latin_cyrillic-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-500 - latin_cyrillic */
@font-face {
  font-family: 'Roboto-Slab';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/roboto-slab-latin_cyrillic/roboto-slab-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/roboto-slab-latin_cyrillic/roboto-slab-latin_cyrillic-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-300.woff2') format('woff2'), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-700.woff2') format('woff2'), url('../fonts/roboto-latin_cyrillic/roboto-latin_cyrillic-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  -webkit-transition-delay: 9999s;
}

/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea {
  border-radius: 0;
}

input::-ms-clear {
  width: 0;
}

.arrowPacman {
  --arrow-width: 8px;
  --arrow-spacer: 5px;
  --arrow-plus-spacer: calc(var(--arrow-width) + var(--arrow-spacer));
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--arrow-plus-spacer);
}

.arrowPacman svg {
  height: 14px;
  width: var(--arrow-width);
}

.arrowPacman svg:last-of-type {
  margin-left: var(--arrow-spacer);
}

.arrowPacman-clip {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translateX(calc(var(--arrow-plus-spacer) * -1));
  width: calc(var(--arrow-plus-spacer) + var(--arrow-width));
}

@keyframes pacman {
  to {
    transform: translateX(0);
  }
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 16px 20px 16px 20px;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fafafa;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background-color: #417d19;
  border: none;
  border-radius: 8px;
  outline: none;
  transition: 0.3s ease;
  max-height: 54px;
}

.btn span {
  font-size: inherit;
}

.btn:hover {
  background: #4b921d;
  text-decoration: none;
}

.btn:hover .arrowPacman-clip {
  animation-delay: 150ms;
  animation-duration: 0.8s;
  animation-name: pacman;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
}

.btn-animation {
  padding: 16px 40px 16px 20px;
}

.mfp-close {
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 50%;
  line-height: 17px;
}

.mfp-close-btn-in .mfp-close {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #417d19;
  font-size: 30px;
  right: 20px;
  top: 20px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
  background: rgba(209, 209, 209, 0.5);
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.custom-popup {
  position: relative;
  background: #f7f7f7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  width: 100%;
  padding: 70px 60px;
  max-width: 900px;
  margin: 0px auto;
}

.popup-title {
  margin: 0 60px;
  width: auto !important;
}

.popup-services .services-item {
  width: calc(33.333% - 30px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.popup-services .services-item:hover {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}

.popup-services .services-item__title {
  margin-bottom: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-display: auto;
  font-weight: 400;
  line-height: 20px;
  color: #1e1e1e;
}

.container-fluid {
  width: 100%;
  max-width: 1440px;
  padding: 0 70px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 180px;
  margin: 0 auto;
}

.header-top-indent {
  padding-top: 140px;
}

.overflow-h {
  overflow: hidden !important;
}

.title {
  font-family: 'Roboto-Slab', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 47px;
}

.title-line {
  display: inline-block;
  width: 68px;
  height: 4px;
  margin-top: 15px;
  background: #fafafa;
  margin-left: 20px;
}

.title-white {
  letter-spacing: 0.05em;
  color: #fafafa;
}

.main-title {
  max-width: 100%;
  overflow: hidden;
  font-size: 120px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.lang-switcher {
  display: flex;
  align-items: center;
}

.lang-switcher a {
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
  color: #bbbbbb;
  transition: all 0.3s ease;
  margin-right: 20px;
}

.lang-switcher li {
  margin-right: 0;
}

.lang-switcher li.current-lang a {
  transition: all 0.3s ease;
  color: #417d19;
}

.lang-switcher a:hover {
  transition: all 0.3s ease;
  color: #417d19;
}

.contact-item {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding-left: 40px;
  position: relative;
}

.contact-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}

.contact-item:hover {
  text-decoration: underline;
}

.contact-tell span {
  position: absolute;
  left: 17px;
  top: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.contact-tell::after {
  background-image: url(../img/icons/tell.svg);
}

.contact-mail::after {
  background-image: url(../img/icons/mail.svg);
}

.section-title {
  width: 100%;
  text-align: center;
  color: #417d19;
  padding-bottom: 18px;
  border-bottom: 4px solid #417d19;
  margin-bottom: 50px;
}

.section-wrapper {
  padding-bottom: 80px;
}

.page-head {
  position: relative;
  width: 100%;
  min-height: 170px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-head__title {
  text-align: center;
  font-size: 48px;
  line-height: 63px;
  color: #f9f9f9;
}

.subscribe {
  background: #ecefec;
  padding: 90px 0;
}

.subscribe-body {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.subscribe-title {
  font-family: 'Roboto-Slab', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.subscribe-form {
  display: flex;
  align-items: center;
  max-width: 730px;
  margin: 0 auto;
}

.subscribe-form .form-group {
  display: flex;
}

.subscribe-form .form-input__wrapp {
  margin-right: 30px;
}

.form {
  width: 100%;
}

.form-group {
  width: 100%;
}

.form-input__wrapp {
  position: relative;
  width: 100%;
}

.form-input__error {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-110%);
  font-size: 12px;
  line-height: 14px;
  color: #ff7171;
}

.form-input {
  width: 100%;
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid rgba(65, 125, 25, 0.5);
  padding: 0 30px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 50px;
  transition: all 0.3s ease;
  outline: none;
}

.form-input::placeholder {
  color: #1e1e1e;
  opacity: 0.5;
}

.form-input:focus {
  border: 1px solid #417d19;
}

.form-input:focus::placeholder {
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
}

.form-textarea {
  overflow-x: hidden;
  resize: none;
  outline: none;
}

.form-button {
  max-height: 50px;
  padding: 16px 30px;
  justify-content: center;
}

.form__policy {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form__checkbox {
  display: none;
}

.form__checkbox:checked + .form__checkbox-box::before {
  opacity: 1;
}

.form__checkbox-box {
  position: relative;
  display: inline-block;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #417d19;
  border-radius: 2px;
  margin-right: 10px;
}

.form__checkbox-box::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}

.form-comment {
  font-size: 11px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
}

.form__text {
  font-size: 12px;
  line-height: 14px;
}

.slick-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(-100%, -50%);
  font-size: 0;
  display: block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-image: url(../img/icons/slider-arrow.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: rgba(196, 196, 196, 0.1);
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-slider .slick-arrow:hover {
  transition: all 0.3s ease;
  background-color: rgba(196, 196, 196, 0.5);
}

.slick-slider .slick-prev {
  left: 0;
  transform: translate(-100%, -50%) rotate(0deg);
}

.slick-slider .slick-next {
  right: 0;
  transform: translate(100%, -50%) rotate(-180deg);
}

.come-back-link {
  display: block;
  margin-bottom: 20px;
  color: #417d19;
  font-size: 18px;
}

.come-back-link:hover {
  color: #57a523;
  text-decoration: underline;
}

.pagination {
  display: flex;
}

.pagination span.pagination__arrow {
  background: transparent;
  opacity: 0.7;
  pointer-events: none;
}

.pagination__arrow:first-child {
  margin-left: 0px;
  margin-right: 10px;
}

.pagination__arrow:last-child {
  margin-left: 10px;
  margin-right: 0;
}

.pagination__arrow:last-child::after {
  left: 48%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.pagination__arrow::after {
  content: '';
  display: block;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #b1b9ca;
  border-left: 2px solid #b1b9ca;
}

.pagination__arrow:hover::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.pagination__item {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #f4f7fa;
  color: #717784;
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 4px;
  border: 1px solid #f4f7fa;
  transition: all 0.3s ease;
}

.pagination__item.active {
  background-color: #417d19;
  color: #fff;
}

.pagination__item:hover {
  transition: all 0.3s ease;
  background-color: #417d19;
  color: #fff;
  border: 1px solid transparent;
}

.pagination__wrapp {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.custom-radio__input[type='checkbox']:checked,
.custom-radio__input[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio__input[type='checkbox']:checked + .custom-radio__label,
.custom-radio__input[type='checkbox']:not(:checked) + .custom-radio__label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  color: #000000;
}

.custom-radio__input[type='checkbox']:checked + .custom-radio__label:before,
.custom-radio__input[type='checkbox']:not(:checked) + .custom-radio__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #74a82a;
  border-radius: 100%;
  background: #fff;
}

.custom-radio__input[type='checkbox']:checked + .custom-radio__label:after,
.custom-radio__input[type='checkbox']:not(:checked) + .custom-radio__label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #74a82a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.custom-radio__input[type='checkbox']:not(:checked) + .custom-radio__label:after {
  opacity: 0;
  transform: scale(0);
}

.custom-radio__input[type='checkbox']:checked + .custom-radio__label:after {
  opacity: 1;
  transform: scale(1);
}

.h-fixed {
  position: fixed !important;
  z-index: 1000;
  left: 0;
  top: -100%;
  right: 0;
  transition: all 0.5s ease;
  opacity: 1;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

.header.active {
  z-index: 15;
  top: -100%;
  transition: all 0.3s;
}

.header-top {
  background: #417d19;
  display: flex;
  align-items: center;
}

.header-bottom {
  background: #fafafa;
  display: flex;
  align-items: center;
  position: relative;
}

.header-top__body,
.header-bottom__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-contacts--mob {
  display: none;
}

.header-contacts__block {
  margin-right: 70px;
}

.header-contacts__block a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.header-contacts__block:last-child {
  margin-right: 0;
}

.header-logo__img._big {
  height: 94px;
  padding: 10px 0;
}

.header-logo__img._little {
  margin: 20px 0;
  display: none;
  height: 28px;
}

.header-menu__wrapp {
  width: 100%;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10%;
}

.header-menu li a {
  display: block;
  transition: all 0.3s ease;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 10px;
}

.header-menu .current-menu-item a,
.header-menu .current_page_item a {
  transition: all 0.3s ease;
  color: #417d19;
}
body.single-post .menu-item-388 a,
body.single-post .menu-item-387 a {
  transition: all 0.3s ease;
  color: #417d19;
}

body.page-template-trademark .menu-item-39 a,
body.page-template-patent .menu-item-39 a,
body.country-template-default .menu-item-39 a,
body.page-template-trademark .menu-item-360 a,
body.page-template-patent .menu-item-360 a,
body.country-template-default .menu-item-360 a {
  transition: all 0.3s ease;
  color: #417d19;
}

.header-menu li a:hover {
  transition: all 0.3s ease;
  color: #417d19;
}

.header.h-fixed {
  top: 0;
  transition: all 0.5s ease;
}

.header.h-fixed .header-logo__img._big {
  display: none;
}

.header.h-fixed .header-logo__img._little {
  display: block;
}

.header-burger {
  width: 16px;
  height: 13px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}

.header-burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #417d19;
  opacity: 1;
  right: 0;
  transition: 0.25s ease-in-out;
}

.header-burger span:nth-child(1) {
  top: 0;
}

.header-burger span:nth-child(2) {
  top: 6px;
}

.header-burger span:nth-child(3) {
  bottom: 0;
}

.header-burger__wrapper {
  display: none;
  align-items: center;
}

.header-burger__wrapper.active span:nth-child(1) {
  top: 6px;
  transform: rotate(135deg);
}

.header-burger__wrapper.active span:nth-child(2) {
  opacity: 0;
  right: 60px;
}

.header-burger__wrapper.active span:nth-child(3) {
  top: 6px;
  transform: rotate(-135deg);
}

.main-slider {
  position: relative;
  width: 100%;
}
.main-slider__wrapp {
  position: relative;
}
.main-slider__item-btn {
  position: relative;
  z-index: 5;
  padding-right: 45px;
}
.main-slider .slick-dots {
  position: absolute;
  z-index: 5;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.main-slider .slick-dots li button {
  font-size: 0;
}

.main-slider .slick-dots li {
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #74a82a;
  margin-right: 14px;
  cursor: pointer;
}

.main-slider .slick-dots li:last-child {
  margin-right: 0;
}

.main-slider .slick-dots li.slick-active {
  background: #417d19;
}

.main-slider__item {
  position: relative;
  min-height: 650px;
  /* height: calc(100vh - 140px); */
  padding-bottom: 130px;
}

.main-slider__item-mask_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
  background: linear-gradient(76.24deg, rgba(165, 207, 103, 0.25) 9.09%, rgba(138, 180, 82, 0.25) 34.34%, rgba(56, 95, 15, 0.4) 61.84%, rgba(37, 67, 6, 0.4) 92.8%);
}

.main-slider__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.main-slider__item-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.main-slider__item-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.main-slider__item-content {
  position: relative;
  z-index: 10;
  width: 50%;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 50px;
}

.main-slider__item-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.main-slider__item-title .title-line {
  margin-top: 5px;
}

.main-slider__item-sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 15px;
}

.main-slider__item-text {
  margin-bottom: 20px;
}

.main-slider__item-text p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #fafafa;
}

.main-slider__item-text ul li {
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 5px;
}

.main-slider__item-text ul li::after {
  content: '';
  display: block;
  width: 25px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
}

.services-items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px -30px -15px;
}

.services-item__link-more {
  max-width: 160px;
  margin-left: auto;
  font-size: 16px;
  line-height: 19px;
  color: #405c40;
  padding-right: 20px;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}

.services-item__link-more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #405c40;
  border-right: 2px solid #405c40;
  transform: translateY(-50%) rotate(-45deg);
}

.services-item {
  display: block;
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
  padding: 40px 25px;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-item:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.services-item:hover .services-item__link-more {
  opacity: 1;
}

.services-item__img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.services-item__img img {
  height: 100px;
}

.services-item__title {
  text-align: center;
  font-family: 'Roboto-Slab', sans-serif;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.services-item__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.jurisdictions {
  position: relative;
}

.jurisdictions-title {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  color: #fafafa;
  padding-bottom: 35px;
  padding-left: 100px;
  border-bottom: 4px solid #97c15a;
}

.jurisdictions-body {
  position: relative;
  height: 400px;
  background: url(../img/black-map.jpg) top right;
}

.jurisdictions-body::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76.24deg, rgba(165, 207, 103, 0.25) 9.09%, rgba(138, 180, 82, 0.25) 34.34%, rgba(56, 95, 15, 0.4) 61.84%, rgba(37, 67, 6, 0.4) 92.8%);
  background-repeat: no-repeat;
  background-position: center;
}

.jurisdictions-link {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  display: block;
  width: 120px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #97c15a;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.jurisdictions-link:hover {
  transition: all 0.3s ease;
  background: #74a82a;
}

.jurisdictions-link__img {
  position: relative;
  width: 100%;
}

.jurisdictions-link__img img {
  position: absolute;
  top: 0;
  transform: translate(98%, -100%);
}

.jurisdictions-link__euipo {
  right: 770px;
  top: 150px;
}

.jurisdictions-link__euipo .jurisdictions-link__img img {
  right: 0;
  top: 0px;
}

.jurisdictions-link__eapo {
  right: 757px;
  top: 217px;
}

.jurisdictions-link__eapo .jurisdictions-link__img img {
  right: 0;
  top: -8px;
  transform: translate(100%, -100%);
}

.jurisdictions-link__moldova {
  right: 640px;
  top: 125px;
}

.jurisdictions-link__moldova .jurisdictions-link__img img {
  right: 0;
  top: 0px;
}

.jurisdictions-link__ukraine {
  right: 610px;
  top: 78px;
}

.jurisdictions-link__ukraine .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(98%, -19%) rotate(45deg);
}

.jurisdictions-link__belarus {
  right: 554px;
  top: 28px;
}

.jurisdictions-link__belarus .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(0%, 0%) rotate(0deg);
}

.jurisdictions-link__russia {
  right: 408px;
  top: 39px;
}

.jurisdictions-link__russia .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-100%, -15%) rotate(45deg);
}

.jurisdictions-link__kazakhstan {
  right: 360px;
  top: 91px;
}

.jurisdictions-link__kazakhstan .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-255%, -24%) rotate(140deg);
}

.jurisdictions-link__kyrgyzstan {
  right: 240px;
  top: 132px;
}

.jurisdictions-link__kyrgyzstan .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-102%, -63%) rotate(0deg);
}

.jurisdictions-link__uzbekistan {
  right: 317px;
  top: 178px;
  z-index: 6;
}

.jurisdictions-link__uzbekistan .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-94%, -97%) rotate(38deg);
}

.jurisdictions-link__turkmenistan {
  right: 188px;
  top: 277px;
}

.jurisdictions-link__turkmenistan .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-48%, -110%) rotate(241deg);
}

.jurisdictions-link__georgia {
  right: 465px;
  top: 191px;
  z-index: 6;
}

.jurisdictions-link__georgia .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-100%, -145%) rotate(-175deg);
}

.jurisdictions-link__azerbaijan {
  right: 401px;
  top: 239px;
}

.jurisdictions-link__azerbaijan .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(-44%, -137%) rotate(65deg);
}

.jurisdictions-link__bulgaria {
  right: 597px;
  top: 189px;
  z-index: 6;
}

.jurisdictions-link__bulgaria .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(9%, -190%) rotate(-82deg);
}

.jurisdictions-link__armenia {
  right: 597px;
  top: 240px;
}

.jurisdictions-link__armenia .jurisdictions-link__img img {
  right: 10px;
  top: 100%;
  transform: translate(76%, -134%) rotate(-228deg);
}

.practice-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px -50px -15px;
}

.practice-item {
  position: relative;
  width: calc(50% - 30px);
  margin: 0 15px 50px 15px;
  padding-top: 27%;
  overflow: hidden;
}
.practice-link__all {
  display: block;
  text-align: center;
  color: #ffffff;
  max-width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}
.practice-item img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 0.3s ease;
}

.practice-item:hover img {
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.1);
}

.practice-item__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fafafa;
  font-family: 'Roboto-Slab', sans-serif;
  font-size: 36px;
  text-align: center;
  background: rgba(116, 168, 42, 0.6);
  line-height: 47px;
  padding: 22px 0;
}

.clients-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0px -30px 0px;
}

.clients-item {
  position: relative;
  width: calc(20% - 50px);
  margin: 0 25px 30px 25px;
  padding-top: 6%;
  overflow: hidden;
  cursor: default;
}

.clients-item img {
  position: absolute;
  display: block;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  filter: gray;
}

.clients-item:hover img {
  filter: none;
  transition: all 0.3s ease;
}

.regions {
  background: #fefefe;
}

.regions-body {
  display: flex;
}

.regions-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 380px;
  margin-bottom: -20px;
  margin-right: 10px;
  background: #fff;
  opacity: 0.8;
}

.regions-item {
  margin: 0 20px 20px 20px;
}

.regions-item:nth-child(even) {
  margin-left: 40px;
}

.regions-link {
  text-align: center;
  justify-content: center;
  background-color: inherit;
  padding: 8px 10px;
  border: 1px solid #74a82a;
  color: #417d19;
  min-width: 140px;
  font-size: 16px;
  line-height: 19px;
  max-height: 42px;
}

.regions-link:hover {
  color: #fafafa;
  border: 1px solid #74a82a;
  background: #74a82a;
}

.regions-link:hover + input {
  transition: all 0.3s ease;
  transform: scale(1);
}

.regions-map {
  position: relative;
  width: 100%;
  background: url(../img/regions-map.png) top right no-repeat;
  height: 420px;
}

.regions-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 14px;
  height: 16px;
  background: url(../img/icons/jurisdiction/icon-map.png) center center no-repeat;
  transform: scale(0.7);
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.regions-icon:hover {
  outline: none;
}

.regions-icon__euipo {
  right: 409px;
  top: 118px;
}

.regions-icon__eapo {
  right: 300px;
  top: 90px;
}

.regions-icon__moldova {
  right: 336px;
  top: 105px;
}

.regions-icon__ukraine {
  right: 324px;
  top: 100px;
}

.regions-icon__belarus {
  right: 334px;
  top: 88px;
}

.regions-icon__russia {
  right: 297px;
  top: 68px;
}

.regions-icon__kazakhstan {
  right: 265px;
  top: 101px;
}

.regions-icon__kyrgyzstan {
  right: 255px;
  top: 110px;
}

.regions-icon__uzbekistan {
  right: 275px;
  top: 110px;
}

.regions-icon__turkmenistan {
  right: 268px;
  top: 123px;
}

.regions-icon__georgia {
  right: 305px;
  top: 108px;
}

.regions-icon__azerbaijan {
  right: 295px;
  top: 112px;
}

.regions-icon__bulgaria {
  right: 344px;
  top: 112px;
}

.regions-icon__armenia {
  right: 301px;
  top: 117px;
}

.page-404__body {
  position: relative;
  overflow: hidden;
  padding: 20% 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/404-bg.svg) center center no-repeat;
  background-size: contain;
}

.page-404__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-404__btn {
  justify-content: center;
  padding: 16px 30px;
}

.page-404__text {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
}

.page-404__text span {
  display: block;
  font-size: 18px;
  line-height: 34px;
}

.about-wrapp {
  padding: 60px 0;
}

.about-text__body img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about-text__body p {
  margin-bottom: 20px;
}

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

.about-cards {
  background: rgba(64, 92, 64, 0.1);
}

.about-cards__bg {
  max-width: 1440px;
  margin: 0 auto;
  background: url(../img/about/line.svg) center left no-repeat;
  background-position-x: 60px;
}

.about-cards__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 30px);
  margin: 0 -15px -40px -15px;
}

.about-cards__item {
  display: block;
  width: calc(33.333% - 30px);
  max-width: 300px;
  margin: 0 15px 40px 15px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
}

.about-cards__item:nth-child(1) {
  order: 3;
}

.about-cards__item:nth-child(2) {
  order: 2;
}

.about-cards__item:nth-child(3) {
  order: 1;
}

.about-cards__item:nth-child(4) {
  order: 4;
}

.about-cards__item:nth-child(5) {
  order: 5;
}

.about-cards__item:nth-child(6) {
  order: 6;
}

.about-cards__label {
  display: inline-block;
  padding: 7px 17px;
  color: #405c40;
  background: rgba(151, 193, 90, 0.5);
  border-radius: 8px;
  margin-bottom: 30px;
}

.about-cards__text {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}

.about-team {
  padding-top: 50px;
}

.about-team__slider {
  margin: 0 -30px;
}

.about-team__slider-item {
  outline: none;
}

.about-team__card {
  position: relative;
  overflow: hidden;
  padding-top: 116%;
  margin: 0 30px;
}

.about-team__photo {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.about-team__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px 25px 15px;
  background: rgba(196, 196, 196, 0.8);
}

.about-team__position {
  color: #ffffff;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
}

.about-team__position::after {
  content: '';
  display: block;
  width: 100%;
  margin-left: 10px;
  height: 1px;
  background: #417d19;
}

.about-team__name {
  font-family: 'Roboto-Slab', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
}

.about-team__btn-wrapp {
  display: flex;
  justify-content: center;
}

.about-team__btn {
  padding: 16px 30px;
  justify-content: center;
  line-height: 19px;
  margin-top: 70px;
}

.blog {
  padding-top: 30px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px -70px -15px;
}

.blog-item {
  position: relative;
  display: block;
  width: calc(33.333% - 30px);
  margin: 0 15px 70px 15px;
  background: #ffffff;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.blog-item:hover {
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.blog-item__img {
  position: relative;
  overflow: hidden;
  padding-top: 79%;
  width: 100%;
}

.blog-item__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.blog-item__label {
  position: absolute;
  top: 140px;
  left: 0;
  width: 80%;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 30px;
  color: #f4f4f4;
  background: rgba(116, 168, 42, 0.8);
}

.blog-item__bottom {
  padding: 30px 15px 15px 15px;
  background: #f8f8f8;
}

.blog-item__title {
  text-align: center;
  padding: 0 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-item__text {
  font-size: 12px;
  line-height: 15px;
  color: rgba(30, 30, 30, 0.8);
}

.single-blog__title {
  margin-bottom: 20px;
}

.single-blog__author {
  margin-left: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.single-blog__author .author-photo {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.single-blog__author .author-photo img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.single-blog__author .author-name {
  font-size: 12px;
  line-height: 21px;
}

.single-blog__author .author-name span {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #7a7a7a;
}

.single-blog__content {
  margin-bottom: 100px;
}

.single-blog__btn {
  /* margin-bottom: 100px; */
}

.single-blog__btn-wrapp {
  display: flex;
  justify-content: center;
}

.single-blog__comment-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.single-blog__form {
  max-width: 630px;
  margin: 0 auto;
}

.single-blog__form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.single-blog__form .form-group .form-input__wrapp:first-child {
  margin-right: 30px;
}

.single-blog__form .form-textarea {
  margin-bottom: 10px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-blog__form .form-comment {
  margin-bottom: 10px;
}

.single-blog__form .form-button {
  margin-top: 70px;
}

.socials-block {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socials-item {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0 20px;
}

.socials-item__in {
  background: #007ab9;
}

.socials-item__fb {
  background: #3b5998;
}

.socials-item__tell {
  background: #039be5;
}

.socials-item:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.contacts-body {
  position: relative;
  margin-bottom: -50px;
}

.contacts-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contacts-row:last-child {
  margin-bottom: 0;
}

.contacts-col {
  width: 47%;
}

.contacts-col__indent {
  padding-top: 50px;
}

.contacts-list__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #417d19;
}

.contacts-list__city {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

.contacts-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -30px;
}

.contacts-item {
  width: 50%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}

.contacts-item a {
  display: block;
  white-space: nowrap;
}

.contacts-item:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 24px;
  height: 26px;
  z-index: 10;
}

.contacts-item._location::after {
  background: url(../img/contacts/location-icon.svg) center center/contain no-repeat;
}

.contacts-item._mail::after {
  background: url(../img/contacts/mail-icon.svg) center center/contain no-repeat;
}

.contacts-item._tell::after {
  background: url(../img/contacts/tell-icon.svg) center center/contain no-repeat;
}

.contacts-item._skype::after {
  background: url(../img/contacts/skype-icon.svg) center center/contain no-repeat;
}

.contacts-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.contacts-photo img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.contacts-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  color: #efefef;
  padding: 20px 40px;
  background: #417d19;
}

.contacts-us {
  position: relative;
  padding: 115px 0;
  background-color: #ecefec;
}

.contacts-us__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/contacts/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 5;
}

.contacts-us:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: #00642b;
  z-index: 4;
}

.contacts-us__form {
  position: relative;
  z-index: 10;
  max-width: 520px;
}

.contacts-us__form .form {
  margin-bottom: -30px;
}

.contacts-us__form .form-input__wrapp {
  margin-bottom: 30px;
}

.contacts-us__form .form-button {
  margin-top: 60px;
}

.contacts-us__title {
  margin-bottom: 30px;
}

.pricing-step {
  position: relative;
  background: #e5e5e5;
}

.pricing-step__bg {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: 98%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icons/tree.svg) bottom right no-repeat;
  background-size: contain;
}

.pricing-step__body {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 30px;
}

.pricing-step__content {
  margin-bottom: 20px;
  width: 100%;
  max-width: 525px;
}

.pricing-step__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}

.pricing-step__text {
  font-size: 24px;
  line-height: 36px;
}

.pricing-step__list {
  width: 100%;
  max-width: 800px;
  padding-left: 60px;
  margin: 0 auto;
  display: flex;
  background: url(../img/icons/line-step.svg) bottom left no-repeat;
  background-position-y: 55px;
}

.pricing-step__item {
  padding: 25px 15px;
  width: 100%;
  max-width: 340px;
  background: #ffffff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
}

.pricing-step__item:first-child {
  margin-right: 30px;
  align-self: baseline;
}

.pricing-step__item:last-child {
  margin-top: 120px;
}

.pricing-step__item-label {
  display: inline-block;
  background: rgba(151, 193, 90, 0.5);
  border-radius: 8px;
  padding: 5px 25px;
  color: #405c40;
  margin-bottom: 15px;
}

.pricing-list {
  padding-top: 50px;
}

.pricing-list__table {
  margin-bottom: 35px;
  border: 1px solid #405c40;
}

.pricing-list__table .table-row {
  border-bottom: 1px solid #405c40;
  display: flex;
  width: 100%;
}

.pricing-list__table .table-row:last-child {
  border-bottom: none;
}

.pricing-list__table .table-col {
  padding: 25px 15px;
  border-right: 1px solid #405c40;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-list__table .table-col:first-child {
  width: 30%;
}

.pricing-list__table .table-col:nth-child(2) {
  padding: 25px 30px;
  width: 40%;
  min-width: 390px;
}

.pricing-list__table .table-col:last-child {
  width: 30%;
  border-right: none;
}

.pricing-list__table .table-col__title {
  padding: 20px 15px;
  text-align: center;
  font-weight: 700;
}

.pricing-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -7.5px -5px;
}

.pricing-item {
  text-align: center;
  justify-content: center;
  background-color: inherit;
  padding: 6px 10px;
  margin: 7.5px 5px;
  border: 1px solid #74a82a;
  border-radius: 8px;
  color: #417d19;
  min-width: 100px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-item._hover:hover {
  transition: all 0.3s ease;
  color: #fafafa;
  border: 1px solid #74a82a;
  background: #74a82a;
}
.pricing-item._disable {
  pointer-events: none;
}

.pricing-session__wrapp span {
  font-weight: 500;
  margin-right: 10px;
}
.pricing-session__wrapp input {
  background-color: inherit;
  padding: 10px 5px 10px 5px;
  border: 1px solid #74a82a;
  border-radius: 8px;
  color: #353535;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  text-align: center;
  max-width: 50px;

  outline: none;
}
.pricing-session__text {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: rgb(43, 43, 43);
}
.pricing-session__wrapp input:focus {
  color: #000;
  outline: none;
}

.pricing-item.active {
  transition: all 0.3s ease;
  color: #fafafa;
  border: 1px solid #74a82a;
  background: #74a82a;
}

.pricing-item.active._hover:hover {
  transition: all 0.3s ease;
  border: 1px solid #547e1b;
  background: #547e1b;
}

.pricing-result {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}

.pricing-sum {
  display: flex;
  margin-right: 50px;
  margin-bottom: 25px;
  align-self: flex-end;
}

.pricing-sum__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pricing-sum__label {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 10px;
  color: #417d19;
}

.pricing-sum__num {
  margin-right: 5px;
}

.pricing-sum__num,
.pricing-sum__valuta {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}

.pricing-sum__order {
  align-self: flex-end;
}

.footer {
  background: #003d33;
  padding-top: 65px;
}

.footer-body {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-item {
  margin-bottom: 30px;
  margin-right: 20px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -15px;
}

.footer-logo__name {
  height: 40px;
  margin-bottom: 30px;
}

.footer-logo__medal {
  height: 120px;
}

.footer-title {
  font-size: 18px;
  line-height: 21px;
  color: #97c15a;
  margin-bottom: 20px;
}

.footer-servises__list li a {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-servises__list li a:hover {
  text-decoration: underline;
}

.footer-address__item {
  padding-left: 32px;
  position: relative;
  margin-bottom: 15px;
}

.footer-address__item:last-child {
  margin-bottom: 0;
}

.footer-address__item::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/location.svg) center center no-repeat;
  background-size: contain;
}

.footer-address__item-title {
  color: #97c15a;
  margin-bottom: 5px;
}

.footer-address__item-text {
  color: #fcfcfc;
  max-width: 180px;
}

.footer-contacts__item {
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
}

.footer-contacts__item:last-child {
  margin-bottom: 0;
}

.footer-contacts__item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/tell.svg) center center no-repeat;
  background-size: contain;
}

.footer-contacts__item._mail::after {
  background: url(../img/icons/mail.svg) center center no-repeat;
  background-size: contain;
}

.footer-contacts__tell {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #ffffff;
}

.footer-contacts__tell:hover {
  text-decoration: underline;
}

.footer-contacts__mail {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.footer-contacts__mail:hover {
  text-decoration: underline;
}

.footer-soc__list {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.footer-soc__item {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.footer-soc__item img {
  transition: all 0.3s ease;
}

.footer-soc__item:last-child {
  margin-right: 0;
}

.footer-soc__item:hover {
  transition: all 0.3s ease;
  border: 2px solid #417d19;
  background: #fefefe;
}

.footer-soc__item:hover img {
  transition: all 0.3s ease;
  transform: scale(0.8);
}

.footer-soc__partnership {
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.footer-soc__partnership span {
  margin-left: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #97c15a;
  text-transform: uppercase;
}

.footer-soc__partnership a:hover {
  text-decoration: underline;
}

.footer-copyriting {
  border-top: 3px solid #ffffff;
  text-align: center;
  padding: 10px 0 15px 0;
  color: #ffffff;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

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

.justify-content-sb {
  justify-content: space-between;
}

.flex-direction-column {
  flex-direction: column;
}

.page-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.wpd-auth a {
  color: #417d19 !important;
}
.wpd-auth a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .page-content p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 40px;
  }
  .container {
    padding: 0 90px;
  }
  .header-menu {
    margin: 0 5%;
  }
  .header-menu li a {
    font-size: 16px;
  }
  .jurisdictions-title {
    top: auto;
    bottom: 25px;
  }
  .about-cards__body {
    margin: 0 -15px -30px -15px;
  }
  .about-cards__item {
    margin: 0 15px 30px 15px;
  }
  .footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .footer-logo__name {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer-logo__medal {
    height: 40px;
  }
  .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-position: 12px center;
  }
  .about-team__name {
    font-size: 18px;
    line-height: 26px;
  }
  .about-team__slider {
    margin: 0 -15px;
  }
  .about-team__card {
    margin: 0 15px;
  }
  .blog-item__label {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1100px) {
  .services-item {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
    padding: 30px 20px;
  }
}

@media (max-width: 1000px) {
  .header-logo__img._big {
    height: 80px;
  }
  .header-top-indent {
    padding-top: 126px;
  }
  .lang-switcher__item {
    font-size: 16px;
    line-height: 24px;
  }
  .page-head {
    min-height: 140px;
    margin-bottom: 100px;
  }
  .page-head__title {
    font-size: 38px;
    line-height: 48px;
  }
  .main-slider__item-content {
    width: 80%;
  }
  .jurisdictions-body {
    height: auto;
  }
  .jurisdictions-title {
    top: 20px;
    bottom: auto;
    padding-bottom: 20px;
  }
  .jurisdictions-link {
    position: relative;
    right: auto;
    top: auto;
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
  }
  .jurisdictions-link__img img {
    display: none;
  }
  .jurisdictions-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0px -30px 0px;
    padding: 120px 10px 30px 10px;
  }
  .practice-item__title {
    font-size: 26px;
    line-height: 32px;
    padding: 15px 0;
  }
  .pricing-step__bg {
    opacity: 0.3;
  }
}

@media (max-width: 900px) {
  .container-fluid {
    padding: 0 30px;
  }
  .container {
    padding: 0 40px;
  }
  .header-logo__img._little {
    height: 20px;
  }
  .header-menu li a {
    font-size: 14px;
  }
  .regions-map {
    height: auto;
  }
  .regions-list {
    max-width: 260px;
    margin-bottom: 0;
  }
  .regions-link {
    padding: 6px 10px;
    min-width: 115px;
    font-size: 14px;
  }
  .regions-item {
    margin: 0 10px 15px 10px;
  }
  .regions-item:nth-child(even) {
    margin-left: 0px;
  }
  .footer-soc {
    margin: 0 auto;
  }
  .footer-soc__item {
    width: 35px;
    height: 35px;
    margin-right: 18px;
  }
  .footer-soc__item img {
    transform: scale(0.7);
  }
  .about-cards__bg {
    background-position-x: 10px;
  }
  .about-team__slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .about-team__slider .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .about-team__slider .slick-prev {
    transform: translate(50%, -50%) rotate(0deg);
  }
  .about-team__slider .slick-next {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  .blog {
    padding-top: 50px;
  }
  .blog-list {
    width: calc(100% + 20px);
    margin: 0 -10px -40px -10px;
  }
  .blog-item {
    width: calc(33.333% - 20px);
    margin: 0 10px 40px 10px;
  }
  .blog-item__label {
    font-size: 14px;
    line-height: 18px;
    top: 100px;
    padding: 12px 15px;
  }
  .blog-item__title {
    font-size: 12px;
    line-height: 16px;
  }
  .blog-item__bottom {
    padding: 15px;
  }
  .contacts-us__bg {
    background-position: bottom center;
    background-size: contain;
  }
  .contacts-us:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
  .container {
    padding: 0 15px;
  }
  .header-top-indent {
    padding-top: 70px;
  }
  .section-wrapper {
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 25px;
    border-bottom: 3px solid #417d19;
  }
  .title {
    font-size: 26px;
    line-height: 30px;
  }
  .title-line {
    width: 35px;
    height: 3px;
    margin-top: 12px;
    margin-left: 10px;
  }
  .page-head {
    min-height: 100px;
    margin-bottom: 50px;
  }
  .page-head__title {
    font-size: 32px;
    line-height: 42px;
  }
  .mfp-close {
    font-size: 26px;
  }
  .custom-popup {
    padding: 40px 25px;
    max-width: 400px;
  }
  .popup-title {
    margin-left: 0px;
    margin-right: 0px;
  }
  .popup-services .services-items {
    width: calc(100% + 14px);
    margin: 0 -7px -20px -7px;
    justify-content: center;
  }
  .popup-services .services-item {
    width: calc(50% - 14px);
    padding: 15px 10px;
    margin: 0 7px 20px 7px;
  }
  .popup-services .services-item__title {
    font-size: 16px;
  }
  .subscribe {
    padding: 50px 0;
  }
  .subscribe-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .subscribe-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .subscribe-form .form-group {
    flex-direction: column;
  }
  .subscribe-form .form-input__wrapp {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .header-top {
    display: none;
  }
  .header-logo__img._big {
    height: 65px;
    padding: 5px 0;
  }
  .header-burger__wrapper {
    display: block;
    padding-right: 11px;
  }
  .header-logo {
    max-height: 70px;
  }
  .header-contacts {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .header-contacts--mob {
    display: block;
  }
  .header-menu__wrapp {
    position: absolute;
    top: 100%;
    height: calc(100vh - 70px);
    overflow: auto;
    right: 200%;
    opacity: 0;
    border-top: 1px solid #74a82a;
    background: #fafafa;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.3s ease;
  }
  .header-menu__wrapp.active {
    right: 0;
    opacity: 1;
  }
  .header-menu {
    margin: 0;
    padding: 30px 0;
    flex-direction: column;
  }
  .header-menu li {
    width: 100%;
    text-align: center;
  }
  .header-contacts--mob {
    padding: 25px;
    background: #74a82a;
  }
  .lang-switcher {
    flex-direction: column;
  }
  .lang-switcher__item {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }
  .main-slider__item-content {
    width: 100%;
    padding-top: 50px;
  }
  .main-slider__item-sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .main-slider__item-title {
    margin-bottom: 20px;
  }
  .main-slider__item-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .main-slider__item-text ul li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-slider__item-text ul li::after {
    top: 7px;
    width: 15px;
    height: 3px;
  }
  .main-slider__item {
    min-height: auto;
    padding-bottom: 40px;
  }
  .main-slider .slick-dots {
    bottom: 40px;
  }
  .main-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .services-item__img {
    margin-bottom: 20px;
  }
  .services-item__img img {
    height: 70px;
  }
  .services-item__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .jurisdictions-title {
    padding-bottom: 15px;
  }
  .jurisdictions-link {
    font-size: 14px;
    width: calc(33.333% - 30px);
  }
  .practice-list {
    width: calc(100% + 20px);
    margin: 0 -10px -20px -10px;
  }
  .practice-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .practice-item__title {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
  }
  .clients-list {
    justify-content: center;
  }
  .clients-item {
    width: calc(33.333% - 50px);
  }
  .regions-map {
    background-size: contain;
    background-position: center;
  }
  .regions-list {
    max-width: 100%;
    justify-content: space-around;
  }
  .regions-item {
    margin: 10px;
  }
  .regions-item:nth-child(even) {
    margin-left: 10px;
  }
  .regions-icon {
    display: none;
  }
  .about-wrapp {
    padding: 50px 0;
  }
  .about-cards__bg {
    background: transparent;
  }
  .about-cards__body {
    width: calc(100% + 20px);
    margin: 0 -10px -20px -10px;
  }
  .about-cards__item {
    display: block;
    width: calc(50% - 20px);
    max-width: 300px;
    margin: 0 10px 20px 10px;
  }
  .about-cards__item:nth-child(1) {
    order: 2;
  }
  .about-cards__item:nth-child(2) {
    order: 1;
  }
  .about-cards__item:nth-child(3) {
    order: 3;
  }
  .about-cards__item:nth-child(4) {
    order: 4;
  }
  .about-cards__item:nth-child(5) {
    order: 6;
  }
  .about-cards__item:nth-child(6) {
    order: 5;
  }
  .about-cards__label {
    margin-bottom: 20px;
  }
  .about-cards__text {
    font-size: 12px;
    line-height: 16px;
  }
  .about-team__btn {
    margin-top: 40px;
  }
  .blog-list {
    margin: 0 -10px -30px -10px;
  }
  .blog-item {
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
  }
  .blog-item__label {
    padding: 10px 15px;
  }
  .single-blog__content {
    margin-bottom: 50px;
  }
  .single-blog__btn {
    margin-bottom: 50px;
  }
  .single-blog__form .form-button {
    margin-top: 40px;
  }
  .single-blog__form .form-group {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .single-blog__form .form-group .form-input__wrapp:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .socials-block {
    margin-bottom: 50px;
  }
  .socials-item {
    margin: 0 10px;
  }
  .contacts-row {
    flex-direction: column;
  }
  .contacts-col {
    width: 100%;
  }
  .contacts-items {
    margin-bottom: 0;
    justify-content: space-between;
  }
  .contacts-item {
    width: 50%;
  }
  .contacts-photo {
    padding-top: 40%;
  }
  .contacts-us {
    padding: 50px 0;
  }
  .contacts-us .form-button {
    margin-top: 30px;
  }
  .pricing-step__bg {
    max-width: 100%;
  }
  .pricing-step__body {
    padding-top: 50px;
  }
  .pricing-step__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .pricing-step__text {
    font-size: 16px;
    line-height: 22px;
  }
  .pricing-step__list {
    flex-direction: column;
  }
  .pricing-step__item {
    max-width: 100%;
  }
  .pricing-step__item:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .pricing-step__item:last-child {
    margin-left: 50px;
    margin-top: 0px;
    max-width: calc(100% - 50px);
  }
  .pricing-list__table .table-row {
    flex-direction: column;
  }
  .pricing-list__table .table-row__head {
    display: none;
  }
  .pricing-list__table .table-col {
    border: none;
    padding: 15px;
  }
  .pricing-list__table .table-col:first-child {
    width: 100%;
  }
  .pricing-list__table .table-col:nth-child(2) {
    width: 100%;
    min-width: 100%;
    padding: 25px 15px;
  }
  .pricing-list__table .table-col:last-child {
    width: 100%;
  }
  .pricing-result {
    font-size: 16px;
    line-height: 30px;
  }
  .page-404__body {
    padding: 15% 0;
    background-size: 250%;
  }
  .page-404__text {
    font-size: 20px;
  }
  .page-404__text span {
    font-size: 14px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-soc__list {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .footer-logo__name {
    height: 30px;
  }
}

@media (max-width: 500px) {
  .services-item {
    width: calc(100% - 30px);
  }
  .jurisdictions-title {
    padding-left: 40px;
  }
  .jurisdictions-link {
    width: calc(50% - 30px);
  }
  .practice-item {
    width: calc(100% - 20px);
    padding-top: 50%;
  }
  .about-cards__item {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .about-cards__item:nth-child(1) {
    order: 1;
  }
  .about-cards__item:nth-child(2) {
    order: 2;
  }
  .about-cards__item:nth-child(3) {
    order: 3;
  }
  .about-cards__item:nth-child(4) {
    order: 4;
  }
  .about-cards__item:nth-child(5) {
    order: 5;
  }
  .about-cards__item:nth-child(6) {
    order: 6;
  }
  .blog-item {
    width: calc(100% - 20px);
  }
  .contacts-item {
    width: 100%;
  }
  .footer-item {
    width: 100%;
  }
  .footer-soc__list {
    max-width: 350px;
  }
}

@media (max-width: 360px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
  .title-line {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
