

/* Start:/bitrix/components/otr/tszh.header.switcher/templates/.default/style.css?15318114261874*/
.top-switcher {
    background-color: #fbfbfb !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

.row {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: -15px;
    margin-left: -15px;
}

.btn-top-switcher-left {
    padding-right: 35px;
    padding-left: 15px;
    text-align: right;
}

.btn-top-switcher-right {
    padding-right: 15px;
    padding-left: 50px;
    line-height: 35px;
    font-size: 16px ;
}

@media (max-width: 991px) {
    .btn-top-switcher-right  {
        text-align: center;
        padding-left: 15px;
    }
    .btn-top-switcher-left  {
        text-align: center;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .btn-top-switcher-left, .btn-top-switcher-right {
        float: left;
    }}
@media (min-width: 992px) {
    .btn-top-switcher-right {
        width: 65%;
    }}
@media (min-width: 992px) {
    .btn-top-switcher-left {
        width: 35%;
    }
}

.btn-top-switcher {
    display: inline-block;
    border: 1px solid #cc3000;
    padding: 7px 14px;
    border-radius: 2px;
    font-size: 16px ;
    cursor: pointer;
    color: #fff;
    background-color: #ff3c00;
    text-decoration: none;
    margin-right: 10px;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

.btn-top-switcher:hover, .btn-top-switcher:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 99, 51);
    border-color: rgb(255, 99, 51);
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after {
    clear: both;
}

.container:before, .container:after , .row:before, .row:after {
    display: table;
    content: " ";
}

/* End */


/* Start:/local/templates/atmosfera_parus/components/bitrix/system.auth.form/header-auth/style.css?1748869072580*/
.block-auth-form__error{
	display: none;
	margin-top: 15px;
	color: red;
	text-align: center;
}

.block-password-recovery-form__error{
	display: none;
	margin-top: 15px;
	color: red;
	text-align: center;
	margin-bottom: 20px;
}
.block-password-recovery-form__account_info_sent{
	display: none;
	margin-top: 15px;
	color: green;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.window__captcha-img
{
	height: 40px;
	float: left;
	outline: 0
}

#window-auth .input-recall {
	text-align: left;
}

#window-auth .checkform{
	text-align: left;
}


/* End */


/* Start:/local/components/parus/service.cart/templates/.default/style.css?1719321887513*/

#top-card {
    line-height: 62px;
    display: inline-block;
    width: 30px;
    position: relative;
}

.icon-card {
    width: 32px;
    height: 32px;
    margin-top: -4px;
    vertical-align: middle;
    display: inline-block;
}

#top-card .card-count{
    position: absolute;
    height: 14px;
    width: 14px;
    top: 12px;
    left: 16px;
    line-height: 14px;
    background: #E94F1C;
    border-radius: 14px;
    font-size: 10px;
    color: white;
    text-align: center;
}
/* End */


/* Start:/local/templates/atmosfera_parus/components/bitrix/menu/top_multilevel/style.css?174886897513367*/
.visible-mobi-two {
    display: none !important
}

.menu {
    width: 100%;
    margin: 0 auto;
    z-index: 100
}

.menu_top {
    background-color: var(--theme-color-blue);
}

.menu-mobi {
    display: none
}

.menu-box {
    width: 100%;
    background-color: var(--theme-color-blue);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.menu-box__ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

a.menu__item {
    cursor: pointer
}

span.menu__item {
    cursor: default
}

.menu__item, .menu__link {
    font-size: 18px;
    padding: 5px;
}

.menu__link {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 56px
}

.menu__link:hover {
    background-color: var(--theme-color-cian);
    text-decoration: none;
    color: #fff
}

.menu__link:active {
    color: white;
    text-decoration: none
}

.menu__link:focus {
    color: white;
    text-decoration: none
}

.menu__link:focus .menu__item {
    background-color: var(--theme-color-cian);
}

.menu__item span {
    cursor: default
}

.menu__item:hover {
    background-color: #74ccef;
    color: white;
}
.menu__item:hover a {
    color: white;
}

.menu__link_active {
    text-decoration: none;
    background-color: var(--theme-color-cian);
}

.menu__link_click {
    color: #317dd3
}

.container-menu_sticky{
    background-color: var(--theme-color-blue);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
}

@media screen and (min-width: 1200px) {
    a[name]:before {
        display: block;
        content: "";
        height: 55px;
        margin: -55px 0 0
    }

    .menu {
        width: 100%;
    }

    .desktop-fixed {
        position: fixed
    }

    .breadcrumbs.fixed-menu {
        margin-top: 50px
    }

    .menu-box {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .menu-box__ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu__item {
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        min-width: 150px;
        padding: 15px 30px;
    }

    .menu__item:last-child:hover > .dropdown-menu {
        display: block
    }

    .menu__item:last-child:hover > .dropdown-menu .dropdown-menu__ul {
        right: 0
    }

    .menu__item:hover > .dropdown-menu {
        display: block
    }

    .menu__link {
        display: block;
        font-size: 18px;
        text-decoration: none;
        line-height: 56px;
        box-sizing: border-box
    }

    .menu__item .dropdown-menu {
        position: absolute;
        z-index: 1;
        margin-top: -3px;
        min-width: 100%
    }

    .dropdown-menu__ul {
        font-size: 16px;
        overflow: hidden;
        text-align: left;
        list-style: none;
        margin-top: -5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-sizing: border-box;
        padding-left: 0;
        position: absolute;
        min-width: 100%
    }

    .menu__item .dropdown-menu__item {
        display: block;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px
    }

    .dropdown-menu__link {
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        display: block
    }

    .menu__item .dropdown-menu__triangle {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #ffca45;
        margin: 0 auto
    }

    .dropdown-menu {
        display: none
    }

}

@media screen and (min-width: 768px), screen and (min-width: 500px) and (orientation: landscape) {
    .dropdown-menu__ul {
        background-color: #f2b552
    }

    .dropdown-menu__item {
        border-bottom: 1px solid #ff9f49
    }

    .dropdown-menu__item:hover {
        background-color: #ffca45
    }
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .menu__link_active {
        color: brown
    }

    span.menu__link a {
        color: #fff;
        text-decoration: none
    }

    span.menu__link.menu__link_active a {
        color: brown
    }

    .menu__item .dropdown-menu {
        width: 100%;
        overflow: hidden;
        margin: -5px auto 0 auto
    }

    .dropdown-menu__ul {
        font-size: 13px;
        overflow: hidden;
        width: 100%;
        padding-left: 35px;
        box-sizing: border-box
    }

    .menu__item .dropdown-menu__item {
        display: block;
        width: 100%
    }

    .dropdown-menu__link {
        text-decoration: none;
        color: #fff;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block
    }

    .menu__item .dropdown-menu__triangle {
        display: none
    }

    .menu-search__form, .menu__link {
        width: 100%;
        margin: 0 auto;
        padding-left: 17px;
        box-sizing: border-box
    }

    .menu__item {
        background-color: var(--theme-color-cian);
    }

    .dropdown-menu {
        display: none
    }

    .menu__item.menu__item-show {
        display: block
    }

    .dropdown-menu__item-show {
        display: block
    }

    .menu__item-search {
        display: block
    }

    .menu-search__form {
        position: relative;
        padding-top: 10px;
        padding-bottom: 24px
    }

    .menu-search__button {
        height: 30px;
        width: 34px;
        background-color: #ffca45;
        background-image: url(http://site5.rarus.kiev.ua/new/images/icon-search-white.png);
        background-repeat: no-repeat;
        background-position: 50%;
        outline: 0;
        border: 1px solid #fed46c;
        border-right: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .menu-search__input {
        padding-left: 5px;
        width: 245px;
        height: 30px;
        background-color: #ffca45;
        outline: 0;
        position: absolute;
        left: 50px;
        box-sizing: border-box;
        border: 1px solid #fed46c;
        border-left: none;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .menu-search__input::-webkit-input-placeholder {
        color: #fff
    }

    .menu-search__input::-moz-placeholder {
        color: #fff
    }

    .menu__link {
        font-size: 14px;
        line-height: 30px;
        position: relative
    }

    .menu__link_click::after {
        content: '';
        position: absolute;
        border: 5px solid transparent;
        border-top: 5px solid #fff;
        top: 14px;
        margin-left: 7px
    }

    .menu__link_none::after {
        content: '';
        position: absolute;
        border: 5px solid transparent;
        border-left: 5px solid #fff;
        top: 11px;
        margin-left: 10px
    }
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .menu-mobi {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto
    }

    .menu-mobi__image, .menu-mobi__text {
        float: left;
        margin-left: 17px
    }

    .menu {
        margin-top: 25px
    }

    .menu-box {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .menu__item {
        display: none
    }

    .dropdown-menu__item.menu__link_active a {
        color: brown;
        text-decoration: none
    }

    .visible-mobi-two {
        display: block !important
    }
    .hidden-mobi {
        display: none !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .menu__llink_active {
        color: #FFF !important
    }

    span.menu__link a {
        color: #fff;
        text-decoration: none
    }

    span.menu__link.menu__link_active a {
        color: #FFF !important
    }

    .menu__item .dropdown-menu {
        width: 100%;
        overflow: hidden;
        margin: -5px 0 0 0
    }

    .dropdown-menu__ul {
        font-size: 13px;
        overflow: hidden;
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box
    }

    .menu__item .dropdown-menu__item {
        display: block;
        width: 100%
    }

    .dropdown-menu__link {
        text-decoration: none;
        color: #fff;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block
    }

    .menu__item .dropdown-menu__triangle {
        display: none
    }

    .menu-search__form, .menu__link {
        width: 100%;
        margin: 0 0;
        padding-left: 17px;
        box-sizing: border-box
    }

    .menu__item {
        background-color: var(--theme-color-cian);
    }

    .dropdown-menu {
        display: none
    }

    .menu__item.menu__item-show {
        display: block
    }

    .dropdown-menu__item-show {
        display: block
    }

    .menu__item-search {
        display: block
    }

    .menu-search__form {
        position: relative;
        padding-top: 10px;
        padding-bottom: 24px
    }

    .menu-search__button {
        height: 30px;
        width: 34px;
        background-color: #ffca45;
        background-image: url(http://site5.rarus.kiev.ua/new/images/icon-search-white.png);
        background-repeat: no-repeat;
        background-position: 50%;
        outline: 0;
        border: 1px solid #fed46c;
        border-right: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .menu-search__input {
        padding-left: 5px;
        width: 245px;
        height: 30px;
        background-color: #ffca45;
        outline: 0;
        position: absolute;
        left: 50px;
        box-sizing: border-box;
        border: 1px solid #fed46c;
        border-left: none;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .menu-search__input::-webkit-input-placeholder {
        color: #fff
    }

    .menu-search__input::-moz-placeholder {
        color: #fff
    }

    .menu__link {
        font-size: 14px;
        line-height: 30px;
        position: relative
    }

    .menu__link_click::after {
        content: '';
        position: absolute;
        border: 5px solid transparent;
        border-top: 5px solid #fff;
        top: 14px;
        margin-left: 7px
    }

    .menu__link_none::after {
        content: '';
        position: absolute;
        border: 5px solid transparent;
        border-left: 5px solid #fff;
        top: 11px;
        margin-left: 10px
    }

    .menu-mobi {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        width: 100%;
        margin: 0 10px
    }

    .menu-mobi__image, .menu-mobi__text {
        float: left;
        margin-left: 17px
    }

    .menu {
        margin-top: 25px
    }

    .menu-box {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .menu__item {
        display: none
    }

    .dropdown-menu__item.menu__link_active a {
        color: #FFF !important;
        text-decoration: none
    }

    .menu__item .hidden-mobi {
        display: none !important
    }

    .visible-mobi-two {
        display: block !important
    }
}

.breadcrumbs {
    margin: 0 auto;
    font-size: 12px;
    color: grey
}

.breadcrumbs__link {
    color: grey;
    text-decoration: none
}

.breadcrumbs__arrow:before {
    content: '\2192';
    padding: 0 7px
}

.menu-search{
    position: absolute;
    right: 15px;
    top: 10px;
    min-width: 350px;
}
.menu-search input{
    width: 100%;
    padding-right: 35px;
    border-radius: 6px;
    height: 30px;
}
.menu-search a {
    position: absolute;
    top: 1px;
    right: 12px;
}


.top-search{
    position: relative;
    width: calc(100% - 50px);
    line-height: 62px;
    display: inline-block;
    margin-right: 15px;
}
.top-search input{
    width: 100%;
    padding-right: 35px;
    border-radius: 6px;
    height: 32px;
}
.top-search a {
    position: absolute;
    top: 0px;
    right: 12px;
}


/* End */


/* Start:/local/templates/atmosfera_parus/components/citrus/system.auth.form/login-block-auth/style.css?1748869087418*/
.window__input.opd {
	height: auto;
	padding-top: 9px;
	padding-left:0;
	border-width: 0;
	background-color: transparent;
}
.window__input-name_pas {
	position: relative;
}
.window__input-name_pas input[type=checkbox] {
	display: block !important;
	opacity:0;
	position: absolute;
	right:0;
}
.window__input-opd-err {
	display:none;
	margin-top: 15px;
    color: red;
    text-align: center;
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/atmosfera_parus/components/bitrix/form.result.new/callback_widget/style.css?17488689621304*/
.callback-widget-wrapper {
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    z-index: 9999;
    overflow: hidden;
    background: white;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    font-size: 14px;
    position: fixed;
    width: 360px;
    bottom: 0px;
    right: 20px;
}

.callback-widget-wrapper.closed{
    max-width: 300px;
    width: unset;
}

.callback-widget-wrapper.closed .callback-widget-header{
    font-size: 14px;
    padding: 12px 18px 8px 18px;
}

.callback-widget-wrapper.closed .callback-widget-close {
    display: none;
}


.callback-widget-header {
    background: #82A729;
    color: white;
    padding: 16px 28px 14px 28px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.callback-widget-header-text {
    display: inline-block;
}

.callback-widget-close{
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 32px;
    font-weight: 200;
    line-height: 18px;
    color: #fff;
    padding: 0px;
}

.callback-widget-body {
    padding: 16px 28px 28px 28px;
}
.callback-widget-wrapper.closed .callback-widget-body{
    display: none;
}

.callback-widget-wrapper .error-msg {
    width: 100%;
}



/* End */


/* Start:/local/templates/atmosfera_parus/template_styles.css?174886894710695*/
:root {
    --theme-color-blue: #084372;
    --theme-color-cian: #4CB7E1;
    --theme-color-cian-light: #8BB0C8;
    --theme-color-cian-light-light: #C9E5F0;
    --theme-color-green: #82A729;
    --theme-color-orange: #E94F1C;
}

body {
    color: #212529;
    background-color: #F5F5F5 !important;
}

body a {
    color: var(--theme-color-blue);
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

h2.section-title{
    color: #212529;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

.cont-p {
    padding-left: 30px;
    padding-right: 30px
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5s
}
.hidden {
    display: none
}
.bold {
    font-weight: bolder
}

body .btn {
    padding: 0.5rem 1.2rem;
}

.btn.btn-submit{
    color: #fff;
    background-color: var(--theme-color-orange);
    border: none;
    border-radius: 3px;
}
.btn.btn-submit:hover{
    color: #fff;
}

.btn:disabled{
    cursor: not-allowed;
}

.btn.btn-green{
    color: #fff;
    background-color: var(--theme-color-green);
    border: none;
    border-radius: 3px;
}
.btn.btn-green:hover{
    color: #fff;
}


.btn.btn-def{
    color: var(--theme-color-blue);
    border: 1px solid var(--theme-color-blue);
    border-radius: 3px;
    line-height: 1.3;
}
.btn.btn-def:hover{
    color: var(--theme-color-blue);
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-a{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.5rem 1.2rem;
}

button.close-btn {
    background: none;
}
.icon.icon-close{
    width: 20px;
    height: 20px;
}

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

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

.shadow {
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none
}
.overflowx_auto {
    overflow-x: auto;
}
@-webkit-keyframes fade {
    from {
        opacity: .3
    }
    to {
        opacity: .5
    }
}
@keyframes fade {
    from {
        opacity: .3
    }
    to {
        opacity: .5
    }
}
.input-checkbox input[type=checkbox] {
    display: none
}
.input-checkbox input[type=checkbox] + label {
    cursor: pointer;
    padding-left: 30px;
    line-height: 20px;
    position: relative
}
.input-checkbox input[type=checkbox] + label:before {
    position: absolute;
    content: ' ';
    width: 17px;
    height: 17px;
    border: 1px solid #709dca;
    margin-right: 5px;
    border-radius: 4px;
    color: #2b5f93;
    left: 0
}
.input-checkbox input[type=checkbox]:checked + label:before {
    content: '\2714';
    color: orange
}
.errortext {
    color: red
}

html body {
    font-family: Stolzl, Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
}

.numbers,
#menu_top,
h1,h2,h3,h4,h5,
a,
.news__item-title,
.block-announce,
.btn,
.slide__text-title
{
    font-family: Jost, Arial, sans-serif;
}

.breadcrumbs, .breadcrumbs a{
    font-family: Stolzl, Arial, sans-serif;
}

header {
    width: 100%;
    overflow: hidden
}
.indent_clear {
    padding-left: 0;
    padding-right: 0
}
button, input, textarea {
    border: none;
    outline: 0
}

/* top-line */


.top-line {
    width: 100%;
    background-color: var(--theme-color-cian-light-light);
    height: 40px;
    font-size: 16px;
    color: var(--theme-color-cian-light);
    line-height: 40px;
    margin-bottom: 15px;
}
.top-line a {
    text-decoration: underline;
    color: var(--theme-color-cian-light);
}

.top-line .modal {
    line-height: 1.5;
}

.peoples-img{
    margin-top: -3px;
    margin-right: 5px;
}

/* top */

.logo__image-img{
    width: 100%;
    max-width: 230px;
}

.top-section{
    margin-bottom: 15px;
}

.numbers__number {
    font-size: 24px;
    color: var(--theme-color-blue);
    text-align: right;
    line-height: 62px;
}

.numbers__number a {
    color: var(--theme-color-blue);
    text-decoration: none;
}

.numbers__tme {
    margin-left: 15px;
    top: -5px;
    position: relative;
}
.numbers__tme a {
    text-decoration: none;
}

.icon-soc-telegram,
.icon-soc-vk {
    width: 32px;
    height: 32px;
    fill: #4CB7E1FF;
}

.icon-soc-telegram:hover {
    fill: #0088cc;
}

.icon-soc-vk:hover {
    fill: #45668e;
}


@media screen and (max-width: 1195px) and (min-width: 760px) {
    .numbers__tme {
        margin: 0px 15px 0px 15px;
    }
}

/* Анонсы на главной */

a.block-announce-link{
    text-decoration: none;
}

.block-announce{
    text-align: center;
    display: flex;
    padding: 31px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    height: 102px;
}

.block-announce-ico{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.block-announce-text{
    color: var(--theme-color-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

/* Новости */

.list-more a{
    color: var(--theme-color-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

/* login-block */

.login-block{
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--theme-color-cian);
    color: #FFF;
    padding: 30px 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.login-block h4{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.login-block .desc{
    font-weight: 700;
}

.login-block ul{
    margin-top: 20px;
    list-style-image: url("/images/li-mark.svg");
    line-height: 150%;
    text-decoration-line: underline;
}

.login-block ul.desc li{

}

.login-block .block-auth-form .checkbox {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 3px;
    margin-right: 7px;
}

.login-block .input-recall{
    text-align: center;
}

.login-block .input-recall a{
    color: white;
}

.login-block a, .login-block a:hover{
    color: white;
}

/* footer */

footer{
    margin-top: 40px;
    display: flex;
    padding: 40px 0px 40px 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #AFC8E0;
    background: #E7EDF3;
}

footer .contacts__title{
    display: block;
    color: var(--theme-color-blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

footer .bold-hr {
    width: 100%;
    border: none;
    height: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
    flex-shrink: 0;
    background-color: var(--theme-color-orange);
}

footer .contacts__item{
    font-size: 16px;
    margin-bottom: 35px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer .contacts__item a {
    text-decoration: none;
    color: #333;
}

footer .contacts__item .contacts__name{
    color: var(--theme-color-blue);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 5px;
}


footer .contacts__item .contacts__tel{

}

footer .contacts__item .contacts__email{

}

footer .search__form{
    position: relative;
}

footer .search__form .search__input{
    width: 100%;
    padding: 10px 10px 10px 34px;
    color: var(--theme-color-blue);
    align-items: center;
    border-radius: 3px;
    background: #FFF;
}

footer .search__form a.submit{
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-appearance: button;
}

.footer-copyright{
    justify-content: center;
    align-items: center;
    background: var(--theme-color-cian-light-light);
    width: 100%;
    height: 55px;
    color: var(--theme-color-blue);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    overflow: hidden;
}

.footer_feedback img{
    margin-bottom: 7px;
    margin-top: 5px;
}

/* content */

.content h1, h1.content-title {
    color: #212529;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.3rem;
}

.content{
    width: 100%;
    border-radius: 8px;
    background: #FFF;

    padding: 35px 70px 60px 70px;

    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
@media screen and (max-width: 1195px) {
    .content {
        padding: 35px 15px 60px 15px;
    }
}

.content-image.w100{
    width: 100%;
}

/* */

.left-area-h3{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.list-more-documents a{
    color: var(--theme-color-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

/* ЛК */

.ads h3{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


/* contacts */

.contacts-big{
    color: var(--theme-color-blue);
    font-size: 24px;
}

.contacts-description{
    font-size: 12px;
}

/* subscrip */

font.notetext {
    color: #464545;
}

/* */

.content-side-img {
    width: 100%;
    border-radius: 5px;
}

.table-houses {
    border-collapse: collapse;
    border: 1px solid #eee;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.table-houses th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.table-houses td {
    padding: 5px 10px;
    border: 1px solid #eee;
    text-align: left;
}

.table-houses tbody tr:nth-child(odd) {
    background: #fff;
}

.table-houses tbody tr:nth-child(even) {
    background: #F7F7F7;
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}

.receiptLinkBox .fa {
    color: var(--theme-color-green);
}
.content .receiptLinkBox {
    margin: 50px 0px 100px 0px;
}

.tszh-datepicker > div{
    background-color: var(--theme-color-blue);
}

.tszh-datepicker__input input {
    width: calc(50% - 20px);
    margin: 0 10px;
    border: none;
    border-radius: 4px;
}

font.notetext{
    color: #E94F1C;
}

.shop-bg-img{
    max-width: 100%;
}

.password-input-wr {
    position: relative;
}

.password-control {
    position: absolute;
    top: 10px;
    right: 22px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/view.svg) 0 0 no-repeat;
}

.password-control.view {
    background: url(/images/no-view.svg) 0 0 no-repeat;
}
/* End */
/* /bitrix/components/otr/tszh.header.switcher/templates/.default/style.css?15318114261874 */
/* /local/templates/atmosfera_parus/components/bitrix/system.auth.form/header-auth/style.css?1748869072580 */
/* /local/components/parus/service.cart/templates/.default/style.css?1719321887513 */
/* /local/templates/atmosfera_parus/components/bitrix/menu/top_multilevel/style.css?174886897513367 */
/* /local/templates/atmosfera_parus/components/citrus/system.auth.form/login-block-auth/style.css?1748869087418 */
/* /local/templates/atmosfera_parus/components/bitrix/form.result.new/callback_widget/style.css?17488689621304 */
/* /local/templates/atmosfera_parus/template_styles.css?174886894710695 */
