﻿@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Regular.eot");
  src: url("../fonts/Circe-Regular-1.eot") format("embedded-opentype"), url("../fonts/Circe-Regular.ttf") format("truetype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Bold.eot");
  src: url("../fonts/Circe-Bold-1.eot") format("embedded-opentype"), url("../fonts/Circe-Bold.ttf") format("truetype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Light.eot");
  src: url("../fonts/Circe-Light-1.eot") format("embedded-opentype"), url("../fonts/Circe-Light.ttf") format("truetype"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.svg") format("svg");
  font-weight: 100;
  font-style: normal; }

* {
  box-sizing: border-box; }

ul, li, h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0;
  font-weight: normal; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

button, a {
  border: none;
  cursor: pointer; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:active, input[type=range]:focus, button:active, button:focus {
  outline: none !important; }

input[type="range"]:-moz-focusring {
  border: 0px !important;
  outline: none !important; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent; }

textarea {
  resize: none; }

ymaps.ymaps-b-balloon.ymaps-i-custom-scroll {
  margin-left: 35px; }

.ymaps-image-with-content {
  position: relative;
  z-index: 5; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Circe", sans-serif;
  color: #3a3a3a;
  font-size: 18px; }

.header-with-angles {
  text-align: center; }
  .header-with-angles__text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 2em;
    line-height: 1.33;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 12px;
    padding-left: 12px; }
    .header-with-angles__text::before {
      display: block;
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("../images/icon-angle.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: -8px;
      bottom: 5px; }
    .header-with-angles__text::after {
      display: block;
      content: '';
      width: 22px;
      height: 22px;
      background-image: url("../images/icon-circle-angle.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: -5px;
      right: -10px; }

.white-line {
  width: 54px;
  height: 6px;
  background-color: #ffffff;
  border: none;
  margin: 0; }

.documents-list__item {
  display: table;
  padding-left: 50px;
  position: relative;
  margin-bottom: 18px; }
  .documents-list__item::before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background-image: url("../images/documents-block-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px; }
  .documents-list__item:hover {
    opacity: 0.6; }

.documents-list__link {
  font-size: 1em;
  line-height: 1.6;
  font-weight: bold;
  color: black; }

.scrollTop {
  display: none;
  width: 36px;
  height: 26px;
  background-color: #0398e3;
  position: fixed;
  bottom: 0;
  left: calc(50% + 440px);
  border-radius: 2px 2px 0 0;
  z-index: 99;
  cursor: pointer; }
  .scrollTop:after {
    content: '';
    display: block;
    height: 10px;
    width: 9px;
    border-top: 2px solid #fdfbf7;
    border-right: 2px solid #fdfbf7;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 13px;
    margin-top: 12px; }
  .scrollTop:hover {
    opacity: 0.8; }

.clear {
  clear: both; }

.wrapper {
  margin: 0 auto;
  max-width: 1258px;
  min-width: 1258px; }

.container {
  max-width: 1224px;
  padding: 0 20px;
  margin: 0 auto; }

.btn {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  min-height: 62px;
  min-width: 150px;
  font-size: 0.722em;
  text-align: center;
  line-height: 4.7;
  letter-spacing: 2px;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding-right: 25px;
  padding-left: 25px; }

.gradient-btn {
  display: block;
  width: 165px;
  text-align: center;
  font-size: 0.667em;
  line-height: 2.33;
  font-weight: bold;
  color: #37bcef;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #39b3f0;
  border-image: linear-gradient(to bottom, #39b3f0 0%, #55ced7 100%);
  background: linear-gradient(to bottom, #39b3f0 0%, #55ced7 100%);
  border-image-slice: 1;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0.075em;
  overflow: hidden;
  position: relative; }
  .gradient-btn__text {
    position: relative;
    z-index: 1;
    transition: 0.7s; }
  .gradient-btn:after {
    content: '';
    display: block;
    width: 200%;
    height: 500%;
    background: #ffffff;
    position: absolute;
    top: -250%;
    left: -50%;
    -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    transition: 0.7s; }
  .gradient-btn.long:after {
    width: 220%; }
  .gradient-btn:hover .gradient-btn__text {
    color: #ffffff; }
  .gradient-btn:hover:after {
    top: -614%; }

.main-menu {
  max-height: 140px;
  padding-top: 35px;
  padding-bottom: 18px;
  box-shadow: 0px 2px 17px -7px rgba(0, 0, 0, 0.36); }
  .main-menu_contacts {
    font-size: 0.778em;
    margin-top: 8px;
    line-height: 28px;
    color: #3a3a3a;
    float: right;
    margin-right: 39px;
    letter-spacing: 0.05em; }
    .main-menu_contacts a {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      margin-left: 2px; }

.main-menu__logo {
  width: 180px;
  height: 65px;
  float: left;
  margin-top: 0;
  margin-right: 66px; }

.main-menu__nav {
  max-width: 382px;
  font-size: 0.778em;
  line-height: 29px;
  color: #3a3a3a;
  float: left;
  margin-top: 8px; }

.main-menu__nav-item {
  display: inline-block;
  vertical-align: top;
  width: 114px; }
  .main-menu__nav-item a {
    letter-spacing: 0.05em; }

.main-menu__nav-link.active {
  color: #00b9e9; }

.main-menu__nav-link:hover {
  border-bottom: 1px solid #00b9e9; }

.main-menu__social {
  font-size: 0.722em;
  color: #bfbfbf;
  border: 1px solid #d2d2d2;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 17px;
  padding-left: 30px;
  margin-right: 15px;
  float: right; }

.main-menu__social-item {
  display: inline-block;
  vertical-align: top; }

.main-menu__social-item:not(:last-child) {
  margin-right: 30px; }

.main-menu__application {
  margin-right: -3px;
  float: right;
  margin-top: 9px;
  padding-left: 0;
  padding-right: 0; }

.main-footer {
  max-height: 255px;
  background-color: #0281c0;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 25px; }
  .main-footer .container {
    padding: 0 30px 0 20px; }

.main-footer__top {
  font-size: 0.833em;
  line-height: 1.8; }

.main-footer__contacts {
  float: left;
  padding-top: 20px;
  letter-spacing: 0.01em; }

.main-footer__contacts-item-link a {
  vertical-align: text-top; }

.main-footer__contacts-item-link:hover {
  border-bottom: 1px solid #ffffff; }

.main-footer__social {
  float: right; }

.main-footer__social-header {
  display: block;
  font-weight: 100;
  margin-bottom: 16px; }

.main-footer__social-list-item {
  float: right;
  margin-top: 10px; }

.main-footer__social-list-link {
  display: block;
  width: 40px;
  text-align: center;
  border: 1px solid #ffffff;
  padding-top: 1px;
  margin-left: 14px;
  transition: 0.4s; }

.main-footer__social-list-link:hover {
  background-color: #ffffff;
  color: #0281c0; }

.main-footer__line {
  border: none;
  background-color: #ffffff;
  height: 1px;
  margin-top: 27px;
  margin-bottom: 27px; }

.main-footer__bottom {
  line-height: 2.6; }

.main-footer__designedby, .main-footer__copyrights {
  text-align: right;
  display: block;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 7px; }
  .main-footer__designedby a:hover, .main-footer__copyrights a:hover {
    border-bottom: 1px solid white; }

.novelty-slider {
  height: 100%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  margin: 0 !important;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  background: white; }
  .novelty-slider--narrow {
    padding-left: 20px;
    padding-right: 20px; }
  .novelty-slider__item {
    outline: none; }
  .novelty-slider__item-content {
    max-width: 100%;
    float: left; }
  .novelty-slider__item-header {
    max-width: 260px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .novelty-slider__item-header-text {
    max-width: 100%;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.83;
    text-align: left;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 4px; }
    .novelty-slider__item-header-text::before {
      left: 0;
      bottom: 0; }
  .novelty-slider__item-description {
    display: block;
    max-width: 200px;
    font-weight: bold;
    line-height: 1.33;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 44px;
    outline: none; }
    .novelty-slider__item-description:hover .novelty-slider__item-description-line {
      position: relative; }
      .novelty-slider__item-description:hover .novelty-slider__item-description-line::after {
        content: '';
        display: block;
        width: 100%;
        background-color: #39b3f0;
        height: 1px;
        position: absolute;
        bottom: 2px; }
  .novelty-slider__item-image {
    max-width: 330px;
    max-height: 330px;
    margin-top: 5px;
    margin-right: 5px;
    float: right; }
    .novelty-slider__item-image--large {
      max-width: 254px;
      max-height: initial;
      margin-top: 0;
      margin-right: 0; }
    .novelty-slider__item-image--medium {
      max-width: 325px;
      max-height: initial;
      margin-top: 0;
      margin-right: 0; }

.slick-dots {
  position: absolute;
  width: 388px;
  left: 50px;
  bottom: 30px;
  padding-left: 8px;
  font-size: 0; }
  .slick-dots li {
    width: 9px;
    height: 9px;
    margin-right: 12px;
    display: inline-block; }
    .slick-dots li button {
      width: 9px;
      height: 9px;
      background-color: #9bddf7;
      border-radius: 50%;
      padding: 0;
      font-size: 0; }
      .slick-dots li button::before {
        content: ''; }
  .slick-dots li.slick-active button {
    background-color: #39b3f0; }

.soap-types {
  padding: 72px 0;
  background-color: #39b3f0; }
  .soap-types__item {
    width: 31.92%;
    height: 287px;
    max-width: 378px;
    max-height: 287px;
    position: relative;
    float: left;
    margin-bottom: 25px;
    transition: .5s box-shadow ease; }
    .soap-types__item.item1 {
      background-color: #ffffff; }
    .soap-types__item.item2 {
      background-color: #ffffff; }
    .soap-types__item.item3 {
      background-color: #ffffff; }
    .soap-types__item:hover {
      box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3); }
    .soap-types__item:not(:nth-child(3n)) {
      margin-right: 2.1%; }
    .soap-types__item:hover {
      box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3); }
      .soap-types__item:hover .soap-preview__image {
        opacity: 1; }

.soap-preview {
  max-width: 378px;
  max-height: 285px;
  padding-top: 117px; }
  .soap-preview__image {
    width: 90%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 20px;	}
  .soap-preview__content {
    color: #0398E3;
    position:absolute;
	padding-top: 130px;
    padding-right: 10px;
    padding-left: 50px; }
  .soap-preview__header {
    font-size: 1.667em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16px; }
  .soap-preview__line {
    margin-bottom: 10px; }
  .soap-preview__description {
    font-size: 0.778em;
    line-height: 2;
    letter-spacing: .075em; }

.main-form, .cooperation-page__form {
  font-size: 18px; }
  .main-form__header, .cooperation-page__form__header {
    font-size: 1.667em;
    line-height: 1.6;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: 0.025em; }
  .main-form__row, .cooperation-page__form__row {
    max-width: 470px;
    padding-top: 15px;
    margin-bottom: 5px;
    padding-left: 7px;
    height: 41px;
    position: relative; }
    .main-form__row:last-of-type, .cooperation-page__form__row:last-of-type {
      margin-bottom: 70px; }
    .main-form__row label.error, .cooperation-page__form__row label.error {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 12px;
      opacity: 0.8;
      letter-spacing: 0.05em;
      color: white; }
  .main-form textarea.main-form__input, .main-form textarea.cooperation-page__form__input, .cooperation-page__form textarea.main-form__input, .cooperation-page__form textarea.cooperation-page__form__input {
    resize: none;
    height: 52px;
    position: relative; }
  .main-form__input, .cooperation-page__form__input {
    width: 100%;
    font-size: 0.889em;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
    outline: none;
    z-index: 2;
    position: relative;
    height: 26px; }
    .main-form__input.error, .cooperation-page__form__input.error {
      border-bottom: 5px solid #e5e5e5; }
    .main-form__input::-webkit-input-placeholder, .cooperation-page__form__input::-webkit-input-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .main-form__input:-moz-placeholder, .cooperation-page__form__input:-moz-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .main-form__input::-moz-placeholder, .cooperation-page__form__input::-moz-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .main-form__input:-ms-input-placeholder, .cooperation-page__form__input:-ms-input-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .main-form__input:focus, .cooperation-page__form__input:focus {
      border-bottom: 1px solid #ffffff; }
      .main-form__input:focus + .main-form__label, .cooperation-page__form__input:focus + .main-form__label {
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        font-size: 0.667em;
        opacity: 0.7; }
    .main-form__input.inputed, .cooperation-page__form__input.inputed {
      border-bottom: 1px solid #6bceff; }
  .main-form__label, .cooperation-page__form__label {
    font-size: 0.889em;
    color: #ffffff;
    position: absolute;
    top: 18px;
    letter-spacing: 0.03em;
    left: 8px;
    transition: font-size .5s ease, transform .5s ease, opacity .5s ease;
    z-index: 1; }
    .main-form__label.inputed, .cooperation-page__form__label.inputed {
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
      font-size: 0.667em;
      opacity: 0.7; }
  .main-form__submit-text, .cooperation-page__form__submit-text {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    line-height: 58px;
    display: inline-block; }
  .main-form__submit, .cooperation-page__form__submit {
    width: 214px;
    height: 58px;
    font-size: 0.722em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 0;
    line-height: 56px;
    transition: 0.3s;
    position: relative;
    overflow: hidden; }
    .main-form__submit.blue:after, .cooperation-page__form__submit.blue:after {
      background: #39b3f0; }
    .main-form__submit.preloading:before, .cooperation-page__form__submit.preloading:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/preloader.svg) center no-repeat;
      background-size: auto 80%;
      background-color: #fff;
      z-index: 100; }
    .main-form__submit.blocked, .cooperation-page__form__submit.blocked {
      opacity: 0.6; }
    .main-form__submit:after, .cooperation-page__form__submit:after {
      content: '';
      display: block;
      width: 200%;
      height: 500%;
      background: #ff951a;
      position: absolute;
      top: -250%;
      left: -50%;
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
      transition: 0.7s; }
    .main-form__submit:hover .main-form__submit-text, .cooperation-page__form__submit:hover .main-form__submit-text {
      color: #ff951a; }
    .main-form__submit:hover:after, .cooperation-page__form__submit:hover:after {
      top: -614%; }
    .main-form__submit.blue:hover .main-form__submit-text, .cooperation-page__form__submit.blue:hover .main-form__submit-text {
      color: #39b3f0; }

.form-success {
  display: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: inherit;
  padding-top: 34%;
  padding-left: 112px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .form-success__header {
    font-size: 1.667em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px; }
  .form-success__line {
    margin-left: 2px; }
  .form-success__description {
    display: block;
    max-width: 225px;
    font-size: 0.778em;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 13px; }

.mini-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  z-index: 999999999;
  display: none; }
  .mini-popup center {
    height: 100%;
    position: relative;
    z-index: 900000000000; }
  .mini-popup__bg {
    background: black;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999; }
  .mini-popup__center-hack {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .mini-popup__wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 40px 80px;
    color: white;
    background: #0398e3; }

.main-jumbotron {
  width: 100%;
  height: 604px;
  background-image: url("../images/main-page-jumbotron-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left; }

.main-jumbotron__left {
  width: 52%;
  height: 604px;
  float: left; }

.main-jumbotron__logo {
  width: 245px;
  height: 375px;
  background-image: url("../images/main-page-jumbotron-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  margin-top: 150px;
  margin-left: 220px; }

.main-jumbotron__right {
  margin-top: 24px;
  width: calc(50% - 49px);
  height: 607px;
  float: right;
  margin-right: 39px;
  margin-left: 10px; }

.main-jumbotron__slider {
  height: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #ffffff; }

.main-jumbotron__about {
  height: calc(50% - 10px);
  background-color: #0398e3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 44px;
  padding-right: 84px;
  padding-bottom: 73px;
  padding-left: 75px;
  color: #ffffff; }
/* слайдер about */
  .main-jumbotron__right_a {
  margin-top: 24px;
  width: 540px;
  height: 633px;
  float: right;
  margin-right: 39px;
  margin-left: 10px; }

.main-jumbotron__slider_a {
  height: calc(100% - 5px);
  width: 107%;
  margin-bottom: 20px;
  background-color: #ffffff; }

.main-jumbotron__about_a {
  height: calc(50% - 10px);
  background-color: #0398e3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 44px;
  padding-right: 84px;
  padding-bottom: 73px;
  padding-left: 75px;
  color: #ffffff; }
  
 
  .novelty-slider--narrow_a {
    padding-left: 20px;
    padding-right: 20px; }
  .novelty-slider__item_a {
    outline: none; }
  .novelty-slider__item-content_a {
    max-width: 200%;
    float: right; }
  .novelty-slider__item-header_a {
    max-width: 260px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .novelty-slider__item-header-text_a {
    max-width: 100%;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.83;
    text-align: left;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 4px; }
    .novelty-slider__item-header-text_a::before {
      left: 0;
      bottom: 0; }
  .novelty-slider__item-description_a {
    display: block;
    max-width: 450px;
    font-weight: bold;
    line-height: 1.33;
    cursor: pointer;
    margin-left: 50px;
    margin-bottom: 44px;
    outline: none; }
    .novelty-slider__item-description_a:hover .novelty-slider__item-description-line_a {
      position: relative; }
      .novelty-slider__item-description_a:hover .novelty-slider__item-description-line_a::after {
        content: '';
        display: block;
        width: 100%;
        background-color: #39b3f0;
        height: 1px;
        position: absolute;
        bottom: 2px; }
  .novelty-slider__item-image_a {
    max-width: 100%;
    max-height: 100%;
    margin-top: 5px;
    margin-right: 5px;
    float: right; }
    .novelty-slider__item-image--large_a {
      max-width: 254px;
      max-height: initial;
      margin-top: 0;
      margin-right: 0; }
    .novelty-slider__item-image--medium_a {
      max-width: 70%;
      max-height: initial;
	/* max-height:300px  */
      margin-top: 10px;
      margin-right: 90px; }
  
/* слайдер about */
  
.main-jumbotron__about-header {
  font-size: 2em;
  line-height: 2;
  font-size: 2em;
  line-height: 0.83;
  font-weight: bold;
  margin-bottom: 30px; }

.main-jumbotron__about-description {
  max-width: 420px;
  line-height: 1.33;
  font-size: 1em;
  font-weight: 100;
  font-size: 1.167em;
  line-height: 1.24;
  font-weight: 100; }

.main-page_top-left {
  float: left;
  margin-top: 24px;
  width: calc(50% - 49px);
  height: 607px;
  background: url(../images/main-top-right.jpg) center no-repeat;
  background-size: cover;
  margin-left: 39px;
  margin-right: 10px; }

.main-page {
  background-image: url(../images/main-page-bg-top.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top -120px; }

.main-page__title {
  padding-top: 70px;
  padding-bottom: 95px;
  margin-bottom: 28px;
  margin-top: 30px;
  letter-spacing: .05em; }

.main-page__title-description {
  max-width: 680px;
  font-size: 1.167em;
  text-align: center;
  line-height: 1.62;
  font-weight: 400;
  margin: 0 auto; }

.main-page__cooperation {
  height: 577px; }

.cooperation-block {
  height: 100%; }

.cooperation-block__left {
  height: 100%;
  width: 50%;
  float: left;
  background-color: #ffffff;
  padding-top: 40px;
  padding-right: 80px;
  padding-bottom: 143px;
  padding-left: 93px; }
  .cooperation-block__left .block_righting {
    float: right; }

.cooperation-block__header {
  max-width: 346px;
  margin-bottom: 35px; }
  .cooperation-block__header .header-with-angles__text:after {
    background-image: url(../images/top-right-orange-figure.png); }
  .cooperation-block__header .header-with-angles__text:before {
    background-image: url(../images/bottom-left-orange-figure.png); }

.cooperation-block__description {
  max-width: 410px;
  padding-left: 45px;
  line-height: 1.44;
  font-weight: 100; }

.cooperation-block__link {
  border-bottom: 1px solid #39b3f0;
  padding-right: 2px; }

.cooperation-block__right {
  height: 100%;
  width: 50%;
  float: right;
  background-color: #ffffff;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 66px;
  padding-left: 25px; }
  .cooperation-block__right .main-form__label {
    color: white; }

.main-page .main-form__submit:after {
  content: '';
  display: block;
  width: 200%;
  height: 500%;
  background: #f8a727;
  position: absolute;
  top: -250%;
  left: -50%;
  -ms-transform: rotate(15deg);
      transform: rotate(15deg);
  transition: 0.7s; }

.main-page .main-form__submit:hover .main-form__submit-text {
  color: #f8a727; }

.main-page .main-form__submit:hover:after {
  top: -614%; }

.about-page {
  padding-bottom: 87px; }
  .about-page .main-menu__application {
    float: none; }
  .about-page_bg {
    background-image: url("../images/about-page-new-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 8%;
    background-size: 100%; }
  .about-page__title-description {
    display: block;
    max-width: 980px;
    font-size: 21px;
    color: #434343;
    text-align: justify;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 60px; }
  .about-page_info_block {
    font-size: 0;
    width: 1030px;
    margin: 0 auto; }
    .about-page_info_block_item {
      display: inline-block;
      width: 33.333333333333333%;
      vertical-align: top;
      padding-bottom: 138px; }
      .about-page_info_block_item .icon {
        margin-bottom: 30px; }
      .about-page_info_block_item .title {
        font-size: 21px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
        letter-spacing: 0.025em;
        line-height: 21px; }
      .about-page_info_block_item .text {
        max-width: 300px;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.01em; }
      .about-page_info_block_item.item1 .icon {
        background: url("../images/about-page-digit-1600.png") center bottom no-repeat;
        background-size: contain;
        width: 170px;
        height: 78px; }
      .about-page_info_block_item.item2 .icon {
        background: url("../images/about-page-digit-120.png") center bottom no-repeat;
        background-size: contain;
        width: 118px;
        height: 78px; }
      .about-page_info_block_item.item3 .icon {
        background: url("../images/plus_banner.svg") center bottom no-repeat;
        background-size: contain;
        width: 70px;
        height: 78px; }

.page-about_title {
  padding-top: 50px;
  padding-bottom: 22px;
  margin-bottom: 0; }
  .page-about_title .main-page__title-description {
    max-width: 980px;
    margin-top: 22px; }
  .page-about_title.cooperation {
    padding-bottom: 0;
    padding-top: 28px; }
    .page-about_title.cooperation .page-about_title {
      padding-top: 40px; }
    .page-about_title.cooperation .main-page__title-description {
      max-width: 835px;
      margin-top: 16px;
      line-height: 26px; }

.about-page__info {
  max-height: 987px;
  color: #ffffff;
  margin-bottom: 86px; }

.about-page__info-left {
  width: calc(50% - 12px);
  float: left; }

.about-page__info-left-image {
  width: 100%;
  height: 428px;
  margin-bottom: 14px; }

.about-page__info-left-tile {
  background-color: #1f97d3;
  padding-top: 60px;
  padding-right: 75px;
  padding-bottom: 82px;
  padding-left: 55px; }

.about-page__info-header {
  font-size: 2em;
  line-height: 0.83;
  font-weight: bold;
  margin-bottom: 30px; }

.about-page__info-line {
  margin-bottom: 20px; }

.about-page__info-description {
  font-size: 1.167em;
  line-height: 1.24;
  font-weight: 100; }

.about-page__info-right {
  width: calc(50% - 12px);
  float: right; }

.about-page__info-right-image {
  width: 100%;
  height: 631px;
  margin-top: 22px; }

.about-page__info-right-tile {
  max-height: 311px;
  background-color: #ff951a;
  padding-top: 55px;
  padding-right: 60px;
  padding-bottom: 64px;
  padding-left: 65px; }

.about-page__cooperation {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative; }

.about-page__cooperation::before {
  content: '';
  width: 58px;
  height: 58px;
  background-image: url("../images/icon-angle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  left: -6px;
  bottom: -6px;
  z-index: 3; }

.about-page__cooperation::after {
  content: '';
  width: 53px;
  height: 53px;
  background-image: url("../images/icon-circle-angle-type2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 2; }

.about-page__cooperation-border-top-left {
  width: 95.5%;
  height: 84%;
  border-top: 1px solid #5d9fe3;
  border-left: 1px solid #5d9fe3;
  position: absolute;
  left: 0;
  top: 0; }

.about-page__cooperation-border-bottom-right {
  width: 94.5%;
  height: 87%;
  border-right: 1px solid #5d9fe3;
  border-bottom: 1px solid #5d9fe3;
  position: absolute;
  right: 0;
  bottom: 0; }

.about-page__cooperation-header {
  max-width: 290px;
  font-size: 2em;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }

.about-page__cooperation-description {
  max-width: 840px;
  font-size: 1.167em;
  line-height: 1.24;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px; }

.about-page__cooperation-button {
  display: block;
  width: 214px;
  height: 60px;
  font-size: 0.722em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5d9fe3;
  background: transparent;
  border: 2px solid #5d9fe3;
  margin: 0 auto;
  padding-top: 24px;
  padding-right: 23px;
  padding-bottom: 25px;
  padding-left: 30px;
  position: relative;
  z-index: 2; }

.about-jumbotron {
  height: 400px;
  color: #ffffff;
  background-image: url("../images/about-page-jumbotron-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-right: 55px;
  padding-bottom: 60px;
  padding-left: 55px;
  position: relative; }

.about-jumbotron__border-top-left {
  width: 92%;
  height: 57%;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0; }

.about-jumbotron__border-bottom-right {
  width: 90%;
  height: 68%;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0; }

.about-jumbotron__content {
  height: 100%;
  position: relative;
  padding-top: 60px;
  padding-right: 13%;
  padding-bottom: 60px;
  padding-left: 80px; }

.about-jumbotron__content::before {
  content: '';
  width: 103px;
  height: 103px;
  background-image: url("../images/icon-angle-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto;
  position: absolute;
  left: -8px;
  bottom: -9px;
  z-index: 3; }

.about-jumbotron__content::after {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url("../images/icon-circle-angle-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -7px;
  top: -8px;
  z-index: 2; }

.about-jumbotron__header {
  max-width: 210px;
  float: left;
  font-size: 2em;
  line-height: 1.33;
  margin-top: 53px; }

.about-jumbotron__description {
  width: 66.5%;
  max-width: 615px;
  font-size: 1.167em;
  line-height: 1.62;
  float: right;
  position: relative;
  z-index: 2; }

.about-circles {
  position: relative;
  padding-top: 135px;
  padding-bottom: 204px; }

.about-circles__left {
  width: 25%;
  float: left; }

.about-circles__right {
  width: 25%;
  float: right;
  margin-right: 15px; }

.about-circles__info-block {
  position: relative; }

.about-circles__info-block::before {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background-color: #c9c9c9;
  position: absolute;
  z-index: 2; }

.about-circles__info-block-number {
  display: block;
  width: 116px;
  height: 54px;
  margin-bottom: 20px; }

.about-circles__info-block-number-700 {
  background-image: url("../images/about-page-digit-700.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain; }

.about-circles__info-block-number-100 {
  background-image: url("../images/about-page-digit-100.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain; }

.about-circles__info-block-header {
  display: block;
  font-size: 1.167em;
  font-weight: bold;
  line-height: 1.22;
  text-transform: uppercase;
  margin-bottom: 12px; }

.about-circles__info-block-description {
  font-weight: 100;
  line-height: 1.44; }

.about-circles__info-block-capacities {
  max-width: 202px;
  margin-top: 160px;
  margin-left: 96px; }

.about-circles__info-block-capacities::before {
  right: -39%;
  top: 16%; }

.about-circles__info-block-products {
  max-width: 230px;
  margin-top: 60px; }

.about-circles__info-block-products::before {
  width: 145px;
  left: -67%;
  top: 21%; }

.about-circles__info-block-approved {
  max-width: 310px;
  margin-top: 85px; }

.about-circles__info-block-approved::before {
  width: 205px;
  left: -74%;
  top: 18%; }

.about-circles__circle-1 {
  width: 423px;
  height: 423px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  position: relative;
  padding: 39px;
  margin: 0 auto; }

.about-circles__circle-1::before {
  content: '';
  width: 104%;
  height: 104%;
  background-image: url("../images/about-page-circle-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: -9px;
  left: -21px; }

.about-circles__circle-2, .about-circles__circle-3 {
  width: 100%;
  height: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  padding: 39px; }

.about-circles__circle-2::before {
  content: '';
  width: 86%;
  height: 45%;
  background-image: url("../images/about-page-circle-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 30px; }

.about-circles__circle-3::before {
  content: '';
  width: 36%;
  height: 35%;
  background-image: url("../images/about-page-circle-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  bottom: 71px;
  right: 68px; }

.about-page__subscribe {
  width: auto;
  font-size: 13px;
  line-height: 55px;
  padding: 0 22px;
  margin: 0 auto;
  max-width: 212px;
  margin-top: 50px; }

.slider-sertificates {
  padding-left: 40px;
  padding-right: 40px;
  height: 300px; }
  .slider-sertificates_item {
    height: 652px; }
    .slider-sertificates_item:focus {
      outline: none; }
    .slider-sertificates_item a {
      outline: none; }
    .slider-sertificates_item .item-cell {
      height: 300px;
      padding: 0 15px;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .slider-sertificates_item .item-cell img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
      .slider-sertificates_item .item-cell .fancybox {
        vertical-align: middle; }
  .slider-sertificates .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 20px;
    height: 30px;
    opacity: 0;
    transition: .3s ease opacity;
    z-index: 20; }
    .slider-sertificates .slick-arrow.slick-prev {
      left: 10px;
      background: url(../images/icon-gallery-left.svg) center no-repeat;
      background-size: cover; }
    .slider-sertificates .slick-arrow.slick-next {
      right: 10px;
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
      background: url(../images/icon-gallery-left.svg) center no-repeat;
      background-size: cover; }
  .slider-sertificates:hover .slick-arrow {
    opacity: 1; }

.pop_up.sertificates_pop {
  width: 900px;
  height: 340px;
  padding: 20px; }

.cooperation-page {
  padding-top: 80px; }
  .cooperation-page__tiles {
    padding-bottom: 45px;
    margin-top: 60px; }
  .cooperation-page__row {
    height: 644px;
    background-color: #ffffff; }
  .cooperation-page__third-row .cooperation-page__tile-btn {
    margin-top: 30px; }
  .cooperation-page__tile {
    width: 50%;
    height: 100%;
    position: relative; }
  .cooperation-page__tile-with-image {
    color: #ffffff;
    float: left;
    overflow: hidden; }
    .cooperation-page__tile-with-image p {
      height: 100%;
      margin: 0 !important;
      max-width: none !important; }
    .cooperation-page__tile-with-image img {
      height: 100%; }
  .cooperation-page__tile-with-image-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cooperation-page__tile-with-image-frame {
    display: none;
    width: 82%;
    height: 100%;
    max-width: 482px;
    max-height: 337px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 2;
    overflow: auto;
    white-space: nowrap;
    z-index: 1;
    position: absolute;
    top: 52px;
    left: 9.5%; }
    .cooperation-page__tile-with-image-frame::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  .cooperation-page__tile-line {
    width: 52px;
    height: 4px;
    margin-bottom: 22px; }
  .cooperation-page__tile-with-image-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 380px;
    min-height: 130px;
    max-height: 190px;
    text-align: center; }
  .cooperation-page__tile-title, .cooperation-page h2 {
    max-width: 75%;
    font-size: 1.667em;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 25px; }
  .cooperation-page__tile-with-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: column;
        flex-flow: column;
    padding-top: 33px;
    padding-right: 25px;
    padding-bottom: 38px;
    padding-left: 80px;
    float: left;
    position: relative;
    box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.35); }
    .cooperation-page__tile-with-text ul li {
      text-indent: 0 !important; }
    .cooperation-page__tile-with-text_blue {
      background-color: #39b3f0;
      color: #ffffff; }
  .cooperation-page__tile-text, .cooperation-page p {
    font-weight: 100;
    line-height: normal;
    max-width: 494px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .cooperation-page__line {
    margin: 0 auto;
    margin-bottom: 55px; }
  .cooperation-page__form-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #39b3f0;
    color: #ffffff;
    padding-top: 98px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .cooperation-page__form-container .form-success {
      padding-top: 40%; }
  .cooperation-page__form-row {
    max-width: 340px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 25px; }
    .cooperation-page__form-row:last-of-type {
      margin-bottom: 70px; }
  .cooperation-page__input {
    width: 100%;
    font-size: 0.889em;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
    outline: none; }
    .cooperation-page__input::-webkit-input-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .cooperation-page__input:-moz-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .cooperation-page__input::-moz-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .cooperation-page__input:-ms-input-placeholder {
      font-size: 0.889em;
      line-height: 1.25;
      font-weight: 100;
      color: #ffffff;
      opacity: 0; }
    .cooperation-page__input:focus {
      border-bottom: 1px solid #6bceff; }
      .cooperation-page__input:focus + .cooperation-page__label {
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        font-size: 0.667em;
        color: #92d5f7; }
    .cooperation-page__input.inputed {
      border-bottom: 1px solid #6bceff; }
    .cooperation-page__input.inputed + .cooperation-page__label {
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
      font-size: 0.667em;
      color: #92d5f7; }
  .cooperation-page__label {
    font-size: 0.889em;
    color: #ffffff;
    position: absolute;
    top: 18px;
    letter-spacing: 0.03em;
    transition: font-size .5s ease, transform .5s ease, opacity .5s ease;
    z-index: 1; }
  .cooperation-page__submit-text {
    position: relative;
    transition: 0.7s;
    color: #fff;
    z-index: 1; }
  .cooperation-page__submit {
    width: 214px;
    height: 58px;
    font-size: 0.722em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding-top: 20px;
    padding-right: 23px;
    padding-bottom: 18px;
    padding-left: 25px;
    transition: 0.3s;
    position: relative;
    overflow: hidden; }
    .cooperation-page__submit:after {
      content: '';
      display: block;
      width: 200%;
      height: 500%;
      background: #39b3f0;
      position: absolute;
      top: -250%;
      left: -50%;
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
      transition: 0.7s; }
    .cooperation-page__submit:hover .cooperation-page__submit-text {
      color: #39b3f0; }
    .cooperation-page__submit:hover:after {
      top: -614%; }
  .cooperation-page__form-to-bottom-btn {
    display: none;
    width: 20px;
    height: 13px;
    background-image: url("../images/icon-arrow-gradient.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    left: 53%;
    bottom: 25px; }
  .cooperation-page__form-close-btn {
    width: 41px;
    height: 41px;
    background: transparent;
    color: #ffffff;
    padding: 0;
    line-height: 1;
    position: absolute;
    right: 40px;
    top: 38px;
    opacity: 0.7; }
    .cooperation-page__form-close-btn:hover {
      opacity: 1; }
  .cooperation-page__form-close-btn-line {
    display: block;
    width: 55px;
    height: 2.5px;
    background-color: #ffffff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    position: absolute;
    top: 19px;
    left: -7px; }
    .cooperation-page__form-close-btn-line:last-child {
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
  .cooperation-page .main-form__submit:after {
    content: '';
    display: block;
    width: 200%;
    height: 500%;
    background: #39b3f0;
    position: absolute;
    top: -250%;
    left: -50%;
    -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    transition: 0.7s; }
  .cooperation-page .main-form__submit:hover .main-form__submit-text {
    color: #39b3f0; }
  .cooperation-page .main-form__submit:hover:after {
    top: -614%; }

.about-soap-page .cooperation-page__tile-with-image img {
  width: auto !important; }

.documents-block {
  padding-top: 32px;
  padding-bottom: 78px; }
  .documents-block__header {
    margin-bottom: 57px; }
  .documents-block__header-text {
    padding-top: 3px;
    padding-right: 30px;
    padding-bottom: 9px;
    padding-left: 40px; }
    .documents-block__header-text:before {
      width: 22px;
      height: 22px;
      background-image: url("../images/icon-angle-orange.svg"); }
    .documents-block__header-text:after {
      width: 22px;
      height: 22px;
      background-image: url("../images/icon-circle-angle-orange.svg");
      top: -8px; }
  .documents-block__list {
    padding-left: 100px; }

.contacts-page {
  padding-top: 60px;
  padding-bottom: 0px; }

.contacts-page__map {
  background-color: #e9e6e0;
  margin-top: 35px;
  position: relative; }
  .contacts-page__map .wrapper {
    position: absolute;
    top: 0;
    left: calc(50% - 629px); }

.contacts-page__map-icon {
  display: block;
  width: 100px;
  height: 100px;
  background-color: red; }

.contacts-page__bottom {
  width: 100%;
  height: 722px; }

.contacts-page__bottom-left {
  height: 100%;
  width: 51%;
  float: right;
  padding-top: 105px;
  padding-left: 120px;
  padding-bottom: 93px; }

.contacts-page__requisites {
  max-width: 400px; }

.contacts-page__requisites-header {
  font-size: 1.667em;
  line-height: 1.6;
  font-weight: bold;
  margin-left: -2px;
  margin-bottom: 51px;
  letter-spacing: .025em; }

.contacts-page__requisites-table {
  width: 100%;
  margin-bottom: 62px; }

.contacts-page__requisites-table-row {
  height: 30px; }

.contacts-page__requisites-table-cell {
  width: 28%;
  font-size: 0.889em;
  line-height: 1.6;
  font-weight: 100;
  letter-spacing: 0.05em; }

.contacts-page__requisites-table-cell-right {
  font-size: 1em;
  line-height: 1.6;
  width: 72%;
  font-weight: bold;
  letter-spacing: 0.01em; }

.contacts-page__documents-list .documents-list__link {
  font-size: 0.722em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.contacts-page__bottom-right {
  height: 100%;
  width: 49%;
  float: left;
  background-color: #ff951a;
  padding-top: 105px;
  padding-right: 160px;
  padding-bottom: 55px;
  padding-left: 115px;
  position: relative; }
  .contacts-page__bottom-right .form-success {
    padding-top: 45%; }

.contacts-page__bottom-right-content {
  width: 348px;
  float: right;
  position: relative; }
  .contacts-page__bottom-right-content .form-success {
    background-color: #ff951a;
    padding-left: 0; }

.map-info {
  max-height: 540px;
  width: calc(55% - 10px);
  background-color: #ffffff;
  padding-top: 23px;
  padding-right: 55px;
  padding-bottom: 85px;
  padding-left: 45px;
  box-shadow: 0px 4px 17px -2px rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 36px;
  left: 5px; }

.map-info__headers-list {
  width: 100%; }

.map-info__header {
  width: 33.333%;
  line-height: 1.4;
  color: #7a7880;
  font-weight: bold;
  border-bottom: 1px solid #b3b3b3;
  float: left;
  padding-bottom: 15px;
  cursor: pointer; }

.map-info__header:hover {
  border-bottom: 1px solid #00b9e9; }

.map-info__header.active {
  color: #3a3a3a;
  border-bottom: 4px solid #5d9fe3; }

.map-info__content {
  display: none;
  height: 100%;
  width: 100%;
  line-height: 1.8;
  padding-top: 20px;
  padding-right: 35px;
  overflow: hidden;
  position: relative; }
  .map-info__content td {
    vertical-align: top;
    padding-bottom: 10px; }
    .map-info__content td.contacts-name {
      width: 49%; }
  .map-info__content .ps-scrollbar-y {
    background-color: #5d9fe3 !important; }

.map-info__content.active {
  display: block; }

.map-info__content-left {
  margin-bottom: 20px; }

.map-info__content-link {
  padding-bottom: 2px; }

.map-info__content-link:hover {
  border-bottom: 1px solid #5d9fe3; }

.products_page {
  background-image: url(../images/products-page-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top -380px; }
  .products_page .main-page__title {
    padding-top: 51px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 21px; }
  .products_page .main-page__title-description {
    max-width: 755px;
    font-size: 21px;
    line-height: 34px; }
  .products_page .soap-types {
    background: transparent;
    padding-bottom: 0px; }
  .products_page .products-page-bottom-state {
    padding-bottom: 78px; }
    .products_page .products-page-bottom-state .header-with-angles__text {
      font-size: 1.667em; }
    .products_page .products-page-bottom-state .header-with-angles {
      margin-bottom: 25px; }
    .products_page .products-page-bottom-state .main-page__title {
      margin-bottom: 0; }
    .products_page .products-page-bottom-state .main-page__title-description {
      font-size: 18px;
      max-width: 785px;
      line-height: 24px;
      letter-spacing: .05em; }
    .products_page .products-page-bottom-state .about-page__subscribe {
      padding: 0;
      padding-top: 3px;
      margin-top: 36px;
      max-width: 164px;
      line-height: 50px;
      letter-spacing: .075em;
      font-size: 12px;
      margin-bottom: 0px; }
  .products_page_row {
    padding: 0 40px; }
    .products_page_row .novelty-slider {
      width: calc(2 * 31.92% + 25px);
      margin-right: 2.1% !important;
      float: left;
      height: 287px; }
      .products_page_row .novelty-slider .novelty-slider__item-description {
        max-width: 390px; }
    .products_page_row_right_item {
       background-color: #ffffff;
      background-size: cover;
      margin-right: 0 !important;
      float: right; }

.preview-page {
  padding: 60px 40px; }
  .preview-page a {
    margin-bottom: 10px;
    display: inline-block; }

.products_path {
  padding-left: 30px;
  margin-top: 51px;
  height: 30px; }
  .products_path_item {
    color: #39b3f0;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 12px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 400;
    margin-right: 45px;
    transition: .5s ease;
    border-bottom: 1px solid transparent; }
    .products_path_item:hover {
      border-bottom-color: #39b3f0; }
    .products_path_item:after {
      content: '';
      cursor: default;
      position: absolute;
      right: -20px;
      top: -3px;
      background: url("../images/next.png") center no-repeat;
      width: 7px;
      display: inline-block;
      height: 14px;
      vertical-align: middle; }
    .products_path_item:last-child {
      transition: none;
      cursor: default;
      color: #f8a727; }
      .products_path_item:last-child:after {
        content: none; }
      .products_path_item:last-child:hover {
        border-bottom: none; }

.filters {
  width: 270px;
  box-shadow: 0px 3px 13px -3px rgba(0, 0, 0, 0.55); }
  .filters_block {
    position: relative;
    color: #3a3a3a;
    overflow: hidden;
    transition: height .7s ease; }
    .filters_block.closed .filters_title:after {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .filters_title {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    padding-left: 38px;
    line-height: 57px;
    letter-spacing: .045em;
    cursor: pointer; }
    .filters_title:hover {
      opacity: 0.7; }
    .filters_title:after {
      width: 20px;
      height: 58px;
      background: url(../images/filters_arrow.png) center no-repeat;
      position: absolute;
      right: 35px;
      top: 0;
      transition: transform .5s ease;
      content: ''; }
  .filters_list {
    padding: 0;
    margin: 0;
    padding-left: 62px;
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
    padding-bottom: 21px;
    padding-top: 16px; }
    .filters_list_item {
      cursor: pointer;
      display: block;
      line-height: 28px; }
      .filters_list_item span {
        border-bottom: 1px solid transparent;
        display: inline-block;
        line-height: 16px; }
        .filters_list_item span:hover {
          border-bottom-color: #96b9ee; }
      .filters_list_item.active {
        color: #1f97d3; }
        .filters_list_item.active span {
          cursor: default; }
        .filters_list_item.active span:hover {
          border-bottom-color: transparent; }

.block_left {
  width: 270px;
  margin-left: 30px;
  margin-top: 54px;
  display: inline-block; }
  .block_left_button {
    color: white;
    width: 100%;
    background: #ffffff;
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    margin: 26px 0;
    display: inline-block;
    transition: .5s ease;
    border: 2px solid #39b3f0;
    position: relative;
    overflow: hidden; }
    .block_left_button_text {
      position: relative;
      transition: .7s;
      z-index: 1; }
    .block_left_button:after {
      content: '';
      display: block;
      width: 200%;
      height: 500%;
      background: #39b3f0;
      position: absolute;
      top: -250%;
      left: -50%;
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
      transition: 0.7s; }
    .block_left_button:hover .block_left_button_text {
      color: #39b3f0; }
    .block_left_button:hover:after {
      top: -614%; }

.products_catalog_page {
  padding-top: 35px; }
  .products_catalog_page_banner {
    margin: 0 18px 34px;
    width: calc(33% - 36px);
    display: inline-block;
    position: relative;
    height: 410px;
    vertical-align: top;
    background: url(../images/banner.png) center no-repeat;
    background-size: cover; }
    .products_catalog_page_banner .banner_text {
      color: white;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      letter-spacing: .05em;
      text-align: center;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 42px; }

.block_right {
  display: inline-block;
  width: calc( 100% - 270px - 40px - 30px - 40px);
  margin-left: 36px;
  margin-top: 50px;
  vertical-align: top; }
  .block_right_top_description {
    display: none; }
    .block_right_top_description.active {
      display: block; }
    .block_right_top_description_title {
      font-size: 2em;
      letter-spacing: .025em;
      font-weight: bold;
      line-height: 36px;
      margin-bottom: 27px; }
    .block_right_top_description_text {
      font-size: 1em;
      line-height: 30px;
      letter-spacing: .01em;
      color: #434343;
	  text-align: justify;}
  .block_right_catalog {
    margin: 54px -18px 32px; }

.products_catalog_page_card {
  margin: 0 18px 34px;
  width: calc(33% - 36px);
  display: inline-block;
  position: relative;
  height: 440px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow .5s ease;
  vertical-align: top; }
  .products_catalog_page_card:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); }
  .products_catalog_page_card__more-holder {
    display: block;
    text-align: center; }
  .products_catalog_page_card__more {
    color: #39b3f0;
    border-bottom: 1px solid #39b3f0;
    font-size: 16px; }
    .products_catalog_page_card__more:hover {
      border-bottom-color: transparent; }
  .products_catalog_page_card .state {
    line-height: 41px;
    height: 41px;
    width: 99px;
    color: white;
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    font-size: 12px;
    text-transform: uppercase; }
    .products_catalog_page_card .state.new {
      background-color: #39b3f0; }
    .products_catalog_page_card .state.sale {
      background-color: #f8a727; }
	.products_catalog_page_card .image {
    height: 200px;
    margin: 20px 20px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
	  .products_catalog_page_card .description {
    font-size: 14px;
    color: #7a7880;
    letter-spacing: 0;
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 48px;
    line-height: 100%; }
  .products_catalog_page_card .title {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.025em;
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .products_catalog_page_card .extra-text {
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    text-align: center;
    margin-top: 10px;
    line-height: 100%;
    margin-bottom: 14px; }
  .products_catalog_page_card .info_about {
    border-top: 1px solid #bfbfbf;
    width: calc(100% - 42px);
    margin: 25px 26px 0 16px; }
    .products_catalog_page_card .info_about th {
      padding-top: 19px;
      font-weight: 100;
      font-size: 10px;
      text-transform: uppercase;
      color: #7a7880;
      text-align: left; }
    .products_catalog_page_card .info_about td {
      font-size: 15px;
      color: #7a7880; }
    .products_catalog_page_card .info_about .weight {
      padding-left: 15px;
      width: 96px; }
	  

.products_catalog_page_card_v {
  margin: 0 18px 34px;
  width: calc(33% - 36px);
  display: inline-block;
  position: relative;
  height: 440px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow .5s ease;
  vertical-align: top; }
  .products_catalog_page_card_v:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); }
  .products_catalog_page_card_v__more-holder {
    display: block;
    text-align: center; }
  .products_catalog_page_card_v__more {
    color: #39b3f0;
    border-bottom: 1px solid #39b3f0;
    font-size: 16px; }
    .products_catalog_page_card_v__more:hover {
      border-bottom-color: transparent; }
  .products_catalog_page_card_v .state {
    line-height: 41px;
    height: 41px;
    width: 99px;
    color: white;
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    font-size: 12px;
    text-transform: uppercase; }
    .products_catalog_page_card_v .state.new {
      background-color: #39b3f0; }
    .products_catalog_page_card_v .state.sale {
      background-color: #f8a727; }
	.products_catalog_page_card_v .image {
    height: 200px;
    margin: 10px 20px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .products_catalog_page_card_v .description {
    font-size: 14px;
    color: #7a7880;
    letter-spacing: 0;
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 48px;
    line-height: 100%; }
  .products_catalog_page_card_v .title {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.025em;
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .products_catalog_page_card_v .extra-text {
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    text-align: center;
    margin-top: 10px;
    line-height: 100%;
    margin-bottom: 14px; }
  .products_catalog_page_card_v .info_about {
    border-top: 1px solid #bfbfbf;
    width: calc(100% - 42px);
    margin: 25px 26px 0 16px; }
    .products_catalog_page_card_v .info_about th {
      padding-top: 19px;
      font-weight: 100;
      font-size: 10px;
      text-transform: uppercase;
      color: #7a7880;
      text-align: left; }
    .products_catalog_page_card_v .info_about td {
      font-size: 15px;
      color: #7a7880; }
    .products_catalog_page_card_v .info_about .weight {
      padding-left: 15px;
      width: 96px; }	  

.products_single_page {
  padding-top: 35px; }
  .products_single_page_info {
    font-size: 0;
    margin-top: 65px;
    margin-bottom: 70px; }
  .products_single_page_preview_tabs {
    width: 585px;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0, 0, 2, 0.2);
    vertical-align: top; }
    .products_single_page_preview_tabs .big_preview {
      height: 529px;
      border-bottom: 1px solid #ebebeb;
      width: 585px; }
      .products_single_page_preview_tabs .big_preview .slick-arrow {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        width: 20px;
        height: 30px;
        opacity: 0;
        transition: .3s ease opacity;
        z-index: 20; }
        .products_single_page_preview_tabs .big_preview .slick-arrow.slick-prev {
          left: 10px;
          background: url(../images/ic_keyboard_arrow_left_black_24px.svg) center no-repeat; }
        .products_single_page_preview_tabs .big_preview .slick-arrow.slick-next {
          right: 10px;
          background: url(../images/ic_keyboard_arrow_right_black_24px.svg) center no-repeat; }
      .products_single_page_preview_tabs .big_preview:hover .slick-arrow {
        opacity: 1; }
      .products_single_page_preview_tabs .big_preview_item {
        height: 509px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        float: none; }
        .products_single_page_preview_tabs .big_preview_item img {
          display: inline-block;
          max-width: 90%;
          max-height: 100%; }
        .products_single_page_preview_tabs .big_preview_item:focus {
          outline: none; }
    .products_single_page_preview_tabs .previews_list {
      font-size: 0;
      height: 98px; }
      .products_single_page_preview_tabs .previews_list_item {
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        height: 98px;
        border: 1px solid #ebebeb; }
        .products_single_page_preview_tabs .previews_list_item:focus {
          outline: none; }
        .products_single_page_preview_tabs .previews_list_item.slick-current {
          border-color: #37bcef; }
        .products_single_page_preview_tabs .previews_list_item img {
          display: inline-block;
          max-width: 100%;
          max-height: 100%; }
  .products_single_page_stats {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 48%;
    font-size: 15px;
    padding-left: 76px;
    padding-right: 71px;
    padding-top: 16px; }
    .products_single_page_stats .stats th {
      font-size: 10px;
      text-transform: uppercase;
      color: #7a7880;
      text-align: left;
      font-weight: bold;
      padding-bottom: 9px; }
    .products_single_page_stats .stats td {
      font-size: 15px;
      color: #7a7880;
      padding-right: 15px; }
    .products_single_page_stats .title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 8px;
      margin-top: 6px;
      line-height: 100%; }
    .products_single_page_stats .extra-text {
      font-weight: bold; }
    .products_single_page_stats .description {
      color: #7a7880;
      font-size: 15px;
      margin-top: 12px; }
    .products_single_page_stats .num {
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      color: #c0bfc4;
      text-align: left; }
    .products_single_page_stats .stats {
      margin-top: 28px;
      margin-bottom: 72px; }
    .products_single_page_stats .total {
      border-top: 1px solid #37bcef;
      min-width: 250px;
      display: inline-block; }
      .products_single_page_stats .total__holder {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: #434343;
        line-height: 100%;
        padding-top: 22px; }
      .products_single_page_stats .total__info {
        line-height: 100%;
        font-size: 15px;
        color: #7a7880;
        margin-top: 16px; }
    .products_single_page_stats .jq-number.counter {
      font-size: 18px;
      width: 100px;
      vertical-align: top;
      height: 32px; }
      .products_single_page_stats .jq-number.counter .jq-number__spin.minus {
        bottom: 4px; }
      .products_single_page_stats .jq-number.counter .jq-number__spin.plus {
        top: 4px; }
      .products_single_page_stats .jq-number.counter .jq-number__field input {
        line-height: 32px;
        font-size: 15px;
        color: #666;
        text-align: left; }
    .products_single_page_stats .select_type {
      width: 209px; }
    .products_single_page_stats .select_weight {
      width: 82px; }
    .products_single_page_stats .add_product {
      vertical-align: top;
      width: 305px;
      margin: 18px 0 36px;
      margin-bottom: 10px; }
    .products_single_page_stats .text {
      max-width: 406px; }
      .products_single_page_stats .text .description {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.01em;
        color: #7a7880; }
      .products_single_page_stats .text .show_comp {
        line-height: 22px;
        font-size: 15px;
        letter-spacing: 0.01em;
        color: #7a7880;
        cursor: pointer;
        margin-top: 5px;
        trasition: .5s ease;
        display: inline-block;
        font-weight: bold;
        border-bottom: 1px dashed #32c7ed; }
        .products_single_page_stats .text .show_comp.opened {
          color: #010101;
          border-bottom-color: transparent; }
        .products_single_page_stats .text .show_comp:hover {
          color: #010101; }
      .products_single_page_stats .text .comp {
        color: #c0c0c0;
        font-size: 14px;
        font-weight: 100;
        display: none;
        overflow: hidden; }
  .products_single_page .bottom_block .header-with-angles__text {
    font-size: 30px;
    margin-bottom: 35px; }
  .products_single_page .bottom_block .catalog {
    font-size: 0;
    margin: 0 -18px; }
  .products_single_page .bottom_block .products_catalog_page_card {
    width: calc(25% - 36px);
    margin-bottom: 66px; }

.events-page {
  padding-top: 75px;
  padding-bottom: 38px; }
  .events-page__content {
    margin-top: 40px; }
  .events-page__filters {
    float: left; }
  .events-page__filters-item, .events-page__sorting-item {
    display: inline-block;
    vertical-align: top;
    font-size: 0.667em;
    line-height: 2.5;
    text-transform: uppercase;
    margin-right: 26px; }
  .events-page__filters-link:hover, .events-page__sorting-link:hover {
    color: #5d9fe3; }
  .events-page__filters-link.active, .events-page__sorting-link.active {
    color: #5d9fe3; }
  .events-page__sorting {
    display: none;
    float: right; }
  .events-page__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding-top: 17px;
    padding-right: 2px;
    padding-left: 2px; }
  .events-page__item {
    width: 32.1%;
    margin-bottom: 25px;
    margin-right: 1.8%; }
    .events-page__item:nth-child(3n+3) {
      margin-right: 0; }
  .events-page__load-more {
    margin-top: 21px; }
  .events-page__load-more-btn {
    width: 190px;
    margin: 0 auto; }

.news-preview {
  max-width: 381px;
  height: 488px;
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.35); }
  .news-preview:hover {
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.55); }
  .news-preview__image {
    display: block;
    width: 100%;
    height: 279px;
    object-fit: cover; }
  .news-preview__content {
    height: 209px;
    padding-top: 30px;
    padding-right: 22px;
    padding-bottom: 22px;
    padding-left: 22px;
    position: relative; }
  .news-preview__title {
    font-size: 1.167em;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 13px; }
  .news-preview__description {
    font-size: 0.778em;
    line-height: 1.3;
    color: #7a7880;
    margin-bottom: 5px; }
  .news-preview__date {
    font-size: 0.778em;
    line-height: 2.1;
    color: #000000;
    font-weight: bold;
    position: absolute;
    bottom: 10px; }

.promo-preview {
  max-width: 381px;
  height: 488px;
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.35); }
  .promo-preview:hover {
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.55); }
    .promo-preview:hover .promo-preview__content {
      background-color: #f8a727; }
  .promo-preview__image {
    display: block;
    width: 100%;
    height: 279px;
    object-fit: cover; }
  .promo-preview__content {
    height: 209px;
    color: #ffffff;
    background-color: #39b3f0;
    text-align: center;
    padding-top: 28px;
    padding-right: 22px;
    padding-bottom: 22px;
    padding-left: 22px; }
  .promo-preview__title {
    display: inline-block;
    vertical-align: top;
    font-size: 1.222em;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 16px;
    padding-right: 17px;
    padding-bottom: 8px;
    padding-left: 19px;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative; }
    .promo-preview__title:before {
      content: '';
      width: 14px;
      height: 14px;
      background-image: url("../images/icon-angle-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: 0; }
    .promo-preview__title:after {
      content: '';
      width: 14px;
      height: 14px;
      background-image: url("../images/icon-circle-angle-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      right: 0;
      top: 0; }
  .promo-preview__description {
    max-width: 80%;
    font-size: 1.167em;
    line-height: 1.23;
    margin: 0 auto; }

.event-page {
  padding-top: 110px;
  padding-bottom: 140px; }
  .event-page__jumbotron {
    width: 100%;
    height: 460px;
    background-color: #0398e3;
    text-align: center;
    margin-top: 57px; }
  .event-page__jumbotron-content {
    width: auto;
    text-align: left;
    padding-top: 45px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 120px; }
  .event-page__jumbotron-info {
    max-width: 490px;
    color: #ffffff;
    float: left;
    margin-right: 10px; }
  .event-page__breadcrumb {
    padding-left: 0;
    margin-top: 35px;
    margin-bottom: 18px; }
  .event-page__breadcrumb-item {
    color: #ffffff;
    margin-right: 35px; }
    .event-page__breadcrumb-item:hover {
      border-bottom: 1px solid #ffffff; }
    .event-page__breadcrumb-item:after {
      background: url("../images/next-white.png") center no-repeat;
      right: -22px; }
  .event-page__main-header {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.17;
    margin-bottom: 18px; }
  .event-page__date {
    font-size: 0.667em;
    line-height: 2.5; }
  .event-page__content {
    max-width: 960px;
    padding-top: 64px;
    margin: 0 auto; }
  .event-page__header {
    font-size: 1.444em;
    font-weight: bold;
    line-height: 2.33;
    margin-bottom: 8px; }
  .event-page__paragraph {
    max-width: 88.88%;
    font-size: 1.222em;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 18px; }

.gallery-slider {
  width: 480px;
  height: 350px;
  float: right; }
  .gallery-slider__main {
    margin-bottom: 12px; }
    .gallery-slider__main .slick-arrow {
      width: 24px;
      height: 40px;
      background-color: transparent;
      text-indent: -9999px;
      padding: 0;
      position: absolute;
      top: calc(50% - 20px);
      opacity: 0;
      transition: 0.3s; }
      .gallery-slider__main .slick-arrow:hover {
        opacity: 1 !important; }
      .gallery-slider__main .slick-arrow:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/icon-gallery-left.svg") center no-repeat;
        background-size: contain;
        position: absolute;
        top: 0; }
      .gallery-slider__main .slick-arrow:before {
        content: '';
        display: block;
        width: 70px;
        height: 500%;
        position: absolute;
        top: -200%;
        left: -13px; }
    .gallery-slider__main .slick-prev {
      left: -57px; }
    .gallery-slider__main .slick-next {
      right: -57px; }
      .gallery-slider__main .slick-next:after {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .gallery-slider__main:hover .slick-arrow {
      opacity: 0.5; }
  .gallery-slider__main-item {
    width: 480px;
    height: 290px;
    object-fit: cover; }
  .gallery-slider__nav {
    padding: 0 26px; }
    .gallery-slider__nav .slick-arrow {
      width: 9px;
      height: 14px;
      background-color: transparent;
      text-indent: -9999px;
      padding: 0;
      position: absolute;
      top: calc(50% - 7px); }
      .gallery-slider__nav .slick-arrow:hover {
        opacity: 0.5; }
      .gallery-slider__nav .slick-arrow:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/icon-gallery-left.svg") center no-repeat;
        background-size: contain;
        position: absolute;
        top: 0; }
    .gallery-slider__nav .slick-prev {
      left: 0; }
    .gallery-slider__nav .slick-next {
      right: 0; }
      .gallery-slider__nav .slick-next:after {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .gallery-slider__nav .slick-track {
      margin: 0 auto; }
  .gallery-slider__nav-item {
    width: 66px;
    height: 48px;
    object-fit: cover;
    margin-right: 5px;
    cursor: pointer; }

.share-list {
  width: 100%;
  height: 50px;
  margin-top: 60px; }
  .share-list__item {
    height: 100%;
    text-align: center;
    width: 18.3%;
    float: left;
    border: 1px solid #5d9fe3;
    border-right: none; }
    .share-list__item:first-child {
      border: none;
      width: 45%; }
    .share-list__item:last-of-type {
      border-right: 1px solid #5d9fe3; }
  .share-list__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.722em;
    height: 100%;
    width: 100%;
    color: #ffffff;
    background-color: #39b3f0; }
  .share-list__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 13.26px;
    width: 100%;
    height: 100%;
    color: #5d9fe3;
    transition: 0.2s; }
    .share-list__link:hover {
      background-color: #5d9fe3;
      color: #ffffff; }

.order_page {
  font-size: 0; }
  .order_page .block_righting {
    float: right; }
  .order_page_title {
    margin-top: 39px;
    margin-bottom: 35px;
    font-size: 18px; }
  .order_page_container {
    height: 100%; }
  .order_page_products {
    vertical-align: top;
    font-size: 16px;
    width: 50%;
    display: inline-block;
    padding: 44px 78px 42px 39px;
    height: 100%;
    box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.35);
    max-height: 895px; }
    .order_page_products .order_products_list_item {
      height: 235px;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 15px;
      padding-top: 18px; }
      .order_page_products .order_products_list_item:last-child {
        border-bottom: 0; }
      .order_page_products .order_products_list_item .main_pick {
        display: inline-block;
        width: 176px;
        border: 1px solid #ebebeb;
        height: 100%;
        padding: 0 13px; }
        .order_page_products .order_products_list_item .main_pick .cell {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          height: 198px; }
          .order_page_products .order_products_list_item .main_pick .cell img {
            max-width: 100%;
            max-height: 100%; }
      .order_page_products .order_products_list_item .right_stats {
        display: inline-block;
        vertical-align: top;
        width: 310px;
        position: relative;
        float: right;
        margin-left: 14px; }
        .order_page_products .order_products_list_item .right_stats .num {
          font-size: 10px;
          font-weight: bolder;
          text-transform: uppercase;
          color: #c0bfc4;
          text-align: left;
          letter-spacing: 0.05em;
          margin-bottom: 5px; }
        .order_page_products .order_products_list_item .right_stats .title {
          font-size: 18px;
          line-height: 25px;
          font-weight: bold;
          letter-spacing: 0; }
        .order_page_products .order_products_list_item .right_stats .info_about {
          margin-top: 8px; }
          .order_page_products .order_products_list_item .right_stats .info_about td {
            font-size: 15px;
            color: #7a7880;
            text-align: left;
            letter-spacing: .05em; }
          .order_page_products .order_products_list_item .right_stats .info_about .type {
            width: 110px;
            font-size: 10px;
            text-transform: uppercase; }
        .order_page_products .order_products_list_item .right_stats .jq-number._app_counter {
          height: 24px; }
          .order_page_products .order_products_list_item .right_stats .jq-number._app_counter .counter {
            line-height: 100%;
            font-size: 15px;
            position: relative;
            top: -2px; }
        .order_page_products .order_products_list_item .right_stats .jq-number__spin.minus {
          bottom: 0; }
        .order_page_products .order_products_list_item .right_stats .jq-number__spin.plus {
          top: 0; }
        .order_page_products .order_products_list_item .right_stats .delete_icon {
          width: 18px;
          height: 20px;
          position: absolute;
          right: 15px;
          bottom: 0;
          background: url(../images/delete_icon.png) center no-repeat;
          cursor: pointer; }
  .order_page_form {
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    background-color: #39b3f0;
    height: 100%;
    padding: 40px 63px;
    position: relative; }
    .order_page_form_title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 14px;
      letter-spacing: 0.025em;
      color: white; }
    .order_page_form .main-form__submit:after {
      content: '';
      display: block;
      width: 200%;
      height: 500%;
      background: #39b3f0;
      position: absolute;
      top: -250%;
      left: -50%;
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
      transition: 0.7s; }
    .order_page_form .main-form__submit:hover .main-form__submit-text {
      color: #39b3f0; }
    .order_page_form .main-form__submit:hover:after {
      top: -614%; }
  .order_page_subtitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #000;
    margin-bottom: 17px; }
  .order_page_text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    color: #535353;
    padding-top: 24px;
    border-top: 3px solid #39b3f0;
    display: none; }
    .order_page_text.count-products {
      font-weight: bold; }
    .order_page_text a {
      font-weight: bold;
      letter-spacing: 0.009em;
      color: #010101; }
      .order_page_text a.tel {
        font-size: 13px; }

.vacancies_page {
  min-height: 63vh; }
  .vacancies_page .wrapper {
    min-width: 605px;
    width: 605px;
    max-width: 605px; }
  .vacancies_page .main-page__title {
    padding-top: 35px;
    padding-bottom: 0; }
    .vacancies_page .main-page__title-header {
      margin-bottom: 25px; }
  .vacancies_page_list_item {
    border-top: 1px solid #eeeeee; }
    .vacancies_page_list_item:first-child {
      border-top: 0; }
    .vacancies_page_list_item:last-child {
      margin-bottom: 85px; }
    .vacancies_page_list_item .title {
      line-height: 100px;
      position: relative;
      font-size: 30px;
      color: #000000;
      font-weight: bold;
      transition: .4s color ease;
      cursor: pointer; }
      .vacancies_page_list_item .title:hover {
        color: #39b3f0; }
      .vacancies_page_list_item .title:before {
        display: inline-block;
        background: url("../images/select-arrow.png") center no-repeat;
        height: 100px;
        width: 16px;
        right: 35px;
        top: 0;
        position: absolute;
        content: ''; }
    .vacancies_page_list_item .vacancies_text {
      font-size: 18px;
      line-height: 30px;
      color: #434343;
      letter-spacing: 0.05em; }
    .vacancies_page_list_item .vacancies_info {
      font-size: 0;
      margin: 45px 0;
      display: table; }
      .vacancies_page_list_item .vacancies_info_item {
        display: table-cell;
        font-size: 18px;
        letter-spacing: 0;
        color: #363636;
        font-weight: bold;
        width: 33.333333333%;
        vertical-align: top;
        padding-right: 15px; }
        .vacancies_page_list_item .vacancies_info_item span {
          font-weight: normal; }
    .vacancies_page_list_item .vacancies_respond_bth {
      width: 274px;
      border-width: 4px; }
    .vacancies_page_list_item .content {
      display: none;
      padding-bottom: 50px; }

.pop_up {
  background-color: #39b3f0;
  position: fixed;
  width: 655px;
  height: 600px;
  display: none;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 20;
  color: white;
  padding-left: 120px;
  padding-top: 90px; }
  .pop_up_close {
    background: url(../images/close_pop_up.png) center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -58px;
    top: 0;
    cursor: pointer; }
    .pop_up_close:hover {
      opacity: 0.7; }
  .pop_up_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-top: 20px; }
  .pop_up_subtitle {
    padding-left: 7px;
    font-size: 14px;
    letter-spacing: 0; }
  .pop_up_submit:hover {
    color: #39b3f0; }
  .pop_up .main-form__input[name='link_resume'][disabled] {
    opacity: 0.6; }
  .pop_up .main-form__input[name='link_resume']::-webkit-input-placeholder {
    opacity: 1;
    font-size: 16px; }
  .pop_up .main-form__input[name='link_resume']:-moz-placeholder {
    font-size: 16px;
    opacity: 1; }
  .pop_up .main-form__input[name='link_resume']::-moz-placeholder {
    font-size: 16px;
    opacity: 1; }
  .pop_up .main-form__input[name='link_resume']:-ms-input-placeholder {
    opacity: 1;
    font-size: 16px; }
  .pop_up .jq-file {
    font-family: "Circe", sans-serif;
    width: 500px;
    height: 42px;
    border-radius: 0;
    background: none !important;
    box-shadow: none; }
    .pop_up .jq-file label.error {
      right: 117px; }
    .pop_up .jq-file.disabled {
      opacity: 0.7; }
      .pop_up .jq-file.disabled .jq-file__browse {
        color: #39b3f0; }
    .pop_up .jq-file:hover .jq-file__browse {
      background: white;
      color: #39b3f0; }
    .pop_up .jq-file__name {
      position: absolute;
      right: 0;
      top: 0;
      width: 290px;
      font-family: "Circe", sans-serif;
      line-height: 42px;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      color: white !important; }
    .pop_up .jq-file__browse {
      display: block;
      position: static;
      width: 210px;
      background: 0;
      border: 1px solid white !important;
      color: white;
      border-radius: 0;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 41px;
      height: 42px;
      text-align: center;
      text-shadow: none !important;
      transition: .5s color ease; }

@media screen and (max-width: 1200px) {
  .main-menu__logo {
    margin-right: 11%; }
  .main-menu__social {
    margin-right: 0; }
  .main-jumbotron__about {
    padding-top: 15%; }
  .novelty-slider__item-header {
    margin-bottom: 3%; }
  .novelty-slider__item-image {
    margin-right: 1%; } }
	.novelty-slider__item-image_a {
    margin-right: 15%; } }

._app_select .jq-selectbox__select {
  box-shadow: none;
  border: 1px solid #c9c9c9;
  background: 0;
  border-radius: 0;
  color: #7a7880;
  font-family: "Circe", sans-serif;
  font-size: 15px;
  padding-left: 14px;
  padding-right: 20px; }
  ._app_select .jq-selectbox__select .jq-selectbox__trigger {
    border: 0;
    width: 30px; }
    ._app_select .jq-selectbox__select .jq-selectbox__trigger-arrow {
      background: url("../images/select-arrow.png") center no-repeat;
      border: 0;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: .5s ease;
      opacity: 1; }

._app_select .jq-selectbox__dropdown {
  margin-top: -1px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #c9c9c9;
  border-top: 0;
  font-family: "Circe", sans-serif;
  font-size: 15px; }
  ._app_select .jq-selectbox__dropdown .disabled {
    color: #eee;
    cursor: default;
    display: none; }
  ._app_select .jq-selectbox__dropdown .disabled:hover {
    color: #eee;
    cursor: default;
    display: none; }
  ._app_select .jq-selectbox__dropdown:after {
    width: calc(100% - 14px - 8px);
    position: absolute;
    left: 14px;
    top: 0;
    border-top: 1px solid #e5e5e5;
    content: ''; }
  ._app_select .jq-selectbox__dropdown li {
    background: 0;
    color: #7a7880;
    padding-left: 14px;
    transition: color .3s ease; }
    ._app_select .jq-selectbox__dropdown li.selected {
      color: #009ee0; }
    ._app_select .jq-selectbox__dropdown li:hover {
      color: #959595; }

._app_select.opened .jq-selectbox__select .jq-selectbox__trigger-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

._app_select.focused .jq-selectbox__select {
  border-color: #c9c9c9; }

.jq-number._app_counter {
  font-size: 18px;
  width: 100px;
  height: 58px; }
  .jq-number._app_counter .jq-number__field {
    border-radius: 0;
    border-color: #d9d9d9;
    box-shadow: none;
    height: 100%; }
    .jq-number._app_counter .jq-number__field input {
      padding: 0 31px 0 9px;
      line-height: 56px;
      font-size: 18px;
      text-align: center;
      font-family: 'Circle', sans-serif;
      color: #131514; }
  .jq-number._app_counter .jq-number__spin {
    border: 0;
    background: 0;
    box-shadow: none; }
    .jq-number._app_counter .jq-number__spin.minus {
      background: url("../images/select-arrow.png") center no-repeat;
      bottom: 13px; }
    .jq-number._app_counter .jq-number__spin.plus {
      background: url("../images/select-arrow.png") center no-repeat;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
      top: 13px; }
    .jq-number._app_counter .jq-number__spin:after {
      content: none; }

._app_btn {
  color: white;
  width: 100%;
  background: #ffffff;
  height: 58px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  transition: .5s ease;
  letter-spacing: 0.2em;
  border: 2px solid #39b3f0;
  position: relative;
  overflow: hidden; }
  ._app_btn_text {
    position: relative;
    z-index: 1;
    transition: 0.7s; }
  ._app_btn:after {
    content: '';
    display: block;
    width: 200%;
    height: 500%;
    background: #39b3f0;
    position: absolute;
    top: -250%;
    left: -50%;
    -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    transition: 0.7s; }
  ._app_btn:hover ._app_btn_text {
    color: #39b3f0; }
  ._app_btn:hover:after {
    top: -614%; }

.ps-scrollbar-y-rail {
  opacity: 1 !important;
  background-color: transparent !important; }

.ps-container {
  position: relative; }

.cooperation-page__tile-with-text .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: #39b3f0 !important;
  border-radius: 0 !important; }

.cooperation-page__tile-with-text.cooperation-page__tile-with-text_blue .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: white !important; }

.preloader_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100;
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }
  
  embed, object {
  display: block;
  margin: 0 auto;
}

embed, iframe {
  display: block;
  margin: 0 auto;
}

.order_page_form {
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    background-color: #39b3f0;
    height: 500px;
    /*padding: 60px 123px;*/
    position: relative;

     }

.sidebarForm {
		background: #f6f6f6;
		box-shadow: 0 0 5px #ccc; 
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
		width: 420px;
}

#cor5 {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.sidebarForm h4 {
		font: 14px Verdana;
		color: #333333;
		text-align: left;
		padding: 10px 10px 0 10px;
}

.sidebarForm label {
		font: 12px Verdana;
		color: #333;
		padding: 10px;
}

.sidebarForm .input { 
		width: 300px;
		height: 30px;
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .input input {
		width: 299px;
		height: 26px;
		background: white;
		margin: -3px 0 0 -5px;
		padding: 0px 8px;
		border: none;
		background: transparent;
}

.sidebarForm .textarea {
		height: 70px;
		width: 400px;
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .textarea textarea {
		width: 399px;
		height: 66px;
		background: white;
		border: none;
		resize:none;
}

.sidebarForm button {
		border: 2px #ccc solid;
		width: 150px;
		height: 25px;
		font: 12px Verdana;
		font-weight: 700;
		color: #FFFFFF;
		background-color: #1E90FF;
		padding-bottom: 2px;
		margin: 5px 0 15px 135px;
}

/*# sourceMappingURL=main.css.map */
