@font-face {
  font-family: "Arial Narrow";
  font-weight: normal;
  font-style: normal;
  src: url("/public/fonts/ArialNarrow/ArialNarrow.eot");
  src: url("/public/fonts/ArialNarrow/ArialNarrow.eot?#iefix") format("embedded-opentype"), url("/public/fonts/ArialNarrow/ArialNarrow.woff") format("woff"), url("/public/fonts/ArialNarrow/ArialNarrow.ttf") format("truetype");
}

.family {
   font-family:Roboto, Helvetica, sans-serif, sans-serif !important;
}

.Roboto {
   font-family:Roboto, Helvetica, sans-serif, sans-serif !important;
}

.ffps_arial {
    font-family:Arial, Helvetica, sans-serif, sans-serif;
    }

.Opensans__Regular {
    font-family: opensans_regular, Arial, Helvetica, sans-serif;
    }

.fsErata_Regular {
    font-family:'FontSiteErataRegular', Arial, Helvetica, sans-serif;
    }

.Source_Sans_Pro {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    }

.Source_dorrbitt {
    font-family: 'dorrbitt', Arial, Helvetica, sans-serif;
    }

.HeliosCondRegular {
    font-family: 'HeliosCondRegular', Arial, Helvetica, sans-serif;
    }

.FontGravurCondensed {
    font-family: 'FontGravurCondensed', Arial, Helvetica, sans-serif;
    }

.FontMaterialIcons {
    font-family: 'FontMaterialIcons', Arial, Helvetica, sans-serif;
    }

.FontAwesome {
    font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
    }

.DMSans {
    font-family: 'DM Sans', sans-serif;
    }

.PTSans {
    font-family: 'PT Sans', sans-serif;
    }

.PTSansNarrow {
    font-family: 'PT Sans Narrow', sans-serif;
    }

.ArialNarrow {
    font-family: 'Arial Narrow', sans-serif;
    }

.inherit {
    font-family: inherit, sans-serif;
    }

.PF_Din_Text_Cond_Pro {
    font-family: PF Din Text Cond Pro, 'Open Sans', Helvetica Neue, sans-serif !important;
  }




.fsize {
   font-size:14px;
}

.contact-left .contact-block .article-subitem ul {
  list-style: disc;
  padding-left: 20px;
}

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

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

*::-webkit-input-placeholder {
  color: rgba(72, 68, 62, 0.76);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(72, 68, 62, 0.76);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(72, 68, 62, 0.76);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(72, 68, 62, 0.76);
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: rgba(72, 68, 62, 0.76);
}

body input:required:valid,
body textarea:required:valid {
  color: rgba(72, 68, 62, 0.76);
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-size: 16px;
  min-width: 320px;
  line-height: normal;
  overflow-x: hidden;
  padding-top: 11vh;
}

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

.btn {
  outline: none;
}

.nowrap {
  white-space: nowrap;
}

.my-container {
  padding: 0 20px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.my-container_bg {
  max-width: 1200px;
}

.menu {
  background: #252526;
  position: relative;
  z-index: 2;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.menu-droplist {
  position: absolute;
  background: #252526;
  top: 100%;
  left: -30px;
  padding: 5px 30px 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.menu-droplist:hover {
  opacity: 1;
  pointer-events: auto;
}

.menu-droplist_custom {
  font-size: 0;
  min-width: 290px;
}

.menu-droplist_custom .menu-dropitem {
  display: inline-block;
  width: 50%;
}

.menu-dropitem {
  padding: 10px 0;
  cursor: auto;
}

.menu-item {
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

.menu-item:hover .menu-droplist {
  opacity: 1;
  pointer-events: auto;
}

.menu-item:hover .far {
  color: #bbbbbc;
}

.menu-item .far {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  color: #ffffff;
  margin-left: 5px;
}

.menu-item-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.menu-item-link:hover {
  color: #bbbbbc;
}

.main-title {
  min-height: 260px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding: 100px 0;
  justify-content: flex-start;
  background: url(../img/title.png) no-repeat center;
  background-size: cover;
}

.main-title_article {
  background: url(../img/title2.jpg) no-repeat center;
  background-size: cover;
}

.main-title_contacts {
  background: url(../img/title3.jpg) no-repeat center;
  background-size: cover;
}

.main-title_countries {
  background: url(../img/title4.jpg) no-repeat center;
  background-size: cover;
}

.main-title_publication {
  background: url(../img/title5.jpg) no-repeat center;
  background-size: cover;
}

.main-title_item {
  background: url(../img/title6.jpg) no-repeat center;
  background-size: cover;
}

.main-title-title {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.75px;
  max-width: 450px;
  margin: 0;
}

.main-path {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 146, 135, 0.9);
  padding: 15px 0;
}

.main-path-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-path-item {
  line-height: 1;
  padding-right: 10px;
  margin: 5px 10px 5px 0;
  border-right: 1px solid #ffffff;
  text-decoration: none;
}

.main-path-item:last-child {
  border: none;
  text-decoration: none;
}

.main-path-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.37px;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.main-path-link:hover {
  color: #bbbbbc;
  text-decoration: none;
}

.section {
  padding: 50px 0 60px;
}

.section_bg {
  background: rgba(241, 242, 246, 0.7);
}

.text {
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: "Arial Narrow", inherit;
}

.text_bold {
  font-weight: bold;
}

.text_italic {
  font-style: italic;
}

.subtitle {
  color: #222222;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
  font-weight: bold;
}

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

.about-left {
  width: 725px;
  position: relative;
  text-align: justify;
}

.about-right {
  width: 312px;
  margin-right: -30px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-title {
  color: #222222;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding-right: 130px;
  margin-bottom: 35px;
  font-weight: bold;
}

.about-title_sm {
  margin-bottom: 20px;
}

.about-text {
  text-align: justify;
  margin-bottom: 20px;
}

.about-link {
  color: #ffffff!important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  text-decoration: none;
  background: #3fc0ea url(../img/load.png) no-repeat left 60px center;
  width: 350px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  margin-top: 20px;
  padding-left: 25px;
}

.about-link_company {
  max-width: 100%;
  margin-bottom: 20px;
}

.about-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.about-years {
  width: 312px;
  height: 312px;
  background: #f1f2f6;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
}

.about-years-number {
  color: #01867c;
  letter-spacing: -13px;
  font-size: 130px;
  font-weight: 600;
}

.about-years-text {
  color: #01867c;
  font-size: 72px;
  letter-spacing: -0.72px;
  line-height: 0;
  padding-left: 20px;
}

.advantages-list {
  margin: -25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages-item {
  width: 240px;
  text-align: center;
  padding: 80px 10px 0;
  background: url(../img/ok.png) no-repeat top center;
  line-height: 1.45;
  margin-top: 55px;
}

.people-slider {
  width: calc(100% + 40px);
  margin: 45px 0 75px -20px;
}

.people-slider-item {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  margin: 0 20px;
  outline: none;
  font-family: "Arial Narrow";
}

.people-slider-name {
  margin: 15px 0 5px;
  color: #009287;
}

.people-slider-job {
  line-height: 1.1;
  margin-bottom: 5px;
}

.people-slider-loc {
  color: #999797;
}

.people-slider .slick-next,
.people-slider .slick-prev {
  width: 16px;
  height: 51px;
  top: 35%;
}

.people-slider .slick-next:before,
.people-slider .slick-prev:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url(/public/img/arrow.svg) no-repeat center;
}

.people-slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.people-client {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid #c1c0bf;
}

.client-slider {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 30px;
}

.client-slider-item {
  outline: none;
}

.client-slider .slick-next,
.client-slider .slick-prev {
  width: 16px;
  height: 51px;
}

.client-slider .slick-next {
  right: -15px;
}

.client-slider .slick-prev {
  left: -15px;
}

.client-slider .slick-next:before,
.client-slider .slick-prev:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(/public/img/arrow.svg) no-repeat center;
}

.client-slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.client-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 166px;
}

.office-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office-all {
  color: #222222;
  font-size: 18px;
  text-decoration: underline;
  letter-spacing: 0.45px;
}

.office-all:hover {
  text-decoration: none;
  color: #222222;
}

.office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30px 0 0;
}

.office-item {
  margin-right: 150px;
  font-family: "Arial Narrow";
}

.office-item:last-child {
  margin-right: 0;
}

.office-title {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c1c0bf;
}

.office-text {
  margin: 0;
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 1.3;
  display: block;
}

.office-row {
  margin-bottom: 7px;
}

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

.office-link {
  display: inline-block;
}

.office-link:hover {
  color: #222222;
}

.footer {
  background: #252526;
  padding: 50px 0 60px;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left {
  width: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-home {
  display: inline-block;
}

.footer-first {
  width: 200px;
}

.footer-second {
  width: 310px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.footer-item {
  width: 35%;
  margin: 10px 0;
}

.footer-link {
  color: #bbbbbc;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.ft-data {
  text-align:right;
  width:200px;
  font-weight:normal;
  font-size:14px;
  color:#bbb!important;
}

.footer-text {
  color: #bbbbbc;
  font-size: 18px;
  text-align: right;
  line-height: 1.16;
  margin-bottom: 10px;
}

.footer-text_sm {
  max-width: 220px;
  color:#888 !important
}

.footer-right {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 15px;
}

.footer-right-link {
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.footer-right-link:hover {
  color: #ffffff;
}

.footer-right p {
  /*color:#696969 !important;*/
}

.social-list {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-link {
  font-size: 28px;
  color: #bbbbbc;
  margin-right: 20px;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.social-link:hover {
  color: #ffffff;
}

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

.contact-left {
  width: 725px;
}

.contact-block {
  border: 1px solid rgba(132, 130, 127, 0.5);
  padding: 20px 40px;
}

.contact-block_marg {
  margin-top: 20px;
}

.contact-relative {
  position: relative;
}

.contact-relative p {
    text-align:justify;
    color: #222222;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    /* font-family: "Arial Narrow"; */
    }

.contact-relative p mark {
  text-transform: uppercase;
  color:#333;
  font-weight:bolder;
  background:none;
}

.PF_Din_Text_Cond_Pro p {
  text-align:justify;
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: PF Din Text Cond Pro, 'Open Sans', Helvetica Neue, sans-serif !important;
}

.PF_Din_Text_Cond_Pro ul {
    list-style: disc;
    padding-left: 30px;
    margin:10px 0 10px 0
}

.PF_Din_Text_Cond_Pro ul li {
    text-align:justify;
    color: #222;
    letter-spacing: 0.5px;
  line-height: 1.2;
    font-size: 15px;
    padding:5px 0;
}

.PF_Din_Text_Cond_Pro ol {
  margin:0 0 0 40px;
  padding:0;
  list-style-type:none !important;
}

.PF_Din_Text_Cond_Pro ol li {
  padding:2px 0;
}

.number1 {
  position:absolute;
  z-index:1;
  margin:-5px 0 0 -40px;
  width:30px;
  height:30px;
  background:url('../img/number1.jpg') no-repeat;
}

.number2 {
  position:absolute;
  z-index:1;
  margin:-5px 0 0 -40px;
  width:30px;
  height:30px;
  background:url('../img/number2.jpg') no-repeat;
}


.contact-relative .data-new {
    padding:5px 0;
    text-align:justify;
    color:#696969;
    font-size:15px;
    }

.contact-relative .fsize {
  font-size:15px !important;
}

.contact-relative .data-new mark {
  text-transform: uppercase;
  color:#696969;
  font-weight:bolder;
  background:none;
}

.data-new-h {
border-bottom:2px solid #eee;
color: #444;
font-size: 22px;
padding: 2px 0px;
margin:8px 0;
background: #fff;
text-transform: uppercase;
font-weight: bolder;
}

.data-new-h3 {
border-bottom:2px solid #eee;
color: #444;
font-size: 22px;
padding: 2px 0px;
margin:8px 0;
background: #fff;
text-transform: uppercase;
font-weight: bolder;
}

.data-new-ul ul {
    list-style: disc;
    padding-left: 30px;
    margin:10px 0 10px 0
}

.data-new-ul ul li {
    text-align:justify;
    color: #696969;
    font-size: 15px;
    padding:5px 0;
}

.contact-relative ol {
  margin:0 0 0 40px;
  padding:0;
}

.contact-relative h2 {
  color: #444;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin:20px 0 20px 0;
  padding:0px 0 5px 0;
  border-bottom:2px solid #eee
}

.contact-relative h3 {
  color: #444;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin:20px 0 10px 0;
}

.contact-relative h4 {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin:20px 0 10px 0;
}

.contact-right {
  width: 418px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-list-column {
  width: calc(50% - 10px);
}

.contact-item {
  background: #f4f4f4;
  position: relative;
  padding: 11px 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.contact-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-item-text {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  margin: 0 0 0 20px;
}

.contact-item-arrow {
  position: absolute;
  right: 20px;
  top: 16px;
}

.contact-drop {
  background: #f4f4f4;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 0 10px;
  display: none;
  z-index: 2;
  margin-top: 10px;
}

.contact-drop-text {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}

.contact-drop-text:first-child {
  border-top: 1px solid #c1c0bf;
  padding-top: 10px;
}

.contact-drop-text:hover {
  text-decoration: none;
  color: #222222;
}

.contact-form {
  font-size: 0;
}

.contact-form-link {
  color: #82807c;
  font-size: 16px;
  margin-left: 20px;
}

.contact-form-link:hover {
  color: #82807c;
}

.contact-form_reg {
  max-width: 340px;
  margin: 25px auto 0;
}

.contact-form-title {
  color: #222222;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  /*text-align: center;*/
  margin-bottom: 20px;
  font-weight: bold;
}

.contact-form-textarea {
  width: 100%;
  height: 140px;
  padding: 15px 20px;
  border: 1px solid rgba(53, 76, 88, 0.29);
  font-size: 15px;
  outline: none;
  resize: none;
}

.contact-form-textarea:focus {
  border-color: #77bee8;
}

.contact-form-input {
  border: 1px solid rgba(53, 76, 88, 0.29);
  width: 100%;
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 20px;
  outline: none;
}

.contact-form-input:focus {
  border-color: #77bee8;
}

.contact-form-label {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0 10px;
}

.contact-right .countries-text {
  font-size: 18px;
}

.contact-form-check {
  width: 17px;
  height: 17px;
  background: #ffffff;
  border: 1px solid rgba(53, 76, 88, 0.29);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 6px 10px 0 0;
  outline: none;
}

.contact-form-description {
  color: rgba(72, 68, 62, 0.75);
  line-height: normal;
  font-size: 14px;
}

.contact-form-btn {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #3fc0ea;
  border-radius: 0;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 10px 0 20px;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.contact-form-btn_white {
  background: #ffffff;
  color: #3fc0ea;
  border: 1px solid rgba(63, 192, 234, 0.5);
  margin: 10px 0;
}

.contact-form-btn_reg {
  margin-bottom: 0;
  max-width: 200px;
}

.contact-form-btn:hover {
  text-decoration: underline;
}

.countries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.countries-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(33% - 12px);
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  padding: 11px 20px;
  margin-bottom: 20px;
}

.countries-item:nth-child(3n+2) {
  margin: 0 21px;
}

.expert-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}

.expert-item {
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
}

.expert-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.expert-item:hover:before {
  background: transparent;
}

.expert-text {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.45px;
  background: rgba(0, 117, 105, 0.7);
  padding: 15px 55px 15px 20px;
  line-height: 1.1;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 2;
}

.expert-text .far {
  font-size: 28px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.expert-link {
  color: #48443e;
  font-size: 18px;
  text-decoration: underline;
  margin: 25px 0 15px;
  display: inline-block;
}

.expert-link:hover {
  color: #48443e;
  text-decoration: none;
}

.company-item {
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.45px;
  padding: 10px 0 10px 55px;
  background: url(../img/ok.png) no-repeat left center;
  background-size: 35px;
}

.company-list {
  margin-bottom: 5px;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: auto;
}

.video-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.video-popup-container {
  width: 850px;
  height: 70vh;
  margin: 20px 10px;
}

.video-popup-container iframe {
  width: 100%;
  height: 100%;
}

.article-title {
  color: #1090bd;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  max-width: 465px;
  margin-top: 15px;
}

.article-list {
  border-top: 1px solid #3fc0ea;
  margin-top: 30px;
  padding-top: 25px;
}

.article-item {
  margin-bottom: 10px;
}

.article-item-link {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-color: #3fc0ea;
  text-decoration-color: #3fc0ea;
}

.article-item-link:hover {
  text-decoration: none;
  color: #222222;
}

.article-sublist {
  margin: 0;
}

.article-subitem {
  border-top: 1px solid #3fc0ea;
  margin-top: 30px;
  padding-top: 25px;
}

.article-subitem .text_bold {
  margin-bottom: 10px;
  display: inline-block;
}

.article-subitem-img {
  float: right;
  margin: 10px 0 10px 10px;
}

.article-text {
  margin-bottom: 10px;
}

.article-table {
  margin-top: 20px;
}

.article-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(53, 76, 88, 0.29);
  border-bottom: none;
}

.article-table-row:last-child {
  border-bottom: 1px solid rgba(53, 76, 88, 0.29);
}

.article-table-left {
  width: 155px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  color: #48443e;
  font-size: 18px;
  letter-spacing: 0.45px;
  padding: 12px 20px;
  border-right: 1px solid rgba(53, 76, 88, 0.29);
}

.article-table-right {
  width: 100%;
  margin: 0;
  color: #48443e;
  font-size: 18px;
  letter-spacing: 0.45px;
  padding: 12px 20px;
}

.article-counter-list {
  counter-reset: article-counter-item;
}

.article-counter-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.article-counter-item:before {
  counter-increment: article-counter-item;
  content: counter(article-counter-item) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.publication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.publication-item {
  margin-right: 27px;
  position: relative;
}

.publication-item-link {
  color: #3fc0ea;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}

.publication-item-link.active {
  color: #0056b3;
  text-decoration: underline;
}

.publication-item-number {
  font-size: 14px;
  position: absolute;
  top: -5px;
  right: -35px;
  width: 30px;
}

.publication-date {
  font-size: 15px;
  color: rgba(34, 34, 34, 0.7);
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}

.publication-title {
  font-size: 15px;
  line-height: 1.25;
}

.publication-title-data {
  font-size: 20px;
  font-weight:normal;
  font-weight:bolder;
}

.publication-text {
  font-size: 15px;
  line-height: 1.25;
}

.searchpage__form input {
  width: 100%;
  font-size: 17px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.publication-block {
  padding: 20px 0 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #3fc0ea;
  display: inline-block;
}

.publication-link {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #222222;
}

.publication-link:hover {
  text-decoration: none;
}

.publication-more {
  text-transform: uppercase;
}

.item-title {
  color: #11c5ff;
  margin-bottom: 50px;
  font-size: 24px;
  padding-right: 50px;
}

.item-subtitle {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.item-block {
  border-bottom: 1px solid rgba(63, 192, 234, 0.5);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.item-list {
  margin: 20px 0 0;
  padding-left: 20px;
}

.item-list_other {
  padding-left: 0;
  margin-top: 15px;
}

.item-item {
  margin-bottom: 30px;
  list-style: square;
}

.item-item_nomarg {
  margin-bottom: 0;
}

.item-item-text {
  margin-bottom: 0;
}

.item-item_other {
  list-style: none;
  margin-bottom: 3px;
}

.item-item_other:last-child {
  margin-bottom: 0;
}

.item-item-link {
  font-size: 18px;
  letter-spacing: 0.45px;
  text-decoration: underline;
  color: #222222;
}

.item-item-link:hover {
  color: #3fc0ea;
}

.item-more {
  color: #3fc0ea;
  font-size: 18px;
  letter-spacing: 0.45px;
  margin-top: 20px;
  display: inline-block;
}

.item-more .far {
  margin-left: 10px;
}

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

.item-other {
  color: #222222;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 40px 0 0;
}

.item-other-more {
  color: #3fc0ea;
  font-size: 18px;
  letter-spacing: 0.45px;
  margin-top: 20px;
  display: inline-block;
}

.item-other-more:hover {
  text-decoration: underline;
}

.item-other-more .far {
  margin-left: 10px;
}

.change-height {
  overflow: hidden;
}

.expert .subtitle {
  color: #1090bd;
}

.question {
  padding-bottom: 30px;
}

.question-subtitle {
  color: #1090bd;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #f4f4f4;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

.question-block {
  background: #f4f4f4;
  margin-top: 10px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.question-btn {
  cursor: pointer;
  padding: 13px 20px;
}

.question-btn .far {
  color: #1090bd;
  margin-left: 10px;
}

.question-btn.active {
  font-weight: 600;
}

.question-btn.active .far {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.question-slide {
  padding: 20px;
  display: none;
  font-size: 16px;
}

.services-block {
  background-color: #f4f4f4;
  margin-bottom: 20px;
}

.services-text {
  height: 50px;
  line-height: 50px;
  margin: 0;
}

.publication .contact-relative ul {
  list-style: disc;
  padding-left: 20px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.services-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: uppercase;
}

.services-link:hover {
  text-decoration: underline;
  color: #48443e;
}

.services-link:hover .services-left {
  background: #3fc0ea;
}

.services-link:hover .services-line {
  background: #b1e1f1;
}

.services-left {
  width: 50px;
  background: #009287;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.services-line {
  width: 15px;
  height: 15px;
  background: #71bfb9;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.services-line_first {
  -webkit-transform: skew(25deg);
  -ms-transform: skew(25deg);
  transform: skew(25deg);
  position: absolute;
  top: 10px;
  left: 17px;
}

.services-line_second {
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  position: absolute;
  top: 25px;
  left: 17px;
}

.services-text {
  font-size: 18px;
}

.services-title {
  margin-bottom: 30px;
}

.registration {
  width: 100%;
  max-width: 860px;
  border: 1px solid rgba(63, 192, 234, 0.5);
  padding: 45px 50px 30px;
  margin: 30px auto;
}

.registration-title {
  color: #222222;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.55px;
}

.registration-description {
  color: #222222;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0;
  letter-spacing: 0.9px;
}

.registration-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.registration-lang .lang {
  float: none;
  margin-left: 15px;
  margin-top: 2px;
}

.registration-lang .lang__current {
  color: #222222;
}

.registration-lang .lang__current:hover {
  color: #3fc0ea;
}

.registration-lang-text {
  color: #82807c;
  font-size: 18px;
  margin: 0;
}

.registration-lang .lang__list {
  display: none;
}

.registration-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: auto;
}

.registration-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.registration-popup-container {
  width: 440px;
  padding: 40px;
  margin: 240px 0 40px;
  background: #ffffff;
  text-align: center;
}

.registration-popup-title {
  font-size: 24px;
}

.registration-popup-text {
  font-size: 18px;
  max-width: 290px;
  margin: 0 auto;
}

.mail-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: auto;
}

.mail-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.mail-popup-container {
  position: relative;
  max-width: 340px;
  background: #ffffff;
  padding: 20px;
  margin: 40px 10px;
}

.mail-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.open-form-btn.show1160 {
  display: none;
}

.eye-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0;
}

.eye-text {
  font-size: 16px;
  margin-right: 5px;
}

.eye-img {
  width: 20px;
}

.contact-form-fixed {
  background: #ffffff;
}

.article {
  position: relative;
}

.main-relative {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.b-sidebar,
.b-loader {
  display: none !important;
}

.side-menu-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-left: 6vh;
}

.slide-social {
  padding-bottom: 30px;
}

.slide-social-mail {
  font-size: 1.85vh !important;
}
.slide-social-mail.footer-text {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px!important;
  text-transform: uppercase;
  position: relative;
}
.slide-social-mail.footer-text:before {
  width: 100%;
  height: 1px;
  background: #00BFFF;
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  transition: background-color .5s ease;
}
.slide-social-mail.footer-text:hover {
  text-decoration: none;
}
.slide-social-mail.footer-text:hover:before {
  background-color: #fff;
}
.slide-social-mail.footer-text:hover {
  color: #ffffff;
}
.slide-icons .social-link {
  font-size: 2.67vh !important;
}

.contact-item-img {
  width: 37px;
}

.footer-ancor {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #3fc0ea;
  text-decoration: none;
  color: #3fc0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  background: #ffffff;
}

.footer-ancor.active {
  pointer-events: auto;
  opacity: 1;
}

.footer-ancor:hover {
  text-decoration: none;
  color: #3fc0ea;
}

.footer-ancor .far {
  font-size: 20px;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.logo_fixed {
  position: absolute;
  left: 50%;
  top: 35px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-form-link {
  display: inline-block;
  margin-bottom: 10px;
}

.slide-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.slide-lang-link {
  font-size: 2.45vh !important;
  margin-right: 10px;
}

.slide-lang-link.active {
  text-decoration: underline;
}

.footer_main__manu,
.footer_main__manu nav {
  height: 100%;
}

.b-main .main-header-left .main_menu__icon {
  background: url(/public/img/menu.svg) no-repeat center;
  background-size: contain;
}

.main_menu__icon {
  background: url(/public/img/menu2.svg) no-repeat center;
  background-size: contain;
}

.b-main .main_menu.active .main_menu__icon {
  background: url(/public/img/cross.svg) no-repeat center;
  background-size: contain;
}

.main_menu.active .main_menu__icon {
  background: url(/public/img/cross2.svg) no-repeat center;
  background-size: contain;
}

.sign-in {
  width: 14px;
  margin-left: 5px;
}

.b-main header.main_header .sign-in {
  width: 2vh;
  margin-left: 10px;
}

.cabinet .sign-in {
  width: 23px;
}

.b-main header.main_header .sign-in path {
  fill: #ffffff;
}

.video-popup-container {
  position: relative;
}

.video-popup-close {
  width: 20px;
  height: 20px;
  background: url(/public/img/close.svg) no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.contact-relative a {
  color: rgb(33, 37, 41);
  text-decoration: underline;
}

.contact-relative .publication-block a {
  text-decoration: none;
}

.contact-relative .publication-block a .publication-title.text.text_bold {
  text-decoration: underline;
}

.contact-block a:hover,
.contact-relative .publication-block a:hover .publication-title.text.text_bold {
  color: rgb(33, 37, 41);
  text-decoration: none;
}

.client-slider-item img {
  max-height: 130px;
}

.footer-link-whatsapp {
  font-size: 14px;
  width: 160px;
  display: block;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 16px;
}

.header_search__input input {
  padding-left: 20px;
  outline: none;
}

.text-link {
  text-align: left;
  margin-bottom: 0.5rem!important;
}

.text-link a {
  color: #222222;
  text-decoration: underline;
}

.social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  position: absolute;
  top: 0;
  right: 0
}

.sharing-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff!important;
  margin-left: 10px;
  font-size: 12px;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
  text-decoration: none!important;
}

.sharing-link:hover {
  color: #ffffff!important;
  text-decoration: none;
}

.sharing-link_fb {
  background: #4267b2;
}

.sharing-link_fb:hover {
  background: #2a4bb2;
}

.sharing-link_ms {
  background: #0084ff;
}

.sharing-link_ms:hover {
  background: #0050ff;
}

.sharing-link_wp {
  background: #00E676;
}

.sharing-link_wp:hover {
  background: #0de692;
}

.sharing-link_vb {
  background: #574e92;
}

.sharing-link_vb:hover {
  background: #464092;
}

.publication-list {
  list-style: none!important;
  padding-left: 0!important;
}

.title-with-hr {
  color: #1090bd;
  border-bottom: 1px solid #1090bd;
  padding-bottom: 35px;
}

.lang__list a span:first-child {
  padding-right: 10px;
}
p, li {
  font-size: 18px
}


.article-subitem p, .publication-text {
  font-size: 17px!important;
}
.question-btn-number {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  background: orange;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
}
.header_contacts__dropdown a span:first-child {
  padding-right: 10px;
}
.header_search__input {
  border: 1px solid #000000;
}
@media only screen and (max-width: 1300px) {
  .b-main .logo {
    width: 180px !important;
  }
  .slide-social-mail {
    font-size: 20px !important;
  }
  .slide .letter .slide_h1 {
    font-size: 180px;
  }
  .slide .letter .slide_h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1160px) {
  .social-sharing {
    position: static;
    margin-bottom: 20px;
  }
  .sharing-link {
    width: 35px;
    height: 35px;
  }
  .sharing-link {
    margin-left: 0;
    margin-right: 10px;
  }
  .company {
    display: none;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 240px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .my-container {
    padding: 0 40px;
  }
  .section {
    padding: 40px 0;
  }
  .contact-block {
    padding: 20px;
    margin-top: 0;
  }
  .expert-link {
    margin-bottom: 0;
  }
  .contact-form-btn {
    margin-bottom: 0;
  }
  .show1160 {
    display: block;
  }
  .people-slider .slick-next {
    right: -10px;
  }
  .people-slider .slick-prev {
    left: -10px;
  }
  .client-slider .slick-prev {
    left: -10px;
  }
  .client-slider .slick-next {
    right: -10px;
  }
  .advantages-item {
    width: 25%;
  }
  .people-slider-item {
    text-align: center;
  }
  .people-slider-img {
    margin: 0 auto;
  }
  .people-slider {
    width: 100%;
    margin: 20px 0;
  }
  .client-slider {
    width: 100%;
    margin: 20px 0;
  }
  .advantages-item {
    background-size: 30px;
    padding-top: 55px;
  }
  .registration-container {
    padding: 0 40px;
  }
  .countries-item {
    width: calc(50% - 10px);
    margin: 0 0 20px !important;
  }
  .countries-item:nth-child(even) {
    margin-left: 20px!important;
  }
  .main-title-title,
  .main-path-list {
    padding-left: 20px;
  }
  .about-title {
    padding-right: 50px;
  }
  .countries-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 910px) {
  body {
    padding: 0;
  }
  .footer-link-whatsapp {
    font-size: 12px;
    width: 140px;
  }
  .lang__list a {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
  }
  .lang__list a:last-child {
    border-bottom: none;
  }
  .mobile_header__wrapper>div {
    position: relative;
  }
  .dropdown_menu {
    left: 10px
  }
  .header_search__input {
    top: 40px!important
  }
  .countries-item:nth-child(even) {
    margin-left: 0!important;
  }
  .main-title {
    padding: 0;
  }
  .menu {
    display: none;
  }
  .registration {
    border: none;
    margin: 0 auto;
  }
  .footer-ancor {
    right: 10px;
    bottom: 10px;
  }
  .logo_fixed {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px !important;
  }
  .section {
    padding: 30px 0;
  }
  .about-right {
    display: none;
  }
  .about-left {
    width: 100%;
  }
  .advantages-item {
    width: 50%;
  }
  .office-item {
    width: 30%;
    margin-right: 0;
  }
  .office-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .countries-item {
    width: 100%;
  }
  .b-main .cabinet .sign-in {
    width: 50px;
  }
  .b-main .header_search i {
    font-size: 40px;
    margin-top: 7px;
  }
  .b-main .dropdown_link i.fa-phone {
    font-size: 40px;
  }

  .fa-angle-down {
    margin:0 0 0 12px !important;
    padding: 0 0 0 10px !important
  }
  .b-main .dropdown_link i {
    font-size: 30px;
    top: 10px
  }
  .b-main .mobile_header__wrapper {
    padding: 30px 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-main .mobile_header__wrapper .dropdown_link {
    font-size: 40px;
  }
  .b-main .main_menu__icon span {
    width: 40px;
    height: 3px;
  }
  .b-main .mobile_header__wrapper .main_menu__icon {
    width: 30px;
    height: 30px;
    top: 0
  }
  .b-main .logo {
    width: 280px !important;
  }
  .b-main .logo img {
    max-width: 100%;
  }
  .b-main .main_menu.active .main_menu__icon span:nth-child(4) {
    -webkit-transform: translateY(-8px) rotate(225deg);
    -ms-transform: translateY(-8px) rotate(225deg);
    transform: translateY(-11px) rotate(225deg);
  }
  .b-main .main_menu.active .main_menu__icon span:first-child {
    -webkit-transform: translateY(8px) rotate(-225deg);
    -ms-transform: translateY(8px) rotate(-225deg);
    transform: translateY(11px) rotate(-225deg);
  }
  .b-main .header_search__input {
    top: 90px!important;
    height: 65px;
  }
  .b-main .header_search__input input {
    height: 65px;
    font-size: 36px;
    padding-left: 20px;
  }
  .b-main .mobile_header__wrapper .lang {
    position: relative;
  }
  .b-main .lang__list {
    left: 30%
  }
  .b-main .dropdown_menu {
    font-size: 40px;
    line-height: 50px;
  }
  .b-main .mobile_menu {
    height: calc(100vh - 208px);
    background: #009287;
  }
  .b-main .mobile_menu nav {
    height: calc(100vh - 450px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-main .mobile_menu a {
    height: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-first {
    width: 170px;
  }
  .footer-second {
    width: 265px;
  }
  .main-title-title {
    padding: 100px 0 170px;
  }
  .contact-list-column {
    width: 100%;
  }
  .slide-social-mail.footer-text {
    margin: 25px 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .open-form-btn.show1160 {
    display: block;
  }
  .main-title-title,
  .main-path-list {
    padding-left: 0;
  }
  .my-container {
    padding: 0 20px;
  }
  .text {
    font-size: 18px;
  }
  .contact-right {
    display: none;
  }
  .contact-block {
    padding: 0;
    border: none;
  }
  .article-table-right,
  .article-table-left {
    padding: 12px 15px;
    font-size: 16px;
  }
  .contact-right {
    width: 100%;
    margin: 20px 0 0;
  }
  .contact-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-title {
    font-size: 20px;
    max-width: 100%;
    padding-right: 50px;
  }
  .article-subitem-img {
    float: none;
    margin: 10px auto;
  }
  .about-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .about-text {
    margin-bottom: 15px;
  }
  .office-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .office-item:last-child {
    margin-bottom: 0;
  }
  .office-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subtitle {
    font-size: 22px;
  }
  .about-text {
    text-align: left;
  }
  .registration-title {
    font-size: 22px;
  }
  .contact-list-column {
    width: 100%;
  }
  .countries-item {
    width: calc(50% - 10px);
    margin: 0 0 20px !important;
  }
  .countries-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .countries-item:nth-child(even) {
    margin-left: 20px!important;
  }
  .expert-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .expert-item {
    margin-bottom: 20px;
    width: 100%;
    max-width: 330px;
  }
  .contact-form-title,
  .item-subtitle,
  .item-other {
    font-size: 22px;
  }
  .publication-item-link {
    font-size: 12px;
  }
  .footer-flex,
  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-left {
    max-width: 280px;
  }
  .footer-right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-text {
    text-align: left;
  }
  .footer {
    padding: 50px 0 30px;
  }
  .eye-block {
    top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .contact-relative p {
    font-size:18px;
  }
  .contact-relative h2 {
    font-size:20px;
  }

  .contact-relative .data-new {
    padding:2% 0;
    text-align:justify;
    color:#696969;
    font-size:15px;
    width:100%
    }

.contact-relative .data-new mark {
  text-transform: uppercase;
  color:#696969;
  font-weight:bolder;
  background:none;
}

.data-new-h {
border-bottom:2px solid #eee;
color: #444;
font-size: 22px;
padding: 2% 0px;
margin:5% 0;
background: #fff;
text-transform: uppercase;
font-weight: bolder;
}

.data-new-h3 {
border-bottom:2px solid #eee;
color: #444;
font-size: 22px;
padding: 2% 0px;
margin:5% 0;
background: #fff;
text-transform: uppercase;
font-weight: normal;
}

.data-new-ul ul {
    list-style: disc;
    padding-left: 0;
    margin:10px 0 10px 0
}

.data-new-ul ul li {
    text-align:justify;
    color: #696969;
    font-size: 15px;
    padding:2% 0;
}



  .article-title {
    font-size: 16px;
  }
  .footer-item {
    width: 49%;
  }
  .countries-item:nth-child(even) {
    margin-left: 0!important;
  }
  .article-list,
  .article-subitem {
    margin-top: 20px;
    padding-top: 15px;
  }
  .text {
    font-size: 16px;

  }
  .about-link {
    width: 100%;
    background-position: left 40px center;
  }
  .subtitle {
    font-size: 20px;
  }
  .advantages-item {
    width: 100%;
  }
  .advantages-item {
    margin-top: 40px;
  }
  .people-slider-item {
    margin: 0;
  }
  .registration-title {
    font-size: 20px;
  }
  .registration-container {
    padding: 0 20px;
  }
  .countries-item {
    width: 100%;
  }
  .office-text {
    font-size: 16px;
  }
  .expert-item {
    max-width: 100%;
  }
  .expert-text {
    font-size: 16px;
    width: 100%;
  }
  .contact-form-title {
    font-size: 20px;
  }
  .question-subtitle {
    font-size: 18px;
    padding: 0 10px;
  }
  .question-btn {
    padding: 0 10px;
    font-size: 15px;
  }
  .question-slide {
    padding: 10px;
    font-size: 15px;
  }
  .item-subtitle,
  .item-other {
    font-size: 20px;
  }
  .publication-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .publication-date {
    font-size: 16px;
  }
  .services-text {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left!important;
    line-height: 20px;

  }
  .services-left {
    margin-right: 10px;
  }
  .header_search__input {
    width: 200px !important;
  }
  .text {
    text-align: justify;

  }
  .advantages-item {
    text-align: center;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .b-main header.main_header a {
    line-height: normal !important;
  }
  .main_menu__icon,
  .dropdown_link i,
  .b-main header.main_header .sign-in {
    margin-top: -2px !important;
  }
}

@media (max-height: 700px) {
  .header_search__label {
    margin-top: -1px;
  }
}

.video-popup {
  display: none;
}

.video-popup.active {
  display: block
}

ol {
  list-style-type: decimal;
  padding-left: 15px
}

.blok-data-contener {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:stretch;
    align-content:stretch;
    background:#3fc0ea;
    padding:12px 0;

}

.blok-data-contener .element-img {
   width:32px;
   height:32px;
   background:url('../uploads/icons/pdf-32-white.png') no-repeat;
   margin: 0 12px 0 50px;
}

.blok-data-contener .element-data {
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
}

.blok-data-contener .element-data a {
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    padding:7px 0 0 0
}

.fontSizeBolder {
  font-weight:bolder !important;
}