/************************* 1000 px mobile******************************/
@media (max-width:1680px) {
@keyframes showBlock10 {
  0% {
    width: 0;
  }
  100% {
    width: 850px;
  }
}

@keyframes showBlock9 {
  0% {
    width: 0;
  }
  100% {
    width: 615px;
  }
}

@keyframes showBlock8 {
  0% {
    width: 0;
  }
  100% {
    width: 823px;
  }
}

@keyframes showBlock7 {
  0% {
    width: 0;
  }
  100% {
    width: 675px;
  }
}

@keyframes showBlock6 {
  0% {
    width: 0;
  }
  100% {
    width: 810px;
  }
}

@keyframes showBlock5 {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}

@keyframes showBlock4 {
  0% {
    width: 0;
  }
  100% {
    width: 1300px;
  }
}

@keyframes showBlock3 {
  0% {
    width: 0;
  }
  100% {
    width: 1140px;
  }
}

@keyframes showBlock2 {
  0% {
    width: 0;
  }
  100% {
    width: 740px;
  }
}

@keyframes showBlock1 {
  0% {
    width: 0;
  }
  100% {
    width: 675px;
  }
}

@keyframes showBlock {
  0% {
    width: 0;
  }
  100% {
    width: 685px;
  }
}

}
@media (max-width:1440px) {
  div#map,div#map1{
    width: 700px;
  }
  .right_container {
  max-width: 100%;
}
.left_container {
  max-width: 100%;
}
.left_container {
  max-width: 100%;
}
.top_map_container,.bottom_map_container {
  width: 97%;
  justify-content: space-between;
}
@keyframes showBlock10 {
  0% {
    width: 0;
  }
  100% {
    width: 730px; /* 850 - 120 = 730 */
  }
}

@keyframes showBlock9 {
  0% {
    width: 0;
  }
  100% {
    width: 495px; /* 615 - 120 = 495 */
  }
}

@keyframes showBlock8 {
  0% {
    width: 0;
  }
  100% {
    width: 703px; /* 823 - 120 = 703 */
  }
}

@keyframes showBlock7 {
  0% {
    width: 0;
  }
  100% {
    width: 555px; /* 675 - 120 = 555 */
  }
}

@keyframes showBlock6 {
  0% {
    width: 0;
  }
  100% {
    width: 690px; /* 810 - 120 = 690 */
  }
}

@keyframes showBlock5 {
  0% {
    width: 0;
  }
  100% {
    width: 630px; /* 720 - 120 = 600 */
  }
}

@keyframes showBlock4 {
  0% {
    width: 0;
  }
  100% {
    width: 1180px; /* 1300 - 120 = 1180 */
  }
}

@keyframes showBlock3 {
  0% {
    width: 0;
  }
  100% {
    width: 1020px; /* 1140 - 120 = 1020 */
  }
}

@keyframes showBlock2 {
  0% {
    width: 0;
  }
  100% {
    width: 620px; /* 740 - 120 = 620 */
  }
}

@keyframes showBlock1 {
  0% {
    width: 0;
  }
  100% {
    width: 555px; /* 675 - 120 = 555 */
  }
}

@keyframes showBlock {
  0% {
    width: 0;
  }
  100% {
    width: 565px; /* 685 - 120 = 565 */
  }
}
}
@media (max-width:1330px) {
.wrap_number>.five_block {
  position: absolute;
  max-width: 150px;
  top: 37%;
  right: 0;
  transform: translate(0, 0);
 }
}

@media (max-width:1000px) {
.main-block.desktop,.forma,.copyright{
  display: none;
}
header {
  width: 100%;
  height: 55px;
  background-color: #fff;
}
    .container {
        width: 100%;
        max-width: 425px;
        margin:0 auto;
    }
    .contacts {
  padding-right: 0px;
}
    .content-wrapper {
  	max-width: 425px;
    height: 55px;
}
.phone {
  margin-top: 6px;
   z-index: 3000;
}
    .content-wrapper>.logo {
  width: 130px;
  height: 44px;
}
   .content-wrapper>.title {
  display: none;
}
.contacts>.button {
  display: none;
}
.contacts>.phone a {
  font-size: 16px;
  font-weight: 500;
}
  .menu-container {
    top: 5px;
    max-width: 425px;
    background-color: transparent;
    display: flex;
    justify-content: end;
  }

    .menu-toggle {
        display: flex;
        position: relative;
    		right: 10px;
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        padding-top: 70px;
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transform: translateX(-100%);
        transition: transform 0.3s;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .menu.active {
        transform: translateX(0);
        background: #000;
    }

    .menu li {
        border-bottom: 1px solid #f0f0f0;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -5px);
    }


    .wrap_one_block {
  max-width: 420px;
  background: url(img/fool-f_mob.webp) no-repeat;
}
.wrap_one_block>.wrapper {
  min-height: auto;
}
  .main-block.mobole {
    display: flex;
    flex-flow: column;
    padding: 0;
    justify-content: center;
    align-items: center;
    min-height: auto;
    gap: 10px;
  }
  .wrapper.mobile_icons_one {
    max-width: 420px;
    display: flex;
    justify-content: space-between;
    min-height: auto;
    padding-top: 30px;
  }
  .vertical-block.center {
    width: 100%;
    max-width: 329px;
    padding-left: 1px;
    padding-top: 20px;
    height: auto;
    align-self: self-start;
  }
  .vertical-block h1 {
  font-size: 30px;
  padding-top: 50px;
}
 .vertical-block h1 span {
    padding: 8px 0;
  }
.vertical-block h2{
font-size: 18px;
font-weight: 400;
}

  .vertical-block>.text {
    font-size: 14px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 35px;
  }

.vertical-block {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
}

.vertical-block>.image-wrapper {
  height: 79px;
  width: 79px;
}
.vertical-block.btn {
  padding-bottom: 34px;
}
.vertical-block.btn>.btn-primary {
  max-width: 375px;
  font-size: 14px;
}

.right-column_one {
  display: none;
}

section.fullscreen-section.one {
  max-width: 420px;
  min-height: auto;
}
.content-wrapper_one {
  max-width: 420px;
}
  .left-column_one {
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 450px;
    background: url(img/mob_one.webp)no-repeat top;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: multiply;
  }
  .item.int {
  width: 90%;
  margin: 0 auto;
  font-size: 120px;
  padding-top: 20px;
  position: static;
  padding-bottom: 0;
}
  .item.title {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 40px;
    position: inherit;
    text-align: left;
  }
.item.paragraph {
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.item.line.b-show {
    top: 53%;
    animation: showBlockSmall 1s linear forwards;
    z-index: 999;
  }
  .item.line_two.b-show {
    top: 55%;
    animation: showBlockSmall2 1s linear forwards;
    z-index: 999;
  }
    .item.line_three.b-show {
    top: 47%;
    animation: showBlockSmall3 1s linear forwards;
    z-index: 999;
  }
      .item.line_four.b-show {
    top: 37%;
    animation: showBlockSmall4 1s linear forwards;
    z-index: 999;
  }
  .item.line_five.b-show{
    top: 10%;
    animation: showBlockSmall5 1s linear forwards;
    z-index: 999;
  }
    .item.line_six.b-show{
    top: 17%;
    animation: showBlockSmall6 1s linear forwards;
    z-index: 999;
  }
.item.line_seven.b-show{
  top: 6%;
  animation: showBlockSmall7 1s linear forwards;
  z-index: 999;
}
.item.line_eight.b-show{
  top:12.6%;
  animation: showBlockSmall8 1s linear forwards;
  z-index: 999;
}
.line_ten.b-show {
  top: 5.6%;
  animation: showBlockSmall9 1s linear forwards;
}
.line_eleven.b-show {
  top: 78px;
  animation: showBlockSmall10 1s linear forwards;
}
.line_twelve.b-show {
  top: 110px;
  animation: showBlockSmall11 1s linear forwards;
}
.line_thirteen.b-show {
  top: 79px;
  animation: showBlockSmall12 1s linear forwards;
}
  .item.line_two,.item.line_four{
    left: 0;
  }

  @keyframes showBlockSmall {
    0% {
      width: 0;
    }
    100% {
      width: 250px;
  }
}
  @keyframes showBlockSmall2 {
    0% {
      width: 0;
    }
    100% {
      width: 280px;
  }
}
  @keyframes showBlockSmall3 {
    0% {
      width: 0;
    }
    100% {
      width: 270px;
  }
}
  @keyframes showBlockSmall4 {
    0% {
      width: 0;
    }
    100% {
      width: 340px;
  }
}
  @keyframes showBlockSmall5 {
    0% {
      width: 0;
    }
    100% {
      width: 212px;
  }
}
  @keyframes showBlockSmall6 {
    0% {
      width: 0;
    }
    100% {
      width: 270px;
  }
}
  @keyframes showBlockSmall7 {
    0% {
      width: 0;
    }
    100% {
      width: 275px;
  }
}
  @keyframes showBlockSmall8 {
    0% {
      width: 0;
    }
    100% {
      width: 305px;
  }
}
  @keyframes showBlockSmall9 {
    0% {
      width: 0;
    }
    100% {
      width: 358px;
  }
}
  @keyframes showBlockSmall10 {
    0% {
      width: 0;
    }
    100% {
      width: 300px;
  }
}
  @keyframes showBlockSmall11 {
    0% {
      width: 0;
    }
    100% {
      width: 237px;
  }
}
  @keyframes showBlockSmall12 {
    0% {
      width: 0;
    }
    100% {
      width: 312px;
  }
}
section.fullscreen-section.two {
  max-width: 420px;
  min-height: auto;
}
.left-column_two{
  display: none;
}
.content-wrapper_two {
  max-width: 420px;
}
.container_two {
  max-width: 420px;
}
.right-column_two {
  width: 100%;
  max-width: 420px;
  padding-top: 0;
  flex-flow: column;
  background: url(img/mob_two.webp) no-repeat top;
}
.right-column_two>.item.int {
  padding-bottom: 0;
}
.right-column_two>.item.paragraph {
  padding: 0;
  padding-bottom: 40px;

}
.right-column_two>.item.title {
  text-align: left;
  left: 0;
  padding: 0;

}


.left-column_one.three_block {
  max-width: 420px;
  margin: 0;
  background: url(img/mob_three.webp) no-repeat top;
  background-size:105% ;
}

.left-column_one.three_block>.item.paragraph {
  padding: 0;
  padding-bottom: 40px;
}
.right-column_two.four_block {
  padding: 0;
  max-width: 420px;
  margin: 0;
  background: url(img/mob_four.webp) no-repeat top;

}
.right-column_two.four_block>.item.int {
  padding-bottom: 0;
}
.right-column_two.four_block>.item.paragraph {
  padding-top:0;
}
.btn-primary.four_block{
    max-width: 375px;
    font-size: 14px;
    position: static;
    margin-top:50px ;
    margin-bottom: 25px;
}
  section#why-choose {
    padding-bottom: 40px;
    background: #fff;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
.why-choose__wrapper {
  width: 100%;
  max-width: 420px;
  padding: 0;
}

.btn-primary.why-choose_block{
    max-width: 375px;
    font-size: 14px;
    position: static;
    margin: 0 auto;
}
.why-choose__top {
  display: grid;
  grid-template-columns: 127px 224px;
  grid-template-rows: 62px 59px;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}
.why-choose__left {
  font-size: 120px;
  padding: 0;
  padding-left: 45px;
  font-weight: 700;
}
.why-choose__up {
  font-size: 24px;
  padding: 0;
  align-self: anchor-center;
      align-self: flex-end;
    padding-bottom: 8px;

  }
.why-choose__down {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  max-width: 200px;
}
  .why-choose_center {
    width: 77%;
    max-width: 420px;
    margin: 19px auto;
    padding: 0;
  }
.why-choose_center__item{
  font-size: 16px;
}
.why-choose_center__item::before {
  margin-top: 0px;
  left: -40px;
}
section#who-is-suitable {
  width: 100%;
  max-width: 420px;
  background: #000;
  margin-bottom: 60px;
  height: auto;
}
.who-is-suitable__section-header h2 {
  font-size: 24px;
}
.who-is-suitable__container {
  max-width: 420px;
}
.who-is-suitable__section-content {
  display: flex
;
  flex-flow: column;
  width: 90%;
  margin: 0 auto;
}
.who-is-suitable__section-header {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}
.who-is-suitable__section-content>.box {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-rows: 30px 120px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}
.img_who {
 grid-area: 1 / 1 / 3 / 2;
}
.img_who img {
  width: 32px;
  height: 32px;
}
.porag_who {
  max-width: 90%;
  justify-self: end;
}
.who-is-suitable__section-content_two.box>.img_who, .who-is-suitable__section-content_three.box>.img_who{
  position: relative;
  top: -12px;
}
.who-is-suitable__section-content_four.box {
  padding-bottom: 40px;
}

section#equipment-section {
  max-width: 420px;
  height: auto;
  background: #fff;
}
.equipment-section__section-header {
  padding-top: 55px;
  padding-bottom: 0;
}
.equipment-section__section-header h2 {
  font-size: 24px;
  width: 90%;
  margin: 0 auto;
}
.equipment-section__wrapper {
  width: 100%;
  max-width: 420px;
  flex-flow: column;
}
.equipment-section__item {
  width: 90%;
  margin: 0 auto;
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 50px 100px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.equipment-section__item.equipment-section__item_one{
      display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 50px 50px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
  }
.equipment-section__item.equipment-section__item_three {
  display: grid
;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 50px 210px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;

}
.equipment-section__item.equipment-section__item_one img {
  width: 38px;
  height: 23px;
}
.equipment-section__item img{
    width: 32px;
  height: 32px;
}
.equipment-image {
grid-area: 1 / 1 / 2 / 2;
}
.equipment-description {
  grid-area: 1 / 2 / 3 / 3;
  font-size: 16px;
}
.equipment-description h3 {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.equipment-section__item.equipment-section__item_two>.equipment-description {
  width: 300px;
}
section.choice-section {
  width: 100%;
  max-width: 420px;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}
.choice-section__wrapper {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-flow: column;
}
  .choice-section__item.choice-section__item_one {
    font-size: 24px;
    width: 91%;
    padding-bottom: 40px;
    margin: 0 auto;
    order:1;
  }
.choice-section__item.choice-section__item_two {
  font-size: 16px;
  order: 1;
}
.choice-section__item.choice-section__item_three {
  width: 90%;
  margin: 0 auto;
  order: 1;
  height: 60px;
}
.choice-section__item.choice-section__item_three>input {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  margin-bottom: 40px;
}
  .choice-section__item.choice-section__item_two {
    font-size: 16px;
    width: 91%;
    margin: 0 auto;
    padding-bottom: 40px;
    color: #fff;
  }
  .choice-section__item.choice-section__item_four.btn-primary {
  max-width: 375px;
  font-size: 14px;
  position: static;
  margin: 0 auto;
  order: 3;
}
.choice-section__item.choice-section__item_five {
    font-size: 12px;
    width: 90%;
    margin: 30px auto;
    order: 2;
}
  section.this_work {
    width: 100%;
    max-width: 420px;
    background: #fff;
    height: 1554px;
  }
.wrap_img {
  max-width: 420px;
  height: 1400px;
  background: url(img/mob_seven.webp) no-repeat bottom;
  background-size: 100%;
}
.circle{
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.wrap_number__title {
  font-size: 16px;
}
  .wrap_number {
    height: 1360px;
  }

.wrap_number>.one_block {
    position: absolute;
    top: 50px;
    left: 23px;
    transform: translate(0, 0);
  }
  .wrap_number>.two_block {
    position: absolute;
    top: 19.6%;
    left: 32%;
    transform: translate(0, 0);
  }

.wrap_number>.three_block {
    position: absolute;
    top: 35%;
    left: 23px;
    right: auto;
    transform: translate(0, 0);
  }
  .wrap_number>.four_block {
    position: absolute;
    top: 51%;
    right: 36px;
    transform: translate(0, 0);
  }
  .wrap_number>.five_block {
    position: absolute;
    max-width: 193px;
    top: 59%;
    right: auto;
    left: 23%;
    transform: translate(0, 0);
  }
  .wrap_number>.six_block {
    position: absolute;
    top: 65%;
    right: 23px;
    transform: translate(0, 0);
  }
  .wrap_number>.seven_block {
    position: absolute;
    top: 78%;
    right: auto;
    left: 180px;
    transform: translate(0, 0);
  }

.wrap_img>.btn-primary {
  margin: 0 auto;
  max-width: 344px;
  font-size: 14px;
}
section.advantages {
  max-width: 420px;
  margin: 0 auto;
  background: url(img/mob_five.webp)no-repeat top;
}

.advantages__section-header h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.wrap_advantages__content {
  width: 100%;
  max-width: 420px;
  padding-top: 28px;
  display: flex;
  flex-flow: wrap;
  column-gap: 0;
}
  .advantages__content {
    max-width: 420px;
    padding-top: 50px;
    width: 90%;
  }
  .advantages__item {
  width: 100%;
  padding-bottom: 40px;
}
.advantages__text {
  display: grid;
  grid-template-columns: 49px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
h3.advantages__subtitle {
  font-size: 16px;
  text-transform: uppercase;
}
.advantages__icon {
  width: 32px;
  height: 32px;
  grid-area: 1 / 1 / 2 / 2;

}
p.advantages__description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-top: 10px;
  line-height: 1.4;
  width: 86%;
  justify-self: end;
  grid-area: 2 / 1 / 3 / 3;
}
.advantages__item-1>.advantages__text>.advantages__icon,.advantages__item-2>.advantages__text>.advantages__icon,.advantages__item-3>.advantages__text>.advantages__icon,.advantages__item-4>.advantages__text>.advantages__icon{
  background-size: 100%;
  align-self: center;
}

section.wild {
  max-width: 420px;
  height: auto;
  padding-bottom: 40px;

}
.wrap_wild {
  width: 90%;
  margin: 0 auto;
  max-width: 420px;
  height: auto;
}
.wrap_wild h2 {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 65%;
  padding-top: 50px;
  padding-bottom: 17px;
}
.top_hang {
  width: 380px;
  font-size: 27px;
  height: 72px;
}
.top_hang span {
  width: 59px;
  line-height: 27px;

}
.disc_wild {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.disc_wild p {
  font-size: 16px;
  color: #fff;
  padding-top: 27px;
  width: 54%;
  display: block;
  padding-bottom: 23px;
}
.disc_wild h3 {
  font-size: 24px;
  display: block;
  width: 100%;
}
.wrap_wild>.btn-primary {
  width: 370px;
  font-size: 14px;
}
section#dual_card {
  max-width: 420px;
  width: 100%;
  padding-bottom: 20px;
}
  .dual_card__section-header h2 {
    width: 81%;
    max-width: 420px;
    font-size: 24px;
    margin: 0;
    padding: 50px 20px 40px;
  }
.top_map_container,.bottom_map_container {
  max-width: 420px;
  width: 90%;
  flex-flow: column;
  margin: 0 auto;
  padding-bottom: 40px;
}
.right_container {
  width: 100%;
  max-width: 420px;
  order: -1;
}

.top_map_container>.right_container>.top, .bottom_map_container>.left_container>.top,.top_map_container>.right_container>a, .bottom_map_container>.left_container>a{
  font-size: 16px;
}
.top_map_container>.right_container>h3, .bottom_map_container>.left_container>h3{
  font-size: 14px;
}
.top_map_container>.right_container>a, .bottom_map_container>.left_container>a{
  height: 22px;
  padding-top: 10px;
}
.top_map_container>.right_container>p, .bottom_map_container>.left_container>p{
  padding-bottom: 10px;
}
div#map,div#map1 {
  width: 100%;
  height: 420px;
  margin:0 auto;
  border-radius: 0;
  overflow: hidden;
}
.bottom_map_container>.left_container{
  max-width: 420px;
  width: 90%;
  order: -1;
}
section.use_service {
  width: 100%;
  max-width: 420px;
  height: auto;
  padding-bottom: 40px;
}
.use_service__wrapper {
  flex-flow: column;
  height: auto;
  padding-top: 60px;
}
.use_service__left {
  max-width: 420px;
  padding-right: 0;
}
.use_service__left h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 37px;
}
.modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8fafe;
    padding: 20px;
    width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 1000;
}
div.modal-window > div > div > h3 {
  font-size: 16px;
}
.wrap_form_fly>.forma{
  display: flex;
}
.use_service__left p {
  font-size: 16px;
  color: #ffffff8a;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 60px;
}
.use_service__right>.btn-primary {
  width: 380px;
  font-size: 14px;
}
section#questions_answers {
  max-width: 420px;
}
.questions_answers__section-header h2 {
  font-size: 24px;
  width: 90%;
  margin: 0 auto;
}
.questions_answers__section-header {
  padding-top: 50px;
}
.new_title {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}
.wrap_head {
  grid-template-columns: 31px 1fr;
}
.ico_head {
  width: 31px;
  height: 31px;
  font-size: 16px;
}
.accordion {
  width: 90%;
  max-width: 420px;
}
.accordion-header {
  font-size: 16px;
  font-weight: 500;
}
.qa.btn-primary {
  width: 370px;
  font-size: 14px;
}
span.arrow.dart{
  display: none;
}
  section#price {
    max-width: 420px;
    background: url(img/mob_six.webp);
    height: auto;
    padding-bottom: 40px;
  }

.price__section-header {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
.price__section-header h2 {
  width: 90%;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.wrap_price {
  width: 90%;
}
.wrap_price p {
  max-width: 1206px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 40px;
  line-height: 1.4;
}
.price.btn-primary {
  width: 370px;
  font-size: 14px;
  margin-top: 40px;
}
.pickup_right {
  display: none;
}
section.pickup {
  width: 100%;
  max-width: 420px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
.pickup__section-header {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 50px;
}
.pickup__section-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.pickup_left h2 {
  font-size: 16px;
  width: 90%;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pickup_left {
  width: 90%;
  margin: 0 auto;
}
.add a {
  color: #1bb528;
  text-decoration: none;
  display: inline;
}
.wrap_footer {
  max-width: 420px;
  flex-flow: column;
  justify-content: start;
  align-items: self-start;
  height: auto;
  padding-bottom: 40px;
}
  .center>.top {
  padding-bottom: 20px;
}
.center>.top a {
  font-size: 16px;
}
.text_m, .text_b{
  font-size: 14px;
  padding-bottom: 20px;
}
.center {
  width: 90%;
  margin: 0 auto;
  justify-content: start;
    height: auto;
}
.copyright_mob{
  width: 90%;
  max-width: 420px;
  display: flex;
  align-items: center;
  color: #8a8a8a;
  font-size: 10px;
  padding-bottom: 40px;
  padding-left: 18px;
}
footer#footer {
  max-width: 420px;
  height: auto;
}
.left {
  padding-top: 40px;
  padding-left: 16px;
  height:auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;

}
.soc_foot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ico_m, .ico_b,.center>.top>.ico{
  display: none;
}

}
@media (max-width:600px) {
    .foot_form>input {
  width: 316px;
}
.forma_down.btn-primary {
  width: 316px;
}
}
@media (max-width:430px) {

  .wrap_img {
  background-size: auto;

}
    .line_ten.b-show {
    top: 6.3%;
  }
  @keyframes showBlockSmall9 {
  0% {
    width: 0;
  }
  100% {
    width: 250px;
  }
}
.qa.btn-primary,.price.btn-primary{
  width: 310px;
  font-size: 10px;
  margin: 40px 0 auto;
}
.price.btn-primary{

  margin:0 auto;
}
.use_service__right>.btn-primary{
  width: 310px;
  font-size: 10px;
   margin:0 auto;
}
  section.use_service {
    padding-bottom: 40px;
  }
    .line_twelve.b-show {
    top: 142px;
  }
}






















@media (max-width:375px) {
  .vertical-block.btn>.btn-primary {
    max-width: 310px;
    font-size: 12px;
  }
  .vertical-block {
  max-width: 310px;
}
  .vertical-block h1 {
    font-size: 24px;
  }
    .use_service__right>.btn-primary,.btn-primary.four_block,.btn-primary.why-choose_block,.choice-section__item.choice-section__item_four.btn-primary,.btn-primary,.qa.btn-primary,.price.btn-primary,.wrap_img>.btn-primary,.wrap_wild>.btn-primary{
    width: 310px;
    font-size: 10px;
  }
  .top_hang {
  width: 310px;
  font-size: 17px;
}
  section.use_service {
    padding-bottom: 40px;
  }
    section#price {
    height: auto;
  }
  .why-choose__left {
    padding: 0;
    padding-left: 0px;
  }
nav.menu-container.fixed {
  max-width: 100%;
}
  .item.line_five.b-show {
    top: 10%;
  }
    .wrap_img {
    background-size: auto;
  }
    .item.line_eight.b-show {
    top: 11.6%;
  }
    .dual_card__section-header h2 {
    width: 91%;
    margin: 0 auto;
    padding: 50px 0 40px;
  }
    .price__section-header h2 {
    width: 100%;
  }
}



@media (max-width:320px) {
	  .contacts>.phone a {
    font-size: 11px;
  }
  .foot_form>input {
    width: 260px;
  }
    .forma_down.btn-primary {
    width: 260px;
  }
    div.modal-window > div > div > h3 {
    font-size: 14px;
  }
  .modal-window {
    width: 84%;
  }
  .why-choose__top {
    display: grid;
    grid-template-columns: 82px 230px;
    grid-template-rows: 78px 95px;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
  }
    .equipment-section__item.equipment-section__item_three {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 50px 288px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .why-choose_center {
    width: 72%;
  }
  .use_service__right>.btn-primary, .btn-primary.four_block, .btn-primary.why-choose_block, .choice-section__item.choice-section__item_four.btn-primary, .btn-primary, .qa.btn-primary, .price.btn-primary, .wrap_img>.btn-primary, .wrap_wild>.btn-primary {
    width: 280px;
    font-size: 10px;
  }
  .equipment-section__item.equipment-section__item_two>.equipment-description {
    width: 235px;
  }
  .bottom_map_container>.left_container>a {
    height: 40px;
    padding-top: 10px;
  }
    .item.line_two.b-show {
    top: 51%;
    animation: showBlockSmall2 1s linear forwards;
    z-index: 999;
  }
  .item.line_five.b-show {
    top: 8.3%;
    animation: showBlockSmall5 1s linear forwards;
    z-index: 999;
  }
    @keyframes showBlockSmall9 {
    0% {
      width: 0;
    }
    100% {
      width: 270px;
  }
   }
    @keyframes showBlockSmall4 {
    0% {
      width: 0;
    }
    100% {
      width: 270px;
  }
}
    @keyframes showBlockSmall12 {
    0% {
      width: 0;
    }
    100% {
      width: 285px;
  }
}
  .who-is-suitable__section-content>.box {
    grid-template-rows: 30px 160px;
  }
    .why-choose__up {
    justify-self: start;
  }
    section.choice-section {
    padding-bottom: 40px;
  }
  .item.line_eight.b-show {
    top: 10.1%;
  }
    .pickup__section-header h2 {
    font-size: 22px;
  }
    .line_thirteen.b-show {
    top: 76px;
  }

}