@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
section,
aside {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Segoe WP", "Helvetica Neue", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Segoe WP", "Helvetica Neue", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1011px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0px;
}

body {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  position: relative;
}

svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

svg.w40 {
  width: 40px;
  height: 40px;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #259FBE;
}

.nlc-mb-16 > *:not(:last-child) {
  margin-bottom: 16px;
}

.nlc-mb-32 > *:not(:last-child) {
  margin-bottom: 32px;
}

.text-big {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

.text-middle {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}

.text-little {
  font-size: 15px;
  line-height: 20px;
}

.w-100 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-16 {
  padding: 16px;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.header__logo {
  width: 53px;
  height: 40px;
}

.banners__body {
  padding: 0 16px;
}

.links__body {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.links__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 8px;
}

.btn {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #FFF;
  background-color: #2AABEE;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

.btn span {
  margin: 0 0 0 8px;
}

.btn:hover {
  opacity: 0.8;
}

.btn_r {
  background-color: #259FBE;
}

.btn_r span {
  margin: 0 8px 0 0;
}

.btn-2 {
  display: inline-block;
  color: #FFF;
  background-color: #259FBE;
  padding: 8px 32px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  border-radius: 4px;
}

.btn-2:hover {
  opacity: 0.8;
}

.delivery__row {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delivery__col {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.delivery__card {
  padding: 16px;
  height: 100%;
  border-radius: 4px;
  background-color: #DFF1F5;
}

.delivery__logo {
  width: 42px;
  height: 32px;
}

.payment__body {
  padding: 16px 16px 0px 16px;
  position: relative;
}

.payment__body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  width: auto;
  height: 2px;
  background-color: #2AABEE;
}

.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment__item svg,
.payment__item img {
  margin-right: 32px;
  margin-bottom: 32px;
}

.delivery.mod-2 {
  overflow: hidden;
}

.delivery.mod-2 .delivery__row {
  margin: 0 -16px;
}

.delivery.mod-2 .delivery__card {
  background-color: #FFF;
}

.subscriber {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 328px;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  background-color: #FFF;
  overflow: hidden;
}

.subscriber__link {
  padding: 4px 32px;
  position: relative;
  z-index: 6;
}

.subscriber__icon {
  position: absolute;
  width: 64px;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2AABEE), color-stop(99.26%, #229ED9));
  background: -o-linear-gradient(top, #2AABEE 0%, #229ED9 99.26%);
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  right: 32px;
  bottom: 32px;
  padding: 8px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscriber__icon svg {
  width: 64px;
  height: 64px;
}

.subscriber__closer {
  background: rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 12;
}

.subscriber__closer:after,
.subscriber__closer:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 2px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.subscriber__closer:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.subscriber__circle-1 {
  position: absolute;
  width: 444px;
  height: 444px;
  background-color: #2AABEE;
  border-radius: 50%;
  top: -66px;
  left: 256px;
}

.subscriber__circle-2 {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #2AABEE;
  border-radius: 50%;
  top: 12px;
  right: 60px;
}

.subscriber.close {
  -webkit-animation: close 0.5s ease 0s forwards;
          animation: close 0.5s ease 0s forwards;
}

@-webkit-keyframes close {
  0% {
    bottom: 32px;
  }

  20% {
    bottom: 48px;
  }

  100% {
    bottom: -300px;
  }
}

@keyframes close {
  0% {
    bottom: 32px;
  }

  20% {
    bottom: 48px;
  }

  100% {
    bottom: -300px;
  }
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }

  .container {
    max-width: none;
    padding: 0;
  }

  .links__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .delivery__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479.98px) {
  .subscriber {
    left: 16px;
    right: 16px;
    width: auto;
  }
}