@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/Source Sans Pro/SourceSansPro-Regular.woff2"), url("assets/fonts/Source Sans Pro/SourceSansPro-Regular.woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/Source Sans Pro/SourceSansPro-SemiBold.woff2"), url("assets/fonts/Source Sans Pro/SourceSansPro-SemiBold.woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/Source Sans Pro/SourceSansPro-Bold.woff2"), url("assets/fonts/Source Sans Pro/SourceSansPro-Bold.woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/Source Sans Pro/SourceSansPro-Black.woff2"), url("assets/fonts/Source Sans Pro/SourceSansPro-Black.woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

button {
  font-family: "Source Sans Pro", sans-serif;
  background: unset;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
}
a:hover {
  color: #0e5dc7;
  text-decoration: underline;
}
a:active {
  color: #001A3E;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

button {
  border: 0;
  cursor: pointer;
}

input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #848484;
  border: 0;
  outline: none;
}
input[type=submit] {
  cursor: pointer;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 16px;
  color: #f3f3f3;
  line-height: 24px;
  text-decoration: none;
  background: #987B16;
  padding: 16px 32px;
  display: block;
}
.btn:hover {
  color: #f3f3f3;
  text-decoration: none;
  opacity: 0.7;
}
.btn--border {
  color: #f3f3f3;
  border: 1px solid #f3f3f3;
  background: unset;
  padding: 10px 25px;
}
.btn--border:hover {
  color: #001A3E;
  background: #f3f3f3;
  border: 0;
  opacity: 1;
}
.btn--mini {
  background: unset;
  border: 1px solid #f3f3f3;
  padding: 6px 12px;
}
.btn--center {
  margin: 50px auto 0;
}
.btn--mobile {
  display: none;
}
.btn--disable {
  background: #848484;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn--disable:hover {
  opacity: 1;
  cursor: default;
}

.link_more {
  color: #f3f3f3;
  display: flex;
  align-items: center;
}
.link_more::after {
  content: "";
  width: 15px;
  height: 7px;
  background: url(assets/image/icons/arrow.svg) no-repeat;
  background-size: cover;
  margin: 0 0 0 10px;
  display: block;
}
.link_more:hover {
  color: #987B16;
  text-decoration: none;
}
.link_more:hover::after {
  background-position-x: -25px;
}
.link_more--blue {
  font-size: 18px;
  font-weight: 600;
  color: #0e5dc7;
}
.link_more--blue::after {
  width: 21px;
  height: 10px;
  background: url(assets/image/icons/arrow_b.svg) no-repeat;
  background-size: cover;
}
.link_more--blue:hover::after {
  background-position-x: -31px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

h1 {
  font-family: "Source Serif 4", sans-serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 70px;
  text-transform: uppercase;
}

h2, .h1_page {
  font-family: "Source Serif 4", sans-serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 54px;
  text-transform: uppercase;
  padding: 100px 0 60px;
}
h2.center, .h1_page.center {
  text-align: center;
}
h2.not_p, .h1_page.not_p {
  padding-top: 0;
}
h2.white, .h1_page.white {
  color: #f3f3f3;
}

.h1_page {
  padding: 0;
}

.h1_page_other {
  padding-bottom: 60px;
}

.caption {
  font-family: "Source Serif 4", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 20px 0 10px;
}
.caption span {
  color: #0e5dc7;
}

.wrapper {
  display: flex;
  align-items: center;
}
.wrapper.jc {
  justify-content: space-between;
}

header {
  width: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header.single {
  background: #001A3E;
}
header.fixed {
  background: rgba(0, 26, 62, 0.7);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
header.fixed .logo {
  width: 200px;
}

.wrapper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 260px;
}
.logo img {
  width: 100%;
}

.burger_menu {
  display: none;
}

.menu__header {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.menu__header a {
  color: #f3f3f3;
  margin: 0 20px;
}
.menu__header a:hover {
  color: #987B16;
  text-decoration: none;
}

.connect__header a {
  color: #f3f3f3;
}
.connect__header a:hover {
  color: #987B16;
  text-decoration: none;
}

.phone__header {
  font-size: 20px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}

.phone--mobile {
  display: none;
}

.main {
  width: 100%;
  padding: 210px 0 140px;
  position: relative;
}

.main_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #001A3E;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.main_image img {
  width: 100%;
  height: 100%;
}

.webs_link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 1;
}
.webs_link--mobile {
  display: none;
}
.webs_link a {
  width: 40px;
  height: 40px;
  font-size: 0;
}
.webs_link a:hover {
  background-position-x: -60px;
}
.webs_link .telegram {
  background: url(assets/image/icons/telegram_w.svg) no-repeat;
  background-size: cover;
}
.webs_link .whatsapp {
  background: url(assets/image/icons/whatsapp_w.svg) no-repeat;
  background-size: cover;
}
.webs_link .mail {
  background: url(assets/image/icons/mail_w.svg) no-repeat;
  background-size: cover;
}
.webs_link--footer {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  gap: unset;
  position: unset;
  transform: unset;
}
.webs_link--footer a {
  width: 25px;
  height: 25px;
}
.webs_link--footer a:not(:last-child) {
  margin: 0 20px 0 0;
}
.webs_link--footer a:hover {
  background-position-x: -41px;
}
.webs_link--footer .telegram {
  background: url(assets/image/icons/telegram.svg) no-repeat;
  background-size: cover;
}
.webs_link--footer .whatsapp {
  background: url(assets/image/icons/whatsapp.svg) no-repeat;
  background-size: cover;
}

.offer {
  width: 640px;
  color: #f3f3f3;
}
.offer span {
  margin: 30px 0 0;
  display: block;
}

.btns__offer {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
}
.btns__offer button {
  margin: 0 40px 0 0;
}

.why {
  width: 100%;
  background: #f3f3f3;
  padding: 100px 0 110px;
}

.wrapper__why {
  display: grid;
  grid-template-columns: 360px 1fr;
}

.square {
  width: 360px;
  height: 360px;
  background: url(assets/image/icons/square.svg) no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.square img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.text__why {
  padding: 20px 0 0 30px;
}
.text__why h2 {
  padding-bottom: 40px;
}

.order {
  background: url(assets/image/order.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 110px;
}

.wrapper__order {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.box__order {
  display: flex;
  align-items: center;
}
.box__order span {
  font-family: "Source Serif 4", sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  line-height: 100px;
}

.text__order {
  color: #f3f3f3;
  margin: 0 0 0 20px;
}
.text__order .caption {
  margin-top: 0;
}

.wrapper__docs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.box__docs {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.box__docs::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(assets/image/icons/clip.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -21px;
  right: 0;
}
.box__docs .caption {
  margin-top: 0;
}

.text__docs {
  margin: 20px 0 0;
}
.text__docs a {
  font-size: 18px;
  line-height: 27px;
  color: #0e5dc7;
  display: flex;
  align-items: center;
}
.text__docs a:not(:last-child) {
  margin: 0 0 15px;
}
.text__docs a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/image/icons/download.svg) no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  display: block;
}
.text__docs a:hover {
  color: #987B16;
  text-decoration: none;
}
.text__docs a:hover::before {
  background-position-x: -30px;
}
.text__docs span {
  width: calc(100% - 30px);
}

.wrapper__asks {
  display: grid;
  grid-template-columns: 1fr 360px;
}

.content__asks {
  margin: 0 30px 0 0;
}

.item__asks {
  width: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
.item__asks:not(:last-child) {
  margin: 0 0 30px;
}
.item__asks.active .caption__ask::after {
  transform: rotate(180deg);
}
.item__asks.active p {
  display: block;
}

.caption__ask {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.caption__ask::after {
  content: "";
  width: 24px;
  height: 14px;
  background: url(assets/image/icons/chevron.svg) no-repeat;
  background-size: cover;
  display: block;
}
.caption__ask span {
  width: calc(100% - 34px);
  margin: 0 10px 0 0;
  display: block;
}

.text__ask {
  display: none;
  padding: 15px 0;
}

.down__asks {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
}
.down__asks a {
  font-weight: 600;
  color: #848484;
  text-decoration: underline;
  margin: 0 0 0 40px;
}
.down__asks a:hover {
  color: #001A3E;
}

footer {
  width: 100%;
  font-size: 14px;
  color: #f3f3f3;
  line-height: 21px;
  background: #001A3E;
  padding: 30px 0;
}
footer a:hover {
  color: #987B16;
}

.wrapper__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wrapper__footer a {
  color: #f3f3f3;
}
.wrapper__footer a:active {
  color: #0e5dc7;
}

.side__footer--right {
  text-align: right;
}
.side__footer a {
  text-decoration: underline;
}

.logo__footer {
  width: 200px;
}
.logo__footer img {
  width: 100%;
}

.rights__footer {
  margin: 20px 0 0;
}

.owner_site {
  margin: 10px 0 0;
  display: flex;
  justify-content: right;
}
.owner_site a {
  margin: 0 0 0 5px;
}

.block--mar {
  margin: 100px 0 0;
}

.main_product {
  margin: 248px 0 0;
}

.row_title {
  width: 1070px;
  display: flex;
  justify-content: space-between;
}

.title_page {
  display: flex;
  align-items: flex-end;
}

.city_name {
  font-family: "Source Serif 4", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #848484;
  line-height: 30px;
  margin: 0 0 4px 30px;
}

.cost_page {
  font-size: 36px;
  font-weight: 600;
  color: #0e5dc7;
  line-height: 54px;
}

.info__prod {
  margin: 10px 0 0;
  display: flex;
}
.info__prod p:not(:last-child) {
  margin: 0 40px 0 0;
}
.info__prod p span {
  color: #0e5dc7;
  margin: 0 0 0 3px;
  display: inline-block;
}

.wrapper__prod {
  width: 1070px;
  padding: 40px 0;
  display: flex;
}

.image__prod {
  width: 360px;
  height: auto;
  margin: 0 20px 0 0;
}

.table__prod {
  background: #EEF5FF;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 70px;
}

.row__prod {
  display: flex;
  justify-content: space-between;
}

.text__row {
  font-weight: 700;
  color: #0e5dc7;
  text-align: right;
  margin: 0 0 0 40px;
}
.text__row p {
  display: flex;
  cursor: text;
}
.text__row a {
  color: #0e5dc7;
  margin: 0 0 0 4px;
  pointer-events: none;
}

.deal__prod {
  margin: 40px 0 0;
}

.webs__deal {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 80px;
}
.webs__deal a {
  color: #0e5dc7;
  display: flex;
  align-items: center;
}
.webs__deal a::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
}
.webs__deal a.telegram::before {
  background: url(assets/image/icons/telegram_b.svg) no-repeat;
  background-size: cover;
}
.webs__deal a.whatsapp::before {
  background: url(assets/image/icons/whatsapp_b.svg) no-repeat;
  background-size: cover;
}
.webs__deal a.mail::before {
  background: url(assets/image/icons/mail_b.svg) no-repeat;
  background-size: cover;
}
.webs__deal a:hover {
  color: #987B16;
  text-decoration: none;
}
.webs__deal a:hover::before {
  background-position-x: -60px;
}
.webs__deal span {
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 0 20px;
  display: block;
}

.content__page {
  width: 760px;
  margin: 0 auto;
}

.scroll__modal {
  height: calc(100% - 20px);
}
.scroll__modal .box__modal {
  top: 20px;
  transform: translateX(-50%);
}

.box__modal {
  width: 500px;
  background: #fff;
  padding: 40px;
}

.caption__modal {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.form__modal {
  width: 100%;
  margin: 30px 0 0;
}
.form__modal input {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 15px 25px;
  margin: 0 0 20px;
}
.form__modal input.btn {
  border: 0;
  margin: 10px 0 0;
}

.down__modal {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0;
}

.wrapper__comp {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}

.filters {
  width: 280px;
  height: -moz-max-content;
  height: max-content;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  position: sticky;
  top: 140px;
}

.title__filters {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px;
}

.item__filters {
  margin: 20px 0 0;
}

.up__products {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wp-block-search__inside-wrapper {
  width: 400px;
  position: relative;
}

.wp-block-search__input {
  padding: 15px 66px 15px 20px;
}

.wp-block-search__button {
  width: 66px;
  height: 100%;
  font-size: 0;
  background: url(assets/image/icons/search.svg) no-repeat center;
  background-size: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.result_text_search {
  margin: 20px 0 0;
}

.sort__products {
  display: flex;
  position: relative;
}

.field__sort {
  color: #0e5dc7;
  text-decoration: underline;
  margin: 0 0 0 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list__sort {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 40px 20px 15px;
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
}

.item__sort {
  text-wrap: nowrap;
  cursor: pointer;
}
.item__sort:hover {
  color: #0e5dc7;
}

.list__products {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.list__products--main {
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}
.list__products--main .image__item_prod {
  width: 160px;
  height: 130px;
  margin: 0 0 20px;
}
.list__products--main .item__products {
  display: block;
}
.list__products--main .wrapper__item_prod {
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
}

.item__products {
  font-size: 16px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  display: flex;
}

.image__item_prod {
  width: 220px;
  height: 180px;
  margin: 0 20px 0 0;
}

.name__comp {
  font-family: "Source Serif 4", sans-serif;
  display: flex;
  align-items: flex-end;
}
.name__comp a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.name__comp a:hover {
  text-decoration: none;
}
.name__comp a:active {
  color: #001A3E;
}

.city__comp {
  font-size: 18px;
  color: #848484;
  margin: 0 0 0 20px;
}

.wrapper__item_prod {
  margin: 20px 0;
  display: grid;
  grid-template: repeat(3, 1fr)/280px auto auto;
  grid-auto-flow: column;
  gap: 15px 20px;
}

.row__item_prod {
  display: flex;
}
.row__item_prod span {
  color: #848484;
  white-space: nowrap;
}
.row__item_prod p {
  max-width: 26ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 5px;
  overflow: hidden;
}
.row__item_prod p.green {
  font-weight: 600;
  color: #03E51A;
}

.connect__ask {
  text-align: center;
}
.connect__ask .btn {
  margin: 0 auto;
}

.text__connect {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin: 40px 0 20px;
}

.woocommerce-pagination {
  margin: 40px 0 0;
}
.woocommerce-pagination.pag_mobile {
  display: none;
}

.page-numbers {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: flex;
}
.page-numbers span {
  color: #f3f3f3;
  background: #0e5dc7;
}
.page-numbers span, .page-numbers a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers span:hover:not(.next), .page-numbers a:hover:not(.next) {
  color: #f3f3f3;
  background: #0e5dc7;
  text-decoration: none;
}
.page-numbers span.prev, .page-numbers span.next, .page-numbers a.prev, .page-numbers a.next {
  font-size: 0;
  box-shadow: none;
}
.page-numbers span.prev::after, .page-numbers span.next::after, .page-numbers a.prev::after, .page-numbers a.next::after {
  content: "";
  width: 21px;
  height: 10px;
  background: url(assets/image/icons/arrow_b.svg) no-repeat;
  background-size: cover;
  display: block;
}
.page-numbers span.prev:hover, .page-numbers span.next:hover, .page-numbers a.prev:hover, .page-numbers a.next:hover {
  background: unset;
}
.page-numbers span.prev, .page-numbers a.prev {
  transform: rotate(180deg);
}
.page-numbers span.next, .page-numbers a.next {
  margin: 0;
}

.woof_list {
  max-height: 300px;
  overflow-y: auto;
}
.woof_list::-webkit-scrollbar {
  width: 20px;
}
.woof_list::-webkit-scrollbar-button {
  display: none;
}
.woof_list::-webkit-scrollbar-track {
  background: rgba(14, 93, 199, 0.1);
}
.woof_list::-webkit-scrollbar-thumb {
  background: rgba(14, 93, 199, 0.4);
  cursor: pointer;
}

.text__serv {
  margin: 20px 0 30px;
}

.wrapper__main_business {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text__main_business {
  width: 700px;
  padding: 20px 30px 0 0;
}

.content__business {
  margin: 70px 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.box__business {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 0 30px 30px;
}

.list__business li {
  display: flex;
  align-items: center;
}
.list__business li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0e5dc7;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: block;
}

.ready_business {
  background: #f3f3f3;
  padding: 0 0 110px;
}

.content__ready_business {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.box__ready_business {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
}
.box__ready_business .square {
  width: 120px;
  height: 120px;
  padding: 5px;
}

.text__ready_business .caption {
  color: #0e5dc7;
  margin-top: 10px;
}

.content__team {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.box__team {
  width: 220px;
  text-align: center;
}
.box__team img {
  width: 100%;
}
.box__team .caption {
  color: #0e5dc7;
}

.reasons {
  margin: 0 0 -100px;
}

.content__reasons {
  padding: 0 0 60px;
  display: grid;
  grid-template-columns: repeat(2, 300px);
  justify-content: space-between;
  align-items: flex-start;
  gap: 120px;
  position: relative;
}

.image__reasons {
  width: 740px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.box__reasons {
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.box__reasons .caption {
  color: #0e5dc7;
  margin-top: 0;
}

@media screen and (max-width: 1365.98px) {
  .image__item_prod {
    width: 110px;
    height: 90px;
  }
}
@media screen and (max-width: 1199.98px) {
  .wrapper__header {
    grid-template-columns: 1fr 3fr 1fr;
  }
  .logo {
    width: 200px;
  }
  .menu__header a {
    margin: 0 10px;
  }
  .wp-block-search__inside-wrapper {
    width: 340px;
  }
  .item__products {
    display: block;
  }
  .image__item_prod {
    width: 150px;
    height: 120px;
    margin: 0 0 20px;
  }
  .wrapper__item_prod {
    margin: 20px 0 30px;
    grid-template: repeat(5, 1fr)/1fr;
    gap: 10px 20px;
  }
  .list__products--main .wrapper__item_prod {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .row__item_prod p {
    max-width: 40ch;
  }
  .row_title,
  .wrapper__prod {
    width: 100%;
  }
  .wrapper__prod {
    display: block;
  }
  .image__prod {
    width: 330px;
    height: 270px;
    margin: 0 0 20px;
  }
  .text__main_business {
    width: 570px;
  }
}
@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
  }
  h2, .h1_page {
    font-size: 28px;
    line-height: 42px;
  }
  h2 {
    padding: 60px 0 40px;
  }
  .h1_page_other {
    padding-bottom: 40px;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn--center {
    margin: 40px auto 0;
  }
  .btn--white {
    padding: 12px 30px;
  }
  .btn--white:hover {
    color: #f3f3f3;
    background: unset;
  }
  header.fixed .logo {
    width: 160px;
  }
  .logo {
    width: 180px;
  }
  .main {
    padding: 60px 0 70px;
    margin: 130px 0 0;
  }
  .why {
    padding: 60px 0 70px;
  }
  .wrapper__why {
    grid-template-columns: 300px 1fr;
  }
  .square {
    width: 300px;
    height: 300px;
  }
  .text__why h2 {
    padding-bottom: 30px;
  }
  .wrapper__asks {
    grid-template-columns: 1fr 300px;
  }
  .caption__ask {
    font-size: 18px;
    line-height: 27px;
  }
  .down__asks {
    margin: 40px 0 0;
  }
  .down__asks a {
    margin: 0 0 0 20px;
  }
  .down__asks a:hover {
    color: #848484;
  }
  footer {
    font-size: 14px;
  }
  .wrapper__footer a:hover {
    color: #f3f3f3;
  }
  .block--mar {
    margin: 60px 0 0;
  }
  .main_product {
    margin: 160px 0 0;
  }
  .content__page {
    width: 100%;
  }
  .caption__modal {
    font-size: 26px;
  }
  .wrapper__comp {
    grid-template-columns: 220px 1fr;
  }
  header {
    padding: 20px 0;
  }
  header.fixed .logo {
    width: 180px;
  }
  .burger_menu {
    width: 28px;
    display: block;
  }
  .nav_menu {
    background: rgba(0, 26, 62, 0.7);
    padding: 10px 40px 10px 20px;
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    right: 15px;
  }
  .nav_menu a {
    margin: 10px 0;
  }
  .menu__header {
    display: block;
  }
  .menu__header a {
    margin: 5px;
  }
  .main {
    padding: 140px 0 70px;
    margin: 0;
  }
  .filters {
    width: 220px;
    padding: 25px 15px;
  }
  .title__filters {
    font-size: 18px;
  }
  .up__products {
    display: block;
  }
  .sort__products {
    margin: 10px 0 0;
  }
  .list__sort {
    right: unset;
  }
  .list__products {
    margin: 30px 0 0;
  }
  .list__products--main {
    margin: 0;
  }
  .item__products {
    padding: 30px 20px;
  }
  .wrapper__item_prod {
    margin: 20px 0;
    grid-template: unset;
    grid-auto-flow: unset;
  }
  .up__products {
    display: block;
  }
  .sort__products {
    margin: 10px 0 0;
  }
  .name__comp a {
    font-size: 18px;
  }
  .city__comp {
    font-size: 16px;
  }
  .order {
    padding: 0 0 70px;
  }
  .wrapper__order,
  .wrapper__docs {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .webs__deal {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .content__business {
    margin: 40px 0 30px;
  }
  .wrapper__main_business {
    grid-template-columns: 1fr 300px;
  }
  .text__main_business {
    width: auto;
    padding: 0 30px 0 0;
  }
  .ready_business {
    padding: 0 0 70px;
  }
  .content__ready_business {
    grid-template-columns: 1fr;
  }
  .box__team {
    width: 160px;
  }
  .connect__header {
    display: contents;
  }
  .phone__header {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .offer {
    width: 420px;
  }
  .webs_link {
    right: 20px;
  }
  .wrapper__why {
    grid-template-columns: 1fr;
  }
  .text__why {
    padding: 40px 0 0;
  }
  .wrapper__asks {
    grid-template-columns: 1fr;
  }
  .content__asks {
    margin: 40px 0 0;
    order: 1;
  }
  .wrapper__footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .rights__footer {
    margin: 10px 0 0;
  }
  .politic__footer {
    margin: 5px 0 0;
    order: 2;
  }
  .side__footer--right {
    text-align: center;
  }
  .webs_link--footer {
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto;
  }
  .owner_site {
    margin: 5px 0 0;
    justify-content: center;
  }
  .main_product {
    margin: 120px 0 0;
  }
  .close__modal {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrapper__comp {
    grid-template-columns: 1fr;
  }
  .filters {
    width: 100%;
    background: #fff;
    padding-bottom: 0;
    top: 87px;
    z-index: 1;
  }
  .filters::after {
    content: "";
    width: 20px;
    height: 11px;
    background: url(assets/image/icons/chevron.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    right: 15px;
    transform: unset;
  }
  .filters.active::after {
    transform: rotate(180deg);
  }
  .title__filters {
    color: #0e5dc7;
  }
  .wrapper__order,
  .wrapper__docs {
    grid-template-columns: 1fr;
  }
  .box__order {
    align-items: unset;
  }
  .box__order span {
    font-size: 70px;
    line-height: 60px;
  }
  .list__products--main {
    grid-template-columns: 1fr;
  }
  .row__item_prod {
    display: none;
  }
  .row__item_prod:nth-child(-n+4) {
    display: flex;
    align-items: flex-start;
  }
  .row__item_prod:last-child {
    display: flex;
  }
  .row__item_prod p {
    max-width: 50ch;
  }
  .table__prod {
    grid-template-columns: 1fr;
  }
  .title_page {
    display: block;
  }
  .city_name {
    margin: 0;
  }
  .wrapper__main_business {
    grid-template-columns: 1fr;
  }
  .text__main_business {
    padding: 0;
    margin: 40px 0 0;
    order: 1;
  }
  .content__business {
    grid-template-columns: 1fr;
  }
  .content__team {
    gap: 20px;
  }
  .reasons {
    overflow-x: hidden;
  }
  .content__reasons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: unset;
  }
  .phone--desktop {
    display: none;
  }
  .phone--mobile {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  .btn--white {
    padding: 9px 24px;
  }
  .btn--center {
    margin: 30px auto 0;
  }
  .btn--mini {
    padding: 6px 12px;
  }
  header {
    background: rgba(0, 26, 62, 0.9);
  }
  header.fixed {
    background: rgba(0, 26, 62, 0.9);
  }
  .wrapper__header {
    grid-template-columns: 3fr 2fr 1fr;
  }
  .nav_menu {
    width: 100%;
    background: rgba(0, 26, 62, 0.9);
    top: calc(100% + 20px);
    right: 0;
    margin: 0;
  }
  .menu__header {
    width: auto;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2, .h1_page {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    padding: 50px 0 30px;
  }
  .h1_page_other {
    padding-bottom: 20px;
  }
  .caption {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 5px;
  }
  .main {
    padding: 120px 0 60px;
  }
  .offer {
    width: 380px;
  }
  .offer span {
    margin: 20px 0 0;
  }
  .btns__offer {
    margin: 30px 0 0;
  }
  .btns__offer button {
    margin: 0 20px 0 0;
  }
  .why {
    padding: 50px 0 60px;
  }
  .text__why {
    text-align: justify;
  }
  .text__why h2 {
    text-align: center;
  }
  .square {
    width: 240px;
    height: 240px;
    padding: 10px;
    margin: 0 auto;
  }
  .text__docs {
    margin: 15px 0 0;
  }
  .text__docs a {
    font-size: 16px;
    line-height: 24px;
  }
  .text__docs a:not(:last-child) {
    margin: 0 0 10px;
  }
  .item__asks {
    padding: 10px 15px;
  }
  .item__asks:not(:last-child) {
    margin: 0 0 20px;
  }
  .text__ask {
    padding: 10px 0;
  }
  .caption__ask span {
    font-size: 16px;
    line-height: 24px;
  }
  .down__asks {
    margin: 30px 0 0;
  }
  footer {
    padding: 20px 0;
  }
  .up_table {
    margin: 0 0 20px;
  }
  .block--mar {
    margin: 50px 0 0;
  }
  .box__modal {
    width: calc(100% - 30px);
    padding: 30px;
  }
  .caption__modal {
    font-size: 22px;
  }
  .form__modal {
    margin: 20px 0 0;
  }
  .form__modal input {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .down__modal {
    font-size: 12px;
    margin: 15px 0 0;
  }
  .scroll__modal .box__modal {
    top: 80px;
  }
  .wrapper__comp {
    gap: 20px;
  }
  .filters {
    padding: 20px 15px 0;
  }
  .filters::after {
    top: 25px;
  }
  .title__filters {
    margin: 0 0 20px;
  }
  .list__products {
    margin: 20px 0 0;
    gap: 20px;
  }
  .wrapper__order {
    gap: 20px;
  }
  .text__connect {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 20px;
  }
  .wrapper__item_prod {
    margin: 15px 0;
    gap: 10px;
  }
  .row__item_prod p {
    max-width: 40ch;
  }
  .woocommerce-pagination {
    margin: 40px 0 0;
  }
  .woocommerce-pagination.pag_dekstop {
    display: none;
  }
  .woocommerce-pagination.pag_mobile {
    display: block;
  }
  .city_name {
    font-size: 16px;
  }
  .wrapper__prod {
    padding: 20px 0;
  }
  .image__prod {
    width: 220px;
    height: 180px;
    margin: 0 0 10px;
  }
  .table__prod {
    padding: 20px;
    gap: 10px;
  }
  .deal__prod {
    margin: 20px 0 0;
  }
  .webs__deal {
    margin: 10px 0 0;
    gap: 10px;
  }
  .webs__deal a::before {
    width: 24px;
    height: 24px;
  }
  .webs__deal span {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  .link_more--blue {
    font-size: 16px;
  }
  .text__serv {
    margin: 15px 0;
  }
  .wrapper__main_business h1 {
    text-align: center;
  }
  .wrapper__main_business p {
    text-align: justify;
  }
  .content__business {
    margin: 30px 0 20px;
    gap: 20px;
  }
  .box__business {
    padding: 20px;
  }
  .box__business .caption {
    margin-top: 0;
  }
  .ready_business {
    padding: 0 0 60px;
  }
  .text__main_business {
    margin: 30px 0 0;
  }
  .content__team {
    gap: 15px;
  }
  .box__team {
    width: 140px;
  }
  .reasons {
    margin: 0 0 -50px;
  }
  .content__reasons {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 480.98px) {
  header.fixed .logo {
    width: 180px;
  }
  .wrapper__header {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn--desktop {
    display: none;
  }
  .btn--mobile {
    margin: 15px 0;
    display: block;
  }
  .webs_link--desktop {
    display: none;
  }
  .webs_link--mobile {
    gap: 20px;
    display: flex;
    position: unset;
    transform: unset;
  }
  .webs_link--footer {
    margin: 10px auto;
  }
  .offer {
    width: 100%;
    text-align: center;
  }
  .btns__offer {
    flex-direction: column;
    align-items: center;
  }
  .btns__offer button {
    margin: 0 0 20px;
  }
  .item__asks:not(:last-child) {
    margin: 0 0 10px;
  }
  .down__asks {
    margin: 20px 0 0;
    flex-direction: column;
  }
  .down__asks a {
    margin: 10px 0 0;
  }
  .square {
    width: 200px;
    height: 200px;
  }
  .wp-block-search__inside-wrapper {
    width: 100%;
  }
  .row__item_prod p {
    max-width: 30ch;
  }
  .page-numbers span, .page-numbers a {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .box__ready_business {
    grid-template-columns: 80px 1fr;
  }
  .box__ready_business .square {
    width: 80px;
    height: 80px;
  }
  .text__ready_business .caption {
    margin-top: 0;
  }
  .content__team {
    grid-template-columns: 1fr 1fr;
  }
  .content__reasons {
    grid-template-columns: 1fr;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 371.98px) {
  .row__item_prod:nth-child(-n+4) {
    display: block;
  }
  .row__item_prod:last-child {
    display: block;
  }
  .row__item_prod p {
    margin: 5px 0 0;
  }
  .name__comp {
    display: block;
  }
  .city__comp {
    margin: 10px 0 0;
  }
}/*# sourceMappingURL=style.css.map */