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

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoCond";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/RobotoCondensedBold.eot");
  src: url("../fonts/Roboto/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/RobotoCondensedBold.woff") format("woff"), url("../fonts/Roboto/RobotoCondensedBold.ttf") format("truetype"); }

@font-face {
  font-family: "Parangon430";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Parangon/Parangon430C.eot");
  src: url("../fonts/Parangon/Parangon430C.eot?#iefix") format("embedded-opentype"), url("../fonts/Parangon/Parangon430C.woff") format("woff"), url("../fonts/Parangon/Parangon430C.ttf") format("truetype"); }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

html {
  font-size: 10px; }

body {
  font-size: 1.6rem;
  min-width: 320px;
  position: relative;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  color: #1a1a1a; }
  body:before {
    content: '';
    position: absolute;
    z-index: 125;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden; }
  body.open {
    overflow: hidden; }
    body.open:before {
      opacity: 1;
      visibility: visible; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

svg {
  max-width: 100%;
  height: auto; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #959FA7; }

button:focus, button:active, a:focus, a:active {
  outline: none; }

a:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer; }

.hidden {
  display: none; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1.5rem; }

.col {
  padding: 0 1.5rem; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  padding: 0 6rem; }
  .container-fluid {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding: 0 3rem; }
  .container-post {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 3rem; }

.mobile {
  display: none; }

.btn a, .btn button {
  display: inline-block;
  font-family: "RobotoCond", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.4rem 2.8rem;
  border-radius: 5px; }

.btn-red a, .btn-red button {
  color: #fff;
  background: #ce363c; }
  .btn-red a:hover, .btn-red button:hover {
    background: #a52b30; }

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem 0;
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid #00315d; }
  .header-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65%; }
  .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 35%; }
  .header-logo {
    width: 34rem;
    max-width: 50%;
    margin-right: 15%; }
  .header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -1.3rem -3.5rem; }
    .header-menu .sub-menu {
      position: absolute;
      top: 90%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 23rem;
      padding: 1rem 0;
      opacity: 0;
      visibility: hidden;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 6px;
      -webkit-box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-menu .sub-menu a {
        display: block;
        padding: 1rem 1rem 1rem 1.5rem; }
        .header-menu .sub-menu a:hover {
          background: rgba(149, 159, 167, 0.35); }
      .header-menu .sub-menu .sub-menu {
        top: 0;
        left: 105%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .header-menu > li {
      padding: 1.3rem 3.5rem; }
      .header-menu > li:hover > a:before {
        width: 100%; }
      .header-menu > li > a {
        text-transform: uppercase; }
        .header-menu > li > a:before {
          content: '';
          position: absolute;
          bottom: -0.1rem;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 0;
          height: 1px;
          background: #00315d;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .header-menu li {
      position: relative; }
      .header-menu li a {
        position: relative;
        color: #00315d; }
      .header-menu li.menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible; }
  .header-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 3rem; }
    .header-phone a {
      display: inline-block;
      font-family: "RobotoCond", sans-serif;
      font-size: 2.4rem;
      font-weight: 700;
      color: #00315d; }

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .main-block {
    font-size: 2.2rem;
    line-height: 1.8;
    text-transform: uppercase;
    color: #00315d;
    max-width: 78.5rem;
    margin-left: auto;
    padding: 25vh 0 10rem;
    height: 100%; }
    .main-block h1, .main-block h2, .main-block h3, .main-block h4 {
      font-family: "Parangon430", sans-serif;
      line-height: 1.18;
      color: #ce363c;
      text-transform: uppercase;
      letter-spacing: -0.005em;
      margin-bottom: 0.5em; }
      .main-block h1 span, .main-block h2 span, .main-block h3 span, .main-block h4 span {
        letter-spacing: 0.048em; }
    .main-block h1 {
      font-size: 9.5rem; }
    .main-block h2 {
      font-size: 8.5rem; }
    .main-block h3 {
      font-size: 6rem; }
    .main-block h4 {
      font-size: 4rem; }
    .main-block p {
      max-width: 77rem; }

.catalog {
  padding: 14rem 0 6rem; }
  .catalog-row {
    margin: -1.5rem; }
  .catalog-col {
    width: 20%;
    padding: 1.5rem; }
  .catalog-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    .catalog-block h3 {
      font-size: 2.4rem;
      line-height: 1.35;
      font-weight: 400;
      letter-spacing: 0.01em;
      color: #00315d;
      text-transform: uppercase;
      margin-bottom: 5rem; }
    .catalog-block__img {
      max-width: 22rem; }
      .catalog-block__img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); }
      .catalog-block__img > div {
        position: relative;
        padding-bottom: 100%;
        -webkit-box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
                box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        border: 3px solid #799ec2;
        margin-bottom: 5.5rem;
        overflow: hidden; }
      .catalog-block__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: calc(100% - 3rem);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .catalog-block__btn {
      max-width: 22rem; }
      .catalog-block__btn > div {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 5px;
        margin-left: auto;
        background: #b2e4fb url("data:image/svg+xml,%3Csvg fill='%2300315d' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/svg%3E") center no-repeat;
        background-size: 55% auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .catalog-block__btn > div:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }

.def-text {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  color: #00315d;
  max-width: 70rem; }
  .def-text h1, .def-text h2, .def-text h3, .def-text h4, .def-text p, .def-text ul, .def-text ol {
    margin-bottom: 2rem; }
  .def-text ul, .def-text ol {
    margin-top: -1.5rem;
    padding-left: 2rem; }
  .def-text ul {
    list-style: disc; }

.cat {
  overflow: hidden; }
  .cat-main {
    padding: 14rem 0 3rem;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .cat-main__title h1 {
      font-family: "Parangon430", sans-serif;
      font-size: 6rem;
      line-height: 1.13;
      letter-spacing: -0.01em;
      color: #ce363c;
      text-transform: uppercase;
      margin-bottom: 0.5em; }
    .cat-main__desc {
      max-width: 70rem; }
      .cat-main__desc.right {
        margin-left: auto; }
      .cat-main__desc.center {
        margin: 0 auto; }
    .cat-main__arrow {
      width: 5.5rem;
      height: 5.5rem;
      border-radius: 5px;
      margin-left: auto;
      background: #00315d url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/svg%3E") center no-repeat;
      background-size: 55% auto;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      .cat-main__arrow.left {
        margin: 0;
        margin-right: auto; }
      .cat-main__arrow:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .cat-row {
    position: relative;
    margin: -4.5rem -4.5rem 1.5rem; }
    .cat-row:not(:last-child):before {
      content: '';
      position: absolute;
      bottom: 1.5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 2px;
      width: 100vw;
      background: #799ec2; }
  .cat-left {
    width: 26%;
    padding: 4.5rem; }
  .cat-right {
    width: 74%;
    padding: 4.5rem; }
  .cat-catalog {
    padding: 6rem 0; }
    .cat-catalog__title h2 {
      font-size: 4.8rem;
      line-height: 1.13;
      color: #ce363c;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      margin-bottom: 0.72em; }
    .cat-catalog__label {
      position: relative;
      padding: 0.5rem 1rem 0.5rem 0; }
      .cat-catalog__label:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        background: #ce363c; }
      .cat-catalog__label h3 {
        position: relative;
        z-index: 10;
        font-size: 2.8rem;
        font-weight: 400;
        color: #fff;
        letter-spacing: -0.005em;
        text-transform: uppercase; }
    .cat-catalog__row-col1 {
      margin: -2.5rem -5rem; }
    .cat-catalog__row-col2 {
      margin: -2.5rem -5rem; }
    .cat-catalog__row-col3 {
      margin: -2.5rem -5rem; }
    .cat-catalog__row-col4 {
      margin: -2.5rem -3rem; }
    .cat-catalog__col1 {
      width: 100%;
      padding: 2.5rem 5rem; }
    .cat-catalog__col2 {
      width: 50%;
      padding: 2.5rem 5rem; }
    .cat-catalog__col3 {
      width: 33.333%;
      padding: 2.5rem 5rem; }
    .cat-catalog__col4 {
      width: 25%;
      padding: 2.5rem 3rem; }
      .cat-catalog__col4 .cat-block__img > div {
        padding-bottom: 135%; }
  .cat-block {
    letter-spacing: -0.01em; }
    .cat-block__img {
      border-radius: 10px;
      margin-bottom: 2rem;
      -webkit-box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4); }
      .cat-block__img > div {
        position: relative;
        padding-bottom: 85%;
        border: 3px solid #799ec2;
        border-radius: 10px;
        overflow: hidden; }
      .cat-block__img:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1); }
      .cat-block__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 95%;
        height: 95%;
        border-radius: 10px;
        -o-object-fit: contain;
           object-fit: contain;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .cat-block__img img.cover {
          width: 101%;
          height: 101%;
          max-width: none;
          -o-object-fit: cover;
             object-fit: cover; }
    .cat-block__title {
      color: #454545;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cat-block__title:hover {
        color: #000; }
      .cat-block__title h3 {
        font-size: 2.4rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem; }
      .cat-block__title p {
        font-size: 1.8rem;
        line-height: 1.33; }

.post {
  position: relative;
  padding: 14rem 0 6rem; }
  .post-title {
    font-family: "Parangon430", sans-serif;
    text-align: center; }
    .post-title h1 {
      font-size: 6rem;
      padding: 0.8em 0 1.6em; }
  .post-img img {
    margin: 0 auto 4rem;
    min-width: 30%; }
  .post-desc {
    color: #454545;
    max-width: none;
    border-bottom: 1px solid rgba(149, 159, 167, 0.5); }
  .post-rest {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 3rem;
    height: 8rem; }
    .post-rest:hover .post-rest__title {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; }
      .post-rest:hover .post-rest__title h4 {
        color: #454545; }
    .post-rest__img {
      position: relative;
      z-index: 10;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 8rem;
      height: 8rem; }
    .post-rest__arrow {
      position: relative;
      z-index: 15;
      width: 3.5rem;
      height: 100%;
      background: #00315d url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/svg%3E") center no-repeat;
      background-size: 55% auto; }
    .post-rest__title {
      position: relative;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      max-width: 15rem;
      padding: 0 1rem;
      opacity: 0;
      color: #454545; }
  .post-prev {
    left: 0; }
    .post-prev .post-rest__title {
      -webkit-transform: translateX(-30rem);
          -ms-transform: translateX(-30rem);
              transform: translateX(-30rem); }
    .post-prev .post-rest__arrow {
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .post-next {
    right: 0; }
    .post-next .post-rest__title {
      -webkit-transform: translateX(30rem);
          -ms-transform: translateX(30rem);
              transform: translateX(30rem); }
  .post-recom {
    padding-top: 2rem; }
    .post-recom__title h2 {
      font-size: 3.8rem;
      margin-bottom: 0.8em; }
    .post-recom__row {
      margin: -3.5rem; }
    .post-recom__col {
      width: 33.333%;
      padding: 3.5rem; }

.contacts {
  position: relative;
  padding: 18rem 0 10rem; }
  .contacts-bg {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
    width: 59%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .contacts-left {
    width: 55%; }
  .contacts-right {
    width: 45%; }
  .contacts-title h1 {
    font-size: 4.8rem;
    color: #00315d;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .contacts-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts-phone a {
      font-size: 6.5rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      color: #ce363c; }
      .contacts-phone a:hover {
        text-decoration: underline; }
  .contacts-form {
    max-width: 51.5rem; }
    .contacts-form__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      border: 3px solid #799ec2;
      border-radius: 10px;
      background: #fff;
      padding: 1.8rem 2.3rem;
      -webkit-box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.4);
      margin-bottom: 3rem; }
    .contacts-form__btn {
      position: relative; }
      .contacts-form__btn .ajax-loader {
        position: absolute;
        left: 100%;
        top: 0; }
    .contacts-form .wpcf7-not-valid-tip {
      font-size: 1.2rem; }
    .contacts-form .wpcf7-response-output {
      border: 2px solid #b2e4fb !important;
      background: #fff;
      border-radius: 5px; }
    .contacts-form .wpcf7-submit {
      display: inline-block;
      font-family: "RobotoCond", sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1;
      padding: 1.4rem 2.8rem;
      border-radius: 5px;
      color: #fff;
      background: #ce363c;
      margin: 0 auto;
      cursor: pointer; }
      .contacts-form .wpcf7-submit:hover {
        background: #a52b30; }
    .contacts-form .wpcf7-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .contacts-form .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        padding: 0.7rem; }
        .contacts-form .wpcf7-form-control-wrap input, .contacts-form .wpcf7-form-control-wrap textarea {
          display: block;
          color: #00315d;
          font-size: 1.4rem;
          width: 100%;
          background: #d8f1fd;
          padding: 1.4rem 1rem;
          border-radius: 5px;
          resize: none; }
          .contacts-form .wpcf7-form-control-wrap input::-webkit-input-placeholder, .contacts-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
            color: #ce363c; }
          .contacts-form .wpcf7-form-control-wrap input::-moz-placeholder, .contacts-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
            color: #ce363c; }
          .contacts-form .wpcf7-form-control-wrap input:-ms-input-placeholder, .contacts-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
            color: #ce363c; }
          .contacts-form .wpcf7-form-control-wrap input::-ms-input-placeholder, .contacts-form .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
            color: #ce363c; }
          .contacts-form .wpcf7-form-control-wrap input::placeholder, .contacts-form .wpcf7-form-control-wrap textarea::placeholder {
            color: #ce363c; }
        .contacts-form .wpcf7-form-control-wrap.phone, .contacts-form .wpcf7-form-control-wrap.email {
          width: 50%; }

.footer {
  padding: 8rem 0;
  color: #fff;
  background: #266091; }
  .footer-left {
    width: 55%; }
  .footer-right {
    width: 45%; }
  .footer-logo {
    width: 42.5rem;
    max-width: 100%;
    margin-bottom: 3.5rem; }
    .footer-logo img {
      width: 100%; }
  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -1rem -3.5rem 1rem; }
    .footer-menu .sub-menu {
      display: none; }
    .footer-menu li {
      padding: 1rem 3.5rem; }
    .footer-menu a {
      color: #fff;
      text-transform: uppercase; }
      .footer-menu a:hover {
        text-decoration: underline; }
  .footer-contacts__title {
    padding-left: 5.5rem; }
    .footer-contacts__title h3 {
      font-size: 3.2rem;
      margin-bottom: 0.5rem; }
  .footer-contacts__item {
    position: relative;
    padding: 1rem 0 1rem 5.5rem; }
    .footer-contacts__item:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 3.5rem;
      height: 3.5rem;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 70% auto;
      border-radius: 5px; }
    .footer-contacts__item a, .footer-contacts__item p {
      font-size: 2.4rem;
      color: #fff; }
  .footer-contacts__address:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23266091' viewBox='-119 -21 682 682.66669' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m216.210938 0c-122.664063 0-222.460938 99.796875-222.460938 222.460938 0 154.175781 222.679688 417.539062 222.679688 417.539062s222.242187-270.945312 222.242187-417.539062c0-122.664063-99.792969-222.460938-222.460937-222.460938zm67.121093 287.597656c-18.507812 18.503906-42.8125 27.757813-67.121093 27.757813-24.304688 0-48.617188-9.253907-67.117188-27.757813-37.011719-37.007812-37.011719-97.226562 0-134.238281 17.921875-17.929687 41.761719-27.804687 67.117188-27.804687 25.355468 0 49.191406 9.878906 67.121093 27.804687 37.011719 37.011719 37.011719 97.230469 0 134.238281zm0 0'/%3E%3C/svg%3E"); }
  .footer-contacts__phone:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' x='0' y='0' viewBox='0 0 512.02 512.02' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cpath d='m496.02 272c-8.836 0-16-7.164-16-16 0-123.514-100.486-224-224-224-8.836 0-16-7.164-16-16s7.164-16 16-16c68.381 0 132.668 26.628 181.02 74.98s74.98 112.639 74.98 181.02c0 8.836-7.164 16-16 16z' fill='%23266091' data-original='%23000000' style='' class=''/%3E%3Cpath d='m432.02 272c-8.836 0-16-7.164-16-16 0-88.224-71.776-160-160-160-8.836 0-16-7.164-16-16s7.164-16 16-16c105.869 0 192 86.131 192 192 0 8.836-7.164 16-16 16z' fill='%23266091' data-original='%23000000' style='' class=''/%3E%3Cpath d='m368.02 272c-8.836 0-16-7.164-16-16 0-52.935-43.065-96-96-96-8.836 0-16-7.164-16-16s7.164-16 16-16c70.58 0 128 57.42 128 128 0 8.836-7.164 16-16 16z' fill='%23266091' data-original='%23000000' style='' class=''/%3E%3Cpath d='m499.37 351.95-117.2-25.11c-5.3-1.14-10.83.49-14.66 4.33l-42.92 42.91c-80.48-40.48-146.17-106.17-186.65-186.65l42.91-42.92c3.84-3.83 5.47-9.36 4.33-14.66l-25.11-117.2c-1.58-7.38-8.1-12.65-15.65-12.65-24.25 0-47.22 5.74-68.26 17.05-19.74 10.62-37.02 26-49.98 44.5-12.91 18.42-21.43 39.8-24.66 61.81-3.45 23.51-1.02 46.93 7.22 69.61 25.65 70.6 67.42 136.13 120.8 189.51s118.91 95.15 189.51 120.8c16.02 5.82 32.41 8.74 48.94 8.74 6.87 0 13.77-.51 20.67-1.52 22.01-3.23 43.39-11.75 61.81-24.66 18.5-12.96 33.88-30.24 44.5-49.98 11.31-21.04 17.05-44.01 17.05-68.26 0-7.55-5.27-14.07-12.65-15.65zm-417.74-300.28c-.5.12-1 .25-1.49.38 13.857-9.739 29.782-16.14 46.843-18.738 2.607-.397 5.072 1.327 5.625 3.906l18.892 88.162c.355 1.658-.154 3.384-1.353 4.583l-10.098 10.098c-2.802 2.802-7.594 1.387-8.424-2.488l-13.515-63.043c-3.55-16.54-20.05-26.87-36.48-22.86zm229.53 358.47c-9.38 9.38-23.78 11.44-35.48 5.18-75.91-40.6-138.38-103.07-178.98-178.98-6.26-11.7-4.2-26.1 5.18-35.48l.003-.003c2.288-2.288 6.149-1.678 7.605 1.213 43.523 86.407 114.056 156.94 200.462 200.462 2.89 1.456 3.501 5.317 1.213 7.605zm148.81 21.74c.16-.57.3-1.14.44-1.72 3.95-16.35-6.47-32.72-22.92-36.25l-63.044-13.514c-3.874-.831-5.289-5.623-2.488-8.424l10.098-10.098c1.199-1.199 2.925-1.709 4.583-1.353l88.163 18.892c2.579.553 4.303 3.017 3.906 5.625-2.599 17.06-8.999 32.985-18.738 46.842z' fill='%23266091' data-original='%23000000' style='' class=''/%3E%3C/svg%3E%0A");
    background-size: 60% auto; }
  .footer-contacts__email:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23266091' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath d='M467,80.609H45c-24.813,0-45,20.187-45,45v260.782c0,24.813,20.187,45,45,45h422c24.813,0,45-20.187,45-45V125.609 C512,100.796,491.813,80.609,467,80.609z M461.127,110.609l-6.006,5.001L273.854,266.551c-10.346,8.614-25.364,8.614-35.708,0 L56.879,115.61l-6.006-5.001H461.127z M30,132.267L177.692,255.25L30,353.543V132.267z M467,401.391H45 c-7.248,0-13.31-5.168-14.699-12.011l171.445-114.101l17.204,14.326c10.734,8.938,23.893,13.407,37.051,13.407 c13.158,0,26.316-4.469,37.051-13.407l17.204-14.326l171.444,114.1C480.31,396.224,474.248,401.391,467,401.391z M482,353.543 l-147.692-98.292L482,132.267V353.543z'/%3E%3C/svg%3E%0A");
    background-size: 60% auto; }

@media (max-width: 1400px) {
  html {
    font-size: 0.715vw; }
  .header-logo {
    margin-right: 10%; }
  .cat-row {
    margin: -2.5rem -2.5rem 2.5rem; }
    .cat-row:not(:last-child):before {
      bottom: 0; }
  .cat-left {
    padding: 2.5rem; }
  .cat-right {
    padding: 2.5rem; }
  .cat-catalog__row {
    margin: -1.5rem; }
  .cat-catalog__col {
    padding: 1.5rem; }
  .post-rest:hover .post-rest__img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }
  .post-rest__img {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .post-prev .post-rest__img {
    -webkit-transform: translateX(-22rem);
        -ms-transform: translateX(-22rem);
            transform: translateX(-22rem); }
  .post-next .post-rest__img {
    -webkit-transform: translateX(22rem);
        -ms-transform: translateX(22rem);
            transform: translateX(22rem); }
  .post-recom__row {
    margin: -1.5rem; }
  .post-recom__col {
    padding: 1.5rem; } }

@media (max-width: 1024px) {
  html {
    font-size: 0.9765vw; }
  .btn a, .btn button {
    font-size: 1.6rem; }
  .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 150;
    top: 0;
    right: -32rem;
    width: 32rem;
    height: 100vh;
    background: #1a1a1a;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mobile.open {
      right: 0; }
    .mobile-close {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: 0;
      right: 0;
      width: 5rem;
      height: 5rem;
      cursor: pointer; }
      .mobile-close span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 1px;
        background: #A6A6A6; }
        .mobile-close span:nth-child(1) {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        .mobile-close span:nth-child(2) {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
    .mobile-menu {
      padding-top: 7rem; }
      .mobile-menu .sub-menu {
        display: none; }
        .mobile-menu .sub-menu a {
          color: #A6A6A6; }
      .mobile-menu li.menu-item-has-children {
        position: relative; }
        .mobile-menu li.menu-item-has-children:hover > .sub-menu {
          display: block;
          background: rgba(149, 159, 167, 0.1); }
          .mobile-menu li.menu-item-has-children:hover > .sub-menu li {
            border-bottom: 1px solid rgba(149, 159, 167, 0.1); }
          .mobile-menu li.menu-item-has-children:hover > .sub-menu a {
            padding: 1.2rem 5rem; }
        .mobile-menu li.menu-item-has-children:before {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          content: '+';
          position: absolute;
          top: 0.7rem;
          right: 0;
          width: 5rem;
          font-size: 2.5rem;
          color: rgba(149, 159, 167, 0.75); }
        .mobile-menu li.menu-item-has-children > a {
          margin-right: 5rem; }
      .mobile-menu a {
        display: block;
        color: #fff; }
      .mobile-menu > li {
        border-bottom: 1px solid rgba(149, 159, 167, 0.25); }
        .mobile-menu > li > a {
          padding: 1.2rem 3rem; }
    .mobile-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5rem 3rem 3rem; }
    .mobile-phone {
      margin-bottom: 1rem; }
      .mobile-phone a {
        font-size: 1.8rem;
        color: #fff; }
  .header-menu {
    display: none; }
  .header-left {
    width: 50%; }
  .header-right {
    width: 50%; }
  .header-burger {
    display: block;
    position: relative;
    z-index: 150;
    width: 2.8rem;
    height: 2rem;
    margin-right: 3rem;
    cursor: pointer;
    overflow: hidden; }
    .header-burger span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 5px;
      background: #1a1a1a;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-burger span:nth-child(1) {
        top: 0rem; }
      .header-burger span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .header-burger span:nth-child(3) {
        bottom: 0; }
  .header-logo {
    margin-right: 0; }
  .main {
    position: relative;
    z-index: 10;
    padding: 14rem 0 6rem; }
    .main:before {
      content: '';
      position: absolute;
      z-index: -10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.35; }
    .main-block {
      font-size: 2rem;
      text-align: center;
      margin: 0 auto;
      padding: 12rem 0; }
      .main-block h1 {
        font-size: 8rem; }
      .main-block h2 {
        font-size: 6.5rem; }
      .main-block h3 {
        font-size: 5rem; }
      .main-block h4 {
        font-size: 3.5rem; }
  .catalog-row {
    margin: -3rem; }
  .catalog-col {
    width: 33.333%;
    padding: 3rem; }
  .catalog-block__img {
    max-width: none; }
    .catalog-block__img > div {
      margin-bottom: 3rem; }
  .catalog-block h3 {
    font-size: 2rem;
    margin-bottom: 0; }
  .catalog-block__btn {
    display: none; }
  .cat-main {
    position: relative;
    z-index: 10;
    padding: 14rem 0 6rem;
    min-height: 0px; }
    .cat-main:before {
      content: '';
      position: absolute;
      z-index: -10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.75); }
    .cat-main__arrow {
      display: none; }
  .cat-left {
    width: auto;
    min-width: 50%; }
  .cat-right {
    width: 100%; }
  .cat-catalog__row-col1, .cat-catalog__row-col2, .cat-catalog__row-col3, .cat-catalog__row-col4 {
    margin: -1.5rem; }
  .cat-catalog__col1, .cat-catalog__col2, .cat-catalog__col3, .cat-catalog__col4 {
    padding: 1.5rem; }
  .contacts-title h1 {
    font-size: 3.6rem; }
  .contacts-phone a {
    font-size: 4.8rem; }
  .contacts-form {
    max-width: none;
    width: 100%; } }

@media (max-width: 576px) {
  html {
    font-size: 3.125vw; }
  .container {
    padding: 0 1.5rem; }
    .container-fluid {
      padding: 0 1.5rem; }
    .container-post {
      padding: 0 1.5rem; }
  .header {
    padding: 1rem 0;
    border-bottom: 1px solid #00315d; }
    .header-right {
      display: none; }
    .header-left {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .header-burger {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0; }
    .header-logo {
      max-width: 65%; }
  .main-block {
    font-size: 1.2rem;
    padding: 10rem 0 6rem; }
    .main-block h1 {
      font-size: 3rem; }
  .catalog {
    padding: 10rem 0 6rem; }
    .catalog-row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: -1.5rem; }
    .catalog-col {
      width: calc(100% - 3rem);
      padding: 1.5rem; }
    .catalog-block__img > div {
      margin-bottom: 1.5rem; }
    .catalog-block h3 {
      font-size: 1.8rem; }
  .cat-main {
    padding: 10rem 0 6rem; }
    .cat-main__title h1 {
      font-size: 3rem; }
    .cat-main__desc {
      font-size: 1.2rem; }
  .cat-row {
    margin: -1.5rem -1.5rem 1.5rem; }
  .cat-right {
    padding: 1.5rem; }
  .cat-left {
    width: 100%;
    padding: 1.5rem; }
  .cat-catalog {
    padding: 4rem 0; }
    .cat-catalog__title h2 {
      font-size: 2.8rem; }
    .cat-catalog__row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: -1.5rem; }
    .cat-catalog__col1, .cat-catalog__col2, .cat-catalog__col3, .cat-catalog__col4 {
      width: calc(100% - 3rem);
      padding: 1.5rem; }
    .cat-catalog__label h3 {
      font-size: 2rem; }
  .cat__block {
    padding: 0 1.5rem; }
  .post {
    padding: 8rem 0 6rem; }
    .post-title h1 {
      font-size: 3rem; }
    .post-desc {
      font-size: 1.4rem; }
    .post-rest__arrow {
      display: none; }
    .post-recom__title {
      padding: 0 1.5rem; }
      .post-recom__title h2 {
        font-size: 2.2rem; }
    .post-recom__row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .post-recom__col {
      width: calc(100% - 3rem); }
  .contacts {
    padding: 10rem 0 6rem; }
    .contacts-bg {
      width: 100%; }
    .contacts-left, .contacts-right {
      width: 100%; }
    .contacts-title h1 {
      font-size: 2.2rem;
      text-align: center; }
    .contacts-phone {
      margin-bottom: 3rem; }
      .contacts-phone a {
        font-size: 3rem;
        text-align: center; }
    .contacts-form__wrap {
      padding: 1.5rem; }
    .contacts-form .wpcf7-form-control-wrap.phone, .contacts-form .wpcf7-form-control-wrap.email {
      width: 100%; }
  .footer {
    padding: 4rem 0 1rem; }
    .footer-row {
      margin: -2rem 0; }
    .footer-left, .footer-right {
      width: 100%;
      padding: 2rem 0; }
    .footer-right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .footer-left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .footer-menu {
      margin: -1rem 0 2rem; }
      .footer-menu li {
        width: 100%;
        padding: 1rem 0;
        text-align: center; }
    .footer-contacts__title {
      padding-left: 4rem; }
      .footer-contacts__title h3 {
        font-size: 2rem; }
    .footer-contacts__item {
      padding-left: 4rem; }
      .footer-contacts__item:before {
        width: 2.5rem;
        height: 2.5rem; }
      .footer-contacts__item a, .footer-contacts__item p {
        font-size: 1.6rem; }
    .footer-info {
      font-size: 1.4rem;
      text-align: center; } }
