.productpage {
    margin-bottom: 4rem;
}
.productpage .product-container {
}
.productpage .product-container .leftside {
    width: 640px;
    float: left;
}
.productpage .product-container .rightside {
    float: right;
    width: 340px;
    padding: 1.5rem;
    background-color: #F7F8FA;
    border: 1px solid #e4e5e7;
    border-radius: 10px;
}
.product_info .info_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.product_info .info_header.not_brand {
    margin-bottom: 2rem;
}
.product_info .info_header .b_name {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
}
.product_info .info_header .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_info .info_header .buttons > span,
.product_info .info_header .buttons > a {
    display: block;
    margin-left: 15px;
    cursor: pointer;
}
.product_info .info_header .buttons > span:first-child,
.product_info .info_header .buttons > a:first-child {
    margin-left: 0;
}
.product_info .info_header .buttons > span > img,
.product_info .info_header .buttons > a > img {
    display: block;
    width: 22px;
}
.product_info .info_header .buttons > a:hover {
    text-decoration: none;
}

.product_info .info_names {
}
.product_info .info_names > .author_link {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.product_info .info_names > .author_link:hover {
    text-decoration: none;
    opacity: .8;
}

.product_info .product_actions {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e4e5e7;
}
.product_info .product_actions > span,
.product_info .product_actions > a {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 56px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.product_info .product_actions > span:hover,
.product_info .product_actions > a:hover {
    border-color: #c9cbcf;;
    background-color: #e3e3e3;
}

.product_info .product_actions > .req_catalog {
    background: #fff url('../images/icons/fullstory/req_catalog_v-1.svg') 16px center no-repeat;
    background-size: 16px;
}
.product_info .product_actions > .req_price {
    background: #fff url('../images/icons/fullstory/req_price_v-1.svg') 16px center no-repeat;
    background-size: 16px;
}
.product_info .product_actions > .req_buy {
    background: #fff url('../images/icons/fullstory/req_buy_v-1.svg') 16px center no-repeat;
    background-size: 16px;
}

.product_info .author_photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    padding: 0.5rem;
    background: #fff;
    border: solid 1px #e4e5e7;
    border-radius: 4px;
}
.product_info .author_photo:hover {
    background: #fff;
}
.product_info .author_photo > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product_info .product_actions > .icon_btns > img {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translate(-50%, -50%);
}
.product_info .product_actions > .icon_down > img {
    width: 1.1rem;
    height: 1.1rem;
}
.product_info .group_5_req:hover {
    text-decoration: none;
}

.product_info .download_btn {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e4e5e7;
}
.product_info .download_btn > .down_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px;
}
.product_info .download_btn > .down_ttl > .points {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    /*background: #00af80;*/
    background: url(../images/icons/gear-green.svg);
    /*background: #2c363c;*/
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.product_info .download_btn > .download {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    color: #fff;
    background: #2bc48a;
    border-radius: 4px;
    margin-bottom: 14px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.product_info .download_btn > .download > .dttl {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 15px;
    padding: 4px 14px;
}
.product_info .download_btn > .download > .dsize {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 100%;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;
    background: #00af80;
}
.product_info .download_btn > .available_credits {
    margin-top: 30px;
}
.product_info .download_btn > .available_credits > .av_ttl {
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-left: 24px;
    background: url(../images/icons/gear-green.svg) center left no-repeat;
    background-size: 16px;
}
.product_info .download_btn > .available_credits > .av_ttl > .info {
    margin-left: 10px;
    position: relative;
}
.product_info .download_btn > .available_credits > .av_ttl > .info  > .qs {
    display: flex;
    height: 16px;
    width: 16px;
    justify-content: center;
    align-items: center;
    background: #9b9b9b;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .1s;
}
.product_info .download_btn > .available_credits > .av_ttl > .info  > .qs:hover {
    background: #000;
}
.product_info .download_btn > .available_credits > .av_ttl > .info  > .txt {
    display: block;
    position: absolute;
    top: 20px;
    width: 200px;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 12px;
    background: #2a2b2d;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    z-index: 1;
}
.product_info .download_btn > .available_credits > .av_ttl > .info.open > .txt {
    visibility: visible;
    opacity: 1;
    top: 30px;
}
.product_info .download_btn > .available_credits > .av_ttl > .info > .txt:before {
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    top: -6px;
    left: calc(50% - 6px);
    transform: rotate(45deg);
    background: #2a2b2d;
    z-index: -1;
}
.product_info .download_btn > .available_credits > .credits_chart {
    height: 8px;
    border-radius: 10px;
    background: #e3e3e3;
    overflow: hidden;
    margin-top: 10px;
}
.product_info .download_btn > .available_credits > .credits_chart > .in {
    height: 100%;
    background: #2bc48a;
}

.product_info .download_btn > .available_credits > .manage_credits {
    margin-top: 10px;
    text-align: right;
}
.product_info .download_btn > .available_credits > .manage_credits > a {
    color: inherit;
    font-size: 14px;
    text-decoration: underline;
    transition: .1s all;
}
.product_info .download_btn > .available_credits > .manage_credits > a:hover {
    opacity: .8;
}

.product_info > .tariff_plan_info {
    padding: 30px 0 0 0;
    margin-top: 38px;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #e4e5e7;
    border-radius: 0;
}
.product_info > .tariff_plan_info a:hover {
    text-decoration: none;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits > li > span:last-child {
    font-weight: bold;
    white-space: nowrap;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits > li > a {
    font-weight: bold;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits > li .dots {
    flex: 1;
    min-width: 10px;
    width: 10px;
    height: 4px;
    margin: 0 10px;
    border-bottom: 1px dashed #999;
    letter-spacing: 40px;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits > li.tariff_plan {
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 1rem;
}
.product_info > .tariff_plan_info > ul.tariff_plan_limits > li span.infinity {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    background: url(../images/service/infinity.svg) center center no-repeat;
    background-size: 16px;
}
.product_info > .tariff_plan_info > .change_tariff_plan {
    display: flex;
    justify-content: flex-end;
}
.product_info > .tariff_plan_info > .change_tariff_plan > a {
    color: #3394e6;
    text-decoration: underline;
    background: none;
    height: auto;
    line-height: unset;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    transition: none;
}
.product_info .edit_links {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.full_description {
    float: left;
    max-width: 640px;
    width: 100%;
    margin: 0 auto 15px;
    padding-top: 40px;
    border-top: 1px solid #e4e5e7;
}
.full_description > p {
    margin-bottom: 0;
}
.full_description > .full_story {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.full_description > .model_descr_title {
    font-weight: normal;
    font-size: 1.25rem;
}
.full_description .model_options {
    margin-bottom: 2rem;
}
.full_description .model_options > .option {
    display: flex;
    flex-flow: row wrap;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}
.full_description .model_options > .option:last-child {
    margin-bottom: 0;
}
.full_description .model_options > .option > .option_bold {
    flex-basis: 20%;
    font-weight: bold;
}
.full_description .model_options > .option > .option_name {
    flex-basis: 80%;
}
.full_description .model_options > .option > .option_name > a {
    color: #000;
    text-decoration: underline;
}
.color_list {
    display: flex;
    align-items: center;
}
.color_list .color {
    height: 20px;
    width: 20px;
    margin-right: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.color_list .color:last-child {
    margin-right: 0;
}
.color_list .color_1 {background-color: rgb(255,255,255); border: 1px solid #555;}
.color_list .color_2 {background-color: rgb(230,210,190)}
.color_list .color_3 {background-color: rgb(128,128,128)}
.color_list .color_4 {background-color: rgb(0,0,0)}
.color_list .color_5 {background-color: rgb(250,210,50)}
.color_list .color_6 {background-color: rgb(250,140,40)}
.color_list .color_7 {background-color: rgb(190,10,20)}
.color_list .color_8 {background-color: rgb(120,60,10)}
.color_list .color_9 {background-color: rgb(60,210,200)}
.color_list .color_10 {background-color: rgb(100,190,250)}
.color_list .color_11 {background-color: rgb(40,80,220)}
.color_list .color_12 {background-color: rgb(90,20,150)}
.color_list .color_13 {background-color: rgb(130,230,50)}
.color_list .color_14 {background-color: rgb(50,100,10)}
.color_list .color_15 {background-color: rgb(250,200,220)}
.color_list .color_16 {background-color: rgb(200,20,170)}

.ui-dialog.share_links .ui-dialog-content {
    padding: 0;
    border: none;
}

.productpage #slide-block {
    position: relative;
    margin-bottom: 15px;
}
.productpage #slide-block > .slder_arrow {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: red;
    height: 40px;
    width: 40px;
    border: 2px solid #d1d1d1;
    top: 50%;
    transform: translate(0,-50%);
    transition: all .1s ease-in-out;
    cursor: pointer;
    z-index: 3;
}
.productpage #slide-block:hover > .slder_arrow {
    visibility: visible;
    opacity: .8;
}
.productpage #slide-block > .slder_arrow.prev_slide {
    left: 10px;
    border-radius: 50%;
    background: #fff url(../images/icons/arrow-left-short.svg) center center no-repeat;
    background-size: 30px;
}
.productpage #slide-block > .slder_arrow.next_slide {
    right: 10px;
    border-radius: 50%;
    background: #fff url(../images/icons/arrow-right-short.svg) center center no-repeat;
    background-size: 30px;
}
.productpage #slider {
    position: relative;
    max-width: 100%;
    width: 640px;
    padding-bottom: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.productpage #slider li {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding-top: 100%;
    z-index: 1;
}
.productpage #slider li.active {
    left: 0;
}
.productpage #slider li img {
    position: absolute;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.productpage #slider li img {
    position: absolute;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.productpage #slider li > .adlt_content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productpage #slider li > .adlt_content > .in {
    flex: 1;
    z-index: 2;
}
.productpage #slider li > .adlt_content > .in > .icon {
    display: block;
    margin: 0 auto 20px;
    height: 24px;
    width: 24px;
    background: url('../images/icons/eye-slash-fill.svg') center center no-repeat;
    background-size: contain;
}
.productpage #slider li > .adlt_content > .in > p {
    margin-bottom: 10px;
    text-align: center;
}
.productpage #slider li > .adlt_content > .in > .btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.productpage #slider li > .adlt_content > .in > .btns > span {
    margin: 10px;
}

.productpage #slide-pagination {
    width: 640px;
    overflow: hidden;
    margin-bottom: 15px;
}
.productpage #slide-pagination ul {
    display: flex;
    position: relative;
}
.productpage #slide-pagination ul li {
}
.productpage #slide-pagination ul li:last-child {
    margin-right: 0;
}
.productpage #slide-pagination ul li.active {
}
.productpage #slide-pagination ul li a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}
.productpage #slide-pagination ul li.active a {
}
.productpage #slide-pagination ul li a img {
    position: absolute;
    margin: 0;
    height: 92%;
    top: 50%;
    left: 50%;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.productpage #slide-pagination ul li.active a img {
    padding: 4px;
    border: 2px solid #1d9ef9;
}
.used_models_wrapper {
    margin-top: 30px;
    padding-bottom: 30px;
}
.relateds {
    margin-top: 30px;
}
.relateds > .flex-content {
    margin-bottom: 50px;
}


.ui-dialog.scenedownnote .scenedownnote_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.ui-dialog.scenedownnote .scenedownnote_footer > label {
    color: #000;
}
.ui-dialog.scenedownnote .scenedownnote_footer > .btns {
    display: flex;
}
.ui-dialog.scenedownnote .scenedownnote_footer > .btns > a,
.ui-dialog.scenedownnote .scenedownnote_footer > .btns > span {
    display: block;
    padding: 5px 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.ui-dialog.scenedownnote .scenedownnote_footer > .btns > a {
    margin-right: 10px;
    background: #1d9ef9;
}
.ui-dialog.scenedownnote .scenedownnote_footer > .btns > span {
    background: #f54336;
}
.ui-dialog.scenedownnote .scenedownnote_footer > .btns > a:hover,
.ui-dialog.scenedownnote .scenedownnote_footer > .btns > span:hover {
    text-decoration: none;
    opacity: .9;
}

/******************/
/* Get tariff plan popup */
/******************/
/*.ui-dialog.get_tariff_msg_popup {
}
.ui-dialog.get_tariff_msg_popup > .ui-dialog-titlebar {
    padding: 0;
}
.ui-dialog.get_tariff_msg_popup #downinfo > .get_tariff_msg {
    text-align: center;
}
.ui-dialog.get_tariff_msg_popup #downinfo > .get_tariff_msg > .ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.ui-dialog.get_tariff_msg_popup #downinfo > .get_tariff_msg > .msg {
    margin-bottom: 30px;
}
.ui-dialog.get_tariff_msg_popup #downinfo > .get_tariff_msg > .zbtn {
    margin-bottom: 10px;
}*/

/******************/
/* Download popup */
/******************/
.ui-dialog.download_popup {
}
.ui-dialog.download_popup #downinfo {
}
.ui-dialog.download_popup #downinfo > .actions {
    display: flex;
    justify-content: space-between;
}
.ui-dialog.download_popup #downinfo > .actions > .item {
    flex-basis: 50%;
    width: 50%;
    text-align: center;
}
.ui-dialog.download_popup #downinfo > .actions > .item.left_acts {
    padding-right: 20px;
    border-right: 1px solid #e9e9e9;
}
.ui-dialog.download_popup #downinfo > .actions > .item.right_acts {
    padding-left: 20px;
}
.ui-dialog.download_popup #downinfo > .actions > .item > .acbtn {
    padding: 20px;
    width: 100%;
    color: #fff;
    background-color: #a7a7a7;
    border: none;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ui-dialog.download_popup #downinfo > .actions > .item > .acbtn:hover {
    opacity: 0.9;
    text-decoration: none;
}
.ui-dialog.download_popup #downinfo > .actions > .item > .acbtn.green {
    background-color: #2bc48a;
}
.ui-dialog.download_popup #downinfo > .actions > .item > .acbtn.orange {
    background-color: #ffb229;
}
.ui-dialog.download_popup #downinfo > .actions > .item > .acbtn.download_btn {
    cursor: pointer;
}
.ui-dialog.download_popup #downinfo > .actions > .item > .acbtn > .ttl {
    font-size: 20px;
    font-weight: 500;
}