.form-elements {
    background: #f9f9f9;
    border: 1px solid #ccc;
    outline: 0;
}

.section-main-page {
    margin-bottom: 100px;
}

.section-main-page-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.section-link-all {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}

/* MAIN PAGE */
/* SECTION PROJECTS LIST */
.section-projects-list {
    margin-bottom: 50px;
}

.section-projects-list__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}

.section-projects-list__link {
    display: block;
    width: 100%;
    height: 260px;
}

.section-projects-list__link:hover .section-projects-list__shadow-focus,
.section-projects-list__link:hover .section-projects-list__btn-focus {
    opacity: 1;
}

.section-projects-list__box {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}

.section-projects-list__img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section-projects-list__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: url(../images/shadow_projects.png) repeat-x top left;
}

.section-projects-list__text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.section-projects-list__text-title {
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #f7f7f7;
}

.section-projects-list__text-desc {
    color: #f7f7f7;
}

.section-projects-list__shadow-focus,
.section-projects-list__btn-focus {
    position: absolute;
    opacity: 0;
}

.section-projects-list__shadow-focus {
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: rgba(0, 0, 0, 0.4);
}

.section-projects-list__btn-focus {
    top: 50%;
    left: 50%;
    padding: 13px 20px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    animation: shine 5s ease reverse infinite;
    box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
    background: #e65100;
    color: #fff;
}

/* SECTION SERVICES */
.section-services {
    margin-bottom: 50px;
}

.section-services__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
}

.section-projects-list h1 {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    line-height: 1.3;
}

.section-services__row,
.section-projects__row {
    position: relative;
}

/* SECTION CATALOG */
.section-projects {
    margin-bottom: 100px;
}

.section-projects__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
}

.section-projects__sort {
    margin-bottom: 20px;
}

.section-projects__sort-text {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9em;
}

.section-projects__sort select {
    padding: 3px 10px;
    font-size: 0.9em;
}

.section-projects__img-box {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 2px;
    overflow: hidden;
}

.section-projects__promo-box {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9em;
    z-index: 4;
}

.section-projects__promo-action,
.section-projects__promo-sale {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
}

.section-projects__promo-action {
    background-color: red;
    margin-right: 2px;
    color: #f7f7f7;
}

.section-projects__promo-sale {
    background-color: #25344c;
    color: #f7f7f7;
}

.section-projects__img-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.section-projects__img-shadow {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shadow_projects_2.png) repeat-x top left;
    background-size: contain;
}

.section-projects__img-title {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px;
    font-size: 1.5em;
    font-family: 'Museo Sans';
}

.section-projects__price-square-box {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
}

.section-projects__square-box {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #777;
    color: #f7f7f7;
    white-space: nowrap;
    margin-right: 20px;
}

.section-projects__square-icon {
    display: inline-block;
    width: 29px;
    height: 22px;
    margin-bottom: -0.3em;
    background-size: 15px 15px;
}

.section-projects__price-box {
    font-size: 1.3em;
}

.section-projects__price-now {
    display: inline;
    font-weight: 500;
}

.section-projects__price-ot,
.section-projects__price-rub {
    display: inline;
    font-size: 0.9em;
}

.section-projects__price-ot {
    margin-right: 2px;
}

.section-projects__price-rub {
    margin-left: 2px;
}

.section-projects__price-old {
    margin-top: 3px;
    text-decoration: line-through;
    font-size: 0.8em;
    color: #555;
}

.section-projects__link-all-box {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}

/* SECTION COMPANY */
.section-company {
    margin-bottom: 50px;
}

.section-company__title {
    margin-bottom: 40px;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
}

.section-company__box-img {
    position: relative;
    width: 400px;
    min-width: 400px;
    height: 400px;
    border: 15px solid #ccc;
    margin-right: 40px;
}

.section-company__img {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 25px;
    background-position: center;
    background-size: cover;
    width: 390px;
    height: 325px;
}

.section-company__img-title {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 66px;
    width: 350px;
    padding: 25px;
    background: rgba(242, 255, 255, 0.7);
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2;
}

.section-company__text {
    line-height: 1.5;
    margin-bottom: 20px;
}

.section-company__metric {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.section-company__metric-nomber,
.section-company__metric-img {
    margin-right: 15px;
}

.section-company__metric-nomber {
    font-size: 3em;
}

.section-company__metric-text {
    font-size: 0.9em;
    font-weight: 500;
}

.section-company__metric-link {
    text-decoration: none;
    color: #222;
}

/* SECTION PARTNERS */
.section-partners {
    margin-bottom: 50px;
}

.section-partners__title,
.section-portfolio__title,
.section-review__title,
.section-news__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.section-partners__desc,
.section-portfolio__desc,
.section-review__desc,
.section-news__desc {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.1;
}

.section-partners__row,
.section-portfolio__row,
.section-review__row {
    position: relative;
}

.section-partners__item:hover,
.section-portfolio__item:hover {
    opacity: 0.9;
}

.section-partners__box-img,
.section-portfolio__box-img {
    position: relative;
    width: 100%;
    height: auto;
}

.section-partners__box-img {
    max-width: 200px;
    height: 150px;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
}

.section-partners__img,
.section-portfolio__img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-partners__img {
    width: 200px;
    height: 150px;
}

.section-partners__img-shadow,
.section-portfolio__img-shadow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.section-partners__img-desc,
.section-portfolio__img-desc {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #f7f7f7;
}

.section-partners__link-all-box,
.section-portfolio__link-all-box,
.section-review__link-all-box {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}

/* SECTION ADVANTAGE */
.section-advantage {
    margin-top: 50px;
    padding-bottom: 50px;
}

.section-advantage__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.section-advantage__box-item {
    display: flex;
    padding: 20px 0;
}

.section-advantage__icon-fa {
    font-size: 2.7em;
    color: #0c5377;
    margin-right: 20px;
}

.section-advantage__icon-img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.section-advantage__advantage-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1em;
}

.section-advantage__link {
    text-decoration: none;
}

.section-advantage__advantage-desc {
    font-size: 0.9em;
}

.section-advantage__img-line {
    height: 30px;
    width: 100%;
    padding-bottom: 45px;
    background: url(../images/advantage_line.png) no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 50px;
}

.section-advantage__box-link {
    text-align: center;
}

/* SECTION REVIEW */
.section-review {
    margin-bottom: 50px;
    padding-bottom: 45px;
}

.section-review__btn-focus {
    margin-top: 50px;
    padding: 20px 30px;
    white-space: nowrap;
    background: #cd2122;
    color: #f7f7f7;
    font-size: 1em;
    animation: shine 5s ease reverse infinite;
    box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.5);
}

.section-review__box-video {
    position: relative;
    width: 100%;
    height: auto;
}

.section-review__box-video:hover .section-review__icon-video,
.section-review__box-video:hover .section-review__icon-photo,
.section-review__box-video:hover .section-review__shadow-video {
    opacity: 0.9;
}

.section-review__img-video,
.section-review__img {
    width: 100%;
    height: auto;
}

.section-review__shadow-video {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.section-review__icon-video,
.section-review__icon-photo {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.section-review__icon-video {
    background-image: url(../images/icon_youtube.png);
    background-size: auto;
}

.section-review__icon-photo {
    background-image: url(../images/icon_photo.png);
    background-size: auto;
}

.section-review__desc-video {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #f7f7f7;
}

/* SECTION NEWS */
.section-news {
    margin-bottom: 50px;
}

.section-news__date {
    font-size: 0.9em;
    color: #333;
}

.section-news__img-box {
    margin-bottom: 5px;
}

.section-news__img-img {
    width: 100%;
    height: auto;
}

.section-news__link-link {
    font-size: 0.9em;
    font-weight: 300;
    color: #000;
}

.section-news__link-all {
    margin-top: 20px;
}