@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic");
@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/Bodoni.eot");
  src: url("../fonts/Bodoni.eot?#iefix") format("embedded-opentype"), url("../fonts/Bodoni.woff2") format("woff2"), url("../fonts/Bodoni.woff") format("woff"), url("../fonts/Bodoni.ttf") format("truetype");
}
@font-face {
  font-family: 'Bodoni-Italic';
  src: url("../fonts/Bodoni_it.eot");
  src: url("../fonts/Bodoni_it.eot?#iefix") format("embedded-opentype"), url("../fonts/Bodoni_it.woff2") format("woff2"), url("../fonts/Bodoni_it.woff") format("woff"), url("../fonts/Bodoni_it.ttf") format("truetype");
}
@font-face {
  font-family: 'BodoniCond';
  src: url("../fonts/BodoniCond.eot");
  src: url("../fonts/BodoniCond.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniCond.woff2") format("woff2"), url("../fonts/BodoniCond.woff") format("woff"), url("../fonts/BodoniCond.ttf") format("truetype");
}
@font-face {
  font-family: 'Bodoni-Bold';
  src: url("../fonts/bodoni_bold.eot");
  src: url("../fonts/bodoni_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bodoni_bold.woff2") format("woff2"), url("../fonts/bodoni_bold.woff") format("woff"), url("../fonts/bodoni_bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Bodoni-BoldItalic';
  src: url("../fonts/bodoni_bold_it.eot");
  src: url("../fonts/bodoni_bold_it.eot?#iefix") format("embedded-opentype"), url("../fonts/bodoni_bold_it.woff2") format("woff2"), url("../fonts/bodoni_bold_it.woff") format("woff"), url("../fonts/bodoni_bold_it.ttf") format("truetype");
}
html {
  height: 100%;
  font-size: 10px;
}

body {
  margin: 0;
  color: #3e4146;
  font: 14px/20px 'IBM Plex Sans', sans-serif;
  background: #fff;
  min-width: 320px;
  height: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border-style: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

* {
  outline: none;
}

input, textarea, select {
  font: 100% 'IBM Plex Sans', sans-serif;
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block;
}

p {
  margin: 0 0 21px;
}

h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 0 20px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin: 14px 0 24px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 22px;
}

big {
  font-size: 16px;
}

small {
  font-size: 12px;
}

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

.img-holder img,
.visual img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

#header {
  position: relative;
  z-index: 3;
}

#main {
  -webkit-flex: 5000 1 auto;
  -moz-flex: 5000 1 auto;
  -ms-flex: 5000 1 auto;
  -o-flex: 5000 1 auto;
  flex: 5000 1 auto;
  position: relative;
  z-index: 2;
}

#footer {
  background: #fff;
  padding: 10px 0 47px;
}

.container {
  max-width: 1280px;
  width: auto !important;
  /* padding: 0 10px; */
  /* margin: 0 auto; */
}
@media (max-width: 1023px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-frame {
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 1023px) {
  .header-frame {
    height: 73px;
  }
}

.logo {
  margin: 0;
  width: 193px;
  height: 73px;
  overflow: hidden;
  display: block;
  background: url(../images/logo.svg) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -2px;
}
@media (max-width: 1023px) {
  .logo {
    top: -10px;
  }
}

.logo a {
  height: 100%;
  display: block;
}

.nav-opener {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -15px;
  display: none;
}
@media (max-width: 1023px) {
  .nav-opener {
    display: block;
  }
}
.nav-opener span {
  display: block;
  position: relative;
  width: 20px;
  height: 3px;
  background: #1D1963;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
}
.nav-opener span:before, .nav-opener span:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #1D1963;
  height: 3px;
  top: -6px;
}
.nav-opener span:after {
  top: 6px;
}

.nav-active {
  height: 100vh;
  overflow: hidden;
}
.nav-active .nav-opener span {
  background: none;
}
.nav-active .nav-opener span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 6px 0 0;
}
.nav-active .nav-opener span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -6px 0 0;
}
@media (max-width: 1023px) {
  .nav-active .nav {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
}

.nav {
  padding: 0 0 0 217px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .nav {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    top: 100%;
    left: -30px;
    right: -30px;
    padding: 0 30px;
    height: calc(100vh - 73px);
    overflow: auto;
  }
}
.nav__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .nav__item {
    display: block;
    border-top: 1px solid #D2D1E1;
    font-size: 16px;
  }
}
.nav__item-hasdrop {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
@media (min-width: 1023px) {
  .nav__item-hasdrop:hover {
    border-color: #CDCDCD;
  }
  .nav__item-hasdrop:hover:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    z-index: 5;
  }
  .nav__item-hasdrop:hover .nav__link {
    color: #A97B4C;
  }
  .nav__item-hasdrop:hover .nav-drop {
    display: block;
  }
}
@media (max-width: 1023px) {
  .nav__item-hasdrop .nav__link {
    opacity: .25;
  }
  .nav__item-hasdrop .nav__link .fal {
    display: none;
  }
}
.nav__link {
  color: #1D1963;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 18px 21px 24px;
}
@media only screen and (max-width: 1280px) {
  .nav__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .nav__link {
    padding: 19px 0 18px;
  }
}
.nav__link:hover {
  color: #A97B4C;
}

.nav-lang {
  width: 270px;
  -webkit-box-flex: 0 0 270px;
  -moz-box-flex: 0 0 270px;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0 9px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .nav-lang {
    width: 170px;
    -webkit-box-flex: 0 0 170px;
    -moz-box-flex: 0 0 170px;
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
}
@media (max-width: 1023px) {
  .nav-lang {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    background: rgba(210, 209, 225, 0.3);
    padding: 4px 30px 0;
    margin: 0 -30px;
  }
}
.nav-lang__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 107px;
  font-size: 13px;
  color: #C9C9C9;
}
.nav-lang__sublist li {
  display: inline-block;
  vertical-align: top;
}
.nav-lang__sublist a {
  color: #1D1963;
}
.nav-lang__sublist a:hover {
  color: #A97B4C;
}
@media only screen and (max-width: 1280px) {
  .nav-lang__sublist {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-lang__sublist {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    visibility: visible;
    font-size: 12px;
    color: #C9C9C9;
  }
}
.nav-lang__sublist .active {
  position: relative;
}
.nav-lang__sublist .active:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 2px solid #A97B4C;
  margin-top: 14px;
}
.nav-lang__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 24px;
  margin: -9px 0 0;
}
.nav-lang__drop .nav-lang__item {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #CDCDCD;
}
@media (max-width: 1023px) {
  .nav-lang__drop .nav-lang__item {
    border-top-width: 0;
  }
}
@media (max-width: 1023px) {
  .nav-lang__drop {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    background: none;
    margin: 0;
  }
}
.nav-lang__drop .nav-lang__link {
  color: #1D1963;
}
.nav-lang__drop .nav-lang__link:hover {
  color: #A97B4C;
}
.nav-lang:hover, .nav-lang.active {
  -webkit-box-shadow: -1px 0px 0 0px #CDCDCD, 1px 0px 0 0px #CDCDCD;
  box-shadow: -1px 0px 0 0px #CDCDCD, 1px 0px 0 0px #CDCDCD;
}
.nav-lang:hover .nav-lang__drop, .nav-lang.active .nav-lang__drop {
  display: block;
}
.nav-lang:hover .nav-lang__sublist, .nav-lang.active .nav-lang__sublist {
  visibility: visible;
}
.nav-lang__item {
  padding: 15px 24px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .nav-lang__item {
    padding: 15px 0;
    border-bottom: 1px solid #CDCDCD;
  }
  .nav-lang__item:last-child {
    border-bottom-width: 0;
  }
}
.nav-lang__link {
  text-decoration: none;
  color: #A97B4C;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .nav-lang__link .fal {
    display: none;
  }
}

.nav-drop {
  position: absolute;
  display: none;
  background: #fff;
  top: 100%;
  left: 0;
  width: 270px;
  margin: 0;
  padding: 0 24px;
  list-style: none;
  z-index: 4;
  border-top: 1px solid #CDCDCD;
}
@media (max-width: 1023px) {
  .nav-drop {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0 0 9px;
    border: none;
    max-width: 200px;
  }
}
.nav-drop__item {
  margin: 0;
  padding: 15px 0;
}
.nav-drop__item + .nav-drop__item {
  border-top: 1px solid #CDCDCD;
}
@media (max-width: 1023px) {
  .nav-drop__item + .nav-drop__item {
    border: none;
  }
}
@media (max-width: 1023px) {
  .nav-drop__item {
    padding: 0px 0 9px;
  }
}
.nav-drop__link {
  color: #1D1963;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  display: block;
}
.nav-drop__link:hover {
  color: #A97B4C;
}
@media (max-width: 1023px) {
  .nav-drop__link {
    color: #A97B4C;
    font-size: 14px;
    line-height: 21px;
  }
}

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-tools {
  margin: 14px 0 0 -5px;
}
@media (max-width: 1023px) {
  .nav-tools {
    position: absolute;
    top: 0;
    right: 30px;
  }
}
.nav-tools__link {
  color: #A97B4C;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 40px;
}
.nav-tools__link .icon {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .nav-tools__link .icon {
    display: inline;
  }
  .nav-tools__link .text {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-tools__link {
    margin: 0 0 0 10px;
  }
}

.main-promo {
  background: url(../images/bg01x2.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 172px 0 73px;
  margin: 0 0 62px;
}
@media (max-width: 1023px) {
  .main-promo {
    padding: 50px 0 0px;
    margin: 0 0 22px;
  }
}
.main-promo__title {
  text-align: center;
  font-size: 58px;
  line-height: 66px;
  letter-spacing: -0.9px;
  margin: 0 0 37px;
  background: linear-gradient(30deg, #936C44 3%, #D4A16E 56%, #936C44);
  /* text-shadow: 0 2px 0 rgba(0,0,0,0.50); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D4A16E;
  font-family: 'Bodoni-BoldItalic';
  position: relative;
}
.main-promo__title:before {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: linear-gradient(30deg, #936C44 3%, #D4A16E 56%, #936C44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-promo__title:after {
  content: attr(data-text);
  position: absolute;
  color: #000;
  top: 2px;
  left: 0px;
  right: 0px;
  -webkit-background-clip: content-box;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1023px) {
  .main-promo__title {
    font-size: 38px;
    line-height: 41px;
    margin: 0 0 24px;
  }
}
.main-promo__text {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  max-width: 710px;
  margin: 0 auto 129px;
}
@media (max-width: 1023px) {
  .main-promo__text {
    font-size: 14px;
    line-height: 23px;
    max-width: 220px;
    margin-bottom: 36px;
  }
}
.main-promo--inner {
  padding: 150px 0 44px;
  margin-bottom: 50px;
  background: url(../images/bg02x2.jpg) repeat-x 50% 50%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .main-promo--inner {
    padding: 59px 0 12px;
    margin-bottom: 0px;
  }
}
.main-promo--inner .main-promo__title {
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 767px) {
  .main-promo--inner .main-promo__title {
    font-size: 38px;
    line-height: 41px;
    margin: 0 0 15px;
  }
}
.main-promo--inner .main-promo__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  max-width: 670px;
}
@media only screen and (max-width: 767px) {
  .main-promo--inner .main-promo__text {
    font-size: 14px;
    line-height: 23px;
    max-width: 240px;
  }
}
.main-promo--inner2 {
  height: 170px;
  margin-bottom: 55px;
  padding: 0;
  background: url(../images/bg04.png) repeat-x 50% 50%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-promo--about {
  padding: 257px 0 76px;
  margin-bottom: 50px;
  background: url(../images/bg02x2.jpg) repeat-x 50% 50%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .main-promo--about {
    padding: 157px 0 46px;
  }
}
@media only screen and (max-width: 767px) {
  .main-promo--about {
    padding: 127px 0 46px;
  }
}
.main-promo--about-logo {
  position: absolute;
  background: url(../images/about-logo.png) no-repeat;
  width: 458px;
  height: 206px;
  -webkit-background-size: contain;
  background-size: contain;
  top: 0;
  left: 50%;
  margin-left: -229px;
}
@media (max-width: 1023px) {
  .main-promo--about-logo {
    width: 320px;
    height: 146px;
    margin-left: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .main-promo--about-logo {
    width: 200px;
    height: 96px;
    margin-left: -100px;
  }
}
.main-promo--about .main-promo__text {
  margin-bottom: 0;
}
.main-promo--pemium {
  padding: 143px 0 40px;
  margin-bottom: 0;
  background: url(../images/bg02x2.jpg) repeat-x 50% 50%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .main-promo--pemium {
    /* padding: 161px 0 131px; */
  }
}
@media only screen and (max-width: 767px) {
  .main-promo--pemium {
    padding: 60px 0 20px;
  }
}
.main-promo--pemium-title {
  font-size: 48px;
  line-height: 50px;
  margin: 0 0 33px;
}
.main-promo--pemium .main-promo__text {
  font-size: 16px;
  margin: 0 auto 91px;
}

.promo-info-link {
  border-top: 1px solid #C79968;
  position: relative;
  padding: 31px 20px 20px 136px;
  display: block;
  background: linear-gradient(30deg, #EFC294, #D4A16E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D4A16E;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: left;
  margin: 0 70px 0 -20px;
}
@media (max-width: 1023px) {
  .promo-info-link {
    font-size: 17px;
    line-height: 22px;
    padding: 14px 20px 14px 85px;
    margin: 0 -11px 38px;
    min-height: 91px;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-text-fill-color: #D4A16E;
  }
}
.promo-info-link:before, .promo-info-link:after {
  content: '';
  position: absolute;
  background: url(../images/deco01.svg) no-repeat;
  width: 71px;
  height: 127px;
  left: 19px;
  top: -1px;
}
@media (max-width: 1023px) {
  .promo-info-link:before, .promo-info-link:after {
    width: 51px;
    height: 91px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    left: 11px;
  }
}
.promo-info-link:after {
  background: url(../images/deco01-h.svg) no-repeat;
  opacity: 0;
}
.promo-info-link:hover {
  background: linear-gradient(30deg, #FDEEDE, #E0C2A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E0C2A4;
}
.promo-info-link:hover:before {
  opacity: 0;
}
.promo-info-link:hover:after {
  opacity: 1;
}
.promo-info-link--inner {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1380px) {
  .promo-info-link--inner {
    padding: 18px 20px 20px 105px;
    margin-bottom: 24px;
  }
  .promo-info-link--inner:before, .promo-info-link--inner:after {
    left: 16px;
    width: 55px;
    height: 99px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
}
@media only screen and (max-width: 767px) {
  .promo-info-link--inner {
    padding: 14px 20px 11px 85px;
    margin-bottom: 41px;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-text-fill-color: #D4A16E;
  }
  .promo-info-link--inner:before, .promo-info-link--inner:after {
    left: 10px;
    width: 51px;
    height: 91px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
}

.info-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .info-block {
    margin-bottom: 36px;
  }
}
.info-block__header {
  border-bottom: 1px solid #D2D1E1;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.info-block__header.indent {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .info-block__header--inner {
    border: none;
  }
}
.info-block__header--inner .info-block__title:after {
  display: none;
}
.info-block__title {
  color: #1D1963;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 44px;
  line-height: 57px;
  text-align: left;
  font-family: 'Bodoni-Bold';
  padding: 0 0 18px;
  margin: 0;
}
@media (max-width: 1023px) {
  .info-block__title {
    font-size: 30px;
    line-height: 39px;
    padding: 0 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .info-block__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.info-block__title--small {
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 767px) {
  .info-block__title--small {
    font-size: 26px;
    line-height: 34px;
  }
}
.info-block__title--large {
  font-size: 48px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .info-block__title--large {
    font-size: 32px;
  }
}
.info-block__title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-top: 3px solid #C69868;
}
@media only screen and (max-width: 767px) {
  .info-block__title:after {
    /* display: none; */
  }
}
.info-block__links {
  margin: 0;
  /* padding: 29px 0 0; */
  font-size: 13px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .info-block__links {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #D2D1E1;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .info-block__frame {
    padding-top: 7px;
  }
}
.info-block__link {
  display: inline-block;
  vertical-align: top;
  color: #A97B4C;
  letter-spacing: .093em;
}
.info-block__link .fab {
  font-size: 1.2em;
  margin: 0 3px 0 0;
}
.info-block__link .fal {
  font-size: 1.2em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .info-block__link .fal {
    vertical-align: bottom;
  }
}
.info-block__link .fal:last-child {
  margin-left: 11px;
}
.info-block__link .fa-angle-right {
  margin-left: 5px;
}
.info-block__link .fa-angle-left {
  margin-right: 5px;
}
.info-block__link + .info-block__link {
  margin-left: 45px;
}
@media (max-width: 1023px) {
  .info-block__link + .info-block__link {
    margin-left: 10px;
  }
}
.info-block__link:hover {
  color: #CBAE90;
}
.info-block__text {
  padding: 31px 0 0;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .info-block__text {
    padding: 0 0 5px;
    border-bottom: 1px solid #D2D1E1;
  }
}
.info-block__text p {
  margin: 0 0 6px;
}
.info-block__text a {
  color: #A97B4C;
}
.info-block__text a:hover {
  color: #1D1963;
}
.info-block__text .read-more {
  padding: 7px 0 8px;
  font-size: 12px;
}
.info-block__text .read-more .fa {
  margin-left: 5px;
}
.info-block__about {
  padding: 35px 0 0;
  color: #A97B4C;
  font-size: 16px;
  line-height: 25px;
}

.link-inline-list {
  margin: 0;
  padding: 29px 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .link-inline-list {
    padding: 0;
  }
}
.link-inline-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 59px 18px 0;
}
@media only screen and (max-width: 767px) {
  .link-inline-list li {
    margin: 0;
    padding: 14px 0;
    display: block;
    border-bottom: 1px solid #D2D1E1;
  }
}
.link-inline-list a {
  color: #A97B4C;
}
.link-inline-list a:hover {
  color: #1D1963;
}
.link-inline-list a .fa {
  margin-left: 10px;
  font-size: 12px;
}

.article-block {
  margin: 32px 0 23px;
  display: block;
  color: #A97B4C;
  max-width: 234px;
}
@media (max-width: 1023px) {
  .article-block {
    max-width: 100%;
    margin: 16px 0 0px;
    border-bottom: 1px solid #D2D1E1;
    padding: 0 0 16px;
  }
}
.article-block__header {
  font-size: 26px;
  color: #1D1963;
  letter-spacing: 0;
  text-align: left;
  line-height: 32px;
  margin: 0 0 19px;
  font-family: 'Bodoni-BoldItalic';
}
@media (max-width: 1023px) {
  .article-block__header {
    font-size: 23px;
    line-height: 29px;
    margin: 0 0 6px;
  }
}
.article-block__text {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  margin: 0 0 11px;
}
.article-block__date {
  color: #E0C7AD;
  font-size: 12px;
  line-height: 16px;
}
.article-block:hover {
  color: #1D1963;
}
.article-block:hover .article-block__date {
  color: #1D1963;
}

.faq-list {
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .faq-list {
    margin: 0 0 32px;
  }
}
.faq-list__item {
  border-bottom: 1px solid #D2D1E1;
}
.faq-list__link {
  font-size: 18px;
  color: #1D1963;
  text-align: left;
  line-height: 22px;
  display: block;
  position: relative;
  padding: 25px 20px 25px 5px;
  position: relative;
}
@media (max-width: 1023px) {
  .faq-list__link {
    padding: 13px 10px 13px 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.faq-list__link .fal {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
@media (max-width: 1023px) {
  .faq-list__link .fal {
    margin-top: -6px;
  }
}
.faq-list__link:hover {
  color: #A97B4C;
}

.event-item {
  display: block;
  margin: 40px 0 0;
}
.event-item__visual {
  margin: 0;
}
.event-item__visual img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.event-item__frame {
  background: url(../images/deco02.png) no-repeat 50% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 16px 22px 15px;
  color: #fff;
  position: relative;
}
.event-item__frame > * {
  position: relative;
  z-index: 3;
}
.event-item__frame:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.event-item:hover .event-item__frame:before {
  opacity: 1;
}
.event-item__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin: 0 0 10px;
}
.event-item__footer {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 12px;
  line-height: 22px;
}

.partneer-slider {
  margin: 40px 0;
  padding: 0 20px;
  position: relative;
}
.partneer-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partneer-slider__list img {
  display: inline-block;
  vertical-align: middle;
  opacity: .3;
}
@media only screen and (max-width: 767px) {
  .partneer-slider__list img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.partneer-slider__link {
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .partneer-slider__link {
    height: 90px;
    line-height: 90px;
  }
}
.partneer-slider .slick-arrow.slick-prev {
  left: -20px;
}
.partneer-slider .slick-arrow.slick-next {
  right: -20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  /* display: block; */
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  line-height: 30px;
  margin-top: -15px;
  padding: 0;
  border: none;
  background: none;
  color: #BBB9D1;
  z-index: 12;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #1D1963;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.footer-frame {
  border-top: 1px solid #D2D1E1;
}
@media only screen and (max-width: 767px) {
  .footer-frame__logo {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.footer-frame__social {
  margin: 1px -5px 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .footer-frame__social {
    -webkit-box-flex: 0 0 100px;
    -moz-box-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-frame__social {
    font-size: 24px;
    line-height: 24px;
  }
}
.footer-frame__social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.footer-frame__social a {
  color: #1D1963;
}
.footer-frame__social a:hover {
  color: #A97B4C;
}

.footer-logo {
  margin: -1px 0 0 0;
  width: 131px;
  height: 44px;
  overflow: hidden;
  display: block;
  background: url(../images/footer-logo.svg) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.footer-logo a {
  height: 100%;
  display: block;
}

.copy {
  color: #BBB9D1;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .copy span {
    display: none;
  }
}

.footer-info {
  padding: 22px 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-info {
    display: block;
  }
}

.footer-nav {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    margin: 0 0 3px;
  }
}
.footer-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 55px 0 0;
}
.footer-nav li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-nav li {
    margin: 0 35px 15px 0;
  }
}
.footer-nav a {
  color: #1D1963;
}
.footer-nav a:hover {
  color: #A97B4C;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-links {
    padding: 0 0 18px;
  }
}
.footer-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 55px 0 0;
}
.footer-links li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-links li {
    margin: 0 0px 5px 0;
    display: block;
  }
}
.footer-links a {
  color: #BBB9D1;
}
.footer-links a:hover {
  color: #A97B4C;
}

.main-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .main-wrap {
    display: block;
  }
}

.main-aside {
  width: 213px;
  -webkit-box-flex: 0 0 213px;
  -moz-box-flex: 0 0 213px;
  -webkit-flex: 0 0 213px;
  -ms-flex: 0 0 213px;
  flex: 0 0 213px;
  margin: 0 0 0 70px;
}
@media only screen and (max-width: 1280px) {
  .main-aside {
    display: none;
  }
  .main-aside--inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main-aside {
    display: block;
    margin: 0;
    width: auto;
  }
}

.main-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}
.main-content__info {
  color: #0F0C46;
}

.promo-img {
  margin: 0 0 36px;
}
.promo-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.aside-title {
  color: #1D1963;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Bodoni-Bold';
  margin: 0 0 20px;
}

.aside-information {
  margin-bottom: 36px;
}
.aside-information__title {
  margin-bottom: 12px;
}
.aside-information__text {
  color: #A97B4C;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 6px;
}
.aside-information__more {
  font-size: 12px;
}
.aside-information__more a {
  color: #A97B4C;
}
.aside-information__more a:hover {
  color: #1D1963;
}
.aside-information__more a .fa {
  margin-left: 5px;
}

.aside-article {
  margin: 0 0 34px;
}
.aside-article .event-item {
  margin: 0;
}

.aside-news {
  margin: 0 0 31px;
  display: block;
}
.aside-news .aside-title {
  font-family: 'Bodoni-BoldItalic';
}
.aside-news__text {
  color: #A97B4C;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
}
.aside-news__date {
  font-size: 12px;
  color: #E0C7AD;
}

.aside-ad {
  margin: 0 0 20px;
  border-top: 1px solid #D2D1E1;
  padding-top: 29px;
}
.aside-ad__info {
  color: #A97B4C;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 11px;
}
.aside-ad .aside-title {
  margin-bottom: 9px;
}
.aside-ad__text {
  color: #1D1963;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 9px;
}
.aside-ad__more {
  font-size: 12px;
}
.aside-ad__more a {
  color: #A97B4C;
}
.aside-ad__more a:hover {
  color: #1D1963;
}
.aside-ad__more a .fa {
  margin-left: 5px;
}

.company-table {
  margin: 0 0 50px;
  border-top: 1px solid #D2D1E1;
}
@media only screen and (max-width: 767px) {
  .company-table {
    margin: 0 -30px 40px;
    border: none;
  }
}
.company-table__header {
  border-bottom: 1px solid #D2D1E1;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  z-index: 2;
  padding: 14px 0 15px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .company-table__header {
    padding: 17px 30px 16px;
    font-size: 13px;
    line-height: 16px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static !important;
  }
}
.company-table__sort {
  display: none;
}
@media only screen and (max-width: 767px) {
  .company-table__sort {
    display: block;
  }
}
.company-table__sort .opener {
  color: #A97B4C;
}
.company-table__filter {
  margin: 0;
}
.company-table__filter-opener {
  display: none;
  color: #A97B4C;
}
@media only screen and (max-width: 767px) {
  .company-table__filter-opener {
    display: block;
  }
  .company-table__filter-opener .fa-filter {
    margin: 0 4px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-table__filter {
    display: none;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0 0;
  }
}
.company-table__filter-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 43px 0 0;
}
@media (max-width: 1023px) {
  .company-table__filter-item {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-table__filter-item {
    display: block;
    margin: 0;
    padding: 10px 0;
  }
}
.company-table__filter-item .opener {
  color: #A97B4C;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.93px;
}
.company-table__filter-item .opener .fal {
  font-size: 14px;
  vertical-align: top;
  padding: 4px 0 0 5px;
}
.company-table__settings {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .company-table__settings {
    display: none;
  }
}
.company-table__settings a {
  color: #A97B4C;
}
.company-table__settings .fal {
  font-size: 12px;
  margin: 0 5px 0 0;
}
.company-table table {
  border-collapse: collapse;
  table-layout: fixed;
  color: #1D1963;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .company-table table tr:last-child td {
    padding-bottom: 11px;
  }
}
.company-table table th,
.company-table table td {
  border-right: 1px solid #D2D1E1;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .company-table table th,
  .company-table table td {
    border-right-width: 0;
    line-height: 28px;
  }
}
.company-table table th {
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  padding: 5px 10px 8px;
}
.company-table table th .fa, .company-table table th .fal, .company-table table th .fas {
  font-size: 14px;
  margin: 0 4px 0 0;
}
.company-table table th .fa.fa-lock, .company-table table th .fal.fa-lock, .company-table table th .fas.fa-lock {
  font-size: 11px;
}
.company-table table th a {
  color: #1D1963;
}
.company-table table th a:hover {
  color: #A97B4C;
}
.company-table table td {
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .company-table table td {
    height: 28px;
  }
}
.company-table table td.on-hover {
  background: rgba(169, 123, 76, 0.1);
}
.company-table table td.on-hover .checkbox-wrap .fa-star {
  opacity: 1;
}
.company-table table td.on-hover .lock-link {
  color: #0F0C46;
}
.company-table table td.on-hover .lock-link__text {
  display: inline;
}
.company-table__frame {
  position: relative;
}
.company-table__frame:after {
  display: block;
  clear: both;
  content: '';
}
.company-table__mobile-head {
  display: none;
  border-bottom: 1px solid #D2D1E1;
  padding: 17px 0px;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .company-table__mobile-head {
    display: block;
  }
}
.company-table__mobile-head .name {
  padding-left: 39px;
  color: #1D1963;
  font-size: 13px;
}
.company-table__mobile-head .mobile-column {
  text-align: right;
  position: relative;
  padding-right: 30px;
  color: #A97B4C;
  font-size: 13px;
  line-height: 16px;
}
.company-table__mobile-head .mobile-column__opener {
  color: #A97B4C;
}
.company-table__mobile-head .mobile-column__opener .fa {
  margin: 0 0 0 4px;
}
.company-table__mobile-head .mobile-column__drop {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 18px;
  margin-top: 5px;
  z-index: 4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: none;
}
.company-table__mobile-head .mobile-column__drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-table__mobile-head .mobile-column__drop li {
  margin: 0;
}
.company-table__mobile-head .mobile-column__drop a {
  display: block;
  padding: 5px 12px;
  white-space: nowrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #A97B4C;
}
.company-table__mobile-head .mobile-column.active .mobile-column__drop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .company-table__mobile-head .data-col {
    margin-left: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .company-table__mobile-head .name-col {
    width: 150px !important;
  }
}
.company-table .name-col {
  float: left;
  width: 362px;
  margin-left: -10px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .company-table .name-col {
    font-size: 15px;
    width: 230px;
  }
}
.company-table .name-col table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .company-table .name-col th {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .company-table .name-col td {
    padding-left: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .company-table .name-col .checkbox-holder {
    display: none;
  }
}
.company-table .data-col {
  margin-left: 352px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .company-table .data-col {
    margin-left: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .company-table .data-col table {
    width: 100%;
  }
}
.company-table .data-col th {
  text-align: center;
}
.company-table .data-col th:last-child {
  border-right-width: 0;
}
@media only screen and (max-width: 767px) {
  .company-table .data-col th {
    display: none;
  }
}
.company-table .data-col td {
  width: 132px;
  min-width: 132px;
  text-align: center;
}
.company-table .data-col td:last-child {
  border-right-width: 0;
}
@media only screen and (max-width: 767px) {
  .company-table .data-col td {
    display: none;
    width: auto;
    min-width: 0;
  }
  .company-table .data-col td.show-mobile {
    display: block;
    color: #A97B4C;
    padding-right: 30px;
    text-align: right;
  }
}
.company-table__footer {
  border-top: 1px solid #D2D1E1;
  border-bottom: 1px solid #D2D1E1;
  padding: 12px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
.company-table__footer.onStick {
  position: fixed;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .company-table__footer {
    border-top-width: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .company-table__footer .links {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .company-table__footer .links {
    display: none;
  }
}
.company-table__footer .link {
  display: inline-block;
  vertical-align: top;
  margin: 0 26px 0 0;
  color: #A97B4C;
  font-size: 14px;
  line-height: 20px;
}
.company-table__footer .link:hover {
  color: #1D1963;
}
.company-table__footer .link .fa, .company-table__footer .link .far, .company-table__footer .link .fas {
  font-size: 16px;
  margin: 0 9px 0 0;
}
.company-table__footer .link .fa.fa-file-pdf, .company-table__footer .link .far.fa-file-pdf, .company-table__footer .link .fas.fa-file-pdf {
  margin: 0 11px 0 0;
}
.company-table__footer .link .fa.fa-print, .company-table__footer .link .far.fa-print, .company-table__footer .link .fas.fa-print {
  margin: 0 5px 0 0;
}
.company-table__footer .link .fa.fa-arrow-alt-circle-up, .company-table__footer .link .far.fa-arrow-alt-circle-up, .company-table__footer .link .fas.fa-arrow-alt-circle-up {
  margin: 0 5px 0 0;
}
.company-table .checkbox-wrap {
  position: relative;
}
@media only screen and (max-width: 1380px) {
  .company-table .checkbox-wrap {
    display: inline-block;
  }
}
.company-table .checkbox-wrap a {
  color: #1D1963;
}
.company-table .checkbox-wrap a.js-to-fav:hover {
  color: #A97B4C;
}
.company-table .checkbox-wrap .fa-star {
  opacity: 0;
  margin-left: 5px;
  font-size: 14px;
}
.company-table .checkbox-wrap .fa-star.fas {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .company-table .checkbox-wrap .fa-star {
    display: none;
  }
}
.company-table .lock-link {
  color: #D2D1E1;
}
.company-table .lock-link__text {
  display: none;
  padding: 0 0 0 5px;
}
.company-table .sort-active {
  color: #A97B4C;
}
.company-table .sort-active a {
  color: #A97B4C;
}
.company-table .ads-row td, .company-table .ads-row th {
  background: rgba(169, 123, 76, 0.1);
  font-weight: 500;
}
.company-table .ads-row__text {
  position: absolute;
  top: -1px;
  left: 0;
  color: #A97B4C;
  font-size: 9px;
  height: 34px;
  width: 50px;
  left: -60px;
  background: rgba(169, 123, 76, 0.1);
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 1380px) {
  .company-table .ads-row__text {
    left: 100%;
    background: none;
    margin: 0 0 0 5px;
    height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-wrapper > .scroll-content {
    overflow: visible !important;
  }
}

.checkbox-holder {
  display: inline-block;
  position: relative;
  line-height: 20px;
}
.checkbox-holder [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox-holder [type="checkbox"] + .checkbox-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  /* font-weight: normal; */
}
.checkbox-holder [type="checkbox"] + .checkbox-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  border: 1px solid #D2D1E1;
  /* background: #fff; */
  /* border-radius: 4px; */
}
.checkbox-holder [type="checkbox"] + .checkbox-label:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  margin: 0;
  top: 8px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #0F0C46;
  border-left: 2px solid #0F0C46;
}
.checkbox-holder [type="checkbox"]:not(:checked) + .checkbox-label:after {
  display: none;
}
.checkbox-holder [type="checkbox"]:checked + .checkbox-label:after {
  display: block;
}
.checkbox-holder [type="checkbox"]:disabled + .checkbox-label {
  color: #aaa;
}
.checkbox-holder [type="checkbox"]:disabled + .checkbox-label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-holder [type="checkbox"]:disabled + .checkbox-label:after {
  color: #999;
}

.external-scroll_x,
.external-scroll_y {
  top: 13px;
  height: 17px;
  border: 1px solid #D2D1E1;
  border-radius: 10px;
  position: absolute;
  left: 352px;
  right: 0;
  width: auto;
  margin: 0;
}
@media (max-width: 1023px) {
  .external-scroll_x,
  .external-scroll_y {
    left: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .external-scroll_x,
  .external-scroll_y {
    display: none;
  }
}
.external-scroll_x .scroll-element_outer,
.external-scroll_y .scroll-element_outer {
  height: 7px;
  top: 4px;
  left: 4px;
  right: 4px;
  width: auto;
}
.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
  background-color: #CA9B6A;
}
.external-scroll_x .scroll-bar__handler,
.external-scroll_y .scroll-bar__handler {
  position: absolute;
  top: -10px;
  bottom: -10px;
  height: auto;
  left: 0;
  right: 0;
}
.external-scroll_x:hover .scroll-bar,
.external-scroll_y:hover .scroll-bar {
  background-color: #1D1963;
}
.external-scroll_x.scroll-draggable .scroll-bar,
.external-scroll_y.scroll-draggable .scroll-bar {
  background-color: #1D1963;
}

.external-scroll_x div,
.external-scroll_y div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  border-radius: 8px;
}

.external-scroll_x .scroll-bar {
  width: 100px;
}

.external-scroll_y .scroll-bar {
  height: 100px;
}

.tabset .tab {
  display: none;
}
.tabset .tab.active {
  display: block;
}

.main-promo-visual {
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .main-promo-visual {
    margin: 0 0 22px;
  }
}
.main-promo-visual img {
  display: block;
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-title {
  color: #0F0C46;
  font: 48px/52px 'Bodoni-Bold';
  margin: -5px 0 24px;
}
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 13px;
  }
}

.profile-tabset {
  margin: 0 0 53px;
  position: relative;
}

.tab-control {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .tab-control {
    border-top: 1px solid #D2D1E1;
  }
}
.tab-control li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 46px 0 0;
  padding: 0 0 15px;
}
@media (max-width: 1023px) {
  .tab-control li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-control li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D2D1E1;
  }
}
.tab-control li:last-child {
  margin-right: 0;
}
.tab-control a {
  display: block;
  color: #A97B4C;
  position: relative;
  letter-spacing: .3px;
}
@media only screen and (max-width: 767px) {
  .tab-control a {
    padding: 15px 0 14px;
    position: relative;
    display: block;
  }
  .tab-control a span {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}
.tab-control a sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -6px;
}
@media only screen and (max-width: 767px) {
  .tab-control a sup {
    font-size: 1em;
    float: right;
    top: auto;
    position: absolute;
    right: 0;
  }
}
.tab-control a:hover {
  color: #1D1963;
}
.tab-control a .fa {
  margin-right: 9px;
}
.tab-control .active a {
  color: #1D1963;
}
@media only screen and (max-width: 767px) {
  .tab-control .active a span:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    border-top: 3px solid #1D1963;
    margin-bottom: -1px;
  }
}
.tab-control .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #1D1963;
  margin-bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .tab-control .active:after {
    display: none;
  }
}

.profile-header {
  position: relative;
  position: absolute;
  top: 0;
  left: 318px;
  right: 0;
  border-bottom: 1px solid #D2D1E1;
}
@media only screen and (max-width: 1280px) {
  .profile-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-header {
    margin-bottom: 0;
  }
}
.profile-header__row {
  position: relative;
  padding-right: 160px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .profile-header__row {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-header__row {
    padding: 0;
  }
}
.profile-header__row .add-review {
  position: absolute;
  right: 0;
  top: 0;
  color: #A97B4C;
}
.profile-header__row .add-review:hover {
  color: #1D1963;
}
.profile-header__row .add-review .fa {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .profile-header__row .add-review {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    padding: 14px 0;
  }
}

.profile-item {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .profile-item {
    display: block;
  }
}

.profile-aside {
  width: 253px;
  max-width: 253px;
  -webkit-box-flex: 0 0 253px;
  -moz-box-flex: 0 0 253px;
  -webkit-flex: 0 0 253px;
  -ms-flex: 0 0 253px;
  flex: 0 0 253px;
  margin: 0 65px 0 0;
}
@media only screen and (max-width: 1280px) {
  .profile-aside {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .profile-aside {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-aside {
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
    border-bottom: 1px solid #D2D1E1;
  }
}

.profile-frame {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 107px;
}
.profile-frame--has-indent {
  padding-top: 128px;
}
@media only screen and (max-width: 1280px) {
  .profile-frame {
    padding-top: 0;
  }
}

.profile-logo {
  border: 1px solid #D2D1E1;
  margin: 0 0 24px;
  height: 107px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .profile-logo {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 28px 0 29px;
    margin: 0 0 14px;
    height: auto;
  }
}
.profile-logo img {
  margin: auto;
}

.profile-to-fav {
  text-align: center;
  margin: 0 0 26px;
}
@media only screen and (max-width: 767px) {
  .profile-to-fav {
    text-align: left;
    margin: 0 0 14px;
  }
}

.profile-to-fav-link {
  color: #A97B4C;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .profile-to-fav-link {
    font-size: 11px;
  }
}
.profile-to-fav-link:hover {
  color: #1D1963;
}
.profile-to-fav-link .fa {
  margin: 2px 3px 0 0;
  vertical-align: top;
  font-size: 1.3em;
}

.profile-managment {
  border-top: 1px solid #D2D1E1;
  padding: 25px 0 0;
}
.profile-managment__title {
  margin: 0 0 29px;
  color: #0F0C46;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Bodoni-Bold';
}
@media only screen and (max-width: 767px) {
  .profile-managment__title {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

.profile-managment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-managment-list__item {
  margin: 0 0 30px;
}

.profile-managment-item {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.profile-managment-item__visual {
  -webkit-box-flex: 0 0 107px;
  -moz-box-flex: 0 0 107px;
  -webkit-flex: 0 0 107px;
  -ms-flex: 0 0 107px;
  flex: 0 0 107px;
  margin: 0 29px 0 0;
}
.profile-managment-item__visual img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.profile-managment-item__name {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 500;
}
.profile-managment-item__post {
  padding: 4px 0 0;
  color: #A97B4C;
  font-size: 12px;
  line-height: 19px;
}

.profile-yo {
  border-top: 1px solid #D2D1E1;
  padding: 20px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #A97B4C;
}
.profile-yo__year {
  font-size: 54px;
  line-height: 54px;
  margin: 0 27px 0 -6px;
  letter-spacing: -2px;
  font-family: 'Bodoni-Bold';
}
.profile-yo__text {
  margin: 0 0 10px;
}

.profile-cert {
  border-top: 1px solid #D2D1E1;
  padding: 25px 0;
  color: #1D1963;
}
.profile-cert .title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 10px;
}
.profile-cert p {
  margin: 0;
}

.profile-stat {
  border-top: 1px solid #D2D1E1;
  padding: 24px 0 24px;
  color: #A97B4C;
}
.profile-stat .title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 10px;
}
.profile-stat p {
  margin: 0;
}

.profile-info {
  border-top: 1px solid #D2D1E1;
  padding: 24px 0 0;
}
.profile-info__block {
  margin: 0 0 27px;
  color: #1D1963;
}
.profile-info__block .num {
  font-size: 54px;
  line-height: 54px;
  margin: 0 0 1px;
  font-family: 'Bodoni-Bold';
}
.profile-info__block p {
  margin: 0;
}
.profile-info__block--yell {
  color: #A97B4C;
}

.profile-edit {
  border-top: 1px solid #D2D1E1;
  padding: 27px 0;
}
@media only screen and (max-width: 767px) {
  .profile-edit {
    padding: 18px 0;
    font-size: 12px;
  }
}
.profile-edit__link {
  letter-spacing: 1px;
  color: #A97B4C;
}
.profile-edit__link:hover {
  color: #1D1963;
}
.profile-edit__link .fa {
  margin: 0 10px 0 0;
}

.profile-office {
  position: relative;
}
.profile-office__tab {
  display: none;
}
@media only screen and (max-width: 767px) {
  .profile-office__tab {
    display: block !important;
    margin: 0 0 12px;
  }
}
.profile-office__tab.active {
  display: block;
}

.profile-text {
  font-size: 14px;
  line-height: 24px;
  color: #0F0C46;
}
.profile-text p {
  margin: 0 0 10px;
}

.profile-promo-links {
  margin: 46px 0 52px;
}
@media only screen and (max-width: 1280px) {
  .profile-promo-links {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .profile-promo-links {
    margin-top: 24px;
  }
}

.profile-links {
  border-top: 1px solid #D2D1E1;
  padding: 35px 0 0;
  margin: 42px 0 6px;
}
@media only screen and (max-width: 767px) {
  .profile-links {
    margin: 23px 0 6px;
    padding: 25px 0 0;
  }
}
.profile-links__title {
  color: #0F0C46;
  letter-spacing: 1px;
  margin: 0 0 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.profile-links__list {
  margin: 0;
  padding: 0 0 32px;
  list-style: none;
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .profile-links__list {
    padding: 0 0 14px;
  }
}
.profile-links__list li {
  margin: 0 0 6px;
}
.profile-links__list a {
  color: #A97B4C;
}
.profile-links__list a:hover {
  color: #0F0C46;
}

.profile-map {
  margin: 0 0 22px;
}
@media only screen and (max-width: 767px) {
  .profile-map {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 15px;
  }
}

.profile-office {
  margin: 0;
}
.profile-office__tab-control {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #D2D1E1;
  font-size: 28px;
  line-height: 30px;
  font-family: 'Bodoni-Bold';
}
@media only screen and (max-width: 767px) {
  .profile-office__tab-control {
    display: none;
  }
}
.profile-office__tab-control li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 17px;
  margin: 0 40px 0 0;
  position: relative;
}
.profile-office__tab-control li:last-child {
  margin-right: 0;
}
.profile-office__tab-control a {
  color: #1D1963;
}
.profile-office__tab-control a:hover {
  color: #A97B4C;
}
.profile-office__tab-control .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #A97B4C;
  margin-bottom: -1px;
}
.profile-office__tab-header {
  display: none;
  border-bottom: 1px solid #D2D1E1;
  padding: 0 0 12px;
  color: #A97B4C;
  font-size: 26px;
  line-height: 28px;
  font-family: 'Bodoni-Bold';
}
.profile-office__tab-header span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.profile-office__tab-header span:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  border-top: 3px solid #A97B4C;
  display: none;
}
@media only screen and (max-width: 767px) {
  .profile-office__tab-header {
    display: block;
  }
}
.profile-office__tab-expanded {
  display: block;
}
@media only screen and (min-width: 768px) {
  .profile-office__tab-expanded {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .profile-office__tab-expanded {
    display: none;
    border-bottom: 1px solid #D2D1E1;
    padding: 16px 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-office__tab.active .profile-office__tab-expanded {
    display: block;
  }
  .profile-office__tab.active .profile-office__tab-header {
    color: #1D1963;
  }
  .profile-office__tab.active .profile-office__tab-header span:after {
    display: block;
  }
}
.profile-office__information {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .profile-office__information {
    display: block;
  }
}
.profile-office__address {
  color: #A97B4C;
}
@media only screen and (max-width: 767px) {
  .profile-office__address {
    line-height: 22px;
    margin: 0 0 20px;
  }
}
.profile-office__address a {
  color: #A97B4C;
}
.profile-office__address a:hover {
  color: #1D1963;
}
.profile-office__address p {
  margin: 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .profile-office__address p {
    margin-bottom: 5px;
  }
}
.profile-office__links {
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .profile-office__links {
    text-align: left;
  }
}
.profile-office__links .link {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 26px;
}
@media only screen and (max-width: 1280px) {
  .profile-office__links .link {
    margin: 0 26px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .profile-office__links .link {
    display: block;
    margin: 0 0 9px;
  }
}
.profile-office__links .link .fa {
  font-size: 1.3em;
  margin-right: 3px;
  vertical-align: top;
  margin-top: 2px;
}

.profile-rating {
  border-top: 1px solid #D2D1E1;
  padding: 25px 0 23px;
}
.profile-rating__title {
  color: #A97B4C;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 12px;
  font-family: 'Bodoni-Bold';
}
.profile-rating__head {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 31px;
}
.profile-rating__text {
  color: #A97B4C;
}
.profile-rating__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-rating__list li {
  margin: 0px 0 4px;
}

.rating-stars {
  font-size: 18px;
  line-height: 20px;
}
.rating-stars .fa {
  margin: 0 -3px 0 0;
  color: #D2D1E1;
}
.rating-stars .fa.active {
  color: #A97B4C;
}

.profile-rating-line {
  position: relative;
  padding: 8px 29px 0 18px;
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-rating-line__num {
  position: absolute;
  left: 0;
  top: 0;
  color: #A97B4C;
}
.profile-rating-line__val {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  color: #BBB9D1;
}
.profile-rating-line__row {
  background: #D2D1E1;
  height: 3px;
  position: relative;
  margin: 0;
}
.profile-rating-line__row span {
  position: absolute;
  top: 0;
  left: 0;
  background: #A97B4C;
  height: 100%;
}

.accordion .expanded {
  display: none;
}
.accordion .active .expanded {
  display: block;
}
.accordion .active .vacancy-heading__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #1D1963;
}

.vacancy-accordion {
  color: #1D1963;
  margin-bottom: 20px;
}
.vacancy-accordion .item:first-child .vacancy-heading {
  border-top-width: 0;
}

.vacancy-heading {
  border-top: 1px solid #D2D1E1;
  padding: 24px 30px 24px 0;
  cursor: pointer;
  position: relative;
}
.vacancy-heading__icon {
  position: absolute;
  right: 0;
  top: 27px;
  font-size: 12px;
  line-height: 20px;
  color: #BBB9D1;
}
.vacancy-heading:hover .vacancy-heading__icon {
  color: #1D1963;
}
.vacancy-heading__title {
  color: #1D1963;
  font-size: 18px;
  line-height: 24px;
}
.vacancy-heading__title .new-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 10px;
  color: #FD6161;
  line-height: 10px;
  top: 0;
  margin-left: 6px;
}
.vacancy-heading__text {
  padding: 9px 0 2px;
}
.vacancy-heading__city {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  color: #A97B4C;
}
.vacancy-heading__date {
  display: inline-block;
  vertical-align: top;
  color: #BBB9D1;
}

.vacancy-text {
  padding: 0 0 48px;
}
.vacancy-text__title {
  color: #A97B4C;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Bodoni-Bold';
  margin: 0 0 12px;
}
.vacancy-text__list {
  margin: 0;
  padding: 0 0 19px;
  list-style: none;
  color: #1D1963;
}
.vacancy-text__list li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 17px;
}
.vacancy-text__list li:before {
  content: '';
  position: absolute;
  background: #1D1963;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 6px;
  left: 2px;
}
.vacancy-text__text {
  margin: 0 0 26px;
}
.vacancy-text__name {
  margin: 0 0 36px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 15px 52px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.btn-blue {
  background: #1D1963;
  color: #fff;
}
.btn-blue:hover {
  background: #A97B4C;
}
.btn-link {
  background: none;
  color: #A97B4C;
  border: none;
}
.btn-link:hover {
  color: #1D1963;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reviews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reviews-list__item {
  padding: 21px 0 23px;
  border-top: 1px solid #D2D1E1;
}
.reviews-list__item:first-child {
  border-top-width: 0;
}

.reviews-item {
  margin: 0;
}
.reviews-item__title {
  color: #1D1963;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}
.reviews-item__info {
  padding: 0 0 13px;
  font-size: 14px;
  line-height: 20px;
}
.reviews-item__rating {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 0 0;
}
.reviews-item__date {
  display: inline-block;
  vertical-align: top;
  color: #A97B4C;
  margin: 0 11px 0 0;
}
.reviews-item__report {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.reviews-item__report a {
  color: #BBB9D1;
}
.reviews-item__report a:hover {
  color: #A97B4C;
}
.reviews-item__report a .fa {
  margin: 0 5px 0 0;
}
.reviews-item__text {
  position: relative;
  padding: 0 0 0 26px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
}
.reviews-item__text.positive {
  color: #1D1963;
}
.reviews-item__text.negative {
  color: #A97B4C;
}
.reviews-item__icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
}

.articles-filter {
  border-bottom: 1px solid #D2D1E1;
  padding: 14px 0;
}
@media only screen and (max-width: 767px) {
  .articles-filter {
    padding: 0;
    border: none;
  }
}
.articles-filter__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 767px) {
  .articles-filter__item {
    padding: 13px 0;
    border-bottom: 1px solid #D2D1E1;
    margin: 0;
    display: block;
  }
}
.articles-filter__item .opener {
  color: #A97B4C;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.93px;
}
.articles-filter__item .opener .fal {
  font-size: 14px;
  vertical-align: top;
  padding: 4px 0 0 11px;
}

.paging {
  border-bottom: 1px solid #D2D1E1;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 22px;
  margin: 66px 0 67px;
}
@media only screen and (max-width: 767px) {
  .paging {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.paging a {
  color: #A97B4C;
}
.paging a:hover {
  color: #1D1963;
}
.paging__next {
  white-space: nowrap;
}
.paging__next .fa {
  margin: 0 0 0 9px;
}

.paging-list {
  margin: 0 37px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .paging-list {
    margin-right: 4px;
  }
}
.paging-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.paging-list a {
  display: block;
  padding: 0 4px;
}
.paging-list .active a {
  color: #1D1963;
}
.paging-list .active:after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  border-top: 3px solid #C69868;
}

.faq-accordion {
  font-size: 16px;
  line-height: 27px;
}
.faq-accordion p {
  margin: 0 0 12px;
}
.faq-accordion .item {
  border-bottom: 1px solid #D2D1E1;
}
.faq-accordion .heading {
  font-size: 18px;
  line-height: 22px;
  padding: 25px 30px 25px 0;
  cursor: pointer;
  position: relative;
}
.faq-accordion .heading .icon {
  position: absolute;
  right: 0;
  top: 27px;
  font-size: 12px;
  line-height: 20px;
  color: #1D1963;
}
.faq-accordion .heading:hover .icon {
  opacity: .7;
}
.faq-accordion .expanded {
  padding-bottom: 20px;
}
.faq-accordion .active .heading {
  color: #A97B4C;
}
.faq-accordion .active .heading .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #A97B4C;
}

.company-table-block .info-block__title {
  padding: 0 0 16px;
}
.company-table-block .info-block__title:after {
  display: none;
}

.modal-content {
  display: none;
  width: 645px;
  padding: 30px 40px;
}

.modal-header {
  margin-bottom: 27px;
}
.modal-header .info-block__title {
  padding-bottom: 21px;
}

.modal-text {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px;
  color: #1D1963;
}

.form-row {
  margin-bottom: 22px;
}

.control-label-block {
  color: #1D1963;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 8px;
}

.input-help {
  color: #BBB9D1;
  font-size: 14px;
  line-height: 20px;
}

.form-input {
  border: 1px solid #BBB9D1;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border-radius: 0;
}

.fs-dropdown-selected {
  border: 1px solid #BBB9D1;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 20px;
  color: #1D1963;
}
.fs-dropdown-selected:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome_old;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  top: 14px;
  right: 16px;
}

.has-error .form-input,
.has-error .fs-dropdown-selected {
  border-color: #E16868;
}
.has-error .input-help {
  color: #E16868;
}

.fs-dropdown-options {
  border: 1px solid #BBB9D1;
  border-top-width: 0;
}

.fs-dropdown-item {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #1D1963;
}
.fs-dropdown-item:hover {
  background: #A97B4C;
  color: #fff;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border-color: #BBB9D1;
}

.fs-scrollbar-handle {
  background: #A97B4C;
  border-radius: 50px;
  width: 14px;
  right: 3px;
}

.rating-row {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 9px 0 4px;
}
.rating-row__label {
  color: #1D1963;
  font-size: 18px;
  line-height: 20px;
  margin: 0 11px 0 0;
}
.rating-row__rate {
  margin: 0;
}

.jq-ry-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.checkbox-list {
  margin: 0;
  padding: 0 0 25px;
  list-style: none;
  color: #1D1963;
}
.checkbox-list li {
  margin: 0 0 11px;
}

.checkbox-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
}
.checkbox-holder [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox-holder [type="checkbox"] + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-weight: normal;
}
.checkbox-holder [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #D2D1E1;
  background: #fff;
  border-radius: 0px;
}
.checkbox-holder [type="checkbox"] + label:after {
  color: #0F0C46;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome_old;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  margin: 0;
  top: 6px;
  left: 5px;
}
.checkbox-holder [type="checkbox"]:not(:checked) + label:after {
  display: none;
}
.checkbox-holder [type="checkbox"]:checked + label:after {
  display: block;
}
.checkbox-holder [type="checkbox"]:disabled + label {
  color: #aaa;
}
.checkbox-holder [type="checkbox"]:disabled + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-holder [type="checkbox"]:disabled + label:after {
  color: #999;
}

.attach-file {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.attach-file__link {
  color: #1D1963;
}
.attach-file__link .fa {
  margin-right: 5px;
}
.attach-file input {
  position: absolute;
  opacity: 0;
  font-size: 100px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.form-buttons {
  padding: 26px 0 13px 0;
}
.form-buttons .btn {
  font-size: 16px;
  padding-left: 71px;
  padding-right: 71px;
}
.form-buttons .btn-link {
  padding-left: 35px;
  padding-right: 35px;
}

.feedback-form {
  margin-bottom: 30px;
}
.feedback-form__title {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Bodoni-Bold';
  color: #1D1963;
  margin: 0 0 15px;
}
.feedback-form__text {
  color: #1D1963;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 15px;
}
.feedback-form .form-row {
  margin-bottom: 16px;
}

.help-text {
  font-size: 16px;
  line-height: 27px;
  padding: 42px 0 0;
}
.help-text p {
  margin: 0 0 12px;
}

.article {
  color: #0F0C46;
  font-size: 16px;
  line-height: 29px;
  padding: 25px 0 33px;
}
.article p {
  margin: 0 0 32px;
}
.article a {
  color: #A97B4C;
}
.article__text {
  font-size: 18px;
  line-height: 31px;
  margin: 0 0 30px;
}
.article__author {
  margin: 0 0 17px;
  font-size: 14px;
  line-height: 20px;
}
.article__author-name {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  color: #A97B4C;
}
.article__author-name a {
  color: #A97B4C;
}
.article__author-date {
  display: inline-block;
  vertical-align: top;
  color: #BBB9D1;
}
.article__subtitle {
  font-size: 32px;
  line-height: 42px;
  color: #1D1963;
  font-family: 'Bodoni-Bold';
  margin: 37px 0 19px;
  font-weight: normal;
}
.article__big-text {
  font-size: 26px;
  line-height: 34px;
  color: #1D1963;
  margin: 0 0 19px;
  font-weight: normal;
  font-family: 'Bodoni-BoldItalic';
}

.article-visual {
  position: relative;
  margin-bottom: 40px;
  margin-top: 45px;
}
.article-visual img {
  max-width: 100%;
  height: auto;
}
.article-visual--left {
  float: left;
  margin-right: 70px;
  margin-top: 11px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .article-visual--left {
    float: none;
    margin-right: 0;
  }
}
.article-visual__description {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
}

.article-quote {
  color: #A97B4C;
  padding: 0 0 0 30px;
  margin: 0 0 26px;
}
.article-quote__text {
  position: relative;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 11px;
  font-family: 'Bodoni-BoldItalic';
}
.article-quote__text:before {
  content: '—';
  position: absolute;
  top: 0;
  left: -30px;
}
.article-quote__author {
  font-size: 14px;
  line-height: 20px;
}

.article-slider {
  position: relative;
  margin: 44px 0 34px;
}
.article-slider img {
  max-width: 100%;
  height: auto;
}
.article-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-slider__arrow {
  position: static;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #A97B4C;
}
.article-slider__arrow:hover {
  color: #0F0C46;
}
.article-slider__current {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 70px;
  font-size: 16px;
  line-height: 24px;
  color: #A97B4C;
  margin: 0 14px;
}
.article-slider__controls {
  padding: 18px 0 0;
}

.subscribe {
  padding: 38px 0 4px;
}
.subscribe .input-wrap {
  margin-bottom: 20px;
}

.cabinet-table-wrap {
  overflow: auto;
}

.cabinet-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #D2D1E1;
  min-width: 800px;
}
.cabinet-table th {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  padding: 11px 15px;
  border: 1px solid #D2D1E1;
  border-top-width: 0;
}
.cabinet-table th:first-child {
  padding-left: 0;
  border-left-width: 0;
}
.cabinet-table th:last-child {
  padding-right: 0;
  border-right-width: 0;
}
.cabinet-table tr:first-child td {
  padding-top: 16px;
}
.cabinet-table tr:last-child td {
  padding-bottom: 20px;
}
.cabinet-table td {
  padding: 7px 15px 6px;
  border: 1px solid #D2D1E1;
  border-top-width: 0;
  border-bottom-width: 0;
  color: #BBB9D1;
}
.cabinet-table td:first-child {
  padding-left: 0;
  border-left-width: 0;
}
.cabinet-table td:last-child {
  padding-right: 0;
  border-right-width: 0;
}
.cabinet-table .active td {
  color: #1D1963;
}
.cabinet-table .name {
  font-size: 18px;
}
.cabinet-table .info {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.cabinet-table .info .text {
  color: #D24444;
}
.cabinet-table a {
  color: #A97B4C;
}
.cabinet-table a .fa-angle-right {
  margin-left: 5px;
}

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

.about-block {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 52px;
  padding: 27px 0 0;
}
@media only screen and (max-width: 767px) {
  .about-block {
    display: block;
  }
}
.about-block__visual {
  -webkit-box-flex: 0 0 248px;
  -moz-box-flex: 0 0 248px;
  -webkit-flex: 0 0 248px;
  -ms-flex: 0 0 248px;
  flex: 0 0 248px;
  min-width: 248px;
  margin: 4px 71px 0 0;
}
@media only screen and (max-width: 767px) {
  .about-block__visual {
    margin: 0 0 20px;
    min-width: 0;
  }
}
.about-block__frame {
  font-size: 16px;
  line-height: 25px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.about-block__text {
  color: #1D1963;
  margin: 0;
}
.about-block p {
  margin: 0 0 12px;
}
.about-block__footer {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.about-block__sign {
  margin: -22px 32px 0 0;
}
@media only screen and (max-width: 1280px) {
  .about-block__sign {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .about-block__sign {
    max-width: 150px;
    margin: 0 0 0 20px;
  }
  .about-block__sign img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-block__sign {
    max-width: 100px;
  }
}
.about-block__author {
  padding-bottom: 44px;
}
@media (max-width: 1023px) {
  .about-block__author {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-block__author {
    padding-bottom: 0;
  }
}
.about-block__name {
  font: 26px/28px 'Bodoni-Bold';
  margin: 0 0 2px;
  color: #1D1963;
}
.about-block__post {
  color: #A97B4C;
  font-size: 14px;
  line-height: 20px;
}

.premium-blocks {
  max-width: 1085px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: -79px auto 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .premium-blocks {
    display: block;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.premium-col {
  min-width: 0;
  -webkit-box-flex: 1 1 309px;
  -moz-box-flex: 1 1 309px;
  -webkit-flex: 1 1 309px;
  -ms-flex: 1 1 309px;
  flex: 1 1 309px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .premium-col {
    display: block;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .premium-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.premium-col--popular {
  -webkit-box-flex: 1 1 349px;
  -moz-box-flex: 1 1 349px;
  -webkit-flex: 1 1 349px;
  -ms-flex: 1 1 349px;
  flex: 1 1 349px;
}
.premium-col--popular .premium-block__header {
  font-size: 22px;
}
.premium-col--popular .premium-block__price {
  font-size: 72px;
  margin: 0 0 19px;
}
@media only screen and (max-width: 410px) {
  .premium-col--popular .premium-block__price {
    font-size: 60px;
  }
}
.premium-col--popular .premium-block__wrap {
  padding: 49px 0 0;
}
.premium-col--popular .premium-block__description {
  margin-bottom: 13px;
}
.premium-col--popular .btn {
  font-size: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.premium-block {
  background: #fff;
  padding: 0 25px 30px;
  box-shadow: 0 4px 20px 0 rgba(29, 25, 99, 0.2);
  margin-bottom: 26px;
  text-align: center;
}
.premium-block__header {
  text-align: center;
  border-bottom: 1px solid #D2D1E1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 18px;
  color: #1D1963;
  font-size: 18px;
  line-height: 25px;
}
.premium-block__wrap {
  padding: 68px 0 0;
}
@media only screen and (max-width: 410px) {
  .premium-block__wrap {
    padding-top: 40px;
  }
}
.premium-block__price {
  font: 60px/1 'Bodoni-Bold';
  margin: 0 0 17px;
  background: linear-gradient(30deg, #936C44 3%, #D4A16E 56%, #936C44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D4A16E;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .premium-block__price {
    font-size: 50px;
  }
}
@media only screen and (max-width: 410px) {
  .premium-block__price {
    font-size: 40px;
  }
}
.premium-block__description {
  color: #A97B4C;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 18px;
}
.premium-block__popular {
  /* height: 34px; */
  /* height: 2.429em; */
  position: relative;
  /* background-image: linear-gradient(30deg, #936C44 3%, #D4A16E 56%, #936C44 80%); */
  background: #aa7e4e;
  background: -moz-linear-gradient(45deg, #c3925f 0%, #cc9b65 30%, #aa7e4e 94%);
  background: -webkit-linear-gradient(45deg, #c3925f 0%, #cc9b65 30%, #aa7e4e 94%);
  background: linear-gradient(45deg, #c3925f 0%, #cc9b65 30%, #aa7e4e 94%);
  margin: 0 -25px 12px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  /* font-size: 13px; */
  font-size: 0.929em;
  padding: 0.77em 0;
  /* padding: 9px 0; */
  /* line-height: 16px; */
  line-height: 1.143em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.premium-block__popular:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 26px 18px 0 0; */
  border-width: 1.857em 1.286em 0 0;
  border-color: #aa7e4e transparent transparent transparent;
}
.premium-block__popular:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 26px 0 0 18px; */
  border-width: 1.857em 0 0 1.286em;
  border-color: transparent transparent transparent #aa7e4e;
}

.premium-help {
  max-width: 760px;
  margin: auto;
  color: #1D1963;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
.main-promo__title:before, .main-promo__title:after{
	display: none;
}

.article iframe{
	width:959px;
	height:458px;
}