@charset "UTF-8";
@font-face {
  font-family: "pk-icons";
  src: url("../fonts/pk.eot?s425a4");
  src: url("../fonts/pk.eot?s425a4#iefix") format("embedded-opentype"), url("../fonts/pk.ttf?s425a4") format("truetype"), url("../fonts/pk.woff?s425a4") format("woff"), url("../fonts/pk.svg?s425a4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "pk-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check .path1:before {
  content: "\e919";
  color: rgb(255, 255, 255);
}

.icon-check .path2:before {
  content: "\e91a";
  margin-left: -1.0625em;
  color: rgb(148, 161, 166);
}

.icon-check-set .path1:before {
  content: "\e91b";
  color: rgb(8, 39, 49);
}

.icon-check-set .path2:before {
  content: "\e91d";
  margin-left: -1.0625em;
  color: rgb(255, 255, 255);
}

.icon-trash:before {
  content: "\e91c";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-arr-down:before {
  content: "\e905";
}

.icon-arr-top:before {
  content: "\e906";
}

.icon-cart-plus:before {
  content: "\e907";
}

.icon-cart:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-edit:before {
  content: "\e90a";
}

.icon-favorite-fill:before {
  content: "\e90b";
}

.icon-favorite:before {
  content: "\e90c";
}

.icon-group:before {
  content: "\e90d";
}

.icon-help:before {
  content: "\e90e";
}

.icon-logout:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e910";
}

.icon-person:before {
  content: "\e911";
}

.icon-star-3:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e913";
}

.icon-star-0:before {
  content: "\e914";
}

.icon-star-1:before {
  content: "\e915";
}

.icon-star-2:before {
  content: "\e916";
}

.icon-star-4:before {
  content: "\e917";
}

.icon-star-5:before {
  content: "\e918";
}

.icon-logo:before {
  content: "\e900";
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

* {
  box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

body {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
dl,
dd {
  margin: 0;
}

hr {
  border: none;
  box-sizing: content-box;
  height: 1px;
  overflow: visible;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
}

a:active,
a:hover {
  outline-width: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

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

td,
th {
  padding: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

mark {
  background: none;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  border: none;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  background: none;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  border: none;
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-ms-clear,
[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button:hover {
  background-color: #f4fbfe;
}
.button:active {
  background-color: #f4fbfe;
  text-decoration: underline;
}

.button--100 {
  width: 100%;
}

.button--50 {
  width: 50%;
}

.button {
  line-height: 28px;
  font-size: 14px;
}

.button {
  display: inline-block;
  border: solid 1px #8bd3ef;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
  border-left: none;
  border-right: none;
}
.button::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: -10px;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.button::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: -10px;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}

.button--black {
  display: inline-block;
  border: solid 1px #082731;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: none;
  border-left: none;
  border-right: none;
}
.button--black::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: -10px;
  height: 30px;
  background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
}
.button--black::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: -10px;
  height: 30px;
  background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
}

@media (min-width: 992px) {
  .button {
    line-height: 28px;
    font-size: 14px;
  }
  .button {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .button::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -10px;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -10px;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button--black {
    display: inline-block;
    border: solid 1px #082731;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .button--black::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -10px;
    height: 30px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--black::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -10px;
    height: 30px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
}
@media (min-width: 1201px) {
  .button {
    line-height: 31px;
    font-size: 15px;
  }
  .button {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .button::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 33px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 33px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button--black {
    display: inline-block;
    border: solid 1px #082731;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .button--black::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 33px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--black::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 33px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
}
@media (min-width: 1400px) {
  .button {
    line-height: 34px;
    font-size: 16px;
  }
  .button {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .button::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 36px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 36px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .button--black {
    display: inline-block;
    border: solid 1px #082731;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .button--black::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: -15px;
    height: 36px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
  .button--black::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: -15px;
    height: 36px;
    background-image: linear-gradient(#082731 33.5%, transparent 33.5%, transparent 66.5%, #082731 66.5%);
  }
}
.input {
  background-color: #f4fbfe;
  width: 100%;
}
.input::-moz-placeholder {
  color: #94a1a6;
}
.input::placeholder {
  color: #94a1a6;
}

.textarea {
  background-color: #f4fbfe;
  width: 100%;
  height: 100px;
}
.textarea::-moz-placeholder {
  color: #94a1a6;
}
.textarea::placeholder {
  color: #94a1a6;
}

.context-modal {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  transition-duration: 0.5s;
  transform: translateY(100%);
  visibility: hidden;
}
.context-modal--open {
  display: block;
  transform: translateY(0);
  visibility: visible;
}
.context-modal__close {
  cursor: pointer;
  float: right;
}
.context-modal__context-header {
  display: none;
  text-align: center;
  white-space: nowrap;
}
.context-modal__header {
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .context-modal {
    position: absolute;
    top: 0;
    left: auto;
    transform: none;
    transition: none;
    visibility: hidden;
  }
  .context-modal--open {
    visibility: visible;
  }
  .context-modal__close--hide {
    display: none;
  }
  .context-modal__context-header {
    line-height: 1.15;
    background-color: #fff;
    display: block;
    box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
  }
  .context-modal__header {
    display: none;
  }
  .context-modal__body {
    background-color: #fff;
    box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
  }
  .context-modal__footer {
    background-color: #fff;
    box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
  }
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  transition-duration: 0.5s;
  transform: translateY(100%);
  visibility: hidden;
  z-index: 50;
}
.modal--open {
  display: block;
  transform: translateY(0);
  visibility: visible;
}
.modal__content {
  background-color: #fff;
  width: 500px;
}
.modal__close {
  float: right;
  cursor: pointer;
  font-size: 20px;
}
.modal__header {
  font-weight: 500;
}

@media (min-width: 992px) {
  .modal {
    transform: none;
    transition: none;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    transform: none;
    transition: none;
    visibility: hidden;
  }
  .modal--open {
    visibility: visible;
  }
}
.label {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  padding: 4.5px 15px;
  box-sizing: border-box;
}

.label-rate {
  padding: 4.5px;
  color: #fff;
  font-weight: 700;
}
.label-rate--5 {
  background-color: #16a6de;
}
.label-rate--4 {
  background-color: #52d07d;
}
.label-rate--3 {
  background-color: #9ede16;
}
.label-rate--2 {
  background-color: #eaed56;
}
.label-rate--1 {
  background-color: #ff4848;
}

.label-color {
  font-weight: 400;
}
.label-color--red {
  background-color: #ffd3d3;
}
.label-color--beige {
  background-color: #dee5d7;
}

.label-border {
  font-weight: 700;
  border: solid 1px;
}
.label-border--blue {
  color: #16a6de;
  border-color: #16a6de;
  background-color: #f4fbfe;
}

body {
  font-family: "Jost", sans-serif;
  color: #082731;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
}

input {
  accent-color: #082731;
}

.container {
  margin: 0 auto;
  padding: 0 1.875em;
}

.container--pad {
  padding: 1.875em 1.875em;
}

.helf-pad-vert {
  padding: 0.9375em 0;
}

.hide {
  display: none !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.text a {
  text-decoration: underline;
}

.text-small {
  font-size: 0.875em;
}

.text-grey {
  color: #94a1a6;
}

.no-mobile {
  display: none;
}

.no-desktop {
  display: block;
}

[v-cloak] {
  display: none !important;
}

@media (min-width: 992px) {
  .no-mobile {
    display: block;
  }
  .no-desktop {
    display: none;
  }
}
.header__top {
  background-color: #f4fbfe;
  vertical-align: middle;
}
.header__top-fixed {
  display: mone;
}
.header__top-phone {
  font-weight: 400;
  float: left;
  color: #082731;
}
.header__top-button {
  float: right;
  margin-left: 4%;
}
.header__top-menu {
  display: none;
  position: relative;
  float: right;
}
.header__top-menu-link {
  display: inline-block;
  color: #082731;
}
.header__top-menu-extra {
  background-color: #f4fbfe;
  position: absolute;
  padding: 5px;
  right: 0;
  z-index: 300;
  display: none;
  text-align: right;
  box-shadow: 3px 3px 3px #eee, -3px 3px 3px #eee;
}
.header__top-menu-extra--open {
  display: block;
}
.header__top-menu-extra-link {
  display: block;
  padding: 5px;
}

@media (min-width: 992px) {
  .header__top-menu {
    display: block;
  }
  .header__top-button {
    float: left;
  }
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
}
.header__main {
  position: relative;
  border-bottom: solid 1px #8bd3ef;
  background-color: #fff;
}
.header__main--fixed {
  left: 0;
  right: 0;
  top: 0;
  height: 47px;
  position: fixed;
}
.header__main-container {
  display: table;
  width: 100%;
}

@media (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__logo {
  position: relative;
  display: table-cell;
  z-index: 200;
}
.header__logo-mini--fixed {
  display: none;
}
.header__logo-main {
  display: none;
  position: relative;
  z-index: 100;
}

.header__logo-mini-icon {
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 992px) {
  .header__logo-mini {
    display: none;
  }
  .header__logo-mini--fixed {
    display: block;
  }
  .header__logo-main {
    display: block;
  }
}
.header__main-menu {
  display: none;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  z-index: 200;
}
.header__main-menu-item {
  display: inline-block;
}
.header__main-menu-link {
  position: relative;
  z-index: 200;
  display: inline-block;
  font-weight: 500;
  color: #082731;
}
.header__main-menu-link :last-child {
  padding-right: 0px;
}
.header__main-menu-link :hover {
  color: #16a6de;
}
.header__main-menu-sub {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  box-shadow: 0 3px 3px #eee;
  z-index: 100;
}
.header__main-menu-sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #8bd3ef;
  height: 1px;
}
.header__main-menu-sub-img {
  width: 38%;
  overflow: hidden;
  text-align: center;
  float: right;
}
.header__main-menu-sub-img img {
  width: 100%;
  display: block;
}
.header__main-menu-sub-body {
  width: 54%;
  float: left;
}
.header__main-menu-sub-col {
  width: 25%;
  float: left;
}
.header__main-menu-sub-title {
  font-weight: 500;
}
.header__main-menu-sub-link {
  line-height: 2;
  display: block;
}
.header__main-menu-sub-link:hover {
  color: #16a6de;
}

@media (min-width: 992px) {
  .header__main-menu {
    display: table-cell;
  }
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.header__mobile-menu-icon {
  font-size: 18px;
  line-height: 26px;
}

.mobile-menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 300;
  transition-duration: 0.5s;
  transform: translateX(-100%);
}
.mobile-menu--open {
  transform: translateX(0);
}
.mobile-menu__body {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition-duration: 0.5s;
  transform: translateX(-100%);
  visibility: hidden;
}
.mobile-menu__body--open {
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__body-second {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  transform: translateX(200%);
}
.mobile-menu__body-third {
  padding: 8px;
}
.mobile-menu__body-second--open {
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__close {
  z-index: 100;
  position: relative;
  margin: 19px;
  font-size: 16px;
  float: right;
  cursor: pointer;
}
.mobile-menu__title {
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
}
.mobile-menu__title-second {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px;
  float: left;
}
.mobile-menu__title-icon {
  display: block;
  float: left;
  padding-right: 5px;
  font-size: 14px;
  line-height: 22px;
}
.mobile-menu__link {
  display: block;
}
.mobile-menu__link--open {
  font-weight: 500;
  color: #16a6de;
}
.mobile-menu__link-wrapper {
  cursor: pointer;
  padding: 15px;
  border-top: solid 1px #eee;
}
.mobile-menu__link-icon {
  display: block;
  float: right;
  margin-top: 2px;
}
.mobile-menu__link-icon--open {
  transform: rotate(180deg);
}
.mobile-menu__link-third {
  display: block;
  padding-top: 12px;
}

@media (min-width: 992px) {
  .mobile__menu {
    display: none;
  }
}
.header-services {
  position: relative;
  z-index: 200;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header-services__item {
  position: relative;
  display: inline-block;
}
.header-services__link {
  color: #94a1a6;
  margin-left: 5px;
  position: relative;
}
.header-services__link :hover {
  color: #16a6de;
}
.header-services__link :first-child {
  margin-left: 0;
}
.header-services__link-icon {
  position: relative;
}
.header-services__link-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #16a6de;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.header-services__link-label:hover {
  color: #fff;
}
.header-services__modal-close {
  cursor: pointer;
  float: right;
  color: #16a6de;
}
.header-services__modal-title {
  font-weight: 500;
}

@media (min-width: 992px) {
  .header__form-close {
    display: block;
  }
}
.header__search-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 200;
  visibility: hidden;
}
.header__search-form--open {
  visibility: visible;
  transform: scaleX(1);
  display: block;
}
.header__search-form-border {
  width: 100%;
  display: block;
  position: relative;
}
.header__search-form-input {
  position: absolute;
  width: 99%;
  height: 100%;
}
.header__search-form-icon {
  position: absolute;
  color: #16a6de;
}
.header__search-form-close {
  position: absolute;
  cursor: pointer;
  color: #94a1a6;
}
.header__search-form-helper {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  text-align: left;
}
.header__search-form-helper--open {
  display: block;
}

.header__search-form-border {
  display: inline-block;
  border: solid 1px #8bd3ef;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
  border-left: none;
  border-right: none;
}
.header__search-form-border::before {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: left;
  margin-left: 0;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.header__search-form-border::after {
  content: "";
  margin-top: -1px;
  width: 1px;
  float: right;
  margin-right: 0;
  height: 30px;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}

@media (min-width: 992px) {
  .header__search-form-border {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: 0;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .header__search-form-border::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: 0;
    height: 30px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
}
@media (min-width: 1201px) {
  .header__search-form-border {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: 0;
    height: 35px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .header__search-form-border::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: 0;
    height: 35px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
}
@media (min-width: 1400px) {
  .header__search-form-border {
    display: inline-block;
    border: solid 1px #8bd3ef;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-left: none;
    border-right: none;
  }
  .header__search-form-border::before {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: left;
    margin-left: 0;
    height: 40px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
  .header__search-form-border::after {
    content: "";
    margin-top: -1px;
    width: 1px;
    float: right;
    margin-right: 0;
    height: 40px;
    background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
  }
}
.breadcrumbs__logo {
  position: relative;
  top: 2px;
}

.footer {
  background-color: #f4fbfe;
}
.footer__phone {
  line-height: 1;
  font-size: 28px;
}
.footer__contacts {
  width: 100%;
  float: left;
}
.footer__nav {
  width: 100%;
  float: left;
}
.footer__menu {
  width: 50%;
  float: left;
}
.footer__menu-title {
  line-height: 1;
  font-weight: 500;
}
.footer__menu-link {
  display: block;
}
.footer__copyright {
  color: #94a1a6;
}

@media (min-width: 992px) {
  .footer__contacts {
    width: 30%;
  }
  .footer__nav {
    width: 70%;
  }
  .footer__menu-col {
    float: left;
    width: 50%;
  }
}
.main-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-slider img {
  width: 100%;
  z-index: 0;
}
.main-slider__slide {
  float: left;
  width: 100vw;
}
.main-slider__nav {
  position: absolute;
  margin-top: -30px;
  width: 100%;
}
.main-slider__wrapper {
  transition: 0.3s;
}
.main-slider__wrapper--active {
  transition: none;
}
.main-slider__nav-item {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3137254902);
  float: left;
  margin-right: 10px;
  height: 5px;
  width: 20px;
  z-index: 100;
}
.main-slider__nav-item--active {
  width: 40px;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .main-slider {
    width: 100%;
  }
  .main-slider__img {
    display: block;
  }
  .main-slider__img-mobile {
    display: none;
  }
}
.razdels__item {
  float: left;
  margin-right: 3.125%;
  width: 48.4375%;
}
.razdels__item:nth-child(2n) {
  margin-right: 0;
}
.razdels__img {
  width: 100%;
}
.razdels__title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 8px 0 16px 0;
}
.razdels__icon {
  float: right;
}

@media (min-width: 992px) {
  .razdels__item {
    position: relative;
    margin: 0 1.5625% 1.5625% 0;
    width: 32.2917%;
  }
  .razdels__item:nth-child(2n) {
    margin-right: 1.5625%;
  }
  .razdels__item:nth-child(3n) {
    margin-right: 0;
  }
  .razdels__description {
    color: #fff;
    position: absolute;
    top: 10%;
    left: 6%;
    width: 51%;
    line-height: 1.5;
  }
  .razdels__description--dark {
    color: #082731;
  }
  .razdels__title {
    margin-bottom: 6%;
    font-weight: 500;
  }
  .razdels__icon {
    display: none;
  }
}
.main-articles__item {
  float: left;
  margin-right: 3.125%;
  width: 48.4375%;
}
.main-articles__item:nth-child(2n) {
  margin-right: 0;
}
.main-articles__img {
  filter: brightness(60%);
  width: 100%;
  display: block;
}
.main-articles__title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 8px 0 16px 0;
}
.main-articles__description {
  margin-top: 3.125%;
  display: none;
}
.main-articles__icon {
  float: right;
}
.main-articles__head {
  font-weight: 600;
  font-size: 2.25em;
}

@media (min-width: 992px) {
  .main-articles__item {
    position: relative;
    margin: 0 1.5625% 0 0;
    width: 32.2917%;
  }
  .main-articles__item:nth-child(2n) {
    margin-right: 1.5625%;
  }
  .main-articles__item:nth-child(3n) {
    margin-right: 0;
  }
  .main-articles__description {
    display: block;
    line-height: 1.5;
  }
  .main-articles__title {
    color: #fff;
    position: absolute;
    top: 20%;
    left: 6%;
    width: 88%;
    margin-bottom: 6%;
    font-weight: 500;
    line-height: 1.5;
  }
  .main-articles__icon {
    display: none;
  }
}
.product {
  width: 100%;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product__visual {
  position: relative;
}
.product__sticks {
  z-index: 1;
  position: relative;
}
.product__hover-pictures {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.product__img {
  max-height: 300px;
  padding-top: 8px;
  z-index: 0;
  position: relative;
}
.product__img img {
  max-height: 300px;
}
.product__hover-pictures-item {
  position: relative;
  z-index: 30;
  width: 18.4%;
  margin-right: 2%;
  height: 100%;
  border-top: solid 1px #d7e2e5;
  float: left;
}
.product__hover-pictures-item:hover {
  border-color: #94a1a6;
}
.product__hover-pictures-item:last-child {
  margin-right: 0;
}
.product__hover-pictures-item img {
  display: none;
}
.product__labels {
  z-index: 50;
  position: absolute;
  top: 8px;
}
.product__actions {
  z-index: 50;
  position: absolute;
  top: 38px;
}
.product__label {
  margin-right: 4px;
}
.product__favorite {
  z-index: 50;
  font-weight: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  color: #94a1a6;
}
.product__name {
  font-weight: 500;
  font-size: 19px;
  padding: 8px;
  flex-grow: 1;
}
.product__notice {
  color: #94a1a6;
}
.product__prices {
  padding: 8px;
}
.product__price {
  font-size: 19px;
  font-weight: 500;
  float: left;
}
.product__old-price {
  font-size: 16px;
  font-weight: 400;
  float: right;
  text-decoration: line-through;
  color: #94a1a6;
}

@media (min-width: 992px) {
  .product:hover {
    position: absolute;
    z-index: 50;
    box-shadow: -3px 3px 3px #eee, 3px 3px 3px #eee;
  }
  .product__hover {
    display: none;
  }
  .product:hover .product__hover {
    display: inline-block;
  }
}
.catalog-filter {
  display: none;
  position: relative;
}
.catalog-filter__name {
  font-weight: 500;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0.5em 0;
}
.catalog-filter__arrow {
  font-weight: 400;
  float: right;
  font-size: 0.75em;
  line-height: 1.5em;
  padding-left: 2em;
}
.catalog-filter__clear {
  font-weight: 400;
  float: right;
  text-decoration: underline;
  font-size: 0.75em;
  line-height: 1.5em;
}
.catalog-filter__search {
  width: 100%;
  margin-bottom: 0.5em;
  display: inline-block;
  border: solid 1px #8bd3ef;
  height: 2.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-left: none;
  border-right: none;
  border-left: none;
  border-right: none;
}
.catalog-filter__search::before {
  content: "";
  margin-top: -9px;
  width: 1px;
  float: left;
  margin-left: -16px;
  height: 2.5em;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.catalog-filter__search::after {
  content: "";
  margin-top: -9px;
  width: 1px;
  float: right;
  margin-right: -16px;
  height: 2.5em;
  background-image: linear-gradient(#8bd3ef 33.5%, transparent 33.5%, transparent 66.5%, #8bd3ef 66.5%);
}
.catalog-filter__search input {
  width: 85%;
}
.catalog-filter__search-icon {
  color: #16a6de;
  font-size: 1.2em;
  right: 9px;
  position: absolute;
}
.catalog-filter__label {
  line-height: 1.5em;
  cursor: pointer;
}
.catalog-filter__label--disabled {
  color: #94a1a6;
  cursor: default !important;
}
.catalog-filter__selected {
  border-top: solid 1px #8bd3ef;
  margin-top: 0.25em;
}
.catalog-filter__scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 15em;
}
.catalog-filter__scrollbar::-webkit-scrollbar {
  width: 4px; /* width of the entire scrollbar */
}
.catalog-filter__scrollbar::-webkit-scrollbar-track {
  background: #ecf4fa; /* color of the tracking area */
}
.catalog-filter__scrollbar::-webkit-scrollbar-thumb {
  background-color: #c4e3f1; /* color of the scroll thumb */
  border-radius: 4px; /* roundness of the scroll thumb */
  border: 0; /* creates padding around scroll thumb */
}

@media (min-width: 992px) {
  .catalog-filter {
    display: block;
  }
}
.catalog-toolbar {
  padding: 5px;
  line-height: 2em;
}
.catalog-toolbar__selected {
  cursor: pointer;
  padding: 0 10px;
  margin: 0 10px;
  color: #082731;
  background-color: #f4fbfe;
  display: inline-block;
}
.catalog-toolbar__icon {
  font-size: 0.7em;
}
.catalog-toolbar__actions {
  display: inline-block;
  float: right;
}
.catalog-toolbar__actions-item {
  display: inline-block;
}

.catalog-page {
  display: grid;
  grid-template-columns: 1fr;
}

.catalog-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
}
.catalog-products__item {
  position: relative;
}

@media (min-width: 992px) {
  .catalog-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .catalog-page {
    display: grid;
    -moz-column-gap: 1%;
         column-gap: 1%;
    grid-template-columns: 1fr 4fr;
  }
}
.detail-visual__img {
  width: 100%;
  padding-top: -50%;
  position: relative;
  display: flex; /* Используем Flexbox для центрирования содержимого */
  align-items: center; /* Центрирование по вертикали */
  justify-content: center; /* Центрирование по горизонтали */
  overflow: hidden;
}
.detail-visual__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.detail-visual__img img {
  max-width: 100%;
  min-width: 75%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-visual__img--more {
  float: left;
  width: 100%;
}
.detail-visual__img-content {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-visual__more-photo {
  display: none;
  width: 25%;
  float: left;
  text-align: center;
}
.detail-visual__more-photo img {
  max-width: 90%;
  cursor: pointer;
}
.detail-visual__sticks {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.detail-visual__lables {
  float: left;
}
.detail-visual__favorite {
  float: right;
}

@media (min-width: 992px) {
  .detail-visual__img--more {
    width: 75%;
  }
  .detail-visual__more-photo {
    display: block;
  }
}
.catalog-element .switch,
.catalog-element .switch_name {
  width: 100%;
}

.switch a {
  display: inline-block;
  padding: 3px;
  border: solid 1px white;
}

.switch img {
  max-height: 50px;
  max-width: 50px;
}

.switch .prev img {
  max-height: 100px;
  max-width: 100px;
}

.switch a.active {
  border: solid 1px deepskyblue;
}

.catalog-element {
  grid-template-columns: 1fr;
  margin-top: 0;
}

@media (min-width: 992px) {
  .catalog-element {
    display: grid;
    -moz-column-gap: 3%;
         column-gap: 3%;
    grid-template-columns: 1fr 1fr;
  }
}
.catalog-element div.colors,
.catalog-element div.glasses {
  width: 100%;
}

.main-products__item {
  border: solid 1px rgba(255, 255, 255, 0);
  float: left;
  margin-right: 0;
  text-align: center;
  width: 48.4375%;
}
.main-products__item:nth-child(2n) {
  margin-right: 0;
}
.main-products__head {
  font-weight: 600;
  font-size: 2.25em;
}

@media (min-width: 992px) {
  .main-products__item {
    position: relative;
    margin: 0;
    width: 18.75%;
  }
  .main-products__item:nth-child(2n) {
    margin-right: 1.5625%;
  }
  .main-products__item:nth-child(5n) {
    margin-right: 0;
  }
}
.main {
  min-height: calc(100vh - 433px);
  z-index: 0;
  position: relative;
}

.bx-composite-btn {
  display: none;
}

@media (min-width: 992px) {
  .main {
    min-height: calc(100vh - 225px);
  }
}
@media (min-width: 1201px) {
  .main {
    min-height: calc(100vh - 247px);
  }
}
@media (min-width: 1400px) {
  .main {
    min-height: calc(100vh - 305px);
  }
}
.input {
  height: 30px;
  padding: 0 10px;
  margin: 7.5px 0;
  margin-top: 3.75px;
}

.textarea {
  padding: 0 10px;
  margin: 7.5px 0;
  margin-top: 3.75px;
}

.context-modal {
  width: 100%;
}

.context-modal__body {
  padding: 15px;
}

.context-modal__footer {
  padding: 15px;
  padding-top: 0;
}

.context-modal__header {
  padding: 15px;
  padding-bottom: 0;
  font-size: 15px;
}

.modal__content {
  width: 100%;
}

.modal__body {
  padding: 15px;
}

.modal__footer {
  padding: 15px;
  padding-top: 0;
}

.modal__header {
  padding: 15px;
  padding-bottom: 0;
  font-size: 15px;
}

body {
  font-size: 14px;
}

.container {
  max-width: 550px;
}

.header__top {
  height: 38px;
}

.header__top-button {
  margin-top: 4px;
}

.header__top-phone {
  line-height: 38px;
}

.header__top-menu-link {
  line-height: 38px;
  padding-left: 10px;
}

.header__top-menu-extra {
  top: 38px;
}

.header__main {
  padding: 10px 0px;
}

.header__main--fixed {
  height: 46px;
}

.header__logo-main {
  height: 26px;
}

.header__logo-mini--fixed {
  font-size: 20px;
  line-height: 26px;
}

.header__main-menu-link {
  font-size: 15px;
  padding-right: 25px;
}

.header__main-menu-sub {
  padding-top: 23px;
  margin-top: -23px;
}

.header__main-menu-sub--fixed {
  padding-top: 23px;
  margin-top: -23px;
}

.header__main-menu-sub-body {
  padding: 7.5px 0;
}

.header__main-menu-sub-title {
  font-size: 15px;
  padding: 7.5px 0;
}

.header__search-form-border {
  margin-top: 8px;
}

.header__search-form-border--fixed {
  margin-top: 8px;
}

.header__search-form-close {
  line-height: 30px;
  font-size: 11px;
  right: 9.5px;
}

.header__search-form-icon {
  line-height: 30px;
  font-size: 16px;
  left: 7px;
}

.header__search-form-input {
  padding: 10px 30px;
}

.for-header {
  height: 85px;
}

.header-services__link-icon {
  font-size: 16px;
}

.header-services__link {
  margin-left: 5px;
}

.header-services__link-label {
  font-size: 9px;
  height: 13.5px;
  width: 13.5px;
  top: -4.5px;
  right: -4.5px;
}

.header-services__modal {
  margin-right: -2.5px;
}

.header-services__modal-close {
  margin-right: 2.5px;
}

.header-services__modal-title {
  font-size: 15px;
  line-height: 16px;
}

.footer__logo {
  font-size: 24px;
}

.footer__nav {
  padding-top: 15px;
}

.footer__contacts {
  padding-top: 15px;
}

.footer__phone {
  padding-bottom: 15px;
}

.footer__menu-title {
  font-size: 15px;
}

.footer__menu-link {
  padding-top: 14px;
}

.footer__copyright {
  padding-top: 15px;
  font-size: 11px;
}

.razdels__title {
  font-size: 15px;
}

.main-articles__title {
  font-size: 15px;
}

@media (min-width: 550px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .input {
    height: 30px;
    padding: 0 10px;
    margin: 7.5px 0;
    margin-top: 3.75px;
  }
  .textarea {
    padding: 0 10px;
    margin: 7.5px 0;
    margin-top: 3.75px;
  }
  .context-modal {
    width: 300px;
  }
  .context-modal__body {
    padding: 15px;
  }
  .context-modal__footer {
    padding: 15px;
    padding-top: 0;
  }
  .context-modal__header {
    padding: 15px;
    padding-bottom: 0;
    font-size: 15px;
  }
  .modal__content {
    width: 400px;
  }
  .modal__body {
    padding: 15px;
  }
  .modal__footer {
    padding: 15px;
    padding-top: 0;
  }
  .modal__header {
    padding: 15px;
    padding-bottom: 0;
    font-size: 15px;
  }
  body {
    font-size: 14px;
  }
  .container {
    max-width: 992px;
  }
  .header__top {
    height: 38px;
  }
  .header__top-button {
    margin-top: 4px;
  }
  .header__top-phone {
    line-height: 38px;
  }
  .header__top-menu-link {
    line-height: 38px;
    padding-left: 10px;
  }
  .header__top-menu-extra {
    top: 38px;
  }
  .header__main {
    padding: 10px 0px;
  }
  .header__main--fixed {
    height: 50px;
  }
  .header__logo-main {
    height: 50px;
  }
  .header__logo-mini--fixed {
    font-size: 20px;
    line-height: 30px;
  }
  .header__main-menu-link {
    font-size: 15px;
    padding-right: 25px;
  }
  .header__main-menu-sub {
    padding-top: 35px;
    margin-top: -35px;
  }
  .header__main-menu-sub--fixed {
    padding-top: 25px;
    margin-top: -25px;
  }
  .header__main-menu-sub-body {
    padding: 7.5px 0;
  }
  .header__main-menu-sub-title {
    font-size: 15px;
    padding: 7.5px 0;
  }
  .header__search-form-border {
    margin-top: 20px;
  }
  .header__search-form-border--fixed {
    margin-top: 10px;
  }
  .header__search-form-close {
    line-height: 30px;
    font-size: 11px;
    right: 9.5px;
  }
  .header__search-form-icon {
    line-height: 30px;
    font-size: 16px;
    left: 7px;
  }
  .header__search-form-input {
    padding: 10px 30px;
  }
  .for-header {
    height: 109px;
  }
  .header-services__link-icon {
    font-size: 16px;
  }
  .header-services__link {
    margin-left: 12px;
  }
  .header-services__link-label {
    font-size: 10px;
    height: 15px;
    width: 15px;
    top: -5px;
    right: -5px;
  }
  .header-services__modal {
    margin-right: -6px;
  }
  .header-services__modal-close {
    margin-right: 6px;
  }
  .header-services__modal-title {
    font-size: 15px;
    line-height: 16px;
  }
  .footer__logo {
    font-size: 24px;
  }
  .footer__nav {
    padding-top: 15px;
  }
  .footer__contacts {
    padding-top: 15px;
  }
  .footer__phone {
    padding-bottom: 15px;
  }
  .footer__menu-title {
    font-size: 15px;
  }
  .footer__menu-link {
    padding-top: 14px;
  }
  .footer__copyright {
    padding-top: 15px;
    font-size: 11px;
  }
  .razdels__title {
    font-size: 15px;
  }
  .main-articles__title {
    font-size: 15px;
  }
}
@media (min-width: 1201px) {
  .input {
    height: 33px;
    padding: 0 15px;
    margin: 10px 0;
    margin-top: 5px;
  }
  .textarea {
    padding: 0 15px;
    margin: 10px 0;
    margin-top: 5px;
  }
  .context-modal {
    width: 350px;
  }
  .context-modal__body {
    padding: 20px;
  }
  .context-modal__footer {
    padding: 20px;
    padding-top: 0;
  }
  .context-modal__header {
    padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
  }
  .modal__content {
    width: 500px;
  }
  .modal__body {
    padding: 20px;
  }
  .modal__footer {
    padding: 20px;
    padding-top: 0;
  }
  .modal__header {
    padding: 20px;
    padding-bottom: 0;
    font-size: 17px;
  }
  body {
    font-size: 15px;
  }
  .container {
    max-width: 1201px;
  }
  .header__top {
    height: 40px;
  }
  .header__top-button {
    margin-top: 3.5px;
  }
  .header__top-phone {
    line-height: 40px;
  }
  .header__top-menu-link {
    line-height: 40px;
    padding-left: 12px;
  }
  .header__top-menu-extra {
    top: 40px;
  }
  .header__main {
    padding: 12px 0px;
  }
  .header__main--fixed {
    height: 59px;
  }
  .header__logo-main {
    height: 60px;
  }
  .header__logo-mini--fixed {
    font-size: 26px;
    line-height: 35px;
  }
  .header__main-menu-link {
    font-size: 17px;
    padding-right: 30px;
  }
  .header__main-menu-sub {
    padding-top: 42px;
    margin-top: -42px;
  }
  .header__main-menu-sub--fixed {
    padding-top: 29.5px;
    margin-top: -29.5px;
  }
  .header__main-menu-sub-body {
    padding: 10px 0;
  }
  .header__main-menu-sub-title {
    font-size: 17px;
    padding: 10px 0;
  }
  .header__search-form-border {
    margin-top: 24.5px;
  }
  .header__search-form-border--fixed {
    margin-top: 12px;
  }
  .header__search-form-close {
    line-height: 35px;
    font-size: 17px;
    right: 9px;
  }
  .header__search-form-icon {
    line-height: 35px;
    font-size: 22px;
    left: 6.5px;
  }
  .header__search-form-input {
    padding: 10px 35px;
  }
  .for-header {
    height: 125px;
  }
  .header-services__link-icon {
    font-size: 22px;
  }
  .header-services__link {
    margin-left: 12px;
  }
  .header-services__link-label {
    font-size: 11px;
    height: 16.5px;
    width: 16.5px;
    top: -5.5px;
    right: -5.5px;
  }
  .header-services__modal {
    margin-right: -6px;
  }
  .header-services__modal-close {
    margin-right: 6px;
  }
  .header-services__modal-title {
    font-size: 17px;
    line-height: 22px;
  }
  .footer__logo {
    font-size: 28px;
  }
  .footer__nav {
    padding-top: 20px;
  }
  .footer__contacts {
    padding-top: 20px;
  }
  .footer__phone {
    padding-bottom: 20px;
  }
  .footer__menu-title {
    font-size: 17px;
  }
  .footer__menu-link {
    padding-top: 15px;
  }
  .footer__copyright {
    padding-top: 20px;
    font-size: 13px;
  }
  .razdels__title {
    font-size: 17px;
  }
  .main-articles__title {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .input {
    height: 36px;
    padding: 0 15px;
    margin: 15px 0;
    margin-top: 7.5px;
  }
  .textarea {
    padding: 0 15px;
    margin: 15px 0;
    margin-top: 7.5px;
  }
  .context-modal {
    width: 400px;
  }
  .context-modal__body {
    padding: 30px;
  }
  .context-modal__footer {
    padding: 30px;
    padding-top: 0;
  }
  .context-modal__header {
    padding: 30px;
    padding-bottom: 0;
    font-size: 19px;
  }
  .modal__content {
    width: 600px;
  }
  .modal__body {
    padding: 30px;
  }
  .modal__footer {
    padding: 30px;
    padding-top: 0;
  }
  .modal__header {
    padding: 30px;
    padding-bottom: 0;
    font-size: 19px;
  }
  body {
    font-size: 16px;
  }
  .container {
    max-width: 1400px;
  }
  .header__top {
    height: 43px;
  }
  .header__top-button {
    margin-top: 3.5px;
  }
  .header__top-phone {
    line-height: 43px;
  }
  .header__top-menu-link {
    line-height: 43px;
    padding-left: 16px;
  }
  .header__top-menu-extra {
    top: 43px;
  }
  .header__main {
    padding: 16px 0px;
  }
  .header__main--fixed {
    height: 74px;
  }
  .header__logo-main {
    height: 73px;
  }
  .header__logo-mini--fixed {
    font-size: 30px;
    line-height: 42px;
  }
  .header__main-menu-link {
    font-size: 19px;
    padding-right: 40px;
  }
  .header__main-menu-sub {
    padding-top: 52.5px;
    margin-top: -52.5px;
  }
  .header__main-menu-sub--fixed {
    padding-top: 37px;
    margin-top: -37px;
  }
  .header__main-menu-sub-body {
    padding: 15px 0;
  }
  .header__main-menu-sub-title {
    font-size: 19px;
    padding: 15px 0;
  }
  .header__search-form-border {
    margin-top: 32.5px;
  }
  .header__search-form-border--fixed {
    margin-top: 17px;
  }
  .header__search-form-close {
    line-height: 40px;
    font-size: 19px;
    right: 10.5px;
  }
  .header__search-form-icon {
    line-height: 40px;
    font-size: 24px;
    left: 8px;
  }
  .header__search-form-input {
    padding: 10px 40px;
  }
  .for-header {
    height: 149px;
  }
  .header-services__link-icon {
    font-size: 24px;
  }
  .header-services__link {
    margin-left: 12px;
  }
  .header-services__link-label {
    font-size: 12px;
    height: 18px;
    width: 18px;
    top: -6px;
    right: -6px;
  }
  .header-services__modal {
    margin-right: -6px;
  }
  .header-services__modal-close {
    margin-right: 6px;
  }
  .header-services__modal-title {
    font-size: 19px;
    line-height: 24px;
  }
  .footer__logo {
    font-size: 30px;
  }
  .footer__nav {
    padding-top: 30px;
  }
  .footer__contacts {
    padding-top: 30px;
  }
  .footer__phone {
    padding-bottom: 30px;
  }
  .footer__menu-title {
    font-size: 19px;
  }
  .footer__menu-link {
    padding-top: 16px;
  }
  .footer__copyright {
    padding-top: 30px;
    font-size: 14px;
  }
  .razdels__title {
    font-size: 19px;
  }
  .main-articles__title {
    font-size: 19px;
  }
}/*# sourceMappingURL=main.css.map */