@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0; }
  *:before, *:after {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0; }

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: none; }

ul,
ol,
nav {
  list-style-type: none; }
  ul li,
  ol li,
  nav li {
    list-style-type: none; }

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

html,
body {
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-family: 'GilroyRegular', sans-serif; }

body::-webkit-scrollbar,
.change-scroll::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track,
.change-scroll::-webkit-scrollbar-track {
  background: #E9E9E9; }

body::-webkit-scrollbar-thumb,
.change-scroll::-webkit-scrollbar-thumb {
  background: #5A5A5A;
  border-radius: 6px; }

body::-webkit-scrollbar-thumb:hover,
.change-scroll::-webkit-scrollbar-thumb:hover {
  background: #000; }

.page-container {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
  position: relative; }

.page-inner {
  height: 100%;
  background: #E8E8E8;
  padding: 50px 0; }

.page-sidebar {
  width: 20%; }
  @media only screen and (max-width: 1200px) {
    .page-sidebar {
      width: 100%;
      margin-bottom: 20px; } }

.page-content {
  width: 80%;
  padding-left: 60px; }
  @media only screen and (max-width: 1200px) {
    .page-content {
      padding: 0;
      width: 100%; } }

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto; }

.container-small {
  max-width: 1055px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto; }

.container-fluid {
  padding: 0 15px; }

.caption {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto 30px;
  height: auto;
  text-align: center; }
  .caption__title {
    font: 24px 'GilroySemiBold', sans-serif;
    color: #000; }
    @media only screen and (max-width: 551px) {
      .caption__title {
        font-size: 18px; } }
  .caption__subtitle {
    font: 700 16px 'Gilroy', sans-serif;
    margin-bottom: 24px; }
    @media only screen and (max-width: 575px) {
      .caption__subtitle {
        font-size: 14px; } }
  .caption .text-container {
    text-align: center;
    margin-top: 15px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px; }
  .pagination li {
    margin: 0 5px; }
    .pagination li.active a {
      background: #E41D23;
      border-color: transparent;
      color: #fff; }
  .pagination a {
    width: 38px;
    height: 38px;
    border: 2px dashed #707070;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font: 14px 'GilroyBold', sans-serif; }

.breadcrumbs {
  background: #fff;
  padding: 10px 0; }
  .breadcrumbs li {
    display: inline-block;
    font: 15px/1.6 'GilroyMedium', sans-serif; }
    .breadcrumbs li:not(:last-child)::after {
      content: '>';
      display: inline-block;
      font: 15px/1.6 'GilroyMedium', sans-serif;
      color: #000;
      margin: 0 10px; }
      @media only screen and (max-width: 551px) {
        .breadcrumbs li:not(:last-child)::after {
          margin: 0 5px; } }
    .breadcrumbs li.active a {
      text-decoration: underline; }
  .breadcrumbs a {
    color: #000; }
    @media only screen and (max-width: 551px) {
      .breadcrumbs a {
        font-size: 14px; } }
    .breadcrumbs a:hover {
      text-decoration: underline; }

.site-block {
  padding: 50px 0; }
  @media only screen and (max-width: 551px) {
    .site-block {
      padding: 24px 0; } }
  .site-block .contact_card li {
    cursor: pointer; }
    .site-block .contact_card li:last-child {
      cursor: unset; }
  .site-block .text-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1240px) {
      .site-block .text-container #map {
        height: 870px !important; } }
    @media only screen and (max-width: 1100px) {
      .site-block .text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset; }
        .site-block .text-container #map {
          height: 500px !important;
          margin: 0 auto !important; } }
    @media only screen and (max-width: 650px) {
      .site-block .text-container #map {
        width: 300px !important;
        height: 200px !important; } }
    @media only screen and (max-width: 350px) {
      .site-block .text-container #map {
        width: 250px !important;
        height: 200px !important; } }
    .site-block .text-container a {
      text-decoration: none;
      color: #000; }
    .site-block .text-container #map {
      width: 500px;
      height: 860px;
      margin-left: 20px; }
  .site-block #contact_citi {
    cursor: pointer; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0; }
  .slick-dots li {
    margin: 0 3px; }
    .slick-dots li.slick-active button {
      background: #E41D23; }
  .slick-dots button {
    font-size: 0;
    background: #9B9B9B;
    width: 10px;
    height: 10px;
    border-radius: 100%; }

.advantages {
  text-align: center;
  max-width: 1270px;
  margin: 0 auto 64px; }
  .advantages .advantages_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .advantages .advantages_container .advantages_item {
      -ms-flex-preferred-size: 19%;
      flex-basis: 19%; }
      @media only screen and (max-width: 575px) {
        .advantages .advantages_container .advantages_item {
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
      .advantages .advantages_container .advantages_item p {
        font: 18px 'GilroySemiBold', sans-serif; }
        @media only screen and (max-width: 575px) {
          .advantages .advantages_container .advantages_item p {
            font: 14px 'GilroySemiBold', sans-serif; } }
  @media only screen and (max-width: 850px) {
    .advantages .advantages_container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .advantages .advantages_container .advantages_item {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%; } }
  @media only screen and (max-width: 450px) {
    .advantages .advantages_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .advantages .advantages_container .advantages_item {
        -ms-flex-preferred-size: unset;
        flex-basis: unset; } }

.title2 {
  font: 24px 'GilroyBold', sans-serif;
  color: #000;
  margin-bottom: 18px; }
  @media only screen and (max-width: 551px) {
    .title2 {
      font-size: 18px; } }

.download-bill {
  cursor: pointer; }

.site-block.padding {
  padding: 0 0 50px 0; }

.btn1 {
  color: #fff;
  background: #E41D23;
  font: 14px 'GilroyBold', sans-serif;
  text-align: center;
  padding: 12px 50px;
  border-radius: 50px;
  cursor: pointer; }
  .btn1:hover {
    background: #000; }

.btn2 {
  color: #fff;
  background: #E41D23;
  font: 14px 'GilroyBold', sans-serif;
  text-align: center;
  padding: 12px 30px;
  cursor: pointer; }
  .btn2:hover {
    background: #000; }

.btn3 {
  color: #636363;
  background: #D6D6D6;
  font: 14px 'GilroyMedium', sans-serif;
  text-align: center;
  padding: 12px 30px;
  cursor: pointer; }
  .btn3:hover {
    background: #000;
    color: #fff; }

.btn4 {
  padding: 10px 15px 10px 24px;
  color: #fff;
  background: #E41D23;
  font: 12px 'GilroyBold', sans-serif;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn4.clicked:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .btn4:after {
    content: '';
    display: inline-block;
    margin-left: 32px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent; }
  .btn4:hover {
    background: #727272; }

.btn5 {
  text-align: center;
  background: #E41D23;
  color: #fff;
  display: block;
  padding: 12px;
  font: 14px 'GilroyBold', sans-serif;
  margin-bottom: 6px; }
  .btn5:hover {
    background: #D6D6D6;
    color: #636363; }

.btn6 {
  text-align: center;
  background: #D6D6D6;
  color: #636363;
  display: block;
  padding: 12px;
  font: 14px 'GilroyMedium', sans-serif;
  margin-bottom: 6px; }
  .btn6:hover {
    background: #E41D23;
    color: #fff; }

.text-container {
  text-align: left; }
  .text-container a {
    text-decoration: underline;
    font: 14px/1.4 'GilroyRegular', sans-serif; }
    .text-container a:hover {
      text-decoration: none; }
  .text-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .text-container h1 {
    font: 24px 'GilroyBold', sans-serif;
    margin-bottom: 15px; }
    @media only screen and (max-width: 550px) {
      .text-container h1 {
        font-size: 15px; } }
  .text-container h2 {
    font: 18px 'GilroyBold', sans-serif;
    margin-bottom: 15px; }
    @media only screen and (max-width: 550px) {
      .text-container h2 {
        font-size: 16px; } }
  .text-container h3 {
    font: 17px 'GilroyBold', sans-serif;
    margin-bottom: 15px; }
    @media only screen and (max-width: 550px) {
      .text-container h3 {
        font-size: 15px; } }
  .text-container h4 {
    font: 14px 'GilroyBold', sans-serif;
    margin-bottom: 15px; }
    @media only screen and (max-width: 550px) {
      .text-container h4 {
        font-size: 14px; } }
  .text-container p {
    font: 14px/1.4 'GilroyRegular', sans-serif;
    margin-bottom: 15px; }
  .text-container ol {
    padding-left: 15px;
    list-style-type: decimal;
    margin-bottom: 15px;
    font: 14px 'GilroyRegular', sans-serif; }
    .text-container ol li {
      list-style-type: decimal;
      margin-bottom: 5px; }
  .text-container ul {
    list-style-type: disc;
    margin-bottom: 15px;
    font: 14px 'GilroyRegular', sans-serif;
    padding-left: 20px; }
    .text-container ul li {
      list-style-type: disc;
      position: relative;
      margin-bottom: 5px; }
  .text-container a.technical_requirement {
    color: #E41D23; }
    .text-container a.technical_requirement:hover {
      color: #BA1D21; }

.header .left {
  width: 210px; }

.header-main {
  padding: 15px 0;
  background: url("../images/header-bg.jpg") no-repeat center center/cover; }
  .header-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative; }
    .header-main .container:before, .header-main .container:after {
      display: none; }

.header .middle {
  width: 55%;
  margin: 0 10px; }
  .header .middle-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 40px; }
  .header .middle-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .header .phones li {
    text-align: center; }
  .header .phones span {
    display: block; }
  .header .phones a,
  .header .phones span {
    color: #C7C7C7;
    font: 14px 'GilroyBold', sans-serif; }
    .header .phones a:hover,
    .header .phones span:hover {
      color: #fff; }

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }
  .header .menu li:not(:last-child) {
    margin-right: 16px; }
  .header .menu a {
    font: 14px 'GilroyBold', sans-serif;
    color: #fff; }
    .header .menu a:hover {
      color: #C7C7C7; }

.header .search-link {
  margin-left: 35px; }

.header .logo {
  margin-bottom: 10px; }
  .header .logo:hover .logo__img {
    opacity: .5; }
  .header .logo__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }

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

.header .login-link {
  font: 14px 'GilroySemiBold', sans-serif;
  color: #000;
  background: #fff;
  padding: 6px 17px;
  margin-bottom: 10px;
  display: block; }
  .header .login-link:before {
    content: '\e901';
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 10px; }
  .header .login-link:hover {
    color: #fff;
    background: #BA1D21; }

.header .basket-link {
  background: #BA1D21;
  padding: 6px 17px;
  font: 14px 'GilroySemiBold', sans-serif;
  color: #fff;
  display: block; }
  .header .basket-link:before {
    content: '\e900';
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 10px; }
  .header .basket-link:hover {
    color: #000;
    background: #fff; }

.header .delivery-location {
  font: 14px 'GilroyBold', sans-serif;
  color: #C7C7C7; }
  .header .delivery-location .select-label {
    display: block;
    font-size: 10px;
    padding-left: 21px; }

.header .location {
  text-decoration: underline;
  font: 14px 'GilroyBold', sans-serif;
  color: #C7C7C7; }
  .header .location:hover {
    color: #fff; }
  .header .location:before {
    content: '';
    width: 12px;
    height: 16px;
    background: url("../images/icons/point.svg") no-repeat center center/contain;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: -2px; }

.header-line {
  background: #BA1D21;
  text-align: center;
  padding: 15px 0; }
  .header-line p,
  .header-line a {
    font: 16px 'GilroyBold', sans-serif;
    color: #fff; }
  .header-line a:hover {
    color: #C7C7C7; }
  .cd-dropdown-wrapper.active {
      background: #BA1D21;
        padding: 5px;
        border-radius: 20px;margin-right: 5px;
  }

@media only screen and (min-width: 320px) {
  .cd-dropdown-wrapper {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto; }
  .cd-dropdown {
    border-radius: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    top: 0; }
    .cd-dropdown-trigger {
      font: bold 14px 'GilroyBold', sans-serif;
      color: #fff;
      padding: 0;
      margin: 0;
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: auto;
      background: none; }
      .cd-dropdown-trigger.dropdown-is-active {
        background: none; }
        .cd-dropdown-trigger.dropdown-is-active .burg-line {
          margin: 0; }
      .cd-dropdown-trigger:before, .cd-dropdown-trigger:after {
        display: none; }
      .cd-dropdown-trigger .burg {
        width: 35px;
        height: 35px;
        background: #BA1D21;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 2px solid #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 15px; }
        .cd-dropdown-trigger .burg-line {
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
          display: block;
          background: #fff;
          width: 15px;
          height: 1px;
          margin: 2px 0;
          border-radius: 1px; }
    .cd-dropdown__title {
      color: #fff;
      font: bold 26px/50px 'GilroyBold', sans-serif;
      background: #3C4F53;
      border: none;
      padding: 0 0 0 15px;
      position: relative;
      z-index: 1; }
    .cd-dropdown-content {
      width: 100%; }
      .cd-dropdown-content > li > a {
        padding: 0 30px 0 15px;
        height: auto;
        font: 14px/30px 'GilroyMedium', sans-serif;
        color: #000;
        position: relative; }
        .cd-dropdown-content > li > a:before, .cd-dropdown-content > li > a:after {
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
          background: #000; }
        .cd-dropdown-content > li > a:hover {
          color: #BA1D21; }
          .cd-dropdown-content > li > a:hover:before, .cd-dropdown-content > li > a:hover:after {
            background: #BA1D21; }
      .cd-dropdown-content .cd-secondary-dropdown {
        padding: 50px 0 0 0;
        margin: 0;
        background: #fff;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: auto; }
        .cd-dropdown-content .cd-secondary-dropdown:before, .cd-dropdown-content .cd-secondary-dropdown:after {
          display: none; }
        .cd-dropdown-content .cd-secondary-dropdown > li {
          height: auto;
          padding: 0;
          margin: 0;
          line-height: 1;
          float: none;
          width: auto; }
          .cd-dropdown-content .cd-secondary-dropdown > li > a {
            height: auto;
            padding: 0;
            margin: 0;
            padding: 0 30px 0 15px;
            color: #000;
            font: 14px/30px 'GilroyRegular', sans-serif;
            color: #000;
            border-bottom: 1px solid #A4A4A4; }
            .cd-dropdown-content .cd-secondary-dropdown > li > a:hover {
              color: #BA1D21; }
          .cd-dropdown-content .cd-secondary-dropdown > li > ul {
            padding: 50px 0 0 0;
            margin: 0;
            background: #fff;
            border-radius: 0;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: 100%;
            height: auto; }
            .cd-dropdown-content .cd-secondary-dropdown > li > ul:before, .cd-dropdown-content .cd-secondary-dropdown > li > ul:after {
              display: none; }
            .cd-dropdown-content .cd-secondary-dropdown > li > ul > li {
              height: auto;
              padding: 0;
              margin: 0;
              line-height: 1;
              float: none;
              width: auto; }
              .cd-dropdown-content .cd-secondary-dropdown > li > ul > li > a {
                height: auto;
                padding: 0;
                margin: 0;
                padding: 0 30px 0 15px;
                color: #000;
                font: 14px/30px 'GilroyRegular', sans-serif;
                color: #000;
                border-bottom: 1px solid #A4A4A4; }
                .cd-dropdown-content .cd-secondary-dropdown > li > ul > li > a:hover {
                  color: #BA1D21; }
    .cd-dropdown .cd-close {
      top: 0; }
  .has-children > a:before, .has-children > a:after {
    background: #000; }
  .has-children > a.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #BA1D21; }
    .has-children > a.is-active:before, .has-children > a.is-active:after {
      background: #BA1D21; }
    .cd-dropdown-content a.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #BA1D21 !important; }
    .cd-dropdown-content a.active:before, .cd-dropdown-content a.active:after {
      background: #BA1D21; }
  .go-back {
    border-bottom: none; }
    .go-back > a {
      height: 30px !important; }
      .go-back > a:before, .go-back > a:after {
        background: #BA1D21; } }

@media only screen and (max-width: 1101px) {
  .cd-dropdown-content {
    padding-top: 60px;
    height: calc(100% - 220px); }
  .cd-dropdown h2 {
    color: #fff;
    background-color: #BA1D21; }
  .cd-dropdown-show {
    width: 47px;
    height: 20px;
    background-image: url("../images/arrow_white.svg");
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .cd-dropdown-content-mobile {
    display: none; } }

@media only screen and (max-width: 768px) {
  .cd-dropdown-content {
    padding-top: 50px; } }

@media only screen and (min-width: 1101px) {
  .cd-dropdown {
    width: 200px;
    top: 50px; }
    .cd-dropdown__title {
      display: none; }
    .cd-dropdown-content {
      padding: 0; }
      .cd-dropdown-content > li.has-children > a:before, .cd-dropdown-content > li.has-children > a:after {
        background: #000; }
      .cd-dropdown-content > li.has-children > a:hover, .cd-dropdown-content > li.has-children > a.is-active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        color: #BA1D21; }
        .cd-dropdown-content > li.has-children > a:hover:before, .cd-dropdown-content > li.has-children > a:hover:after, .cd-dropdown-content > li.has-children > a.is-active:before, .cd-dropdown-content > li.has-children > a.is-active:after {
          background: #BA1D21; }
      .cd-dropdown-content > li > a:before, .cd-dropdown-content > li > a:after {
        background: #000; }
      .cd-dropdown-content .cd-secondary-dropdown {
        width: 850px;
        padding: 20px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3; }
        .cd-dropdown-content .cd-secondary-dropdown > li {
          padding: 0;
          border: none; }
          .cd-dropdown-content .cd-secondary-dropdown > li.has-children > a {
            font-weight: 700;
            font-size: 16px;
            color: #BA1D21; }
          .cd-dropdown-content .cd-secondary-dropdown > li > a {
            padding: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: none;
            border: none;
            pointer-events: auto; }
          .cd-dropdown-content .cd-secondary-dropdown > li > ul {
            padding: 0;
            margin: 0;
            border: none; }
            .cd-dropdown-content .cd-secondary-dropdown > li > ul > li {
              padding: 0;
              margin: 0;
              border: none; }
              .cd-dropdown-content .cd-secondary-dropdown > li > ul > li > a {
                border-bottom: none;
                padding: 0;
                border: none; }
    .cd-dropdown .cd-close {
      display: none; }
  .has-children > a:before, .has-children > a:after {
    background: #000; }
  .has-children > a:hover, .has-children > a.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #BA1D21; }
    .has-children > a:hover:before, .has-children > a:hover:after, .has-children > a.is-active:before, .has-children > a.is-active:after {
      background: #BA1D21; }
  .go-back {
    display: none; } }

@media only screen and (max-width: 1101px) {
  .header.desktop {
    display: none; } }

.header-mobile {
  display: none; }
  @media only screen and (max-width: 1101px) {
    .header-mobile {
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: fixed;
      z-index: 1000;
      width: 100%;
      background: url("../images/header-bg.jpg") no-repeat center center/cover; } }
  @media only screen and (max-width: 1101px) and (max-width: 550px) {
    .header-mobile {
      height: 60px; } }
  .header-mobile .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px; }
    @media only screen and (max-width: 400px) {
      .header-mobile .top {
        padding-left: 8px; } }
  .header-mobile .burg {
    margin-left: 0;
    background-color: unset;
    border: none;
    border-radius: unset;
     }
    .header-mobile .burg-line {
      width: 30px;
      height: 3px;
      margin: 3px 0; }
      @media only screen and (max-width: 550px) {
        .header-mobile .burg-line {
          width: 25px;
          height: 2px; } }
    @media only screen and (max-width: 550px) {
      .header-mobile .burg {
         } }
  .header-mobile .phones {
    margin: 0; }
    .header-mobile .phones a {
      color: #fff; }
  .header-mobile .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 26px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header-mobile .bottom > div:not(:first-child) {
      margin-left: 30px; }
      @media only screen and (max-width: 550px) {
        .header-mobile .bottom > div:not(:first-child) {
          margin-left: 15px; } }
      @media only screen and (max-width: 400px) {
        .header-mobile .bottom > div:not(:first-child) {
          margin-left: 8px; } }
    @media only screen and (max-width: 400px) {
      .header-mobile .bottom {
        padding-right: 16px; } }
  .header-mobile .block {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .header-mobile .block__text {
      font: 10px 'GilroySemiRegular', sans-serif;
      color: #fff;
      margin: 0; }
  .header-mobile .logo__img {
    display: block;
    width: 175px;
    height: auto; }
    @media only screen and (max-width: 550px) {
      .header-mobile .logo__img {
        width: 140px; } }
    @media only screen and (max-width: 400px) {
      .header-mobile .logo__img {
        width: 110px; } }
  .header-mobile .search_button {
    width: unset;
    margin-right: unset;
    background-color: unset;
    width: 26px;
    display: block; }
    @media only screen and (max-width: 550px) {
      .header-mobile .search_button {
        width: 18px; } }
    .header-mobile .search_button:before {
      width: 26px;
      height: 26px;
      background-color: #fff;
      top: calc(50% - 13px);
      left: calc(50% - 13px); }
      @media only screen and (max-width: 550px) {
        .header-mobile .search_button:before {
          width: 18px;
          height: 18px;
          top: calc(50% - 9px);
          left: calc(50% - 9px); } }
  .header-mobile .search {
    display: none;
    position: absolute;
    top: calc(50% - 15px);
    right: 30%;
    width: 35%;
    z-index: 10;
    height: 30px;
    margin-left: 0;
    border: 1px solid #BA1D21; }
    @media only screen and (max-width: 800px) {
      .header-mobile .search {
        top: 100%;
        border: 1px solid #000;
        width: 100%;
        right: 0; } }
    @media only screen and (max-width: 550px) {
      .header-mobile .search {
        width: 100%;
        right: 0;
        height: 35px; } }
    .header-mobile .search .form-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: #fff;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .header-mobile .search .form-inline > input {
        width: 80%;
        height: 100%;
        padding: 2px 5px;
        font: 14px 'GilroyRegular', sans-serif; }
      .header-mobile .search .form-inline button {
        padding: 2px 5px;
        cursor: pointer; }
        @media only screen and (max-width: 800px) {
          .header-mobile .search .form-inline button {
            padding: 2px 15px; } }
        .header-mobile .search .form-inline button .glyphicon-search {
          display: inline-block;
          width: 18px;
          height: 18px;
          -webkit-mask-image: url("../images/icons/search.svg");
          mask-image: url("../images/icons/search.svg");
          -webkit-mask-size: 100%;
          mask-size: 100%;
          background-color: #BA1D21; }
      .header-mobile .search .form-inline .checkbox-container {
        position: absolute;
        top: 32px;
        font: 12px 'GilroyRegular', sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        color: white; }
        @media only screen and (max-width: 800px) {
          .header-mobile .search .form-inline .checkbox-container {
            color: #000;
            background-color: #fff;
            padding: 7px 0; } }
        @media only screen and (max-width: 550px) {
          .header-mobile .search .form-inline .checkbox-container {
            top: 34px; } }
        .header-mobile .search .form-inline .checkbox-container label input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          margin: 10px 0 0 20px; }
        .header-mobile .search .form-inline .checkbox-container label div {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          cursor: pointer;
          height: 16px;
          padding: 0 0 0 18px; }
          .header-mobile .search .form-inline .checkbox-container label div:before {
            content: '';
            position: absolute;
            left: 0;
            width: 16px;
            height: 16px;
            background: #fff;
            -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
            -webkit-transition: .2s;
            transition: .2s; }
          .header-mobile .search .form-inline .checkbox-container label div:after {
            content: '';
            display: none;
            position: absolute;
            left: 0;
            width: 18px;
            height: 18px;
            -webkit-mask-image: url("../images/icons/done.svg");
            mask-image: url("../images/icons/done.svg");
            -webkit-mask-size: 100%;
            mask-size: 100%;
            background-color: #BA1D21; }
        .header-mobile .search .form-inline .checkbox-container label input:checked + div:after {
          display: block; }
  .header-mobile .adress {
    position: relative; }
    .header-mobile .adress:before {
      content: '';
      width: 27px;
      height: 27px;
      background: url("../images/icons/point.svg") no-repeat center center/contain;
      display: inline-block;
      position: relative; }
      @media only screen and (max-width: 550px) {
        .header-mobile .adress:before {
          width: 18px;
          height: 18px; } }
    .header-mobile .adress__info {
      display: none;
      position: absolute;
      top: 76px;
      -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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100px;
      width: 170px;
      background: #BA1D21;
      -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      @media only screen and (max-width: 550px) {
        .header-mobile .adress__info {
          top: 61px; } }
      .header-mobile .adress__info:before {
        content: '';
        position: absolute;
        top: -26px;
        right: calc(50% - 12px);
        border: 10px solid transparent;
        border-bottom: 16px solid #BA1D21; }
        @media only screen and (max-width: 550px) {
          .header-mobile .adress__info:before {
            right: calc(50% - 11px); } }
      .header-mobile .adress__info .callback-link {
        background-color: white;
        padding: 5px 10px;
        color: #BA1D21; }
        .header-mobile .adress__info .callback-link:before {
          display: none; }
  @media only screen and (max-width: 550px) {
    .header-mobile .burger {
      height: 14px;
      width: 20px; }
      .header-mobile .burger .bar {
        height: 2px;
        width: 20px; }
      .header-mobile .burger .bar2 {
        top: 6px; }
      .header-mobile .burger .bar3 {
        top: 12px; } }
  .header-mobile .location {
    font: 12px 'GilroySemiBold', sans-serif;
    color: #fff;
    padding: 3px 0; }
    @media only screen and (max-width: 550px) {
      .header-mobile .location {
        font-size: 10px; } }
  .header-mobile .login-link {
    font: 14px 'GilroySemiBold', sans-serif;
    color: #fff; }
    @media only screen and (max-width: 1101px) {
      .header-mobile .login-link {
        font-size: 10px; } }
    .header-mobile .login-link:before {
      content: '\e901';
      font-family: 'icomoon';
      margin-bottom: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 25px; }
      @media only screen and (max-width: 550px) {
        .header-mobile .login-link:before {
          font-size: 16px; } }
  .header-mobile .basket-link {
    color: #fff;
    position: relative; }
    .header-mobile .basket-link span {
      position: absolute;
      font: 14px 'GilroySemiRegular', sans-serif;
      top: -9px;
      right: -11px;
      background: #BA1D21;
      padding: 2px 6px;
      border-radius: 100%; }
      @media only screen and (max-width: 550px) {
        .header-mobile .basket-link span {
          font: 12px 'GilroySemiRegular', sans-serif;
          top: -11px;
          right: -9px;
          padding: 1px 6px; } }
    @media only screen and (max-width: 451px) {
      .header-mobile .basket-link {
        font-size: 10px; } }
    .header-mobile .basket-link:before {
      content: '\e900';
      font-family: 'icomoon';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 4px;
      font-size: 25px; }
      @media only screen and (max-width: 550px) {
        .header-mobile .basket-link:before {
          font-size: 16px; } }
  .header-mobile .tel {
    font: 12px 'GilroySemiBold', sans-serif;
    color: #fff; }
    @media only screen and (max-width: 550px) {
      .header-mobile .tel {
        font-size: 10px; } }
  .header-mobile .close-menu {
    position: absolute;
    right: -50px;
    top: 10px;
    background: #fff;
    border-radius: 100%; }
    .header-mobile .close-menu::before {
      font-size: 25px;
      color: #000; }
  .header-mobile .menu {
    width: 100%;
    position: absolute;
    top: 60px;
    height: 220px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .header-mobile .menu li {
      width: 100%; }
      .header-mobile .menu li:not(:last-child) {
        border-bottom: 1px solid #696969; }
    .header-mobile .menu__link {
      color: #000;
      padding: 0 30px 0 15px;
      font: 14px/30px 'GilroyBold', sans-serif; }
    .header-mobile .menu.dropdown-show {
      bottom: 0;
      border-top: 2px solid #BA1D21;
      top: unset; }
  .header-mobile .search-link {
    font-size: 25px; }
    .header-mobile .search-link:before {
      color: #000; }
  .header-mobile .header-line {
    background: #BA1D21;
    text-align: center;
    padding: 6px 0; }
    .header-mobile .header-line p,
    .header-mobile .header-line a {
      font: 12px 'GilroyBold', sans-serif;
      color: #fff; }

.header-main .link-none,
.header-main .block-fixed-phone,
.header-main .client-none {
  display: none; }

.header.menu-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000; }
  .header.menu-fixed .logo {
    margin-bottom: 0; }
  .header.menu-fixed .menu li:not(:last-child) {
    margin-right: 16px; }
  .header.menu-fixed .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset; }
  .header.menu-fixed .middle-top {
    margin: 0; }
  .header.menu-fixed .location {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header.menu-fixed .location:before {
      margin-right: 5px; }
  .header.menu-fixed .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
  .header.menu-fixed .basket-link {
    width: 64px;
    padding: 8px 8px; }
  .header.menu-fixed .login-link {
    width: 38px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 8px 12px; }
  .header.menu-fixed .link-none {
    display: block !important;
    height: 33px; }
  .header.menu-fixed .callback-link.link-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .header.menu-fixed .callback-link {
    margin-right: 10px;
    margin-top: 0;
    padding: 6px 12px; }
    .header.menu-fixed .callback-link:before {
      margin: 0; }
  .header.menu-fixed .block-fixed-phone {
    margin-right: 50px;
    display: block; }
  .header.menu-fixed .left {
    width: 120px; }
  .header.menu-fixed .block-fixed {
    display: none !important; }
  .header.menu-fixed .client {
    position: absolute;
    top: -17px;
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    .header.menu-fixed .block-fixed-phone {
      margin-right: 24px; } }

.cd-dropdown-content .has-children {
  position: relative; }
  .cd-dropdown-content .has-children ul {
    position: absolute; }
    @media only screen and (max-width: 1100px) {
      .cd-dropdown-content .has-children ul {
        position: fixed;
        padding: 60px 0 0 0; } }

.header-main .header_search {
  position: absolute;
  bottom: -44px;
  z-index: 2;
  height: 30px;
  width: 30%;
  right: 15px;
  border: 2px solid #000;
  background: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .header-main .header_search .form-inline {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .header-main .header_search .form-inline > input {
      width: 80%;
      height: 100%;
      padding: 2px 5px;
      font: 14px 'GilroyRegular', sans-serif; }
    .header-main .header_search .form-inline button {
      padding: 2px 5px;
      cursor: pointer; }
      .header-main .header_search .form-inline button .glyphicon-search {
        display: inline-block;
        width: 20px;
        height: 20px;
        -webkit-mask-image: url("../images/icons/search.svg");
        mask-image: url("../images/icons/search.svg");
        -webkit-mask-size: 100%;
        mask-size: 100%;
        background-color: #BA1D21; }
    .header-main .header_search .form-inline .checkbox-container {
      position: absolute;
      top: 32px;
      font: 14px 'GilroyRegular', sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .header-main .header_search .form-inline .checkbox-container label input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin: 10px 0 0 20px; }
      .header-main .header_search .form-inline .checkbox-container label div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        cursor: pointer;
        height: 18px;
        padding: 0 0 0 20px; }
        .header-main .header_search .form-inline .checkbox-container label div:before {
          content: '';
          position: absolute;
          left: 0;
          width: 18px;
          height: 18px;
          background: #fff;
          -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
          -webkit-transition: .2s;
          transition: .2s; }
        .header-main .header_search .form-inline .checkbox-container label div:after {
          content: '';
          display: none;
          position: absolute;
          left: 0;
          width: 20px;
          height: 20px;
          -webkit-mask-image: url("../images/icons/done.svg");
          mask-image: url("../images/icons/done.svg");
          -webkit-mask-size: 100%;
          mask-size: 100%;
          background-color: #BA1D21; }
      .header-main .header_search .form-inline .checkbox-container label input:checked + div:after {
        display: block; }

.search_button {
  cursor: pointer;
  margin-right: 10px;
  background-color: #fff;
  width: 38px;
  position: relative; }
  .search_button:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    -webkit-mask-image: url("../images/icons/search.svg");
    mask-image: url("../images/icons/search.svg");
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #BA1D21;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s; }

.footer .top {
  background: #464646;
  padding: 30px 0; }
  .footer .top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .footer .top .container:before, .footer .top .container:after {
      display: none; }

.footer .bottom {
  background: #393939;
  padding: 9px 0; }

.footer .copyright {
  color: #fff;
  font: 14px 'GilroyBold', sans-serif;
  text-align: center; }

@media only screen and (max-width: 701px) {
  .footer .block {
    margin-bottom: 25px; } }

@media only screen and (max-width: 701px) {
  .footer .block.logo-wrap {
    width: 100%; } }

@media only screen and (max-width: 701px) {
  .footer .block.adress-wrap {
    width: 50%; } }

@media only screen and (max-width: 701px) {
  .footer .block.phones-wrap {
    width: 50%; } }

@media only screen and (max-width: 901px) {
  .footer .block.menu-wrap {
    display: none; } }

@media only screen and (max-width: 701px) {
  .footer .block.links-wrap {
    width: 100%; } }

.footer .block__title {
  color: #fff;
  font: 14px 'GilroyBold', sans-serif;
  margin-bottom: 20px; }

.footer .adress {
  color: #fff;
  font: 14px/1.4 'GilroyRegular', sans-serif;
  margin-bottom: 5px; }

.footer .link {
  color: #fff;
  font: 12px 'GilroyRegular', sans-serif;
  text-decoration: underline; }
  .footer .link:hover {
    text-decoration: none; }

.footer .phones li:not(:last-child) {
  margin-bottom: 2px; }

.footer .phones a {
  color: #fff;
  font: 14px 'GilroySemiBold', sans-serif; }
  .footer .phones a:hover {
    text-decoration: underline; }

.footer .menu li:not(:last-child) {
  margin-bottom: 2px; }

.footer .menu a {
  width: 151px;
  color: #fff;
  font: 14px 'GilroyRegular', sans-serif; }
  .footer .menu a:hover {
    text-decoration: underline;
    font-family: 'GilroySemiBold', sans-serif; }

.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80px; }
  @media only screen and (max-width: 701px) {
    .footer .social {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .footer .social li {
    margin-bottom: 15px;
    width: 50%; }
    @media only screen and (max-width: 701px) {
      .footer .social li {
        width: auto; }
        .footer .social li:not(:last-child) {
          margin-right: 10px; } }
  .footer .social a {
    font-size: 28px; }
    .footer .social a:before {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      color: #fff; }
    .footer .social a:hover:before {
      color: rgba(255, 255, 255, 0.5); }

.footer .logo {
  margin-bottom: 30px; }
  .footer .logo__img {
    width: 270px;
    display: block; }

.footer .links li:not(:last-child) {
  margin-bottom: 5px; }

.footer .links li a {
  color: #fff;
  font: 12px 'GilroyRegular', sans-serif;
  text-decoration: none; }
  .footer .links li a:hover {
    text-decoration: underline; }

.footer .container {
  width: unset; }

@media only screen and (max-width: 1101px) {
  .mainblock {
    padding: 0 0 25px 0; } }

.mainblock .slider {
  display: none; }
  @media only screen and (max-width: 1101px) {
    .mainblock .slider.desktop {
      display: none; }
      .mainblock .slider.desktop.slick-initialized {
        display: none !important; } }
  .mainblock .slider.slick-initialized {
    display: block; }

.mainblock .mobile-slider {
  display: none; }
  @media only screen and (max-width: 1101px) {
    .mainblock .mobile-slider {
      display: block; } }

.mainblock .slide img {
  display: block;
  width: 100%; }

.b-products .tabs {
  margin-bottom: 100px;
  display: none; }
  .b-products .tabs.ui-tabs {
    display: block; }
  .b-products .tabs .ui-tabs-active a {
    border: 2px dashed #DCDCDC;
    background: none; }
  .b-products .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1740px;
    margin: 0 auto 40px; }
    .b-products .tabs ul li {
      margin: 0 10px 10px; }
    .b-products .tabs ul a {
      background: #DCDCDC;
      color: #7B7B7B;
      border-radius: 20px;
      text-align: center;
      padding: 9px 30px;
      font: 14px 'GilroyMedium', sans-serif;
      border: 2px dashed transparent; }

.b-products .tab-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1740px;
  margin: 0 auto; }
  @media only screen and (max-width: 1750px) {
    .b-products .tab-content {
      width: 1450px; } }
  @media only screen and (max-width: 1500px) {
    .b-products .tab-content {
      width: 100%; } }

.b-products .item {
  width: 12%;
  margin: 0 .25% 20px;
  text-align: center;
  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;
  border: 2px dashed transparent;
  padding: 10px 5px; }
  @media only screen and (max-width: 1750px) {
    .b-products .item {
      width: 13.7%; } }
  @media only screen and (max-width: 1200px) {
    .b-products .item {
      width: 140px;
      margin: 0 8px 20px; } }
  @media only screen and (max-width: 401px) {
    .b-products .item {
      width: 125px; } }
  .b-products .item:hover {
    border: 2px dashed #DCDCDC; }
  .b-products .item__img {
    max-width: 100%;
    display: block;
    margin-bottom: 5px; }
  .b-products .item__name {
    font: 14px 'GilroyRegular', sans-serif;
    color: #000; }
  .b-products .item_price_from {
    color: #E41D23;
    font-size: 14px; }

.b-products.mobile {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .b-products.mobile {
      display: block; } }
  .b-products.mobile .tabs-item {
    display: none; }
    .b-products.mobile .tabs-item.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .b-products.mobile .tabs-item .item.item-hidden {
      display: none; }
  .b-products.mobile .b-posts__link {
    margin: 15px auto 30px;
    display: none;
    font: 700 14px 'Gilroy'; }
    .b-products.mobile .b-posts__link.tabs-item__button-block {
      display: block; }

.b-products .tab-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  width: 200px;
  margin: 0 auto; }
  .b-products .tab-form:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #949494 transparent transparent transparent; }
  .b-products .tab-form select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px dashed #B1B1B1;
    padding: 12px 32px 12px 16px;
    background: #fff;
    font: 12px 'GilroyRegular', sans-serif;
    border-radius: 20px; }

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: transparent;
  display: none; }
  @media only screen and (max-width: 1101px) {
    .burger {
      display: block; } }
  .burger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute; }
  .burger .bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .burger .bar1 {
    top: 0; }
  .burger .bar2 {
    top: 12px; }
  .burger .bar3 {
    top: 24px; }
  .burger.active .bar1 {
    top: 13.5px;
    background-color: transparent; }
  .burger.active .bar2 {
    left: 0px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px; }
  .burger.active .bar3 {
    left: 0;
    width: 30px;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.order-item {
  border: 2px dashed #9D9D9D;
  border-radius: 10px;
  padding: 20px;
  background: #fff; }
  @media only screen and (max-width: 551px) {
    .order-item {
      padding: 10px; } }
  .order-item__title {
    width: 50%;
    font: 25px 'GilroyBold', sans-serif;
    width: 50%; }
    @media only screen and (max-width: 701px) {
      .order-item__title {
        font-size: 20px;
        margin-bottom: 15px;
        width: 100%; } }
  .order-item .client-info {
    width: 49%; }
    @media only screen and (max-width: 1101px) {
      .order-item .client-info {
        width: 100%; } }
  .order-item .title2 {
    font-size: 20px; }
  .order-item .order-card {
    margin-bottom: 15px; }
    @media only screen and (max-width: 1101px) {
      .order-item .order-card {
        margin-bottom: 30px; } }
    .order-item .order-card__title {
      font-size: 14px; }
    .order-item .order-card .left {
      width: 63%; }
      @media only screen and (max-width: 1101px) {
        .order-item .order-card .left {
          width: 100%; } }
    .order-item .order-card .right {
      width: 35%; }
      @media only screen and (max-width: 1101px) {
        .order-item .order-card .right {
          width: 100%; } }
    .order-item .order-card .line span {
      font-size: 12px; }
    .order-item .order-card .line span ul,
    .order-item .order-card .line .text-container ul {
      font-size: 12px; }
    .order-item .order-card .line span h4,
    .order-item .order-card .line .text-container h4 {
      font-size: 14px; }
    .order-item .order-card .line span:first-child,
    .order-item .order-card .line .text-container:first-child {
      font-size: 12px; }
    .order-item .order-card .files-list li {
      font-size: 12px; }
  .order-item .top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .order-item .status {
    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; }
    .order-item .status__text {
      font: 14px 'GilroyBold', sans-serif;
      color: #959595;
      margin-right: 20px; }
      @media only screen and (max-width: 551px) {
        .order-item .status__text {
          margin-right: 0;
          margin-bottom: 10px; } }
    .order-item .status__label {
      font: 16px 'GilroyBold', sans-serif;
      padding: 11px 30px;
      color: #fff;
      border-radius: 29px; }
      @media only screen and (max-width: 551px) {
        .order-item .status__label {
          font-size: 14px; } }
      .order-item .status__label.red {
        background: #E41D23; }
      .order-item .status__label.green {
        background: #45AA21; }
      .order-item .status__label.blue {
        background: #476881; }

.b-search {
  padding: 50px 0; }
  .b-search .search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 550px) {
      .b-search .search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .b-search .search__input {
      height: 50px;
      background: #E8E8E8;
      border-radius: 5px;
      padding: 0 20px;
      width: calc(100% - 100px);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      margin-right: 10px;
      border: 1px solid transparent;
      font: 16px 'GilroyBold', sans-serif; }
      @media only screen and (max-width: 550px) {
        .b-search .search__input {
          width: 100%;
          margin-bottom: 10px;
          margin-right: 0; } }
      .b-search .search__input:hover, .b-search .search__input:focus {
        border: 1px solid #ACACAC; }
    .b-search .search__btn {
      cursor: pointer;
      height: 50px;
      background: #E41D23;
      color: #fff;
      font: 14px 'GilroyBold', sans-serif;
      padding: 0 25px;
      border-radius: 5px;
      border: none;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      @media only screen and (max-width: 550px) {
        .b-search .search__btn {
          width: 100%; } }
      .b-search .search__btn:hover {
        background: #000; }

.search-result .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search-result .item {
  width: 12%;
  margin: 0 .25% 20px;
  text-align: center;
  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;
  border: 2px dashed transparent;
  padding: 10px 5px; }
  @media only screen and (max-width: 1750px) {
    .search-result .item {
      width: 13.7%; } }
  @media only screen and (max-width: 1101px) {
    .search-result .item {
      width: 140px;
      margin: 0 8px 20px; } }
  @media only screen and (max-width: 401px) {
    .search-result .item {
      width: 125px; } }
  .search-result .item:hover {
    border: 2px dashed #DCDCDC; }
  .search-result .item__img {
    max-width: 100%;
    display: block;
    margin-bottom: 5px; }
  .search-result .item__name {
    font: 13px 'GilroyRegular', sans-serif;
    color: #7B7B7B; }

.most-popular {
  margin-bottom: 50px; }
  .most-popular .inner {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1740px;
    margin: 0 auto; }
    @media only screen and (max-width: 1750px) {
      .most-popular .inner {
        width: 1450px; } }
    @media only screen and (max-width: 1500px) {
      .most-popular .inner {
        width: 100%; } }
  .most-popular .item {
    width: 12%;
    margin: 0 .25% 20px;
    text-align: center;
    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;
    border: 2px dashed transparent;
    padding: 10px 5px; }
    @media only screen and (max-width: 1750px) {
      .most-popular .item {
        width: 13.7%; } }
    @media only screen and (max-width: 1101px) {
      .most-popular .item {
        width: 140px;
        margin: 0 8px 20px; } }
    @media only screen and (max-width: 401px) {
      .most-popular .item {
        width: 125px; } }
    .most-popular .item:hover {
      border: 2px dashed #DCDCDC; }
    .most-popular .item__img {
      max-width: 100%;
      display: block;
      margin-bottom: 5px; }
    .most-popular .item__name {
      font: 13px 'GilroyRegular', sans-serif;
      color: #7B7B7B; }

.b-posts {
  margin-bottom: 50px; }
  .b-posts .container {
    max-width: 1640px; }
  .b-posts .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 700px) {
      .b-posts .caption {
        -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; } }
  .b-posts__link {
    text-align: center;
    color: #fff;
    padding: 10px 12px;
    background: #E41D23;
    font: 700 15px/1 'Gilroy', sans-serif;
    border-radius: 20px;
    margin-left: 45px; }
    @media only screen and (max-width: 700px) {
      .b-posts__link {
        margin-left: 0;
        margin-top: 15px; } }
    .b-posts__link:hover {
      background: #C7C7C7; }
  .b-posts .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .b-posts .inner.b-posts-slider .slick-arrow {
      z-index: 999;
      position: absolute;
      background: rgba(0, 0, 0, 0.3);
      top: calc(50% - 13px);
      text-indent: -9999px;
      width: 26px;
      height: 26px; }
      .b-posts .inner.b-posts-slider .slick-arrow:before {
        content: '';
        background: url("../images/arrow.svg") no-repeat center center/cover;
        width: 18px;
        height: 18px;
        position: absolute;
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        display: block; }
      .b-posts .inner.b-posts-slider .slick-arrow.slick-prev {
        left: 0; }
        .b-posts .inner.b-posts-slider .slick-arrow.slick-prev:before {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .b-posts .inner.b-posts-slider .slick-arrow.slick-next {
        right: 0; }
  .b-posts .item {
    border: 2px dashed #C7C7C7;
    padding: 18px 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    width: 510px;
    margin: .5%; }
    @media only screen and (max-width: 1200px) {
      .b-posts .item {
        width: 32%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 700px) {
      .b-posts .item {
        width: 49%; } }
    @media only screen and (max-width: 575px) {
      .b-posts .item {
        padding: 10px; } }
    .b-posts .item:hover {
      border-color: #E41D23; }
    .b-posts .item__img {
      display: block;
      width: 198px;
      height: auto; }
      @media only screen and (max-width: 1200px) {
        .b-posts .item__img {
          margin-bottom: 15px;
          width: 100%; } }
    .b-posts .item .text-container {
      width: 250px; }
      @media only screen and (max-width: 1200px) {
        .b-posts .item .text-container {
          width: 100%; } }
      .b-posts .item .text-container h4 {
        font-size: 19px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 575px) {
          .b-posts .item .text-container h4 {
            font-size: 14px; } }
      .b-posts .item .text-container p {
        margin-bottom: 0;
        font-size: 16px; }
        @media only screen and (max-width: 575px) {
          .b-posts .item .text-container p {
            font-size: 12px; } }

.blog {
  padding: 45px 0; }
  @media only screen and (max-width: 575px) {
    .blog {
      padding: 20px 0; } }
  .blog .container {
    max-width: 1640px; }
    @media only screen and (max-width: 1500px) {
      .blog .container {
        max-width: 1240px; } }
  .blog .caption__title {
    font-weight: 700;
    font-size: 24px; }
  .blog .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog .page-sidebar {
    width: 20%; }
    @media only screen and (max-width: 575px) {
      .blog .page-sidebar {
        width: 45%; } }
  .blog .page-content {
    width: 80%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px; }
    @media only screen and (max-width: 575px) {
      .blog .page-content {
        padding-left: 10px;
        width: 55%; } }
  .blog-menu li {
    width: 100%; }
    .blog-menu li:not(:last-child) {
      margin-bottom: 10px; }
  .blog-menu a {
    display: block;
    width: 100%;
    font: 400 15px/1.6 'Gilroy', sans-serif;
    padding: 10px 30px;
    border-radius: 36px;
    color: #000; }
    @media only screen and (max-width: 1000px) {
      .blog-menu a {
        font-size: 11px;
        padding: 5px 7px; } }
    .blog-menu a.active, .blog-menu a:hover {
      color: #fff;
      background: #3C4F53; }
  .blog .item {
    padding: 12px 12px 0;
    border: 2px dashed #C7C7C7;
    width: 31%;
    margin: 1%;
    color: #000;
    position: relative; }
    @media only screen and (max-width: 1500px) {
      .blog .item {
        width: 48%; } }
    @media only screen and (max-width: 1200px) {
      .blog .item {
        padding: 10px; } }
    @media only screen and (max-width: 700px) {
      .blog .item {
        width: 100%; } }
    @media only screen and (max-width: 575px) {
      .blog .item {
        padding: 5px;
        margin: 0 0 10px; } }
    .blog .item:hover {
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 4px 15px rgba(60, 79, 83, 0.38);
      box-shadow: 0px 4px 15px rgba(60, 79, 83, 0.38); }
      .blog .item:hover .item__link {
        opacity: 1; }
    .blog .item__img {
      display: block;
      width: 100%;
      margin-bottom: 25px; }
      @media only screen and (max-width: 575px) {
        .blog .item__img {
          margin-bottom: 10px; } }
    .blog .item .text-container {
      margin-bottom: 25px; }
      @media only screen and (max-width: 575px) {
        .blog .item .text-container {
          margin-bottom: 10px; } }
      .blog .item .text-container h4 {
        font-size: 19px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 575px) {
          .blog .item .text-container h4 {
            font-size: 14px;
            margin-bottom: 0; } }
      .blog .item .text-container p {
        margin-bottom: 0;
        font-size: 16px; }
        @media only screen and (max-width: 575px) {
          .blog .item .text-container p {
            display: none; } }
    .blog .item__link {
      -webkit-transition: all .7s ease-out;
      transition: all .7s ease-out;
      z-index: 1;
      display: block;
      padding: 10px;
      text-align: center;
      color: #fff;
      font: 700 19px/1 'Gilroy', sans-serif;
      background: #BA1D21;
      position: absolute;
      left: -2px;
      right: -2px;
      top: calc( 100% + 1px);
      opacity: 0; }
      @media only screen and (max-width: 1200px) {
        .blog .item__link {
          opacity: 1;
          position: static;
          font-size: 16px; } }
      @media only screen and (max-width: 575px) {
        .blog .item__link {
          font-size: 12px; } }

.recomended-posts {
  padding: 50px 0 100px; }
  .recomended-posts .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .recomended-posts .item {
    padding: 12px;
    width: 31%;
    margin: 1%;
    color: #000;
    border: 2px dashed #C7C7C7;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .recomended-posts .item {
        width: 48%;
        margin: 1% 1% 25px; } }
    @media only screen and (max-width: 575px) {
      .recomended-posts .item {
        width: 100%; } }
    .recomended-posts .item:hover {
      -webkit-box-shadow: 0px 4px 15px rgba(60, 79, 83, 0.38);
      box-shadow: 0px 4px 15px rgba(60, 79, 83, 0.38); }
    .recomended-posts .item .text-container {
      margin-bottom: 35px; }
      @media only screen and (max-width: 575px) {
        .recomended-posts .item .text-container {
          margin-bottom: 0; } }
    .recomended-posts .item__img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 24px; }
    .recomended-posts .item__date {
      color: #3C4F53;
      padding: 6px 20px;
      text-align: center;
      background: #fff;
      font: 600 14px 'Gilroy', sans-serif;
      position: absolute;
      bottom: 0;
      left: 12px;
      -webkit-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.post {
  padding: 150px 0 50px;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .post {
      padding: 75px 0 30px; } }
  .post:after {
    content: '';
    float: none;
    clear: both;
    display: block; }
  .post .caption {
    text-align: left;
    padding: 0; }
    .post .caption__subtitle {
      margin-bottom: 0; }
  .post .img-wrap {
    float: right;
    width: 590px;
    margin: 0 0 50px 50px;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .post .img-wrap {
        width: 450px; } }
    @media only screen and (max-width: 800px) {
      .post .img-wrap {
        width: 50%;
        margin: 0 0 30px 30px; } }
    @media only screen and (max-width: 575px) {
      .post .img-wrap {
        float: none;
        width: 100%;
        margin: 0 0 25px; } }
    .post .img-wrap::after {
      content: '';
      display: block;
      width: 60%;
      height: 100%;
      background: #F8F8F8;
      position: absolute;
      right: -60px;
      top: -84px;
      z-index: -2; }
      @media only screen and (max-width: 575px) {
        .post .img-wrap::after {
          display: none; } }
    .post .img-wrap::before {
      content: '';
      display: block;
      width: 60%;
      height: 100%;
      position: absolute;
      background: #E41D23;
      right: -30px;
      top: -34px;
      z-index: -1; }
      @media only screen and (max-width: 575px) {
        .post .img-wrap::before {
          display: none; } }
    .post .img-wrap img {
      display: block;
      width: 100%;
      height: auto; }

.buy-with {
  padding: 50px 0; }
  .buy-with .inner {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    @media only screen and (max-width: 1750px) {
      .buy-with .inner {
        width: 1450px; } }
    @media only screen and (max-width: 1500px) {
      .buy-with .inner {
        width: 100%; } }
  .buy-with .item {
    width: 23%;
    margin: 0 1% 20px;
    text-align: center;
    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;
    border: 2px dashed transparent;
    padding: 10px 15px; }
    @media only screen and (max-width: 700px) {
      .buy-with .item {
        width: 31%; } }
    @media only screen and (max-width: 575px) {
      .buy-with .item {
        width: 48%; } }
    .buy-with .item:hover {
      border: 2px dashed #DCDCDC; }
    .buy-with .item__img {
      max-width: 100%;
      display: block;
      margin-bottom: 5px; }
    .buy-with .item__name {
      font: 13px 'GilroyRegular', sans-serif;
      color: #7B7B7B; }
      @media only screen and (max-width: 575px) {
        .buy-with .item__name {
          font-size: 12px; } }

.reviews_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 90%; }
  .reviews_block .reviews_item {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reviews_block .reviews_item img {
      width: 100px;
      height: 100px;
      border-radius: 80px; }
    .reviews_block .reviews_item .reviews_autor-time {
      margin-left: 15px; }
      .reviews_block .reviews_item .reviews_autor-time p {
        font: 15px 'GilroyBold', sans-serif; }
        @media only screen and (max-width: 500px) {
          .reviews_block .reviews_item .reviews_autor-time p {
            display: inline-block; } }
      .reviews_block .reviews_item .reviews_autor-time span {
        margin-top: 5px;
        font: 13px 'GilroyRegular', sans-serif; }
      .reviews_block .reviews_item .reviews_autor-time div {
        margin-top: 15px;
        font: 15px 'GilroyRegular', sans-serif; }
  @media only screen and (max-width: 700px) {
    .reviews_block .reviews_item img {
      width: 80px;
      height: 80px; }
    .reviews_block .reviews_item .reviews_autor-time {
      margin-left: 10px; }
      .reviews_block .reviews_item .reviews_autor-time div {
        margin-top: 10px;
        font: 13px 'GilroyRegular', sans-serif; }
    .reviews_block .slick-track,
    .reviews_block .slick-list,
    .reviews_block .reviews_item {
      margin: 0; } }
  @media only screen and (max-width: 500px) {
    .reviews_block .reviews_item img {
      width: 50px;
      height: 50px; }
    .reviews_block .reviews_item .reviews_autor-time p {
      font: 14px 'GilroyBold', sans-serif; }
    .reviews_block .reviews_item .reviews_autor-time span {
      font: 12px 'GilroyRegular', sans-serif; } }

.container.reviews {
  margin-top: 50px; }
  @media only screen and (max-width: 500px) {
    .container.reviews .caption {
      margin-bottom: 10px; } }

.reviews .product-arrows {
  position: relative; }

@media only screen and (max-width: 500px) {
  .reviews_block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.download-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* Corner radius */
  /* Overlays */ }
  @media only screen and (max-width: 600px) {
    .download-link {
      display: block; } }
  .download-link .link-container {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
    display: block; }
    @media only screen and (max-width: 1101px) {
      .download-link .link-container {
        height: 250px; } }
    @media only screen and (max-width: 850px) {
      .download-link .link-container {
        height: 200px; } }
    @media only screen and (max-width: 400px) {
      .download-link .link-container {
        height: 150px; } }
    .download-link .link-container:hover {
      opacity: 0.8;
      background-blend-mode: multiply;
      background-color: #5f5f5f; }
    .download-link .link-container span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font: 26px 'GilroyRegular', sans-serif;
      padding: 40px 40% 0 40px;
      line-height: 30px;
      height: 100%;
      cursor: pointer; }
      @media only screen and (max-width: 850px) {
        .download-link .link-container span {
          font-size: 20px;
          line-height: 25px;
          padding: 20px 45% 0 20px; } }
      @media only screen and (max-width: 750px) {
        .download-link .link-container span {
          font-size: 18px;
          padding: 20px 35% 0 20px; } }
      @media only screen and (max-width: 550px) {
        .download-link .link-container span {
          font-size: 16px;
          padding: 15px 45% 0 15px; } }
  .download-link .digital-link-container {
    background-image: url("../images/download.png"); }
  .download-link .offset-link-container {
    background-image: url("../images/download2.png"); }
  .download-link .ui-widget {
    font-family: segoe ui,Arial,sans-serif;
    font-size: 1.1em; }
  .download-link .ui-widget .ui-widget {
    font-size: 1em; }
  .download-link .ui-widget.ui-widget-content {
    border: 1px solid #464646; }
  .download-link .ui-widget-header {
    color: #433f38;
    font-weight: bold; }
  .download-link .ui-priority-secondary,
  .download-link .ui-widget-content .ui-priority-secondary,
  .download-link .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal; }
  .download-link .ui-state-disabled,
  .download-link .ui-widget-content .ui-state-disabled,
  .download-link .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none; }
  .download-link .ui-corner-all,
  .download-link .ui-corner-top,
  .download-link .ui-corner-left,
  .download-link .ui-corner-tl {
    border-top-left-radius: 6px; }
  .download-link .ui-corner-all,
  .download-link .ui-corner-top,
  .download-link .ui-corner-right,
  .download-link .ui-corner-tr {
    border-top-right-radius: 6px; }
  .download-link .ui-corner-all,
  .download-link .ui-corner-bottom,
  .download-link .ui-corner-left,
  .download-link .ui-corner-bl {
    border-bottom-left-radius: 6px; }
  .download-link .ui-corner-all,
  .download-link .ui-corner-bottom,
  .download-link .ui-corner-right,
  .download-link .ui-corner-br {
    border-bottom-right-radius: 6px; }
  .download-link .ui-widget-overlay {
    opacity: .9;
    filter: Alpha(Opacity=90); }
  .download-link .ui-widget-shadow {
    -webkit-box-shadow: -12px -12px 12px #cccccc;
    box-shadow: -12px -12px 12px #cccccc; }
  .download-link .ui-progressbar-value {
    height: 30px;
    background: #BA1D21;
    margin: -1px;
    overflow: hidden; }
    .download-link .ui-progressbar-value .progress-label {
      position: relative;
      color: white; }
  .download-link .ui-progressbar {
    position: relative; }
  .download-link .progress-label {
    position: absolute;
    top: 2px;
    font-weight: bold;
    display: block;
    width: 500px !important;
    text-align: center;
    color: #BA1D21; }
    @media only screen and (max-width: 600px) {
      .download-link .progress-label {
        width: 300px !important; } }

.description__link {
  width: 100%;
  text-align: center;
  margin-bottom: 16px; }

.progressBar-container {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .progressBar-container #download-error {
    display: none;
    width: 550px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 275px);
    background-color: #fff;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .progressBar-container #download-error {
        width: 300px;
        left: calc(50% - 150px);
        padding: 35px 20px; } }
    .progressBar-container #download-error p {
      color: #000;
      font: 18px 'GilroyRegular', sans-serif; }
      @media only screen and (max-width: 600px) {
        .progressBar-container #download-error p {
          font-size: 15px; } }
    .progressBar-container #download-error .mfp-close {
      color: #333; }
      .progressBar-container #download-error .mfp-close:focus {
        opacity: 1; }

.log-reg {
  padding: 75px 0; }
  .log-reg .container {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    max-width: 1055px;
    min-height: 610px; }
    @media only screen and (max-width: 1001px) {
      .log-reg .container {
        min-height: 1000px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .log-reg .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px dashed #D5D5D5;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1001px) {
      .log-reg .form-container {
        padding: 25px;
        height: 50%; } }
    @media only screen and (max-width: 551px) {
      .log-reg .form-container {
        padding: 10px; } }
  .log-reg .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2; }
    @media only screen and (max-width: 1001px) {
      .log-reg .sign-in-container {
        width: 100%; } }
  .log-reg .container.right-panel-active .sign-in-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    @media only screen and (max-width: 1001px) {
      .log-reg .container.right-panel-active .sign-in-container {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
  .log-reg .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
    background: #fff; }
    @media only screen and (max-width: 1001px) {
      .log-reg .sign-up-container {
        width: 100%;
        padding: 25px;
        top: 50%; } }
    @media only screen and (max-width: 551px) {
      .log-reg .sign-up-container {
        padding: 10px; } }
  .log-reg .container.right-panel-active .sign-up-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    background: #fff; }
    @media only screen and (max-width: 1001px) {
      .log-reg .container.right-panel-active .sign-up-container {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
  .log-reg .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 100; }
    @media only screen and (max-width: 1001px) {
      .log-reg .overlay-container {
        width: 100%;
        left: 0;
        top: 50%;
        height: 50%; } }
    .log-reg .overlay-container .title {
      font: 24px 'GilroyBold', sans-serif;
      margin-bottom: 10px; }
    .log-reg .overlay-container .text {
      margin-bottom: 30px;
      font: 14px 'GilroyRegular', sans-serif; }
      .log-reg .overlay-container .text strong {
        font-family: 'GilroyBold', sans-serif; }
  .log-reg .container.right-panel-active .overlay-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    @media only screen and (max-width: 1001px) {
      .log-reg .container.right-panel-active .overlay-container {
        -webkit-transform: translateX(0) translateY(-100%);
        transform: translateX(0) translateY(-100%); } }
  .log-reg .overlay {
    background: #3C4F53;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .log-reg .container.right-panel-active .overlay {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  .log-reg .overlay-panel {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  .log-reg .overlay-left {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); }
  .log-reg .container.right-panel-active .overlay-left {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .log-reg .overlay-right {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .log-reg .container.right-panel-active .overlay-right {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }
  .log-reg .form {
    width: 285px; }
    .log-reg .form .title2 {
      margin-bottom: 30px;
      text-align: center; }
    .log-reg .form-item {
      position: relative;
      margin-bottom: 25px; }
      .log-reg .form-item:last-child {
        text-align: center;
        margin-bottom: 0; }
    .log-reg .form__label {
      position: absolute;
      background: #fff;
      font: 14px/.5 'GilroyRegular', sans-serif;
      color: #9B9B9B;
      left: 50%;
      top: -3px;
      background: #F8F8F8;
      padding: 0 10px;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      word-break: break-all; }
    .log-reg .form__input {
      border: 1px solid #878787;
      display: inline-block;
      height: 50px;
      width: 100%;
      padding: 0 15px;
      font: 18px 'GilroyRegular', sans-serif;
      color: #000; }
      @media only screen and (max-width: 1001px) {
        .log-reg .form__input {
          height: 45px; } }
  .log-reg .overlay-mobile {
    display: none; }
    @media only screen and (max-width: 1001px) {
      .log-reg .overlay-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        text-align: center; } }
    .log-reg .overlay-mobile__container {
      border: 3px dashed #D5D5D5;
      width: 49%;
      padding: 4px; }
      .log-reg .overlay-mobile__container p {
        font-size: 14px; }
        @media only screen and (max-width: 550px) {
          .log-reg .overlay-mobile__container p {
            margin: 0 0 5px;
            font-size: 13px; } }
      .log-reg .overlay-mobile__container h2 {
        font-size: 24px;
        margin: 10px 0; }
        @media only screen and (max-width: 550px) {
          .log-reg .overlay-mobile__container h2 {
            font-size: 16px;
            margin: 5px 0; } }
      @media only screen and (max-width: 550px) {
        .log-reg .overlay-mobile__container .btn1 {
          padding: 12px 25px; } }
      .log-reg .overlay-mobile__container.activation-mobile {
        background: #3C4F53;
        border: transparent;
        color: white; }
  @media only screen and (max-width: 1001px) {
    .log-reg.main__log-reg {
      padding: 0 10px 75px; } }
  @media only screen and (max-width: 1001px) {
    .log-reg.main__log-reg .container {
      max-width: unset;
      width: 100%;
      min-height: 600px; } }
  @media only screen and (max-width: 1001px) {
    .log-reg.main__log-reg .form-container {
      height: 100%; } }
  @media only screen and (max-width: 1001px) {
    .log-reg.main__log-reg .sign-up-container {
      top: 0;
      opacity: 1;
      display: none; } }
  @media only screen and (max-width: 1001px) {
    .log-reg.main__log-reg .overlay-container {
      display: none; } }

.lk {
  padding: 45px 0; }
  .lk .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .lk .page-sidebar {
    padding-top: 69px; }
    @media only screen and (max-width: 1200px) {
      .lk .page-sidebar {
        padding: 0; } }
  .lk-title {
    font: 24px 'GilroyBold', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    width: 80%; }
    @media only screen and (max-width: 1200px) {
      .lk-title {
        display: none; } }
  @media only screen and (max-width: 1200px) {
    .lk-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .lk-menu li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .lk-menu li.active a {
      background: #E41D23;
      color: #fff; }
    @media only screen and (max-width: 1200px) {
      .lk-menu li {
        width: 48%; } }
    @media only screen and (max-width: 450px) {
      .lk-menu li {
        width: 100%;
        margin-bottom: 10px; } }
  .lk-menu a {
    background: #fff;
    padding: 11px;
    border-radius: 50px;
    font: 14px 'GilroyBold', sans-serif;
    color: #878787;
    display: block;
    width: 100%;
    text-align: center; }
    .lk-menu a:hover {
      background: #E41D23;
      color: #fff; }
  .lk .personal-info {
    padding: 85px;
    background: #fff;
    border: 2px dashed #6A6A6A;
    border-radius: 10px;
    width: 80%;
    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; }
    @media only screen and (max-width: 1200px) {
      .lk .personal-info {
        width: 100%; } }
    @media only screen and (max-width: 700px) {
      .lk .personal-info {
        padding: 20px; } }
    .lk .personal-info .form {
      width: 420px; }
      @media only screen and (max-width: 700px) {
        .lk .personal-info .form {
          width: 100%; } }
      .lk .personal-info .form-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; }
        @media only screen and (max-width: 450px) {
          .lk .personal-info .form-item {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
      .lk .personal-info .form__label {
        text-align: right;
        font: 18px 'GilroyRegular', sans-serif;
        color: #000;
        margin-right: 30px;
        width: 100px; }
        @media only screen and (max-width: 450px) {
          .lk .personal-info .form__label {
            text-align: left;
            margin-bottom: 5px; } }
      .lk .personal-info .form__input {
        width: 100%;
        border: 1px solid #ACACAC;
        height: 46px;
        padding: 0 15px;
        color: #A5A5A5;
        font: 18px 'GilroyRegular', sans-serif;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        @media only screen and (max-width: 700px) {
          .lk .personal-info .form__input {
            width: 100%; } }
        .lk .personal-info .form__input:disabled {
          pointer-events: none;
          background: none;
          border: 1px solid transparent; }
        .lk .personal-info .form__input:hover, .lk .personal-info .form__input:focus {
          color: #000;
          border-color: #E41D23; }
  .lk .order-info .item {
    padding: 35px 15px;
    background: #fff;
    border: 2px dashed #6A6A6A;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media only screen and (max-width: 850px) {
      .lk .order-info .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .lk .order-info .left {
    width: 82%;
    margin-right: 3%; }
    @media only screen and (max-width: 850px) {
      .lk .order-info .left {
        width: 100%;
        margin-bottom: 20px; } }
  .lk .order-info .right {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 850px) {
      .lk .order-info .right {
        width: 150px; } }
    .lk .order-info .right a {
      font-size: 18px; }
      .lk .order-info .right a:hover:before {
        color: #000; }
  .lk .order-info .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 700px) {
      .lk .order-info .line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .lk .order-info .line-block {
      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-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      @media only screen and (max-width: 700px) {
        .lk .order-info .line-block {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 100%;
          border-bottom: 1px solid #BDBDBD; } }
      .lk .order-info .line-block:last-child {
        max-width: 110px; }
        @media only screen and (max-width: 700px) {
          .lk .order-info .line-block:last-child {
            max-width: 100%; } }
    .lk .order-info .line a {
      text-decoration: underline; }
      .lk .order-info .line a:hover {
        text-decoration: none; }
    .lk .order-info .line span,
    .lk .order-info .line a {
      color: #000;
      font-family: 'GilroyRegular', sans-serif; }
      .lk .order-info .line span.price,
      .lk .order-info .line a.price {
        font-family: 'GilroyBold', sans-serif; }
    .lk .order-info .line span,
    .lk .order-info .line a {
      padding: 10px; }
      .lk .order-info .line span:first-child,
      .lk .order-info .line a:first-child {
        border-bottom: 1px solid #BDBDBD;
        color: #727272;
        font: 14px 'GilroyBold', sans-serif; }
        @media only screen and (max-width: 700px) {
          .lk .order-info .line span:first-child,
          .lk .order-info .line a:first-child {
            border-bottom: none; } }
        .lk .order-info .line span:first-child.id,
        .lk .order-info .line a:first-child.id {
          color: #000; }
  .lk .change-pass {
    padding: 50px 25px;
    background: #fff;
    border: 2px dashed #6A6A6A;
    border-radius: 10px;
    width: 80%;
    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; }
    @media only screen and (max-width: 1200px) {
      .lk .change-pass {
        width: 100%; } }
    @media only screen and (max-width: 700px) {
      .lk .change-pass {
        padding: 20px; } }
    .lk .change-pass .form {
      width: 245px; }
      @media only screen and (max-width: 450px) {
        .lk .change-pass .form {
          width: 100%; } }
      .lk .change-pass .form-item {
        width: 100%;
        margin-bottom: 18px; }
        .lk .change-pass .form-item.last {
          text-align: center; }
      .lk .change-pass .form__label {
        font: 14px 'GilroyRegular', sans-serif;
        margin-bottom: 7px;
        text-align: center;
        color: #000;
        display: inline-block;
        width: 100%; }
      .lk .change-pass .form__input {
        width: 100%;
        display: inline-block;
        background: #fff;
        height: 40px;
        padding: 0 15px;
        border: 1px solid #CACACA;
        font: 14px 'GilroyRegular', sans-serif; }
  .lk .req {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .lk .req .item {
      width: 48%;
      padding: 20px 20px 0;
      background: #fff;
      border: 2px dashed #6A6A6A;
      border-radius: 10px;
      margin-bottom: 30px;
      position: relative; }
      @media only screen and (max-width: 900px) {
        .lk .req .item {
          width: 100%; } }
      .lk .req .item.add {
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-color: #A4A4A4;
        min-height: 150px; }
        .lk .req .item.add:hover {
          border-color: #000; }
          .lk .req .item.add:hover .item__text {
            color: #000; }
            .lk .req .item.add:hover .item__text:before, .lk .req .item.add:hover .item__text:after {
              background: #000; }
      .lk .req .item__text {
        text-align: center;
        font: 14px 'GilroyBold', sans-serif;
        color: #A4A4A4;
        position: relative;
        margin-top: 38px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .lk .req .item__text:before {
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
          content: '';
          width: 38px;
          height: 2px;
          background: #A4A4A4;
          position: absolute;
          top: -38px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .lk .req .item__text:after {
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
          content: '';
          height: 38px;
          width: 2px;
          background: #A4A4A4;
          position: absolute;
          left: 50%;
          top: -55px;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .lk .req .item__title {
        text-decoration: underline;
        font: 14px 'GilroyBold', sans-serif;
        margin-bottom: 15px;
        color: #000;
        max-width: 65%; }
        .lk .req .item__title:hover {
          color: #B8A5A5; }
    .lk .req .buttons {
      position: absolute;
      right: 20px;
      top: 20px; }
      @media only screen and (max-width: 700px) {
        .lk .req .buttons {
          position: static; } }
      .lk .req .buttons a {
        font: 14px 'GilroyBold', sans-serif;
        color: #fff;
        background: #B8A5A5;
        margin-bottom: 10px;
        width: 125px;
        text-align: center;
        display: block;
        padding: 6px 0; }
        .lk .req .buttons a:hover {
          background: #E41D23; }
        .lk .req .buttons a.del {
          background: #E41D23; }
          .lk .req .buttons a.del:hover {
            background: #B8A5A5; }
    .lk .req .text-container h4 {
      font: 12px 'GilroyBold', sans-serif;
      margin-bottom: 0;
      color: #B8B8B8; }
    .lk .req .text-container p {
      margin-bottom: 15px; }
  .lk .req-item {
    width: 80%;
    padding: 20px 20px 0;
    background: #fff;
    border: 2px dashed #6A6A6A;
    border-radius: 10px;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .lk .req-item {
        width: 100%; } }
    .lk .req-item__text {
      text-align: center;
      font: 14px 'GilroyBold', sans-serif;
      color: #A4A4A4;
      position: relative;
      margin-top: 38px;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .lk .req-item__text:before {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        content: '';
        width: 38px;
        height: 2px;
        background: #A4A4A4;
        position: absolute;
        top: -38px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .lk .req-item__text:after {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        content: '';
        height: 38px;
        width: 2px;
        background: #A4A4A4;
        position: absolute;
        left: 50%;
        top: -55px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .lk .req-item__title {
      text-decoration: underline;
      font: 14px 'GilroyBold', sans-serif;
      margin-bottom: 15px;
      color: #000; }
      .lk .req-item__title:hover {
        color: #B8A5A5; }
    .lk .req-item .buttons {
      position: absolute;
      right: 20px;
      top: 20px; }
      @media only screen and (max-width: 700px) {
        .lk .req-item .buttons {
          position: static; } }
      .lk .req-item .buttons a {
        font: 14px 'GilroyBold', sans-serif;
        color: #fff;
        background: #B8A5A5;
        margin-bottom: 10px;
        width: 125px;
        text-align: center;
        display: block;
        padding: 6px 0; }
        .lk .req-item .buttons a:hover {
          background: #E41D23; }
        .lk .req-item .buttons a.del {
          background: #E41D23; }
          .lk .req-item .buttons a.del:hover {
            background: #B8A5A5; }
    .lk .req-item .text-container h4 {
      font: 12px 'GilroyBold', sans-serif;
      margin-bottom: 0;
      color: #B8B8B8; }
    .lk .req-item .text-container p {
      margin-bottom: 15px; }
  .lk .add-req {
    width: 80%;
    padding: 20px;
    background: #fff;
    border: 2px dashed #6A6A6A;
    border-radius: 10px;
    position: relative;
    display: block; }
    @media only screen and (max-width: 1200px) {
      .lk .add-req {
        width: 100%; } }
    .lk .add-req .form {
      width: 90%;
      margin: 0 auto; }
      .lk .add-req .form .help-block {
        color: #a94442; }
      .lk .add-req .form .btns {
        text-align: center; }
      .lk .add-req .form .backlink {
        background: #BEBEBE;
        color: #fff;
        padding: 6px 41px;
        font: 14px 'GilroyBold', sans-serif;
        margin-top: 10px; }
        .lk .add-req .form .backlink:hover {
          background: #000; }
      .lk .add-req .form-item {
        margin-bottom: 24px;
        width: 100%;
        position: relative; }
        .lk .add-req .form-item.select {
          position: relative; }
          .lk .add-req .form-item.select:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 65%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px;
            width: 0;
            height: 0;
            z-index: 3;
            border-style: solid;
            border-width: 8px 4px 0 4px;
            border-color: #3F3F3F transparent transparent transparent; }
      .lk .add-req .form__label {
        font: 14px/0.5 'GilroyRegular', sans-serif;
        color: #9B9B9B;
        margin-bottom: 10px;
        display: block; }
      .lk .add-req .form__input {
        display: block;
        height: 45px;
        padding: 10px 20px;
        font: 14px 'GilroyRegular', sans-serif;
        width: 100%;
        border: 1px solid #DFDFDF; }
      .lk .add-req .form__select {
        padding: 14px 50px 14px 30px;
        background: #DFDFDF;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        font: 14px 'GilroyRegular', sans-serif; }

.drag-n-drop,
.drag-n-drop_front,
.drag-n-drop_back {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top 15px;
  margin-bottom: 15px;
  background-image: url("../images/icons/plus.svg");
  border-radius: 10px; }
  .drag-n-drop input,
  .drag-n-drop_front input,
  .drag-n-drop_back input {
    display: none; }
  .drag-n-drop__text,
  .drag-n-drop_front__text,
  .drag-n-drop_back__text {
    font: 14px 'GilroyRegular', sans-serif;
    color: #898989;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .drag-n-drop .ff_fileupload_wrap .ff_fileupload_dropzone,
  .drag-n-drop_front .ff_fileupload_wrap .ff_fileupload_dropzone,
  .drag-n-drop_back .ff_fileupload_wrap .ff_fileupload_dropzone {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: transparent;
    border: 2px dashed #9D9D9D;
    height: 110px;
    width: 100%;
    background: none; }
    @media only screen and (max-width: 551px) {
      .drag-n-drop .ff_fileupload_wrap .ff_fileupload_dropzone,
      .drag-n-drop_front .ff_fileupload_wrap .ff_fileupload_dropzone,
      .drag-n-drop_back .ff_fileupload_wrap .ff_fileupload_dropzone {
        height: 140px; } }
  .drag-n-drop .ff_fileupload_wrap .ff_fileupload_dropzone:hover, .drag-n-drop .ff_fileupload_wrap .ff_fileupload_dropzone:focus, .drag-n-drop .ff_fileupload_wrap .ff_fileupload_dropzone:active,
  .drag-n-drop_front .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
  .drag-n-drop_front .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
  .drag-n-drop_front .ff_fileupload_wrap .ff_fileupload_dropzone:active,
  .drag-n-drop_back .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
  .drag-n-drop_back .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
  .drag-n-drop_back .ff_fileupload_wrap .ff_fileupload_dropzone:active {
    border-color: #E41D23; }

.order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  @media only screen and (max-width: 1101px) {
    .order-card {
      margin-bottom: 30px; } }
  .order-card .left {
    border: 2px dashed #9D9D9D;
    border-radius: 10px;
    padding: 20px;
    width: 54%; }
    @media only screen and (max-width: 1101px) {
      .order-card .left {
        width: 100%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 551px) {
      .order-card .left {
        padding: 10px; } }
  .order-card .right {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 1101px) {
      .order-card .right {
        width: 100%; } }
  .order-card__title {
    font: 16px 'GilroyBold', sans-serif;
    margin-bottom: 16px; }
  .order-card .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 801px) {
      .order-card .line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .order-card .line-block {
      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-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .order-card .line-block:last-child {
        max-width: 110px; }
      @media only screen and (max-width: 801px) {
        .order-card .line-block {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: 100%;
          margin-bottom: 20px; } }
    .order-card .line span {
      color: #000;
      font-family: 'GilroyRegular', sans-serif; }
    .order-card .line span,
    .order-card .line .text-container {
      padding: 5px; }
      @media only screen and (max-width: 801px) {
        .order-card .line span,
        .order-card .line .text-container {
          padding: 0; } }
      .order-card .line span ul,
      .order-card .line .text-container ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0; }
        .order-card .line span ul li,
        .order-card .line .text-container ul li {
          list-style-type: none;
          margin-bottom: 2px; }
      @media only screen and (max-width: 801px) {
        .order-card .line span h4,
        .order-card .line .text-container h4 {
          font-family: 'GilroyRegular', sans-serif;
          margin-bottom: 5px; } }
      .order-card .line span:first-child,
      .order-card .line .text-container:first-child {
        border-bottom: 1px solid #BDBDBD;
        color: #727272;
        font: 14px 'GilroyBold', sans-serif; }
        @media only screen and (max-width: 801px) {
          .order-card .line span:first-child,
          .order-card .line .text-container:first-child {
            border: none;
            color: #000;
            margin-bottom: 5px; } }
  .order-card .delete {
    background: none;
    padding: 10px 20px;
    font: 14px 'GilroyMedium', sans-serif;
    color: #E41D23;
    border-radius: 20px;
    border: 1px solid #BA1D21;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px; }
    .order-card .delete:hover {
      background: #E41D23;
      color: #fff; }
      .order-card .delete:hover span:before {
        color: #fff; }
    .order-card .delete span {
      margin-left: 10px; }
      .order-card .delete span::before {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
  .order-card .files-list {
    padding: 30px 20px;
    border-radius: 5px;
    background: #EAEAEA;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 551px) {
      .order-card .files-list {
        padding: 10px; } }
    .order-card .files-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      font: 14px 'GilroyRegular', sans-serif; }
      .order-card .files-list li:not(:last-child) {
        margin-bottom: 15px; }
    .order-card .files-list span,
    .order-card .files-list a {
      color: #000;
      padding-right: 10px; }
    .order-card .files-list a {
      max-width: 80%; }
      .order-card .files-list a:hover {
        text-decoration: underline; }
    .order-card .files-list span {
      max-width: 20%;
      text-align: right;
      margin-left: auto; }
    .order-card .files-list button {
      cursor: pointer;
      display: inline-block; }
      .order-card .files-list button:before {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border-radius: 100%; }
      .order-card .files-list button:hover:before {
        color: #E41D23; }
  .order-card .status {
    display: block;
    margin-top: 25px; }
    .order-card .status__text {
      font: 12px 'GilroyBold', sans-serif;
      color: #959595;
      margin-bottom: 10px; }
    .order-card .status__label {
      font: 14px 'GilroyBold', sans-serif;
      padding: 8px 20px;
      color: #fff;
      border-radius: 19px;
      display: inline-block; }
      .order-card .status__label.red {
        background: #E41D23; }
      .order-card .status__label.green {
        background: #45AA21; }
      .order-card .status__label.blue {
        background: #476881; }

.delivery {
  border: 2px dashed #9D9D9D;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 1101px) {
    .delivery {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 551px) {
    .delivery {
      padding: 10px; } }
  .delivery__choose {
    width: 100%;
    padding: 15px 25px;
    background: #4E6266;
    color: #fff;
    font: 16px 'GilroyBold', sans-serif;
    margin-bottom: 16px;
    display: inline-block; }
    @media only screen and (max-width: 551px) {
      .delivery__choose {
        font-size: 14px;
        padding: 10px; } }
  .delivery .text-container {
    margin-bottom: 60px; }
  .delivery__cost {
    text-align: right;
    color: #000;
    font: 16px 'GilroyBold', sans-serif; }
  .delivery__cost_label {
    font: 14px/1.4 'GilroyRegular', sans-serif;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 420px) {
      .delivery__cost_label {
        display: block;
        margin-bottom: 4px; } }
    .delivery__cost_label .delivery-price-field {
      max-width: 70%;
      padding-right: 8px !important; }
      @media only screen and (max-width: 1200px) {
        .delivery__cost_label .delivery-price-field {
          max-width: 65%; } }
      @media only screen and (max-width: 990px) {
        .delivery__cost_label .delivery-price-field {
          max-width: 70%; } }
      @media only screen and (max-width: 550px) {
        .delivery__cost_label .delivery-price-field {
          max-width: 60%; } }
      @media only screen and (max-width: 420px) {
        .delivery__cost_label .delivery-price-field {
          max-width: 100%; } }

.delivery .form,
.you-need .form {
  width: 100%; }
  @media only screen and (max-width: 1101px) {
    .delivery .form,
    .you-need .form {
      width: 100%; } }
  .delivery .form-item,
  .you-need .form-item {
    width: 100%;
    margin-bottom: 22px;
    position: relative; }
  .delivery .form__label,
  .you-need .form__label {
    font: 14px/0.5 'GilroyRegular', sans-serif;
    color: #9B9B9B;
    background: #F8F8F8;
    padding: 0 10px;
    position: absolute;
    left: 25px;
    top: -3px; }
  .delivery .form__input, .delivery .form__textarea,
  .you-need .form__input,
  .you-need .form__textarea {
    display: block;
    height: 45px;
    padding: 0 30px;
    font: 14px 'GilroyRegular', sans-serif;
    width: 100%;
    border: 1px solid #DFDFDF; }
  .delivery .form__textarea,
  .you-need .form__textarea {
    min-height: 150px;
    padding: 30px; }
  .delivery .form__select,
  .delivery .form .delivery-price-field,
  .you-need .form__select,
  .you-need .form .delivery-price-field {
    padding: 14px 50px 14px 30px;
    background: #DFDFDF;
    display: block;
    width: 100%;
    font: 14px 'GilroyRegular', sans-serif; }
    @media only screen and (max-width: 551px) {
      .delivery .form__select,
      .delivery .form .delivery-price-field,
      .you-need .form__select,
      .you-need .form .delivery-price-field {
        padding: 12px 20px; } }

.delivery .text-container,
.you-need .text-container {
  margin-bottom: 20px; }

.delivery .form-select,
.you-need .form-select {
  display: inline-block;
  position: relative;
  min-width: 410px;
  max-width: 100%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 551px) {
    .delivery .form-select,
    .you-need .form-select {
      min-width: 100%; } }
  .delivery .form-select:before,
  .you-need .form-select:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #000 transparent transparent transparent; }
  .delivery .form-select__select,
  .you-need .form-select__select {
    padding: 14px 50px 14px 30px;
    background: #DFDFDF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font: 14px 'GilroyRegular', sans-serif; }
    @media only screen and (max-width: 551px) {
      .delivery .form-select__select,
      .you-need .form-select__select {
        padding: 12px 20px; } }

.you-need {
  border: 2px dashed #9D9D9D;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 1101px) {
    .you-need {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 551px) {
    .you-need {
      padding: 10px; } }

.blocks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.client-info {
  border: 2px dashed #9D9D9D;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  width: 38%; }
  @media only screen and (max-width: 1101px) {
    .client-info {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 551px) {
    .client-info {
      padding: 10px; } }
  .client-info .form {
    width: 300px; }
    @media only screen and (max-width: 1101px) {
      .client-info .form {
        width: 100%; } }
    .client-info .form-item {
      width: 100%;
      margin-bottom: 22px;
      position: relative; }
    .client-info .form__label {
      font: 14px/0.5 'GilroyRegular', sans-serif;
      color: #9B9B9B;
      background: #F8F8F8;
      padding: 0 10px;
      position: absolute;
      left: 25px;
      top: -3px; }
    .client-info .form__input {
      display: block;
      height: 45px;
      padding: 0 30px;
      font: 14px 'GilroyRegular', sans-serif;
      width: 100%;
      border: 1px solid #DFDFDF; }
  .client-info .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px; }
  @media only screen and (max-width: 551px) {
    .client-info .price {
      margin-bottom: 5px; } }
  .client-info .price__text {
    font: 13px 'GilroyBold', sans-serif;
    color: #777777;
    margin-right: 15px; }
  .client-info .price__num {
    font: 14px 'GilroyBold', sans-serif; }
    .client-info .price__num:after {
      content: 'р';
      display: inline-block;
      font: 14px 'GilroyBold', sans-serif; }
  .client-info-item {
    margin-bottom: 15px; }
    .client-info-item h3 {
      font: 13px 'GilroyBold', sans-serif;
      color: #959595;
      margin-bottom: 5px; }
    .client-info-item p {
      font: 13px 'GilroyRegular', sans-serif; }
  .client-info .form-select {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 551px) {
      .client-info .form-select {
        min-width: 100%; } }
    .client-info .form-select:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0 4px;
      border-color: #000 transparent transparent transparent; }
    .client-info .form-select__select {
      padding: 14px 20px;
      background: #DFDFDF;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      font: 14px 'GilroyBold', sans-serif; }
      @media only screen and (max-width: 551px) {
        .client-info .form-select__select {
          padding: 12px 20px; } }
  .client-info thead td:first-child {
    font-family: 'GilroyBold', sans-seri; }
  .client-info tbody td:last-child {
    font-family: 'GilroyBold', sans-seri; }
  .client-info table {
    width: 100%; }
    .client-info table td {
      padding: 2px 0;
      width: 25%;
      font: 12px 'GilroyRegular', sans-serif;
      text-align: center; }
      .client-info table td:first-child {
        text-align: left; }
    .client-info table a {
      text-decoration: underline;
      font: 12px 'GilroyRegular', sans-serif;
      color: #000; }
      .client-info table a:hover {
        text-decoration: none; }

.download-bill {
  padding: 12px 20px;
  color: #fff;
  background: #E41D23;
  font: 12px 'GilroyBold', sans-serif; }

.payment-method {
  border: 2px dashed #9D9D9D;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  width: 60%; }
  @media only screen and (max-width: 1101px) {
    .payment-method {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 551px) {
    .payment-method {
      padding: 10px; } }
  .payment-method .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .payment-method .form-row {
      width: 100%;
      margin-bottom: 25px; }
      .payment-method .form-row.selects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media only screen and (max-width: 1101px) {
          .payment-method .form-row.selects {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        .payment-method .form-row.selects .form-item {
          position: relative;
          width: 30%;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1101px) {
            .payment-method .form-row.selects .form-item {
              width: 48%; } }
          @media only screen and (max-width: 551px) {
            .payment-method .form-row.selects .form-item {
              width: 100%; } }
          .payment-method .form-row.selects .form-item:not(:last-child) {
            margin-right: 20px; }
            @media only screen and (max-width: 1101px) {
              .payment-method .form-row.selects .form-item:not(:last-child) {
                margin-right: 0; } }
            @media only screen and (max-width: 551px) {
              .payment-method .form-row.selects .form-item:not(:last-child) {
                margin-bottom: 15px; } }
          .payment-method .form-row.selects .form-item:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 18px;
            right: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 4px 0 4px;
            border-color: #000 transparent transparent transparent; }
      .payment-method .form-row.inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 30px; }
        @media only screen and (max-width: 1101px) {
          .payment-method .form-row.inputs {
            margin-right: 0; } }
        .payment-method .form-row.inputs .form-item {
          width: 100%;
          margin-bottom: 20px;
          position: relative; }
          @media only screen and (max-width: 551px) {
            .payment-method .form-row.inputs .form-item {
              width: 100%; } }
    .payment-method .form__label {
      font: 14px/0.5 'GilroyRegular', sans-serif;
      color: #9B9B9B;
      background: #F8F8F8;
      padding: 0 10px;
      position: absolute;
      left: 25px;
      top: -3px; }
    .payment-method .form__input {
      display: block;
      height: 45px;
      padding: 10px 30px;
      font: 14px 'GilroyRegular', sans-serif;
      width: 100%;
      border: 1px solid #DFDFDF; }
    .payment-method .form__select {
      padding: 14px 50px 14px 30px;
      background: #DFDFDF;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      font: 14px 'GilroyRegular', sans-serif; }
      @media only screen and (max-width: 551px) {
        .payment-method .form__select {
          padding: 12px 20px; } }

.full-summ {
  margin-bottom: 24px;
  margin-left: auto;
  text-align: left;
  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; }
  .full-summ-inner {
    border: 2px dashed #000;
    padding: 20px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 551px) {
      .full-summ-inner {
        width: 100%; } }
  .full-summ__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .full-summ__checkbox p {
      margin: 0 5px 0 0;
      position: relative; }
    .full-summ__checkbox label {
      margin-bottom: unset; }
    .full-summ__checkbox input {
      font: 14px 'GilroyRegular', sans-serif;
      position: absolute;
      z-index: -1;
      opacity: 0;
      margin: 10px 0 0 20px; }
    .full-summ__checkbox div {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      cursor: pointer;
      height: 18px;
      padding: 0 25px 0 0; }
      .full-summ__checkbox div:before {
        content: '';
        position: absolute;
        right: 0;
        width: 18px;
        height: 18px;
        background: #fff;
        -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
        -webkit-transition: .2s;
        transition: .2s; }
      .full-summ__checkbox div:after {
        content: '';
        display: none;
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        -webkit-mask-image: url("../images/icons/done.svg");
        mask-image: url("../images/icons/done.svg");
        -webkit-mask-size: 100%;
        mask-size: 100%;
        background-color: #BA1D21; }
    .full-summ__checkbox input:checked + div:after {
      display: block; }
  .full-summ .list {
    padding-left: 20px;
    margin-bottom: 25px;
    list-style-type: none;
    font: 18px 'GilroyMedium', sans-serif; }
    @media only screen and (max-width: 551px) {
      .full-summ .list {
        font-size: 15px; } }
    .full-summ .list li {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      .full-summ .list li:before {
        content: '-';
        position: absolute;
        font: 18px 'GilroyMedium', sans-serif;
        top: 0;
        left: -20px; }
        @media only screen and (max-width: 551px) {
          .full-summ .list li:before {
            font-size: 15px; } }
    .full-summ .list span {
      max-width: 80%; }
      @media only screen and (max-width: 551px) {
        .full-summ .list span {
          max-width: 60%; } }
      .full-summ .list span:first-child {
        padding-right: 10px; }
      .full-summ .list span:last-child:after {
        content: ' руб.';
        font: 18px 'GilroyMedium', sans-serif; }
        @media only screen and (max-width: 551px) {
          .full-summ .list span:last-child:after {
            font-size: 15px; } }
  .full-summ .title2 {
    margin-bottom: 15px;
    display: inline-block; }
    @media only screen and (max-width: 551px) {
      .full-summ .title2 {
        font-size: 20px; } }
  .full-summ .backlink {
    font: 16px 'GilroyRegular', sans-serif;
    color: #7B7B7B;
    text-decoration: underline;
    margin-top: 15px; }
    .full-summ .backlink:hover {
      color: #BA1D21; }

.confirm-btn {
  display: block;
  font-size: 24px;
  max-width: 400px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  @media only screen and (max-width: 551px) {
    .confirm-btn {
      font-size: 18px;
      margin: 0 auto 90px auto; } }

.order-registration .delivery,
.order-registration .you-need {
  width: 49%; }
  @media only screen and (max-width: 1101px) {
    .order-registration .delivery,
    .order-registration .you-need {
      width: 100%; } }

.order-confirm {
  width: 700px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 35px 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 801px) {
    .order-confirm {
      width: 100%;
      padding: 25px; } }
  .order-confirm .container {
    text-align: center; }
  .order-confirm img {
    display: inline-block;
    margin-bottom: 30px; }
  .order-confirm .text1 {
    font: 14px 'GilroyRegular', sans-serif;
    color: #696969;
    margin-bottom: 30px; }
    @media only screen and (max-width: 701px) {
      .order-confirm .text1 {
        margin-bottom: 15px; } }
  .order-confirm .text2 {
    font: 14px 'GilroyRegular', sans-serif;
    margin-bottom: 75px; }
    @media only screen and (max-width: 701px) {
      .order-confirm .text2 {
        margin-bottom: 30px; } }
  .order-confirm .btn2,
  .order-confirm .btn3 {
    width: 70%;
    margin-bottom: 10px; }
    @media only screen and (max-width: 551px) {
      .order-confirm .btn2,
      .order-confirm .btn3 {
        width: 100%; } }
  .order-confirm .total {
    font-size: 24px;
    margin-bottom: 25px;
    display: inline-block; }

.order-items-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 25px; }
  .order-items-info .label {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed grey; }
  .order-items-info .column-id {
    width: 20%;
    padding: 5px 0; }
  .order-items-info .column-name {
    width: 40%;
    padding: 5px 0; }
    .order-items-info .column-name span {
      font-size: 12px;
      color: grey; }
  .order-items-info .column-printing {
    width: 20%;
    padding: 5px 0; }
  .order-items-info .column-price {
    width: 20%;
    padding: 5px 0; }
  .order-items-info .column-string {
    width: 100%; }

.contacts {
  padding: 50px 0; }
  .contacts .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contacts .item {
    width: 30%; }
    @media only screen and (max-width: 901px) {
      .contacts .item {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 701px) {
      .contacts .item {
        width: 100%; } }
    .contacts .item a {
      color: #E41D23; }

.contact_card-city li {
  max-width: 720px; }

.slider-contacts.vidnoe-slider .slider-container a {
  height: 300px; }

.slider-contacts {
  list-style-type: none !important;
  max-width: 720px;
  margin-bottom: 20px !important;
  padding: 15px 20px;
  border: 2px solid #BA1D21;
  position: relative;
  margin-left: -20px; }
  @media only screen and (max-width: 1150px) {
    .slider-contacts {
      max-width: 100%; } }
  @media only screen and (max-width: 850px) {
    .slider-contacts {
      margin-left: -10px; } }
  @media only screen and (max-width: 500px) {
    .slider-contacts {
      border: 1px solid #BA1D21; } }
  .slider-contacts .slider-container {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .slider-contacts .slider-container a {
      padding: 5px;
      height: 150px; }
      @media only screen and (max-width: 500px) {
        .slider-contacts .slider-container a {
          padding: 0; } }
      .slider-contacts .slider-container a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
  .slider-contacts .slick-list {
    width: 100%; }
  .slider-contacts .city-next,
  .slider-contacts .city-prev {
    -webkit-mask-image: url(../../dist/images/arrow.svg);
    mask-image: url(../../dist/images/arrow.svg);
    background-color: #BA1D21;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px); }
    @media only screen and (max-width: 500px) {
      .slider-contacts .city-next,
      .slider-contacts .city-prev {
        width: 15px;
        height: 15px; } }
  .slider-contacts .city-next {
    right: 0; }
    @media only screen and (max-width: 500px) {
      .slider-contacts .city-next {
        right: 2px; } }
  .slider-contacts .city-prev {
    left: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    @media only screen and (max-width: 500px) {
      .slider-contacts .city-prev {
        left: 2px; } }

@media only screen and (max-width: 1101px) {
  .page-container {
    margin-top: 75px; } }

@media only screen and (max-width: 550px) {
  .page-container {
    margin-top: 60px; } }

.product__img {
  display: block;
  max-width: 260px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }
  @media only screen and (max-width: 1101px) {
    .product__img {
      margin-bottom: 20px; } }

.product .text-wrapper {
  height: 100%;
  width: calc( 65% - 300px); }
  @media only screen and (max-width: 1101px) {
    .product .text-wrapper {
      margin-bottom: 30px;
      width: 22%; } }
  @media only screen and (max-width: 850px) {
    .product .text-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 575px) {
    .product .text-wrapper__text {
      width: 100%;
      margin: 10px; } }
  .product .text-wrapper-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product .text-wrapper a {
    display: block;
    font: 16px 'GilroyMedium', sans-serif;
    color: #E41D23;
    margin-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .product .text-wrapper a:last-child {
      margin-bottom: 0; }
    .product .text-wrapper a:hover {
      color: #BA1D21; }

.product .img-wrapper {
  width: 31%;
  min-width: 350px; }
  @media only screen and (max-width: 420px) {
    .product .img-wrapper {
      width: 100%;
      min-width: unset; } }
  .product .img-wrapper a {
    display: none; }
  .product .img-wrapper a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 2px dashed #C7C7C7;
    background: #fff;
    width: 100%;
    min-width: 285px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover; }
    .product .img-wrapper a:first-child:before {
      content: 'Примеры работ';
      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;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      font: 25px 'GilroyBold', sans-serif;
      color: #fff; }
    .product .img-wrapper a:first-child:after {
      content: '';
      display: none;
      top: calc(50% - 30px);
      width: 60px;
      height: 60px;
      position: absolute;
      -webkit-mask-image: url("../images/icons/search.svg");
      mask-image: url("../images/icons/search.svg");
      -webkit-transition: all .3s all;
      transition: all .3s all;
      -webkit-mask-size: 100%;
      mask-size: 100%; }
    .product .img-wrapper a:first-child:hover:before {
      opacity: 0; }
    .product .img-wrapper a:first-child:hover:after {
      background-color: #BA1D21;
      display: block; }
    .product .img-wrapper a:first-child img {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      width: 100%;
      max-height: 200px;
      -o-object-fit: cover;
      object-fit: cover; }

.product .download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 575px) {
    .product .download-links {
      width: 100%; } }
  .product .download-links li {
    margin: 0 8px; }
  .product .download-links a {
    height: 31px;
    width: auto; }
    .product .download-links a:hover {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
  .product .download-links img {
    display: block;
    height: 100%; }

.product .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 284px; }
  @media only screen and (max-width: 850px) {
    .product .top {
      height: unset; } }

.product .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.product .bottom.bottom-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.product .column {
  width: 31%; }
  @media only screen and (max-width: 1101px) {
    .product .column {
      width: 100%; } }

.product .column.no-active-column {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 1101px) {
    .product .column.no-active-column {
      width: 100%;
      display: block; } }
  .product .column.no-active-column .block {
    width: 48%; }
    @media only screen and (max-width: 1101px) {
      .product .column.no-active-column .block {
        width: 100%;
        margin-bottom: 0;
        border-bottom: none; } }
    .product .column.no-active-column .block .block-caption {
      background-color: rgba(213, 213, 213, 0.4); }
  @media only screen and (max-width: 1101px) {
    .product .column.no-active-column .block-none {
      display: none; } }
  .product .column.no-active-column .no-active-block {
    border: 2px solid #BA1D21;
    background-color: white;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 43px;
    height: calc(100% - 58px); }
    @media only screen and (max-width: 1101px) {
      .product .column.no-active-column .no-active-block {
        height: unset;
        position: unset; } }
    .product .column.no-active-column .no-active-block a {
      font: 24px 'GilroyBold', sans-serif;
      color: #000; }
      @media only screen and (max-width: 550px) {
        .product .column.no-active-column .no-active-block a {
          font-size: 18px; } }

.product .block {
  position: relative;
  margin-bottom: 15px;
  border: 2px dashed #C7C7C7; }
  .product .block.fixed-header table {
    padding-top: 60px; }
    @media only screen and (max-width: 901px) {
      .product .block.fixed-header table {
        padding-top: 50px; } }
  .product .block.fixed-header thead {
    position: absolute;
    width: 100%;
    left: 0;
    top: 39px;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8; }
    .product .block.fixed-header thead span {
      border-radius: 100%;
      background: #D9D9D9;
      font: 6px/1 'GilroyRegular', sans-serif;
      color: #000;
      width: 10px;
      height: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: auto; }
    .product .block.fixed-header thead td {
      padding: 5px;
      height: 60px;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 901px) {
        .product .block.fixed-header thead td {
          height: 50px; } }
      @media only screen and (max-width: 451px) {
        .product .block.fixed-header thead td {
          font-size: 10px; } }
  .product .block.fixed-header tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product .block.fixed-header td {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.product .block-caption {
  padding: 12px;
  color: #000;
  position: relative;
  text-align: center;
  background: #fff; }
  .product .block-caption h3 {
    font: 14px 'GilroySemiBold', sans-serif; }
  .product .block-caption span {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 12px/25px 'GilroyBold', sans-serif;
    width: 27px;
    background: #E41D23;
    color: #fff;
    border-radius: 100%;
    display: inline-block; }

.product .form-param {
  padding: 38px 24px; }
  @media only screen and (max-width: 451px) {
    .product .form-param {
      padding: 15px 10px; } }
  .product .form-param-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px; }
  .product .form-param__label {
    color: #000;
    font: 14px 'GilroyBold', sans-serif;
    width: 30%; }
    @media only screen and (max-width: 451px) {
      .product .form-param__label {
        font-size: 12px;
        width: 40%; } }
  .product .form-param__input,
  .product .form-param select {
    width: 70%;
    background: #F1F1F1;
    height: 28px;
    padding: 0 18px;
    font: 14px 'GilroyRegular', sans-serif; }
    @media only screen and (max-width: 451px) {
      .product .form-param__input,
      .product .form-param select {
        width: 60%;
        padding: 0 12px; } }

.product table {
  border-collapse: collapse;
  font: 12px 'GilroyRegular', sans-serif;
  width: 100%;
  display: block; }
  .product table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .product table tbody {
    display: block;
    width: 100%; }
    .product table tbody td {
      height: 36px;
      line-height: 36px; }
      .product table tbody td:first-child {
        font-family: 'GilroyBold', sans-serif; }
    .product table tbody a {
      width: 100%; }
  .product table td,
  .product table a {
    color: #000;
    display: inline-block;
    width: 25%;
    border-bottom: 1px solid #E8E8E8;
    text-align: center; }
    .product table td:not(:last-child),
    .product table a:not(:last-child) {
      border-right: 1px solid #E8E8E8; }
  .product table .selectable a.active {
    background: #E41D23;
    color: #fff; }

.product .table-wrap {
  height: 384px;
  overflow: auto; }
  @media only screen and (max-width: 901px) {
    .product .table-wrap {
      height: 300px; } }

.product .price {
  padding: 16px 25px; }
  @media only screen and (max-width: 451px) {
    .product .price {
      padding: 15px 10px; } }
  .product .price__pp {
    color: #959595;
    font: 12px 'GilroyMedium', sans-serif; }
    .product .price__pp span:after {
      content: 'RUB';
      display: inline-block;
      margin-left: 10px; }
  .product .price__curr {
    font: 32px 'GilroySemiBold', sans-serif;
    margin-bottom: 10px;
    display: inline-block; }
    @media only screen and (max-width: 451px) {
      .product .price__curr {
        font-size: 24px; } }
    .product .price__curr:after {
      content: 'RUB';
      display: inline-block;
      margin-left: 10px; }

.product .total {
  padding: 16px 25px; }
  @media only screen and (max-width: 451px) {
    .product .total {
      padding: 15px 10px; } }
  .product .total table {
    width: 100%; }
  .product .total thead td {
    font-family: 'GilroyBold', sans-serif;
    color: #000; }
  .product .total tbody td:first-child {
    color: #8E8E8E; }
  .product .total td {
    text-align: left;
    border: none !important;
    height: auto !important;
    width: 50% !important;
    padding: 0 10px;
    line-height: 1.4;
    margin-bottom: 5px; }

@media only screen and (max-width: 500px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: none; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0; } }

.payment_delivery_container {
  text-align: center; }
  .payment_delivery_container h2.caption__title {
    margin: 64px 0 20px; }
  .payment_delivery_container .delivery_container,
  .payment_delivery_container .payment_container {
    max-width: 1270px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
    @media only screen and (max-width: 850px) {
      .payment_delivery_container .delivery_container,
      .payment_delivery_container .payment_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .payment_delivery_container .delivery_item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 16px; }
  .payment_delivery_container .delivery_item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
    @media only screen and (max-width: 750px) {
      .payment_delivery_container .delivery_item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }
    @media only screen and (max-width: 450px) {
      .payment_delivery_container .delivery_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .payment_delivery_container .payment_container {
    margin-bottom: 64px; }
  .payment_delivery_container .payment_item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
    @media only screen and (max-width: 450px) {
      .payment_delivery_container .payment_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .payment_delivery_container .delivery_img,
  .payment_delivery_container .payment_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #BA1D21;
    -webkit-mask-size: cover;
    mask-size: cover; }
  .payment_delivery_container .delivery_img_1 {
    -webkit-mask-image: url("../../dist/images/pickup.svg");
    mask-image: url("../../dist/images/pickup.svg"); }
  .payment_delivery_container .delivery_img_2 {
    -webkit-mask-image: url("../../dist/images/pick-up_point.svg");
    mask-image: url("../../dist/images/pick-up_point.svg"); }
  .payment_delivery_container .delivery_img_3 {
    -webkit-mask-image: url("../../dist/images/courier.svg");
    mask-image: url("../../dist/images/courier.svg"); }
  .payment_delivery_container .payment_img_1 {
    -webkit-mask-image: url("../../dist/images/card.svg");
    mask-image: url("../../dist/images/card.svg"); }
  .payment_delivery_container .payment_img_2 {
    -webkit-mask-image: url("../../dist/images/cashless.svg");
    mask-image: url("../../dist/images/cashless.svg"); }
  .payment_delivery_container a {
    text-decoration: none;
    color: #000;
    font: 18px 'GilroySemiBold', sans-serif;
    margin-bottom: 5px; }
    @media only screen and (max-width: 575px) {
      .payment_delivery_container a {
        font: 14px 'GilroySemiBold', sans-serif; } }
  .payment_delivery_container p {
    font: 14px/1.4 'GilroyRegular', sans-serif;
    color: #000; }
    @media only screen and (max-width: 575px) {
      .payment_delivery_container p {
        font: 13px 'GilroyRegular', sans-serif; } }
  .payment_delivery_container .red_container {
    background-image: url("../../dist/images/dostavka.jpg");
    width: 100%;
    padding-bottom: 44px;
    opacity: 0.7;
    background-blend-mode: multiply;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #730508; }
    .payment_delivery_container .red_container h2 {
      margin-top: 0;
      padding-top: 64px; }
    .payment_delivery_container .red_container h2,
    .payment_delivery_container .red_container a,
    .payment_delivery_container .red_container p {
      color: white; }
    .payment_delivery_container .red_container .delivery_img {
      background-color: white; }

.slider__section {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px; }
  .slider__section .product-slider {
    max-width: 1240px;
    padding: 24px 15px;
    border: 2px solid #BA1D21;
    margin: 0 auto; }
    @media only screen and (max-width: 450px) {
      .slider__section .product-slider {
        padding: 16px 8px; } }
    .slider__section .product-slider h2 {
      margin-bottom: 16px; }
    .slider__section .product-slider .product-arrows {
      position: relative; }
    .slider__section .product-slider .product-slider__container {
      max-width: 90%;
      margin: 0 auto; }
      @media only screen and (max-width: 450px) {
        .slider__section .product-slider .product-slider__container {
          max-width: 80%; } }
      .slider__section .product-slider .product-slider__container img {
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 3px; }
        @media only screen and (max-width: 500px) {
          .slider__section .product-slider .product-slider__container img {
            height: 170px; } }
    .slider__section .product-slider .product-slider__all-product {
      text-align: right;
      max-width: 90%;
      margin: 16px auto 0; }
      @media only screen and (max-width: 450px) {
        .slider__section .product-slider .product-slider__all-product {
          max-width: 80%;
          margin-top: 8px; } }
      .slider__section .product-slider .product-slider__all-product a {
        color: #BA1D21;
        font: 15px 'GilroyRegular', sans-serif; }
        @media only screen and (max-width: 550px) {
          .slider__section .product-slider .product-slider__all-product a {
            font-size: 13px; } }

.slider__section .product-slider .slider__prev,
.slider__section .product-slider .slider__next,
.slider__section .product-slider .reviews__prev,
.slider__section .product-slider .reviews__next,
.reviews .slider__prev,
.reviews .slider__next,
.reviews .reviews__prev,
.reviews .reviews__next {
  -webkit-mask-image: url("../../dist/images/arrow.svg");
  mask-image: url("../../dist/images/arrow.svg");
  background-color: #BA1D21;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px); }

.slider__section .product-slider .slider__prev,
.slider__section .product-slider .reviews__prev,
.reviews .slider__prev,
.reviews .reviews__prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 1%; }
  @media only screen and (max-width: 550px) {
    .slider__section .product-slider .slider__prev,
    .slider__section .product-slider .reviews__prev,
    .reviews .slider__prev,
    .reviews .reviews__prev {
      left: 0%; } }

.slider__section .product-slider .slider__next,
.slider__section .product-slider .reviews__next,
.reviews .slider__next,
.reviews .reviews__next {
  right: 1%; }
  @media only screen and (max-width: 550px) {
    .slider__section .product-slider .slider__next,
    .slider__section .product-slider .reviews__next,
    .reviews .slider__next,
    .reviews .reviews__next {
      right: 0%; } }

.error-page {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0; }
  @media only screen and (max-width: 450px) {
    .error-page {
      padding: 50px 0; } }
  .error-page__title {
    font: 100px 'GilroyBlack', sans-serif;
    color: #E41D23; }
    @media only screen and (max-width: 450px) {
      .error-page__title {
        font-size: 80px; } }
  .error-page__subtitle {
    font: 20px 'GilroyBold', sans-serif;
    text-transform: uppercase;
    color: #9D9D9D;
    margin-bottom: 15px; }
    @media only screen and (max-width: 450px) {
      .error-page__subtitle {
        font-size: 16px; } }
  .error-page__text {
    font: 16px 'GilroySemiBold', sans-serif;
    color: #000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 450px) {
      .error-page__text {
        font-size: 14px; } }

.about-mainblock {
  background: url("../images/about/mainblock-bg.jpg") no-repeat center center/cover;
  padding: 20px 0;
  color: #fff; }
  .about-mainblock .container {
    min-height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1500px) {
      .about-mainblock .container {
        min-height: 50px; } }
    @media only screen and (max-width: 960px) {
      .about-mainblock .container {
        -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; } }
  .about-mainblock .left {
    width: 390px; }
    @media only screen and (max-width: 960px) {
      .about-mainblock .left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px; } }
    .about-mainblock .left__subtitle {
      font: 30px 'GilroyBold', sans-serif;
      margin-bottom: 15px; }
      @media only screen and (max-width: 550px) {
        .about-mainblock .left__subtitle {
          font-size: 22px;
          margin-bottom: 10px; } }
    .about-mainblock .left__title {
      font: 38px 'GilroyBold', sans-serif;
      margin-bottom: 30px; }
      @media only screen and (max-width: 550px) {
        .about-mainblock .left__title {
          font-size: 28px;
          margin-bottom: 15px; } }
    .about-mainblock .left__text {
      font: 18px/1.5 'GilroyRegular', sans-serif; }
      @media only screen and (max-width: 550px) {
        .about-mainblock .left__text {
          font-size: 16px; } }
  .about-mainblock .logo {
    margin-bottom: 30px; }
    .about-mainblock .logo__img {
      width: 500px;
      display: block;
      margin-left: 50px; }
      @media only screen and (max-width: 1500px) {
        .about-mainblock .logo__img {
          width: 350px; } }
      @media only screen and (max-width: 1200px) {
        .about-mainblock .logo__img {
          width: 270px; } }
      @media only screen and (max-width: 800px) {
        .about-mainblock .logo__img {
          margin-left: 0; } }

.about-history .tabs {
  position: relative; }
  .about-history .tabs .ui-tabs-nav {
    position: absolute;
    top: 0;
    left: 50%;
    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;
    height: 100%;
    border-left: 3px solid #CCCCCC;
    padding-left: 30px; }
    @media only screen and (max-width: 960px) {
      .about-history .tabs .ui-tabs-nav {
        left: 20px; } }
    @media only screen and (max-width: 550px) {
      .about-history .tabs .ui-tabs-nav {
        left: 0;
        padding-left: 20px; } }
    .about-history .tabs .ui-tabs-nav li {
      position: relative; }
      .about-history .tabs .ui-tabs-nav li:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background: #fff;
        border: 4px solid #CCCCCC;
        position: absolute;
        left: -45px;
        top: 8px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        @media only screen and (max-width: 550px) {
          .about-history .tabs .ui-tabs-nav li:before {
            left: -35px;
            top: 0; } }
    .about-history .tabs .ui-tabs-nav .ui-tabs-active:before {
      border-color: #E41D23; }
    .about-history .tabs .ui-tabs-nav .ui-tabs-active a {
      color: #E41D23; }
    .about-history .tabs .ui-tabs-nav a {
      padding: 10px 0;
      color: #CCCCCC;
      font: 19px 'GilroyBold', sans-serif;
      text-transform: uppercase; }
      @media only screen and (max-width: 550px) {
        .about-history .tabs .ui-tabs-nav a {
          font-size: 16px;
          padding: 5px 0; } }

.about-history .tab {
  min-height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 960px) {
    .about-history .tab {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-left: 150px;
      min-height: 100px; } }
  @media only screen and (max-width: 550px) {
    .about-history .tab {
      padding-left: 90px; } }
  .about-history .tab__img {
    display: block;
    width: 610px;
    height: auto; }
    @media only screen and (max-width: 1200px) {
      .about-history .tab__img {
        width: 50%; } }
    @media only screen and (max-width: 550px) {
      .about-history .tab__img {
        width: 100%;
        margin-bottom: 10px; } }
  .about-history .tab .text-container {
    width: 360px;
    height: 420px;
    overflow: auto; }
    @media only screen and (max-width: 1200px) {
      .about-history .tab .text-container {
        width: 40%; } }
    @media only screen and (max-width: 960px) {
      .about-history .tab .text-container {
        width: 100%;
        height: 250px;
        margin-bottom: 10px; } }

.what-print {
  padding: 45px 0;
  background: radial-gradient(48.8% 531.12% at 57.03% 57.56%, #FDFDFD 0%, #DEDEDE 100%); }
  @media only screen and (max-width: 1200px) {
    .what-print {
      padding: 45px 0 25px; } }
  .what-print .caption .text-container {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
  .what-print .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px; }
    @media only screen and (max-width: 960px) {
      .what-print .inner {
        padding-top: 0; } }
  .what-print .item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    width: 18%;
    margin: 0 1%;
    padding: 160px 8px 10px;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .what-print .item {
        width: 31%;
        padding: 15px 8px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 700px) {
      .what-print .item {
        width: 48%; } }
    @media only screen and (max-width: 550px) {
      .what-print .item {
        width: 100%;
        margin: 0 0 20px; } }
    .what-print .item__img {
      position: absolute;
      display: block;
      width: 100%;
      height: auto;
      left: 0;
      top: -80px; }
      @media only screen and (max-width: 1200px) {
        .what-print .item__img {
          position: static;
          width: 80%;
          margin: 0 auto 10px; } }
    .what-print .item__title {
      font: 18px 'GilroyBold', sans-serif;
      margin-bottom: 15px; }
    .what-print .item__text {
      font: 15px 'GilroyRegular', sans-serif; }

.about-offer1 {
  padding: 20px 0;
  overflow: hidden; }
  .about-offer1 .container {
    position: relative;
    min-height: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1200px) {
      .about-offer1 .container {
        min-height: 100px; } }
  .about-offer1 img {
    position: absolute;
    left: -80px;
    bottom: -50px;
    display: block; }
    @media only screen and (max-width: 1200px) {
      .about-offer1 img {
        position: static;
        width: 50%; } }
    @media only screen and (max-width: 700px) {
      .about-offer1 img {
        display: none; } }
  .about-offer1 .text-container {
    width: 430px;
    margin-right: 50px; }
    @media only screen and (max-width: 1200px) {
      .about-offer1 .text-container {
        width: 50%;
        padding-left: 15px; } }
    @media only screen and (max-width: 700px) {
      .about-offer1 .text-container {
        width: 100%; } }

.about-advantages {
  background: radial-gradient(48.8% 531.12% at 57.03% 57.56%, #FDFDFD 0%, #DEDEDE 100%);
  padding: 40px 0 80px; }
  @media only screen and (max-width: 1200px) {
    .about-advantages {
      padding: 40px 0 0; } }
  .about-advantages .container {
    max-width: 1470px; }
  .about-advantages .caption .text-container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto; }
  .about-advantages .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    counter-reset: my-awesome-counter;
    padding-top: 80px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1200px) {
      .about-advantages .list {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-top: 40px; } }
  .about-advantages .item {
    counter-increment: my-awesome-counter;
    width: 15.6%;
    margin: 0 .53%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 20px 4px;
    text-align: center;
    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;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .about-advantages .item {
        width: 31%;
        margin: 0 1% 80px; } }
    @media only screen and (max-width: 700px) {
      .about-advantages .item {
        width: 48%; } }
    @media only screen and (max-width: 550px) {
      .about-advantages .item {
        width: 100%;
        margin: 0 0 60px; } }
    .about-advantages .item:hover .item__link {
      color: #E41D23; }
    .about-advantages .item:before {
      content: "0" counter(my-awesome-counter);
      position: absolute;
      left: 50%;
      top: -80px;
      color: #fff;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font: 115px 'GilroyBlack', sans-serif;
      z-index: -1; }
    .about-advantages .item .icon-wrap {
      border-radius: 100%;
      background: #E41D23;
      width: 111px;
      height: 111px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
    .about-advantages .item__title {
      color: #E41D23;
      font: 18px 'GilroyBold', sans-serif;
      margin-bottom: 15px; }
    .about-advantages .item__text {
      font: 15px 'GilroyRegular', sans-serif; }
    .about-advantages .item__link {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -35px;
      text-align: center;
      color: #9A9A9A;
      font: 18px 'GilroyBold', sans-serif; }
      .about-advantages .item__link:hover {
        text-decoration: underline; }
  .about-advantages.about-advantages-mobile {
    display: none; }
    @media only screen and (max-width: 480px) {
      .about-advantages.about-advantages-mobile {
        display: block !important; } }
    .about-advantages.about-advantages-mobile .slider-advantages {
      padding: 0; }
      .about-advantages.about-advantages-mobile .slider-advantages .slick-list {
        padding: 50px 0 0; }
        .about-advantages.about-advantages-mobile .slider-advantages .slick-list .item {
          padding: 20px; }
      .about-advantages.about-advantages-mobile .slider-advantages .slick-arrow {
        z-index: 999;
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        top: calc(50% - 13px);
        text-indent: -9999px;
        width: 26px;
        height: 26px; }
        .about-advantages.about-advantages-mobile .slider-advantages .slick-arrow:before {
          content: '';
          background: url("../images/arrow.svg") no-repeat center center/cover;
          width: 18px;
          height: 18px;
          position: absolute;
          top: calc(50% - 9px);
          left: calc(50% - 9px);
          display: block; }
        .about-advantages.about-advantages-mobile .slider-advantages .slick-arrow.slick-prev {
          left: -7px; }
          .about-advantages.about-advantages-mobile .slider-advantages .slick-arrow.slick-prev:before {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .about-advantages.about-advantages-mobile .slider-advantages .slick-arrow.slick-next {
          right: -7px; }
  @media only screen and (max-width: 480px) {
    .about-advantages.index-about-advantages {
      display: none !important; } }

.about-offer2 {
  padding: 20px 0;
  overflow: hidden; }
  .about-offer2 .container {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1200px) {
      .about-offer2 .container {
        min-height: 100px; } }
  .about-offer2 img {
    display: block;
    position: absolute;
    left: -80px;
    bottom: -20px; }
    @media only screen and (max-width: 1200px) {
      .about-offer2 img {
        position: static;
        width: 50%; } }
    @media only screen and (max-width: 700px) {
      .about-offer2 img {
        display: none; } }
  .about-offer2 .text-container {
    width: 560px;
    margin-right: 50px; }
    @media only screen and (max-width: 1200px) {
      .about-offer2 .text-container {
        width: 50%;
        padding-left: 15px; } }
    @media only screen and (max-width: 700px) {
      .about-offer2 .text-container {
        width: 100%; } }

.about-lastblock {
  background: url("../images/about/about-lastblock-bg.jpg") no-repeat center center/cover;
  padding: 90px 0;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .about-lastblock {
      padding: 30px 0; } }
  .about-lastblock .text-container {
    text-align: center; }
    .about-lastblock .text-container h2 {
      font-size: 30px; }
      @media only screen and (max-width: 700px) {
        .about-lastblock .text-container h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 550px) {
        .about-lastblock .text-container h2 {
          font-size: 20px; } }
  .about-lastblock .logo {
    margin-bottom: 30px; }
    .about-lastblock .logo__img {
      width: 500px;
      display: block; }
      @media only screen and (max-width: 1200px) {
        .about-lastblock .logo__img {
          width: 270px; } }

.page-content.portfolio-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  .page-content.portfolio-content .item {
    border: none;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    padding: 0;
    width: unset;
    margin: 2px 3px; }
    .page-content.portfolio-content .item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1100px) {
      .page-content.portfolio-content .item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%; } }
    @media only screen and (max-width: 900px) {
      .page-content.portfolio-content .item {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%; } }
    @media only screen and (max-width: 700px) {
      .page-content.portfolio-content .item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }
    @media only screen and (max-width: 574px) {
      .page-content.portfolio-content .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 2px 0; } }
  .page-content.portfolio-content div {
    display: block !important; }
    .page-content.portfolio-content div:hover {
      margin-bottom: 0;
      -webkit-box-shadow: unset;
      box-shadow: unset; }
    .page-content.portfolio-content div img {
      width: 100%;
      max-height: 150px;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .item.fancybox-content {
  max-width: 70vw;
  max-height: 100vh; }
  @media only screen and (max-width: 500px) {
    .fancybox-can-pan .fancybox-content,
    .fancybox-can-swipe .item.fancybox-content {
      max-width: unset; } }
  .fancybox-can-pan .fancybox-content img,
  .fancybox-can-swipe .item.fancybox-content img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 80vh; }

.fancybox-content {
  background: none; }
  @media only screen and (max-width: 500px) {
    .fancybox-content {
      padding: 0; } }

.inner-portfolio {
  padding: 0 10px; }

.b-products_search {
  text-align: center; }
  .b-products_search > h2 {
    margin: 20px 0;
    padding-top: 20px;
    font-size: 20px; }
  .b-products_search .b-products_container {
    margin: 0 auto;
    max-width: 1640px;
    padding: 0 15px; }
    @media only screen and (max-width: 1500px) {
      .b-products_search .b-products_container {
        max-width: 1240px; } }
    .b-products_search .b-products_container .b-products_item {
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border: 2px dashed #C7C7C7; }
      .b-products_search .b-products_container .b-products_item:hover {
        -webkit-box-shadow: 0px 4px 15px gainsboro;
        box-shadow: 0px 4px 15px gainsboro; }
      @media only screen and (max-width: 550px) {
        .b-products_search .b-products_container .b-products_item {
          -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; } }
      .b-products_search .b-products_container .b-products_item img {
        width: 180px;
        height: 180px;
        margin-right: 20px;
        margin-bottom: 0; }
      .b-products_search .b-products_container .b-products_item .b-products_text {
        text-align: left;
        max-height: 180px;
        overflow-y: hidden;
        position: relative;
        max-width: calc(100% - 200px); }
        @media only screen and (max-width: 550px) {
          .b-products_search .b-products_container .b-products_item .b-products_text {
            text-align: unset;
            max-width: unset; } }
        .b-products_search .b-products_container .b-products_item .b-products_text:after {
          content: "";
          position: absolute;
          top: 165px;
          background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.2)));
          background: linear-gradient(to top, white, rgba(255, 255, 255, 0.2));
          height: 15px;
          width: 100%; }
        .b-products_search .b-products_container .b-products_item .b-products_text span {
          font: 18px 'GilroyBold', sans-serif;
          color: #000;
          margin-bottom: 5px; }
        .b-products_search .b-products_container .b-products_item .b-products_text .b-products_description {
          font: 14px 'GilroyRegular', sans-serif;
          color: #000;
          text-align: left; }
          .b-products_search .b-products_container .b-products_item .b-products_text .b-products_description h2 {
            font: 14px 'GilroyBold', sans-serif;
            text-align: left !important; }

.blog_search {
  text-align: center; }
  .blog_search > h2.caption__title {
    margin: 20px 0;
    padding-top: 20px;
    font-size: 20px; }
    @media only screen and (max-width: 551px) {
      .blog_search > h2.caption__title {
        font-size: 18px; } }
  .blog_search .page-content {
    width: 100%;
    padding-left: 0; }
    .blog_search .page-content .item {
      width: 23%; }
      @media only screen and (max-width: 1100px) {
        .blog_search .page-content .item {
          width: 31%; } }
      @media only screen and (max-width: 800px) {
        .blog_search .page-content .item {
          width: 48%; } }
      @media only screen and (max-width: 600px) {
        .blog_search .page-content .item {
          width: 100%; } }

.search_null {
  text-align: center; }

.blog.blog_search {
  padding: 0; }

.container-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1640px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1500px) {
    .container-count {
      max-width: 1240px; } }
  .container-count .count_search h2 {
    font-size: 14px;
    cursor: pointer;
    background: #DCDCDC;
    color: #7B7B7B;
    border-radius: 20px;
    padding: 9px 30px;
    border: 2px dashed transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 15px 10px 0; }
    .container-count .count_search h2:hover {
      border: 2px dashed #DCDCDC;
      background: none; }
    @media only screen and (max-width: 551px) {
      .container-count .count_search h2 {
        font-size: 16px; } }

.count_search-center {
  text-align: center; }
  .count_search-center h1 {
    margin-bottom: 20px; }

.post-header {
  width: 100%;
  background-blend-mode: multiply;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(26, 0, 0, 0.55); }
  .post-header .container-wrapper {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 850px) {
      .post-header .container-wrapper {
        height: 300px; } }
    @media only screen and (max-width: 550px) {
      .post-header .container-wrapper {
        height: 250px; } }
  .post-header .container_text {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75%;
    padding: 24px; }
    @media only screen and (max-width: 850px) {
      .post-header .container_text {
        width: 70%; } }
    @media only screen and (max-width: 450px) {
      .post-header .container_text {
        width: 90%; } }
    @media only screen and (max-width: 550px) {
      .post-header .container_text {
        padding: 12px; } }
    .post-header .container_text h1 {
      font: 80px 'GilroyBold', sans-serif;
      text-transform: uppercase;
      color: #BA1D21;
      text-shadow: white 0 0 6px; }
      @media only screen and (max-width: 850px) {
        .post-header .container_text h1 {
          font: 36px 'GilroyBold', sans-serif; } }
      @media only screen and (max-width: 550px) {
        .post-header .container_text h1 {
          font: 24px 'GilroyBold', sans-serif; } }
    .post-header .container_text p {
      font: 24px 'GilroyMedium', sans-serif;
      margin-top: 16px;
      width: 70%;
      color: white; }
      @media only screen and (max-width: 850px) {
        .post-header .container_text p {
          margin-top: 0; } }
      @media only screen and (max-width: 850px) {
        .post-header .container_text p {
          font: 16px 'GilroyMedium', sans-serif; } }
      @media only screen and (max-width: 550px) {
        .post-header .container_text p {
          font: 14px 'GilroyMedium', sans-serif; } }

.post-promotion .post-promotion_text span,
.post-header .container_text span {
  font: 30px 'GilroyBold', sans-serif;
  -webkit-animation: font-s  5s infinite;
  animation: font-s  5s infinite; }
  @media only screen and (max-width: 850px) {
    .post-promotion .post-promotion_text span,
    .post-header .container_text span {
      font-size: 24px; } }
  @media only screen and (max-width: 550px) {
    .post-promotion .post-promotion_text span,
    .post-header .container_text span {
      font-size: 20px; } }

@-webkit-keyframes font-s {
  0% {
    color: #BA1D21; }
  25% {
    color: #E77D1A; }
  50% {
    color: #FBD71B; }
  75% {
    color: #E77D1A; }
  100% {
    color: #BA1D21; } }

@keyframes font-s {
  0% {
    color: #BA1D21; }
  25% {
    color: #E77D1A; }
  50% {
    color: #FBD71B; }
  75% {
    color: #E77D1A; }
  100% {
    color: #BA1D21; } }

.post-promotion .post-promotion_text a,
.post-header .container_text a {
  margin-top: 32px;
  color: #fff;
  background-color: #BA1D21;
  border: 2px solid #BA1D21;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 50px;
  font: 24px 'GilroyMedium', sans-serif; }
  .post-promotion .post-promotion_text a:hover,
  .post-header .container_text a:hover {
    color: #BA1D21;
    background-color: #fff; }
  @media only screen and (max-width: 850px) {
    .post-promotion .post-promotion_text a,
    .post-header .container_text a {
      padding: 8px 25px;
      font: 18px 'GilroyMedium', sans-serif;
      margin-top: 16px; } }
  @media only screen and (max-width: 550px) {
    .post-promotion .post-promotion_text a,
    .post-header .container_text a {
      padding: 8px 20px;
      font: 16px 'GilroyMedium', sans-serif; } }

.container-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto; }
  @media only screen and (max-width: 1260px) {
    .container-wrapper {
      padding-left: 10px;
      padding-right: 10px; } }

.post-main.advantages {
  margin: 64px auto; }
  @media only screen and (max-width: 850px) {
    .post-main.advantages {
      margin: 32px; } }
  .post-main.advantages h2 {
    font: 30px 'GilroyMedium', sans-serif; }
    @media only screen and (max-width: 850px) {
      .post-main.advantages h2 {
        font-size: 24px; } }
  .post-main.advantages .advantages_container {
    margin-bottom: 0; }
    .post-main.advantages .advantages_container .advantages_item p {
      font: 20px 'GilroyRegular', sans-serif; }
      @media only screen and (max-width: 850px) {
        .post-main.advantages .advantages_container .advantages_item p {
          font-size: 16px; } }

.post-promotion {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
  -webkit-animation: mig  20s infinite;
  animation: mig  20s infinite;
  -webkit-transition: 1s;
  transition: 1s; }
  @media only screen and (max-width: 850px) {
    .post-promotion {
      height: 400px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (max-width: 550px) {
    .post-promotion {
      height: unset; } }

@-webkit-keyframes mig {
  0% {
    background: #F1A7A7; }
  25% {
    background: #F1BDA7; }
  50% {
    background: #A7E4F1; }
  75% {
    background: #CCA7F1; }
  100% {
    background: #F1A7A7; } }

@keyframes mig {
  0% {
    background: #F1A7A7; }
  25% {
    background: #F1BDA7; }
  50% {
    background: #A7E4F1; }
  75% {
    background: #CCA7F1; }
  100% {
    background: #F1A7A7; } }
  .post-promotion .post-promotion_span {
    position: absolute;
    top: 64px;
    display: block;
    background-color: #BA1D21;
    color: #fff;
    width: 35%;
    text-align: right;
    font: 40px 'GilroyBold', sans-serif;
    padding: 16px 50px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1100px) {
      .post-promotion .post-promotion_span {
        width: 30%;
        font-size: 24px;
        padding: 8px 25px; } }
    @media only screen and (max-width: 850px) {
      .post-promotion .post-promotion_span {
        top: 32px; } }
    @media only screen and (max-width: 550px) {
      .post-promotion .post-promotion_span {
        top: 0;
        width: 45%; } }
  .post-promotion .post-promotion_img {
    width: 50%;
    height: 100%; }
    @media only screen and (max-width: 550px) {
      .post-promotion .post-promotion_img {
        display: none; } }
    .post-promotion .post-promotion_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .post-promotion .post-promotion_text {
    position: absolute;
    left: 50%;
    top: calc(50% - 200px);
    width: 50%;
    max-height: 400px;
    background-color: #fff;
    padding: 24px;
    overflow: hidden; }
    @media only screen and (max-width: 1100px) {
      .post-promotion .post-promotion_text {
        top: calc(50% - 200px); } }
    @media only screen and (max-width: 850px) {
      .post-promotion .post-promotion_text {
        position: unset;
        width: 50%;
        padding: 16px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
    @media only screen and (max-width: 650px) {
      .post-promotion .post-promotion_text {
        width: 70%; } }
    @media only screen and (max-width: 550px) {
      .post-promotion .post-promotion_text {
        width: 90%;
        margin: 0 auto;
        max-height: unset; } }
    .post-promotion .post-promotion_text h2 {
      font: 36px 'GilroyMedium', sans-serif;
      color: #BA1D21;
      margin-bottom: 24px; }
      @media only screen and (max-width: 1100px) {
        .post-promotion .post-promotion_text h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 850px) {
        .post-promotion .post-promotion_text h2 {
          font-size: 20px;
          margin-bottom: 16px; } }
    .post-promotion .post-promotion_text p {
      font: 20px 'GilroyRegular', sans-serif;
      margin-bottom: 8px; }
      .post-promotion .post-promotion_text p:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 1100px) {
        .post-promotion .post-promotion_text p {
          font-size: 18px; } }
      @media only screen and (max-width: 850px) {
        .post-promotion .post-promotion_text p {
          font-size: 14px;
          margin-bottom: 0; } }
    .post-promotion .post-promotion_text a {
      margin-top: 16px; }

.post-h2 {
  font: 30px 'GilroyMedium', sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 850px) {
    .post-h2 {
      font-size: 24px; } }

.post-question_container {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media only screen and (max-width: 850px) {
    .post-question_container {
      padding-top: 32px;
      padding-bottom: 32px; } }
  .post-question_container .question-item {
    margin-top: 24px; }
    @media only screen and (max-width: 850px) {
      .post-question_container .question-item {
        margin-top: 16px; } }
    .post-question_container .question-item .qustion {
      border: 2px solid #BA1D21;
      padding: 16px 60px 16px 24px;
      font: 20px 'GilroyRegular', sans-serif;
      position: relative; }
      @media only screen and (max-width: 850px) {
        .post-question_container .question-item .qustion {
          padding: 8px 50px 8px 16px; } }
      @media only screen and (max-width: 550px) {
        .post-question_container .question-item .qustion {
          font-size: 16px; } }
      .post-question_container .question-item .qustion span {
        position: absolute;
        display: block;
        top: calc(50% - 1px);
        right: 24px;
        width: 24px;
        height: 2px;
        background-color: #BA1D21;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media only screen and (max-width: 850px) {
          .post-question_container .question-item .qustion span {
            width: 20px;
            right: 16px; } }
        .post-question_container .question-item .qustion span:before {
          content: "";
          display: block;
          background-color: #BA1D21;
          position: absolute;
          height: 24px;
          width: 2px;
          top: -11px;
          right: 11px;
          -webkit-transition: all .3s linear;
          transition: all .3s linear; }
          @media only screen and (max-width: 850px) {
            .post-question_container .question-item .qustion span:before {
              height: 20px;
              top: -9px;
              right: 9px; } }
      .post-question_container .question-item .qustion .rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .post-question_container .question-item .answer {
      border: 2px solid #BA1D21;
      border-top: unset;
      padding: 16px 24px;
      font: 16px 'GilroyRegular', sans-serif;
      background-color: rgba(192, 14, 14, 0.05);
      display: none; }
      @media only screen and (max-width: 850px) {
        .post-question_container .question-item .answer {
          padding: 8px 16px; } }
      @media only screen and (max-width: 550px) {
        .post-question_container .question-item .answer {
          font-size: 14px; } }

.post-production_procedure {
  background-image: url("../../dist/images/production procedure.png");
  width: 100%;
  background-blend-mode: multiply;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(26, 0, 0, 0.55);
  padding-top: 64px;
  padding-bottom: 64px;
  color: #fff; }
  @media only screen and (max-width: 850px) {
    .post-production_procedure {
      padding-top: 32px;
      padding-bottom: 32px; } }
  .post-production_procedure .post-circle.post-circle-desktop {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 450px) {
      .post-production_procedure .post-circle.post-circle-desktop {
        display: none; } }
    .post-production_procedure .post-circle.post-circle-desktop .post-circle-item {
      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;
      position: relative; }
      .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:first-child, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }
        .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:first-child .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(2) .icon:before {
          content: "";
          position: absolute;
          width: 208px;
          height: 2px;
          background-color: #BA1D21;
          top: 112%;
          left: 55%;
          -webkit-transform: rotate(31deg);
          transform: rotate(31deg); }
          @media only screen and (max-width: 1100px) {
            .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:first-child .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(2) .icon:before {
              width: 144px;
              top: 97%; } }
          @media only screen and (max-width: 850px) {
            .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:first-child .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(2) .icon:before {
              width: 109px;
              top: 93%; } }
          @media only screen and (max-width: 550px) {
            .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:first-child .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(2) .icon:before {
              width: 94px;
              top: 93%; } }
      .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(3), .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(4), .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(5) {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%; }
      .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(3) .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(4) .icon:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 144px;
        background-color: #BA1D21;
        bottom: 66px;
        right: 92px;
        -webkit-transform: rotate(56deg);
        transform: rotate(56deg); }
        @media only screen and (max-width: 1100px) {
          .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(3) .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(4) .icon:before {
            height: 147px; } }
        @media only screen and (max-width: 850px) {
          .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(3) .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(4) .icon:before {
            height: 117px;
            bottom: 83px;
            right: 68px; } }
        @media only screen and (max-width: 700px) {
          .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(3) .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(4) .icon:before {
            height: 93px;
            bottom: 70px;
            right: 58px; } }
        @media only screen and (max-width: 495px) {
          .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(3) .icon:before, .post-production_procedure .post-circle.post-circle-desktop .post-circle-item:nth-child(4) .icon:before {
            height: 77px;
            bottom: 95px;
            right: 55px; } }
  .post-production_procedure .post-circle .text {
    text-align: center; }
    @media only screen and (max-width: 700px) {
      .post-production_procedure .post-circle .text {
        font: 14px "GilroyRegular", sans-serif !important; } }
  .post-production_procedure .post-circle .icon {
    width: 110px;
    height: 110px;
    background-color: #BA1D21;
    border-radius: 50%;
    margin: 5px 0; }
    @media only screen and (max-width: 700px) {
      .post-production_procedure .post-circle .icon {
        width: 90px;
        height: 90px; } }
    .post-production_procedure .post-circle .icon span {
      display: block;
      -webkit-mask-size: contain;
      mask-size: contain;
      width: 60px;
      height: 60px;
      margin: 25px;
      background-color: #fff; }
      @media only screen and (max-width: 700px) {
        .post-production_procedure .post-circle .icon span {
          width: 40px;
          height: 40px; } }
  .post-production_procedure .post-circle #post-circle-3 {
    -webkit-mask-image: url("../../dist/images/ordering.svg");
    mask-image: url("../../dist/images/ordering.svg"); }
  .post-production_procedure .post-circle #post-circle-1 {
    -webkit-mask-image: url("../../dist/images/design_creation.svg");
    mask-image: url("../../dist/images/design_creation.svg"); }
  .post-production_procedure .post-circle #post-circle-4 {
    -webkit-mask-image: url("../../dist/images/reconciliation.svg");
    mask-image: url("../../dist/images/reconciliation.svg"); }
  .post-production_procedure .post-circle #post-circle-2 {
    -webkit-mask-image: url("../../dist/images/seal.svg");
    mask-image: url("../../dist/images/seal.svg"); }
  .post-production_procedure .post-circle #post-circle-5 {
    -webkit-mask-image: url("../../dist/images/broadcast.svg");
    mask-image: url("../../dist/images/broadcast.svg"); }
  .post-production_procedure .post-circle .text {
    font: 20px 'GilroyRegular', sans-serif; }
  .post-production_procedure .post-circle.post-circle-mobile {
    display: none; }
    @media only screen and (max-width: 450px) {
      .post-production_procedure .post-circle.post-circle-mobile {
        display: block; }
        .post-production_procedure .post-circle.post-circle-mobile .post-circle-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0 auto;
          width: 300px; }
          .post-production_procedure .post-circle.post-circle-mobile .post-circle-item:first-child {
            margin-top: 10px; }
          .post-production_procedure .post-circle.post-circle-mobile .post-circle-item .text {
            margin-left: 10px; } }

.post-reviews {
  padding-top: 64px;
  padding-bottom: 64px; }
  @media only screen and (max-width: 850px) {
    .post-reviews {
      padding-top: 32px;
      padding-bottom: 32px; } }

.promotion {
  display: block; }
  .promotion .promotion-menu-container {
    margin: 0 auto; }
  .promotion .promotion-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .promotion .promotion-menu li {
      cursor: pointer;
      background: #DCDCDC;
      color: #7B7B7B;
      border-radius: 20px;
      padding: 9px 30px;
      border: 2px dashed transparent;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin: 5px 10px 0; }
      .promotion .promotion-menu li:hover {
        border: 2px dashed #DCDCDC;
        background: none; }
      .promotion .promotion-menu li a {
        color: #7B7B7B;
        font: 14px 'GilroyBold', sans-serif; }
  .promotion .page-content {
    width: 100%;
    padding-left: 0; }
    .promotion .page-content .item {
      width: 23%; }
      @media only screen and (max-width: 1100px) {
        .promotion .page-content .item {
          width: 31%; } }
      @media only screen and (max-width: 800px) {
        .promotion .page-content .item {
          width: 48%; } }
      @media only screen and (max-width: 600px) {
        .promotion .page-content .item {
          width: 100%; } }
  .promotion .caption {
    margin-bottom: 15px; }

.popup {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 65px;
  max-width: 550px; }
  @media only screen and (max-width: 901px) {
    .popup {
      padding: 25px; } }
  .popup .title {
    font: 24px 'GilroyBold', sans-serif;
    color: #000;
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 901px) {
      .popup .title {
        font-size: 20px;
        margin-bottom: 30px; } }

.popup#city {
  max-width: 1480px; }
  @media only screen and (max-width: 1400px) {
    .popup#city {
      padding: 20px; } }
  .popup#city .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .popup#city .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .popup#city .ui-tabs-nav {
    width: 30%; }
    @media only screen and (max-width: 1200px) {
      .popup#city .ui-tabs-nav {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
    .popup#city .ui-tabs-nav li {
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .popup#city .ui-tabs-nav li {
          width: 49%;
          margin-bottom: 10px !important; } }
      @media only screen and (max-width: 600px) {
        .popup#city .ui-tabs-nav li {
          width: 100%; } }
      .popup#city .ui-tabs-nav li:not(:last-child) {
        margin-bottom: 25px; }
        @media only screen and (max-width: 1200px) {
          .popup#city .ui-tabs-nav li:not(:last-child) {
            margin-bottom: 0; } }
      .popup#city .ui-tabs-nav li:before {
        content: '';
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 7px 0 7px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border-color: #000 transparent transparent transparent; }
      .popup#city .ui-tabs-nav li.ui-tabs-active:before {
        -webkit-transform: rotate(-90deg) translateX(50%);
        transform: rotate(-90deg) translateX(50%);
        border-color: #fff transparent transparent transparent; }
      .popup#city .ui-tabs-nav li.ui-tabs-active a {
        background: #3A3A3A;
        color: #fff; }
    .popup#city .ui-tabs-nav a {
      width: 100%;
      background: #E0E0E0;
      padding: 18px 50px 18px 30px;
      color: #000;
      text-align: center;
      font: 20px 'GilroyBold', sans-serif; }
      @media only screen and (max-width: 1400px) {
        .popup#city .ui-tabs-nav a {
          font-size: 16px; } }
      @media only screen and (max-width: 450px) {
        .popup#city .ui-tabs-nav a {
          font-size: 14px;
          padding: 10px 40px 10px 10px; } }
  .popup#city .tab {
    width: 68%;
    border: 2px dashed #9D9D9D;
    border-radius: 5px;
    padding: 25px 75px; }
    @media only screen and (max-width: 1200px) {
      .popup#city .tab {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .popup#city .tab {
        padding: 20px 40px; } }
  .popup#city .list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
    @media only screen and (max-width: 700px) {
      .popup#city .list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
    @media only screen and (max-width: 370px) {
      .popup#city .list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
    .popup#city .list li {
      display: block;
      width: 100%;
      padding-right: 20px; }
      .popup#city .list li:not(:nth-child(3n)) {
        margin-right: 35px; }
        @media only screen and (max-width: 1200px) {
          .popup#city .list li:not(:nth-child(3n)) {
            margin-right: 0; } }
      .popup#city .list li.label a:before {
        content: 'топ';
        display: block;
        text-align: center;
        background: #E41D23;
        color: #fff;
        padding: 2px 6px;
        border-radius: 6px;
        font: 8px 'GilroyBold', sans-serif;
        position: absolute;
        left: -30px;
        top: 6px; }
      .popup#city .list li.active a {
        text-decoration: underline;
        color: #E41D23; }
    .popup#city .list a {
      position: relative;
      display: block;
      color: #000;
      font: 18px/1.6 'GilroyMedium', sans-serif; }
      @media only screen and (max-width: 700px) {
        .popup#city .list a {
          font-size: 15px; } }
      .popup#city .list a:hover {
        color: #E41D23; }

.popup#choose-city {
  max-width: 450px; }
  .popup#choose-city .title {
    text-align: left;
    margin-bottom: 10px; }
  .popup#choose-city .subtitle {
    text-align: left;
    color: #878787;
    font: 16px 'GilroySemiBold', sans-serif;
    margin-bottom: 10px; }
    @media only screen and (max-width: 451px) {
      .popup#choose-city .subtitle {
        font-size: 14px; } }
  .popup#choose-city .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .popup#choose-city .buttons a {
      padding: 15px 25px;
      text-align: center;
      border-radius: 5px;
      font: 14px 'GilroySemiBold', sans-serif; }
      @media only screen and (max-width: 451px) {
        .popup#choose-city .buttons a {
          padding: 10px; } }
      .popup#choose-city .buttons a.btn-yes {
        color: #fff;
        background: #E41D23; }
      .popup#choose-city .buttons a.btn-no {
        color: #000;
        background: #C4C4C4; }

.popup#adresses {
  background: #fff;
  margin: 0 auto;
  max-width: 900px; }
  .popup#adresses .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popup#adresses .item {
    width: 30%;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px; }
    .popup#adresses .item:not(:nth-child(3n)) {
      margin-right: 3%; }
    .popup#adresses .item::before {
      content: '\e907';
      display: inline-block;
      font-family: 'icomoon';
      color: #E41D23;
      position: absolute;
      left: 0;
      top: 4px; }
    .popup#adresses .item__title {
      font: 18px 'GilroyBold', sans-serif;
      margin-bottom: 5px; }
    .popup#adresses .item__text {
      font: 14px 'GilroyRegular', sans-serif;
      width: 80%; }

.popup#confirmed {
  text-align: center; }
  .popup#confirmed .popup__title {
    margin-bottom: 10px; }
  .popup#confirmed .popup__subtitle {
    margin-bottom: 25px; }
  .popup#confirmed .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .popup#confirmed .btn2 {
    width: 48%; }
    .popup#confirmed .btn2.continue {
      background: #B1B1B1; }
      .popup#confirmed .btn2.continue:hover {
        background: #000; }

/*# sourceMappingURL=style.css.map */
