@charset "UTF-8";

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Icons";
  src: url("fonts/MaterialIcons-Regular.eot");
  src: url("fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MaterialIcons-Regular.woff2") format("woff2"), url("fonts/MaterialIcons-Regular.woff") format("woff"), url("fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-style: normal;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

.icon,
.page_left .status:before,
.auto-form .remember label:before {
  display: inline-block;
  font-family: "Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon1:before {
  content: "\e87a";
}

.icon2:before {
  content: "\e8ff";
}

.icon3:before {
  content: "\e163";
}

.icon4:before {
  content: "\e316";
}

.icon5:before {
  content: "\e8dc";
}

.icon6:before {
  content: "\e8cd";
}

.icon7:before,
.auto-form .remember label:before {
  content: "\e835";
}

* {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  min-width: 320px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1170px;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.btn-blue {
  font: 18px/22px "Roboto", sans-serif;
  padding: 8px 28px 8px 24px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
}

h1 {
  font: 400 22px/32px "Roboto", sans-serif;
  text-align: center;
  margin: 0 0 22px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 0 10px;
}

.header .btn-blue {
  float: right;
  margin: 23px 0px 23px 5px;
}

.logo {
  line-height: 28px;
  font-size: 24px;
  color: #fff;
  float: left;
  margin: 30px 0 0;
  padding: 0 0 0 35px;
  position: relative;
}

.logo img {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
}

.content {
  padding: 140px 10px 80px;
}

.bottom-text,
.content_in {
  padding: 25px 20px 40px;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  border-radius: 3px;
}

.bottom-text {
  overflow: hidden;
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
}

.bottom-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}

.bottom-text h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}

.bottom-text h4 {
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 400;
}

.bottom-text p {
  margin: 0 0 10px;
}

.bottom-text ul {
  list-style: disc inside;
  margin: 0 0 15px;
  /* Заглавные буквы */
}

.bottom-text ol {
  list-style: decimal-leading-zero inside;
  margin: 0 0 15px;
  /* Заглавные буквы */
}

.bottom-text a {
  color: inherit;
  text-decoration: underline;
}

.catalog-item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 8px 7px;
}

.catalog-item:nth-child(4n+1) {
  clear: left;
}

.catalog-item_in {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 10px 10px;
  border-radius: 3px;
}

.catalog-item_in .preview {
  display: block;
  width: 200px;
  margin: 0 20px 0 0;
  height: 200px;
  overflow: hidden;
  position: relative;
  float: left;
}

.catalog-item_in .preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.catalog-item_in .preview:hover:after {
  opacity: 0;
}

.catalog-item_in .preview:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  transition: all 0.25s ease-in-out;
}

.catalog-item_in .title {
  font-size: 18px;
  line-height: 26px;
  max-height: 52px;
  transition: all 0.15s ease-in-out;
}

.catalog-item_in p {
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  max-height: 66px;
}

.catalog-item_in .btn {
  margin: 15px 0 0;
}

.catalog-list {
  overflow: hidden;
}

.page_in {
  overflow: hidden;
  padding: 20px 0 0;
}

.page_in:first-of-type {
  border: none;
  padding-top: 0;
}

.page_info {
  float: left;
  width: 45.4%;
}

.page_text {
  box-sizing: border-box;
  padding: 0 0 0 2.5%;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
}

.page_text p {
  margin-top: 10px;
  font-weight: 100;
}

.page_text .title {
  font-size: 18px;
  display: inline-block;
  line-height: 28px;
}

.page-choice {
  text-align: right;
  vertical-align: top;
  margin: 20px 0 0;
}

.page-choice a {
  font-size: 26px;
  transition: color 0.15s ease-in-out;
  line-height: 26px;
}

.column {
  float: left;
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box;
}

.page_left {
  width: 100%;
  padding: 0 27px 0 0;
}

.page_left .status {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}

.page_left .status:before {
  display: inline-block;
  margin-right: 8px;
  content: "\e836";
  font-size: 22px;
  line-height: inherit;
  vertical-align: top;
}

.page_left .preview {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.page_left .preview img {
  display: block;
  width: 100%;
}

.page_left .preview:hover:after {
  opacity: 0;
}

.page_left .preview:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  transition: all 0.25s ease-in-out;
}

.page_daphne {
  clear: both;
}

.page_daphne td {
  width: 50%;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  text-align: right;
}

.page_daphne td:first-child {
  text-align: left;
}

.page_daphne .title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 30px;
}

.popular-list {
  margin: 0px -3px -10px;
  padding: 20px 0 0;
  overflow: hidden;
}

.popular-list a {
  width: 8.3333%;
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 3px;
}

.popular-list .preview {
  width: 100%;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.popular-list .preview:hover:after {
  opacity: 0;
}

.popular-list .preview:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: 5;
  transition: all 0.25s ease-in-out;
}

.popular-list img {
  display: block;
  width: 100%;
}

.load-more {
margin-top:30px;
text-align:center;
}

.load-more a {
	font-size: 20px;
    color: #212121;
    line-height: 30px;
    border-bottom: 1px solid #212121;
	
}

.reg-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px 30px 40px;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
}

.reg-wrap p {
  margin-top: 10px;
  padding: 0;
  font-weight: 100;
  text-align: right;
}

.reg-wrap a:hover {
  text-decoration: underline;
}

/*the container must be positioned relative:*/

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
  padding: 8px 16px;
  cursor: pointer;
}

/*style items (options):*/

.select-items {
  background: DodgerBlue;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.auto-form {
  margin: 0 0 30px;
}

.auto-form input {
  font: 16px/16px "Roboto", sans-serif;
  margin: 20px 0 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
  vertical-align: bottom;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
}

.auto-form .btn-blue {
  margin-top: 30px;
  padding: 10px 30px 10px 34px;
  line-height: 22px;
  font-size: 16px;
}

.auto-form .row {
  margin: 0 0 0 -2%;
}

.auto-form .row:after {
  content: "";
  display: table;
  clear: both;
}

.auto-form .remember {
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.auto-form .remember label {
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  text-align: left;
  transition: color 0.15s ease-in-out;
  cursor: default;
  display: inline-block;
}

.auto-form .remember label:before {
  margin-right: 8px;
  font-size: 22px;
  color: inherit;
  line-height: inherit;
  vertical-align: top;
  text-rendering: auto;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}

.auto-form .remember input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  bottom: 100%;
  right: 100%;
  visibility: hidden;
  position: absolute;
}

.auto-form .remember input:checked + label:before {
  color: green;
}

.select-selected {
  font: 16px/16px "Roboto", sans-serif;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  text-align: left;
  color: #706d6d;
  margin: 20px 0 0;
  padding: 12px 15px 11px;
}

.select-items {
  border-radius: 3px;
  margin: 11px 0 0;
  max-height: 220px;
  overflow: auto;
}

.select-items div {
  color: #706d6d;
}

.select-items div:last-child {
  border: none;
}

.w_50 {
  margin-left: 2%;
  width: 48%;
  float: left;
}

.w_30 {
  margin-left: 2%;
  width: 28%;
  float: left;
}

.w_20 {
  margin-left: 2%;
  float: left;
  width: 18%;
}

.contacts-wrap {
  padding: 25px 30px 40px;
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 3px;
  font-weight: 100;
  text-align: center;
}

.contacts-wrap h1 {
  margin: 0 0 20px;
}

.contacts-wrap span {
  display: block;
  margin: 30px 0;
  text-align: left;
}

.contacts-wrap a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.contacts-wrap p {
  padding: 0px;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  text-align: left;
  margin: 10px 0 0;
}

.footer_bottom {
  padding: 30px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  z-index: 5;
}

.footer_bottom a {
  line-height: 1.1;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid transparent;
}

.footer_bottom p {
  float: left;
}

.footer_bottom .log-in {
  float: right;
}

.footer_nav {
  overflow: hidden;
}

.footer-in {
  padding: 50px 10px 70px;
  text-align: center;
}

.footer-nav_item {
  float: left;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  padding: 0 10px;
  line-height: 34px;
  vertical-align: top;
}

.footer-nav_item .icon,
.footer-nav_item .page_left .status:before,
.page_left .footer-nav_item .status:before,
.footer-nav_item .auto-form .remember label:before,
.auto-form .remember .footer-nav_item label:before {
  margin-right: 12px;
  top: auto;
  left: auto;
  width: 34px;
  vertical-align: middle;
  height: auto;
}

.footer-nav_item img {
  display: block;
  max-width: 100%;
}

.scroll-top {
  position: absolute;
  left: 50%;
  display: block;
  top: -23px;
  margin-left: -23px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  font-size: 30px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

@media screen and (max-width: 1190px) {
  .catalog-item {
    width: 33.3%;
  }

  .catalog-item:nth-child(4n+1) {
    clear: none;
  }

  .catalog-item:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 960px) {
  .catalog-item {
    width: 50%;
  }

  .catalog-item:nth-child(3n+1),
  .catalog-item:nth-child(4n+1) {
    clear: none;
  }

  .catalog-item:nth-child(2n+1) {
    clear: left;
  }

  .page_daphne {
    clear: both;
  }

  .page_left {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }

  .page_left .preview {
    width: 90%;
    margin: 0 auto 10px;
  }

  .popular-list a {
    width: 16.6%;
  }

  .catalog-item_in .preview {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding: 155px 10px 15px;
  }

  .catalog-item {
    width: 100%;
  }

  .header {
    text-align: center;
  }

  .header .btn {
    display: block;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  .logo {
    font-size: 20px;
    float: none;
    display: inline-block;
  }

  .bottom-text,
  .content_in {
    padding: 15px;
  }

  .footer-nav_item {
    width: 100%;
    padding: 0;
    float: none;
    margin: 15px 0;
  }

  .footer-nav_item .icon,
  .footer-nav_item .page_left .status:before,
  .page_left .footer-nav_item .status:before,
  .footer-nav_item .auto-form .remember label:before,
  .auto-form .remember .footer-nav_item label:before {
    width: 20px;
  }

  .footer-in {
    padding: 20px 10px;
  }

  .page_text {
    clear: both;
    padding: 20px 0 0;
  }

  .page_left {
    padding: 0;
  }

  .page_info {
    padding: 0;
    width: 100%;
  }

  .contacts-wrap {
    padding: 20px 15px 35px;
  }

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

  .catalog-item_in .preview {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .reg-wrap {
    padding: 15px 15px 20px;
  }

  .row > div {
    margin: 0;
    width: 100%;
  }

  .auto-form .row {
    margin: 0;
  }

  .footer-nav_item {
    font-size: 18px;
    margin: 10px 0;
  }

  .popular-list a {
    width: 24.9%;
  }
}