@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --color-black: hsl(0, 0%, 10%);
  --color-darks: hsl(0, 0%, 20%);
  --color-greys: hsl(0, 0%, 80%);
  --color-light: hsl(0, 0%, 96%);
  --color-white: hsl(0, 0%, 100%);
  --color-blues: hsl(217, 91%, 60%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#page_pet {
  font-family: Inter;
}
#page_pet .wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_pet .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page_pet .scr_1 {
  background: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
  margin-bottom: 50px;
}
#page_pet .scr_1 .scr_1_wrap {
  max-width: 585px;
  width: 100%;
  margin: 0 auto;
}
#page_pet .scr_1 .scr_1_title, #page_pet .scr_1 .scr_1_title h1 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #3BC6FD;
  margin-bottom: 15px;
}
#page_pet .scr_1 .scr_1_txt {
  color: #030303;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
#page_pet .scr_1 .scr_1_img {
  max-width: 100px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
#page_pet .scr_1 .scr_1_img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page_pet .scr_1 .scr_1_img img:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page_pet .scr_2 {
  margin-top: 100px;
  margin-bottom: 50px;
}
#page_pet .scr_2 form .scr_2_title {
  font-weight: 400;
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
#page_pet .scr_2 form .scr_2_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  #page_pet .scr_2 form .scr_2_type {
    display: block;
  }
}
#page_pet .scr_2 form .scr_2_type label {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 10px 70px;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page_pet .scr_2 form .scr_2_type label:hover {
  background: #d6f3ff;
}
#page_pet .scr_2 form .scr_2_type label:last-child {
  margin-right: 0;
}
#page_pet .scr_2 form .scr_2_type label span {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  text-align: center;
  color: #000;
}
@media (max-width: 600px) {
  #page_pet .scr_2 form .scr_2_type label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
#page_pet .scr_2 form .scr_2_type input {
  display: none;
}
#page_pet .scr_2 form .scr_2_type input:checked + label {
  background: rgba(253, 59, 114, 0.2);
}
#page_pet .scr_2 form .scr_2paramet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  #page_pet .scr_2 form .scr_2paramet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 400px) {
  #page_pet .scr_2 form .scr_2paramet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#page_pet .scr_2 form .scr_2_category {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}
#page_pet .scr_2 form .scr_2_category .error-text {
  display: none;
  color: red;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
#page_pet .scr_2 form .scr_2_category_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_pet .scr_2 form .scr_2_category_items input[type=checkbox] {
  display: none;
}
#page_pet .scr_2 form .scr_2_category_items input[type=checkbox]:checked + label {
  background: rgba(59, 198, 253, 0.2);
}
#page_pet .scr_2 form .scr_2_category_items label {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
}
#page_pet .scr_2 form .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_pet .scr_2 form .sub input {
  cursor: pointer;
  background: #3BC6FD;
  color: #fff;
  border: none;
  border-radius: 10px;
  outline: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 10px 30px;
}
@media (max-width: 600px) {
  #page_pet .scr_2 form .sub input {
    width: 100%;
    font-size: 16px;
  }
}

.form-group {
  position: relative;
}
.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}
.form .dropdown {
  position: relative;
}
.form .dropdown-select {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 10px;
  color: var(--color-black);
  background-color: #F8F8F8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.form .dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px;
  background-color: var(--color-white);
  -webkit-box-shadow: var(--shadow-large);
          box-shadow: var(--shadow-large);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form .dropdown-menu-inner {
  max-height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.form .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
.form .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-greys);
  -webkit-box-shadow: var(--shadow-small);
          box-shadow: var(--shadow-small);
}
.form .dropdown-menu-item {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.65rem 1.25rem;
  background-color: var(--color-white);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form .dropdown-menu-item:hover {
  color: var(--color-black);
  background-color: var(--color-greys);
}
.form .dropdown-menu-item.is-select, .form .dropdown-menu-item.is-select:hover {
  color: var(--color-white);
  background-color: var(--color-blues);
}
.form .dropdown-menu-search {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  color: var(--color-black);
  background-clip: padding-box;
  background-color: var(--color-light);
}

.scr_2paramet_wrap {
  max-width: 40rem;
  width: 100%;
  border-radius: 10px;
  background-color: #F8F8F8;
  margin-right: 20px;
}
.scr_2paramet_wrap:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 600px) {
  .scr_2paramet_wrap:nth-child(1) {
    max-width: 100%;
    margin: 0;
  }
}
.scr_2paramet_wrap:nth-child(2) {
  max-width: 50%;
}
@media (max-width: 600px) {
  .scr_2paramet_wrap:nth-child(2) {
    max-width: 100%;
    margin: 0;
  }
}
.scr_2paramet_wrap:nth-child(3) {
  max-width: 25%;
}
@media (max-width: 600px) {
  .scr_2paramet_wrap:nth-child(3) {
    max-width: 100%;
    margin: 0;
  }
}
.scr_2paramet_wrap:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .scr_2paramet_wrap:nth-child(3) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
@media (max-width: 400px) {
  .scr_2paramet_wrap:nth-child(3) {
    -ms-grid-column: unset;
        grid-column-start: unset;
    grid-column-end: unset;
  }
}

