* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  line-height: 1.2;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
button,
input {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: 'Poppins', 'Arial', sans-serif;
}
ul,
ol {
  list-style: none;
}
main {
  overflow: hidden;
}
.i-container {
  max-width: 1440px;
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
}
.i-popup-phone {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #F1FAEE;
}
.i-popup-phone.white {
  background: #FFFFFF;
}
.i-popup-phone__wrap {
  width: 100%;
}
.i-popup-phone__container {
  max-width: 1110px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
  position: relative;
}
.i-popup-phone__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.i-popup-phone__close svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.i-popup-phone__close:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.i-popup-phone__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  margin-right: 10%;
  text-align: center;
}
.i-popup-phone__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.i-popup-phone__title {
  font-size: 48px;
  color: #21293A;
  font-weight: 600;
  margin-bottom: 40px;
}
.i-popup-phone__price {
  margin-bottom: 40px;
}
.i-popup-phone__price > * {
  display: inline-block;
  vertical-align: baseline;
}
.i-popup-phone__price_val {
  font-size: 38px;
  color: #E63946;
  margin-right: 8px;
  line-height: 1;
}
.i-popup-phone__price_val b {
  font-weight: 600;
}
.i-popup-phone__price_sales {
  font-size: 24px;
  color: #7A8396;
}
.i-popup-phone__margin {
  margin-bottom: 30px;
}
.i-popup-phone__margin:last-child {
  margin-bottom: 0;
}
.i-popup-phone__subtitle {
  font-size: 24px;
  color: #7A8396;
  margin-bottom: 25px;
}
.i-popup-phone__subtitle b {
  font-weight: 600;
  color: #21293A;
}
.i-popup-phone__color_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 5px;
  margin-right: 20px;
  background: #FFFFFF;
  border: 2px solid #DEE0E5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  -webkit-transition: border, color, 0.3s;
  -o-transition: border, color, 0.3s;
  transition: border, color, 0.3s;
}
.i-popup-phone__color_img:last-child {
  margin-right: 0;
}
.i-popup-phone__color_img.active,
.i-popup-phone__color_img:hover {
  border: 2px solid #E63946;
  color: #21293A;
}
.i-popup-phone__color_img.active {
  pointer-events: none;
  cursor: pointer;
}
.i-popup-phone__btn_item {
  height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 24px;
  color: #7A8396;
  margin-right: 25px;
  background: #FFFFFF;
  border: 2px solid #DEE0E5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  -webkit-transition: border, color, 0.3s;
  -o-transition: border, color, 0.3s;
  transition: border, color, 0.3s;
}
.i-popup-phone__btn_item:last-child {
  margin-right: 0;
}
.i-popup-phone__btn_item.active {
  border: 2px solid #F73859;
  color: #21293A;
}
.i-popup-phone__btn--memory .i-popup-phone__btn_item.active {
  pointer-events: none;
  cursor: pointer;
}
.i-popup-phone__input {
  position: relative;
  margin-bottom: 20px;
}
.i-popup-phone__input:last-child {
  margin-right: 0;
}
.i-popup-phone__input input {
  width: 100%;
  height: 80px;
  padding: 5px 70px 5px 20px;
  background: #FFFFFF;
  border: 2px solid #DEE0E5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: border, color, 0.3s;
  -o-transition: border, color, 0.3s;
  transition: border, color, 0.3s;
  font-size: 24px;
  color: #21293A;
}
.i-popup-phone__input input::-webkit-outer-spin-button,
.i-popup-phone__input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.i-popup-phone__input input::-webkit-input-placeholder {
  color: #7A8396;
}
.i-popup-phone__input input:not( [readonly] ):hover,
.i-popup-phone__input input:not( [readonly] ):focus {
  border: 2px solid #E63946;
  color: #21293A;
}
.i-popup-phone__input_icon {
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
}
.i-popup-phone__input_icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  vertical-align: middle;
}
.i-popup-phone__input_icon.check {
  height: 22px;
}
.i-popup-phone__input_icon.check::before {
  content: url(../img/check.svg );
}
.i-popup-phone__input_icon.close {
  height: 30px;
}
.i-popup-phone__input_icon.close::before {
  content: url(../img/close.svg );
}
.i-popup-phone__btn-submit {
  margin-top: 30px;
  width: 100%;
  height: 80px;
  background: #455B9D;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05));
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05));
  -webkit-transition: background, 0.3s;
  -o-transition: background, 0.3s;
  transition: background, 0.3s;
  cursor: pointer;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-size: 24px;
  color: #FFFFFF;
}
.i-popup-phone__btn-submit:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.i-popup-phone__desc-bot {
  font-size: 20px;
  color: #7A8396;
  line-height: 1.4;
}
.i-popup-phone__desc-bot table {
  width: 100%;
}
.i-popup-phone__desc-bot table th {
  font-weight: 400;
  text-align: left;
}
.i-popup-phone__desc-bot table td {
  font-weight: 600;
  text-align: right;
}
.i-popup-success {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.i-popup-success__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.i-popup-success__close svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.i-popup-success__close:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.i-popup-success__wrap {
  margin: 40px auto 0 auto;
  width: 640px;
  height: 640px;
  background: #455B9D;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 100px;
  -webkit-box-shadow: 0 2px 20px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 20px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
}
.i-popup-success__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 15px #FFFFFF;
          box-shadow: 0 0 0 15px #FFFFFF;
  border: 15px solid #DEE0E5;
  padding: 20px;
  margin-bottom: 50px;
}
.i-popup-success__icon svg {
  width: 82px;
  height: 60px;
}
.i-popup-success__title {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 14px;
}
.i-popup-success__text {
  font-size: 28px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}
.i-head-bnr {
  height: 880px;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 215px;
}
.i-head-bnr__title {
  max-width: 600px;
  font-size: 64px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 28px;
}
.i-head-bnr__subtitle {
  max-width: 600px;
  font-weight: 400;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 45px;
}
.i-head-bnr__select {
  position: relative;
  max-width: 480px;
}
.i-head-bnr__select_label {
  width: 100%;
  padding: 30px 37px;
  background: #455B9D;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background, 0.3s;
  -o-transition: background, 0.3s;
  transition: background, 0.3s;
}
.i-head-bnr__select_label.yellow {
  color: #F1FAEE;
  background: #1D3557;
}
.i-head-bnr__select_label.yellow span:last-child svg {
  fill: #F1FAEE;
}
.i-head-bnr__select_label.yellow.active,
.i-head-bnr__select_label.yellow:hover {
  background: #455B9D;
}
.i-head-bnr__select_label span:last-child {
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21px;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  width: 21px;
}
.i-head-bnr__select_label span:last-child svg {
  fill: #FFFFFF;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.i-head-bnr__select_label.active,
.i-head-bnr__select_label:hover {
  background: #455B9D;
}
.i-head-bnr__select_label.active span:last-child svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.i-head-bnr__select_drop {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 110%;
  width: 100%;
  z-index: 10;
  padding: 10px 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 2px solid #DEE0E5;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.i-head-bnr__select_item {
  padding: 10px 20px;
  border-bottom: 1px solid #DEE0E5;
  width: 100%;
  font-size: 24px;
  cursor: pointer;
}
.i-head-bnr__select_item:last-child {
  border-bottom: none;
}
.i-head-bnr__select_item:hover .i-head-bnr__select_name {
  color: #E63946;
}
.i-head-bnr__select_name {
  color: #21293A;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-head-bnr__select_price {
  color: #7A8396;
}
.i-head-bnr__select_price b {
  font-weight: 600;
}
.i-phone.white .i-phone__item:nth-child(odd) {
  background: ##F1FAEE;
}
.i-phone.white .i-phone__item {
  border-bottom: 10px solid #DEE0E5;
}
.i-phone.white .i-phone__item:last-child {
  border-bottom: none;
  padding: 30px 90px;
}
.i-phone__item {
  background: #F1FAEE;
  padding: 140px 0;
}
.i-phone__item:nth-child(odd) .i-phone__img {
  text-align: right;
}
.i-phone__item:nth-child(even) .i-phone__img {
  text-align: left;
}
.i-phone__footnote {
  color: #E63946;
}

.i-phone__wrap > * {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 40px);
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
}
.i-phone__img {
  max-height: 500px;
}
.i-phone__img img {
  max-height: 500px;
}
.i-phone__info:nth-child(even) {
    text-align: right;
}
.i-phone__title {
  font-size: 48px;
  font-weight: 600;
  color: #21293A;
  margin-bottom: 12px;
}
.i-phone__price {
  font-size: 38px;
  color: #E63946;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.i-phone__full-price {
  font-size: 28px;
  color: #7A8396;
  text-decoration: line-through;
  padding-right: 15px;
}
.i-phone__price b {
  font-weight: 600;
}
.i-phone__sales {
  font-size: 28px;
  color: #7A8396;
  margin-bottom: 5px;
}
.i-phone__sales b {
  font-weight: 600;
}
.i-phone__btn {
  font-size: 32px;
  color: #FFFFFF;
  background: #455B9D;
  padding: 20px 78px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  border: 2px solid #455B9D;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-phone__btn:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.i-instruction {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAFB), to(#F6F8FA));
  background: -webkit-linear-gradient(top, #F8FAFB 0%, #F6F8FA 100%);
  background: -o-linear-gradient(top, #F8FAFB 0%, #F6F8FA 100%);
  background: linear-gradient(180deg, #F8FAFB 0%, #F6F8FA 100%);
  padding: 120px 0;
}
.i-instruction__title {
  font-size: 48px;
  color: #21293A;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.i-instruction__text {
  font-size: 28px;
  color: #7A8396;
  margin-bottom: 25px;
  text-indent: 40px;
  line-height: 1.4;
}
.i-instruction__text:last-child {
  margin-bottom: 0;
}
.i-instruction__list {
  margin-bottom: 25px;
  padding: 0 40px;
}
.i-instruction__list:last-child {
  margin-bottom: 0;
}
.i-instruction__list li {
  color: #455B9D;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.i-instruction__list li:last-child {
  margin-bottom: 0;
}
.i-faq {
  padding: 120px 0;
}
.i-faq__title {
  font-size: 48px;
  color: #21293A;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.i-faq__item {
  border: 2px solid #DEE0E5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 20px;
}
.i-faq__item:last-child {
  margin-bottom: 0;
}
.i-faq__label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 28px;
  color: #7A8396;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 19px 40px;
  cursor: pointer;
}
.i-faq__label span:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21px;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  width: 21px;
}
.i-faq__label span:last-child svg {
  fill: #7A8396;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-faq__label:hover,
.i-faq__label.active {
  color: #21293A;
}
.i-faq__label.active span:last-child svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.i-faq__drop {
  display: none;
  padding: 35px 20px 50px 20px;
  font-size: 24px;
  color: #7A8396;
  line-height: 1.4;
}
.i-faq__ol:first-child {
  margin-top: 0;
}
.i-faq__ol:last-child {
  margin-bottom: 0;
}
.i-faq__ol li {
  text-indent: 40px;
}
.i-header {
  position: relative;
  z-index: 10;
  background: transparent;
  margin-bottom: -192px;
}
.i-header__wrapper {
  height: 192px;
}
.i-header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 396px;
      -ms-flex: 0 0 396px;
          flex: 0 0 396px;
  width: 396px;
  margin-right: 20px;
}
.i-header__logo img {
  width: 100%;
}
.i-header__toggle {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 60px;
  font-size: 0;
  line-height: 1;
}
.i-header__toggle div {
  width: 30px;
  height: 4px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #FFFFFF;
  margin-bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-header__toggle div:last-child {
  margin-bottom: 0;
}
.i-header__toggle.active div:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: -4px;
}
.i-header__toggle.active div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 0;
}
.i-header__toggle.active div:last-child {
  opacity: 0;
}
.i-header__link-sales {
  font-size: 28px;
  color: #FFFFFF;
  padding: 15px 0;
  margin-right: 55px;
}
.i-header__link-sales:hover {
  color: #E63946;
}
.i-header__contacts {
  position: relative;
}
.i-header__contacts:hover .i-header__contacts_drop {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
.i-header__contacts_label {
  font-size: 28px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-header__contacts_label span:last-child {
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21px;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  width: 21px;
}
.i-header__contacts_label span:last-child svg {
  fill: #FFFFFF;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-header__contacts_drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  background: #FFFFFF;
  border: 2px solid #DEE0E5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 30px 20px;
  opacity: 0;
  z-index: -2;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.i-header__contacts_item {
  padding: 7px 20px;
  border-bottom: 1px solid #DEE0E5;
}
.i-header__contacts_item:nth-last-child(2) {
  border-bottom: none;
}
.i-header__contacts_item:last-child {
  border-bottom: none;
}
.i-header__contacts_number {
  margin-right: 45px;
  color: #21293A;
  font-size: 24px;
}
.i-header__contacts_number:hover {
  color: #E63946;
}
.i-header__contacts_messenger {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31px;
      -ms-flex: 0 0 31px;
          flex: 0 0 31px;
  width: 31px;
  height: 30px;
}
.i-header__contacts_messenger svg {
  width: 100%;
  height: 100%;
}
.i-header__contacts_messenger:hover {
  opacity: 0.65;
}
.i-header__contacts_link-sales {
  display: none;
  padding: 10px 15px 7px 15px;
  font-size: 18px;
  color: #21293A;
}
.i-footer {
  padding: 37px 0;
  background: #282828;
}
.i-footer__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
  margin-right: 60px;
}
.i-footer__logo img {
  width: 100%;
}
.i-footer__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  line-height: 1.4;
}
.i-footer__address {
  font-size: 28px;
}
.i-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.i-flex__between-center {
  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;
}
.i-flex__between-start {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-flex__between-end {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.i-flex__between-stretch {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-flex__center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-flex__start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-flex__end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-flex__start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.i-flex__end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.i-flex__end-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-flex__start-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-flex__center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.i-flex__center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-flex__start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-flex__around-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-flex__center-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-flex__evenly-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-flex__start-baseline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.i-flex__between-baseline {
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1366px) {
  .i-phone__item {
    padding: 120px 0;
  }
  .i-phone__wrap > * {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
  .i-phone__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .i-phone__price {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .i-phone__sales {
    font-size: 20px;
  }
  .i-phone__btn {
    font-size: 22px;
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .i-container {
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .i-header__contacts:hover .i-header__contacts_drop {
    opacity: 1;
    z-index: 99;
    visibility: visible;
  }
  .i-header__contacts:hover .i-header__contacts_label {
    color: #E63946;
  }
  .i-header__contacts:hover .i-header__contacts_label span:last-child svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    fill: #E63946;
  }
  .i-popup-phone__btn_item:hover {
    border: 2px solid #E63946;
    color: #21293A;
  }
}
@media (max-width: 1024px) {
  .i-header {
    margin-bottom: -140px;
  }
  .i-header__wrapper {
    height: 140px;
  }
  .i-header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 260px;
  }
  .i-header__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .i-header__link-sales {
    display: none;
    margin-right: 0;
  }
  .i-header__list {
    display: none;
  }
  .i-header__list.active {
    display: block;
  }
  .i-header__list.active .i-header__contacts_drop {
    opacity: 1;
    z-index: 99;
    visibility: visible;
  }
  .i-header__contacts {
    height: 60px;
  }
  .i-header__contacts_label {
    display: none;
  }
  .i-header__contacts_drop {
    padding: 20px 15px;
  }
  .i-header__contacts_item {
    padding: 7px 15px;
    border-bottom: 1px solid #DEE0E5;
  }
  .i-header__contacts_item:nth-last-child(2) {
    border-bottom: 1px solid #DEE0E5;
  }
  .i-header__contacts_item:last-child {
    border-bottom: none;
  }
  .i-header__contacts_number {
    margin-right: 30px;
    font-size: 18px;
  }
  .i-header__contacts_messenger {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27px;
        -ms-flex: 0 0 27px;
            flex: 0 0 27px;
    width: 27px;
    height: 26px;
  }
  .i-header__contacts_link-sales {
    display: block;
  }
  .i-head-bnr {
    height: 700px;
    padding-top: 180px;
  }
  .i-head-bnr__title {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .i-head-bnr__subtitle {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .i-head-bnr__select_label {
    padding: 26px 29px;
    font-size: 22px;
  }
  .i-head-bnr__select_drop {
    padding: 10px 30px;
  }
  .i-head-bnr__select_item {
    font-size: 20px;
  }
  .i-phone__item {
    padding: 80px 0;
  }
  .i-phone__wrap > * {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
  .i-phone__title {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .i-phone__price {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .i-phone__sales {
    font-size: 16px;
  }
  .i-phone__btn {
    font-size: 18px;
    padding: 18px 60px;
    margin-top: 20px;
  }
  .i-instruction {
    padding: 70px 0;
  }
  .i-instruction__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .i-instruction__text {
    font-size: 20px;
    margin-bottom: 20px;
    text-indent: 30px;
  }
  .i-instruction__list {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .i-instruction__list li {
    font-size: 18px;
  }
  .i-faq {
    padding: 80px 0;
  }
  .i-faq__title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .i-faq__label {
    font-size: 26px;
  }
  .i-faq__drop {
    font-size: 22px;
  }
  .i-faq__ol li {
    text-indent: 25px;
  }
  .i-footer {
    padding: 30px 0;
  }
  .i-footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
  }
  .i-popup-phone__container {
    padding: 50px 15px;
  }
  .i-popup-phone__wrap {
    display: block;
  }
  .i-popup-phone__close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .i-popup-phone__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    height: 300px;
  }
  .i-popup-phone__img img {
    max-width: 220px;
  }
  .i-popup-phone__title {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
  }
  .i-popup-phone__price {
    margin-bottom: 15px;
    text-align: center;
  }
  .i-popup-phone__price_val {
    font-size: 28px;
    margin-right: 6px;
  }
  .i-popup-phone__price_sales {
    font-size: 16px;
  }
  .i-popup-phone__margin {
    margin-bottom: 15px;
  }
  .i-popup-phone__subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .i-popup-phone__color_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .i-popup-phone__color_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .i-popup-phone__btn_item {
    font-size: 16px;
    height: 60px;
    margin-right: 10px;
  }
  .i-popup-phone__input {
    margin-bottom: 5px;
  }
  .i-popup-phone__input input {
    height: 60px;
    padding: 5px 40px 5px 10px;
    font-size: 16px;
  }
  .i-popup-phone__input_icon {
    right: 10px;
    width: 20px;
  }
  .i-popup-phone__input_icon.check {
    height: 14px;
  }
  .i-popup-phone__input_icon.close {
    height: 20px;
  }
  .i-popup-phone__btn-submit {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 380px;
    height: 70px;
    font-size: 18px;
  }
  .i-popup-phone__desc-bot {
    font-size: 16px;
  }
  .i-popup-success__close {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
  .i-popup-success__wrap {
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 20px;
  }
  .i-popup-success__icon {
    margin-bottom: 30px;
  }
  .i-popup-success__title {
    font-size: 36px;
    margin-bottom: 7px;
  }
  .i-popup-success__text {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .i-container {
    padding: 0 15px;
  }
  .i-header {
    margin-bottom: -80px;
  }
  .i-header__wrapper {
    height: 80px;
    padding: 0 5px;
  }
  .i-header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .i-header__toggle {
    width: 33px;
    height: 28px;
  }
  .i-header__toggle div {
    width: 23px;
    height: 2px;
    margin-bottom: 5px;
  }
  .i-header__toggle.active div:first-child {
    margin-bottom: -2px;
  }
  .i-header__contacts {
    height: 28px;
  }
  .i-header__contacts_drop {
    padding: 18px 10px;
  }
  .i-header__contacts_item {
    padding: 7px 20px;
  }
  .i-header__contacts_number {
    margin-right: 30px;
    font-size: 16px;
  }
  .i-header__contacts_link-sales {
    font-size: 16px;
  }
  .i-head-bnr {
    height: 640px;
    padding-top: 200px;
  }
  .i-head-bnr__title {
    max-width: 345px;
    font-size: 38px;
    margin-bottom: 15px;
  }
  .i-head-bnr__subtitle {
    max-width: 345px;
    font-size: 18px;
  }
  .i-head-bnr__select {
    max-width: 345px;
  }
  .i-head-bnr__select_label {
    padding: 23px 20px;
    font-size: 18px;
  }
  .i-head-bnr__select_drop {
    padding: 10px;
  }
  .i-head-bnr__select_item {
    font-size: 16px;
  }
  .i-phone__item {
    padding: 50px 0;
  }
  .i-phone__item:nth-child(odd) .i-phone__img {
    text-align: center;
  }
  .i-phone__item:nth-child(even) .i-phone__img {
    text-align: center;
  }
  .i-phone__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .i-phone__wrap > * {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .i-phone__img {
    height: 240px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
  .i-phone__img img {
    max-height: 240px;
  }
  .i-phone__info {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .i-phone__title {
    text-align: center;
  }
  .i-phone__price {
    text-align: center;
  }
  .i-phone__sales {
    text-align: center;
  }
  .i-phone__btn {
    display: block;
    max-width: 400px;
    width: 100%;
    padding: 18px;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .i-instruction {
    padding: 30px 0;
  }
  .i-instruction__title {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
  }
  .i-instruction__text {
    font-size: 16px;
    margin-bottom: 15px;
    text-indent: 20px;
  }
  .i-instruction__list {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .i-instruction__list li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .i-faq {
    padding: 40px 0;
  }
  .i-faq__title {
    font-size: 36px;
    margin-bottom: 25px;
    text-align: left;
  }
  .i-faq__item {
    margin-bottom: 15px;
  }
  .i-faq__label {
    font-size: 18px;
    margin-right: 10px;
    padding: 17px 20px;
  }
  .i-faq__drop {
    padding: 12px 15px 30px 15px;
    font-size: 18px;
  }
  .i-faq__ol li {
    text-indent: 15px;
  }
  .i-footer {
    padding: 40px 0;
  }
  .i-footer__wrapper {
    display: block;
  }
  .i-footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .i-footer__logo img {
    width: 139px;
  }
  .i-footer__right {
    text-align: center;
  }
  .i-footer__address {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .i-head-bnr {
    background-position-x: 95%;
  }
  .i-head-bnr__title {
    max-width: 100%;
  }
  .i-head-bnr__subtitle {
    max-width: 100%;
  }
  .i-head-bnr__select {
    max-width: 100%;
  }
}
