html, body, form {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    /*height: auto !important;*/
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    min-width: 360px;
}

body {
    font-size: 80%;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    color: #454545;
    background: #3E4F60;
    text-align: center;
}

table {
    font-size: 100%;
}

a:link, a:visited, a:active {
    color: #019fc4;
    text-decoration: none;
}

a:hover {
    color: #006699;
    text-decoration: none !important;
}

small {
    font-size: 85%;
}

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

.top_message {
    background-color: #f38a53;
    color: #fff;
    border-bottom: solid 1px #afafaf;
    font-size: 14px;
}

.top_message a {
    color: #fff;
}

.additional_header {
    background-color: #f3f3f3;
    border-bottom: solid 1px #afafaf;
}

.fix {
    width: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

a.phone_button {
    color: #fff;
    border: 1px solid #f47735;
    background: #f47735;
    line-height: 29px;
    padding: 0 12px;
    font-size: 11px;
    text-transform: uppercase;
}

a.phone_button + a.phone_button {
    margin-left: .5rem !important;
}

a.phone_button:hover {
    color: #f47735;
    border: 1px solid #f47735;
    background: #fff !important;
    text-decoration: none;
}

a.phone_button2 {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    line-height: 27px;
    padding: 0 12px;
    font-size: 12px;
}

a.phone_button2:hover {
    color: #f47735;
    border: 1px solid #f47735;
    background: #fff !important;
    text-decoration: none;
}

.btn-default, .btn-fill {
    padding: 0 25px;
    border-radius: 23px;
    line-height: 36px;
}

.btn-default {
    display: inline-block;
    background: 0 0;
    border: 1px solid #0da4c6;
    color: #0da4c6;
    font-weight: bold;
}

.phone .link-phone-text {
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 9px 0 5px;
    color: #222;
    line-height: 13px;
    display: inline-block;
}

.phone .link-phone-text:hover {
    color: #222;
    text-decoration: none;
}

.phone .link-mail-text {
    padding-left: 25px;
    color: #019fc4;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
}

.link-phone-img {
    background-size: auto;
    -webkit-animation: 0.2s tremor ease-out infinite;
    animation: 0.2s tremor ease-out infinite;
    width: 14px;
    height: 16px;
    background-size: contain;
    margin-bottom: -3px;
    display: inline-block;
    margin-right: 6px;
}

.link-phone-img {
    background: url(../images/phone.png) left center no-repeat;
    -webkit-animation: 0.2s tremor ease-out infinite;
    animation: 0.2s tremor ease-out infinite;
    width: 14px;
    height: 16px;
    background-size: contain;
    margin-bottom: -3px;
    display: inline-block;
}

.link-phone-img.white {
    background: url(../images/phone_white.png) left center no-repeat;
}

@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

footer {
    background-color: #272727;
    color: #fff;
    font-size: 12px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
}

.menu a {
    color: #222;
}

.menu a:hover, .menu a.selected {
    color: #019fc4;
    text-decoration: none;
}

.menu .menu_item {
    position: relative;
}

.menu .menu_item {
    position: relative;
}

.menu .menu_item a.parent {
    padding-right: 18px;
    background: transparent url(../images/ic_bt.png) right center no-repeat;
}

.menu .menu_item a.parent:hover {
    background: transparent url(../images/ic_bt_hover.png) right center no-repeat;
}

.menu .menu_item .submenu {
    display: none;
    position: absolute;
    left: -8px;
    top: 24px;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.05);
    width: 150px;
}

.menu .menu_item:hover .submenu {
    display: block;
}

.menu .menu_item .submenu .submenu_item {
    padding: 5px 0;
    white-space: nowrap;
}

footer .menu a {
    color: #fff;
    font-size: 13px;
}

h1 {
    text-transform: uppercase;
    font-size: 2rem !important;
    margin: 0 0 1.5rem !important;
}

h2 {
    text-transform: uppercase;
    font-size: 1.5rem !important;
    margin: 0 0 1rem !important;
}

h3 {
    text-transform: uppercase;
    font-size: 1.2rem !important;
    margin: 0 0 0.9rem !important;
}

.slick-banner.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.slick-banner .slick-dots {
    left: 0;
    top: inherit;
    bottom: -50px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.slick-banner .slick-dots li {
    display: inline-block;
    float: none;
    width: 10px;
}

.slick-banner .slick-dots li button {
    padding: 0;
    width: 10px;
}

.slick-banner .slick-dots li button:before {
    font-size: 8px;
    color: #7a7a7a;
    width: 10px;
}

.slick-banner .slick-dots li.slick-active button:before {
    color: #0da4c6;
}

.main .news-main {
    padding: 15px 0;
}

.main .news-main h3 {
    font-size: 30px;
    margin: 0 0 20px;
}

.main .news-main .article {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.main .news-main .article .layout {
    background: #fff;
}

.main .news-main .article .layout a {
    display: inline-block;
    max-width: 100%;
}

.main .news-main .article .layout a .image img {
    max-width: 100%;
    width: 100%;
}

.main .news-main .article .layout a .text {
    position: relative;
    padding: 40px 20px 20px;
    min-height: 265px;
}

.main .news-main .article .layout a .text .date {
    position: absolute;
    left: 20px;
    top: -24px;
}

.main .news-main .article .layout a .text strong {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 10px 0;
    height: 75px;
    overflow: hidden;
}

.main .news-main .article .layout a:hover .text strong {
    color: #0da4c6;
}

.main .news-main .article .layout a .text > p {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.5;
    height: 74px;
    margin-bottom: 25px;
    overflow: hidden;
}

.main .news-main .article .layout a .text > span {
    line-height: 38px;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: 2px solid #0da4c6;
    color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 20px;
    background: url(../images/ic_gt.png) 17px center no-repeat;
    width: 42px;
    overflow: hidden;
}

.main .news-main .article .layout a:hover .date {
    background: #f37736;
}

.main .news-main .article .layout a:hover .text > span {
    width: inherit;
    color: #0da4c6;
    padding: 0 20px 0 35px;
}

.main .news-main a.all {
    font-size: 13px;
    color: #0da4c6;
}

.main .news-main .slick-prev-new {
    position: absolute;
    top: 599%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 3;
    background: url(../images/ic_nav-arrow.png) no-repeat;
    width: 15px;
    height: 26px;
    left: -13px;
}

.main .news-main .slick-prev-new:hover {
    background: url(../images/ic_nav-arrow.png) -30px 0 no-repeat;
    width: 15px;
    height: 26px;
    left: -13px;
}

.main .news-main .article .slick-next {
    background: url(../images/ic_nav-arrow.png) -15px 0 no-repeat;
    width: 15px;
    height: 26px;
    right: -15px;
}

.main .news-main .article .slick-next:hover {
    background: url(../images/ic_nav-arrow.png) -45px 0 no-repeat;
    width: 15px;
    height: 26px;
    right: -15px;
}

.main .title_holder {
    padding-bottom: 5px;
}

.main .title_holder .title {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
    text-transform: uppercase;
}

.main .date {
    display: inline-block;
    line-height: 1;
    width: 49px;
    text-align: center;
    background: #0da4c6;
    color: #fff;
    padding: 10px 0;
    vertical-align: top;
}

.main .title_holder .date {
    vertical-align: middle;
}

.main .date .year {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.main .date .month {
    margin: 5px 0 !important;
    font-size: 11px;
    text-transform: uppercase;
}

.main .date + .text {
    display: inline-block;
    max-width: 85%;
}

.all {
    text-transform: uppercase;
}

.parallax_block {
    color: #fff;
    font-size: 18px;
}

.parallax_block h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: bold;
}

#contacts_block {
    min-height: 330px;
    background: url('../images/contacts_bg.jpg') no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
}

#contacts_block .contacts_text {
    padding-top: 15px;
    padding-bottom: 15px;
}

#contacts_block .phone {
    font-size: 14px;
    margin-top: 20px;
}

#contacts_block .phone + .phone {
    margin-top: 5px;
}

#contacts_block .phone a {
    font-weight: bold;
    font-size: 24px;
}

.contacts_item + .contacts_item {
    border-top: solid 1px #dfdfdf;
}

.fix {
    width: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.content .btn-default {
    display: inline-block;
    padding: 0 25px !important;
    border-radius: 23px !important;
    line-height: 36px !important;
    box-shadow: none;
    font-size: 13px !important;
    text-transform: uppercase;
}

.content .btn-default:not(.orange) {
    background: #fff;
    border: 1px solid #0da4c6 !important;
    color: #0da4c6 !important;
}

.content .btn-default span, .content .btn-fill span {
    margin-right: 10px;
    font-size: 18px;
    margin-left: -5px;
    display: inline-block;
}

.content .btn-default:not(.orange):hover,
.content .btn:not(.orange):active,
.content .btn[disabled]:not(.orange),
.content .btn[disabled]:not(.orange):hover {
    background: #0da4c6 !important;
    color: #fff !important;
    border-color: #0da4c6 !important;
}

#articles .items .button {
    padding: 10px 0 0;
    text-align: right;
}

.paginator {
    padding: 40px 0;
    text-align: center;
}

.paginator a,
.paginator span {
    vertical-align: middle;
}

.paginator a.next,
.paginator a.prev {
    font-size: 20px;
    color: #009fc3;
}

.paginator ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.paginator ul li {
    padding: 0;
    margin: 0 !important;
    display: inline-block;
}

.paginator ul li a,
.paginator ul li span {
    font-size: 12px;
    color: #000;
    border-radius: 100%;
}

.paginator ul li .active,
.paginator ul li.active a,
.paginator ul li.active span {
    border: 1px solid #009fc3;
}

.paginator ul li .page-dots {
    font-size: 16px;
}

.paginator a,
.paginator span,
.paginator ul li .page-dots {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
}

.main .news_item {
    padding-bottom: 2.5rem;
}

.main .news_item + .news_item {
    padding-top: 2.5rem;
    border-top: solid 1px #dfdfdf;
}

.timeline ul li {
    margin-right: 15px;
    margin-bottom: 10px;
}

.timeline ul li a {
    padding: 0 25px;
    line-height: 34px;
    border: 1px solid #009fc3;
    color: #009fc3;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px
}

.timeline ul li a:hover,
.timeline ul li.active a {
    background: #009fc3;
    color: #fff
}

.timeline ul li a:after {
    display: none
}

.top_message {
    font-weight: bold;
}

.top_message a:hover {
    color: #fff;
}

.search {
    display: flex;
    align-items: center;
    height: 100%;
}

.search form {
    position: relative;
}

.search form input[type="text"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px 35px 7px 15px;
    border-radius: 20px;
    line-height: 1;
    font-size: 13px;
}

.search form input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    background: url(../images/ic_search-btn.png) center no-repeat;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.hamburger {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.hamburger .bar {
    padding: 0;
    width: 24px;
    height: 3px;
    background-color: #019fc4;
    display: block;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
    position: absolute;
}

.bar1 {
    top: 0;
    transform-origin: 5%;
}

.bar2,
.bar3 {
    top: 10px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
    transform-origin: 5%;
}

div.menu_link {
    margin: 0;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

div.menu_link.opened .bar1 {
    transform: rotate(45deg);
    width: 34px;
}

div.menu_link.opened .bar3 {
    transform: rotate(45deg);
    background-color: transparent;
}

div.menu_link.opened .bar2 {
    transform: rotate(-45deg);
    background-color: transparent;
}

div.menu_link.opened .bar4 {
    transform: rotate(-45deg);
    width: 34px;
}

.menu_m {
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    display: none;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.menu_m .menu_item a {
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.menu_m .menu_item  + .menu_item {
    border-top: solid 1px #019fc4;
}

.staff_item .title {
    text-transform: uppercase;
    font-size: 24px;
}

.staff_item .position {
    color: #999;
}

.service_holder table {
    width: 100%;
}

.service_holder tr td {
    width: 15%;
    padding: 10px;
}

.service_holder tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.service_holder tr td:first-child {
    width: auto;
}

.service_holder tr td p {
    margin: 0;
}

.modal-body {
    padding: 0 !important;
}

.popup__block-wrapper .big-btn_red, .popup__block-wrapper .big-btn {
    padding: 14px 22px;
}

.popup__block-wrapper .checkbox__label {
    margin-bottom: 10px;
    font-size: 12px;
    color: rgba(93, 93, 93, 0.75);
}

.popup__block-wrapper .checkbox__label .jq-checkbox {
    margin-right: 5px;
}

.popup__block-title {
    margin-bottom: 20px;
    font-size: 28px !important;
    font-weight: bold;
    margin-top: 20px !important;
}

.popup__block {
    display: table;
    width: 100%;
}

.popup__block .h2 {
    color: rgba(93, 93, 93, 0.75);
    font-size: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.popup__block-fields {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: #fafafa;
    padding: 25px 65px 50px 65px;
}

.page .popup__block-fields {
    padding: 15px 35px 25px 35px;
}

.popup__block-fields input {
    height: 46px;
    padding: 0 12px;
}

.popup__block-fields textarea {
    height: 70px;
    padding: 8px 12px;
}

.popup__block-fields input[type="tel"],
.popup__block-fields input[type="text"],
.popup__block-fields input[type="email"],
.popup__block-fields textarea {
    border: 1px solid #ccc;
    color: #333;
}

.popup__block-img {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-color: #fff;
    background-size: cover;
}

.popup__form-block-btn {
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
}

.popup__form-block-btn .big-btn_red {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.popup__form-content {
    color: rgba(93, 93, 93, 0.75);
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.input-group .placeholder, .textarea-group .placeholder, .text-group .placeholder {
    color: #b1b1b1;
    display: none;
    left: 17px;
    position: absolute;
    top: 16px;
}

.popup__form .text-group, .popup__form .input {
    margin-bottom: 10px;
    width: 100%;
}

.input-group, .textarea-group, .text-group {
    display: inline-block;
    position: relative;
}

.input-group .star, .textarea-group .star, .text-group .star {
    color: red;
}

.popup__block-wrapper button.close {
    background: rgba(0, 0, 0, 0) url("../images/cross-dark.png") no-repeat center center;
    display: block;
    height: 24px;
    opacity: 1;
    width: 24px;
    left: auto;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 100;
}

.popup__block-wrapper button.close.light {
    background: rgba(0, 0, 0, 0) url("../images/cross-light.png") no-repeat center center;
}

.popup__block-wrapper button.close:hover {
    opacity: 0.5;
}

.big-btn, .big-btn_red {
    background: #019fc4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    outline: medium none;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.big-btn_red {
    box-shadow: 0 3px 21px 0 rgba(157, 142, 136, 0.41);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.big-btn_red:hover {
    background: #006699 none repeat scroll 0 0;
}

.popup__block-wrapper .agreement {
    font-size: 14px;
    margin: 5px 0 10px;
}

.popup__block-wrapper .placeholder_form {
    font-size: 15px;
}

.btn-default.white {
    color: #fff;
    border-color: #fff;
}

footer .btn-default {
    padding: 0 15px;
    border-radius: 14px;
    line-height: 28px;
}

.contacts_item .contacts_social_links .social_link img {
    width: 35px;
}

.contacts_item .contacts_social_links .social_link + .social_link {
    margin-left: 10px;
}