@font-face {
    font-family: "famvital";
    src: url("/fonts/famvital.eot");
    src: url("/fonts/famvital.eot?#iefix") format("embedded-opentype"), url("/fonts/famvital.woff") format("woff"), url("/fonts/famvital.ttf") format("truetype"), url("/fonts/famvital.svg#famvital") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: "famvital" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "famvital" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\61";
}

.icon-fb:before {
    content: "\62";
}

.icon-ig:before {
    content: "\63";
}

.icon-to-left:before {
    content: "\64";
}

.icon-to-right:before {
    content: "\65";
}

.icon-icon-fav:before {
    content: "\66";
}

.icon-manual:before {
    content: "\67";
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 16px;
}

body {}

div {
    color: #323232;
}

@media (max-width: 480px) {
    div {
        font-size: 14px;
    }
}

.clear {
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

[hidden] {
    display: none !important;
}

div.hr_line {
    height: 1px;
    overflow: hidden;
    margin-bottom: 3em;
    border-bottom: 1px solid #e3e9ec;
}

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h1 span,
h2 span,
h3 span,
h1 a,
h2 a,
h3 a,
h4 a,
h4 a,
h5 a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
}

.inner_page h1,
.inner_page h2,
.inner_page h3,
.inner_page h4,
.inner_page h5 {
    color: #c4151c;
}

.main_page h1,
.main_page h2,
.main_page .h2 {
    font-size: 3em;
    line-height: 1em;
    position: relative;
    margin-bottom: 20px;
}

.main_page .sub-header {
    text-align: center;
}

.main_page .sub-header span.smaller {
    font-size: 24px;
    display: block;
    margin-bottom: 60px;
}

h1,
.h1 {
    font-size: 3em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
}

h2,
.h2 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 1em;
    position: relative;
}

h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1.2em;
    font-weight: 600;
}

h4 {
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
}

h5 {
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
}

@media (max-width: 1024px) {
    .main_page h1,
    .main_page h2,
    .main_page .h2 {
        font-size: 2em;
        line-height: 1em;
        margin-bottom: 1em;
        position: relative;
    }
    h1,
    .h1 {
        font-size: 2em;
        line-height: 1em;
        margin-bottom: 1em;
    }
    h2,
    .h2 {
        font-size: 1.6em;
        line-height: 1em;
        margin-bottom: 1em;
        position: relative;
    }
    h3 {
        font-size: 1.4em;
        line-height: 1.1em;
        margin-bottom: 1em;
    }
    h4 {
        font-size: 1em;
        line-height: 1.3em;
        margin-bottom: 1.5em;
    }
}

@media (max-width: 600px) {
    h3 {
        font-size: 1.3em;
        line-height: 1.3em;
        margin-bottom: 1em;
    }
}

@media (max-width: 480px) {}

.red {
    color: #c4151c;
}

.no-color {
    color: #323232 !important;
}

a {
    color: #c4151c;
    outline: none;
    cursor: pointer;
}

a.nocolor {
    color: #2e3133;
}

a.nocolor:hover {
    color: #c4151c;
}

a:hover {
    text-decoration: none;
}

a.noline {
    text-decoration: none;
}

a.noline:hover {
    text-decoration: underline;
}

a.dotted {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: transparent;
    text-decoration: none;
}

a.dotted:hover {
    border-bottom-color: #c4151c;
}

a img {
    border: none;
}

p {
    line-height: 2em;
    padding-bottom: 1.5em;
}

p.bigger {
    font-size: 1.13em;
    line-height: 1.8em;
    padding-bottom: 40px;
}

p.smaller {
    font-size: 0.83em;
    line-height: 18px;
}

.upper {
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    p.bigger {
        font-size: 1.08em;
        line-height: 1.6em;
        padding-bottom: 40px;
    }
    /*p {
line-height:26px;
padding-bottom:25px;
}
p.bigger {
font-size:18px; 
line-height:26px;
padding-bottom:30px;
}
p.smaller {
font-size:13px; 
line-height:15px;
}*/
}

@media (max-width: 600px) {
    /*p {
line-height:24px;
padding-bottom:20px;
}
p.bigger {
font-size:16px; 
line-height:24px;
padding-bottom:30px;
}
p.smaller {
font-size:12px; 
line-height:14px;
}*/
}

.more,
.back {
    color: #96a4a9;
    text-decoration: none;
    position: relative;
    margin-left: 28px;
    border-bottom: 1px dotted #96a4a9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more:hover,
.back:hover {
    color: #c4151c;
    border-bottom: 1px dotted transparent;
}

.more:before,
.back:before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -1px;
    left: -28px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    background: #c4151c;
    font-family: "famvital" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more:before {
    content: "\65";
}

.back:before {
    content: "\64";
}

.more.close:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}


/*----------------*/

.work_area ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
}

.work_area ol {
    margin: 0px 0px 10px 20px;
    padding: 0px 0px 0px 20px;
}

.work_area ul li,
.work_area ol li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 24px;
    line-height: 26px;
    position: relative;
}

.work_area ol li {
    padding: 0px 0px 10px 0px;
}

.work_area ul li {}

.work_area ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #c4151c;
    top: 10px;
    left: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.work_area ul li ul {
    margin: 10px 0px 0px 0px;
}

@media (max-width: 1024px) {
    .work_area ul li,
    .work_area ol li {
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    .work_area ul li,
    .work_area ol li {
        line-height: 24px;
    }
}


/* Forms -------------------------------------*/

input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select {
    display: inline-block;
    border: 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: transparent transparent #85919e transparent;
    /*border-bottom:2px solid #85919e;*/
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    background: none;
    background-color: rgba(175, 203, 206, 0.1);
    color: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
input[type="password"::-moz-placeholder],
textarea::-moz-placeholder,
select::-moz-placeholder {
    opacity: 0.5;
}

.inverted input[type="text"],
.inverted input[type="file"],
.inverted input[type="password"],
.inverted textarea,
.inverted select {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-bottom: 2px solid #959087;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-bottom: 2px solid #c4151c;
}

textarea:empty {
    height: 60px;
}

textarea:focus {
    height: 200px;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

textarea {
    resize: none;
}

input[type="text"].small,
input[type="file".small],
input[type="password"].small,
textarea.small {
    font-size: 16px;
    padding: 5px;
}

select.small {
    font-size: 16px;
    padding: 5px 0;
}

label {
    display: block;
    /*font-size:18px;
	line-height:24px;*/
    font-size: 1em;
    line-height: 1.6em;
    padding-right: 10px;
    /*color:#6b7a80;*/
    font-weight: 400;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0.5;
}

@media (max-width: 1024px) {
    input[type="text"],
    input[type="file"],
    input[type="password"],
    textarea,
    select {
        padding: 12px;
        font-size: 18px;
        font-weight: 400;
    }
    label {}
}

@media (max-width: 800px) {
    input[type="text"],
    input[type="password"],
    textarea,
    select {}
}


/*--*/

.btn {
    display: inline-block;
    position: relative;
    padding: 1.1em 1.5em;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 0;
    font-weight: 500;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    -webkit-appearance: none;
    background: #c4151c;
    border-color: #c4151c;
    cursor: pointer;
    /*font-family: 'Roboto';
font-style: normal;*/
}

.btn:hover {
    background: #e91e26;
    border-color: #e91e26;
}

.btn.tinkoff {
    background: #ffdd2d;
    border-color: #ffdd2d;
    color: #333;
}

.btn.tinkoff:hover {
    background: #ffcd33;
    border-color: #ffcd33;
}

.btn.small {
    font-size: 1.2em;
    padding: 0.8em 0.8em;
}

.btn.big {
    font-size: 1.4em;
    padding: 1.5em 1.5em;
}

.btn.trans {
    background: transparent;
    color: #c4151c;
    border-color: #c4151c;
}

.btn.trans:hover {
    color: #ffffff;
    background: #e91e26;
    border-color: #e91e26;
}

.btn.icon-left:before,
.btn.icon-right:after {
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    padding: 0 0.4em 0 0;
    line-height: 0;
    font-family: "famvital" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    text-transform: none !important;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0 -0.3em;
}

.btn.icon-right:after {
    padding: 0 0 0 0.3em;
    margin: 0 -0.3em 0 0;
}

.btn.small.icon-left:before {
    font-size: 1.2em;
    padding: 0 0.3em 0 0;
}

.btn.small.icon-right:after {
    font-size: 1.2em;
    padding: 0 0 0 0.3em;
    margin: 0 -0.3em 0 0;
}

.btn.big.icon-left:before {
    font-size: 1.2em;
    padding: 0 0.3em 0 0;
}

.btn.big.icon-right:after {
    font-size: 1.2em;
    padding: 0 0 0 0.3em;
    margin: 0 -0.3em 0 0;
}

@media (max-width: 1024px) {
    .btn.big {
        font-size: 1.2em;
        padding: 1.2em 1.5em;
    }
}

@media (max-width: 600px) {
    .btn.big {
        font-size: 1.1em;
        padding: 1.2em 1.5em;
    }
}

@media (max-width: 480px) {}


/*---*/

.form_block {
    position: relative;
}

.form_block label {
    display: block;
    position: relative;
    padding: 3px 20px 10px 0;
}

.form_block label.req:after {
    content: " *";
    color: #ec1c24;
}

.form_block .f_input {
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.form_block .f_input .calendar_btn {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 44px;
    color: #8a9193;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form_block .f_input .calendar_btn:hover {
    color: #ec1c24;
}

.form_block .f_input .calendar_btn:before {
    content: "\72";
}

.form_block .f_input.f_error {
    padding-bottom: 0;
}

.form_block .f_input input[type="text"],
.form_block .f_input input[type="file"],
.form_block .f_input input[type="password"],
.form_block .f_input textarea,
.form_block .f_input select {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.form_block .f_input.f_captcha input[type="text"] {
    width: 50%;
}

.form_block .f_input.f_captcha .captcha {
    display: block;
    position: absolute;
    top: 37px;
    left: 50%;
    width: 50%;
    height: 54px;
    background: #6b7a80;
    text-align: center;
}

.form_block .f_input.f_captcha .captcha img {
    max-width: 100%;
    max-height: 100%;
}

.form_block .f_input textarea {
    display: block;
    margin-bottom: 0;
}

.form_block .f_input .error {
    position: relative;
    color: #df0000;
    font-weight: 400;
    display: none;
    font-size: 14px;
    line-height: 18px;
    min-height: 30px;
    padding: 8px 0 3px 10px;
}

.form_block .f_input .error:before {
    content: "";
    display: block;
    position: absolute;
    border-color: #df0000 transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    top: 0;
    left: 7px;
}

.form_block.inverted .f_input .error {
    color: #bc3610;
}

.form_block .f_input.f_error .error {
    display: block;
}

.form_block .f_error input[type="text"],
.form_block .f_error input[type="password"],
.form_block .f_error textarea {
    border-bottom: 2px solid #df0000;
    background: #ffc5c5;
}

.form_block.inverted .f_error input[type="text"],
.form_block.inverted .f_error input[type="password"],
.form_block.inverted .f_error textarea {
    border-bottom: 2px solid #df0000;
    background-color: rgba(221, 0, 0, 0.2);
}

.form_block.center label,
.form_block.center input[type="text"],
.form_block.center input[type="password"] .form_block.center .f_input .error {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.form_block .f_check,
.form_block .f_radio {
    position: relative;
    margin-bottom: 0;
}

.form_block .f_check label,
.form_block .f_radio label {
    display: inline-block;
    position: relative;
    width: auto;
    float: none;
}

.form_block .f_check label span,
.form_block .f_radio label span {
    display: inline-block;
    position: relative;
    /*color:#8f8f8f;*/
    font-weight: 300;
    padding-left: 30px;
    z-index: 2;
}

.form_block .f_check label span:before,
.form_block .f_radio label span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(80, 82, 85, 1);
    background: #fff;
}

.form_block .f_radio label span:before {
    border-radius: 20px;
}

.form_block .f_check label span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 20px;
    height: 10px;
    border-width: 0 0 3px 3px;
    border-color: transparent;
    border-style: solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form_block .f_radio label span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.form_block .f_check input,
.form_block .f_radio input {
    display: block;
    position: absolute;
    z-index: 3;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 1px;
    opacity: 0;
}

.form_block .f_check input:checked+span,
.form_block .f_radio input:checked+span {
    color: #333333;
    font-weight: 400;
}

.form_block .f_check input:checked+span:before,
.form_block .f_radio input:checked+span:before {
    border: 2px solid #c4151c;
}

.form_block .f_check input:checked+span:after {
    border-color: #c4151c;
}

.form_block .f_radio input:checked+span:after {
    background: #c4151c;
}

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

.form_block .f_file {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 40px;
}

.form_block .f_file.instance {
    display: none;
}

.form_block .f_file .btn {
    position: absolute;
    display: block;
    cursor: pointer;
}

.form_block .f_file span {
    display: block;
    margin: 0 20px 5px 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 7px 0;
}

.form_block .f_file input[type="file"] {
    display: none;
}

.form_block .f_file .delete {
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 24px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    background: none;
    text-align: center;
    line-height: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form_block .f_file .delete:hover {
    background: #df0000;
    color: #ffffff;
}

.form_block .multi_files {
    padding-bottom: 10px;
}

.form_block .multi_files label {
    padding-left: 10px;
}


/*--*/

.feedback_success {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.feedback_success:before {
    content: "\64";
    display: block;
    text-align: center;
    font-size: 150px;
    color: #c4151c;
    line-height: 150px;
}

@media (max-width: 1024px) {
    .form_block .f_input.f_captcha .captcha {
        height: 54px;
    }
}

@media (max-width: 600px) {
    .form_block label {
        float: none;
        width: auto;
        padding: 0 0 5px 0;
        /*font-size:16px;
	line-height:20px;*/
    }
    .form_block .f_input,
    .form_block .f_input.half_size {
        float: none;
        width: auto;
    }
    .form_block .f_input .field {
        width: 100%;
    }
    .form_block .f_check.ctr {
        text-align: left;
    }
    .form_block .f_input {
        padding-bottom: 30px;
    }
    .form_block .f_input .error {
        min-height: 30px;
    }
    .form_block .f_input.f_captcha .captcha {
        top: 25px;
        height: 51px;
    }
}

@media (max-width: 800px) {
    .form_block .f_input.f_captcha img {
        max-height: 51px;
    }
}

@media (max-width: 480px) {
    .form_block .f_input.f_captcha input[type="text"] {
        width: 50%;
    }
    .form_block .f_input.f_captcha img {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
        max-width: 100%;
        max-height: 51px;
        margin-bottom: 10px;
    }
}


/*--------------fancySelect ------*/

div.fancy-select {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
    width: auto;
    text-align: left;
}

div.fancy-select select:focus+div.trigger.open {
    box-shadow: none;
}

div.fancy-select div.trigger {
    cursor: pointer;
    padding: 11px 30px 11px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    background: #ffffff;
    background-color: rgba(175, 203, 206, 0.1);
    border-bottom: 2px solid #85919e;
    color: #000000;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    z-index: 40;
    font-size: 20px;
    font-weight: 400;
}

.f_error div.fancy-select div.trigger {
    border-bottom: 2px solid #c4151c;
    background: #ffe674;
}

div.fancy-select.disabled div.trigger {
    background: #fff;
    color: #eee;
    cursor: default;
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 3px solid #85817e;
    border-bottom: 3px solid #85817e;
    width: 14px;
    height: 14px;
    top: 18px;
    right: 20px;
    background: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inverted div.fancy-select div.trigger:after {
    border-right: 3px solid #316345;
    border-bottom: 3px solid #316345;
}

div.fancy-select.disabled div.trigger:after {
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}

div.fancy-select div.trigger.open {
    background: #c4151c;
    border-bottom: 2px solid #c4151c;
    color: #ffffff;
    box-shadow: none;
}

.filter div.fancy-select div.trigger.open,
.filter_select div.fancy-select div.trigger.open {
    background: none;
    color: #8a9193;
}

div.fancy-select div.trigger.open:after {
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}

.filter div.fancy-select div.trigger.open:after,
.filter_select div.fancy-select div.trigger.open:after {
    border-right: 3px solid #c4151c;
    border-bottom: 3px solid #c4151c;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 54px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 500;
    max-height: 200px;
    overflow: auto;
    background: #ffffff;
    border-top: 0px solid #7dd8d2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 46px;
    opacity: 1;
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}


/*div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 100%;
	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 100%;
	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
*/

div.fancy-select ul.options li {
    float: none !important;
    width: auto !important;
    padding: 8px 16px;
    color: #332c12;
    cursor: pointer;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li:before {
    display: none;
}

div.fancy-select ul.options li.hover {
    color: #c4151c;
    background: #f4f6f8;
}

@media (max-width: 1024px) {
    div.fancy-select div.trigger {
        padding: 12px 30px 12px 12px;
        font-size: 18px;
        font-weight: 400;
    }
    div.fancy-select div.trigger:after {
        top: 14px;
    }
}

@media (max-width: 600px) {
    div.fancy-select div.trigger {
        font-size: 16px;
    }
    div.fancy-select div.trigger:after {
        border-right: 2px solid #85817e;
        border-bottom: 2px solid #85817e;
        width: 10px;
        height: 10px;
        top: 16px;
        right: 15px;
    }
}


/*----*/

.wrap {
    /*overflow:hidden;
padding-top:0;*/
}

.pdd {
    padding: 0 60px 0 60px;
}

.nbs-container {
    margin: auto;
    position: relative;
    max-width: 1400px;
    width: auto !important;
}

.std {
    padding: 100px 0;
}

.inner_page .std {
    padding: 50px 0;
}

.ctr {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bged {
    max-width: 1700px;
    margin: auto;
}

.work_area {}

.fullscreen {
    z-index: 100;
}

.i_font:before {
    font-family: "famvital" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
}

.whiteout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    overflow-y: auto;
}

.whiteout .content {
    position: relative;
    margin: auto;
    max-width: 400px;
    top: 50%;
    transform: translate(0, -50%);
}

.whiteout .close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    text-decoration: none;
    font-size: 50px;
    color: #999999;
    line-height: 40px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.whiteout .close:hover {
    opacity: 1;
}


/*--*/

.grey_block {
    padding: 30px;
    background: #f4f7f9;
}


/*--*/

.work_area .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 1366px) {
    .std {
        padding: 80px 0;
    }
    .inner_page .std {
        padding: 50px 0;
    }
    .nbs-container {
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .wrap {}
    .std {
        padding: 50px 0;
    }
    .pdd {
        padding: 0 40px 0 40px;
    }
}

@media (max-width: 800px) {
    .pdd {
        padding: 0 40px 0 40px;
    }
    .grey_block {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .wrap {
        padding-top: 0px;
    }
    .pdd {
        padding: 0 30px 0 30px;
    }
    .std {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .wrap {
        padding-top: 0;
    }
    .pdd {
        padding: 0 20px 0 20px;
    }
    .whiteout {
        padding: 30px 20px 20px 20px;
        border-bottom: 1px solid #ccc;
    }
    .whiteout .content {
        margin: auto;
        width: auto;
        padding: 0;
    }
    .whiteout .close {
        right: 20px;
        top: 10px;
        font-size: 30px;
        line-height: 30px;
    }
    .grey_block {
        padding: 20px 0;
    }
}


/*-----------------------------------------------------------------*/

.hat-block {
    /*background-color:rgba(255,255,255,0);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 994;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*border:1px dashed #ff0000;*/
}

.hat-block:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/*--*/

.hat-block .nbs-container {
    z-index: 2;
    min-height: 120px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hat-block.narrow {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hat-block.narrow:before {
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

.hat-block.narrow .nbs-container {
    min-height: 60px;
}


/*--*/

.hat-block .logo {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 200px;
    height: 74px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.hat-block .logo:before,
.hat-block .logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hat-block .logo:before {
    /* background: url(/img/logo.svg) left center no-repeat; */
    background: url(/include/logo_new.png) left center no-repeat;
    background-size: contain;
    opacity: 1;
}

.hat-block .logo:after {
    /* background: url(/img/logo_slogan.svg) left center no-repeat; */
    background: url(/include/logo_new.png) left center no-repeat;
    background-size: contain;
    opacity: 1;
}

.hat-block.narrow .logo {
    bottom: 4px;
    height: 46px;
    width: 200px;
}

.hat-block.narrow .logo:after {
    opacity: 0;
}


/*--*/

.top_btn {
    position: absolute;
    bottom: 30px;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(80, 82, 85, 1);
    z-index: 11;
    cursor: pointer;
    z-index: 3;
}

.top_btn:before {
    line-height: 46px !important;
}

.top_btn.active,
.top_btn:hover {
    color: #c4151c;
}

.hat-block .top_btn.menu {
    bottom: 120%;
    left: auto;
    right: 0;
}

.hat-block .top_btn.ig:before {
    line-height: 48px !important;
}

.hat-block.narrow .top_btn {
    bottom: 10px;
}

.hat-block.narrow .top_btn.ig {
    right: 50px;
}

.hat-block.narrow .top_btn.menu {
    bottom: 10px;
    left: auto;
    right: 0;
}


/*--*/

.hat-block .top_menu_wrap {
    display: block;
    position: absolute;
    width: 100%;
    /* left: 0;
	bottom: 40px; */
    z-index: 10;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.hat-block .top_menu_wrap .close {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 1em;
    right: 1em;
    font-size: 2.4em;
    text-align: center;
    line-height: 1;
    background: none;
    color: rgba(80, 82, 85, 1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hat-block .top_menu_wrap .close:hover {
    color: #c4151c;
}

.hat-block .top_menu_wrap .close:before {
    content: "×";
}

.hat-block .top_menu {
    position: relative;
    margin: auto;
    /* max-width: 1400px; */
}

.hat-block .top_menu_content {
    position: relative;
    margin: 0;
    padding: 0 60px 0 240px;
}

.hat-block.narrow .top_menu_content {
    padding: 0;
}

.hat-block.narrow .top_menu_wrap {
    display: none;
    bottom: auto;
    top: 100%;
    bottom: auto;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    background: radial-gradient(rgba(255, 255, 255, 0.95) 30%, rgba(204, 205, 209, 0.95));
    top: 0;
    left: 0;
    z-index: 998;
}

.hat-block.narrow .top_menu_wrap .close {
    display: block;
}

.hat-block .top_menu {
    position: relative;
    margin: auto;
    /* max-width: 1400px; */
    /*border:1px dotted #ff0000;*/
    height: 100%;
    width: 100%;
    display: table;
}

.hat-block.narrow .top_menu_content {
    display: table-cell;
    vertical-align: middle;
    /* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}

.hat-block.narrow ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* @media (max-width: 1180px) {
	.hat-block .logo {
		width: 280px;
		height: 74px;
	}
	.hat-block .top_menu_content {
		padding: 0 60px 0 320px;
	}
} */

@media (max-width: 960px) {
    .hat-block .top_menu_content {
        padding: 0;
    }
    .hat-block .top_menu_wrap {
        padding: 0 25px 0 25px;
    }
    .hat-block .top_menu_wrap {
        display: none;
        bottom: auto;
        top: 100%;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(255, 255, 255, 0.95) 30%, rgba(204, 205, 209, 0.95));
        top: 0;
        left: 0;
        z-index: 998;
    }
    .hat-block .top_menu_wrap .close {
        display: block;
    }
    .hat-block .top_menu_content {
        display: table-cell;
        vertical-align: middle;
    }
    .hat-block .top_menu_content:before {
        display: block;
    }
    .hat-block .top_btn.menu {
        bottom: 32px;
        right: 0;
    }
    .hat-block .top_btn.ig {
        bottom: 32px;
        right: 50px;
    }
    .hat-block.narrow .top_btn.ig {
        bottom: 10px;
        right: 50px;
    }
}

@media (max-width: 600px) {
    .hat-block .logo {
        width: 250px;
        height: 60px;
        bottom: 15px;
    }
    .hat-block .nbs-container {
        min-height: 90px;
    }
    .hat-block .top_btn.menu {
        bottom: 22px;
        right: 0;
    }
    .hat-block .top_btn.ig {
        bottom: 22px;
        right: 50px;
    }
    .hat-block .top_menu_wrap .close {
        top: 0.5em;
        right: 0.5em;
    }
}

@media (max-width: 480px) {
    .hat-block .logo {
        width: 230px;
        height: 60px;
        bottom: 15px;
    }
}
