@font-face {
  font-family: 'PFDinTextCondPro-Regular';
  src: url('../fonts/pfdintextcondpro-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
  src: url('../fonts/pfdintextcondpro-regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

*:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0
}

body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

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

[hidden] {
  display: none
}

ul, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.select__wrap {
  position: relative;
}

.select__wrap:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-right-color: #000;
  border-bottom-color: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 20px 0 0;
}

select::-ms-expand {
  display: none;
}

header {
  background: #fefefe;
  padding: 20px 0;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
}

header ul {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  text-align: right;
}

header ul li {
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #68498c;
  font-size: 18px;
}

header ul li span {
  display: block;
  cursor: pointer;
}

header ul li.active span {
  color: #ffa33c;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #000;
  padding: 20px 0;
}


.for_video {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;

  display: block;
  width: 100%;
  height: 100%;

  background: #000;
}

.for_video video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  opacity: .3;
}

.bx-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0 55px;
}

.bx-bx > li {
  display: table;
  width: 100%;
  height: 100%;
}

.bx-bx li .wrap {
  display: table-cell;
  vertical-align: middle;
}

.main_page {
  color: #fff;
}

.main_page,
.about_company,
.products_block,
.partners_block,
.news,
.contact {
  position: relative;
}

.main_page:before,
.about_company:before,
.products_block:before,
.partners_block:before,
.news:before,
.contact:before {
  content: '';
  position: absolute;
  opacity: .1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.about_company:before {
  opacity: .3;
}

.products_block:before {
  opacity: .3;
}

.partners_block:before {
  opacity: .3;
}

.news:before {
  opacity: .3;
}

.contact:before {
  opacity: .3;
}


.main_page h2 {
  margin-top: -50px;
  font-size: 110px;
  line-height: 1;
  text-transform: uppercase;
}

.main_page h2 span {
  display: block;
}

.main_page .for_button {
  outline: none;
  border: none;
  text-transform: uppercase;
  background: #ffa33c;
  color: #fff;
  padding: 20px 50px;
  margin: 15px 0;
  cursor: pointer;
  font-size: 20px;
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
}

.about_company h3 {
  padding-bottom: 100px !important;
}

.company_block {
  display: table;
  width: 100%;
  font-size: 0;
  padding-bottom: 100px;
}

.company_block .left_block,
.company_block .right_block {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 80%;
  padding: 10px 20px;
}

.company_block .left_block {
  padding-right: 60px;
}

.company_block .right_block {
  padding-left: 30px;
  width: 0;
}

.company_block .left_block p {
  font-size: 24px;
  line-height: 35px;
}

.company_block .left_block p span {
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
}

.company_block .right_block ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px;
  font-size: 24px;
}

.for_company {
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  padding-left: 20px;
  padding-bottom: 120px;
}

.for_company p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 24px;
}

.for_company > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 42px;
  color: #ffa33c;
}

.for_company p span {
  color: #ffa33c;
}

.for_company p span span {
  color: #fff;
}

.for_company p text {
  display: block;
}

.for_company p small {
  position: absolute;
  bottom: 100%;
  font-size: 94px;
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
  color: #ffa33c;
}

.for_company p:first-child text {
  padding-left: 3px;
}

.for_company p:first-child + p text {
  padding-left: 40px;
}

.for_company p:first-child + p small {
  left: 20px;
}

.for_company p:first-child + p small img {
  display: inline-block;
  margin-bottom: 10px;
}

.for_company p:last-child text {
  padding-left: 13px;
}

.for_company p:last-child small {
  left: 20px;
}

.products_block h3,
.about_company h3,
.partners_block h3,
.news h3,
.contact h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 60px;
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
}

.news h3 {
  padding-top: 10px;
}

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

.products_block ul li {
  padding-top: 115px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 25%;
  margin-bottom: 25px;
  min-height: 170px;
}


.products_block ul li:nth-last-of-type(1), .products_block ul li:nth-last-of-type(2).products_block ul li:nth-last-of-type(3), .products_block ul li:nth-last-of-type(4) {
  margin-bottom: 0;
}

.products_block ul li span:before {
  content: '';
  position: absolute;
  top: -115px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 1;
}

.products_block ul li.health span:before {
  background: url(../img/health_img.png) center no-repeat;
}

.products_block ul li.beauty span:before {
  background: url(../img/beauty_img.png) center no-repeat;
}

.products_block ul li.style span:before {
  background: url(../img/style_img.png) center no-repeat;
}

.products_block ul li.family span:before {
  background: url(../img/family_img.png) center no-repeat;
}

.products_block ul li.love span:before {
  background: url(../img/love_img.png) center no-repeat;
}

.products_block ul li.projects span:before {
  background: url(../img/project_img.png) center no-repeat;
}

.products_block ul li.entertainment span:before {
  background: url(../img/entertainment_img.png) center no-repeat;
}

.products_block ul li.soft span:before {
  background: url(../img/soft_img.png) center no-repeat;
}

.products_block ul li span {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  width: 150px;
  margin: 0 auto;
  line-height: 1.3;
}

.products_block ul li span:hover {
  text-decoration: none;
  color: #ffa33c;
}

.products_block ul li span text {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 650px;
  color: #000;
  text-decoration: none;
  text-align: left;
  background: #fff;
  padding: 15px;
  margin-top: 10px;
  text-transform: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
}

.products_block ul li span text:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 55px;
  border: 20px solid transparent;
  border-bottom-color: #fff;
}

.products_block ul li span text.top:before {
  bottom: auto;
  top: 100%;
  border: 20px solid transparent;
  border-top-color: #fff;
}

.products_block ul li span text.right:before {
  left: auto;
  right: 55px;
}

.products_block ul li span:hover text {
  display: block;
  position: absolute;
  z-index: 2;
}

.partners_block h3,
.contact h3 {
  text-align: left;
  padding-bottom: 10px;
}


.partners_block .container {
  position: relative;
}

.partners_block .container > p {
  font-size: 26px;
  line-height: 1.3;
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
  padding: 10px 15px;
}

.for_active {
  display: block !important;
}

.form_block {
  position: relative;
  width: 90%;
  margin-top: 10px;
}

.form_block form {
  display: block;
  width: 90%;
  font-size: 0;
}

.form_block .for_fields,
.form_block .for_text_field {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  font-size: 16px;
  text-align: left;
}

.form_block .for_text_field {
  width: 60%;
}

.form_block .for_fields select,
.form_block .for_fields input {
  border: none;
  outline: none;
  width: 315px;
  font-size: 20px;
  padding: 0 25px;
  height: 53px;
  margin-bottom: 8px;
  border-radius: 3px;
}


::-webkit-input-placeholder {
  color: #a9a9a9;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

::-moz-placeholder {
  color: #a9a9a9;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

::-ms-input-placeholder {
  color: #a9a9a9;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

textarea::-moz-placeholder {
  color: #a9a9a9;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

textarea::-ms-input-placeholder {
  color: #a9a9a9;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

.form_block .for_text_field textarea {
  display: inline-block;
  vertical-align: top;
  min-height: 235.5px;
  width: 100%;
  resize: none;
  padding: 15px;
  border: 1px solid #e9ebee;
  border-radius: 3px;
  font-size: 23px;
}

.form_block .send_button {
  outline: none;
  border: none;
  text-transform: uppercase;
  background: #ffa33c;
  color: #fff;
  padding: 15px 83px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 24px;
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
  border-radius: 3px;
}

.news_block {
  display: table;
  width: 100%;
  font-size: 0;
  padding-bottom: 20px;
  padding-top: 40px;
}

.news_block_inner {
  display: inline-block;
  vertical-align: top;
  overflow-y: scroll;
  margin-top: -20px;
}

.news_block .left_block,
.news_block .right_block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #777;
  background-color: #ccc;
  border-radius: 100px;
}


::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #555;
  background-color: #4b453f;
}

::-webkit-scrollbar-track {
  border-width: 0;
}


::-webkit-scrollbar-track:hover {
  border-left: solid 1px #aaa;
  background-color: #eee;
}


.news_block .general_news {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #000;
}

.news_block .general_news img {
  display: block;
  margin: 0 auto 10px;
}

.news_block .general_news .news_header {
  text-transform: uppercase;
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
}

.news_block .general_news p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 22px;
}

.contact h3 {
  padding: 10px 0 60px;
  text-align: center;
}

.contact p {
  font-size: 23px;
  margin: 5px 0;
  line-height: 1.5;
}

.contact p span a {
  font-family: 'PFDinTextCondPro-Medium', sans-serif;
  color: #fff;
}

.contact p span a:hover {
  text-decoration: none;
}

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

.contact .form_block .for_text_field textarea {
  min-height: 174.5px;
  font-family: 'PFDinTextCondPro-Regular', sans-serif;
}

.for_text_form {
  position: absolute;
  bottom: 10%;
  left: 27%;
  display: block;
}

.contact .for_text_form {
  bottom: 12%;
}


.show_menu {
  display: none;
}