@import url("../fonts/fonts.css");

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: normal;
	margin: .2em 0;
}

h1, .h1 {
    color: #be0404;
	font-family: 'Roboto';
    font-size: 40px;
    font-weight: 300;
}

h1.content-title {
    margin: 20px 0;
}

h2, .h2 {
    color: #be0404;
    font-family: 'Cuprum';
    font-size: 30px;
    font-weight: 400;
}

h3, .h3 {
    color: #245795;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 300;
}

h4, .h4 {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
}

h5, .h5 {
    font-family: Courier New;
    font-size: 22px;
    font-weight: 700;
}

h6, .h6 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
}

a {
    color: #4384d2;
    outline: 0;
}

a.plain {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -240px;
}

.wrapper:after {
    content: '';
    display: block;
    height: 240px;
}

#middle img[style*="float: left"],
#middle img[style*="float:left"] {
    margin-right: 15px;
}

#middle img[style*="float: right"],
#middle img[style*="float:right"] {
    margin-left: 15px;
}

#middle .content {
    height: 100%;
}

#overlay {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100% !important;
    width: 100% !important;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 30;
}

ul, ol {
    color: #555;
    line-height: 28px;
}

ul {
    list-style: none;
}

ol {
    padding-left: 17px;
}

ul li {
    background: url("../img/marker.png") no-repeat 0 10px;
    padding-left: 15px;
}

blockquote {
    background: #ebf1fa;
    color: #224372;
    font-size: 16px;
    font-style: italic;
    margin: 30px 0 30px 70px;
    min-height: 65px;
    padding: 15px 15px 15px 0;
    position: relative;
}

blockquote:before {
    background: #ebf1fa url("../img/blockquote-element.png") no-repeat 10px 10px;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: -70px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table td {
    background: #fcfdfe;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    padding: 12px;
}

table tr:nth-child(odd) td{
    background: #f3f7fc;
}

table th {
    background: #4483d2;
    color: #fff;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

#breadcrumbs .breadcrumb {
    background: #e5e5e5;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    padding: 0 15px;
    text-decoration: none;
}

.grid {
    display:inline;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.positioned {
    position: relative;
}

.valign-middle,
.valign-bottom{
    display: table-cell;
    text-align: center;
}

.valign-middle {
    vertical-align: middle;
}

.valign-bottom {
    vertical-align: bottom;
}

#middle {
    margin-top: 30px;
    padding-bottom: 45px;
    z-index: 1;
}

#up {
    background: url("../img/btn-up.png") no-repeat left;
    bottom: 245px;
    cursor: pointer;
    display: none;
    height: 61px;
    position: absolute;
    width: 65px;
    z-index: 25;
}

#up:hover {
    background-position: right;
}

@media only screen and (max-width: 1125px) {
    #up {
        display: none !important;
    }
}

/*** MAGNIFIC POPUP ***/

.mfp-container {
    padding: 40px 60px;
}

.mfp-bottom-bar {
    background: #fff;
    margin-top: -30px;
}

.mfp-title {
    color: #000;
    padding: 12px 5px;
}

.mfp-image-holder .mfp-close {
    background: url("../img/close.png") no-repeat;
    filter: alpha(opacity=100);
    height: 21px;
    opacity: 1;
    right: -3px;
    top: -19px;
    width: 22px;
}

img.mfp-img {
    background: #fff;
    margin-top: 10px;
    padding: 5px 5px 30px 5px;
}

.mfp-arrow {
    filter: alpha(opacity=100);
    height: 39px;
    margin-bottom: 0;
    opacity: 1;
    top: 50%;
    width: 26px;
}

button.mfp-arrow {
    background: url("../img/arrow_photo.png") no-repeat;
}

.mfp-arrow.mfp-arrow-left {
    background-position: top left;
    left: -45px;
    margin-top: -17px;
}

.mfp-arrow.mfp-arrow-left:hover {
    background-position: top right;
}

.mfp-arrow.mfp-arrow-right {
    background-position: bottom left;
    margin-top: -17px;
    right: -45px;
}

.mfp-arrow.mfp-arrow-right:hover {
    background-position: bottom right;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    display: none;
}

/*** CUSTOM SCROLLBAR ***/

.jspVerticalBar,
.jspArrow,
.jspArrow.jspDisabled,
.jspTrack {
    background: #fff;
}

.jspVerticalBar {
    border-radius: 4px;
    right: 1px;
    width: 20px;
}

.jspVerticalBar .jspCap {
	background: #fff;
	display: block;
	height: 2px;
}

.jspVerticalBar .jspArrow {
    box-sizing: border-box;
    height: 20px;
    position: relative;
}

.jspVerticalBar .jspArrow:hover {
    background: #deeaf8;
    cursor: pointer;
}

.jspVerticalBar .jspArrow.jspArrowUp {
    border-radius: 4px 4px 0 0;
    border: 1px solid #a5c4e8;
    border-bottom: 0;
}

.jspVerticalBar .jspArrow.jspArrowDown {
    border-radius: 0 0 4px 4px;
    border: 1px solid #a5c4e8;
    border-top: 0;
}

.jspVerticalBar .jspArrowUp:after,
.jspVerticalBar .jspArrowDown:after {
    border-style: solid;
    content: '';
    display: inline;
    width: 0;
    height: 0;
    left: 5px;
    position: absolute;
    top: 7px;
}

.jspVerticalBar .jspArrowUp:after {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #4383d2 transparent;
}

.jspVerticalBar .jspArrowDown:after {
    border-width: 4px 4px 0 4px;
    border-color: #4383d2 transparent transparent transparent;
}

.jspTrack {
    border-left: 1px solid #a5c4e8;
    border-right: 1px solid #a5c4e8;
}

.jspDrag {
    background: #4384d2;
    border-radius: 4px;
    margin: 0 auto;
    width: 14px;
}

/*** HEADER ***/

header {
    background: url("../img/bg_header.png") repeat;
    display: block;
    height: 85px;
}

header .logo {
    margin-top: 10px;
    width: 150px;
}

header .header-text {
    color: #555;
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    margin-left: 30px;
    margin-top: 25px;
    width: 385px;
}

header .header-phones {
    margin-top: 14px;
    width: 345px;
}

header .header-phones > div {
    line-height: 18px;
    text-align: right;
}

header .header-phones > div + div {
    margin-top: 10px;
}

header .header-phones .phone-sub {
    display: inline-block;
    font-size: 13px;
}

header .header-phones .phone {
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    margin-left: 12px;
}

header .header-phones .phone span {
    color: #ff0000;
}

/*** MAIN MENU ***/

.header-bg {
    background: #fff;
    box-shadow: 0px 4px 24px -10px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 4px 24px -10px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 4px 24px -10px rgba(0,0,0,0.33);
}

.header-menu {
    z-index: 15;
}

nav#main-menu a {
    color: #555;
    font-family: 'Cuprum';
    font-size: 18px;
    text-decoration: none;
}

nav#main-menu .top-menu {
    float: left;
    height: 47px;
    width: 100%;
}

nav#main-menu .top-menu > .menu-item {
    border-bottom: 1px solid #fff;
    border-left: 2px solid #fff;
    border-right: none;
    border-top: 1px solid #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-left: -0.3em;
    position: relative;
}

nav#main-menu .top-menu > .menu-item.inner:after {
    z-index: 27;
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    display: block;
    bottom: -1px;
    width: 100%;
}

nav#main-menu .top-menu > .menu-item:first-child {
    margin-left: 0;
}

nav#main-menu .top-menu > .menu-item > a {
    border-left: 2px solid #ececec;
    box-sizing: border-box;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 5px 0;
    padding: 0 7px;
    width: 100%;
}

nav#main-menu .top-menu > .menu-item:first-child > a {
    border-left: none;
}

nav#main-menu .top-menu > .menu-item > a.active {
    color: #be0404;
}

nav#main-menu .top-menu > .menu-item:hover {
    border-color: #c9c9c9;
}

nav#main-menu .top-menu > .menu-item.inner:hover {
    border-bottom-color: #fff;
}

nav#main-menu .top-menu > .menu-item:hover + .menu-item {
    border-left-color: #c9c9c9;
}

nav#main-menu .top-menu > .menu-item:last-child:hover {
    border-right: 2px solid #c9c9c9;
}

nav#main-menu .top-menu > .menu-item:hover > a {
    color: #000;
}

nav#main-menu .top-menu > .menu-item:hover > a,
nav#main-menu .top-menu > .menu-item:hover + .menu-item > a{
    border-left-color: #fff;
}

nav#main-menu .sub-menu {
    background: #fff;
    border: 2px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    display: none;
    left: -2px;
    min-width: 165px;
    position: absolute;
    top: 45px;
    z-index: 2;
    -webkit-box-shadow: 0px 14px 45px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 45px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 45px -13px rgba(0,0,0,0.75);
}

nav#main-menu .top-menu > .menu-item:hover .sub-menu {
    display: block;
}

nav#main-menu .top-menu .sub-menu .menu-item {
    line-height: 36px;
    padding: 0 12px;
}

nav#main-menu .top-menu .sub-menu .menu-item a:hover {
    text-decoration: underline;
}

#call-feedback-btn {
    background: url("../img/call-me-btn.png") no-repeat 0 0;
    bottom: 0;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: 10px;
    width: 202px;
}

#call-feedback-btn:hover {
    background-position: center;
}

#call-feedback-btn:active {
    background-position: bottom;
}

#call-feedback-form {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #9aa1ab;
    box-sizing: border-box;
    display: none;
    /*height: 180px;*/
    padding: 18px 15px 15px 15px;
    position: absolute;
    top: 47px;
    z-index: 10;
}

.popup {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: none;
    left: 50%;
    margin-left: -268px;
    padding-bottom: 15px;
    position: absolute;
    top: 130px;
    width: 536px;
    z-index: 35;
}

.popup .header {
    background: #f3f3f3;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 20px 15px 15px;
}

.popup .shadow {
    background: url("../img/form-header-shadow.png") repeat-x;
    display: block;
    width: 100%;
    height: 20px;
}

.popup .header .title-form {
    font-family: 'Cuprum';
    font-size: 25px;
    text-transform: uppercase;
}

#order-feedback-form .header img {
    float: left;
    margin-right: 25px;
}

#order-feedback-form .header .info {
    float: left;
    width: 240px;
}

#order-feedback-form .header .price {
    float: right;
    margin-top: 10px;
}

.popup .form-hint {
    font-weight: 700;
    padding-left: 20px;
}

.popup form {
    padding: 20px 15px;
}

.popup .close-form {
    background: url("../img/close.png");
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 0;
    top: -30px;
    width: 22px;
}

.feedback-form .ctrlHolder {
    display: inline-block;
    float: left;
    margin-right: 13px;
}

.feedback-form .ctrlHolder input[type="text"],
.feedback-form .ctrlHolder input[type="tel"] {
    border: 2px solid #f1f1f1;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 18px;
    height: 47px;
    margin-bottom: 18px;
    padding-left: 10px;
}

#order-feedback-form .ctrlHolder.call_time input[type="text"] {
    font-size: 16px;
}

.popup input[type="text"],
.popup input[type="tel"]{
    width: 245px;
}

.popup .ctrlHolder.phone,
#order-feedback-form .ctrlHolder.call_time {
    margin-right: 0;
}


.feedback-form .ctrlHolder input[type="text"]:focus,
.feedback-form .ctrlHolder textarea:focus {
    border-color: #3b61a2;
    outline-width: 2px;
}

#call-feedback-form .ctrlHolder.name input {
    width: 391px;
}

#call-feedback-form .ctrlHolder.phone input {
    font-size: 15px;
    width: 189px;
}

#call-feedback-form .ctrlHolder.call_time {
    margin-right: 0;
    float: right;
}

#call-feedback-form .ctrlHolder.call_time input {
    width: 300px;
}

.feedback-form textarea {
    border: 2px solid #f1f1f1;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 18px;
    height: 140px;
    padding-left: 10px;
    padding-top: 13px;
    resize: none;
    width: 593px;
}

.popup textarea {
    float: left;
    height: 105px;
    width: 245px;
}

.popup .ctrlHolder.captcha {
    margin-right: 0;
    width: 245px;
}

.feedback-form .ctrlHolder.captcha {
    margin-bottom: 15px;
    margin-top: -10px;
    margin-right: 0;
    width: 300px;
}

.popup .ctrlHolder.captcha label,
.feedback-form .ctrlHolder.captcha label{
    color: #a5a5a5;
    display: block;
    font-size: 18px;
    margin-top: 5px;
}

.popup .ctrlHolder.captcha img,
.feedback-form .ctrlHolder.captcha img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.popup .ctrlHolder.captcha input[type="text"],
.feedback-form .ctrlHolder.captcha input[type="text"] {
    float: right;
    height: 40px;
    margin: 5px 0 0;
    width: 75px;
}

.feedback-form .ctrlHolder.captcha input[type="text"] {
    width: 135px;
}

.feedback-form input[type="submit"] {
    background: linear-gradient(to top, #c20808, #fc4a4a);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 58px;
    padding: 0 25px;
    text-shadow: 1px 1px #000;
}

#order-feedback-form input[type="submit"] {
    margin-top: 40px;
}

#booking-form input[type="submit"] {
    margin-top: -59px;
}

.feedback-form .ctrlHolder.error input,
.feedback-form .ctrlHolder.error textarea {
    border-color: #f80410;
}

.feedback-form .ctrlHolder.error input::-moz-placeholder,
.feedback-form .ctrlHolder.error textarea::-moz-placeholder {
    color: #f80410;
}

.feedback-form .ctrlHolder.error input::-webkit-input-placeholder,
.feedback-form .ctrlHolder.error input::-webkit-input-placeholder {
    color: #f80410;
}

.feedback-form .ctrlHolder.correct input,
.feedback-form .ctrlHolder.correct textarea {
    border-color: #0cad0f;
}

.feedback-form .req-error {
    color: #f80410;
    display: none;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    width: 135px;
}

#order-feedback-form .req-error {
    margin-top: 40px;
}

#booking-form .req-error {
    margin-top: 5px;
    width: 244px;
}

.feedback-form .thank-you {
    text-align: center;
}

#booking-form .thank-you .thank-img {
    margin-top: 30px;
}

.feedback-form .thank-you .thank-img img{
    margin-right: 10px;
}

.feedback-form .thank-you .thank-img span {
    font-size: 36px;
}

#booking-form .thank-you .thank-img span {
    font-weight: 300;
}

.feedback-form .thank-you .thank-text div:last-child {
    margin-top: 18px;
}

#booking-form .thank-you .thank-text div:last-child {
    margin-top: 0;
}

.feedback-form .thank-you .thank-text a {
    color: #000;
}

.feedback-form .thank-you .thank-text a:hover {
    text-decoration: none;
}


/*** FOOTER ***/

footer {
    background: #e6e6e6 url("../img/footer.png") no-repeat right;
    height: 240px;
}

footer .footer-logo {
    margin-top: 15px;
    width: 200px;
}

footer .footer-menu {
    line-height: 35px;
    margin-left: 55px;
    margin-top: 40px;
    width: 185px;
}

footer .footer-menu .menu-item a {
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    text-decoration: none;
}

footer .footer-menu .menu-item a:hover {
    text-decoration: underline;
}

footer .info {
    margin-top: 40px;
    width: 308px;
}

footer .info .footer-phone {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    line-height: 37px;
}

footer .info .email,
footer .info .address {
    font-size: 14px;
}

footer .info .email {
    margin-top: 8px;
}

footer .info .email a {
    color: #000;
}

footer .info .address {
    margin-top: 16px;
}

footer .redsolution-logo {
    margin: 142px 0 0 20px;
}

/*** ARTICLES ***/

.articles-list {
    margin-top: 25px;
}

.article-container {
    margin-bottom: 20px;
}

.article-container img {
    padding: 4px;
}

.article-container .article-title {
    color: #555;
    font-size: 19px;
    line-height: 25px;
    padding: 0 4px;
}

.article-container:hover img {
    background #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.article-container:hover .article-title {
    color: #000;
}

/*** ARTICLES CAROUSEL ***/
.articles {
    margin-top: 40px;
}

.articles-carousel {
    margin-top: 25px;
    position: relative;
}

.articles-carousel .carousel {
    margin: 0 auto;
}

.articles-carousel .slide {
    margin-left: 2px;
    margin-right: 17px;
    min-height: 88px;
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
    width: 220px;
    white-space:normal;
}

.articles-carousel.not-navigation .slide {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.articles-carousel.not-navigation .slide.last {
    margin-right: 0;
}

.articles-carousel .slide a {
    text-decoration: none;
}

.articles-carousel .slide img {
    padding: 4px;
}

.articles-carousel .slide .title {
    color: #555;
    line-height: 1.3em;
    padding: 0 4px;
    text-align: left;
}

.articles-carousel .slide:hover img {
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.articles-carousel .slide:hover .title {
    color: #000;
}

.articles-carousel .arrow {
    background: url("../img/arrow_pagination.png") no-repeat;
    cursor: pointer;
    height: 29px;
    margin: auto;
    position: absolute;
    top: 88px;
    width: 22px;
}

.articles-carousel .arrow.prev {
    background-position: bottom right;
    left: -30px;
}

.articles-carousel .arrow.next {
    background-position: top right;
    right: -32px;
}

.articles-carousel .arrow.prev:hover {
    background-position: bottom left;
}

.articles-carousel .arrow.next:hover {
    background-position: top left;
}

.articles-carousel .pager {
    margin-top: 35px;
    text-align: center;
}

.articles-carousel .pager span {
    background: url("../img/carousel-pager.png") no-repeat right;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-right: 4px;
    width: 14px;
}

.articles-carousel .pager span.cycle-pager-active {
    background-position: left;
}


/*** PAGINATION ***/

.pagination-container {
    margin-top: 27px;
    text-align: center;
}

.pagination {
    display: inline-block;
    position: relative;
}

.pagination .prev,
.pagination .next {
    background: url("../img/arrow_pagination.png") no-repeat;
    display: inline-block;
    height: 29px;
    position: absolute;
    top: 3px;
    width: 22px;
}

.pagination span.prev,
.pagination a.prev {
    background-position: bottom right;
    left: -34px;
}

.pagination span.next,
.pagination a.next {
    background-position: top right;
    right: -34px;
}

.pagination a.prev:hover {
    background-position: bottom left;
}

.pagination a.next:hover {
    background-position: top left;
}

.pagination .page {
    background: #e9e9e9;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}

.pagination .page:hover {
    background: #f8f8f8;
}

.pagination .page.current {
    background: #4384d2;
    color: #fff;
}

/*** CATALOG ***/

.section-list {
    margin: 45px 0 25px 0;
}

.section-container {
    background: linear-gradient(to top, #293e8e, #4383d1);
    border-radius: 5px;
    cursor: pointer;
    display: table;
    height: 145px;
    margin-bottom: 20px;
    text-align: center;
}

.section-container:hover {
   background: linear-gradient(to top, #c20808, #fc4a4a);
}

.section-container > div {
    display: table-cell;
    font-family: 'Roboto Condensed';
    line-height: 33px;
    vertical-align: middle;
}

.section-container .section-title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.section-container .section-comment {
    color: #bebebe;
    font-size: 16px;
}

.left-menu {
    background: url("../img/left_menu.png") no-repeat;
    display: table;
    height: 262px;
    margin-right: 0;
    width: 230px !important;
}

.left-menu > div {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.left-menu a {
    color: #000;
    display: block;
    font-family: 'Roboto Condensed';
    margin-bottom: 12px;
    text-decoration: none;
}

.left-menu a.active {
    color: #be0404;
}

.product-list {
    margin: 20px 0;
}

.product-container {
    margin-bottom: 15px;
    text-align: center;
}

.product-container .image-block {
    border: 1px solid #a7c5ea;
    border-radius: 5px;
    display: table;
    height: 168px;
    position: relative;
    width: 218px;
}

.product-container:hover .image-block {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}

.production-time {
    color: #535353;
    font-size: 14px;
    line-height: 17px;
}

.product-container .image-block .production-time {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px 0 5px 0;
    display: inline-block;
    left: 0;
    padding: 12px 15px 5px 10px;
    position: absolute;
    text-align: left;
    top: 0;
}

.price {
    color: #be0404;
    font-family: 'Cuprum';
    font-size: 30px;
}

.product-container .image-block .price {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 5px 5px;
    bottom: 0;
    height: 40px;
    left: 1px;
    line-height: 40px;
    position: absolute;
    width: 216px;
}

.product-container:hover .image-block .price {
    background: rgba(200, 41, 41, 0.95);
    bottom: -1px;
    color: #fff;
}

.product-container .title {
    color: #000;
    font-weight: 700;
    margin-top: 7px;
}

.product-comment {
    color: #535353;
    font-size: 14px;
}

.catalog-articles {
    margin-top: 40px;
}

.product-image {
    display: table;
    height: 230px;
    width: 300px;
}

.images-carousel {
    margin-top: 20px;
    position: relative;
}

.images-carousel a {
    display: none;
}

.images-carousel .carousel {
    margin: 0 auto;
}

.images-carousel .slide {
    display: table !important;
    width: 58px;
    height: 58px;
    border: 1px solid #ddd;
    margin: 0 10px;
}

.images-carousel.not-navigation {
    margin: 20px auto 0;
    width: 240px;
}

.images-carousel.not-navigation a {
    display: inline;
}

.images-carousel.not-navigation .slide {
    display: inline;
    float: left;
}

.images-carousel .arrow {
    background: url("../img/arrow_pagination.png") no-repeat;
    cursor: pointer;
    height: 29px;
    margin: auto;
    position: absolute;
    top: 15px;
    width: 22px;
}

.images-carousel .arrow.prev {
    background-position: bottom right;
    left: 0;
}

.images-carousel .arrow.next {
    background-position: top right;
    right: 0;
}

.images-carousel .arrow.prev:hover {
    background-position: bottom left;
}

.images-carousel .arrow.next:hover {
    background-position: top left;
}

.product-details .production-time {
    margin: 15px 0;
}

.general-btn {
    background: linear-gradient(to top, #293e8e, #4383d1);
    border: none;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    outline: 0;
    padding: 0 40px;
}

.general-btn:hover {
   background: linear-gradient(to top, #c20808, #fc4a4a);
}

.product-content {
    margin-top: 40px;
}

/*** GALLERY PAGE ***/

.gallery-content {
    margin-bottom: 25px;
}

.minigallery .image-container {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.minigallery .image-title {
    background: url("../img/gallery-img-hover.png") no-repeat;
    box-sizing: border-box;
    height: 146px;
    padding: 8px 10px 0 0;
    position: absolute;
    top: 0;
    right: -220px;
    -webkit-transition: right 0.2s linear 0.2s;
    -moz-transition: right 0.2s linear 0.2s;
    -o-transition: right 0.2s linear 0.2s;
    transition: right 0.2s linear 0.2s;
    width: 220px;
}

.minigallery .image-container:hover .image-title {
    right: 0;
}

.minigallery .image-title div {
    color: #535353;
    font-size: 14px;
    text-align: right;
}

.minigallery .image-title div:first-child {
    color: #000;
    font-size: 16px;
}

/*** SERVICES ***/

.service-list {
    margin-top: 30px;
}

.service-container {
    margin-bottom: 30px;
    text-align: center;
}

.service-container .service-icon {
    margin: 0 auto;
}

.service-container:hover .service-icon {
    background-position: right !important;
}

.service-container .title {
    color: #000;
    font-size: 18px;
    margin-top: 18px;
}

.service-container:hover .title {
    color: #be0404;
    text-decoration: underline;
}

/*** CONTACTS ***/

.contacts-info {
    background: url('../img/contacts-bg.png') no-repeat;
    box-sizing: border-box;
    height: 300px;
    left: 50%;
    margin-left: -485px;
    padding: 17px 20px 23px;
    position: absolute;
    top: 0;
    width: 314px;
}

.contacts-info .contacts-block {
    border-bottom: 1px solid #bdbdbd;
    font-size: 13px;
    padding: 10px 0 10px 50px;
}

.contacts-info .contacts-block:last-child {
    border-bottom: none;
}

.contacts-info .phones {
    background: url("../img/phone.png") no-repeat 15px center;
    line-height: 24px;
}

.contacts-info .phones div:last-child {
    margin-top: 10px;
}

.contacts-info .phones span {
    display: block;
}

.contacts-info .phones div span:last-child {
    font-family: 'Roboto Condensed';
    font-size: 22px;
}

.contacts-info .email {
    background: url("../img/mail.png") no-repeat 15px center;
}

.contacts-info .email a {
    color: #000;
}

.contacts-info .address {
    background: url("../img/map.png") no-repeat 15px center;
}

.contacts-info .shedule {
    background: url("../img/clock.png") no-repeat 15px center;
}

/*** 404 ***/

.img404 {
    float: right;
    margin-left: 20px;
}

.content-404 {
    font-weight: 700;
    margin: 32px 0 45px;
}

ul.sitemap a {
    color: #535353;
}

ul.sitemap ul {
    padding-left: 20px;
}

/*** FRONTPAGE ***/

#slider .slide {
    color: #fff;
    height: 510px;
    position: relative;
    z-index: 5 !important;
    visibility: hidden;
}

#slider .slide a {
    color: #fff;
    display: block;
    height: 510px;
    text-decoration: none;
    width: 100%;
}

#slider .slide .info {
    float: left;
    font-family: 'Cuprum';
    left: 40px;
    position: absolute;
    right: 40px;
    top: 65px;
}

#slider .slide .title {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    display: inline-block;
    font-size: 40px;
    line-height: 37px;
}

#slider .slide .text {
    font-family: 'Roboto';
    font-size: 16px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    display: inline-block;
}

#slider .button {
    background: url("../img/arrows_slide.png") no-repeat;
    height: 52px;
    position: absolute;
    top: 229px;
    width: 52px;
    z-index: 6;
}

#slider .button.prev {
    background-position: 0 0;
    left: -15px;
}

#slider .button.next {
    background-position: 0 -52px;
    right: -15px;
}

#slider .button.prev:hover {
    background-position: -52px 0;
}

#slider .button.next:hover {
    background-position: -52px -52px;
}

#slider .pager-container {
    bottom: 0;
    height: 35px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 6;
}

#slider .pager {
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    padding-top: 13px;
    vertical-align: top;
}

#slider .pager-before,
#slider .pager-after {
    background: url("../img/slider-pager.png") no-repeat;
    display: inline-block;
    height: 35px;
    width: 66px;
}

#slider .pager-before {
    background-position: left;
}

#slider .pager-after {
    background-position: right;
}

#slider .pager a {
    background: url("../img/carousel-pager.png") no-repeat right;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    width: 14px;
}

#slider .pager a.active {
    background-position: left;
}

.fp-bg {
   border-bottom: 10px solid #e7e7e7;
   text-align: center;
}

.fp-bg .header {
    display: inline-block;
}

.fp-bg .header:before {
    content: '';
    display: inline-block;
}

#fp-phones-bg {
   background: #f4f4f4 url("../img/fp-phones-bg.png") no-repeat center;
   height: 394px;
}

#fp-phones-bg > div {
    height: 100%;
}

#fp-phones-bg .header {
    margin-top: 50px;
}

#fp-phones-bg .header:before {
    background: url("../img/icon-fp-phones.png") no-repeat;
    height: 31px;
    margin-right: 12px;
    width: 38px;
}

#carousel-phones .phone-slide {
    border-radius: 15px 15px 15px 15px;
    display: table;
    font-family: 'Courier New';
    font-size: 77px;
    height: 140px;
    width: 500px;
    visibility: hidden;
    -webkit-box-shadow: 52px 3px 20px -25px rgba(0,0,0,0.37), -52px 3px 20px -25px rgba(0,0,0,0.37);
    -moz-box-shadow: 52px 3px 20px -25px rgba(0,0,0,0.37), -52px 3px 20px -25px rgba(0,0,0,0.37);
    box-shadow: 52px 3px 20px -25px rgba(0,0,0,0.37), -52px 3px 20px -25px rgba(0,0,0,0.37);
}

#carousel-phones .phone-slide[style*="z-index: 5"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#carousel-phones .phone-slide:not(.carousel-center) {
    cursor: pointer;
}

#carousel-phones .phone-slide.carousel-center span.triangle {
    background: inherit;
    display: block;
    left: 217px;
    height: 60px;
    position: absolute;
    top: 110px;
    transform: rotate(45deg);
    width: 60px;
}

#carousel-phones .phone_1 {
    background: #f8f486;
}

#carousel-phones .phone_2 {
    background: #ecb7ff;
}

#carousel-phones .phone_3 {
    background: #b5dfad;
}

#carousel-phones .phone_4 {
    background: #98edf4;
}

#carousel-phones .phone_5 {
    background: #fec27a;
}

#select-phone-link {
    background: linear-gradient(to top, #c20808, #fc4a4a);
    border-radius: 0 0 5px 5px;
    bottom: -18px;
    display: table;
    height: 115px;
    left: 50%;
    margin-left: -105px;
    position: absolute;
    text-decoration: none;
    width: 210px;
}

#select-phone-link span {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    text-shadow: 1px 1px #000;
}

#fp-services-bg {
    background: #f8f8f8;
    padding: 90px 0 80px;
}

#fp-services-bg .header:before {
    background: url("../img/icon-fp-services.png") no-repeat;
    height: 31px;
    margin-right: 12px;
    width: 29px;
}

.fp-service-list {
    margin: 45px 0 65px;
}

#fp-services-bg .main-content {
    text-align: left;
}

#fp-companies {
   padding: 80px 0 55px;
   text-align: center;
}

#fp-companies .header {
    display: inline-block;
}

#fp-companies .header:before {
    background: url("../img/icon-fp-companies.png") no-repeat;
    content: '';
    display: inline-block;
    height: 34px;
    margin-right: 12px;
    width: 47px;
}

/*** COMPANIES CAROUSEL ***/

.companies-carousel {
    margin-top: 50px;
    position: relative;
}

.companies-carousel .carousel {
    margin: 0 auto;
}

.companies-carousel .slide {
    box-sizing: border-box;
    cursor: pointer;
    margin: 3px 17px 3px 2px;
    min-height: 88px;
    padding: 4px 4px 30px;
    vertical-align: top;
    width: 220px;
    white-space:normal;
}

.companies-carousel.not-navigation .slide {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
}

.companies-carousel.not-navigation .slide.last {
    margin-right: 0;
}

.companies-carousel .slide:hover {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.companies-carousel .slide a {
    text-decoration: none;
}

.companies-carousel .slide .image {
    display: table;
    height: 110px;
    width: 100%;
}

.companies-carousel .slide .hr {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    margin: 5px auto 25px;
    width: 160px;
}

.companies-carousel .slide:hover .hr {
    border-color: #000;
}

.companies-carousel .slide .title {
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 20px;
}

.companies-carousel .slide .partner {
    text-transform: uppercase;
}

.companies-carousel .slide .phone_code,
.companies-carousel .slide .phone_number {
    font-family: 'Courier New';
    font-weight: 700;
}

.companies-carousel .slide .phone_code {
    color: #be0404;
}

.companies-carousel .arrow {
    background: url("../img/arrow_pagination.png") no-repeat;
    cursor: pointer;
    height: 29px;
    margin: auto;
    position: absolute;
    top: 70px;
    width: 22px;
}

.companies-carousel .arrow.prev {
    background-position: bottom right;
    left: -23px;
}

.companies-carousel .arrow.next {
    background-position: top right;
    right: -25px;
}

.companies-carousel .arrow.prev:hover {
    background-position: bottom left;
}

.companies-carousel .arrow.next:hover {
    background-position: top left;
}

.companies-carousel .pager {
    margin-top: 70px;
    text-align: center;
}

.companies-carousel .pager span {
    background: url("../img/carousel-pager.png") no-repeat right;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-right: 4px;
    width: 14px;
}

.companies-carousel .pager span.cycle-pager-active {
    background-position: left;
}

/*** SERVICES COST ***/

#tariff-carousel {
    margin-top: 35px;
}
.tariff-container {
    cursor: pointer;
    display: inline;
    float: left;
    height: 355px;
    margin-left: 10px;
    text-align: center;
    width: 220px;
    white-space: normal;
}

.tariff-container .header {
    background: #4586d2;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.tariff-container .info {
    background: linear-gradient(to top, #eef3fc, #fff);
    border: 1px solid #a9c7ec;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 15px;
    height: 294px;
}

.tariff-container:hover .info {
    background: #fff;
}

.tariff-container .line-number,
.tariff-container .subs-pay {
    color: #727272;
    font-size: 18px;
}

.tariff-container .line-number span {
    color: #000;
    font-weight: 900;
}

.tariff-container .subs-pay span {
    color: #be0404;
    font-size: 26px;
    font-weight: 900;
}

.tariff-container .content {
    font-size: 14px;
    margin-top: 25px;
}

#tariff-carousel .arrow {
    background: url("../img/arrow-tariff.png") no-repeat;
    cursor: pointer;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 170px;
    width: 12px;
}

#tariff-carousel .arrow.prev {
    background-position: bottom left;
    left: -10px;
}

#tariff-carousel .arrow.next {
    background-position: top left;
    right: -10px;
}

#tariff-carousel .arrow.prev:hover {
    background-position: bottom right;
}

#tariff-carousel .arrow.next:hover {
    background-position: top right;
}

#tariff-list-table {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: none;
    left: 0;
    max-width: 1028px;
    padding: 20px 20px 20px 10px;
    position: absolute;
    right: 0;
    top: 100px;
    margin: 0 auto;
    width: 90%;
    z-index: 35;
}

#tariff-list-table .caption {
    font-family: 'Roboto Condensed';
    font-size: 26px;
    padding-right: 20%;
    text-align: right;
    text-transform: uppercase;
}

#tariff-list-table table {
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 10px;
}

#tariff-list-table th {
    border-right: 1px solid #a6c5ea;
    font-family: 'Roboto Condensed';
    font-size: 26px;
}

#tariff-list-table th:first-child {
    border-radius: 5px 0 0 0;
    border-right: none;
}

#tariff-list-table th:nth-child(2) {
    border-left: 1px solid #a6c5ea;
}

#tariff-list-table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: none;
}

#tariff-list-table td {
    background: #ecf2fb;
    border-right: 1px solid #a6c5ea;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
}

#tariff-list-table td.active {
    background: #fff;
}

#tariff-list-table tr td:first-child {
    background: #fff;
    border-right: none;
    padding: 20px 12px 0 20px;
    text-align: left;
    width: 368px;
}

#tariff-list-table tr:nth-child(2) td:first-child {
    padding-top: 35px;
}

#tariff-list-table tr td:first-child span {
    border-bottom: 1px solid #a6c5ea;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

#tariff-list-table td:nth-child(2) {
    border-left: 1px solid #a6c5ea;
}

#tariff-list-table tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 5px;
}

#tariff-list-table tr:last-child td:nth-child(n+2) {
    border-bottom: 1px solid #a6c5ea;
}

#tariff-list-table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#tariff-list-table .table-hint {
    display: table;
    width: 100%;
}

#tariff-list-table .table-hint span:first-child {
    display: table-cell;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2em;
    padding: 20px 12px 20px 20px;
    width: 368px;
}

#tariff-list-table .table-hint span:last-child {
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

#tariff-change-block,
#calc-summary,
#tariff-container,
#virtual-atc,
#check-number-form {
    background: #f2f6fb;
    border: 1px solid #a5c4e8;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    padding: 20px;
}

#calc-summary {
    background: linear-gradient(to top, #eef3fc, #fff);
}

#tariff-change-block .title,
#calc-summary .title,
#tariff-container .title,
#virtual-atc .title,
#check-number-form .title {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#calc-summary .total-value {
    margin-top: 25px;
}

#calc-summary .total-value span:first-child {
    display: inline-block;
    width: 500px;
}

#tariff-change-block .radiobuttons {
    margin: 20px 0 -30px;
    text-align: justify;
    text-align-last: justify;
}

#tariff-change-block .radiobuttons:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

#tariff-change-block .inline-radio {
    display: inline-block;
}

#tariff-change-block input + label {
    margin-left: -15px;
    padding: 0 25px 0 0;
    display: inline-block;
    background: url("../img/radio.png") no-repeat 100% 50%;
    font-size: 16px;
    height: 25px;
    cursor: pointer;
}

#tariff-change-block input + label span {
    text-transform: uppercase;
}

#tariff-change-block input {
    opacity: 0;
    width: 15px;
    height: 15px;
    top: 2px;
    position: relative;
    cursor: pointer;
}

#tariff-change-block input:checked + label {
    background: url("../img/radio-checked.png") no-repeat 100% 50%;
}

#tariff-container .tariff-parameter {
    border-bottom: 1px solid #a5c4e8;
    box-sizing: border-box;
    display: table;
    padding: 20px 0;
    width: 100%;
}

#tariff-container .tariff-parameter .label {
    display: table-cell;
    line-height: 23px;
    width: 435px;
    vertical-align: middle;
}

#tariff-container .tariff-parameter.slider-input .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

#tariff-container .tariff-parameter.slider-input .slider {
    cursor: pointer;
    margin-top: 30px;
}

#tariff-container .tariff-parameter .value {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#tariff-container .tariff-parameter .value input,
.param-container .slider-input input {
    background: transparent;
    border: 0;
    font-family: 'Roboto';
    text-align: center;
}

#tariff-container .tariff-parameter .value input {
    font-size: 20px;
    font-weight: 300;
    height: 70px;
    width: 207px;
}

#tariff-container .tariff-parameter:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
}

.ui-slider-horizontal {
    height: 1px;
}

.ui-widget-content {
    border: 1px solid #a5c4e8;
    background: #a5c4e8;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -6px;
    top: -7px;
}

.ui-slider .ui-slider-handle {
    background: url("../img/calc-slider.png") no-repeat;
    cursor: pointer;
    height: 15px;
    outline: 0;
    width: 15px;
}

.param-container {
    border-bottom: 1px solid #a5c4e8;
    display: table;
    padding: 25px 0;
    width: 100%;
}

.param-container:last-child {
    border-bottom: none;
}

.param-container .inline-checkbox {
    display: table-cell;
    line-height: 0;
    padding-right: 10px;
    padding-left: 10px;
    width: 290px;
    vertical-align: middle;
}

input[type="checkbox"] {
    opacity: 0;
    float: left;
    width: 15px;
    height: 16px;
    top: 2px;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"] + label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 0 0 25px;
    display: block;
    background: url("../img/checkbox.png") no-repeat 0 0;
    cursor: pointer;
}

input[type="checkbox"]:checked + label {
    background: url("../img/checkbox-checked.png") no-repeat 0 0;
}

.param-container .slider-input {
    display: table-cell;
    line-height: 15px;
    padding-right: 10px;
    width: 215px;
    vertical-align: middle;
}

.param-container .slider-input label {
    font-size: 13px;
    font-weight: 400;
}

.param-container .slider-input input {
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    text-align: right;
    width: 100%;
}

.param-container .cost {
    display: table-cell;
    font-size: 16px;
    text-align: center;
    width: 118px;
    vertical-align: middle;
}

/*** CHECK NUMBER PAGE ***/

#check-number-form {
    margin-bottom: 20px;
    padding: 17px 0 35px 30px;
}

#check-number-form form {
    border-right: 1px solid #a5c4e8;
    float: left;
    margin-top: 20px;
    padding-right: 40px;
    width: 310px;
}

#check-number-form #phone-check {
    border: 2px solid #dedede;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    height: 40px;
    padding-left: 10px;
    width: 140px
}

#check-number-form .comment {
    margin-top: 20px;
}

#check-number-form .comment .comment-title {
    font-size: 14px;
    font-weight: 400;
}

#check-number-form input[type="submit"] {
    margin-top: 25px;
}

#check-number-form .check-result {
    float: left;
    padding-left: 40px;
    margin-top: 20px;
}

#check-number-form .check-mess {
    font-size: 14px;
    font-weight: 400;
}

#check-number-form .check-mess.error {
    color: #999;
}

#check-number-form .check-mess.reserved {
    color: #be0404;
}

#check-number-form .check-mess.free {
    color: #11a74d;
}

#check-number-form .category {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

span.exclusive {
    background: url("../img/exclusive.png") no-repeat top;
    display: inline-block;
    height: 17px;
    width: 88px;
}

span.star {
    background: url("../img/star.png") no-repeat right;
    display: inline-block;
    height: 15px;
    width: 16px;
}

#check-number-form .price {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

#check-number-form .price span {
    font-weight: 700;
}

#check-number-form .check-result a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

#check-number-form .links {
    line-height: 20px;
    margin-top: 15px;
}

/*** BEAUTY NUMBERS ***/

#tabs {
    margin-top: 30px;
}

.ui-tabs, .ui-tabs .ui-tabs-nav {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    display: table;
    border-collapse: separate;
    border-spacing: 1px 0;
    margin-left: -2px;
    width: 944px;
}

.ui-tabs.ui-widget-content, .ui-tabs-nav.ui-widget-header {
    background: #fff;
}

.ui-tabs-nav.ui-widget-header, .ui-tabs.ui-widget-content {
    border: 0;
}

.ui-tabs .ui-tabs-nav li {
    border: 1px solid #a8c7ec;
    background: #f1f5fa;
    float: none;
    text-align: center;
    display: table-cell;
}

.ui-tabs .ui-tabs-nav li a {
    display: block;
}

.ui-tabs .ui-tabs-nav li a span.star {
    background-position: left;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 18px 10px;
}

.ui-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-state-active:hover{
    background: #fff;
    border-bottom: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a span.star {
    background-position: right;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
}

.ui-tabs .ui-tabs-panel {
    background: linear-gradient(to top, #eef3fc, #fff);
    border: 1px solid #a8c7ec;
    border-top: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
    padding: 30px 40px 40px 45px;
}

.ui-tabs .ui-tabs-panel .title,
.ui-tabs .ui-tabs-panel .price,
.ui-tabs .ui-tabs-panel .general-btn {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.ui-tabs .ui-tabs-panel .title {
    width: 360px;
}

.ui-tabs .ui-tabs-panel .price {
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    width: 300px;
}

.ui-tabs .ui-tabs-panel a.general-btn {
    color: #fff;
    margin-top: 0;
    padding: 0 30px;
}

.ui-tabs .ui-tabs-panel span.header {
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.ui-tabs .ui-tabs-panel .mask-table {
    margin-top: 35px;
    width: 625px;
}

.ui-tabs .ui-tabs-panel .mask-table th {
    background: transparent;
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 0 2px;
    text-align: left;
    text-transform: uppercase;
}

.ui-tabs .ui-tabs-panel .mask-table th:first-child {
    width: 358px;
}

.ui-tabs .ui-tabs-panel .mask-table td {
    background: transparent;
    border-bottom: 1px solid #a8c7ec;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0 20px 2px;
}

.ui-tabs .ui-tabs-panel .mask-table tr:last-child td {
    border-bottom: none;
}

/*** SELECTION NUMBERS  ***/

#search-tabs,
.selection-tab {
    background: #f2f6fb;
    border: 1px solid #a5c4e8;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 15px 20px 20px;
    width: 620px;
}

#search-tabs .title {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#search-tabs a {
    color: #000;
    margin-right: 30px;
}

#search-tabs a:hover {
    color: #4384d2;
}

#search-tabs a.active {
    color: #be0404;
    text-decoration: none;
}

.selection-tab {
    display: none;
}

.selection-tab input[type="radio"] {
    opacity: 0;
    width: 15px;
    height: 15px;
    top: 2px;
    position: relative;
    cursor: pointer;
}

.selection-tab input[type="radio"] + label {
    cursor: pointer;
    margin-left: -15px;
}

#search-category {
    padding: 25px 20px;
}

#search-category .justify-container {
    margin-bottom: -30px;
    text-align: justify;
    text-align-last: justify;
}

#search-category .inline-category {
    display: inline-block;
}

#search-category .justify-container:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

#search-category .star {
    background-position: left;
    margin-right: 2px;
}

#search-category .exclusive {
    background-position: bottom;
}

#search-category input[type="radio"] + label:hover .star,
#search-category input[type="radio"] + label:hover .exclusive {
    background-position: center;
}

#search-category input[type="radio"]:checked + label .star {
    background-position: right;
}

#search-category input[type="radio"]:checked + label .exclusive {
    background-position: top;
}

#search-mask {
    padding-left: 0;
}

#search-mask .inline-mask {
    display: inline-block;
    float: left;
    margin-left: 25px;
    width: 95px;
}

#search-mask .inline-mask.alpha {
    margin-left: 20px;
}

#search-mask .inline-mask input[type="radio"] + label {
    text-decoration: underline;
}

#search-mask .inline-mask input[type="radio"] + label:hover {
    color: #4384d2;
    text-decoration: none;
}

#search-mask .inline-mask input[type="radio"]:checked + label {
    color: #be0404;
    text-decoration: none;
}

#search-numbers select,
#search-numbers input[type="tel"] {
    background: #fff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    float: left;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    height: 40px;
    margin-top: 15px;
}

#search-numbers select {
    padding-left: 10px;
    width: 80px;
}

#search-numbers input[type="tel"] {
    margin-left: 10px;
    text-align: center;
    width: 40px;
}

#search-numbers input[type="submit"] {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 15px;
}

#search-numbers .available-hint {
    margin-top: 15px;
}

#available-numbers {
    box-sizing: border-box;
    margin-top: 20px;
    width: 620px;
}

#available-numbers .header,
#selected-numbers .header{
    background: #4483d2;
    border: 1px solid #a5c4e8;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
}

#available-numbers .table-container {
    border: 1px solid #a5c4e8;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    display: block;
    max-height: 401px;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

#available-numbers .table-container p {
    text-align: center;
}

#available-numbers .table-container table td {
    height: 40px;
    padding: 0 18px;
    vertical-align: middle;
}

#available-numbers table tr:nth-child(even) td{
    background: #f3f7fc;
}

#available-numbers table tr:nth-child(odd) td{
    background: #fff;
}

#available-numbers .table-container table td label {
    display: inline;
    font-size: 20px;
    font-weight: 300;
}

#available-numbers .table-container table td input[type="checkbox"] + label {
    background-position: 0 3px;
    margin-left: -15px;
    padding-left: 35px;
}

#selected-numbers {
    box-sizing: border-box;
    float: right;
    margin-top: 20px;
    width: 300px;
}

#selected-numbers .main {
    background: linear-gradient(to top, #eef3fc, #fff);
    border: 1px solid #a5c4e8;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 0 15px 30px;
    text-align: center;
}

#selected-numbers .empty {
    box-sizing: border-box;
    color: #bac5df;
    font-size: 16px;
    height: 340px;
    padding-top: 150px;
}

#selected-numbers .disable-reserve {
    background: linear-gradient(to top, #bdbdbd, #d0d0d0);
    border: none;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    outline: 0;
    padding: 0 40px;
}

#selected-numbers .general-btn {
    margin-top: 30px;
}

#selected-numbers .number-list {
    border-bottom: 1px solid #a5c4e8;
    line-height: 35px;
    padding: 15px 0;
}

#selected-numbers-form .number-list {
    float: left;
    line-height: 35px;
    margin-top: 15px;
}

#selected-numbers .number-item {
    text-align: left;
}

.number-item .value {
    font-size: 20px;
    font-weight: 300;
}

.number-item .delete {
    background: url("../img/delete.png") no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 12px 0 0 15px;
    width: 10px;
    vertical-align: top;
}

.number-item .price {
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 0 50px;
}

#selected-numbers .total,
#selected-numbers-form .total {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
}

#selected-numbers .total {
    border-bottom: 1px solid #a5c4e8;
    padding: 15px 0;
    text-align: left;
}

#selected-numbers-form .total {
    float: left;
    margin: 15px 0 0 55px;
}

#selected-numbers .total p,
#selected-numbers-form .total p {
   font-size: 16px;
   font-weight: 400;
}

#selected-numbers .links {
    margin-top: 10px;
    text-align: left;
}

#selected-numbers .links a {
    color: #000;
}

#selected-numbers .links a:hover {
    color: #4384d2;
}