

/* Start:/local/components/sabev/agreement-popup/templates/billing74/style.css?17290092861356*/
.container {
  /*height: 100vh;*/
  /*margin: 0 auto;*/
}

.agreement-popup {
  background-color: transparent;

  left: 0px;
  bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 10px 0px;
}

.agreement-popup-content {
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 23px -3px rgba(0, 0, 0, 0.7);
  display: flex;
  margin: 20px auto;
  padding: 20px;
  width: calc(100% - 80px);
  max-width: 1440;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.agreement-popup-text {
  padding: 0 10px;
  color: #878b90;
  text-align: start;
  word-break: normal;
}

.agreement-popup-button {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  padding: 10px;
  margin: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: #2b2516 0 1px 2px;
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid;
  border-color: #c9b887 #c7a336 #cca940 #c8af64;
  border-radius: 6px;
  outline: none;
  background: #c8af64 linear-gradient(#c8af64, #c8af64 50%, #c8af64);
  box-shadow: inset rgba(255, 255, 255, 0.5) 1px 1px;
  cursor: pointer;
}

.agreement-popup-button:hover {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(#bea765, #cca83b 100%, #c09514);
}


/* End */


/* Start:/local/templates/billing74_main_page_tmpl/styles.css?17381395527209*/
html, body, form {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

html * {
    max-height: 1000000px;
}

/* ��������� font boosting �� ��������� ����������� */
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 960px;
    font-family: 'Ubuntu', arial;
    color: #525964;
    font-size: 15px;
    position: relative;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), local('Ubuntu-Regular'), url(/local/templates/billing74_main_page_tmpl/fonts/ubuntu.woff) format('woff'), url(/local/templates/billing74_main_page_tmpl/fonts/ubuntu.ttf) format('truetype');
}

@font-face {
    font-family: 'Ubuntu Medium';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Medium'), local('UbuntuLight-Bold'), url(/local/templates/billing74_main_page_tmpl/fonts/ubuntu-medium.woff) format('woff'), url(/local/templates/billing74_main_page_tmpl/fonts/ubuntu-medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Ubuntu Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/local/templates/billing74_main_page_tmpl/fonts/ubuntu-bold.woff) format('woff'), url(/local/templates/billing74_main_page_tmpl/fonts/ubuntu-bold.ttf) format('truetype');
}

a {
    text-decoration: none;
}

a:link {
    color: #aa995c;
}

a:visited {
    color: #aa995c;
}

a:active {
    color: #d2be75;
}

a:hover {
    color: #d2be75;
}

a.news_link {
    color: #314a5b;
    border-bottom: #ccd6e9 1px solid;
}

a.news_link:hover {
    color: #d2be75;
    border-bottom: #d2be75 1px solid;
}

a.more_info {
    border-bottom: #aa995c 1px solid;
    text-transform: uppercase;
}

a.more_info:hover {
    border-bottom: #d2be75 1px solid;
    text-transform: uppercase;
}

a.white {
    color: #eeeeee;
    border-bottom: #ffffff 1px dotted;
}

a.white:hover {
    color: #ffffff;
}

img {
    border: 0 none;
}

hr {
    width: 100%;
    height: 1px;
    border: medium none;
    color: #e6eaed;
    background-color: #e6eaed;
    margin: 0;
}

#footer hr {
    color: #93b0c4;
    background-color: #93b0c4;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    vertical-align: top;
    font-size: 15px;
    font-family: 'Ubuntu', arial;
    padding: 0;
}

table.block {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

table.padd td {
    padding: 7px 0 7px 0;
}

table#block_modules {
    border-collapse: separate;
    border-spacing: 2px;
}

table#block_modules td.module {
    cursor: pointer;
    padding: 30px 0 30px 0;
    text-align: center;
    line-height: 1.5;
    color: #314a5b;
    font-weight: bold;
    border: #fdfdfd 1px solid;
}

table#block_modules td.module:hover {
    border: #e6eaed 1px solid;
}

table#order td {
    vertical-align: middle;
}

td.h01 {
    height: 1px;
    padding: 0px;
}

td.h10 {
    height: 10px;
}

td.h15 {
    height: 15px;
}

td.h20 {
    height: 20px;
}

td.h25 {
    height: 25px;
}

td.h30 {
    height: 30px;
}

td.h35 {
    height: 35px;
}

ul,
ol li {
    line-height: 1.5;
}

textarea:focus,
input:focus {
    outline: none;
}

.for_input {
    font-family: 'Ubuntu', arial;
    font-size: 13px;
    background-color: #fafafa;
    padding: 8px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.fi_def {
    border: #aa995c 1px solid;
    color: #314a5b;
}

.fi_bad {
    border: #ff0000 1px solid;
    color: #aa0000;
}

.btn_submit {
    background-image: url(/local/templates/billing74_main_page_tmpl/images/button_send.png);
    width: 157px;
    height: 37px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

.btn_submit:hover {
    -webkit-filter: brightness(1.2);
}

#header {
    width: 100%;
    height: 190px;
    background: url(/local/templates/billing74_main_page_tmpl/images/header_city_chel2.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table#header_table {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

td#header_logo {
    width: 160px;
    padding: 20px 0 0 20px;
}

td#header_menu {
    padding: 10px 0 0 15px;
}

div#header_company {
    margin: 20px 0 0 0;
}

span.menu {
    padding-right: 20px;
    font-family: 'Ubuntu Bold', arial;
    text-transform: uppercase;
}

span.menu a.dotted {
    color: #314a5b;
    border-bottom: #587a91 1px dotted;
}

span.menu a.dotted:hover {
    color: #3f6c8a;
    border-bottom: #3f6c8a 1px dotted;
}

span.menu a.solid {
    color: #314a5b;
    border-bottom: #587a91 1px solid;
}

span.menu a.solid:hover {
    color: #3f6c8a;
    border-bottom: #3f6c8a 1px solid;
}

span.header_slogan {
    font-family: 'Ubuntu Bold', arial;
    background: url(/local/templates/billing74_main_page_tmpl/images/white.png) repeat #ffffff;
    padding: 7px 11px 7px 11px;
    color: #314a5b;
}

#work_area {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 20px;
}

#warp {
    height: 286px;
}

#footer {
    background: #314a5b;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#footer td {
    color: #93b0c4;
}

#footer td.white {
    color: #ffffff;
}

.bg1 {
    background-color: #ffffff;
}

.bg2 {
    background-color: #f9f7f2;
}

.header {
    color: #314a5b;
    font-family: 'Ubuntu Bold', arial;
}

.dot {
    color: #314a5b;
    display: none;
}

.star {
    color: #ff0000;
    font-size: 18px;
}

.important {
    color: #aa995c;
}

.upp {
    text-transform: uppercase;
}

.stat {
    font-size: 94px;
}

.stattxt {
    font-size: 26px;
}

.stattip {
    font-size: 18px;
    color: #aa995c;
}

.button:hover {
    -webkit-filter: brightness(1.2);
}

.hide-layout {
    display: none;
    background: #000;
    bottom: 0;
    filter: alpha(opacity=50);
    hasLayout: true;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

.popup {
    display: none;
    position: absolute;
    background-color: #fafafa;
    border: #aa995c 2px solid;
    min-width: 560px;
    margin-top: -100px;
    z-index: 999;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.popup-content {
    border-radius: 6px;
    line-height: 1.6;
    padding: 20px;
    color: #000000;
}

.popup-title {
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    box-shadow: inset 0 1px 1px #e6edef;
}

.btn-close {
    background: url(/local/templates/billing74_main_page_tmpl/images/close.png) no-repeat;
    height: 17px;
    right: 10px;
    position: absolute;
    top: 10px;
    width: 16px;
    cursor: pointer;
}

.f13 {
    font-size: 13px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.f32 {
    font-size: 32px;
}

.f48 {
    font-size: 48px;
}

.a_l {
    text-align: left;
}

.a_c {
    text-align: center;
}

.a_r {
    text-align: right;
}

.a_j {
    text-align: justify;
}

.v_t {
    vertical-align: top;
}

.v_m {
    vertical-align: middle;
}

.v_b {
    vertical-align: bottom;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.lsp_1 {
    line-height: 1.3;
}

.lsp_2 {
    line-height: 1.5;
}

.p_none {
    padding: 0;
}

.p_total {
    padding: 10px;
}

.p_left {
    padding-left: 10px;
}

.p_right {
    padding-right: 10px;
}

.p_top {
    padding-top: 10px;
}

.p_bottom {
    padding-bottom: 10px;
}
/* End */
/* /local/components/sabev/agreement-popup/templates/billing74/style.css?17290092861356 */
/* /local/templates/billing74_main_page_tmpl/styles.css?17381395527209 */
