body {
    background: #fffaf4;
}

body, p, th, td {
    font-family: 'HelveticaNeueCyr';
    font-size: 17px;
    color: #737373;
    font-weight: 300;
}

p {
    margin-bottom: 1.5rem;
}
.mt15r {
    margin-top: 1.5rem;
}

h1, h2 {
    font-size: 70px;
    font-weight: 400;
    font-family: 'Tenor Sans';
    color: #363636;
    line-height: 1em;
}
h2.lh86, h1.lh86 {
    line-height: 0.86em;
}

h3 {
    font-size: 38px;
    font-weight: 400;
    font-family: 'Tenor Sans';
    color: #363636;
    line-height: 1em;
}

.btn-green {
    background: #88B89D;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    width: 310px;
    height: 60px;
    display: flex;
    color: #F9F9F9;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .25s ease;
    margin: auto;
    border: none;
    outline: none;
    cursor: pointer;
}
.btn-green:hover {
    text-decoration: none;
    color: #fff;
    background: #79b091;
}
.btn-green:focus {
    outline: none;
}

.btn-transparent {
    background: transparent;
    border: 1px solid #88B89D;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    width: 250px;
    height: 60px;
    display: flex;
    color: #88B89D;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .25s ease;
    outline: none;
    cursor: pointer;
}
.btn-transparent:hover {
    text-decoration: none;
    color: #79b091;
    border: 1px solid #88B89D;
}
.btn-transparent:focus {
    outline: none;
    border: 1px solid #88B89D;
}

.more-btn {
    color: #88B89D;
    border: 1px solid #88B89D;
    padding: 10px 20px;
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    transition: all .25s ease;
}
.more-btn:hover {
    color: #79b091;
    border: 1px solid #79b091;
    text-decoration: none;
}

/* form */

form .form-group label {
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #363636;
}

form .form-control {
    border-radius: unset;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #363636;
    border: 1px solid #CCBCAD;
    padding-left: 25px;
}
form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(161 151 141 / 25%);
}
form .form-control.phone {
    font-size: 26px;
}
form input[type=text], form input[type=file]{
    height: 70px;
}
form textarea {
    height: 113px;
}
.modal-footer {
    display: block;
}
form .text-error {
    color: red;
    display: none;
}
form .required-notice {
    font-size: 13px;
    color: #737373;
}
form .add-foto {
    font-family: 'HelveticaNeueCyr';
    font-size: 17px;
    color: #363636;
    background: url('../img/add-photo.svg') left center no-repeat;
    height: 72px;
    padding: 23px 0 0 96px;
    font-weight: 400;
    cursor: pointer;
}
form .add-foto-input {
    position: absolute;
    margin-top: -72px;
    opacity: 0;
    cursor: pointer;
}

/* tables */

.table thead th {
    background: #C5B6A6;
    font-family: 'Tenor Sans';
    font-size: 28px;
    font-weight: 400;
    color: #000;
    border: none;
    height: 89px;
    vertical-align: middle;
    padding-left: 40px;
}
.table thead tr th:last-child {
    border-left: 1px solid #fff;
}
.table td {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
    vertical-align: middle;
    border: none;
    height: 64px;
    padding-left: 40px;

}
.table tr td:last-child {
    border-left: 1px solid #fff;
}
.table-striped tbody tr {
    background: #E7DFD6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F0E9E1;
}
#header {
    background: url('../img/header-bg0.jpg');
    padding-bottom: 100px;
    margin-bottom: 90px;
}
#header .header-photo-bg {
    background: url('../img/header-bg-im1.jpg') top right no-repeat;
    background-size: 950px;
    background-position: 600px 0px;
    padding-bottom: 95px;
    border: 1px solid red;
    max-width: 1920px;
    margin: auto;
}

#header .bg-image {
    width: 100%;
    position: absolute;
    height: 732px;
    z-index: 1;
    margin-left: 312px;
}

/* HEADER .header */

#header .header,
#header-fixed .header,
#header-inner .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 5px;
}
#header .header .menu,
#header-fixed .header .menu,
#header-inner .header .menu{
    display: flex;
    list-style: none;
    margin: 0;
}
#header .header .menu li,
#header-fixed .header .menu li,
#header-inner .header .menu li{
    padding-left: 10px;
    padding-right: 10px;
}
#header .header .menu li a,
#header-fixed .header .menu li a,
#header-inner .header .menu li a{
    font-size: 17px;
    font-weight: 400;
    color: #f9f9f9;
    transition: all .25s ease;
    border-bottom: 2px solid transparent;
}
#header .header .menu li a:hover,
#header-fixed .header .menu li a:hover,
#header-inner .header .menu li a:hover{
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #88B89D;
}
#header .header .btn-order,
#header-fixed .header .btn-order,
#header-inner .header .btn-order{
    font-size: 17px;
    font-weight: 400;
    color: #f9f9f9;
    display: inline-block;
    background: #88B89D;
    padding: 5px 10px;
    width: 175px;
    height: 42px;
    text-align: center;
    transition: all .25s ease;
    outline: none;
    border: none;
    cursor: pointer;
}
#header .header .btn-order:hover,
#header-fixed .header .btn-order:hover,
#header-inner .header .btn-order:hover{
    text-decoration: none;
    color: #fff;
    background: #79b091;
}

#header .header .mob-menu-btn,
#header-fixed .header .mob-menu-btn,
#header-inner .header .mob-menu-btn{
    display: none;
}

/* HEADER .page-title */

#header .page-title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
}
#header .page-title h1 {
    font-size: 77px;
    color: #f9f9f9;
    font-family: 'Tenor Sans';
    line-height: 1.1em;
}
#header .page-title hr {
    width: 192px;
    height: 1px;
    border: none;
    background: #f9f9f9;
    display: inline-block;
}
#header .page-title p {
    font-size: 28px;
    color: #f9f9f9;
    font-family: 'Tenor Sans';
}
#header .page-title .soc-icons {
    list-style: none;
    margin-top: 30px;
}
#header .page-title .soc-icons li {
    margin-bottom: 15px;
}
#header .page-title .soc-icons li a path {
    transition: all .25s ease;
}
#header .page-title .soc-icons li a:hover path {
    fill: #88B89D;
}

/* HEADER .partners-slider */

#header .partners-slider {
    height: 190px;
    background: #F0E9E1;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 62px;
    width: 100%;
    max-width: 1110px;
    position: absolute;
}
#header .partners-slider img {
    margin: auto;
    height: 60px;
    width: 85%;
}
#header .partners-slider .slick-prev {
    position: absolute;
    top: 65px;
    left: 30px;
}
#header .partners-slider .slick-next {
    position: absolute;
    top: 65px;
    right: 30px;
}

/* HEADER-FIXED */

#header-fixed {
    position: fixed;
}
#header-fixed,
#header-inner {
    height: 100px;
    width: 100%;
    background: #e0d3c5;
    z-index: 100;
    display: none;
}
#header-fixed .header,
#header-inner .header{
    padding-top: 28px;
}
#header-fixed .header .menu,
#header-inner .header .menu{
    padding: 0;
}
#header-fixed .header .menu li,
#header-inner .header .menu li{
    padding-left: 12px;
    padding-right: 12px;
}
#header-fixed .header .menu li a,
#header-inner .header .menu li a{
    color: #737373;
}
#header-fixed .header .menu li a:hover,
#header-inner .header .menu li a:hover{
    color: #494949;
}

/* HEADER-INNER */

#header-inner {
    position: relative;
    display: block;
}

#header-inner .header {
    margin-top: 0;
    padding-top: 28px;
}

/* HEADER-SUBMENU */

#header .menu .submenu,
#header-inner .menu .submenu,
#header-fixed .menu .submenu {
    background: #fff;
    list-style: none;
    display: none;
    position: absolute;
    border-top: 2px solid #88B89D;
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    padding-bottom: 16px;
    margin-top: 10px;
    z-index: 2;
}
#header .menu .submenu:before,
#header-inner .menu .submenu:before,
#header-fixed .menu .submenu:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #88B89D;
    top: -6px;
    left: 15px;
    transform: rotate(45deg);
    z-index: 1;
}
#header .menu .submenu li,
#header-inner .menu .submenu li,
#header-fixed .menu .submenu li{
    font-size: 15px;
    font-weight: 300;
    line-height: 28.55px;
    padding: 0;
    position: relative;
    z-index: 2;
    background: #fff;
}
#header .menu .submenu li:first-child,
#header-inner .menu .submenu li:first-child,
#header-fixed .menu .submenu li:first-child{
    padding-top: 15px;
}
#header .menu .submenu li:hover,
#header-inner .menu .submenu li:hover,
#header-fixed .menu .submenu li:hover{
    border: none;
    text-decoration: none;
}
#header .menu .submenu li a,
#header-inner .menu .submenu li a,
#header-fixed .menu .submenu li a{
    color: #363636;
    border: none;
    text-decoration: none;
    display: block;
    padding: 0px 22px;
    font-size: 15px;
    font-weight: 300;
}
#header .menu .submenu li a:hover,
#header-inner .menu .submenu li a:hover,
#header-fixed .menu .submenu li a:hover{
    color: #88B89D;
    border: none;
    text-decoration: none;
}

/* lang-switcher */

.btn-order {
    margin-right: 63px;
}

.lang {
    position: absolute;
    right: 0;
    list-style: none;
    color: #737373;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    top: 37px;
}
.lang li {
    display: none;
    opacity: 0.5;
    transition: 0.2s;
}
.lang.active li {
    display: block;
    opacity: 1;
}

.lang .current {
    cursor: pointer;
    display: block;
    opacity: 1;
}
.lang .current svg {
    margin-bottom: 4px;
    transition: 0.2s;
}
.lang .current svg path {
    stroke: #737373;
}
.lang.active .current svg {
    transform: rotate(180deg);
}

.lang a {
    color: inherit;
}
.lang a:hover {
    border-bottom: 2px solid #88B89D;
    text-decoration: none;
    color: #494949;
}

#header .lang {
    color: #f9f9f9;
    top: 61px;
}
#header .lang .current svg path {
    stroke: #f9f9f9;
}
#header .lang a:hover {
    color: #f9f9f9;
}
/* slick-slider */

.slick-prev {
    background: url('../img/partners/str-back.svg');
    width: 57px;
    height: 57px;
    cursor: pointer;
    border: none;
    text-indent: -10000px;
}
.slick-prev:hover {
    background: url('../img/partners/str-next.svg');
    transform: rotate(180deg);
}
.slick-prev:focus {
    border: none;
    outline: none;
}
.slick-prev:active {
    opacity: 0.75;
}

.slick-next {
    background: url('../img/partners/str-back.svg');
    transform: rotate(180deg);
    width: 57px;
    height: 57px;
    cursor: pointer;
    border: none;
    text-indent: -10000px;
}
.slick-next:hover {
    background: url('../img/partners/str-next.svg');
    transform: rotate(0deg);
}
.slick-next:focus {
    border: none;
    outline: none;
}
.slick-next:active {
    opacity: 0.75;
}
.slick-slide:focus {
    border: none;
    outline: none;
}

.slick-dots {
    position: absolute;
    bottom: -33px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-left: -20px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #E5DDD3;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: #88B89D;
}
/* O-NAS */

#o-nas {
    padding-top: 40px;
    padding-bottom: 60px;
}

#o-nas h2,
#o-nas h1 {
    margin-bottom: 28px;
}

#o-nas .about-slider {
    padding-top: 88px;
    margin-top: 20px;
    height: 472px;
    overflow: hidden;
}

#o-nas .about-slider .slick-prev {
    position: absolute;
    top: 0;
    right: 70px;
}
#o-nas .about-slider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
}

#o-nas .row-btn {
    margin-top: 40px;
}

#o-nas .about-slider-text {
    text-align: center;
    margin-top: -45px;
    position: relative;
    z-index: 10;
    margin-left: 80px;
    margin-right: 80px;
    background: gray;
    padding: 5px 20px;
    color: #fff;
    opacity: 0.6;
    font-size: 13px;
    line-height: 1.2em;
}

/* O NAS (.compare) */

.compare {
    position: relative;
    margin-top: -25px;
}
.compare .img-wrap {
    width: 100%;
    overflow: hidden;
}
.compare .img-wrap img {
    width: 540px;
}
.compare .move-do {
    border-right: 1px solid #fff;
    position: absolute;
    width: 50%;
}
.compare .move-do:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 106px;
    z-index: 101;
    top: 50%;
    margin-top: -53px;
    right: -16.5px;
    background: url('../img/move-icon.svg') center center no-repeat;
}

/* USLUGI  */

#uslugi {
    background: url('../img/uslugi-bg.jpg');
    padding-top: 40px;
    padding-bottom: 80px;
}

#uslugi p {
    font-family: 'Tenor Sans';
    font-weight: 400;
    color: #363636;
    font-size: 36px;
    margin-top: 20px;
}

#uslugi .col-6 {
    position: relative;
}

#uslugi .row {
    margin-top: 40px;
}

#uslugi a.title {
    font-family:'Tenor Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin: auto;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
}
#uslugi a.title:hover {
    text-decoration: none;
}

/* SHEMA  */

#shema {
    padding-top: 40px;
    padding-bottom: 60px;
}

#shema .row {
    margin-top: 30px;
}

#shema .col-3 {
    padding-right: 10px;
    padding-left: 10px;
}

#shema .shema-step {
    background: #C5B6A6;
    color: #fff;
    padding: 20px 20px 30px 20px;
    height: 100%;
    position: relative;
}

#shema .shema-step .step-num {
    width: 45px;
    height: 45px;
    background: #FFFAF4;
    bottom: 0;
    right: 0;
    position: absolute;
    color: #363636;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#shema .shema-step:not(.first):before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    background: #fff;
    top: 40px;
    left: -14px;
    transform: rotate(45deg);
    z-index: 1;
}
#shema .shema-step:not(.last):after {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    background: #C5B6A6;
    top: 40px;
    right: -14px;
    transform: rotate(45deg);
    z-index: 2;
}

#shema .shema-step .img {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#shema .shema-step .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'Tenor Sans';
    height: 70px;
}

#shema .notice {
    color: #ABABAB;
    font-size: 14px;
    margin-top: 15px;
}

/* OUR WORKS */

#our-works {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../img/work-bg.jpg') center center repeat-y;
}

#our-works .col-6 {
    position: relative;
}
#our-works .col-6 .label {
    width: 170px;
    height: 86px;
    background: #F0E9E1;
    color: #5F5F5F;
    font-size: 32px;
    line-height: 28px;
    position: absolute;
    left: 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#our-works .works-slider {
    margin-top: 40px;
}

#our-works .works-slider .slick-prev {
    position: absolute;
    z-index: 10;
    top: -105px;
    right: 77px;
}

#our-works .works-slider .slick-next {
    position: absolute;
    z-index: 10;
    top: -105px;
    right: 0;
}

/* REVIEWS */

#reviews {
    background: url('../img/reviews-bg.jpg') top center no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}
#reviews .container {
    position: relative;
}
#reviews .review-item {
    margin-left: 10px;
    margin-right: 10px;
    background: #fffaf4;
    text-align: center;
    position: relative;
    padding: 30px 30px 60px;
    min-height: 495px;
}
#reviews .review-item:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 48px;
    background: url('../img/reviews-quote-left.svg') no-repeat;
    background-size: 100%;
    left: 15px;
    top: 210px;
}
#reviews .review-item:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 48px;
    background: url('../img/reviews-quote-right.svg') no-repeat;
    background-size: 100%;
    right: 15px;
    bottom: 7px;
}
#reviews .review-item .img {
    text-align: center;
}
#reviews .review-item .img img {
    margin: auto;
    border-radius: 50%;
}
#reviews .review-item .author {
    font-weight: 700;
    font-size: 17px;
    color: #363636;
    margin-top: 15px;
    position: relative;
}
#reviews .review-item .who-is {
    font-weight: 550;
    font-size: 14px;
    color: #363636;
    position: relative;
}
#reviews .review-item .text {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #737373;
    margin-top: 15px;
}

.reviews-slider {
    margin-top: 40px;
}
.reviews-slider .slick-prev {
    position: absolute;
    top: -100px;
    right: 80px;
}
.reviews-slider .slick-next {
    position: absolute;
    top: -100px;
    right: 10px;
}

/* ADVANTAGES */

#advantages {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../img/advantages-bg.jpg') top center no-repeat;
}
#advantages .row {
    margin-top: 40px;
}
#advantages .advantages-item {
    background: #F0E9E1;
    position: relative;
    height: 100%;
}
#advantages .advantages-item .img img {
    width: 100%;
}
#advantages .advantages-item .title {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2em;
    color: #363636;
    padding: 20px 20px 0;
}
#advantages .advantages-item .text {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #737373;
    padding: 12px 20px 35px;
}
#advantages .advantages-item .num {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 300;
}

/* BLOG */

#blog {
    background: url('../img/blog-bg.jpg') center center no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
#blog .row {
    margin-top: 40px;
}
.blog-item {
    display: block;
    background: #FFF7EE;
    height: 100%;
    position: relative;
    outline: none;
}
.blog-item .date {
    position: absolute;
    width: 85px;
    height: 31px;
    background: #363636;
    color: #FFFAF4;
    font-size: 13px;
    line-height: 31px;
    text-align: center;
    z-index: 2;
}
.blog-item .img {
    width: 100%;
    height: 300px;
}
.blog-item img {
    width: 100%;
    display: none;
}
.blog-item .title {
    font-family: 'Tenor Sans';
    font-size: 26px;
    color: #363636;
    padding: 30px 25px 0;
    line-height: 1em;
}
.blog-item .short-text {
    font-family: 'HelveticaNeueCyr';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #5F5F5F;
    padding: 20px 25px 35px;
}

.blog-item:hover{
    text-decoration: none;
}
.blog-item:hover .title{
    text-decoration: underline;
}
.blog-item:hover .more-str{
    background: #79b091 url('../img/blog-more-str.svg') center center no-repeat;
}

.blog-item .more-str {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
    background: #88B89D url('../img/blog-more-str.svg') center center no-repeat;
    transition: all .25s ease;
}

#blog .show-more-row {
    margin-top: 40px;
    text-align: center;
}

/* USLUGI 2 */

#uslugi2 {
    background: url('../img/uslugi2-bg.jpg') center center repeat-y;
    padding-top: 60px;
    padding-bottom: 60px;
}
#uslugi2 .row {
    margin-top: 30px;
}
#uslugi2 .col-4 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#uslugi2 .uslugi2-item {
    background: #F0E9E1;
    height: 100%;
    cursor: pointer;
}
#uslugi2 .uslugi2-item .image {
    position: relative;
}
#uslugi2 .uslugi2-item .image:after{
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: #88B89D url('../img/uslugi2-str.svg') center center no-repeat;
    bottom: 0;
    right: 0;
    transition: all .25s ease;
}
#uslugi2 .uslugi2-item:hover .image:after{
    background: #79b091 url('../img/uslugi2-str.svg') center center no-repeat;
}
#uslugi2 .uslugi2-item .image img {
    width: 100%;
}
#uslugi2 .uslugi2-item .text-wrap {
    padding: 20px 20px;
    position: relative;
}
#uslugi2 .uslugi2-item .title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Tenor Sans';
    color: #363636;
    line-height: 1em;
    margin-bottom: 10px;
}
#uslugi2 .uslugi2-item .price {
    font-size: 23px;
    font-weight: 400;
    color: #737373;
}
#uslugi2 .uslugi2-item .make-order {
    position: absolute;
    bottom: 20px;
    right: 22px;
    color: #88B89D;
    font-size: 16px;
    font-weight: 550;
}
#uslugi2 .uslugi2-item:hover .make-order{
    text-decoration: underline;
}

#uslugi2 .row-btn {
    margin-top: 40px;
    text-align: center;
}
#uslugi2 .btn-green {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 13px;
}

/* ADV-USLUGI */

#adv-uslugi {
    padding-top: 60px;
    padding-bottom: 60px;
}
#adv-uslugi .table {
    margin-top: 40px;
}
#adv-uslugi .table th, #adv-uslugi .table td {
    width: 50%;
}

/* COST-BY-PHOTO */

#cost-by-photo {
    background: #F0E9E1;
}
#cost-by-photo .container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
#cost-by-photo .image {
    position: absolute;
    z-index: 1;
    left: 50%;
    height: 100%;
    top: 0;
}
#cost-by-photo form {
    width: 50%;
    margin-top: 40px;
    padding-right: 40px;
}
#cost-by-photo form p {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
}
#cost-by-photo form .agreement-text {
    font-size: 13px;
    line-height: 18px;
    color: #949494;
}
#cost-by-photo form input[type=checkbox] {
    margin-right: 5px;
}


/* NAS-NAHODYAT */

#nas-nahodyat {
    background: url('../img/nas-nahodyat-bg.jpg') center center repeat-y;
}
#nas-nahodyat .col-9 {
    padding-top: 60px;
    padding-bottom: 50px;
}
#nas-nahodyat h3 {
    margin-bottom: 22px;
}
#nas-nahodyat .col-3 {
    position: relative;
}
#nas-nahodyat .col-3 img {
    position: absolute;
    height: 100%;
}

#nas-nahodyat ul {
    margin-top: 58px;
}
#nas-nahodyat ul li {
    line-height: 1.2em;
    margin-bottom: 10px;
}

/* DOSTAVKA */

.dostavka {
    padding-top: 60px;
    padding-bottom: 60px;
}

.dostavka .row {
    margin-top: 40px;
}

.dostavka p {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Tenor Sans';
    line-height: 28px;
}

.dostavka ul.numbered {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.dostavka ul.numbered li {
    padding-left: 0;
    margin-left: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #737373;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dostavka ul.numbered li:last-child {
    margin-bottom: 0;
}
.dostavka ul.numbered li .num {
    width: 41px;
    height: 41px;
    background: #C5B6A6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #363636;
    font-size: 17px;
    margin-right: 25px;
}

/* O NAS 2 */

#o-nas2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
#o-nas2 .row {
    margin-top: 30px;
}
#o-nas2 .bold {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #000;
}

/* BLOG LIST */

#blog-list {
    padding-top: 60px;
    padding-bottom: 60px;
}
#blog-list .row {
    margin-top: 40px;
}
#blog-list .col-4 {
    margin-bottom: 20px;
}
#blog-list .blog-item {
    background: #F0E9E1;
}

/* CONTACTS */

#contacts {
    padding-top: 60px;
    padding-bottom: 0;
}
#contacts .map-address {
    background: url('../img/contacts-map.jpg') center center no-repeat;
    height: 577px;
    margin-top: 40px;
}
#contacts .row-btn {
    margin-top: 40px;
}

#contacts .container {
    position: relative;
}
#contacts .contacts-col {
    width: 460px;
    background: #C5B6A6;
    position: absolute;
    right: 0;
    padding: 50px 25px 50px 50px;
    margin-top: -57px;
}
#contacts .contacts-row {
    margin-bottom: 40px;
    font-family: 'HelveticaNeueCyr';
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
}
#contacts .contacts-row .title {
    font-family: 'Tenor Sans';
    font-size: 35px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 20px;
    display: block;
}
#contacts .contacts-row .small {
    font-size: 17px;
}
#contacts .soc-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
#contacts .soc-icons li {
    float: left;
    margin-right: 40px;
}
#contacts .soc-icons li path {
    transition: all .25s ease;
}
#contacts .soc-icons li a:hover path {
    opacity: 0.8;
}

/* NASHI RABOTY */

#nashi-raboty {
    padding-top: 60px;
    padding-bottom: 60px;
}
#nashi-raboty .row {
    margin-top: 40px;
}
#nashi-raboty img {
    width: 100%;
}
#nashi-raboty .col-4 {
    margin-bottom: 20px;
}
#nashi-raboty .show-more-row {
    margin-top: 20px;
}

/* BLOG VIEW */

#blog-view {
    padding-top: 60px;
    padding-bottom: 60px;
}
#blog-view .plashka {
    background: #f7f1ea;
    height: 65px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 17px;
    font-weight: 400;
    color: #363636;
}
#blog-view .plashka .soc-icons {
    float: left;
    margin-top: 14px;
}
#blog-view .plashka .soc-icons img {
    margin-right: 7px;
}
#blog-view .plashka .soc-icons a:hover {
    opacity: 0.8;
}

#blog-view .plashka .date {
    margin-left: 20px;
    padding-left: 26px;
    border-left: 1px solid #C4C4C4;
    line-height: 42px;
    display: block;
    float: left;
    margin-top: 12px;

}
#blog-view .plashka .author {
    float: right;
    margin-top: 14px;
}
#blog-view .plashka .author .photo {
    margin-right: 8px;
}

#blog-view h3 {
    margin-bottom: 20px;
}

#blog-view ul {
    list-style: none;
}

#blog-view ul li::before {
    content: '';
    background: #C5B6A6;
    position: absolute;
    width: 5px;
    height: 5px;
    margin-left: -20px;
    margin-top: 10px;
}

/* BRANDS */

#brands {
    padding-top: 0px;
    padding-bottom: 60px;
}
#brands p {
    font-family: 'Tenor Sans';
    font-size: 36px;
    font-weight: 400;
    color: #363636;
}

#brands .brand-slider {
    position: relative;
    margin-top: 60px;
}
#brands .brand-slider img {
    margin: auto;
    height: 60px;
    width: 85%;
}
#brands .brand-slider .slick-prev {
    position: absolute;
    top: -110px;
    right: 105px;
}
#brands .brand-slider .slick-next {
    position: absolute;
    top: -110px;
    right: 30px;
}








/* FOOTER */

#footer {
    background: #363636;
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .row1 {
    display: flex;
    justify-content: space-between;
}
#footer .row1 .logo {

}
#footer .row1 .menu {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top: 23px;
    padding: 0;
}
#footer .row1 .menu li {
    padding-left: 10px;
    padding-right: 10px;
}
#footer .row1 .menu li a {
    font-size: 17px;
    font-weight: 400;
    color: #bebebe;
    transition: all .25s ease;
    border-bottom: 2px solid transparent;
}
#footer .row1 .menu li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #88B89D;
}

#footer .row1 .phone {
    font-size: 28px;
    color: #fff;
    line-height: 1em;
    text-align: right;
    font-weight: 400;
    margin-top: 22px;
}
#footer .row1 .phone span {
    font-size: 17px;
    display: inline-block;
    margin-top: 6px;
}

#footer .row2 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#footer .row2 .copyright {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    margin-top: 27px;
}

#footer .row2 .soc-icons {
    list-style: none;
    padding: 0;
    margin-left: -200px;
    margin-bottom: 0;
}

#footer .row2 .soc-icons li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

#footer .row2 .soc-icons li a path {
    transition: all .25s ease;
    fill: #BEBEBE;
}
#footer .row2 .soc-icons li a:hover path {
    fill: #88B89D;
}

/* FOOTER-SUBMENU */

#footer .menu .submenu{
    background: #fff;
    list-style: none;
    display: none;
    position: absolute;
    border-top: 2px solid #88B89D;
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    padding-bottom: 16px;
    margin-top: 10px;
    z-index: 2;
}
#footer .menu .submenu:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #88B89D;
    top: -6px;
    left: 15px;
    transform: rotate(45deg);
    z-index: 1;
}
#footer .menu .submenu li{
    font-size: 15px;
    font-weight: 300;
    line-height: 28.55px;
    padding: 0;
    position: relative;
    z-index: 2;
    background: #fff;
}
#footer .menu .submenu li:first-child{
    padding-top: 15px;
}
#footer .menu .submenu li:hover{
    border: none;
    text-decoration: none;
}
#footer .menu .submenu li a{
    color: #363636;
    border: none;
    text-decoration: none;
    display: block;
    padding: 0px 22px;
    font-size: 15px;
    font-weight: 300;
}
#footer .menu .submenu li a:hover{
    color: #88B89D;
    border: none;
    text-decoration: none;
}


#orderModal {}

#consultationModal .modal-content{
    background: #F0E9E1;
}

.modal-dialog {
    max-width: 780px;
}

.modal-content {
    background: #E0D3C5;
    border-radius: unset;
}

.modal-header {
    display: block;
    border-bottom: 0;
    padding: 2rem 0 1rem;
    text-align: center;
    max-width: 460px;
    margin: auto;
}
.modal-body {
    padding: 1rem 0;
    max-width: 460px;
    margin: auto;
}
.modal-footer {
    padding: 1rem 6rem 4rem;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
}

.modal-header .close {
    color: #fff;
    position: absolute;
    right: -46px;
    top: 0;
    font-size: 3.5rem;
    opacity: 0.8;
    transition: all .25s ease;
    font-weight: 300;
    outline: none;
}
.modal-header .close:hover {
    opacity: 1;
}

.modal-title {
    font-family: 'Tenor Sans';
    font-size: 42px;
    font-weight: 400;
    color: #363636;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 18px;
}

.modal-description {
    font-family: 'HelveticaNeueCyr';
    font-size: 21px;
    line-height: 28px;
    color: #737373;
}

.modal-dialog .form-group label {
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #363636;
}

.modal-dialog .form-control {
    border-radius: unset;
    font-family: 'HelveticaNeueCyr';
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #363636;
    border: 1px solid #CCBCAD;
    padding-left: 25px;
}
.modal-dialog .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(161 151 141 / 25%);
}

.modal-dialog .form-control.phone {
    font-size: 26px;
}

.modal-dialog input {
    height: 70px;
}
.modal-dialog textarea {
    height: 113px;
}
.modal-footer {
    display: block;
}
.modal-footer button {
    margin: auto !important;
}

.modal-dialog .text-error {
    color: red;
    display: none;
}

.modal-dialog .required-notice {
    font-size: 13px;
    color: #737373;
}

.modal-dialog .add-foto {
    font-family: 'HelveticaNeueCyr';
    font-size: 17px;
    color: #363636;
    background: url('../img/add-photo.svg') left center no-repeat;
    height: 72px;
    padding: 23px 0 0 96px;
    font-weight: 400;
    cursor: pointer;
}

.modal-dialog .add-foto-input {
    position: absolute;
    margin-top: -72px;
    opacity: 0;
    cursor: pointer;
}

/* langSelect */

#langSelect {
    top: 25%;
}
#langSelect .modal-body {
    max-width: 560px;
}
#langSelect .modal-footer {
    padding-left: 0;
    padding-right: 0;
}
#langSelect .modal-footer .btn-green {
    padding-top: 13px;
    display: inline-block;
    width: 230px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
#langSelect .modal-footer .btn-green:first-child {
    margin-left: 0px !important;
}
#langSelect .modal-footer .btn-green:last-child {
    margin-right: 0px !important;
}



/* VIDEO  */

#video {
    padding-top: 40px;
    padding-bottom: 0;
}
#video .row {
    margin-top: 40px;
}
#video iframe {
    width: 100%;
    height: 304px;
}

@media (max-width: 1200px){
    #video iframe {
        width: 100%;
        height: 253px;
    }
}
@media (max-width: 992px){
    #video iframe {

    }
}
@media (max-width: 768px){
    #video iframe {
        width: 100%;
        height: 287px;
    }
    #video {
        margin-bottom: -45px;
    }
}
@media (max-width: 576px) {
    #video iframe {
        width: 100%;
        height: 193px;
    }
}
