/*
Theme Name: elcore
Theme URI: http://jetbrain.com.ua/
Author: JetBrain
Author URI: https://jet-brain.com/
Description: Template developed by JetBrain
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elcore
*/

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
      ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
 --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
/* Typography
 --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
 --------------------------------------------- */
body {
 background: #ffffff;
}
body.home {
    background: linear-gradient(135deg, #e6fafd 0%, #ffffff 100%);}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*** Custom styles ***/
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
}

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

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

.container-lg {
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.row {
  display: inline-block;
  width: 100%;
}

col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px){
  #wpcf7-f606-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(4) > div:nth-child(1){
  width: 50%;
}
#wpcf7-f620-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(4) > div:nth-child(1){
width: 50%;
}
#wpcf7-f619-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(4) > div:nth-child(1){
width: 50%;
}
#wpcf7-f1902-o3 > form > div.contact-form.contact-form_dark > div > div:nth-child(3) > div:nth-child(1){
width: 50%;
}
#wpcf7-f1902-o3 > form > div.contact-form.contact-form_dark > div > div:nth-child(3) > div:nth-child(2){
width: 50%;}
}

.col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.main-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header {
  position: sticky; top: 0;
background: linear-gradient(315deg, #e6fafd 0%, #ffffff 100%);
  width: 100%;
  z-index: 1000;
  top: 0;
}

.site-header .header {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-header .header__logo {
  width: 164px;
}

.site-header .header__logo-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header .head-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.site-header .head-menu li {
  padding: 5px 22px;
}

.site-header .head-menu li a {
   /* font-family: "Montserrat", sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #36454F;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
}

.site-header .head-menu li a:hover {
  color: #0190AB;
}
.vgh{
  color: #daf9ff;
}
.site-header .mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.site-header .mega-menu li {
  padding: 5px 52px;
}

.site-header .mega-menu li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
}

.site-header .mega-menu li a:hover {
  color: #0190AB;
}

.site-header .mega-menu .mega-menu__icon {
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .mega-menu a svg path {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.site-header .mega-menu a:hover svg path {
  fill: #0190AB;
}

.header__top {
  box-shadow: 0 12px 30px rgba(0, 216, 255, 0.15), 0 4px 10px rgba(0, 0, 0, 0.03);
}

.header__top .main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #D0D0D0;
  padding: 20px 0;
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 16px;
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-box {
  line-height: 30px;
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0;
  margin-left: 30px;
}

.search-box .search-form .search-field {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  background-image: url(/wp-content/themes/elcore/images/search.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 24px;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.search-box .search-form .search-field:focus {
  width: 180px;
  z-index: 1;
  cursor: text;
}

.search-box .search-form input[type="submit"], .search-form .screen-reader-text {
  display: none;
}

#header-mobile-menu:not(.mm-menu) {
  display: none;
}

.mm-menu_offcanvas.mm-menu_opened {
  z-index: 9999;
}

.mm-menu {
  --mm-color-background: #fff;
  --mm-color-text: #000;
  --mm-color-background-emphasis: rgba(1, 144, 171, 0.5);
  --mm-color-button: #fff;
  --mm-color-text-dimmed: #000;
  --mm-color-button: #242425;
}

.mm-navbar {
  background-color: #0190AB;
}

.mm-listitem a {
  text-transform: uppercase;
}

.mm-navbars_bottom .mm-navbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#primary-menu-mobile li.current-menu-item {
  background-color: rgba(1, 144, 171, 0.8);
}

.mmenu__close {
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  outline: 0;
  background: 0 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header__burger {
  display: none;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border: 1px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: linear-gradient(to right, #1B91AE, #23D5E0);
    color: #FFFFFF;
    padding: 14px 18px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 3rem;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.btn:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 47px;
}

.lang_menu .current-lang {
  display: none;
}

.switcher-lang ul li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 3px;
  color: #000000;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.switcher-lang ul li a:hover {
  color: #0190AB;
}

/*.footer {
  background: #242425;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 55px 0;
}

.footer__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: flex-start;
}

.footer__social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__social-link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 210px;
}

.footer-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  margin-bottom: 14px;
}

.footer-menu li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
}

.footer-menu li a:hover {
  color: #0190AB;
}

.footer__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #65ACB9;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  margin-bottom: 20px;
}

.footer__link:hover {
  color: #0190AB;
}

.footer__address {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #696969;
  margin-top: 90px;
}

.footer__row_top {
  padding-bottom: 164px;
}

.footer__row_bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.footer-menu_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  text-align: center;
}

.footer-menu_row li {
  margin-right: 41px;
}

.footer-menu_row li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

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

.title-menu {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #DADADA;
  opacity: 0.4;
  margin-bottom: 35px;
}

.title-menu_subscribe {
  margin-top: 5px;
  margin-bottom: 30px;
}

.footer-navigation {
  margin-bottom: 56px;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  padding: 0px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #65ACB9;
  background-color: transparent;
  border: 1px solid #65ACB9;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #65ACB9;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.subscribe-form .btn-submit:hover {
  background-color: #FFFFFF;
  color: #0190AB;
}

.write-to-us-input input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 8px 135px 37px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #B8B8B8;
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
}

.write-to-us-input input:focus {
  color: #FFFFFF;
  border-bottom: 1px solid #65ACB9;
}
*/


/* Footer New */

.footer {
  padding: 40px 0 28px;
}

.footer-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-cta__kicker {
  margin: 0 0 6px 0;
  font-size: 14px;
  opacity: 0.9;
}
.footer-cta__title {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 36px);
  line-height: 1.2;
  font-weight: 600;
}
.footer-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1024px) {
  .footer-cta {
    flex-direction: row;   
    align-items: self-end;
  }
  .footer-cta__text {
    max-width: 58%;                
  }
  .footer-cta__actions {
    margin-left: auto;             
    flex-wrap: nowrap;             
    gap: 14px;
  }
}

.footer__divider {
  border: 0;
  border-top: 1px solid rgba(16, 24, 40, 0.12); 
  margin: 24px 0 18px;
}

.footer__links .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__links .footer-menu > li > a,
.footer__links .footer-menu > li > a:visited {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.95;
}
.footer__links .footer-menu > li > a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  row-gap: 16px;
  margin-top: 18px;
}
.footer__logo {
  height: 46px;
  width: auto;
}
.footer__socials {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
.footer__social-link {
  width: 36px;                     
  height: 36px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 999px;
  border: 1.5px solid rgba(233, 238, 245, 0.6);
  opacity: 0.8;                   
  transition: background-color .15s ease, transform .15s ease, opacity .15s ease;
}
.footer__social-link:hover {
  opacity: 1;
  background-color: rgba(233, 238, 245, 0.08);
  transform: translateY(-1px);
}
.footer__copy {
  font-size: 14px;
  opacity: 0.9;
}

.backtop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid #00b5d6;
  background: transparent;
  color: #00b5d6;
  font-size: 22px;
  cursor: pointer;
  z-index: 50;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.backtop:hover {
  background: rgba(0, 181, 214, 0.12);
  transform: translateY(-1px);
}

.footer a:focus,
.backtop:focus {
  outline: 2px dashed currentColor;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .footer__links .footer-menu { gap: 20px; }
  .footer__bottom {
    grid-template-columns: auto 1fr auto; 
  }
  .footer__socials { justify-content: flex-start; margin-left: 50px;}
  .footer__copy { text-align: right;
    margin-right: 75px;
 }
}

.footer.footer--dark {
  background:
    radial-gradient(1200px 420px at 18% -12%, rgba(0, 181, 214, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, #2e3238 0%, #2a2e34 100%);
  color: #e9eef5;
}

.footer.footer--dark .footer-cta__kicker {
  color: rgba(233, 238, 245, 0.9);
}

.footer.footer--dark .footer-cta__title {
  color: #ffffff;
}

.footer.footer--dark .footer-cta__title::before {
  content: "";
  display: block;
  width: 170px;
  height: 3px;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #00b5d6 0%, #33e0c2 100%);
  opacity: 0.9;
}

.footer.footer--dark .footer-cta__title::after {
  content: none;
/*  display: block;
  width: 128px;
  height: 2px;
  margin-top: 20px;
  background: linear-gradient(90deg, #00b5d6 0%, #33e0c2 100%);
  opacity: 0.9;*/
}

.footer.footer--dark .footer__divider {
  border-top-color: rgba(233, 238, 245, 0.25);
}

.footer.footer--dark .footer__links .footer-menu > li > a,
.footer.footer--dark .footer__links .footer-menu > li > a:visited {
  color: #e9eef5;
  opacity: 0.95;
  text-decoration: none;
}
.footer.footer--dark .footer__links .footer-menu > li > a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}

.footer.footer--dark .footer__social-link {
  border-color: rgba(233, 238, 245, 0.7);
}
.footer.footer--dark .footer__social-link:hover {
  background-color: rgba(233, 238, 245, 0.08);
  transform: translateY(-1px);
}

.footer.footer--dark .footer__copy {
  color: rgba(233, 238, 245, 0.9);
}

.footer.footer--dark + .backtop,
.backtop {
  border-color: #00b5d6;
  color: #00b5d6;
}
.backtop:hover { 
  background: rgba(0, 181, 214, 0.12);
}



/* end Footer New*/


.page-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 88px;
    line-height: 120%;
    color: #003857;
    margin-top: 0;
    margin-bottom: 0;
}

.sec-bnr__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}

.sec-bnr__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.sec-bnr__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.sec-bnr__img-wrap img{
    width: 70%;
}

.page-title_bnr {
  margin-bottom: 15px;
}


.sec-partners__wrap {
  margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 30, 60, .35);
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .6s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 52px 57px 54px;
}

.sec-partners__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  padding-right: 36px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
    color: #003857;
}

.sec-partners__slider {
  display: block;
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
  position: relative;
  overflow: hidden;
}

.sec-partners__slider:before {
  display: block;
  content: '';
  width: 130px;
  height: 100%;
  background: -o-linear-gradient(left, #F5F6F7 22.31%, rgba(245, 246, 247, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.partners-slider__item {
  margin: 0 20px;
  text-align: center;
}

.partners-slider__item-img {
  margin: 0 auto;
  filter: grayscale(100%) brightness(0);
  transition: filter 0.3s ease-in-out;
}

.partners-slider__item-img:hover {
  filter: grayscale(0%);
}

.partners-slider .slick-arrow {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
  width: 35px;
  height: 35px;
  z-index: 999;
}

.partners-slider .slick-prev {
  left: -15px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.partners-slider .slick-next {
  right: -15px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.partners-slider .slick-prev.slick-disabled:before, .partners-slider .slick-next.slick-disabled:before {
  opacity: 0.6;
}

.partners-slider .slick-prev:hover, .partners-slider .slick-next:hover {
  opacity: 0.8;
}

.partners-slider .slick-prev:before {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(images/left-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  content: ' ';
  vertical-align: middle;
}

.partners-slider .slick-next:before {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(images/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  content: ' ';
  vertical-align: middle;
}

//CF small


.homepage-cf {
background-color: white;
        border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.homepage-cf h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin: 20px;
  text-align: center;
  padding-top: 50px;
  color: #1B91AE;
}

.homepage-cf-left {
  background-image: url("/wp-content/themes/elcore/assets/images/CFsmall_img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 200px;
border-radius: 25px;
    box-shadow: 0 12px 30px rgba(0, 216, 255, 0.15), 0 4px 10px rgba(0, 0, 0, 0.03);
}

@media (min-width: 768px) {
  .homepage-cf {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .homepage-cf-left,
  .homepage-cf-right {
    width: 50%;
  }

  .homepage-cf-left {
    min-height: 300px; 
    height: auto; 
    display: flex;
    align-items: center;
   justify-content: flex-start;
  }

  .homepage-cf-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .homepage-cf h2 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .homepage-cf h2 {
    font-size: 50px;
  }
}

.screen-reader-response{
  display: none;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid{
  display: flex;
}

.wpcf7-not-valid-tip{
  font-size: 12px;
  color: red;
}

.wpcf7-response-output{
  text-align: center;
  padding-top: 10px;
  color: red;
}
.c-form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #eff1f5;
}

.c-form h3 {
  background: linear-gradient(to right, #1B91AE, #23D5E0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  text-align: center;
}

.two-column-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
    margin-top: 10px;
}

.form-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.form-column {
  width: 100%;
}

div input[type="text"],
div input[type="email"],
div input[type="tel"],
div select,
div textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #1B91AE;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: #eff1f5;
  color: #003857;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

div.form-column.checkbox-column p a{
  text-decoration: underline;
  color: #000000;
  font-size: 12px;
}
.checkbox-submit-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-column {
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.submit-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.submit-column input[type="submit"] {
  width: 200px;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
  background: linear-gradient(to right, #1B91AE, #23D5E0);
  color: #eff1f5;
  font-size: 18px;
  padding: 15px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.submit-column input[type="submit"]:hover {
  transform: translateY(-5px);
}


@media (min-width: 768px) {
.c-form {
  flex-direction: column;
  padding: 20px 150px;
}
.c-form h3 {
  text-transform: uppercase;
  font-size: 40px;
  padding: 0 50px;
}

.form-row {
     flex-direction: row;
     gap: 50px;
}

.form-row:nth-child(2) .form-column {
     width: 50%;
}

.checkbox-submit-row {
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
}

.checkbox-column {
     width: 70%;
     text-align: left;
     font-size: 12px;
}

.submit-column {
  width: 30%;
  flex-direction: row-reverse;
}
}


/* section services */
.sec-services {
  background: #003857;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 25px;
  max-width: 1440px;
    margin: 0 auto;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.services__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  max-width: 290px;
  background: radial-gradient(closest-side, #1a5d7d 10%, #003857 100%);
}

.services__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
}

.services__subtitle {
  font-family: "Montserrat", sans-serif;  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #E1E8EB;
  margin-bottom: 13px;
}

.services__title {
  font-family: "Montserrat", sans-serif;  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #69FFAE;
  margin-top: 0;
  margin-bottom: 26px;
}

.services__description {
  font-family: "Montserrat", sans-serif;  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.services__link {
  font-family: "Montserrat", sans-serif;  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #50FEF3;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.services__link:after {
  position: absolute;
  bottom: -6px;
  left: 1px;
  display: block;
  content: '';
  width: 34px;
  height: 1px;
  background: #0190AB;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.services__link:hover:after {
  width: 100%;
}
 
/* end of services section */


/* Advantages Section */

.advantages-section{
  max-width:1440px;
  margin:0 auto;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 40px;
  color: #003857;
}
.advantages-section::before,
.advantages-section::after{
  content:"";
  position:absolute;
  width:900px;
  height:900px;
  border-radius:50%;
  filter: blur(60px);
  opacity:.22;
  pointer-events:none;
  z-index:0;
}
.advantages-section::before{
  top:-420px;
  left:-280px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), transparent 55%);
}
.advantages-section::after{
  bottom:-380px;
  right:-260px;
  background: radial-gradient(circle at 70% 70%, rgba(255,255,255,.18), transparent 60%);
}

.adv-container{
  max-width:1440px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.adv-title{
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height:1.1;
  text-align:center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing:.2px;
}
.adv-subtitle{
  text-align:center;
  max-width:760px;
  margin:12px auto 56px;
  font-size: clamp(16px, 1.35vw, 20px);
  color: #003857;
}

.adv-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
.adv-item{
  grid-column: span 6;
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:22px;
  border:1px solid rgba(255,255,255,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 30, 60, .35);
  transform: translateY(16px) scale(.98);
  opacity:0;
  will-change: transform, opacity;
}
@media (max-width: 860px){
  .adv-item{ grid-column: 1 / -1; }
}

.adv-item.is-inview{
  opacity:1;
  transform: translateY(0) scale(1);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .6s ease;
}

.adv-icon{
  flex: 0 0 44px;
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 6px 18px rgba(0, 30, 60, .35);
}
.adv-icon-img{
  display:block;
  width:44px;
  height:44px;
  object-fit:contain;
}
.adv-icon-fallback{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:12px;
  font-weight:800;
  font-size:14px;
  letter-spacing:.5px;
  background: rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.adv-text h3{
  margin:0 0 6px;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight:700;
  color: #003857;
}
.adv-text p{
  margin:0;
  font-size: clamp(14px, 1.15vw, 16px);
  color: #003857;
}

@media (hover:hover){
  .adv-item:hover{
    transform: translateY(-4px) scale(1.01);
    transition: transform .35s cubic-bezier(.2,.7,.2,1);
  }
  .adv-item:hover .adv-icon{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 10px 28px rgba(0, 30, 60, .35);
  }
}

.adv-cta{
  text-align:center;
  margin-top: clamp(36px, 5vw, 64px);
}
.adv-btn{
  display:inline-block;
  padding:14px 34px;
  border-radius:100px;
  color:#ffffff;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.2px;
  border:1px solid rgba(255,255,255,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  backdrop-filter: blur(8px);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  box-shadow: 0 10px 24px rgba(0, 30, 60, .35);
}
.adv-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 30, 60, .35);
}

@media (prefers-reduced-motion: reduce){
  .adv-item, .adv-item.is-inview {
    transition:none !important;
    transform:none !important;
    opacity:1 !important;
  }
}


/* end of Advantages Section */
.cs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.cs__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cs__item:last-child {
  margin-bottom: 0;
}

.cs_reverse .cs__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cs_reverse .cs__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cs__img-wrap {
  width: 512px;
    padding-top: 20px;
 min-width: 512px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

//AWS card img
.cs__item:nth-of-type(2) .cs__img-wrap {
    justify-content: center;
}

.cs__img{
  max-width: 70%;
}

.cs__text-wrap {
border-radius: 25px;
    padding: 36px 24px 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 216, 255, 0.15), 0 4px 10px rgba(0, 0, 0, 0.03);
  max-width: 532px;
/*  margin-top: -100px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs__subtitle {
  font-family: "Montserrat", sans-serif;  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 5px;
}

.cs__title {
  font-family: "Montserrat", sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #003857;
  margin-top: 0;
  margin-bottom: 15px;
}

.cs__item__ste .cs__title {
  margin-top: -5px;
}

.cs__description {
  font-family: "Montserrat", sans-serif;  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #4F4F4F;
border-radius: 28px;
    padding: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 216, 255, 0.15), 0 4px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 18px;
}

.cs__description_tp5 {
  margin-bottom: 0;
}

.cs__image-wrap img {
  max-width: 100%;
  height: auto;
}

.cs__btn_more {
  margin-right: 15px;
  color: #003857;
  background: transparent;
  border: 1px solid #003857;
}

.cs__btn_more:hover {
  background: #003876;
  color: #FFFFFF;
}

/* Стилізація кнопки "More details" тільки всередині .cs__item */
.cs__item .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #003857;
  background-color: #ffffff;
  border: 2px solid #003857;
  border-radius: 25px;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Ефект обведення колом при hover */
.cs__item .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(1, 144, 171, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  z-index: 1;
}

.cs__item .btn:hover::before {
  width: 300%;
  height: 300%;
}

.cs__item .btn .button-text,
.cs__item .btn .icon {
  position: relative;
  z-index: 2;
}


.cs__btn_order {
  position: relative;
  display: inline-block;
  width: 12rem;
  height: 3rem;
  background: transparent;
  padding: 0;
  border: none;
  text-decoration: none;
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  color: #003857;
}

.cs__btn_order .circle {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #003857;
  border-radius: 1.625rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.cs__btn_order .icon.arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  margin: auto;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.cs__btn_order .icon.arrow::before {
  content: '';
  position: absolute;
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.cs__btn_order .button-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin-left: 1.85rem;
  line-height: 1.6;
  text-align: center;
  color: #003857;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.cs__btn_order:hover .circle {
  width: 100%;
}

.cs__btn_order:hover .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.cs__btn_order:hover .button-text {
  color: #fff;
}
.sec-projects {
  padding-bottom: 135px;
}

.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -35px;
}

.projects__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0 35px;
  margin-bottom: 62px;
}

.projects__item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  cursor: pointer;
}

.projects__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 100%;
  margin-bottom: 20px;  
}

.projects__img {
  -o-object-fit: contain;
     object-fit: contain;
}

.projects__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}

.projects__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5F5F5F;
}
.projects__description p {
  margin-top: 0;
  margin-bottom: 0;
}

.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-load-more {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #4F4F4F;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.link-load-more:after {
  position: absolute;
  bottom: -6px;
  left: 1px;
  display: block;
  content: '';
  width: 114px;
  height: 1px;
  background: #242425;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.link-load-more:hover {
  color: #242425;
}

.link-load-more:hover:after {
  width: 100%;
}

.lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #A9D6DE;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 37px 64px 35px 57px;
}

.lead__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
}

.lead__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 10px;
}

.lead__description p {
  margin-top: 0;
  margin-bottom: 17px;
}

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

.lead__description a {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  position: relative;
}

.lead__description a:after {
  position: absolute;
  bottom: -6px;
  left: 1px;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.lead__description a:hover:after {
  width: 100%;
}

.lead__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30%;
}

.btn_lead {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #242425;
  border: 1px solid #242425;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 22px 72px 18px;
  height: 68px;
}

.btn_lead:hover {
  color: #242425;
  background: #FFFFFF;
}

.sec-main-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px;
}

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  margin-bottom: 50px;
}

.news__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 13px;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #242425;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #242425;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #242425;
  margin-bottom: 28px;
  font-family: "Montserrat Mono", monospace;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #65ACB9;
}

.news__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 13px;
  padding-right: 15px;
}

.news__exerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5F5F5F;
  padding-right: 15px;
}
.news__exerpt p {
  margin-top: 0;
  margin-bottom: 0;
}

.sec-lead-btns {
  padding-top: 90px;
  padding-bottom: 53px;
  border-top: 1px solid #000000;
}

.lead-btns__title {
  margin-top: 0;
  margin-bottom: 105px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 90px;
  line-height: 1;
  color: #000000;
}

.lead-btns__img {
  width: 67px;
  height: auto;
  position: relative;
  top: 10px;
  margin-left: 5px;
}

.lead-btns__action {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_action {
  width: 348px;
  height: 68px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
}

.sec-ste {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cs__item__ste {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cs__icons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 56px;
  padding-right: 0;
}

.cs__item:nth-child(even) .cs__icons-wrap {
  padding-left: 0;
  padding-right: 56px;
}

.cs_reverse .cs__item:nth-child(odd) .cs__icons-wrap {
  padding-left: 0;
  padding-right: 56px;
}

.cs_reverse .cs__item:nth-child(even) .cs__icons-wrap {
  padding-left: 56px;
  padding-right: 0;
}

.partners-grid {
  height: 100%;
  min-height: 350px;
  background: #F5F6F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 46px;
}

.partners-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  width: 170px;
}

.sec-training-lead {
  margin-bottom: 164px;
}

.training-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.training-lead__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 379px;
}

.training-lead__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 379px);
  width: calc(100% - 379px);
  padding-left: 18px;
}

.training-lead__block-wrap {
  background: #A9D6DE;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 37px 33px 45px 49px;
}

.btn_training-lead {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #242425;
  border: 1px solid #242425;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 22px 22px 18px;
  height: 68px;
  width: 297px;
}

.btn_training-lead:hover {
  color: #242425;
  background: #FFFFFF;
}

.training-lead__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 22px;
}

.training-lead__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 43px;
}

.sec-header {
  padding-top: 40px;
}

.sec-logos {
  margin-top: 30px;
  margin-bottom: 70px;
}

.logos-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.logos-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 60px;
  margin-bottom: 10px;
}

.platform-grid {
  height: 100%;
  min-height: 200px;
  background: #F5F6F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 46px;
}

.platform-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  width: 290px;
}

.cs__item__cp {
  margin-bottom: 150px;
}

.sec-sp {
  padding-top: 55px;
  padding-bottom: 20px;
}

.sp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-block__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54.5%;
}

.sp-block__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45.5%;
  padding-left: 6px;
}

.sp-block__block-wrap {
  background: #A9D6DE;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 32px 68px 33px;
}

.sp-block__cat {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #4D7278;
  margin-bottom: 33px;
}

.sp-block__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 18px;
}

.sp-block__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}

.sec-cp {
  margin-top: 70px;
  margin-bottom: 60px;
}

.cs_cp .cs__item {
  margin-bottom: 140px;
}

.cs_cp .cs__item:last-child {
  margin-bottom: 0 !important;
}

.sec-contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

#wpcf7-f620-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div:nth-child(1) > p{
color: white;
}

#wpcf7-f606-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div:nth-child(1) > p{
color: white;
}
#wpcf7-f619-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div:nth-child(1) > p{
color: white;
}

#wpcf7-f620-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div:nth-child(1) > p > a{
color: white;
text-decoration: underline;
}

#wpcf7-f606-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div:nth-child(1) > p > a{
color: white;
text-decoration: underline;
}

#wpcf7-f619-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div:nth-child(1) > p > a{
color: white;
text-decoration: underline;
}

.contact-form__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 84px;
}

.contact-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wpcf7-f606-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6){
  justify-content: space-around;
}

#wpcf7-f620-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6){
  justify-content: space-around;
}

#wpcf7-f619-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6){
  justify-content: space-around;
}
#wpcf7-f1903-o3 > form > div.contact-form.contact-form_dark > div > div:nth-child(3) > div:nth-child(1){
width: 50%;
}

#wpcf7-f1903-o3 > form > div.contact-form.contact-form_dark > div > div:nth-child(3) > div:nth-child(2){
width: 50%;
}

.contact-form .col-3 {
  margin: 40px;
}

.contact-form__submit-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  height: 58px;
  -webkit-border-radius: 60px;
          border-radius: 60px;
}

#wpcf7-f619-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div > div > input{
  width: 200px;
}
#wpcf7-f620-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div > div > input{
  width: 200px;
}
#wpcf7-f606-o1 > form > div.contact-form.contact-form_dark > div > div:nth-child(6) > div > div > input{
  width: 200px;
}

//aws-google submit button change//

#wpcf7-f1902-o3 > form > div.contact-form.contact-form_dark > div > div:nth-child(5){
    justify-content: unset;
-webkit-justify-content: unset;
}
#wpcf7-f1902-o3 > form > div.contact-form.contact-form_dark > div > div:nth-child(5){
    justify-content: unset;
-webkit-justify-content: unset;
}

.contact-form .col-wrap {
  position: relative;
  margin-bottom: 33px;
  width: 100%;
}

.contact-form span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  z-index: 100;
  padding: 0px 20px;
}

.contact-form .col-4, .contact-form .col-8 {
  padding: 0 15px;
}

.contact-form .col-4 {
  width: 33.33%;
}

.contact-form .col-8 {
  width: 66.66%;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
  width: 100%;
  height: 62px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #333333;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  padding: 20px 18px;
  outline: 0;
}

.contact-form.contact-form_dark input[type="text"], .contact-form.contact-form_dark input[type="tel"], .contact-form.contact-form_dark input[type="email"], .contact-form.contact-form_dark textarea, .contact-form select {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.contact-form select option{
  color: rgba( 36, 36, 37, 1.00 );
}

.contact-form .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: -webkit-calc(50% - 36px);
  left: calc(50% - 36px);
}

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

.contact-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.1;
  padding-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border: none;
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
border: none;
}
.wpcf7 form .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
  text-align: center;
}

.wpcf7-form input::-webkit-input-placeholder {
  color: #333333;
}

.wpcf7-form input:-ms-input-placeholder {
  color: #333333;
}

.wpcf7-form input::-ms-input-placeholder {
  color: #333333;
}

.wpcf7-form input::-moz-placeholder {
  color: #333333;
}

.wpcf7-form input::placeholder {
  color: #333333;
}

.wpcf7-form textarea::-webkit-input-placeholder {
  color: #333333;
}

.wpcf7-form textarea:-ms-input-placeholder {
  color: #333333;
}

.wpcf7-form textarea::-ms-input-placeholder {
  color: #333333;
}

.wpcf7-form textarea::-moz-placeholder {
  color: #333333;
}

.wpcf7-form textarea::placeholder {
  color: #333333;
}

.contact-form_dark input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #ffffff;
}

.contact-form_dark textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #ffffff;
}

.contact-form_dark .wpcf7-form input::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form input:-ms-input-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form input::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form input::-moz-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form input::placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form textarea:-ms-input-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form textarea::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form textarea::-moz-placeholder {
  color: #ffffff;
}

.contact-form_dark .wpcf7-form textarea::placeholder {
  color: #ffffff;
}


.contact-form__row-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin-top: -5px;
}

.contact-form__row-submit .wpcf7-form-control-wrap {
  width: auto !important;
}

.sec-our-services {
  padding-bottom: 70px;
}

.our-services__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #0190AB;
  margin-bottom: 50px;
}

.services-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-grid_tp5 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(25% - 3px);
  width: calc(25% - 3px);
}

.services-grid__link {
  background: #A9D6DE;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 124px;
  padding: 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  text-align: center;
}

.services-grid__link:hover{
  background: #0190AB;
  transition: 0.3s;
}

.sec-projects_tp4 {
  padding-top: 125px;
}

.services-grid__md-icon-wrap {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.services-grid__md-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  max-width: 181px;
  margin: 49px auto 0;
}

.lead__title_lg {
  width: 50%;
}

.services-grid_tp5 .services-grid__item {
  margin-top: 18px;
  width: 185px;
  margin-right: 10%;
  margin-right: 12.4%;
}

.services-grid_tp5 .services-grid__item:last-child {
  margin-right: 0;
}

.sec-lead_tp5 {
  padding-top: 45px;
  padding-bottom: 55px;
}

.page-title_tp5 {
  margin-bottom: 155px;
}

.page-title_tp6 {
  margin-bottom: 140px;
}

.page-title_tp6-1 {
  margin-bottom: 97px;
}

.sec-serv-tp6 {
  padding-bottom: 30px;
}

.serv-tp6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -56px;
}

.serv-tp6__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
/*  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;  */
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  width: 50%;
  padding: 0 56px;
  margin-bottom: 100px;
}

.serv-tp6__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.serv-tp6__img-wrap {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.serv-tp6__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-top: 0;
  margin-bottom: 18px;
}

.serv-tp6__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  /*text-align: center;*/
  text-align: left;
  color: #4F4F4F;
  margin-bottom: 16px;
}

.btn_serv-tp6-more {
  color: #242425;
  background: transparent;
  border: 1px solid #242425;
}

.btn_serv-tp6-more:hover {
  background: #242425;
  color: #FFFFFF;
}

.sec-contact-form_dark {
  background: #242425;
  padding-top: 77px;
  padding-bottom: 65px;
}

.sec-contact-form_dark .contact-form__title {
  color: #FFFFFF;
}

.sec-lead_tp6 {
  margin-bottom: 90px;
}

.sec-bnr-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  width: 100%;
  height: 439px;
}

.sec-bnr-news__link {
  padding: 52px 57px;
  z-index: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-bnr-news__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.sec-bnr-news__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-bnr-news__top-content {
  z-index: 1;
}

.sec-bnr-news__title {
  position: relative;
  z-index: 1;
}

.sec-bnr-news__date {
  font-family: "Montserrat Mono", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sec-bnr-news__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 1040px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Blog Page */

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
}

.news-grid__item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.news-grid__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.news-grid__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-grid__img img,
.news-grid__img-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background-color: #f5f5f5;
}

.news-grid__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px 0;
  font-size: 14px;
  color: #828282;
}

.news-grid__tag {
  background: #0190AB;
  color: #fff;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 500;
}

.news-grid__date {
  font-size: 13px;
}

.news-grid__title {
  padding: 8px 20px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.tabs {
  margin-bottom: 32px;
}

.tabs__caption {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cats__item {
  margin: 0;
}

.cats__link {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
  background-color: #f7f7f7;
  transition: all 0.2s ease;
}

.cats__link:hover {
  background-color: #e0f4f7;
  border-color: #00a7c4;
  color: #00a7c4;
}

.cats__item.active .cats__link {
  background-color: #00a7c4;
  color: #fff;
  border-color: #00a7c4;
}


.pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pagination .page-numbers {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 5px 14px;
  margin: 0 3px;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
}

.pagination .page-numbers:after {
  position: absolute;
  bottom: -6px;
  left: 1px;
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #0190AB;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.pagination .page-numbers.current:after, .pagination .page-numbers:hover:after {
  width: 100%;
}

.sec-news {
  padding-bottom: 85px;
}

.sec-sn {
  padding-top: 40px;
  padding-bottom: 0;
}

/* .sec-sn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.sec-sn__content {
  width: 75%;
  padding-right: 11%;
}

.sec-sn__sidebar {
  width: 25%;
  padding-top: 103px;
} */


.sec-sn__text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 70px;
  padding-left: 0;
}

.sec-sn__text ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-left: 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #5F5F5F;
}

.sec-sn__text ul li:last-child {
  margin-bottom: 0;
}

.sec-sn__text ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #5F5F5F;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.sec-sn__text ul li a:hover {
  color: #0190AB;
}

.sec-sn__text ul li:before {
  display: block;
  content: '';
  background-image: url(/wp-content/themes/elcore/images/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

/* .news_rel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
} */

/* .news_rel .news__item {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
} */

.news_rel .news__date {
  background: none;
  margin-bottom: 0;
  padding: 5px 0;
  color: #828282;
}

.news_rel .news__title {
  font-size: 22px;
  padding-right: 0;
  margin-bottom: 10px;
}

.news_rel .news__exerpt {
  min-height: auto;
}

.sec-sn__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 0;
}

.news__author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.news__author-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 23px;
}

.news__tag .tag-link {
  display: inline-block;
  background-color: #e0f4f7;
  color: #0190AB;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 999px;
  text-decoration: none;
  margin: 0 8px 8px 0;
  transition: 0.2s;
}
.news__tag .tag-link:hover {
  background-color: #0190AB;
  color: #fff;
}


.sec-sn__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 28px;
}

.sec-sn__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #5F5F5F;
}

.sec-sn__text p {
  margin-top: 16px;
  margin-bottom: 30px;
}

.sec-sn__text a {
  color: #5F5F5F;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sec-sn__text a:hover {
  color: #0190AB;
}

.sec-contact-form_sn {
  padding-top: 130px;
}

.sec-about-img__image {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.sec-about-descr {
  position: relative;
  padding-top: 110px;
  overflow: hidden;
  margin-top: -81px;
  padding-bottom: 73px;
}

.sec-about-descr__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #4F4F4F;
  max-width: 883px;
  z-index: 100;
}

.sec-about-descr__text p {
  margin-top: 0;
  margin-bottom: 33px;
}

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

.sec-counter {
  padding-top: 130px;
  padding-bottom: 100px;
}

.sec-counter__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 83px;
}

.counter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.counter-block__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 45px;
  z-index: 1;
}

.counter-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.spincrement {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  color: #0190AB;
}

.spin-em {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #0190AB;
}

.spin-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

.counter-block__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.sec-target {
  padding-bottom: 170px;
}

.target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F5F6F7;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 118px 60px 0px 56px;
}

.target__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(100% - 408px);
  width: calc(100% - 408px);
}

.target__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 408px;
  position: relative;
}

.target__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 15px;
}

.target__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  padding-right: 20px;
  max-width: 670px;
}

.target__coma-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 270px;
  margin: 0 auto;
  color: #FFFFFF;
  position: relative;
  padding-top: 97px;
  padding-left: 25px;
  padding-bottom: 68px;
}

.target__img {
  position: absolute;
  z-index: 0;
}

/* About us  */

/* Certificates section */

.our-certificates {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f9f9f9;
}

.certificates-carousel {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% * 5);
  animation: scroll 40s linear infinite;
}

.certificate-item {
  flex: 1 0 auto;
  width: 20%;
  box-sizing: border-box;
  padding: 10px;
}

.certificate-item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

.lead__description_tp11 {
  padding-left: 0px;
  padding-right: 40px;
  padding-top: 0;
  margin-left: -40px;
}

.sec-lead-contacts {
  padding-top: 135px;
  padding-bottom: 135px;
  display: none;
}

.lead-contacts__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -33px;
}

.lead-contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33.33%;
  padding: 0 33px;
}

.lead-contacts__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 13px;
}

.lead-contacts__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4F4F4F;
  margin-bottom: 27px;
}

.btn_lead-contacts {
  height: 68px;
  width: 100%;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.contact-section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 61px;
  margin: 0 -15px;
}

.contact-section-country {
  width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-section-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-section-nav li {
  width: 50%;
  margin-bottom: 12px;
}

.contact-section-nav li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  padding: 9px 14px 10px;
  color: #000000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.contact-section-nav li a.active, .contact-section-nav li a:hover {
  color: #FFFFFF;
  background: #333333;
}

.contact-section-body {
  width: 54%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 10px;
}

.contact-section-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-section-item__addr {
  width: 43%;
}

.contact-section-item__persons {
  width: 57%;
}

.contact-section-country-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #0190AB;
  margin-bottom: 20px;
}

.contact-section-country-title img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}

.contact-section-address {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 38px;
}

.contact-section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-section-info a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #696969;
  position: relative;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.contact-section-info a:hover {
  color: #0190AB;
}

.contact-section-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.contact-section-person:last-child {
  margin-bottom: 0;
}

.contact-section-person-photo {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

.contact-section-person-info {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 25px;
}

.contact-section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 3px;
}

.contact-section-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-section-person-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.contact-section-person-list li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #696969;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.contact-section-person-list li a:hover {
  color: #0190AB;
}

.map {
  display: none;
  margin-top: 39px;
  background-color: #fff;
}

.map svg {
  width: 100%;
  height: auto;
}

.contact-section-item {
  display: none;
}

.contact-section-item.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-image path.active {
  fill: #242425;
}

.btn_mobile-consultation {
  max-width: 180px;
  height: 30px;
  background-color: #FFFFFF;
  color: #000;
  margin: 0 auto;
}

.error-404 {
  padding-top: 0;
  padding-bottom: 0;
}

.error-404__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error-404__title {
  font-weight: bold;
  font-size: 160px;
  line-height: 160px;
  text-align: center;
  color: #000000;
  margin-top: 0;
  margin-bottom: 16px;
}

.error-404__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 22px;
  max-width: 540px;
}

.event-btn-signup {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 28px;
}

.acf-map {
	width: 100%;
	height: 300px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.acf-map .marker {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}


/***Media***/
@media screen and (max-width: 1420px) {
  .container {
    padding: 0 20px;
  }
  .container-lg {
    padding: 0;
  }
}

@media screen and (max-width: 1280px) {
  .main-container {
    padding: 0 20px;
  }
  .footer__link {
    font-size: 20px;
  }
  .lead__description {
    padding-left: 0;
  }
  .btn_lead {
    padding: 22px 40px 18px;
  }
  .page-title, .lead-btns__title {
    font-size: 70px;
  }
  .btn_action {
    width: 300px;
  }
  .sec-partners__wrap {
    padding: 52px 20px 54px;
  }
  .cs__img-wrap {
    padding: 0 20px;
    width: 500px;
    max-width: 500px;
    min-width: 500px;
  }
  .partners-grid {
    padding: 46px 10px;
  }
  .services-grid__link {
    padding: 10px;
  }
  .serv-tp6 {
    margin: 0 -30px;
  }
  .serv-tp6__item {
    padding: 0 30px;
  }
  .sec-bnr-news__title {
    font-size: 50px;
  }
  .lead__description_tp11 {
    margin-left: 0;
    padding-right: 20px;
  }
  .lead-btns__title {
    font-size: 80px;
  }
  .sec-about-descr__text {
    max-width: 100%;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 1100px) {
  .site-header .mega-menu li {
    padding: 5px 20px;
  }
  .page-title, .lead-btns__title {
    font-size: 60px;
  }
  .news__title {
    font-size: 24px;
  }
  .services__title {
    font-size: 24px;
  }
  .projects__title {
    font-size: 24px;
  }
  .lead__title {
    font-size: 28px;
  }
  .lead-btns__title {
    font-size: 70px;
  }
  .lead-btns__img {
    width: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .cs__title {
    font-size: 40px;
    line-height: 1.2;
  }
  .btn_action {
    width: 280px;
  }
  .sec-bnr-news__link {
    padding: 52px 40px;
  }
  .sec-bnr-news__title {
    font-size: 46px;
  }
  .sec-sn__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .footer__link {
    font-size: 18px;
  }
  .footer__row_bottom, .footer__row_top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__row_top .footer__col {
    width: 50%;
    margin-bottom: 40px;
  }
  .footer__row_bottom .footer__col {
    width: 100%;
  }
  .footer__row_top {
    padding-bottom: 20px;
  }
  .footer__row {
    display: flex;
    justify-content: center;
    padding-top: 10%;
  }
  .footer-navigation {
    margin-top: 60px;
    margin-bottom: 20px;
    left: 50%;
  }
  .cs__img-wrap {
    width: 360px;
    max-width: 360px;
    min-width: 360px;
  }
  .cs__text-wrap {
    max-width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .btn_action {
    width: 250px;
  }
  .page-title, .lead-btns__title {
    font-size: 50px;
  }
  .services {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .services__item {
    width: 50%;
    margin-bottom: 50px;
  }
  .projects {
    margin: 0 -15px;
  }
  .projects__item {
    padding: 0 15px;
  }
  .lead {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 40px 40px;
  }
  .lead__title {
    font-size: 36px;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lead__description {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lead__action {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .projects__item {
    width: 50%;
  }
  .news__item {
    width: 50%;
  }
  .training-lead__left, .training-lead__right {
    width: 50%;
  }
  .services-grid_tp5 .services-grid__item {
    margin-right: 5%;
  }
  .sec-bnr-news__title {
    font-size: 44px;
  }
  .target {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 40px 0;
  }
  .target__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .lead-contacts__title {
    font-size: 24px;
  }
  .contact-section-country, .contact-section-body {
    width: 50%;
  }
  .contact-section-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-section-item__addr {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-section-item__persons {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .site-header .head-menu, .header__bottom, .switcher-lang, .btn_head-consultation{
    display: none;
  }
  .main-navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__burger {
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .burger {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(/wp-content/themes/elcore/images/menu-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__menu {
    padding-right: 0;
  }
  .search-box {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 12px;
  }
  .btn_head-consultation {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .header__top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sec-bnr {
    padding-bottom: 20px;
  }
  .sec-bnr__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec-bnr__text {
    width: 100%;
  }
  .sec-bnr__img-wrap {
    width: 100%;
  }
  .page-title_bnr {
    text-align: center;
  }
  .sec-partners__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec-partners__text {
    width: 100%;
    padding-right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .sec-partners__slider {
    width: 100%;
  }
  .sec-partners__slider:before {
    display: none;
  }
  .sec-partners {
    margin-bottom: 40px;
  }
  .sec-services {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sec-cs {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .cs__item, .cs__item:nth-child(even), .cs_reverse .cs__item, .cs_reverse .cs__item:nth-child(even),
  .cs_reverse .cs__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 80px;
  }
  .cs_cp .cs__item {
    margin-bottom: 80px;
  }
  .cs__text-wrap {
    width: 100%;
  }
  .cs__img-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 30px;
  }
  .cs__img {
    max-width: 70%;
    margin: 0 auto;
  }
  .cs__btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-projects {
    padding-bottom: 80px;
  }
  .sec-projects_tp4 {
    padding-top: 40px;
  }
  .sec-main-news {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sec-lead-btns {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .lead-btns__title {
    margin-bottom: 40px;
  }
  .lead-btns__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn_action {
    width: 348px;
    margin-bottom: 20px;
  }
  .lead-btns__title {
    text-align: center;
  }
  .sec-ste {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cs__icons-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cs__item:nth-child(even) .cs__icons-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .cs_reverse .cs__item:nth-child(even) .cs__icons-wrap, .cs_reverse .cs__item:nth-child(odd) .cs__icons-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .partners-grid {
    min-height: auto;
    padding: 20px 10px;
  }
  .partners-grid__item {
    margin: 0 10px 5px;
  }
  .sec-training-lead {
    margin-bottom: 80px;
  }
  .services-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .services-grid__item {
    width: -webkit-calc(50% - 3px);
    width: calc(50% - 3px);
    margin-bottom: 5px;
  }
  .services-grid__link {
    padding: 10px 30px;
  }
  .sec-our-services {
    padding-bottom: 40px;
  }
  .logos-grid__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .services-grid_tp5 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services-grid_tp5 .services-grid__item {
    margin-left: 2px;
    margin-right: 2px;
  }
  .page-title_tp5 {
    margin-bottom: 0;
  }
  .page-title_tp6, .page-title_tp6-1 {
    margin-bottom: 40px;
  }
  .serv-tp6 {
    margin: 0 -20px;
  }
  .serv-tp6__item {
    padding: 0 20px;
  }
  .sec-bnr-news__title {
    font-size: 42px;
  }
  .sec-bnr-news {
    margin-top: 0;
  }
  .cats {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .cats__item {
    padding: 10px 2px;
  }
  .sec-sn__content {
    width: 100%;
    padding-right: 0;
  }
  /* .sec-sn__sidebar {
    width: 100%;
    max-width: 386px;
    padding-top: 60px;
  }
  .sec-sn__text ul {
    padding-bottom: 40px;
  }
  .sec-sn__text ul li {
    padding-left: 30px;
    margin-bottom: 20px;
  } */
  .counter-block__item {
    width: 50%;
  }
  .sec-about-descr__text {
    width: 100%;
  }
  .sec-about-img__image {
    display: none;
  }
  .sec-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-about-descr {
    margin-top: 20px;
    padding-top: 0;
  }
  .sec-lead-contacts {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .lead-contacts__action {
    margin: 0 -10px;
  }
  .lead-contacts__item {
    padding: 10px;
  }
  .map {
    margin-top: 0;
  }
  .error-404__title {
    font-size: 120px;
  }
}

@media screen and (max-width: 768px) {
  .training-lead, .sp-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .training-lead__left, .sp-block__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .training-lead__right, .sp-block__right {
    width: 100%;
    padding-left: 0;
  }
  .sec-contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-form .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form .col-4, .contact-form .col-8 {
    width: 100%;
  }
  .contact-form .col-wrap {
    margin-bottom: 15px;
  }
  .contact-form__submit-btn {
    max-width: 280px;
    margin: 0 auto;
  }
  .contact-form__title {
    margin-bottom: 40px;
  }
  .sec-lead_tp6 {
    margin-bottom: 40px;
  }
  .page-title_tp6-1 {
    font-size: 44px;
  }
  .serv-tp6__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .sec-serv-tp6 {
    padding-bottom: 0;
  }
  .sec-bnr-news__title {
    font-size: 40px;
  }
  .news_archive-list .news__item {
    margin-bottom: 60px;
  }
  .contact-section-nav li {
    width: 100%;
  }
  .lead-contacts__action {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lead-contacts__item {
    width: 50%;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .lead-contacts__item:last-child {
    margin-bottom: 0;
  }

  .certificate-item {
    width: 50%; 
}
}

@media screen and (max-width: 667px) {
  .services {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services__item {
    width: 100%;
    margin-bottom: 80px;
  }
  .projects, .news {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .projects__item, .news__item {
    width: 100%;
  }
  .services-grid__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .serv-tp6__item {
    width: 100%;
  }
  .sec-news {
    padding-bottom: 40px;
  }
  .sec-bnr-news__link {
    padding: 52px 20px;
  }
  .sec-bnr-news__title {
    font-size: 36px;
  }
  .lead-contacts__item {
    width: 100%;
    max-width: 300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .lead-contacts__wrap {
    text-align: center;
  }
  .btn_lead-contacts {
    max-width: 280px;
    margin: 0 auto;
  }
  .contact-section-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-section-country {
    width: 100%;
  }
  .contact-section-body {
    width: 100%;
  }
  .contact-section-item__addr {
    text-align: center;
  }
  .contact-section-country-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-section-wrap {
    padding-top: 20px;
    margin: 0 auto;
  }
  .contact-section-country {
    margin-bottom: 20px;
  }
  .contact-section-nav li {
    width: 50%;
  }
  .contact-section-nav li a {
    font-size: 18px;
  }
  .contact-section-person {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
  .header__logo {
    position: absolute;
    z-index: 1000;
  }
  .header__right {
    width: 100%;
  }
  .btn_head-consultation {
    margin-right: 0;
  }
  .search-box {
    margin-top: 10px;
    margin-right: 12px;
  }
  .footer__content {
    padding: 40px 0;
  }
  .footer__row_top .footer__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-menu {
    max-width: 100%;
  }
  .footer__social {
    padding: 0;
  }
  .title-menu {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-menu li {
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__link {
    text-align: center;
  }
  .footer__address {
    text-align: center;
    margin-top: 0;
  }
  .footer__social {
    padding: 0;
  }
  .footer__row_logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-menu_row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu_row li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-title, .lead-btns__title {
    font-size: 38px;
    text-align: center;
  }
  .cs__title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .cs__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs__btn_more {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cs__btn {
    width: 100%;
    max-width: 280px;
  }
  .lead {
    padding: 35px 20px 40px;
  }
  .lead__title {
    font-size: 28px;
  }
  .lead-btns__title {
    font-size: 50px;
  }
  .lead-btns__img {
    width: 44px;
  }
  .btn_action {
    width: 100%;
    max-width: 280px;
  }
  .cs__item__ste .cs__title {
    margin-top: 0;
    text-align: center;
  }
  .training-lead__block-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .partners-grid__item {
    margin: 0 0 10px;
  }
  .training-lead__action, .btn_training-lead {
    width: 100%;
    margin: 0 auto;
  }
  .btn_training-lead {
    max-width: 280px;
  }
  .training-lead__block-wrap {
    padding: 37px 20px 45px;
  }
  .sec-logos {
    margin-bottom: 30px;
  }
  .logos-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logos-grid__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sec-cp {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sp-block__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .sp-block__block-wrap {
    padding: 33px 20px 40px;
  }
  .sp-block__cat {
    margin-bottom: 20px;
  }
  .contact-form__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .contact-form__content {
    margin: 0 -15px;
  }
  .services-grid_tp5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services-grid_tp5 .services-grid__item {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .services-grid__md-title {
    margin: 18px auto 0;
  }
  .sec-bnr-news__title {
    font-size: 28px;
  }
  .cats__link {
    padding: 0 10px;
  }
  .pagination .page-numbers {
    margin: 0 3px 8px;
    display: inline-block;
  }
  .sec-sn__title {
    font-size: 25px;
  }
  .sec-about-descr__text {
    text-align: justify;
  }
  .spincrement {
    font-size: 60px;
  }
  .spin-em {
    font-size: 40px;
  }
  .target {
    padding: 40px 5px 0;
  }
  .target__title {
    text-align: center;
  }
  .target__description {
    text-align: center;
    font-size: 20px;
    padding-right: 0;
    padding: 0 10px;
  }
  .target__coma-text {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }
  .sec-counter__title {
    margin-bottom: 40px;
  }
  .counter-block__item {
    width: 100%;
  }
  .target__title {
    font-size: 36px;
  }
  .contact-section-nav li {
    margin-bottom: 10px;
  }
  .contact-section-nav li a {
    font-size: 15px;
  }
}

/*27.04.2023*/
.training-lead__50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.training-lead__50:first-child {
  padding-right: 9px;
}

.training-lead__50:last-child {
  padding-left: 9px;
}

@media screen and (max-width: 768px) {
  .training-lead__50 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.header__top .main-container{
  padding: 0 40px !important;
}

@media screen and (max-width: 1420px){
  .header__top .main-container{
    padding: 0 60px !important;
  } 
}

@media screen and (max-width: 1280px){
  .header__top .main-container{
    padding: 0 40px !important;
  }   
}

@media screen and (max-width: 850px){
  .site-header .header__logo-img {
      margin-top: 14px !important;
      
  }
}

@media screen and (max-width: 480px){
  .header__top .main-container{
    padding: 0 20px !important;
  } 
}

.header__menu{
  padding-right: 22px !important;
}

.search-box{
  margin-left: 44px !important;
}

.lang_menu{
  margin-left: 44px !important;
}
@media screen and (max-width: 850px){
  .header__menu {
      padding-right: 0px !important;
  }
}


/*04.05.2023*/
.news__item-link:hover h3.news__title{
  color: #0190AB;
  transition: 0.3s;
}

.logos-grid .logos-grid__item:hover img{
  opacity: 0.8;
  transition: 0.3s;
}

.services-grid_tp5 .services-grid__item:hover img{
  opacity: 0.8;
  transition: 0.3s;
}

.lang_menu .pll-switcher-select{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #0190AB;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background: #fff;
  /* color: #FFFFFF; */
  padding: 10px 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

/* .lang_menu .pll-switcher-select:active, .lang_menu .pll-switcher-select:focus{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
} */

.lang_menu .pll-switcher-select option {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #0190AB;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background: #fff;
  /* color: #FFFFFF; */
  padding: 10px 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.bottom-mobile-menu {
    display: flex;
    position: absolute;
    width: 100%;
    top: -65px;
    text-align: center;
}

a.btn.btn_mobile-lang {
    margin: 0px 19px;
}

.footer__col.col-9 {
    min-width: 75%;
}

.footer__col.col-3 {
    min-width: 25%;
    align-items: center;
}

.btn_serv-tp6-more{
  margin-right: 15px;
}

.site{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 1000; 
}


/* Certificates section-About Us page */

.certificates-section {
  padding: 20px;
  background-color: #f9f9f9;
}

.certificates-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.certificate {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.certificate img {
  max-width: 100%;
  height: auto;
}

.certificate h3 {
  margin: 10px 0;
}

.certificate p {
  font-size: 14px;
}

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

.certificate a:hover {
  color: #0073aa;
}

/* 27.11.24
Webinar Page */

.sec-sn__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .sec-sn__wrap {
      grid-template-columns: 2fr 1fr; 
  }
}

/* Styles CF Webinar */

.custom-two-column-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.custom-form-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.custom-form-column {
  width: 100%;
}

div input[type="text"],
div input[type="email"],
div input[type="tel"],
div select,
div textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #1B91AE;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: #eff1f5;
  color: #003857;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}


div.custom-form-column.custom-checkbox-column p{
  color: #5F5F5F;
  font-size: 14px;
}
div.custom-form-column.custom-checkbox-column p a {
  text-decoration: none;
  color: #5F5F5F;
  font-size: 14px;
}

.custom-checkbox-submit-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.custom-checkbox-column {
font-size: 16px;
color: #5F5F5F;
  width: 100%;
  text-align: center;
}

.custom-submit-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.custom-submit-column input[type="submit"] {
  width: 200px;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
  background: linear-gradient(to right, #1B91AE, #23D5E0);
  color: #eff1f5;
  font-size: 18px;
  padding: 15px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.custom-submit-column input[type="submit"]:hover {
  transform: translateY(-5px);
}

.custom-form-column div input[type="text"], div input[type="email"], div input[type="tel"], div select, div textarea{
  margin-bottom: 0px;
}


.sec-sn__sidebar {
  padding-top: 30px;
}

.widget-title{
  text-align: center;
  color: #1B91AE;
}

/* Single_Spekers' Block */
.speakers-section {
    margin: 50px 0;
    text-align: center;
}

.speakers-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.speaker-card {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.speaker-card:hover {
    transform: translateY(-5px);
}

.speaker-photo {
    flex-shrink: 0;
}

.speaker-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.speaker-info {
    flex: 1;
    font-size: 12px;
}

.speaker-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.speaker-position {
    color: #666;
    margin-bottom: 3px;
}

.speaker-company {
    color: #999;
}

@media (min-width: 768px) {
    .speakers-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .speaker-card {
        max-width: 200px;
        text-align: left;
    }
}


/* thank-you-page */

.thank-you-container {
  text-align: center;
  padding: 20px;
}

.thank-you-container .icon {
  font-size: 40px; 
  margin-bottom: 15px;
}

.thank-you-container h1 {
  font-size: 32px; 
  color: #222;
  margin-bottom: 10px;
}

.thank-you-container p {
  font-size: 16px;
  color: #555;
  margin: 10px 0 20px;
}

.thank-you-container .thank-you-mail a {
  color: #0190AB;
}

@media (min-width: 768px) {
  .thank-you-container {
    padding: 40px;
  }

  .thank-you-container h1 {
    font-size: 40px;
  }

  .thank-you-container p {
    font-size: 18px;
  }
}


@media (min-width: 1024px) {
  .thank-you-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
  }

  .thank-you-container .icon {
    font-size: 50px;
  }

  .thank-you-container h1 {
    font-size: 48px;
  }

  .thank-you-container p {
    font-size: 20px;
  }
}

.page-id-1898 #menu-item-1990 > ul {
    display: none !important;
}


@media (max-width:1024px) {
  .mm-panel.mm-panel_opened > ul.sub-menu.mm-listview {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/*Map display none*/

#mm-0 > div.content-area > section.contact-section > div > div > div > div.contact-section-country > ul > li:nth-child(1){
    display: none;
}
#ukraine{
    display: none; 
}

/*main page vendor img temp change */

#mm-0 > div.content-area > section.sec-cs > div > div > div > div:nth-child(3) > div.cs__text-wrap > h2{
margin-top: 100px;
}

#mm-0 > div.content-area > section.sec-cs > div > div > div > div:nth-child(4) > div.cs__text-wrap > h2{
margin-top: 100px; 
}

#mm-0 > div.content-area > section.sec-cs > div > div > div > div:nth-child(5) > div.cs__text-wrap > h2{
margin-top: 100px;  
}
