* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  overflow-x: hidden;
}
/* start */
input {
  padding: 10px;
  /*font-size: 17px;*/
  /*font-family: Raleway;*/
  border: 1px solid #aaaaaa;
  margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 40px;
  padding: 0 10px;
  border-radius: 7px;
  color: #000;
  /*font-size: 15px;*/
  /*line-height: 20px;*/
  /*font-weight: 600;*/
  border: 1px solid #000;
  /*max-width: 100%;*/
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
input[name="bot_token"] {
  width: 420px;
}
input[type="submit"] {
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  /*font-size: 17px;*/
  /*font-family: Raleway;*/
  cursor: pointer;
}
input[type="submit"]:disabled {
  opacity: 0.5;
}

.green:hover {
  background-color: #45a049;
  color: #ffffff;
}
.red:hover {
  background-color: #b00000;
  color: #ffffff;
}
.red {
  background-color: #cc0605;
  color: #ffffff;
}
.green {
  background-color: #04aa6d;
  color: #ffffff;
}

input.invalid {
  background-color: #ffdddd;
}

.tab2 {
  display: none;
  margin-top: 15px;
}
.alert {
  display: none;
  padding: 20px;
  background-color: #f44336;
  color: white;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.closealert {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closealert:hover {
  color: black;
}

.table {
  /* width: 80%; */
  border: none;
  margin-bottom: 20px;
  border-collapse: separate;
}
.table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #ededed;
  font-size: 14px;
  border-top: 1px solid #ddd;
}
.table tr th:first-child,
.table tr td:first-child {
  border-left: 1px solid #ddd;
}
.table tr th:last-child,
.table tr td:last-child {
  border-right: 1px solid #ddd;
}
.table thead tr th:first-child {
  border-radius: 20px 0 0 0;
}
.table thead tr th:last-child {
  border-radius: 0 20px 0 0;
}
.table tbody td {
  text-align: left;
  border: none;
  padding: 10px;
  font-size: 14px;
  vertical-align: top;
}
.table tbody td:first-child {
  min-width: 80px;
}
.table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.container_abs {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.section-banner.left .container_abs{
  padding-left: 280px;
  right: -20px;
}
.section-banner.left .section_action{
  display: flex;
  justify-content: end;
}
.container_pic{
  max-width: 100%;
  width: 100%;
  max-width: 1405px;
  margin: 0 auto;

}
.container_pic img{
  width: 100%;
}
@media only screen and (min-width: 1500px) {
  .container_abs {
    max-width: 1405px;
  }
  .section-banner.right  picture{
    /* right: -200px; */
  }
  .container_pic{
    max-width: 1405px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1400px){
  .container_pic{
    max-width: 1405px;  

  }
}

.container_abs .section_title {
  margin-top: 50px;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 77px;
  text-transform: uppercase;

  background: linear-gradient(94.99deg, #423d3d 45.61%, #272727 58.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 22px;
}
.container_abs .section_text {
  color: #423d3d;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.container_abs .section_text span {
  color: #1f98e4;
}
.container_abs .section_action {
  width: 100%;
  margin-top: 45px;
}
.container_abs .section_action .button_yellow {
  border-radius: 20px;
  background: #ffa81d;
  box-shadow: 0px 4px 49.8px 0px rgba(255, 255, 255, 0.79) inset;
  padding: 29px 0;
  max-width: 300px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.24px;
  display: block;
  text-align: center;
}
.section-banner {
  position: relative;
  margin-top: 100px;
}
.section-banner picture {
  position: relative;
  z-index: -1;
}
.section-banner .wrap {
  max-width: 825px;
  width: 100%;
}
.section-banner .wrap .section_text {
  max-width: 645px;
  width: 100%;
}
.section-banner.left .container_abs {
  justify-content: end;
  align-items: flex-start;
}
.section-banner.left .container_abs .section_title{
  text-align: end;
}
.section-banner.left .container_abs .section_text{
  margin: 0 auto;
  margin-right: 1px;
}
/* end */
button {
  border: none;
  background-color: transparent;
}
a,
img,
span,
input,
button {
  transition: 0.3s all ease;
}
a {
  text-decoration: none;
}

.wrapper {
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}
.main-btn {
  border-radius: 20px;
  box-shadow: inset 0px 4px 49.8px 0px rgba(255, 255, 255, 0.79);
  background: rgb(31, 152, 228);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1%;
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-title {
  background: linear-gradient(158.71deg, rgb(66, 61, 61), rgb(39, 39, 39));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 48px;
  font-weight: 800;
  line-height: 61px;
  text-align: center;
  text-transform: uppercase;
}

/* Header start */
.header {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
    z-index: 9999;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .header-mob-door {
  display: none;
  align-items: center;
  color: #423d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.header-content .header-navs {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header-navs .header-nav-top,
.header-navs .header-nav-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 62px;
}
.header-navs .header-nav-link {
  display: flex;
  align-items: center;
  color: #423d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.header .header-bars {
  display: none;
  cursor: pointer;
}

.header-mob {
  position: fixed;
  right: 0;
  top: -10px;
  background-color: #ffffff;
  height: 100vh;
  width: 50%;
  padding: 30px;
  z-index: 10;
  transition: 0.5s ease all;
  opacity: 0;
  pointer-events: none;
}
.header-mob.active {
  opacity: 1;
  pointer-events: all;
}
.header-mob.active + .header-mob-bg {
  position: fixed;
  right: 0;
  top: -10px;
  height: 100vh;
  width: 100%;
  z-index: 9;
  background-color: #423d3d66;
}
.header-mob .header-close {
  font-size: 30px;
  color: #1f98e4;
  display: flex;
  margin-left: auto;
  cursor: pointer;
}
.header-mob .header-mob-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.header-mob .header-navs .header-nav-top,
.header-mob .header-navs .header-nav-bottom {
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  row-gap: 15px;
}
.header-mob .header-navs .header-nav-bottom {
  margin-top: 15px;
}
/* Header end */

/* Home start */
.home {
  background-image: url(../images/home-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 224px 0px 116px;
  background-size: contain;
}
.home .home-content {
  display: flex;
  flex-direction: column;
  max-width: 825px;
}
.home-content .home-title {
  background: linear-gradient(158.71deg, rgb(66, 61, 61), rgb(39, 39, 39));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 60px;
  font-weight: 800;
  line-height: 77px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.home-content .home-text {
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  max-width: 644px;
  color: #423d3d;
  margin-bottom: 45px;
}
.home-content .home-text span {
  color: #1f98e4;
}
/* Home end */

/* Discount start */
.discount {
  padding-top: 110px;
}
.discount .discount-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.discount-content .discount-top {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.discount-content .discount-text {
  color: rgb(66, 61, 61);
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0%;
}
.discount-content .discount-items {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
  row-gap: 38px;
}
.discount-content .discount-item {
  display: flex;
  align-items: start;
  gap: 13px;
}
.discount-item .discount-item-num {
  background: linear-gradient(158.71deg, rgb(31, 152, 228), rgb(31, 152, 228));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 48px;
  font-weight: 800;
  line-height: 61px;
  text-transform: uppercase;
}
.discount-item .discount-item-text {
  color: #423d3d;
  font-size: 18px;
  line-height: 23px;
}
/* Discount end */

/* Short start */
.short {
  padding-top: 110px;
}
.short .short-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 53px;
}
.short .short-top {
  display: flex;
  flex-direction: column;
  max-width: 907px;
  margin: 0 auto;
  text-align: center;
}
.short-top .short-title-blue {
  color: #1f98e4;
  font-size: 48px;
  font-weight: 800;
  line-height: 61px;
  text-align: center;
  text-transform: uppercase;
}
.short-top .short-text {
  color: #423d3d;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  margin-top: 22px;
}
.short .short-video {
  width: 100%;
  display: flex;
  justify-content: center;
}
.short .short-video iframe {
  width: 784px;
  height: 441px;
  border-radius: 30px;
}

/* Short end */

/* Advantages start */
.advantages {
  padding-top: 110px;
}
.advantages .advantages-items {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  margin-top: 88px;
  column-gap: 30px;
  row-gap: 38px;
}
.advantages-items .advantages-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: rgb(233, 244, 253);
  padding: 0px 60px 26px;
}
.advantages-item .advantages-item-img {
  margin-top: -38px;
}
.advantages-item .advantages-item-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  color: #423d3d;
}
.advantages-item .advantages-item-text span {
  font-weight: 700;
  color: #1f98e4;
}
/* Advantages end */

/* Target start */
.target {
  padding-bottom: 110px;
  padding-top: 110px;
}
.target .target-content {
  display: flex;
  flex-direction: column;
  gap:15px;
  font-weight: 400;
  font-size: 14px;
  margin: 0 20%;
}
.target-content .target-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 952px;
  align-items: center;
  margin: 0 auto;
}
.target-top .target-title {
  color: #1f98e4;
  font-size: 44px;
  font-weight: 800;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
}
.target-top .target-text {
  color: #423d3d;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}
.target-content .target-content-texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.target-content .target-content-text {
  color: #423d3d;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
/* Target end */

/* Region strat */
.region {
  padding: 200px 0 0;
}
.region .region-title {
  max-width: 930px;
  /*background: linear-gradient(rgb(31, 152, 228), rgb(31, 152, 228));*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 auto;
}
.region .region-items {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 90px;
  row-gap: 22px;
  margin-top: 52px;
  text-align: center;
}
.region-items .region-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.region-item .region-item-name {
  color: #423d3d;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}
.region-item .region-item-text {
  color: #423d3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.region-item .region-item-text a {
  color: #1f98e4;
  font-weight: 700;
}
/* Region end */

/* Partner start */
.partner {
  padding-top: 90px;
}
.partner .partner-top {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}
.partner-top .partner-title {
  /* background: linear-gradient(rgb(31, 152, 228), rgb(31, 152, 228));*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.partner-top .partner-text {
  color: #423d3d;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}

.partner .partner-items {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-top: 37px;
}
.partner-items .partner-item {
  display: flex;
  align-items: start;
  gap: 13px;
}
.partner-item .partner-item-num {
  background: linear-gradient(158.71deg, #1f98e4, #1f98e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: -10px;
}
.partner-item .partner-item__info {
  display: flex;
  flex-direction: column;
}
.partner-item__info .partner-item-title {
  color: #423d3d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.partner-item__info .partner-item-text {
  color: #423d3d;
  font-size: 18px;
  font-weight: 600;
}
/* Partner end */

/* Contact start */
.contact {
  padding: 106px 0px 70px;
}
.contact .contact-content {
  display: flex;
  padding: 0 45px 0;
  border-radius: 20px;
  background: #e9f4fd;
}
.contact-content .contact-info {
  padding: 50px 0 21px;
  display: flex;
  flex-direction: column;
}
.contact-info .contact-title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.contact-title-wrap .contact-title {
  color: #423d3d;
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
}
.contact-title-wrap .contact-text {
  color: #423d3d;
  font-size: 22px;
  font-weight: 600;
}
.contact-info .contact-socicial {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 17px;
}
.contact-socicial .contact-socicial__top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-socicial__top .contact-number {
  color: #1f98e4;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}
.contact-socicial .contact-socicial__links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-socicial .socicial-tg {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f98e4;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
}
.contact-info .contact-info-name {
  color: #423d3d;
  font-size: 22px;
  font-weight: 600;
}
.contact-info .contact-info-name span {
  font-family: "1 Cancellaresca Script LET", sans-serif;
  font-size: 40px;
  line-height: 43px;
  font-weight: 5;
  color: #1f98e4;
}
.contact-content .contact-img {
  margin-top: -64px;
}
.contact-content .contact-mob-img {
  display: none;
}
/* Contact end */

/* Settings start */
.settings {
  padding: 200px 0 100px;
}
.settings .settings-title {
  background: linear-gradient(158.71deg, rgb(66, 61, 61), rgb(39, 39, 39));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 48px;
  font-weight: 800;
  line-height: 61px;
  text-align: center;
}
.settings .settings-content {
  padding-top: 40px;
  display: flex;
  align-items: start;
  gap: 60px;
  justify-content: space-between;
}
.settings-content .settings-info,
.settings-content .settings-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
}

.settings-info__text {
  color: #423d3d;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin: 10px 0;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*gap: 2px;*/
}
.settings-info .settings-info__texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.settings-info .settings-info__text {
  color: #423d3d;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
.settings-info .settings-info__text a,
.settings-info .settings-info__text b {
  color: #1f98e4;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
}
.settings-info .settings-info__text a.settings-form__btn {
  color: #fff;

  font-size: 18px;

  /* height: 60px; */

  /* font-size: 22px; */

  /* font-weight: 700; */

  line-height: 60px;

  text-align: center;

  display: inline-block;
}

.settings-info__btn,
.settings-form__btn {
  width: 250px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  color: #ffffff;
  background-color: #f83a3a;
  cursor: pointer;
}
.settings-info__btn:hover {
  background-color: #f50d0d;
}
.settings-form__btn {
  background-color: #08a808;
}
.settings-form__btn:hover {
  background-color: #068c06;
}

.settings-form__btn.btn_wide {
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
}

.settings-form .settings-form__groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
.settings-form .settings-form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.settings-form__group .settings-form__label {
  color: #423d3d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.settings-form__group .settings-form__inp {
  height: 40px;
  padding: 0 10px;
  border-radius: 7px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #000;
  max-width: 100%;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.settings-form__group .settings-form__inp:focus-visible {
  border: 1px solid #423d3d;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.settings-form__group textarea {
  resize: none;
  height: 200px;
  padding: 8px 10px;
  border-radius: 7px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #000;
  max-width: 100%;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
/* Settings end */

/* Footer start */
.footer {
  padding: 33px 0px 38px;
  background: #e9f4fd;
}
.footer .footer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.footer-content .footer-left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-content .footer-left b {
  color: #423d3d;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
}
.footer-content .footer-left span {
  color: #423d3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.footer-content .footer-left a {
  color: #1f98e4;
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
  text-decoration-line: underline;
}
.footer-content .footer-links {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-links .footer-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.footer-links .footer-link {
  display: flex;
  align-items: center;
  color: #423d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.login_input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  /*font-family: Raleway;*/
  /*border: 1px solid #aaaaaa;*/
}
.login_input_but {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  /*font-family: Raleway;*/
  /*border: 1px solid #aaaaaa;*/
  /*background-color: #04AA6D;*/
  /*color: #ffffff;*/
}

/* Footer end */

#regForm {
  padding: 15px;
  border: 1px solid grey;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

#regForm .switcher {
  display: flex;
  flex-direction: row;
  /* margin: 0 -15px ; */
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

#regForm .switcher .switch_class {
  border-bottom: 1px solid #c2c2c2;
  flex-grow: 1;
  padding: 0 15px;
  cursor: pointer;
}

#regForm .switcher .switch_class.active {
  border-bottom: 2px solid blue;
}

#regForm .switcher_tab .switch_class {
  display: none;
}

#regForm .switcher_tab .switch_class.active {
  display: block;
}

/* MEDIA start */

@media only screen and (max-width: 1400px) {
  .home {
    background-size: cover;
  }
}

@media only screen and (max-width: 991px) {
  .section-banner.left .container_abs .section_title{
    text-align: center;
  }
  .section-banner.left .container_abs{
    padding-left: 0;
  }
  .section-banner{
    margin-top: 30px;
  }
  .container_abs {
    position: relative;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container_abs .section_title {
    font-size: 40px;
    line-height: normal;
    text-align: center;
  }

  .section_text {
    color: #423d3d;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .container_abs .section_action .button_yellow {
    width: 100%;
    max-width: initial;
  }
  .section-banner img {
    width: 100%;
  }
  .header-content .header-navs {
    display: none;
  }
  .header .header-bars,
  .header .header-mob-door {
    display: flex;
  }
  .header .header-logo img {
    width: 75px;
    height: 72px;
  }

  .home {
    background-position: 75%;
  }
  .home .home-content {
    max-width: 555px;
  }
  .home-content .home-title {
    font-size: 50px;
    line-height: 60px;
  }
  .home-content .home-text {
    font-size: 22px;
    line-height: 28px;
  }

  .contact {
    padding: 106px 0px 115px;
  }
  .contact-content .contact-info {
    text-align: center;
  }
  .contact-info .contact-socicial {
    align-items: center;
  }
  .contact .contact-content {
    align-items: center;
    flex-direction: column;
  }
  .contact-content .contact-img {
    margin-top: 0;
    display: none;
  }
  .contact-content .contact-mob-img {
    display: flex;
  }

  .footer .footer-content {
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-direction: column;
    text-align: center;
  }

  /* Settings start */
  .settings .settings-content {
    flex-direction: column;
    align-items: center;
  }
  .settings-content .settings-info,
  .settings-content .settings-form {
    align-items: center;
  }
  .settings-info .settings-info__texts {
    text-align: center;
    align-items: center;
  }
  .settings-info .settings-info__text a,
  .settings-info .settings-info__text b {
    margin: 0 auto;
  }
  /* Settings end */
}

@media only screen and (max-width: 776px) {
  .header-mob .header-navs .header-nav-top,
  .header-mob .header-navs .header-nav-bottom {
    flex-direction: column;
    row-gap: 19px;
  }
  .header-navs .header-nav-top .header-nav-link:nth-child(2) {
    order: 1;
  }
  .header-navs .header-nav-top .header-nav-link:nth-child(3) {
    order: 2;
  }

  .home .home-content {
    max-width: 450px;
  }
  .home-content .home-title {
    font-size: 40px;
    line-height: 51px;
  }

  .discount-content .discount-items {
    grid-template-columns: auto;
    row-gap: 30px;
  }
  .discount-content .discount-item {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  iframe {
    width: 100%;
  }

  .advantages .advantages-items {
    grid-template-columns: 100%;
    row-gap: 42px;
  }

  .region .region-items {
    grid-template-columns: auto auto;
  }

  .footer-links .footer-link-wrap {
    align-items: center;
    flex-direction: column;
    gap: 19px;
  }
  .footer-links .footer-link-top .footer-link:nth-child(4) {
    margin-bottom: 8px;
  }
  .footer-links .footer-link-top .footer-link:nth-child(2) {
    order: 1;
  }
  .footer-links .footer-link-top .footer-link:nth-child(3) {
    order: 2;
  }
}

@media only screen and (max-width: 576px) {
  input[type="text"],
  input[type="tel"] {
    width: 100%;
  }

  .header-mob {
    width: 100%;
    padding: 30px 0;
  }
  .main-title {
    font-size: 30px;
    line-height: 38px;
  }
  .header-mob .header-close {
    margin-right: 30px;
  }
  .home {
    background-image: url(../images/home-mob-img.png);
    padding: 133px 0px 56px;
    background-position: center 65%;
    background-size: cover;
  }
  .home .home-content {
    max-width: 100%;
  }
  .home-content .home-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .home-content .home-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 315px;
    text-align: center;
  }

  .discount,
  .short,
  .advantages,
  .target {
    padding-top: 80px;
  }
  .target {
    padding-bottom: 80px;
  }
  .discount .discount-content {
    gap: 40px;
  }
  .discount-content .discount-top {
    gap: 20px;
  }
  .discount-content .discount-text,
  .short-top .short-text {
    font-size: 20px;
    line-height: 26px;
  }
  .short-top .short-text {
    margin-top: 20px;
  }
  .short .short-video iframe {
    border-radius: 12px;
    height: 180px;
  }

  .advantages .advantages-items {
    margin-top: 62px;
  }
  .advantages-items .advantages-item {
    padding: 0px 22px 25px;
  }
  .advantages-item .advantages-item-img {
    width: 100%;
    margin-top: -22px;
  }
  .advantages-item .advantages-item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .target-top .target-title {
    font-size: 26px;
    line-height: 33px;
  }
  .target-content .target-top {
    gap: 27px;
  }
  .target-top .target-text {
    font-size: 22px;
    line-height: 28px;
  }

  .main-btn {
    font-size: 22px;
  }
  .home .home-link {
    font-size: 24px;
    margin: 0 auto;
  }
  .region .region-title {
    font-size: 40px;
    line-height: 51px;
  }
  .region {
    padding-top: 133px;
  }
  .region .region-items {
    margin-top: 30px;
    grid-template-columns: auto;
    row-gap: 25px;
  }
  .region-item .region-item-name {
    font-size: 22px;
    line-height: 28px;
  }
  .region-item .region-item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .partner {
    gap: 70px;
  }
  .partner .partner-top {
    gap: 20px;
  }
  .partner-top .partner-text {
    font-size: 20px;
    line-height: 26px;
  }
  .partner .partner-items {
    margin-top: 30px;
    gap: 30px;
  }
  .partner-items .partner-item {
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
  }
  .partner-item__info .partner-item-title {
    font-size: 20px;
    line-height: 25px;
  }
  .contact {
    padding: 34px 0pc 50px;
  }
  .contact-content .contact-info {
    padding: 47px 0 15px;
  }
  .contact-socicial .contact-socicial__top {
    gap: 30px;
    flex-direction: column;
  }
  .contact-socicial .contact-socicial-link img {
    width: 37px;
    height: 37px;
  }
  .contact-socicial .contact-socicial__links {
    gap: 32px;
  }
  .contact-info .contact-socicial {
    gap: 46px;
    margin-bottom: 32px;
  }
  .contact-info .contact-info-name {
    display: flex;
    flex-direction: column;
  }
  .contact .contact-content {
    padding: 0px 8px 0;
  }

  .footer-links .footer-link {
    font-size: 16px;
    line-height: 20px;
  }

  /* Settings start */
  .settings {
    padding: 133px 0 60px;
  }
  .settings .settings-title {
    font-size: 30px;
    line-height: 38px;
  }
  .settings .settings-content {
    gap: 40px;
    padding-top: 30px;
  }
  .settings-info .settings-info__texts {
    gap: 5px;
  }
  .settings-info .settings-info__text {
    font-size: 14px;
    line-height: 18px;
  }
  .settings-info .settings-info__text a,
  .settings-info .settings-info__text b {
    font-size: 14px;
    line-height: 18px;
  }
  .settings-info .settings-info__text:nth-child(6) b {
    font-size: 12px;
    line-height: 16px;
  }
  .settings-info__btn,
  .settings-form__btn {
    /* width: 230px; */
    height: 55px;
    font-size: 18px;
  }
  .settings-form__group .settings-form__label {
    font-size: 14px;
    line-height: 18px;
  }
  .settings-form .settings-form__groups {
    gap: 15px;
  }
  /* Settings end */
}
