@charset "UTF-8";
/*
Theme Name: А4 YUG
*/
.menu-line-mobile .menu-main > li > .sub-menu::-webkit-scrollbar {
  width: 7px;
  height: 5px;
  border-radius: 25px;
  -webkit-appearance: none; }

.menu-line-mobile .menu-main > li > .sub-menu::-webkit-scrollbar-track {
  border-radius: 25px; }

.menu-line-mobile .menu-main > li > .sub-menu::-webkit-scrollbar-thumb {
  background-color: #3680B8;
  background: #3680B8;
  border-radius: 25px;
  height: 50px; }

header a:hover {
  text-decoration: none; }
header .header-line {
  background-color: #3680B8;
  height: 94px; }
  header .header-line .icon {
    margin-right: 8px;
    vertical-align: sub; }
  header .header-line .text {
    font-size: 16px;
    text-align: right;
    color: white;
    margin-top: 18px;
    margin-bottom: 8px; }
    header .header-line .text a {
      font-size: 16px;
      text-align: right;
      color: white;
      margin-top: 18px;
      margin-bottom: 8px; }
    header .header-line .text a:hover {
      color: #dddddd; }
  header .header-line .description {
    font-size: 14px;
    text-align: right;
    color: white; }
    header .header-line .description a {
      font-size: 14px;
      text-align: right;
      color: white; }
    header .header-line .description a:hover {
      color: #dddddd; }
    header .header-line .description .center {
      margin-right: -33px; }
  header .header-line .center {
    text-align: center; }
  header .header-line .callback span {
    padding-bottom: 4px;
    border-bottom: 1px solid white; }
  header .header-line .callback span:hover {
    cursor: pointer;
    color: #dddddd;
    border-color: #dddddd; }
  header .header-line .gilroy-medium {
    font-family: gilroy-medium; }
  header .header-line .gilroy-semi-bold {
    font-family: gilroy-semibold; }
header .logo-line {
  height: 106px; }
  header .logo-line .logo {
    width: 100%;
    margin-top: -84.6px; }
  header .logo-line .container-buttons {
    text-align: right; }
  header .logo-line .btn-cont {
    margin-top: 28px;
    margin-left: 28px;
    display: inline-block; }
    header .logo-line .btn-cont svg {
      vertical-align: sub;
      margin-left: 3px; }
header .menu-line {
  height: 52px;
  background-color: #3680B8; }
  header .menu-line ul {
    list-style-type: none; }
  header .menu-line svg {
    margin-left: 10px; }
    header .menu-line svg path {
      fill: white; }
  header .menu-line .menu-main > li > a {
    color: white;
    font-size: 18px;
    margin-top: 12px; }
  header .menu-line .menu-main > li > a:hover {
    color: #dddddd; }
  header .menu-line .menu-main > li > .sub-menu > li > a {
    color: #3680B8;
    font-family: gilroy-semibold;
    font-size: 18px; }
  header .menu-line .menu-main > li > .sub-menu > li > a:hover {
    color: #D23766; }
  header .menu-line .menu-main .sub-menu a {
    color: black; }
  header .menu-line .menu-main .sub-menu a:hover {
    color: rgba(0, 0, 0, 0.6); }
  header .menu-line .menu-main > li > .sub-menu > li > a > span {
    text-align: left;
    font-size: 16px; }
  header .menu-line .menu-main {
    margin-top: 12px;
    margin-bottom: 0; }
    header .menu-line .menu-main img {
      max-width: 100%;
      max-height: 200px;
      margin-bottom: 15px;
      object-fit: cover; }
  header .menu-line .menu-main > li {
    padding-bottom: 14px;
    display: inline-block;
    margin-right: 14.3%; }
  header .menu-line .menu-main > li:last-child {
    margin-right: 0; }
  header .menu-line .menu-main, header .menu-line .menu-main .sub-menu .sub-menu {
    padding-left: 0; }
  header .menu-line .menu-main > .menu-item-has-children:hover > .sub-menu {
    display: flex; }
  header .menu-line .menu-main > li > .sub-menu {
    display: none;
    margin-top: 13px;
    margin-left: 0px;
    padding-left: 40px;
    padding-right: 25px;
    padding-bottom: 60px;
    position: absolute;
    width: 1176px;
    background-color: white;
    z-index: 105;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(34, 60, 80, 0.2); }
  header .menu-line .menu-main .sub-menu .sub-menu li {
    margin-top: 15px; }
  header .menu-line .menu-main > li > .sub-menu > li {
    margin-top: 60px; }
header .btn-menu-cont .btn-menu {
  background-color: white;
  border-radius: 60px;
  text-align: center;
  width: 55px;
  height: 55px;
  margin-top: 20px;
  float: right; }
  header .btn-menu-cont .btn-menu svg {
    margin-top: 19px; }
header .btn-menu-cont .btn-menu:hover {
  cursor: pointer; }

.menu-line-mobile {
  display: none;
  width: 320px;
  border-radius: 15px;
  background-color: white;
  overflow: auto;
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 99999;
  right: 0;
  top: 0; }
  .menu-line-mobile a {
    color: rgba(47, 47, 47, 0.7);
    font-size: 18px;
    text-align: left;
    font-weight: 800; }
  .menu-line-mobile ul {
    list-style-type: none; }
    .menu-line-mobile ul svg {
      margin-left: 10px; }
  .menu-line-mobile .active {
    font-family: gilroy-semibold;
    color: #3680B8; }
    .menu-line-mobile .active svg path {
      fill: #3680B8; }
  .menu-line-mobile .icon-menu-cont {
    width: 100%;
    text-align: right; }
    .menu-line-mobile .icon-menu-cont .icon-menu {
      display: inline-block;
      padding-right: 30px;
      padding-top: 30px;
      width: 60px;
      margin-bottom: 0px; }
  .menu-line-mobile .menu-image-title-below img {
    display: none; }
  .menu-line-mobile .menu-image-title {
    text-align: left; }
  .menu-line-mobile .menu-main {
    padding-left: 0; }
    .menu-line-mobile .menu-main ul {
      padding: 0; }
    .menu-line-mobile .menu-main > li {
      margin-bottom: 20px; }
      .menu-line-mobile .menu-main > li > a {
        padding: 10px 15px; }
      .menu-line-mobile .menu-main > li > .sub-menu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 260px;
        margin-top: 10px;
        display: none; }
  .menu-line-mobile .sub-menu {
    background-color: #F5F5F5; }
    .menu-line-mobile .sub-menu > li {
      padding: 15px 15px; }
      .menu-line-mobile .sub-menu > li > a span {
        color: #3680B8;
        margin: 15px 0; }
      .menu-line-mobile .sub-menu > li li {
        padding: 10px 0; }
        .menu-line-mobile .sub-menu > li li a {
          font-weight: 200; }
  .menu-line-mobile .footer-menu {
    padding-bottom: 15px;
    margin-top: 40px;
    color: #3680B8; }
    .menu-line-mobile .footer-menu a {
      color: #3680B8; }
    .menu-line-mobile .footer-menu .block {
      margin-top: 20px;
      padding: 0 15px; }
    .menu-line-mobile .footer-menu .icon {
      display: inline-block;
      width: 8%;
      vertical-align: top; }
    .menu-line-mobile .footer-menu .text-cont {
      display: inline-block;
      width: 90%; }
      .menu-line-mobile .footer-menu .text-cont .text, .menu-line-mobile .footer-menu .text-cont .text a {
        font-family: gilroy-semibold;
        font-size: 16px; }
      .menu-line-mobile .footer-menu .text-cont .description, .menu-line-mobile .footer-menu .text-cont .description a {
        font-family: gilroy-regular;
        font-size: 14px; }
        .menu-line-mobile .footer-menu .text-cont .description span, .menu-line-mobile .footer-menu .text-cont .description a span {
          padding-bottom: 3px;
          border-bottom: 1px solid #3680B8; }

@media (min-width: 1200px) {
  header .menu-main > li > .sub-menu > li img {
    padding: 10px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(6) img {
    padding: 22px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(3) img {
    padding: 50px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(4) img {
    padding: 30px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(7) img {
    padding: 20px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header .menu-line .menu-main > li {
    margin-right: 12.3%; }
  header .center-block {
    text-align: right; }
    header .center-block > div {
      margin-right: -150px; }
  header .left-block > div {
    margin-right: -100px; }
  header .menu-line .menu-main > li > .sub-menu {
    width: 980px; }
  header .menu-main > li > .sub-menu > li img {
    padding: 25px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(6) img {
    padding: 35px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(3) img {
    padding: 60px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(4) img {
    padding: 40px 0; }
  header .menu-main > li > .sub-menu > li:nth-child(7) img {
    padding: 33px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  header .center-block {
    text-align: right; }
    header .center-block > div {
      margin-right: -135px; }
  header .logo-line {
    border-bottom: 1px solid #d9e7f2;
    height: 102px; }
    header .logo-line .logo {
      width: 198px;
      margin-top: -69px; }
      header .logo-line .logo img {
        width: 100%; } }
@media (min-width: 576px) and (max-width: 767px) {
  header .btn-normal {
    width: 165px !important;
    height: 39px !important;
    border-radius: 10px !important; }
  header .btn-main {
    font-size: 12px; }
  header .header-line {
    height: 58px; }
    header .header-line .center-block {
      padding-right: 0 !important; }
    header .header-line .text, header .header-line .text a {
      font-size: 14px !important;
      margin-top: 8px;
      margin-bottom: -3px;
      text-align: right; }
    header .header-line .description, header .header-line .description a {
      text-align: right;
      font-size: 12px !important; }
    header .header-line .text {
      margin-right: -20px; }
    header .header-line .description {
      margin-right: -20px; }
      header .header-line .description .center {
        margin-right: 0 !important; }
    header .header-line .center {
      text-align: right; }
  header .btn-menu {
    margin-top: 9px !important;
    width: 40px !important;
    height: 40px !important; }
    header .btn-menu svg {
      margin-top: 11px !important;
      width: 25px !important; }
  header .logo-line {
    height: 60px;
    border-bottom: 1px solid #d9e7f2; }
    header .logo-line .logo {
      width: 122px;
      margin-top: -42px; }
      header .logo-line .logo img {
        width: 100%; }
    header .logo-line .btn-cont {
      margin-top: 10px;
      margin-left: 15px; }
      header .logo-line .btn-cont svg {
        display: none; } }
@media (max-width: 575px) {
  header .btn-normal {
    width: 136px;
    height: 38px;
    border-radius: 10px; }
  header .btn-main {
    font-size: 12px; }
  header .header-line {
    height: 58px; }
  header .btn-menu {
    margin-top: 9px !important;
    width: 40px !important;
    height: 40px !important; }
    header .btn-menu svg {
      margin-top: 11px !important;
      width: 25px !important; }
  header .logo-line {
    height: 74px; }
    header .logo-line .logo {
      width: 122px;
      margin-top: -42px; }
      header .logo-line .logo img {
        width: 100%; }
    header .logo-line .block-tel {
      margin-top: 3px; }
  header .btn-cont-sm {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9e7f2; }
  header .block-tel {
    padding-left: 0 !important;
    text-align: right; }
    header .block-tel .icon {
      display: inline-block;
      width: 20px;
      vertical-align: top; }
    header .block-tel .text-cont {
      display: inline-block;
      width: 118px !important; }
      header .block-tel .text-cont .text, header .block-tel .text-cont .text a {
        font-family: gilroy-semibold;
        font-size: 14px;
        color: #474747; }
      header .block-tel .text-cont .description, header .block-tel .text-cont .description a {
        font-family: gilroy-regular;
        font-size: 15px;
        color: #3680B8; }
        header .block-tel .text-cont .description span, header .block-tel .text-cont .description a span {
          padding-bottom: 3px;
          border-bottom: 1px solid #3680B8; } }
footer {
  background-color: #3680B8;
  padding-top: 35px;
  color: white;
  padding-bottom: 60px; }
  footer a {
    color: white;
    text-decoration: none; }
  footer a:hover {
    text-decoration: none;
    color: #dddddd; }
  footer .title {
    font-size: 18px;
    margin-top: 35px;
    font-family: gilroy-bold;
    margin-bottom: 30px; }
  footer .elem {
    padding-bottom: 17px;
    font-family: gilroy-bold; }
    footer .elem .icon {
      margin-right: 8px; }
      footer .elem .icon svg {
        vertical-align: sub; }
    footer .elem .text-bold {
      font-family: gilroy-bold;
      font-size: 16px; }
    footer .elem .tel {
      font-size: 16px;
      font-family: gilroy-bold; }
  footer .soc-btn {
    margin-top: 30px; }
    footer .soc-btn a {
      margin-right: 20px; }
    footer .soc-btn a:last-child {
      margin-right: 0; }
    footer .soc-btn a:hover svg path {
      fill: #dddddd; }
    footer .soc-btn a:hover .tr {
      fill: #3680B8; }
  footer .item {
    padding-bottom: 20px; }
  footer .block-foot {
    text-align: right;
    margin-top: 35px; }
    footer .block-foot .btn-cont {
      display: inline-block;
      text-align: right; }
      footer .block-foot .btn-cont .btn-normal {
        color: black;
        background-color: white;
        transition: 200ms; }
      footer .block-foot .btn-cont .btn-normal:hover {
        background-color: #dddddd;
        color: white; }
      footer .block-foot .btn-cont .btn-normal:not(:hover) {
        transition: 200ms; }
    footer .block-foot .text {
      margin-top: 50px; }
    footer .block-foot .policy {
      margin-top: 30px;
      margin-bottom: 117px; }
      footer .block-foot .policy span {
        padding-bottom: 3px;
        border-bottom: 1px solid white; }

@media (min-width: 768px) and (max-width: 991px) {
  footer .block-foot {
    text-align: left !important; }
    footer .block-foot .text {
      margin-top: 20px; }
    footer .block-foot .policy {
      margin-top: 20px;
      margin-bottom: 35px; } }
@media (min-width: 576px) and (max-width: 767px) {
  footer .block-foot .text {
    margin-top: 20px; }
  footer .block-foot .policy {
    margin-top: 20px;
    margin-bottom: 68px; } }
@media (max-width: 576px) {
  footer {
    text-align: center !important; }
    footer .block-foot {
      text-align: center !important; }
      footer .block-foot .text {
        margin-top: 20px; }
      footer .block-foot .policy {
        margin-top: 20px;
        margin-bottom: 35px; } }
@media (min-width: 768px) {
  .rollup .elem-last, .calc-information-stand .elem-last, .stickersmain .elem-last, .carstickers .elem-last, .stickerswindow .elem-last, .photowall .elem-last, .warrantystickers .elem-last, .samokleyashchayasya-plenka .elem-last, .backlit .elem-last, .informationstickers .elem-last, .stickersfloor .elem-last, .plottercutting .elem-last, .stencilsfilm .elem-last, .calc-banner .elem-last {
    margin-bottom: 0 !important; }

  .calc-ugolok-potrebitelya .elem1min, .calc-ugolok-potrebitelya .elem2min {
    display: inline-block;
    width: 47%;
    margin-right: 2%; }
    .calc-ugolok-potrebitelya .elem1min label, .calc-ugolok-potrebitelya .elem2min label {
      font-size: 12px; } }
.calc {
  margin-top: 30px;
  position: relative;
  padding: 40px 50px;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  border-radius: 15px; }
  .calc .title {
    color: #474747;
    font-size: 24px;
    margin-bottom: 20px; }
  .calc label {
    color: rgba(0, 0, 0, 0.7);
    display: block !important;
    width: 100%; }
  .calc .discount .discount-pink {
    font-size: 24px;
    color: #D23766;
    font-family: gilroy-bold; }
  .calc .discount .discount-black {
    font-size: 24px; }
  .calc .total-main-col {
    text-align: right;
    margin-bottom: 20px; }
    .calc .total-main-col .total-lab {
      font-size: 24px;
      color: #3680B8;
      font-family: gilroy-bold; }
    .calc .total-main-col .deskr {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5); }
      .calc .total-main-col .deskr b {
        color: #D23766;
        font-family: gilroy-semibold; }
    .calc .total-main-col .total {
      font-size: 24px; }
    .calc .total-main-col .one-stick {
      font-size: 22px;
      color: #3680B8 !important; }
  .calc .cont-battom-deskr {
    margin-top: 35px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5); }
  .calc .btn-cont {
    text-align: right; }
    .calc .btn-cont button {
      margin-top: 20px;
      display: inline-block; }
  .calc .radio-cont {
    margin-top: 5px; }
    .calc .radio-cont span {
      margin-right: 5px; }
  .calc .label {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px; }
  .calc .blue {
    color: #3680B8;
    font-family: gilroy-bold; }
  .calc input {
    width: 90%;
    margin-right: 9%;
    outline: none;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .calc input:focus, .calc input:active {
    border: solid 2px #3680B8 !important; }
  .calc input[type=radio], .calc input[type=checkbox] {
    margin-right: 2px;
    width: auto; }
  .calc select {
    -webkit-appearance: none;
    /* Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* убираем дефолнтные стрелочки */
    box-shadow: none;
    width: 90%;
    height: 38px;
    margin-right: 9%;
    outline: none;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    padding-top: 5px;
    background-color: white !important;
    padding-bottom: 7px;
    border: solid 2px rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.7); }
    .calc select option {
      color: rgba(0, 0, 0, 0.7); }
  .calc select:focus, .calc select:active {
    border: solid 2px #3680B8; }
  .calc .blue-max-width {
    margin-left: 2px;
    font-size: 10px;
    color: #3680B8; }
  .calc .min-input {
    width: 42%;
    margin-right: 4%; }
  .calc .min-input-2 {
    width: 42%;
    margin-right: 0; }
  .calc .elem {
    margin-bottom: 30px; }
  .calc .min-deskr {
    vertical-align: top;
    padding-top: 2px;
    display: inline-block !important;
    width: 86%;
    font-size: 14px !important; }
  .calc .help-calc svg {
    width: 24px;
    max-height: 24px;
    vertical-align: bottom;
    margin-left: 4px; }
    .calc .help-calc svg path {
      fill: #D23766;
      -webkit-animation: blink 3s linear infinite;
      animation: blink 3s linear infinite; }
  .calc .help-calc:hover {
    cursor: pointer; }
    .calc .help-calc:hover svg path {
      fill: #D23766; }
  .calc .help-window {
    display: none;
    position: absolute;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-height: 90% !important;
    overflow: scroll;
    overflow-y: scroll;
    background-color: white; }
  .calc input[type=checkbox] {
    display: inline-block !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 3px; }
  .calc input[type=checkbox]::before {
    content: "✓";
    color: #3680B8;
    font-size: 18px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    opacity: 0;
    transition: .1s ease-in; }
  .calc input[type=checkbox]:checked::before {
    opacity: 1; }
  .calc input[type=radio]:checked {
    color: #3680B8;
    border-color: #3680B8; }

@media (min-width: 1200px) {
  .calc {
    padding: 40px 0; }
    .calc .middle {
      margin-right: -35px;
      margin-left: 35px; }
    .calc .click-calc {
      width: 285px;
      height: 60px;
      font-size: 18px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .calc .click-calc {
    width: 285px;
    height: 60px;
    font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .calc .cont-battom-deskr {
    margin-top: 15px; }

  .calc .btn-cont {
    text-align: right; }

  .calc .min-deskr {
    width: 84%; }
  .calc .title {
    font-size: 20px;
    font-family: gilroy-semibold; }
  .calc .click-calc {
    width: 285px;
    height: 60px;
    font-size: 18px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .calc {
    padding: 25px 18px; }
    .calc .btn-cont {
      text-align: center; }
    .calc select {
      width: 100%; }
    .calc input {
      width: 100%; }
    .calc .min-input {
      width: 45%;
      margin-right: 9%; }
    .calc .min-input-2 {
      width: 45%;
      margin-right: 0; }
    .calc .cont-battom-deskr {
      margin-top: 30px; }
    .calc .click-calc {
      width: 255px;
      height: 50px;
      font-size: 16px; } }
@media (max-width: 575px) {
  .calc {
    padding: 25px 18px; }
    .calc .btn-cont {
      text-align: center; }
      .calc .btn-cont button {
        margin-left: 10px !important;
        margin-right: 10px; }
    .calc select {
      width: 100%; }
    .calc input {
      width: 100%; }
    .calc .min-input {
      width: 45%;
      margin-right: 8%; }
    .calc .min-input-2 {
      width: 45%;
      margin-right: 0; }
    .calc .cont-battom-deskr {
      margin-top: 20px; }
    .calc .total-lab {
      font-size: 20px !important; }
    .calc .total {
      font-size: 19px !important; }
    .calc .one-stick {
      font-size: 17px !important; }
    .calc .discount .discount-pink {
      font-size: 20px !important; }
    .calc .discount .discount-black {
      font-size: 19px !important; } }
.help-calc-h2 svg {
  width: 28px;
  max-height: 28px;
  vertical-align: baseline;
  margin-left: 4px; }
  .help-calc-h2 svg path {
    fill: #D23766;
    -webkit-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite; }

.help-calc-h2:hover {
  cursor: pointer; }
  .help-calc-h2:hover svg path {
    fill: #D23766; }

.help-window {
  display: none;
  position: absolute;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: auto;
  background-color: white;
  z-index: 12; }

@-webkit-keyframes blink {
  0% {
    fill: #3680B8; }
  25% {
    fill: rgba(209, 65, 105, 0.5); }
  50% {
    fill: #D23766; }
  75% {
    fill: rgba(54, 128, 184, 0.5); }
  100% {
    fill: #3680B8; } }
@keyframes blink {
  0% {
    fill: #3680B8; }
  25% {
    fill: rgba(209, 65, 105, 0.5); }
  50% {
    fill: #D23766; }
  75% {
    fill: rgba(54, 128, 184, 0.5); }
  100% {
    fill: #3680B8; } }
.our-work-bottom {
  margin-bottom: 65px; }

.our-work {
  margin-bottom: 25px; }
  .our-work .images {
    margin-top: 10px; }
    .our-work .images .elem {
      margin-top: 30px;
      overflow: hidden;
      height: 179px;
      width: 100%;
      border-radius: 15px; }
    .our-work .images .elem-big {
      height: 388px; }
    .our-work .images img {
      width: 100%;
      /* Ширина изображений */
      height: 100%;
      /* Высота изображении */
      object-fit: cover; }
  .our-work .btn-cont {
    margin-top: 48px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .our-work .elem {
    height: 145px !important; }
  .our-work .elem-big {
    height: 320px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .our-work .elem {
    height: 160px !important; }
  .our-work .elem-big {
    height: 250px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .our-work .elem {
    height: 166px !important; }
  .our-work .elem-big {
    height: 354px !important; }
  .our-work .btn-cont {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 576px) {
  .our-work .elem {
    height: calc(47vw / 1.55) !important; }
  .our-work .elem-big {
    height: calc(100vw / 1.55) !important; }
  .our-work .btn-cont {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }
.icon-standart-block .item {
  margin-top: 45px;
  border: none; }
.icon-standart-block .h2 {
  margin-bottom: 0; }
.icon-standart-block .item__title {
  margin: 21px 0 22px 0;
  font-family: gilroy-bold;
  font-size: 18px;
  line-height: 22px;
  color: #474747; }

@media (max-width: 767px) {
  .icon-standart-block .item__title {
    line-height: 0;
    margin: 17px 0 19px 0; } }
.gray-wave {
  background: url("./images/gray-wave.png");
  background-repeat: no-repeat !important;
  background-size: 100%;
  padding-top: 160px;
  margin-top: -25px;
  padding-bottom: 60px; }
  .gray-wave .elem {
    margin-top: 5px; }
  .gray-wave .num {
    font-size: 24px;
    color: #D23766;
    margin-right: 10px;
    font-family: gilroy-bold;
    vertical-align: sub; }
  .gray-wave .normal-text:first-child {
    margin-top: 45px; }
  .gray-wave .last {
    margin-top: 30px; }

@media (min-width: 1600px) {
  .gray-wave {
    background-size: 100%;
    padding-top: 205px;
    margin-top: -40px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .gray-wave {
    padding-top: 140px;
    margin-top: -30px;
    background-size: 175% 110%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .gray-wave {
    padding-top: 140px;
    margin-top: -50px;
    background-size: 230% 120% !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .gray-wave {
    padding-top: 140px;
    margin-top: -50px;
    background-size: 400%;
    padding-bottom: 40px; } }
@media (max-width: 575px) {
  .gray-wave {
    padding-top: 140px;
    margin-top: -50px;
    background-size: 740%;
    padding-bottom: 40px; } }
.top-text-block {
  margin-top: 75px; }
  .top-text-block .normal-text {
    margin-top: 30px; }

@media (max-width: 765px) {
  .top-text-block {
    margin-top: 65px; } }
.pink-num-block .elem {
  margin-top: 30px; }
  .pink-num-block .elem .num {
    color: #D23766;
    font-family: gilroy-bold;
    font-size: 72px;
    line-height: 1; }
  .pink-num-block .elem .title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: gilroy-bold; }
.pink-num-block .opacity1 {
  opacity: 0.4; }
.pink-num-block .opacity2 {
  opacity: 0.6; }
.pink-num-block .opacity3 {
  opacity: 0.8; }

.mini-form-block {
  padding-bottom: 75px; }
  .mini-form-block .normal-text {
    padding-top: 20px;
    padding-bottom: 20px; }
  .mini-form-block .mini-form .btn-main {
    width: 100%;
    text-align: center;
    outline: none; }
  .mini-form-block .mini-form input:not(.btn-main) {
    width: 100%;
    border: none;
    border-bottom: 2px solid #3680B8;
    outline: none;
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 15px; }
  .mini-form-block .mini-form input:not(.btn-main):focus {
    border-color: #D23766; }
  .mini-form-block .wpcf7-response-output {
    text-align: center; }

@media (max-width: 991px) {
  .btn-normal {
    margin-top: 30px; } }
@media (max-width: 768px) {
  .mini-form-block {
    padding-bottom: 55px; } }
.recomended a {
  text-decoration: none;
  color: #474747; }
.recomended a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #474747; }
  .recomended a:hover .title {
    color: #3680B8; }
.recomended .h2 {
  margin-bottom: 15px; }
.recomended .elem {
  margin-top: 30px; }
.recomended .img-cont {
  height: 264px; }
  .recomended .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px; }
.recomended .deskr {
  margin-top: 10px;
  padding: 0 15px; }
.recomended .title {
  font-family: gilroy-bold;
  font-size: 24px; }
.recomended .bold {
  font-family: gilroy-bold; }

@media (min-width: 992px) and (max-width: 1199px) {
  .recomended .img-cont {
    height: 218px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .recomended .img-cont {
    height: 300px; }
  .recomended .deskr {
    margin-top: 4px; }
    .recomended .deskr .title {
      font-size: 20px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .recomended .img-cont {
    height: 240px; }
  .recomended .deskr {
    padding: 0 3px;
    margin-top: 2px; }
    .recomended .deskr .title {
      font-size: 20px; } }
@media (max-width: 575px) {
  .recomended .elem {
    text-align: center; }
  .recomended .img-cont {
    height: 260px; }
    .recomended .img-cont img {
      width: 290px; }
  .recomended .deskr {
    padding: 0 3px;
    margin-top: 2px; }
    .recomended .deskr span {
      font-size: 14px; }
    .recomended .deskr .title {
      font-size: 18px; } }
.map .normal-text {
  margin-top: 20px;
  margin-bottom: 20px; }
.map .map-deskr {
  z-index: 200;
  margin-top: 30px;
  position: absolute;
  background-color: white;
  border-radius: 15px;
  padding: 25px;
  padding-top: 0; }
  .map .map-deskr a {
    color: #474747; }
  .map .map-deskr a:hover {
    color: #3680B8;
    text-decoration: none; }
  .map .map-deskr .elem {
    margin-top: 12px; }
    .map .map-deskr .elem .title {
      font-family: gilroy-bold; }
  .map .map-deskr .img-cont {
    margin-top: 5px; }
    .map .map-deskr .img-cont img {
      width: 100%; }

@media (min-width: 576px) and (max-width: 767px) {
  .map .map-deskr {
    font-size: 14px; } }
@media (max-width: 575px) {
  .map .map-deskr {
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0; } }
.reviews {
  overflow: hidden; }
  .reviews .h2 {
    margin-bottom: 20px; }
  .reviews .item {
    background: #FFFFFF;
    padding: 30px 0; }
  .reviews .item:last-child {
    padding-bottom: 0; }
  .reviews .item:after {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 500vw;
    margin-top: 30px;
    position: absolute;
    left: -800px; }
  .reviews .top-block .img-cont {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    display: inline-block !important;
    border-radius: 100px;
    background-color: #CDCDCD;
    vertical-align: top; }
    .reviews .top-block .img-cont .letter {
      color: white;
      text-align: center;
      font-size: 26px;
      text-transform: uppercase;
      padding-top: 5px; }
  .reviews .top-block .text-cont {
    display: inline-block !important; }
    .reviews .top-block .text-cont .title {
      font-family: gilroy-semibold;
      font-size: 22px;
      color: #000D7B; }
    .reviews .top-block .text-cont .deskr {
      line-height: 0.8;
      font-size: 18px;
      color: #A9A9A9; }
  .reviews .status-line {
    margin-top: 10px; }
    .reviews .status-line .star {
      display: inline-block;
      margin-right: 8px;
      vertical-align: sub; }
      .reviews .status-line .star svg {
        width: 20px; }
    .reviews .status-line .date {
      display: inline-block;
      font-size: 22px;
      color: #A9A9A9; }
  .reviews .comment {
    margin-top: 5px;
    font-size: 20px;
    color: black; }
    .reviews .comment .long-comment {
      display: none; }
    .reviews .comment .more {
      color: #000D7B;
      font-weight: 800; }
    .reviews .comment .more:hover {
      cursor: pointer; }
  .reviews .icon-block {
    margin-top: 20px; }
    .reviews .icon-block .ic1 {
      margin-right: 30px; }
    .reviews .icon-block .ic3 {
      margin-left: 50px;
      margin-right: 5px; }
    .reviews .icon-block .ic4 {
      vertical-align: super; }
  .reviews .dots-cont-reviews {
    position: relative;
    z-index: 100;
    margin-top: 30px;
    margin-bottom: -15px;
    text-align: center; }
    .reviews .dots-cont-reviews .owl-dot {
      border: none;
      height: 4px;
      width: 30px;
      margin-right: 15px;
      background-color: rgba(54, 128, 184, 0.5);
      border-radius: 15px;
      outline: none; }
    .reviews .dots-cont-reviews .owl-dot:hover {
      cursor: pointer; }
    .reviews .dots-cont-reviews .active {
      background-color: #024D86; }

@media (min-width: 768px) and (max-width: 991px) {
  .reviews .title, .reviews .deskr, .reviews .date {
    font-size: 20px; }
  .reviews .comment {
    font-size: 18px; }
  .reviews .star svg {
    padding-top: 3px; } }
@media (max-width: 768px) {
  .reviews .title, .reviews .deskr, .reviews .date {
    font-size: 18px !important; }
  .reviews .deskr {
    padding-top: 5px !important; }
  .reviews .comment {
    font-size: 16px; }
  .reviews .star svg {
    padding-top: 3px; } }
.type-product .elem .title {
  font-size: 24px;
  color: #474747;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: gilroy-bold; }
.type-product .img-cont {
  width: 100%;
  border-radius: 15px; }
  .type-product .img-cont img {
    background-size: cover;
    border-radius: 15px;
    width: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .type-product .img-cont {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px; } }
@media (max-width: 767px) {
  .type-product .title {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    font-size: 18px !important; }
  .type-product .img-cont {
    margin-top: 30px; } }
.message-done {
  color: #3680B8;
  font-size: 24px;
  font-family: gilroy-bold;
  text-align: center;
  padding: 50px 40px;
  padding-bottom: 0; }

.message-done-deskr {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px; }

.form-call {
  max-width: 500px;
  padding: 25px 30px;
  margin: 0 auto; }
  .form-call .elem {
    margin-top: 15px; }
  .form-call .input input {
    width: 100%;
    outline: none;
    padding: 6px 5px;
    border: none;
    border-bottom: 2px solid #3680B8;
    outline: none; }
  .form-call .text textarea {
    margin-top: 30px;
    height: 44px;
    width: 100%;
    outline: none;
    padding: 6px 5px;
    border: none;
    border-bottom: 2px solid #3680B8;
    outline: none; }
  .form-call .input input:focus, .form-call .text textarea:focus {
    border-bottom: 2px solid #D23766; }
  .form-call .btn-cont {
    text-align: center;
    outline: none; }
    .form-call .btn-cont .btn-blue {
      width: 100%;
      margin-top: 15px; }
  .form-call .title-form {
    color: #474747;
    font-size: 24px;
    font-family: gilroy-bold;
    text-align: center; }
  .form-call .min-deskr {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 4px; }
  .form-call .max-deskr {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center; }
  .form-call .codedropz-upload-container {
    padding: 8px 20px; }
  .form-call .codedropz-upload-handler {
    margin-top: 20px;
    margin-bottom: 10px;
    border-color: #3680B8; }
  .form-call .codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 20px !important;
    line-height: 20px; }

@media (max-width: 575px) {
  .form-call .title-form {
    font-size: 18px; }
  .form-call .min-deskr {
    font-size: 12px; }
  .form-call .max-deskr {
    font-size: 14px; }
  .form-call .btn-main {
    max-width: 100% !important; }

  .message-done {
    font-size: 18px; } }
@media (max-width: 992px) {
  .form-call .btn-cont {
    margin-top: 0; }
  .form-call .min-deskr {
    font-size: 12px; }
  .form-call .max-deskr {
    font-size: 14px; } }
.slider-prod {
  color: #474747; }
  .slider-prod .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%; }
    .slider-prod .owl-nav button {
      background: none !important;
      outline: none;
      width: 30px;
      height: 30px;
      margin: 0 15px;
      position: absolute;
      z-index: 101; }
      .slider-prod .owl-nav button svg path {
        fill: rgba(0, 0, 0, 0.3); }
    .slider-prod .owl-nav .owl-prev {
      left: -80px; }
    .slider-prod .owl-nav .owl-next {
      right: -80px; }
  .slider-prod .owl-nav button:hover svg path {
    fill: rgba(0, 0, 0, 0.5); }
  .slider-prod .owl-carousel {
    margin-top: 50px; }
  .slider-prod .img-cont {
    width: 100%;
    height: 324px; }
    .slider-prod .img-cont img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      outline: none;
      border-radius: 15px; }
  .slider-prod .title {
    font-size: 24px;
    font-family: gilroy-bold;
    margin-bottom: 25px; }
  .slider-prod .dots-cont {
    z-index: 100;
    margin-top: -24px;
    position: relative; }
    .slider-prod .dots-cont .owl-dot {
      border: none;
      height: 4px;
      width: 30px;
      margin-right: 15px;
      background-color: rgba(54, 128, 184, 0.5);
      border-radius: 15px;
      outline: none; }
    .slider-prod .dots-cont .owl-dot:hover {
      cursor: pointer; }
    .slider-prod .dots-cont .active {
      background-color: #024D86; }

@media (min-width: 1200px) {
  .slider-prod .colbt {
    margin-bottom: 24px; } }
@media (max-width: 1080px) {
  .slider-prod .owl-nav {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-prod .img-cont {
    height: 268px; }
  .slider-prod .dots-cont {
    margin-top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .slider-prod .owl-carousel .row {
    margin-left: -9px !important;
    margin-right: -9px !important; }
  .slider-prod .dots-cont {
    margin-top: 0; }
  .slider-prod .img-cont {
    height: 215px;
    margin-top: 65px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .slider-prod .title {
    font-size: 20px; }
  .slider-prod .owl-carousel {
    margin-top: 30px; }
  .slider-prod .dots-cont {
    margin-top: 20px; }
  .slider-prod .img-cont {
    height: 215px;
    margin-top: 10px; } }
@media (min-width: 435px) and (max-width: 575px) {
  .slider-prod .title {
    font-size: 18px; }
  .slider-prod .owl-carousel {
    margin-top: 30px; }
  .slider-prod .dots-cont {
    margin-top: 10px; }
  .slider-prod .img-cont {
    height: 270px;
    width: 415px;
    margin: 10px auto; } }
@media (max-width: 434px) {
  .slider-prod .title {
    font-size: 18px; }
  .slider-prod .owl-carousel {
    margin-top: 30px; }
  .slider-prod .dots-cont {
    margin-top: 10px; }
  .slider-prod .img-cont {
    width: 300px;
    height: 215px;
    margin: 10px auto; } }
.video .normal-text {
  margin-top: 30px; }
.video .video-elem {
  margin-top: 40px; }
  .video .video-elem iframe {
    border-radius: 15px;
    width: 100% !important; }

@media (min-width: 1200px) {
  .video .video-elem iframe {
    height: 534px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .video .video-elem iframe {
    height: 445px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .video .video-elem iframe {
    height: 415px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .video .normal-text {
    margin-top: 20px; }
  .video .video-elem {
    margin-top: 30px; }
    .video .video-elem iframe {
      height: 285px !important; } }
@media (max-width: 575px) {
  .video .normal-text {
    margin-top: 20px; }
  .video .video-elem {
    margin-top: 30px; }
    .video .video-elem iframe {
      height: 250px; } }
.rollup-old-block .elem-cont .elem {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1); }
  .rollup-old-block .elem-cont .elem img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 110%; }
  .rollup-old-block .elem-cont .elem .normal-text {
    padding: 35px 15px;
    min-height: 240px; }
    .rollup-old-block .elem-cont .elem .normal-text b {
      font-family: gilroy-semibold; }
.rollup-old-block .elem-cont .elem:hover {
  cursor: pointer; }
  .rollup-old-block .elem-cont .elem:hover img {
    width: 100%;
    transition: 200ms; }
.rollup-old-block .elem-cont .elem:not(:hover) img {
  transition: 200ms; }
.rollup-old-block .rollcount {
  margin-top: 40px; }
  .rollup-old-block .rollcount .img-cont {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px; }
    .rollup-old-block .rollcount .img-cont img {
      width: 100%;
      border-radius: 15px; }
  .rollup-old-block .rollcount .title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 35px;
    font-family: gilroy-semibold; }
  .rollup-old-block .rollcount .elem {
    margin-bottom: 5px; }
  .rollup-old-block .rollcount .icon {
    color: #D23766;
    margin-right: 5px;
    font-size: 28px; }
  .rollup-old-block .rollcount .text {
    font-size: 20px;
    color: #474747;
    position: relative;
    top: -2px; }

@media (min-width: 992px) {
  .rollup-old-block .elem-cont .elem .normal-text {
    font-size: 14px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .rollup-old-block .elem-cont .elem .normal-text {
    min-height: 280px; }

  .rollup-old-block .rollcount .title {
    font-size: 22px !important;
    margin-top: 5px !important; }
  .rollup-old-block .rollcount .elem {
    margin-bottom: 0 !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .rollup-old-block .rollcount .title {
    font-size: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px; }
  .rollup-old-block .rollcount .elem {
    margin-bottom: 0 !important; }
    .rollup-old-block .rollcount .elem .icon {
      font-size: 22px !important; }
    .rollup-old-block .rollcount .elem .text {
      font-size: 18px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .rollup-old-block .rollcount .title {
    font-size: 24px !important;
    margin-bottom: 20px; }
  .rollup-old-block .rollcount .elem {
    margin-bottom: 0 !important; }
    .rollup-old-block .rollcount .elem .icon {
      font-size: 22px !important; }
    .rollup-old-block .rollcount .elem .text {
      font-size: 18px !important; } }
@media (max-width: 575px) {
  .rollup-old-block .rollcount .title {
    font-size: 18px !important;
    margin-bottom: 20px; }
  .rollup-old-block .rollcount .elem {
    margin-bottom: 0 !important; }
    .rollup-old-block .rollcount .elem .icon {
      font-size: 20px !important; }
    .rollup-old-block .rollcount .elem .text {
      font-size: 14px !important; } }
@media (max-width: 767px) {
  .rollup-old-block .elem-cont .elem .normal-text {
    min-height: auto !important;
    padding: 20px 15px; } }
.catalog a {
  text-decoration: none; }
  .catalog a .deskr {
    color: #474747;
    text-decoration: none; }
.catalog a:hover .deskr {
  cursor: pointer;
  color: #474747; }
  .catalog a:hover .deskr .title {
    color: #3680B8; }
.catalog a:hover {
  text-decoration: none; }
.catalog .elem {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  margin-top: 50px; }
.catalog .img-cont {
  height: 264px; }
  .catalog .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px; }
.catalog .deskr {
  margin-top: 10px;
  padding: 0 15px; }
.catalog .title {
  font-family: gilroy-bold;
  font-size: 24px; }
.catalog .bold {
  font-family: gilroy-bold; }
.catalog .btn-cont-hid {
  width: 100%;
  position: relative;
  display: none; }
.catalog .btn-cont {
  position: absolute;
  z-index: 120;
  padding: 0 15px;
  width: 100%; }
  .catalog .btn-cont .btn-main {
    display: block !important;
    padding: 8px 0;
    width: 100%;
    margin: 20px 0; }
.catalog .elem:hover {
  background-color: white;
  box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.1); }
  .catalog .elem:hover .btn-cont-hid {
    display: block; }
    .catalog .elem:hover .btn-cont-hid .btn-cont {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      background-color: white;
      box-shadow: 0px 30px 30px 5px rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog .img-cont {
    height: 218px; }
  .catalog .title {
    font-size: 20px; }
  .catalog .deskr {
    padding: 0 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .catalog .img-cont {
    height: 236px; }
  .catalog .deskr {
    margin-top: 4px; }
    .catalog .deskr .title {
      font-size: 20px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .catalog .img-cont {
    height: 240px; }
  .catalog .deskr {
    padding: 0 3px;
    margin-top: 2px; }
    .catalog .deskr .title {
      font-size: 18px; }
  .catalog .elem {
    margin-top: 30px;
    border-radius: 15px;
    padding-bottom: 10px; }
  .catalog .elem:hover .btn-cont-hid {
    display: none !important; } }
@media (max-width: 575px) {
  .catalog .elem {
    text-align: center; }
  .catalog .img-cont {
    height: 260px; }
    .catalog .img-cont img {
      width: 290px; }
  .catalog .elem {
    margin-top: 30px;
    border-radius: 15px;
    padding-bottom: 10px; }
  .catalog .deskr {
    padding: 0 3px;
    margin-top: 2px; }
    .catalog .deskr span {
      font-size: 14px; }
    .catalog .deskr .title {
      font-size: 18px; }
  .catalog .elem:hover .btn-cont-hid {
    display: none !important; } }
.main-catalog {
  position: relative; }
  .main-catalog a:hover {
    text-decoration: none; }
  .main-catalog .elem {
    margin-top: 30px;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    z-index: 2;
    background-color: white; }
    .main-catalog .elem .cont-category-img {
      height: 280px; }
      .main-catalog .elem .cont-category-img img {
        width: 100%; }
    .main-catalog .elem .title-cont {
      height: 65px; }
    .main-catalog .elem .title {
      color: #3680B8;
      font-family: gilroy-bold;
      font-size: 24px; }
    .main-catalog .elem .title:hover {
      color: #474747; }
    .main-catalog .elem .link-item {
      margin-top: 20px; }
      .main-catalog .elem .link-item a {
        font-size: 18px;
        color: #474747; }
      .main-catalog .elem .link-item a:hover {
        color: #3680B8; }
    .main-catalog .elem .more {
      margin-top: 20px;
      color: #474747;
      font-size: 18px;
      font-family: gilroy-bold; }
      .main-catalog .elem .more .icon {
        margin-left: 10px;
        vertical-align: middle; }
    .main-catalog .elem .more:hover {
      cursor: pointer;
      color: #3680B8; }
      .main-catalog .elem .more:hover .icon path {
        fill: #3680B8; }
    .main-catalog .elem .more-close svg {
      transform: rotate(180deg); }
    .main-catalog .elem .more-close:hover {
      cursor: pointer;
      color: #D23766; }
      .main-catalog .elem .more-close:hover .icon path {
        fill: #D23766; }
    .main-catalog .elem .btn-cont {
      margin-top: 30px;
      margin-bottom: 10px;
      display: none; }
      .main-catalog .elem .btn-cont a {
        text-align: center;
        padding: 13px 0;
        font-size: 16px;
        border-radius: 15px;
        width: 100%;
        display: block;
        font-family: gilroy-bold; }
  .main-catalog .elem:hover {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    z-index: 10; }
    .main-catalog .elem:hover .btn-cont {
      display: block; }
  .main-catalog .hidden-block, .main-catalog .hidden-link-item {
    display: none; }
  .main-catalog .fix-col {
    height: 634px;
    width: 100%; }
  .main-catalog .btn-all-block-cont {
    text-align: center;
    margin-top: 30px; }
    .main-catalog .btn-all-block-cont button {
      outline: none;
      width: 300px; }

.main-catalog-work .title {
  color: #474747 !important; }
.main-catalog-work .elem:hover .title {
  color: #3680B8 !important; }
.main-catalog-work .fix-col {
  height: 446px; }

.mini-main-catalog .cont-category-img {
  margin-bottom: 20px;
  width: 100% !important; }
  .mini-main-catalog .cont-category-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 15px; }
.mini-main-catalog .fix-col {
  height: 461px; }

@media (min-width: 768px) {
  .main-catalog-work .elem {
    text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-catalog .fix-col {
    height: 574px; }
  .main-catalog .cont-category-img {
    height: 220px !important; }

  .main-catalog-work .fix-col {
    height: 385px !important; }

  .mini-main-catalog .fix-col {
    height: 400px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .main-catalog .elem {
    margin-top: 0; }
  .main-catalog .fix-col {
    height: 507px; }
  .main-catalog .cont-category-img {
    height: 238px !important;
    display: table-cell !important;
    vertical-align: middle !important; }
    .main-catalog .cont-category-img img {
      width: 90% !important; }
  .main-catalog .link-item {
    margin-top: 10px !important; }
  .main-catalog .title-cont {
    height: 40px !important; }
  .main-catalog .title {
    font-size: 20px !important; }
  .main-catalog .btn-all-block-cont {
    margin-bottom: 25px !important; }
    .main-catalog .btn-all-block-cont a {
      font-size: 14px !important; }

  .main-catalog-work .fix-col {
    height: 348px !important; }

  .mini-main-catalog {
    margin-top: 20px; }
    .mini-main-catalog .title-cont {
      margin-top: 15px; }
    .mini-main-catalog .cont-category-img img {
      width: 100% !important; }
    .mini-main-catalog .fix-col {
      height: 353px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .main-catalog .elem {
    margin-top: 20px;
    padding: 5px 15px;
    margin-bottom: 20px; }
  .main-catalog .fix-col {
    height: 422px; }
  .main-catalog .cont-category-img {
    height: 172px !important;
    display: table-cell !important;
    vertical-align: middle !important; }
    .main-catalog .cont-category-img img {
      width: 90% !important; }
  .main-catalog .link-item {
    margin-top: 10px !important; }
    .main-catalog .link-item a {
      font-size: 16px !important; }
  .main-catalog .title-cont {
    height: 50px !important; }
  .main-catalog .title {
    font-size: 18px !important; }

  .btn-all-block-cont {
    margin-bottom: 25px; }
    .btn-all-block-cont a {
      font-size: 14px !important; }

  .main-catalog-work .fix-col {
    height: 272px !important; }

  .mini-main-catalog {
    margin-top: 30px; }
    .mini-main-catalog .elem {
      padding-top: 15px; }
    .mini-main-catalog .title-cont {
      margin-top: 15px; }
    .mini-main-catalog .cont-category-img img {
      width: 100% !important; }
    .mini-main-catalog .fix-col {
      height: 297px !important; } }
@media (max-width: 575px) {
  .main-catalog .elem {
    text-align: center;
    margin-top: 35px;
    padding: 5px 15px;
    margin-bottom: 20px; }
  .main-catalog .elem:hover {
    position: relative;
    box-shadow: none; }
    .main-catalog .elem:hover .btn-cont {
      display: none; }
  .main-catalog .fix-xs-col {
    display: none; }
  .main-catalog .more {
    padding-left: 20px; }
  .main-catalog .cont-category-img {
    height: auto !important; }
    .main-catalog .cont-category-img img {
      height: 200px !important;
      width: auto !important; }
  .main-catalog .col-12:nth-child(4) img {
    margin-left: 15%; }
  .main-catalog .col-12:nth-child(5) img {
    height: 120px !important; }
  .main-catalog .col-12:nth-child(6) img {
    height: 100px !important; }
  .main-catalog .link-item {
    margin-top: 8px !important; }
    .main-catalog .link-item a {
      font-size: 16px !important; }
  .main-catalog .title-cont {
    margin-top: 4px;
    height: auto !important; }
  .main-catalog .title {
    font-size: 18px !important; }
  .main-catalog .btn-all-block-cont a {
    font-size: 14px !important; }

  .mini-main-catalog .cont-category-img img {
    width: 265px !important; } }
.slider-product-cont {
  margin-top: 75px;
  padding-right: 0 !important; }
  .slider-product-cont img {
    border-radius: 15px; }
  .slider-product-cont .slider-product .item {
    height: 324px;
    outline: none;
    border: none; }
    .slider-product-cont .slider-product .item img {
      width: 100%;
      /* Ширина изображений */
      height: 100%;
      /* Высота изображении */
      object-fit: cover;
      outline: none; }
  .slider-product-cont .slider-nav-product {
    margin-top: 30px;
    padding: 0; }
    .slider-product-cont .slider-nav-product .slick-list {
      padding: 0 !important; }
    .slider-product-cont .slider-nav-product .item {
      width: 146.6px !important;
      height: 112px !important;
      padding: 0;
      margin: 0 6px;
      outline: none; }
      .slider-product-cont .slider-nav-product .item img {
        width: 100%;
        /* Ширина изображений */
        height: 100%;
        /* Высота изображении */
        object-fit: cover; }
      .slider-product-cont .slider-nav-product .item img:focus, .slider-product-cont .slider-nav-product .item img:hover, .slider-product-cont .slider-nav-product .item img:active, .slider-product-cont .slider-nav-product .item .slick-current img {
        width: 100%;
        border: 1.5px solid #3680B8;
        cursor: pointer; }

.product-card-cont {
  margin-top: 75px;
  padding-left: 0 !important; }
  .product-card-cont .normal-text {
    margin-top: 20px;
    margin-bottom: 25px; }
  .product-card-cont .deskr-block {
    margin-top: 15px; }
    .product-card-cont .deskr-block .icon {
      margin-right: 20px; }
      .product-card-cont .deskr-block .icon svg {
        vertical-align: baseline; }
    .product-card-cont .deskr-block .icon-sub {
      vertical-align: sub !important; }
    .product-card-cont .deskr-block .icon-top {
      vertical-align: text-top !important; }
    .product-card-cont .deskr-block .bold {
      font-family: gilroy-bold; }
  .product-card-cont .requirements-block {
    margin-top: 30px; }
  .product-card-cont .requirements {
    font-family: gilroy-bold;
    color: #3680B8;
    padding-bottom: 3px;
    border-bottom: 1px solid #3680B8; }
  .product-card-cont .requirements:hover {
    text-decoration: none;
    color: #D23766;
    border-color: #D23766; }
  .product-card-cont .btn-cont {
    margin-top: 36px; }
    .product-card-cont .btn-cont span:first-child {
      margin-right: 30px; }

.icon-standart-block-product {
  margin-top: 45px; }

.need-block-no-pad {
  padding-bottom: 0 !important; }

.need-block-down {
  background-color: #f9f9f9;
  padding-bottom: 50px; }
  .need-block-down .text-bottom-opis {
    margin-top: 30px; }

.need-block {
  background: url("./images/wave2.png") no-repeat;
  margin-top: 30px;
  padding-bottom: 50px;
  padding-top: 130px; }
  .need-block .h2 {
    margin-top: 20px; }
  .need-block .text-top {
    margin-top: 40px;
    margin-bottom: 35px; }
  .need-block .num-cont .elem {
    margin-top: 5px; }
  .need-block .num-cont .num {
    font-size: 24px;
    color: #D23766;
    margin-right: 10px;
    font-family: gilroy-bold;
    vertical-align: sub; }
  .need-block .img-cont {
    max-height: 372px;
    max-width: 490px;
    float: right;
    margin-top: -35px; }
    .need-block .img-cont img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px; }

@media (min-width: 1600px) {
  .need-block {
    background: url("./images/wave2.png") no-repeat;
    margin-top: -45px;
    background-size: 1920px;
    padding-bottom: 50px;
    padding-top: 180px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-product-cont {
    margin-top: 143px; }
    .slider-product-cont .slider-nav-product .item {
      width: 126.6px !important;
      height: 100px !important;
      padding: 0;
      margin: 0 3px !important;
      outline: none; }
    .slider-product-cont .slider-product .item {
      height: 268px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .need-block {
    margin-top: 60px;
    padding-bottom: 50px;
    padding-top: 35px;
    background-color: #f9f9f9; }
    .need-block .img-cont {
      width: 70% !important;
      max-width: 70% !important;
      margin: 0 auto;
      margin-top: 30px !important;
      max-height: 400px;
      float: none; }

  .slider-product-cont {
    margin-top: 133px; }
    .slider-product-cont .slider-nav-product .item {
      width: 111.6px !important;
      height: 92px !important;
      padding: 0;
      margin: 0 5px;
      outline: none; }
    .slider-product-cont .slider-product .item {
      height: 245px !important; }

  .product-card-cont .btn-cont {
    margin-left: -210px; }
    .product-card-cont .btn-cont span:first-child {
      margin-right: 20px; } }
@media (min-width: 576px) and (max-width: 765px) {
  .need-block {
    margin-top: 60px;
    padding-bottom: 50px;
    padding-top: 35px;
    background-color: #f9f9f9; }
    .need-block .img-cont {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto;
      margin-top: 30px !important;
      max-height: 400px;
      float: none; }

  .product-card-cont {
    padding-left: 15px !important; }
    .product-card-cont .product-card .requirements-block {
      margin-left: 44px;
      margin-top: 15px; }
    .product-card-cont .product-card .btn-cont {
      margin-left: 44px;
      margin-top: 30px; }
      .product-card-cont .product-card .btn-cont .btn-main {
        width: 175px !important; }

  .slider-product-cont {
    padding-right: 15px !important;
    margin-top: 55px; }
    .slider-product-cont .slider-nav-product .item {
      width: 159.7px !important;
      height: 118px !important;
      padding: 0;
      margin: 0 5px;
      outline: none; } }
@media (max-width: 575px) {
  .need-block {
    margin-top: 60px;
    padding-bottom: 50px;
    padding-top: 35px;
    background-color: #f9f9f9; }
    .need-block .img-cont {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto;
      margin-top: 30px !important;
      max-height: 400px;
      float: none; }

  .product-card-cont {
    padding-left: 15px !important; }
    .product-card-cont .product-card .requirements-block {
      margin-top: 15px;
      margin-left: 44px; }
    .product-card-cont .product-card .btn-cont {
      margin-top: 15px;
      text-align: center; }
      .product-card-cont .product-card .btn-cont span {
        margin-right: 15px !important;
        margin-left: 15px !important;
        display: inline-block;
        margin-top: 15px; }

  .slider-product-cont {
    width: 415px !important;
    max-width: 415px !important;
    margin: 0 auto;
    padding-right: 15px !important;
    margin-top: 55px; }
    .slider-product-cont .slider-nav-product .item {
      width: 119px !important;
      height: 92px !important;
      margin: 0 5px;
      outline: none; }
    .slider-product-cont .slider-product .item {
      height: 270px; }
      .slider-product-cont .slider-product .item .img {
        display: block;
        margin: 0 auto; } }
@media (min-width: 435px) and (max-width: 575px) {
  .slider-product-cont {
    width: 415px !important;
    max-width: 415px !important;
    margin: 0 auto;
    padding-right: 10px !important;
    margin-top: 55px; }
    .slider-product-cont .slider-nav-product .item {
      width: 119px !important;
      height: 92px !important;
      margin: 0 5px;
      outline: none; }
    .slider-product-cont .slider-product .item {
      height: 270px; }
      .slider-product-cont .slider-product .item .img {
        display: block;
        margin: 0 auto; } }
@media (max-width: 434px) {
  .slider-product-cont {
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 auto;
    padding-right: 10px !important;
    margin-top: 55px; }
    .slider-product-cont .slider-nav-product .item {
      width: 81.5px !important;
      height: 75px !important;
      margin: 0 5px;
      outline: none; }
    .slider-product-cont .slider-product .item {
      height: 215px; }
      .slider-product-cont .slider-product .item .img {
        display: block;
        margin: 0 auto; } }
.text-container-top {
  margin-top: 30px;
  padding-bottom: 20px; }
  .text-container-top .text-container-top-num .elem {
    margin-top: 15px; }
    .text-container-top .text-container-top-num .elem .num {
      font-size: 24px;
      color: #D23766;
      margin-right: 10px;
      vertical-align: sub;
      font-family: gilroy-bold; }

.equipment .h2 {
  margin-top: 30px; }
.equipment .elem {
  margin-top: 60px; }
  .equipment .elem .img-cont img {
    width: 100%; }
  .equipment .elem .deskr {
    text-align: center;
    padding: 0 15px;
    max-width: 250px;
    margin: 0 auto; }
  .equipment .elem .title {
    font-family: gilroy-bold;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px; }

.questions .h2 {
  margin-bottom: 15px; }
.questions .question {
  background-color: white;
  border-radius: 15px;
  margin-top: 25px;
  padding: 15px 20px;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  font-size: 18px; }
  .questions .question .ask {
    display: inline-block;
    width: calc(100% - 54px); }
  .questions .question .icon {
    display: inline-block;
    width: 40px;
    text-align: right;
    color: grey;
    font-size: 55px;
    line-height: 0;
    vertical-align: middle;
    font-family: gilroy-light; }
  .questions .question .answer {
    padding-top: 20px;
    padding-bottom: 10px;
    display: none;
    transition: 3s linear; }
.questions .ask-cont:hover {
  cursor: pointer; }
  .questions .ask-cont:hover .icon {
    color: #3680B8; }
.questions .questionUP .ask {
  font-family: gilroy-bold; }
.questions .questionUP .icon {
  color: #D23766; }
.questions .questionUP .answer {
  display: block; }

@media (max-width: 768px) {
  .questions .question {
    font-size: 16px; } }
.contacts .elem {
  margin-top: 40px;
  font-size: 24px; }
  .contacts .elem .title {
    font-family: gilroy-bold; }
  .contacts .elem .icon {
    margin-right: 8px;
    vertical-align: sub; }
  .contacts .elem a {
    font-family: gilroy-bold;
    color: #474747;
    text-decoration: none; }
  .contacts .elem a:hover {
    text-decoration: none;
    color: #3680B8; }

.text-contact {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px; }
  .text-contact strong {
    font-family: gilroy-bold; }

.contact-photo .img-cont {
  margin-top: 30px; }
  .contact-photo .img-cont img {
    width: 100%; }

@media (max-width: 768px) {
  .contacts .elem {
    font-size: 18px; }
    .contacts .elem .title {
      font-size: 20px; }

  .text-contact {
    font-size: 18px; } }
.mini-main-catalog a:hover {
  text-decoration: none; }
.mini-main-catalog .elem {
  margin-top: 30px;
  padding: 20px 30px;
  margin-bottom: 10px;
  border-radius: 15px;
  z-index: 2;
  background-color: white;
  position: relative; }
  .mini-main-catalog .elem .cont-category-img {
    height: 280px;
    margin-bottom: 15px;
    width: 100% !important; }
    .mini-main-catalog .elem .cont-category-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px; }
  .mini-main-catalog .elem .opis {
    margin-top: 8px;
    font-size: 16px;
    color: #474747; }
    .mini-main-catalog .elem .opis strong {
      font-family: gilroy-semibold; }
  .mini-main-catalog .elem .title-cont {
    height: 65px;
    margin-bottom: 15px; }
  .mini-main-catalog .elem .title {
    color: #474747;
    font-family: gilroy-bold;
    font-size: 24px; }
  .mini-main-catalog .elem .title:hover {
    color: #474747; }
  .mini-main-catalog .elem a.title:hover {
    color: #3680B8; }
  .mini-main-catalog .elem .link-item {
    margin-top: 20px; }
    .mini-main-catalog .elem .link-item a {
      font-size: 18px;
      color: #474747; }
    .mini-main-catalog .elem .link-item a:hover {
      color: #3680B8; }
  .mini-main-catalog .elem .btn-cont {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    display: none;
    background: transparent;
    border-radius: 15px;
    -webkit-box-shadow: 0px 30px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 30px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 30px 5px rgba(0, 0, 0, 0.1); }
    .mini-main-catalog .elem .btn-cont a, .mini-main-catalog .elem .btn-cont button {
      text-align: center;
      padding: 13px 0;
      font-size: 16px;
      border-radius: 15px;
      width: 100%;
      display: block;
      font-family: gilroy-bold;
      outline: none;
      cursor: pointer; }
.mini-main-catalog .elem:hover {
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: -84.5px;
  z-index: 140; }
  .mini-main-catalog .elem:hover .btn-cont {
    z-index: 140;
    display: block;
    position: relative; }
.mini-main-catalog .btn-all-block-cont {
  text-align: center;
  margin-top: 30px; }
  .mini-main-catalog .btn-all-block-cont button {
    outline: none;
    width: 300px; }
.mini-main-catalog .hidden-block, .mini-main-catalog .hidden-link-item {
  display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mini-main-catalog .cont-category-img {
    height: 220px !important;
    margin-bottom: 10px !important; }
  .mini-main-catalog .btn-cont a, .mini-main-catalog .btn-cont button {
    font-size: 14px !important; }
  .mini-main-catalog .elem:hover {
    margin-bottom: -81px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mini-main-catalog .cont-category-img {
    height: 238px !important;
    margin-bottom: 15px !important; }
  .mini-main-catalog .opis {
    font-size: 16px; }
  .mini-main-catalog .title-cont {
    margin-top: 10px; }
  .mini-main-catalog .link-item {
    margin-top: 10px !important; }
  .mini-main-catalog .title-cont {
    height: 40px !important; }
  .mini-main-catalog .title {
    font-size: 20px !important; }
  .mini-main-catalog .opis {
    font-size: 16px; }
  .mini-main-catalog .btn-all-block-cont {
    margin-bottom: 25px !important; }
    .mini-main-catalog .btn-all-block-cont a {
      font-size: 14px !important; }
  .mini-main-catalog .btn-cont a, .mini-main-catalog .btn-cont button {
    font-size: 14px !important; }
  .mini-main-catalog .elem:hover {
    margin-bottom: -81px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .mini-main-catalog .elem {
    margin-top: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
    padding-top: 15px; }
  .mini-main-catalog .opis {
    font-size: 14px !important; }
  .mini-main-catalog .cont-category-img {
    height: 172px !important;
    margin-bottom: 10px !important; }
  .mini-main-catalog .title-cont {
    margin-top: 10px; }
  .mini-main-catalog .link-item {
    margin-top: 10px !important; }
    .mini-main-catalog .link-item a {
      font-size: 16px !important; }
  .mini-main-catalog .title-cont {
    height: 50px !important; }
  .mini-main-catalog .title {
    font-size: 18px !important; }
  .mini-main-catalog .btn-cont a, .mini-main-catalog .btn-cont button {
    font-size: 14px !important; }
  .mini-main-catalog .elem {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    z-index: 140; }
    .mini-main-catalog .elem .btn-cont {
      z-index: 140;
      display: block;
      position: relative; }
  .mini-main-catalog .elem:hover {
    margin-bottom: 0 !important; } }
@media (max-width: 575px) {
  .mini-main-catalog .cont-category-img {
    height: auto !important;
    margin-bottom: 10px !important; }
    .mini-main-catalog .cont-category-img img {
      width: 265px !important; }
  .mini-main-catalog .title-cont {
    margin-top: 10px; }
  .mini-main-catalog .elem {
    text-align: center;
    margin-top: 20px;
    padding: 5px 15px;
    margin-bottom: 20px;
    padding-top: 15px; }
  .mini-main-catalog .opis {
    font-size: 14px !important; }
  .mini-main-catalog .btn-cont {
    max-width: 300px;
    margin: 20px auto;
    box-shadow: none !important; }
    .mini-main-catalog .btn-cont a, .mini-main-catalog .btn-cont button {
      font-size: 14px !important; }
  .mini-main-catalog .title-cont {
    margin-top: 4px;
    height: auto !important; }
  .mini-main-catalog .title {
    font-size: 18px !important; }
  .mini-main-catalog .btn-all-block-cont a {
    font-size: 14px !important; }
  .mini-main-catalog .elem {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    z-index: 140; }
    .mini-main-catalog .elem .btn-cont {
      z-index: 140;
      display: block;
      position: relative; }
  .mini-main-catalog .elem:hover {
    margin-bottom: 20px !important; } }
.grecaptcha-badge {
  visibility: hidden; }

.recaptca {
  margin-top: 15px;
  font-size: 10px !important;
  color: #c3c3c3 !important; }
  .recaptca a {
    font-size: 10px !important;
    color: #c3c3c3 !important; }

.slider .owl-nav button {
  background: none !important;
  outline: none;
  width: 30px;
  height: 30px;
  margin: 0 15px; }
  .slider .owl-nav button svg path {
    fill: rgba(0, 0, 0, 0.3); }
.slider .owl-nav button:hover svg path {
  fill: rgba(0, 0, 0, 0.5); }
.slider .sa_hover_container {
  height: 500px;
  background-size: cover !important; }
.slider .title {
  font-size: 40px;
  font-family: gilroy-bold;
  line-height: 1.2;
  margin-top: 80px;
  color: #474747;
  position: relative;
  z-index: 2; }
.slider .normal-text {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
.slider .btn-cont {
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }
  .slider .btn-cont .btn-big {
    color: white !important; }
.slider .img-slide {
  z-index: 1;
  position: absolute;
  right: 0; }
  .slider .img-slide img {
    width: 100%; }
.slider .slide1 {
  width: 47%;
  top: 0; }
.slider .slide2 {
  width: 49%;
  top: 0; }
.slider .slide3 {
  width: 52%;
  top: 80px; }
.slider .dots-cont {
  position: relative;
  z-index: 100;
  margin-top: -90px;
  margin-bottom: 66px; }
  .slider .dots-cont .owl-dot {
    border: none;
    height: 4px;
    width: 30px;
    margin-right: 15px;
    background-color: rgba(54, 128, 184, 0.5);
    border-radius: 15px;
    outline: none; }
  .slider .dots-cont .owl-dot:hover {
    cursor: pointer; }
  .slider .dots-cont .active {
    background-color: #024D86; }

.advantages .elem {
  margin-top: 33px;
  border-radius: 15px;
  padding: 25px 30px;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1); }
  .advantages .elem .title {
    font-size: 18px;
    font-family: gilroy-bold; }
  .advantages .elem .normal-text {
    margin-top: 18px;
    margin-bottom: 35px; }

.about-company {
  background: url("./images/wave.png") no-repeat;
  margin-top: 55px;
  padding-bottom: 50px; }
  .about-company .h2 {
    margin-top: 20px; }
  .about-company .text-top {
    margin-top: 40px;
    margin-bottom: 35px; }
  .about-company .num-cont .elem {
    margin-top: 5px; }
  .about-company .num-cont .num {
    font-size: 24px;
    color: #5D98C5;
    margin-right: 10px;
    font-family: gilroy-bold;
    vertical-align: sub; }
  .about-company .text-bottom {
    margin-top: 30px; }

.main-form {
  background-color: white;
  margin-top: -50px;
  padding: 25px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .main-form .minimal {
    width: 90%;
    margin: 0 auto; }
  .main-form .elem input, .main-form .elem textarea {
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 2px solid #3680B8;
    padding: 9px 5px;
    margin-top: 25px; }
  .main-form .elem textarea {
    margin-top: 45px;
    height: 44px; }
  .main-form .elem input:focus, .main-form .elem textarea:focus {
    border-color: #D23766; }
  .main-form .icon-block .icon-elem {
    display: inline-block;
    margin: 0;
    padding: 10px;
    border-radius: 15px;
    width: 100px; }
  .main-form .icon-block .icon-elem:hover {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  .main-form .icon-block svg {
    width: 40px;
    height: 40px; }
  .main-form .icon-block .active {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1); }
    .main-form .icon-block .active svg {
      width: 44px;
      height: 44px; }
  .main-form .btn-cont {
    margin-top: 40px;
    margin-bottom: 5px; }
    .main-form .btn-cont input {
      width: 100%;
      height: 52px;
      border-radius: 15px;
      font-family: gilroy-semibold;
      font-size: 16px;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      display: table-cell;
      background-color: #3680B8;
      color: white;
      border: 2px solid #3680B8;
      outline: none; }
    .main-form .btn-cont input:hover {
      background-color: #D23766;
      border: 2px solid #D23766;
      color: white;
      text-decoration: none;
      cursor: pointer; }
  .main-form .deskr {
    font-size: 14px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4); }
  .main-form .title {
    font-family: gilroy-bold;
    font-size: 24px; }
  .main-form .after-title {
    margin-top: 10px; }
  .main-form .after-elem {
    margin-top: 27px;
    margin-bottom: 15px; }

.services {
  margin-top: 75px; }
  .services .h2 {
    margin-bottom: 20px; }
  .services ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0; }
  .services li {
    margin-right: 27px;
    margin-bottom: 30px;
    display: inline-block; }
  .services a {
    text-decoration: none; }
  .services a:hover {
    text-decoration: none; }
  .services li:nth-child(1) .item, .services li:nth-child(6) .item, .services li:nth-child(7) .item {
    width: 476px; }
  .services li:nth-child(3n) {
    margin-right: 0; }
  .services img {
    position: absolute;
    right: 0;
    top: 0;
    height: 252px;
    z-index: -1; }
  .services li:nth-child(2) img {
    height: 219px; }
  .services li:nth-child(5) img {
    height: 110px;
    margin-top: 70px; }
  .services li:nth-child(6) .title {
    width: 100px; }
  .services li:nth-child(6) img {
    width: 300px; }
  .services .hidden {
    display: none;
    transition: 200ms; }
  .services .item {
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    position: relative;
    overflow: hidden; }
  .services .item {
    width: 304px;
    height: 252px; }
  .services .item:hover .title {
    color: #3680B8; }
  .services .title {
    display: table-cell;
    color: #474747;
    font-size: 24px;
    font-family: gilroy-bold;
    padding-left: 21px;
    vertical-align: middle;
    height: 71px; }
  .services .num {
    font-family: gilroy-bold;
    font-size: 144px;
    color: #F6F6F6;
    line-height: 0.735;
    margin-left: -5px;
    margin-bottom: 60px; }
  .services .btn-cont {
    margin-top: 30px;
    margin-bottom: 30px; }

@media (min-width: 1200px) {
  .about-company {
    background-size: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-form {
    margin-top: -78px; }

  .advantages .elem .title {
    height: 50px; }

  .slider .sa_hover_container {
    height: 470px; }
  .slider .dots-cont {
    margin-top: -78px; }
  .slider .slide1 {
    width: 44%;
    top: 50px; }
  .slider .slide2 {
    width: 49%;
    top: 40px; }
  .slider .slide3 {
    width: 45%;
    top: 133px; }

  .services .item {
    width: 298px; }
  .services .hidden {
    display: inline-block; }
  .services li {
    margin-right: 30px; }
  .services li:nth-child(3n) {
    margin-right: 30px; }
  .services li:nth-child(2), .services li:nth-child(5), .services li:nth-child(7) {
    margin-right: 0 !important; }
  .services li:nth-child(1) .item, .services li:nth-child(6) .item, .services li:nth-child(8) .item {
    width: 629px; }
  .services li:nth-child(7) .item {
    width: 298px; }
  .services img {
    height: 252px; }
  .services li:nth-child(2) img {
    height: 219px; }
  .services li:nth-child(5) img {
    height: 110px;
    margin-top: 70px; }
  .services li:nth-child(6) .title {
    width: 100px; }
  .services li:nth-child(6) img {
    width: 300px; }
  .services li:nth-child(7) img {
    height: 180px;
    margin-top: 55px; }
  .services .btn-cont {
    display: none; } }
@media (max-width: 1300px) {
  .slider .owl-nav button {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .main-form {
    margin-top: 40px; }
    .main-form .btn-cont input {
      border-radius: 10px; }

  .about-company {
    background-color: #f9f9f9; }
    .about-company .h2 {
      margin-top: 50px; }

  .advantages .elem {
    padding: 20px; }
    .advantages .elem .normal-text {
      font-size: 14px; }
    .advantages .elem .title {
      height: 50px; }
    .advantages .elem .btn-cont a {
      margin: 0 auto !important;
      width: 200px !important; }

  .slider .title {
    font-size: 32px; }
  .slider .normal-text {
    font-size: 16px; }
  .slider .sa_hover_container {
    height: 420px; }
  .slider .dots-cont {
    margin-top: -68px;
    margin-bottom: 50px; }
  .slider .slide1 {
    width: 44%;
    top: 80px; }
  .slider .slide2 {
    width: 42%;
    top: 80px; }
  .slider .slide3 {
    width: 44%;
    top: 115px; }

  .services {
    margin-bottom: -20px; }
    .services .item {
      width: 230px;
      height: 223px; }
    .services .hidden {
      display: inline-block; }
    .services li {
      margin-right: 20px; }
    .services li:nth-child(3n) {
      margin-right: 20px; }
    .services li:nth-child(2), .services li:nth-child(5), .services li:nth-child(7) {
      margin-right: 0 !important; }
    .services li:nth-child(1) .item, .services li:nth-child(6) .item, .services li:nth-child(8) .item {
      width: 484px; }
    .services li:nth-child(7) .item {
      width: 230px; }
    .services .num {
      font-size: 120px;
      margin-bottom: 50px; }
    .services img {
      height: 180px; }
    .services li:nth-child(1) img {
      height: 220px; }
    .services li:nth-child(2) img {
      height: 172px;
      margin-top: 11px; }
    .services li:nth-child(3) img {
      height: 230px;
      margin-right: -38px; }
    .services li:nth-child(4) img {
      height: 200px;
      margin-top: 9px;
      margin-right: -23px; }
    .services li:nth-child(5) img {
      height: 81px;
      margin-top: 66px; }
    .services li:nth-child(6) img {
      height: 219px;
      width: 278px; }
    .services li:nth-child(7) img {
      height: 168px;
      margin-top: 40px;
      margin-right: -37px; }
    .services .btn-cont {
      display: none; } }
@media (min-width: 576px) and (max-width: 767px) {
  .main-form {
    margin-top: 40px; }
    .main-form .title {
      font-size: 22px; }
    .main-form .btn-cont input {
      border-radius: 10px;
      font-size: 14px; }

  .about-company {
    background-color: #f9f9f9; }
    .about-company .h2 {
      margin-top: 50px; }

  .advantages .elem .normal-text {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 20px; }

  .slider .owl-item .sa_hover_container {
    background: url("./images/background1.jpg"); }
  .slider .title {
    font-size: 28px;
    margin-top: 60px; }
  .slider .normal-text {
    font-size: 16px; }
  .slider .sa_hover_container {
    height: 400px; }
  .slider .dots-cont {
    margin-top: -75px;
    margin-bottom: 55px; }
  .slider .img-slide {
    display: none; }

  .services {
    margin-bottom: -20px;
    width: 100%; }
    .services .title {
      font-size: 18px; }
    .services .item {
      width: 100% !important;
      height: 150px; }
    .services .hidden {
      display: inline-block; }
    .services li {
      margin-right: 0; }
    .services li:nth-child(2), .services li:nth-child(5) {
      margin-right: 3% !important; }
    .services li:nth-child(1) .item, .services li:nth-child(4) .item, .services li:nth-child(7) .item {
      width: 100%;
      height: 200px; }
    .services li:nth-child(7) .item {
      width: 100%; }
    .services li:nth-child(1), .services li:nth-child(4), .services li:nth-child(7) {
      width: 100%; }
      .services li:nth-child(1) .num, .services li:nth-child(4) .num, .services li:nth-child(7) .num {
        margin-bottom: 20px; }
    .services li:nth-child(2), .services li:nth-child(3), .services li:nth-child(5), .services li:nth-child(6) {
      width: 48%; }
      .services li:nth-child(2) .num, .services li:nth-child(3) .num, .services li:nth-child(5) .num, .services li:nth-child(6) .num {
        margin-bottom: 20px;
        font-size: 80px; }
    .services img {
      height: 180px; }
    .services li:nth-child(1) img {
      height: 215px;
      margin-top: -10px; }
    .services li:nth-child(2) img {
      height: 140px;
      margin-top: 5px; }
    .services li:nth-child(3) img {
      height: 179px;
      margin-right: 0px;
      margin-top: -16px; }
    .services li:nth-child(4) img {
      height: 241px;
      margin-top: 0px;
      margin-right: 0; }
    .services li:nth-child(5) img {
      height: 87px;
      margin-top: 16px; }
    .services li:nth-child(6) img {
      height: auto;
      width: 133px; }
    .services li:nth-child(7) img {
      eight: 220px;
      margin-top: -8px;
      margin-right: 0; }
    .services .btn-cont {
      display: none; } }
@media (max-width: 575px) {
  .main-form {
    margin-top: 40px;
    padding: 20px 10px; }
    .main-form .normal-text {
      font-size: 12px; }
    .main-form .title {
      font-size: 18px; }
    .main-form .icon-block .icon-elem {
      width: 76px; }
    .main-form .btn-cont input {
      border-radius: 10px;
      font-size: 14px; }

  .about-company {
    background-color: #f9f9f9; }
    .about-company .h2 {
      margin-top: 50px; }

  .advantages .elem .normal-text {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 20px; }

  .slider .owl-item .sa_hover_container {
    background: url("./images/background1.jpg"); }
  .slider .title {
    font-size: 24px;
    margin-top: 60px; }
  .slider .normal-text {
    font-size: 14px; }
  .slider .sa_hover_container {
    height: 400px; }
  .slider .dots-cont {
    margin-top: -58px;
    margin-bottom: 40px; }
  .slider .img-slide {
    display: none; }

  .services {
    margin-bottom: -20px;
    width: 100%; }
    .services .title {
      font-size: 18px; }
    .services .item {
      width: 100% !important;
      height: 150px; }
    .services .hidden {
      display: inline-block; }
    .services li {
      margin-right: 0; }
    .services li:nth-child(2), .services li:nth-child(5) {
      margin-right: 3% !important; }
    .services li:nth-child(1) .item, .services li:nth-child(4) .item, .services li:nth-child(7) .item {
      width: 100%;
      height: 200px; }
    .services li:nth-child(7) .item {
      width: 100%; }
    .services li:nth-child(1), .services li:nth-child(4), .services li:nth-child(7) {
      width: 100%; }
      .services li:nth-child(1) .num, .services li:nth-child(4) .num, .services li:nth-child(7) .num {
        margin-bottom: 20px; }
    .services li:nth-child(2), .services li:nth-child(3), .services li:nth-child(5), .services li:nth-child(6) {
      width: 47.4%; }
      .services li:nth-child(2) .num, .services li:nth-child(3) .num, .services li:nth-child(5) .num, .services li:nth-child(6) .num {
        margin-bottom: 20px;
        font-size: 80px; }
    .services img {
      height: 180px; }
    .services li:nth-child(1) img {
      height: 48vw;
      max-height: 181px;
      margin-top: 25px; }
    .services li:nth-child(2) img {
      height: 105px;
      margin-top: 7px; }
    .services li:nth-child(3) img {
      height: 127px;
      margin-right: -12px;
      margin-top: 6px; }
    .services li:nth-child(4) img {
      height: 202px;
      margin-top: 18px;
      margin-right: 0; }
    .services li:nth-child(5) img {
      height: 53px;
      margin-top: 40px; }
    .services li:nth-child(6) img {
      height: auto;
      width: 107px;
      margin-top: 10px;
      margin-right: -42px; }
    .services li:nth-child(7) img {
      height: 183px;
      margin-top: 15px;
      margin-right: -27px; }
    .services .btn-cont {
      display: none; } }
@font-face {
  font-family: 'gilroy-regular';
  src: url("assets/fonts/gilroy-regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-bold';
  src: url("assets/fonts/gilroy-bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-semibold';
  src: url("assets/fonts/gilroy-semibold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-medium';
  src: url("assets/fonts/Gilroy-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-light';
  src: url("assets/fonts/Gilroy-Light.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  max-width: 1920px !important;
  min-width: 320px !important;
  font-family: gilroy-regular !important;
  margin: 0 auto;
  color: #474747; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

h1 {
  font-family: gilroy-bold !important;
  color: #474747 !important; }

h2, .h2 {
  font-family: gilroy-bold !important;
  color: #474747 !important; }

@media (min-width: 992px) {
  h1 {
    font-size: 40px !important; }

  h2, .h2 {
    font-size: 36px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px !important; } }
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px !important; } }
button, button:focus, button:hover {
  outline: none !important; }

.btn-main {
  border-radius: 15px;
  font-family: gilroy-semibold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: table-cell;
  outline: none; }

.btn-normal {
  width: 210px;
  height: 52px; }

.btn-big {
  width: 230px;
  height: 57px; }

.btn-small {
  width: 178px;
  height: 44px; }

.btn-main:hover {
  cursor: pointer;
  text-decoration: none; }

.btn-empty-pink {
  color: #D23766;
  background-color: white;
  border: 2px solid #D23766; }

.btn-empty-pink:hover {
  transition: 200ms;
  color: #3680B8;
  border: 2px solid #3680B8;
  text-decoration: none; }

.btn-empty-pink:hover svg path {
  fill: #3680B8; }

.btn-pink {
  background-color: #D23766;
  color: white;
  border: 2px solid #D23766; }

.btn-pink:hover {
  background-color: #3680B8;
  border: 2px solid #3680B8;
  color: white;
  text-decoration: none; }

.btn-blue {
  background-color: #3680B8;
  color: white;
  border: 2px solid #3680B8; }

.btn-blue:hover {
  background-color: #D23766;
  border: 2px solid #D23766;
  color: white;
  text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .btn-main {
    font-size: 14px;
    border-radius: 10px; }

  .btn-normal {
    width: 185px;
    height: 46px; }

  .btn-small {
    width: 152px;
    height: 38px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .btn-main {
    font-size: 14px;
    border-radius: 10px; }

  .btn-normal {
    width: 180px;
    height: 52px; }

  .btn-small {
    display: block;
    height: auto;
    padding: 8px 0;
    width: 320px;
    margin: 0 auto; } }
@media (max-width: 575px) {
  .btn-main {
    font-size: 14px;
    border-radius: 10px; }

  .btn-small {
    display: block;
    height: auto;
    padding: 8px 0;
    max-width: 320px;
    width: 100%;
    margin: 0 auto; }

  .btn-normal {
    width: 300px;
    max-width: 80%;
    height: 52px; }

  .btn-big {
    width: 100vw;
    max-width: 320px;
    margin: 0 auto; } }
.normal-text {
  font-size: 16px; }

@media (max-width: 767px) {
  .normal-text {
    font-size: 14px; } }
.wpcf7-response-output {
  margin-top: 0 !important;
  border: none !important;
  color: #3680B8; }

@media (max-width: 1920px) and (min-width: 1200px) {
  .container {
    width: 1176px !important;
    max-width: 1176px !important; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 992px !important;
    max-width: 992px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px !important;
    max-width: 768px !important; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-right: 10px !important;
    padding-left: 10px !important; } }
#breadcrumbs {
  margin-top: 45px;
  font-size: 14px;
  color: #474747; }
  #breadcrumbs .main-crumb {
    font-family: gilroy-bold; }
  #breadcrumbs a {
    color: #474747; }
  #breadcrumbs a:hover {
    color: #3680B8;
    text-decoration: none; }
  #breadcrumbs svg {
    margin: 0 4px; }

.margin-top-y {
  margin-top: 90px; }

@media (max-width: 765px) {
  .margin-top-y {
    margin-top: 65px; } }
.margin-top-n {
  margin-top: 0; }

.margin-bottom-y {
  margin-bottom: 75px; }

.margin-bottom-n {
  margin-bottom: 0; }

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