@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

body{
    direction: ltr;
    font-family: 'Roboto Serif', sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0px;
}

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

a {
    text-decoration: none;
}

.foot__area__adress-box a {
    color: #fff;
}
.head__top {
    background: #EF2143;
    padding: 15px 20px;
    overflow: hidden;
}

.head__top__contact{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.head__top__contact p {
    font-size: 13px;
    margin-bottom: 0;
}

.head__top__contact p a {
    margin-right: 20px;
    color: #fff;
}

.head__top__contact p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}
.head__top__contact p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.head__nav {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    top: 29px;
}

.head__nav .row{
    display: flex;
}

.head__nav .head__nav__brand{
    display: flex;
    align-items: center;
}

.head__nav__logo{
    display: flex;
    align-items: center;
    gap: 6px;
}

.head__nav__logo img{
   width: 74px !important;
   height: 74px !important;
}

.head__nav__logo a h1{
    font-size: 21px;
    font-weight: 800;
    color: #000;
}

.head__nav__block{
    display: flex;
    align-items: center;
    justify-content: center;
}

.head__nav__menu ul{
    display: flex;
    margin: 0;
    align-items: center;
}
 
.head__nav nav ul li{
    display: flex;
    gap: 20px;
}

.head__nav nav ul li a{
    color: #000;
    font-size: 13px;
}

.head__nav nav ul li a:hover{
    color: #290001;
}

.head__nav__menu li a, .dropSub__menu {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 15px 20px;
    cursor: pointer;
  }

.head__nav__menu li.dropDown__menu {
    display: inline-block;
  }
  
  a.dropSub__menu i {
    font-size: 14px;
  }
  
 .head__nav__menu .dropDown__menu__links {
    display: none;
    position: absolute;
    background-color:#fff;
    min-width: 152px;
    z-index: 10;
    transition: .3s;
    box-shadow: 0 0 29px rgb(0 0 0 / 9%);
  }
  
 .head__nav__menu .dropDown__menu__links a {
    color: black;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: .3s;
  }

.head__nav__menu .dropDown__menu__links.active {
    display: block;
}
  
 .head__nav__menu .dropDown__menu__links a:hover {
    background-color:#f1f1f1;
    color: #EF2143;
    transition: .5s;
}
  
 .head__nav__menu .dropDown__menu:hover .dropDown__menu__links {
    transition: .5s;
  }

.burger__menu{
    display: none;
    cursor: pointer;
    padding: 15px;
}

.head__main{
    padding: 89px 0;
    background: url(pics/overlay_q950.png);
    background-color: #290001;
    background-position: center;
    background-size: cover;
    position: relative;
}

.head__main__image img{
    width: 100% !important;
    height: 335px !important;
}

.head__main .head__main__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.head__main__info__day__time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.head__main__info__day__time i {
    font-size: 29px;
    color: #fff;
}

.head__main__info__day .head__main__info__day__time h5{
    font-size: 29px;
    font-weight: 800;
    color: #fff;
}

.head__main__info__day .head__main__info__day__day{
    color: #fff;
}

.b-area{
    padding: 89px 0;
}

.b-area .container{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 29px;
}

.b-area h5.b-area-title{
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    padding-bottom: 29px;
}

.b-area .b-area-box  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    transition: all 0.6s ease-in-out;
    border-radius: 6px;
    gap: 6px;
    flex: 1;
    margin-top: 15px;
    background-color: #EF2143;
}

.b-area .b-area-box::before {
    content: "";
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    transition: all 0.6s;
    z-index: -1;
}

.b-area .b-area-box h2{
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.b-area .b-area-icon i{
    display: flex;
    justify-content: center;
    font-size: 29px;
    line-height: 1;
    color: #290001;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    color: #fff;
}

.b-area .b-area-description {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
}

.benef_video-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.unit__section{
    padding: 89px 0;
    background-color: #00000008;
}

.unit__section .row{
    display: flex;
    flex-wrap: wrap;
}

.unit__section .catalog_section__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.unit__section .catalog_section__title h5{
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    padding-bottom: 29px;
}

.unit__section .bPar{
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.unit__section .catal-block {
    margin-bottom: 29px;
    transition: .5s;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.unit__section .catal-block:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #EF2143;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}

.unit__section .catal-block:hover{
    box-shadow: 20px 0 31px rgb(0 0 0 / 12%);
  }

  .unit__section .catal-block:hover:before{
    opacity: 1;
    transform: scale(1.0);
  }

  .unit__section .unit__image {
      position: relative;
  }

  .unit__section .unit__image:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: .5s;
      background: rgb(62,55,59,0.3);
      transform: scale(0.1);
      opacity: 0;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
  }

  .unit__image img{
      width: 100% !important;
      height: 335px !important;
      object-fit: cover;
  }

   .unit__section .unit__content {
      background: #fff;
      box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
      padding: 29px 20px 29px 29px;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: center;
  }

  .unit__section .avai{
    display: flex;
    font-size: 20px;
    gap: 6px;
    font-weight: 800;
    align-items: center;
}

.unit__section .avai i{
    font-size: 21px;
    color: #EF2143;
}

.unit__section .avai span{
    font-size: 20px;
    color: #290001;
}

.unit__section .unit__section__prod{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.unit__section .unit__section__prod span{
    font-size: 20px;
    font-weight: 800;
}

.unit__section .price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
}

.unit__section .price span{
    font-size: 20px;
    font-weight: 800;
    color: #EF2143;
    padding-bottom: 15px;
}


.phoneBtn{
    display: flex;
    justify-content: center;
}

  .unit__section .unit__link__title a h2:hover {
    color:#EF2143;
  }

  .unit__section .unit__link__title a{
        text-decoration: none;
  }

  .unit__section .unit__link__title a h2 {
      font-size: 20px;
      font-weight: 800;
      margin: 15px 0 20px;
      color: #000;
  }
 
  .unit__section .catalog_btn a {
      font-size: 13px;
      display: inline-block;
      transition: .5s;
      color: #EF2143;
      position: relative;
      z-index: 1;
      text-decoration: none;
  }

  .clients-comments{
    padding: 89px 0;
    background: url(pics/overlay_q950.png);
    background-color: #290001;
    background-position: center;
    background-size: cover;
}

.clients-comments__block{
    display: flex !important;
    padding-top: 15px;
    text-align: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    background-color: #fff;
    margin-left: 15px;
}

.clients-comments__block i{
    display: inline-block;
    font-size: 52px;
    color: #000;
    margin-bottom: 29px;
}

.clients-comments .clients-image{
    padding: 15px;
}

.clients-comments__block .clients-image img{
    margin: 0 auto;
    width: 74px !important;
    height: 74px !important;
    border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;
    padding: 6px;
    background-color: #290001;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.clients-comments__block .clients-comment-text p {
    color: #290001;
    font-size: 13px;
    font-weight: 200;
    text-align: center;
    padding: 15px;
}

.clients-comments__block h6 {
    color: #290001;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    padding-top: 15px;
}
.clients-comments__block h4 {
    color: #290001;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}

.hwr-area{
    padding: 89px 0;
}

.hwr-area .container{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 29px;
}

.hwr-area__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 52px;
    padding-top: 29px;
}

.hwr-area__title h5{
    font-size: 21px;
    font-weight: 800;
    color: #290001;
}

.hwr-area__block .hwr-area__inner{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    background-color: #EF2143;
}


.hwr-area__block .title__block{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.hwr-area__block i{
    font-size: 45px;
    color: #fff;
}

.hwr-area__block .text__block{
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.order__form{
    padding: 89px 0;
    background-color: #00000008;
}

.order__form .container{
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background-color: #fff;
}

.order__form__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 52px;
    padding-top: 29px;
}

.order__form__title h5{
    font-size: 21px;
    font-weight: 800;
    color: #290001;
}

.order__form_block label{
    color: #290001;
}

.order__form_block .order__form_box {
    border-radius: 30px;
    padding: 0 29px;
}

.order__form_block .fild{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 29px;
}

.order__form_block .input-user_component_item{
    border: 1px solid #eee;
    border-radius: 6px;
    color: #333;
    height: 55px;
    padding: 15px 20px;
    transition: all 0.3s ease 0s;
}

.order__form_block .textarea-user_component_item{
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: none;
    color: #333;
    padding: 15px 20px;
    height: 89px;
}

.order__form_block .form-check{
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 31px;
    text-align: left;
}

.order__form_block .form-check a{
    text-decoration: underline;
    color:#EF2143; 
}

.order__form_block__btn{
    display: inline-block;
}


.foot__area{
    padding-top: 52px;
    padding-bottom: 31px;
    background: url(pics/overlay_q950.png) no-repeat center/cover;
    background-color: #290001;
}

.foot__area__logo_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.foot__area__logo_box .foot__area__logo a{
    text-decoration: none;
}
.foot__area__logo_box .foot__area__logo a h4{
color: #fff;
}

.foot__area__logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.foot__area__logo_box .foot__area-about-market p{
    font-size: 13px;
    color: #fff;
}

.footer__links-box .footer__links {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.footer__links-box .footer__links  a{
    color: #fff;
    text-decoration: none;
}

.footer__links-box .footer__links  a:hover{
color: #EF2143;
}

.foot__area__adress-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.foot__area__adress-box p {
    color: #fff;
}

.foot__area__logo a img{
    width: 52px !important;
    height: 52px !important;
}
        
.foot__area .footer__links-box__block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 29px;
}

.foot__area .footer__links-box__block img{
    height: 74px !important;
}

.foot__area .footer__links{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding:  24px 0px 20px 0px;
}

.foot__area .adress__corr{
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot__area .cards__corr{
    display: flex;
    justify-content: center;
    align-items: center;
}


.details__page{
    padding: 89px 0;
}

.details__page .row{
    display: flex;
}

.details__page .details__page__title{
    padding-bottom: 31px;
}

.details__page .details__page__title h5{
    font-size: 21px; 
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    color: #290001;
}

.details__page__content .details__page__block{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.details__page__block .details__page__right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 30px;
}

.details__page__block .avai{
    display: flex;
    font-size: 20px;
    gap: 20px;
    font-weight: 800;
    align-items: center;
}

.details__page__block .avai span{
    font-size: 20px;
    color: green;
}


.details__page__block .code__prod{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.details__page__block .code__prod span{
    font-size: 20px;
    font-weight: 800;
}

.details__page__block .rating{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.details__page__block .rating span{
    font-size: 20px;
    font-weight: 800;
}

.details__page__block .rating  i{
    font-size: 29px;
    color: #EF2143;
}

.details__page__block .delivery{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.details__page__block .delivery span{
    font-size: 20px;
    font-weight: 800;
}

.details__page__content img{
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.details__page__content strong{
    color: #290001;
}

.details__page__block h5{
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    color: #290001;
}

.details__page__block .price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
}

.details__page__block .price span{
    font-size: 20px;
    font-weight: 800;
    color: #EF2143;
    padding-bottom: 15px;
}

.details__page__form label{
    color: #290001;
}

.details__page__form .details__page__from__block {
    border-radius: 30px;
    padding: 0 29px;
}

.details__page__form .fild{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 29px;
}

.details__page__form .input-user_component_item{
    border: 1px solid #eee;
    border-radius: 6px;
    color: #333;
    height: 55px;
    padding: 15px 20px;
    transition: all 0.3s ease 0s;
}

.details__page__form .textarea-user_component_item{
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: none;
    color: #333;
    padding: 15px 20px;
    height: 89px;
}

.details__page__form .form-check{
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 31px;
    text-align: left;
    padding-top: 6px;
    padding-left: 31px;
}

.details__page__form .form-check a{
    text-decoration: underline;
    color:#EF2143; 
}

.deteils-page-comment{
    padding: 89px 0;
    background: url(pics/overlay_q950.png);
    background-color: #290001;
    background-position: center;
    background-size: cover;
}

.deteils-page-comment-block{
    display: flex !important;
    padding-top: 15px;
    text-align: center;
    justify-content: space-between;
    
}

.deteils-page-comment-inner{
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    background-color: #fff;
    flex: 1;
}

.deteils-page-comment-block i{
    display: inline-block;
    font-size: 52px;
    color: #000;
    margin-bottom: 29px;
}

.deteils-page-comment .deteils-page-comment-image{
    padding: 15px;
}

.deteils-page-comment-block .deteils-page-comment-image img{
    margin: 0 auto;
    width: 74px !important;
    height: 74px !important;
    border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;
    padding: 6px;
    background-color: #290001;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.deteils-page-comment-block .deteils-page-comments-text p {
    color: #290001;
    font-size: 13px;
    font-weight: 200;
    text-align: center;
    padding: 15px;
}

.deteils-page-comment-block h6 {
    color: #290001;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    padding-top: 15px;
}

.deteils-page-comment-block h4 {
    color: #290001;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}

.deteilst__page__related{
    padding: 89px 0;
}

.deteilst__page__related .row{
    display: flex;
    flex-wrap: wrap;
}

.deteilst__page__related .deteilst__page__related__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 29px;
}

.deteilst__page__related .deteilst__page__related__title h5{
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    padding-bottom: 29px;
}

.deteilst__page__related .bPar{
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.deteilst__page__related .deteilst__page__related__box {
    margin-bottom: 29px;
    transition: .5s;
    position: relative;

    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.deteilst__page__related .deteilst__page__related__box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #EF2143;
    transform: scale(0.1);
    opacity: 0;
    transition: .5s;
}

.deteilst__page__related .deteilst__page__related__box:hover{
    box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
  }
  .deteilst__page__related .deteilst__page__related__box:hover:before{
    opacity: 1;
    transform: scale(1.0);
  }
  .deteilst__page__related .deteilst__page__related__image {
      position: relative;
  }
  .deteilst__page__related .deteilst__page__related__image:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transition: .5s;
      background: rgb(62,55,59,0.3);
      transform: scale(0.1);
      opacity: 0;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
  }

  .deteilst__page__related__image img{
      width: 100% !important;
      height: 335px !important;
      object-fit: cover;
  }

   .deteilst__page__related .deteilst__page__related__content {
      background: #fff;
      box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
      padding: 29px 20px 29px 29px;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: center;
  }

  .deteilst__page__related .avai{
    display: flex;
    font-size: 20px;
    gap: 6px;
    font-weight: 800;
    align-items: center;
}

.deteilst__page__related .avai span{
    font-size: 13px;
    color: green;
}

  .deteilst__page__related .deteilst__page__related__link__title a h2:hover {
    color:#EF2143;
  }

  .deteilst__page__related .deteilst__page__related__link__title a{
        text-decoration: none;
  }

  .deteilst__page__related .deteilst__page__related__link__title a h2 {
      font-size: 16px;
      font-weight: 800;
      margin: 15px 0 20px;
      color: #000;
  }
 
  .deteilst__page__related .deteilst__page__related_btn a {
      font-size: 13px;
      display: inline-block;
      transition: .5s;
      color: #EF2143;
      position: relative;
      z-index: 1;
      text-decoration: none;
  }

.contacts{
    padding-top: 52px;
}

.contacts .contact__title{
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
}

.contacts .contact__title h5{
    font-size: 21px;
    font-weight: 800;
    color: #290001;
}

.contacts .info-box {
    display: flex;
    flex-direction: column;
    color: #290001;
    text-align: center;
    box-shadow: 0 0  29px rgba(214, 215, 216, 0.3);
    padding: 20px 0  29px 0;
    border-radius: 30px;
    flex: 1;
}

.contacts .info-box i {
    font-size: 39px;
    color: #EF2143;
    padding: 6px;
}

.contacts .info-box h3 {
    font-size: 20px;
    color: #290001;
    font-weight: 800;
    margin: 15px 0;
}

.contacts .info-box p {
    padding: 0;
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 0;
}

.form__block {
    flex-grow: 1;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 29px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 29px;
}

.contacts iframe{
    height: 100%;
}


.contacts .fields{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 29px;
}

.contacts .input{
    border: 1px solid #eee;
    border-radius: 6px;
    color: #333;
    height: 55px;
    padding: 15px 20px;
    transition: all 0.3s ease 0s;
}

.contacts .textarea{
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: none;
    color: #333;
    padding: 15px 20px;
    height: 89px;
}

.contacts .form-check{
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 31px;
    text-align: left;
    padding-top: 6px;
    padding-left: 31px;
}

.contacts .form-check a{
    color: #EF2143;
}


.politic__area{
    padding: 89px 89px;
}

.politic__area h1.poli__title{
    font-size: 21px;
    font-weight: 800;
}

.politic__area h1,h2,h3{
    font-size: 20px;
    font-weight: 800;
}

.politic__area .poli__content  a{
    text-decoration: underline;
    color: #290001 !important;
}

.politic__area .poli__content ol li {
    color: #290001 !important;
}

 .button-1 {
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position:relative;
    overflow:hidden;
    background-color: #EF2143;
    color: #fff;
    font-size: 16px;
  }
  
  .button-1:before {
    content: "";
    position: absolute;
    height: 145px;
    width: 45px;
    background : #fff;
    left: -45px;
    top: -31px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
  }
  
  .button-1:hover:before {
    left:95%;
  }

  .button-1:hover{
      color: #fff;
  }

  .button-2 {
    font-size: 16px;
    border-color: #EF2143;
    color: #fff;
    background-color: #EF2143;
    box-shadow: 0 0 45px 45px #EF2143 inset, 0 0 0 0 #EF2143;
    transition: all 150ms ease-in-out;
  }

  .button-2:hover {
    box-shadow: 0 0 15px 0 #EF2143 inset, 0 0 15px 4px #EF2143;
    color: #290001;
}

  .button-3 {
    font-size: 16px;
    border-color: #EF2143;
    border-radius: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out;
    border-radius: 20px;
  }

  .button-3:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #290001;
    z-index: -1;
    transition: width 150ms ease-in-out;
  }
  
  .button-3:hover {
    color: #EF2143;
  }
  .button-3:after {
    width: 110%;
  }

  .button-4 {
    font-size: 16px;
	color: white;
	background-color: #EF2143;
	border: 5px solid transparent;
	transition: .2s ease;
	border-radius: 45px;
}

.button-4:hover {
	color: #EF2143;
	background-color: white;
	transform: scale(1.1);
	border: 5px solid #EF2143;
}

.button-5 {
    font-size: 16px;
	color: white;
  background: linear-gradient(to right, #EF2143 , #290001);
	border-radius: 6px;
	transition: .2s ease-in-out;
}

.button-5:hover {
    border-radius: 29px;
    color: #fff;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	direction: ltr;
}

@media (max-width: 992px){
    .head__top__contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 6px;
    }

    .head__nav nav ul li {
        margin-top: 29px;
    }

    .head__nav__menu ul {
        display: none; 
        padding: 15px;
    }

    .head__nav .dropDown__menu__links.active  {
        display: block;
    }

    .head__nav .dropDown__menu__links{
        display: none;
        width: 335px;
    }

    .head__nav .dropSub__menu {
        display: block;
    }

    .dropDown__menu__links a.dropdown-item{
        font-size: 14px !important;
        white-space: normal;
    }

    .head__nav nav ul li a {
        color: #fff;
    }

    .head__nav nav ul li a:hover {
        color: #fff;
    }

    .burger__menu {
        display: block; 
        z-index: 3;
        position: relative;
    }

    .burger__menu span{
        display: block;
        width: 20px;
        height: 3px;
        background-color: #000;
        margin-bottom: 6px;
    }

    .head__navi .show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #EF2143;
        z-index: 999;
    }

    .head__nav .head__nav__brand {
        justify-content: center;
    }

    .head__nav__logo {
        align-items: baseline;
    }

    .head__nav__logo a h1{
        font-size: 16px;
    }

    .details__page__content .details__page__block {
        flex-direction: column !important;
    }

    .details__page__block .details__page__right {
        padding: 15px 0;
    }

    .map{
        width: 100% !important;
        margin-top: 20px;
    }

    .form__block{
        width: 100% !important;
        margin-top: 20px;
    }

    .adress__corr{
        width: 100% !important;
    }

    .cards__corr{
        width: 100% !important;
    }

    .logo__corr{
        width: 100% !important;
    }

    .foot__area__logo_box {
        align-items: center;
    }

    .foot__area .row{
        display: flex;
        gap: 20px;
    }

    .head__main__info__day__time {
        padding-top: 15px;
        text-align: center;
    }

}

@media (max-width: 550px){
    .politic__area {
        padding: 113px 31px !important;
    }
}

.map iframe{
    border: none;
}

.info-box{
    a{
        color: #000;
    }
}

img{
    max-width: 100%;
}


@media (max-width: 575px){

button{
    width: 100%;
}
}

.size-picture{
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 576px){
    .size-picture{
        height: 335px;
    }
}
@media (min-width: 768px){
    .size-picture{
        height: 340px;
    }
}
@media (min-width: 576px){
    .size-picture{
        height: 400px;
    }
}