.first_screen {
  position: relative;
  margin-bottom: 60px; }
  .first_screen__img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }
  .first_screen__image {
    width: 100%;
    height: 100%; }
  .first_screen__photos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .first_screen__photos .slick-slide > div, .first_screen__photos .slick-list, .first_screen__photos .slick-track {
      height: 100%; }
    .first_screen__photos:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #012547;
      opacity: 0.8; }
  .first_screen__wrap {
    position: relative;
    z-index: 5;
    width: 1170px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
  .first_screen__wrap {
    text-align: center; } }
  .first_screen__title {
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin: 0 0 30px;
    width: 1100px;
    max-width: 100%; }
    @media screen and (max-width: 1300px) {
  .first_screen__title {
    font-size: 30px; } }
    @media screen and (max-width: 768px) {
  .first_screen__title {
    font-size: 25px; } }
  .first_screen__subtitle {
    font-size: 20px;
    color: white;
    margin: 0 0 50px; }
    @media screen and (max-width: 1300px) {
  .first_screen__subtitle {
    font-size: 18px; } }
    @media screen and (max-width: 768px) {
  .first_screen__subtitle {
    font-size: 16px; } }
  .first_screen__btn {
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-flex;
    background: #e30016;
    border: 0;
    font-size: 17px;
    font-weight: bold;
    margin: 10px;
    box-shadow: 0 4px 14px rgba(227, 0, 22, 0.349);
    border-radius: 10px; }
    .first_screen__btn:hover {
      box-shadow: 0 0 rgba(227, 0, 22, 0.349);
      background: #ff4a5c; }
  .first_screen__btn_note {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
  .first_screen__btn_note {
    flex-direction: column; } }
  .first_screen__note {
    margin-left: 20px;
    color: #d0d5d6;
    font-size: 16px;
    width: 390px;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
  .first_screen__note {
    font-size: 14px;
    margin-left: 0;
    margin-top: 20px;
    text-align: center; } }
  .first_screen__slider {
    padding: 70px 0px;
    position: relative; }
    .first_screen__slider_arrows {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      left: -80px;
      right: -80px; }
      @media screen and (max-width: 1300px) {
  .first_screen__slider_arrows {
    left: 20px;
    right: 20px; } }
      .first_screen__slider_arrows .slick-prev {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.344' height='19.969' viewBox='0 0 10.344 19.969'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='chevron_left.svg' class='cls-1' d='M208.639,500.5a1.014,1.014,0,0,1-.737-0.319l-8.265-8.586a1.112,1.112,0,0,1,0-1.524l8.265-9.253a1.011,1.011,0,0,1,1.469,0,1.113,1.113,0,0,1,0,1.529l-7.539,8.491,7.539,7.824a1.113,1.113,0,0,1,0,1.529A1.013,1.013,0,0,1,208.639,500.5Z' transform='translate(-199.344 -480.531)'/%3E%3C/svg%3E") 50% 50% no-repeat; }
      .first_screen__slider_arrows .slick-next {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.32' height='19.969' viewBox='0 0 10.32 19.969'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='chevron_right.svg' class='cls-1' d='M1711.36,500.5a1.027,1.027,0,0,0,.74-0.319l8.26-8.586a1.1,1.1,0,0,0,0-1.524l-8.26-9.253a1.012,1.012,0,0,0-1.47,0,1.114,1.114,0,0,0-.01,1.529l7.54,8.491-7.54,7.824a1.114,1.114,0,0,0,.01,1.529A1.012,1.012,0,0,0,1711.36,500.5Z' transform='translate(-1710.34 -480.531)'/%3E%3C/svg%3E") 50% 50% no-repeat; }
      .first_screen__slider_arrows .slick-arrow {
        font-size: 0 !important;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: 0;
        background-color: rgba(255, 255, 255, 0.2); }
        .first_screen__slider_arrows .slick-arrow:hover {
          background-color: rgba(255, 255, 255, 0.4); }

.fsc_prem {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 0 30px;
  text-align: left; }
  .fsc_prem__wrap {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 20px; }
    @media screen and (max-width: 1200px) {
  .fsc_prem__wrap {
    grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 768px) {
  .fsc_prem__wrap {
    grid-template-columns: 1fr; } }
  .fsc_prem__item {
    position: relative;
    color: white;
    display: flex; }
  .fsc_prem__title {
    font-size: 18px;
    margin: 0 0 8px; }
  .fsc_prem__text {
    font-size: 14px;
    line-height: 1.3;
    color: #a6afb3; }
  .fsc_prem__icon {
    position: relative;
    flex: 0 0 45px;
    margin-right: 10px;
    z-index: 5; }

a.fsc_feedback__btn {
  font-size: 17px;
  color: #45eccd;
  margin-left: 55px; }
  a.fsc_feedback__btn:hover {
    text-decoration: none; }

.fsc_popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.fsc_popup__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 50px;
  z-index: 1000;
  overflow: auto;
  max-height: 100%; }
  .fsc_popup__modal .phone_title, .fsc_popup__modal .adress_title, .fsc_popup__modal .mail_title {
    font-size: 15px;
    font-weight: bold; }
  .fsc_popup__modal .mail_wrap, .fsc_popup__modal .adress_wrap, .fsc_popup__modal .phone_wrap {
    margin: 0 0 30px; }

.fsc_popup__btn_close {
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M13.6949%201.25984C14.0854%200.869311%2014.7186%200.869311%2015.1091%201.25984C15.4996%201.65036%2015.4996%202.28352%2015.1091%202.67405L9.45223%208.3309L15.1091%2013.9878C15.4996%2014.3783%2015.4996%2015.0114%2015.1091%2015.402C14.7186%2015.7925%2014.0854%2015.7925%2013.6949%2015.402L8.03802%209.74512L2.38116%2015.402C1.99064%2015.7925%201.35747%2015.7925%200.966951%2015.402C0.576426%2015.0114%200.576426%2014.3783%200.966951%2013.9878L6.62381%208.3309L0.966952%202.67405C0.576428%202.28352%200.576428%201.65036%200.966952%201.25984C1.35748%200.869311%201.99064%200.869311%202.38117%201.25984L8.03802%206.91669L13.6949%201.25984Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) 50% no-repeat #0a64c8;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  border: 0; }

.btn_cont {
  padding: 15px;
  border-radius: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='9' height='6' viewBox='0 0 9 6'%3E%3Cdefs%3E%3Cstyle%3E .cls-2 %7B fill: %23000000; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M8.999,0.971 C8.999,1.221 8.906,1.470 8.721,1.660 C8.721,1.660 4.499,6.000 4.499,6.000 C4.499,6.000 0.278,1.660 0.278,1.660 C-0.092,1.282 -0.094,0.667 0.273,0.287 C0.640,-0.093 1.237,-0.096 1.607,0.282 C1.607,0.282 4.499,3.263 4.499,3.263 C4.499,3.263 7.392,0.282 7.392,0.282 C7.761,-0.096 8.358,-0.093 8.726,0.287 C8.908,0.476 8.999,0.724 8.999,0.971 Z' id='path-1' class='cls-2' fill-rule='evenodd'/%3E%3C/svg%3E") 50% 50% no-repeat #e5e5e5;
  margin-left: 10px !important;
  border: 0; }

.body_overflow {
  overflow: hidden !important; }

.fsc_popup__form .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px; }
  .fsc_popup__form input[type="text"] {
    padding: 9px 10px;
    width: 100%;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .fsc_popup__form .tpl-field {
    margin: 0 0 10px; }
  .fsc_popup__form .type-multi_checkbox ul {
    padding: 0;
    list-style: none; }
  .fsc_popup__form textarea {
    padding: 9px 10px;
    width: 100%;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .fsc_popup__form button.tpl-form-button {
    background: #0a64c8;
    border: 2px solid #0a64c8;
    color: white;
    padding: 20px 40px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin: 10px 0 0; }
  .fsc_popup__form button.tpl-form-button:hover {
    background: transparent;
    color: #0a64c8; }

.site-header {
  background: transparent; }
  .site-header .middle-panel-inner .right-side {
    flex-direction: column; }
  .site-header .middle-panel-inner .right-side > div {
    padding: 0; }
  .site-header .top-panel .top-panel-inner {
    padding: 5px 0; }
  .site-header .top-panel .top-panel-inner .toggle-categories {
    font-size: 18px;
    width: auto;
    height: auto;
    padding: 11px 30px;
    min-width: auto;
    padding-left: 65px;
    color: #fff;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M53 21H11c-1.7 0-3-1.3-3-3s1.3-3 3-3h42c1.7 0 3 1.3 3 3s-1.3 3-3 3zM53 35H11c-1.7 0-3-1.3-3-3s1.3-3 3-3h42c1.7 0 3 1.3 3 3s-1.3 3-3 3zM53 49H11c-1.7 0-3-1.3-3-3s1.3-3 3-3h42c1.7 0 3 1.3 3 3s-1.3 3-3 3z' fill='%23FFFFFF' data-original='%23000000' class='' opacity='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 25px 50% / 25px no-repeat #206aab;
    line-height: 1;
    border-radius: 10px;
    font-weight: 500; }
  .site-header .company .company-name a {
    color: #000; }
  .site-header .company .company-desc {
    color: #999;
    font-size: 14px;
    font-weight: 500; }
  .site-header .top-menu.desktop a {
    font-size: 16px;
    color: #0c1c29; }
  .site-header .top-panel {
    background: transparent;
    border-bottom: 1px solid #f8f8f8; }
  .site-header .top-menu.desktop {
    padding-left: 50px; }
  @media screen and (max-width: 768px) {
    .site-header .middle-panel-inner .right-side {
      width: 100%;
      margin: 0 0 20px;
      justify-content: center; } }
    .site-header .middle-panel-inner .right-side .phone_title, .site-header .middle-panel-inner .right-side .job_time_title, .site-header .middle-panel-inner .right-side .adress_title {
      font-size: 13px;
      color: #999; }
    .site-header .middle-panel-inner .right-side .adress_text, .site-header .middle-panel-inner .right-side .job_time_text {
      font-size: 16px; }
    .site-header .middle-panel-inner .right-side .site_left_column {
      display: flex;
      max-width: 100%;
      flex-wrap: wrap; }
    .site-header .middle-panel-inner .right-side .phone_body {
      font-size: 18px;
      font-weight: bold; }
    .site-header .middle-panel-inner .right-side .phone_wrap, .site-header .middle-panel-inner .right-side .adress_wrap, .site-header .middle-panel-inner .right-side .job_time_wrap {
      padding-left: 30px;
      margin-left: 20px; }
    .site-header .middle-panel-inner .right-side .adress_wrap {
      background: url(/t/images/location.svg) 0% 0% no-repeat;
      width: 90px;
      display: flex;
      align-items: flex-start; }
    @media screen and (max-width: 1024px) {
    .site-header .middle-panel-inner .right-side .adress_wrap, .site-header .middle-panel-inner .right-side .job_time_wrap {
      display: none; } }
    .site-header .middle-panel-inner .right-side .social img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      border-radius: 50px; }
    .site-header .middle-panel-inner .right-side .social a {
      margin-right: 10px; }
    .site-header .middle-panel-inner .right-side .job_time_wrap {
      background: url(/t/images/time.svg) 0% 0% no-repeat;
      width: 190px; }
    .site-header .middle-panel-inner .right-side .phone_wrap {
      background: url(/t/images/phone.svg) 0% 10px no-repeat;
      display: flex;
      align-items: center; }
    .site-header .middle-panel-inner .right-side .phone_body {
      position: relative; }
    .site-header .middle-panel-inner .right-side .head_btn {
      border: 0;
      background: transparent;
      border-bottom: 2px dashed #e30016;
      text-decoration: none;
      color: #0a64c8;
      padding: 0;
      margin: 10px 0 0; }
      .site-header .middle-panel-inner .right-side .head_btn:hover {
        color: #e30016; }
    .site-header .middle-panel-inner .right-side .social {
      width: 120px;
      margin-left: 20px;
      text-align: right; }
  .site-header .login-aut-wrap {
    background: url("/t/images/cabinet.svg") 0 50% / 20px no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-left: 0;
    margin: 0 10px; }
  .site-header .shop-elem .compare-button-wrap a {
    background: url(/t/images/cravnit.svg) 50% 50% / 20px no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    margin: 0 10px; }
    .site-header .shop-elem .compare-button-wrap a span {
      position: absolute;
      top: -3px;
      left: unset;
      right: -4px;
      background: #004c9b;
      width: 15px;
      height: 15px;
      color: white;
      font-size: 11px;
      display: inline-flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      border-radius: 10px; }
  .site-header .shop-elem .cart-wrap .cart-amount {
    background: none;
    width: 100%;
    height: 100%; }
  .site-header .shop-elem .cart-wrap .cart-amount span {
    position: absolute;
    top: -3px;
    left: unset;
    right: -4px;
    background: #004c9b;
    width: 15px;
    height: 15px;
    color: white;
    font-size: 11px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px; }
  .site-header .shop-elem .cart-wrap .cart-sum {
    display: none; }
  .site-header .cart-wrap a {
    background: url(/t/images/korzina.svg) 50% 50% / 100% no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    margin: 0 10px; }
  .site-header .cart-amount {
    position: absolute;
    right: -6px;
    top: -3px;
    background: red;
    width: 15px;
    height: 15px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    color: white; }
  .site-header .shop-elem > div {
    padding: 0; }
  .site-header .shop-elem .compare-button-wrap a {
    padding: 0; }
  .site-header .company .company-name {
    font-size: 25px; }
  .site-header .bottom-panel {
    width: 100%; }
  .site-header .site-search-wrap {
    padding: 0; }
  .site-header .bottom-panel {
    margin: 40px 0 0; }

.site-search-wrap .shop2-search-toggle {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg data-name='15 Chat'%3E%3Cpath d='M272.57 165.56H25a25 25 0 0 1 0-50h247.6a25 25 0 0 1 0 50zM487 165.56h-62.58a25 25 0 0 1 0-50H487a25 25 0 0 1 0 50zM487 396.44H239.43a25 25 0 0 1 0-50H487a25 25 0 0 1 0 50zM87.58 396.44H25a25 25 0 0 1 0-50h62.58a25 25 0 0 1 0 50z' fill='%23C0C0C0' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3Cpath d='M163.51 470.52a100.93 100.93 0 1 1 100.92-100.93 101 101 0 0 1-100.92 100.93zm0-151.85a50.93 50.93 0 1 0 50.92 50.92 51 51 0 0 0-50.92-50.92zM348.49 241.49a100.93 100.93 0 1 1 100.93-100.93 101 101 0 0 1-100.93 100.93zm0-151.85a50.93 50.93 0 1 0 50.93 50.92 51 51 0 0 0-50.93-50.92z' fill='%23C0C0C0' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 50% 50% / 20px no-repeat; }

.site-search-wrap {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #5e91bd;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.078); }

.site-search-wrap > form {
  border-radius: 10px 0 0 10px; }

.site-search-wrap > form input[type="submit"] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(32, 104, 166)' d='M21.783,20.803 C22.069,21.065 22.085,21.506 21.819,21.787 C21.552,22.068 21.104,22.084 20.818,21.822 C20.806,21.811 20.794,21.799 20.783,21.787 L14.179,15.290 C10.419,18.257 4.926,17.663 1.910,13.963 C-1.105,10.265 -0.501,4.861 3.259,1.895 C7.019,-1.071 12.511,-0.478 15.527,3.221 C18.202,6.502 18.066,11.207 15.207,14.334 L21.783,20.803 ZM16.019,8.598 C16.019,4.625 12.745,1.405 8.706,1.405 C4.668,1.405 1.394,4.625 1.394,8.598 C1.394,12.571 4.668,15.791 8.706,15.791 C12.745,15.791 16.019,12.571 16.019,8.598 Z'/%3E%3C/svg%3E") 50% 50% no-repeat; }

@media screen and (max-width: 768px) {
  .middle-panel-inner {
    flex-direction: column; }

  .middle-panel-inner .left-side {
    text-align: center;
    margin: 0 0 20px; }

  .logo {
    margin: 0 auto; } }

@media screen and (max-width: 430px) {
  .site-header .middle-panel-inner .right-side .site_left_column {
    align-items: center;
    justify-content: center; }

  .site-header .middle-panel-inner .right-side .phone_wrap {
    margin: 0 0 10px; }

  .site-header .middle-panel-inner .right-side .social {
    margin: 0; }

  .site-header .middle-panel-inner .right-side .social {
    text-align: center; }

  .site-header .middle-panel-inner .right-side .social a {
    margin: 0 5px; } }
