﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,700");
/* line 6, ../sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 9, ../sass/screen.scss */
.custom_drop {
  position: absolute;
  left: 5%;
  top: 30%;
}

/* line 14, ../sass/screen.scss */
.custom_drop .btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  border: none !important;
  background: transparent !important;
  color: #000 !important;
  outline: none !important;
}

/* line 20, ../sass/screen.scss */
.lang_flag {
  width: 35px;
  height: 20px;
}

/* line 25, ../sass/screen.scss */
body .header {
  background: #fff;
  padding: 20px 0 0 0;
  position: relative;
}
/* line 29, ../sass/screen.scss */
body .header .logo_wrap {
  width: 50%;
  margin: auto;
  text-align: center;
}
/* line 34, ../sass/screen.scss */
body .header .logo_wrap a img {
  max-width: 50%;
}
/* line 39, ../sass/screen.scss */
body .header .navbar {
  padding-bottom: 0;
}
/* line 42, ../sass/screen.scss */
body .header .navbar .collapse .my_item {
  padding: 0 15px;
  border: 2px solid transparent;
}
/* line 46, ../sass/screen.scss */
body .header .navbar .collapse .my_item:hover {
  border-bottom: 2px solid red;
}
/* line 52, ../sass/screen.scss */
body .header .contact_form {
  position: absolute;
  right: 9%;
  bottom: 13%;
}
/* line 56, ../sass/screen.scss */
body .header .contact_form span {
  text-align: center;
  display: block;
}
/* line 62, ../sass/screen.scss */
body .video_wrap {
  position: relative;
  height: 758px;
}
/* line 65, ../sass/screen.scss */
body .video_wrap #video-background {
  /*  making the video fullscreen  */
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
}
/* line 77, ../sass/screen.scss */
body .nav_contact_phonenumber {
  position: absolute;
  top: 20%;
  right: 5%;
  text-align: right;
}
/* line 82, ../sass/screen.scss */
body .nav_contact_phonenumber p {
  font-family: 'Comfortaa', cursive;
  margin: 1.5% auto;
}
/* line 86, ../sass/screen.scss */
body .nav_contact_phonenumber a {
  text-decoration: none;
  color: #000;
  font-family: 'Comfortaa', cursive;
}
/* line 92, ../sass/screen.scss */
body .main {
  background: #fff;
}
/* line 97, ../sass/screen.scss */
body .main .main_item a img {
  max-width: 100%;
}
/* line 104, ../sass/screen.scss */
body .footer {
  padding: 50px 0;
}
/* line 106, ../sass/screen.scss */
body .footer img {
  width: 100%;
}

/* line 111, ../sass/screen.scss */
.section_separate {
  font-family: 'Comfortaa', sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px 0;
}
/* line 117, ../sass/screen.scss */
.section_separate span {
  font-weight: 400;
  border-bottom: 1px solid red;
  font-size: 30px;
}

/* line 123, ../sass/screen.scss */
.basket {
  height: 22px;
  padding: 0;
  width: 27px;
  margin: -5px 0 0 0;
}

/* line 129, ../sass/screen.scss */
.logo_wrap {
  width: 40%;
  margin: auto;
  text-align: center;
}
/* line 134, ../sass/screen.scss */
.logo_wrap a img {
  width: 100%;
}

/* line 139, ../sass/screen.scss */
.footer .container div div p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* line 143, ../sass/screen.scss */
.custom_nav {
  flex-direction: column;
}

/* line 146, ../sass/screen.scss */
.nav_hide_basket {
  display: none;
}

/* line 149, ../sass/screen.scss */
.link_wrap {
  width: 100%;
}

/* line 152, ../sass/screen.scss */
.custom_nav_ul {
  display: flex;
  justify-content: space-between;
  width: 30%;
}

/* line 157, ../sass/screen.scss */
.my_item {
  padding: 0 15px;
  border: 2px solid transparent;
  font-family: 'Comfortaa', sans-serif;
}

/* line 162, ../sass/screen.scss */
.my_item:hover {
  border-bottom: 2px solid red;
}

@media (min-width: 300px) and (max-width: 950px) {
  /* line 166, ../sass/screen.scss */
  .custom_drop {
    display: none !important;
  }

  /* line 169, ../sass/screen.scss */
  .language-select, .nav_contact_phonenumber {
    display: none;
  }

  /* line 173, ../sass/screen.scss */
  .header .my_item {
    padding: 0 !important;
  }
  /* line 176, ../sass/screen.scss */
  .header .contact_form {
    display: none !important;
  }

  /* line 180, ../sass/screen.scss */
  .last_bed {
    height: 100%;
    display: block;
    width: 75%;
    margin: auto;
  }

  /* line 186, ../sass/screen.scss */
  .video_wrap {
    height: 200px !important;
  }

  /* line 189, ../sass/screen.scss */
  .custom_nav_ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }

  /* line 194, ../sass/screen.scss */
  .custom_nav_btn {
    position: absolute;
    left: 3%;
    margin: 1.5% 0 0 0;
    outline: none;
  }

  /* line 200, ../sass/screen.scss */
  .nav_item_basket {
    position: absolute;
    right: 5%;
  }

  /* line 204, ../sass/screen.scss */
  .logo_wrap {
    width: 55%;
  }
  /* line 206, ../sass/screen.scss */
  .logo_wrap a {
    width: 100%;
  }
  /* line 208, ../sass/screen.scss */
  .logo_wrap a img {
    width: 100%;
  }

  /* line 213, ../sass/screen.scss */
  .nav_hide_basket {
    display: block;
    position: absolute;
    right: 2%;
    padding: 0;
    margin: 1.5% 0 0 0;
  }

  /* line 220, ../sass/screen.scss */
  .nav_item_basket {
    display: none;
  }

  /* line 225, ../sass/screen.scss */
  .custom_nav div ul {
    text-align: center;
  }
}
/*╨Я╨╛╨┐╨░╨┐╤З╨╕╨║*/
/* line 234, ../sass/screen.scss */
.mobile_form {
  display: block;
  margin: 2% auto;
  text-align: center;
  width: 50%;
  border: 1px solid #ff0000;
  border-radius: 25px;
  background-color: transparent;
  height: 50px;
  outline: none;
  box-shadow: none;
  font-family: 'Comfortaa', sans-serif;
}

/* line 247, ../sass/screen.scss */
.modal_btn_1, .modal_btn_1:visited, .modal_btn_1:focus, .modal_btn_1:active, .modal_btn_1:hover {
  background: transparent;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  box-shadow: none;
}

/* line 256, ../sass/screen.scss */
.modal_btn_2, .modal_btn_2:active, .modal_btn_2:visited {
  background: #ff0000;
  color: #fff;
  outline: none;
  transition: 0.7s;
  margin: 7% auto 0 auto !important;
}

/* line 263, ../sass/screen.scss */
.modal_btn_2:hover {
  background: transparent;
  transition: 0.8s;
  color: #ff0000;
}

/* line 268, ../sass/screen.scss */
.modal_h2 {
  margin: 2% auto;
  text-align: center;
  font-family: 'Comfortaa', sans-serif;
  font-size: 30px;
}

/* line 274, ../sass/screen.scss */
.my_modal {
  padding: 2%;
  width: 40% !important;
  max-width: 100% !important;
}

/* line 279, ../sass/screen.scss */
.download_pdf, .basket_price button, .download_pdf:visited, .basket_price button:visited, .download_pdf:focus, .basket_price button:focus, .download_pdf:active, .basket_price button:active {
  display: block;
  width: 15%;
  text-align: center;
  text-decoration: none;
  padding: 0.5%;
  background: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 25px;
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
  outline: none;
  box-shadow: none;
}

/* line 293, ../sass/screen.scss */
.download_pdf:hover, .basket_price button:hover {
  text-decoration: none;
  background: transparent;
  transition: 0.8s;
  color: #ff0000;
  font-family: 'Comfortaa', sans-serif;
  outline: none;
  box-shadow: none;
}

/*╨Ъ╨╛╤А╨╖╨╕╨╜╨░*/
/* line 305, ../sass/screen.scss */
.table_basket {
  font-family: 'Comfortaa', sans-serif;
}
/* line 306, ../sass/screen.scss */
.table_basket thead {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #acacac;
  font-size: 10px;
}
/* line 312, ../sass/screen.scss */
.table_basket tbody {
  border: none;
}
/* line 316, ../sass/screen.scss */
.table_basket tbody tr:nth-child(2) td table, .table_basket tbody tr:nth-child(3) td table {
  margin: auto;
  width: 50%;
  display: block;
}
/* line 323, ../sass/screen.scss */
.table_basket tbody tr {
  border: none;
  background-color: transparent !important;
}
/* line 326, ../sass/screen.scss */
.table_basket tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: none;
  background-color: transparent !important;
}
/* line 330, ../sass/screen.scss */
.table_basket tbody tr td .firstcol tr {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 334, ../sass/screen.scss */
.table_basket tbody tr td .firstcol tr td:nth-child(2) {
  padding: 0;
}
/* line 338, ../sass/screen.scss */
.table_basket tbody tr td .firstcol tr td img {
  width: 150px;
  height: 150px;
}
/* line 345, ../sass/screen.scss */
.table_basket tbody tr td .firstcol tr td table tr td p {
  margin: 0;
}
/* line 348, ../sass/screen.scss */
.table_basket tbody tr td .firstcol tr td table tr td ul {
  padding: 0;
  margin: 0;
}
/* line 351, ../sass/screen.scss */
.table_basket tbody tr td .firstcol tr td table tr td ul li {
  display: inline;
}
/* line 368, ../sass/screen.scss */
.table_basket th {
  color: #9fa3a7;
}

/* line 373, ../sass/screen.scss */
.number input {
  text-align: center;
  border: none;
}
/* line 377, ../sass/screen.scss */
.number .plus, .number .minus {
  color: #9fa3a7;
  font-weight: 500;
  cursor: pointer;
}

/* line 383, ../sass/screen.scss */
.basket_price {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 2%;
}
/* line 389, ../sass/screen.scss */
.basket_price button {
  height: 50px;
}
/* line 393, ../sass/screen.scss */
.basket_price ul {
  margin: 0;
  padding: 0;
}
/* line 396, ../sass/screen.scss */
.basket_price ul .sum_description {
  color: #b7babd;
  font-size: 15px;
}
/* line 400, ../sass/screen.scss */
.basket_price ul .big_price {
  color: #000;
  font-size: 35px;
  font-weight: 500;
}
/* line 405, ../sass/screen.scss */
.basket_price ul li {
  list-style: none;
}

/*╨Ю╨┐╨╗╨░╤В╨░ ╨╕ ╨┤╨╛╤Б╤В╨░╨▓╨║╨░*/
/* line 413, ../sass/screen.scss */
.payment_shipping {
  font-weight: 700;
  font-family: 'Comfortaa', sans-serif;
}

/* line 417, ../sass/screen.scss */
.header_payment {
  font-family: 'Roboto', sans-serif;
  color: #e31019;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

/* line 425, ../sass/screen.scss */
.id_1 .payment_description {
  padding: 0 25% 0 0;
}
/* line 427, ../sass/screen.scss */
.id_1 .payment_description p {
  font-weight: 700;
  font-family: 'Comfortaa', sans-serif;
}

/* line 434, ../sass/screen.scss */
.id_2 .payment_description {
  padding: 0 30% 0 0;
}
/* line 436, ../sass/screen.scss */
.id_2 .payment_description p {
  font-weight: 700;
  font-family: 'Comfortaa', sans-serif;
}

/* line 442, ../sass/screen.scss */
.last_p {
  font-weight: 700;
  font-family: 'Comfortaa', sans-serif;
}

/* line 446, ../sass/screen.scss */
.N_P {
  height: 90px;
  width: 140px;
}

/* line 450, ../sass/screen.scss */
.Ways_of_delivery {
  font-family: 'Comfortaa', sans-serif;
}

/*╨Э╨╕╨║╨╕╤В╤Л╨╜ ╤Б╨░╤Б)))*/
/* line 454, ../sass/screen.scss */
#tovary {
  font-size: 15px;
  font-family: 'Comfortaa', cursive;
}
/* line 456, ../sass/screen.scss */
#tovary .col, #tovary .col-1, #tovary .col-10, #tovary .col-11, #tovary .col-12, #tovary .col-2, #tovary .col-3, #tovary .col-4, #tovary .col-5, #tovary .col-6, #tovary .col-7, #tovary .col-8, #tovary .col-9, #tovary .col-auto, #tovary .col-lg, #tovary .col-lg-1, #tovary .col-lg-10, #tovary .col-lg-11, #tovary .col-lg-12, #tovary .col-lg-2, #tovary .col-lg-3, #tovary .col-lg-4, #tovary .col-lg-5, #tovary .col-lg-6, #tovary .col-lg-7, #tovary .col-lg-8, #tovary .col-lg-9, #tovary .col-lg-auto, #tovary .col-md, #tovary .col-md-1, #tovary .col-md-10, #tovary .col-md-11, #tovary .col-md-12, #tovary .col-md-2, #tovary .col-md-3, #tovary .col-md-4, #tovary .col-md-5, #tovary .col-md-6, #tovary .col-md-7, #tovary .col-md-8, #tovary .col-md-9, #tovary .col-md-auto, #tovary .col-sm, #tovary .col-sm-1, #tovary .col-sm-10, #tovary .col-sm-11, #tovary .col-sm-12, #tovary .col-sm-2, #tovary .col-sm-3, #tovary .col-sm-4, #tovary .col-sm-5, #tovary .col-sm-6, #tovary .col-sm-7, #tovary .col-sm-8, #tovary .col-sm-9, #tovary .col-sm-auto, #tovary .col-xl, #tovary .col-xl-1, #tovary .col-xl-10, #tovary .col-xl-11, #tovary .col-xl-12, #tovary .col-xl-2, #tovary .col-xl-3, #tovary .col-xl-4, #tovary .col-xl-5, #tovary .col-xl-6, #tovary .col-xl-7, #tovary .col-xl-8, #tovary .col-xl-9, #tovary .col-xl-auto {
  position: relative;
  width: 100% !important;
  min-height: 1px;
  padding-right: 15px;
  /*padding-left: 15px;*/
}
/* line 464, ../sass/screen.scss */
#tovary sup a {
  color: #000;
}
/* line 467, ../sass/screen.scss */
#tovary sup :hover {
  color: #000;
}
/* line 471, ../sass/screen.scss */
#tovary span {
  font-size: 15px;
}
/* line 474, ../sass/screen.scss */
#tovary label {
  cursor: pointer;
  margin-bottom: 0;
}
/* line 479, ../sass/screen.scss */
#tovary .main {
  background: #fff;
}
/* line 482, ../sass/screen.scss */
#tovary .main .main_left .main_left_material {
  margin: 25px 0;
}
/* line 485, ../sass/screen.scss */
#tovary .main .main_left .main_left_material form input[type="radio"] {
  display: none;
}
/* line 488, ../sass/screen.scss */
#tovary .main .main_left .main_left_material form label {
  width: 220px;
  height: 80px;
}
/* line 492, ../sass/screen.scss */
#tovary .main .main_left .main_left_material form .massive {
  background: url("../../../uploads/2017/12/massive.png") no-repeat;
  transition: linear .3s;
}
/* line 496, ../sass/screen.scss */
#tovary .main .main_left .main_left_material form .shield {
  background: url("../../../uploads/2017/12/shield.png") no-repeat;
  transition: linear .3s;
}
/* line 501, ../sass/screen.scss */
#tovary .main .main_left .main_left_material form #massive[type="radio"]:checked + label {
  background: url("../../../uploads/2017/12/massive_active.png") no-repeat;
  transition: linear .3s;
}
/* line 505, ../sass/screen.scss */
#tovary .main .main_left .main_left_material form #shield[type="radio"]:checked + label {
  background: url("../../../uploads/2017/12/shield_active.png") no-repeat;
  transition: linear .3s;
}
/* line 511, ../sass/screen.scss */
#tovary .main .main_left .main_left_size {
  margin: 25px 0;
}
/* line 513, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form {
  display: flex;
  padding: 0;
}
/* line 516, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form div {
  display: flex;
  align-items: center;
  height: 40px;
  border-right: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
/* line 524, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form div input[type="radio"] {
  display: none;
}
/* line 526, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form div label {
  margin: 0;
  padding: 0 1.22em;
}
/* line 530, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form div input[type="radio"]:checked + label {
  background: #e3c295;
  width: 100%;
  height: 100%;
}
/* line 537, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form div:first-child {
  border-left: 1px solid #c4c4c4;
}
/* line 540, ../sass/screen.scss */
#tovary .main .main_left .main_left_size form div:last-child {
  border-right: 1px solid #c4c4c4;
}
/* line 545, ../sass/screen.scss */
#tovary .main .main_left .main_left_color {
  margin: 25px 0;
}
/* line 547, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form {
  display: flex;
  align-items: flex-end;
  height: 77px;
}
/* line 551, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div {
  display: inline-block;
}
/* line 553, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div input[type="radio"] {
  display: none;
}
/* line 556, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div input[type="radio"]:checked + label {
  zoom: 1.1;
}
/* line 559, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c101 {
  background: url("../../../uploads/2017/12/101.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 564, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c102 {
  background: url("../../../uploads/2017/12/102.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 569, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c103 {
  background: url("../../../uploads/2017/12/103.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 574, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c104 {
  background: url("../../../uploads/2017/12/104.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 579, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c105 {
  background: url("../../../uploads/2017/12/105.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 584, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c106 {
  background: url("../../../uploads/2017/12/106.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 589, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c107 {
  background: url("../../../uploads/2017/12/107.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 594, ../sass/screen.scss */
#tovary .main .main_left .main_left_color form div .c108 {
  background: url("../../../uploads/2017/12/108.png") no-repeat;
  width: 55px;
  height: 55px;
}
/* line 603, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel {
  margin: 25px 0;
}
/* line 606, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum {
  padding-right: 0;
}
/* line 608, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form {
  border: 1px solid #c4c4c4;
  border-right: none;
}
/* line 611, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form div input[type="radio"]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 616, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #c4c4c4;
}
/* line 622, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form div input[type="radio"] {
  display: none;
}
/* line 625, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form div input[type="radio"]:checked + label {
  background: #e3c295;
  width: 100%;
  height: 100%;
}
/* line 631, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form div:first-child {
  height: 50px;
  display: block;
  text-align: center;
}
/* line 636, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_first_colum form :last-child {
  border: none;
}
/* line 641, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum {
  padding: 0;
}
/* line 643, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form {
  border: 1px solid #c4c4c4;
  overflow: hidden;
}
/* line 647, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form div:nth-child(5) div {
  border: none;
}
/* line 652, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form .wrapcol .my_height {
  display: block;
  text-align: center;
  height: 25px;
  padding: 0;
}
/* line 658, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form .wrapcol div input[type="radio"]:checked + label {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 663, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form .wrapcol div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
}
/* line 670, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form .wrapcol div input[type="radio"] {
  display: none;
}
/* line 673, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form .wrapcol div input[type="radio"]:checked + label {
  background: #e3c295;
  width: 100%;
  height: 100%;
}
/* line 679, ../sass/screen.scss */
#tovary .main .main_left .main_left_lamel .table .table_second-colum form .wrapcol div:first-child {
  border-right: 1px solid #c4c4c4;
}
/* line 687, ../sass/screen.scss */
#tovary .main .main_left .price {
  margin: 25px 0;
}
/* line 689, ../sass/screen.scss */
#tovary .main .main_left .price #price {
  font-size: 12px;
}
/* line 692, ../sass/screen.scss */
#tovary .main .main_left .price #cost {
  font-size: 25px;
  font-weight: bold;
}
/* line 697, ../sass/screen.scss */
#tovary .main .main_left .price .price_btn_block .my-btn {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
  font-size: 18px;
  padding: 6px 48px;
  margin-right: 7%;
}
/* line 705, ../sass/screen.scss */
#tovary .main .main_left .price .price_btn_block .onclick_btn {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
/* line 715, ../sass/screen.scss */
#tovary .main .main_right .main_right_sizes .sizes_small {
  display: flex;
  justify-content: space-between;
}
/* line 721, ../sass/screen.scss */
#tovary .main .main_right .main_right_discrip h2 {
  font-weight: bold;
  text-align: left;
  margin: 4% 0;
}
/* line 726, ../sass/screen.scss */
#tovary .main .main_right .main_right_discrip p {
  text-align: left;
  font-weight: 700;
}
/* line 732, ../sass/screen.scss */
#tovary .main .main_bottom {
  position: relative;
  margin: 5% 0;
}
/* line 735, ../sass/screen.scss */
#tovary .main .main_bottom h2 {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  text-align: center;
  background: #fff;
}
/* line 742, ../sass/screen.scss */
#tovary .main .main_bottom .main_bottom_items {
  margin: 5% 0;
  display: flex;
  justify-content: space-between;
}

/* line 750, ../sass/screen.scss */
.a1 input[type="radio"]:checked + label {
  display: flex;
  align-items: center;
}

@media only screen and (max-device-width: 480px) {

#menu-item-85 {
	display: none;
}
}