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

body {
  font-family: 'Inter', sans-serif;
  background-color: #E5E5E5; }

p {
  margin: 0; }

.popup-fade {
  display: none; }

.select__sot {
  border: 1px solid #202020;
  border-radius: 8px;
  padding: 15px 18px;
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 14px; }

.link__sot {
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  color: #676767;
  margin-left: 30px;
  text-decoration: none; }
  .link__sot:hover {
    text-decoration: none;
    color: #1F1F1F; }

#form-popup .modal-body {
  padding: 60px; }
  #form-popup .modal-body .label_mail {
    width: 100px; }

#form-popup h2 {
  text-align: center; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #1F1F1F;
  opacity: .7;
  z-index: 1; }

.nav {
  position: fixed;
  right: -100%;
  z-index: 1;
  padding: 50px 75px;
  background-color: #F3F3F3;
  width: 40%;
  height: 100%;
  overflow: scroll;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .nav.active {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .nav .close {
    position: absolute;
    right: 156px;
    font-weight: 100;
    font-size: 40px;
    cursor: pointer; }
  .nav__menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .nav__menu_list {
      padding: 135px 0; }
      .nav__menu_list li {
        text-decoration: none;
        list-style: none;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #1F1F1F;
        margin-bottom: 24px; }
        .nav__menu_list li a {
          text-decoration: none;
          color: #1F1F1F; }
      .nav__menu_list .dropdown {
        padding: 10px 0; }
        .nav__menu_list .dropdown li {
          font-weight: 100;
          margin-bottom: 5px; }
    .nav__menu_contact .phone__nemu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .nav__menu_contact .phone__nemu img {
        width: 16px;
        height: 16px;
        margin: -1px 5px 0 0; }
        .nav__menu_contact .phone__nemu img:hover {
          -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
                  transform: scale(1.5);
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
      .nav__menu_contact .phone__nemu p {
        margin-bottom: 7px; }
      .nav__menu_contact .phone__nemu a {
        font-size: 16px;
        color: #1F1F1F;
        font-weight: 100; }
      .nav__menu_contact .phone__nemu-call {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .nav__menu_contact .phone__nemu-call .number_call {
          text-decoration: none;
          font-weight: 600; }
    .nav__menu_contact .play_btn {
      display: none; }
    .nav__menu_contact .btn__select {
      margin: 30px 0; }
    .nav__menu .wrapper-dropdown.active .dropdown:after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .nav__menu .wrapper-dropdown {
      position: relative;
      display: inline-block;
      /* Styles */
      cursor: pointer;
      outline: none; }
      .nav__menu .wrapper-dropdown:after {
        content: '';
        position: absolute;
        top: 6px;
        right: -25px;
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        border-top-right-radius: 11px;
        border-bottom-right-radius: 11px;
        width: 20px;
        height: 10px;
        cursor: pointer; }
      .nav__menu .wrapper-dropdown .dropdown {
        list-style: none;
        display: none; }
        .nav__menu .wrapper-dropdown .dropdown li a {
          display: block;
          text-decoration: none;
          color: #333;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
      .nav__menu .wrapper-dropdown .dropdown.active {
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

.play_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0; }
  .play_btn .play_btnPulse {
    position: relative;
    background-image: url("../img/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    -webkit-animation: scaleBtn 1.5s linear infinite;
            animation: scaleBtn 1.5s linear infinite; }
  .play_btn .play_btnPulse:before,
  .play_btn .play_btnPulse:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #1F1F1F;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: animate 1.5s linear infinite;
            animation: animate 1.5s linear infinite;
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .play_btn .play_btnPulse:after {
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes animate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@-webkit-keyframes scaleBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .play_btn p {
    font-size: 12px;
    line-height: 12px;
    color: #1F1F1F;
    max-width: 150px; }

.block__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }
  .block__select img {
    width: 22px;
    height: 22px;
    margin: 0 16px 0 24px; }
  .block__select p {
    margin: 0 !important;
    color: #1F1F1F; }
.delivery__content .btn__service{
    width: 164px;
}
.btn__select {
  position: relative;
  display: inline-block;
  width: 134px;
  padding: 10px 37px 10px 18px;
  border: 1px solid #1F1F1F;
  border-radius: 11px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1F1F1F;
  font-size: 12px;
  font-weight: 100; }
  .btn__select:hover {
    background-color: #1F1F1F;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none; }
  .btn__select:after {
    content: '';
    position: absolute;
    background-color: #1F1F1F;
    top: -1px;
    right: -1px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS45OTYgNDkxLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjk5NiA0OTEuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ4NC4xMzIsMTI0Ljk4NmwtMTYuMTE2LTE2LjIyOGMtNS4wNzItNS4wNjgtMTEuODItNy44Ni0xOS4wMzItNy44NmMtNy4yMDgsMC0xMy45NjQsMi43OTItMTkuMDM2LDcuODZsLTE4My44NCwxODMuODQ4ICAgIEw2Mi4wNTYsMTA4LjU1NGMtNS4wNjQtNS4wNjgtMTEuODItNy44NTYtMTkuMDI4LTcuODU2cy0xMy45NjgsMi43ODgtMTkuMDM2LDcuODU2bC0xNi4xMiwxNi4xMjggICAgYy0xMC40OTYsMTAuNDg4LTEwLjQ5NiwyNy41NzIsMCwzOC4wNmwyMTkuMTM2LDIxOS45MjRjNS4wNjQsNS4wNjQsMTEuODEyLDguNjMyLDE5LjA4NCw4LjYzMmgwLjA4NCAgICBjNy4yMTIsMCwxMy45Ni0zLjU3MiwxOS4wMjQtOC42MzJsMjE4LjkzMi0yMTkuMzI4YzUuMDcyLTUuMDY0LDcuODU2LTEyLjAxNiw3Ljg2NC0xOS4yMjQgICAgQzQ5MS45OTYsMTM2LjkwMiw0ODkuMjA0LDEzMC4wNDYsNDg0LjEzMiwxMjQuOTg2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
    width: 37px;
    height: 104%;
    cursor: pointer; }

.modal-dialog button.close {
  position: absolute;
  bottom: -50px;
  left: 48%;
  background-color: #fff;
  opacity: 1;
  font-weight: 100;
  border-radius: 50%;
  font-size: 26px;
  padding: 2px 7px;
  color: #1F1F1F; }
  .modal-dialog button.close:hover {
    cursor: pointer !important;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.modal-dialog .modal-body {
  padding: 104px; }
  .modal-dialog .modal-body .form-control {
    border: 1px solid #202020;
    border-radius: 8px;
    padding: 27px 24px;
    margin-bottom: 15px;
    font-size: 14px; }
  .modal-dialog .modal-body textarea {
    height: 120px; }
  .modal-dialog .modal-body form .label_name {
    width: 50px; }
  .modal-dialog .modal-body form label {
    position: relative;
    top: 19px;
    left: 10px;
    background: #fff;
    width: 150px;
    text-align: center; }
  .modal-dialog .modal-body .index__page-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    .modal-dialog .modal-body .index__page-number-btn {
      background-color: transparent;
      border: 1px solid #202020;
      border-radius: 8px;
      padding: 16px 40px;
      margin-right: 16px;
      font-weight: 100; }
      .modal-dialog .modal-body .index__page-number-btn:hover {
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        background-color: #1F1F1F;
        color: #fff; }
    .modal-dialog .modal-body .index__page-number p {
      font-weight: normal;
      font-size: 9px;
      line-height: 11px;
      color: #1F1F1F; }
      .modal-dialog .modal-body .index__page-number p a {
        color: #1F1F1F;
        border-bottom: 1px solid #1F1F1F; }
        .modal-dialog .modal-body .index__page-number p a:hover {
          text-decoration: none; }

header .top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px; }
  header .top-menu__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .top-menu__left img {
      width: 255px;
      height: 71px;
      margin-right: 40px; }
    header .top-menu__left .play_btn img {
      width: 37px;
      height: 37px;
      margin-right: 0; }
  header .top-menu__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    header .top-menu__right img {
      width: 16px;
      height: 16px;
      margin-left: 8px; }
      header .top-menu__right img:hover {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
    header .top-menu__right .phone__nemu {
      margin-left: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      header .top-menu__right .phone__nemu .number_call {
        margin: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #1F1F1F;
        text-decoration: none; }
      header .top-menu__right .phone__nemu a {
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        color: #676767; }
  header .top-menu .menu__burger {
    width: 30px;
    height: 20px; }

header .main__inner {
  margin-top: 65px; }
  header .main__inner_text {
    position: relative;
    left: 40%;
    max-width: 300px; }
    header .main__inner_text h2 {
      font-weight: 900;
      font-size: 24px;
      line-height: 29px;
      color: #1F1F1F; }
    header .main__inner_text p {
      font-size: 12px;
      line-height: 15px;
      color: #898989;
      max-width: 200px;
      margin: 16px 0 22px 0; }
  header .main__inner > img {
    width: 100%; }

header .main__text_right {
  left: 20%;
  max-width: 300px; }

header .bottom__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }
  header .bottom__menu_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .bottom__menu_inner img {
      max-width: 100%;
      height: auto; }
    header .bottom__menu_inner p {
      margin: 0 0 0 25px;
      font-size: 12px;
      line-height: 15px;
      font-weight: 100;
      max-width: 150px; }

.quality {
  padding: 160px 0 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .quality__inner_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .quality__inner_img {
    max-width: 100%;
    height: auto; }
  .quality__inner_item {
    width: 168px;
    height: 149px;
    border-radius: 8px;
    opacity: .2;
    padding: 24px; }
    .quality__inner_item:hover {
      opacity: 1;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      z-index: 1; }
    .quality__inner_item img {
      margin-bottom: 15px;
      width: 32px;
      height: auto; }
    .quality__inner_item p {
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      color: #1F1F1F;
      max-width: 120px;
      margin-bottom: 0; }

.example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .example__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
    width: 49%;
    background-color: #fff;
    margin-bottom: 24px; }
    .example__inner img {
      max-width: 100%;
      height: 263px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
    .example__inner_text {
      padding: 55px 0 55px 55px; }
      .example__inner_text h2 {
        font-weight: 900;
        font-size: 24px;
        line-height: 29px;
        color: #1F1F1F; }
      .example__inner_text p {
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        color: #C2C2C2;
        width: 175px;
        margin-bottom: 32px; }

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0;
  background-color: #fff;
  border-radius: 16px; }
  .partner__left {
    height: 100%; }
  .partner__inner img {
    max-width: 100%;
    height: 100%;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px; }
  .partner__inner_text {
    max-width: 315px;
    margin-left: 20px; }
    .partner__inner_text .btn__select {
      width: 215px; }
  .partner__inner_title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #1F1F1F; }
  .partner__inner_suptitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1F1F1F;
    margin: 16px 0 24px 0; }
  .partner__inner_subtitle {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 32px;
    color: #999999; }

.delivery {
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .delivery__inner_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .delivery__inner_left .delivery__content {
      padding: 72px 0 72px 72px; }
      .delivery__inner_left .delivery__content .btn__select {
        display: inline-table; }
      .delivery__inner_left .delivery__content_title {
        font-weight: 900;
        font-size: 24px;
        line-height: 29px;
        color: #1F1F1F;
        margin-bottom: 50px; }
      .delivery__inner_left .delivery__content_items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .delivery__inner_left .delivery__content_item {
        width: 155px;
        margin: 0 20px 30px 0; }
        .delivery__inner_left .delivery__content_item .item-title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .delivery__inner_left .delivery__content_item .item-title img {
            width: 24px;
            height: auto;
            margin-right: 20px; }
          .delivery__inner_left .delivery__content_item .item-title span {
            font-weight: bold;
            font-size: 12px;
            line-height: 15px; }
        .delivery__inner_left .delivery__content_item p {
          font-weight: 100;
          font-size: 12px;
          line-height: 15px;
          margin-top: 10px;
          color: #999999; }
  .delivery__inner_right img {
      float: right;
    max-width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill; }

.cooperation {
  margin-top: 72px; }
  .cooperation .btn__select {
    width: 165px;
    padding: 10px 37px 10px 15px; }
  .cooperation .delivery__inner_right img {
    max-width: 100%;
    height: 100%; }
  .cooperation .delivery__conten_suptitle {
    font-size: 16px;
    line-height: 19px;
    font-weight: 100;
    margin-bottom: 32px;
    width: 300px;
    color: #999999; }
  .cooperation .delivery__inner_left .delivery__content_items {
    width: 300px; }
  .cooperation .delivery__inner_left .delivery__content_item {
    width: 100px; }
    .cooperation .delivery__inner_left .delivery__content_item p {
      color: #000; }
      .cooperation .delivery__inner_left .delivery__content_item p span {
        position: relative;
        z-index: 1; }
        .cooperation .delivery__inner_left .delivery__content_item p span:before {
          content: '';
          z-index: -1;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #C8C8C8; }

.footer {
  padding: 100px 0 70px 0; }
  .footer__inner_title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #1F1F1F;
    margin-bottom: 32px; }
  .footer__inner .item-geo {
    margin-bottom: 40px; }
  .footer__inner_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .footer__inner_item img {
      width: 16px;
      height: auto;
      margin-right: 16px; }
    .footer__inner_item p, .footer__inner_item a {
      font-weight: 100;
      font-size: 16px;
      line-height: 130%;
      color: #000; }
  .footer__inner_social {
    margin-top: 113px; }
    .footer__inner_social p {
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #1F1F1F; }
    .footer__inner_social img {
      width: 16px;
      height: auto;
      margin-right: 5px; }
      .footer__inner_social img:hover {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
  .footer__inner_map {
    height: 100%; }
    .footer__inner_map iframe {
      border-radius: 16px; }
  .footer__bottom {
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__bottom img {
      width: 255px;
      height: 71px; }
    .footer__bottom p {
      font-weight: 100;
      font-size: 12px;
      line-height: 130%;
      color: #999999; }
    .footer__bottom_logoGuard {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 60%; }
    .footer__bottom_logoPacker {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .footer__bottom_logoPacker img {
        width: 70px;
        height: 13px;
        margin-left: 10px;
        margin-bottom: -2px; }
      .footer__bottom_logoPacker p {
        font-weight: 100;
        font-size: 12px;
        line-height: 15px;
        color: #999999; }
