p:last-child {
    margin-bottom: 0;
}

table.price-table tr {
	border-bottom: 1px dashed;
}

table.price-table tr:last-child {
	border-bottom-width: 0;
}

table.price-table tr td {
    padding: 1em;
    vertical-align: top;
    border-left: 1px dashed;
}

table.price-table tr td:first-child {
    color: #1f8f97;
    border-left-width: 0;
}

.price-page-table {
    max-width: 1100px;
}

.price-page-table__row {
    border-bottom: 1px dashed
}

.price-page-table__count {
    color: #1f8f97
}

.price-page-table__descr {
    border-left: 1px dashed;
    border-right: 1px dashed
}

.price-page-table__price {
    border-right: 1px dashed;
}

.price-page-table__descr p:last-child{
    margin-bottom: 0;
}

.price-page-table__count,.price-page-table__descr,.price-page-table__price {
    padding: 1em;
    vertical-align: top
}

.price-page-table__descr_header {
    color: #1f8f97;
    border-left: none!important;
    border-right: none!important;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 300;
    font-size: 2.6rem;
    letter-spacing: .06em
}

@media screen and (min-width: 768px) {
   .main-menu__item a {
    padding: 2rem 7rem;
    }
}
.main-menu__item a {
    display: block;
    padding: 1.9rem 2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid rgba(93,93,93,.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.main-menu__item a:hover, .main-menu__item.active a {
    color: #fff;
    background-color: #1f8f97;
}

.contacts__item-txt p:last-child {
    margin-bottom: 0;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: 0px!important;
    top: 0px!important;
    padding-right: 6px;
    width: 30px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 90vw;
    max-width: unset;
    height: 90vh;
}

.form__field {
    border: none;
    border-bottom: 1px solid #ffffffb0;
    padding-left: 0;
}

.form__field::placeholder {
    color: #ffffffb0;
}

.alert-danger.visible {
    color: #1f8f97;
    margin-top: -10px;
}

.block-link, .button-as-link {
    padding-left: 0;
}

.g-recaptcha {
    margin-top: 10px;
}

.g-alert.visible {
    margin-top: 10px;
}

.confirmation-message__content {
    color: white;
    text-align: center;
}

.confirmation-message__title {
    font-size: 2.3rem;
}

.block-decorated__txt {
    margin-bottom: 0!important
}

.block-decorated__txt .block-link {
    margin-top: 3rem
}

@media screen and (min-width: 768px) {
    .block-decorated__txt .block-link {
        margin-top:4.6rem
    }
}

@media screen and (min-width: 1366px) {
    .block-decorated__txt .block-link {
        margin-top:5.2rem
    }
}

.block-steps__title {
    font-weight: 400;
}

.block-50-50__title {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .block-50-50__title {
        margin-bottom:3rem;
        margin-top: 3rem;
    }
}

.block-50-50__title:first-child {
    margin-bottom: 15px;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .block-50-50__title:first-child {
        margin-bottom:3rem;
        margin-top: 0;
    }
}

.breadcrumbs__item_main:after {
    content: ''
}

.lang-switch {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    font-size: 1.8rem;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #fff;
}

.lang-switch__item {
    display: inline-block;
    margin-bottom: 0;
}

.lang-switch__link {
    color: #b3b3b3;
}

.lang-switch__link.active {
    color: #fff;
}

.lang-switch__item:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
}

.lang-switch__item:last-child:after {
    content: '';
    display: none;
}

.header-nav__right {
    flex-wrap: wrap;
}

.social-icons {
    width: 100%;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .header-nav__right {
        flex-wrap: nowrap;
    }

    .social-icons {
        width: unset;
        justify-content: unset;
    }
    .lang-switch {
        margin-right: 30px;
        font-size: 2.3rem;
    }
}

@media screen and (min-width: 1366px) {
    .lang-switch {
        margin-right: 50px;
    }
}

.block-table__anotation {
	max-width: 1100px;
}

.block-works__title {
	margin-bottom: 30px;
}

.contacts__header-2 {
	line-height: 1.5;
}