.header-group__whatsapp {
    display: table;
    text-decoration: none;
    color: #666;
    margin-top: 5px;
}

.header-group__whatsapp > * {
    display: inline-block;
}

.header-group__whatsapp > svg {
    width: 15px;
    height: 15px;
    margin-right: 9px;
}


.fixed-back-link
{
    display: none;
}



.datepicker table tr td.disabled
{
    opacity: .2 !important;
}



.align-right
{
    text-align: right;
}

.align-right hr
{
    margin-left: auto;
}



.table-with-prices table
{
    width: 100%;
}

.table-with-prices table tr:first-child td
{
    width: 50%;
}

.table-with-prices table,
.table-with-prices table td
{
    border: 1px solid grey;
}

.table-with-prices span[title^="Руб"]
{
    font-family: 'ALS Rubl';
}



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



.link-to-gallery
{
    text-align: right;
}

.link-to-gallery img
{
    width: 40px;
    vertical-align: middle;
}



.global-gallery
{
    overflow: hidden;
    font-size: 0;
}

.global-gallery__content:after
{
    display: block;
    content: ' ';
    clear: both;
}

.global-gallery__content
{
    margin-top: -15px;
    margin-right: -15px;
}

.global-gallery__item
{
    cursor: pointer;
    float: left;
    width: calc(25% - 15px);
    margin-top: 15px;
    margin-right: 15px;
}

.global-gallery--one-column .global-gallery__item
{
    width: calc(100% - 15px);
}

.global-gallery--three-column .global-gallery__item
{
    width: calc(33.3333333% - 15px);
}

.global-gallery--six-column .global-gallery__item
{
    width: calc(16.66% - 15px);
}

.global-gallery--two-column .global-gallery__item
{
    width: calc(50% - 15px);
}

.global-gallery--one-column .global-gallery__item
{
    width: calc(100% - 15px);
}

.global-gallery__item img
{
    width: 100%;
    height: auto;
}

.global-gallery__title
{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}



.global-tooltip:hover
{
    border-bottom-color: transparent;
}

.global-tooltip
{
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed #000;
}

.global-tooltip:hover .global-tooltip__container
{
    visibility: visible;
    opacity: 1;

    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.global-tooltip__container:after
{
    position: absolute;
    display: block;
    top: -5px;
    left: 30px;
    content: ' ';
    width: 0;
    height: 0;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,.8);
}

.global-tooltip__container
{
    font-weight: normal;
    cursor: auto;
    position: absolute;
    z-index: 9;
    visibility: hidden;
    border-bottom: 0;
    top: calc(100% + 15px);
    left: 0;
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    min-width: 250px;
    opacity: 0;

    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);

    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}



.contacts-page__map
{
    width: 100%;
    height: 285px;
}

.contacts-page .callback-form h2
{
    font-size: 2em;
}



.link-highlight a
{
    color: #1339a5;
}

.link-highlight a:hover,
.link-with-images a:hover span
{
    text-decoration: underline;
}

.link-with-images a:hover
{
    text-decoration: none;
}



.pagesVariantsDoors-grid
{

}

.pagesVariantsDoors-grid__with-left-img
{
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0;
}

.pagesVariantsDoors-grid__with-left-img a
{
    font-size: 14px;
}

.pagesVariantsDoors-grid__with-right-link a > span
{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
}



.img-list p
{
    font-weight: bold;
}

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



iframe[src*="www.youtube.com"]
{
    width: 100%;
    height: 500px;
}

.ldsp-list,
.ldsp-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ldsp-list {
    position: relative;
    overflow: hidden;
    margin-left: -10px;
}

.ldsp-list__item {
    cursor: pointer;
    float: left;
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}

.ldsp-list__item:hover .ldsp-list__title {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ldsp-list__item:first-child .ldsp-list__title {
    padding-top: 198px;
}

.ldsp-list__item:hover .ldsp-list__img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ldsp-list__item {
    position: relative;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}

.ldsp-list__content {

}

.ldsp-list__title {
    z-index: 1;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-shadow: 0px 0px 2px #000000;

    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.ldsp-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}



@media(max-width: 700px)
{
    .contacts-page .g__col-6
    {
        width: 100%;
    }

    .pagesVariantsDoors-grid
    {
        margin-top: -15px;
    }

    .pagesVariantsDoors-grid [class*="grid__col-"]
    {
        width: 100%;
        text-align: center !important;
        margin-top: 15px;
    }

    .pagesVariantsDoors-grid__with-left-img img[style*="margin-top"]
    {
        margin-top: 0 !important;
    }

    iframe[src*="www.youtube.com"]
    {
        height: 300px;
    }

    .ldsp-list__item {
        width: calc(33.33% - 10px);
    }
}

@media (max-width: 500px) {
    .ldsp-list__item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 450px)
{
    .global-gallery--three-column .global-gallery__item
    {
        width: calc(50% - 15px);
    }
}

@media (max-width: 360px)
{
    .ldsp-list__item {
        width: calc(100% - 15px);
    }
}