@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -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%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

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; }

.pts, .imageblock__title {
  font-family: "PT Serif"; }

.bluebg {
  position: relative;
  overflow: hidden; }
  .bluebg:after {
    content: '';
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    position: absolute;
    width: 35%;
    height: 120%;
    left: -200px;
    top: -95px;
    background-image: -webkit-linear-gradient(252deg, #007397 0%, rgba(0, 115, 151, 0) 100%);
    background-image: -o-linear-gradient(252deg, #007397 0%, rgba(0, 115, 151, 0) 100%);
    background-image: linear-gradient(198deg, #007397 0%, rgba(0, 115, 151, 0) 100%);
   }

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

.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: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

header {
  position: relative;
  z-index: 50; }
  @media (max-width: 767.98px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 60%;
      background-color: #fff; } }
/* ---------------------------------- */
.header__body {
  background-color: #fff;
  display: flex;
  position: fixed;    
	top: 0;
	left: 0;  
	width: 100%;
  padding: 0px 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  font-size: 0;
  height: 60px;
  -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: 1820.98px) {
    .header__body {
      height: 70px; 
      padding: 0px 250px;     
    } 
  }
   @media (max-width: 1774.98px) {
    .header__body {
      height: 70px; 
      padding: 0px 200px;    
      margin: 0 auto;
     } 
  }
   @media (max-width: 1120.98px) {
    .header__body {
      height: 70px; 
      padding: 0px 80px;
    } 
  }
  @media (max-width: 767.98px) {
    .header__body {
      height: 50px;
      padding: 0px 20px;
     } 
    }
/* ------------------------------------- */
.header__logo {
  display: inline-block;
  width: 172px;
  position: relative;
  z-index: 6; }
  .header__logo img {
    max-width: 100%; }
  @media (max-width: 992.98px) {
    .header__logo {
      width: 125px; } }

.menu-header__icon {
  display: none;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
  position: relative; }
  .menu-header__icon span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 8px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000; }
    .menu-header__icon span:first-child {
      top: 0px; }
    .menu-header__icon span:last-child {
      top: auto;
      bottom: 0px; }
  .menu-header__icon.active span {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    .menu-header__icon.active span:first-child {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 8px; }
    .menu-header__icon.active span:last-child {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: 8px; }
  @media (max-width: 767.98px) {
    .menu-header__icon {
      display: block; } }

@media (max-width: 767.98px) {
  .menu-header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -110%;
    background-color: #fff;
    z-index: 2;
    padding: 50px 10px 20px 10px;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .menu-header__menu.active {
      left: 0; } }
/* ------------------------------------------- */
.menu-header__list { 
  text-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  /* -------------------------------- */
  .menu-header__list li {
    margin: 0px 0px 0px 35px;
    cursor: pointer;
   }
    @media (max-width: 1182px) {
      .menu-header__list li {
        margin: 0px 0px 0px 25px; } }
    @media (max-width: 992.98px) {
      .menu-header__list li {
        margin: 0px 0px 0px 15px; } }
    @media (max-width: 767.98px) {
      .menu-header__list li {
        margin: 0px 0px 15px 0px; 
        padding: 10px 0;
      }
        .menu-header__list li:last-child {
          margin: 0px 0px 10px 0px; 
          padding: 0;
        }
       }
  @media (max-width: 767.98px) {
    .menu-header__list {
      display: block; } }

.menu-header__link {
  color:#214E41;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative; }
   .menu-header__link span {
    position: relative;
    display: block;
    line-height: 28px; }
    
    .menu-header__link span:after {
      content: '';
      position: absolute;
      left: 50%;
      width: 0;
      height: 1px;
      background-color: #007397;
      bottom: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .menu-header__link:hover {
    color: #350097; }
    .menu-header__link:hover span:after {
      left: 0;
      width: 100%; }
  @media (max-width: 992.98px) {
    .menu-header__link {
      font-size: 11px; } }
  @media (max-width: 767.98px) {
    .menu-header__link {
      font-size: 14px; } 
    }

/* ---------------translate------------------ */
.translate {
  background: transparent;
  border: none;  
}

.header-item-lang-en {
}

.header-item-lang-uk {
}


/* ---------------translate------------------ */


.footer__body {
  height: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
      height: auto;
      text-align: center;
      padding: 20px 0; } }

.footer__column:last-child {
  text-align: right; }
  @media (max-width: 767.98px) {
    .footer__column:last-child {
      text-align: center; } }

.footer__copy {
  color: #646667;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.footer__link {
  color: #646667;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 0px 0px 30px; }
  .footer__link:hover {
    text-decoration: underline; }
  @media (max-width: 767.98px) {
    .footer__link {
      margin: 15px 10px 0px 10px; } }

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

.imageblock {
  position: relative;
  height: 511px; }
  .imageblock__title {
    position: absolute;   
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
    z-index: 5;
    max-width: 770px;
    padding: 30px 120px 0px 30px; }
    @media (max-width: 1182px) {
      .imageblock__title {
        max-width: 670px;
        font-size: 28px;
        line-height: 44px; } }
    @media (max-width: 992.98px) {
      .imageblock__title {
        max-width: 760px;
        font-size: 25px;
        line-height: 35px;
        bottom: 160px;
        left: 10px; } }
    @media (max-width: 767.98px) {
      .imageblock__title {
        position: relative;
        bottom: 0;
        top: 20px;
        text-align: center;
        max-width: none;
        padding: 20px;
        font-size: 28px;
        line-height: 40px; 
         padding: 0px 20px 20px 2px;     
       } }
  .imageblock__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 992.98px) {
    .imageblock {
      height: 300px; } }
  @media (max-width: 767.98px) {
    .imageblock {
      height: auto;
      min-height: 250px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      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; 
      opacity: 0.9;
    }
  .imageblock__bg{
    opacity: 0.9;
  } 
  .imageblock__bg{
     opacity: 0.9;
  }
}

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

.investor {
  margin: 0px 0px 100px 0px; }
  @media (max-width: 992.98px) {
    .investor {
      margin: 0px 0px 60px 0px; } }
  @media (max-width: 767.98px) {
    .investor {
      margin: 0px 0px 50px 0px; } }
  .investor__title {
    margin: 0px 0px 50px 0px; }
    @media (max-width: 767.98px) {
      .investor__title {
        margin: 0px 0px 20px 0px; } }
  .investor__text {
    color: #646667;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    max-width: 670px;
    margin: 0px 0px 40px 0px; }
    @media (max-width: 767.98px) {
      .investor__text {
        font-size: 16px;
        line-height: 24px;
        margin: 0px 0px 20px 0px; } }

.stat-investor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -5px 30px -5px; }
  .stat-investor__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0px 5px;
    margin: 0px 0px 25px 0px; }
    @media (max-width: 767.98px) {
      .stat-investor__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%; } }
    @media (max-width: 479.98px) {
      .stat-investor__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  @media (max-width: 767.98px) {
    .stat-investor {
      margin: 0px -5px 0px -5px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.item-stat {
  text-align: center; }
  .item-stat__value {
    color: #007397;
    font-family: "PT Serif";
    font-size: 54px;
    text-transform: uppercase;
    margin: 0px 0px 7px 0px; }
    @media (max-width: 992.98px) {
      .item-stat__value {
        margin: 0px 0px 5px 0px;
        font-size: 40px; } }
  .item-stat__text {
    color: #aec3d4;
    font-size: 16px;
    line-height: 32px; }
    @media (max-width: 992.98px) {
      .item-stat__text {
        font-size: 14px; } }

.newsmedia {
  margin: 0px 0px 70px 0px; }
  @media (max-width: 992.98px) {
    .newsmedia {
      margin: 0px 0px 40px 0px; } }
  @media (max-width: 767.98px) {
    .newsmedia {
      margin: 0px 0px 20px 0px; } }

.header-newsmedia {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 767.98px) {
    .header-newsmedia__title {
      margin: 0px 0px 20px 0px; } }
  @media (max-width: 767.98px) {
    .header-newsmedia {
      display: block;
      margin: 0px 0px 20px 0px; } }

.nav-newsmedia {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  .nav-newsmedia__item {
    color: #d3cfce;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0px 0px 0px 100px;
    cursor: pointer; }
    .nav-newsmedia__item.active {
      color:  #00526b; }
    @media (max-width: 992.98px) {
      .nav-newsmedia__item {
        margin: 0px 0px 0px 50px; } }
    @media (max-width: 767.98px) {
      .nav-newsmedia__item {
        margin: 0px 0px 10px 0px; } }
  @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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  .item-newsmedia__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0px 15px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 1182px) {
      .item-newsmedia__column {
        padding: 0px 10px; } }
    @media (max-width: 992.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%; } }
  @media (max-width: 1182px) {
    .item-newsmedia {
      margin: 0px -10px; } }
  @media (max-width: 992.98px) {
    .item-newsmedia {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.content-newsmedia {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 500px;
  margin: 0px auto; }
  .content-newsmedia__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #646667;
    font-size: 16px;
    line-height: 32px;
    padding: 28px 0; }
  .content-newsmedia__more {
    color: #007397;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase; 
    transition: color 1s;
  }
    .content-newsmedia__more:hover {
    text-decoration: underline;
    color:  #00526b;
    font-size: 16.5px;
  }

.header-contentnewsmedia {
  flex-wrap: wrap;
  display: flex;
  height: 370px;
  position: relative; }
  .header-contentnewsmedia__content { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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: 98%; }

.content-newsmediavalues__category {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.75px; }
  .content-newsmediavalues__category:hover {
    text-decoration: underline; }

.content-newsmediavalues__title {  
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  width: 100%;
  top: 300px;
  bottom: 0;
  padding: 0px 30px 70px 30px; }
  .content-newsmediavalues__title:hover {
    text-decoration: underline; }
  @media (max-width: 1182px) {
    .content-newsmediavalues__title {
      font-size: 18px;
      line-height: 24px;
      padding: 0px 20px 50px 20px; } }

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

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }

.form__column {
  padding: 0px 15px; }
/* ----------------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 0px 30px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  background-color: #007397;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  min-width: 270px; 
  transition: all 0.9s;
  border-radius: 10px;
}

.btn:hover{
  background-color: #00526b; 
  color: #aeaaaa; 
}
 
/* ------------------------------------------------------------------------------ */
.select-block {
  position: relative; }

.select__label {
  z-index: 2;
  position: absolute;
  top: -8px;
  background-color: #f7f7f7;
  padding: 0 5px;
  color: #979797;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  left: 20px; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    height: 55px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff; }
  .select .select-title__arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    background: url("../img/icons/select-arrow.svg") center no-repeat; }
  .select .select-title__value {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 53px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 25px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 54px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 10px 20px 10px 25px; }
  .select .select-options-scroll {
    max-height: 80px;
    overflow: auto; }
  .select .select-options-list {
    padding: 0px 0px 0px 0px; }
  .select .select-options__value {
    color: #000;
    font-size: 20px;
    margin: 0px 0px 15px 0px; }
    .select .select-options__value:last-child {
      margin: 0px 0px 0px 0px; }
    .select .select-options__value:hover {
      color: #000; }

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

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

textarea.input {
  resize: none;
  padding: 0px 0px; }

.check {
  position: relative;
  padding-left: 25px;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute; }
  .check.active:before {
    background: url("../img/icons/check.png") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color:  #00526b; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.form__info {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  color: #888;
  z-index: 2;
  font-size: 14px; }
  @media (max-width: 767.98px) {
    .form__info {
      width: 50px;
      height: 50px;
      line-height: 50px; } }

.form-range-line {
  position: relative;
  height: 5px;
  border-radius: 0 0 4px 4px;
  background-color: #e0e0e0;
  margin: -2px 0px 0px 0px; }
  .form-range-line .ui-slider-range {
    background-color: #093454;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 4px; }
  .form-range-line .ui-slider-handle {
    background: url("../img/icons/range.svg") 0 0 no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    margin: -9px 0px 0px -14px;
    top: 0;
    left: 0;
    cursor: pointer; }
  .form-range-line .ui-state-hover {
    background: url("../img/icons/range_a.svg") 0 0 no-repeat; }

.form-range-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0px 0px 0px; }

.form-range-values__item {
  font-size: 12px;
  color: #888; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

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

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }
