@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  background: none;
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover{ text-decoration: underline; }

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.hidden{ display: none!important; }

.icon-arrow-right {
  width: 0.58em;
  height: 1em;
  fill: initial;
}

.icon-attach-file {
  width: 0.79em;
  height: 1em;
  fill: initial;
}

.icon-calendar {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-download {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-eye {
  width: 1.32em;
  height: 1em;
  fill: initial;
}

.icon-search {
  width: 1em;
  height: 1em;
  fill: initial;
}

.logout-button{ position: absolute; top: 30px; right: 30px;  }
.icon-logout {
  width: 30px;
  height: 30px;
  fill: #3191ff;
}

body {
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #262626;
}

body.no-scroll {
  overflow: hidden;
}

.center {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 30px;
}

button,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
}

.inputbox{
  width: 100%;
  height: 41px;
  padding: 10px 20px;
  border: solid 1px rgba(174, 174, 174, 0.25);
  background: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
}
.inputbox:-ms-input-placeholder {
  color: #262626;
}
.inputbox::placeholder {
  color: #262626;
}

.btn {
  min-width: 210px;
  padding: 0 15px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #0d7eff;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all .3s;
}

.btn:hover {
  background: #3191ff;
}

.btn__text,
.btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn .icon {
  font-size: 10px;
  fill: #fff;
}

.btn .icon:not(:first-child) {
  margin-left: 15px;
}

.head {
  background: url("../img/bg-head.jpg") no-repeat 50% 50%/cover;
}

.head__center {
  min-height: 355px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.head__top {
  text-align: center;
}

.head__logo {
  display: inline-block;
  font-size: 0;
}

.head__logo .head__pic {
  width: 140px;
}

.head__title {
  margin-bottom: 27px;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.head__breadcrumbs {
  margin-bottom: 40px;
}

.head_main .head__top {
  margin-bottom: 90px;
}

.head_sales .head__top {
  margin-bottom: 50px;
}

.head_article {
  background: #F1F1F1;
}

.head_article .head__center {
  min-height: 380px;
}

.head_article .head__top {
  margin-bottom: 45px;
}

.head_article .head__title {
  margin-bottom: 15px;
}

.search {
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.search__wrap {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search__input {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 60px;
  border: solid 1px rgba(174, 174, 174, 0.25);
  background: #fff;
  border-radius: 30px 0 0 30px;
  font-size: 18px;
  color: #262626;
}

.search__input:-ms-input-placeholder {
  color: #262626;
}

.search__input::placeholder {
  color: #262626;
}

.search__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 60px;
  font-size: 0;
}

.search__icon .icon {
  font-size: 18px;
  fill: #888888;
  transition: fill .3s;
}

.search__icon:hover .icon {
  fill: #262626;
}

.search__btns {
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  width: 210px;
}

.search__btn {
  width: 100%;
  height: 60px;
  border-radius: 0 30px 30px 0;
  background: #0d7eff;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: background .3s;
}

.search__btn:hover {
  background: #3191ff;
}

.login-form{ max-width: 400px; margin: 0 auto; font-size: 14px; }
.login-form__desc{ margin-bottom: 30px; text-align: center;  }
.login-form__buttons{ text-align: center; margin-bottom: 40px; }
.login-form__links{ text-align: center; list-style: none; font-size: 14px; }
.login-form__links li{ margin-bottom: 5px; }

.input-row{ margin-bottom: 20px; }

.system-message{ background: #3191ff; color: #fff; padding: 20px 15px; text-align: center; font-size: 14px; margin-bottom: 40px; }
.system-message__title{ margin-bottom: 10px; font-weight: bold; }

.search-results{ list-style: none; }
.search-results li{ margin-bottom: 30px; font-size: 16px; }
.result-title{ margin-bottom: 10px; color: #3191ff; font-weight: bold; font-size: 20px; }

.variants__container {
  padding: 80px 0 80px;
}

.variants__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.variants__box {
  -ms-flex: 0 0 calc(33.33% - 30px);
  flex: 0 0 calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px 80px;
}

.variants__category {
  margin-bottom: 27px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.variants__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.variants__list--articles{ margin-bottom: 80px; }

.variants__item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 6px;
  color: #3C3C3C;
  transition: color .3s;
}

.variants__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 2px 10px 0 0;
  font-size: 17px;
  color: #3C3C3C;
  transition: fill .3s;
}

.variants__item:hover {
  color: #0d7eff;
}

.variants__item:hover .icon {
  fill: #0d7eff;
}

.variants__item:not(:last-child) {
  margin-bottom: 14px;
}

.variants__btn {
  margin-top: 30px;
}

.variants__info {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.finder-page__explained{ padding: 0; margin-bottom: 40px; }
.finder-page__list{ margin-bottom: 40px; }

.breadcrumbs {
  text-align: center;
}

.breadcrumbs__list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__item {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  color: #8D8D8D;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 6px;
}

.breadcrumbs__item:not(:last-child):after {
  content: "/";
  font-weight: 400;
  margin-left: 10px;
  color: #8D8D8D;
}

.breadcrumbs__link {
  color: #262626;
  transition: color .3s;
}

.breadcrumbs__link:hover {
  color: #0d7eff;
}

.item-page ol, .item-page ul, .item-page p{ margin-bottom: 20px; }
.item-page ol:last-child, .item-page ul:last-child, .item-page p:last-child{ margin-bottom: 0px; }

.article {
  padding: 55px 0 125px;
}

.article__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article__wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 85px;
}

.article__name {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

.article__name .icon {
  margin: 2px 10px 0 0;
  font-size: 32px;
  fill: #262626;
}

.article__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.article__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8d8d8d;
}

.article__item:not(:last-child) {
  margin-right: 60px;
}

.article__icon {
  margin-right: 12px;
  font-size: 0;
}

.article__icon .icon {
  margin-top: -1px;
  font-size: 13px;
  fill: #8d8d8d;
}

.article__variants {
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  width: 450px;
  padding: 45px 50px 50px;
  border-radius: 7px;
  box-shadow: -0.5px 9px 26.6px 5.4px rgba(0, 31, 63, 0.09);
}

.content p {
  font-size: 18px;
  line-height: 1.65;
  color: #3c3c3c;
}

.content p:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1439px){
  .variants__category{
    font-size: 28px;
  }
  .article{
    padding-bottom: 90px;
  }
  .article__wrap{
    padding-right: 40px;
  }
  .article__name{
    font-size: 30px;
  }
  .article__name .icon{
    font-size: 28px;
  }
}

@media only screen and (max-width: 1279px){
  .head__center{
    min-height: 270px;
  }
  .head__title{
    font-size: 40px;
  }
  .head_main .head__top{
    margin-bottom: 60px;
  }
  .head_article .head__center{
    min-height: auto;
  }
  .head_article .head__top{
    margin-bottom: 35px;
  }
  .variants__category{
    font-size: 24px;
  }
  .variants__item{
    font-size: 16px;
  }
  .variants__item .icon{
    font-size: 15px;
  }
  .article{
    padding-bottom: 70px;
  }
  .article__wrap{
    padding-right: 30px;
  }
  .article__name{
    font-size: 24px;
  }
  .article__name .icon{
    font-size: 22px;
  }
  .article__control{
    margin-bottom: 25px;
  }
  .article__variants{
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    width: 350px;
    padding: 40px 20px;
  }
  .content p{
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1023px){
  .center{
    padding: 0 20px;
  }
  .head__center{
    padding: 30px 20px;
  }
  .head_sales .head__top{
    margin-bottom: 40px;
  }
  .search__input{
    height: 50px;
    padding: 0 20px 0 55px;
  }
  .search__icon{
    width: 55px;
    height: 50px;
  }
  .search__btns{
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
  }
  .search__btn{
    height: 50px;
  }
  .variants__container{
    padding: 60px 0 60px;
  }
  .variants__box{
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 50px;
  }
  .article{
    padding: 50px 0;
  }
  .article__row{
    display: block;
  }
  .article__wrap{
    margin-bottom: 40px;
    padding: 0;
  }
  .article__variants{
    width: 100%;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px){

  .logout-button{ top: 15px; right: 15px;  }

  .icon-logout {
      width: 20px;
      height: 20px;
  }

  .center{
    padding: 0 15px;
  }
  .head__center{
    padding: 25px 15px;
    min-height: auto;
  }
  .head__logo .head__pic{
    width: 100px;
  }
  .head__title{
    font-size: 32px;
  }
  .head__breadcrumbs{
    margin-bottom: 25px;
  }
  .head_main .head__top{
    margin-bottom: 40px;
  }
  .head_sales .head__top{
    margin-bottom: 30px;
  }
  .head_article .head__top{
    margin-bottom: 20px;
  }
  .search__input{
    height: 45px;
    padding: 0 15px 0 45px;
    font-size: 16px;
  }
  .search__icon{
    width: 45px;
    height: 45px;
  }
  .search__btns{
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
  }
  .search__btn{
    height: 45px;
    font-size: 16px;
  }
  .variants__container{
    padding: 40px 0 40px;
  }
  .variants__wrap{
    margin: 0 -10px;
  }
  .variants__box{
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 35px;
  }
  .variants__category{
    margin-bottom: 15px;
    font-size: 22px;
  }
  .variants__item{
    font-size: 14px;
  }
  .variants__item .icon{
    font-size: 13px;
  }
  .variants__item:not(:last-child){
    margin-bottom: 10px;
  }
  .variants__btn{
    margin-top: 20px;
  }
  .variants__info{
    font-size: 20px;
  }
  .article{
    padding: 40px 0;
  }
}

@media only screen and (max-width: 666px){
  .article__name{
    font-size: 20px;
  }
  .article__name .icon{
    margin: 0 10px 0 0;
    font-size: 18px;
  }
  .article__control{
    margin-bottom: 20px;
  }
  .article__item:not(:last-child){
    margin-right: 40px;
  }
  .article__variants{
    padding: 20px 15px;
    box-shadow: -0.5px 4px 16.6px 2.4px rgba(0, 31, 63, 0.09);
  }

  .breadcrumbs__item{ font-size: 14px; }
}

@media only screen and (max-width: 479px){
  .head_main .head__top{
    margin-bottom: 30px;
  }
  .search__input{
    font-size: 14px;
  }
  .search__btns{
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
  .variants__container{
    padding-bottom: 40px;
  }
  .variants__wrap{
    display: block;
    margin: 0;
  }
  .variants__box{
    width: 100%;
    margin: 0;
  }
  .variants__box:not(:last-child){
    margin-bottom: 30px;
  }
  .breadcrumbs{
    text-align: left;
  }
  .article__item{
    font-size: 14px;
  }
  .article__item:not(:last-child){
    margin-right: 20px;
  }
  .article__icon{
    margin-right: 8px;
  }
  .article__icon .icon{
    font-size: 11px;
  }
}

@media only screen and (max-width: 330px){
  .head__title{
    font-size: 28px;
  }
  .search__btns{
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    font-size: 14px;
  }
  .article__item{
    font-size: 12px;
  }
}

/*# sourceMappingURL=app.css.map */
