@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-family: 'Roboto Slab';
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1170px;
}

* {
  margin: 0;
  padding: 0;
}

#header {
  z-index: 1001;
  width: 100%;
  position: relative;
  background-color: #48689a;
  padding: 14px 0 14px 0;
}

#header .container {
  max-width: 1205px;
}

.header-contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contact-section span {
  font-size: 12px;
}

.burger-wrap {
  visibility: hidden;
}

.header-col1 li {
  margin-left: 14px;
  margin-right: 14px;
}

.header-col1 a {
  color: #fff;
  text-decoration: none;
}

.header-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  position: relative;
}

.header-col2 li {
  margin-right: 26px;
  padding: 0px 8px;
}

.header-col2 a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.header-topline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-topline__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
}

.header-topline__links li {
  margin-right: 40px;
  width: 33.33%;
}

.header-topline__links a {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  color: #fff;
}

.header-topline__links form {
  position: relative;
  max-width: 300px;
}

.header-search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-search-box form {
  position: relative;
}

.header-search-box input {
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  width: 300px;
}

.header-search-box button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 0;
}

.header-search-box button .fa {
  color: #fff;
  font-size: 13px;
}

input[type=text] {
  color: #fff;
}

.submit {
  font-size: 20px;
}

.menu-item {
  margin-right: 2px;
  position: relative;
  margin-right: 16px;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding: 0 15px;
}

.menu li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.menu li:hover a:not(:only-child):after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu a:not(:only-child):after {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='448' height='448' viewBox='0 0 448 448'%3E%3Cpath fill='white' d='M420.75 202l-185.5 185.25c-6.25 6.25-16.25 6.25-22.5 0l-185.5-185.25c-6.25-6.25-6.25-16.5 0-22.75l41.5-41.25c6.25-6.25 16.25-6.25 22.5 0l132.75 132.75 132.75-132.75c6.25-6.25 16.25-6.25 22.5 0l41.5 41.25c6.25 6.25 6.25 16.5 0 22.75z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  -o-transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
  position: absolute;
  top: 3px;
  right: -3px;
  font-size: 11px;
}

.header-col2 li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.header-col2 li:hover a:not(:only-child):after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header-col2 a:not(:only-child):after {
  content: '';
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='448' height='448' viewBox='0 0 448 448'%3E%3Cpath fill='white' d='M420.75 202l-185.5 185.25c-6.25 6.25-16.25 6.25-22.5 0l-185.5-185.25c-6.25-6.25-6.25-16.5 0-22.75l41.5-41.25c6.25-6.25 16.25-6.25 22.5 0l132.75 132.75 132.75-132.75c6.25-6.25 16.25-6.25 22.5 0l41.5 41.25c6.25 6.25 6.25 16.5 0 22.75z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .9s ease-in-out;
  transition: -webkit-transform .9s ease-in-out;
  -o-transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out;
  transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
  position: absolute;
  font-size: 11px;
  top: 5px;
  right: -9px;
}

.submenu {
  padding: 5px !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #48689a;
  -webkit-transition: opacity .27s ease-in-out, visibility .27s ease-in-out;
  -o-transition: opacity .27s ease-in-out, visibility .27s ease-in-out;
  transition: opacity .27s ease-in-out, visibility .27s ease-in-out;
  -webkit-box-shadow: 0px 0px 5px #0c2b22;
          box-shadow: 0px 0px 5px #0c2b22;
  top: 37px;
}

.submenu-item {
  padding: 5px;
}

.header-logo-nav-buy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo-nav-buy .col {
  padding: 0 15px;
  text-align: center;
}

.header-logo-nav-buy .logo {
  width: 19%;
}

.header-logo-nav-buy .logo a {
  display: block;
}

.header-logo-nav-buy .buy {
  width: 15%;
}

.header-logo-nav-buy .nav {
  padding: 10px 12px 0px;
  width: 63%;
}

#footer {
  margin-bottom: 100px;
  padding-top: 10px;
  margin: 0 -15px;
}

#footer .container {
  max-width: 1203px;
}

.footer-cols {
  padding-bottom: 53px;
  margin: 0 -15px;
}

.ul-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.ul-cols a {
  display: block;
  text-decoration: none;
  color: #333;
}

.ul-cols h1 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

.ul-cols p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.76;
  margin-bottom: 20px;
  max-width: 250px;
}

.logo2 {
  margin-bottom: 11px;
  margin-top: -7px;
}

.footer-col {
  padding: 0 15px;
}

.width32 {
  width: 32%;
}

.width32 p {
  margin-bottom: 27px;
}

.width18 {
  width: 18%;
}

.width18 p {
  font-size: 14px;
  margin-bottom: 0px;
}

.width18 h1 {
  margin-bottom: 30px;
}

.width26 {
  width: 25%;
}

.width26 p {
  font-size: 14px;
  margin-bottom: 0px;
}

.width25 {
  width: 25%;
  position: relative;
}

.width25 h1 {
  padding-bottom: 46px;
}

.insta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.insta-block::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  background: #333;
  bottom: 80px;
  opacity: 6%;
}

.item-image {
  width: 100%;
}

.item-image a {
  display: block;
  padding: 0 5px;
}

.banks-payment-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banks-payment-line::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  background: #333;
  bottom: 0px;
  opacity: 6%;
}

.bank-payment-block {
  width: 43px;
  padding: 0 5px;
}

.pay-watch {
  display: block;
  margin-right: 14px;
}

.social-list-line-footer {
  padding-bottom: 58px;
  padding-top: 12px;
  margin: 0 -15px;
}

.social-list-line-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.social-list-line-footer ul::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 400px;
  background: #333;
  top: 54px;
  opacity: 6%;
}

.social-list-line-footer ul li {
  padding: 0 15px;
}

.social-list-line-footer ul a {
  display: inline-block;
  color: #333;
  font-size: 22px;
}

.copyrights {
  background: #48689a;
  padding-top: 8px;
  padding-bottom: 13px;
  text-align: center;
}

.copyrights span {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  padding-left: 15px;
  padding-right: 6px;
  line-height: 1.4;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.woff");
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_RobotoCondensed-Bold';
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: local("☺"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  background-position: center;
}

.gm-style img {
  max-width: none;
}

.header-contact-section, .header-col1, .header-col2, .header-topline__links, .menu, .submenu, .ul-cols, .banks-payment-line, .social-list-line-footer ul, .two-box-list, .support-ul, .choice-block-list, .head-section-rows .column2 ul, .grid-collection__list, .two-box-content-rows, .title-section-grid > ul, .user-social-title-line, .catalog-rated-grid, .columns-rated, .block-rated-columns, .catalog-col, .social-find ul, .share-social ul, .users-list, .line1-form, .line2-form, .ul, .user-social-panel, .nav-pages, .sponsors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.slider-rel {
  position: relative;
}

.slider-block {
  text-transform: uppercase;
}

.slider-block h1 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.5;
  margin: 0;
}

.slider-block h2 {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.7;
  margin-bottom: 65px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-top: -12px;
}

.slider-block h2 mark {
  color: #48689a;
  background: none;
  font-weight: 700;
}

.click {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 1.2em 3.3em;
  text-align: center;
  min-width: 172px;
  background-color: #48689a;
  margin-left: -7px;
}

.slider-block .slick-arrow {
  position: absolute;
  z-index: 1001;
  font-size: 0;
  width: 50px;
  height: 100px;
  border-radius: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 2px solid;
  padding: 0 15px;
}

.slider-block .slick-arrow.slick-prev {
  background: url(../image/prev.png);
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  right: 0;
  bottom: 50%;
  left: 25%;
}

.slider-block .slick-arrow.slick-next {
  background: url(../image/next.png);
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  bottom: 50%;
  right: 24.4%;
}

.content {
  max-width: 896px;
  margin: 0 auto;
  width: 100%;
  margin-top: -26px;
  padding: 0 15px;
  position: relative;
}

.slider-block .slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 95%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
}

.slider-block .slick-dots li {
  list-style-type: none;
  margin: 0 5px;
}

.slider-block .slick-dots button {
  width: 30px;
  height: 30px;
  border-radius: 10%;
  font-size: 0;
  border: 1px solid #fff;
  background-color: #48689a;
}

.image-background {
  background-color: #fff;
  min-height: 945px;
  color: #15232d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.burger-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 63px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
}

.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
  border-bottom: 2px solid currentColor;
  width: 21px;
  -webkit-transition: border-bottom 1s ease-in-out;
  -o-transition: border-bottom 1s ease-in-out;
  transition: border-bottom 1s ease-in-out;
}

.burger:-moz-focus-inner {
  border: 0;
  padding: 0;
}

.burger:before {
  content: "";
  display: block;
  border-bottom: 2px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.burger:after {
  content: "";
  display: block;
  border-bottom: 2px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.burger.open {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.8s ease-in-out;
  -o-transition: border-bottom 0.8s ease-in-out;
  transition: border-bottom 0.8s ease-in-out;
}

.burger.open:before {
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
      -ms-transform: rotate(-405deg) translateY(1px) translateX(-3px);
          transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.burger.open:after {
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
      -ms-transform: rotate(405deg) translateY(-4px) translateX(-5px);
          transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.two-box-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1070px;
  margin: 0 auto;
  padding-top: 100px;
}

.third-element-section {
  background-color: #f7f7f7;
  padding-bottom: 100px;
  padding-top: 92px;
}

.third-element-section .container {
  max-width: 1188px;
}

.two-box-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
  padding-bottom: 95px;
}

.two-box-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px 30px;
}

.two-box-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 251px;
  width: 100%;
  border: 5px solid #eeeeee;
  padding-top: 40px;
  padding-left: 40px;
  background: white;
}

.two-box-card.border-mod {
  padding: 10px 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-box-card.border-mod > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.two-box-card.border-mod > div p {
  color: #48689a;
  font-size: 37px;
  font-weight: 700;
}

.two-box-card > .width-box {
  width: 100%;
  max-width: 400px;
}

.two-box-card > .width-box h1 {
  margin: 0;
  font-size: 24px;
  max-width: 300px;
  padding-bottom: 20px;
}

.two-box-card > .width-box span {
  text-transform: uppercase;
  font-size: 24px;
}

.two-box-card > .width-box mark {
  background: none;
  color: #48689a;
}

.two-box-card .border-line {
  border: 5px solid #48689a;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.two-box-card .border-line .text-align {
  text-align: center;
  padding-left: 200px;
}

.two-box-card .border-line .text-align h1 {
  margin: 0;
  font-size: 24px;
}

.two-box-card .border-line .text-align span {
  color: black;
  font-size: 24px;
  letter-spacing: 10px;
  font-weight: 700;
  padding: 0;
}

.support-ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 96px;
}

.support-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 30px;
}

.support-section__item h1 {
  font-size: 14px;
  text-transform: uppercase;
}

.support-section__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.6px;
}

.icon-item {
  padding-right: 30px;
  padding-bottom: 15px;
}

.support-box {
  width: 100%;
  max-width: 290px;
}

.support-box h1 {
  margin: 0;
  line-height: 1.7;
  padding-bottom: 8px;
  letter-spacing: 0.6px;
}

.support-box P {
  font-size: 14px;
  line-height: 1.7;
}

.choice-block-section {
  margin: 0 -15px;
}

.border-box {
  border: 5px solid #48689a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choice-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 68%;
  padding: 0 15px;
  position: relative;
  margin: 0 0 -15px;
}

.choice-block__item {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
  padding: 0 15px 15px 0;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.choice-block__item a {
  display: block;
}

.choice-block__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choice-block__item.trey {
  width: 380px;
  overflow: hidden;
}

.choice-block__item a {
  display: block;
  height: 243px;
  width: 100%;
}

.choice-block__item-box {
  width: 30%;
  background-color: #fff;
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
}

.choice-block__item-box.border-fix {
  padding-bottom: 20px;
  padding-top: 20px;
}

.choice-block__item-box h1 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 1px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.choice-block__item > .click2 {
  -webkit-transform: translateY(160px);
      -ms-transform: translateY(160px);
          transform: translateY(160px);
  position: absolute;
  left: 15.7%;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border: 2px solid #fff;
  z-index: 30;
  top: 50%;
  max-width: 179px;
  max-height: 51px;
  font-size: 14px;
  text-decoration: none;
}

.collection-section {
  background-color: #fff;
  margin-top: 94px;
  padding-bottom: 94px;
}

.head-section-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 43px;
  text-transform: uppercase;
  margin: 0 -15px;
}

.head-section-rows .column1 {
  width: 65%;
  padding: 0 15px;
}

.head-section-rows .column1 h1 {
  font-size: 24px;
  margin: 0;
}

.head-section-rows .column2 {
  width: 35%;
  padding: 0 15px;
  margin: 0;
}

.head-section-rows .column2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.head-section-rows .column2 li:not(:last-child) {
  padding-right: 30px;
}

.head-section-rows .column2 a {
  text-decoration: none;
  color: #333;
  display: block;
}

.head-section-rows .column2 a:hover {
  color: #48689a;
}

.grid-collection__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.grid-collection__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 10px;
  position: relative;
}

.grid-collection__item:hover .price-gift {
  visibility: visible;
  opacity: 1;
}

.grid-collection__item .goods-title__picture img {
  min-height: 341px;
  height: 100%;
  max-width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: 1px solid #48689a;
  border-radius: 5%;
  -webkit-box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, 0.25);
  width: 100%;
}

.grid-collection__item .cell {
  margin: 10px;
}

.price-gift {
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.price-gift a {
  text-decoration: none;
  display: block;
}

.goods-title__picture {
  display: block;
  height: 100%;
  width: 100%;
}

.add-card p {
  background-color: #48689a;
  height: 35px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.goods-title__gift {
  position: absolute;
  top: 79%;
  right: 11px;
}

.goods-title__gift:hover .add-card {
  opacity: 1;
  visibility: visible;
}

.border-gift-box {
  border: 1px solid #48689a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

.border-gift-box:hover {
  background-color: #48689a;
  border-left: 1px solid #fff;
}

.goods-title__gift a {
  display: block;
  text-decoration: none;
  width: 23px;
  height: 23px;
}

.goods-title__gift a img {
  height: 100%;
  width: 100%;
}

.goods-title__gift a img:hover {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.price-gift {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #48689a;
  width: 50px;
  height: 36px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.price-gift p {
  color: #fff;
}

.add-card {
  position: absolute;
  top: 0px;
  right: 100%;
  bottom: 0;
  width: 100px;
  height: 35px;
  visibility: hidden;
  opacity: 0;
}

.slider-assistant-section {
  background-color: #f1edee;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-assistant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
}

.slider-assistant-content {
  min-width: 660px;
  margin: 0px 190px auto;
  padding: 5px;
  padding-bottom: -30px;
  min-height: 200px;
  text-align: center;
  width: 100%;
}

.slider-assistant-content h1 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  letter-spacing: 8px;
  line-height: 1.4;
}

.slider-assistant-content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  padding-bottom: 60px;
}

.slider-assistant-content span {
  line-height: 1.3;
  border: 2px solid #333;
  padding: 13px 24px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 190px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.slider-assistant .slick-arrow {
  position: absolute;
  z-index: 50;
  font-size: 0;
  width: 50px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-assistant .slick-arrow.slick-prev {
  background: url(../image/prev-assist.png);
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  top: 50px;
  left: 20.9%;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.slider-assistant .slick-arrow.slick-next {
  background: url(../image/next-assist.png);
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  top: 50px;
  right: 20.9%;
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}

.slider-assistant button.slick-next.slick-arrow {
  outline: none;
}

.slider-assistant button.slick-prev.slick-arrow {
  outline: none;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-box-section {
  padding-bottom: 100px;
}

.two-box-content-rows {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.two-box-content-rows li:not(:last-child) {
  margin-right: 35px;
}

.col-box {
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  background-color: #faf9f8;
  width: 550px;
  width: 100%;
  min-height: 352px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.border {
  border: 30px solid #f2f1ed;
}

.content-first-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  width: 100%;
}

.content-first-box h1 {
  margin: 0;
  font-size: 24px;
}

.content-first-box h2 {
  margin: 0;
  font-size: 24px;
}

.content-first-box p {
  font-size: 24px;
}

.header-name {
  padding-top: 80px;
  padding-bottom: 50px;
}

.header-name h1 {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  margin-left: 9px;
}

.title-section {
  background-color: #f7f7f7;
  padding-bottom: 30px;
}

.title-section-grid > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
}

.col-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
  padding-bottom: 70px;
  padding-left: 30px;
}

.user-social-title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  padding-bottom: 36px;
}

.user-social-title-line li:nth-child(1) {
  padding-right: 102px;
}

.user-social-title-line li:nth-last-child(2n+3) {
  padding-right: 16px;
}

.user-social-title-line li:nth-last-child(2) {
  padding-right: 16px;
}

.user-social-title-line a {
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.user-social-title-line a > .fa {
  color: #333;
  padding-right: 3px;
}

.text-title-social {
  max-width: 100%;
  padding: 14px 10px 14px 0;
  width: 250px;
}

.text-title-social h1 {
  font-size: 14px;
  max-width: 272px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -23px;
  left: 0;
  padding: 5px;
}

.icon-title a {
  display: block;
}

.icon-title p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 30px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  min-height: 40px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 12px;
  top: 12px;
}

.icon-title a {
  display: block;
}

.image-title {
  max-width: 250px;
  height: 160px;
  width: 50%;
  margin-right: 30px;
}

.image-title a {
  max-width: 250px;
  height: 160px;
  width: 100%;
  display: block;
  background-color: #d8d8d8;
}

.image-title a img {
  width: 100%;
  height: 100%;
}

.read-itc a {
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.catalog-rated-section {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.catalog-rated-grid {
  padding-top: 96px;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-rated-name {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}

.header-rated-name :before {
  content: '';
  position: absolute;
  max-width: 50px;
  height: 2px;
  background-color: #48689a;
  top: 60%;
  width: 100%;
}

.header-rated-name h1 {
  font-size: 18px;
  margin: 0;
}

.columns-rated {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.columns-rated.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.columns-rated.third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block-rated-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-rated-name h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.topic-title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 7px;
  letter-spacing: 0.3px;
  margin-top: -6px;
}

.topic-price {
  padding-bottom: 18px;
  color: #48689a;
}

.topic-price span {
  font-size: 12px;
  font-weight: 700;
}

.topic-price span mark {
  text-decoration: line-through;
  background: none;
  color: #48689a;
}

.image-picture a {
  max-width: 70px;
  height: 80px;
  width: 100%;
  display: block;
  background-color: #eeeeee;
}

.image-picture a img {
  max-width: 70px;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #eeeeee;
}

.catalog-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-col.rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.catalog-col.rev .title-info {
  text-align: right;
}

.catalog-col.rev .image-picture {
  margin-right: 0;
  margin-left: 20px;
}

.catalog-col.rev .goods-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.catalog-col .image-picture {
  margin-right: 20px;
}

.goods-gift {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goods-gift .gift {
  padding: 0 5px;
  position: relative;
}

.border-gift {
  padding: 4px;
  border: 1px solid #48689a;
  text-align: center;
}

.border-gift a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add-card2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 23px;
  width: 95px;
  left: 30px;
  top: 0;
  background-color: #48689a;
  padding: 4px;
}

.add-card2.reverse {
  left: -95px;
}

.add-card2 a {
  text-decoration: none;
}

.add-card2 p {
  color: #fff;
  font-size: 12px;
}

.gift.buy:hover {
  background-color: #48689a;
  z-index: 40;
}

.gift.buy:hover + .like {
  -webkit-transform: translateX(95px);
      -ms-transform: translateX(95px);
          transform: translateX(95px);
}

.gift.buy:hover + .reverss {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.gift.buy:hover .border-gift {
  border-right: 1px solid #fff;
}

.gift.buy:hover .border-gift.reverse-gift {
  border-right: none;
  border-left: 1px solid #fff;
}

.gift.buy:hover .border-gift img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.gift.buy:hover:hover .add-card2 {
  visibility: visible;
  opacity: 1;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.scroll-up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  color: #dcdcdc;
  cursor: pointer;
  visibility: hidden;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 4px #dcdcdc;
          box-shadow: inset 0 0 0 4px #dcdcdc;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}

.scroll-up:before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: '\2191';
}

.scroll-up--active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.scroll-up:hover {
  color: #48689a;
}

.scroll-up__svg-path {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: none;
  stroke: #48689a;
  stroke-width: 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.section-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error h1 {
  margin: 0;
  font-size: 300px;
  background: -webkit-linear-gradient(-61deg, #3c4852 54%, #48689a 30%);
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-background-clip: text;
  line-height: 1.5;
  letter-spacing: 1rem;
}

.border-click {
  border: 2px solid #333;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
}

.border-click a {
  text-decoration: none;
  color: #333;
}

.border-click p {
  font-size: 24px;
  font-weight: 'Regular';
}

.return-click {
  text-align: center;
  padding-bottom: 118px;
  margin: -10px;
}

.social-find ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}

.social-find ul li:not(:last-child) {
  margin-right: 30px;
  letter-spacing: 0.1em;
}

.social-find ul p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
}

.social-find ul a {
  color: #333;
}

.section-block1 {
  margin-bottom: 100px;
  background-color: #f7f7f7;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-block1 .container {
  width: 870px;
}

.block-name1 {
  font-family: 'Roboto Slab';
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

.block-name1 h1 {
  font-size: 24px;
  color: #9aa6b9;
  margin: 5px;
}

.block-name1 h2 {
  text-transform: uppercase;
  font-size: 52px;
  letter-spacing: -1px;
}

.grid-direction {
  background-color: #ffffff;
  padding-bottom: 55px;
  margin-bottom: 148px;
  position: relative;
}

.grid-direction .container {
  max-width: 1180px;
}

.grid-direction .search-list-line1 {
  margin: 0 0 44px 0;
  position: relative;
}

.section-list1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin: 0 -15px;
}

.left-columns1 {
  max-width: 26%;
  padding: 0 15px;
}

.right-columns1 {
  max-width: 74%;
  padding: 0 15px;
}

.image-sector {
  width: 100%;
  min-height: 400px;
  margin-bottom: 34px;
}

.image-sector a {
  display: block;
  min-height: 400px;
}

.image-sector img {
  background-color: #eeeeee;
  min-width: 840px;
  width: 100%;
  min-height: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.important-article {
  line-height: 2.0;
}

.important-article .name-article {
  font-size: 24px;
  margin: 0;
  margin-bottom: 24px;
}

.citate {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.blackquote6 {
  position: relative;
  padding-left: 30px;
  padding-bottom: 25px;
}

.blackquote6 .citate-article {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.blackquote6:before {
  position: relative;
  content: "";
  position: absolute;
  height: 40px;
  width: 5px;
  height: 45px;
  left: 0%;
  background-color: #48689a;
  top: 18px;
}

.text-post {
  margin-bottom: 30px;
  font-size: 14px;
}

.share-social {
  position: relative;
  margin-bottom: 50px;
}

.share-social :after {
  position: absolute;
  content: '';
  top: 65px;
  left: 0;
  background-color: #48689a;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.share-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-social ul li {
  margin-right: 17px;
  font-size: 12px;
}

.user-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 34px;
  position: relative;
  width: 750px;
}

.user-post :after {
  position: absolute;
  content: '';
  top: 81%;
  left: 0;
  background-color: #48689a;
  width: 100%;
  height: 2px;
}

.user-post.right {
  margin: -20px 45px 0;
}

.user-post .user-reply {
  text-decoration: none;
  padding-bottom: 35px;
}

.user-post .reply {
  text-align: right;
  color: #333;
}

.user-block {
  line-height: 1.7;
}

.user-block .user-name {
  color: #48689a;
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 700;
}

.user-block .date-post-user {
  display: block;
  padding-bottom: 14px;
  font-size: 12px;
}

.user-messege {
  font-size: 14px;
  color: #333;
  padding-bottom: 34px;
}

.user-image {
  max-width: 100px;
  height: 100%;
  width: 50%;
  margin-right: 30px;
}

.user-image a {
  display: block;
  height: 100px;
  width: 100px;
  background-color: #eeeeee;
  border-radius: 90%;
}

.user-image a img {
  width: 100%;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80%;
  background-position: center;
}

.users-comments-block {
  padding-top: 40px;
}

.users-comments-block .comments {
  display: block;
  font-size: 24px;
  text-decoration: none;
  line-height: 1.7;
  padding-bottom: 30px;
}

.users-comments-block a {
  display: block;
}

.line1-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line1-form li:not(:last-child) {
  margin-right: 25px;
}

.line1-form .line1 {
  width: 50%;
  font-size: 14px;
  margin-bottom: 28px;
}

.line1-form .line1 label {
  display: block;
  margin-bottom: 10px;
}

.line1-form input[type=text], .line1-form [type=email] {
  padding: 20px;
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  color: black;
}

.line2-form {
  width: 100%;
}

.line2-form .form-m {
  font-size: 14px;
  padding-bottom: 30px;
}

.line2-form .form-m label {
  display: block;
  margin-bottom: 10px;
}

.line2-form button {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 18px;
  min-width: 250px;
  text-transform: uppercase;
  background-color: #48689a;
  border: none;
}

.form-user-section {
  font-size: 24px;
}

.form-user-section h1 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 42px;
}

.form-user-section #msg {
  min-height: 250px;
  padding: 15px;
  width: 100%;
  background-color: #f7f7f7;
}

.form-user-section button {
  position: relative;
}

#main {
  background-color: #fff;
}

.section-block {
  padding-top: 161px;
  padding-bottom: 170px;
  background-color: #fff;
}

.section-block .container {
  width: 870px;
}

.block-name {
  font-family: 'Roboto Slab';
  text-align: center;
  padding: 5px;
}

.block-name h1 {
  font-size: 24px;
  color: #9aa6b9;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.block-name h2 {
  text-transform: uppercase;
  font-size: 52px;
  letter-spacing: -2px;
  margin: 5px;
  padding: 5px;
}

.grid-direction-box {
  background-color: #f7f7f7;
  padding-bottom: 55px;
  margin-bottom: 53px;
  position: relative;
}

header h1 {
  text-align: center;
  padding-bottom: 55px;
  padding-top: 92px;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Roboto Slab';
}

.section-list {
  width: 100%;
}

.name-section-list {
  text-align: center;
}

.name-section-list h1 {
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  margin: 0;
}

td {
  width: 86px;
  border: 1px solid grey;
  text-align: center;
  height: 30px;
  font-family: 'Roboto Slab';
  font-size: 12px;
}

.column-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
}

.a .fa {
  color: #fff;
}

.search-position-left-columns {
  width: 271px;
  position: relative;
  opacity: 50%;
  padding-left: 10px;
}

.search-position-left-columns button {
  position: absolute;
  top: 20px;
  right: 26px;
  border: none;
  font-size: 12px;
}

.search-position-left-columns input[type=text] {
  color: #333;
  opacity: 1;
  width: 100%;
  font-size: 14px;
}

.right-columns {
  position: relative;
}

.post-column {
  position: relative;
  margin-top: -6px;
}

.ul {
  padding-top: 10px;
}

.ul h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 23px;
  margin-top: 25px;
}

.section-post {
  padding-top: 28px;
  padding-bottom: 22px;
}

.section-post span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.9;
  margin-bottom: 15px;
}

.social-stat {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  text-decoration: none;
}

.stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding-top: 6px;
}

.stat a {
  color: grey;
}

.info-post-col {
  padding-top: 6px;
  padding-bottom: 55px;
  display: block;
}

.icons-absolute {
  position: absolute;
  left: -27px;
  -webkit-transform: translateY(-28px);
      -ms-transform: translateY(-28px);
          transform: translateY(-28px);
  z-index: 10;
}

.icons-absolute a {
  display: block;
}

.icons-absolute p {
  text-transform: uppercase;
  color: #fff;
  max-width: 22px;
  position: absolute;
  top: 26px;
  left: 18px;
  z-index: 20;
  font-size: 12px;
  font-family: 'Roboto Slab';
  font-weight: 700;
  text-align: center;
}

.image-post a {
  margin-top: 14px;
}

.post {
  padding-top: 7px;
}

.post span {
  padding-top: 20px;
  font-size: 14px;
}

.post h1 {
  font-size: 14px;
  font-family: 'Roboto Slab';
  margin: 0;
  max-width: 300px;
  line-height: 1.9;
  letter-spacing: 0.4px;
}

.post a {
  text-decoration: none;
  margin-top: 8px;
  display: block;
  margin-top: 8px;
  font-family: 'Roboto Slab';
  color: grey;
}

blockquote {
  font-size: 12px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  line-height: 2.1;
  padding-top: 11px;
  padding-bottom: 7px;
}

.search-list-line button {
  height: 56px;
  width: 56px;
  top: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 78%;
  background-color: transparent;
  font-size: 14px;
}

.left-search {
  height: 56px;
  width: 258px;
  background: #f7f7f7;
  border: 1px solid grey;
  opacity: 20%;
  padding-left: 15px;
}

.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image {
  width: 100%;
}

.color-black .fa {
  color: #333;
}

.class2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.table {
  padding-top: 16px;
  padding-bottom: 21px;
  border-collapse: separate;
  border-spacing: 2px;
}

.table-zone {
  padding: 5px;
}

.table-zone-name {
  line-height: 1.7;
  margin-top: -5px;
}

.table-zone-name h2 {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 24px;
}

.user-social-panel {
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 30px;
  background-color: #90a0b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 3px 3px 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.user-social-panel li:nth-child(1) {
  padding-right: 60px;
}

.user-social-panel li:nth-child(1) .fa {
  padding-left: 20px;
  padding-right: 10px;
}

.user-social-panel li:nth-child(2) {
  padding-right: 20px;
  padding-left: 20px;
}

.user-social-panel li:nth-child(3) {
  margin-right: 18px;
}

.user-social-panel a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.name-class {
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.user-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 20px;
  width: 14%;
}

.user-id a {
  color: #fff;
}

.navigation-pages-menu {
  position: absolute;
  right: 5%;
  bottom: -5px;
}

.nav-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.nav-pages li:not(:last-child) {
  margin-right: 38px;
}

.page-line {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

.page-line:hover {
  text-decoration: underline;
  color: grey;
}

.two-box-grid-section {
  background-color: #fff;
  padding-bottom: 48px;
}

.two-box-grid-section .container {
  max-width: 1190px;
}

.box1-image {
  background: #eeeeee content-box;
  border: solid .5em #eeeeee;
  padding: .5em;
  margin-right: 30px;
}

.white-outline {
  border: 2px solid black;
  width: 554px;
}

.box {
  width: 100%;
  text-align: center;
  height: 300px;
}

.background-grey {
  background: #eeeeee;
  display: none;
}

.box2-form {
  background: #eeeeee;
  line-height: 1.5;
}

.box2-form h1 {
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 64px;
  letter-spacing: -1px;
  margin: 0;
  padding-bottom: 10px;
}

.box2-form p {
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.box-form {
  display: block;
  position: relative;
  max-width: 380px;
  padding: 0 15px;
  margin: 0 auto;
  height: 50px;
}

.box-form input[type=text] {
  width: 100%;
  height: 100%;
  padding-left: 17px;
  color: #333;
  letter-spacing: 0.4px;
}

.box-form button {
  height: 100%;
  width: 74px;
  position: absolute;
  top: 0px;
  right: 15px;
  cursor: pointer;
  padding: 0 5px;
}

.box-form button img {
  position: absolute;
  top: 12px;
  left: 23px;
}

.box-form ::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 300;
}

.box-form ::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
}

.box-form :-ms-input-placeholder {
  font-size: 12px;
  font-weight: 300;
}

.box-form ::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 300;
}

.box-form ::placeholder {
  font-size: 12px;
  font-weight: 300;
}

.sponsors-grid-section {
  background: #eeeeee;
  margin-bottom: 87px;
}

.sponsors-grid-section .container {
  max-width: 1175px;
}

.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  padding-top: 73px;
  padding-bottom: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sponsors-list li:not(:last-child) {
  margin-right: 27px;
}

.sponsors-list a {
  display: inline-block;
}

.sponsors-list li {
  padding: 0 15px;
  width: 16.66%;
}

@media (min-width: 320px) {
  .left-columns {
    width: 100%;
  }
  .info-post-col {
    padding-top: 6px;
    padding-bottom: 55px;
    display: block;
  }
  .image-post a {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .image-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media (min-width: 768px) {
  .grid-collection__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .two-box-content-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .block-name1 h2 {
    font-size: 60px;
    margin: -2px;
  }
  .block-name h2 {
    font-size: 60px;
    margin: 0;
  }
  .info-post-col {
    padding-top: 6px;
    padding-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .image-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 15px;
  }
  .image-post a {
    width: 350px;
  }
  .user-social-panel {
    width: 100%;
  }
  .two-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .two-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box {
    width: 50%;
  }
}

@media (min-width: 861px) {
  .catalog-rated-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .header-col1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .choice-block-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid-collection__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-name1 h1 {
    font-size: 24px;
  }
  .block-name1 h2 {
    font-size: 52px;
  }
  .section-list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-name h1 {
    font-size: 24px;
  }
  .block-name h2 {
    font-size: 52px;
  }
  .section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .left-columns {
    width: 322px;
  }
  .right-columns {
    padding-left: 20px;
  }
  .image-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 33px;
    position: relative;
  }
  .image-post a {
    width: 271px;
  }
  .post {
    width: 100%;
    max-width: 538px;
  }
  .search-list-line {
    margin-top: -10px;
    padding-bottom: 44px;
  }
  .user-social-panel {
    width: 100%;
  }
  .block-ul-class {
    padding: 0px 5px 50px 5px;
  }
}

@media (min-width: 1025px) {
  .burger-wrap {
    display: none;
  }
  .support-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support-section__item {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .choice-block__item-box {
    max-width: 370px;
  }
  .title-section-grid > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .right-columns {
    width: 900px;
  }
  .image-post a {
    width: 273px;
  }
}

@media (max-width: 1999px) {
  .slider-block h1 {
    font-size: 50px;
  }
  .slider-block h2 {
    font-size: 50px;
  }
  .slider-block h2 mark {
    font-size: 50px;
  }
  .slider-block .slick-arrow.slick-prev {
    left: 10%;
  }
  .slider-block .slick-arrow.slick-next {
    right: 10%;
  }
  .content {
    max-width: 650px;
  }
}

@media (max-width: 1279px) {
  .content {
    max-width: 600px;
  }
}

@media (max-width: 1024px) {
  .support-section__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .support-section__item h1 {
    font-size: 14px;
  }
  .support-section__item p {
    font-size: 14px;
  }
  .choice-block-list {
    width: 100%;
  }
  .choice-block__item-box {
    width: 100%;
    max-width: 1000px;
    min-height: 500px;
  }
  .head-section-rows .column1 h1 {
    font-size: 18px;
  }
  .head-section-rows .column2 {
    width: 100%;
    padding-top: 10px;
  }
  .head-section-rows .column2 ul {
    font-size: 10px;
  }
  .grid-collection__item {
    max-width: 50%;
    width: 500px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .grid-collection__item .goods-title__picture img {
    max-width: 990px;
    width: 100%;
    height: 100%;
  }
  .goods-title__picture {
    width: 100%;
    height: 100%;
  }
  .slider-assistant-content {
    margin: 0 auto;
  }
  .slider-assistant-content h1 {
    font-size: 20px;
  }
  .slider-assistant-content h1 {
    font-size: 15px;
  }
  .slider-assistant-content p {
    font-size: 20px;
  }
  .slider-assistant-content span {
    font-size: 10px;
  }
  .col-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 100%;
    min-height: 400px;
    height: 100%;
  }
  .col-title {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon-title {
    left: 23%;
  }
}

@media (max-width: 1023px) {
  .header-col1 {
    visibility: visible;
    position: absolute;
    left: 17%;
    top: 30px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-item {
    padding-top: 10px;
    margin-top: 30px;
  }
  .menu a:not(:only-child):after {
    top: 13px;
    right: 20%;
  }
  .submenu {
    top: 5px;
    visibility: visible;
    right: -16%;
  }
  .header-logo-nav-buy .logo {
    width: 100%;
    visibility: visible;
    margin-left: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-logo-nav-buy .logo a {
    visibility: visible;
    -webkit-transform: translateX(44%);
        -ms-transform: translateX(44%);
            transform: translateX(44%);
  }
  .header-logo-nav-buy .buy {
    visibility: visible;
    position: absolute;
    left: 60%;
    font-size: 20px;
  }
  .header-logo-nav-buy .nav {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .burger-active .header-logo-nav-buy .nav {
    visibility: visible;
    background-color: #48689a;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    display: inline-block;
    width: 30%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .responsiv-div {
    position: relative;
    width: 410px;
    margin: 0 auto;
  }
  .slider-block h1 {
    font-size: 40px;
  }
  .slider-block h2 {
    font-size: 40px;
  }
  .slider-block h2 mark {
    font-size: 40px;
  }
  .content {
    max-width: 500px;
  }
  .slider-block .slick-dots {
    left: 45%;
  }
  .burger-wrap {
    width: 100%;
    display: inline-block;
    visibility: visible;
  }
  .two-box-card > .width-box {
    max-width: 200px;
    width: 100%;
  }
  .two-box-card > .width-box h1 {
    font-size: 20px;
  }
  .two-box-card > .width-box span {
    font-size: 20px;
  }
  .two-box-card > .width-box mark {
    font-size: 20px;
  }
  .two-box-card .border-line .text-align {
    padding-left: 0px;
  }
  .grid-collection__item {
    width: 100%;
    max-width: 100%;
  }
  .two-box-content-rows li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-block1 .container {
    width: 100%;
  }
  .block-name1 h1 {
    font-size: 30px;
    margin: 0;
  }
  .section-block .container {
    width: 100%;
  }
  .block-name h1 {
    font-size: 30px;
    margin: 0;
  }
  .right-columns {
    padding-left: 15px;
  }
  .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding-top: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-list-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
  .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-zone-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media-include {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .block-ul-class {
    padding: 0;
    width: 50%;
    text-align: center;
    padding: 20px;
  }
}

@media (max-width: 860px) {
  .columns-rated {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .columns-rated.third {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 859px) {
  .error h1 {
    font-size: 200px;
  }
  .border-click {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 200px;
  }
  .border-click p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .two-box-list > li {
    max-width: 100%;
  }
  .left-columns {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #header .container {
    visibility: hidden;
  }
  .burger-wrap {
    width: 100%;
    display: inline-block;
    visibility: visible;
  }
  .burger-active .burger-wrap {
    opacity: 1;
    visibility: visible;
  }
  .content {
    max-width: 400px;
  }
  .two-box-card > .width-box {
    max-width: 200px;
    width: 100%;
  }
  .right-columns {
    padding: 0;
  }
  .icons-absolute {
    left: -7px;
  }
  .user-social-panel {
    width: 100%;
  }
  .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .sponsors-list li:not(:last-child) {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .choice-block__item > .click2 {
    max-width: 100px;
    font-size: 12px;
    max-width: 110px;
    left: 20px;
  }
  .slider-assistant-content {
    text-align: center;
    min-width: 300px;
  }
  .slider-assistant-content p {
    font-size: 15px;
  }
  .slider-assistant .slick-arrow.slick-prev {
    top: 60%;
    left: 0%;
  }
  .slider-assistant .slick-arrow.slick-next {
    top: 60%;
    right: 0%;
  }
}

@media (max-width: 639px) {
  .header-logo-nav-buy .buy {
    visibility: visible;
    position: absolute;
    left: 60%;
    font-size: 20px;
    width: 20%;
  }
  .burger-active .header-logo-nav-buy .nav {
    visibility: visible;
    background-color: #48689a;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    display: inline-block;
    width: 30%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .col a img {
    width: 50%;
  }
  .responsiv-div {
    position: relative;
    width: 350px;
    margin: 0 auto;
  }
  .slider-block .slick-arrow.slick-prev {
    left: 5%;
  }
  .slider-block .slick-arrow.slick-next {
    right: 5%;
  }
  .content {
    max-width: 200px;
  }
  .slider-block .slick-dots {
    left: 35%;
  }
  .two-box-card.border-mod > div p {
    font-size: 22px;
  }
  .two-box-card > .width-box h1 {
    font-size: 16px;
  }
  .two-box-card > .width-box span {
    font-size: 16px;
  }
  .two-box-card > .width-box mark {
    font-size: 16px;
  }
  .two-box-card .border-line .text-align h1 {
    font-size: 18px;
  }
  .two-box-card .border-line .text-align span {
    font-size: 18px;
  }
  .error h1 {
    font-size: 100px;
  }
  .right-columns {
    padding: 0;
  }
  .image-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .image-post a {
    width: 100%;
  }
  .user-social-panel {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .slider-block h1 {
    font-size: 20px;
  }
  .slider-block h2 {
    font-size: 20px;
  }
  .slider-block h2 mark {
    font-size: 20px;
  }
  .two-box-card.border-mod > div p {
    font-size: 20px;
  }
  .two-box-card > .width-box mark {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .header-col1 {
    visibility: visible;
    position: absolute;
    left: 20%;
    top: 30px;
    font-size: 10px;
    display: block;
  }
  .menu-item {
    margin: 15px;
  }
  .menu a:not(:only-child):after {
    display: none;
  }
  .header-logo-nav-buy .buy {
    visibility: visible;
    position: absolute;
    left: 35%;
    width: 15%;
  }
  .burger-active .header-logo-nav-buy .nav {
    visibility: visible;
    background-color: #48689a;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    display: inline-block;
    width: 40%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .responsiv-div {
    position: relative;
    width: 545px;
    margin: 0 auto;
  }
}
