* {
    font-family: 'Open Sans';
}

body {
    padding-top: 100px;
}

.page_content_top_pic {
    background-image: url(../pics/bg.jpg);
    height: 700px;
    background-size: cover;
    background-position: center center;
    position: relative
}

.page_content_top_pic_patt {
    background-image: url(../pics/white_shadow_1px.png);
    width: 100%;
    height: 700px
}

.page_content_top_pic_patt_in {
    color: white;
    font-size: 60px;
    font-weight:600;
    text-transform: uppercase;
    line-height: 76px;
    margin-top: 35px
}

.page_content_top_pic_patt_in div:nth-child(1) {
    font-weight: 300
}

.page_content_contain {
    margin-top: -400px
}

.page_content_contain_parametrs {
    height: 104px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14)
}

.page_parametrs_item {
    float: left;
    width: 9.09%;
    border-right: 1px solid #e8e8e8;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -mz-user-select: none;
    -user-select: none
}

.page_parametrs_item:nth-last-of-type(2) {
    border: 0
}

.page_parametrs_item_in {
    text-align: center;
    padding-top: 22px;
    width: 100%
}

.page_parametrs_path {
    height: 40px
}

.page_parametrs_item_in_desc {
    font-size: 11px;
    font-weight:600;
    color: #a2a2a2;
    text-transform: capitalize;
    padding-top: 9px
}

.active_desc {
    color: #f07171
}

.page_parametrs_item:nth-child(5) .page_parametrs_path {
    padding-top: 2.1px;
    padding-bottom: 2.1px
}

.page_parametrs_item:nth-child(6) .page_parametrs_path {
    padding-top: 2.7px;
    padding-bottom: 2.3px
}

.page_parametrs_item:nth-child(7) .page_parametrs_path {
    padding-top: 2.7px;
    padding-bottom: 2.3px
}

.page_parametrs_item:nth-child(8) .page_parametrs_path {
    padding-top: 8px;
    padding-bottom: 5px
}

.page_parametrs_item:nth-child(10) .page_parametrs_path {
    padding-top: 1.5px;
    padding-bottom: 1px
}

.active_ico path {
    fill: #f07171!important
}

.page_content_main {
    margin-top: 30px
}

.page_content_left {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14)
}

.page_content_left_closed {
    border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
    transition-delay: 0.26s;
    -webkit-transition-delay: 0.26s;
    -moz-transition-delay: 0.26s
}

.page_content_left_item_top {
    height: 50px;
    background-color: #f0f0f0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    transition-delay: 0.26s;
    -webkit-transition-delay: 0.26s;
    -moz-transition-delay: 0.26s
}

.page_content_left_item:nth-last-of-type(1) .page_content_left_item_top {
    border: 0!important
}

.page_content_left_item_top_in {
    padding-top: 14px;
    padding-left: 17px;
    padding-right: 14px
}

.top_left {
    float: left
}

.top_left div {
    float: left;
    width: 24px;
    text-align: center
}

.top_left div img {
    display: inline-block
}

.top_left span {
    display: block;
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    font-weight:700;
    text-transform: capitalize;
    padding-top: 1px;
    margin-left: 8px
}

.top_right {
    float: right;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.top_right img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.top_right_rotate {
    transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
    -moz-transform: rotate(180deg)!important;
    margin-top: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.page_content_left_item_hide {
    background-color: white;
    padding-left: 22px;
    padding-top: 11px;
    padding-bottom: 14px
}

.left_item_hide_it {
    padding-top: 11px;
    padding-bottom: 12px
}

.page_content_left_item_hide .inpChecker {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 0;
    display: none
}

.page_content_left_item_hide .filTitle {
    display: block;
    color: #7f7f7f;
    font-size: 14px;
    font-weight:600;
    padding-left: 26px;
    margin-top: -1px;
    line-height: 17px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none
}

.inpChecker:checked + .eroCheck + .filTitle {
    color: #7f7f7f!important
}

.eroCheck {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer
}

.eroCheck polygon {
    display: none
}

.inpChecker:checked + .eroCheck polygon {
    display: initial
}

.page_content_left_item:nth-child(1) .page_content_left_item_top {
    border-radius: 5px 5px 0 0
}

.budget_range .page_content_left_item_hide {
    padding-top: 20px;
    padding-bottom: 0;
    height: 80px
}

.budget_range .page_content_left_item_hide span {
    width: 16px;
    height: 16px;
    padding: initial!important;
    border-radius: 50%;
    outline: none;
    background-color: white;
    border: 0!important;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .21);
    margin-top: 0!important
}

.budget_range .page_content_left_item_hide input {
    width: inherit!important;
    height: inherit!important;
    float: none;
    margin-top: 10px
}

.budget_range .page_content_left_item_hide input:nth-child(1) {
    float: left;
    width: 50px!important;
    margin-left: -5px;
    color: #7f7f7f!important
}

.budget_range .page_content_left_item_hide input:nth-child(2) {
    float: right;
    width: 50px!important;
    margin-right: 25px;
    text-align: right;
    color: #7f7f7f!important
}

#slider-range {
    max-width: 90%;
    border: 0;
    height: 8px;
    border-radius: 2px;
    background: #eee 50% top repeat-x
}

.ui-widget-header {
    background-color: #f07171!important
}

.page_content_right {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14)
}

.amount {
    color: #7f7f7f!important;
    font-size: 15px!important;
    font-family: 'sans_semibold'!important
}

.page_content_right_item {
    float: left;
    width: 33.33444%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center
}

.page_content_right_item_inner {
    padding-top: 38px;
    padding-bottom: 21px
}

.device_wrapper {
    height: 170px;
    padding-left: 26px;
    padding-right: 26px
}

.device {
    position: relative;
    background-size: contain;
    height: 170px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.device_price {
    color: #7f7f7f;
    font-size: 20px;
    font-weight:700;
    padding-top: 1px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    margin-left: 26px;
    margin-right: 26px
}

.page_content_right_item_inner a {
    text-decoration: none
}

.page_content_right_item_inner .device_title {
    padding: 0 20px 0 20px;
    height: 106px;
    display: table-cell
}

.page_content_right_item_inner .device_title a {
    color: #3dbeb7;
    font-weight:700;
    font-size: 21px;
    text-transform: capitalize;
    line-height: 29px;
    text-align: center
}

.device_title-twrap {
    display: table;
    width: 100%;
    margin-top: 10px
}

.device_title {
    color: #7f7f7f;
    font-weight:700;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 32px;
    padding-top: 18px;
    padding: 0 26px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.device_name {
    width: 100%;
    padding: 0 26px;
    margin-top: 6px;
    margin-bottom: 5px
}

.device_name img {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    margin-right: 8px
}

.device_name span {
    display: inline-block;
    color: #7f7f7f;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top: 6px
}

.list_item_add .add_compare {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.add_compare {
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.page_content_right_item_inner .add_compare {
    margin-top: 21px
}

.added_dev .add_compare_inner {
    background-color: #f07171;
    padding-left: 40px
}

.added_dev .in_device_add_plus {
    background-color: #f07171
}

.added_dev .add_compare_inner img {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.added_dev .in_device_add_plus img {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.add_compare_inner {
    padding-top: 15px;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #3dbeb7;
    height: 40px;
    color: white;
    border-radius: 5px;
    width: 155px;
    margin: 0 auto
}

.add_compare_inner img {
    display: block;
    float: left
}

.add_compare_inner span {
    display: block;
    float: left;
    margin-top: -5px;
    font-size: 14px;
    font-weight:700;
    margin-left: 5px
}

.learn_more {
    font-weight:700;
    margin-top: 13px;
    transition: all 0.3s ease
}

.learn_more a {
    color: #7f7f7f;
    font-size: 14px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.learn_more a:hover {
    color: #f07171;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.header_inner_show {
    position: relative
}

.header_inner_show_logo {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -14px
}

.header_inner_show_logo img {
    width: 29px;
    position: relative
}

.header_inner_show_logo a {
    text-decoration: none
}

.header_inner_show_logo div {
    position: absolute;
    right: -6px;
    top: -9px;
    color: #DBD7D7;
    font-size: 14px;
    font-family: times new roman
}

.header_inner_show_right {
    float: right;
    margin-top: 7px
}

.header_inner_show_right_icos div {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    z-index: 9
}

.active_filt img {
    transform: rotate(180deg)!important
}

.page_content_right_top {
    padding-top: 13px;
    padding-left: 18px;
    padding-bottom: 9px;
    padding-right: 22px;
    border-bottom: 1px solid #e8e8e8
}

.page_content_top_left {
    float: left
}

.page_content_top_left div {
    float: left;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background-image: url(../pics/info_.svg);
    background-repeat: no-repeat;
    background-position: 9px 4px
}

.page_content_top_left span {
    display: block;
    float: left;
    padding-left: 8px;
    color: rgba(127, 127, 127, .8);
    font-size: 16px;
    font-family: 'sans_reg'
}

.page_content_top_right {
    float: right
}

.page_content_top_right div {
    float: left;
    cursor: pointer;
    margin-left: 14px
}

.hide_filters {
    background-color: white;
    top: -100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 115px);
    overflow-y: scroll;
    transition: all 0.3s ease;
    z-index: 99
}

.hide_filters_selected {
    top: 145px
}

.hide_filters_item {
    float: left;
    width: 25%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 160px;
    text-align: center;
    transition: all 0.8s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.hide_filters_item_inner {
    padding-top: 28px
}

.hide_filters_item_inner_active svg path {
    fill: #f07171!important
}

.hide_filters_item .hide_filters_item_inner svg {
    width: 48px;
    height: 66px
}

.hide_filters_item_desc {
    color: #a2a2a2;
    font-size: 16px;
    font-weight:600;
    text-transform: capitalize
}

.hide_filters_item_desc_active {
    color: #f07171
}

.hide_parametrs {
    background-color: white;
    top: -100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 115px);
    overflow-y: scroll;
    transition: all 0.3s ease;
    z-index: 99
}

.hide_parametrs_selected {
    top: 145px;
    bottom: 15%
}

.hide_parametrs_item_top {
    background-color: white;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    padding-top: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -mz-user-select: none
}

.hide_parametrs_item_top_left {
    float: left
}

.hide_parametrs_item_top_left span:nth-child(1) {
    width: 32px;
    margin: 0
}

.hide_parametrs_item_top_left span {
    display: block;
    float: left;
    color: #7f7f7f;
    font-size: 19px;
    font-weight:700;
    margin-top: 1px
}

.hide_parametrs_item_top_right {
    float: right;
    padding-top: 3px
}

.hide_parametrs_item_inner {
    background-color: #f7f7f7;
    display: none
}

.hide_parametrs_item_inner_it {
    width: 100%;
    padding-top: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.hide_parametrs_item_inner_it input {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 5px
}

.hide_parametrs_item_inner_it span {
    display: block;
    float: left;
    color: #7f7f7f;
    font-size: 19px;
    font-weight:600;
    width: calc(100% - 36px);
    border-bottom: 1px solid #e8e8e8;
    line-height: 60px;
    margin-top: -22px;
    margin-left: 15px;
    cursor: pointer
}

.budget_range .hide_parametrs_item_inner span {
    width: 16px;
    height: 16px;
    padding: initial!important;
    border-radius: 50%;
    outline: none;
    background-color: white;
    border: 0!important;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .21);
    margin-top: 0!important
}

.budget_range .hide_parametrs_item_inner input {
    width: inherit!important;
    height: inherit!important;
    float: none;
    margin-top: 10px
}

.budget_range .hide_parametrs_item_inner input:nth-child(1) {
    float: left;
    width: 50px!important;
    margin-left: -5px;
    color: #7f7f7f!important
}

.budget_range .hide_parametrs_item_inner input:nth-child(2) {
    float: right;
    text-align: right;
    color: #7f7f7f!important
}

#slider-range2 {
    max-width: 100%;
    border: 0;
    height: 8px;
    border-radius: 2px;
    margin-top: 15px
}

.amount2 {
    color: #7f7f7f!important;
    font-size: 15px!important;
    font-family: 'sans_semibold'!important;
    background: transparent
}

.page_content_right_list_item {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    width: 100%
}

.list_item_name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px
}

.list_item_name a {
    text-decoration: none
}

.list_item_add {
    display: table-cell;
    width: 47.3%;
    height: 100%;
    vertical-align: middle;
    position: relative
}

.list_item_add_in {
    display: table;
    width: 100%
}

.list_item_device_wrapper {
    text-align: center;
    display: table-cell;
    width: 20.8%;
    height: 100%;
    border-right: 1px solid #e8e8e8;
    vertical-align: middle
}

.list_item_device {
    height: 100%;
    height: 80%;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 10%;
    right: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.list_item_device_wrapper_in {
    box-sizing: border-box;
    position: relative;
    min-height: 150px
}

.list_item_name_title a {
    color: #3dbeb7;
    font-size: 30px;
    font-weight:700;
    text-transform: capitalize;
    line-height: 36px
}

.list_item_name_brand {
    margin-top: 8px
}

.list_item_name_brand img {
    display: block;
    float: left;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    margin-right: 8px
}

.list_item_name_brand span {
    display: block;
    color: #7f7f7f;
    font-weight: 400;
    font-size: 20px
}

.list_item_name_price {
    color: #7f7f7f;
    font-size: 20px;
    font-weight:700;
    padding-top: 5px
}

.list_item_learn div {
    max-width: 123px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    color: #7f7f7f;
    font-size: 14px;
    font-weight:700;
    margin: 55px auto 0;
    text-align: center;
    line-height: 38px
}

.list_item_learn_more {
    text-align: center;
    width: 46.5%;
    display: table-cell;
    vertical-align: middle
}

.list_item_learn_more a {
    text-decoration: none;
    float: none;
    display: inline-block;
    color: #7f7f7f;
    width: 123px!important;
    height: 40px;
    border: 1px solid #c2c2c2!important;
    border-radius: 5px;
    font-size: 14px;
    font-weight:700;
    line-height: 38px
}

.active_list_path svg path {
    fill: #C8C8C8!important
}

.version a {
    color: #959595;
    text-decoration: none;
    font-size: 13px
}

.page_content_right_item_show {
    display: none
}

.page_content_listing_show {
    display: none
}

.page_content_show_selected {
    display: block
}

.table_wrapper {
    margin-top: 60px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14)
}

.table_wrapper table {
    float: left
}

.table_item {
    float: left
}

.table_item:nth-child(1) tr,
td {
    border-left: 0 !Important
}

.table_item:nth-child(2) {
    width: 917px
}

.table_item tr,
td:nth-last-of-type(1) {
    border-right: 0 !Important
}

.table_item:nth-child(2) table {
    width: 918px
}

.table_top1 td {
    height: 225px;
    width: 222px!important;
    text-align: center
}

table {
    background: white
}

tr,
td {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 0;
    border-top: 0
}

tr {
    height: 42px
}

.table_top tr:nth-child(1) {
    height: 183px;
    text-align: center
}

.table_top tr:nth-child(2) {
    background: white;
    border-top: 1px solid #e8e8e8
}

.table_top tr td {
    padding: 10px
}

.filter_type {
    color: #7f7f7f;
    font-size: 14px;
    font-weight:600;
    padding: 10px;
    padding-left: 15px;
    text-align: left
}

.table_parameter_items {
    position: relative
}

.table_parameter {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 8px;
    padding-right: 12px;
    padding-bottom: 13px;
    bottom: 0;
    height: 42px;
    overflow: hidden;
    background: white;
    border-top: 1px solid #e8e8e8;
    transition: all 0.3s ease
}

.table_parameter_inner {
    text-align: left
}

.table_parameter_item {
    margin-top: 10px;
    display: inline-block;
    width: 24px;
    text-align: center
}

.table_parameter_item:nth-last-of-type(1) {
    width: 22px
}

.click_plus {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    text-align: center
}

.click_plus_in {
    display: inline-block;
    position: relative;
    top: -2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.click_plus_selected .click_plus_in {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.budjet {
    background: #f5f5f5!important;
    border-top: 1px solid #e8e8e8
}

.click_tr {
    background: #3dbeb7!important;
    cursor: pointer;
    border-color: rgba(255, 255, 255, .2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.click_tr td {
    border-color: rgba(255, 255, 255, .2)
}

tr:nth-child(even) {
    background: #f5f5f5
}

tr:nth-child(odd) {
    background: white
}

tr td {
    width: 183px!important;
    position: relative;
    text-align: center
}

.table_ico {
    width: 70px;
    height: 70px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    text-align: center;
    background-image: url(../pics/dev_ico.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 36px;
    display: inline-block
}

.table_title {
    color: #7f7f7f;
    font-size: 22px;
    font-weight:700;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px
}

.table_top_title {
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'sans_bold'
}

.table_top_sub {
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'sans_reg'
}

.dev_img {
    margin-top: 16px
}

.dev_img img {
    width: 80px;
    margin: 0 auto
}

.close_tab {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.budjet img {
    display: block;
    float: left;
    margin-left: 15px;
    margin-right: 7px
}

.budjet span {
    display: block;
    float: left;
    font-size: 14px;
    color: #7f7f7f;
    font-weight:700;
    margin-top: 1px;
    text-transform: capitalize
}

.budjet_numb {
    font-size: 14px;
    color: #7f7f7f;
    font-weight:700;
    margin-top: 1px
}

.click_tr td {
    text-align: left
}

.click_tr svg {
    float: left;
    margin-left: 15px
}

.click_tr svg path {
    fill: white
}

.click_tr span {
    color: white;
    font-size: 14px;
    font-weight:700;
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 6px
}

.drop_ico {
    float: right;
    margin-right: 14px
}

.drop_ico svg polygon {
    fill: white!important
}

.breadcrump {
    margin-top: 39px;
    font-size: 13px;
    margin-bottom: 30px;
    color: #7F7F7F;
    font-family: 'sans_reg'
}

.breadcrump_border {
    border-bottom: 1px solid #E8E8E8;
    margin-top: 20px
}

.breadcrump a {
    color: #20B6B0;
    text-decoration: none;
    margin-right: 8px;
    margin-left: 8px
}

.breadcrump img {
    margin-right: 2px;
    display: block;
    float: left
}

.breadcrump div {
    text-align: center
}

.in_device_top {
    margin-bottom: 34px
}

.in_device_name {
    color: #7f7f7f;
    text-transform: capitalize;
    font-size: 50px;
    font-weight:700;
    line-height: 50px;
    float: left;
    width: 66%;
    margin: 0
}

.in_device_logo {
    float: right;
    width: 30%;
    text-align: right
}

.in_device_logo_in {
    margin-top: 12px;
    float: right
}

.left_content {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14);
    padding: 20px
}

.right_content {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14);
    padding: 20px;
    overflow: hidden
}

.in_device_left {
    float: left;
    max-width: 360px;
    width: 100%;
    margin-right: 10px
}

.in_device_left a {
    text-decoration: none
}

.in_device_right {
    float: left;
    max-width: 325px;
    width: 100%;
    margin-left: 10px
}

.in_device_img_wrapper {
    height: 360px;
    width: 100%;
    border: 1px solid #e8e8e8;
    position: relative
}

.in_device_img {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 60%;
    object-fit: contain
}

.in_device_rate {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 58px;
    background-color: #e8e8e8;
    color: #7f7f7f;
    text-align: center;
    line-height: 57px;
    font-weight:700;
    font-size: 17px
}

.in_device_price {
    color: #7f7f7f;
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 17px;
    font-family: 'sans_bold'
}

.in_device_buy {
    width: 100%;
    height: 50px;
    background: #f0f0f0;
    border-radius: 5px;
    text-align: center
}

.in_device_buy .icon {
    position: relative;
    top: -5px;
    margin-left: 5px;
    margin-right: 5px
}

.in_device_buy .text1 {
    color: #20b6b0;
    text-transform: uppercase;
    line-height: 49px;
    font-size: 20px;
    font-family: 'sans_semibold'
}

.text1 a {
    text-decoration: none;
    color: #20b6b0
}

.in_device_text {
    color: #7f7f7f;
    font-size: 17px;
    line-height: 27px;
    padding-right: 12px;
    position: relative
}

.in_device_text .show_text {
    max-height: 462px;
    overflow: hidden;
    display: inline-grid
}

.in_device_text_more {
    color: #20b6b0;
    text-decoration: none!important;
    font-weight: 400;
    white-space: nowrap;
    font-size: 17px;
    cursor: pointer;
    position: absolute;
    bottom: 0
}

.in_device_text_more span {
    display: inline-block
}

.less_arrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform-origin: center 14px;
    -webkit-transform-origin: center 14px;
    -moz-transform-origin: center 14px
}

.in_device_text .text1 {
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative
}

.text1_long:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85), rgba(255, 255, 255, 1))
}

.in_device_panel {
    text-align: center;
    margin-top: 22px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.in_device_panel_left {
    float: left
}

.in_device_panel_right {
    float: right
}

.in_device_panel_left_item {
    float: left
}

.in_device_panel_left_text {
    color: #7f7f7f;
    text-transform: capitalize;
    line-height: 61px;
    margin-right: 6px;
    font-family: 'sans_semibold'
}

.in_device_share {
    margin-right: 6px;
    text-decoration: none!important
}

.in_device_fb_like {
    border-right: 1px solid #e8e8e8;
    padding-right: 20px;
    margin-left: 10px;
    margin-top: 19px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block
}

.in_device_like {
    margin-top: 19px;
    color: #7f7f7f;
    font-weight:600;
    font-size: 16px;
    display: inline-block
}

.in_device_like span {
    position: relative;
    top: 2px;
    left: 2px
}

.in_device_add {
    display: block;
    text-decoration: none!important;
    cursor: pointer
}

.in_device_add_text {
    color: #7f7f7f;
    display: block;
    float: left;
    line-height: 61px;
    font-size: 15px;
    font-family: 'sans_semibold'
}

.in_device_add_plus {
    background: #20b6b0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    width: 27px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    padding-top: 3px
}

.in_device_parameters {
    margin-top: 20px
}

.in_device_parameter_type {
    height: 50px;
    background-color: #f0f0f0;
    padding-left: 16px;
    padding-right: 14px;
    padding-top: 14px;
    cursor: pointer;
    position: relative;
    top: -2px
}

.in_device_type_left {
    float: left;
    display: flex;
    align-items: flex-end;
}
.in_device_type_left_text{
    margin: 0 0 0 8px;
    color: #7f7f7f;
    text-transform: capitalize;
    padding-top: 1px;
    font-size: 18px;
}

.in_device_type_btn {
    float: right;
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease
}

.in_device_type_btn_close {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg)
}

.in_device_type_left div {
    float: left;
    width: 24px;
    text-align: center
}

.in_device_type_left div img {
    display: inline-block
}

.in_device_type_left span {
    display: block;
    float: left;
    color: #7f7f7f;
    font-size: 14px;
    font-weight:700;
    text-transform: capitalize;
    padding-top: 1px;
    margin-left: 8px
}

.in_device_parameter_inner {
    border-bottom: 1px solid #e8e8e8
}

.in_device_parameter_inner_item {
    min-height: 49px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 11px
}
.in_device_parameter_inner_item_text{
    margin: 0;
    font-size: 16px;
}

.in_device_parameter_inner_item:nth-last-of-type(1) {
    border: 0
}

.in_device_parameter_left {
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f
}

.in_device_parameter_right {
    float: right;
    width: 20px;
    text-align: center
}

.in_device_other_title {
    text-align: center;
    color: #7f7f7f;
    font-size: 20px;
    font-weight:600;
    line-height: 22px
}

.in_device_other_item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 26px
}

.in_device_other_item:nth-last-of-type(1) {
    border: 0
}

.in_device_other_item_img {
    margin-top: 30px;
    background-image: url(../pics/dev.png);
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.in_device_other_item_title {
    margin-top: 22px;
    font-size: 20px;
    line-height: 22px;
    font-weight:700;
    color: #20b6b0;
    text-align: center
}

.in_device_other_item_title a h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight:700;
    color: #20b6b0;
    text-align: center;
    margin: 0
}

.in_device_other_item_title a {
    text-decoration: none
}

.in_device_other_item_desc {
    margin-top: 10px;
    text-align: center;
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px
}

.in_device_similar_item {
    margin-top: 34px;
    padding-bottom: 34px
}

.in_device_similar_item_title {
    text-align: center;
    color: #7f7f7f;
    font-size: 20px;
    font-weight:600;
    line-height: 22px
}

.brand_list_title {
    font-size: 55px;
    color: #7f7f7f;
    font-weight:700;
    text-align: center
}

.brand_list_panel {
    text-align: center;
    margin-top: 5px
}

.brand_list_panel_item {
    display: inline-block
}

.brand_list_panel_item .in_device_fb_like {
    border-right: 0
}

.brand_img {
    margin-top: 28px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    border-radius: 10px
}

.brand_img_main {
    width: 100%;
    height: 515px;
    background-image: url(../pics/fitbit_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px
}

.brand_img_in {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px
}

.brand_img_info {
    position: relative
}

.brand_img_logo {
    display: inline-block;
    margin: 10% auto 0;
    width: 50%;
    overflow: hidden;
    text-align: center
}

.brand_img_logo img {
    display: inline-block
}

.brand_img_desc {
    margin-top: 2%;
    color: white;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-left: 14%;
    margin-right: 14%;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 2%
}

.brand_img_link {
    display: inline-block;
    margin-top: 1%;
    color: white;
    font-size: 15px;
    font-weight:700;
    text-decoration: none!important
}

.brand_img_link:hover {
    color: white
}

.brand_img_link span {
    margin-left: 2px;
    margin-right: 2px
}

.page_content_item {
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14)
}

.page_content_item_img {
    position: relative;
    border-radius: 5px 5px 0 0
}

.page_content_item_img_main_list {
    border-radius: 5px 5px 0 0;
    background-image: url(../pics/119.png);
    background-color: #fff;
    width: 100%;
    background-size: auto 150px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 230px
}

.page_content_item_desc {
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 20px;
    height: 235px;
    overflow: hidden;
    position: relative
}

.page_content_item_desc a {
    text-decoration: none
}

.page_content_item_desc_text {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 10px
}

.page_content_item_desc_title {
    color: #20b6b0;
    font-size: 26px;
    font-weight:600;
    line-height: 33px;
    margin: 0;
    display: inline-block
}

.text_opacity {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    height: 52px;
    width: 100%;
    border-radius: 0 0 5px 5px
}

.page_content_vendor_item {
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14)
}

.page_content_vendor_img {
    height: 230px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    position: relative
}

.page_content_vendor_img_main {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.page_content_vendor_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 182, 176, .8);
    border-radius: 5px 5px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto
}

.page_content_vendor_main_info {
    height: 300px;
    padding-left: 30px;
    padding-right: 30px
}

.page_content_vendor_main_top {
    height: 58px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-bottom: 6px
}

.page_content_vendor_main_title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight:700;
    line-height: 21px;
    float: left
}

.page_content_vendor_main_title a {
    color: #20b6b0;
    text-decoration: none
}

.page_content_vendor_main_numb {
    float: right;
    color: #7f7f7f;
    font-size: 15px;
    font-family: 'sans_semibold'
}

.page_content_vendor_main_bottom {
    padding-top: 10px
}

.page_content_vendor_item .brand_img {
    margin-top: 0;
    border-radius: 10px 10px 0 0
}

.page_content_vendor_item .brand_img_in {
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0
}

.page_content_vendor_item .brand_img_logo img {
    display: block;
    margin: 0 auto
}

.page_content_vendor_item .brand_img_main {
    height: 230px;
    border-radius: 10px 10px 0 0
}

.page_content_vendor_item .brand_img_logo {
    margin: 0
}

.page_content_vendor_item .brand_img_info {
    display: table-cell;
    vertical-align: middle
}

.in_device_item_link {
    font-size: 15px;
    font-weight:600;
    color: #20b6b0;
    text-decoration: none!important;
    margin-bottom: 10px;
    float: left;
    display: inline-block
}

.in_device_item_link span {
    position: relative;
    top: 4px;
    left: 10px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 232px
}

.compare_plus {
    float: right;
    border-radius: 100px;
    border: 1px solid #20b6b0;
    width: 20px;
    height: 20px;
    margin-top: 5px
}

.page_content_item_img .compare_plus {
    float: none;
    position: absolute;
    right: 15px;
    top: 9px;
    background-color: #20b6b0;
    border: 1px solid #20b6b0;
    width: 26px;
    height: 26px
}

.page_content_item_img .compare_plus svg {
    margin: 7px auto 0
}

.compare_plus svg {
    margin: 4px auto 0;
    display: block
}

.compare_plus.added_dev {
    border: 1px solid #f07171
}

.page_content_item_img .compare_plus.added_dev {
    background-color: #f07171;
    border: 1px solid #f07171
}

.compare_plus.added_dev svg path {
    fill: #f07171
}

.page_content_item_img .compare_plus.added_dev svg path {
    fill: #FFF
}

.compare_plus.added_dev svg {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.in_device_item_link .img_device {
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 64px
}

.in_device_item_link:hover {
    color: #20b6b0
}

.text_in {
    display: block
}

.right_content_top_img {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px
}

.right_content_inkin_logo {
    text-align: center;
    margin-top: 35px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 27px
}

.right_content_inkin_logo img {
    height: 71px
}

.title_desc {
    color: #7F7F7F;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-top: 15px
}

.title_desc a {
    color: #20b6b0;
    font-family: 'sans_bold'
}

.right_content_title_desc {
    text-align: center;
    color: #7f7f7f;
    font-weight:600;
    font-size: 16px;
    line-height: 23px;
    padding: 25px
}

.right_content_logs {
    text-align: center
}

.right_content_text_desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #7f7f7f;
    text-align: center;
    padding: 20px
}

.right_content_btn_sign {
    width: 100%;
    display: table;
    text-decoration: none!important;
    height: 71px;
    background: #23c9c3;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 4px solid #06a198
}

.right_content_btn_sign span {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 35px;
    font-weight:800;
    text-transform: uppercase
}

.in_device_parametres_wrap_item span svg {
    width: 23px;
    height: 32px
}

.in_device_parametres_wrap {
    width: 100%;
    border-top: 1px solid #e8e8e8
}

.in_device_parametres_wrap_item {
    float: left;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 64.5px
}

.in_device_parametres_wrap_item span {
    display: block;
    border-right: 1px solid #e8e8e8;
    height: 43px;
    padding-top: 6px
}

.in_device_parametres_wrap_item:nth-last-of-type(1) span {
    border: 0
}

.in_device_parametres_wrap_item span img {
    max-height: 32px
}

.device_wrap_select {
    border-radius: 24px 24px 0 0
}

.count_device_animate {
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0
}

.filters_comp {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filters_comp_item {
    display: inline-block;
    text-decoration: none!important;
    color: #F07171;
    font-weight:600;
    font-size: 15px;
    margin-bottom: -1px;
    padding-bottom: 20px;
    cursor: pointer
}

.filters_comp_item:not(:last-child){
    margin-right: 30px;
}

.filters_comp_item.link:nth-last-of-type(2) {
    color: #20B6B0!important
}

.filters_comp_item.link:nth-last-of-type(1) {
    color: #20B6B0!important
}

.filters_comp_item:nth-child(1).filter_svg {
    color: #20B6B0!important
}

.filters_comp_item:not(:nth-child(2)).filters_comp_item_select {
    color: #20B6B0;
    border-bottom: 3px solid #20B6B0
}

.filters_comp_item:nth-child(2).filters_comp_item_select {
    border-bottom: 3px solid #F07171
}

.filters_comp_item svg {
    height: 16px;
    width: 16px;
    display: block;
    margin-top: 2px;
    margin-right: 5px;
    float: left
}

.filters_comp_item svg path {
    fill: #F07171!important
}

.page_content_items {
    display: none
}

.page_content_items_select {
    display: block
}

.hide_device_add {
    display: none;
    text-align: center;
    margin-top: 10px
}

#report {
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 100
}

#report .report-btn {
    background-color: #198E89;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    display: inline-block;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 32px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .2);
    box-shadow: 0 0 32px rgba(0, 0, 0, .2)
}

#report .report-btn .icon {
    font-size: 0;
    display: inline-block;
    float: left;
    height: 100%;
    padding: 9px
}

#dialog textarea {
    width: 100%;
    max-width: 800px;
    height: 98%;
    max-height: 600px;
    font-size: 24px;
    color: #7f7f7f;
    font-weight: 100;
    resize: none;
    border-color: #CECECE
}

.icon-main-comment-bold:before {
    content: url(../pics/comment.svg)
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .3em 1em .5em 1em
}

.ui-dialog.dialog-cropit .ui-dialog-buttonset {
    float: none;
    text-align: center
}

.ui-dialog.dialog-cropit .ui-dialog-buttonset .submit-selection {
    margin-right: 0
}

.ui-dialog {
    overflow: visible;
    z-index: 9999
}

.ui-dialog.loading .ui-dialog-buttonset .btn-dialog-submit {
    background-color: #cdcdcd!important;
    border-color: #cdcdcd!important
}

.btn-dialog-submit {
    color: #fff!important;
    background-color: #3dbfb7!important;
    background-image: none!important;
    border: solid 1px #3dbfb7!important;
    font-size: 18px!important
}

.btn-dialog-cancel {
    color: #fff!important;
    background-color: #f48174!important;
    background-image: none!important;
    border: solid 1px #f48174!important;
    font-size: 18px!important
}

.ui-dialog .ui-widget-header {
    background-color: #7f7f7f!important;
    color: #fff;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400
}

.page_content_right_green {
    background: linear-gradient(to top, #47A5A1, #23C9C2);
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 0 0 33px rgba(0, 0, 0, .14);
    padding: 46px 20px 25px 20px
}

.page_content_logo_green {
    text-align: center
}

.page_content_logo_green img {
    margin: 0 auto
}

.page_content_title_green {
    font-size: 35px;
    color: white;
    font-weight:800;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 40px;
    text-align: center
}

.page_content_link_green {
    display: block;
    text-decoration: none!important;
    height: 60px;
    width: 180px;
    background: #E35555;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 3px solid #9E3B3B;
    margin: 0 auto;
    margin-top: 25px;
    padding-top: 3px
}

.page_content_link_green span {
    color: white;
    font-size: 35px;
    font-weight:800;
    text-transform: uppercase
}

.header_euro_logo {
    display: none!important
}

.slide_item {
    position: relative;
    float: left;
    width: 358px;
    height: 358px
}

.device_slide_arrows {
    position: absolute;
    width: 100%;
    bottom: 0
}

.arrow_left {
    width: 50px;
    height: 60px;
    float: left;
    cursor: pointer
}

.arrow_right {
    width: 50px;
    height: 60px;
    float: right;
    cursor: pointer
}

.regist_block {
    background-image: url(../../inkin_all/pics/regist_baner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    padding-bottom: 17px;
    min-height: 465px
}

.regist_block_title {
    font-size: 48px;
    font-weight:800;
    width: 50%;
    padding-top: 14px;
    padding-left: 22px;
    line-height: 61px
}

.regist_block_text {
    font-size: 14px;
    font-weight: 400;
    width: 50%;
    padding-left: 22px;
    margin-top: 14px;
    border-left: 5px solid #23C9C3
}

.regist_block_text a {
    font-weight:700;
    color: #23C9C3;
    text-decoration: none!important
}

.regist_block_icons {
    width: 50%;
    margin-top: 14px;
    padding-left: 22px
}

.start_competing {
    text-align: center;
    margin-top: 14px
}

.input_text {
    display: block;
    height: 52px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    vertical-align: middle;
    color: #898989;
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px;
    outline: none;
    margin: 0 auto;
    border: 1px solid #E1E1E0
}

.input_submit {
    display: block;
    height: 57px;
    width: 100%;
    border: 0;
    background-color: #23c9c3;
    border-radius: 5px;
    color: white;
    font-size: 22px;
    font-weight:800;
    text-transform: uppercase;
    vertical-align: middle;
    outline: none;
    margin: 0 auto;
    margin-top: 14px
}

.regist_block_form {
    padding: 0 22px
}

.home .regist_block_icons {
    margin-top: 20px
}

.home .start_competing {
    margin-top: 25px
}

.home .regist_block_text {
    margin-top: 20px;
    max-width: 162px;
    width: 100%
}

.home .regist_block_title {
    padding-top: 20px
}

.home .input_submit {
    margin-top: 20px
}

.home .regist_block {
    padding-bottom: 22px;
    min-height: 530px
}

.home .input_text {
    height: 56px
}
