.inner-page .header {
    background: #eae8dd;
    padding-top: 28px;
    padding-bottom: 32px;
}

.breadcrumbs a {
    display: inline-block;
    padding-right: 18px;
    color: #74699b;
    font-size: 14px;
    background: url("../img/breadcrumb-arrow.png") right 4px center no-repeat;
}

.breadcrumbs span {
    color: #000736;
    font-size: 14px;
}

.page-title h1 {
    color: #1f114f;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Kelson Sans", sans-serif;
    font-weight: 600;
}

.breadcrumbs {
    padding-top: 34px;
    padding-bottom: 26px;
}

.slide-wrap img {
    display: inline-block;
}

.slide-wrap {
    display: inline-block;
    position: relative;
}

.slide-wrap a:after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/zoom-slide.png ') center no-repeat rgba(0, 0, 0, .5);
    cursor: pointer;
    transition: 1s all;
}

.slide-wrap:hover a:after {
    opacity: 1;
}

#luxury-slider {
    padding: 39px 0 38px;
    margin-top: 30px;
    border-top: 1px solid #b8b299;
    border-bottom: 1px solid #b8b299;
}

.slider-nav {
    text-align: center;
    margin-top: -17px;
    position: relative;
}

.slider-nav > div {
    display: inline-block;
    background: #74699b;
}

.slider-prev,
.slider-next {
    background: #74699b;
    padding: 4px 11px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s all;
}

.slider-prev:hover,
.slider-next:hover {
    background: #5c517e;
}

.slide {
    text-align: center;
}

.img-box {
    background: #ffc740;
}

.img-left {
    float: left;
}

.img-right {
    float: right;
}

.img-box.img-left img {
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.img-box.img-right img {
    -o-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}

.img-box.img-left {
    margin-right: 39px;
    margin-bottom: 38px;
    margin-top: 16px;
}

.img-box.img-right {
    margin-left: 39px;
    margin-bottom: 25px;
    margin-top: 16px;
}

.page-content {
    margin-top: 66px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #b8b299;
}

.inner-page h2,
.inner-page h3 {
    color: #1f114f;
    font-size: 25px;
    font-family: "Kelson Sans", sans-serif;
    margin-top: 36px;
    margin-bottom: 25px;
}

.inner-page ul {
    list-style-type: none;
}

.page-content li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.page-content a {
    color: #1a0c50;
    text-decoration: underline;
}

.questions-block {
    padding: 50px 0;
}

.questions-block span {
    font-family: "Kelson Sans", sans-serif;
    font-size: 25px;
    color: #1f114f;
}

.questions-block a {
    display: inline-block;
    background: #ffc740;
    padding: 14px 80px;
    color: #1f114f;
    text-transform: uppercase;
    margin-left: 36px;
    border-radius: 4px;
}

.actions-list {
    margin-top: 28px;
    margin-bottom: 46px;
}

.action-title {
    font-size: 18px;
    color: #1f114f;
    font-weight: 600;
    margin-top: 21px;
    padding-bottom: 20px;
    position: relative;
}

.action-title:after {
    content: '';
    display: inline-block;
    width: 61px;
    height: 3px;
    background: #74699b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.actions-list li {
    width: 30%;
    margin-bottom: 57px;
}

.action-desc {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.4;
    color: #3b3a3a;
}

.action-btn {
    margin-top: 16px;
}

.action-btn a {
    display: inline-block;
    background: #74699b;
    padding: 9px 49px;
    color: #fff;
}

h2.p-title, h3.p-title {
    margin-top: 0;
    margin-bottom: 25px;
}

.img-left {
    margin-right: 39px;
    margin-bottom: 25px;
}

h2.p-title span, h3.p-title span {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 7px 0;
    background: #d8d8d0;
    line-height: 1;
    margin-top: -5px;
    margin-right: 10px;
}

#design-slider .slick-list {
    padding-top: 20px;
}

#design-slider .slide-wrap {
    display: inline-block;
    position: relative;
    background: #ffc740;
    overflow: visible;
}

#design-slider .slide-wrap img {
    display: inline-block;
    -o-transform: translate(-21px, -22px);
    -ms-transform: translate(-21px, -22px);
    -moz-transform: translate(-21px, -22px);
    -webkit-transform: translate(-21px, -22px);
    transform: translate(-21px, -22px);
}

.design-proect .page-title h1 {
    margin-top: 0;
}

.design-proect .page-wrap {
    margin-top: 20px;
}

#design-slider .slick-dots {
    bottom: 0;
    text-align: left;
    padding-left: 42px;
}

#design-slider .slick-dots li {
    margin: 0 0;
}

.slick-dots li.slick-active button {
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.design-list li {
    width: 30%;
}

.design-li {
    text-align: center;
    text-align-last: center;
}

.dp-title {
    color: #1f114f;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Kelson Sans", sans-serif;
    padding: 33px 0 20px;
    position: relative;
}

.dp-desc {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
    min-height: 96px;
}

.dp-old-price {
    color: #897da7;
    text-decoration: line-through;
    font-size: 20px;
    font-family: "Kelson Sans", sans-serif;
    margin-top: 18px;
}

.dp-price {
    color: #1f114f;
    font-size: 20px;
    font-family: "Kelson Sans", sans-serif;
    margin-top: 5px;
}

.dp-link {
    margin-top: 23px;
}

.dp-link a {
    display: inline-block;
    padding: 8px 51px;
    background: #74699b;
    color: #fff;
}

.design-li {
    padding-bottom: 32px;
    box-shadow: inset 0px 0px 2px 1px #e1e1e1;
}

.dp-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    background: #897da7;;
}

h3.big-title,
h2.big-title {
    font-size: 35px;
    color: #1f114f;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.numered-table table,
.numered-table td,
.numered-table th {
    border: 1px solid #d0d0d0;
}

.numered-table table {
    width: 100%;
}

.numered-table th {
    background: #ececeb;
}

th.desc-col {
    text-align: left;
    padding: 14px 27px;
}

.numered-table td {
    padding: 13px 20px;
}

.numered-table td:first-child {
    text-align: center;
}

tr.tr-title {
    font-size: 18px;
    font-weight: bold;
}

.design-list {
    margin-top: 20px;
}

#redecoration-slider {
    padding: 39px 0 38px;
    margin-top: 30px;
    border-top: 1px solid #b8b299;
    border-bottom: 1px solid #b8b299;
}

.heading-4 {
    font-size: 20px;
    color: #1f114f;
    font-family: "Kelson Sans", sans-serif;
    margin-bottom: 16px;
    margin-top: 16px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a.yellow-link {
    display: inline-block;
    background: #ffc740;
    color: #1a0c50;
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 47px;
    text-decoration: none;
    margin-top: 6px;
    border-radius: 4px;
    font-weight: bold;
}

.eurostyle-redecoration p {
    display: block;
    padding: 10px 0px 11px 21px;
}

ol.ordered-list {
    counter-reset: orderedlist;
    margin: 61px 0 30px;
}

ol.ordered-list .ol-title:before {
    counter-increment: orderedlist;
    content: counter(orderedlist);
    position: absolute;
    top: 0;
    left: 11px;
    min-width: 17px;
    text-align: center;
    font-weight: bold;
    color: #fffffe;
    font-size: 70px;
    line-height: 52px;
    display: inline-block;
    vertical-align: top;
}

.ol-title {
    position: relative;
    background: #e6e6dd;
    color: #3b3a3a;
    font-size: 16px;
    /* font-family: "Kelson Sans", sans-serif; */
    padding: 13px 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;
}

ol.ordered-list.justify > li {
    width: 30%;
    margin-bottom: 58px;
}

.ol-text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
}

.redecoration-list ul li {
    list-style-type: none;
    padding-left: 11px;
    font-size: 16px;
    margin-bottom: 12px;
    background: url('../img/li-bg.png') left top 10px no-repeat;
    display: block;
    line-height: 1.3;
}

.redecoration-list ul {
    list-style-type: disc;
}

.portfolio-title {
    text-align: center;
    text-align-last: center;
    margin-top: 32px;
    padding-bottom: 21px;
    position: relative;
}

.portfolio-title a {
    color: #1f114f;
    font-size: 20px;
    font-family: "Kelson Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitle {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 24px;
}

.portfolio-list {
    margin-top: 44px;
}

.portfolio-list li {
    margin-bottom: 55px;
}

.portfolio-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    background: #897da7;;
}

.otdelka-list .dp-desc {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 32px;
    min-height: 120px;
}

.otdelka-list li {
    width: 30%;
    margin-bottom: 45px;
}

.worksteps-col1 {

}

.worksteps-col2 {
    text-align: right;
}

.worksteps-col2 img {
    display: inline-block;
    margin-bottom: 30px;
}

.step-title {
    color: #1f114f;
    font-size: 20px;
    font-family: "Kelson Sans", sans-serif;
    margin-bottom: 13px;
}

.worksteps-col1 li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 7px;
}

.worksteps-col1 li span {
    position: absolute;
    left: 0;
}

.worksteps-col1 ul {
    margin-bottom: 22px;
}

.nopadding li {
    padding-left: 0;
}

.worksteps-consult-block {
    margin-top: 30px;
    margin-bottom: 70px;
    padding-top: 63px;
    background: #87826e;
}

.contacts-block p span {
    text-transform: uppercase;
    font-size: 18px;
    color: #1f114f;
    font-weight: 600;
    padding: 0 10px;
}

.contacts-block {
    font-size: 18px;
    margin-top: 20px;
}

.contacts-block a {
    font-size: 18px;
}

.contacts-block p {
    margin-bottom: 25px;
}

.contacts-form-title {
    color: #1f114f;
    font-size: 25px;
    font-family: "Kelson Sans", sans-serif;
    margin-bottom: 20px;
}

.contacts-form {
    background: #ffc740;
    padding: 26px 23px;
}

.contacts-form input,
.contacts-form textarea,
.contacts-form select {
    width: 48%;
    padding: 14px 20px;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .5);
    color: #464646;
    max-width: 100%;
}

.contacts-form input {

}

.contacts-form textarea {

}

.contacts-form button {
    display: inline-block;
    color: #fff;
    background: #584f79;
    border: 0;
    border-radius: 5px;
    padding: 17px 30px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 28px;
}

.contacts-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/select-arrow.png') 96% / 15% no-repeat #fff;
    background-size: initial;
    float: right;
}
/*.contacts-form select::-ms-expand{
    display: none;
}*/
.form-row {
    margin-bottom: 20px;
}

.contacts-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #464646;
    font-weight: 400;
}

.contacts-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #464646;
    font-weight: 400;
}

.contacts-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #464646;
    font-weight: 400;
}

.contacts-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #464646;
    font-weight: 400;
}

.contacts-form-text {
    float: right;
    width: 48%;
}
.contacts-map {
    margin-top: -35px;
}
.map-title{
    color: #1f114f;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Kelson Sans", sans-serif;
    font-weight: 600;
}
.map {
    margin-top: 36px;
    margin-bottom: 86px;
    padding: 10px;
    border: 2px solid #e1e1e1;
    position: relative;
}
.map:after, .map:before {
    bottom: 100%;
    left: 9%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.map:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 25px;
    margin-left: -25px;
}
.map:before {
    border-color: rgba(225, 225, 225, 0);
    border-bottom-color: #e1e1e1;
    border-width: 28px;
    margin-left: -28px;
}
.question-form {
    width: 385px;
    background: #ffc740;
    padding: 0 30px 33px;
    position: relative;
}
.question-form-title {
    color: #1f114f;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


.question-form input,
.question-form textarea,
.question-form select {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    padding: 14px 20px;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .5);
    color: #464646;
    max-width: 100%;
}

.question-form input {

}

.contacts-form textarea {
    height: 139px;
}

.question-form button {
    color: #fff;
    background: #584f79;
    border: 0;
    border-radius: 5px;
    padding: 17px 30px;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
}

.question-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/select-arrow.png') 96% / 15% no-repeat #fff;
    background-size: initial;
}
.question-form p {
    font-weight: bold;
}
.close-modal-form{
    position: absolute;
    bottom: 100%;
    left: 100%;
}
.close-modal-form a {
    display: inline-block;
    position: relative;
    height: 44px;
    width: 44px;
}

.file_upload{
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1em;              /* example */
    height: 2em;                 /* example */
    line-height: 2em;
}
.file_upload .button, .file_upload > mark{
    display: block;
    cursor: pointer;
}
.file_upload .button {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 100%;
    text-align: center;
}
.file_upload > mark{
    background: transparent;
    padding-left: 1em;
text-align: right;
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

/* Making it beautiful */

.file_upload {
    border: 0;
    background: transparent;
    border-radius: 3px;
}
.file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4)
}
.file_upload .button{
    /*background: #7300df;*/
    background: #eae8dd;
    /*transition: background 0.2s;*/
    border: 1px solid #fff;
    /*border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*/
    border-radius: 4px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #000;
    text-shadow: #000000 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file_upload:hover .button{
    /*background: #6200bd;*/
    /*text-shadow: #5d00b3 0 -1px 0*/
}
.file_upload:active .button{
    /*background: #5d00b3;*/
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3) inset*/
}
.modal-form-hide{
    display: none;
}