html {
    overflow-y: scroll;

}
html, body{
    height: 100%;
}

body{
    font-family: Tahoma, Arial, sans-serif;
    padding-right:0px !important;
}

.green-table th{
    background-color: #79bd8f;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.green-table > tbody > tr > td{
    border: none;
}
.green-table > tbody > tr > td{
    border-right: 1px solid #79bd8f;
}
.green-table tr td:last-child{
    border-right: none;
}
.green-table > tbody > tr:nth-of-type(2n+2){
    background-color: #f0f0f0;
}
.no-margin{
    margin: 0 !important;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
#wrapper nav {
    margin-bottom: 0;
    border-radius: 0;
}
/*
footer, .push {
    height: 52px; /* .push must be the same height as .footer
}*/
.footer-content {
    border: 1px solid #e7e7e7;
    border-bottom: none;
    background: #f8f8f8;
    line-height: 49px;
}

.small-muted {
    font-size: 12px;
    color: #AAA;
}

.not-visibility{
    visibility: hidden;
}
#page-install h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
    margin: 50px 0 30px 0;
}
#page-install h1 a{
    display: inline-block;
    color: #7DB4B5;
    border-bottom: 1px solid #7DB4B5;
}
#page-install h1 a:hover, h1 a:focus{
    color: #7DB4B5;
    border-color: #fff;
    text-decoration: none;
}
#page-install h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

#page-install .tooltip{
    min-width: 200px;
}
#page-install .tooltip .tooltip-inner{
    font-size: 12px;
    text-align: left;
    padding: 5px 8px 5px 10px;
}
#page-install .panel .recaptcha-tip{
    margin-bottom: 20px;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.glyphicon-save-new:before{
    content: url("img/icon-save.png");
    margin-left: -8px;
}
.glyphicon-add-comment:before{
    content: url("img/icon-add-comment.png");
    margin-left: -8px;
}
.glyphicon-add-photo:before{
    content: url("/media/img/icon/icon-add-photo.png");
    margin-left: -8px;
}
.glyphicon-send-work:before{
    content: url("img/icon-send-work.png");
    margin-left: -8px;
}
.glyphicon-retush:before{
    content: url("img/icon-retush.png");
    margin-left: -8px;
}
.glyphicon-restav:before{
    content: url("img/icon-restav.png");
    margin-left: -8px;
}
.glyphicon-magic-pencil:before{
    margin-top: 4px;
    display: block;
    content: url("img/icon-magic_pencil.png");

}
.glyphicon-magic-pencil-green:before{
    margin-top: 4px;
    display: block;
    content: url("/media/img/icon/icon-magic-pencil-white.png");

}
div#retush:hover .glyphicon-retush:before,
div#retush.active .glyphicon-retush:before,
div#retush:active .glyphicon-retush:before{
    content: url("img/icon-retush-hover.png");
}
div#restav:hover .glyphicon-restav:before,
div#restav.active .glyphicon-restav:before,
div#restav:active .glyphicon-restav:before{
    content: url("img/icon-restav-hover.png");
}
.bg-yellow{
    background-color: #eeee93 !important;
}

.btn i{
    display: block;
    float: left;
    margin-right: 10px;
}
.btn span:last-child{
    display: inline-block;
    margin-top: 7px;
}
.btn{
    border-radius: 50px;
    font-size: 13px;
    border: none;
    height: 40px;
    padding: 3px 15px;
    text-transform: uppercase;
    min-width: 100px;
}
div.btn{
    display: inline-block;
}
.btn:focus, .btn.focus,.btn:hover {
    color: #ffffff;
}
.btn-long{
    min-width: 295px;
    text-align: center;
    margin-right: 15px;
}
.nav > li > a:focus, .nav > li > a:hover{
    background: none;
}
.btn-warning{
    background-color: #ff6138;
}
.btn-warning:hover, .btn-warning.active:hover,
.btn-warning.active, .btn-warning:hover:active,
.btn-warning:active, .btn-warning:focus,
.btn-warning:active:focus{
    background-color: #00a388;
}
.btn-default{
    background-color: #f4f4f4;
}
.btn-default:hover, .btn-default.active:hover,.btn-default.active{
    background-color: #f4f4f4;
    color: #333;
}
#slider{
    margin: 0;
}
.carousel-indicators .active{
    background-color: #79bd8f;
}
.carousel-indicators li{
    background-color: #cccccc;
}
.white{
    color: #fff;
}
.form-control{
    height:40px;
}
.notice{
    font-size: 11px;
    color: #666;
}
.title{
    text-transform: uppercase;
    font-size: 32px;
    display: block;
    margin-bottom: 25px;
    color: #333333;
    margin-top: 0;
}
.sub-title{
    font-size: 14px;
    display: block;
    margin-top: -10px;
}
.shadow-bottom{
    background: #e6e6e6 url("img/shadow-for-slider-nav.png") no-repeat;
    background-size: 100%;

    /*height: 19px;*/
}
#banner_ready{
    background: url("img/banner_ready_for_open.jpg");
    min-height: 100px;
    -moz-background-size: 100% 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100% 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100% 100%; /* Opera 9.6+ */
    background-size: 100% 100%; /* Современные браузеры */;
    padding-top: 5px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
#banner_ready span:first-child{
    font-size: 24px;
    color: #f3ff8e;

}
header{
    border-top: 6px solid #00a388;
    position: relative;
    min-height: 95px;
    padding-top: 20px;
}
header #wrap-logo{
    position: relative;
    float: left;
}
@media (min-width: 1280px) {
    header #wrap-menu{
        padding-left: 35px;
    }
}
header #wrap-menu{
    float: left;
    margin-left: 349px;
}

header #wrap-account{
    float: right;
}
header #logo{
    height: 140px;
    width: 339px;
    position: absolute;
    padding: 5px 15px;
    margin-top: -20px;
    top:0;
    left:0;
    background: url("/media/img/bg/bg_logo2.png");
    z-index: 1;
}
header #logotype img{
    margin-top: 25px;
}
header #logo-mobile #logotype img{
    min-height: 40px;
    min-width: 180px;
}
header #control-block{
    background-color: #e6e6e6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    height: 40px;
    margin-bottom: 25px;
}
header #control-block > div{
    float: left;
    padding: 10px;
    color: #666666;
    font-size: 12px;
    height: 100%;

}
header #control-block #login a{
    color: #666666;
}
header #control-block #lang{
    margin-left: 5px;
}
header #control-block #login{
    margin-right: 5px;
}
header #control-block #lang, header #control-block #currency{
    border-right: 1px solid #fff;
}
header #lang, header #currency{
    padding: 0;
}
header #lang a{
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
}
header #currency a{
    font-size: 10px;
    color: #666666;
}
header #lang a:hover, header #lang a.active, header #currency  a:hover, header #currency a.active, header #control-block #login a:hover{
    color: #00a388;
}
header #login{
    padding: 0;
    color: #ff6138;
}
header #login a{
    font-size: 13px;
    color: #ff6138;
}

#retouch>tbody>tr>td>span{
    font-size: 16px;
}

header #login span{
    font-size: 10px;
}
header #retush i{

}
header nav#menu ul{
    padding: 0;
}
header nav#menu a{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 8px;
}
header nav#menu li.active> a, header nav#menu li:hover> a, header nav#menu li ul li:hover> a{
    color: #00a388;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover{
    background-color: #f5f5f5;
}
header .navbar-header{

}
header .navbar-header > span{
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
header .navbar-header button{
    background-color: #79bd8f;
    color: #fff;
    float: right;
    font-size: 15px;
    font-stretch: expanded;
    padding: 2px 18px;
}
#slider .item img{
    margin: 0 auto;
}

.carousel-caption{
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 2vw;
    color: #222;
    bottom: 13%;
    left: 20%;
    padding-bottom: 5%;
}
.carousel-caption .original{
    font-size: 16px;
    padding-top: 2px;
}
.carousel-caption b{
    font-weight: normal;
}
.carousel-caption .caption-title{
    font-size: 72px;
}
.carousel-caption .two-rows{

    font-size: 2.5em;
    display: inline-block;
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
}
#examples-retush{
    background-image: url("/media/img/bg/bg_home_retush.jpg");
    padding: 50px 0 25px 0;
    text-align: center;
}

.block-retush{
    min-height: 430px;
    max-width: 340px;
    min-width: 280px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
}
.block-retush-head{
    padding: 10px;
    color: #fff;
}
.block-retush .head-green{
    background-color: #4cb453;
}
.block-retush .head-purple{
    background-color: #935cb8;
}
.block-retush .head-red{
    background-color: #b63561;
}
.block-retush-body{
    padding: 10px;
}
.block-retush .block-title{
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}
.block-retush .block-title a{
    text-underline: none;
    color: #fff;
}
.block-retush .block-title span{
    font-size: 28px;
    font-weight: bold;
}
.block-retush-body .compos{
    min-height: 280px;
    border-bottom: 1px dashed #666;
    margin-bottom: 25px;
    text-align: left;
}
.block-retush-body .compos li{
    border-bottom: 1px dashed #bbb;
    padding: 10px 0;
    overflow: hidden;
}
.block-retush-body .compos li:last-child{
    border-bottom:none;
}
.block-retush-body .desc{
    font-size: 12px;
    min-height: 150px;
    text-align: center;
}
.block-retush-body .price{
    font-size: 20px;
    text-align: center;
}
.block-retush-body .btns{
    padding: 20px 0;
}
#compare-tariff{
    margin-top: 20px;
    background-color: #f0f0f0;
    padding: 20px 20px 35px 20px;
    overflow: hidden;
}
#compare-tariff .retush-title{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
#compare-tariff .retush-title a{
    color: #fff;
}
#compare-tariff .retush-title span{
    font-size: 18px;
    font-weight: bold;
}
#compare-tariff thead tr th.text-uppercase{
    font-size: 12px;
}
#compare-tariff thead tr th.text-uppercase span{
    font-size: 16px;
}
#compare-tariff table{

}
#compare-tariff th{
    /*max-width: 240px;*/
    min-width: 240px;
    overflow: hidden;
    position: relative;
}

#compare-tariff th:nth-child(3){
    max-width: 290px;
    min-width: 290px;

}
#compare-tariff th img{
    vertical-align: bottom;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
#compare-tariff tr:nth-child(1) th{
    height: 170px;
    text-transform: uppercase;
}
#compare-tariff tr .tariff-title{
    font-size: 24px;
    font-weight: normal;
    min-width: 330px;
}
#compare-tariff tr:nth-child(2) th{
    font-size: 24px;
    color: #fff;
    padding: 10px 20px;
    vertical-align: top;
}

#compare-tariff tbody{
    background-color: #fff;
    cursor: pointer;
}
#compare-tariff tbody a{
    color: #fff;
    text-underline: none;
}
#compare-tariff tbody a img{
    margin-right: 10px;
}
#compare-tariff thead tr:nth-child(2) th:first-child{
    background-color: #515151;
}
#compare-tariff tbody tr:nth-child(2n) td:nth-child(1){
    background-image: linear-gradient(to left, #fefefe, #f5f5f5, #fefefe );
}
#compare-tariff tbody tr:nth-child(2n) td:nth-child(2){
    background-image: linear-gradient(to left, #fefffe, #edf7ed, #fefffe );
}
#compare-tariff tbody tr:nth-child(2n) td:nth-child(3){
    background-image: linear-gradient(to left, #fefefe, #f4eef8, #fefefe );
}
#compare-tariff tbody tr:nth-child(2n) td:nth-child(4){
    background-image: linear-gradient(to left, #fbf9fa, #fbeaf0, #fbf9fa );
}

#compare-tariff tbody tr td:nth-child(2):hover{
    background-image: linear-gradient(to left, #4cb453 , #4cb453 );
}
#compare-tariff tbody tr td:nth-child(3):hover{
    background-image: linear-gradient(to left, #935cb8, #935cb8 );
}
#compare-tariff tbody tr td:nth-child(4):hover{
    background-image: linear-gradient(to left, #b63561, #b63561 );
}


#compare-tariff thead tr:nth-child(2) th:nth-child(2){
    background-color: #4cb453;
}
#compare-tariff thead tr:nth-child(2) th:nth-child(3){
    background-color: #935cb8;
}
#compare-tariff thead tr:nth-child(2) th:last-child{
    background-color: #b63561;
}
#compare-tariff tbody td{
    padding: 15px 20px;
    border-bottom: 1px dashed #bbbbbb;
    height: 55px;
}
#compare-tariff tbody td div{
    /*padding: 15px 20px;
    border-bottom: 1px dashed #bbbbbb;*/
}
#compare-tariff tbody tr:last-child td:not(:first-child){
    border-bottom: 1px dashed #666666;
}

#compare-tariff .shadow-right,#compare-tariff .shadow-left{
    position: relative;
}
#compare-tariff .shadow-right:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    box-shadow:  8px 0 8px -8px #a3a3a3 inset;
    right: -8px;
    top:0;
    z-index: 5;
}
#compare-tariff .shadow-left:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    box-shadow:  -8px 0 8px -8px #a3a3a3 inset;
    left: -8px;
    top:0;
    z-index: 5;
}
#compare-tariff  .shadow-bot{
    box-shadow:  0 8px 10px -8px #a3a3a3;

}
#compare-tariff tfoot td{
    padding: 0 20px 20px;
}
#compare-tariff tfoot td:not(:first-child){
    background-color: #fff;
}

#compare-tariff .price{
    font-size: 20px;
}
#compare-tariff .price .new-price{
    color: #ff0000;
}
#compare-tariff .old-price{
    text-align: left;
    display: inline-block;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;

}
#compare-tariff #evaluate-photo{
    font-size: 17px;
    margin: 0 -20px;
    color: #ff6138;
}
.retush-desc{
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    color: #666;
    display: block;

}
.retush-desc .retush-title{
    font-size: 14px;
    text-transform: uppercase;
}
.retush-desc .retush-title span {
    font-size: 24px;
}
.retush-desc .desc{
    margin-top: 20px;
    font-size: 15px;
}
#why-us{
    padding: 40px 0;
    text-align: center;
    /*background: url("/media/img/bg/line-block-br.png") no-repeat bottom;*/
}
#why-us .img-why-us{
    width: 220px;
    height: 227px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 120px;
}
#why-us .img-why-us span{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 30%;
    font-family: 'Open Sans', sans-serif;
}
#why-us .img-why-us:hover span{
    color: #333;
}
#why-us #img-24-hours{
    background-image: url("/media/img/bg/img-why-us1.png");
}
#why-us #img-24-hours:hover{
    background-image: url("/media/img/bg/img-why-us1-hover.png");
}
#why-us #img-simple-cond{
    background-image: url("/media/img/bg/img-why-us2.png");
}
#why-us #img-simple-cond:hover{
    background-image: url("/media/img/bg/img-why-us2-hover.png");
}
#why-us #img-3-level{
    background-image: url("/media/img/bg/img-why-us3.png");
}
#why-us #img-3-level:hover{
    background-image: url("/media/img/bg/img-why-us3-hover.png");
}
#why-us #img-full-confiden{
    background-image: url("/media/img/bg/img-why-us4.png");
}
#why-us #img-full-confiden:hover{
    background-image: url("/media/img/bg/img-why-us4-hover.png");
}
#pro-photo-edit{
    /*background: url("/media/img/bg/line-block-br.png") no-repeat bottom;*/
    padding: 20px 0;
}
#feedback{
    padding: 40px 0 0;
    text-align: center;
}
#feedback .title{
    font-size: 24px;
    margin-bottom: 10px;
}
#feedback #feedback-form,#we-soc > div {
    margin-bottom: 40px;
}

#we-soc > div {
    height: 260px;
    padding: 5px;
    overflow: hidden;
}
#we-soc #vk_groups{
    margin: 0 auto;
}

footer{
    background-color: #333333;
    color: #cccccc;
    padding: 30px 0;
}
footer #soc_buttons a img{
    margin-right: 15px;
}
#bottom-menu{
    margin-top: 15px;
}
#bottom-menu ul{
    margin: 0;
    padding: 0;
}
#bottom-menu li{
    position: relative;
    display: block;
    margin-right: 30px;
}
#bottom-menu li:after{
    content: "•";
    color: #999;
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: -7px;
}
#bottom-menu .col-xs-12 li:after{
    content: '';
}
#bottom-menu li:last-child:after{
    content: '';
}
#bottom-menu a{
    text-transform: uppercase;
    font-size: 13px;
    color: #999999;
}
#bottom-menu li:hover a,#bottom-menu li.active a{
    color: #ff6138;
}

#bottom-menu #wm > img{
    margin-left: 5px;
    max-width: 35px;
}
#bottom-menu #wm a img{
    margin-left: 10px;
}
/*
*/
#wrap-content{
    background-image: url("/media/img/bg/bg_home_retush.jpg");
}
#wrap-content.wrap-services{
    background-color: #e6e6e6;
    background-repeat: no-repeat;
/*    background-image: url("img/service_bg.jpg");*/
}
#wrap-content-grey{
    background-color: #e6e6e6;
}
#wrap-content-green{
    background-image: url("img/bg_green.jpg");
    -moz-background-size: 100% 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100% 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100% 100%; /* Opera 9.6+ */
    background-size: 100% 100%; /* Современные браузеры */
}
#wrap-content-green-with-arrows{
    /*background-image: url("app/media/css/img/bg_green_with_arrows.jpg");*/
    background-image: url(https://i.ibb.co/qd64QxR/arrows.png);
    -moz-background-size: 100% 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100% 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100% 100%; /* Opera 9.6+ */
    background-size: 100% 100%; /* Современные браузеры */
}
#wrap-content-grey-with-review{
    background-image: url("img/bg_grey_with_review.jpg");
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}
#wrap-content-white-with-review{
    background-image: url("img/bg_white_with_review.jpg");
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}

#wrap-content-green-with-arrows .content{
    color: #fff;
}
#content, .content{
    padding: 45px 0 40px 0;
    color: #666;
}
#content-bottom{
    padding: 40px 0;
}
.breadcumbs{
    font-size: 12px;
    color: #666;
}
#account-menu-container .tab-content {
    padding: 0;
}
#account-menu{
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
#account-menu li{
    min-height: 55px;
    background-color: #999999;
    text-align: center;
    float: left;
    /*margin-right: 0px;*/
    padding: 0;
    border-right: 1px solid #fff;
}
#account-menu li a{
    text-decoration: none;
}
#account-menu li.active a,#account-menu li:hover a{
    background-color: #79bd8f;
}
#account-menu li a{
    font-size: 18px;
    display: block;
    padding: 15px 0;
    border-radius: 0;
    border: none;
    margin-right: -1px;
    color: #fff;
}
#account-menu li img{
    margin-right: 10px;
    max-width: 24px;
    max-height: 20px;
}
#pjax-promocode{
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    overflow: hidden;
}
.dashboard-panel {
    border-top: 5px solid #79bd8f;
    background-color: #fff;
    overflow: auto;
    padding: 0px;
    width: 100%;
    float: none;
}

.dashboard-panel .block{
    width: 180px;
    margin-bottom: 25px;
    margin-right: 40px;
    color: #333;
    float: left;
    min-height: 310px;
}
.dashboard-panel .block label{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dashboard-panel .block .example-image-name{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    float: left;
}

#pjax-photos a{
    color: #ff6422!important;
}
#pjax-photos a:hover {
	color: #00a388!important;
}
#pjax-photosa a:focus{
    color: #00a388!important;
}

.conatct-list {
	font-size: 15px;
	margin-bottom: 200px;
	color: #fff;
}.conatct-list .conatct-list-item{
	margin-top: 25px;
}.conatct-list i{
	margin-right: 10px;
    width: 15px;
	margin-right: 15px;
}.conatct-list .bottom{
	padding-left: 30px;
}

.conatct-list .bottom a:hover{
    color: #00a388;
}

.contact-botton-click{
	margin-top: 60px;
}

.dashboard-panel .preview {
    display: block;
    width: 180px;
    height: 180px;

}
.dashboard-panel .block img{
    max-width: 180px;
    max-height: 180px;
}
.dashboard-panel .block .date-added{
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.dashboard-panel .filename, .dashboard-panel .type{
    margin-bottom: 5px;
    margin-top: 0;
}
#photos-in-work{
    /* height: 440px; */
    padding: 0;
}
#photos-in-work>.block{
    padding: 20px;
}
textarea#order-comment {
    margin: 20px;
    width: calc(100% - 40px);
    display: inline-block;
    background-color: #e6e6e6;
}
#account-photos .comment{
    background-color: #fff;
    padding: 15px 40px;
    border-radius: 40px;
    float: left;
}
#account-photos #bottom{
    min-height: 130px;
    background: url("/media/img/bg/bg_account_photos_bottom.jpg");
    padding-top: 20px;
    color: #fff;

}
#account-photos #bottom a{
    color: #fff;
}
#account-photos #bottom #comment{
    margin-bottom: 20px;
}
#account-photos #bottom #total-cost{
    font-size: 20px;
    color: #ffff9d;
    text-align: right;
}
#comment-block, #promocode-block {
    margin-top: 15px;
}

#personal-data{
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 40px;
}
#personal-data .notice{
    margin-top: 10px;
    font-size: 12px;
}
#personal-data form{
    margin-top: 10px;
}
#add-photo-modal{
    overflow: hidden;
}
#add-photo-modal .modal-body{
    overflow: hidden;
    padding: 0;
}
#add-photo-modal .close{
    margin-top: 5px;
    margin-right: 5px;
}
#add-photo-modal #nav-sidebar{
    background: url("img/bg_form_add_photo.jpg") no-repeat;
    min-height: 630px;
    width: 220px;
    float: left;
}
#add-photo-modal .payment-disabled{
    background: url("img/bg_form_add_photo_disable_one.jpg") no-repeat !important;
}
#account-menu-accordion .panel-body {
    padding:0px!important;
}
.panel-default > .panel-heading {
    background-color: #999999;
    color: #fff;
}
#nav-sidebar a:hover, #nav-sidebar li.active a{
    text-decoration: none;
    color: #ffff9d;
}
#nav-sidebar a .block-step > div:hover,#nav-sidebar li.active .block-step > div{
    background-color: #ffff9d;
}
.block-step{
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.block-step span{
    font-size: 14px;
    color: #beeb9f;
    text-transform: uppercase;
}
#nav-sidebar li.active .block-step span{
    color: #ffff9d;
}
.icon-step{
    width: 100px;
    height: 100px;
    background-color: #beeb9f;
    border-radius: 100px;
    margin-top: 5px;
}
.glyphicon-key:before{
    content: url("img/icon-keys.png");
    margin-top: 34px;
    display: block;
}
.glyphicon-camera:before{
    content: url("img/icon-camera.png");
    margin-top: 34px;
    display: block;
}
.glyphicon-payment:before{
    content: url("img/icon-payment.png");
    margin-top: 34px;
    display: block;
}
.glyphicon-jumping:before{
    content: url("img/icon-jumping.png");
    margin-top: 34px;
    display: block;
}
#logins{
    padding-top: 200px;
}
#photos-loaded{
    height: 500px;
    background-color: #fff;
    overflow: auto;
    margin-bottom: 15px;
    padding: 20px 0 20px 20px;
}
#photos-loaded .block{
    width: 180px;
    margin-bottom: 25px;
    margin-right: 17px;
    color: #333;
    float: left;
}
#photos-loaded img{
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}
#photos-loaded .filename, .dashboard-panel .type{
    margin-bottom: 5px;
    margin-top: 0;
}
#controls{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
#controls #total-cost{
    text-align: right;
}
#controls #total-cost span{
    font-size: 28px;
}
.template-download .preview img {
    max-width: 50px;
}
/**      Page Tariff       **/
#tariff{
    /*font-family: "Open Sans";*/
}
#tariff #desc{
    padding-left: 50px;
}
#tariff-menu{
    margin-bottom: 25px;
}
#tariff-menu li{
    background-color: #fff;
    box-shadow: inset -15px 0 15px  -15px #9a9a9a;
    border-bottom: 1px dashed #656565;
}
#tariff-menu li a{
    color: #323232;
}
#tariff-menu li img{
    margin-right: 10px;
}
#tariff-menu li:hover, #tariff-menu li.active{
    background-color: #f3f3f3;
}
#tariff-menu li.active a{
    font-weight: bold;
}
#tariff-menu li:first-child{
    margin-bottom: 15px;
    border-bottom: none;
}
#tariff-menu li:last-child{
    border-bottom: none;
}
#tariff-menu li.active{
    box-shadow: inset -15px 0 15px  -15px #2b455d;
    background-color: #46719e;
}
#tariff-menu li.activehover{
    background-color: #5f8fc3;
}
#tariff-menu li.active a{
    color: #fff;
    font-weight: bold;
}
#tariff .name{
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}
#tariff .price{
    font-size: 24px;
}
#tariff .price .old-price{
    font-size: 20px;
    text-decoration: line-through;
}
#tariff .price .new-price{
    color: #ffff9d;
}
#tariff #begin-work{
    clear: both;
}
#tariff #do-fast{
    padding-top: 10px;
}
#tariff .breadcumbs{
    color: #fff;
}
#tariff .breadcumbs a{
    color: #fff;
    text-decoration: underline;
}
.tariff-desc{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #ecf1f5;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    overflow: hidden;

}
.tariff-desc .name{
    overflow: hidden;
}
.tariff-desc .name > span{
    display: block;
    float: left;
    margin-top: 8px;
}
.tariff-desc .example-image{
    margin-top: 25px;
    margin-bottom: 15px;
}
.tariff-desc .description{
    margin-top: 15px;
    margin-bottom: 15px;
}
.block-examples{
    text-align: center;
    overflow: hidden;
}
.block-examples .block-image{
    padding: 0;
    background-color: #f3f3f3;

}
.block-examples .block-image img{
    display: inline-block;

}
.block-examples .nav{
    display: inline-block;
    padding: 0;
    background-color: #79bd8f;
    overflow: hidden;
    /*height: 59px;*/
}
.show-original{
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 15px;
    color: #333333;
}
.nav-prev{
    background: url("img/icon-prev.jpg");
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 300px;
    cursor: pointer;
}
.nav-next{
    background: url("img/icon-next.jpg");
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 300px;
    cursor: pointer;
}
.btn-green{
    background-color: #79bd8f;
    color: #fff;
}
.btn-dark-green{
    background-color: #00a388;
    color: #fff;
}
.btn-uplpht:hover, .btn-dark-green:hover, .btn-dark-green:active, .btn-dark-green.active{
    background-color: #79bd8f;
    color: #fff;
}
.btn-yellow{
    background: linear-gradient(to top, #ffb66e,#ffff9d);
    color: #00a388;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow.active{
    background: linear-gradient(to top, #ffff9d, #ffb66e);
    color: #00a388;
}

#ideal-for{
    padding-left: 50px;
}

#ideal-for div{
    font-size: 14px;
    color: #beeb9f;
    float: left;

}
#ideal-for div img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#tariff-property{
    padding-left: 50px;
    color: #ffff9d;
}
#tariff-property ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 5px;
    float: left;
    width: 33%;
}
#tariff-property ul li{


}
#tariff-property ul li a{
    color: #ffff9d;
    font-size: 13px;
}
#reviews .item{
    margin-bottom: 35px;
}
#reviews .item .name{
    background-color: #79bd8f;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    padding: 35px 25px;
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
    margin-right: 20px;
    float: left;
}
#reviews .item .text{
    background-color: #ebebeb;
    padding: 15px 40px;
    border-radius: 40px;
    float: left;
    position: relative;
}
#reviews .item .text .say-left::before{
    content: url("img/icon-say-dialog-left.png");
}
#reviews .item .text .say-right::before{
    content: url("img/icon-say-dialog-right.png");
}
#reviews .item .text .say-left{
    position: absolute;
    bottom: 10%;
    left: -20px;
}
#reviews .item .text .say-right{
    position: absolute;
    bottom: 10%;
    right: -20px;
}

#reviews .item:nth-child(even) .name{
    float: right;
    margin-left: 20px;
}
#reviews .item:nth-child(even) .text{
    float: right;
}
#registration-form .control-label{
    text-align: left;
}
#registration-form .required label:after, #account-form .required label:after {
    content: ":*";
}
#registration-form  label:after, #account-form  label:after{
    content: ":";
}
#registration-form .checkbox label:after{
    content: "";
}
#hint-phone{
    margin-top: 220px;
}
.overflow-h{
    overflow: hidden;
}
#cboxContent{
    padding: 10px 10px 0;
}
.cboxNoTitle #cboxContent #cboxLoadedContent{
    margin-bottom: 10px;
}
ul#blog-categories span{
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}
ul#blog-categories{
    font-size: 20px;
    margin-bottom: 35px;
}
ul#blog-categories li{
    border-bottom: 1px dashed #a4a4a4;
    padding: 5px;
}
ul#blog-categories li a{
    text-decoration: none;

}
ul#blog-categories li a:hover{
    color: #ff6138;
}
#blog,#article{
    padding-bottom: 25px;
    border-bottom: 1px dashed #a4a4a4;
    font-size: 16px;
}
#article2{
    font-size: 16px;
    color: #666;
}
.block-article .block-head{
    max-height: 240px;
    min-height: 240px;
}
.block-article img,#article img{
    margin-bottom: 15px;
}
.block-article .name{
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
.block-article .date-added, #article .date-added{
    display: block;
    font-size: 12px;
    color: #ff6138;
    margin-bottom: 15px;
}
#article .date-added{
    margin-bottom:  25px;
}
.pagination > li > a{
    color: #333333;
    background-color: #ccc;
    border-color: #ccc;
}
.pagination > .disabled > span, .pagination > .disabled:hover > span{
    background-color: #ccc;
    border-color: #ccc;
}
.pagination > .active > a{
    background-color: #79bd8f;
    border-color: #79bd8f;
    color: #333333;
}

.pagination > li > a:hover,.pagination > .active > a,
.pagination > .active:hover > a{
    background-color: #79bd8f;
    border-color: #79bd8f;
    color: #fff;
}
#share{
    margin-top: 15px;
}
.block-line-bottom{
    /*background: url("/media/img/bg/line-block-br.png") no-repeat bottom;*/
    padding: 20px 0;
    overflow: hidden;
}
.popup-img .modal-dialog{
    width: 800px;
}
.popup-img .modal-body{
    padding: 0;
    width: auto;
}
.popup-img button.close{
    position: absolute;
    right: 15px;
    top: 5px;
    opacity: 1;
}
.popup-img > img{
    position: absolute;
    z-index: -1;
}
.popup-img .content-top{
    position: absolute;
    top: 55px;
    right: 55px;
    font-size: 24px;
}
.popup-img .content-middle{
    position: absolute;
    top: 115px;
    right: 55px;
    font-size: 64px;
}
.popup-img .content-middle a{
    font-size: 32px;
    margin-right: 15px;
    height: auto;
    padding: 10px 40px;
}
.popup-img .content-bottom{
    position: absolute;
    top: 520px;
    right: 25px;
    font-size: 32px;
}
#pjax-preorders-photos .item{
    margin-top: 10px;
    margin-bottom: 10px;
}
#pjax-preorders-photos .example-image-name{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 60%;
    float: left;
}
#preorder-form button{
    margin-top: 20px;
    margin-left: 25px;
}

.remove-image{
    position: relative;
    display: block;
}
.remove-image:hover img{
    border: 1px solid #ff0000;
    overflow: hidden;
}
.remove-image:hover > span{
    display: block!important;
}
.remove-image > span{
    position: absolute;
    color: #ff0000;
    top: 38%;
    left: 38%;
    font-size: 36px;
    opacity: 0.5;
    z-index: 25;
}

/* Home, how it works button begin */
.how-it-works {
    display: inline-block;
    width: 100%;
    margin: 20px 0 60px;
    text-align: center;
}
.how-it-works a {
    width: 220px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    color: #ff6138;
    text-decoration: none;
}
.how-it-works a img {
    margin-right: 5px;
}

#tour-slider {
    margin: 10px 0 95px;
}
#tour-slider .carousel-inner {
    width: 88%;
    margin: 0 6%;
}
#tour-slider .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6%;
    color: #79bd8f;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    background: none;
}
#tour-slider .carousel-control img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 20px 0 0 -14px;
}
#tour-slider .carousel-control.left {
    left: 0;
}
#tour-slider .carousel-control.right {
    right: 0;
}
#tour-slider .carousel-caption-blk {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
}
#tour-slider .carousel-caption-blk h2 {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
}
#tour-slider .carousel-indicators {
    bottom: -70px;
}
#tour-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: none;
}
#tour-slider .carousel-indicators .active {
    margin: 1px;
}
/* Home, how it works button end */

.call-to-action-block {
    margin: 30px 0;
    position: relative;
    background: #00a388;
    padding: 22px 8%;
}
.call-to-action-block:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url("/media/img/left_arrows_bg.png");
    background-size: cover;
    width: 114px;
    height: 100%;
    opacity: 0.2;
}
.call-to-action-block:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background-image: url("/media/img/right_arrows_bg.png");
    background-size: cover;
    width: 114px;
    height: 100%;
    opacity: 0.2;
}
.call-to-action-block .text-container {
    font-style: italic;
    color: #fff;
    width: 72%;
}
.call-to-action-block .call-to-action-btn {
    position: absolute;
    height: 40px;
    top: 50%;
    right: 7%;
    margin-top: -20px;
    background: #ffff9d;
    text-decoration: none;
    color: #00a388;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.call-to-action-block .call-to-action-btn:after {
    content: '';
    position: absolute;
    background-image: url("/media/img/left_btn_bg.png");
    width: 19px;
    height: 40px;
    background-size: 100%;
    left: -19px;
}
.call-to-action-block .call-to-action-btn:before {
    content: '';
    position: absolute;
    right: -19px;
    background-image: url("/media/img/right_btn_bg.png");
    width: 19px;
    height: 40px;
    background-size: 100%;
}

.blog-slider-blk .block-examples .block-image {
    padding: 0;
}
.blog-slider-blk .block-examples .nav {
    height: 40px;
    width: 100%;
}
.blog-slider-blk .carousel-inner .item img, #article .carousel-inner img {
    margin: 0;
}
.blog-slider-blk .nav-next, .blog-slider-blk .nav-prev {
    top: 50%;
}
.tour-order-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.left-green-banner{
    background-image: url(/media/img/bg_left_blog_banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px;
    margin-top: 35px;
}
.left-green-banner p{
    font-size: 17px;
    font-family: "Open sans";
    color: rgb( 255, 255, 255 );
    font-style: italic;
    line-height: 1.471;
    text-align: center;
    margin-bottom: 50px;
}
.left-green-banner a{
    display: block;
    background-color: #ffff9d;
    margin: auto;
    text-transform: uppercase;
    width: 209px;
    max-width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "Open sans";
    color: rgb( 0, 163, 136 );
    line-height: 40px;
    border-radius: 20px;
    font-weight: 600;
}
.left-green-banner a:hover{
    text-decoration: none;
}
.fb-page{
    margin-top: 25px;
}
#back-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
#back-top:hover{
    cursor: pointer;
}
#toc li{
    list-style-type: none;
}
#toc {
    background: #d5d5d5;
    padding: 30px;
    counter-reset: list1;
}
#toc li:before {
    counter-increment: list1;
    content: counter(list1) ". ";
    list-style: decimal;
}
#toc ul{ counter-reset: list2; }
#toc ul li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}
#toc a{
    font-size: 16px;
    font-family: 'Roboto';
    color: rgb( 102, 102, 102 );
    text-decoration: underline;
    line-height: 1.3;
}
#toc a:hover{
    text-decoration: none;
    color: #608fbd;
}
.share-post{
    margin-top: 35px;
    background: #fff;
    padding: 20px 50px;
}
.share-post .share-header{
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-family: 'Roboto';
    color: rgb( 51, 51, 51 );
    margin-bottom: -10px;
}
.addthis_inline_share_toolbox {
    font-size: 14px;
    font-family: 'Roboto';
    color: rgb( 51, 102, 204 );
    text-decoration: underline;
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover,
.at-resp-share-element .at-share-btn:active{
    transform: none !important;
    -webkit-transform: none !important;
    outline: none;
}
.at-resp-share-element .at-share-btn{
    background-color: transparent !important;
    width: 50%;
    margin: 0 !important;
    margin-top: 30px !important;
}
.at-resp-share-element .at-share-btn svg{
    display: none;
}
.at-resp-share-element .at-share-btn .at-label{
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    color: rgb( 51, 102, 204 ) !important;
    text-decoration: underline;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
    display: block;
    margin: auto;
    float: none !important;
}
.at-resp-share-element .at-share-btn .at-label{
    float: none;
    display: block;
    padding: 0 !important;
    text-align: center;
}
.at-svc-facebook .at-icon-wrapper{
    background: url(/media/img/facebook.png);
    background-size: cover;
}
.at-svc-twitter .at-icon-wrapper{
    background: url(/media/img/twitter.png);
    background-size: cover;
}
.at-svc-google_plusone_share .at-icon-wrapper{
    background: url(/media/img/google.png);
    background-size: cover;
}
.at-svc-linkedin .at-icon-wrapper{
    background: url(/media/img/linkedin.png);
    background-size: cover;
}
header .mobile_authorization_blk, .article_mobile_share_blk, .mobile_banner, .mobile_table_title, .mobile_read_more {
    display: none;
}
.carousel-indicators li {
    font-size: 0;
}
.photo-line{
    background: url(/media/img/line.png) no-repeat;
    background-size: contain;
    height: 2px;
    width: 100%;
    background-position: center;
    border: none;
    margin: 70px 0;
}
.photo-line:before{
    content: '';
    background: url(/media/img/camera.jpg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    background-position: center;
    display: block;
    position: absolute;
    left: 50%;
    margin-top: -15px;
}
div#pjax-photos, div#pjax-photos-ready {
    padding: 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.service-steps{
    margin-top: 50px;
}
.service-steps>.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.service-steps>.row>div{
    min-height: 215px;
}
.service-steps>.row>div:not(:last-child):after{
    content: '';
    background: url(/media/img/left.png) no-repeat;
    width: 64px;
    height: 44px;
    display: block;
    top: 40px;
    position: absolute;
    right: -32px;
}
.service-steps>.row img{
    margin: auto;
}
@media screen and (max-width: 768px){
    .service-steps>.row{
        justify-content: center;
    }
    .service-steps>.row>div:not(:last-child):after{
        display: none;
    }
}

.table-discount-text{
    text-align: center;
    margin-top: 35px;
    margin-left: 33%;
}

/*tooltip start*/

div.tooltipImg {
    position:absolute;
    width: 25px;
    height: 25px;
    background-image: url('/media/img/question_mark/help-icon.png');
    background-size: cover;
    right: 15px;
    top: 15px;
}

div.tooltipImg:hover {
    background-image: url('/media/img/question_mark/help-icon-hover.png');
}

.tooltipImg + .tooltip > .tooltip-inner {
    background-color: #515151;
    /*color: #FFFFFF;*/
    border: 1px solid;
    padding: 5px;
    font-size: 12px;
    max-width: 300px;
    /* If max-width does not work, try using width instead */
    width: 300px;
    white-space:pre-wrap;

}
/* Tooltip on left */
.tooltipImg + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}

/* Tooltip on top */
.tooltipImg + .tooltip.top>.tooltip-arrow {
    border-top: 5px solid red;
}


/* Tooltip on bottom */
.tooltipImg + .tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid red;
}


/* Tooltip on right */
.tooltipImg + .tooltip.right>.tooltip-arrow {
    border-right: 5px solid red;
}
/*tooltip end*/

#gateway label {
	width:50%;
	float: left;
}#pjax-total-cost {
	margin-bottom: 15px;
}#checkout iframe {
	width: 200px;
}