html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #000;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background-color: #DA1A00;
  width: 3px;
}

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

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
}

.tab_content {
  display: none;
}

.dropdown {
  display: inline-block;
  position: relative;
  z-index: 222;
}
.dropdown button {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  gap: 3px;
}
.dropdown button .img img {
  padding-bottom: 2px;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
}

.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #00A4BD;
}

.green {
  color: #2c2761;
}

.red {
  color: #E61515;
}

.black {
  color: #ffffff;
}

.main_part .name_input {
  width: 31%;
}
.main_part .input_tel {
  display: block;
  width: 300px;
}
.main_part .form_block {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}
.main_part .form_block input {
  outline: none;
  border: 1px solid #00AD00;
  background: #FFF;
  height: 57px;
  padding-left: 20px;
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_part .form_block input::-moz-placeholder {
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_part .form_block input::placeholder {
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_part .tel_input {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
  width: 100%;
}
.main_part .nice-select {
  border: none;
  padding: 0 auto 0 0;
  padding-left: 5px;
  padding-right: 20px;
  position: absolute;
  left: 6px;
  top: 9px;
  background-color: transparent;
}
.main_part .nice-select::after {
  border: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(0deg);
  background-image: url(../images/deliver_arrow.svg);
}
.main_part .form_block .input_tel {
  padding-left: 50px;
  width: 100%;
}
.main_part .current img {
  width: 21px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main_part .nice-select .option {
  padding: 5px;
}
.main_part .nice-select .option img {
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main_part .nice-select .list {
  border-radius: 1px;
  margin-top: -11px;
}
.main_part .button_wrap {
  width: 100%;
}
.main_part .submit_btn {
  padding: 17px 65px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #00AD00;
  border: none;
  outline: none;
  margin-bottom: 6px;
  width: 100%;
}
.main_part .form_wrap {
  border-radius: 7px;
  background: #F2F2F2;
  padding: 50px 65px 5px 65px;
}
.main_part .form_rule {
  color: #B2B2B2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  width: 215px;
}

header {
  margin-bottom: 65px;
  padding-top: 10px;
  transition: all ease-in 0.2s;
}
header.active {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .header_block {
  padding: 15px 20px 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7px;
  border: 1px solid #2c2761;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
header .header_left {
  display: flex;
  align-items: center;
  gap: 22px;
}
header .header_menus {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
}
header .header_menus li a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  transition: all 0.4s ease-in-out;
  -webkit-text-fill-color: transparent;
}
header .header_menus li a::before {
  content: "";
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1.5px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
header .header_menus li a:hover {
  background-position: 0;
}
header .header_menus li a:hover::before {
  width: 100%;
}
header .header_contact .current,
header .nice-select .option,
header .header_contact .nice-select .option.focus, header .nice-select .option.selected.focus {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding-top: 3px;
  line-height: normal;
}
header .header_contact .current img,
header .nice-select .option img,
header .header_contact .nice-select .option.focus img, header .nice-select .option.selected.focus img {
  width: 16px;
}
header .language .header_contact .nice-select .option.focus, header .language .nice-select .option.selected.focus {
  align-items: center;
  display: flex;
}
header .language .nice-select {
  padding: 8px 25px 8px 12px;
  border-radius: 7px;
  border: 1px solid #000;
  background: #FFF;
}
header .language .nice-select.nice-select::after {
  border-bottom: unset;
  border-right: unset;
  content: "";
  margin-top: -3px;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: rotate(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/lang_arrow.svg);
}
header .language .nice-select.nice-select.open::after {
  transform: rotate(180deg);
  margin-top: -8px;
}
header .header_contact {
  display: flex;
  align-items: center;
  gap: 11px;
}
header .tel {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 9px 15px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 7px;
  border: 1px solid #000;
  background: #00AD00;
}

.hero {
  margin-bottom: 145px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  height: 193px;
  width: 25px;
  background-color: #F2F2F2;
}
.hero .hero_title {
  color: #000;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.023%; /* 53.334px */
  max-width: 730px;
  margin-bottom: 22px;
}
.hero .hero_desc {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 505px;
  margin-bottom: 27px;
}
.hero .hero_buttons {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 55px;
}
.hero .agreement {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 35px;
  border-radius: 4px;
  background: #2c2761;
}
.hero .top_pattern {
  position: absolute;
  right: 80px;
  top: -125px;
}
.hero .call {
  color: #2c2761;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 35px;
  border-radius: 4px;
  border: 1px solid #2c2761;
  background: #FFF;
}

.statistics {
  margin-bottom: 145px;
}
.statistics .statistic_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 27px;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 35px;
}
.statistics .statistic_name {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.statistics .stat_top_desc {
  color: #535858;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 535px;
}
.statistics .statistic_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.statistics .stat_item {
  flex: 0 0 auto;
  width: calc(25% - 12px);
  border-radius: 7px;
  background: #F2F2F2;
  padding: 23px 22px 43px 27px;
  position: relative;
}
.statistics .stat_item::after {
  content: "";
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 42px);
  height: 1px;
  background-color: #2c2761;
}
.statistics .stat_count {
  color: #2c2761;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.statistics .stat_wrap {
  padding-left: 6px;
}
.statistics .stat_item_desc {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 14px;
}

.delivery_form_section.main_part.special {
  margin-bottom: 145px;
}
.delivery_form_section.main_part.special .form_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery_form_section.main_part.special .name_input {
  width: 88%;
}
.delivery_form_section.main_part.special .input_tel {
  display: block;
  width: 300px;
}
.delivery_form_section.main_part.special .form_block {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}
.delivery_form_section.main_part.special .form_block input {
  outline: none;
  border: 1px solid #00AD00;
  background: #FFF;
  height: 57px;
  padding-left: 20px;
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.delivery_form_section.main_part.special .form_block input::-moz-placeholder {
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.delivery_form_section.main_part.special .form_block input::placeholder {
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.delivery_form_section.main_part.special .tel_input {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
.delivery_form_section.main_part.special .nice-select {
  border: none;
  padding: 0 auto 0 0;
  padding-left: 5px;
  padding-right: 20px;
  position: absolute;
  left: 6px;
  top: 9px;
  background-color: transparent;
}
.delivery_form_section.main_part.special .nice-select::after {
  border: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(0deg);
  background-image: url(../images/deliver_arrow.svg);
}
.delivery_form_section.main_part.special .form_block .input_tel {
  padding-left: 50px;
}
.delivery_form_section.main_part.special .current img {
  width: 21px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.delivery_form_section.main_part.special .nice-select .option {
  padding: 5px;
}
.delivery_form_section.main_part.special .nice-select .option img {
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.delivery_form_section.main_part.special .nice-select .list {
  border-radius: 1px;
  margin-top: -11px;
}
.delivery_form_section.main_part.special .submit_btn {
  padding: 17px 65px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #00AD00;
  border: none;
  outline: none;
  margin-bottom: 6px;
}
.delivery_form_section.main_part.special .form_rule {
  color: #B2B2B2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  width: 215px;
}
.delivery_form_section.main_part.special .form_wrap {
  border-radius: 7px;
  background: #F2F2F2;
  padding: 50px 65px 5px 65px;
}
.delivery_form_section.main_part.special .form_title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 105.523%; /* 33.767px */
  margin-bottom: 22px;
}
.delivery_form_section.main_part.special .form_desc {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.023%; /* 20.164px */
  margin-bottom: 15px;
}

.cantract {
  background: #2c2761;
  padding: 145px 0;
}
.cantract .cantract_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cantract .cantract_title {
  color: #FFF;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.523%; /* 41.64px */
}
.cantract .cantract_top {
  margin-bottom: 50px;
}
.cantract .cantract_desc {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 495px;
}
.cantract .cantract_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cantract .cantract_item {
  flex: 0 0 auto;
  width: calc(33.33% - 45px);
  padding: 19px 17px 14px 25px;
  background: #FFF;
  height: 165px;
}
.cantract .cantract_img {
  margin-bottom: 10px;
}
.cantract .cantract_name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}
.cantract .cantract_item_desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cantract .cantract_bottom {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advantages {
  background: #1D1D1D;
  padding: 145px 0;
}
.advantages .advantages_title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}
.advantages .advantages_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 105px;
}
.advantages .advantages_item {
  flex: 0 0 auto;
  width: calc(25% - 14px);
  padding: 22px 22px 25px 25px;
  background: #FFF;
}
.advantages .advan_img {
  margin-bottom: 10px;
}
.advantages .advan_desc {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.523%; /* 17.684px */
}
.advantages .agree_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantages .agree_item {
  flex: 0 0 auto;
  width: calc(50% - 18px);
  border-radius: 4px;
  background: #FFF;
  padding: 37px 37px 55px 37px;
  height: 565px;
}
.advantages .agree_title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100.023%; /* 32.007px */
  margin-bottom: 22px;
}
.advantages .agree_list {
  margin-bottom: 45px;
}
.advantages .agree_list li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.023%; /* 17.444px */
}
.advantages .agree_btn {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  background: #00AD00;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid transparent;
  transition: all ease-in 0.2s;
}
.advantages .agree_btn:hover {
  background-color: transparent;
  border: 1px solid #00AD00;
  color: #00AD00;
}

.express {
  padding: 147px 0;
}
.express .express_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.express .express_item {
  flex: 0 0 auto;
  width: calc(50% - 17px);
  height: 530px;
}
.express .express_left {
  background-image: url(../images/express_left_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 58px 22px 235px 28px;
}
.express .express_left_title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.523%; /* 28.967px */
  margin-bottom: 32px;
}
.express .express_left_nav {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 151.023%; /* 24.164px */
}
.express .submit_btn {
  margin-bottom: 16px;
}
.express .express_right {
  padding: 58px 38px 57px 37px;
  border-radius: 4px;
  background: #F2F2F2;
}
.express .express_right_title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.523%; /* 28.967px */
  margin-bottom: 27px;
}
.express .express_right_desc {
  color: #535858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.023%; /* 20.644px */
  max-width: 285px;
  margin-bottom: 24px;
}
.express .form_block {
  flex-direction: column;
  gap: 13px;
}
.express .form_block input {
  width: 100%;
}

.speed {
  background: #F2F2F2;
  padding: 150px 0;
}
.speed .speed_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
  margin-bottom: 55px;
  border-bottom: 1px solid #B2B2B2;
}
.speed .speed_title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.023%;
  max-width: 490px;
}
.speed .speed_desc {
  color: #535858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 465px;
  line-height: 119.023%; /* 21.424px */
}
.speed .speed_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 21px 0;
  margin-bottom: 40px;
}
.speed .speed_item {
  flex: 0 0 auto;
  width: calc(25% - 15px);
  border-radius: 4px;
  background: #FFF;
  padding: 40px 0 47px 22px;
  height: 215px;
}
.speed .speed_item.big {
  background-color: transparent;
  flex: 0 0 auto;
  width: 49%;
  padding: 0;
}
.speed .main_bg img {
  width: 100%;
}
.speed .speed_item_img {
  margin-bottom: 15px;
}
.speed .speed_item_name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.speed .speed_item_desc {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 119.023%; /* 16.663px */
  max-width: 155px;
}
.speed .tel_input {
  width: 80%;
}
.speed .name_input {
  width: 70%;
}

.tarif {
  padding: 145px 0;
}
.tarif .tarif_title {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.tarif .tab_navigation {
  display: flex;
  align-items: center;
  gap: 113px;
  margin-bottom: 25px;
}
.tarif .tab_navigation li {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all ease-in 0.2s;
}
.tarif .tab_navigation li.active {
  color: #00AD00;
  position: relative;
}
.tarif .tab_navigation li.active::after {
  content: " ";
  position: absolute;
  bottom: -28.8px;
  width: 206px;
  left: 0;
  height: 4px;
  background-color: #00AD00;
}
.tarif .tarif_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 35px;
  border-top: 4px solid #B2B2B2;
  padding-top: 35px;
}
.tarif .tarif_item {
  height: 190px;
  border-radius: 4px 4px 0px 0px;
  flex: 0 0 auto;
  width: calc(50% - 15px);
  border: 1px solid #535858;
  background: #FFF;
}
.tarif .tab_content_wrapper {
  width: 100%;
}
.tarif .last.tarif_top {
  gap: 30px;
}
.tarif .tarif_top {
  border-radius: 4px 4px 0px 0px;
  background: #535858;
  padding: 14px 24px 14px 27px;
  margin-bottom: 30px;
}
.tarif .tarif_top {
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 2px 2px 0 0;
  justify-content: space-between;
}
.tarif .tarif_item_name {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tarif .tarif_item_detail {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tarif .tarif_continue {
  padding: 5px 12px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #00AD00;
}
.tarif .tarif_weight {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tarif .tarif_body {
  padding: 0 40px 43px 47px;
  display: flex;
  align-items: center;
}
.tarif .tarif_body.lastly {
  padding: 0 30px 43px 30px;
  gap: 10px;
}
.tarif .tarif_body .left_date,
.tarif .tarif_body .right_name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.tarif .tarif_body .tarif_item_left {
  flex: 0 0 auto;
  width: 52%;
}
.tarif .tarif_body .left_desc,
.tarif .tarif_body .right_desc {
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 102.523%; /* 14.353px */
}
.tarif .tarif_agree {
  padding: 22px 0 21px 0;
  border-radius: 4px;
  background: #00AD00;
  text-align: center;
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.foreign {
  margin-bottom: 75px;
}
.foreign .foreign_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.foreign .top_left_title {
  color: #2c2761;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 94.023%; /* 41.37px */
  margin-bottom: 25px;
}
.foreign .top_left_desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.foreign .top_left_desc p {
  max-width: 380px;
  color: #535858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.foreign .foreign_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 17px 0;
  margin-bottom: 75px;
}
.foreign .foreign_item {
  flex: 0 0 auto;
  width: calc(50% - 20px);
  border-radius: 4px;
  background: #F2F2F2;
  padding: 28px 0 33px 27px;
  height: 210px;
}
.foreign .foreign_icon {
  margin-bottom: 15px;
}
.foreign .international_name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.foreign .international_desc {
  color: #535858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: 440px;
  line-height: 112.523%; /* 15.753px */
}
.foreign .tel_input {
  width: 80%;
}
.foreign .name_input {
  width: 70%;
}

.country {
  margin-bottom: 75px;
}
.country .country_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.country .country_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 5px;
}
.country .country_nav {
  list-style: disc;
  list-style-position: inside;
}
.country .country_nav li {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.523%; /* 18.004px */
}

footer {
  background: #F2F2F2;
  padding: 143px 0 106px 0;
}
footer .footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 15px;
}
footer .footer_top .form_block {
  flex-direction: column;
  gap: 13px;
}
footer .footer_top .form_wrapper {
  flex: 0 0 auto;
  width: 37.8%;
}
footer .footer_top .form_name {
  color: #00AD00;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
footer .footer_top .form_desc {
  color: #535858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.023%; /* 19.684px */
  margin-bottom: 25px;
  max-width: 285px;
}
footer .footer_top .name_input {
  width: 100%;
}
footer .footer_top .input {
  width: 100%;
}
footer .footer_top .submit_btn {
  margin-bottom: 28px;
}
footer .footer_navigations {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
footer .nav_item li {
  margin-bottom: 8px;
}
footer .nav_item li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.523%; /* 18.004px */
}
footer .nav_item li.nav_name {
  margin-bottom: 22px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 112.523%; /* 20.254px */
}
footer .footer_bottom_rule {
  color: #B2B2B2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer_bottom_rule span {
  border-bottom: 1px solid #A9A9A9;
}

.first_modal.second .modal-content {
  padding: 34px 41px 60px 42px;
}
.first_modal .form_block {
  flex-direction: column;
  gap: 22px;
}
.first_modal .form_block .name_input, .first_modal .form_block .input {
  width: 100%;
}
.first_modal.modal .modal-dialog {
  max-width: 520px;
}
.first_modal .modal-content {
  padding: 37px 42px 33px 42px;
  border-radius: 0;
}
.first_modal .modal-body {
  padding: 0;
}
.first_modal .first_title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  letter-spacing: -0.32px;
}
.first_modal .first_desc {
  max-width: 365px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  margin: 0 auto 15px auto;
  text-align: center;
}
.first_modal .thanks {
  color: #00AD00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
  margin-top: 34px;
}

.container {
  max-width: 1100px;
}

.hero_img img {
  width: 100%;
}

@media (max-width: 1401px) {
  .speed .speed_item {
    height: 210px;
  }
  .advantages .advantages_item {
    height: 180px;
  }
}
@media (max-width: 1201px) {
  .container {
    max-width: 960px;
  }
  .hero .top_pattern {
    display: none;
  }
  .top_right_img img {
    width: 100%;
  }
  .foreign .foreign_item {
    padding: 28px 20px 33px 27px;
  }
  .tarif .tarif_body {
    padding: 0 10px 43px 10px;
  }
  .tarif .tarif_item {
    height: 205px;
  }
  .tarif .tab_navigation {
    gap: 100px;
  }
  .tarif .tarif_top {
    gap: 40px;
  }
  .speed .speed_item {
    height: 185px;
    padding: 20px 0 20px 22px;
  }
  .cantract .cantract_item {
    padding: 9px 10px 14px 15px;
  }
  .delivery_form_section.main_part.special .submit_btn {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
    padding: 0;
  }
  body.active {
    height: 200vh;
    overflow: hidden;
    position: relative;
  }
  body.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background-color: rgba(0, 0, 0, 0.3803921569);
    z-index: 3;
  }
  header .header_menus {
    position: fixed;
    padding-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: -100%;
    width: 65%;
    height: 100vh;
    background-color: #fff;
    z-index: 22;
    transition: all ease-in 0.3s;
  }
  header .header_menus.active {
    right: 0;
  }
  .close_img {
    position: absolute;
    top: 24px;
    right: 31px;
    z-index: 2222;
  }
  .close_img i {
    font-size: 42px;
  }
  header .header_menus li a,
  .dropdown button,
  .dropdown-content a {
    font-size: 25px;
  }
  .main_part .submit_btn {
    padding: 17px 30px;
  }
  .hero .hero_title {
    font-size: 57px;
  }
  header .tel {
    padding: 11px 15px;
  }
  .hero {
    margin-bottom: 60px;
  }
  .statistics .statistic_block {
    gap: 20px 0;
  }
  .statistics .stat_item {
    width: calc(25% + 50px);
  }
  .statistics,
  .delivery_form_section.main_part.special {
    margin-bottom: 100px;
  }
  .delivery_form_section.main_part.special .form_block {
    flex-direction: column;
  }
  .delivery_form_section.main_part.special .form_block .input_tel,
  .delivery_form_section.main_part.special .form_block input {
    width: 100%;
  }
  .delivery_form_section.main_part.special .form_wrap {
    padding: 40px 40px 30px 30px;
  }
  .cantract,
  footer,
  .tarif,
  .speed,
  .express,
  .advantages {
    padding: 70px 0;
  }
  .cantract .cantract_top,
  .speed .speed_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .advantages .agree_item {
    padding: 30px 30px 30px 25px;
    height: 580px;
  }
  .advantages .agree_title {
    font-size: 28px;
  }
  .advantages .advantages_block {
    margin-bottom: 80px;
    gap: 20px;
  }
  .advantages .advantages_item {
    width: calc(50% - 14px);
  }
  footer .footer_top .form_wrapper {
    flex: 0 0 auto;
    width: 70.8%;
  }
  .cantract .cantract_block {
    flex-direction: column;
    gap: 25px;
  }
  .cantract .cantract_item {
    width: calc(60.33% - 45px);
  }
  .cantract_arrow {
    transform: rotate(90deg) translate(0px, -20px);
  }
  footer .footer_top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main_part .form_block {
    gap: 15px;
    flex-direction: column;
  }
  .main_part .form_block input,
  .foreign .tel_input,
  .speed .tel_input {
    width: 100%;
  }
  .foreign .foreign_item {
    padding: 10px 11px 10px 20px;
  }
  .tarif .tarif_item {
    width: 85%;
  }
  .tarif .tarif_block {
    justify-content: center;
  }
  .tarif .tarif_item_detail {
    gap: 90px;
  }
  .tarif .tab_navigation {
    gap: 40px;
  }
  .tarif .tab_navigation li.active::after {
    width: 125px;
  }
  .speed .speed_item {
    width: calc(51% - 15px);
    height: auto;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 27px;
  }
  .cantract_arrow {
    transform: rotate(0deg) translate(30px, 0px);
  }
  .cantract .cantract_block {
    gap: 10px;
  }
  .hero::after {
    display: none;
  }
  header .header_contact {
    display: none;
  }
  header .header_left {
    justify-content: space-between;
    width: 100%;
  }
  header .header_block {
    padding: 10px 15px 10px 5px;
  }
  header {
    margin-bottom: 30px;
  }
  .hero .hero_title {
    font-size: 52px;
    line-height: 86.023%; /* 44.732px */
    margin-bottom: 18px;
  }
  .hero .hero_desc {
    margin-bottom: 20px;
  }
  .hero .hero_desc {
    max-width: 490px;
  }
  .hero .hero_buttons {
    margin-bottom: 37px;
  }
  .hero .hero_buttons {
    flex-direction: column;
    margin-bottom: 37px;
    gap: 13px;
  }
  .hero .agreement,
  .hero .call {
    text-align: center;
    padding: 15px 0;
    width: 100%;
  }
  .hero {
    margin-bottom: 120px;
  }
  .statistics .statistic_top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .statistics .statistic_top {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .statistics .stat_item,
  .advantages .advantages_item,
  .main_part .form_rule {
    width: 100%;
  }
  .statistics .statistic_block {
    gap: 12px;
  }
  .statistics {
    margin-bottom: 120px;
  }
  .delivery_form_section.main_part.special {
    margin-bottom: 60px;
  }
  .cantract, .tarif {
    padding: 90px 0;
  }
  footer {
    padding: 50px 0;
  }
  .tarif .tab_navigation li {
    white-space: nowrap;
  }
  .tarif .tab_navigation {
    margin-bottom: 0;
    padding-bottom: 25px;
    overflow: auto;
  }
  .tarif .tarif_block {
    border: 0;
  }
  footer .footer_top .form_wrapper {
    width: 100%;
  }
  footer .footer_navigations {
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    flex-direction: column;
  }
  footer .footer_top .form_desc {
    margin-bottom: 15px;
  }
  footer .footer_top {
    padding-bottom: 30px;
  }
  .express .express_left {
    padding: 243px 22px 30px 17px;
  }
  footer .footer_top .form_block {
    margin-bottom: 40px;
  }
  .tarif .tab_navigation {
    position: relative;
  }
  .tarif .tab_navigation::after {
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #B2B2B2;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 3;
  }
  .tarif .tarif_item {
    width: 100%;
  }
  .tarif .tarif_body .tarif_item_left {
    width: 54%;
  }
  .foreign .foreign_item {
    width: 100%;
    padding: 28px 0 27px 27px;
  }
  .foreign .foreign_block {
    margin-bottom: 30px;
  }
  .foreign {
    margin-bottom: 50px;
  }
  .country .country_block {
    flex-wrap: wrap;
    gap: 15px;
  }
  .country_item {
    flex: 0 0 auto;
    width: 40%;
  }
  .foreign .foreign_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .tarif .tab_navigation li.active::after {
    bottom: -24.5px;
    z-index: 123456;
  }
  .express {
    padding: 45px 0;
  }
  .speed {
    padding: 65px 0;
  }
  .advantages {
    padding: 76px 0;
  }
  .cantract .cantract_desc {
    font-size: 18px;
    max-width: 423px;
  }
  .cantract .cantract_top {
    margin-bottom: 20px;
  }
  .cantract .cantract_item {
    width: 100%;
    padding: 20px 0 15px 25px;
    height: auto;
  }
  .express .express_block {
    padding: 15px 15px 25px 15px;
    border-radius: 4px;
    background: #F2F2F2;
    flex-wrap: wrap;
    gap: 35px;
  }
  .express .express_right {
    padding: 0;
  }
  .cantract .cantract_block {
    align-items: flex-start;
  }
  .advantages .agree_list {
    margin-bottom: 22px;
  }
  .express .express_item {
    width: 100%;
    height: auto;
  }
  .speed .speed_title {
    max-width: 400px;
  }
  .speed .speed_top {
    gap: 12px;
    padding-bottom: 23px;
    margin-bottom: 40px;
  }
  .speed .speed_desc {
    max-width: 495px;
  }
  .speed .speed_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .speed .speed_item_desc {
    max-width: 315px;
  }
  .speed .speed_item.big {
    display: none;
  }
  .speed .speed_block {
    gap: 12px;
  }
  .cantract .cantract_item_desc {
    font-size: 14px;
    width: 48%;
  }
  .advantages .advantages_item {
    padding: 15px 0 15px 22px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .advantages .advan_desc {
    max-width: 215px;
  }
  .advantages .agree_block {
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
  }
  .advantages .agree_item {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .hero .hero_title {
    font-size: 37px;
    margin-bottom: 15px;
    line-height: 100.023%;
  }
  .hero {
    margin-bottom: 45px;
  }
  header .header_menus {
    padding-top: 150px;
    width: 80%;
  }
  .cantract .cantract_item_desc {
    width: 60%;
  }
  .tarif .tab_navigation li.active::after {
    bottom: -24.7px;
  }
  .first_modal.modal .modal-dialog {
    max-width: 90%;
    margin: 20px auto;
  }
  .tarif .tarif_item_name {
    font-size: 15px;
  }
  .tarif .tarif_item_detail,
  .tarif .tarif_body {
    gap: 9px;
  }
  .tarif .tarif_body .tarif_item_left {
    width: 53%;
  }
  .tarif .tarif_item {
    height: 175px;
  }
  .tarif .tarif_top {
    margin-bottom: 15px;
  }
  .country .country_item .country_nav.special {
    transform: translate(0px, -55px);
  }
}
@media (max-width: 480px) {
  .hero .hero_title {
    font-size: 27px;
  }
  .hero .hero_desc {
    font-size: 17px;
  }
  header .header_menus {
    width: 100%;
  }
  .first_modal.modal .modal-dialog {
    max-width: 95%;
  }
  .statistics {
    margin-bottom: 50px;
  }
  .delivery_form_section.main_part.special .form_top {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .first_modal .modal-content {
    padding: 30px 20px 30px 20px;
  }
  .cantract .cantract_title {
    font-size: 39px;
  }
  .cantract, .tarif {
    padding: 55px 0;
  }
  .advantages .advantages_item {
    padding: 15px 10px 15px 22px;
  }
  .express .express_block {
    padding: 0;
  }
  .express .express_left {
    padding: 100px 22px 30px 17px;
  }
  .express .express_item {
    padding: 20px 15px 15px 15px;
  }
  .speed .speed_title {
    font-size: 28px;
  }
  .speed .speed_item {
    padding: 20px;
  }
  .tarif .tarif_item_detail {
    flex-direction: column;
  }
  .tarif .tarif_item {
    height: auto;
  }
  .tarif .tarif_top {
    gap: 15px;
  }
  .delivery_form_section.main_part.special .form_wrap {
    padding: 35px 20px 30px 20px;
  }
  .tarif .tarif_top {
    margin-bottom: 20px;
  }
  .tarif .tarif_item_detail, .tarif .tarif_body {
    padding-bottom: 15px;
  }
  .foreign .foreign_item {
    padding: 20px 10px 15px 20px;
    height: 230px;
  }
  .country_item {
    width: 47%;
  }
  .country {
    margin-bottom: 35px;
  }
  .foreign .top_left_title {
    font-size: 35px;
  }
  footer {
    padding: 30px 0;
  }
}/*# sourceMappingURL=main.css.map */