html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "PancettaPro";
    background: #f7f7f7;
}

ul, li, p, div {
    margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: "PancettaPro"; /* Имя шрифта */
    /*src: url(../fonts/Mint%20Type%20-%20Pancetta%20Pro%20Regular.otf);*/
    /* Путь к файлу со шрифтом */
    src: url(../fonts/ofont.ru_PF%20Agora%20Sans%20Pro%20-%20Regular.ttf);
    src: url(../fonts/PFAgoraSansPro-Regular.woff);
}

/*First HEADER*/
.header_logo {
    position: relative;
    padding-top: 15px;
    min-height: 105px;
}

.header_title_block {
    margin-top: -10px;
}

.header_title_block span {
    font-size: 40px;
}

.header_title_block .additional_title {
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.green_header_logo {
    color: #14ba6c;
}

.blue_header_logo {
    color: #007bff;
}

.header_logo_block:hover {
    cursor: pointer;
}

.header_sigin_icon {
    padding-bottom: 3px;
}

.buy_pro_account {
    border-radius: 50px;
    padding: 8px 27px;
    color: #ffffff;
    font-size: 14px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    outline: none !important;
}

.registration_link {
    color: #0675cb;
    text-decoration: underline;
}

.registration_link:hover {
    cursor: pointer;
}

.success_registration {
    color: greenyellow;
}

.enter-button {
    width: 60px;
    float: left;
    cursor: pointer;
}

@media (max-width: 567px) {

    .enter_block_small {
        margin-top: 95px;
        float: inherit !important;
    }
}

@media (max-width: 353px) {
    .header_logo img {
        margin-top: 0 !important;
    }

    .margin_left_medium {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .enter_block_small {
        display: none;
    }

    .header_logo img {
        float: none !important;
        margin-top: -50px;
        margin-left: 50px;
        margin-right: 5px;
    }

    .header_title_block {
        float: none !important;
        display: inline-block;
        margin-left: 0 !important;
    }

    .navbar-toggle {
        position: absolute;
        top: 0;
        left: 10px;
        margin: auto;
        bottom: 0;
        right: 0;
    }

}

@media (max-width: 441px) {

    .header_logo img {
        width: 60px;
        height: auto;
        margin-left: 50px;
    }

    .header_title_block {
        margin-left: 0 !important;
    }

    .header_title_block > span {
        font-size: 32px;
    }

    .header_title_block .additional_title {
        font-size: 12px;
    }

    .margin_left_medium {
        margin-top: 5px;
    }
}

@media (max-width: 362px) {

    .header_title_block {
        margin-left: 0 !important;
    }

    .container.header_logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header_logo img {
        float: left !important;
        margin-top: 15px !important;
        margin-left: 12%;
    }

    .header_title_block {
        float: left !important;
        display: inline-block;
    }

    #menu-toggle {
        padding: 0;
    }

}

/*Navbar style*/
.navbar_gradient {
    box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.14);
    background: -moz-linear-gradient(bottom, rgb(20, 186, 108) 0%, rgb(184, 243, 215) 100%);
    background: -webkit-linear-gradient(bottom, rgb(20, 186, 108) 0%, rgb(184, 243, 215) 100%);
    background: -o-linear-gradient(bottom, rgb(20, 186, 108) 0%, rgb(184, 243, 215) 100%);
    background: -ms-linear-gradient(bottom, rgb(20, 186, 108) 0%, rgb(184, 243, 215) 100%);
    background: linear-gradient(bottom, rgb(20, 186, 108) 0%, rgb(184, 243, 215) 100%);
}

.navbar-collapse {
    padding: 0px;
}

.navbar-nav li {
    text-transform: uppercase;
    position: relative;
}

.navbar-nav li:after {
    content: " ";
    top: 0;
    z-index: 1000;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
}

.navbar-nav li:last-child {
    border-right: 2px solid #fff;
}

.navbar-nav li a {
    font-size: 18px;
    /*padding: 20px 40px 20px 40px;*/
    /*padding:20px 26px 20px 27px; *//*Old font-family*/
    padding: 20px 24px 20px 25px;
    color: rgb(9, 84, 127);
    text-align: center;
    cursor: pointer;
}

.navbar-nav li:hover:after {
    display: none;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.28);
}

.navbar-nav li:hover + li:after {
    display: none;
}

.navbar-nav li:hover {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.28);
}

.nav > li > a:hover {
    color: #ffffff;
    background: -moz-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -webkit-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -o-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -ms-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: linear-gradient(top, #139d98 0%, #15ad81 100%);
}

.nav > li > a:active {
    color: #ffffff;
    background: -moz-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -webkit-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -o-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -ms-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: linear-gradient(top, #139d98 0%, #15ad81 100%);
}

.nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -webkit-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -o-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -ms-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: linear-gradient(top, #139d98 0%, #15ad81 100%);
}

.fake_li_menu {
    min-height: 80px;
    border-right: none !important;
}

.icon-bar {
    background-color: #139d98;
}

.in {
    overflow-x: hidden
}

.navbar-nav li a.active_item_menu {
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -webkit-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -o-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: -ms-linear-gradient(top, #139d98 0%, #15ad81 100%);
    background: linear-gradient(top, #139d98 0%, #15ad81 100%);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav li a {
        font-size: 14px;
        font-weight: 600;
        /*padding: 20px 34px 20px 34px*/
        /*padding:20px 24px 20px 25px;*/ /*Old font-family*/
        padding: 20px 22px 20px 23px;
    }

    @-moz-document url-prefix() {
        .navbar-nav li a {
            padding: 20px 23px 20px 23px;
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        font-size: 13px !important;
        font-weight: 600;
        /*padding: 10px 19px 10px 19px*/
        /*padding: 10px 12px 10px 11px;*/ /*Old font-family*/
        padding: 10px 10px 10px 10px;
    }

    @-moz-document url-prefix() {
        .navbar-nav li a {
            padding: 10px 11px 10px 10px;
        }
    }
    .fake_li_menu {
        min-height: 60px;
        border-right: none !important;
    }

    .carousel-control {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        height: 20px;
    }
}

/*Slider main page*/
.item {
    overflow: hidden; /*чтобы корректно отображалась длинная картинка*/
}

.icon-prev {
    right: 100%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    opacity: 0.7;
}

.icon-prev:before {
    content: url(../img/slider-arrow-left.png);
}

.icon-prev:hover {
    cursor: pointer;
    opacity: 1;
}

.icon-next {
    left: 100%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    opacity: 0.7;
}

.icon-next:hover {
    cursor: pointer;
    opacity: 1;
}

.icon-next:before {
    content: url(../img/slider-arrow-right.png);
}

.slider-text-header-block {
    width: 85%;
}

.slider-text-header {
    font-size: 42px;
    font-family: "PancettaPro";
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 49px;
}

.slider-text-description {
    font-size: 16px;
    font-family: "PancettaPro";
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 1.74em;
}

.slider-more-button {
    margin-top: 15px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 16px;
    border-radius: 40px;
    font-size: 18px;
    outline: none;

}

.slider-more-button:hover {
    background: #fff;
    color: rgb(9, 84, 127);
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

.slider-more-button-symbols {
    margin-left: 15px;
}

.carousel-control {
    width: 10%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 80%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 80%;
}

#myCarousel .carousel-inner {
    background: -moz-linear-gradient(left, #077ac4 0%, #13b474 50%);
    background: -webkit-linear-gradient(left, #077ac4 0%, #13b474 50%);
    background: -o-linear-gradient(left, #077ac4 0%, #13b474 50%);
    background: -ms-linear-gradient(left, #077ac4 0%, #13b474 50%);
    background: linear-gradient(left, #077ac4 0%, #13b474 50%);
}

.slider_left_block {
    height: 389px;
    padding: 3% 6% 3% 3%;
}

.slider_right_block {
    padding-left: 0;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

/*Latest events block*/
.latest_events_title {
    font-size: 20px;
    color: rgb(11, 120, 204);
}

.events-arrows {
    height: 100%;
    width: auto;
    margin: 0 5px;
}

.latest-events-block {
    width: calc(33% - 16px);
    border: 1px solid #ccc;
    margin-left: 15px;
    color: rgb(8, 130, 206);
}

.events-change-view {
    width: 32px;
    height: 32px;
    float: left;
}

.events-menu-btn {
    background: url(../img/menu-sprite.png) 0 0 no-repeat;
}

.events-timeline-btn {
    background: url(../img/tree-sprite.png) 0 0 no-repeat;
}

.choosed-events-type {
    background-position-y: -34px;
}

.calendar-img-block {
    clear: both;
}

.events-change-view:hover {
    cursor: pointer;
}

.events-block-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.latest-events-image-block {
    height: 145px;
}

.latest-events-text-block {
    margin-left: 10px;
}

.latest-events-title-block {
    height: 115px;
}

.latest-events-date-block {
    height: 25px;
}

.events-block-image:hover {
    cursor: pointer;
}

.event-description {
    margin-top: 5px;
    margin-left: 0;
    font-size: 16px;
    padding-left: 0;
    word-wrap: break-word;
}

.event-date {
    font-size: 14px;
    color: rgb(98, 98, 98);
}

.about-img {
    width: 85%;
    height: auto;
}

.social_icon {
    margin-top: 10px;
    max-width: 40px;
    margin-left: 10px;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    transition-property: transform;
    cursor: pointer;
}

.social_icon:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.event_row_item {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .events-block-image {
        width: 80%;
        height: auto;
        margin: 40px auto;
    }

    .event-description {
        font-size: 14px;
    }

    .latest-events-text-block {
        margin-left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .latest-events-block {
        width: calc(100% - 15px);
        border: 1px solid #ccc;
        margin-left: 15px;
    }

    .event-description {
        margin-top: 5px;
        margin-left: 0;
        font-size: 21px;
        padding-left: 0;
    }

    .event-date {
        font-size: 14px;
        color: rgb(98, 98, 98);
    }

    .events-block-image {
        width: 80%;
        height: auto;
    }

    footer > div {
        width: auto;
        margin: 0;

    }

    .carousel-control {
        width: 7%;
    }

}

@media screen and (max-width: 500px) {
    .events-block-image {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }

    .footer-block {
        padding: 0;
        font-size: 13px;
    }

    .carousel-control {
        width: 5%;
    }

    .event-description {
        font-size: 14px;
    }
}

.latest-events-block:hover {
    background: -moz-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: -webkit-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: -o-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: -ms-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: linear-gradient(left, #139e98 0%, #16b27b 100%);
    color: #fff;
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

.latest-events-block:hover .event-date {
    color: #fff;
}

.about-heart {
    margin-top: 30px;
}

.border_radius_none {
    border-radius: 0;
}

.about-us-btn {
    border-radius: 50px;
    padding: 8px 27px;
    color: #ffffff;
    font-size: 14px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    outline: none !important;
    margin-top: 20px;
}

/*Footer*/

.main-content {
    position: relative;
    min-height: calc(100% - 163px);
}

.main-content:after {
    content: "";
    display: block;
}

footer {
    margin: 50px 0 0;
    height: 113px;
    width: 100%;
    background-image: -moz-linear-gradient(135deg, rgb(18, 176, 121) 1%, rgb(13, 151, 156) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(18, 176, 121) 1%, rgb(13, 151, 156) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(18, 176, 121) 1%, rgb(13, 151, 156) 100%);
    font-size: 14px;
    font-family: "PancettaPro";
    color: rgb(255, 255, 255);
    line-height: 113px;
}

footer div {
    height: 113px;
}

.align-helper {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.footer-data {
    height: auto;
}

.footer-data > a {
    color: #fff;
}

footer .about-page-text {
    color: #fff;
    font-size: 14px;
    margin: 3px 0;

}

footer .about-page-text > a {
    color: #fff;
    cursor: text;
}

footer .developed-by {
    position: relative;
    top: -7px;
    color: #fff;
    text-decoration: none;
}

.footer-mauris-block a {
    text-decoration: none;
}

.footer-mauris-block .mauris-logo {
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    transition-property: transform;
    height: auto;
    width: 46%;

}

.footer-mauris-block:hover .mauris-logo {
   /* -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);*/

}

/*additional classes*/
.margin_left_large {
    margin-left: 50px;
}

.margin_right_large {
    margin-right: 50px;
}

.margin_top_large {
    margin-top: 50px;
}

.margin_bottom_large {
    margin-bottom: 50px;
}

.margin_left_medium {
    margin-left: 20px;
}

.margin_right_medium {
    margin-right: 20px;
}

.margin_top_medium {
    margin-top: 20px;
}

.margin_bottom_medium {
    margin-bottom: 20px;
}

.margin_left_small {
    margin-left: 10px;
}

.margin_right_small {
    margin-right: 10px;
}

.margin_top_small {
    margin-top: 10px;
}

.remove_margin-right {
    margin-right: 0;
}

.margin_bottom_small {
    margin-bottom: 10px;
}

.padding_left_small {
    padding-left: 5px;
}

.padding_right_small {
    padding-right: 5px;
}

.padding_top_small {
    padding-top: 5px;
}

.padding_bottom_small {
    padding-bottom: 5px;
}

.padding_left_medium {
    padding-left: 20px;
}

.padding_right_medium {
    padding-right: 20px;
}

.padding_top_medium {
    padding-top: 20px;
}

.padding_bottom_medium {
    padding-bottom: 20px;
}

.remove_padding_left {
    padding-left: 0;
}

.remove_padding_right {
    padding-right: 0;
}

.remove_padding_top {
    padding-top: 0;
}

.remove_padding_bottom {
    padding-bottom: 0;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.margin_bottom_large {
    margin-bottom: 40px;
}

.padding_left_large {
    padding-left: 40px;
}

.padding_right_large {
    padding-right: 40px;
}

/*Mobile menu disable block*/
.gray_text {
    color: rgb(130, 130, 130);
}

.gray-cloak {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.hide_filter:hover {
    cursor: pointer;
}

/*main medical calculator container*/
.main_view_content {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 20px 15px;
}

.calculator .right_block h2 {
    margin-top: 0;
    color: rgb(44, 141, 205);
}

.last_list_group_child {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer !important;
}

.calculator_form {
    margin-top: 65px;
}

.error_message {
    font-size: 13px;
    display: none;
    color: #fcb3b3;
    position: absolute;
}

.error_show_message {
    color: #fcb3b3;
}

.error_message_red {
    color: #fcb3b3;
}

.green_message {
    color: #149c0c;
}

.white_message {
    color: #FFFFFF;
}

.calculators_search_block {
    border: 1px solid #ddd;
}

.delete_search_results {
    padding: 10px 10px 0 0;
}

@media (max-width: 991px) {
    .hide_filter {
        margin-right: 20px;
    }
}

.calculator .right_block {
    margin-top: 25px;
}

.btn_go_information {
    cursor: pointer;
}

@media (max-width: 400px) {
    .calculator_tab_1 {
        width: 100% !important;
    }

    .calculator_tab_2 {
        width: 100% !important;
    }

    .calculator_tab_3 {
        width: 100% !important;
    }

    .calculator .nav-tabs > li > a {
        height: 40px !important;
    }

    .calculator .nav-tabs {
        height: inherit !important;
    }
}

.calculator .title_section {
    font-size: 20px;
    color: rgb(64, 65, 66);
}

.calculator .title_section:hover {
    text-decoration: underline;
    color: #007bff;
}

.calculator .content_section {
    font-size: 14px;
    color: rgb(108, 108, 108);
}

.calculator .content_section a {
    word-break: break-all;
}

.calculator .input-group-addon {
    border: none;
    border-radius: 0;
    background-color: #e7e7e7;
}

.search_input {
    border-radius: 0;
    border-right: 0;
    border-color: #e5e5e5 !important;
}

.calculator_hierarchy {
    border: 1px solid #e6e6e6;
}

.calculator_hierarchy .nav-tabs > li > a {
    color: #fff;
    border: none;
    border-radius: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 80px;

}

.calculator_hierarchy .nav-tabs {
    height: 80px;
    border: none;
    background: -moz-linear-gradient(left, #0da39f 0%, #13b770 100%);
    background: -webkit-linear-gradient(left, #0da39f 0%, #13b770 100%);
    background: -o-linear-gradient(left, #0da39f 0%, #13b770 100%);
    background: -ms-linear-gradient(left, #0da39f 0%, #13b770 100%);
    background: linear-gradient(left, #0da39f 0%, #13b770 100%);
}

.calculator .list-group-item {
    border: 2px dotted #ddd;
}

.selected-calculator {
    background: -moz-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: -webkit-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: -ms-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: -o-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.calculator .list-group {
    margin-bottom: 0;
}

.glyphicon-chevron-down:before {
    content: url('../img/arrow_down.png');
}

.glyphicon-chevron-right:before {
    content: url('../img/arrow_right.png');
}

.calculator .first_child .glyphicon-chevron-down:before {
    content: url('../img/down-arrow_small.png');
}

.calculator .first_child .glyphicon-chevron-right:before {
    content: url('../img/right-arrow-small.png');
}

.calculator .first_child .glyphicon {
    position: relative;
    top: -1px;
}

.calculator_hierarchy .calculator_tab_1 {
    display: table;
    width: 40%;
}

.calculator_hierarchy .calculator_tab_2 {
    display: table;
    width: 30%;
}

.calculator_hierarchy .calculator_tab_3 {
    display: table;
    width: 30%;
}

.calculator_hierarchy .nav-tabs > li > a {
    margin-right: 0;
    padding: 10px 8px;
}

.calculator_hierarchy .selected_li {
    color: #007bff;
    text-decoration: underline;
}

.calculator_hierarchy .nav > li > a:hover {
    box-shadow: 0 0 35px 5px rgba(10, 10, 10, 0.14);
    background: #2f97dc;
    -webkit-transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;

}

.calculator_hierarchy .nav-tabs > li.active > a {
    box-shadow: 0px 0px 35px 5px rgba(10, 10, 10, 0.14);
    border: none;
    background: #2f97dc;
    color: #fff;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.list-group-item-child {
    border: none !important;
}

.calculator .first_child {
    color: #007bff;
}

.calculator .first_child:hover {
    color: #007bff;
}

.calculator .first_child:active {
    color: #007bff;
}

.calculator .first_child:focus {
    color: #007bff;
}

.calculator .list-group.list-group-root .list-group .list-group .list-group-item {
    padding-left: 55px;
}

.calculator .list-group.list-group-root > .list-group > .list-group > .list-group-item:hover {
    color: #007bff;
    text-decoration: underline;
}

.calculator_first_category {
    padding-left: 30px;
}

.locked_section {
    margin-left: 10px;
    margin-top: -6px;
}

.dark_grey_text {
    color: rgb(86, 86, 86);
}

.right_block input {
    border-radius: 2px;
}

.answer_option {
    border: 1px solid #cdcdcd;
    padding: 6px;
    margin-top: 1px;
    border-radius: 2px;
}

.select_option {
    background: #e6e6e6;
}

.calculator_information_block .nav-tabs > li {
    display: table;
}

.calculator_information_block .nav-tabs > li > a {
    padding: 5px 15px;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-right: 0;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.calculator_information_block .nav-tabs {
    border: none;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background: -moz-linear-gradient(left, #11ab80 0%, #0d979c 100%);
    background: -webkit-linear-gradient(left, #11ab80 0%, #0d979c 100%);
    background: -o-linear-gradient(left, #11ab80 0%, #0d979c 100%);
    background: -ms-linear-gradient(left, #11ab80 0%, #0d979c 100%);
    background: linear-gradient(left, #11ab80 0%, #0d979c 100%);
}

.calculator_information_block .nav > li {
    text-align: center;
    /* width: 33.33%;*/
}

.one_tabs_calculator {
    width: 100%;
}

.two_tabs_calculator {
    width: 50%;
}

.three_tabs_calculator {
    width: 33.33%;
}

.four_tabs_calculator {
    width: 25%;
}

.calculator_information_block .nav-tabs > li.active > a {
    box-shadow: 0px 0px 35px 5px rgba(10, 10, 10, 0.14);
    border: none;
    background: #2f97dc;
    color: #fff;
    -webkit-transform: scale(1.02, 1.05);
    -moz-transform: scale(1.02, 1.05);
}

.calculator_information_block .nav > li > a:hover {
    background: #2f97dc;
    box-shadow: 0px 0px 35px 5px rgba(10, 10, 10, 0.14);
    -webkit-transform: scale(1.02, 1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.02, 1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    transition-property: transform;
}

.calculator_information_block .last_tab.active > a {
    border-top-right-radius: 30px;
}

.calculator_information_block .first_tab.active > a {
    border-top-left-radius: 30px;
}

.calculator_information_block .last_tab > a:hover {
    border-top-right-radius: 30px;
}

.calculator_information_block .first_tab > a:hover {
    border-top-left-radius: 30px;
}

.calculator_information_block .tab-content {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px;
}

.subsection_name {
    padding: 8px 15px;
    font-size: 16px;
    background: #e6e6e6;
    color: rgb(77, 77, 77);
}

.subsection_name + ol {
    padding-top: 10px;
}

@media (max-width: 450px) {
    .calculator_information_block .nav > li {
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .calculator_information_block .nav > li:last-of-type {
        border-bottom: none;
    }

    .calculator_information_block .last_tab.active > a {
        border-top-right-radius: 0;
    }

    .calculator_information_block .first_tab.active > a {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .calculator_information_block .last_tab > a:hover {
        border-top-right-radius: 0;
    }

    .calculator_information_block .first_tab > a:hover {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}

@media (max-width: 540px) {
    .small_buy_calc_btn {
        float: none !important;
        margin-top: 15px;
    }
}

.big_btn_green_gradient {
    height: 55px;
    color: #fff;
    padding: 0 35px;
    font-size: 17px;
    border-radius: 50px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    border: none;
    outline: none !important;
}

.big_btn_green_gradient:active {
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
}

.big_btn_green_gradient:focus {
    color: white;
}

.big_btn_green_gradient:hover {
    color: white;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

/*ABOUT-PAGE*/

.page-head-text {
    margin-top: 0;
    color: rgb(44, 141, 205);
    border-bottom: 2px solid #e6e6e6;
    line-height: 65px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 34px;
}

.about-page-text {
    font-size: 16px;
    color: #777;
    font-weight: 300;
    margin: 16px 0;
}

.schedule-text.schedule-text {
    color: #337ab7;
}

.icon-green-bg {
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
}

.icon-green-bg img {
    width: 50%;
    height: auto;
}

.contact-us {
    background: url(../img/bg-contact-us-form.png) center center no-repeat rgb(13, 152, 155);
    background-size: cover;
    height: 400px;
    margin-top: 30px;
}

.contact-us .page-head-text {
    color: #fff;
}

.contact-block {
    height: 300px;
}

.contact-text-field {
    width: 90%;
    height: 250px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    border: transparent;
    resize: none;
}

.contact-error-msg {
    margin-left: 25px;
}

.contact-us-input {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    border: transparent;
    border-radius: 3px;
}

.contact-field-title {
    margin-left: 20px;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}

.no-margin-left {
    margin-left: 0;
}

.contact-us-btn {
    margin: 25px auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 30px;
    border-radius: 40px;
    font-size: 18px;
    outline: none;
}

.contact-us-btn:hover {
    background: #fff;
    color: rgb(9, 84, 127);
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

@media screen and (max-width: 767px) {
    .contact-us {
        height: 650px;
    }

    footer {
        height: 240px;

    }

    .footer-block {
        height: 80px;
        text-align: center;
        line-height: 80px;
    }

    .footer-block {
        margin-top: 0px;
        padding: 0;
        height: 80px;
        text-align: center;
    }

    .footer-block:last-child {
        line-height: 80px;
    }
}

@media screen and (max-width: 500px) {
    .page-head-text {
        font-size: 20px;
        line-height: 28px;
    }

    .about-heart {
        width: 100%;
        margin: 30px auto
    }
}

/*Timeline Page*/
.timeline_block {
    color: rgb(44, 141, 205);
    margin-top: 0;
}

.events_block h2 {
    color: rgb(44, 141, 205);
    margin-top: 0;
}

.events_block h3 {
    color: rgb(44, 141, 205);
    margin-top: 0;
}

.events_block h3:hover {
    cursor: pointer;
}

.events_date_logo {
    display: block;
    float: left;
}

.events_date {
    height: 43px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 43px;
    padding: 0 15px;
    border-left: none;
}

.events_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 80%;
}

.image_description {
    margin-top: 40px;
    color: rgb(98, 98, 98);
    padding: 0 40px;
}

@media (max-width: 450px) {
    .events_image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        width: 100%;
    }

    .image_description {
        padding: 0;
    }

    .events_date {
        padding: 0 5px;
    }

    .credits {
        padding: 0 !important;
    }
}

/*
.calculator_information_block > ul li{
    border-bottom: 1px solid #fff;
}*/

#timeline {
    list-style: none;
    position: relative;
    margin-top: 40px;
}

#timeline .clearFix {
    clear: both;
    height: 0;
}

#timeline .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: auto;
    left: -1px;
    right: 0;
    z-index: 100;
    border-radius: 50%;
}

.timeline-movement:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 6px;
    left: 50%;
    margin-left: -3.5px;
    height: 100%;
    border-left: 2px #c7efdd solid;
    border-right: 2px #c7efdd solid;
}

#timeline .timeline-movement:first-child:before {
    border-top: 2px #c7efdd solid;
    border-radius: 2px 2px 0 0;
}

#timeline .timeline-movement:last-child:before {
    border-bottom: 2px #c7efdd solid;
    border-radius: 0 0 2px 2px;
}

.timeline-movement.after-today-events:before {
    background-color: #14ba6c;
}

.timeline-movement.before-today-events:before {
    background-color: #4997cd;
}

#timeline .after-today-events .timeline-badge {
    background-color: #14ba6c;
}

#timeline .before-today-events .timeline-badge {
    background-color: #4997cd;
}

#timeline .timeline-today-block {
    text-align: center;
    width: 150px;
    background-color: #14ba6c;
    margin: auto;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.timeline-today-block-container:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    left: 50%;
    margin-left: -1.5px;
    height: 100%;
    background: -moz-linear-gradient(#14ba6c 0%, #14ba6c 50%, #4997cd 51%, #4997cd 100%);
    background: -webkit-linear-gradient(#14ba6c 0%, #14ba6c 50%, #4997cd 51%, #4997cd 100%);
    background: -o-linear-gradient(#14ba6c 0%, #14ba6c 50%, #4997cd 51%, #4997cd 100%);
    background: -ms-linear-gradient(#14ba6c 0%, #14ba6c 50%, #4997cd 51%, #4997cd 100%);
    background: linear-gradient(#14ba6c 0%, #14ba6c 50%, #4997cd 51%, #4997cd 100%);
    -webkit-box-shadow: -2px 0px 0px 0px rgba(201, 239, 221, 1), 2px 0px 0px 0px rgba(201, 239, 221, 1);
    -moz-box-shadow: -2px 0px 0px 0px rgba(201, 239, 221, 1), 2px 0px 0px 0px rgba(201, 239, 221, 1);
    box-shadow: -2px 0px 0px 0px rgba(201, 239, 221, 1), 2px 0px 0px 0px rgba(201, 239, 221, 1);
}

#timeline .timeline-today-block-container {
    height: 100px;
    position: relative;
    margin-bottom: -25px;
}

#timeline .row.timeline-movement.no-height {
    height: 0;
}

#timeline .timeline-badge span.timeline-balloon-date-day {
    font-size: 1.4em;
}

#timeline .timeline-badge span.timeline-balloon-date-month {
    font-size: .7em;
    position: relative;
    top: -10px;
}

#timeline .timeline-badge.timeline-filter-movement {
    background-color: #ffffff;
    font-size: 1.7em;
    height: 35px;
    margin-left: -18px;
    width: 35px;
    top: 40px;
}

#timeline .timeline-badge.timeline-filter-movement a span {
    color: #4997cd;
    font-size: 1.3em;
    top: -1px;
}

#timeline .timeline-badge.timeline-future-movement {
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 1.7em;
    top: -16px;
    margin-left: -18px;
}

#timeline .timeline-badge.timeline-future-movement a span {
    color: #4997cd;
    font-size: .9em;
    top: 2px;
    left: 1px;
}

.credits, .debits {
    padding: 0 15px;

}
.clearfix.credits {
    overflow: hidden;
}

#timeline .timeline-movement {
    position: relative;
    height: 150px;
}

#timeline .timeline-movement.timeline-movement-top {
    height: 60px;
}

#timeline .timeline-movement .timeline-item {
    position: relative;
    top: 15%;
}

.timeline-movement .timeline-date:nth-child(2n + 1) {
    float: right;
}

.timeline-movement .timeline-item:nth-child(2n + 1) {
    float: left;
}

#timeline .timeline-movement .timeline-item .timeline-panel {
    border: 1px solid #d4d4d4;
    border-left: none;
    border-radius: 0 3px 3px 0;
    background-color: #FFFFFF;
    color: #666;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    height: 125px;
    padding-right: 0;
    padding-left: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.timeline-panel-content {
    padding-right: 10px;
    padding-left: 10px;
}

#timeline .timeline-movement .timeline-item:hover .timeline-panel + .timeline-panel {

    background: -moz-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: -webkit-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: -o-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: -ms-linear-gradient(left, #139e98 0%, #16b27b 100%);
    background: linear-gradient(left, #139e98 0%, #16b27b 100%);
    color: #fff;

    border: none;
    /*  box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);*/

}

#timeline .timeline-movement .timeline-item:hover .debits {
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

.debits {
    border-radius: 3px;
}

#timeline .timeline-movement .timeline-item .timeline-panel p {
    margin: 8px 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
    text-align: right;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
    text-align: left;
}

.timeline-date-block {
    float: right;
    height: 43px;
}

.clearfix {
    overflow: auto;
}

.timeline-movement > .timeline-clock-item {
    top: 42%;
}

.timeline-movement > .timeline-clock-item:hover {
    cursor: pointer;
}

.timeline-movement:nth-child(2n + 1) > .timeline-clock-item {
    float: right;
}

.timeline-movement:nth-child(2n + 1) > .timeline-clock-item .timeline-date-block {
    float: left;
}

.timeline_item_image {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
}

/*
.timeline-img{
    background: url(../img/timelineImg1.png) center center no-repeat;
}

.timeline-img2{
    background: url(../img/timelineImg2.png) center center no-repeat;
}

.timeline-img3{
    background: url(../img/timelineImg3.png) center center no-repeat;
}*/

.timeline-movement:nth-child(2n + 1) .timeline-item {
    margin-left: calc(16.66666667% - 15px);
}

.timeline-movement:nth-child(2n) .timeline-item {
    margin-left: 15px;
}

.timeline-item:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .timeline-movement:nth-child(2n + 1) .timeline-item {
        margin-left: 0;
    }

    .timeline-movement:nth-child(2n) .timeline-item {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul, #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
        text-align: center;
    }
}

/*LIBRARY*/

.imgs-for-reader {
    width: 100%;
    height: auto;
    backface-visibility: visible !important;
}

#slides {
    display: none;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.slidesjs-navigation {
    margin: 0 8px;
}

#slidesjs-log {
    display: inline-block;
    width: 55px;
}

#slides ul.slidesjs-pagination {
    display: none;
}

.calculator_hierarchy .library-tab {
    display: table;
    width: 50%;
}

.library_hierarchy .list-group.list-group-root .list-group .list-group-item {
    padding-left: 30px;
    color: #007bff;
}

.library_hierarchy .list-group.list-group-root .list-group .list-group-item:hover {
    cursor: pointer;
}

.library-right-block {
    padding: 0 1.5%;
}

.library-btns-block {
    margin-top: 30px;
    margin-bottom: 5px;
}

.library-btns-block > .library-btn {
    margin-right: 10px;
    width: 120px;
    height: 35px;
    line-height: 25px;
    border-radius: 17px;
    border: 1px solid #4496d1;
    background-color: #fff;
    outline: none;
    margin-top: 10px;
}

.library-btns-block > .library-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(21, 173, 129) 0%, rgb(20, 168, 137) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(21, 173, 129) 0%, rgb(20, 168, 137) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(21, 173, 129) 0%, rgb(20, 168, 137) 100%);
    outline: none;
}

.library_btn_active {
    border: 1px solid #fff;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(21, 173, 129) 0%, rgb(20, 168, 137) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(21, 173, 129) 0%, rgb(20, 168, 137) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(21, 173, 129) 0%, rgb(20, 168, 137) 100%);
    outline: none;
}

.library_hierarchy .nav-tabs > li.library-tab > a {
    height: 60px;
}

.library_hierarchy .nav-tabs > li.library-tab > a:hover {
    cursor: pointer;
}

.library_hierarchy .nav.nav-tabs {
    height: 60px;
}

.library-list-item {
    width: 100%;
    padding: 25px 10px;
}

.library-list-item:hover {
    cursor: pointer;
}

.library-list-box {
    border-bottom: 1px solid #ccc;
}

.library-list-box:last-of-type {
    border-bottom: none;
}

.library-list-image-block {
    float: left;
    width: auto;
    margin-right: 10px;
}

.library-list-image-block > .library-list-image {
    height: 100%;
}

.library-list-content {
    padding: 0 15px 10px;
    width: 100%;
    position: relative;
}

.library-list-item-header {

    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.library-item-date {
    margin-top: 10px;
    font-size: 15px;
    color: rgb(2, 149, 255);
    float: right;
}

.library-item-content-text img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.library-item-content-date {
    float: right;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
}

.library-item-content-img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.library-item-content-text {
    margin: 30px 0;
}

.search-page-input {
    height: 32px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(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, box-shadow ease-in-out .15s;
}

.search-page-btn {
    margin-bottom: 3px;
}

/*INTEGRAL INDICATORS*/
.integral-menu-btns-block {
    text-align: center;
}

.integral-menu-btns-block button {
    margin: 3px 0;
    text-align: left;
    padding-left: 15px;
}

.integral-menu-heading {
    background-color: rgb(8, 126, 191);
    width: 90%;
    height: 56px;
    font-size: 20px;
    font-family: "Segoe UI";
    color: #fff;
    line-height: 54px;
    margin: 15px auto;
}

.integral-menu-btn {
    background: rgb(239, 239, 239);
    width: 90%;
    height: 56px;
    color: rgb(56, 56, 56);
    border: none;
    outline: none;
    font-size: 16px;
}

.integral-menu-btn-active {
    background: -moz-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: -webkit-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: -ms-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: -o-linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    background: linear-gradient(-135deg, rgb(13, 149, 158) 0%, rgb(18, 174, 125) 100%);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 56px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
}

.subcalculator-heading {
    border-radius: 2px;
    background-image: -moz-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    background-image: -webkit-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    background-image: -ms-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    background-image: -o-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    background-image: linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    width: 100%;
    height: 40px;
    color: #fff;
    border: none;
    outline: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 25px 0;
}

.subcalculator-heading:hover {
    cursor: pointer;
}

.result-calculation:hover {
    cursor: auto;
}

.subcalc-result-tabs > li:hover {
    cursor: pointer;
}

.subcalculator-heading .toogle-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    background: url(../img/indicators/subcalcArrow.png) center center no-repeat;
}

.openedSubcalculator.subcalculator-heading .toogle-btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: rotate(180deg);
    transition: all 500ms;
}

.closedSubcalculator.subcalculator-heading .toogle-btn {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: all 500ms;
}

.flat-input {
    width: 100%;
    height: 40px;
    /* margin-bottom:20px;*/
    border: 1px solid #ccc;
    padding-left: 5px;
}

.subcalculator-select {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.subcalculator-form label {
    width: 100%;
    display: block;
}

.parameter_name {
    float: left;
    width: 30%;
    margin-right: 15px;
}

.integral_parameter_input {
    float: left;
    width: 30%;
}

.integral_fake_block_value {
    margin-bottom: 8px;
    margin-left: 32%;
    text-align: center;
    float: left;
    width: 30%;
}

.integral_fake_block_new_value {
    float: left;
    width: 30%;
    margin-left: 20px;
    text-align: center;

}

.boundary_values {
    float: left;
    width: 30%;
    margin-top: 7px;
    text-align: center;
    margin-left: 20px;
}
.buy_pro_account_integral {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .parameter_name {
        float: none;
        width: inherit;
        margin-right: 15px;
    }

    .integral_parameter_input {
        float: none;
        width: inherit;
    }

    .boundary_values {
        display: none;
    }

    .integral_fake_block_value {
        display: none;
    }

    .integral_fake_block_new_value {
        display: none;
    }
}

/*DOCTOR WORKPLACE*/
.doctor-workplace-content-block {
    padding: 25px 70px;
}

.doctor-workplace-video-block {
    margin: 30px 0;

    width: 100%;
    height: auto;

}

.doctor-workplace-video-block > img {
    width: 100%;
    height: auto;
}

.doctor-workplace-btns-block {
    margin: 0 auto;
    text-align: center;
}

.doctor-workplace-btn {
    width: 245px;
    height: 48px;
    color: #fff;
    padding: 10px 35px;
    font-size: 17px;
    border-radius: 50px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    border: none;
    outline: none !important;
}

.doctor-workplace-send-btn {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 245px;
    height: 48px;
    color: #fff;
    padding: 10px 35px;
    font-size: 17px;
    border-radius: 50px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    border: none;
    outline: none !important;
}

.doctor-workplace-btns-block > .doctor-workplace-btn {
    margin: 10px 50px;
}

.doctor-workplace-text {
    margin: 30px 0;
}

.doctor-workplace-form-container {
    width: 100%;
    text-align: center;
    border: 1px solid #b4b4b4;
    background-color: #f9f9f9;
    color: #000;
    padding: 35px;
    margin-top:20px !important;
}

.second-step-title{
    font-size:26px;
    margin-top: 0;
    color: rgb(44, 141, 205);
    border-bottom: 2px solid #e6e6e6;
    line-height: 65px;
    margin-bottom:40px;
}

.second-step-form{
    width:100% !important;
    margin:auto;
}
@media screen and (max-width: 1475px) {
    .second-step-form{
        width:100% !important;
    }
    .second-step-title{
        font-size:22px;
        line-height: 50px;
    }
}
@media screen and (max-width: 992px) {
    .second-step-form{
        width:100% !important;
    }
    .second-step-title{
        font-size:20px;
        line-height: 45px;
    }
}
@media screen and (max-width: 400px) {
    .second-step-form{
        width:100% !important;
    }
    .second-step-title{
        font-size:16px;
        line-height: 25px;
    }
}
@media screen and (min-width: 992px) {
    .second-step-input{
        margin-bottom:20px;
        display: flex;
        align-items: center;
    }
}
.second-step-input{
    margin-bottom:20px;
    /*display: flex;*/
    /*align-items: center;*/
}
.second-step-send{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.second-step-send-button{
    width:75%;
}

.resend-letter{
    width:25%;
}
.resend-letter:hover{
    cursor:pointer;
}

.registration-message-wrap{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
}
.registration-message-wrap span{
    width:75%;
    margin-bottom:15px;
}

@media screen and (max-width: 992px) {
    .second-step-send-button{
        width:100%;
        margin-top:20px;
    }
    .second-step-send{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .resend-letter{
        width:100%!important;
    }
    .registration-message-wrap span{
        width:100%;
    }
    .registration-message-wrap{
        justify-content:center;
    }
}




.radio-block {
    margin: 10px 0;
}

.doctor-workplace-form-container .text-inputs-block input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.doctor-workplace-form-container .text-inputs-block label:last-of-type input {
    margin-bottom: 0;
}

.doctor-workplace-form-container input[type=radio] {
    float: left;
}

.doctor-workplace-form-container label {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}

.doctor-workplace-form-container .radio-block {
    padding: 10px 0;
}

.doctor-workplace-form-container label.doctor-workplace-radio {
    width: auto;
    float: left;
}

.doctor-workplace-form-container label.doctor-workplace-radio {
    width: auto;
    float: left;
}

.doctor-workplace-form-container label.doctor-workplace-radio > input {
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.doctor-workplace-alert-text {
    display: block;
    clear: both;
    float: left;
}

.doctor-workplace-alert-text-block {
    width: 100%;
    height: 25px;
    clear: both;
}

.doctor-workplace-alert-radio-block {
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 40px;
}

.btn_results {
    border-radius: 50px;
    padding: 8px 27px;
    color: #ffffff;
    font-size: 14px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    outline: none !important;
}

@media screen and (max-width: 992px) {

    .doctor-workplace-content-block {
        padding: 15px;
    }

    .doctor-workplace-btns-block > .doctor-workplace-btn {
        margin: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .doctor-workplace-content-block {
        padding: 3px;
    }

    .doctor-workplace-btns-block > .doctor-workplace-btn {
        margin: 10px 5px;
    }
}

@media screen and (max-width: 440px) {
    .doctor-workplace-form-container {
        padding: 25px 5px
    }
}

/*ANALYZES CONCLUSION*/

.hide-show-fields-btn {
    position: absolute;
    right: 15px;
    top: 0px;
    outline: none;
}

.hide-show-fields-btn:focus, .hide-show-fields-btn:hover {
    outline: none !important;
}

.analyzes-conclusion .left-block-content h3 {
    font-size: 16px;
    color: rgb(68, 150, 209);
    text-align: left;
}

.analyzes-checkbox-block {
    margin-bottom: 10px;
}

.analyzes-checkboxes-block-inner {
    clear: both;
    margin-left: 30px;
}

.analyzes-checbox-inner {
    clear: both;
    padding-top: 8px;
}

.analyzes-conclusion .left-block-content label {
    font-size: 14px;
    line-height: 20px;
    font-family: "Segoe UI";
    margin-top: 4px;
    font-weight: 400;
    float: left;
}

.analyzes-conclusion .left-block-content label:hover {
    cursor: pointer;
}

.analyzes-conclusion .left-block-content .analyzes-checkbox {
    display: block;
    float: left;
    border-radius: 0;
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.analyzes-conclusion .left-block-content .analyzes-checkbox:hover {
    cursor: pointer;
}

.analyzes-heading {
    border-radius: 2px;
    background-color: #4496d1;
    width: 100%;
    height: 40px;
    color: #fff;
    border: none;
    outline: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 25px 0;
}

.analyzes-heading:hover {
    cursor: pointer;
}

.analyzes-heading .toogle-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    background: url(../img/indicators/subcalcArrow.png) center center no-repeat;
}

.analyzes-results-division {
    background-color: rgb(246, 246, 246);
    width: 100%;
    height: 89px;
    margin: 25px 0;
    padding: 25px;
    display: table;
}

.analyzes-results-division > .vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
}

.analyzes-grey-block {
    background-color: rgb(246, 246, 246);
    width: 100%;
    margin: 25px 0;
    padding: 25px;
}

.openedSubcalculator.analyzes-heading .toogle-btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: rotate(180deg);
    transition: all 500ms;
}

.closedSubcalculator.analyzes-heading .toogle-btn {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: all 500ms;
}

.calculate-btn-block, .calculate-analyzes-btn-block {
    margin: 0 auto;
    text-align: center;
}

.calculate-btn {
    width: 320px;
    height: 48px;
    color: #fff;
    padding: 10px 0px;
    font-size: 17px;
    border-radius: 50px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    border: none;
    outline: none !important;
}

.calculate-analyzes-btn {
    margin-top: 20px;
}

@media screen and (max-width: 700px) {
    .hide-show-fields-btn {
        position: relative;
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    .calculate-btn {
        width: 220px;
        height: 68px;
        color: #fff;
        padding: 10px 20px;
        font-size: 17px;
        border-radius: 50px;
        background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
        background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
        background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
        background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
        background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
        border: none;
        outline: none !important;
    }
}

/*PERSONAL INFO PAGE*/
.user-email {
    margin-right: 5px;
}

.personal-info-block .green-gradient-heading {
    border-radius: 2px;
    background-image: -moz-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    background-image: -webkit-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    background-image: -ms-linear-gradient(129deg, rgb(11, 144, 166) 0%, rgb(16, 168, 133) 100%);
    width: 100%;
    height: 40px;
    color: #fff;
    border: none;
    outline: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 25px 0;
}

.personal-info-block .info-page-info {
    height: 40px;
    padding: 0;
    margin-bottom: 20px;
    line-height: 40px;
}

.personal-info-block .info-page-info.info-page-info-heading {
    margin: 25px 0;
    line-height: 40px;
}

.personal-info-block .info-page-btn {
    width: 150px;
    height: 40px;
    color: #fff;
    padding: 10px 35px;
    font-size: 17px;
    border-radius: 50px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    border: none;
    outline: none !important;
}

.personal-info-block .change-pass-btn {
    margin-top: 25px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 30px;
    border-radius: 40px;
    font-size: 18px;
    outline: none;
}

.personal-info-block .change-pass-btn:hover {
    background: #fff;
    color: rgb(9, 84, 127);
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

.personal-info-block .change-pass-text {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .personal-info-block .contact-us {
        height: 475px;
    }

    .personal-info-block .info-page-info.info-page-info-heading {
        margin: 0;
    }

    .personal-info-block .green-gradient-heading {
        margin-top: 45px;
    }

    .personal-info-block .info-page-info {
        margin: 0;
    }

    .personal-info-block .info-page-btn, .personal-info-block .change-pass-btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .contact-us .page-head-text {
        margin-top: 20px;
    }

}

/*TARIFF TABLE*/
.tariff-table {
    background: url(../img/tariffTable/tariff-table-bg.png) center center no-repeat rgb(13, 152, 155);
    background-size: cover;
    height: 300px;
    margin-top: 30px;
}

.tariff-table-heading {
    margin-top: 20px;
    color: rgb(44, 141, 205);
    line-height: 65px;
    font-size: 30px;
}

.tariff-table-list-item {
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-left: 38px;
}

.tariff-table-list-item .tariff-table-list-heading {
    font-size: 20px;
    margin-left: -15px;

    /*  margin: 10px 0;*/
}
.tariff-table-list-text {
    margin-left: -15px;

    font-size: 14px;
    color: rgb(108, 108, 108);
}
.tariff-table-list h4 span{
     font-size: 20px;
     color: rgb(64, 65, 66);
 }
.tariff-table-list h4 i{
    width: 13px;
    position: relative;
    top: -1px;
}

.tariff-table-list h4 span:hover {
    text-decoration: underline;
    color: #007bff;
}
.tariff-table-list-item p {
    font-size: 14px !important;
    color: rgb(108, 108, 108);
}

.tariff-table-list-item p:hover {
    text-decoration: underline;
    color: #007bff;
}


.tariff-table-list-item:first-of-type .tariff-table-list-heading {
    margin-top: 0;
}

.tariff-table .tariff-table-text-block {
    margin-top: 55px;
    color: #fff;
    font-size: 20px;
}

.tariff-table .tariff-table-text-block > p {
    margin: 10px;

}

.tariff-table .tariff-table-text-block > p > span {
    font-weight: 600;
}

.tariff-table .tariff-table-text-block > p > span.line-throw {
    text-decoration: line-through;
    font-weight: 400;
}

.tariff-table > .row {
    height: 100%;
}

.tariff-table .tariff-table-block {
    border-right: 1px solid #fff;
    height: 100%;
    position: relative;
}

.tariff-table .tariff-table-block:last-of-type {
    border-right: none;
}

.tariff-table .tariff-table-block .buy-tariff-btn {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 135px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 30px;
    border-radius: 40px;
    font-size: 18px;
    outline: none;
}

.tariff-table .buy-tariff-btn:hover {
    background: #fff;
    color: rgb(9, 84, 127);
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

@media screen and (max-width: 768px) {
    .tariff-table {

        height: 900px;

    }

    .tariff-table .tariff-table-block {
        border-right: none;
        border-bottom: 1px solid #fff;
        height: 300px;
        position: relative;
    }

    .tariff-table-heading {
        margin-top: 20px;
        color: rgb(44, 141, 205);
        line-height: 35px;
        font-size: 25px;
    }
}

/*MODALS*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.info-modal .modal-dialog {
    width: 250px;

}

.info-modal .modal-content {
    height: 150px;
    display: table;
}

.info-modal .modal-header {
    height: 75px;
    display: table-cell;
    vertical-align: middle;
}

.info-modal .info-modal-btn {
    width: 150px;
    margin: 5px auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 40px;
    padding: 10px 25px;
    outline: none;
    margin-top: 20px;
}

.info-modal-btn:focus {
    outline: none;
}

.info-modal-btn:hover {
    background: #fff;
    color: rgb(9, 84, 127);
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

.modal-content {
    border-radius: 7px;
    background: -moz-linear-gradient(150deg, rgb(17, 169, 132) 0%, rgb(12, 147, 162) 100%);
    background: -webkit-linear-gradient(150deg, rgb(17, 169, 132) 0%, rgb(12, 147, 162) 100%);
    background: -o-linear-gradient(150deg, rgb(17, 169, 132) 0%, rgb(12, 147, 162) 100%);
    background: -ms-linear-gradient(150deg, rgb(17, 169, 132) 0%, rgb(12, 147, 162) 100%);
    background: linear-gradient(150deg, rgb(17, 169, 132) 0%, rgb(12, 147, 162) 100%);
    color: #fff;
    padding: 0 20px;
}

.modal-header {
    text-align: center;
    border-bottom: none;
}

.modal-footer {
    text-align: center;
    border-top: none;
}

.modal .modal-field-name {
    line-height: 34px;
}

.modal .modal-field-name.modal-restore-pass-text {
    line-height: 34px;
}

.modal .one-field-row {
    margin-top: 20px;
}

.modal .one-field-row:first-of-type {
    margin-top: 0;
}

.new_password_form {
    width: 70%;
}

.new_password_form_btn {
    width: 150px;
    height: 40px;
    color: #fff;
    padding: 10px 35px;
    font-size: 17px;
    border-radius: 50px;
    background: -moz-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -webkit-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -o-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: -ms-linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    background: linear-gradient(right, rgb(18, 175, 123) 0%, rgb(13, 152, 155) 100%);
    border: none;
    outline: none !important;
}

.continue-reg{
    padding: 10px 0px !important;
}

.enter-modal-btn {
    width: 185px;
    margin: 5px auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 40px;
    padding: 10px 25px;
    outline: none;
}

.enter-modal-btn:focus {
    outline: none;
}

.enter-modal-btn:hover {
    background: #fff;
    color: rgb(9, 84, 127);
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

.close {
    color: #fff;
    opacity: 1;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 0;
}

.close:focus {
    outline: none;
}

.modal-footer-links-block {
    margin-top: 15px;
    color: #fff;
}

.modal-footer-links-block > div {
    padding: 0;
}

.modal-footer-link {
    color: #fff;
    text-decoration: underline;
    margin: 0 35px;
    display: block;
}

.modal-footer-link:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.modal-footer-link:focus {
    color: #fff;
}

.modal-footer .col-md-6:first-of-type .modal-footer-link {
    float: right;
}

.modal-footer .col-md-6:last-of-type .modal-footer-link {
    float: left;
}

.white_link {
    color: white;
}

.white_link:link {
    color: white;
}

.white_link:visited {
    color: white;
}

.white_link:hover {
    color: white;
}

.white_link:active {
    color: white;
}

@media screen and (max-width: 991px) {
    .new_password_form {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .modal .modal-field-name {
        line-height: 34px;
        padding: 0;
    }

    .modal .modal-field-name.modal-restore-pass-text {
        line-height: 16px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        padding: 0;
    }

    .modal .one-field-row {
        margin-top: 10px;
    }

    .modal-footer-link {
        margin: 0 15px;
    }

    .modal-dialog {
        width: 40%;
    }

    .modal-dialog {
        width: 90%;
    }
}

/*LEFT SIDEBAR*/

.sidebar-nav li a.active_menu_item_left {
    text-decoration: none;
    color: #fff;
    background: #12ae7d;
    box-shadow: 0px 1px 19.53px 1.47px rgba(6, 117, 203, 0.54);
}

/*MULTI CAROUSEL*/

/*
#eventCarousel a {
    color: #ddd;
    text-transform: capitalize;
    font-size: 24px;
}
#eventCarousel a:hover {
    color: #ccc;
    text-decoration: none;
}

#eventCarousel .carousel-inner {
    margin: auto;
    width: 90%;
}

#eventCarousel .carousel-control {
    width: 4%;
}

#eventCarousel .carousel-control.left,
#eventCarousel .carousel-control.right {
    background-image: none;
}

#eventCarousel .glyphicon-chevron-left,#eventCarousel .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    margin-left: -10px;
    color: #444;
}

#eventCarousel .carousel-inner a {
    display: table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}
#eventCarousel .carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    #eventCarousel .carousel-inner > .item.next,
    #eventCarousel .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    #eventCarousel .carousel-inner > .item.prev,
    #eventCarousel .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    #eventCarousel .carousel-inner > .item.next,
    #eventCarousel .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    #eventCarousel .carousel-inner > .item.prev,
    #eventCarousel .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}
@media (min-width: 992px) {
    #eventCarousel .carousel-inner > .item.next,
    #eventCarousel .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(16.7%, 0, 0);
        transform: translate3d(16.7%, 0, 0);
    }

    #eventCarousel .carousel-inner > .item.prev,
    #eventCarousel .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-16.7%, 0, 0);
        transform: translate3d(-16.7%, 0, 0);
    }
}
*/

.multi-item-carousel .carousel-inner .item {
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner .item {
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

/*user_agreement modal*/
#user_agreement .enter-modal-btn {
    margin: inherit;
    display: inline;
    margin-bottom: 15px;
}

#additional_user_agreement .enter-modal-btn {
    margin: inherit;
    display: inline;
}

.settings_pdf {
    font-size: 28px;
    color: #11ac80;
}

.settings_pdf i {
    padding: 0 5px;
}

@media print {
    .settings_pdf {
        display: none !important;
    }
    .print_assessment_organism {
        display: none !important;
    }
    footer {
        display: none !important;
    }
    .print_title_assessment {
        display: none !important;
    }
    .print_false {
        display: none !important;
    }
}

.assessment_organism_form {
    display: inline;
}

.assessment_organism_width_50 {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.assessment_organism_width_100 {
    padding-right: 20px;
}
.assessment_organism_wrap_padding {
    padding-right: 0px;
}

.assessment_organism_header_title{
    background: #139f96;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: white;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px;
}

.error_message_absolute {
    position: absolute;
}

.integral_indicators_form {
    display: inline-block;
    vertical-align: top;
}
.social_link:link {
    text-decoration: none;
}
.social_link:visited {
    text-decoration: none;
}
.social_link:active {
    text-decoration: none;
}
.social_link:hover {
    text-decoration: none;
}

.line-through {
    text-decoration: line-through
}
.agreement-checkbox{
    display:flex;
    flex-direction:row;
    justify-content:center;
    alegn-items:flex-start;
}
.agreement-checkbox input{
    margin:0px;
    margin-right:6px;
}
.agreement-checkbox span{
    margin-right:6px;
}
.rate-error {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@page {
    size: 7in 9.25in;
    margin: 10mm 10mm 10mm 10mm;
}