/*
Theme Name: refakt.ru
Author: refakt.ru
Author URI: https://refakt.ru
Version: 1.0
*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff'),
        url('fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('fonts/Roboto-LightItalic.woff') format('woff'),
        url('fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('fonts/Roboto-MediumItalic.woff') format('woff'),
        url('fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff'),
        url('fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.grecaptcha-badge{
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1520px;
}

.container-fluid {
  max-width: 1840px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* header */

header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
header .top_logo_block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
header .top_logo_block .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top_logo_block .about_block .menu_top ul {
  display: flex;
  align-items: center;
  gap: 45px;
}
header .top_logo_block .about_block .menu_top ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: 0.5s all ease;
}
header .top_logo_block .about_block .menu_top ul li a.active {
  color: #faa644;
}
header .top_logo_block .about_block .menu_top ul li a:hover {
  color: #FAA644;
}
header .top_logo_block .about_block .login_and_language {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .top_logo_block .about_block .login_and_language .login_to {
  border-radius: 20px;
  background-color: #04e762;
  padding: 6px 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  transition: 0.5s all ease;
}
header .top_logo_block .about_block .login_and_language .login_to:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
header .top_logo_block .about_block .login_and_language .language-select {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .top_logo_block .about_block .login_and_language .language-select .selected {
  background: transparent;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  z-index: 2;
}
header .top_logo_block .about_block .login_and_language .language-select .options {
  position: absolute;
  top: 100%;
  background-color: #eeeeee;
  border-radius: 5px;
  flex-direction: column;
  gap: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 60px;
  display: none;
  /* Avval yopiq */
  z-index: 1;
}
header .top_logo_block .about_block .login_and_language .language-select .options .option a {
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  transition: 0.3s all ease;
}
header .top_logo_block .about_block .login_and_language .language-select .options .option a:hover {
  color: #04e762;
}
header .top_logo_block .about_block .login_and_language .language-select:hover .options {
  display: flex;
}
header .top_logo_block .about_block .login_and_language .hamburger-menu {
  display: none;
}
header .menu_main {
  padding: 10px 0;
  background-color: #f9f9f9;
}
header .menu_main .menu {
  position: relative;
}
header .menu_main .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
header .menu_main .menu ul li a {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  transition: 0.5s all ease;
}
header .menu_main .menu ul li a svg path {
  transition: stroke 0.5s ease;
}
header .menu_main .menu ul li a.active {
  color: #faa644;
}
header .menu_main .menu ul li a:hover {
  color: #FAA644;
}
header .menu_main .menu ul li a:hover svg path {
  stroke: #FAA644;
}
header .menu_main .menu ul li a svg.arrow {
  transition: transform 0.3s ease;
}
header .menu_main .menu ul li.open a svg.arrow {
  transform: rotate(180deg);
}
header .menu_main .menu .dropdown-menu-panel {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #f9f9f9;
  padding: 25px;
  width: 100%;
  border-radius: 20px;
  z-index: 100;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #f9f9f9;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .left_block_contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 980px;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .left_block_contents .services h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .left_block_contents .services .menu_drop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 30px;
  gap: 40px;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .left_block_contents .services .menu_drop ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .left_block_contents .services .menu_drop ul li a {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  transition: 0.5s all ease;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .left_block_contents .services .menu_drop ul li a:hover {
  color: #faa644;
  text-decoration: underline !important;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .options {
  padding-left: 40px;
  margin-left: 100px;
  border-left: 1px solid #b3b0b0;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .options h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .options ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .options ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
header .menu_main .menu .dropdown-menu-panel .dropdown-content-panel .options ul li a:hover {
  color: #faa644;
  text-decoration: underline !important;
}
header .menu_main .menu .dropdown-menu-panel.show {
  display: block;
}

/* main */

main {
  padding-top:200px;
  overflow: hidden;
}

/* front-page */

.front-page {
  background-image: url(img/bg_home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 78px 0 0 0;
}
.front-page .about_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1249px;
  position: relative;
}
.front-page .about_block h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 250px;
  line-height: 200px;
  letter-spacing: 5%;
  vertical-align: middle;
  color: #12343a;
  margin-bottom: 20px;
  margin-right: 50px;
}
.front-page .about_block h1 .cdek-first {
  margin-right: 83px;
}
.front-page .about_block h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #04e762;
}
.front-page .about_block h4 span {
  font-weight: 300;
  color: #000000;
}
.front-page .about_block h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: 0%;
  color: #12343a;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 20px;
}
.front-page .about_block h3 {
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #12343a;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-bottom: 30px;
}
.front-page .about_block h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #12343a;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-bottom: 249px;
}
.front-page .about_block .img_main {
  position: absolute;
  left: 70px;
  bottom: -16px;
}

.calculator_block {
  position: relative;
  z-index: 50;
  padding-bottom: 150px;
  margin-top: -88px;
}
.calculator_block .about_block {
  display: flex;
  gap: 24px;
}
.calculator_block .about_block .left_form {
  width: 100%;
  max-width: 1132px;
  padding: 40px 50px;
  background-color: rgba(102, 255, 132, 0.2);
  border: 1px solid rgba(102, 255, 132, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 20px;
  flex: 1;
}
.calculator_block .about_block .left_form h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
}
.calculator_block .about_block .left_form form {
  width: 100%;
}
.calculator_block .about_block .left_form form .input_group {
  width: 100%;
  max-width: 232px;
  margin-right: 17px;
}
.calculator_block .about_block .left_form form .input_group input {
  height: 55px;
  width: 100%;
  border: 1px solid #b3b0b0;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 10px 13px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
}
.calculator_block .about_block .left_form form .input_group input::-moz-placeholder {
  color: #626262;
}
.calculator_block .about_block .left_form form .input_group input::placeholder {
  color: #626262;
}
.calculator_block .about_block .left_form form .input_group p {
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #626262;
  margin-top: 10px;
}
.calculator_block .about_block .left_form form .input_group p span {
  text-decoration: underline;
}
.calculator_block .about_block .left_form form button {
  background-color: #04e762;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #12343a;
  padding: 10px 67.5px;
  height: 55px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}
.calculator_block .about_block .left_form form button:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.calculator_block .about_block .left_form form .switch_group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.calculator_block .about_block .left_form form .switch_group .switch_check {
  display: flex;
}
.calculator_block .about_block .left_form form .switch_group .switch_check .toggle-switch {
  width: 41px;
  height: 21px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background-color: #efeaea;
  transition: all 0.3s ease;
}
.calculator_block .about_block .left_form form .switch_group .switch_check .toggle-switch::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3.5px;
  left: 5px;
  border-radius: 50%;
  background-color: #b3b0b0;
  transition: all 0.3s ease;
  transform: translateX(0);
}
.calculator_block .about_block .left_form form .switch_group .switch_check #switch:checked + .toggle-switch {
  background: #efeaea;
  border: none;
}
.calculator_block .about_block .left_form form .switch_group .switch_check #switch:checked + .toggle-switch::before {
  background: #04e762;
  top: 3.5px;
  transform: translateX(16px);
}
.calculator_block .about_block .left_form form .switch_group h3 {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
}
.calculator_block .about_block .left_form form .city-autocomplete-v2 {
  width: 100%;
  max-width: 100%;
}
.calculator_block .about_block .right_form {
  padding: 40px 20px 46px 27px;
  width: 100%;
  height: auto;
  max-width: 362px;
  background-color: rgba(102, 255, 132, 0.2);
  border: 1px solid rgba(102, 255, 132, 0.2);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 20px;
  flex: 1;
}
.calculator_block .about_block .right_form h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
}
.green-widget{
  box-shadow: 0 4px 12px #ccc!important;
}
#b2b-widget-calc {
  min-height: 200px; 
  margin: 0 auto;
}
#b2b-widget-calc .green-widget{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none!important;
}
#b2b-widget-calc .green-widget .parcel-size {
  margin-bottom: 0;
}
#widget-tracing{
  margin: 30px auto;
}
#widget-tracing .green-widget {
  background: none;
  box-shadow: none!important;
  border-radius: 0;
  padding: 0;
}
#widget-tracing .tracing-form__input {
  width: 100%;
}
#widget-tracing .tracing-form__submit {
  width: auto;
}

/*
.calculator_block .about_block .right_form .search {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 40px;
}
.calculator_block .about_block .right_form .search input {
  height: 55px;
  width: 100%;
  border: 1px solid #b3b0b0;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 10px 13px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculator_block .about_block .right_form .search input::-moz-placeholder {
  color: #626262;
}
.calculator_block .about_block .right_form .search input::placeholder {
  color: #626262;
}
.calculator_block .about_block .right_form .search form {
  display: contents;
}*/
.calculator_block .about_block .right_form .search .green-button {
  padding: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #04e762;
  border: 1px solid #b3b0b0;
  font-size: 28px;
}
.calculator_block .about_block .right_form .search .green-button:hover {
  background-color: #12343A;
  transition: 0.5s all ease;
}
.calculator_block .about_block .right_form a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
}
.calculator_block .about_block .right_form a:hover{
  text-decoration: underline;
}

.popular_products .about_block .title_block {
  display: flex;
  align-items: center;
  gap: 77px;
  margin-bottom: 100px;
}
.popular_products .about_block .title_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
}
.popular_products .about_block .title_block .tags_products {
  display: flex;
  align-items: center;
  gap: 26px;
}
.popular_products .about_block .title_block .tags_products a {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #626262;
  padding: 10px 30px;
  border: 1px solid #626262;
  border-radius: 100px;
  transition: 0.5s all ease;
  white-space: nowrap;
}
.popular_products .about_block .title_block .tags_products a:hover {
  background-color: #04e762;
  border-color: transparent;
  color: #12343a;
}
.popular_products .about_block .title_block .tags_products .active {
  background-color: #04e762;
  border: none;
  color: #12343a;
}
.popular_products .about_block .items_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.popular_products .about_block .items_block .item {
  width: 48%;
  height: 300px;
  padding: 30px 0 26px 40px;
  background-color: #12343a;
  border-radius: 20px;
  position: relative;
}
.popular_products .about_block .items_block .item h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}
.popular_products .about_block .items_block .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  max-width: 400px;
  margin-bottom: 14px;
}
.popular_products .about_block .items_block .item a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #04e762;
  margin-left: 205px;
  transition: 0.5s all ease;
}
.popular_products .about_block .items_block .item a svg path {
  transition: fill 0.5s ease;
}
.popular_products .about_block .items_block .item a:hover {
  color: #FAA644;
}
.popular_products .about_block .items_block .item a:hover svg path {
  fill: #FAA644;
}
.popular_products .about_block .items_block .item .bg_img {
  border-radius: 50%;
  background: linear-gradient(249.8deg, rgba(102, 255, 132, 0.7) 8%, rgba(179, 247, 255, 0.7) 75.57%);
  position: absolute;
}
.popular_products .about_block .items_block .item .first_bg {
  width: 20px;
  height: 20px;
  left: 296px;
  top: 30px;
}
.popular_products .about_block .items_block .item .second_bg {
  width: 29px;
  height: 29px;
  right: 355px;
  top: 31px;
}
.popular_products .about_block .items_block .item .third_bg {
  width: 53px;
  height: 53px;
  top: 24px;
  right: 254px;
}
.popular_products .about_block .items_block .item .fourth_bg {
  width: 214px;
  height: 214px;
  top: 16px;
  right: 16px;
}
.popular_products .about_block .items_block .item .img_item {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.current_promotions {
  margin: 121px 0 194px 0;
}
.simple_block .current_promotions {
  margin: 0;
}
.current_promotions .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
}
.current_promotions .about_block .items_promotions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.current_promotions .about_block .items_promotions .item {
  background: linear-gradient(249.8deg, rgba(133, 91, 251, 0.2) 8%, rgba(179, 247, 255, 0.2) 75.57%);
  border: 1px solid #d9d9d9;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  margin: 0 auto;
  height: 400px;
  max-height: 400px;
  width: 48%;
}
.current_promotions .about_block .items_promotions .item .text_block {
  padding: 30px 12px 10px 0;
  max-width: 436px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.current_promotions .about_block .items_promotions .item .text_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.current_promotions .about_block .items_promotions .item .text_block .inf_promo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 22px;
}
.current_promotions .about_block .items_promotions .item .text_block .inf_promo h3 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-style: Medium;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.current_promotions .about_block .items_promotions .item .text_block .inf_promo h3 span {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.current_promotions .about_block .items_promotions .item .text_block .inf_promo h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.current_promotions .about_block .items_promotions .item .text_block .get_cdek {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #12343a;
  padding: 10px 15.5px;
  background-color: #04e762;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  transition: 0.5s all ease;
}
.current_promotions .about_block .items_promotions .item .text_block .get_cdek:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.current_promotions .about_block .items_promotions .item .text_block p {
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.current_promotions .about_block .items_promotions .item .text_block p .full_rules {
  text-decoration: underline;
  color: #000000;
}
.current_promotions .about_block .items_promotions .item .text_block p .full_rules:hover{
  text-decoration: none;
}
.current_promotions .about_block .items_promotions .item .img_promotion {
  position: absolute;
  left: 0;
  bottom: 0;
}
.current_promotions .about_block .more_promotions {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-decoration: underline !important;
  color: #04e762;
  margin-top: 40px;
  transition: 0.5s all ease;
}
.current_promotions .about_block .more_promotions svg path {
  transition: fill 0.5s ease;
}
.current_promotions .about_block .more_promotions:hover {
  color: #FAA644;
}
.current_promotions .about_block .more_promotions:hover svg path {
  fill: #FAA644;
}

.advantages {
  padding-bottom: 100px;
}
.advantages .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 60px;
}
.advantages .about_block .block_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
}
.advantages .about_block .block_items .item_advantages {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1019607843);
  border: 1px solid #eeeeee;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 20px;
  padding: 70px 25px 25px 70px;
  height: 572px;
  position: relative;
  z-index: 50;
}
.advantages .about_block .block_items .item_advantages .title_mini {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #faa644;
  margin-bottom: 6px;
}
.advantages .about_block .block_items .item_advantages h3 {
  font-weight: 500;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.advantages .about_block .block_items .item_advantages h3 .yellow_text {
  color: #faa644;
}
.advantages .about_block .block_items .item_advantages .bottom_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advantages .about_block .block_items .item_advantages .bottom_text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.advantages .about_block .block_items .item_advantages .bottom_text .text_bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
}
.advantages .about_block .block_items .bg_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -112px;
}

.you_will_need .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 70px;
}
.you_will_need .about_block .cards_block {
  display: flex;
  align-items: center;
  gap: 25px;
}
.you_will_need .about_block .cards_block .card_need {
  width: 233px;
  height: 270px;
  background-color: #12343a;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.5s all ease;
  transform-origin: center;
}
.you_will_need .about_block .cards_block .card_need img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.you_will_need .about_block .cards_block .card_need h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #04e762;
  margin: 40px 0 30px 0;
}
.you_will_need .about_block .cards_block .card_need p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.you_will_need .about_block .cards_block .card_need:hover {
  transform: scale(1.1);
  padding-top: 55px;
  background-color: #efedeb;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}
.you_will_need .about_block .cards_block .card_need:hover h3 {
  color: #faa644;
  margin: 20px 0;
}
.you_will_need .about_block .cards_block .card_need:hover p {
  color: #000000;
}

.form_group_big {
  padding: 175px 0 100px 0;
}
.form_group_big .about_block {
  display: flex;
  align-items: flex-start;
  gap: 161px;
}
.form_group_big .about_block .form_block {
  width: 100%;
  max-width: 932px;
  padding: 90px 128px 55px 70px;
  background-color: #12343a;
  border-radius: 30px;
  position: relative;
}
.form_group_big .about_block .form_block h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 50px;
}
.form_group_big .about_block .form_block h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 10px;
}
.form_group_big .about_block .form_block .form_block_p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 50px;
}
.form_group_big .about_block .form_block .textarea,
.form_group_big .about_block .form_block .textarea input[type=text] {
  width: 100%;
}
.form_group_big .about_block .form_block .submit{
  text-align: right;
  width: 100%;
}
.form_group_big .about_block .form_block form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.form_group_big .about_block .form_block input {
  width: 235px;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: transparent;
  position: relative;
  z-index: 50;
}
.form_group_big .about_block .form_block input::-moz-placeholder {
  color: #b3b0b0;
}
.form_group_big .about_block .form_block input::placeholder {
  color: #b3b0b0;
}
.form_group_big .about_block .form_block .name_company {
  width: 100%;
}
.form_group_big .about_block .form_block textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: transparent;
  resize: none;
  height: 106px;
  position: relative;
  z-index: 50;
}
.form_group_big .about_block .form_block textarea::-moz-placeholder {
  color: #b3b0b0;
}
.form_group_big .about_block .form_block textarea::placeholder {
  color: #b3b0b0;
}
.form_group_big .about_block .form_block .checked_block {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}
.form_group_big .about_block .form_block .checked_block input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #1ab248;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding: 0;
  top:3px;
  margin: 0 5px 0 0;
}
.form_group_big .about_block .form_block .checked_block input[type=checkbox]:checked {
  background-color: transparent;
}
.form_group_big .about_block .form_block .checked_block input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #1ab248;
  border-bottom: 2px solid #1ab248;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form_group_big .about_block .form_block .checked_block span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
}
.form_group_big .about_block .form_block .checked_block span a {
  text-decoration: underline !important;
  color: #ffffff;
}
.form_group_big .about_block .form_block .checked_block span a:hover {
  color: #faa644;
}
.form_group_big .about_block .form_block button,
.form_group_big .about_block .form_block .wpcf7-submit {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #12343a;
  padding: 17.5px 79.5px;
  background-color: #04e762;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-left: auto;
  border: none;
  margin-top: 16px;
  position: relative;
  z-index: 50;
  transition: 0.5s all ease;
}
.form_group_big .about_block .form_block button:hover,
.form_group_big .about_block .form_block .wpcf7-submit:hover,
.form_conclude_agreement .wpcf7-submit:hover {
  background-color: #FAA644;
  color: #FFFFFF;
}
.form_group_big .about_block .form_block .switch_group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form_group_big .about_block .form_block .switch_group .switch_check {
  display: flex;
}
.form_group_big .about_block .form_block .switch_group .switch_check .toggle-switch {
  width: 41px;
  height: 21px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background-color: #efeaea;
  transition: all 0.3s ease;
}
.form_group_big .about_block .form_block .switch_group .switch_check .toggle-switch::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3.5px;
  left: 5px;
  border-radius: 50%;
  background-color: #b3b0b0;
  transition: all 0.3s ease;
  transform: translateX(0);
}
.form_group_big .about_block .form_block .switch_group .switch_check #switch:checked + .toggle-switch {
  background: #efeaea;
  border: none;
}
.form_group_big .about_block .form_block .switch_group .switch_check #switch:checked + .toggle-switch::before {
  background: #04e762;
  top: 3.5px;
  transform: translateX(16px);
}
.form_group_big .about_block .form_block .switch_group h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
}
.form_group_big .about_block .form_block .radio-group,
.form_group_big .about_block .form_block .radio-group p {
  display: flex;
  gap: 61px;
  align-items: center;
}
.form_group_big .about_block .form_block .radio-group .custom-radio {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #ffffff;
}
.form_group_big .about_block .form_block .radio-group .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_group_big .about_block .form_block .radio-group .custom-radio .radio-mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #04e762;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.form_group_big .about_block .form_block .radio-group .custom-radio input:checked ~ .radio-mark,
.radio-mark.checked {
  background-color: #04e762;
  box-shadow: inset 0 0 0 5px #04e762, inset 0 0 0 8px #ffffff;
}
.form_group_big .about_block .form_block .form_img {
  position: absolute;
  right: -339px;
  bottom: -102px;
}
.form_group_big .about_block .item_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 30px;
}
.form_group_big .about_block .item_form .item {
  width: 100%;
  max-width: 360px;
  padding: 40px 14px 34px 40px;
  background: linear-gradient(249.8deg, rgba(102, 255, 132, 0.5) 8%, rgba(179, 247, 255, 0.5) 75.57%);
  border-radius: 20px;
}
.form_group_big .about_block .item_form .item h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
}
.form_group_big .about_block .item_form .item p {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 20px;
}

/* wpcf7 */

.wpcf7-list-item{
  margin:0;
}

.wpcf7 .invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
}

/* fl */

.fl {
  padding: 0 0 124px 0;
}
.fl .about_block {
  position: relative;
  max-width: 1328px;
}
.fl .about_block h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 150px;
  line-height: 150px;
  letter-spacing: 0%;
  color: #12343a;
  margin-bottom: 30px;
  margin-left: 426px;
}
.fl .about_block h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #12343a;
  margin-bottom: 30px;
  margin-left: 629px;
}
.fl .about_block h4 {
  font-weight: 300;
  font-style: Light;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
  margin-left: 629px;
}
.fl .about_block a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #12343a;
  padding: 12.5px 41px;
  background-color: #04e762;
  border-radius: 10px;
  margin-left: 629px;
  transition: 0.5s all ease;
}
.fl .about_block a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.fl .about_block .img_home_delivery {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.calculator_delivery {
  margin: 0;
  padding-bottom: 180px;
}
.calculator_delivery .about_block .left_form {
  border: 1px solid #d9d9d9;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: transparent;
}
.calculator_delivery .about_block .right_form {
  background: linear-gradient(249.8deg, rgba(102, 255, 132, 0.7) 8%, rgba(179, 247, 255, 0.7) 75.57%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.delivery_items {
  padding-bottom: 181px;
}
.delivery_items .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery_items .about_block .item {
  padding: 118px 16px 16px 40px;
  display: flex;
  flex-direction: column;
  background-color: #12343a;
  border-radius: 20px;
  width: 100%;
  max-width: 24%;
  height: 280px;
  position: relative;
}
.delivery_items .about_block .item img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 14px;
  right: 14px;
}
.delivery_items .about_block .item h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}
.delivery_items .about_block .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #ffffff;
}

.how_to_send_parcel {
  padding-bottom: 180px;
}
.how_to_send_parcel .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
}
.how_to_send_parcel .about_block .cards_group_parcel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how_to_send_parcel .about_block .cards_group_parcel .parcel_card {
  width: 100%;
  max-width: 362px;
}
.how_to_send_parcel .about_block .cards_group_parcel .parcel_card span {
  font-weight: 800;
  font-size: 200px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #eeeeee;
  margin-bottom: -85px;
  margin-left: 30px;
  display: block;
}
.how_to_send_parcel .about_block .cards_group_parcel .parcel_card p {
  padding: 40px 20px 20px 30px;
  background-color: rgba(238, 238, 238, 0.1019607843);
  border-radius: 20px;
  border: 1px solid #eeeeee;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: 100%;
  height: 190px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.how_to_send_parcel .about_block .cards_group_parcel .parcel_card p a {
  text-decoration: underline !important;
  color: #04e762;
}

.products_parcel_page {
  padding-bottom: 181px;
}

.frequently_questions .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  margin-bottom: 70px;
}
.frequently_questions .about_block .questions_block .accordion {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.frequently_questions .about_block .questions_block .accordion-header {
  margin: 0;
}
.frequently_questions .about_block .questions_block .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.frequently_questions .about_block .questions_block .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 33px;
}
.frequently_questions .about_block .questions_block .accordion-button:focus {
  box-shadow: none;
}
.frequently_questions .about_block .questions_block .accordion-button:focus .title_block {
  color: #04E762;
}
.frequently_questions .about_block .questions_block .accordion-button {
  padding: 0;
  padding-left: 20px;
}
.frequently_questions .about_block .questions_block .accordion-button .title_block {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 0;
}
.frequently_questions .about_block .questions_block .accordion-body {
  padding: 25px 89px 24px 20px;
}
.frequently_questions .about_block .questions_block .accordion-body .text_block {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.frequently_questions .about_block .questions_block .accordion-body .text_block a {
  color: #000000;
  text-decoration: underline !important;
}
.frequently_questions .about_block .questions_block .accordion-button::after {
  background-image: url(img/arrow_accardion.svg);
  background-size: auto;
  width: 40px;
  height: 40px;
}
.frequently_questions .about_block .questions_block .accordion-button:not(.collapsed)::after {
  background-image: url(img/arrow_accardion1.svg);
}

.form_delivery .about_block .form_block {
  padding: 50px 117px 63px 37px;
}
.form_delivery .about_block .form_block h2 {
  margin-bottom: 30px;
}
.form_delivery .about_block .form_block input {
  width: 250px;
}
.form_delivery .about_block .form_block .form_img {
  bottom: -68px;
  right: -317px;
}

.home_business {
  background: linear-gradient(106.43deg, #e2fbce 45.63%, #faa644 100%);
  border-radius: 20px;
  overflow: hidden;
}
.home_business .about_block {
  padding: 150px 50px 64px 0;
  position: relative;
}
.home_business .about_block .text_block {
  display: flex;
  flex-direction: column;
  max-width: 754px;
  margin-bottom: 101px;
}
.home_business .about_block .text_block h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
}
.home_business .about_block .text_block h4 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 70px;
}
.home_business .about_block .text_block a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
  padding: 17.5px 40px;
  background-color: #04e762;
  border-radius: 10px;
  display: flex;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s all ease;
}
.home_business .about_block .text_block a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.home_business .about_block .cards_business {
  display: flex;
  gap: 24px;
  justify-content: center;
  position: relative;
  z-index: 50;
}
.home_business .about_block .cards_business .card_block {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 20px 40px 40px;
  background-color: #eeeeee;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  max-width: 50%;
}
.home_business .about_block .cards_business .card_block .text_left h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.home_business .about_block .cards_business .card_block .text_left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.home_business .about_block .img_home_business {
  position: absolute;
  right: -174px;
  bottom: 0;
}

.cdek_you_send {
  padding: 182px 0 180px 0;
}
.cdek_you_send .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 70px;
}
.cdek_you_send .about_block .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  gap: 24px;
}
.cdek_you_send .about_block .cards-grid .card_send {
  background-color: #12343a;
  border-radius: 20px;
}
.cdek_you_send .about_block .cards-grid .card_send h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #ffffff;
}
.cdek_you_send .about_block .cards-grid .card_send p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
.cdek_you_send .about_block .cards-grid .card-1 {
  padding: 40px 18px 18px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 488px;
  gap: 20px;
  height: 402px;
  grid-row: span 2;
}
.cdek_you_send .about_block .cards-grid .card-1 h3 {
  max-width: 200px;
}
.cdek_you_send .about_block .cards-grid .card-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px 20px 40px;
  width: 620px;
  height: 189px;
}
.cdek_you_send .about_block .cards-grid .card-2 .text_card {
  max-width: 363px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.cdek_you_send .about_block .cards-grid .card-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px 20px 40px;
  width: 620px;
  height: 189px;
  grid-column: 2;
}
.cdek_you_send .about_block .cards-grid .card-3 .text_card {
  max-width: 423px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.cdek_you_send .about_block .cards-grid .card-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 363px;
  height: 402px;
  gap: 20px;
  padding: 40px 25px 12px 40px;
  grid-row: span 2;
  margin-top: -212px;
}
.cdek_you_send .about_block .cards-grid .card-4 img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
}

/* go_bizness_conditions */

.go_bizness_conditions{
  margin-bottom: 80px;
}

.go_bizness_conditions .about_block .title_block {
  display: flex;
  align-items: center;
}
.go_bizness_conditions .about_block .title_block .left_text {
  margin-right: 86px;
}
.go_bizness_conditions .about_block .title_block .left_text h3 {
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 30px;
}
.go_bizness_conditions .about_block .title_block .left_text h2 {
  font-weight: 400;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: 0%;
  color: #000000;
  text-align: end;
  position: relative;
}
.go_bizness_conditions .about_block .title_block .left_text h2::after {
  content: "";
  position: absolute;
  right: -108px;
  top: 63px;
  width: 100px;
  height: 2px;
  background-color: #000000;
}
.go_bizness_conditions .about_block .title_block .img_title {
  position: relative;
  z-index: 20;
}
.go_bizness_conditions .about_block .title_block h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  max-width: 501px;
  margin-left: 28px;
}
.go_bizness_conditions .about_block .title_block h4 a {
  color: #04e762;
  text-decoration: underline !important;
}
.go_bizness_conditions .about_block .title_block h4 span {
  font-weight: 700;
}

.calculator_business_az {
  margin-top: -20px;
  padding-bottom: 180px;
}

.cdek_services_practical {
  padding-bottom: 180px;
}
.cdek_services_practical .about_block h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.cdek_services_practical .about_block .title_block {
  font-weight: 400;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.cdek_services_practical .about_block .block_cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdek_services_practical .about_block .block_cards .item {
  padding: 40px 14px 29px 40px;
  background-color: #12343a;
  border-radius: 20px;
  width: 100%;
  max-width: 32%;
  height: 307px;
}
.cdek_services_practical .about_block .block_cards .item h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 24px;
  max-width: 317px;
}
.cdek_services_practical .about_block .block_cards .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 324px;
}
.cdek_services_practical .about_block .block_cards .item .bottom_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdek_services_practical .about_block .block_cards .item .bottom_login .login {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #12343a;
  padding: 17.5px;
  border-radius: 10px;
  background-color: #04e762;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}
.cdek_services_practical .about_block .block_cards .item .bottom_login .login:hover {
  background-color: #FAA644;
  color: #FFFFFF;
}
.cdek_services_practical .about_block .block_cards .item .bottom_login .more_inf {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #1ab248;
  text-decoration: underline !important;
  transition: 0.5s all ease;
}
.cdek_services_practical .about_block .block_cards .item .bottom_login .more_inf:hover {
  color: #FAA644;
}

.home_modern_delivery {
  background: linear-gradient(106.43deg, #e2fbce 24.17%, rgba(227, 239, 38, 0.8) 62.8%, rgba(7, 102, 83, 0.8) 100%);
  border-radius: 20px;
}
.home_modern_delivery .about_block {
  position: relative;
  padding: 130px 0 85px 0;
}
.home_modern_delivery .about_block .text_block {
  max-width: 824px;
}
.home_modern_delivery .about_block .text_block h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  margin-bottom: 30px;
}
.home_modern_delivery .about_block .text_block h4 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.home_modern_delivery .about_block .text_block p {
  font-weight: 300;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.home_modern_delivery .about_block .text_block p span {
  font-weight: 700;
}
.home_modern_delivery .about_block .text_block a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
  padding: 17.5px 24.5px;
  background-color: #04e762;
  display: flex;
  margin-left: auto;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s all ease;
}
.home_modern_delivery .about_block .text_block a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.home_modern_delivery .about_block img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profitable_for_seller {
  padding: 182px 0;
}
.profitable_for_seller .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 40px;
}
.profitable_for_seller .about_block p {
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.profitable_for_seller .about_block .items_profitable {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  gap: 30px;
}
.profitable_for_seller .about_block .items_profitable .item {
  background-color: #12343a;
  border-radius: 20px;
}
.profitable_for_seller .about_block .items_profitable .item h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.profitable_for_seller .about_block .items_profitable .item p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #ffffff;
  line-height: 25px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(1) {
  padding: 30px 31px 30px 30px;
  width: 360px;
  height: 420px;
  display: flex;
  flex-direction: column;
  grid-row: span 2;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(1) h3 {
  margin-bottom: 22px;
  margin-top: 22px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(2) {
  padding: 28px 36px 27px 30px;
  width: 508px;
  height: 195px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(2) img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(2) .text_item p {
  max-width: 350px;
  margin-top: 22px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(3) {
  padding: 27px 22px 27px 30px;
  width: 270px;
  height: 195px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(3) p {
  margin-top: 22px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(4) {
  padding: 28px 19px 27px 30px;
  width: 270px;
  height: 195px;
  grid-column: 4;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(4) p {
  margin-top: 22px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(5) {
  padding: 42px 30px 42px 30px;
  width: 508px;
  height: 195px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(5) img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(5) .text_item p {
  max-width: 356px;
  margin-top: 22px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(6) {
  padding: 42px 30px 42px 30px;
  width: 100%;
  height: 195px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  grid-column: span 2;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(6) img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.profitable_for_seller .about_block .items_profitable .item:nth-child(6) .text_item p {
  max-width: 356px;
  margin-top: 22px;
}

.convenient_for_buyer {
  padding-bottom: 180px;
}
.convenient_for_buyer .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 56px;
}
.convenient_for_buyer .about_block .items_for_buyers {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  gap: 30px;
}
.convenient_for_buyer .about_block .items_for_buyers .item {
  background-color: #eeeeee;
  border-radius: 20px;
}
.convenient_for_buyer .about_block .items_for_buyers .item h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.convenient_for_buyer .about_block .items_for_buyers .item p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(1) {
  padding: 30px 30px 23px 40px;
  width: 634px;
  height: 213px;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(1) img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(2) {
  padding: 30px 36px 65px 40px;
  width: 377px;
  height: 455px;
  display: flex;
  flex-direction: column;
  position: relative;
  grid-row: span 2;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(2) img {
  display: block;
  margin: 10px auto;
  width: 150px;
  height: 150px;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(3) {
  padding: 30px 54px 23px 40px;
  width: 448px;
  height: 213px;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(4) {
  padding: 30px 30px 23px 40px;
  width: 634px;
  height: 213px;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(4) img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.convenient_for_buyer .about_block .items_for_buyers .item:nth-child(5) {
  padding: 30px 98px 37px 40px;
  width: 448px;
  height: 213px;
}

.arrange_delivery {
  padding-bottom: 180px;
}
.arrange_delivery .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 10px;
}
.arrange_delivery .about_block p {
  font-weight: 300;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 48px;
}
.arrange_delivery .about_block .cards_block_arrange {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange {
  width: 100%;
  max-width: 32%;
  height: 420px;
  background: linear-gradient(249.8deg, rgba(102, 255, 132, 0.7) 8%, rgba(179, 247, 255, 0.7) 75.57%);
  border-radius: 20px;
  padding: 40px 40px 50px 40px;
  position: relative;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 30px;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange ul {
  padding-left: 20px;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange ul li {
  list-style: disc !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange a {
  position: absolute;
  bottom: 50px;
  right: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #12343a;
  display: flex;
  margin-left: auto;
  padding: 15px 33px;
  background-color: #04e762;
  border-radius: 10px;
  transition: 0.5s all ease;
}
.arrange_delivery .about_block .cards_block_arrange .card_arrange a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}

.improve_business .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.improve_business .about_block .title_block {
  width: 100%;
  max-width: 580px;
}
.improve_business .about_block .title_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 40px;
}
.improve_business .about_block .title_block p {
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.improve_business .about_block .title_block span {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  display: inline-block;
}
.improve_business .about_block .block_cards_improve {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.improve_business .about_block .block_cards_improve .card_improve {
  background-color: #12343a;
  border-radius: 20px;
  height: 341px;
  width: 288px;
  padding: 70px 35px 20px 35px;
  position: relative;
  z-index: 40;
}
.improve_business .about_block .block_cards_improve .card_improve h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 30px;
}
.improve_business .about_block .block_cards_improve .card_improve h4 span {
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.improve_business .about_block .block_cards_improve .card_improve p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
.improve_business .about_block .block_cards_improve .bg_cards {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form_second_group .about_block .form_block {
  padding: 50px 113px 63px 37px;
}
.form_second_group .about_block .form_block input {
  width: 251px;
}

.home_franchise {
  padding: 0 0 172px 0;
}
.home_franchise .about_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.home_franchise .about_block .left_text {
  max-width: 888px;
}
.home_franchise .about_block .left_text h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.home_franchise .about_block .left_text .title_main {
  display: flex;
  align-items: end;
  gap: 30px;
  margin-bottom: 40px;
}
.home_franchise .about_block .left_text .title_main h2 {
  font-weight: 800;
  font-style: Bold;
  font-size: 220px;
  line-height: 200px;
  letter-spacing: 0%;
  color: #12343a;
}
.home_franchise .about_block .left_text .title_main h4 {
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #12343a;
  padding-bottom: 14px;
}
.home_franchise .about_block .left_text .title_main h4 span {
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #faa644;
}
.home_franchise .about_block .left_text h5 {
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 30px;
}
.home_franchise .about_block .left_text p {
  font-weight: 300;
  font-style: Light;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 30px;
}
.home_franchise .about_block .left_text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
  padding: 20px 26px;
  background-color: #04e762;
  border-radius: 10px;
  display: flex;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.5s all ease;
}
.home_franchise .about_block .left_text a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.home_franchise .about_block .img_home {
  padding-top: 23px;
}

.bg_image_block {
  background-image: url(img/bg_body.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_image_block header {
  position: static;
}
.bg_image_block header .top_logo_block {
  background-color: transparent;
}
.bg_image_block header .menu_main {
  background-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.group_items_franchise {
  padding-bottom: 100px;
}
.group_items_franchise .about_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.group_items_franchise .about_block .item {
  position: relative;
  background-color: #12343a;
  border-radius: 20px;
  padding: 80px 10px 10px 40px;
  overflow: hidden;
  width: 356px;
  height: 250px;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.group_items_franchise .about_block .item h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}
.group_items_franchise .about_block .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.group_items_franchise .about_block .item img {
  position: absolute;
  right: 0;
  top: 0;
}

.how_will_earn {
  padding: 186px 0;
}
.how_will_earn .about_block {
  position: relative;
}
.how_will_earn .about_block .title_block {
  width: 633px;
  height: 483px;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 20px;
  background-image: url(img/bg_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
.how_will_earn .about_block .title_block h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.how_will_earn .about_block .title_block h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 70px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.how_will_earn .about_block .block_inf_earn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background-color: #eeeeee;
  border-radius: 30px;
  padding: 110px 68px 72px 60px;
  position: relative;
}
.how_will_earn .about_block .block_inf_earn .text_block {
  position: relative;
}
.how_will_earn .about_block .block_inf_earn .text_block h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.how_will_earn .about_block .block_inf_earn .text_block p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.how_will_earn .about_block .block_inf_earn .text_block::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: #12343a;
}
.how_will_earn .about_block .block_inf_earn .img_men {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  z-index: 40;
}

.offers_azrebaijan {
  padding-bottom: 100px;
}
.offers_azrebaijan .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 30px;
}
.offers_azrebaijan .about_block .title_block {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.offers_azrebaijan .about_block .cards_offers {
  display: flex;
  justify-content: space-between;
}
.offers_azrebaijan .about_block .cards_offers .card_block {
  width: 32%;
  height: 650px;
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 50px 40px 40px 40px;
  position: relative;
}
.offers_azrebaijan .about_block .cards_offers .card_block img {
  position: absolute;
  top: 11px;
  right: 18px;
}
.offers_azrebaijan .about_block .cards_offers .card_block h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 24px;
  max-width: 260px;
}
.offers_azrebaijan .about_block .cards_offers .card_block h5 {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.offers_azrebaijan .about_block .cards_offers .card_block ul {
  padding-left: 20px;
}
.offers_azrebaijan .about_block .cards_offers .card_block ul li {
  list-style: disc !important;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.offers_azrebaijan .about_block .cards_offers .card_block h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin: 40px 0 20px 0;
}
.offers_azrebaijan .about_block .cards_offers .card_block a {
  color: #12343a;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  padding: 15px 41px;
  background-color: #04e762;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  transition: 0.5s all ease;
}
.offers_azrebaijan .about_block .cards_offers .card_block a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.offers_azrebaijan .about_block span {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 60px;
  display: block;
}
.offers_azrebaijan .about_block span a {
  color: #04e762;
  text-decoration: underline !important;
  transition: 0.5s all ease;
}
.offers_azrebaijan .about_block span a:hover {
  color: #faa644;
}

.offices_countries {
  padding-bottom: 100px;
}
.offices_countries .about_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 88px;
}
.offices_countries .about_block .title_block {
  width: 100%;
  max-width: 557px;
}
.offices_countries .about_block .title_block h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
}
.offices_countries .about_block .title_block h4 {
  font-weight: 300;
  font-style: Light;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.offices_countries .about_block .title_block h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.offices_countries .about_block .title_block h6 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.offices_countries .about_block .block_cards_offices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.offices_countries .about_block .block_cards_offices .card_offices {
  padding: 30px 28px 26px 30px;
  background: linear-gradient(80.4deg, #12343a 22.69%, #66ff84 99.33%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  width: 362px;
  height: 150px;
}
.offices_countries .about_block .block_cards_offices .card_offices h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
.offices_countries .about_block .block_cards_offices .card_offices h3 span {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}

.success_stories .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.success_stories .about_block .cards_success {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.success_stories .about_block .cards_success .card_block {
  padding: 30px;
  background: linear-gradient(0deg, #12343a, #12343a), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  width: 364px;
  height: 260px;
}
.success_stories .about_block .cards_success .card_block h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 30px;
}
.success_stories .about_block .cards_success .card_block .name_success {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.success_stories .about_block .cards_success .card_block .name_success p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
.success_stories .about_block .cards_success .card_block a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #04e762;
}
.success_stories .about_block .cards_success .card_block a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.89 12.8459C18.537 14.1889 16.867 15.1379 13.526 17.0359C10.296 18.8709 8.681 19.7879 7.38 19.4199C6.84076 19.267 6.35021 18.9773 5.956 18.5789C5 17.6139 5 15.7429 5 11.9999C5 8.25685 5 6.38585 5.956 5.42085C6.35032 5.02278 6.84086 4.73342 7.38 4.58085C8.681 4.21085 10.296 5.12885 13.526 6.96385C16.866 8.86185 18.537 9.81085 18.891 11.1539C19.038 11.7083 19.038 12.2914 18.891 12.8459' stroke='%2304E762' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.success_stories .about_block .cards_success .card_block a:hover {
  text-decoration: underline;
}

.form_offers .about_block {
  gap: 237px;
}
.form_offers .about_block .form_block {
  max-width: 643px;
  padding: 50px 76px 48px 60px;
}
.form_offers .about_block .form_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 30px;
}
.form_offers .about_block .form_block form input {
  width: 246px;
}
.form_offers .about_block .form_block .form_img {
  right: -295px;
  bottom: -44px;
}
.form_offers .about_block .starting_business_items h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 57px;
}
.form_offers .about_block .starting_business_items .item_form_starting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.form_offers .about_block .starting_business_items .item_form_starting .item {
  padding: 30px 33px 20px 30px;
  background-color: #eeeeee;
  border-radius: 20px;
  width: 296px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.form_offers .about_block .starting_business_items .item_form_starting .item h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.form_offers .about_block .starting_business_items .item_form_starting .item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.form_offers .about_block .starting_business_items .item_form_starting .item span {
  position: absolute;
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0%;
  color: #04e762;
  bottom: -36px;
  right: 10px;
}

.about_block .cards_group {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.about_block .cards_group .card_help {
  padding: 35px 20px 40px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  width: 31%;
  margin: 0 auto;
}
.about_block .cards_group .card_help .title_card {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.about_block .cards_group .card_help .title_card h3 {
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  background-image: url('img/save.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;         /* отступ для иконки */
  background-size: 24px 24px;
  margin: 0 0 0 20px;
}
.about_block .cards_group .card_help ul li {
  background-position: 0 10px;
}
.about_block .cards_group .card_help ul li a {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  transition: 0.3s all ease;
}
.about_block .cards_group .card_help ul li a:hover {
  color: #faa644;
  text-decoration: underline !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
}
.breadcrumb a {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #b3b0b0;
}
.breadcrumb span {
  margin: 0 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #b3b0b0;
}
.breadcrumb .current {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #faa644;
}

.home_help_courier {
  padding: 0 0 60px 0;
}
.home_help_courier .about_block {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.home_help_courier .about_block .cards_group_left {
  width: 100%;
  max-width: 363px;
  height: 677px;
  overflow-y: scroll;
  padding: 24px 24px 20px 24px;
  background-color: #f9f9f9;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.home_help_courier .about_block .cards_group_left::-webkit-scrollbar {
  width: 4px;
}
.home_help_courier .about_block .cards_group_left::-webkit-scrollbar-track {
  background: transparent;
}
.home_help_courier .about_block .cards_group_left::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}
.home_help_courier .about_block .cards_group_left .card_help .title_card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.home_help_courier .about_block .cards_group_left .card_help .title_card h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.home_help_courier .about_block .cards_group_left .card_help ul li a {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  transition: 0.3s all ease;
}
.home_help_courier .about_block .cards_group_left .card_help ul li a:hover {
  color: #faa644;
  text-decoration: underline !important;
}
.home_help_courier .about_block .group_text_with_courier h2 {
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 50px 0 40px 0;
}
.home_help_courier .about_block .group_text_with_courier p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0%;
  color: #000000;
}
.home_help_courier .about_block .group_text_with_courier p a {
  color: #faa644;
  text-decoration: underline !important;
}

.faq_answer ul {
  margin-bottom: 20px;
}

.faq_answer ul li,
.faq_answer ol li {
  margin-left: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
.faq_answer ul li {
  list-style:disc;
}
.faq_answer ol li{
  list-style: decimal;
}

.about_block .cards_contacts_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.about_block .cards_contacts_group h3 {
  width: 100%;
  font-weight: 300!important;
  font-style: Light;
  font-size: 25px!important;
  line-height: 35px!important;
  margin-bottom: 50px;
}
.about_block .cards_contacts_group .card_contact {
  padding: 35px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  width: 736px;
}
.about_block .cards_contacts_group .card_contact h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 20px;
}
.about_block .cards_contacts_group .card_contact h5,
.about_block .cards_contacts_group .card_contact h5 a,
.contact-subtitle a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #04e762;
  text-decoration: underline;
  margin-bottom: 30px;
}
.about_block .cards_contacts_group .card_contact h5:hover, 
.about_block .cards_contacts_group .card_contact h5 a:hover,
.contact-subtitle a {
  text-decoration: none;
}
.about_block .cards_contacts_group .card_contact .contact_numbers {
  display: flex;
  align-items: center;
  gap: 136px;
}
.about_block .cards_contacts_group .card_contact .contact_numbers p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  padding: 0;
}
.about_block .cards_contacts_group .card_contact .contact_numbers p img {
  display: block;
  margin-top: 8px;
  margin-bottom: auto;
}
.about_block .cards_contacts_group .card_contact .contact_numbers .number {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.about_block .cards_contacts_group .card_contact .first_contacts {
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #b3b0b0;
}
.about_block .cards_contacts_group .card_contact h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.about_block .cards_contacts_group .card_contact .emeil {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #12343a;
  margin-top: 20px;
}

/* calculate_cos_delivery */

.calculate_cos_delivery {
  padding: 0 0 150px 0;
}
.calculate_cos_delivery .about_block .title_text {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 70px;
}
.calculate_cos_delivery .about_block .calculate_form_group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form {
  width: 100%;
  max-width: 877px;
  height: auto;
  padding: 35px 110px 37px 35px;
  border: 1px solid #12343a;
  border-radius: 20px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 40px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group {
  width: 100%;
  max-width: 232px;
  margin-right: 17px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group input {
  height: 55px;
  width: 100%;
  border: 1px solid #b3b0b0;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 10px 13px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group input::-moz-placeholder {
  color: #626262;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group input::placeholder {
  color: #626262;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group p {
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #626262;
  margin-top: 10px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group p span {
  text-decoration: underline;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form select {
  width: 100%;
  max-width: 232px;
  border: 1px solid #b3b0b0;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 10px 11px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #626262;
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(img/select_arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form button {
  background-color: #04e762;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #12343a;
  padding: 10px 67.5px;
  height: 55px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  transition: 0.5s all ease;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form button:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 14px;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group .switch_check {
  display: flex;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group .switch_check .toggle-switch {
  width: 41px;
  height: 21px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background-color: #efeaea;
  transition: all 0.3s ease;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group .switch_check .toggle-switch::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3.5px;
  left: 5px;
  border-radius: 50%;
  background-color: #b3b0b0;
  transition: all 0.3s ease;
  transform: translateX(0);
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group .switch_check #switch:checked + .toggle-switch {
  background: #efeaea;
  border: none;
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group .switch_check #switch:checked + .toggle-switch::before {
  background: #04e762;
  top: 3.5px;
  transform: translateX(16px);
}
.calculate_cos_delivery .about_block .calculate_form_group .left_form form .switch_group h3 {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
}
.calculate_cos_delivery .about_block .calculate_form_group .text_calculate {
  width: 100%;
  max-width: 568px;
  height: 365px;
  background: linear-gradient(249.8deg, rgba(102, 255, 132, 0.7) 8%, rgba(179, 247, 255, 0.7) 75.57%);
  border-radius: 20px;
  padding: 40px 26px 40px 24px;
}
.calculate_cos_delivery .about_block .calculate_form_group .text_calculate h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: #000000;
}
.calculate_cos_delivery .about_block .calculate_form_group .text_calculate p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.calculate_cos_delivery .about_block .calculate_form_group .text_calculate p span {
  font-weight: 600;
}

.calculate_f {
  display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 75px;
}

.calculate_f .active {
  background-color: #04e762;
  border: none;
  color: #12343a;
}

.calculate_f a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #12343a;
    padding: 15px 20px;
    border: 1px solid #04e762;
    border-radius: 40px;
    transition: 0.5s all ease;
}

/* traking_home */

.traking_home .about_block h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  margin: 30px 0;
}
.traking_home .about_block .title_text {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 38px;
}
.traking_home .about_block .title_text a {
  color: #faa644;
}
.traking_home .about_block .title_text a:hover {
  text-decoration: underline;
}
.traking_home .about_block .search_parcel {
  padding: 10px 30px 30px 30px;
  margin: 0 auto;
  box-shadow: 0 4px 12px #ccc !important;
  border-radius: 20px;
}
.traking_home #widget-tracing {
  margin: 30px auto 0 auto;
}
.traking_home #widget-tracing .tracing-form__submit{
  width: 30%;
}
.traking_home #widget-tracing .headline-6 {
  margin-bottom: 30px;
}
.traking_home .about_block .search_parcel h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 30px;
  width: 100%;
}
.traking_home .about_block .search_parcel a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
  margin-bottom: 10px;
}
.traking_home .about_block .search_parcel a:hover {
  text-decoration: underline;
}
.traking_home .about_block .search_parcel .search {
  display: flex;
  align-items: center;
  gap: 13px;
}
.traking_home .about_block .search_parcel .search input {
  height: 55px;
  width: 100%;
  max-width: 260px;
  border: 1px solid #b3b0b0;
  border-radius: 5px;
  background-color: transparent;
  outline: none;
  padding: 10px 13px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.traking_home .about_block .search_parcel .search input::-moz-placeholder {
  color: #626262;
}
.traking_home .about_block .search_parcel .search input::placeholder {
  color: #626262;
}
.traking_home .about_block .search_parcel .search label {
  padding: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #04e762;
}
.traking_home .about_block .card_traking_group {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 50px auto;
  flex-wrap: wrap;
}
.traking_home .about_block .card_traking_group .card_trak {
  width: 100%;
  max-width: 362px;
  border-radius: 20px;
  height: 185px;
  background: linear-gradient(249.8deg, rgba(102, 255, 132, 0.7) 8%, rgba(179, 247, 255, 0.7) 75.57%);
  padding: 30px 22px 25px 30px;
}
.traking_home .about_block .card_traking_group .card_trak p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 20px;
}
.traking_home .about_block .traking_card .card_traking_group .card_trak p span {
  font-weight: 700;
}

.typ_documents {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto 55px auto;
  width: 90%;
}
.typ_documents a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #626262;
  padding: 15px 30px;
  border: 1px solid #b3b0b0;
  border-radius: 50px;
  transition: 0.5s all ease;
}
.typ_documents a:hover {
  border-color: transparent;
  background-color: #04e762;
  color: #12343a;
}
.typ_documents .active {
  border: none;
  background-color: #04e762;
  color: #12343a;
}
.traking_home .about_block h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.traking_home .about_block ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000000;
  background-image: url('img/img_li.svg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  padding-left: 1em;
}
.traking_home .about_block .group_documents_type {
  display: none;
  animation: fade 0.5s cubic-bezier(0.4, 0, 1, 1);
  margin: 0 auto 55px auto;
  width: 90%;
}
.traking_home .about_block .group_documents_type.active {
  display: block;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home_personal_blog {
  background-image: url(img/bg_prsonal.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.home_personal_blog .about_block {
  padding: 130px 0 52px 0;
  position: relative;
}
.home_personal_blog .about_block .text_block {
  width: 100%;
  max-width: 756px;
}
.home_personal_blog .about_block .text_block h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 70px;
}
.home_personal_blog .about_block .text_block p {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.home_personal_blog .about_block .text_block a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #12343a;
  padding: 17px 40px;
  background-color: #04e762;
  border-radius: 10px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: 0.5s all ease;
}
.home_personal_blog .about_block .text_block a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.home_personal_blog .about_block .group_img_home {
  position: absolute;
  top: 82px;
  right: 40px;
}
.home_personal_blog .about_block .group_img_home .img_home {
  position: relative;
}
.home_personal_blog .about_block .group_img_home .img_home .img_home {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.home_personal_blog .about_block .group_img_home .img_home .bg_img {
  position: absolute;
  top: 0;
  right: -202px;
}
.home_personal_blog .about_block .cards_block {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 90px;
  padding-left: 120px;
  position: relative;
  z-index: 20;
}
.home_personal_blog .about_block .cards_block .card_check {
  padding: 35px 37px 35px 6px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: 362px;
  height: 130px;
}
.home_personal_blog .about_block .cards_block .card_check p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}

/* simple_block */

.simple_block .about_block .text_block {
  margin-top: 50px;
}
.simple_block .about_block .text_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
}
.simple_block .about_block .text_block p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  padding-left: 30px;
  margin-bottom: 30px;
}
.simple_block .about_block .text_block h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin: 30px 0;
  padding-left: 30px;
}

.simple_block .about_block ul {
  padding-left: 30px;
}
.simple_block .about_block ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url('img/img_li.svg');
  background-repeat: no-repeat;
  background-position: 0 15px;
  padding-left: 1em;
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;  
}
.simple_block .about_block ul li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  transition: 0.5s all ease;
}
.simple_block .about_block ul li a:hover {
  color: #faa644;
  text-decoration: underline !important;
}

/* how_register_account */

.how_register_account .about_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 52px;
}
.how_register_account .about_block .cards_register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.how_register_account .about_block .cards_register .card_block {
  position: relative;
}
.how_register_account .about_block .cards_register .card_block .number_text {
  font-weight: 800;
  font-size: 200px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #faa644;
  margin-bottom: -86px;
  display: block;
}
.how_register_account .about_block .cards_register .card_block .text_card {
  padding: 30px 18px 30px 30px;
  border: 1px solid #d9d9d9;
  background-color: rgba(238, 238, 238, 0.1019607843);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: 361px;
  height: 249px;
  border-radius: 20px;
  position: relative;
  z-index: 20;
}
.how_register_account .about_block .cards_register .card_block .text_card h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.how_register_account .about_block .cards_register .card_block .text_card p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.how_register_account .about_block .cards_register .card_block img {
  position: absolute;
  top: -216px;
  right: -128px;
}
.how_register_account .about_block .cards_register .card_block h4 {
  padding: 40px 55px 50px 40px;
  border: 1px solid #d9d9d9;
  background-color: rgba(238, 238, 238, 0.1019607843);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: 361px;
  height: 249px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: -115px;
}
.how_register_account .about_block .cards_register .card_block h4 span {
  color: #faa644;
}

/* form_personal_blog_page */

.form_personal_blog_page {
  padding-bottom: 102px;
}
.form_personal_blog_page .about_block {
  gap: 226px;
}
.form_personal_blog_page .about_block .form_block h3 {
  margin-bottom: 30px;
}
.form_personal_blog_page .about_block .form_block h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
.form_personal_blog_page .about_block .form_block .form_block_p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 40px;
}
.form_personal_blog_page .about_block .form_block .form_img {
  bottom: -42px;
  right: -292px;
}
.form_personal_blog_page .about_block .item_form {
  padding-top: 150px;
}

/* shipping_rates_group */

.shipping_rates_group {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.shipping_rates_group .type_rates {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 75px;
}
.shipping_rates_group .type_rates a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #12343a;
  padding: 15px 20px;
  border: 1px solid #04e762;
  border-radius: 40px;
  transition: 0.5s all ease;
}
.shipping_rates_group .type_rates a:hover {
  background-color: #04e762;
  border-color: transparent;
  color: #12343a;
}
.shipping_rates_group .type_rates .active {
  background-color: #04e762;
  border: none;
  color: #12343a;
}
.shipping_rates_group .rates {
  padding: 30px;
  background-color: #fffafa;
  border-radius: 20px;
  margin-bottom: 30px;
}
.shipping_rates_group .rates .top_inf_texts {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.shipping_rates_group .rates .top_inf_texts span {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  padding: 5px 25.5px;
  background-color: #eeeeee;
  border-radius: 30px;
}
.shipping_rates_group .rates .inf_about_rates {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.shipping_rates_group .rates .inf_about_rates img {
  padding-top: 5px;
}
.shipping_rates_group .rates .inf_about_rates .right_text h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.shipping_rates_group .rates .inf_about_rates .right_text h5 {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.shipping_rates_group .rates .inf_about_rates .right_text h5 a {
  color: #04e762;
  text-decoration: underline !important;
  transition: 0.5s all ease;
}
.shipping_rates_group .rates .inf_about_rates .right_text h5 a:hover {
  color: #FAA644;
}

.shipping_rates_group .rates .inf_about_rates ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shipping_rates_group .rates h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}
.shipping_rates_group .rates h4 {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.shipping_rates_group .rates ul{
  padding-left: 0;
}
.shipping_rates_group .rates ul li {
  position: relative;
  min-height: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  display: flex;
  flex-direction: column;
  padding-left: 3em;
  line-height: 1.5;
  gap: 0;
  margin-bottom: 20px;
  align-items: unset;
}
.shipping_rates_group .rates li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url('img/checked.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.shipping_rates_group .rates li strong {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.shipping_rates_group .rates h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 20px 0 10px 0;
}

.shipping_rates_group .rates .rules_documents {
  display: flex;
  align-items: center;
  gap: 116px;
  margin-bottom: 40px;
}
.shipping_rates_group .rates .rules_documents a {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-decoration: underline !important;
  color: #04e762;
  padding-left: 20px;
  position: relative;
  transition: 0.5s all ease;
}
.shipping_rates_group .rates .rules_documents a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #04e762;
}
.shipping_rates_group .rates .rules_documents a:hover {
  color: #FAA644;
}
.shipping_rates_group .rates .rules_documents a:hover::after {
  background-color: #FAA644;
}
.shipping_rates_group .rates .bottom_delivery_inf {
  display: flex;
  align-items: end;
  gap: 86px;
}
.shipping_rates_group .rates .bottom_delivery_inf .text_how_button {
  display: flex;
  flex-direction: column;
  min-width: 250px;
}
.shipping_rates_group .rates .bottom_delivery_inf .text_how_button h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
}
.shipping_rates_group .rates .bottom_delivery_inf .text_how_button p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 40px;
}
.shipping_rates_group .rates .bottom_delivery_inf a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12343a;
  padding: 15px;
  background-color: #04e762;
  border-radius: 10px;
  transition: 0.5s all ease;
  width: 250px;
  text-align: center;
}
.shipping_rates_group .rates .bottom_delivery_inf a:hover {
  background-color: #12343A;
  color: #FFFFFF;
}
.shipping_rates_group .rates {
  display: none;
}
.shipping_rates_group .rates.active {
  display: block;
}

/* home_packaging */

.title_block {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 50px;
}
.products_inf_cards {
  display: flex;
  justify-content: space-between;
}
.products_inf_cards .card_product {
  padding: 24px 13px 33px 14px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  width: 257px;
}
.products_inf_cards .card_product img {
  width: 200px;
  height: 160px;
  margin: 0 auto;
  display: block;
}
.products_inf_cards .card_product .size_product {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 14px;
  width: 100%;
  border: 1px solid #04E762;
  border-radius: 5px;
  margin: 30px 0;
}
.products_inf_cards .card_product .size_product span {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
}
.products_inf_cards .card_product .size_product p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.products_inf_cards .card_product .text_bottom {
  display: grid;
  align-items: flex-start;
  gap: 10px;
}
.products_inf_cards .card_product .text_bottom .inf_card_product span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #04E762;
}
.products_inf_cards .card_product .text_bottom .inf_card_product h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
}
.toggle-block h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #04E762;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.toggle-block h4::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.128906 11.6969C0.128906 11.8312 0.182031 11.9688 0.285156 12.0719C0.491406 12.2781 0.828906 12.2781 1.03516 12.0719L8.09453 5.0125L15.0508 11.9688C15.257 12.175 15.5945 12.175 15.8008 11.9688C16.007 11.7625 16.007 11.425 15.8008 11.2188L8.46953 3.88438C8.26328 3.67813 7.92578 3.67813 7.71953 3.88438L0.285156 11.3188C0.178906 11.425 0.128906 11.5594 0.128906 11.6969Z' fill='%2304E762'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
.toggle-block h4.active::after {
  transform: rotate(180deg);
}

.simple_block .about_block .toggle-block ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  padding: 20px 0 0 0;
}
.simple_block .about_block .toggle-block.open ul {
  max-height: 500px;
  opacity: 1;
}
.simple_block .about_block .toggle-block ul li {
  background-position: 0 15px;
}

.top_big_toggle {
  padding: 70px 0;
}
.cards_product_second_block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 100px;
}
.cards_product_second_block .card_product {
  padding: 35px;
  background-color: #F9F9F9;
  border-radius: 20px;
  width: 48%;
  min-height: 450px;
  border: 1px solid #EEEEEE;
}
.cards_product_second_block .card_product .top_group_text {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  margin-bottom: 40px;
  height: 308px;
}
.cards_product_second_block .card_product .top_group_text .left_img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cards_product_second_block .card_product .top_group_text .left_img a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  margin: 20px 0;
}
.cards_product_second_block .card_product .top_group_text .left_img a:hover {
  text-decoration: underline;
}
.cards_product_second_block .card_product .top_group_text .left_img a::before {
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='18' viewBox='0 0 15 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9L0 17.6603L0 0.339746L15 9Z' fill='%2304E762'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cards_product_second_block .card_product .top_group_text .left_img img{
  height: 210px;
  width: 250px;
  display: block;
  margin: 0 auto;
}

.cards_product_second_block .card_product .top_group_text .right_text_block h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0 0 30px 0;
  padding: 0;
}
.cards_product_second_block .card_product .top_group_text .right_text_block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #000000;
  margin: 0 0 40px 0;
  padding: 0;
}
.cards_product_second_block .card_product .top_group_text .right_text_block .text_bottom {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.cards_product_second_block .card_product .top_group_text .right_text_block .text_bottom .inf_card_product {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cards_product_second_block .card_product .top_group_text .right_text_block .text_bottom .inf_card_product span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #04E762;
}
.cards_product_second_block .card_product .top_group_text .right_text_block .text_bottom .inf_card_product h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0%;
  color: #000000;
}
.inner_packaging h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 50px;
}
.home_packaging .about_block .inner_packaging .inner_packaging_cards {
  padding-bottom: 0;
}

/* stock_block */

.stock_block {
  margin: 0;
  padding: 220px 0 186px 0;
}
.stock_block .about_block h2 {
  margin-bottom: 90px;
}
.stock_block .about_block .items_promotions {
  flex-wrap: wrap;
}
.stock_block .about_block .items_promotions .item {
  max-width: 735px;
}

/* form_conclude_agreement */

.form_conclude_agreement {
  padding: 0 0 80px 0;
}
.form_conclude_agreement .about_block {
  display: flex;
  align-items: flex-start;
  gap: 245px;
  position: relative;
}
.form_conclude_agreement .about_block .left_text {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 500px;
}
.form_conclude_agreement .about_block .left_text h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 60px;
}
.form_conclude_agreement .about_block .left_text h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
}
.form_conclude_agreement .about_block .img_conclude {
  position: absolute;
  bottom: -80px;
  left: 400px;
}
.form_conclude_agreement .about_block form {
  padding: 40px 31px 54px 31px;
  background-color: #12343A;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 20;
}
.form_conclude_agreement .about_block form h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.form_conclude_agreement .about_block form .input_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.form_conclude_agreement .about_block form .input_group input {
  width: 250px;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  background-color: transparent;
  position: relative;
  z-index: 50;
}
.form_conclude_agreement .about_block form .input_group .checked_block {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}
.form_conclude_agreement .about_block form .input_group .checked_block input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #1ab248;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding: 0;
}
.form_conclude_agreement .about_block form .input_group .checked_block input[type=checkbox]:checked {
  background-color: transparent;
}
.form_conclude_agreement .about_block form .input_group .checked_block input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #1ab248;
  border-bottom: 2px solid #1ab248;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form_conclude_agreement .about_block form .input_group .checked_block span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
}
.form_conclude_agreement .about_block form .input_group .checked_block span a {
  text-decoration: underline;
  color: #ffffff;
}
.form_conclude_agreement .about_block form .input_group .checked_block span a:hover {
  text-decoration: none;
}
.form_conclude_agreement .about_block form .input_group .checked_block label{
  display: flex;
  gap: 10px;
}
.form_conclude_agreement .about_block form button,
.form_conclude_agreement .wpcf7-submit {
  background-color: #04E762;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #12343A;
  padding: 15px 41px;
  margin: 50px 0 40px 0;
  margin-left: auto;
  transition: 0.5s all ease;
}
.form_conclude_agreement .about_block form button:hover {
  background-color: #FAA644;
  color: #FFFFFF;
}
.form_conclude_agreement .about_block form .download_document {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline !important;
  color: #04E762;
  display: flex;
  align-items: end;
  justify-content: end;
  transition: 0.5s all ease;
}
.form_conclude_agreement .about_block form .download_document:hover {
  color: #FAA644;
}

footer {
  padding: 30px 0 20px 0;
  background-color: #403f3f;
  margin-top: 50px;
}
footer .about_block .top_menu_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .about_block .top_menu_footer .descrptions {
  display: flex;
  flex-direction: column;
}
footer .about_block .top_menu_footer .descrptions h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .about_block .top_menu_footer .descrptions p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
footer .about_block .top_menu_footer .descrptions a {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  transition: 0.5s all ease;
}
footer .about_block .top_menu_footer .descrptions a:hover {
  color: #faa644;
  text-decoration: underline !important;
}
footer .about_block .top_menu_footer .menu ul {
  display: flex;
  flex-direction: column;
}
footer .about_block .top_menu_footer .menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  transition: 0.5s all ease;
}
footer .about_block .top_menu_footer .menu ul li a:hover {
  color: #faa644;
  text-decoration: underline !important;
}
footer .about_block .top_menu_footer .contact {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 30px;
}
footer .about_block .top_menu_footer .contact a {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  transition: 0.5s all ease;
}
footer .about_block .top_menu_footer .contact a:hover {
  color: #faa644;
}
footer .about_block .top_menu_footer .contact .work_time {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
}
footer .about_block .top_menu_footer .descrptions_group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .about_block .top_menu_footer .mob_block {
  display: none;
}
footer .about_block .site_cdek {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .about_block .site_cdek h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f9f9f9;
}
footer .about_block .site_cdek h3 .site_main {
  color: #faa644;
  text-decoration: underline !important;
}
footer .about_block .site_cdek .international-sites .toggle-sites {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
footer .about_block .site_cdek .international-sites .toggle-sites img {
  transition: transform 0.3s ease;
}
footer .about_block .site_cdek .international-sites .sites-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: transparent;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
footer .about_block .site_cdek .international-sites .sites-list .list_group a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  transition: 0.5s all ease;
}
footer .about_block .site_cdek .international-sites .sites-list .list_group a:hover {
  color: #faa644;
  text-decoration: underline !important;
}
footer .about_block .site_cdek .international-sites.open .sites-list {
  max-height: 100%;
}
footer .about_block .site_cdek .international-sites.open .toggle-sites img {
  transform: rotate(180deg);
}
footer .about_block span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  padding-top: 20px;
  border-top: 1px solid #b3b0b0;
  margin-top: 20px;
}


/* @media (max-width: 1600px) */

@media (max-width: 1600px) {
  .cdek_you_send .about_block .cards-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  
  .cdek_you_send .about_block .cards-grid .card-1 {
    width: 100%;
    height: auto;
    padding: 30px;
    grid-column: 1;
    grid-row: 1;
    gap: 15px;
  }
  
  .cdek_you_send .about_block .cards-grid .card-2,
  .cdek_you_send .about_block .cards-grid .card-3 {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cdek_you_send .about_block .cards-grid .card-2 {
    grid-column: 2;
    grid-row: 1;
  }
  
  .cdek_you_send .about_block .cards-grid .card-3 {
    grid-column: 2;
    grid-row: 2;
  }
  
  .cdek_you_send .about_block .cards-grid .card-4 {
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 0;
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
  }
  
  .cdek_you_send .about_block .cards-grid .text_card {
    margin-bottom: 15px;
  }
  
  .cdek_you_send .about_block .cards-grid img {
    max-width: 40%;
    height: auto;
    align-self: center;
  }

  .group_items_franchise .about_block .item {
      flex: 1 1 calc(50% - 12px);
      max-width: calc(50% - 12px);
  }

  .success_stories .about_block .cards_success{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

  .success_stories .about_block .cards_success .card_block {
    width: calc(50% - 15px);
    min-width: auto;
  }

  .profitable_for_seller .about_block .items_profitable {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(1) {
    width: 100%;
    height: auto;
    padding: 30px;
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(2) {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1;
    min-height: 300px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(3),
  .profitable_for_seller .about_block .items_profitable .item:nth-child(4) {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    grid-column: auto;
    grid-row: auto;
    min-height: 180px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(5) {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    flex-direction: column;
    grid-column: 1;
    grid-row: 3;
    min-height: 180px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(6) {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    flex-direction: column;
    grid-column: 2;
    grid-row: 3;
    min-height: 180px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .profitable_for_seller .about_block .items_profitable .text_item {
    margin-bottom: 20px;
  }
  
  .profitable_for_seller .about_block .items_profitable img {
    max-width: 40%;
    height: auto;
    align-self: center;
    margin-top: 15px;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(2),
  .profitable_for_seller .about_block .items_profitable .item:nth-child(5),
  .profitable_for_seller .about_block .items_profitable .item:nth-child(6) {
    flex-direction: column;
  }
  
  .profitable_for_seller .about_block .items_profitable .item:nth-child(2) img,
  .profitable_for_seller .about_block .items_profitable .item:nth-child(5) img,
  .profitable_for_seller .about_block .items_profitable .item:nth-child(6) img {
    order: 2;
  }


  .convenient_for_buyer .about_block .items_for_buyers {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
  
  .convenient_for_buyer .about_block .items_for_buyers .item {
    padding: 25px 30px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 180px;
  }
 
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 380px;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    flex-direction: column;
    align-items: flex-start;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item {
    display: flex;
    position: static !important;
  }
  
  .convenient_for_buyer .about_block .items_for_buyers .text_item {
    margin-bottom: 20px;
  }
  
  .convenient_for_buyer .about_block .items_for_buyers img {
    max-width: 40%;
    height: auto;
    align-self: center;
    margin-top: 15px;
  }
  
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(1) img,
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(4) img {
    order: 2;
  }
  
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(2) img {
    order: 2;
    margin-top: 25px;
  }
  
  .convenient_for_buyer .about_block .items_for_buyers p {
    margin-bottom: 15px;
  }

}

/* @media (max-width: 1400px) */

@media (max-width: 1400px) {

  .popular_products .about_block .title_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .popular_products .about_block .title_block .tags_products a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    padding: 0 16px;
  }
  .popular_products .about_block .title_block .tags_products {
    gap: 8px;
    flex-wrap: wrap;
  }
  .popular_products .about_block .title_block {
    margin-bottom: 30px;
  }
  .popular_products .about_block .items_block .item .img_item {
    display: none;
  }
  .popular_products .about_block .items_block .item .fourth_bg {
    display: none;
  }
  .popular_products .about_block .items_block .item .third_bg {
    display: none;
  }
  .popular_products .about_block .items_block .item .second_bg {
    top: 31px;
    right: 17px;
  }
  .popular_products .about_block .items_block .item .first_bg {
    top: 30px;
    right: 94px;
    left: auto;
  }
  .popular_products .about_block .items_block .item {
    width: 90%;
    padding: 30px 16px 26px 40px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .popular_products .about_block .items_block .item a {
    margin-left: auto;
    display: flex;
  }
  .popular_products .about_block .items_block {
    justify-content: center;
    gap: 20px;
  }
  .popular_products .about_block .items_block .item p {
    max-width: 100%;
  }

  .cards_product_second_block .card_product .top_group_text{
    display: block;
    height: auto;
  }

  .products_inf_cards {
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
  }
  .products_inf_cards .card_product {
    margin: 0 auto;
  }

  .current_promotions .about_block .items_promotions .item {
    width: 90%;
  }

  .you_will_need .about_block .cards_block .card_need{
    padding: 10px;
    height: 300px;
  }

  .arrange_delivery .about_block .cards_block_arrange {
    justify-content: left;
    gap: 20px;
  }

  .arrange_delivery .about_block .cards_block_arrange .card_arrange {
    width: 48%;
    max-width: 48%;
  }

  .offers_azrebaijan .about_block .cards_offers {
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
  }

  .offers_azrebaijan .about_block .cards_offers .card_block {
    height: auto;
    width: 48%;
    max-width: 48%;
  }

  .form_group_big .about_block .form_block p,
  .form_group_big .about_block .form_block input,
  .form_offers .about_block .form_block form input,
  .form_conclude_agreement .about_block form p,
  .form_conclude_agreement .about_block form .input_group input {
    width: 100%;
  }

  .form_conclude_agreement .about_block .left_text {
    max-width: 400px;
  }

}

/* @media (max-width: 1100px) */

@media (max-width: 1100px) {

  .traking_home #widget-tracing {
        margin: 30px auto;
  }

  header .top_logo_block .about_block .menu_top ul {
    display: none;
  }
  header .menu_main {
    display: none;
  }
  header .top_logo_block .about_block .login_and_language .login_to {
    display: none;
  }
  header .top_logo_block .about_block .login_and_language .language-select .selected .arrow {
    display: none;
  }
  header .top_logo_block .about_block .login_and_language .hamburger-menu {
    display: block;
  }
  header .top_logo_block .about_block {
    position: relative;
  }

  main {
    padding-top: 0;
  }

  #menu__toggle:checked + .menu__btn {
    position: absolute;
    right: 0;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    width: 20px;
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 200;
  }
  .menu__btn > span {
    left: 12px;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 2.5px;
    background-color: #000000;
    transition-duration: 0.25s;
    top: 17px;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
    width: 14px;
    right: 0;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 100;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #EEEEEE;
    transition-duration: 0.25s;
    padding: 28px 20px;
    align-items: start;
    overflow: scroll;
  }
  .menu__box .login_to {
    display: flex !important;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 106px;
    margin-bottom: 24px;
  }
  .menu__box ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    gap: 10px;
  }
  .menu__box ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    transition: 0.5s all ease;
  }
  .menu__box ul li a:hover {
    color: #FAA644;
    text-decoration: underline !important;
  }
  .menu__box .first_menu {
    padding-bottom: 30px;
    margin-bottom: 19px;
    border-bottom: 1px solid #B3B0B0;
  }
  .menu__box .second_menu {
    margin-bottom: 20px;
  }
  .menu__box .third_menu {
    padding-bottom: 30px;
    margin-bottom: 19px;
    border-bottom: 1px solid #B3B0B0;
  }
  .menu__box h3 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: right;
    color: #000000;
    margin-bottom: 16px;
  }
  .menu__box h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000;
    text-align: right;
    margin-bottom: 10px;
  }
  .menu__box h5 {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000;
    text-align: right;
  }
  .menu__box .connect a {
    color: #1a1a1a !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "SF Pro Display", sans-serif !important;
    padding: 14.5px 20px;
    border-radius: 100px;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  header .top_logo_block .about_block .logo img {
    width: 98px;
    height: 28px;
  }
  header .top_logo_block .about_block .login_and_language {
    gap: 50px;
  }
  .front-page .about_block .img_main {
    width: 291px;
    height: 437px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -282px;
  }
  .front-page .about_block {
    flex-direction: column;
    align-items: end;
  }
  .front-page .about_block h1 {
    order: 6;
    font-weight: 700;
    font-size: 112px;
    line-height: 120px;
    letter-spacing: 5%;
    display: flex;
    margin: 0 auto;
  }
  .front-page .about_block h1 .cdek-first {
    margin-right: 38px;
  }
  .front-page .about_block h2 {
    order: 1;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    margin-bottom: 14px;
  }
  .front-page .about_block h3 {
    order: 2;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-bottom: 15px;
  }
  .front-page .about_block h5 {
    order: 4;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: right;
    padding: 0;
    margin-bottom: 30px;
  }
  .front-page .about_block h4 {
    order: 5;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: right;
    margin-bottom: 82px;
  }
  .front-page {
    padding: 50px 0 282px 0;
    margin-top: 110px;
  }
  .calculator_block .about_block .left_form {
    height: auto;
    padding: 40px 60px;
  }
  .calculator_block .about_block {
    flex-direction: column;
  }
  .calculator_block {
    margin-top: -18px;
  }
  .calculator_block .about_block .left_form form {
    flex-direction: column;
  }
  .calculator_block .about_block .left_form form .input_group {
    max-width: 100%;
  }
  .calculator_block .about_block .left_form form select {
    max-width: 100%;
  }
  .calculator_block .about_block .left_form form button {
    order: 6;
  }
  .calculator_block .about_block .right_form {
    max-width: 100%;
    padding: 40px 50px;
  }
  .calculator_block {
    padding-bottom: 70px;
  }

  .current_promotions {
    margin: 70px 0 105px 0;
  }
  .current_promotions .about_block .items_promotions {
    flex-wrap: wrap;
  }
  .current_promotions .about_block .items_promotions .item .img_promotion {
    display: none;
  }
  .current_promotions .about_block .items_promotions .item:last-child {
    display: none;
  }
  .current_promotions .about_block .items_promotions .item .text_block {
    max-width: 100%;
    padding: 0;
  }
  .current_promotions .about_block .items_promotions .item {
    justify-content: center;
    padding: 40px 22px 35px 30px;
  }
  .current_promotions .about_block .items_promotions .item .text_block .inf_promo h4 {
    font-size: 104px;
  }
  .advantages .about_block .block_items .bg_image {
    display: none;
  }
  .advantages .about_block .block_items {
    flex-wrap: wrap;
  }
  .advantages .about_block .block_items .item_advantages {
    height: auto;
    padding: 24px 24px 40px 24px;
  }
  .advantages .about_block .block_items .item_advantages h3 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .advantages {
    padding-bottom: 70px;
  }
  .you_will_need .about_block .cards_block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .you_will_need .about_block h2 {
    margin-bottom: 33px;
  }
  .you_will_need .about_block .cards_block .card_need {
    width: 200px;
    padding: 20px 13px;
    height: 240px;
  }
  .you_will_need .about_block .cards_block .card_need h3 {
    margin: 20px 0;
  }
  .you_will_need .about_block .cards_block .card_need {
    height: 291px;
  }
  .you_will_need {
    padding-bottom: 86px;
  }
  .form_group_big .about_block .form_block .form_img {
    display: none;
  }
  .form_group_big .about_block .form_block .form_img {
    display: none;
  }
  .form_group_big .container {
    padding: 0;
  }
  .form_group_big .about_block {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }
  .form_group_big .about_block .form_block {
    padding: 30px 20px 40px 20px;
  }
  .form_group_big .about_block .form_block .form_block_p {
    margin-bottom: 40px;
  }
  .form_group_big .about_block .item_form .item {
    max-width: 90%;
    margin: 0 auto;
  }
  .form_group_big {
    padding-bottom: 71px;
    margin: 0 auto;
    max-width: 90%;
  }
  footer .about_block .top_menu_footer {
    flex-direction: column;
    gap: 30px;
  }
  footer .about_block .top_menu_footer .menu {
    display: none;
  }
  footer .about_block .top_menu_footer .desc_vers {
    display: none;
  }
  footer .about_block .top_menu_footer .mob_block {
    display: block;
    margin-bottom: 30px;
  }
  footer .about_block .top_menu_footer .contact {
    align-items: flex-start;
  }
  footer .about_block span {
    padding: 0;
    margin-top: 30px;
    border: none;
    justify-content: flex-start;
  }
  .fl .about_block .img_home_delivery {
    width: 385px;
    height: 373px;
    left: 50%;
    top: 66%;
    transform: translateX(-50%);
  }
  .fl .about_block h2 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
  }
  .fl .about_block h3 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
  }
  .fl .about_block h4 {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
  }
  .fl .about_block a {
    margin: 0 auto;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 20;
  }
  .home_business {
    margin-top: 60px;
  }
  .home_modern_delivery {
    margin-top: 110px;
  }
  .fl {
    padding: 120px 0 220px 0;
  }
  .delivery_items .about_block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .delivery_items .about_block .item img {
    width: 60px;
    height: 60px;
  }
  .delivery_items .about_block .item {
    padding: 34px 16px 16px 26px;
    height: 172px;
    max-width: 90%;
  }
  .delivery_items {
    padding-bottom: 50px;
  }
  .how_to_send_parcel .about_block .cards_group_parcel {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .how_to_send_parcel {
    padding-bottom: 50px;
  }
  .products_parcel_page {
    padding-bottom: 50px;
  }
  .frequently_questions {
    padding-bottom: 50px;
  }
  .frequently_questions .about_block .questions_block .accordion-item {
    padding-bottom: 20px;
  }
  .frequently_questions .about_block .questions_block .accordion {
    gap: 24px;
  }
  .form_group_big .about_block .form_block .radio-group,
  .form_group_big .about_block .form_block .radio-group p {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .home_business .about_block .text_block h3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0%;
    margin-bottom: 20px;
  }
  .home_business .about_block .text_block h3 span {
    font-size: 50px;
  }
  .home_business .about_block .text_block h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 20;
  }
  .home_business .about_block .img_home_business {
    width: 100%;
    max-width: 400px;
    height: 419px;
    position: static;
    order: 2;
    display: flex;
    margin: 0 auto;
    margin-top: -50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home_business .about_block {
    display: flex;
    flex-direction: column;
  }
  .home_business .about_block .text_block {
    order: 1;
    margin: 0;
  }
  .home_business .about_block .cards_business {
    order: 3;
    flex-wrap: wrap;
    margin-top: -50px;
  }
  .home_business .about_block .text_block a {
    display: none;
  }
  .home_business .about_block .cards_business .card_block {
    max-width: 90%;
    width: 90%;
  }
  .home_business .about_block .cards_business .card_block .img_card_business {
    display: none;
  }
  .home_business .about_block {
    padding: 50px 0 24px 0;
  }
  .cdek_you_send {
    padding: 70px 0;
  }
  .cdek_you_send .about_block h2 {
    margin-bottom: 50px;
  }
  .cdek_you_send .about_block .cards-grid .card_send {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
  }
  .cdek_you_send .about_block .cards-grid {
    display: flex;
    flex-direction: column;
  }
  .cdek_you_send .about_block .cards-grid .card_send img {
    order: 1;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cdek_you_send .about_block .cards-grid .card_send h3 {
    order: 2;
    max-width: 100%;
  }
  .cdek_you_send .about_block .cards-grid .card_send p {
    order: 3;
  }
  .cdek_you_send .about_block .cards-grid .card_send .text_card {
    order: 2;
    max-width: 100%;
  }
  .go_bizness_conditions .about_block .title_block .img_title {
    display: none;
  }
  .go_bizness_conditions .about_block .title_block {
    flex-direction: column;
  }
  .go_bizness_conditions .about_block .title_block .left_text h2::after {
    display: none;
  }
  .go_bizness_conditions .about_block .title_block .left_text h3 {
    font-size: 50px;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  .go_bizness_conditions .about_block .title_block .left_text h2 {
    font-size: 60px;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  .go_bizness_conditions .about_block .title_block .left_text h2 br {
    display: none;
  }
  .go_bizness_conditions .about_block .title_block .left_text {
    margin: 0;
  }
  .go_bizness_conditions .about_block .title_block h4 {
    margin: 0;
    max-width: 100%;
  }
  .go_bizness_conditions .about_block .title_block h4 br {
    display: none;
  }
  .calculator_business_az {
    margin-top: 40px;
  }
  .go_bizness_conditions .about_block .title_block h4 {
    font-size: 20px;
    line-height: normal;
  }
  .cdek_services_practical .about_block .block_cards {
    flex-wrap: wrap;
    gap: 24px;
  }
  .cdek_services_practical .about_block .block_cards .item {
    height: auto;
    margin: 0 auto;
    padding: 20px;
    max-width: 90%;
  }
  .cdek_services_practical {
    padding-bottom: 50px;
  }
  .frequently_questions .about_block .questions_block .accordion-body {
    padding: 25px 35px 24px 20px;
  }
  .home_modern_delivery .about_block {
    padding: 50px 0 350px 0;
  }
  .home_modern_delivery .about_block .text_block h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home_modern_delivery .about_block img {
    width: 235px;
    height: 353px;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
  .home_modern_delivery .about_block .text_block h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_modern_delivery .about_block .text_block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
  }
  .home_modern_delivery .about_block .text_block a {
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
  .profitable_for_seller {
    padding: 50px 0;
  }
  .profitable_for_seller .about_block .items_profitable {
    flex-direction: column;
    display: flex;
  }
  .profitable_for_seller .about_block .items_profitable .item {
    width: 100% !important;
    height: auto !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    max-width: 500px;
    margin: 0 auto;
  }
  .profitable_for_seller .about_block .items_profitable .item h3{
    text-align: center;
    margin: 0 auto;
  }
  .profitable_for_seller .about_block .items_profitable .item p {
    max-width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }
  .profitable_for_seller .about_block .items_profitable .item img {
    position: static !important;
  }
  .profitable_for_seller .about_block .items_profitable .item h3 {
    margin-bottom: 22px;
    margin-top: 22px;
  }
  .profitable_for_seller .about_block .items_profitable .item:nth-child(1) {
    flex-direction: column !important;
  }
  .convenient_for_buyer .about_block .items_for_buyers {
    display: flex;
    flex-direction: column;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item {
    width: 100% !important;
    height: auto !important;
    max-width: 500px;
    margin: 0 auto;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item img {
    position: static !important;
    display: block;
    margin: 0 auto;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(4) {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .convenient_for_buyer .about_block .items_for_buyers .item:nth-child(1) {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .convenient_for_buyer {
    padding-bottom: 50px;
  }
  .arrange_delivery .about_block .cards_block_arrange {
    justify-content: center;
    gap: 20px;
    align-items: unset;
  }
  .arrange_delivery .about_block .cards_block_arrange .card_arrange {
    height: auto;
    max-width: 550px;
    width: 90%;
  }
  .arrange_delivery .about_block .cards_block_arrange .card_arrange a {
    position: static;
    display: flex;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }
  .arrange_delivery {
    padding-bottom: 50px;
  }
  .improve_business .about_block .block_cards_improve .bg_cards {
    display: none;
  }
  .improve_business .about_block {
    flex-direction: column;
    gap: 40px;
  }
  .improve_business .about_block .title_block h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
  .improve_business .about_block .title_block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
  .improve_business .about_block .title_block span {
    text-align: center;
    display: block;
  }
  .improve_business .about_block .block_cards_improve {
    justify-content: center;
  }
  .improve_business {
    padding-bottom: 50px;
  }
  .form_group_big .about_block .form_block h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .home_franchise .about_block .left_text .title_main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .home_franchise .about_block .left_text h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
  }
  .home_franchise .about_block .left_text .title_main h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 120px;
    line-height: 100px;
    letter-spacing: 0%;
    text-align: center;
  }
  .home_franchise .about_block .left_text .title_main h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .home_franchise .about_block .left_text .title_main h4 br {
    display: none;
  }
  .home_franchise .about_block .left_text .title_main h4 span {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home_franchise .about_block .img_home {
    width: 300px;
    height: 300px;
  }
  .home_franchise .about_block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home_franchise .about_block .left_text h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_franchise .about_block .left_text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;
  }
  .home_franchise .about_block .left_text a {
    margin: 0 auto;
  }
  .home_franchise {
    padding: 20px 0 50px 0;
  }
  .group_items_franchise .about_block {
    justify-content: normal;
    display: grid;
    gap: 24px;
  }
  .group_items_franchise .about_block .item {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .group_items_franchise {
    padding-bottom: 70px;
  }

  .how_will_earn {
    padding: 0 0 50px ;
  }
  .how_will_earn .about_block .title_block {
    width: 100%;
    height: auto;
    background-image: none;
    position: static;
    transform: none;
    gap: 0;
  }
  .how_will_earn .about_block .title_block h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
  }
  .how_will_earn .about_block .title_block h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 68px;
  }
  .how_will_earn .about_block .block_inf_earn .img_men {
    display: none;
  }
  .how_will_earn .about_block .block_inf_earn {
    flex-direction: column;
    gap: 80px;
    padding: 60px 15px 60px 30px;
    max-width: 500px;
    margin: 0 auto;
  }
  .how_will_earn .about_block .block_inf_earn .text_block p br {
    display: none;
  }


  .offers_azrebaijan .about_block h2,
  .offers_azrebaijan .about_block .title_block {
    text-align: center;
  }
  .offers_azrebaijan .about_block .cards_offers .card_block {
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
  }
  
  .offers_azrebaijan .about_block .cards_offers .card_block img {
    display: none;
  }
  .offers_azrebaijan .about_block span {
    margin-top: 20px;
  }
  .offices_countries .about_block {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
  }
  .offices_countries .about_block .title_block h3 {
    font-size: 30px;
    line-height: normal;
    text-align: center;
  }
  .offices_countries .about_block .title_block h4 {
    font-size: 30px;
    line-height: normal;
    text-align: center;
  }
  .offices_countries .about_block .title_block h5 {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .offices_countries .about_block .title_block h6 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }
  .offices_countries .about_block .block_cards_offices .card_offices {
    max-width: 500px;
    margin: 0 auto;
  }
  .offers_azrebaijan {
    padding-bottom: 50px;
  }
  .offices_countries {
    padding-bottom: 50px;
  }
  .success_stories .about_block .cards_success {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .success_stories .about_block .cards_success .card_block{
    width: 90%;
  }
  .success_stories {
    padding-bottom: 50px;
  }
  .form_offers .about_block .starting_business_items h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .form_offers .about_block .starting_business_items .item_form_starting {
    padding: 0 20px;
  }
  .form_offers .about_block .starting_business_items .item_form_starting .item {
    margin: 0 auto;
    width: 48%;
    min-width: 400px;
  }
  .about_block .cards_group .card_help {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
  }
  .about_block .cards_group .card_help ul li a {
    line-height: 30px;
  }
  .home_help_courier {
    padding: 110px 0 50px 0;
  }
  .home_help_courier .about_block {
    flex-wrap: wrap;
    gap: 40px;
  }
  .home_help_courier .about_block .cards_group_left {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    max-height: 250px;
  }
  .home_help_courier .about_block .cards_group_left .card_help .title_card {
    gap: 10px;
  }
  .home_help_courier .about_block .cards_group_left .card_help .title_card img {
    width: 24px;
  }
  .home_help_courier .about_block .group_text_with_courier h2 {
    margin: 20px 0;
  }
  .home_help_courier .about_block .group_text_with_courier p {
    line-height: 30px;
  }
  .about_block .cards_contacts_group .card_contact {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
    padding: 20px;
  }
  .about_block .cards_contacts_group .card_contact .contact_numbers {
    flex-wrap: wrap;
    gap: 20px;
  }
  .calculate_cos_delivery {
    padding: 110px 0 40px 0;
  }
  .calculate_cos_delivery .about_block .title_text {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .calculate_cos_delivery .about_block .calculate_form_group .left_form {
    max-width: 500px;
    margin: 0 auto;
    height: auto;
    padding: 20px;
  }
  .calculate_cos_delivery .about_block .calculate_form_group {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group input {
    width: 100%;
  }
  .calculate_cos_delivery .about_block .calculate_form_group .left_form form .input_group {
    margin: 0;
    max-width: 100%;
  }
  .calculate_cos_delivery .about_block .calculate_form_group .left_form form select {
    max-width: 100%;
  }
  .calculate_cos_delivery .about_block .calculate_form_group .text_calculate {
    max-width: 500px;
    height: auto;
  }
  .traking_home {
    padding: 110px 0 50px 0;
  }
  .traking_home .about_block h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .home_personal_blog {
    margin-top: 80px;
  }
  .traking_home .about_block .search_parcel a {
    margin-top: 20px;
    margin-left: 0;
  }
  .traking_home .about_block .search_parcel .search {
    width: 100%;
  }
  .traking_home .about_block .search_parcel .search input {
    max-width: 100%;
  }
  .traking_home .about_block .search_parcel {
    padding: 20px;
    height: auto;
  }
  .typ_documents {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  .typ_documents a {
    padding: 10px 16px;
  }
  .documents_for_receiving .about_block h2 {
    margin-bottom: 30px;
  }

  .home_personal_blog .about_block {
    padding: 40px 0;
  }
  .home_personal_blog .about_block .text_block h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_personal_blog .about_block .text_block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_personal_blog .about_block .text_block a {
    margin: 0 auto;
  }
  .home_personal_blog .about_block .group_img_home .img_home .bg_img {
    width: 250px;
    height: 375px;
    position: absolute;
    left: 50%;
    transform: translateX(-90px);
  }
  .home_personal_blog .about_block .group_img_home .img_home .img_home {
    width: 236px;
    height: 362px;
    position: relative;
    z-index: 20;
  }
  .home_personal_blog .about_block .group_img_home {
    position: static;
  }
  .home_personal_blog .about_block .group_img_home .img_home {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .home_personal_blog .about_block .text_block {
    margin: 0 auto;
  }
  .home_personal_blog .about_block .cards_block {
    padding: 0;
    margin-top: 13px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .profitable_for_seller .about_block .items_profitable .text_item{
    text-align: center;
  }
  .profitable_for_seller .about_block .items_profitable .item img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .how_register_account .about_block h2 {
    font-size: 30px;
  }
  .how_register_account .about_block .cards_register {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .form_personal_blog_page .about_block .item_form {
    padding-top: 20px;
  }

  .shipping_rates_group .type_rates {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .shipping_rates_group .type_rates a {
    padding: 10px 16px;
  }
  .shipping_rates_group .rates .rules_documents {
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
  .shipping_rates_group .rates .bottom_delivery_inf {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .shipping_rates_group .rates .bottom_delivery_inf .text_how_button a {
    padding: 15px 20px;
  }
  .shipping_rates_group .rates .bottom_delivery_inf .text_how_button p {
    margin-bottom: 20px;
  }
  .shipping_rates_group .rates .top_inf_texts {
    flex-wrap: wrap;
  }
  .home_packaging {
    padding: 0 0 50px 0;
  }
  .home_packaging .about_block h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .title_block {
    font-size: 20px;
    line-height: 30px;
  }
  .top_big_toggle {
    padding: 30px 0 50px 0;
  }
  .home_packaging .about_block .packaging_rules {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cards_product_second_block .card_product {
    max-width: 800px;
    margin: 0 auto;
    min-height: auto;
    width: 100%;
  }
  .cards_product_second_block .card_product .top_group_text {
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }
  .cards_product_second_block {
    padding-bottom: 50px;
  }
  .home_packaging .about_block .inner_packaging h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .stock_block {
    margin: 0;
    padding: 110px 0 50px 0;
  }
  .stock_block .about_block h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .stock_block .about_block .items_promotions {
    justify-content: center;
  }
  .form_conclude_agreement {
    padding: 110px 0 50px 0;
  }
  .form_conclude_agreement .about_block .left_text h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  .form_conclude_agreement .about_block .left_text h2 br {
    display: none;
  }
  .form_conclude_agreement .about_block {
    flex-direction: column;
    gap: 40px;
  }
  .form_conclude_agreement .about_block .left_text {
    margin: 0 auto;
  }
  .form_conclude_agreement .about_block .left_text h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .form_conclude_agreement .about_block .left_text h3 br {
    display: none;
  }
  .form_conclude_agreement .about_block .img_conclude {
    display: none;
  }
  .form_conclude_agreement .about_block .wpcf7,
  .form_conclude_agreement .about_block form {
    margin: 0 auto;
    padding: 20px;
  }
  .form_conclude_agreement .about_block form h3 {
    margin-bottom: 40px;
  }
  .form_conclude_agreement .about_block form .input_group input {
    width: 100%;
  }
  .simple_block {
    padding: 110px 0 50px 0;
  }
  .simple_block .about_block .text_block h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .simple_block .about_block .text_block p {
    line-height: 30px;
  }
  .simple_block .about_block .text_block h3 {
    padding: 0;
  }
}

/* @media (max-width: 600px) */

@media (max-width: 600px) {
  .current_promotions .about_block .items_promotions .item {
    width: 100%;
  }
  .current_promotions .about_block .items_promotions .item .text_block h2 {
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
  }
  .current_promotions .about_block .items_promotions .item .text_block .inf_promo {
    margin: 0;
    display: block;
  }
  .current_promotions .about_block .items_promotions .item .text_block .inf_promo h3 {
    padding: 0;
    margin: 15px auto;
    text-align: center;
  }
  .current_promotions .about_block .items_promotions .item .text_block .inf_promo h4 {
    font-size: 80px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    line-height: 1;
  }
  .current_promotions .about_block .items_promotions .item .text_block .get_cdek {
    margin: 10px auto;
  }

  .shipping_rates_group .rates .bottom_delivery_inf .text_how_button {
    margin: 0 auto;
  }

}