/** hunting.css - уникальные стили для страницы охоты **/

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 1.875rem;
  font-family: "Unbounded";
  border: none;
  background-color: #FF7700;
  border-radius: 12px;
  padding: 0 1em;
  color: #000;
  text-align: center;
  transition: background-color .3s;
  width: fit-content;
  white-space: nowrap;
}

.main-btn:hover {
  background-color: #cc5f00;
}

.main-btn:active {
  box-shadow: inset 1px 2px #663000;
  border-top: 1px solid #663000;
}

.white-btn {
  background: #fff;
  color: #000;
}

h1, .main-title {
  font-size: 3.125rem;
  font-family: "Unbounded";
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

h2, .section-title {
  font-size: 2.563rem;
  font-family: "Unbounded";
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  padding-left: 1em;
  margin-bottom: .2em;
}

.section-large_title {
  font-size: 3.063rem;
  text-transform: uppercase;
}

.white-title {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

.rouble {
  font-family: "rouble";
  text-transform: none;
}

.head-menu li.active a {
  color: #FF7700;
}

.head-menu a {
  border-bottom: none;
  transition: color .3s;
}

.head-menu a:hover {
  color: #FF7700;
}

.head-menu a.white:after {
  background: #FF7700;
}

.contact-btns {
  display: flex;
  align-items: center;
  gap: .3em;
}

.contact-btns a {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  transition: opacity .3s;
}

.contact-btns a:hover {
  opacity: .8;
}

.whatsapp-btn {
  background: #25D366;
}

.telegram-btn {
  background: #0088CC;
}

.panel_close-btn:after, .panel_close-btn:before {
  background: #FF7700;
}

.main-content {
  font-size: 1.5rem;
  padding-bottom: 4.1em;
}

/** Секции страницы охоты **/
.main-section {
  position: relative;
  z-index: 1;
}

.main-section_body {
  padding-top: 2.4em;
  padding-left: 1.45em;
  padding-bottom: 4.6em;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: .8em;
}

.main-section_body h1 {
  margin-bottom: .1em;
}

.main-section_body p {
  margin-bottom: 0;
  font-size: 2rem;
}

.main-section_body .main-btn {
  width: 100%;
}

.main-section_img {
  position: absolute;
  right: 1.6em;
  bottom: 0;
  z-index: -1;
}

/** Стили для cost-section охоты **/
.cost-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7em 2em;
  margin-bottom: 2.6em;
}

.cost-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(255, 119, 0, 0.3), transparent);
  border-radius: 15px;
  padding: 1.7em 1.7em 1.1em;
  font-size: 90%;
  min-height: 232px;
  gap: .2em;
}

.cost-item .item-part {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cost-item .item-title {
  font-size: 2.188rem;
  color: #FF7700;
  font-weight: 600;
  font-family: "Unbounded";
}

.cost-item .item-price {
  font-weight: 600;
  font-family: "Unbounded";
  font-size: 2.75rem;
  white-space: nowrap;
}

.cost-mod_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7em 1em;
  margin-bottom: 3.7em;
}

.cost-mod_row .cost-item {
  min-height: 202px;
  padding-bottom: 2.4em;
}

.cost-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  background: linear-gradient(to top, rgba(255, 119, 0, 0.2), transparent);
  border-radius: 15px;
  min-height: 160px;
  padding: 1.7em 1.7em 1.1em;
}

.cost-unit .column {
  display: flex;
  flex-direction: column;
}

.cost-unit .item-title {
  font-size: 2.125rem;
  font-weight: 600;
  font-family: "Unbounded";
  color: #FF7700;
}

.cost-unit .unit-price {
  font-size: 2.438rem;
  font-weight: 600;
  font-family: "Unbounded";
  white-space: nowrap;
}

.cost-unit .by-agreement {
  white-space: normal;
}

.cost-unit .unit-text {
  font-size: 95%;
  text-align: right;
}

/** text-section для охоты **/
.text-section {
  display: flex;
  align-items: center;
  gap: 4em;
  padding: 3.8em 0 1.6em;
}

.text-section_desc {
  padding-left: 3.5em;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: .5em;
}

.text-section_desc .section-title {
  margin-bottom: 0;
  padding-left: 0;
}

.text-section_desc p {
  line-height: 1.4;
}

.text-section_img img {
  border-radius: 15px;
}

/** form-section для охоты **/
.form-section {
  display: flex;
  background: url(../img/bg/form-bg.png) no-repeat center top;
  background-size: cover;
  border-radius: 23px;
  padding: 2.6em 1.3em 2em 3.5em;
  gap: 3.2em;
  overflow: hidden;
}

.form-section .section-title {
  padding-left: 0;
  line-height: 1.27;
  margin-bottom: .3em;
}

.form-section .desc-column {
  flex: 1 0 0;
}

.form-section .right-column {
  flex: 38% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-section .right-column p {
  max-width: 290px;
  line-height: 1.3;
}

.form-section_footer {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: auto;
  margin-bottom: -.7em;
}

.form-section_footer .contact-btns a {
  height: 70px;
  width: 70px;
}

.form_phone-number {
  font-size: 2.25rem;
  font-family: "Unbounded";
}

.static-form {
  max-width: 538px;
}

.form-group {
  margin-bottom: .8em;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 4px;
}

.form-control {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
  height: 64px;
  border-radius: 21px;
  padding: 0 1.5em;
  resize: none;
  outline: none;
  width: 100%;
  transition: border .3s;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control:focus {
  border: 1px solid #4E4E4E;
}

.form-control::-webkit-input-placeholder {
  color: #BCBCBC;
}

.form-control::input-placeholder {
  color: #BCBCBC;
}

.form-control::-moz-input-placeholder {
  color: #BCBCBC;
}

.form-label {
  font-size: 17px;
  padding-left: 1em;
}

.static-form_submit-btn {
  padding: 0 1.35em;
  height: 64px;
}

.main-color {
  color: #FF7700;
}

.transfer-list {
  display: flex;
  gap: 1em;
  padding-top: .7em;
  margin-bottom: 1.2em;
}

.transfer-item {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.625;
  font-weight: 400;
  padding-left: 0;
  color: inherit;
}

.transfer-item input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.transfer-item input[type="radio"]:checked + .radio-text {
  background: #FF7700;
  border-color: #FF7700;
  color: #000;
  font-weight: 700;
  min-width: 119px;
}

.transfer-item .radio-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid #4E4E4E;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 21px;
  min-width: 96px;
  padding: .2em .6em;
  text-align: center;
  transition: all .3s;
}

.scroll-to-top {
  background: #cc5f00;
}

.scroll-to-top:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.error {
  display: block;
  font-size: .875rem;
  color: #ec617a;
}

.input-error {
  border-color: #ec617a !important;
}

/** Адаптивные стили для hunting.css **/
@media only screen and (max-width: 1559px) {
  .main-content {
    font-size: 1.125rem;
  }
  h1, .main-title {
    font-size: 2.5rem;
  }
  h2, .section-title {
    font-size: 2.1rem;
  }
  .section-large_title {
    font-size: 2.4rem;
  }
  .main-section_body p {
    font-size: 1.5rem;
  }
  .main-section_body {
    max-width: 370px;
    gap: 1.2em;
  }
  .main-section_body h1 {
    margin-bottom: 0;
  }
  .cost-item .item-title {
    font-size: 1.7rem;
  }
  .cost-item .item-price {
    font-size: 2.2rem;
  }
  .cost-item {
    min-height: 190px;
  }
  .cost-mod_row .cost-item {
    min-height: 170px;
  }
  .cost-unit .item-title {
    font-size: 1.7rem;
  }
  .cost-unit .unit-price {
    font-size: 2.1rem;
  }
  .cost-unit {
    min-height: 140px;
  }
  .text-section_img {
    max-width: 40%;
  }
  .static-form {
    max-width: 490px;
  }
  .transfer-item .radio-text {
    min-width: 80px;
    min-height: 47px;
    border-radius: 17px;
  }
  .transfer-item input[type="radio"]:checked + .radio-text {
    min-width: 100px;
  }
  .form-section_footer .contact-btns a {
    height: 60px;
    padding: .8em;
    width: 60px;
  }
  .form-section_footer {
    margin-bottom: -.3em;
  }
  .form_phone-number {
    font-size: 1.7rem;
  }
  .head_phone-number {
    font-size: 1.25rem;
  }
  .main-btn {
    height: 50px;
    font-size: 1.25rem;
  }
  .ui-header {
    padding: 2.7em 0;
  }
  .fixed-menu {
    padding: 1.7em 0;
  }
  .form-section {
    border-radius: 17px;
  }
  .form-control {
    height: 55px;
    border-radius: 17px;
    padding: 0 1em;
    font-size: 1.3rem;
  }
  .form-label {
    font-size: .935rem;
  }
  .ui-header {
    padding: 1.7em 0;
  }
  .fixed-menu {
    padding: 1em 0;
  }
}

@media only screen and (max-width: 1199px) {
  .main-content {
    font-size: .935rem;
  }
  .main-section_body p {
    font-size: 1.25rem;
  }
  .main-section_body {
    max-width: 330px;
  }
  h1, .main-title {
    font-size: 2rem;
  }
  h2, .section-title {
    font-size: 1.65rem;
  }
  .section-large_title {
    font-size: 1.9rem;
  }
  .cost-item .item-title {
    font-size: 1.5rem;
  }
  .cost-item .item-price {
    font-size: 1.9rem;
  }
  .cost-item {
    min-height: 160px;
  }
  .cost-mod_row .cost-item {
    min-height: 150px;
  }
  .cost-unit .item-title {
    font-size: 1.5rem;
  }
  .cost-unit .column {
    gap: 7px;
  }
  .cost-unit .unit-price {
    font-size: 1.9rem;
  }
  .form_phone-number {
    font-size: 1.5rem;
  }
  .form-section_footer .contact-btns a {
    height: 45px;
    width: 45px;
  }
  .head_left-column {
    gap: 1.5em;
  }
  .head_phone-number {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .head-nav {
    background: rgba(64, 64, 64, 0.78);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .text-section_desc {
    padding-left: 1.5em;
  }
  .form-section {
    padding: 1.5em 1em 2em 1.5em;
  }
  .form-section_footer {
    margin-bottom: 0;
  }
  .cost-item .item-price {
    font-size: 1.5rem;
  }
  .cost-item .item-title {
    font-size: 1.25rem;
  }
  .cost-unit .unit-price {
    font-size: 1.5rem;
  }
  .cost-unit .item-title {
    font-size: 1.25rem;
  }
  .main-section_img {
    right: 0;
  }
  .ui-header {
    padding: 1.2em 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-section_img {
    max-width: 70%;
    margin: auto;
    top: 0;
  }
  .cost-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .form-section {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  .form-section .desc-column {
    order: 2;
    width: 100%;
  }
  .form-section .right-column {
    order: 1;
    width: 100%;
  }
  .static-form {
    max-width: 100%;
  }
  .main-content p {
    line-height: 1.5;
  }
  .head_phone-number {
    font-size: .875rem;
  }
  .logo-panel {
    max-width: 170px;
  }
  .form-control {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .scroll-to-top {
    opacity: .7;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    right: 18px;
    bottom: 9em;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 2px solid #cc5f00;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .head-logo {
    max-width: 160px;
  }
  .ui-header {
    padding: 1.5em 0;
  }
  h1, .main-title {
    font-size: 1.375rem;
  }
  h2, .section-title {
    font-size: 1.375rem;
  }
  .main-btn {
    height: 45px;
    font-size: .935rem;
    border-radius: 6px;
  }
  .form-section p {
    max-width: 285px;
    line-height: 1.2;
  }
  .form-label {
    padding-left: 0;
  }
  .form-control {
    height: 45px;
    border-radius: 6px;
  }
  .form-group {
    margin-bottom: 1.5em;
  }
  .static-form_submit-btn {
    padding: 0 1.2em;
    width: 100%;
  }
  .transfer-list {
    margin-bottom: .5em;
  }
  .head-nav {
    max-width: 300px;
    padding: 1.9em;
  }
  .sliding-panel_title {
    font-size: 1.375rem;
  }
  .min {
    display: inline;
  }
  .main-section_body h1 .min {
    display: block;
  }
  .head_phone-number {
    font-size: .65rem;
  }
  .form-section {
    padding-left: 1em;
    padding-right: 1em;
  }
  .main-section_body {
    padding-left: .5em;
    padding-top: 1em;
  }
  .cost-item {
    padding: 1.2em 1em;
    min-height: 100px;
    border-radius: 6px;
    gap: .9em;
  }
  .cost-row {
    display: flex;
    flex-direction: column;
  }
  .cost-mod_row {
    display: flex;
    flex-direction: column;
  }
  .cost-unit {
    padding: 1.2em 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
  .cost-unit .unit-text {
    text-align: left;
  }
  .text-section {
    flex-direction: column;
    gap: 1em;
  }
  .text-section_img {
    max-width: 100%;
  }
  .text-section_desc {
    padding-left: 0;
  }
  .contact-btns a {
    height: 22px;
    padding: .35em;
    width: 22px;
  }
  .head_right-column {
    gap: .6em;
  }
  .main-section_body p {
    font-size: 1rem;
  }
  .transfer-item .radio-text {
    border-radius: 6px;
    min-height: 45px;
  }
  .text-section_img img {
    border-radius: 6px;
  }
  .form-section {
    border-radius: 6px;
  }
  .cost-unit {
    border-radius: 6px;
  }
  .main-content {
    padding-bottom: 2em;
  }
}