@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500&subset=latin,cyrillic);


body {
  font: 400 1.4rem/1.5 Roboto, sans-serif;
  color: #333;
  background-color: #fff;
}

b, strong {font-weight: 500;}

a {
  color: #333;
  text-decoration: none;

  -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}

a:hover {color: #51a829;}

.link {
  cursor: pointer;
  line-height: 1;
  border-bottom: 1px solid;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
}

.link:hover {border-bottom-color: transparent;}

.pseudo_link {border-bottom-style: dashed;}

.no_underline {border-bottom: 0;}

.uppercase {text-transform: uppercase;}

h1, h2, h3 {font-weight: 400;}

h1, .text_1 {font-size: 3rem; line-height: 1;}
h2, .text_2 {font-size: 2.4rem; line-height: 1;}
h3, .text_3 {font-size: 1.8rem; line-height: 1;}
h4, .text_4 {font-size: 1.4rem;}
h5, .text_5 {font-size: 1.2rem;}

.text_left  {text-align: left;}
.text_center{text-align: center;}
.text_right  {text-align: right;}

.text_wrap     {white-space: normal;}
.text_nowrap {white-space: nowrap;}

.text_thin   {font-weight: 300;}
.text_normal {font-weight: 400;}
.text_bold   {font-weight: 500;}

.text_white {color: #fff;}
.text_black {color: #333;}
.text_gray  {color: #777;}
.text_blue  {color: #3A88CC;}
.text_green {
    color: #79d4be;
}
.text_red {color: #b8331d;}
.tn_icon svg path {
    fill: #79d4be;
}
.title_bordered {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1;
}

.title_bordered::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 8rem;
  height: 0.2rem;
  margin-left: -4rem;
  background-color: #ddd;
}

.title_modal {
  padding-left: 3rem;
  padding-right: 3rem;
}

.title_1 {margin-bottom: 4.5rem;}
.title_2 {margin-bottom: 3rem;}
.title_3 {margin-bottom: 1.5rem;}

.bg_gray {background-color: #f0f0f0;}

.user_content {
  font-size: 1.6rem;
  font-weight: 300;
}

.user_content a {
  color: #79afd4;
  text-decoration: unrerline;
}

.user_content a:hover {text-decoration: none;}

.table,
.user_content table {
  display: table;
  width: 100%;
}

.table td,
.table th,
.user_content td,
.user_content th {padding: 2rem;}

.table th,
.user_content th {
  text-align: left;
  font-weight: 500;
}

.table_colored tr:nth-child(2n) {background-color: #f0f0f0}

.table_bordered th,
.table_bordered td {border: 0.1rem solid #ddd;}

.decimal_list,
.user_content ol {
  list-style-type: decimal;
  margin-left: 1em;
}

.disc_list,
.user_content ul {
  list-style-type: disc;
  margin-left: 1em;
}

.disc_list li,
.decimal_list li,
.user_content li {padding-left: 0.5rem;}

.user_content li ol,
.user_content li ul {margin-bottom: 1rem;}

.disc_list li + li,
.decimal_list li + li,
.user_content li + li {margin-top: 0.5rem;}

.user_content h1,
.user_content h2,
.user_content h3,
.user_content h4,
.user_content h5,
.user_content h6 {
  margin-top: 3rem;
  font-weight: 400;
  color: #333;
}

.user_content h1,
.user_content h2,
.user_content h3,
.user_content h4,
.user_content h5,
.user_content h6,
.user_content p,
.user_content ul,
.user_content ol,
.user_content table {margin-bottom: 2rem;}

.user_content h1:first-child,
.user_content h2:first-child,
.user_content h3:first-child,
.user_content h4:first-child,
.user_content h5:first-child,
.user_content h6:first-child {margin-top: 0;}

.user_content h1:last-child,
.user_content h2:last-child,
.user_content h3:last-child,
.user_content h4:last-child,
.user_content h5:last-child,
.user_content h6:last-child,
.user_content p:last-child,
.user_content ul:last-child,
.user_content ol:last-child,
.user_content table:last-child {margin-bottom: 0;}

.user_content img {
  width: auto !important;
  height: auto !important;
}

/* END - РўРРџРћР“Р РђР¤РРљРђ */


/* BEGIN - РЈР’Р•Р”РћРњР›Р•РќРРЇ */

.notice {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-left: 0.5rem solid #555555;
  background-color: rgba(0,0,0,.05);
}

.notice_large {
  margin: 2rem 0;
  padding: 2rem;
  font-size: 120%;
}

.notice_info  {border-color: #3eaff5;}
.notice_alert {border-color: #e14732;}
.notice_success {border-color: #63bf39;}

.notice_title {
  margin-bottom: 0.5rem;
  color: #333333;
  font-size: 1.2em;
  font-weight: 500;
}

.notice_info .notice_title    {color: #3a88cc;}
.notice_alert .notice_title   {color: #b8331d;}
.notice_success .notice_title {color: #51a829;}

/* END - РЈР’Р•Р”РћРњР›Р•РќРРЇ */


/* BEGIN - Р¤РћР РњР« */

.form {
  display: block;
  width: 100%;
}

.form_modal {
  min-width: 40rem;
  padding: 3rem;
  background-color: #fff;
}

.form_group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form_group_inline {
  position: relative;
  margin-bottom: 1.5rem;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
     -ms-flex-align: center;
      align-items: center;

  -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
      justify-content: space-between;

  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_label {
  float: none;
  display: block;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #777;
  line-height: 2rem;
}

.form_group_content {
  float: none;
  padding: 0;
}

.form_input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0.9rem 1.4rem;
  line-height: 2rem;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 2px;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
}

textarea.form_input {height: 10rem;}

.form_input_small {
  padding: 0.4rem 1rem;
  height: 3rem;
}

.form_input:hover,
.form_input:focus {border-color: #79afd4;}

.form_input:focus {box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);}

.form_input::-moz-placeholder  {color: inherit;}
.form_input:-ms-input-placeholder  {color: inherit;}
.form_input::-webkit-input-placeholder {color: inherit;}

.form_input:focus::-moz-placeholder  {color: transparent;}
.form_input:focus:-ms-input-placeholder  {color: transparent;}
.form_input:focus::-webkit-input-placeholder {color: transparent;}

.captcha_image {
  display: inline-block;
  vertical-align: top;
  height: 4rem;
  margin-right: 1rem;
}

.form_captcha .form_input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 9.5rem);
}

.form_notice {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #aaa;
}

/* END - Р¤РћР РњР« */


/* BEGIN - РљРќРћРџРљР */

.button,
.checkout_button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 4rem !important;
  padding: 1rem 3rem !important;
  line-height: 2rem !important;
  color: #fff !important;
  background-color: #79afd4 !important;

  border-radius: 2px !important;
  cursor: pointer !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	font-weight: 400  !important;
  -webkit-appearance: none;

  -webkit-user-select: none;
     -moz-user-select: none;
      user-select: none;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
	  
    font-size: 14px !important;
}

.button:hover,
.button.active,
.button.is_active,
.button.selected {
  color: #fff;
  background-color: #80acca !important;
}
.tn_icon svg {
    width: 100%;
    height: 100%;
}
.tn_category_item img {
    max-width: 100%;
}
a.button{text-decoration: none;}

a.button:hover {color: #fff;}

.button_info {background-color: #3a88cc;}

.button_info:hover,
.button_info.active,
.button_info.is_active,
.button_info.selected {background-color: #3eaff5;}

.button_alert {background-color: #b8331d;}

.button_alert:hover,
.button_alert.active,
.button_alert.is_active,
.button_alert.selected{background-color: #e14732;}

.button_white,
.button_white:hover,
.button_white.active,
.button_white.is_active,
.button_white.selected {
  background-color: #fff;
  color: #555;
}

.button_rounded {
  color: #555;
  background-color: transparent;
  box-shadow: inset 0 0 0 0.1rem #63bf39;
}

.button_info.button_rounded   {box-shadow: inset 0 0 0 0.1rem #3eaff5;}
.button_alert.button_rounded {box-shadow: inset 0 0 0 0.1rem #e14732;}

.button_white.button_rounded {
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem #fff;
}

.button_white.button_rounded:hover,
.button_white.button_rounded.active,
.button_white.button_rounded.is_active,
.button_white.button_rounded.selected {
  color: #555;
  background-color: #fff;
}

.button_large {
  height: 5rem;
  padding: 1.5rem 4.5rem;
  font-size: 1.8rem;
}

.button_small {
  height: 3rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
}

.button_block {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

/* END - РљРќРћРџРљР */


/* BEGIN - РЎР•Р›Р•РљРўР«, Р§Р•РљР‘РћРљРЎР«, Р РђР”РРћР‘РђРўРўРћРќР« */

select {
  position: relative;
  width: 100%;
  height: 4rem;
  padding: 0.4rem 1.4rem;
  padding-right: 40px;
  line-height: 3rem;
  background: url(../images/select_arrow.svg) no-repeat right 10px center #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1px;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;

  -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
}

.select_inline {
  display: inline-block;
  width: auto;
}

.select_small {
  height: 3rem;
  line-height: 2rem;
}

select::-ms-expand {display: none;}

select:hover {border-color: #63bf39;}

option {
  padding: 0.4rem 1.4rem;
  font: inherit;
}

.checkbox_label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 3rem;
  line-height: 2rem;
  color: #777;
}

.checkbox_label:hover {color: #333333;}

.checkbox_label::before {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 0.1rem solid rgba(0,0,0,0.3);
}

.checkbox_label.radio::before {border-radius: 50%;}

.checkbox_label:hover::before {border-color: #52a829;}

input.hidden:checked + .checkbox_label::before {
  background: url(../images/icon_check.svg) #52a829 no-repeat center center;
  border-color: #52a829;
}


/* END - РЎР•Р›Р•РљРўР«, Р§Р•РљР‘РћРљРЎР«, Р РђР”РРћР‘РђРўРўРћРќР« */


/* BEGIN - РРљРћРќРљР */

.icon, .icon_text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.button .icon,
.button .icon_text {vertical-align: top;}

.icon + .icon_text,
.icon_text + .icon {margin-left: 5px;}

.icon_link {
  cursor: pointer;
  padding: 5px;
}

/* END - РРљРћРќРљР */


/* BEGIN - РЎР›РђР™Р”Р•Р  */

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-track,
.slick-list{
  position: relative;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list {overflow:hidden;}

.slick-track{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  height: 100%;
    top: 0;
    left: 0;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{clear: both;}

.slick-loading .slick-track{visibility: hidden;}

.slick-slide{
    display: none;
    float: none;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {display: block;}

.slick-arrow{
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  text-indent: -9999px;
  z-index: 10;
  background: url(../images/arrow_sprite.svg) no-repeat;
  opacity: 0.5;

  -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
}

.slick-arrow:hover {opacity: 1;}

.slick-prev{
  right: 100%;
  background-position: 0 -40px;
}

.slick-next {
  left: 100%;
  background-position: -40px -40px;
}

.slick-dots {
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem;
}

.slick-dots button {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    text-indent: -9999px;
    background-color: #fff;
    border: 0.1rem solid #79d4be;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.slick-dots button:hover {background-color: #63bf39;}

.slick-dots .slick-active button {
    background-color: #79d4be;
    border-color: #fff;
}

/* END - РЎР›РђР™Р”Р•Р  */


/* BEGIN - РўРђР‘Р« */

.tab {display: none;}

.tab_navigation {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.tab_navigation_link {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 2rem;
  margin-right: 5rem;
  font-size: 1.6rem;
  line-height: 2rem;
}

.tab_navigation_link.active {
  color: #51a829;
  -webkit-transform: scale(1.5);
      transform: scale(1.5);
}

/* END - РўРђР‘Р« */


/* BEGIN - Р’Р«Р‘РћР  РљРћР›РР§Р•РЎРўР’Рђ */

.amount {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.amount_input {
  display: inline-block;
  vertical-align: top;
  width: 7rem;
  height: 4rem;
  padding: 0.9rem;
  line-height: 2rem;
  border: 0.1rem solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  cursor: text;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;

  -webkit-user-select: none;
     -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;
}

.amount_count {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1.2em;
  text-align: center;
}

.amount_unit {
  display: inline-block;
}

.amount_trigger {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 3rem;
  height: 4rem;
}

.amount_trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -1.4rem;
  width: 0;
  height: 0;
  border: 1.4rem solid transparent;
}

.amount_trigger.minus::after {
  right: 1rem;
  border-right: 1rem solid #ddd;
}

.amount_trigger.minus:hover::after {border-right-color: #333;}

.amount_trigger.plus::after {
  left: 1rem;
  border-left: 1rem solid #ddd;
}

.amount_trigger.plus:hover::after {border-left-color: #333;}

/* END - Р’Р«Р‘РћР  РљРћР›РР§Р•РЎРўР’Рђ */


/* BEGIN - РЎРџРћР™Р›Р•Р  */

.spoiler_text {
  position: relative;
  overflow: hidden;

  -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
}

.spoiler_text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 50%;
  opacity: 0;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;

  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.spoiler_text.is_short::after {
  opacity: 1;
  z-index: 1;
}

.spoiler_link {
  display: none;
  margin-top: 1.5rem;
}

/* END - РЎРџРћР™Р›Р•Р  */


/* BEGIN - Р”Р РЈР“РћР• */

.section {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.section_inside {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}

.flex_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_item {float: none;}

.flex_self_center {
  -ms-flex-item-align: center;
   -webkit-align-self: center;
       align-self: center;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fleft {
  float: left;
  display: block;
}

.fright {
  float: right;
  display: block;
}

.no_margin {margin: 0 !important;}

.no_padding {padding: 0 !important;}

.inline_block {
  display: inline-block;
  vertical-align: top;
}

.inline_block_middle {
  display: inline-block;
  vertical-align: middle;
}

.animated {
  -webkit-transition: all 0.3s;
      transition: all 0.3s;
}

/* END - Р”Р РЈР“РћР• */
