@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
.pts, .item-stat__value, .imageblock__title, .title {
  font-family: "PT Serif";
}

.bluebg {
  position: relative;
  overflow: hidden;
}
.bluebg:after {
  position: absolute;
  content: "";
  width: 35.18%;
  height: 130%;
  top: -95px;
  left: -50px;
  background-image: -o-linear-gradient(251deg, #007397 0%, rgba(0, 115, 151, 0) 100%);
  background-image: linear-gradient(199deg, #007397 0%, rgba(0, 115, 151, 0) 100%);
  -ms-transform: rotate(19deg);
  -webkit-transform: rotate(19deg);
  transform: rotate(19deg);
}

.title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #3c3f3d;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 25px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 14px;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1182px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibg img {
  display: none;
}

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 0px 30px;
  height: 56px;
  line-height: 56px;
  background-color: #007397;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  min-width: 270px;
  text-align: center;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #00526b;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media (any-hover: hover) {
  .btn:hover:after {
    width: 100%;
    left: 0;
  }
}
.btn._fw {
  width: 100%;
}
@media (max-width: 767.98px) {
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 16px;
    font-size: 14px;
  }
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}
.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

header {
  position: relative;
  z-index: 50;
}
@media (max-width: 767.98px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 102px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header__body {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .header__body {
    height: 50px;
  }
}
.header__logo {
  display: inline-block;
  width: 172px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .header__logo {
    width: 125px;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    position: relative;
    z-index: 100;
  }
}

.menu-header__icon {
  display: none;
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 6;
}
.menu-header__icon span {
  position: absolute;
  top: 8px;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-header__icon span:first-child {
  top: 0;
}
.menu-header__icon span:last-child {
  top: auto;
  bottom: 0;
}
.menu-header__icon.active span {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menu-header__icon.active span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.menu-header__icon.active span:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
@media (max-width: 767.98px) {
  .menu-header__icon {
    display: block;
  }
}
.menu-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
@media (max-width: 767.98px) {
  .menu-header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: auto;
  }
}
.menu-header__menu.active {
  left: 0;
}
.menu-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.menu-header__list li {
  margin: 0 0 0 35px;
}
@media (max-width: 1182px) {
  .menu-header__list li {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 991.98px) {
  .menu-header__list li {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 767.98px) {
  .menu-header__list li {
    margin: 0 0 10px 0;
  }
  .menu-header__list li:last-child {
    margin: 0 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .menu-header__list {
    display: block;
    padding: 50px 10px 20px 10px;
  }
}
.menu-header__link {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #646667;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-header__link--circle {
  padding: 0 42px 0 0;
  background: url("../img/icons/header-circle.svg") right no-repeat;
}
@media (max-width: 991.98px) {
  .menu-header__link--circle {
    background-size: 20px;
    padding: 0 26px 0 0;
  }
}
.menu-header__link span {
  display: block;
  position: relative;
  line-height: 28px;
}
.menu-header__link span:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #007397;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-header__link:hover {
  color: #007397;
}
.menu-header__link:hover span:after {
  left: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .menu-header__link {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .menu-header__link {
    display: inline-block;
    font-size: 14px;
  }
}

.footer__body {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .footer__body {
    display: block;
    text-align: center;
    height: auto;
    padding: 20px 0;
  }
}
.footer__copy {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #646667;
  text-transform: uppercase;
}
.footer__link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #646667;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0 30px;
}
.footer__link:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer__link {
    margin: 15px 10px 0 10px;
  }
}

.mainblock {
  margin: 0 0 100px 0;
}
.mainblock__imageblock {
  margin: 0 0 40px 0;
}
@media (max-width: 991.98px) {
  .mainblock__imageblock {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767.98px) {
  .mainblock {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 767.98px) {
  .mainblock {
    margin: 50px 0 50px 0;
  }
}

.imageblock {
  position: relative;
  height: 409.4px;
}
.imageblock__title {
  position: absolute;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.6);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  z-index: 5;
  right: 0;
  bottom: 80px;
  max-width: 770px;
}
@media (max-width: 1182px) {
  .imageblock__title {
    font-size: 28px;
    max-width: 670px;
  }
}
@media (max-width: 991.98px) {
  .imageblock__title {
    font-size: 20px;
    max-width: 530px;
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .imageblock__title {
    position: relative;
    bottom: 0;
    padding: 0 20px;
    max-width: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
  }
}
.imageblock__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .imageblock {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .imageblock {
    height: auto;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bottomblock {
  text-align: center;
}
.bottomblock__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  color: #646667;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .bottomblock__text {
    font-size: 16px;
  }
}
.bottomblock__btn {
  margin: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .bottomblock__btn {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .bottomblock__btn {
    max-width: 370px;
    margin: 25px auto 0 auto;
  }
}

.investor {
  margin: 0 0 100px 0;
}
@media (max-width: 991.98px) {
  .investor {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 767.98px) {
  .investor {
    margin: 0 0 50px 0;
  }
}
.investor__title {
  margin: 0 0 40px 0;
}
@media (max-width: 767.98px) {
  .investor__title {
    margin: 0 0 20px 0;
  }
}
.investor__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  color: #646667;
  max-width: 670px;
  margin: 0 0 43px 0;
}
@media (max-width: 767.98px) {
  .investor__text {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.98px) {
  .investor__btn {
    max-width: 270px;
    margin: 0 auto;
  }
}

.stat-investor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px 23px -5px;
}
@media (max-width: 767.98px) {
  .stat-investor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px 0px -5px;
  }
}
.stat-investor__column {
  padding: 0 5px 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (max-width: 767.98px) {
  .stat-investor__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}
@media (max-width: 545px) {
  .stat-investor__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.item-stat {
  margin: 0 0 25px 0;
  text-align: center;
}
.item-stat__value {
  font-size: 54px;
  line-height: 1;
  color: #007397;
}
@media (max-width: 991.98px) {
  .item-stat__value {
    font-size: 40px;
  }
}
.item-stat__text {
  font-size: 16px;
  line-height: 2;
  color: #aec3d4;
}
@media (max-width: 991.98px) {
  .item-stat__text {
    font-size: 14px;
  }
}

.newsmedia {
  margin: 0 0 75px 0;
}
@media (max-width: 991.98px) {
  .newsmedia {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.98px) {
  .newsmedia {
    margin: 0 0 20px 0;
  }
}
.newsmedia__header {
  margin: 0 0 48px 0;
}
@media (max-width: 767.98px) {
  .newsmedia__header {
    margin: 0 0 20px 0;
  }
}
.header-newsmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-newsmedia__title {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767.98px) {
  .header-newsmedia {
    display: block;
  }
}

.nav-newsmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.nav-newsmedia__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #d3cfce;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 0 0 100px;
}
.nav-newsmedia__item.active {
  color: #007397;
}
@media (max-width: 991.98px) {
  .nav-newsmedia__item {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 767.98px) {
  .nav-newsmedia__item {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .nav-newsmedia {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.item-newsmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin: 0 -15px;
}
@media (max-width: 1182px) {
  .item-newsmedia {
    margin: 0 -10px;
  }
}
@media (max-width: 991.98px) {
  .item-newsmedia {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.item-newsmedia__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
@media (max-width: 1182px) {
  .item-newsmedia__column {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .item-newsmedia__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 630px) {
  .item-newsmedia__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.content-newsmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.content-newsmedia__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  line-height: 2;
  color: #646667;
  padding: 30px 0;
}
.content-newsmedia__more {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  color: #007397;
  text-transform: uppercase;
}
.content-newsmedia__more:hover {
  text-decoration: underline;
}

.header-contentnewsmedia {
  height: 370px;
  position: relative;
}
.header-contentnewsmedia__content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 25px 30px;
}
@media (max-width: 1182px) {
  .header-contentnewsmedia__content {
    padding: 25px 20px;
  }
}
.header-contentnewsmedia__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-contentnewsmedia__image.bluebg:after {
  width: 97%;
}

.content-newsmediavalues__category {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #fff;
  text-transform: uppercase;
}
.content-newsmediavalues__category:hover {
  text-decoration: underline;
}
.content-newsmediavalues__title {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  left: 0;
  bottom: 0;
  padding: 0px 30px 70px 30px;
}
.content-newsmediavalues__title:hover {
  text-decoration: underline;
}
@media (max-width: 1182px) {
  .content-newsmediavalues__title {
    font-size: 18px;
    padding: 0px 20px 50px 20px;
  }
}

.country__title {
  margin: 0 0 40px 0;
}
@media (max-width: 1182px) {
  .country__title {
    margin: 0 0 25px;
  }
}
.country__map {
  height: 448px;
}