

body {
    -webkit-font-smoothing: antialiased;
}

body, button, input, optgroup, select, textarea {
    font-size: 1.0rem;
    font-weight: 400;
}

h2 a {
    color: #202124;
}

#wrapper {
    min-width: 1000px;
    max-width: 1250px;
    margin-top: 50px;
    background: none;
    box-shadow: none;
}

.wrapper_col_r {
    display: none;
}

#dv_offers {
    min-height: 500px;
}
.glabel {color:#136a48;}
.chb_td1 {padding:1px !important;}
.chb_td2 {padding:1px !important;}

.w-column {min-height: 1007px;}
.column-left { width: 69%; float: left;}
.column-right { width: 30%; float: left; margin-left: 1%;}

.widjet {
    background: none repeat scroll 0 0 white;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    position: relative;
}
.widjet .w-content {padding: 20px;}

.wrapper1 .block-height2 {
    background: none;
    box-shadow: none;
}

#column-right .w-content {padding: 15px;}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logoImg {float:left;margin-left: 0px;}
.logoImg img.uploaded {
  border:1px solid #cccccc;
}
.top {
    margin: 0 10px 0 136px;
}

.top h1 {
    margin: 0px;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.top .stat {
    margin: 20px 0 26px;
    display: none;
    margin-right: .8rem;
    color: #777;
    font-weight: 400;
    font-size: 14px;
}

.center {
	text-align: center;
}

.ui-slider-tabs-content-container {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    color: #202124;
}



.stat .sep {
    padding: 0 5px;
    color: #B9B9B9;
    font-size: 16px;
}

.stat .sep::first-letter {
    text-transform: uppercase;
}

.stat .sep:before {
    content: "|";
}

#mySliderTabs {margin-top: 0px;}


.ui-slider-tabs-list {
  float: right;
  min-width: 429px;
}
.ui-slider-tabs-list li {
  margin-left:6px;
  border-radius: 8px 8px 0 0;
  border-left: 1px solid #cfcfcf;
  min-width: 130px;
  vertical-align: middle;
  font-size: 14px;
  background: none;
}

.ui-slider-tabs-list li a {
  text-align: center;
  font-weight: normal;
  padding: 0 15px;
  align-content: center;
  border-radius: 8px 8px 0 0;
}

.ui-slider-tabs-list li a:hover {
    background-color: #F3F4F5;
}

.ui-slider-tabs-list li.selected a {
    font-weight: 600;
}

.ui-slider-tabs-list li.selected a:hover {
    background-color: unset;
}


.ui-slider-tab-content {
  padding: 20px 20px 5px 20px;
}


.recent a:nth-child(n+11) {
    display: none;
  }

.attention {font-style: italic;margin-top: 15px;text-align: right;color: #808080;}

h2 {font-size: 15px;font-weight: normal;margin-top: 20px;}
h2.dotted {
    border-bottom: 1px dotted #808080;
    padding-bottom: 3px; 
    text-align: center;
    color: #202124;
}

.table_grid {margin-top: 12px;}

.table_grid tbody tr {vertical-align: top;}

.table_grid tbody td {
    padding: 5px;
    color: #2B2A29;
}
.table_grid tbody td.line {
    padding: 0px;
    border-bottom: 1px solid #E6E6E6;
}

.table_grid tbody td.price {
    text-align: center;
    font-size: 14px;
}
.table_grid .NewPrice {color:#EA5E20;}

.table_grid tbody .logo {width:40px;min-height: 52px;}
.table_grid tbody .logo img.uploaded {
  border:1px solid #cccccc;
}

.table_grid tbody h2 {
    font-weight: normal;
    font-size: 14px;
    color:#2B2A29;
    margin:0px;
}

.table_grid tbody td.price {
    border-left:1px solid #E6E6E6;
    text-align: center;
    border-top:9px solid #FFFFFF;
    border-bottom:5px solid #FFFFFF;
}
.table_grid tbody .stat {margin-top:5px; color:#808080;}

.small {font-size: 14px;line-height: 110%; font-weight: 400; color: #4a4949;}

.partners h2 {
    margin:0 0 12px 0;
    font-weight: 600;
}
.partners img {margin-right: 15px;margin-top: 10px;}

.block_gray {background: #e4f6c2;padding: 15px; border-radius: 12px;}

#basket {float:left;width:33px;height:30px;background: url('../icons/research.png') 0px -93px no-repeat;cursor: pointer;position: relative;}
#basket span {position: absolute;top:1px;left:45%;color:#EA5E20;font-size: 13px;font-weight: bold;}


.Price {
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
}

.price_block {
    display: inline-flex;
    flex-direction: column;
}


.Price .vsign {
  font-size: 80%;
  margin-right: 3px;
}

.fa.fa-rub::before {
    font-size: 18px;
    margin-right: 4px;
}

.NewPrice {color:#EA5E20;}
.OldPrice {
    margin-top: 2px;
    margin-left: 10px;
    font-size: 70%;
    font-weight: 500;
    color: #838281;
}


.feed_back_block, .feedback, .request {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 16px;
}

.block_green {
    background: #DFF0D8;
    padding: 15px;
    border-radius: 12px;
    color: #202124;
}

.block_green h3, .block_green div {
    font-size: 14px;
    margin-left: 22px;
}


.block_green h2 {
    margin: 0 0 12px 0;
    text-align: center;
    font-weight: 600;
}

.block_green ul {margin:0;padding: 0 0 15px 0;list-style: none;}

.block_green ul li {
    position: relative;
}

.block_green ul li:before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5";
    font-size: 13px;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #00a193;
}

.recent a {
    display: block;
    color: #555555;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

#mySliderTabs table {
  border-collapse: collapse;
  border-color: #cccccc;
}
#mySliderTabs table td {
  border-color: #cccccc;
}
#mySliderTabs table p {
  margin:0px;
}
.future {
    color:#0069e3;
}

ul.products_list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.products_list li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
  line-height: 110%;
}
a.but-org {
  text-align: center;
}

.buy-plan-button {
    border-radius: 25px;
    margin-bottom: 20px;
    padding: .8rem 1.3rem .9rem;
    font-size: 18px;
    font-weight: 500;
}

.center.button {
    display: flex;
    justify-content: center;
    margin: auto 0 0;
}

.feedback-text {
    color: #555555;
}

.feedback-button {
    border: 1px solid #01c1b0;;
    color: #008d81;
    margin-right: 12px;
    background-color: transparent;
    font-size: .875rem;
}


.feedback-button:hover {
    color: #202124;
    background-color: #F3F4F5;
}


@media screen and (max-width: 450px) {

    #wrapper {
        margin-top: 0;
    }

    .see-also {
        display: none;
    }


    .wrapper_col_c, .banner-wrap {
        display: none;
    }

    .widjet {
        padding-bottom: 0;
        position: relative;
        border-radius: 0;
        box-shadow: none;
    }

    .content1 > div:last-child {
        padding: 0 !important;
    }

    .logoImg {

        display: none;
    }

    .attention {
        text-align: left;
    }

    .top {
        margin-left: 0;
    }

    .top h1 {
        font-size: 1.75rem;
        font-weight: 800;
        line-height: 1.25;
        margin-top: 25px;
    }

    .center {
        display: inline-flex;
    }

    .btn {
        font-size: 22px;
    }

    #tab_about ul {
        padding-inline-start: 20px;
    }

    #tab_about ul li {
        padding: 4px 0 4px 10px;
        line-height: 1.7;
    }

    #tab_about p, h2.dotted {
        font-weight: 400;
        letter-spacing: -.1px;
        margin: 20px 0;
        font-size: 1.0rem;
        color: #202124;
        line-height: 1.77;
    }

    .column-left, .column-right {
        width: 100%;
    }

    .column-right {
      margin-left: 0;
    }

    .table_grid, h2 {
        text-align: center;
        font-size: 18px;
    }

    h2.dotted {
        display: block;
        text-align: center;
    }

    .ui-slider-tab-content {
      padding: 24px 16px;
    }

    .w-column {
      min-height: unset;
      height: auto !important;
    }

    .ui-slider-tabs-list li:nth-child(3) {
      display: none;
    }

    .ui-slider-tabs-list-container {
      margin: 0 !important;
    }

    .ui-slider-tabs-list {
       width: auto !important;
       float: unset;
    }

    .ui-slider-left-arrow, .ui-slider-right-arrow {
      display: none !important;
    }

    .ui-slider-tabs-list li {
      margin-left: 0;
    }



    .ui-slider-tabs-list li {
      height: 2rem !important;
      width: 49.4%;
    }

    .block_gray {
        text-align: center;
        padding: 15px 28px;
    }

    .ui-slider-tabs-content-container {
        border-top-left-radius: 0;
    }

    .partners img {
        max-width: 40%;
        margin-right: 0;
        margin-top: 14px;
    }

    .w-content.partners {
        text-align: justify;
    }

}

@media screen and (max-width: 320px) {

  .ui-slider-tabs-list li {
      width: 49.2%;
  }

}