@charset "UTF-8";
/** Generated by FG **/
@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-Medium.eot"); src: local("☺"), url("fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("fonts/HelveticaNeue-Medium.svg") format("svg"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-MediumItaicl.eot"); src: local("☺"), url("fonts/HelveticaNeue-MediumItaicl.ttf") format("truetype"), url("fonts/HelveticaNeue-MediumItaicl.svg") format("svg"); font-weight: normal; font-style: italic; }

@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-Bold.eot"); src: local("☺"), url("fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("fonts/HelveticaNeue-Bold.svg") format("svg"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-BoldItalic.eot"); src: local("☺"), url("fonts/HelveticaNeue-BoldItalic.ttf") format("truetype"), url("fonts/HelveticaNeue-BoldItalic.svg") format("svg"); font-weight: bold; font-style: italic; }

@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-LightItalic.eot"); src: local("☺"), url("fonts/HelveticaNeue-LightItalic.ttf") format("truetype"), url("fonts/HelveticaNeue-LightItalic.svg") format("svg"); font-weight: 100; font-style: italic; }

@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-Light.eot"); src: local("☺"), url("fonts/HelveticaNeue-Light.ttf") format("truetype"), url("fonts/HelveticaNeue-Light.svg") format("svg"); font-weight: 100; font-style: normal; }

@font-face { font-family: 'Conv_Helvetica'; src: url("fonts/HelveticaNeue-Roman.eot"); src: local("☺"), url("fonts/HelveticaNeue-Roman.ttf") format("truetype"), url("fonts/HelveticaNeue-Roman.svg") format("svg"); font-weight: normal; font-style: normal; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder { color: #999999; opacity: 1; }

.form-control:-ms-input-placeholder { color: #999999; }

.form-control::-webkit-input-placeholder { color: #999999; }

.form-control::-ms-expand { background-color: transparent; border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; } }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

.form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; border-radius: 3px; }

select.input-sm { height: 30px; line-height: 30px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; border-radius: 3px; }

.form-group-sm select.form-control { height: 30px; line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }

.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; border-radius: 6px; }

select.input-lg { height: 46px; line-height: 46px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; border-radius: 6px; }

.form-group-lg select.form-control { height: 46px; line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; }

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; }

.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }

.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }

.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }

.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; }

.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }

.form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }

@media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } }

@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }

.fade.in { opacity: 1; }

.collapse { display: none; }

.collapse.in { display: block; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; -o-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.input-group { position: relative; display: table; border-collapse: separate; }

.input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; }

.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

.input-group .form-control:focus { z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; -webkit-border-radius: 6px; border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; -webkit-border-radius: 3px; border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { -webkit-border-radius: 0; border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; -webkit-border-radius: 4px; border-radius: 4px; }

.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; -webkit-border-radius: 3px; border-radius: 3px; }

.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; -webkit-border-radius: 6px; border-radius: 6px; }

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }

.input-group-btn > .btn { position: relative; }

.input-group-btn > .btn + .btn { margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }

.modal-open { overflow: hidden; }

.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }

.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal-dialog { position: relative; width: auto; margin: 10px; }

.modal-content { position: relative; background-color: #ffffff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); outline: 0; }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }

.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }

.modal-backdrop.in { filter: alpha(opacity=50); opacity: 0.5; }

.modal-header { padding: 15px; }

.modal-header .close { margin-top: -2px; float: right; position: absolute; right: 30px; top: 30px; z-index: 3; }

.modal-title { margin: 0; line-height: 1.42857143; }

.modal-body { position: relative; padding: 15px; }

.modal-footer { padding: 15px; }

.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; }
  .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm { width: 300px; } }

@media (min-width: 992px) { .modal-lg { width: 900px; } }

.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; }

.clearfix:after, .form-horizontal .form-group:after, .modal-header:after, .modal-footer:after { clear: both; }

.center-block { display: block; margin-right: auto; margin-left: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }

@media (max-width: 767px) { .visible-xs-block { display: block !important; } }

@media (max-width: 767px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table !important; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table !important; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table !important; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }

@media (min-width: 1200px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 767px) { .hidden-xs { display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }

@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table !important; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }

.visible-print-block { display: none !important; }

@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }

@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }

@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }

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

@media (min-width: 768px) { .b-container { width: 750px; } }

@media (min-width: 992px) { .b-container { width: 970px; } }

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

.b-row { margin-left: -15px; margin-right: -15px; }

.b-row:after { content: ''; display: block; clear: both; visibility: hidden; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-pull-11 { right: 91.66666667%; }

.col-xs-pull-10 { right: 83.33333333%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-8 { right: 66.66666667%; }

.col-xs-pull-7 { right: 58.33333333%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-5 { right: 41.66666667%; }

.col-xs-pull-4 { right: 33.33333333%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-2 { right: 16.66666667%; }

.col-xs-pull-1 { right: 8.33333333%; }

.col-xs-pull-0 { right: auto; }

.col-xs-push-12 { left: 100%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-0 { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; } }

@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; } }

@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0%; } }

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: jquery.mb.components file: jquery.mb.YTPlayer.css last modified: 10/25/18 8:00 PM Version:  {{ version }} Build:  {{ buildnum }} Open Lab s.r.l., Florence - Italy email:  matteo@open-lab.com blog: 	http://pupunzi.open-lab.com site: 	http://pupunzi.com http://open-lab.com Licences: MIT, GPL http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html Copyright (c) 2001-2018. Matteo Bicocchi (Pupunzi) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@font-face { font-family: 'ytpregular'; src: url("font/ytp-regular.eot"); }

@font-face { font-family: 'ytpregular'; src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("font/ytp-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

.mb_YTPlayer:focus { outline: 0; }

.YTPWrapper { display: block; -webkit-transform: translateZ(0) translate3d(0, 0, 0); transform: translateZ(0) translate3d(0, 0, 0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000; perspective: 1000; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPlayer .loading { position: absolute; top: 10px; right: 10px; font-size: 12px; color: #fff; background: rgba(0, 0, 0, 0.51); text-align: center; padding: 2px 4px; -webkit-border-radius: 5px; border-radius: 5px; font-family: "Droid Sans", sans-serif; -webkit-animation: fade .1s infinite alternate; /* Chrome, Safari, Opera */ animation: fade .1s infinite alternate; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fade { 0% { opacity: .5; }
  100% { opacity: 1; } }

/* Standard syntax */
@keyframes fade { 0% { opacity: .5; }
  100% { opacity: 1; } }

.YTPFullscreen { display: block !important; position: fixed !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; margin: 0 !important; border: none !important; opacity: 1 !important; background-color: #000 !important; padding: 0 !important; }

.inlinePlayButton, .inlinePlayButtonMobile { position: absolute; width: 70px; height: 70px; line-height: 80px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; cursor: pointer; background: url(../img/svg/icons/ic-player.svg); -webkit-background-size: contain; background-size: contain; background-repeat: no-repeat; background-position: center center; text-indent: -900px; overflow: hidden; }

.inlinePlayButtonMobile { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.mbYTP_wrapper iframe { max-width: 8000px !important; }

.inline_YTPlayer { margin-bottom: 20px; vertical-align: top; position: relative; left: 0; overflow: hidden; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img { border: none !important; margin: 0 !important; padding: 0 !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }

/*CONTROL BAR*/
.mb_YTPBar .ytpicon { font-size: 20px; font-family: 'ytpregular'; }

.mb_YTPBar .mb_YTPUrl.ytpicon { font-size: 30px; }

.mb_YTPBar { -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; display: block; width: 100%; height: 10px; padding: 5px; background: #333; position: fixed; bottom: 0; left: 0; text-align: left; z-index: 1000; font: 14px/16px sans-serif; color: white; opacity: .1; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPBar.visible, .mb_YTPBar:hover { opacity: 1; }

.mb_YTPBar .buttonBar { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; background: transparent; font: 12px/14px san-serif; position: absolute; top: -30px; left: 0; padding: 5px; width: 100%; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPBar:hover .buttonBar { background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span { display: inline-block; font: 16px/20px sans-serif; position: relative; width: 30px; height: 25px; vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime { width: 130px; }

.mb_YTPBar span.mb_YTPUrl, .mb_YTPBar span.mb_OnlyYT { position: absolute; width: auto; display: block; top: 6px; right: 10px; cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img { width: 60px; }

.mb_YTPBar span.mb_OnlyYT { left: 300px; right: auto; }

.mb_YTPBar span.mb_OnlyYT img { width: 25px; }

.mb_YTPBar span.mb_YTPUrl a { color: white; }

.mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img { cursor: pointer; }

.mb_YTPBar .mb_YTPMuteUnmute { cursor: pointer; }

/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress { height: 10px; width: 100%; background: #222; bottom: 0; left: 0; }

.mb_YTPBar .mb_YTPLoaded { height: 10px; width: 0; background: #444; left: 0; }

.mb_YTPBar .mb_YTPseekbar { height: 10px; width: 0; background: #bb110e; bottom: 0; left: 0; -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay { backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: "flat"; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*RASTER OVERLAY*/
.YTPOverlay.raster { background: url("images/raster.png"); }

.YTPOverlay.raster.retina { background: url("images/raster@2x.png"); }

.YTPOverlay.raster-dot { background: url("images/raster_dot.png"); }

.YTPOverlay.raster-dot.retina { background: url("images/raster_dot@2x.png"); }

/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider { position: relative; width: 100px; height: 10px; border: 1px solid #fff; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: 10px; cursor: pointer !important; -webkit-border-radius: 3px; border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider { width: 40px; }

.mb_YTPBar.compact span.mb_OnlyYT { left: 260px; }

.mb_YTPBar .simpleSlider.muted { opacity: .3; }

.mb_YTPBar .level { position: absolute; left: 0; bottom: 0; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPBar .level.horizontal { height: 100%; width: 0; }

.mb_YTPBar .level.vertical { height: auto; width: 100%; }

* { margin: 0; }

body { position: relative; font-family: "Conv_Helvetica", sans-serif; }

* { font-family: "Conv_Helvetica", sans-serif !important; }

::-webkit-input-placeholder { font-size: inherit; color: #9B9B9B; font-weight: normal; opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

::-moz-placeholder { font-size: inherit; color: #9B9B9B; font-weight: normal; opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:-moz-placeholder { font-size: inherit; color: #9B9B9B; font-weight: normal; opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:-ms-input-placeholder { font-size: inherit; color: #9B9B9B; font-weight: normal; opacity: 1; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus::-webkit-input-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus::-moz-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus:-moz-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus:-ms-input-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

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

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

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

.flexbox, .d-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flexbox:after, .flexbox:before, .d-flex:after, .d-flex:before { display: none !important; }

.flex-wrap, .flexbox-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.align-start { -webkit-box-pack: start; -webkit-justify-content: start; -ms-flex-pack: start; justify-content: start; }

.align-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.align-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.align-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.align-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.items-top { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.items-stretch { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.items-end, .items-bottom { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex-column > * { width: 100%; }

.order-0 { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; }

.order-2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.order-3 { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }

.order-4 { -webkit-box-ordinal-group: 5; -webkit-order: 4; -ms-flex-order: 4; order: 4; }

.order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.left { float: left; }

.right { float: right; }

.cf:after, .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-center { display: block; margin-left: auto; margin-right: auto; }

.clearfix::before, .clearfix::after { content: ' '; display: table; }

.clearfix::after { clear: both; }

.btn { width: 100%; display: block; max-width: 285px; background: #F7941F; color: #fff; text-transform: uppercase; text-align: center; line-height: 50px; font-size: 2em; font-family: "futurafuturislightcregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; padding-top: 5px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.btn:hover { background: #f89b2e; }

.btn-callback { font-weight: bold; font-size: 16px; line-height: 18px; text-transform: none; padding: 11px; width: 170px; }

@-webkit-keyframes slide { 0% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); }
  50% { -webkit-transform: translate(4px, 0); transform: translate(4px, 0); }
  100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); } }

@keyframes slide { 0% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); }
  50% { -webkit-transform: translate(4px, 0); transform: translate(4px, 0); }
  100% { -webkit-transform: translate(0px, 0); transform: translate(0px, 0); } }

.header-site { position: fixed; width: 100%; z-index: 999; top: 0; background-color: #08214A; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; height: 80px; }

.front-page .header-site { background: transparent; padding-top: 20px; -webkit-transition: all 200ms; -o-transition: all 200ms; transition: all 200ms; }

.header-site.header-small { background: #08214A; padding-top: 0; }

.phone_call_info { font-size: 9px; font-weight: 300; display: block; line-height: 1; margin-bottom: 2px; }

.top-bar .menu-icon { width: 60px; margin-top: 29px; }

.top-bar .menu-icon:before { content: ''; display: block; height: 3px; background: #fff; margin-bottom: 10px; -webkit-transition: all 200ms; -o-transition: all 200ms; transition: all 200ms; }

.top-bar .menu-icon:after { top: 10px; -webkit-box-shadow: 0 10px 0 #fff; box-shadow: 0 10px 0 #fff; height: 3px; -webkit-transition: all 200ms; -o-transition: all 200ms; transition: all 200ms; }

.top-bar .menu-icon.active:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-top: 10px; }

.top-bar .menu-icon.active:after { -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#responsive-menu { display: inline-block; vertical-align: middle; float: right; }

@media screen and (min-width: 1024px) { #responsive-menu { display: block !important; } }

@media screen and (max-width: 1023px) { #responsive-menu { width: auto; left: -15px; right: -15px; background: #08214A; position: absolute; top: 75px; padding: 15px; display: none; }
  #responsive-menu .menu { text-align: left; } }

.box-inner-mob-menu { padding-top: 30px; padding-left: 15px; }

@media screen and (min-width: 1024px) { .box-inner-mob-menu { display: none; } }

.box-inner-mob-menu .mob-menu-phones { font-weight: bold; font-size: 18px; line-height: 18px; margin-bottom: 12px; color: #fff; }

.box-inner-mob-menu .mob-menu-phones a { text-decoration: none; color: inherit; }

@media screen and (max-width: 63.9375em) { .mobile-dropdown { width: 100%; float: left; padding: 20px 0 10px; }
  .menu { text-align: center; }
  .menu li { padding: 4px 0; }
  .is-drilldown { width: 100% !important; }
  .top-bar-right { padding-bottom: 20px; }
  .top-bar-title { width: 100%; }
  .top-bar-right { width: 100%; } }

.top-bar .logo { display: inline-block; float: left; top: 0; left: 0; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }

.front-page .top-bar .logo { margin-top: 2px; }

.header-small .top-bar .logo { margin-top: 2px; }

@media screen and (max-width: 767px) { .header-small .top-bar .logo { width: 169px; margin-top: 11px; } }

.top-bar .phone-number { line-height: 33px; font-size: 2em; text-align: center; font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; color: #fff; float: right; letter-spacing: 0.0025em; margin-left: 16px; }

.top-bar .phone-number .phone__inner { display: block; line-height: 23px; font-size: 18px; text-align: left; }

@media screen and (max-width: 1023px) { .top-bar .phone-number { display: none; } }

@media screen and (min-width: 64em) { .top-bar #main-menu { display: inline-block; float: right; }
  .top-bar #main-menu li { padding: 21px 0; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } }

.top-bar .menu a { font-family: "futurafuturiscregular", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; line-height: 30px; padding: 0 18px; color: #fff; font-size: 1.8em; letter-spacing: 0.2px; }

@media screen and (min-width: 1250px) { .top-bar .menu a { padding: 0 18px; } }

.is-drilldown { height: auto !important; }

#intro { overflow: hidden; position: relative; position: relative; min-height: 100vh; height: 600px; }

@media screen and (max-width: 1023px) { #intro { min-height: 720px; } }

#intro .slogan-content { width: 37%; float: right; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 1023px) { #intro .slogan-content { width: 30%; } }

@media screen and (max-width: 767px) { #intro .slogan-content { width: 100%; position: absolute; } }

#intro .slogan-content .slogan { background: #08214A; color: #fff; margin-right: -40px; -webkit-box-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2; margin-top: auto; padding: 7vh 30px 10vh 120px; }

@media screen and (max-width: 1023px) { #intro .slogan-content .slogan { padding: 20px 15px 50px; margin-right: -180px; } }

@media screen and (max-width: 767px) { #intro .slogan-content .slogan { margin-right: 0; margin-top: 0; padding-top: 100px; background: transparent; border-left: 11px solid #08214A; padding-left: 15px; } }

@media (min-width: 768px) { #intro .slogan-content .slogan { padding-left: -webkit-calc(50vw - 375px + 15px); padding-left: calc(50vw - 375px + 15px); } }

@media (min-width: 992px) { #intro .slogan-content .slogan { padding-left: -webkit-calc(50vw - 485px + 15px); padding-left: calc(50vw - 485px + 15px); } }

@media (min-width: 1200px) { #intro .slogan-content .slogan { padding-left: -webkit-calc(50vw - 600px + 15px); padding-left: calc(50vw - 600px + 15px); } }

#intro .slogan-content .slogan h1 { font-weight: bold; font-size: 85px; line-height: 85px; margin-bottom: 55px; font-family: "Conv_Helvetica", sans-serif; }

@media screen and (max-width: 767px) { #intro .slogan-content .slogan h1 { font-size: 60px; line-height: 1.2; } }

#intro .slogan-content .choose-apartment { font-weight: bold; font-size: 16px; line-height: 16px; padding: 22px 22px; max-width: 260px; font-family: "Conv_Helvetica", sans-serif; text-transform: none; }

#intro .slogan-content .choose-apartment:hover { color: #fff; }

.home-slider { width: 63%; float: right; right: 0; left: auto; max-width: 75%; min-width: 64%; position: relative; }

@media screen and (max-width: 1023px) { .home-slider { width: 70%; } }

@media screen and (max-width: 767px) { .home-slider { width: 100%; max-width: 100%; } }

.home-slider:before { content: ''; display: block; position: absolute; height: 223px; left: 0; top: 0; z-index: 2; width: 100%; background: -webkit-linear-gradient(top, #08214a 0%, rgba(8, 33, 74, 0) 100%); background: -webkit-gradient(linear, left top, left bottom, from(#08214a), to(rgba(8, 33, 74, 0))); background: -o-linear-gradient(top, #08214a 0%, rgba(8, 33, 74, 0) 100%); background: linear-gradient(to bottom, #08214a 0%, rgba(8, 33, 74, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08214a', endColorstr='#0008214a',GradientType=0 ); }

@media screen and (max-width: 767px) { .home-slider:before { display: none; } }

.home-slider:after { content: ''; height: 148px; width: 75px; background: url(../img/el-des-banner.png) no-repeat center 0; -webkit-background-size: contain; background-size: contain; position: absolute; left: -7px; top: 0; }

@media screen and (max-width: 1023px) { .home-slider:after { display: none; } }

.home-slider .slick-dots { left: auto; width: auto; }

.home-slider .slick-dots li { display: block; margin: 10px; background: #F7941F; opacity: 0.4; height: 15px; width: 15px; -webkit-border-radius: 50%; border-radius: 50%; }

.home-slider .slick-dots li.slick-active { opacity: 1; }

.home-slider .player-bg { position: absolute; height: 100% !important; width: 100%; }

.home-slider .plyr__video-wrapper { position: absolute; left: 0; top: 0; }

.home-slider .main-video { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }

.home-main { padding-top: 80px; margin-bottom: 60px; }

.home-main:before { content: ''; display: block; height: 7px; width: 100%; background: url(../img/vawe-1.png) no-repeat center; }

.home-main__inner { width: 860px; padding: 40px 15px 40px 40px; max-width: 100%; margin: 0 auto; min-height: 230px; background: url(../img/home-kray-bg.png) no-repeat center top; -webkit-background-size: contain; background-size: contain; position: relative; }

.home-main__inner:after { content: ''; display: block; position: absolute; height: 7px; bottom: 0; left: 0; width: 100%; background: url(../img/vawe-1.png) no-repeat center; }

@media screen and (max-width: 767px) { .home-main__inner { background-position: left 15px bottom 3px; -webkit-background-size: 507px 137px; background-size: 507px 137px; padding-top: 26px; padding-bottom: 50px; padding-left: 15px; } }

.home-main__text { font-size: 16px; line-height: 27px; }

.home-main__text p { font-size: 1em; line-height: inherit; }

.b-why { height: 650px; background: url(../img/bg-why-1.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; position: relative; }

@media screen and (max-width: 1023px) { .b-why { height: 685px; } }

@media screen and (max-width: 767px) { .b-why { height: auto; overflow: hidden; } }

.b-why:after { content: ''; position: absolute; background: rgba(26, 61, 119, 0.85); right: 0; top: 0; bottom: 0; width: 50%; }

@media screen and (max-width: 1150px) { .b-why:after { width: 670px; } }

@media screen and (max-width: 1023px) { .b-why:after { width: auto; left: 50%; margin-left: -128px; } }

@media screen and (max-width: 767px) { .b-why:after { margin-left: 0; left: 0; } }

.b-why__inner { width: 1170px; max-width: 100%; margin: 0 auto; position: relative; z-index: 1; padding: 50px 30px 0; }

@media screen and (max-width: 1150px) { .b-why__inner { width: 1020px; } }

@media screen and (max-width: 1023px) { .b-why__inner { width: 748px; padding-left: 0; padding-right: 0; } }

.b-why__right { float: right; width: 50%; color: #fff; margin-bottom: 50px; }

@media screen and (max-width: 1150px) { .b-why__right { width: 670px; } }

@media screen and (max-width: 1023px) { .b-why__right { width: 500px; } }

@media screen and (max-width: 767px) { .b-why__right { width: auto; float: none; } }

.b-why__border { border: 3px solid #FFFFFF; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); padding: 40px 20px 40px 140px; margin-left: -110px; margin-right: 50px; min-height: 317px; }

@media screen and (max-width: 1150px) { .b-why__border { margin-left: 15px; padding-left: 70px; } }

@media screen and (max-width: 1023px) { .b-why__border { margin-left: 25px; padding-left: 40px; margin-right: 0; min-height: 360px; } }

@media screen and (max-width: 767px) { .b-why__border { border-right: none; padding: 15px 15px 30px; margin-left: 15px; min-height: auto; } }

.b-why__box { font-family: "Conv_Helvetica", sans-serif; }

.b-why__box h2, .b-why__box .h2 { font-size: 48px; line-height: 58px; font-weight: bold; font-family: inherit; margin-bottom: 25px; }

@media screen and (max-width: 767px) { .b-why__box h2, .b-why__box .h2 { font-size: 36px; line-height: 1.3; } }

.b-why__box .text { font-size: 16px; }

.b-why__box .text p { font-size: inherit; }

.b-why__items { clear: both; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin: 0 -60px; }

@media screen and (max-width: 1150px) { .b-why__items { display: block; margin: 0 -15px; }
  .b-why__items:after { content: ''; display: block; clear: both; } }

@media screen and (max-width: 767px) { .b-why__items { margin: 0; } }

.b-why__item { width: 216px; height: 172px; background: #fff; margin: 0 15px; overflow: hidden; position: relative; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 767px) { .b-why__item { margin: 0 0 12px 0px; max-width: 50%; background: transparent; padding: 0 6px; } }

.b-why__item .caption { padding: 10px 10px 10px 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 767px) { .b-why__item .caption { background: #fff; height: 100%; padding-left: 8px; padding-right: 8px; } }

.b-why__item .icon { text-align: center; height: 65px; }

.b-why__item .lbl { text-transform: uppercase; font-size: 18px; color: #3661A4; padding-left: 15px; font-weight: 500; }

@media screen and (max-width: 767px) { .b-why__item .lbl { font-size: 14px; padding-left: 0; } }

.b-why__item .overlay { background: #224783; color: #fff; position: absolute; font-size: 16px; line-height: 1.25em; padding: 20px 15px 15px 25px; width: 100%; height: 100%; top: 100%; opacity: 0; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 767px) { .b-why__item .overlay { width: auto; left: 6px; right: 6px; padding: 15px 10px; font-size: 14px; } }

.b-why__item:hover .overlay, .b-why__item:active .overlay, .b-why__item:focus .overlay { top: 0; opacity: 1; }

@media screen and (max-width: 1150px) { .b-why__item { float: left; }
  .b-why__item:first-of-type { margin-top: -222px; } }

@media screen and (max-width: 1150px) and (max-width: 1023px) { .b-why__item:first-of-type { margin-top: -410px; } }

@media screen and (max-width: 1150px) and (max-width: 767px) { .b-why__item:first-of-type { margin-top: 0; } }

@media screen and (max-width: 1150px) { .b-why__item:nth-child(2) { clear: both; } }

@media screen and (max-width: 1150px) and (max-width: 1023px) { .b-why__item:nth-child(2) { clear: left; margin-top: -205px; } }

@media screen and (max-width: 1150px) and (max-width: 767px) { .b-why__item:nth-child(2) { margin-top: 0; clear: right; } }

@media screen and (max-width: 1023px) { .b-why__item:nth-child(3) { clear: both; } }

.home-pri { padding: 80px 13px; }

@media screen and (max-width: 991px) { .home-pri { padding-top: 50px; } }

.home-pri__border { border: 3px solid #F6921E; padding: 42px 15px 42px 15px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 991px) { .home-pri__border { padding-bottom: 20px; } }

@media screen and (min-width: 992px) { .home-pri__border { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-left: -webkit-calc(50vw - 475px); padding-left: calc(50vw - 475px); } }

@media (min-width: 1200px) { .home-pri__border { padding-left: -webkit-calc(50vw - 600px); padding-left: calc(50vw - 600px); } }

.home-pri__title { font-size: 40px; font-weight: bold; color: #2B388F; line-height: 1; text-transform: uppercase; }

@media screen and (max-width: 1023px) { .home-pri__title { font-size: 32px; } }

@media screen and (max-width: 991px) { .home-pri__title { margin-bottom: 30px; } }

.home-pri__list { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-left: auto; }

.home-pri .pri-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 12px 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1023px) { .home-pri .pri-item { display: block; text-align: center; } }

.home-pri .pri-item__img { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 30px; }

@media screen and (max-width: 991px) { .home-pri .pri-item__img { margin: 0 auto 10px; } }

.home-pri .pri-item__img img { height: 56px; width: 56px; -o-object-fit: contain; object-fit: contain; }

.home-pri .pri-item__text { font-size: 16px; }

.advantages { margin-bottom: 60px; padding-top: 75px; }

@media screen and (max-width: 767px) { .advantages { padding-top: 30px; margin-bottom: 30px; } }

.advantages__inner { margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; max-width: 100%; }

@media screen and (max-width: 1220px) { .advantages__inner { width: 950px; } }

@media screen and (max-width: 1023px) { .advantages__inner { width: 768px; display: block; } }

@media screen and (max-width: 767px) { .advantages__inner { display: block; } }

.advantages__header { width: 25%; }

@media screen and (max-width: 1220px) { .advantages__header { width: 40%; } }

@media screen and (max-width: 1023px) { .advantages__header { width: auto; padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 767px) { .advantages__header { width: auto; } }

.advantages__header h2 { font-size: 48px; line-height: 1; margin-bottom: 60px; color: #08214A; font-family: "Conv_Helvetica", sans-serif; font-weight: bold; }

@media screen and (max-width: 767px) { .advantages__header h2 { margin-bottom: 30px; font-size: 36px; } }

.advantages__header .text { font-size: 16px; }

.advantages__header .text p { font-size: 1em; margin-bottom: 1.5em; line-height: 1.6875; }

.advantages__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 75%; }

@media screen and (max-width: 1220px) { .advantages__list { width: 60%; } }

@media screen and (max-width: 1023px) { .advantages__list { width: auto; } }

@media screen and (max-width: 767px) { .advantages__list { width: auto; position: relative; overflow: hidden; }
  .advantages__list .slick-list { width: 300px; overflow: visible; margin-left: auto; margin-right: auto; }
  .advantages__list .slick-track { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.advantages__item { width: 33.33%; padding: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-family: "Conv_Helvetica", sans-serif; }

@media screen and (max-width: 1220px) { .advantages__item { width: 50%; } }

@media screen and (max-width: 1023px) { .advantages__item { width: 33.3%; } }

@media screen and (max-width: 767px) { .advantages__item { width: 33.3%; } }

@media screen and (max-width: 767px) { .advantages__item { width: 300px; height: auto; } }

.advantages__item .item-inner { height: 100%; -webkit-box-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2; padding: 40px 22px; border: 1px solid #3661A4; }

@media screen and (max-width: 1023px) { .advantages__item .item-inner { padding-left: 15px; padding-right: 15px; } }

.advantages__item .a-head { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 20px; }

.advantages__item .a-head .a-img { width: 72px; min-width: 72px; }

@media screen and (max-width: 1023px) { .advantages__item .a-head .a-img { width: 68px; min-width: 68px; } }

.advantages__item .a-head .h3, .advantages__item .a-head h3 { font-weight: 500; font-size: 18px; line-height: 24px; color: #3661A4; text-transform: uppercase; font-family: inherit; }

.advantages__item .a-text { font-size: 16px; line-height: 22px; font-family: inherit; font-weight: 300; }

.advantages__item .a-text p { font-size: 1em; }

.advantages .advantages-arrows { display: none; }

@media screen and (max-width: 767px) { .advantages .advantages-arrows { display: block; text-align: center; }
  .advantages .advantages-arrows .slick-arrow { display: inline-block !important; width: 105px; height: 40px; outline: none; border: 1px solid #F7941F; vertical-align: middle; margin: 5px; text-indent: -900px; overflow: hidden; position: static; }
  .advantages .advantages-arrows .slick-prev { background: url("../img/svg/arr-mob-prev.svg") no-repeat center; }
  .advantages .advantages-arrows .slick-next { background: url("../img/svg/arr-mob-next.svg") no-repeat center; } }

@media screen and (max-width: 1023px) { .b-investors { display: block; }
  .b-investors:after { content: ''; display: block !important; clear: both; visibility: hidden; } }

.b-investors__left { width: 61%; background: #08214A; color: #fff; font-family: "Conv_Helvetica", sans-serif; padding: 70px 200px 50px 15px; }

@media screen and (max-width: 1023px) { .b-investors__left { width: auto; padding-left: 15px; padding-right: 15px; margin-bottom: 0; padding-bottom: 103px; }
  .b-investors__left:after { content: ''; display: block; clear: both; visibility: hidden; } }

@media screen and (max-width: 767px) { .b-investors__left { padding-bottom: 100px; } }

@media screen and (min-width: 1024px) { .left-img .b-investors__left { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; padding: 70px 15px 50px 130px; } }

.b-investors__left .title-block { font-size: 48px; line-height: 58px; font-weight: bold; margin-bottom: 1em; font-family: inherit; }

@media screen and (max-width: 767px) { .b-investors__left .title-block { font-size: 36px; } }

.b-investors__left .text { font-size: 16px; line-height: 1.6; }

@media screen and (max-width: 1023px) { .b-investors__left .text { margin-bottom: 40px; } }

.b-investors__left .text p { font-size: inherit; margin-bottom: 1.7em; font-family: inherit; font-weight: 300; line-height: 1.6; }

.b-investors__left .text .link-calc { font-size: 18px; color: #F7941F; font-weight: bold; display: inline-block; margin-bottom: 25px; text-decoration: underline; }

.b-investors__content { max-width: 100%; }

@media screen and (max-width: 1023px) { .b-investors__content { float: none; margin-left: auto; margin-right: auto; } }

@media (min-width: 992px) { .b-investors__content { padding-left: -webkit-calc(50vw - 475px); padding-left: calc(50vw - 475px); } }

@media (min-width: 1200px) { .b-investors__content { padding-left: -webkit-calc(50vw - 600px); padding-left: calc(50vw - 600px); } }

@media screen and (min-width: 1024px) { .left-img .b-investors__content { padding-left: 30px; padding-right: -webkit-calc(50vw - 630px); padding-right: calc(50vw - 630px); } }

.b-investors__content .btn-warning { font-family: "Conv_Helvetica", sans-serif; font-weight: bold; font-size: 16px; line-height: 18px; padding: 21px 20px; border: none; max-width: 260px; text-transform: none; }

.b-investors__content .btn-warning:hover { color: #fff; }

.b-investors__right { width: 39%; position: relative; z-index: 2; }

@media screen and (max-width: 1023px) { .b-investors__right { width: 50%; float: right; margin-top: -48px; } }

@media screen and (max-width: 767px) { .b-investors__right { width: auto; margin-left: 75px; float: none; } }

.b-investors__image { height: 100%; background: #F7941F; margin-left: -40px; padding-top: 18px; padding-bottom: 18px; }

@media screen and (max-width: 1023px) { .b-investors__image { padding-top: 48px; margin-left: 0; } }

@media screen and (max-width: 767px) { .b-investors__image { padding-top: 48px; padding-bottom: 48px; margin: 0; } }

@media screen and (min-width: 1024px) { .left-img .b-investors__image { margin-left: 0; margin-right: -40px; } }

.b-investors__image .figure { margin: 0 0 0 -135px; }

@media screen and (max-width: 1023px) { .b-investors__image .figure { margin-left: -100%; } }

@media screen and (max-width: 767px) { .b-investors__image .figure { margin-left: -75px; } }

@media screen and (min-width: 1024px) { .left-img .b-investors__image .figure { margin-left: 0; margin-right: -55px; } }

.b-investors__image .figure img { display: block; width: 100%; height: auto; }

.row-button { margin: 0; text-align: center; padding: 80px 15px; position: relative; }

.row-button .btn { position: relative; z-index: 1; display: inline-block; text-transform: none; font-weight: bold; font-family: "Conv_Helvetica", sans-serif; font-size: 16px; padding: 5px; max-width: 260px; }

.row-button .btn:hover { color: #fff; }

.home-gallery { margin-bottom: 80px; }

@media screen and (max-width: 767px) { .home-gallery { margin-bottom: 30px; } }

.home-gallery__header { position: relative; padding-bottom: 40px; }

@media screen and (max-width: 767px) { .home-gallery__header { padding-left: 15px; padding-right: 15px; padding-bottom: 30px; } }

.home-gallery__header:after { content: ''; position: absolute; display: block; left: -300px; right: 50%; height: 100%; top: 0; background: #FFFAF4; }

.home-gallery .dbox { margin: 0 auto; position: relative; -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; z-index: 1; max-width: 100%; }

@media screen and (max-width: 1023px) { .home-gallery .dbox { width: 730px; display: block; } }

.home-gallery__title { font-weight: bold; font-size: 48px; line-height: 58px; font-family: "Conv_Helvetica", sans-serif; color: #08214A; }

@media screen and (max-width: 1023px) { .home-gallery__title { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .home-gallery__title { font-size: 36px; margin-bottom: 30px; } }

.home-gallery .tabs li a { font-weight: 500; font-size: 22px; line-height: 18px; font-family: "Conv_Helvetica", sans-serif; text-transform: uppercase; color: #C1C7D0; border-bottom: 1px solid #C1C7D0; }

@media screen and (max-width: 767px) { .home-gallery .tabs li a { font-size: 18px; } }

.home-gallery .tabs li a.tab-btn-first { padding-right: 45px; }

@media screen and (max-width: 767px) { .home-gallery .tabs li a.tab-btn-first { padding-right: 14px; } }

.home-gallery .tabs li a.tab-btn-middle { padding-left: 26px; padding-right: 26px; }

@media screen and (max-width: 767px) { .home-gallery .tabs li a.tab-btn-middle { padding-left: 14px; padding-right: 14px; } }

.home-gallery .tabs li a.tab-btn-last { padding-left: 45px; }

@media screen and (max-width: 767px) { .home-gallery .tabs li a.tab-btn-last { padding-left: 14px; } }

.home-gallery .tabs li a.active { color: #F7941F; border-bottom: 3px solid #F7941F; }

.home-gallery .tabs-content { overflow: hidden; }

.slider-in-tab { position: relative; }

.slider-in-tab .slick-arrow { position: absolute; top: 50%; height: 126px; width: 126px; border: 2px solid #F7941F; display: block; z-index: 1; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); overflow: hidden; text-indent: -90px; background-position: center center; background-repeat: no-repeat; margin: 0; }

@media screen and (max-width: 767px) { .slider-in-tab .slick-arrow { border: none; height: 70px; width: 70px; } }

.slider-in-tab .slick-arrow.slick-prev { left: 20px; background-image: url(../img/svg/arr-prev.svg); }

@media screen and (max-width: 1023px) { .slider-in-tab .slick-arrow.slick-prev { left: 5px; } }

.slider-in-tab .slick-arrow.slick-next { right: 20px; background-image: url(../img/svg/arr-next.svg); }

@media screen and (max-width: 1023px) { .slider-in-tab .slick-arrow.slick-next { right: 5px; } }

@media screen and (min-width: 1024px) { .slider-gallery-grid { margin-left: -7px; margin-right: -7px; } }

@media screen and (max-width: 1023px) { .slider-gallery-grid .slick-list { width: 500px; margin: 0 auto; overflow: visible; } }

.slider-gallery-grid .slide-photo { position: relative; padding-top: 40vw; }

@media screen and (min-width: 1024px) { .slider-gallery-grid .slide-photo { width: auto !important; display: block !important; float: left; padding-top: 19vw; } }

@media screen and (max-width: 1023px) { .slider-gallery-grid .slide-photo { height: 420px; } }

@media screen and (min-width: 1024px) { .slider-gallery-grid .slide-photo.img-small { width: 27% !important; } }

@media screen and (min-width: 1024px) { .slider-gallery-grid .slide-photo.img-big { width: 46% !important; } }

.slider-gallery-grid .slide-photo a { position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-position: center center; -webkit-background-size: cover; background-size: cover; border: 7px solid #fff; }

.slider-gallery-grid .slide-photo a img { display: block; }

.slide-video a { display: block; position: relative; }

.slide-video a:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1); background-image: url(../img/play-btn.png); background-position: center center; background-repeat: no-repeat; }

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

.modal-form, .modal-thank { width: 640px; max-width: 100%; -webkit-border-radius: 0; border-radius: 0; font-family: "Conv_Helvetica", sans-serif; }

@media (max-width: 640px) { .modal-form, .modal-thank { width: auto; } }

.modal-form .modal-title, .modal-thank .modal-title { font-size: 22px; font-weight: 500; font-family: "Conv_Helvetica", sans-serif; color: #08214A; margin-bottom: 1.5em; }

.modal-form .btn, .modal-thank .btn { text-transform: none; font-size: 16px; font-weight: bold; font-family: inherit; display: inline-block; padding: 0; border: none; }

.modal-form .btn:hover, .modal-thank .btn:hover { color: #fff; }

.modal-thank .modal-title { margin-bottom: 1.5em; color: #08214A; }

.modal-thank .modal-body { width: 510px; max-width: 100%; padding: 50px 15px; margin-left: auto; margin-right: auto; font-size: 18px; }

.modal-thank .modal-home-link { padding-top: 50px; margin-bottom: 40px; }

.modal-thank .modal-home-link .btn { text-transform: none; }

.modal-thank p { font-size: inherit; }

.modal-form .modal-body { width: 510px; max-width: 100%; padding: 50px 15px; margin-left: auto; margin-right: auto; }

.modal-form .form-row { margin-bottom: 30px; }

.modal-form .form-row .wpcf7-form-control-wrap { display: block; }

.modal-form .form-row input[type=text], .modal-form .form-row input[type=tel], .modal-form .form-row input[type=email] { height: 42px; border: none; border-bottom: 1px solid #9B9B9B; outline: none; display: block; width: 100%; }

.modal-form .form-submit { padding-top: 15px; }

.modal-form .btn { border: none; }

.modal-header { border: none; }

.contects { background: #fff; }

.title-contacts { font-size: 48px; font-weight: 500; color: #08214A; font-family: "Conv_Helvetica", sans-serif; }

@media screen and (max-width: 767px) { .title-contacts { font-size: 36px; } }

.block-contact { font-family: "Conv_Helvetica", sans-serif; margin-bottom: 46px; }

.block-contact h4, .block-contact .h4 { color: #F7941F; font-size: 14px; font-weight: bold; font-family: inherit; margin-top: 0; margin-bottom: 15px; }

.block-contact__text { color: #2D2D2D; font-size: 18px; }

.block-contact__text a { color: inherit; text-decoration: none; }

.block-contact .net-call-contact { padding-top: 6px; }

.block-contact .net-call-contact a, .block-contact .net-call-contact span { display: inline-block; margin-right: 15px; }

.block-contact .cnt-phones-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.col-contact-form { font-family: "Conv_Helvetica", sans-serif; }

.col-contact-form h4 { font-size: 22px; color: #08214A; font-weight: 600; font-family: inherit; line-height: 1.2; margin-bottom: 38px; }

.col-contact-form .form-row { margin-bottom: 31px; }

.col-contact-form .form-row input[type=text], .col-contact-form .form-row input[type=tel], .col-contact-form .form-row input[type=email] { background: #fff; border-bottom: 1px solid #9B9B9B; }

.col-contact-form .form-submit { padding-top: 15px; }

.col-contact-form .form-submit [type=submit] { text-transform: none; border: none; }

.maps { padding: 0; }

.map-block { height: 480px; background: #eee; }

@media screen and (max-width: 767px) { .map-block { height: 480px; } }

.building-number { height: 174px; width: 174px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.building-number p { margin: auto; font-size: 22px; line-height: 1; text-decoration: underline; }

.building-number span { display: block; text-transform: uppercase; font-size: 14px; line-height: 16px; margin-top: 13px; }

.building-number.turn-2 { left: auto; right: 15px; }

@media screen and (min-width: 1024px) { .building-number.turn-2 { right: 130px; } }

@media screen and (max-width: 767px) { .building-number { display: none; } }

.anchor-gallery { position: relative; top: -80px; }

.advantages-anchor { position: relative; top: -80px; }

.floor-switch .prev, .floor-switch .next, .top-btn, .back-btn, .floor-list a { background-color: #08214A; }

.floor-switch .prev:hover, .floor-switch .next:hover, .top-btn:hover, .back-btn:hover, .floor-list a:hover { background-color: #224783; }

.info-popup { background: #08214A; }

.reveal .popup-title { background: #08214A; }

.gmap-link { padding: 15px 15px 15px 0; }

.gmap-link a { text-transform: uppercase; color: inherit; color: #2d2d2d; text-decoration: underline; font-size: 1.6em; text-align: center; margin-top: 20px; letter-spacing: 0.05em; }

#apartment-description .plan .floors a { background: #08214A; }

#apartment-description .description .main-info { background: #08214A; }

#apartment-description .plan .pdf { background: #08214A; }

#apartment-description .plan .pdf:hover { background: #224783; }

.wrapper .flipster__button { background-color: #08214A; }

.maps .map-photo { background-image: url(../img/genplan2.jpg); height: 600px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) { .maps .map-photo { background-image: url(../img/genplan2.jpg); height: 800px; } }

@media screen and (max-width: 39.9375em) { .maps .map-photo { height: 200px; } }

/* begin Footer */
.footer { background: #08214A; color: #fff; padding-top: 50px; border-bottom: 2px solid #F7941F; }

.footer__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .footer__row { display: block; width: 300px; } }

@media screen and (max-width: 767px) { .footer__logo-pol { padding: 0 15px 40px; text-align: center; } }

.footer__contacts { font-weight: 300; line-height: 22px; }

@media screen and (max-width: 767px) { .footer__contacts { margin-bottom: 20px; } }

.footer__contacts a { color: inherit; text-decoration: none; }

@media screen and (max-width: 767px) { .footer .social { text-align: center; } }

.footer .social li { margin: 0; }

.footer .social li + li { margin-left: 25px; }

.footer .social li img { opacity: 1; height: 45px; width: 45px; }

.footer__copyright { font-size: 14px; font-weight: 300; color: #415473; }

@media screen and (max-width: 767px) { .footer__copyright { text-align: left; margin-bottom: 15px; } }

.footer__copyright p { margin: 0; font-size: 1em; }

.footer__developed { color: #415473; }

@media screen and (max-width: 767px) { .footer__developed { text-align: left; } }

.footer__developed span { margin-right: 5px; font-size: 14px; display: inline-block; vertical-align: -2px; }

.footer__developed a { color: inherit; text-decoration: none; }

/** end footer */
/*# sourceMappingURL=style.css.map */