.clear {
  display: block;
  clear: both; }

.rub:after {
  margin-left: 8px;
  display: inline-block;
  content: '';
  background-image: url(../img/svg/rub.svg);
  width: 19px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.header__menu .top_menu_button > a, .header__menu .top_menu_button > div {
  position: relative;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  max-height: 16px;
  display: flex;
  align-items: center; }
  .header__menu .top_menu_button > a:hover, .header__menu .top_menu_button > div:hover {
    opacity: 0.8; }
  .header__menu .top_menu_button > a img, .header__menu .top_menu_button > div img {
    width: 45px;
    height: 45px; }
    @media screen and (max-width: 1600px) {
      .header__menu .menu_basket > a img, .header__menu .menu_basket > div img{
        width: 30px!important;
        height: 30px!important;
      }
      .header__menu .top_menu_button > a img, .header__menu .top_menu_button > div img {
        width: 30px;
        height: 30px; }
      .header__menu ul li {
        margin: 0 13px!important;
      }
      .header__lang {
        margin: 28px 0!important;
      }
    }
  .header__menu .top_menu_button > a span, .header__menu .top_menu_button > div span {
    position: absolute;
    top: -30px!important;
    right: -10px;
    border: none !important;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24em;
    color: #426DA9;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #FFFFFF; }
@media screen and (max-width: 880px){
  .mobile-menu .top_menu_button div span{
    top: 0!important;
  }
}
    @media screen and (max-width: 1100px){
      .top_menu_button div span
      .header__menu ul li a {
        letter-spacing: 1px!important;
        font-size: 10px!important;
      }
      .header__menu ul li {
        margin: 0 10px!important;
      }
    }
    @media screen and (max-width: 1300px) {
      .header__lang li {
        margin-right: 0!important;
        font-size: 12px!important;
      }
      .header{
        padding: 0 15px!important;
      }
      .header__logo{
        width: 160px!important;
        height: 87px!important;
      }
      .header__logo img{
        height: 87px!important;
        width: 170px!important;
      }
      .header__menu{
        padding-left: 0!important;
      }
      .header__menu .top_menu_button > a span, .header__menu .top_menu_button > div span {
        top: -15px;
        font-size: 11px;
        letter-spacing: 0em;
        width: 17px;
        height: 17px;
        line-height: 17px; } }

.header__menu .menu_basket > a, .header__menu .menu_basket > div {
  align-items: flex-start;
  opacity: 1 !important; }
  .header__menu .menu_basket > a img, .header__menu .menu_basket > div img {
    width: 45px;
    height: 45px;
  }
    @media screen and (max-width: 1300px) {
      .header__menu {
        margin: 30px 0 0!important;
      }
      .header__menu .menu_basket > a img, .header__menu .menu_basket > div img {
        width: 21px;
        height: 23px; } }
  .header__menu .menu_basket > a:hover > img, .header__menu .menu_basket > div:hover > img {
    opacity: 0.8; }

.header__menu .menu_basket .sub_basket {
  display: none;
  position: absolute;
  top: calc(100% + 35px);
  right: 15px;
  max-height: 1000000px;
  width: 320px;
  padding: 33px 25px 25px !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  z-index: 15; }
  .header__menu .menu_basket .sub_basket:before {
    top: 0px;
    right: 0px;
    position: absolute;
    content: "";
    display: block;
    border-right: 31px solid #fff;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    transition: all 0.3s ease; }
  .header__menu .menu_basket .sub_basket.openned:before {
    top: -31px; }
  .header__menu .menu_basket .sub_basket_title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #000000; }
    .header__menu .menu_basket .sub_basket_title span {
      top: 0px;
      right: 0px;
      left: 0px;
      display: block;
      position: relative;
      width: 100%;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      color: #426DA9;
      margin-bottom: 20px; }
  .header__menu .menu_basket .sub_basket_product_title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #426DA9;
    padding-bottom: 0px !important;
    border-bottom: none !important;
    margin-bottom: 10px; }
    .header__menu .menu_basket .sub_basket_product_title:hover {
      color: #002855; }
  .header__menu .menu_basket .sub_basket_product_element {
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative; }
    .header__menu .menu_basket .sub_basket_product_element_name {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0;
      color: #000000; }
    .header__menu .menu_basket .sub_basket_product_element_price {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #426DA9; }
    .header__menu .menu_basket .sub_basket_product_element_del {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 0px;
      right: 0px;
      opacity: 0.6;
      transition: opacity 0.3s ease;
      cursor: pointer;
      background-image: url("../img/svg/delete.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      .header__menu .menu_basket .sub_basket_product_element_del:hover {
        opacity: 1; }
  .header__menu .menu_basket .sub_basket_summ {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #426DA9; }
  .header__menu .menu_basket .sub_basket .btn_n {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 0px !important;
    border: 2px solid #426DA9;
    box-sizing: border-box;
    border-radius: 10px;
    color: #426DA9;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #426DA9;
    cursor: pointer;
    transition: all 0.3s ease; }
    .header__menu .menu_basket .sub_basket .btn_n:hover {
      border-color: #002855;
      color: #002855; }

.mobile-menu ul + ul:after {
  display: block;
  content: "";
  clear: both; }

.mobile-menu .top_menu_button {
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 10px; }
  .mobile-menu .top_menu_button.menu_basket {
    text-align: left;
    padding-left: 10px; }
  .mobile-menu .top_menu_button a, .mobile-menu .top_menu_button div {
    border-top: none !important;
    position: relative; }
    .mobile-menu .top_menu_button a span, .mobile-menu .top_menu_button div span {
      position: absolute;
      top: -5px;
      left: 21px;
      border: none !important;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.24em;
      color: #426DA9;
      text-align: center;
      width: 24px;
      height: 24px;
      border-radius: 24px;
      background: #FFFFFF;
      text-align: center; }
  .mobile-menu .top_menu_button .sub_basket {
    display: none !important; }

.img_href {
  text-decoration: none !important;
  border-bottom: none !important; }

.btn_n {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: 2px solid #426DA9;
  box-sizing: border-box;
  border-radius: 10px;
  color: #426DA9;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn_n:hover {
    border-color: #002855;
    color: #002855; }
  .btn_n.disabled {
    border-color: #D0D0D0 !important;
    color: #D0D0D0 !important; }
  .btn_n.solid {
    background: #426DA9;
    border: 2px solid #426DA9;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FFFFFF; }
    .btn_n.solid:hover {
      background: #002855;
      border: 2px solid #002855; }
  .btn_n.red {
    background: transparent;
    border: 2px solid #DA291C;
    color: #DA291C; }
    .btn_n.red:hover {
      background: #DA291C;
      border: 2px solid #DA291C;
      color: #FFFFFF; }
  .btn_n.left {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    width: auto; }
  .btn_n.right {
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    width: auto; }
  .btn_n.big {
    width: 300px; }
    @media screen and (max-width: 1020px) {
      .btn_n.big {
        width: 100%; } }

.buttons_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .buttons_box.center {
    justify-content: center; }
    .buttons_box.center > div, .buttons_box.center > a {
      margin-right: 66px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1020px) {
        .buttons_box.center > div, .buttons_box.center > a {
          width: 100%; } }
      .buttons_box.center > div:last-child, .buttons_box.center > a:last-child {
        margin-right: 0px; }
  @media screen and (max-width: 1020px) {
    .buttons_box {
      display: block; } }

.button_box {
  width: 300px;
  margin-right: 66px; }
  @media screen and (max-width: 1020px) {
    .button_box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }
  .button_box span {
    display: block;
    padding-top: 18px;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #A8A8A8; }

.input_range {
  padding-top: 42px;
  position: relative; }
  .input_range .val {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -30px;
    width: 60px;
    height: 29px;
    background: #426DA9;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF; }
    .input_range .val:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-top: 10px solid #426DA9;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .input_range .val_mrg {
      position: relative;
      top: -42px;
      margin: 0 14px 0; }
  .input_range input[type=range] {
    -webkit-appearance: none;
    height: 28px;
    width: 100%; }
    .input_range input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      position: relative;
      top: -10px;
      width: 28px;
      height: 28px;
      border-radius: 29px;
      background: #426DA9;
      border: none;
      cursor: pointer; }
    .input_range input[type=range]::-moz-range-thumb {
      position: relative;
      top: -10px;
      width: 28px;
      height: 28px;
      border-radius: 29px;
      background: #426DA9;
      border: none;
      cursor: pointer; }
    .input_range input[type=range]::-ms-thumb {
      position: relative;
      top: -10px;
      width: 28px;
      height: 28px;
      border-radius: 29px;
      background: #426DA9;
      border: none;
      cursor: pointer; }
    .input_range input[type=range]::-webkit-slider-runnable-track {
      height: 8px;
      background: #D0D0D0;
      border-radius: 6.5px; }
    .input_range input[type=range]::-moz-range-track {
      height: 8px;
      background: #D0D0D0;
      border-radius: 6.5px; }
    .input_range input[type=range]::-ms-track {
      height: 8px;
      background: #D0D0D0;
      border-radius: 6.5px; }
  .input_range .vals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 20px; }

.tab_nav {
  display: flex;
  justify-content: center;
  align-items: center; }
  .tab_nav_element {
    margin: 0 44px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    letter-spacing: 0.24em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #426DA9;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease; }
    .tab_nav_element:hover {
      opacity: 0.8; }
    .tab_nav_element.active {
      font-weight: bold;
      text-decoration-line: none;
      color: #000000; }

.form_table_col {
  float: left;
  width: 461px;
  max-width: calc(50% - 40px);
  margin-right: 40px; }
  @media screen and (max-width: 1020px) {
    .form_table_col {
      width: 100%;
      max-width: 100%;
      margin-right: 0px;
      float: none; } }

.form_table_no_col {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1020px) {
    .form_table_no_col {
      float: none; } }
  .form_table_no_col > label {
    display: block;
    float: left;
    width: 461px;
    max-width: calc(50% - 40px);
    margin-right: 40px; }
    @media screen and (max-width: 1020px) {
      .form_table_no_col > label {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        float: none; } }

.form_table hr {
  width: 960px;
  max-width: 100%;
  border-color: #426DA9;
  border-top: 0px;
  margin: 0px 0 10px;
  display: block; }
  @media screen and (max-width: 1020px) {
    .form_table hr {
      width: 100%; } }

.checkbox {
  display: flex;
  align-items: center;
  padding: 20px 0 40px;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + .checkbox_button:after {
      opacity: 1; }
  .checkbox .checkbox_button {
    position: relative;
    margin-right: 20px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 2px solid #D0D0D0;
    box-sizing: border-box; }
    .checkbox .checkbox_button:after {
      display: block;
      position: absolute;
      top: 3px;
      left: 3px;
      width: 15px;
      height: 13px;
      content: "";
      opacity: 0;
      transition: opacity 0.3s ease;
      background-image: url("../img/svg/checkbox.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .checkbox span {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000; }

.radio, .input {
  position: relative;
  display: block;
  margin-bottom: 30px;
  min-height: 78px; }
  .radio span, .input span {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
    transition: color 0.3s ease; }
  .radio .val, .input .val {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #000000; }
  .radio input[type="text"],
  .radio input[type="password"],
  .radio input[type="phone"],
  .radio input[type="mail"], .input input[type="text"],
  .input input[type="password"],
  .input input[type="phone"],
  .input input[type="mail"] {
    width: 100%;
    border: 2px solid #D0D0D0;
    box-sizing: border-box;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 19px 17px;
    letter-spacing: 0.2em;
    color: #000000; }
    @media screen and (max-width: 1020px) {
      .radio input[type="text"],
      .radio input[type="password"],
      .radio input[type="phone"],
      .radio input[type="mail"], .input input[type="text"],
      .input input[type="password"],
      .input input[type="phone"],
      .input input[type="mail"] {
        letter-spacing: 0; } }
    .radio input[type="text"]::-moz-placeholder,
    .radio input[type="password"]::-moz-placeholder,
    .radio input[type="phone"]::-moz-placeholder,
    .radio input[type="mail"]::-moz-placeholder, .input input[type="text"]::-moz-placeholder,
    .input input[type="password"]::-moz-placeholder,
    .input input[type="phone"]::-moz-placeholder,
    .input input[type="mail"]::-moz-placeholder {
      color: #D0D0D0; }
    .radio input[type="text"]::-webkit-input-placeholder,
    .radio input[type="password"]::-webkit-input-placeholder,
    .radio input[type="phone"]::-webkit-input-placeholder,
    .radio input[type="mail"]::-webkit-input-placeholder, .input input[type="text"]::-webkit-input-placeholder,
    .input input[type="password"]::-webkit-input-placeholder,
    .input input[type="phone"]::-webkit-input-placeholder,
    .input input[type="mail"]::-webkit-input-placeholder {
      color: #D0D0D0; }
    .radio input[type="text"]:-ms-input-placeholder,
    .radio input[type="password"]:-ms-input-placeholder,
    .radio input[type="phone"]:-ms-input-placeholder,
    .radio input[type="mail"]:-ms-input-placeholder, .input input[type="text"]:-ms-input-placeholder,
    .input input[type="password"]:-ms-input-placeholder,
    .input input[type="phone"]:-ms-input-placeholder,
    .input input[type="mail"]:-ms-input-placeholder {
      color: #D0D0D0; }
    .radio input[type="text"]::-ms-input-placeholder,
    .radio input[type="password"]::-ms-input-placeholder,
    .radio input[type="phone"]::-ms-input-placeholder,
    .radio input[type="mail"]::-ms-input-placeholder, .input input[type="text"]::-ms-input-placeholder,
    .input input[type="password"]::-ms-input-placeholder,
    .input input[type="phone"]::-ms-input-placeholder,
    .input input[type="mail"]::-ms-input-placeholder {
      color: #D0D0D0; }
    .radio input[type="text"]::placeholder,
    .radio input[type="password"]::placeholder,
    .radio input[type="phone"]::placeholder,
    .radio input[type="mail"]::placeholder, .input input[type="text"]::placeholder,
    .input input[type="password"]::placeholder,
    .input input[type="phone"]::placeholder,
    .input input[type="mail"]::placeholder {
      color: #D0D0D0; }
  .radio .error, .input .error {
    position: absolute;
    top: calc(100% + 5px);
    left: 0px;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    color: #E35E55;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .radio.have_value span, .input.have_value span {
    color: #DCDCDC; }
  .radio.error input[type="text"],
  .radio.error input[type="password"],
  .radio.error input[type="phone"],
  .radio.error input[type="mail"], .input.error input[type="text"],
  .input.error input[type="password"],
  .input.error input[type="phone"],
  .input.error input[type="mail"] {
    border: 2px solid #DA291C; }
  .radio.error .error, .input.error .error {
    opacity: 1; }
  .radio.valid input[type="text"],
  .radio.valid input[type="password"],
  .radio.valid input[type="phone"],
  .radio.valid input[type="mail"], .input.valid input[type="text"],
  .input.valid input[type="password"],
  .input.valid input[type="phone"],
  .input.valid input[type="mail"] {
    border: 2px solid #23BF33; }
  .radio_box, .input_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .radio_box .in_radio, .input_box .in_radio {
      padding: 10px 0;
      display: flex;
      align-items: center;
      margin-right: 40px;
      cursor: pointer; }
      .radio_box .in_radio input, .input_box .in_radio input {
        display: none; }
        .radio_box .in_radio input:checked + .in_radio_button:after, .input_box .in_radio input:checked + .in_radio_button:after {
          opacity: 1; }
        .radio_box .in_radio input:disabled + .in_radio_button, .input_box .in_radio input:disabled + .in_radio_button {
          border: 2px solid #D1D1D1; }
          .radio_box .in_radio input:disabled + .in_radio_button:after, .input_box .in_radio input:disabled + .in_radio_button:after {
            background: #D1D1D1; }
      .radio_box .in_radio_button, .input_box .in_radio_button {
        position: relative;
        margin-right: 30px;
        width: 32px;
        height: 32px;
        border-radius: 32px;
        border: 2px solid #D1D1D1;
        box-sizing: border-box; }
        .radio_box .in_radio_button:after, .input_box .in_radio_button:after {
          position: absolute;
          top: 4px;
          left: 4px;
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 20px;
          background: #426DA9;
          opacity: 0;
          transition: opacity 0.3s ease; }
      .radio_box .in_radio_text, .input_box .in_radio_text {
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        white-space: nowrap;
        text-transform: lowercase;
        color: #000000; }
        .radio_box .in_radio_text.wrap, .input_box .in_radio_text.wrap {
          white-space: wrap; }
  .radio_tab, .input_tab {
    display: flex;
    justify-content: flex;
    align-items: center;
    padding: 6px 0;
    cursor: pointer; }
    .radio_tab input, .input_tab input {
      display: none; }
      .radio_tab input:checked + .radio_tab_button:after, .input_tab input:checked + .radio_tab_button:after {
        opacity: 1; }
      .radio_tab input:disabled + .radio_tab_button, .input_tab input:disabled + .radio_tab_button {
        border: 2px solid #D1D1D1; }
        .radio_tab input:disabled + .radio_tab_button:after, .input_tab input:disabled + .radio_tab_button:after {
          background: #D1D1D1; }
    .radio_tab_button, .input_tab_button {
      position: relative;
      margin-right: 30px;
      width: 32px;
      min-width: 32px;
      height: 32px;
      border-radius: 32px;
      border: 2px solid #D1D1D1;
      box-sizing: border-box; }
      .radio_tab_button:after, .input_tab_button:after {
        position: absolute;
        top: 4px;
        left: 4px;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: #426DA9;
        opacity: 0;
        transition: opacity 0.3s ease; }
    .radio_tab_text, .input_tab_text {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #426DA9; }

.page_buy_element {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px; }
  @media screen and (max-width: 1020px) {
    .page_buy_element {
      display: block;
      position: relative;
      margin-bottom: 40px; } }
  .page_buy_element_img {
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    margin-right: 100px; }
    .page_buy_element_img img {
      width: 100%; }
    @media screen and (max-width: 1020px) {
      .page_buy_element_img {
        width: 140px;
        min-width: 140px;
        margin-right: 0px;
        position: absolute;
        top: 0px;
        left: 0px; } }
  .page_buy_element_text {
    width: 560px;
    max-width: 560px;
    min-width: 560px; }
    @media screen and (max-width: 1020px) {
      .page_buy_element_text {
        width: 100%;
        max-width: 100%;
        min-width: 0px; } }
    .page_buy_element_text_company {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 36px;
      line-height: normal;
      letter-spacing: 0.5em;
      color: #000000;
      margin-bottom: 8px; }
      @media screen and (max-width: 1020px) {
        .page_buy_element_text_company {
          font-size: 18px;
          padding-left: 170px;
          margin-bottom: 6px; } }
    .page_buy_element_text_name {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 64px;
      line-height: normal;
      color: #426DA9; }
      @media screen and (max-width: 1020px) {
        .page_buy_element_text_name {
          padding-left: 170px;
          font-size: 24px;
          min-height: 130px; } }
      .page_buy_element_text_name span {
        display: block;
        margin-top: 9px;
        margin-bottom: 8px;
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: normal; }
        @media screen and (max-width: 1020px) {
          .page_buy_element_text_name span {
            margin-top: 4px;
            font-size: 18px;
            margin-bottom: 50px; } }
    .page_buy_element_text p {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: normal;
      color: #000000;
      margin: 0 0 40px !important; }
      @media screen and (max-width: 1020px) {
        .page_buy_element_text p {
          margin: 0 0 35px !important; } }

@media screen and (max-width: 1020px) {
  .page_buy_button {
    margin: 0 auto; } }

.page_buy_delete_basket {
  position: relative;
  top: 10px;
  text-align: center; }

.page_buy_p_description {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 1020px) {
    .page_buy_p_description {
      display: block;
      position: relative;
      margin-bottom: 40px; } }
  .page_buy_p_description_img {
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    margin-right: 100px; }
    .page_buy_p_description_img img {
      width: 100%; }
    @media screen and (max-width: 1020px) {
      .page_buy_p_description_img {
        width: 140px;
        min-width: 140px;
        margin-right: 0px;
        position: absolute;
        top: 0px;
        left: 0px; } }
  .page_buy_p_description_text {
    width: 660px;
    max-width: 660px;
    min-width: 660px; }
    @media screen and (max-width: 1020px) {
      .page_buy_p_description_text {
        width: 100%;
        max-width: 100%;
        min-width: 0px; } }
    .page_buy_p_description_text_title {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: normal;
      color: #426DA9;
      margin-bottom: 8px; }
      @media screen and (max-width: 1020px) {
        .page_buy_p_description_text_title {
          font-size: 18px;
          padding-left: 170px;
          margin-bottom: 6px;
          min-height: 130px; } }
      .page_buy_p_description_text_title br {
        display: none; }
        @media screen and (max-width: 1020px) {
          .page_buy_p_description_text_title br {
            display: inherit; } }
    .page_buy_p_description_text p {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: normal;
      color: #000000;
      margin: 0 0 8px !important; }
      @media screen and (max-width: 1020px) {
        .page_buy_p_description_text p {
          margin: 0 0 35px !important; } }
    .page_buy_p_description_text a {
      margin: 0 0 8px !important; }

.page_buy_p_pro_elements {
  background: #FAFAFA;
  margin-bottom: 12px; }

@media screen and (max-width: 1020px) {
  .page_buy_p_updates_elements .page_buy_p_lite_element:first-child,
  .page_buy_p_updates_elements .page_buy_p_pro_element:first-child,
  .page_buy_p_updates_elements .page_buy_p_total_element:first-child,
  .page_buy_p_updates_elements .page_buy_p_updates_element:first-child {
    display: none; } }

.page_buy_p_lite, .page_buy_p_pro, .page_buy_p_total, .page_buy_p_updates {
  margin-bottom: 40px; }
  @media screen and (max-width: 1020px) {
    .page_buy_p_lite, .page_buy_p_pro, .page_buy_p_total, .page_buy_p_updates {
      margin-bottom: 0px; } }
  .page_buy_p_lite_title, .page_buy_p_pro_title, .page_buy_p_total_title, .page_buy_p_updates_title {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #426DA9;
    margin-bottom: 8px; }
  .page_buy_p_lite_subtitle, .page_buy_p_pro_subtitle, .page_buy_p_total_subtitle, .page_buy_p_updates_subtitle {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000; }
  .page_buy_p_lite_element, .page_buy_p_pro_element, .page_buy_p_total_element, .page_buy_p_updates_element {
    display: none; }
    .page_buy_p_lite_element_content, .page_buy_p_pro_element_content, .page_buy_p_total_element_content, .page_buy_p_updates_element_content {
      width: 100% !important;
      padding: 28px 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_content, .page_buy_p_pro_element_content, .page_buy_p_total_element_content, .page_buy_p_updates_element_content {
          padding: 28px 0px;
          flex-direction: column;
          justify-content: flex-start; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_content .btn_n, .page_buy_p_pro_element_content .btn_n, .page_buy_p_total_element_content .btn_n, .page_buy_p_updates_element_content .btn_n {
          max-width: 1200px;
          width: 100%; } }
    .page_buy_p_lite_element.in, .page_buy_p_pro_element.in, .page_buy_p_total_element.in, .page_buy_p_updates_element.in {
      display: block; }
    .page_buy_p_lite_element.left, .page_buy_p_pro_element.left, .page_buy_p_total_element.left, .page_buy_p_updates_element.left {
      justify-content: flex-start; }
    .page_buy_p_lite_element.right, .page_buy_p_pro_element.right, .page_buy_p_total_element.right, .page_buy_p_updates_element.right {
      justify-content: flex-end; }
    .page_buy_p_lite_element_time, .page_buy_p_pro_element_time, .page_buy_p_total_element_time, .page_buy_p_updates_element_time {
      width: 200px;
      min-width: 200px;
      max-width: 200px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      margin-right: 100px; }
      @media screen and (max-width: 1400px) {
        .page_buy_p_lite_element_time, .page_buy_p_pro_element_time, .page_buy_p_total_element_time, .page_buy_p_updates_element_time {
          margin-right: 0px; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_time, .page_buy_p_pro_element_time, .page_buy_p_total_element_time, .page_buy_p_updates_element_time {
          margin-right: 0px;
          margin-bottom: 10px;
          text-align: center; } }
      .page_buy_p_lite_element_time i, .page_buy_p_pro_element_time i, .page_buy_p_total_element_time i, .page_buy_p_updates_element_time i {
        position: relative;
        top: -5px;
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #DA291C; }
      .page_buy_p_lite_element_time span, .page_buy_p_pro_element_time span, .page_buy_p_total_element_time span, .page_buy_p_updates_element_time span {
        display: block;
        margin-top: 8px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        text-align: left;
        color: #D0D0D0; }
        @media screen and (max-width: 1020px) {
          .page_buy_p_lite_element_time span, .page_buy_p_pro_element_time span, .page_buy_p_total_element_time span, .page_buy_p_updates_element_time span {
            margin-right: 0px;
            text-align: center; } }
    .page_buy_p_lite_element_percent, .page_buy_p_pro_element_percent, .page_buy_p_total_element_percent, .page_buy_p_updates_element_percent {
      min-width: 260px;
      max-width: 260px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      color: #000000; }
      @media screen and (max-width: 1400px) {
        .page_buy_p_lite_element_percent, .page_buy_p_pro_element_percent, .page_buy_p_total_element_percent, .page_buy_p_updates_element_percent {
          margin-right: 0px; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_percent, .page_buy_p_pro_element_percent, .page_buy_p_total_element_percent, .page_buy_p_updates_element_percent {
          display: none;
          margin-right: 0px;
          text-align: center; } }
      .page_buy_p_lite_element_percent span, .page_buy_p_pro_element_percent span, .page_buy_p_total_element_percent span, .page_buy_p_updates_element_percent span {
        display: block;
        margin-top: 8px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        text-align: left;
        color: #D0D0D0; }
        @media screen and (max-width: 1020px) {
          .page_buy_p_lite_element_percent span, .page_buy_p_pro_element_percent span, .page_buy_p_total_element_percent span, .page_buy_p_updates_element_percent span {
            margin-right: 0px;
            text-align: center; } }
    .page_buy_p_lite_element_name, .page_buy_p_pro_element_name, .page_buy_p_total_element_name, .page_buy_p_updates_element_name {
      width: 135px;
      min-width: 135px;
      max-width: 135px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: normal;
      text-transform: uppercase;
      color: #D0D0D0;
      margin-right: 65px; }
      @media screen and (max-width: 1400px) {
        .page_buy_p_lite_element_name, .page_buy_p_pro_element_name, .page_buy_p_total_element_name, .page_buy_p_updates_element_name {
          margin-right: 0px; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_name, .page_buy_p_pro_element_name, .page_buy_p_total_element_name, .page_buy_p_updates_element_name {
          max-width: 1200px;
          width: 100%;
          margin-right: 0px;
          margin-bottom: 8px;
          text-align: center; } }
      .page_buy_p_lite_element_name span, .page_buy_p_pro_element_name span, .page_buy_p_total_element_name span, .page_buy_p_updates_element_name span {
        display: block;
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: normal;
        text-transform: uppercase;
        color: #000000; }
      .page_buy_p_lite_element_name i, .page_buy_p_pro_element_name i, .page_buy_p_total_element_name i, .page_buy_p_updates_element_name i {
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #426DA9; }
    .page_buy_p_lite_element_description, .page_buy_p_pro_element_description, .page_buy_p_total_element_description, .page_buy_p_updates_element_description {
      min-width: 560px;
      max-width: 560px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: normal;
      color: #000000;
      margin-right: 40px; }
      @media screen and (max-width: 1400px) {
        .page_buy_p_lite_element_description, .page_buy_p_pro_element_description, .page_buy_p_total_element_description, .page_buy_p_updates_element_description {
          margin-right: 0px;
          min-width: 300px;
          max-width: 300px; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_description, .page_buy_p_pro_element_description, .page_buy_p_total_element_description, .page_buy_p_updates_element_description {
          min-width: 0px;
          max-width: 1200px;
          margin-right: 0px;
          margin-bottom: 20px;
          text-align: center; } }
    .page_buy_p_lite_element_price, .page_buy_p_pro_element_price, .page_buy_p_total_element_price, .page_buy_p_updates_element_price {
      min-width: 160px;
      max-width: 160px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: normal;
      color: #090909; }
      @media screen and (max-width: 1400px) {
        .page_buy_p_lite_element_price, .page_buy_p_pro_element_price, .page_buy_p_total_element_price, .page_buy_p_updates_element_price {
          margin-right: 0px; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_price, .page_buy_p_pro_element_price, .page_buy_p_total_element_price, .page_buy_p_updates_element_price {
          min-width: 0px;
          margin-right: 0px;
          margin-bottom: 20px;
          text-align: center; } }
      .page_buy_p_lite_element_price span, .page_buy_p_pro_element_price span, .page_buy_p_total_element_price span, .page_buy_p_updates_element_price span {
        display: block;
        margin-top: 8px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #D0D0D0; }
    .page_buy_p_lite_element_button, .page_buy_p_pro_element_button, .page_buy_p_total_element_button, .page_buy_p_updates_element_button {
      min-width: 200px;
      max-width: 200px;
      text-align: center; }
      @media screen and (max-width: 1400px) {
        .page_buy_p_lite_element_button, .page_buy_p_pro_element_button, .page_buy_p_total_element_button, .page_buy_p_updates_element_button {
          margin-right: 0px; } }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element_button, .page_buy_p_pro_element_button, .page_buy_p_total_element_button, .page_buy_p_updates_element_button {
          max-width: 1200px;
          width: 100%; } }
      .page_buy_p_lite_element_button .btn_n, .page_buy_p_pro_element_button .btn_n, .page_buy_p_total_element_button .btn_n, .page_buy_p_updates_element_button .btn_n {
        width: 100%; }
    .page_buy_p_lite_element.dop_PO_text span, .page_buy_p_pro_element.dop_PO_text span, .page_buy_p_total_element.dop_PO_text span, .page_buy_p_updates_element.dop_PO_text span {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      text-transform: uppercase;
      color: #D0D0D0;
      white-space: nowrap;
      margin-right: 12px; }
    .page_buy_p_lite_element.dop_PO_text i, .page_buy_p_pro_element.dop_PO_text i, .page_buy_p_total_element.dop_PO_text i, .page_buy_p_updates_element.dop_PO_text i {
      display: block;
      width: 100%;
      border-bottom: 1px solid #D0D0D0; }
      @media screen and (max-width: 1020px) {
        .page_buy_p_lite_element.dop_PO_text i, .page_buy_p_pro_element.dop_PO_text i, .page_buy_p_total_element.dop_PO_text i, .page_buy_p_updates_element.dop_PO_text i {
          display: none; } }
    .page_buy_p_lite_element.in_basket .page_buy_p_lite_element_price, .page_buy_p_lite_element.in_basket .page_buy_p_pro_element_price, .page_buy_p_lite_element.in_basket .page_buy_p_total_element_price, .page_buy_p_pro_element.in_basket .page_buy_p_lite_element_price, .page_buy_p_pro_element.in_basket .page_buy_p_pro_element_price, .page_buy_p_pro_element.in_basket .page_buy_p_total_element_price, .page_buy_p_total_element.in_basket .page_buy_p_lite_element_price, .page_buy_p_total_element.in_basket .page_buy_p_pro_element_price, .page_buy_p_total_element.in_basket .page_buy_p_total_element_price, .page_buy_p_updates_element.in_basket .page_buy_p_lite_element_price, .page_buy_p_updates_element.in_basket .page_buy_p_pro_element_price, .page_buy_p_updates_element.in_basket .page_buy_p_total_element_price {
      font-weight: bold;
      color: #426DA9; }
    .page_buy_p_lite_element.in_basket .rub:after, .page_buy_p_pro_element.in_basket .rub:after, .page_buy_p_total_element.in_basket .rub:after, .page_buy_p_updates_element.in_basket .rub:after {
      background-image: url(../img/svg/rub_blue.svg); }

.page_buy_p_counter_titles, .page_buy_p_counter_elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 70px; }
  @media screen and (max-width: 1020px) {
    .page_buy_p_counter_titles, .page_buy_p_counter_elements {
      flex-direction: column;
      justify-content: flex-start;
      padding: 28px 0px; } }

.page_buy_p_counter_titles > div {
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #426DA9 !important; }

@media screen and (max-width: 1020px) {
  .page_buy_p_counter_titles {
    display: none; } }

.page_buy_p_counter_element .title {
  display: none; }

.page_buy_p_counter_element.count {
  min-width: 560px;
  max-width: 560px; }
  @media screen and (max-width: 1400px) {
    .page_buy_p_counter_element.count {
      min-width: 300px;
      max-width: 300px; } }
  @media screen and (max-width: 1020px) {
    .page_buy_p_counter_element.count {
      min-width: 0px;
      max-width: 10000px; }
      .page_buy_p_counter_element.count .title {
        display: block;
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #426DA9;
        margin-bottom: 20px; } }

.page_buy_p_counter_element.price {
  min-width: 200px;
  max-width: 200px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #090909; }
  .page_buy_p_counter_element.price span {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #D0D0D0; }
  @media screen and (max-width: 1020px) {
    .page_buy_p_counter_element.price {
      min-width: 0px;
      max-width: 10000px;
      text-align: center;
      margin-bottom: 16px; }
      .page_buy_p_counter_element.price .title {
        display: block;
        font-family: RobotoMonoRegular,sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #426DA9;
        margin-bottom: 10px; } }

.page_buy_p_counter_element.buy {
  min-width: 200px;
  max-width: 200px;
  text-align: center; }
  @media screen and (max-width: 1020px) {
    .page_buy_p_counter_element.buy {
      width: 100%;
      min-width: 0px;
      max-width: 10000px;
      margin-bottom: 40px; }
      .page_buy_p_counter_element.buy .btn_n {
        width: 100%; } }

.page_buy_p_counter .in_basket .price {
  font-weight: bold;
  color: #426DA9; }

.page_buy_p_summ {
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #426DA9;
  margin-bottom: 30px; }
  @media screen and (max-width: 1020px) {
    .page_buy_p_summ + .btn_n {
      max-width: 1200px;
      width: 100% !important; } }

.page_buy_p .to_basket {
  width: 280px;
  margin: 0 auto; }

.page_basket_table_status {
  padding: 0 70px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .page_basket_table_status.green {
    color: #23BF33; }
  .page_basket_table_status.red {
    color: #DA291C; }
  @media screen and (max-width: 1020px) {
    .page_basket_table_status {
      padding: 0 20px; } }

@media screen and (max-width: 1020px) {
  .page_basket_table_titles {
    display: none; } }

.page_basket_table_element {
  width: 100% !important;
  padding: 28px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1020px) {
    .page_basket_table_element {
      align-items: flex-start;
      position: relative;
      padding: 16px 20px; } }
  .page_basket_table_element_urls {
    padding: 28px 70px;
    text-align: right; }
    .page_basket_table_element_urls a {
      text-transform: uppercase; }
  .page_basket_table_element_title {
    width: 100% !important;
    padding: 28px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1020px) {
      .page_basket_table_element_title {
        padding: 16px 20px; } }
    .page_basket_table_element_title span {
      white-space: nowrap;
      margin-right: 22px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      text-decoration-line: underline;
      color: #426DA9; }
    .page_basket_table_element_title a {
      white-space: nowrap;
      margin-right: 38px;
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-decoration-line: underline;
      text-transform: uppercase;
      color: #BDBDBD;
      border-bottom: none; }
      @media screen and (max-width: 1020px) {
        .page_basket_table_element_title a {
          margin-right: 0px; } }
    .page_basket_table_element_title i {
      display: block;
      width: 100%;
      height: 1px;
      background: #426DA9; }
      @media screen and (max-width: 1020px) {
        .page_basket_table_element_title i {
          display: none; } }

.page_basket_table_title.name, .page_basket_table_element_col.name {
  padding-left: 100px;
  min-width: 500px;
  max-width: 500px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000000; }
  @media screen and (max-width: 1400px) {
    .page_basket_table_title.name, .page_basket_table_element_col.name {
      padding-left: 0px;
      min-width: 300px;
      max-width: 300px; } }
  @media screen and (max-width: 1020px) {
    .page_basket_table_title.name, .page_basket_table_element_col.name {
      font-size: 18px;
      line-height: 21px;
      min-width: 33%;
      max-width: 33%; } }

.page_basket_table_title.count, .page_basket_table_element_col.count {
  min-width: 100px;
  max-width: 100px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000; }
  @media screen and (max-width: 1020px) {
    .page_basket_table_title.count, .page_basket_table_element_col.count {
      min-width: 80px;
      max-width: 80px;
      font-size: 14px;
      line-height: 16px; } }

.page_basket_table_title.time, .page_basket_table_element_col.time {
  min-width: 200px;
  max-width: 200px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000; }

.page_basket_table_title.bye, .page_basket_table_element_col.bye {
  min-width: 200px;
  max-width: 200px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000000; }
  .page_basket_table_title.bye span, .page_basket_table_element_col.bye span {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding-top: 4px;
    color: #9D9D9D; }

.page_basket_table_title.price, .page_basket_table_element_col.price {
  min-width: 180px;
  max-width: 180px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000; }
  @media screen and (max-width: 1020px) {
    .page_basket_table_title.price, .page_basket_table_element_col.price {
      font-size: 18px;
      line-height: 21px;
      text-align: right;
      min-width: 120px; } }

.page_basket_table_title.delete, .page_basket_table_element_col.delete {
  min-width: 165px;
  max-width: 165px; }
  @media screen and (max-width: 1020px) {
    .page_basket_table_title.delete, .page_basket_table_element_col.delete {
      position: absolute;
      top: 40px;
      right: 20px;
      text-align: right; } }
  .page_basket_table_title.delete .page_buy_delete_basket, .page_basket_table_element_col.delete .page_buy_delete_basket {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.2em;
    text-decoration-line: underline;
    text-transform: uppercase;
    border-bottom: 0px;
    top: 0px; }
    @media screen and (max-width: 1020px) {
      .page_basket_table_title.delete .page_buy_delete_basket, .page_basket_table_element_col.delete .page_buy_delete_basket {
        font-size: 9px;
        line-height: 11px; } }
    .page_basket_table_title.delete .page_buy_delete_basket.disabled, .page_basket_table_element_col.delete .page_buy_delete_basket.disabled {
      color: #BDBDBD; }

.page_basket_table_title.button, .page_basket_table_element_col.button {
  min-width: 275px;
  max-width: 275px; }
  .page_basket_table_title.button span, .page_basket_table_element_col.button span {
    display: block;
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #BDBDBD;
    padding-top: 10px; }

.page_basket_table_title {
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  color: #BDBDBD !important; }
  .page_basket_table_title.name {
    padding-left: 0px; }
  .page_basket_table_title.price {
    text-align: center; }

.page_basket_table_summ {
  padding: 28px 70px;
  font-family: RobotoMonoRegular,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #426DA9;
  text-align: right; }
  @media screen and (max-width: 1020px) {
    .page_basket_table_summ {
      text-align: center;
      font-size: 24px;
      line-height: 28px; } }

.page_basket_table.lk {
  margin-bottom: 40px; }
  .page_basket_table.lk .page_basket_table_title.name, .page_basket_table.lk .page_basket_table_element_col.name {
    padding-left: 0px; }
  .page_basket_table.lk .btn_n {
    width: 275px; }
  .page_basket_table.lk .page_basket_table_titles .page_basket_table_element {
    padding-top: 10px;
    padding-bottom: 0px; }

.page_basket_personal_info {
  width: 100% !important;
  padding: 28px 70px; }
  @media screen and (max-width: 1020px) {
    .page_basket_personal_info {
      padding: 28px 20px; } }
  .page_basket_personal_info_title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page_basket_personal_info_title span {
      font-family: RobotoMonoRegular,sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      white-space: nowrap;
      color: #426DA9; }
    .page_basket_personal_info_title i {
      display: block;
      width: 100%;
      height: 1px;
      background: #426DA9;
      margin-left: 38px; }
  .page_basket_personal_info_type {
    padding: 28px 0px; }
  .page_basket_personal_info form {
    padding: 0px;
    margin: 0px; }
  .page_basket_personal_info_type_tab {
    width: 100% !important;
    display: none; }
    .page_basket_personal_info_type_tab.active {
      display: block; }

.page_basket_message {
  margin-bottom: 50px;
  text-align: center; }
  .page_basket_message_img {
    width: 100px;
    height: 100px;
    margin: 0 auto 60px; }
    .page_basket_message_img img {
      width: 100%;
      height: 100%;
      display: block; }
    @media screen and (max-width: 1020px) {
      .page_basket_message_img {
        width: 55px;
        height: 55px;
        margin: 0 auto 30px; } }
  .page_basket_message_title {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #426DA9;
    margin-bottom: 50px; }
    @media screen and (max-width: 1020px) {
      .page_basket_message_title {
        font-size: 24px;
        line-height: 28px; } }
    .page_basket_message_title.red {
      color: #FC0000; }
  .page_basket_message p {
    font-family: RobotoMonoRegular,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000000; }

.lk_title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  margin: 84px 0; }
