﻿/* global.css
 * глобальные стили
 *
 */

* { 
    outline: none; 
}
body, html { 
    border: none;
    background-color: rgb(255, 255, 255);
    height: 100%;
    margin: 0; 
    padding: 0;
    /*width: 100%;*/
}
body {
    color: rgb(56, 16, 16);
    font: 16px/1.5 'Open Sans', 'Rouble Sign', sans-serif;    
}
table, td, th { 
    margin: 0; padding: 0;
    border-collapse: collapse;
    font-size: 100%;
}
img { 
    border: none; 
    /*margin: 0; */
    padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
    color: rgb(52, 23, 23);
    font-family: 'Opium Bold', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    /*margin: 0.4em 0;*/
    margin: 0;
    padding: 0;
    /*font-weight: normal;*/
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
    margin-bottom: 22px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    /*font-size: 20px;*/
}
h5,h6 {
    font-size: 16px;
}
p {
    margin: .4em 0;
    padding: 0;
}
ul {
    margin: .7em 0 1em;
}
ul li {
    margin: .35em 0;
}

/** Ссылки */
a, 
a:visited { 
    border-bottom: 1px solid rgba(58, 34, 34, .5);
    color: rgb(58, 34, 34);
    text-decoration: none;
    transition: border-color ease-out .3s, color ease-out .3s;
}
a:hover, 
a:focus, 
a:active {
    border-bottom-color: rgba(123, 18, 23, .85);
    color: rgb(123, 18, 23);
    text-decoration: none;
}
a.fancybox-close,
a.fancybox-close:visited,
a.fancybox-close:hover,
a.fancybox-close:focus,
a.fancybox-close:active,
.bx-calendar a,
.bx-calendar a:visited,
.bx-calendar a:hover,
.bx-calendar a:focus,
.bx-calendar a:active,
a.boxberry_container_close,
a.boxberry_container_close:visited,
a.boxberry_container_close:hover,
a.boxberry_container_close:focus,
a.boxberry_container_close:active {
    border-bottom: none;
}
.g-link-light,
.g-link-light:visited {
    border-bottom-color: rgba(240, 222, 193, .5);
    color: rgb(240, 222, 193);
}
.g-link-no-underline,
.g-link-no-underline:visited,
.g-link-no-underline:hover,
.g-link-no-underline:active,
.g-link-no-underline:focus,
.pluso a,
.ui-corner-all {
    border-bottom: none;
}
.g-link-image {
    border: 2px solid rgba(237, 183, 125, 0);
    /*border-radius: 2px;*/
    margin: -2px;
    display: inline-block;
    transition: border-color ease-out .3s;
}
.g-link-image:hover,
.g-link-image:active,
.g-link-image:focus {
    border-color: rgb(237, 183, 125);
}
.g-hide {
    display: none;
}


.g-clean {
    clear: both;
    font-size:0;
    overflow: hidden;
}
.g-clearfix {}
    .g-clearfix:before,
    .g-clearfix:after {
        content: '';
        display: table;
    }
    .g-clearfix:after {
        clear: both;
    }

.g-nobr {
    white-space: nowrap;
}
.g-menu ul, .g-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.g-half-link,
.g-half-link:visited {
    border-bottom-color: inherit;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}
input.g-half-link {
    background: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    padding: 0;
}
.g-half-link:hover,
.g-half-link:focus,
.g-half-link:active {
    text-decoration: none;
    color: rgb(123, 18, 23);
    border-bottom-color: rgba(123, 18, 23, .85);
}
.g-half-link.g-ico,
.g-half-link.g-icon-sprite {
    border-bottom-style: none;
}
    .g-half-link.g-ico span,
    .g-half-link.g-icon-sprite span {
        border-bottom-color: inherit;
        border-bottom-style: dashed;
        border-bottom-width: 1px;
    }
    .g-half-link.g-ico:before,
    .g-half-link.g-icon-sprite:before,
    .g-half-link.g-ico:after,
    .g-half-link.g-icon-sprite:after {
        vertical-align: middle;
    }

.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}
.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}

/** Иконки */
.g-ico:before,
.g-ico:after {
    background: url('../../img/ico-map.png') no-repeat;
    display: inline-block;
}
.g-ico-phone:before {
    background-position: 0 0;
    content: '';
    height: 24px;
    width: 24px;
}
.g-ico-phone:hover:before {
    background-position: 0 -24px;
}
.g-ico-personal:before {
    background-position: -24px 0;
    content: '';
    height: 24px;
    width: 20px;
}
.g-ico-personal:hover:before {
    background-position: -24px -24px;
}
.g-ico-cart:before {
    background-position: -44px 0;
    content: '';
    height: 24px;
    width: 22px;
}
.g-ico-cart:hover:before {
    background-position: -44px -24px;
}
.g-ico-cart-small:before {
    background-position: -44px -48px;
    content: '';
    height: 18px;
    width: 16px;
}
.g-ico-love:before {
    background-position: -66px 0;
    content: '';
    height: 21px;
    width: 24px;
}
.g-ico-love:hover:before {
    background-position: -66px -21px;
}
.g-ico-heart-o-small:before {
    background-position: -60px -50px;
    content: '';
    height: 16px;
    width: 18px;
}
.g-ico-heart-o-small:hover:before {
    background-position: -60px -66px;
}
.g-ico-heart-small:before {
    background-position: 0 -56px;
    content: '';
    height: 16px;
    width: 18px;
}
.g-ico-heart-small:hover:before {
    background-position: 0 -72px;
}

.g-ico-lupe:before {
    background-position: -90px 0;
    content: '';
    height: 19px;
    width: 19px;
}
.g-ico-lupe:hover:before {
    background-position: -90px -19px;
}
.g-ico-lupe-big:before {
    background-position: -78px -52px;
    content: '';
    height: 32px;
    width: 32px;
}
.g-ico-menu:before {
    background-position: -109px 0;
    content: '';
    height: 18px;
    width: 22px;
}
.g-ico-menu:hover:before {
    background-position: -109px -18px;
}
.g-ico-shevron {
    position: relative;
    transition: transform .3s;
}
    .g-ico-shevron:after {
        background-position: -78px -42px;
        content: '';
        height: 8px;
        width: 11px;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: -2px;
    }
    .g-open.g-ico-shevron:after {
        transform: rotate(180deg);
    }
    .g-ico-shevron-light:before {
        background-position: -66px -42px;
        content: '';
        height: 8px;
        width: 11px;
    }
    .g-ico-shevron-white:before {
        background-position: 0 -48px;
        content: '';
        height: 8px;
        width: 9px;
    }
    .g-ico-shevron-up-white:before {
        background-position: 0 -48px;
        content: '';
        height: 8px;
        width: 9px;
        transform: rotate(180deg);
    }

.g-ico-email:before {
    background-position: -90px -38px;
    content: '';
    height: 14px;
    width: 18px;
}
.g-ico-phone-small:before {
    background-position: -109px -36px;
    content: '';
    height: 18px;
    width: 18px;
}
.g-ico-user-card:before {
    background-position: -18px -72px;
    content: '';
    height: 19px;
    width: 24px;
}
.g-ico-cross:before {
    background-position: -20px -48px;
    content: '';
    height: 22px;
    width: 23px;
}
.g-ico-cross:hover:before {
    background-position: -110px -54px;
}

.g-hint-icon {
    border: 1px solid rgb(144, 10, 16);
    border-radius: 50%;
    color: rgb(144, 10, 16);
    cursor: default;
    display: inline-block;
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    margin-left: 8px;
    opacity: .5;
    text-align: center;
    width: 12px;
}
    .g-hint-icon:before {
        content: '?';
    }


/** спрайт иконок */
.g-icon-sprite {
    display: inline-block;
}
    .g-icon-sprite:before,
    .g-icon-sprite:after {
        background: url('../../img/icon-sprite.png') no-repeat;
        /*border-radius: 1px;*/
        display: inline-block;
        /*outline: 1px solid black;*/
        vertical-align: top;
    }
    .g-icon_sangria:before,/* red: rgb(144, 10, 16); */
    .g-icon_sangria:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='sangria' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 .6235 0 0 0 0 .1725 0 0 0 0 .1922 0 0 0 1 0'/></filter></svg>#sangria");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#sangria');
    }
    .g-icon-hover_free-speech-red:hover:before,/* red: rgb(179, 0, 15); */
    .g-icon-hover_free-speech-red:focus:before,
    .g-icon-hover_free-speech-red:active:before,
    .g-icon-hover_free-speech-red:hover:after,
    .g-icon-hover_free-speech-red:focus:after,
    .g-icon-hover_free-speech-red:active:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='free-speech-red' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 .702 0 0 0 0 0 0 0 0 0 .0588 0 0 0 1 0'/></filter></svg>#free-speech-red");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#free-speech-red');
    }
    .g-icon_fire-engine-red:before,/* red: rgb(207, 18, 27); */
    .g-icon_fire-engine-red:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='fire-engine-red' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 .8118 0 0 0 0 .0706 0 0 0 0 .1059 0 0 0 1 0'/></filter></svg>#fire-engine-red");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#fire-engine-red');
    }
    .g-icon_solid-pink:before,/* red: rgb(124, 77, 77); */
    .g-icon_solid-pink:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='solid-pink' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 .4863 0 0 0 0 .302 0 0 0 0 .302 0 0 0 1 0'/></filter></svg>#solid-pink");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#solid-pink');
    }
    .g-icon_corvette:before,/* orange: rgb(237, 185, 128); */
    .g-icon_corvette:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='corvette' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 .9294 0 0 0 0 .7255 0 0 0 0 .502 0 0 0 1 0'/></filter></svg>#corvette");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#corvette');
    }
    .g-icon_derby:before,/* yellow: rgb(247, 223, 193); */
    .g-icon_derby:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='derby' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 .9686 0 0 0 0 .8745 0 0 0 0 .7569 0 0 0 1 0'/></filter></svg>#derby");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#derby');
    }
    .g-icon_white:before,/* white: rgb(255, 255, 255); */
    .g-icon_white:after {
        /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='white' color-interpolation-filters='sRGB'><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0'/></filter></svg>#white");*/
        filter: url('/bitrix/templates/template.main/img/icon-filter.svg#white');
    }



    .g-icon-lupe-big:before {
        background-position: 0 0;
        content: '';
        height: 32px;
        width: 32px;
    }
    .g-icon-lupe-o:before {
        background-position: -35px -18px;
        content: '';
        height: 19px;
        width: 19px;
    }
    .g-icon-bars:before {
        background-position: -32px 0;
        content: '';
        height: 18px;
        width: 22px;
    }
    .g-icon-phone-o:before {
        background-position: -54px 0;
        content: '';
        height: 24px;
        width: 24px;
    }
    .g-icon-phone-small:before {
        background-position: -78px 0;
        content: '';
        height: 18px;
        width: 18px;
    }
    .g-icon-cart-o:before {
        background-position: -55px -24px;
        content: '';
        height: 24px;
        width: 22px;
    }
    .g-icon-cart-o-small:before {
        background-position: -78px -18px;
        content: '';
        height: 18px;
        width: 16px;
    }
    .g-icon-user-o:before {
        background-position: 0 -32px;
        content: '';
        height: 24px;
        width: 20px;
    }
    .g-icon-user-card:before {
        background-position: -20px -37px;
        content: '';
        height: 19px;
        width: 24px;
    }
    .g-icon-shevron {
        position: relative;
        transition: transform .3s;
    }
        .g-icon-shevron:after {
            background-position: -44px -37px;
            content: '';
            height: 8px;
            width: 11px;
        }
        .g-icon-shevron.g-open:after {
            transform: rotate(180deg);
        }
/*        .g-icon-shevron:after {
            background-position: -44px -37px;
            content: '';
            height: 8px;
            width: 11px;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            margin-top: -2px;
        }*/
        .g-icon-shevron-small:after,
        .g-icon-shevron-small-up:after {
            background-position: -45px -38px;
            content: '';
            height: 7px;
            width: 9px;
        }
        .g-icon-shevron-small-up:after {
            transform: rotate(180deg);
        }
    .g-icon-cross-o:before {
        background-position: -78px -36px;
        content: '';
        height: 22px;
        width: 23px;
    }

    .g-icon-envelope-small:before {
        background-position: 0 -56px;
        content: '';
        height: 14px;
        width: 18px;
    }
    .g-icon-heart-o-small:before {
        background-position: -18px -56px;
        content: '';
        height: 16px;
        width: 18px;
    }
    .g-icon-heart-small:before {
        background-position: -36px -56px;
        content: '';
        height: 16px;
        width: 18px;
    }
    .g-icon-heart-o:before {
        background-position: -54px -48px;
        content: '';
        height: 21px;
        width: 24px;
    }





/** Социальные иконки */
.g-social-ico {
    background: url('../../img/social-icons.png') no-repeat;
    border-radius: 4px;
    display: inline-block;
    width: 31px;
    height: 31px;
}
.g-social-ico-vk {
    background-position: 0 0;
}
.g-social-ico-flamp {
    background-position: -31px 0;
}
.g-social-ico-instagram {
    background-position: -62px 0;
}
.g-social-yandex-market {
    background: url('../../img/ya-market.png') no-repeat;
    display: inline-block;
    height: 31px;
    width: 88px;
}

.g-payment-visa,
.g-payment-mastercard,
.g-payment-yandex {
    background: url('../../img/payment.png') no-repeat;
    display: inline-block;
}
.g-payment-visa {
    background-position: 0 0;
    height: 26px;
    width: 44px;
}
.g-payment-mastercard {
    background-position: -44px 0;
    height: 28px;
    margin-left: 16px;
    width: 46px;
}
.g-payment-yandex {
    background-position: -90px 0;
    height: 33px;
    margin-left: 22px;
    width: 24px;
}


/** Контролы */
/*::-moz-focus-inner, :active, :focus {
    outline:none;
    border:0;
    -moz-outline-style: none;
}*/
.g-input,
input:not([type]).g-control,
input[type="text"].g-control,
input[type="password"].g-control {
    border: 1px solid rgb(187, 178, 168);
    border-radius: 3px;
    box-sizing: border-box;
    /*font: 14px/31px 'Open Sans', sans-serif;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 31px;
    height: 33px;
    padding: 0 10px;
    transition: border-color ease-out .3s;
}
.g-input:hover,
.g-input:focus,
.g-input:active,
input:not([type]).g-control:hover,
input:not([type]).g-control:focus,
input:not([type]).g-control:active,
input[type="text"].g-control:hover,
input[type="text"].g-control:focus,
input[type="text"].g-control:active,
input[type="password"].g-control:hover,
input[type="password"].g-control:focus,
input[type="password"].g-control:active {
    border-color: rgb(151, 26, 32);
}
::-webkit-input-placeholder {
    color: rgb(128, 112, 94);
}
::-moz-placeholder {
    color: rgb(128, 112, 94);
}
:-ms-input-placeholder {
    color: rgb(128, 112, 94);
}

.g-checkbox,
.g-radio {
    font-size: 0;
}
    .g-checkbox input,
    .g-radio input {
        opacity: 0;
        position: absolute;
    }
    .g-checkbox label,
    label.g-checkbox span,
    .g-radio label,
    label.g-radio span {
        font-size: 1rem;
        position: relative;
    }
        .g-checkbox label:before,
        label.g-checkbox span:before,
        .g-radio label:before,
        label.g-radio span:before {
            border: 1px solid rgb(189, 164, 137);
            content: '';
            display: inline-block;
            height: 22px;
            margin-right: .5em;
            transition: border-color ease-out .3s;
            vertical-align: middle;
            width: 22px;
        }
        .g-checkbox:hover label:before,
        label.g-checkbox:hover span:before,
        .g-radio:hover label:before,
        label.g-radio:hover span:before {
            border-color: rgb(151, 26, 32);
        }
        .g-checkbox label:after,
        label.g-checkbox span:after,
        .g-radio label:after,
        label.g-radio span:after {
            display: inline-block;
            height: 4px;
            position: absolute;
            /*top: 50%;*/
            top: 11px;
            vertical-align: middle;
        }
        .g-checkbox label:before,
        label.g-checkbox span:before {
            border-radius: 2px;
        }
        .g-checkbox label:after,
        label.g-checkbox span:after {
            border: solid rgb(151, 26, 32);
            border-width: 0 0 3px 3px;
            margin-top: -3px;
            left: 6px;
            transform: rotate(-45deg);
            width: 9px;
        }
        .g-radio label:before,
        label.g-radio span:before {
            border-radius: 50%;
        }
        .g-radio label:after,
        label.g-radio span:after {
            border-radius: 50%;
            position: absolute;
            margin-top: -5px;
            left: 6px;
            width: 6px;
        }
        .g-checkbox input:checked + label:after,
        label.g-checkbox input:checked + span:after,
        .g-radio input:checked + label:after,
        label.g-radio input:checked + span:after {
            content: '';
        }

    .g-checkbox-small label:before,
    label.g-checkbox-small span:before {
        height: 14px;
        width: 14px;
    }
        .g-checkbox-small label:after,
        label.g-checkbox-small span:after {
            border-width: 0 0 2px 2px;
            margin-top: -4px;
            left: 4px;
            width: 6px;
        }


.g-select,
select.g-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../img/select-ico.png') right 11px center no-repeat;
    border: 1px solid rgb(189, 164, 137);
    border-radius: 3px;
    box-sizing: border-box;
    font: 16px/31px 'Open Sans', 'Rouble Sign', 'Arrows', sans-serif;
    height: 33px;
    padding: 0 30px 0 5px;
    position: relative;
    transition: border-color ease-out .3s;
}
.g-select::-ms-expand,
select.g-control::-ms-expand { /* for IE 11 */
    display: none;
}
.g-select:hover,
.g-select:focus,
.g-select:active,
select.g-control:hover,
select.g-control:focus,
select.g-control:active {
    border-color: rgb(151, 26, 32);    
}

    .g-select-empty {
        color: rgb(187, 178, 168);
    }
    .g-select option,
    select.g-control option {
        font: inherit;
        font-size: 16px;
        padding: 0 5px;
    }
    .g-select:focus option,
    select.g-control:focus option {
        color: initial;
    }
    .g-select option[data-placeholder],
    select.g-control option[data-placeholder] {
        font-style: italic;
        color: rgb(137, 137, 137);
    }

.soa-property-container .g-select {
    height: 40px;
    width: 400px;
    max-width: 100%;
}

.soa-property-container .g-select option:first-child { 
    display: none;
}

.g-button, input[name="BuyButton"], #sber-pay input[type="submit"] {
    background: rgb(144, 10, 16);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    /*font: 16px/38px 'Open Sans', sans-serif;*/
    font-family: inherit;
    font-size: 16px;
    line-height: 38px;
    margin: 0;
    outline: none;
    padding: 0 10px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
.g-button,
#sber-pay input[type="submit"],
.g-button:visited,
.g-button:active,
.g-button:focus,
.g-button:hover {
    border: none;
    color: rgb(247, 223, 193);
    transition: background-color ease-out .3s;
}
#sber-pay input[type="submit"]:hover,
.g-button:active,
.g-button:focus,
.g-button:hover {
    background-color: rgb(87, 41, 41);
}
.g-button-dark,
.g-button-dark:visited {
    background-color: rgb(78, 45, 45);
}
.g-button-dark:hover,
.g-button-dark:focus,
.g-button-dark:active {
    background-color: rgb(123, 18, 23);
}
.g-button-fullwidth {
    box-sizing: border-box;
    width: 100%;
}
.g-button[disabled],
.g-button-disabled {
    background-color: transparent;
    border: 1px solid rgb(123, 123, 123);
    color: rgb(123, 123, 123);
    cursor: not-allowed;
    pointer-events: none;
}
/*.g-button-primary {
    background-color: rgb(123, 18, 23);
}*/

/** Табы */
.g-tab-group {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
}

.g-tab-label,
.g-tab-control,
.g-tab-panel {
    font-size: 1rem;
}

.g-tab-label {
    border: 1px solid rgb(242, 237, 230);
    border-bottom-color: white;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: -1px;
    padding: 11px 16px;
    text-align: center;
    min-width: calc((100% - 159px) / 2);
    /*width: 33.3333%;*/
}
    .g-tab-control {
        opacity: 0;
        position: absolute; 
    }
    .g-tab-control:not(:checked) + .g-tab-label {
        border-bottom-color: transparent;
        cursor: pointer;
        padding-top: 8px;
    }
    .g-tab-control:not(:checked) + .g-tab-label span {
        border-bottom: 1px dashed rgb(56, 16, 16);
    }
    .g-tab-control:not(:checked) + .g-tab-label:not(:hover) {
        /*border-color: transparent; */
        border-left: 1px solid rgb(255, 255, 255);
        border-top: 4px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(250, 247, 243);
        background-color: rgb(250, 247, 243);
    }

    .g-tab-panel {
        border: 1px solid rgb(242, 237, 230);
        font-size: 14px;
        line-height: 21px;
        padding: 14px 28px 22px 28px;
        white-space: normal;
    }

.g-tab-control:not(:checked) + .g-tab-label[aria-controls='panel-tab1'] ~ .g-tab-panel#panel-tab1,
.g-tab-control:not(:checked) + .g-tab-label[aria-controls='panel-tab2'] ~ .g-tab-panel#panel-tab2,
.g-tab-control:not(:checked) + .g-tab-label[aria-controls='panel-tab3'] ~ .g-tab-panel#panel-tab3 {
    display: none;
}

.g-tglr-control {
    opacity: 0;
    position: absolute;
}
.g-tglr-label {}
.g-tglr-content {}

.l-page ~ iframe {
    border: 0;
    margin: 0;
    position: absolute;
}

/**
 * Стили для не телефонов
 */
@media all and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    /** Скрыть/показать на телефонах */
    .g-mb-hide {
        display: none !important;
    }
    .g-button {
        -webkit-appearance: none;
    }
}


/**
 * Стили для НЕ телефонов (компьютеры, ноутбуки, телефоны)
 */
@media all and (min-width: 768px) {
    h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    /** Скрыть/показать на телефонах */
    .g-mb-only {
        display: none !important;
    }
}


/* 
    Стилизация ajax лоадера
*/
body > div[id^="wait_"] {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    border: none !important;
    overflow: hidden !important;
    background: #000 url('../../img/loading.gif') no-repeat 50% 50% !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-position: center !important;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px !important;
    margin-top: -40px !important;
    font-size: 0 !important;
    text-indent: -9000px !important;
    opacity: .8 !important;
}

.b-tooltip-gray {
    /*font-size: 14px;
    width: 320px;*/
}