* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
button,
input {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
}
button,
a {
  cursor: url(../img/hand.png), pointer;
}
img {
  max-width: 100%;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
html,
body {
  height: 100%;
}
body.lock {
  overflow: hidden;
  padding-right: 16px;
}
body.lock-menu {
  overflow: hidden;
}
.overflow {
  overflow: hidden;
}
.wrapper .d-flex {
  display: flex;
}
.wrapper .j-content-center {
  justify-content: center;
}
.wrapper .j-content-start {
  justify-content: flex-start;
}
.wrapper .j-content-end {
  justify-content: flex-end;
}
.wrapper .j-content-space-between {
  justify-content: space-between;
}
.wrapper .a-items-center {
  align-items: center;
}
.wrapper .a-items-s {
  align-items: start;
}
.wrapper .f-direction-column {
  flex-direction: column;
}
.wrapper .f-direction-row {
  flex-direction: row;
}
.wrapper .button {
  font-size: 16px;
  line-height: 22px;
  font-family: 'montserrat_600';
  color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #961914;
  background: #961914;
  transition: all 0.5s ease-in-out;
}
.wrapper .header {
  position: absolute;
  top: 18px;
  z-index: 22;
  max-width: 1220px;
  padding: 0 10px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
}
.wrapper .header.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: inherit;
  margin: 0 auto;
  -webkit-transform: none;
          transform: none;
  background-color: #FFFFFF;
  box-shadow: 2px 1px 4px gray;
}
.wrapper .header.sticky .box_navigation__link {
  color: black;
}
.wrapper .logo {
  display: block;
  background: url(../img/logo-header.png) no-repeat 0px 0px;
  width: 80px;
  height: 80px;
}
.wrapper .box_navigation {
  flex: 0 1 744px;
  margin: 0 22px 0 auto;
  position: relative;
  z-index: 2;
}
.wrapper .box_navigation__link {
  line-height: 22px;
  font-size: 16px;
  font-family: 'montserrat_500';
  color: #FFFFFF;
}
.wrapper .box_navigation .element-list_d_n {
  display: none;
}
.wrapper .open-menu {
  height: 18px;
  position: absolute;
  right: 24px;
  display: none;
  margin-left: auto;
}
.wrapper .open-menu span,
.wrapper .open-menu span::before,
.wrapper .open-menu span::after {
  display: block;
  width: 29px;
  height: 2px;
  border-radius: 10px;
  background: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.wrapper .open-menu span::before,
.wrapper .open-menu span::after {
  content: '';
  position: absolute;
  left: 0;
}
.wrapper .open-menu span::before {
  top: 0;
}
.wrapper .open-menu span::after {
  bottom: 0;
}
.wrapper .btn-consultation {
  display: none;
}
@media (max-width: 910px) {
  .wrapper .box-navigation_m_l {
    margin-left: 50px;
  }
}
@media (max-width: 660px) {
  .wrapper .header {
    padding: 0 24px;
    left: 0;
    top: 14px;
    -webkit-transform: none ;
            transform: none ;
  }
  .wrapper .header.sticky {
    -webkit-transform: none;
            transform: none;
  }
  .wrapper .header.sticky .open-menu span,
  .wrapper .header.sticky .open-menu span::after,
  .wrapper .header.sticky .open-menu span::before {
    background-color: black;
  }
  .wrapper .header.sticky .open-menu.active span {
    background-color: transparent;
  }
  .wrapper .logo-box {
    z-index: 15;
  }
  .wrapper .logo {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .wrapper .box-navigation_m_l {
    margin-left: 0;
  }
  .wrapper .open-menu {
    display: block;
    z-index: 25;
  }
  .wrapper .list-link {
    padding: 123px 0 62px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    pointer-events: all;
    background: url(../img/first-menu-figure.svg) no-repeat left 29%, url(../img/second-menu-figure.svg) no-repeat right 90%;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
  }
  .wrapper .element-list {
    margin-bottom: 40px;
  }
  .wrapper .element-list_m_b {
    margin: 0 0 99px 0;
  }
  .wrapper .element-list:last-child {
    margin-bottom: 0;
  }
  .wrapper .box_navigation {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.4s ease-in-out;
  }
  .wrapper .box_navigation::after {
    content: '';
    width: 100%;
    height: 105px;
    position: absolute;
    left: -45px;
    top: -10px;
    z-index: 10;
    background-color: #FFFFFF;
    pointer-events: none;
  }
  .wrapper .box_navigation__link {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-family: 'montserrat_600';
  }
  .wrapper .btn-consultation {
    display: block;
    padding: 16px 10px 10px 10px;
    width: 227px;
  }
  .wrapper .box_navigation.active {
    left: 0;
  }
  .wrapper .box_navigation.active .element-list_d_n {
    display: block;
  }
  .wrapper .logo.active {
    position: absolute;
    top: 0px;
    left: 24px;
  }
  .wrapper .open-menu.active {
    top: 20px;
  }
  .wrapper .open-menu.active span {
    background-color: transparent;
  }
  .wrapper .open-menu.active span::before,
  .wrapper .open-menu.active span::after {
    background-color: #000000;
  }
  .wrapper .open-menu.active span::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
  .wrapper .open-menu.active span::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
            transform: rotate(45deg) translate(0, 50%);
  }
}
@media screen and (max-width: 830px) and (max-height: 430px) {
  .wrapper .logo {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
}
.wrapper .full-screen {
  min-height: calc(100vh);
  background: url(../img/baner.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.wrapper .full-screen__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -48.3%);
          transform: translate(0, -48.3%);
  z-index: 1;
}
.wrapper .full-screen::after {
  content: url(../img/logo-zooov-big.svg);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -43.3%);
          transform: translate(0, -43.3%);
}
@media screen and (max-width: 660px) {
  .wrapper .full-screen::after {
    content: url(../img/logo-zooov.svg);
    position: absolute;
    top: inherit;
    bottom: 6px;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@media screen and (max-width: 630px) {
  .wrapper .full-screen {
    background-position: -463px 0;
    -moz-background-position:  0
  }
  .wrapper .full-screen__content {
    -webkit-transform: translate(0, -44.5%);
            transform: translate(0, -44.5%);
  }
}
@media screen and (max-width: 830px) and (max-height: 430px) {
  .wrapper .full-screen__content {
    -webkit-transform: translate(0, -35.3%);
            transform: translate(0, -35.3%);
  }
  .wrapper .full-screen::after {
    content: '';
    background: url(../img/logo-zooov.svg) no-repeat;
    background-size: contain;
    width: 89px;
    height: 295px;
    position: absolute;
    top: inherit;
    bottom: 6px;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@media screen and (max-width: 568px) and (max-height: 320px) {
  .wrapper .full-screen {
    background-position: 0px 0;
  }
  .wrapper .full-screen::after {
    width: 76px;
    height: 254px;
  }
}
.wrapper .container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .wrapper .container {
    max-width: 850px;
  }
}
@media (max-width: 660px) {
  .wrapper .container {
    padding: 0 24px;
  }
}
.wrapper .animation-link {
  position: relative;
}
.wrapper .animation-link::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #961914;
  transition: all 0.3s ease-in-out;
}
.wrapper .animation-link:hover::after {
  width: 100%;
}
.wrapper .logo,
.wrapper .box_navigation,
.wrapper .bg-title,
.wrapper .description-BARF,
.wrapper .first-section__button,
.wrapper .barf__box-img,
.wrapper .feed-composition,
.wrapper .about-rations,
.wrapper .all-rations,
.wrapper .box-calculator,
.wrapper .why-zooov__title,
.wrapper .why-zooov__box-benefits,
.wrapper .zooov-it-is__boxs-img,
.wrapper .zooov-it-is__box-text,
.wrapper .get-zooov__title,
.wrapper .get-zooov__how-get,
.wrapper .FAQ {
  visibility: hidden;
}
@media (max-width: 660px) {
  .wrapper .animation-link:hover::after {
    width: 0;
  }
}
.wrapper .field {
  padding: 16px 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'montserrat_400';
  border-radius: 8px;
}
.wrapper .check-field-box {
  position: relative;
}
.wrapper .check-field.has-error {
  position: relative;
  border-color: #75110D !important;
  z-index: 1;
}
.wrapper .has-error-name::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 40px;
  border: 10px solid transparent;
  border-bottom: 10px solid #75110D;
  z-index: 11;
}
.wrapper .has-error-name::after {
  content: "Поле не должно быть пустым, используйте кириллицу";
  position: absolute;
  top: 59px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  color: #75110D;
  z-index: 2;
  padding: 10px;
  max-width: 250px;
  background-color: #F4F5F5;
  border: 2px solid #75110D;
  border-radius: 10px;
  text-align: center ;
}
.wrapper .has-error-email::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 40px;
  border: 10px solid transparent;
  border-bottom: 10px solid #75110D;
  z-index: 11;
}
.wrapper .has-error-email::after {
  content: "Поле не должно быть пустым, используйте латинский и @";
  position: absolute;
  top: 59px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  color: #75110D;
  z-index: 2;
  padding: 10px;
  max-width: 250px;
  background-color: #F4F5F5;
  border: 2px solid #75110D;
  border-radius: 10px;
  text-align: center ;
}
.wrapper .has-error-text::after {
  content: "Поле не должно быть пустым, используйте кириллицу";
  position: absolute;
  top: 100px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  color: #75110D;
  z-index: 2;
}
.wrapper .has-error-number::after {
  content: "Используйте только цифры в формате 1.0 , 22.0";
  position: absolute;
  top: 50px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  color: #75110D;
  z-index: 2;
}
.wrapper .has-error-phone::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 40px;
  border: 10px solid transparent;
  border-bottom: 10px solid #75110D;
  z-index: 11;
}
.wrapper .has-error-phone::after {
  content: "Укажите свой номер телефона в формате 38(011)12-34-567 или 380111234567";
  position: absolute;
  top: 60px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  color: #75110D;
  z-index: 2;
  padding: 10px;
  max-width: 250px;
  background-color: #F4F5F5;
  border: 2px solid #75110D;
  border-radius: 10px;
  text-align: center ;
}
.wrapper .has-error-address::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 40px;
  border: 10px solid transparent;
  border-bottom: 10px solid #75110D;
  z-index: 11;
}
.wrapper .has-error-address::after {
  content: "Укажите город и адрес проживания";
  position: absolute;
  top: 60px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  color: #75110D;
  z-index: 2;
  padding: 10px;
  max-width: 250px;
  background-color: #F4F5F5;
  border: 2px solid #75110D;
  border-radius: 10px;
  text-align: center ;
}
.wrapper .bg-title {
  font-size: 54px;
  line-height: 71px;
  font-weight: 700;
  font-family: 'oswald_700';
  color: #FFFFFF;
}
.wrapper .sm-title {
  font-size: 46px;
  line-height: 60px;
  font-family: 'oswald_700';
  font-weight: 700;
}
@media screen and (max-width: 790px) {
  .wrapper .sm-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .bg-title {
    font-size: 44px;
    line-height: 57px;
  }
}
.wrapper .sm-text {
  font-size: 16px;
  line-height: 22px;
  font-family: 'montserrat_400';
}
.wrapper .text {
  font-size: 16px;
  line-height: 22px;
}
.wrapper .text-small {
  font-size: 14px;
  line-height: 20px;
  font-family: 'montserrat_400';
}
.wrapper .first-section .bg-title {
  max-width: 435px;
  font-family: 'oswald_700';
  letter-spacing: 1.1px;
  color: #FFFFFF;
}
.wrapper .first-section .bg-title_m_b {
  margin-bottom: 4px;
}
.wrapper .first-section .like-img {
  position: relative;
}
.wrapper .first-section .like-img::after {
  content: url(../img/Big-ellips.svg);
  position: absolute;
  width: 265px;
  height: 98px;
  top: -25px;
  left: -29px;
  z-index: -1;
}
.wrapper .first-section .bg-title::after {
  content: 'хвостик';
  display: inline;
}
@media (max-width: 660px) {
  .wrapper .first-section .like-img::after {
    content: url(../img/ellipse.svg);
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
    left: -9px;
    top: -6px;
  }
  .wrapper .first-section .bg-title::after {
    content: 'питомец';
  }
  .wrapper .first-section .bg-title {
    max-width: 340px;
    letter-spacing: 0.8px;
  }
  .wrapper .first-section .bg-title p {
    display: inline;
  }
  .wrapper .first-section .bg-title_m_b {
    margin-bottom: 19px;
  }
}
@media (max-width: 360px) {
  .wrapper .first-section .bg-title {
    max-width: 290px;
  }
  .wrapper .first-section .bg-title .new-line {
    display: inline-block;
  }
}
@media screen and (max-width: 830px) and (max-height: 430px) {
  .wrapper .first-section .bg-title {
    font-size: 44px;
    line-height: 57px;
  }
  .wrapper .first-section .bg-title .continue_line {
    display: inline-block;
  }
  .wrapper .first-section .like-img::after {
    content: url(../img/ellipse.svg);
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
    left: -9px;
    top: -6px;
  }
  .wrapper .first-section .bg-title::after {
    content: 'питомец';
  }
  .wrapper .first-section .bg-title_m_b {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) and (max-height: 360px) {
  .wrapper .first-section .bg-title {
    max-width: 500px;
  }
  .wrapper .first-section .bg-title_m_b {
    margin-bottom: 5px;
  }
}
.wrapper .first-section .description-BARF {
  max-width: 335px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: 'montserrat_400';
}
.wrapper .first-section .description-BARF_m_b {
  margin-bottom: 25px;
}
.wrapper .first-section .description-BARF::after {
  content: 'по системе BARF';
}
.wrapper .first-section__button {
  padding: 13px 41px 11px 41px;
}
.wrapper .first-section__button:hover {
  background-color: #75110D;
  border-color: #75110D;
}
@media (max-width: 660px) {
  .wrapper .first-section .description-BARF {
    max-width: 230px;
    font-size: 18px;
    line-height: 25px;
  }
  .wrapper .first-section .description-BARF_m_b {
    margin-bottom: 47px;
  }
  .wrapper .first-section .description-BARF::after {
    display: block;
  }
}
@media screen and (max-width: 640px) and (max-height: 360px) {
  .wrapper .first-section .description-BARF {
    max-width: 397px;
  }
  .wrapper .first-section .description-BARF_m_b {
    margin-bottom: 15px;
  }
}
.wrapper .second-section .section-BARF {
  padding-top: 100px;
}
.wrapper .second-section .description-BARF {
  flex: 0 1 584px;
  margin: 64px 30px 0 0;
}
.wrapper .second-section .BARF__title {
  letter-spacing: 0.95px;
}
.wrapper .second-section .BARF__title-m {
  margin: 0px 0 25px 0;
}
.wrapper .second-section .BARF__text {
  font-family: 'montserrat_400';
}
.wrapper .second-section .BARF__text-m-b {
  margin-bottom: 25px;
}
.wrapper .second-section .BARF__title-list {
  font-size: 18px;
  line-height: 23px;
  font-family: 'montserrat_600';
}
.wrapper .second-section .BARF__title-list_m_b {
  margin-bottom: 16px;
}
.wrapper .second-section .BARF__list {
  padding-left: 12px;
}
.wrapper .second-section .BARF__list-elem {
  list-style: disc;
  margin-bottom: 15px;
  color: #961914;
  font-family: 'montserrat_400';
}
.wrapper .second-section .BARF__list-elem span {
  color: #434242;
}
.wrapper .second-section .BARF__list-elem_m_b {
  margin: 0 0 14px 0;
}
.wrapper .second-section .BARF__list-elem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1020px) {
  .wrapper .second-section .section-BARF {
    padding-top: 26px;
  }
}
@media screen and (max-width: 880px) {
  .wrapper .second-section .description-BARF {
    margin-top: 0;
  }
}
@media screen and (max-width: 790px) {
  .wrapper .second-section .BARF__title-m {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .second-section .section-BARF {
    flex-direction: column;
  }
  .wrapper .second-section .description-BARF {
    flex: 0 1 auto;
    margin: 0 0 40px 0;
  }
  .wrapper .second-section .BARF__title-m {
    margin: 0 0 19px 1px;
  }
  .wrapper .second-section .BARF__text {
    line-height: 24px;
  }
  .wrapper .second-section .BARF__title-list_m_b {
    margin-bottom: 15px;
  }
  .wrapper .second-section .BARF__title-list {
    max-width: 280px;
  }
  .wrapper .second-section .BARF__list {
    padding-left: 13px;
  }
  .wrapper .second-section .BARF__list-elem:last-child {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 423px) {
  .wrapper .second-section .BARF__list-elem span:nth-child(2) {
    margin-left: -1px;
    letter-spacing: -0.02px;
  }
  .wrapper .second-section .new-line {
    display: block;
  }
}
.wrapper .second-section .barf__box-img {
  flex: 0 1 588px;
}
.wrapper .second-section .barf__box-img .img-barf {
  max-width: 110%;
}
@media screen and (max-width: 1240px) {
  .wrapper .second-section .img-barf {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .second-section .barf__box-img {
    flex: 0 1 auto;
    width: 100%;
  }
}
.wrapper .second-section .feed-composition {
  max-width: 1200px;
  padding: 32px 86px 32px 80px;
  margin: 76px auto 203px auto;
  position: relative;
  background: url(../img/line-1.png) no-repeat 0 41px;
  background-color: #EAD1D0;
}
.wrapper .second-section .wrapper-tab {
  flex: 0 1 443px;
}
.wrapper .second-section .wrapper-tab_m_r {
  margin-right: auto;
}
.wrapper .second-section .composition-title {
  font-size: 14px;
  line-height: 28px;
  font-family: 'montserrat_600';
  text-transform: uppercase;
}
.wrapper .second-section .composition-title_m_b {
  margin-bottom: 17px;
}
.wrapper .second-section .tab-list_p_t {
  padding-top: 4px;
}
.wrapper .second-section .tab__elem-list {
  font-size: 18px;
  line-height: 45px;
  font-family: 'montserrat_500';
  color: #434242;
}
.wrapper .second-section .logo-com-d_m_r {
  margin-right: 16px;
}
.wrapper .second-section .logo-com-m {
  display: none;
}
@media screen and (max-width: 1107px) {
  .wrapper .second-section .wrapper-tab_m_r {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper .second-section .feed-composition {
    margin-bottom: 80px;
  }
  .wrapper .second-section .tab {
    flex-direction: column;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .second-section .feed-composition {
    min-height: 485px;
    margin: -3px 0 98px 0;
    padding: 54px 49px 0px 49px;
    overflow: hidden;
    background-image: url(../img/line-3.png);
    background-position: calc(50% - 33px) top;
  }
  .wrapper .second-section .tab {
    flex-direction: column;
  }
  .wrapper .second-section .tab__elem-list_l_h {
    line-height: 43px;
  }
  .wrapper .second-section .logo-com-d {
    display: none;
  }
  .wrapper .second-section .logo-com-m {
    display: inline-block;
    width: 25px;
  }
  .wrapper .second-section .logo-com-m_m_r {
    margin-right: 15px;
  }
  .wrapper .second-section .tab-list_p_t {
    padding-top: 0px;
  }
  .wrapper .second-section .wrapper-tab {
    position: absolute;
    left: calc(50% - 115px);
    visibility: hidden;
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
    transition: all 0.5s ease-in-out;
  }
  .wrapper .second-section .label_tab-switch::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    border: 1px solid #961914;
    cursor: url(../img/hand.png), pointer;
  }
  .wrapper .second-section #label_tab-switch-1::before,
  .wrapper .second-section #label_tab-switch-2::before {
    position: absolute;
    bottom: 21.5px;
  }
  .wrapper .second-section #label_tab-switch-1::before {
    left: calc(50% - 13px);
  }
  .wrapper .second-section #label_tab-switch-2::before {
    left: calc(50% + 5px);
  }
  .wrapper .second-section #tab-switch-1:checked + .wrapper-tab {
    visibility: visible;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .wrapper .second-section #tab-switch-2:checked + .wrapper-tab {
    visibility: visible;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .wrapper .second-section #tab-switch-1:checked ~ #label_tab-switch-1::before {
    background-color: #961914;
  }
  .wrapper .second-section #tab-switch-2:checked ~ #label_tab-switch-2::before {
    background-color: #961914;
  }
}
.wrapper .second-section .about-rations_m_b {
  margin-bottom: 68px;
}
.wrapper .second-section .about-rations__title {
  max-width: 338px;
  letter-spacing: 0.8px;
}
.wrapper .second-section .like-img {
  position: relative;
}
.wrapper .second-section .like-img::after {
  content: url(../img/ellipse.svg);
  position: absolute;
  top: -22px;
  left: -23px;
  z-index: -1;
}
.wrapper .second-section .about-rations__title_m {
  margin: 6px auto 0 0;
}
.wrapper .second-section .about-rations__text {
  max-width: 777px;
  font-family: 'montserrat_400';
}
.wrapper .second-section .about-rations__text_m {
  margin: 1px 0 0 25px;
}
@media screen and (max-width: 1180px) {
  .wrapper .second-section .text-inline {
    display: inline;
  }
  .wrapper .second-section .about-rations {
    flex-direction: column;
  }
  .wrapper .second-section .about-rations__text_m {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .second-section .about-rations_m_b {
    margin-bottom: 46px;
  }
  .wrapper .second-section .like-img::after {
    content: url(../img/sm-title-oval.svg);
    top: -20px;
    left: -13px;
  }
  .wrapper .second-section .about-rations__text {
    display: none;
  }
}
@media screen and (max-width: 368px) {
  .wrapper .second-section .about-rations__title {
    font-size: 36px;
    line-height: 42px;
  }
  .wrapper .second-section .like-img::after {
    left: -33px;
  }
}
.wrapper .second-section .owl-stage {
  display: flex;
  justify-content: space-between;
}
.wrapper .second-section .owl-item {
  flex: 0 1 23.72%;
}
.wrapper .second-section .owl-nav {
  display: none;
}
.wrapper .second-section .owl-dots {
  display: none;
}
.wrapper .second-section .slide-ration {
  font-family: 'montserrat_400';
}
.wrapper .second-section .ration__box-img {
  padding-top: 3px;
  position: relative;
}
.wrapper .second-section .ration-img,
.wrapper .second-section .naturale-logo {
  max-width: 100%;
}
.wrapper .second-section .naturale-logo {
  position: absolute;
  left: 0;
  top: 22px;
  padding: 0 70% 0 5%;
}
.wrapper .second-section .ration-img,
.wrapper .second-section .naturale-logo {
  cursor: url(../img/hand.png), pointer;
}
.wrapper .second-section .ration__box-img_m_b {
  margin-bottom: 43px;
}
.wrapper .second-section .ration__title {
  font-size: 16px;
  line-height: 21px;
  font-family: 'montserrat_700';
}
.wrapper .second-section .ration__title_m_b {
  margin-bottom: 3px;
}
.wrapper .second-section .ration__raw {
  font-size: 13px;
  line-height: 19px;
  color: #9F9E9D;
}
.wrapper .second-section .ration__raw_m_b {
  margin-bottom: 16px;
}
.wrapper .second-section .ration__description {
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  color: #434242;
}
.wrapper .second-section .ration__description_m_b {
  margin-bottom: 11px;
}
.wrapper .second-section .ration__weigth {
  font-size: 13px;
  line-height: 17px;
  color: #9F9E9D;
}
.wrapper .second-section .ration__weigth_m_b {
  margin-bottom: 24px;
}
.wrapper .second-section .ration__btn {
  padding: 12px 41.5px;
  background-color: transparent;
  color: #961914;
}
.wrapper .second-section .ration__btn:hover {
  background-color: #EC7973;
}
@media screen and (max-width: 1200px) {
  .wrapper .second-section .slide-ration_m {
    margin-bottom: 42px;
  }
  .wrapper .second-section .slide-ration_P_L {
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .wrapper .second-section .owl-dots {
    position: relative;
    margin: 40px auto 0 auto;
    width: 24px;
    display: flex;
    justify-content: space-between;
  }
  .wrapper .second-section .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #961914;
    opacity: 0.2;
    transition: all 0.2s ease-in-out;
  }
  .wrapper .second-section .owl-dot:hover {
    opacity: 1;
  }
  .wrapper .second-section .owl-dot.active {
    opacity: 1;
  }
  .wrapper .second-section .slide-ration_m {
    margin: 0;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .second-section .owl-item {
    flex: 0 1 auto;
  }
  .wrapper .second-section .ration__title_m_b {
    margin-bottom: 4px;
  }
  .wrapper .second-section .ration__box-img_m_b {
    margin-bottom: 43px;
  }
  .wrapper .second-section .ration__raw_m_b {
    margin-bottom: 13px;
  }
  .wrapper .second-section .ration__description_m_b {
    margin-bottom: 11px;
  }
  .wrapper .second-section .ration__btn {
    padding: 14.5px 41.4px 8.5px 41.5px;
  }
}
@media screen and (max-width: 470px) {
  .wrapper .second-section .owl-item {
    flex: 0 1 auto;
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
  }
  .wrapper .second-section .owl-item.active {
    opacity: 1;
  }
  .wrapper .second-section .owl-stage-outer {
    position: relative;
    right: 11px;
  }
  .wrapper .second-section .owl-stage {
    justify-content: flex-start;
  }
  .wrapper .second-section .owl-dots {
    width: 56px;
  }
}
.wrapper .second-section .box-calculator {
  padding: 53px 121px 53px 50px;
  background: url(../img/line-2.png) no-repeat;
  background-color: #EAD1D0;
  font-family: 'montserrat_500';
}
.wrapper .second-section .box-calculator_m {
  margin: 80px 0 180px 0;
}
.wrapper .second-section .calculator-text {
  font-size: 28px;
  line-height: 39px;
  max-width: 685px;
  letter-spacing: 0.02em;
}
.wrapper .second-section .calculator-text_m {
  margin: 0 auto 0 0;
}
.wrapper .second-section .pseudo-text::after {
  content: 'хвостика';
}
.wrapper .second-section .btn-open-calculator {
  padding: 12px 44px 11px 41px;
}
.wrapper .second-section .btn-open-calculator_m {
  margin: 9px 0 0 10px;
}
.wrapper .second-section .btn-open-calculator:hover {
  background-color: #75110D;
}
@media screen and (max-width: 1200px) {
  .wrapper .second-section .box-calculator {
    padding: 52px 50px 54px 50px;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper .second-section .box-calculator_m {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 880px) {
  .wrapper .second-section .box-calculator {
    flex-direction: column;
  }
  .wrapper .second-section .calculator-text {
    text-align: center;
  }
  .wrapper .second-section .calculator-text_m {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .second-section .box-calculator {
    padding: 34px 21px 32px 24px;
  }
  .wrapper .second-section .box-calculator_m {
    margin-top: 59px;
  }
  .wrapper .second-section .calculator-text {
    font-size: 20px;
    line-height: 28px;
  }
  .wrapper .second-section .pseudo-text::after {
    content: 'питомца';
  }
  .wrapper .second-section .btn-open-calculator {
    padding: 12px 42px 11px 42px;
  }
  .wrapper .second-section .btn-open-calculator_m {
    margin: 21px 0 0 0px;
  }
}
.wrapper .third-section .why-zooov {
  padding-top: 7px;
  padding-bottom: 190px;
  background: url(../img/line-4.png) no-repeat 0 64px;
}
.wrapper .third-section .why-zooov__title {
  letter-spacing: 0.8px;
}
.wrapper .third-section .pseudo-img {
  position: relative;
}
.wrapper .third-section .pseudo-img::after {
  content: url(../img/lines-title-zooov.svg);
  position: absolute;
  top: 20px;
  left: 127px;
}
.wrapper .third-section .why-zooov__box-benefits_m_t {
  margin-top: 51px;
}
.wrapper .third-section .why-zooov__benefit {
  flex: 0 1 282px;
}
.wrapper .third-section .why-zooov__sm-title {
  font-size: 18px;
  line-height: 23px;
  font-family: 'montserrat_600';
}
.wrapper .third-section .why-zooov__sm-title_m {
  margin: 12px 0 7px 0;
}
.wrapper .third-section .why-zooov__text {
  font-family: 'montserrat_400';
}
.wrapper .third-section .why-zooov__text_m_w-220 {
  max-width: 220px;
}
.wrapper .third-section .why-zooov__text_m_w-215 {
  max-width: 215px;
}
.wrapper .third-section .why-zooov__text_p_el::after {
  content: 'хвостика.';
}
.wrapper .third-section .box-img_p_el {
  position: relative;
}
.wrapper .third-section .box-img_p_el::after {
  content: url(../img/lines-smile.svg);
  position: absolute;
  top: -32px;
  left: -16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1020px) {
  .wrapper .third-section .why-zooov {
    padding-bottom: 35px;
  }
  .wrapper .third-section .why-zooov__benefit_p_r_b {
    padding: 0 5px 45px 0;
  }
  .wrapper .third-section .why-zooov__benefit_p_l_b {
    padding: 0 0 45px 5px;
  }
  .wrapper .third-section .why-zooov__benefit_p_l {
    padding-left: 5px;
  }
  .wrapper .third-section .why-zooov__benefit_p_r {
    padding-right: 5px;
  }
}
@media screen and (max-width: 880px) {
  .wrapper .third-section .why-zooov__box-benefits {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrapper .third-section .why-zooov__benefit {
    flex: 1 1 285px;
  }
  .wrapper .third-section .why-zooov__text_m_w-220,
  .wrapper .third-section .why-zooov__text_m_w-215 {
    display: inline;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .third-section .why-zooov {
    padding: 6px 24px 38px 24px;
    background: url(../img/line-4.png) no-repeat 0 64px, url(../img/line-4.png) no-repeat -285px 445px;
  }
  .wrapper .third-section .why-zooov__sm-title_m {
    margin-bottom: 8px;
  }
  .wrapper .third-section .pseudo-img::after {
    top: 18px;
    left: 105px;
  }
  .wrapper .third-section .why-zooov__box-benefits_m_t {
    margin-top: 35px;
  }
  .wrapper .third-section .why-zooov__text_p_el::after {
    content: 'питомца.';
  }
  .wrapper .third-section .box-img_p_el::after {
    left: 29px;
    top: -19px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 635px) {
  .wrapper .third-section .why-zooov__benefit_p_l_b,
  .wrapper .third-section .why-zooov__benefit_p_r_b {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 423px) {
  .wrapper .third-section .why-zooov__text {
    padding-right: 22px;
  }
  .wrapper .third-section .why-zooov__title {
    letter-spacing: 0.8px;
  }
}
.wrapper .third-section .zooov-it-is {
  background: url(../img/line-6.png) no-repeat -1px -3px / contain, url(../img/line-5.png) no-repeat -1px 0px / contain;
  overflow: hidden;
  background-color: #FFF4F3;
  padding: 57px 0 80px 0;
}
.wrapper .third-section .zooov-it-is .container {
  max-width: 1270px;
}
.wrapper .third-section .zooov-it-is__boxs-img {
  flex: 0 1 580px;
  padding-top: 21px;
}
.wrapper .third-section .zooov-it-is__boxs-img_m_r {
  margin-right: 58px;
}
.wrapper .third-section .group-dogs-desk {
  max-width: 101%;
}
.wrapper .third-section .group-dogs-mobile {
  display: none;
}
.wrapper .third-section .zooov-it-is__box-text {
  flex: 0 1.25 521px;
  padding-top: 68px;
}
.wrapper .third-section .zooov-it-is__title {
  max-width: 420px;
  line-height: 61px;
  position: relative;
}
.wrapper .third-section .zooov-it-is__title::after {
  content: url(../img/lines-title-zooov.svg);
  position: absolute;
  top: 28px;
  left: 92%;
}
.wrapper .third-section .zooov-it-is__title_m_b {
  margin-bottom: 34px;
}
.wrapper .third-section .zooov-it-is__text {
  font-family: 'montserrat_400';
  line-height: 21px;
}
.wrapper .third-section .zooov-it-is__text_m_b-p_l {
  margin-bottom: 21.5px;
  padding-left: 2px;
}
@media screen and (max-width: 1350px) {
  .wrapper .third-section .zooov-it-is {
    background-position-x: -100px;
  }
}
@media screen and (max-width: 1107px) {
  .wrapper .third-section .zooov-it-is {
    background-position-x: -150px;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper .third-section .zooov-it-is {
    background-position-x: -250px;
  }
  .wrapper .third-section .zooov-it-is__title {
    max-width: 346px
  }
  .wrapper .third-section .zooov-it-is__title::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 33px;
  }
}
@media screen and (max-width: 880px) {
  .wrapper .third-section .zooov-it-is .container {
    padding-left: 0px;
    padding-right: 5px;
  }
  .wrapper .third-section .zooov-it-is__boxs-img {
    padding-top: 0;
  }
  .wrapper .third-section .zooov-it-is__title_m_b {
    margin-bottom: 15px;
  }
  .wrapper .third-section .zooov-it-is__boxs-img_m_r {
    margin-right: 18px;
  }
  .wrapper .third-section .zooov-it-is__box-text {
    padding-top: 0px;
  }
  .wrapper .third-section .zooov-it-is__text_m_b-p_l {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 790px) {
  .wrapper .third-section .zooov-it-is__title {
    max-width: 290px;
    line-height: 41px;
  }
  .wrapper .third-section .zooov-it-is__title::after {
    left: 271px;
    top: 21px;
  }
}
@media screen and (max-width: 700px) {
  .wrapper .third-section .zooov-it-is {
    padding-top: 60px;
    padding-bottom: 42px;
    background: url(../img/line-groupe-dogs-1.svg) no-repeat -3px 925px / contain, url(../img/line-groupe-dogs-2.svg) no-repeat -2px 970px / contain;
    background-color: #FFF4F3;
  }
  .wrapper .third-section .zooov-it-is .container {
    padding: 0;
    flex-direction: column;
  }
  .wrapper .third-section .zooov-it-is__boxs-img {
    display: flex;
    order: 2;
    flex: 0 1 auto;
    padding-left: 10%;
  }
  .wrapper .third-section .zooov-it-is__boxs-img_m_r {
    margin-right: 0;
  }
  .wrapper .third-section .group-dogs-desk {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .wrapper .third-section .zooov-it-is__title {
    max-width: 327px;
    line-height: 52px;
  }
  .wrapper .third-section .zooov-it-is__title::after {
    left: 284px;
    top: 28px;
  }
  .wrapper .third-section .zooov-it-is__title_m_b {
    margin-bottom: 19px;
  }
  .wrapper .third-section .zooov-it-is__box-text {
    flex: 0 1 auto;
    width: 100%;
    order: 1;
  }
  .wrapper .third-section .zooov-it-is__text_m_b-p_l {
    margin-bottom: 21px;
  }
  .wrapper .third-section .zooov-it-is__text {
    letter-spacing: 0.05px;
  }
  .wrapper .third-section .zooov-it-is__box-text_m_b-p {
    margin-bottom: 54px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 423px) {
  .wrapper .third-section .zooov-it-is__boxs-img {
    padding-left: 24px;
  }
  .wrapper .third-section .group-dogs-desk {
    display: none;
  }
  .wrapper .third-section .group-dogs-mobile {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 368px) {
  .wrapper .third-section .zooov-it-is {
    background-position-y: 1200px ;
  }
  .wrapper .third-section .zooov-it-is__title {
    max-width: 250px;
  }
  .wrapper .third-section .zooov-it-is__title::after {
    left: 95px;
    top: 84px;
  }
}
.wrapper .forth-section .delivery-zooov .container {
  overflow: auto;
}
.wrapper .forth-section .get-zooov {
  padding-top: 184px;
  padding-bottom: 180px;
}
.wrapper .forth-section .get-zooov__title {
  letter-spacing: 0.9px;
}
.wrapper .forth-section .get-zooov__title_m_b {
  margin-bottom: 71px;
}
.wrapper .forth-section .get-zooov__step {
  flex: 0 1 23.5%;
}
.wrapper .forth-section .get-zooov__sm-title {
  font-size: 18px;
  line-height: 23px;
  font-family: 'montserrat_600';
}
.wrapper .forth-section .get-zooov__sm-title_m {
  margin: 15px 0 10px 0;
}
.wrapper .forth-section .get-zooov__box-img {
  width: 40px;
  height: 40px;
}
.wrapper .forth-section .get-zooov__box-img,
.wrapper .forth-section .logo-step__heart {
  position: relative;
}
.wrapper .forth-section .get-zooov__box-img:after {
  content: url(../img/arrow.svg);
  position: absolute;
  top: 8px;
  left: 100px;
}
.wrapper .forth-section .get-zooov__step:last-child .get-zooov__box-img:after {
  content: '';
}
.wrapper .forth-section .get-zooov__box-img_p-i::before {
  content: url(../img/lines-smile.svg);
  position: absolute;
  top: -35px;
  left: -23px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.wrapper .forth-section .get-zooov__link {
  padding-bottom: 2px;
  color: #961914;
  border-bottom: 1px solid #961914;
  cursor: url(../img/hand.png), pointer;
}
@media screen and (max-width: 1200px) {
  .wrapper .forth-section .text-inline {
    display: inline;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper .forth-section .get-zooov {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wrapper .forth-section .get-zooov__box-img:after {
    content: url(../img/small-arrow.svg);
    left: 75px;
  }
}
@media screen and (max-width: 880px) {
  .wrapper .forth-section .get-zooov__how-get {
    padding-left: 24px;
    flex-direction: column;
    position: relative;
  }
  .wrapper .forth-section .get-zooov__how-get::before {
    content: url(../img/big-line.svg);
    position: absolute;
    left: 0px;
    top: 50px;
  }
  .wrapper .forth-section .get-zooov__step {
    max-width: 500px;
  }
  .wrapper .forth-section .get-zooov__step_m_b {
    margin-bottom: 65px;
  }
  .wrapper .forth-section .get-zooov__box-img:after {
    content: '';
  }
  .wrapper .forth-section .get-zooov__box-img_p-i::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: -22px;
    left: 32px;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .forth-section .get-zooov {
    padding-top: 85px;
    padding-bottom: 53px;
  }
  .wrapper .forth-section .get-zooov__title {
    letter-spacing: 1px;
  }
  .wrapper .forth-section .get-zooov__title_m_b {
    margin-bottom: 30px;
  }
  .wrapper .forth-section .get-zooov__sm-title_m {
    margin-bottom: 9px;
  }
  .wrapper .forth-section .get-zooov__step {
    max-width: 295px;
  }
  .wrapper .forth-section .get-zooov__step_m_b {
    margin-bottom: 40px;
  }
  .wrapper .forth-section .get-zooov__sm-title {
    letter-spacing: 0.1px;
  }
  .wrapper .forth-section .get-zooov__how-get {
    padding-left: 32px;
  }
  .wrapper .forth-section .get-zooov__how-get::before {
    top: 64px;
  }
}
@media screen and (max-width: 423px) {
  .wrapper .forth-section .text-inline {
    display: block;
  }
}
@media screen and (max-width: 368px) {
  .wrapper .forth-section .get-zooov__step {
    max-width: 100%;
  }
}
.wrapper .forth-section .FAQ {
  padding-bottom: 143px;
}
.wrapper .forth-section .FAQ__title {
  flex: 0 0 354px;
  letter-spacing: 1px;
}
.wrapper .forth-section .FAQ__title_p_t {
  padding-top: 4px;
}
.wrapper .forth-section .FAQ__title_m {
  margin: 0px auto 0 0;
}
.wrapper .forth-section .FAQ__sm-title_p_e::after {
  content: 'ли я сам';
}
.wrapper .forth-section .FAQ__box-questions {
  flex: 0 1 776px;
}
.wrapper .forth-section .FAQ__box-questions_m_l{
  margin-left: 10px;
}
.wrapper .forth-section .FAQ__details {
  padding: 32px 0 27.5px 0;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.2s ease-in-out;
  cursor: url(../img/hand.png), pointer;
}
.wrapper .forth-section .FAQ__details_p_t {
  padding-top: 0px;
}
.wrapper .forth-section .FAQ__details_b_b {
  border-bottom: none;
}
.wrapper .forth-section .FAQ__sm-title {
  font-size: 18px;
  line-height: 25px;
  max-width: 88.3%;
  display: inline-block;
  font-family: 'montserrat_600';
}
.wrapper .forth-section .FAQ__btn {
  position: absolute;
  right: 10px;
  top: 36px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.wrapper .forth-section .FAQ__btn span,
.wrapper .forth-section .FAQ__btn span::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #961914;
  transition: all 0.2s ease-in-out;
}
.wrapper .forth-section .FAQ__btn span::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wrapper .forth-section .FAQ__btn_t-5 {
  top: 2px;
}
.wrapper .forth-section .FAQ__details-content {
  padding-bottom: 5px;
  max-width: 691px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.wrapper .forth-section .FAQ__hidden-text {
  position: absolute;
  top: -10px;
  line-height: 22px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  font-family: 'montserrat_400';
}
.wrapper .forth-section .FAQ__details.__open {
  padding-bottom: 41.5px;
}
.wrapper .forth-section .FAQ__details.__open .FAQ__btn span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.wrapper .forth-section .FAQ__details.__open .FAQ__hidden-text {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  top: 12px;
}
@media screen and (max-width: 790px) {
  .wrapper .forth-section .FAQ {
    flex-direction: column;
  }
  .wrapper .forth-section .FAQ__box-questions_m_l{
    margin-left: 0px;
  }
  .wrapper .forth-section .FAQ__title {
    flex: 0 0 auto;
  }
  .wrapper .forth-section .FAQ__title_p_t {
    padding-top: 31px;
  }
  .wrapper .forth-section .FAQ__title_m {
    margin-bottom: 14px;
  }
  .wrapper .forth-section .FAQ__details-content {
    width: 95%;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .forth-section .FAQ {
    padding-bottom: 54px;
  }
  .wrapper .forth-section .FAQ__details {
    padding: 23px 0 20px 0;
  }
  .wrapper .forth-section .FAQ__sm-title_p_e::after {
    content: 'ля и я сам';
  }
  .wrapper .forth-section .FAQ__details.__open {
    padding-bottom: 14px;
  }
  .wrapper .forth-section .FAQ__btn {
    top: 25px;
    right: 0px;
  }
  .wrapper .forth-section .FAQ__hidden-text {
    top: 4px;
  }
}
@media screen and (max-width: 423px) {
  .wrapper .forth-section .FAQ__title {
    letter-spacing: 0.8px;
    width: 100%;
  }
  .wrapper .forth-section .FAQ__sm-title {
    font-size: 16px;
    line-height: 22px;
    max-width: 83.3%;
  }
  .wrapper .forth-section .FAQ__sm-title_w_82 {
    max-width: 82%;
  }
  .wrapper .forth-section .FAQ__sm-title_w_67 {
    max-width: 67%;
  }
  .wrapper .forth-section .FAQ__sm-title_w_80 {
    max-width: 80%;
  }
  .wrapper .forth-section .FAQ__sm-title_w_81 {
    max-width: 81%;
  }
  .wrapper .forth-section .FAQ__sm-title_w_87 {
    max-width: 87%;
  }
  .wrapper .forth-section .FAQ__details-content {
    width: 100%;
  }
  .wrapper .forth-section .FAQ__hidden-text {
    top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper .forth-section .FAQ__details.__open {
    padding-bottom: 18px;
  }
  .wrapper .forth-section .FAQ__details.__open .FAQ__details-content .FAQ__hidden-text {
    top: 15px;
  }
}
@media screen and (max-width: 364px) {
  .wrapper .forth-section .FAQ__sm-title {
    max-width: 90%;
  }
}
.wrapper .fiveth-section .footer {
  padding-top: 80px;
  padding-bottom: 76px;
  position: relative;
  z-index: 2;
  font-family: 'montserrat_400';
  color: #FFFFFF;
  background-color: #961914;
}
.wrapper .fiveth-section .footer::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 3.21%;
  width: 94px;
  height: 102px;
  background: url(../img/half-apple.png) no-repeat center / cover;
}
.wrapper .fiveth-section .footer .container::before {
  content: '';
  width: 79px;
  height: 472px;
  position: absolute;
  top: 90px;
  left: 0;
  background: url(../img/Frame.svg) no-repeat;
  background-size: cover;
}
.wrapper .fiveth-section .footer .container::after {
  content: '';
  width: 237px;
  height: 314px;
  position: absolute;
  top: 2px;
  right: 0;
  background: url(../img/Frame-2.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1380px) {
  .wrapper .fiveth-section .footer .container::after {
    top: -51px;
    height: 237px;
    width: 168px;
  }
  .wrapper .fiveth-section .footer::after {
    right: 0%;
  }
}
@media screen and (max-width: 1340px) {
  .wrapper .fiveth-section .footer .container::before {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .wrapper .fiveth-section .footer {
    padding-top: 53px;
    padding-bottom: 242px;
  }
  .wrapper .fiveth-section .footer .container {
    flex-direction: column;
  }
  .wrapper .fiveth-section .footer .container::before {
    display: flex;
    width: 250px;
    height: 271px;
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0px;
    background: url(../img/Frame-3.svg) no-repeat;
  }
  .wrapper .fiveth-section .footer .container::after {
    width: 141px;
    height: 225px;
    position: absolute;
    top: -31px;
    right: 0px;
  }
  .wrapper .fiveth-section .footer::after {
    bottom: 86px;
    left: 10%;
  }
}
@media screen and (max-width: 436px) {
  .wrapper .fiveth-section .footer .container::before {
    height: 207px;
  }
  .wrapper .fiveth-section .footer .container::after {
    width: 113px;
    height: 215px;
    top: -99px;
  }
}
@media screen and (max-width: 436px) {
  .wrapper .fiveth-section .footer .container::before {
    width: 232px;
  }
}
.wrapper .fiveth-section .footer__contact {
  position: relative;
  flex: 0 1 25.7%;
}
.wrapper .fiveth-section .footer__contact:after {
  content: '';
  width: 49px;
  height: 38px;
  position: absolute;
  top: 142px;
  right: -19%;
  background: url(../img/line-foot-1.png) no-repeat center / cover;
}
.wrapper .fiveth-section .footer__contact::before {
  content: '';
  width: 141px;
  height: 99px;
  position: absolute;
  top: 195px;
  right: -47%;
  background: url(../img/piece-meat.png) no-repeat center / contain;
}
.wrapper .fiveth-section .footer__title {
  letter-spacing: 0.9px;
}
.wrapper .fiveth-section .footer__title:after {
  content: '';
  width: 83px;
  height: 78px;
  position: absolute;
  top: 29px;
  right: -46.5%;
  background: url(../img/logo-footer.png) no-repeat center / contain;
}
.wrapper .fiveth-section .footer__title_m {
  margin: 9px 0 3px 0;
}
.wrapper .fiveth-section .footer__text {
  max-width: 302px;
}
.wrapper .fiveth-section .footer__text_m_b {
  margin-bottom: 32px;
}
.wrapper .fiveth-section .footer__number {
  display: block;
  color: #FFFFFF;
}
.wrapper .fiveth-section .footer__number_m_b {
  margin-bottom: 22px;
}
.wrapper .fiveth-section .footer__btn-link {
  display: block;
  max-width: 223px;
  padding: 9px 10px 9px 43px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: 'montserrat_500';
  transition: all 0.4s ease-in-out;
}
.wrapper .fiveth-section .footer__btn-link:hover {
  background: rgba(255, 255, 255, 0.4);
}
.wrapper .fiveth-section .footer__btn-link_m_b {
  margin-bottom: 15px;
}
.wrapper .fiveth-section .footer__btn-link_p_t {
  padding-top: 11px;
}
.wrapper .fiveth-section .footer__btn-link_e_a::after,
.wrapper .fiveth-section .footer__btn-link_e_b::before {
  position: absolute;
  left: 11px;
}
.wrapper .fiveth-section .footer__btn-link_e_b::before {
  content: url(../img/WhatsappLogo.svg);
  top: 6px;
}
.wrapper .fiveth-section .footer__btn-link_e_a::after {
  content: url(../img/TelegramLogo.svg);
  top: 8px;
}
.wrapper .fiveth-section .footer__sign-up {
  max-width: 300px;
  font-size: 16px;
  line-height: 23px;
}
.wrapper .fiveth-section .footer__sign-up_m_t {
  margin-top: 39px;
}
.wrapper .fiveth-section .footer__link-text {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (max-width: 1020px) {
  .wrapper .fiveth-section .footer__contact::after {
    right: -13%;
    top: 150px;
  }
  .wrapper .fiveth-section .footer__contact::before {
    width: 113px;
    height: 99px;
  }
}
@media screen and (max-width: 910px) {
  .wrapper .fiveth-section .footer__contact::before {
    width: 57px;
    height: 62px;
  }
  .wrapper .fiveth-section .footer__contact::after {
    display: none;
  }
  .wrapper .fiveth-section .footer__text {
    max-width: 250px;
  }
  .wrapper .fiveth-section .footer__btn-link {
    min-width: 223px;
  }
}
@media screen and (max-width: 760px) {
  .wrapper .fiveth-section .footer__contact {
    width: 100%;
  }
  .wrapper .fiveth-section .footer__contact::before {
    width: 57px;
    height: 62px;
    top: 381px;
    right: inherit;
    left: 57.5%;
  }
  .wrapper .fiveth-section .footer__number_m_b {
    margin-bottom: 23px;
  }
  .wrapper .fiveth-section .footer__title::after {
    right: inherit;
    left: 58%;
    top: 146px;
  }
  .wrapper .fiveth-section .footer__title_m {
    margin-bottom: 6px;
  }
  .wrapper .fiveth-section .footer__text {
    max-width: 302px;
  }
  .wrapper .fiveth-section .footer__btn-link {
    border-radius: 0;
  }
  .wrapper .fiveth-section .footer__sign-up {
    line-height: 22px;
  }
  .wrapper .fiveth-section .footer__sign-up_m_t {
    margin-top: 40px;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .fiveth-section .footer__contact::before {
    left: 80.5%;
  }
  .wrapper .fiveth-section .footer__title::after {
    left: 78%;
  }
}
@media screen and (max-width: 364px) {
  .wrapper .fiveth-section .footer__title::after {
    left: 77%;
    top: 129px;
  }
}
.wrapper .fiveth-section .footer__question {
  flex: 0 2 53.1%;
  padding-top: 32px;
}
.wrapper .fiveth-section .footer__question_m_l {
  margin-left: 15%;
}
.wrapper .fiveth-section .question__title {
  font-size: 20px;
  line-height: 28px;
  font-family: 'montserrat_600';
}
.wrapper .fiveth-section .question__title_m_b {
  margin-bottom: 8px;
}
.wrapper .fiveth-section .question__text_m {
  margin: 5px 0 35px 0;
}
.wrapper .fiveth-section .footer__form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'montserrat_400';
}
.wrapper .fiveth-section .footer__form ::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'montserrat_400';
}
.wrapper .fiveth-section .footer__form :-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'montserrat_400';
}
.wrapper .fiveth-section .footer__form :-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'montserrat_400';
}
.wrapper .fiveth-section .footer__form-data-user_m {
  margin-bottom: 17px;
}
.wrapper .fiveth-section .check-field-box_w {
  flex: 0 1 48.05%;
}
.wrapper .fiveth-section .label-question-name {
  position: absolute;
  top: 7px;
  left: 15px;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
}
.wrapper .fiveth-section .footer__question-name ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.wrapper .fiveth-section .footer__question-name ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.wrapper .fiveth-section .footer__question-name :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.wrapper .fiveth-section .footer__question-name :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.wrapper .fiveth-section .footer__question-name,
.wrapper .fiveth-section .footer__question-email {
  padding: 14px 15px 13px 15px;
  width: 100%;
}
.wrapper .fiveth-section .footer__question-name {
  padding-top: 23px;
  padding-bottom: 3px;
}
.wrapper .fiveth-section .footer__question-name,
.wrapper .fiveth-section .footer__question-email,
.wrapper .fiveth-section .footer__question-field {
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}
.wrapper .fiveth-section .check-field-box_m_r {
  margin-right: auto;
}
.wrapper .fiveth-section .footer__question-field {
  padding: 6.5px 15px;
  width: 100%;
  height: 122px;
  resize: none;
}
.wrapper .fiveth-section .footer__question-consent_m {
  margin: 17px 0 0 0;
}
.wrapper .fiveth-section .question-check-data {
  padding-top: 1px;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05px;
  max-width: 220px;
  cursor: url(../img/hand.png), pointer;
}
.wrapper .fiveth-section .question-check-data::before {
  content: '';
  flex: 0 0 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: #FFFFFF;
  transition: all 100ms ease-in-out;
  cursor: url(../img/hand.png), pointer;
}
.wrapper .fiveth-section #personal_data:checked + .question-check-data::before {
  background: url(../img/ok.svg) no-repeat center;
  background-color: #FFFFFF;
}
.wrapper .fiveth-section .question-submit {
  padding: 14px 65px 11px 58px;
  background-color: #FFF4F3;
  color: #EC7973;
  transition: all 0.4s ease-in-out;
}
.wrapper .fiveth-section .question-submit:hover {
  background-color: #EAD1D0;
}
@media screen and (max-width: 1050px) {
  .wrapper .fiveth-section .question__text {
    max-width: 280px;
  }
}
@media screen and (max-width: 910px) {
  .wrapper .fiveth-section .check-field-box_w {
    flex: 0 1 100%;
  }
  .wrapper .fiveth-section .check-field-box_m_r {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .wrapper .fiveth-section .footer__question_m_l {
    margin-left: auto;
  }
  .wrapper .fiveth-section .question__text {
    max-width: 220px;
  }
  .wrapper .fiveth-section .question-submit {
    max-width: 50%;
    padding: 14px 10px 11px 10px;
  }
  .wrapper .fiveth-section .question-check-data_m_b {
    margin-bottom: 24px;
  }
  .wrapper .fiveth-section .footer__form-data-user,
  .wrapper .fiveth-section .footer__question-consent {
    flex-direction: column;
  }
}
@media screen and (max-width: 760px) {
  .wrapper .fiveth-section .footer__question_m_l {
    margin-left: 0;
  }
  .wrapper .fiveth-section .footer__question {
    padding-top: 55px;
    width: 100%;
  }
  .wrapper .fiveth-section .question__title_m_b {
    margin-bottom: 5px;
  }
  .wrapper .fiveth-section .question__text {
    line-height: 22px;
    max-width: 280px;
  }
  .wrapper .fiveth-section .question__text_m {
    margin: 0 0 17px 0 ;
  }
  .wrapper .fiveth-section .footer__question-field,
  .wrapper .fiveth-section .footer__question-name,
  .wrapper .fiveth-section .footer__question-email {
    max-width: 327px;
    border-radius: 0;
  }
  .wrapper .fiveth-section .footer__question-name {
    padding-top: 22px;
    padding-bottom: 4px;
    padding-left: 14px;
  }
  .wrapper .fiveth-section .footer__question-field {
    padding-left: 14px;
  }
  .wrapper .fiveth-section .footer__form-data-user_m {
    margin-bottom: 16px;
  }
  .wrapper .fiveth-section .footer__question-consent_m {
    margin-top: 12px;
  }
  .wrapper .fiveth-section .question-check-data {
    max-width: 100%;
    font-size: 11px;
    border-radius: 0;
    letter-spacing: 0.02px;
  }
  .wrapper .fiveth-section .question-submit {
    max-width: 327px;
    border-radius: 0;
  }
  .wrapper .fiveth-section .question-check-data_m_b {
    margin-bottom: 29px;
  }
}
.wrapper .fiveth-section .wraper-FOP {
  padding: 29px 0 30px 0;
  font-size: 12px;
  line-height: 17px;
  background-color: #69120E;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'montserrat_400';
}
.wrapper .fiveth-section .wraper-FOP__link {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1100px) {
  .wrapper .fiveth-section .wraper-FOP__doc {
    flex-direction: column;
  }
  .wrapper .fiveth-section .wraper-FOP__link_m {
    margin: 24px 0 8px 0;
  }
}
@media screen and (max-width: 660px) {
  .wrapper .fiveth-section .wraper-FOP {
    padding-top: 24px;
  }
}
.wrapper .all-modal .modal {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.4);
  overflow-x: auto;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.wrapper .all-modal .modal.open {
  visibility: visible;
  opacity: 1;
}
.wrapper .all-modal .modal.open.make-longer {
  display: block;
  visibility: visible;
  opacity: 1;
}
.wrapper .all-modal .modal.open.make-longer .modal-container {
  margin: 20px auto;
}
.wrapper .all-modal .modal_title-large {
  font-size: 40px;
  line-height: 52px;
  color: #961914;
  font-family: 'oswald_700';
}
.wrapper .all-modal .modal_title-small {
  font-size: 20px;
  line-height: 26px;
  font-family: 'montserrat_700';
}
.wrapper .all-modal .text-modal-large {
  font-size: 15px;
  line-height: 19px;
  font-family: 'montserrat_400';
}
.wrapper .all-modal .text-modal-medium {
  font-size: 14px;
  line-height: 20px;
  font-family: 'montserrat_400';
}
.wrapper .all-modal .text-modal-small {
  font-size: 12px;
  line-height: 17px;
  font-family: 'montserrat_400';
}
.wrapper .all-modal .modal_box-img {
  position: relative;
}
.wrapper .all-modal .modal-full-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .all-modal .modal-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.wrapper .all-modal .btn-close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(../img/button-close.svg) center / cover;
  transition: all 0.2s ease-in-out;
}
.wrapper .all-modal .btn-close-modal:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.wrapper .all-modal .btn-modal {
  font-size: 16px;
  line-height: 22px;
  font-family: 'montserrat_600';
  border: 1px solid #961914;
  border-radius: 8px;
  color: #961914;
  transition: all 0.4s ease-in-out;
}
.wrapper .all-modal .modal__user-field {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #F4F5F5;
  color: #000000;
}
@media all and (max-width: 660px) {
  .wrapper .all-modal .modal_title-large {
    font-size: 32px;
    line-height: 42px;
  }
}
.wrapper .all-modal .counter__container {
  box-sizing: border-box;
  padding-right: 18px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  background-color: #F4F5F5;
  border: 1px solid #F4F5F5;
}
.wrapper .all-modal .counter__field {
  margin-right: auto;
  background-color: #F4F5F5;
}
.wrapper .all-modal .counter__btn-open-list {
  background: url(../img/arrow_down.svg) center no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.wrapper .all-modal .counter__list-items {
  padding: 8px 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 5;
  border-radius: 8px;
  background-color: #F4F5F5;
  transition: all 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
}
.wrapper .all-modal .counter__choose-item {
  padding: 8px 16px;
  display: block;
  width: 100%;
  background-color: #F4F5F5;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.wrapper .all-modal .counter__choose-item:hover {
  background-color: #E5E5E5;
}
.wrapper .all-modal .counter .counter__container.show .counter__list-items {
  visibility: visible;
  opacity: 1;
}
.wrapper .all-modal .counter .counter__container.show .counter__btn-open-list {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wrapper .all-modal .counter__get-number {
  margin-top: 16px;
}
.wrapper .all-modal .counter__add-item {
  margin: 16px 0 30px 0;
}
.wrapper .all-modal .counter__number-items {
  margin-right: auto;
  min-width: 110px;
}
.wrapper .all-modal .counter__btn-plus,
.wrapper .all-modal .counter__btn-minus {
  padding: 16px;
  height: 48px;
  background-color: #F4F5F5;
  color: #C4C4C4;
  transition: all 0.3s ease-in;
}
.wrapper .all-modal .counter__btn-plus:hover {
  background-color: #E5E5E5;
}
.wrapper .all-modal .counter__btn-minus:hover {
  background-color: #E5E5E5;
}
.wrapper .all-modal .counter__btn-plus {
  padding: 16px;
  margin-left: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wrapper .all-modal .counter__field-number {
  width: 52%;
  text-align: center;
  background-color: #F4F5F5;
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .all-modal .counter__btn-minus {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wrapper .all-modal .counter__container.has-error {
  border-color: #75110D;
  position: relative;
}
.wrapper .all-modal .counter__container.has-error::after {
  content: 'Выберите объем корма';
  position: absolute;
  top: 56px;
  left: 10px;
  z-index: 2;
  color: #961914;
  font-size: 12px;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .wrapper .all-modal .counter__get-number {
    margin-top: 15px;
  }
  .wrapper .all-modal .counter__get-number,
  .wrapper .all-modal .counter__calculator,
  .wrapper .all-modal .counter__field-number {
    width: 100%;
  }
  .wrapper .all-modal .counter__number-items {
    display: none;
  }
  .wrapper .all-modal .counter__btn-plus {
    margin-left: 0;
  }
}
.wrapper .all-modal .modal-get-ration {
  padding: 0 10px;
}
.wrapper .all-modal .modal-get-ration__container {
  display: flex;
  max-width: 872px;
  padding: 56px;
  position: relative;
  background: #FFFFFF;
}
.wrapper .all-modal .modal-get-ration__box-images {
  flex: 0 1 351px;
  margin-right: auto;
}
.wrapper .all-modal .modal-get-ration__box-img {
  margin: 18px 16px 0 0;
}
.wrapper .all-modal .modal-get-ration__box-img:last-child {
  margin-right: 0;
}
.wrapper .all-modal .modal-get-ration__description {
  flex: 0 1 366px;
  padding-left: 20px;
}
.wrapper .all-modal .modal-get-ration .modal__raw {
  margin: 4px 0 15px;
  color: #9F9E9D;
}
.wrapper .all-modal .modal-get-ration__about-ration {
  margin: 39px 0 72px 0;
}
.wrapper .all-modal .modal-get-ration__caloric-content span,
.wrapper .all-modal .modal-get-ration__about-ration span {
  font-family: 'montserrat_600';
}
.wrapper .all-modal .modal-get-ration__weigth {
  margin: 19px 0 37px 0;
  color: #9F9E9D;
}
.wrapper .all-modal .modal-get-ration__btn {
  padding: 12px 41px;
}
.wrapper .all-modal .modal-get-ration__btn:hover {
  background-color: #EAD1D0;
  border-color: transparent;
}
.wrapper .all-modal .modal-get-ration.open__container {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: red;
}
@media all and (max-width: 660px) {
  .wrapper .all-modal .modal-get-ration__container {
    padding: 128px 24px 24px;
    max-width: 327px;
    flex-direction: column;
  }
  .wrapper .all-modal .modal-get-ration__title-abs {
    position: absolute;
    top: 48px;
    left: 24px;
  }
  .wrapper .all-modal .modal-get-ration__raw-abs {
    position: absolute;
    top: 78px;
    left: 24px;
  }
  .wrapper .all-modal .modal-get-ration__box-images {
    flex: 0 1 auto;
    margin-bottom: 19px;
  }
  .wrapper .all-modal .modal-get-ration__description {
    flex: 0 1 auto;
    padding-left: 0;
  }
  .wrapper .all-modal .modal-get-ration__about-ration {
    margin: 22px 0 50px 0;
  }
  .wrapper .all-modal .modal-get-ration__weigth {
    margin-bottom: 28px;
  }
  .wrapper .all-modal .modal-get-ration__btn {
    padding: 13px;
    width: 100%;
  }
}
.wrapper .all-modal .modal-make-order {
  transition: all 0.3s ease-in-out;
}
.wrapper .all-modal .modal-make-order__container {
  display: flex;
  padding: 56px 60px 56px 52px;
  max-width: 872px;
  position: relative;
  background: #FFFFFF;
}
.wrapper .all-modal .modal-make-order__box-img {
  flex: 0 0.5 361px;
  height: 500px;
  margin-right: auto;
  padding-right: 10px;
}
.wrapper .all-modal .modal-make-order__user-form {
  flex: 0 2 374px;
  padding-left: 10px;
}
.wrapper .all-modal .modal-make-order .modal__raw {
  margin: 4px 0 16px 0;
  color: #9F9E9D;
}
.wrapper .all-modal .modal-make-order__box {
  margin-bottom: 16px;
  position: relative;
}
.wrapper .all-modal .modal-make-order__name ::-webkit-input-placeholder,
.wrapper .all-modal .modal-make-order__field ::-webkit-input-placeholder,
.wrapper .all-modal .modal-make-order__name ::-moz-placeholder,
.wrapper .all-modal .modal-make-order__field ::-moz-placeholder,
.wrapper .all-modal .modal-make-order__name :-moz-placeholder,
.wrapper .all-modal .modal-make-order__field :-moz-placeholder,
.wrapper .all-modal .modal-make-order__name :-ms-input-placeholder,
.wrapper .all-modal .modal-make-order__field :-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .all-modal .modal-make-order__name {
  padding: 22px 16px 6px 16px;
}
.wrapper .all-modal .modal-make-order__field {
  padding: 14px 16px;
}
.wrapper .all-modal .modal-make-order__label-name {
  position: absolute;
  left: 16px;
  top: 4px;
  color: rgba(0, 0, 0, 0.4);
}
.wrapper .all-modal .modal-make-order__box-personal-data {
  margin: 30px 0 34px 0;
}
.wrapper .all-modal .modal-make-order__label-personal-data {
  font-size: 12px;
  line-height: 17px;
  color: #9F9E9D;
  font-family: 'montserrat_400';
  cursor: url(../img/hand.png), pointer;
}
.wrapper .all-modal .modal-make-order__label-personal-data:before {
  content: '';
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: block;
  margin-right: 8px;
  border: 1px solid #961914;
  border-radius: 2px;
  cursor: url(../img/hand.png), pointer;
}
.wrapper .all-modal .modal-make-order #personal-data-order:checked + .modal-make-order__label-personal-data:before {
  background: url(../img/ok.svg) no-repeat center / 90%;
}
.wrapper .all-modal .modal-make-order__last-prise {
  min-width: 90px;
  margin-right: auto;
  font-size: 20px;
  line-height: 26px;
  font-family: 'montserrat_500';
}
.wrapper .all-modal .modal-make-order__btn {
  padding: 12px 0;
  flex: 0 1 250px;
}
.wrapper .all-modal .modal-make-order__btn:hover {
  background-color: #EAD1D0;
  border-color: transparent;
}
@media all and (max-width: 790px) {
  .wrapper .all-modal .modal-make-order__container {
    padding: 48px 24px 24px;
  }
}
@media all and (max-width: 660px) {
  .wrapper .all-modal .modal-make-order__container {
    padding-top: 128px;
    max-width: 327px;
    flex-direction: column;
  }
  .wrapper .all-modal .modal-make-order__title-abs,
  .wrapper .all-modal .modal-make-order__raw-abs {
    position: absolute;
    left: 24px;
  }
  .wrapper .all-modal .modal-make-order__title-abs {
    top: 48px;
  }
  .wrapper .all-modal .modal-make-order__raw-abs {
    top: 78px;
  }
  .wrapper .all-modal .modal-make-order__box-img {
    margin: 0 0 32px 0;
    min-height: auto;
    padding: 0;
  }
  .wrapper .all-modal .modal-make-order__user-form {
    padding: 0;
  }
  .wrapper .all-modal .modal-make-order__box-personal-data {
    margin-bottom: 14px;
  }
  .wrapper .all-modal .modal-make-order__label-personal-data {
    max-width: 240px;
    margin-top: 74px;
  }
  .wrapper .all-modal .modal-make-order__last-prise {
    position: absolute;
    bottom: 141px;
    width: calc(100% - 48px);
    text-align: center;
  }
  .wrapper .all-modal .modal-make-order__btn {
    flex-grow: 1;
  }
}
.wrapper .all-modal .modal-finished-order__container {
  display: flex;
  padding: 57px 51px 55px 52px;
  max-width: 872px;
  position: relative;
  background: #FFFFFF;
}
.wrapper .all-modal .modal-finished-order__box-img {
  flex: 0 1 351px;
  margin-right: auto;
  margin-bottom: 24px;
}
.wrapper .all-modal .modal-finished-order__box-text {
  flex: 0 1 373px;
  padding-left: 20px;
}
.wrapper .all-modal .modal-finished-order .st-margin {
  margin: 19px 0 17px 0;
}
@media all and (max-width: 660px) {
  .wrapper .all-modal .modal-finished-order__container {
    padding: 73px 24px 29px 24px;
    max-width: 327px;
    flex-direction: column;
  }
  .wrapper .all-modal .modal-finished-order__box-img {
    flex: 0 1 auto;
  }
  .wrapper .all-modal .modal-finished-order__box-text {
    padding-left: 0;
    flex: 0 1 auto;
  }
}
.wrapper .all-modal .modal-choose-ration__container {
  padding: 56px;
  max-width: 548px;
  position: relative;
  background-color: #FFFFFF;
}
.wrapper .all-modal .modal-choose-ration__container ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .all-modal .modal-choose-ration__container ::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .all-modal .modal-choose-ration__container :-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .all-modal .modal-choose-ration__container :-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.wrapper .all-modal .modal-choose-ration__text {
  margin: 13px 0 42px 0;
}
.wrapper .all-modal .modal-choose-ration__link {
  color: #961914;
  border-bottom: 2px solid #961914;
  padding-bottom: 2px;
}
.wrapper .all-modal .modal-choose-ration__label-age-animal:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/black-circle.svg) no-repeat center / cover;
}
.wrapper .all-modal .modal-choose-ration #age-dog:checked + .modal-choose-ration__label-age-animal:before {
  background: url(../img/red-point.svg) no-repeat center / cover;
  border-color: transparent;
}
.wrapper .all-modal .modal-choose-ration #age-puppy:checked + .modal-choose-ration__label-age-animal:before {
  background: url(../img/red-point.svg) no-repeat center / contain;
  border-color: transparent;
}
.wrapper .all-modal .modal-choose-ration__box,
.wrapper .all-modal .modal-choose-ration__box-data,
.wrapper .all-modal .modal-choose-ration__box-name,
.wrapper .all-modal .modal-choose-ration__age-dog,
.wrapper .all-modal .modal-choose-ration__age-puppy {
  position: relative;
}
.wrapper .all-modal .modal-choose-ration__box {
  position: relative;
  margin-bottom: 16px;
}
.wrapper .all-modal .modal-choose-ration__age-dog {
  margin-bottom: 11px;
}
.wrapper .all-modal .modal-choose-ration__age-puppy {
  margin-bottom: 25px;
}
.wrapper .all-modal .modal-choose-ration__box-name {
  margin-bottom: 20px;
}
.wrapper .all-modal .modal-choose-ration__box-data {
  margin: 41px 0 24px 0;
}
.wrapper .all-modal .modal-choose-ration__label {
  position: absolute;
  left: 16px;
  top: 4px;
  color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.wrapper .all-modal .modal-choose-ration .modal__user-field {
  padding: 22px 22px 6px 16px;
}
.wrapper .all-modal .modal-choose-ration .modal-choose-ration__phone {
  padding: 14px 16px;
}
.wrapper .all-modal .modal-choose-ration__about-animal {
  height: 97px;
  resize: none;
}
.wrapper .all-modal .modal-choose-ration__label-personal-data {
  color: #9F9E9D;
  cursor: url(../img/hand.png), pointer;
}
.wrapper .all-modal .modal-choose-ration__label-personal-data:before {
  content: '';
  display: block;
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #961914;
  border-radius: 2px;
  cursor: url(../img/hand.png), pointer;
}
.wrapper .all-modal .modal-choose-ration #personalDataCustomer:checked + .modal-choose-ration__label-personal-data:before {
  background: url(../img/ok.svg) no-repeat center / 90%;
}
.wrapper .all-modal .modal-choose-ration__btn {
  width: 100%;
  padding: 13px;
  color: #FFFFFF;
  background-color: #961914;
}
.wrapper .all-modal .modal-choose-ration__btn:hover {
  background-color: #75110D;
}
@media all and (max-width: 660px) {
  .wrapper .all-modal .modal-choose-ration__container {
    max-width: 327px;
    padding: 72px 24px 40px 24px;
  }
  .wrapper .all-modal .modal-choose-ration .modal-choose-ration__about-animal {
    padding: 14px 25px 16px 14px;
  }
}
@media all and (max-width: 360px) {
  .wrapper .all-modal .modal-choose-ration .modal-choose-ration__about-animal {
    padding: 5px 5px 5px 16px;
  }
}
.wrapper .all-modal .modal-message {
  padding: 0 10px;
}
.wrapper .all-modal .modal-message__container {
  padding: 69px 24px 76px;
  flex: 0 1 461px;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.wrapper .all-modal .modal-message__text-st-margin {
  margin-top: 16px;
}
@media screen and (max-width: 660px) {
  .wrapper .all-modal {
    max-width: 461px;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
button,
input {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  background-color: transparent;
}
button,
a {
  cursor: url(../img/hand.png), pointer;
}
img {
  max-width: 100%;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
html,
body {
  height: 100%;
}
body.lock {
  overflow: hidden;
  padding-right: 16px;
}
body.lock-menu {
  overflow: hidden;
}
.overflow {
  overflow: hidden;
}
