.admin-panel-content-page-wrapper, .wrapper {
    position: relative
}

.admin-panel-content-page, .admin-panel-content-pages, .wrapper {
    width: 100%;
    box-sizing: border-box
}

.wrapper {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.inline_block {
    display: inline-block !important
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.left {
    float: left
}

.top-slider-img {
    width: 200px;
    padding: 0 20px;
    opacity: .8;
    float: left
}

.right {
    float: right
}

.clearfix {
    clear: both
}

.admin-bar-top {
    background-color: #f9fafc;
    border-bottom: 2px solid #d3d3d3
}

.admin-bar-top-element {
    padding: 10px 15px
}

.admin-bar-top-element a {
    color: grey;
    font-weight: 700
}

.not_found_block {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px
}

.not_found_main {
    color: #fe9f23;
    font-weight: 700;
    font-size: 72px;
    padding: 15px 0
}

.not_found_text {
    color: #1a4876;
    font-weight: 700;
    font-size: 18px
}

.not_found_text a {
    color: #2b74bd
}

.admin-panel-content {
    background-color: #fcfcfd
}

.admin-panel-content-head-text {
    font-size: 24px;
    font-weight: 700;
    color: #3a3a3a;
    padding: 15px
}

.admin-panel-content-pages {
    display: inline-block;
    padding: 15px;
    max-height: 500px;
    min-height: 100px;
    overflow: auto;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 5px
}

.admin-panel-content-page {
    display: block;
    padding: 5px;
    color: #3a3a3a;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none
}

.admin-panel-content-page-delete {
    position: absolute;
    top: 50%;
    width: 30px;
    right: 10px;
    transform: translateY(-50%);
    box-sizing: border-box;
    color: red;
    font-weight: 700;
    font-size: 25px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border-radius: 5px
}

.opened-img, .regions {
    transform: translate(-50%, -50%)
}

.admin-panel-content-page-delete:hover, .admin-panel-content-page:hover {
    background-color: #d3d3d3
}

.go_to_page {
    margin-bottom: 10px
}

.go_to_page a {
    color: grey
}

.form-text, .regions-header p {
    color: #3a3a3a;
    font-weight: 700
}

.form-text {
    font-size: 18px;
    padding: 10px 0
}

.admin-panel-form input, .admin-panel-form select, .admin-panel-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0
}

.admin-panel-form input, .admin-panel-form select {
    font-size: 18px;
    border: 1px solid #d3d3d3;
    color: #636262
}

.admin-panel-form textarea {
    font-size: 14px;
    border: 1px solid #d3d3d3;
    color: #636262;
    height: 400px
}

.add_page_button, .admin-panel-form input[type=submit] {
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    color: #636262;
    box-sizing: border-box;
    cursor: pointer
}

.admin-panel-form input[type=submit] {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #d3d3d3;
    margin: 30px 0
}

.add_page_button {
    display: block;
    font-size: 15px;
    border: 1px solid #d3d3d3;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background-color: #fff;
    margin-bottom: 10px
}

.error-message {
    color: red;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0
}

.open-img {
    cursor: pointer;
    position: relative;
}

.opened-img {
    display: none;
    position: fixed;
    background-color: #fff;
    z-index: 777;
    max-width: 800px;
    max-height: 95vh;
    top: 50%;
    left: 50%
}

.opened-img img {
    position: relative;
    max-width: 100%;
    max-height: 95vh
}

.back-overlay, .regions {
    display: none;
    position: fixed
}

.back-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0d243b;
    opacity: .5;
    z-index: 10
}

.regions {
    width: 90vw;
    max-width: 1100px;
    z-index: 11;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    max-height: 90vh;
    height: 100%;
    box-sizing: border-box
}

.letter-block, .letter-block div {
    display: inline-block;
    vertical-align: top
}

.regions-block, .regions-header {
    background-color: #fff;
    z-index: 7
}

.regions-block, .regions-content {
    padding-top: 70px;
    position: inherit;
    overflow: auto;
    max-height: 80vh;
    height: 100%
}

.regions-block {
    width: 20px;
    right: 0;
    box-sizing: border-box
}

.letter-block, .regions-header {
    width: 100%;
    box-sizing: border-box
}

.regions-content {
    box-sizing: border-box
}

.regions-header {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 5px;
    padding: 10px 40px
}

.regions-header p {
    font-size: 24px;
    margin: 10px 0
}

.regions-header div {
    color: #1a4876;
    font-weight: 700
}

.regions-header button {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #929292;
    font-size: 32px;
    border: none;
    background: 0 0;
    cursor: pointer
}

.letter-block {
    text-align: left;
    padding: 10px;
    /*max-height: 350px*/
}

.letter-block p {
    font-weight: 700;
    color: #3a3a3a;
    font-size: 24px
}

.letter-block div {
    width: 30%
}

.call-window-block, .call-window-overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%
}

.call-window-button, .call-window-button-ring {
    width: 90px;
    height: 90px;
    background-color: rgba(3, 167, 0, 1) !important;
    border-radius: 50%
}

.letter-block a {
    text-decoration: none;
    color: #1a4876
}

.call-window-button {
    position: fixed;
    left: auto;
    right: 3%;
    bottom: 10%;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2000000002 !important
}

.call-window-button-icon, .call-window-button-ring, .call-window-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.call-window-button-icon {
    color: #fff;
    font-size: 48px;
    z-index: 2000000002 !important
}

.call-window-button-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    font-family: Helvetica;
    opacity: 0;
    z-index: 2000000002 !important
}

.call-window-button-ring {
    z-index: 2000000001 !important
}

.call-window-overlay {
    width: 100%;
    left: 0;
    background-color: #0d1a27;
    opacity: .5;
    z-index: 2000000001 !important
}

.call-window-block {
    display: none;
    position: fixed;
    /*height: 100%;
    top: 0;
    right: 0;*/
    height: 550px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 340px;
    z-index: 3000000002 !important;
    background-color: white;
    -webkit-box-shadow: 3px 0px 16px 0px rgba(194, 194, 194, 1);
    -moz-box-shadow: 3px 0px 16px 0px rgba(194, 194, 194, 1);
    box-shadow: 3px 0px 16px 0px rgba(194, 194, 194, 1);
    padding: 0 30px;
    box-sizing: border-box;
}

.call-window-block-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.call-window-block-container-image {
    position: absolute;
    top: 10%;
    max-width: 280px;
    width: 100%;
    max-height: 100px;
    text-align: center
}

.call-window-block-container-image img {
    width: 100%;
    height: 100%
}

.call-window-block-container-form {
    font-family: Helvetica;
    color: #3a3a3a
}

.header-bottom-button, .services-title, body, html {
    font-family: Montserrat, sans-serif
}

.call-form-title {
    font-size: 24px;
    padding: 5px 0
}

.call-form-text {
    padding: 5px 0
}

.call-form-phone, .form-day-select, .form-time-select {
    padding: 8px;
    color: #504f4f;
    font-size: 14px;
    background-color: #d3d3d3;
    box-sizing: border-box
}

.form-day-select {
    width: 120px;
    border: 1px solid grey;
    border-radius: 5px
}

.form-time-select {
    width: 125px;
    border: 1px solid grey;
    border-radius: 5px
}

.call-form-phone {
    width: 280px;
    margin: 10px 0;
    border: 1px solid grey;
    border-radius: 5px
}

.call-form-letter {
    padding: 9px
}

.call-form-submit {
    width: 280px;
    margin: 3px 0;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #007127;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    background-color: rgba(3, 167, 0, .8);
    cursor: pointer
}

.call-form-annotation {
    font-size: 10px;
    line-height: 1.5;
    width: 280px
}

.call-window-close {
    margin-top: 10px;
    color: #b1b1b1;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    float: right
}

@media (max-width: 639px) {
    .call-window-button, .ring1, .ring2 {
        width: 70px;
        height: 70px
    }

    .call-window-button-icon {
        font-size: 42px
    }

    .call-window-button-text {
        font-size: 12px
    }

    .call-window-block {
        max-width: 340px;
        width: 100%
    }

    .call-window-block-container-image {
        display: none
    }

    .call-window-block-container {
        width: 250px
    }

    .call-form-annotation, .call-form-phone, .call-form-submit, .form-day-select, .form-time-select {
        width: 100%
    }
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local(Montserrat-Regular), url(../fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local(Montserrat-Regular), url(../fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local(Montserrat-Regular), url(../fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local(Montserrat-Regular), url(../fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local(Montserrat-Regular), url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body, html {
    margin: 0;
    padding: 0
}

.header-top {
    height: 40px;
    background-color: #eaecf4
}

.header-top-menu {
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 10.5px 0
}

.header-top-menu li {
    display: inline
}

.header-top-menu li a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 14px
}

.header-main {
    background-color: #fff;
    min-height: 97px
}

.header-main-content {
    font-size: 0;
    display: flex;
    justify-content: space-between
}

.header-main-content-logo {
    display: inline-block;
    padding: 8.5px 0
}

.main-city {
    display: inline-block;
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 700;
    padding: 8.5px 35px 8.5px 20px;
    background: #f4f5fa;
    background: -moz-linear-gradient(top, #f4f5fa 0, #f0f0f8 29%, #e5e8ef 65%, #dfe2eb 100%);
    background: -webkit-linear-gradient(top, #f4f5fa 0, #f0f0f8 29%, #e5e8ef 65%, #dfe2eb 100%);
    background: linear-gradient(to bottom, #f4f5fa 0, #f0f0f8 29%, #e5e8ef 65%, #dfe2eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5fa', endColorstr='#dfe2eb', GradientType=0);
    cursor: pointer;
    height: 35px;
    min-width: 220px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    margin: 31px 0
}

.header-main-phone, .header-main-phone-mobile {
    height: 57px;
    color: #3a3a3a;
    display: inline-block
}

.main-city i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 16px
}

.header-main-phone {
    font-size: 13px;
    margin: 20px 0;
    margin-bottom: 30px;
}

.header-main-phone span {
    font-size: 25px;
    font-weight: 700
}

.header-main-phone-mobile {
    font-size: 13px
}

.header-main-phone-mobile span {
    font-size: 20px;
    font-weight: 700
}

.header-main-phone-mobile a {
    text-decoration: none;
    color: #3a3a3a
}

.header-main-search {
    display: inline-block;
    margin: 31px 0;
    position: relative
}

.header-main-search form {
    position: relative
}

.header-main-search form input {
    font-size: 13px;
    height: 35px;
    width: 262px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #c3c6d0;
    padding-left: 15px;
    padding-right: 45px
}

.header-main-search form input::placeholder {
    color: #a9a9a9;
    font-family: Montserrat, sans-serif
}

.header-main-search form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    right: 10px;
    cursor: pointer
}

.header-main-search i {
    color: #a9a9a9;
    font-size: 16px
}

.header-bottom {
    width: 100%;
    min-height: 55px;
    background-color: #1a4876;
    z-index: 2
}

.header-bottom-space {
    width: 100%;
    min-height: 55px;
    display: none
}

.header-bottom-menu-element, .service-element {
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

.header-bottom-menu {
    font-size: 0;
    float: left
}

.header-bottom-menu-element {
    color: #fff;
    font-size: 14px;
    height: 55px;
    text-align: center;
    padding: 0 10px
}

.header-bottom-menu-element:hover {
    color: #279da5
}

.header-bottom-button {
    float: right;
    width: 165px;
    box-sizing: border-box;
    height: 45px;
    background-color: #fe9f23;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    margin: 5px 0
}

.content-top {
    min-height: 415px;
    overflow: hidden;
    position: relative
}

.content-top-image, .content-top-image-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.content-top-image {
    background-image: url(../img/top-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    transform: scale(1.05);
    filter: blur(3px);
    -webkit-filter: blur(3px);
    z-index: -2
}

.content-top-image-wrap {
    background-color: #1a4876;
    z-index: -1;
    opacity: .3
}

.content-top-content-text {
    float: left;
    max-width: 730px;
    color: #fff;
    margin-top: 80px;
    text-align: center
}

.content-top-content-text p {
    font-size: 38px
}

.content-top-content-text-text {
    font-size: 22px
}

.content-top-form {
    text-align: center;
    float: right;
    max-width: 340px;
    color: #fff;
    margin-top: 75px
}

.content-top-form-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.content-top-form form input[type=text] {
    max-width: 310px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: 0 0;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0;
    color: #fff
}

.form-select {
    max-width: 310px;
    width: 100%;
    height: 35px;
    margin: 5px auto;
    position: relative
}

.content-top-form form select {
    max-width: 310px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: 0 0;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.content-top-form form select option {
    color: #000
}

.form-select-arrow {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: -1
}

.content-top-form form input[type=text]::placeholder {
    color: #fff
}

.content-top-form form input[type=submit] {
    max-width: 310px;
    width: 100%;
    text-transform: uppercase;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #fe9f23;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 35px;
    color: #fff;
    cursor: pointer;
    font-weight: 700
}
form.engine_form button[type=submit]:disabled,
form.engine_form input[type=submit]:disabled {
    background: gray;
    cursor: unset;
}

.content-block {
    padding-top: 15px
}

.grey-block {
    background-color: #eaecf4
}

.white-block {
    background-color: #f8f9fc
}

.services-title {
    text-align: center;
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0
}

.content-block-text-cert-price, .services-block-element-big-bottom-price, .services-block-element-bottom-price {
    font-family: "Montserrat Black", sans-serif
}

.service-elements {
    font-size: 0;
    text-align: center
}

.service-element {
    width: 220px;
    height: 190px;
    box-sizing: border-box;
    background: rgba(26, 72, 118, 1);
    background: -moz-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(26, 72, 118, 1)), color-stop(75%, rgba(37, 89, 142, 1)), color-stop(100%, rgba(37, 89, 142, 1)));
    background: -webkit-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4876', endColorstr='#25598e', GradientType=1);
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.service-element:hover {
    background: #fff;
    color: #3a3a3a
}

.header-main-phone .mail-text a {
    text-decoration: none;
    color: #3a3a3a
}

.footer-bottom-phone .mail-text a {
    text-decoration: none;
    color: #83b0dd
}

.service-element i {
    color: #30d5c8;
    font-size: 48px
}

.bx-next i, .bx-prev i, .content-block-title {
    font-size: 24px;
    color: #3a3a3a
}

.content-block-title {
    text-align: center;
    font-weight: 700
}

.content-block-text-main {
    display: flex;
    padding-bottom: 45px
}

.content-block-text {
    padding-bottom: 45px
}

.content-block-title-underline {
    border-bottom: 1px solid #30d5c8;
    width: 15%;
    margin: 15px auto
}

.content-block-text-cert {
    min-width: 360px;
    max-width: 360px;
    width: 100%
}

.content-block-text-text {
    padding: 30px 0
}

.consultation-btn {
    text-align: center;
    max-width: 140px;
    box-sizing: border-box;
    padding: 10px !important;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.consultation-open {
    cursor: pointer
}

.content-block-text-cert-title {
    text-align: center;
    font-weight: 700;
    color: #3a3a3a;
    padding-bottom: 15px
}

.slider-img {
    width: 115px;
    margin: auto;
    height: 180px;
    position: relative
}

.slider-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.certificates-slider-wrapper {
    position: relative;
    text-align: center
}

.certificates-slider-wrapper .bx-next, .certificates-slider-wrapper .bx-prev {
    position: absolute;
    transform: translateY(-50%);
    text-indent: 0 !important;
    z-index: 1 !important;
    top: 50%;
    margin-top: 0 !important
}

.certificates-slider-wrapper .bx-prev {
    float: left;
    left: 55px
}

.certificates-slider-wrapper .bx-next {
    float: right;
    right: 55px
}

.content-block-text-cert-price {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    color: #1a4876
}

.content-block-text-cert-button {
    background-color: #fe9f23;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    padding: 13px 34.5px
}

.content-block-text-img, .half-text {
    width: 50%
}

.content-block-text-img img {
    width: 90%;
    padding: 5%
}

.content-block-text-certificate {
    width: 180px;
    display: inline-block;
    -margin: 0 22px
}

.content-block-text-certificate3 {
    width: 140px;
    height: 350px;
    display: inline-block;
    margin: 0 22px;
    position: relative;
    text-align: center
}

.content-block-text-certificate img, .content-block-text-certificate3 img {
    width: 100%
}

.content-block-text-certificates {
    text-align: center;
    padding: 25px 0
}

.content-block-text-info {
    padding-bottom: 45px;
    text-align: center
}

.img-block {
    position: relative;
    overflow: hidden
}

.img-block-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70%;
    transform: scale(1.5);
    filter: blur(3px);
    -webkit-filter: blur(3px);
    overflow: hidden;
    z-index: -2;
    opacity: .5;
    background-color: #fff
}

.procedure-block {
    position: relative;
    float: left;
    width: 20%;
    height: 170px;
    background: rgba(26, 72, 118, 1);
    background: -moz-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(26, 72, 118, 1)), color-stop(75%, rgba(37, 89, 142, 1)), color-stop(100%, rgba(37, 89, 142, 1)));
    background: -webkit-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4876', endColorstr='#25598e', GradientType=1);
    text-align: center
}

.procedure-blocks {
    margin-top: 15px
}

.map-image, .reviews-slider-wrapper .bx-wrapper {
    margin: auto
}

.procedure-block-arrow {
    position: absolute;
    height: 170px;
    width: 20px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #25598d
}

.procedure-block-content {
    padding-left: 15px
}

.procedure-block-content i {
    color: #30d5c8;
    font-size: 48px
}

.procedure-block-content div {
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.procedure-block-content a {
    color: #fff
}

.map-image {
    text-align: center;
    max-width: 555px;
    padding-top: 15px;
    padding-bottom: 35px
}

.map-image img {
    width: 100%
}

.reviews {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 55px;
    display: inline-block
}

.review {
    width: 515px;
    height: 300px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0 0 15px 2px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0 0 15px 2px rgba(227, 227, 227, 1);
    box-shadow: 0 0 15px 2px rgba(227, 227, 227, 1);
    margin: 0 15px
}

.review-text {
    position: relative;
    height: 180px;
    max-width: 515px;
    border-bottom: 1px solid #eaecf4
}

.review-text-text {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 0 30px
}

.review-bottom {
    position: relative;
    width: 515px;
    height: 110px;
    padding: 0 30px
}

.review-img-wrapper, .review-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left
}

.review-img-wrapper {
    width: 225px;
    font-size: 14px
}

.review-img-wrapper img {
    width: 100%
}

.review-name {
    padding: 0 30px 0 255px;
    font-size: 17px;
    font-weight: 700;
    color: #3a3a3a
}

.reviews-slider-wrapper {
    position: relative;
    text-align: center
}

.reviews-slider-next, .reviews-slider-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.reviews-slider-prev {
    left: 0
}

.reviews-slider-next {
    right: 0
}

.reviews-slider-next i, .reviews-slider-prev i {
    font-size: 24px;
    color: #30d5c8
}

.footer-main {
    background-color: #275c91;
    padding: 35px 0
}

.footer-bottom {
    background-color: #1a4876;
    padding: 45px 0
}

.footer-elements {
    font-size: 0
}

.footer-element {
    width: 280px;
    display: inline-block;
    vertical-align: top
}

.footer-element-title {
    color: #83b0dd;
    font-size: 16px;
    font-weight: 700
}

.footer-element-content {
    padding-top: 25px;
    text-align: left
}

.footer-element-content a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 3px 0;
    text-decoration: none;
    max-width: 250px
}

.footer-element-content-half {
    float: left;
    width: 50%
}

.footer-bottom-copyright, .footer-bottom-phone {
    width: 290px;
    color: #83b0dd;
    display: inline-block;
    vertical-align: top
}

.footer-bottom-copyright {
    padding: 10px 0
}

.footer-bottom-phone {
    font-size: 14px;
    -padding: 25px 0
}

.footer-bottom-phone span {
    font-size: 20px
}

.footer-bottom-text {
    color: #83b0dd;
    display: inline-block;
    vertical-align: top;
    max-width: 550px;
    width: 100%;
    font-size: 14px
}

.menu-window, .menu-window-inner {
    position: absolute;
    padding: 15px;
    z-index: 5;
    display: none;
    border-radius: 5px;
    box-sizing: border-box
}

.menu-window {
    background-color: #fff;
    max-width: 430px;
    font-size: 16px;
    -width: 100%;
    -webkit-box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1);
    box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1);
    white-space: nowrap
}

.head-menu-inner-wrapper:hover, .menu-window-inner {
    background-color: #eaecf4
}

.menu-window-inner, .services-block-element {
    -webkit-box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1)
}

.menu-window-inner {
    max-width: 630px;
    left: calc(100% + 15px);
    top: -15px;
    box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1)
}

.certificates-menu-half {
    width: 300px;
    float: left
}

.menu-window-element {
    display: block;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    color: #3a3a3a
}

.header-bottom-menu .menu-window-element-arrow {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    right: 15px;
    width: 30px;
    margin-right: -30px;
    height: 39px
}

.header-bottom-menu .menu-window-element-arrow i {
    color: #3a3a3a;
    font-size: 10px;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    width: 30px;
    margin-right: -30px
}

.close-window-head {
    position: relative;
    height: 30px
}

.close-menu-window, .close-menu-window-inner {
    position: absolute;
    right: -15px;
    top: -15px;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #3a3a3a
}

.articles {
    padding: 45px 0;
    background-color: #f1f3f8
}

.article-element {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 10px 0;
    display: flex;
    text-decoration: none
}

.article-element-image {
    max-width: 250px;
    min-width: 240px;
    width: 100%
}

.article-element-image img {
    width: 100%
}

.article-element-content {
    padding-left: 40px;
    box-sizing: border-box;
    width: calc(100% - 250px);
    min-width: 300px
}

.article-element-content-title {
    font-weight: 700;
    color: #3a3a3a
}

.article-element-content-title-underline {
    border-bottom: 1px solid #30d5c8;
    width: 170px;
    padding-top: 15px
}

.article-element-content-text {
    padding: 10px 0;
    color: #3a3a3a;
    font-size: 15px
}

.article-element-content-date {
    color: #b2b2b2;
    font-size: 13px
}

.pagination-wrapper {
    text-align: center;
    margin-top: 45px
}

.pagination {
    display: inline-block;
    font-size: 0;
    -webkit-box-shadow: 0 0 27px 1px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0 0 27px 1px rgba(214, 214, 214, 1);
    box-shadow: 0 0 27px 1px rgba(214, 214, 214, 1);
    background-color: #e4e6ea
}

.main-top-slider {
    display: none
}

.pagination-element-text, .services-block-element-head-text {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    top: 50%
}

.pagination-element {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #3a3a3a;
    background: rgba(224, 226, 236, 1);
    background: -moz-linear-gradient(45deg, rgba(224, 226, 236, 1) 0, rgba(224, 227, 236, 1) 0, rgba(244, 245, 251, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(224, 226, 236, 1)), color-stop(0, rgba(224, 227, 236, 1)), color-stop(100%, rgba(244, 245, 251, 1)));
    background: -webkit-linear-gradient(45deg, rgba(224, 226, 236, 1) 0, rgba(224, 227, 236, 1) 0, rgba(244, 245, 251, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(224, 226, 236, 1) 0, rgba(224, 227, 236, 1) 0, rgba(244, 245, 251, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(224, 226, 236, 1) 0, rgba(224, 227, 236, 1) 0, rgba(244, 245, 251, 1) 100%);
    background: linear-gradient(45deg, rgba(224, 226, 236, 1) 0, rgba(224, 227, 236, 1) 0, rgba(244, 245, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e2ec', endColorstr='#f4f5fb', GradientType=1);
    position: relative;
    margin: 0 1px;
    cursor: pointer
}

.pagination-element-text {
    position: absolute
}

.pagination-selected {
    background: #fff;
    color: #7ce1d7;
    cursor: auto
}

.services-blocks {
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center
}

.services-block-element {
    width: 345px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1)
}

.services-block-element-head {
    position: relative;
    width: 100%;
    height: 75px;
    background: rgba(115, 115, 115, 1);
    background: -moz-linear-gradient(left, rgba(115, 115, 115, 1) 0, rgba(176, 173, 176, 1) 74%, rgba(144, 144, 144, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(115, 115, 115, 1)), color-stop(74%, rgba(176, 173, 176, 1)), color-stop(100%, rgba(144, 144, 144, 1)));
    background: -webkit-linear-gradient(left, rgba(115, 115, 115, 1) 0, rgba(176, 173, 176, 1) 74%, rgba(144, 144, 144, 1) 100%);
    background: -o-linear-gradient(left, rgba(115, 115, 115, 1) 0, rgba(176, 173, 176, 1) 74%, rgba(144, 144, 144, 1) 100%);
    background: -ms-linear-gradient(left, rgba(115, 115, 115, 1) 0, rgba(176, 173, 176, 1) 74%, rgba(144, 144, 144, 1) 100%);
    background: linear-gradient(to right, rgba(115, 115, 115, 1) 0, rgba(176, 173, 176, 1) 74%, rgba(144, 144, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#909090', GradientType=1);
    border-radius: 5px 5px 0 0
}

.services-block-element-head-text {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: 700
}

.services-block-element-content {
    height: 245px;
    background-color: #fff;
    padding: 35px 30px;
    box-sizing: border-box
}

.services-block-element-content-image {
    width: 48%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box
}

.services-block-element-content-image img {
    width: 100%
}

.services-block-element-content-text {
    text-align: left;
    font-size: 12px;
    color: #696969;
    padding-left: 110px;
    font-weight: 700
}

.mchs {
    padding-left: 0;
    font-size: 10px
}

.services-block-element-bottom {
    background-color: #f8f9fc;
    border-radius: 0 0 5px 5px
}

.services-block-element-bottom-price {
    padding: 20px 0;
    font-size: 26px;
    font-weight: 1000;
    color: #3a3a3a
}

.services-block-element-bottom-button {
    margin-bottom: 10px;
    background: 0 0;
    border: 1px solid #fe9f23;
    color: #fe9f23;
    border-radius: 5px;
    width: calc(100% - 60px);
    height: 42px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.services-block-element-big {
    width: 420px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1);
    -moz-box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1);
    box-shadow: 0 0 27px -2px rgba(181, 181, 181, 1)
}

.services-block-element-big-head {
    position: relative;
    width: 100%;
    height: 75px;
    background: rgba(26, 72, 118, 1);
    background: -moz-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(26, 72, 118, 1)), color-stop(74%, rgba(61, 122, 184, 1)), color-stop(100%, rgba(39, 92, 145, 1)));
    background: -webkit-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: -o-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: -ms-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: linear-gradient(to right, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4876', endColorstr='#275c91', GradientType=1);
    border-radius: 5px 5px 0 0
}

.services-block-element-big-head-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 110px;
    box-sizing: border-box
}

.services-block-element-big-head-img {
    position: absolute;
    right: -10px;
    top: -35px;
    z-index: 1
}

.services-block-element-big-content {
    height: 280px;
    background-color: #fff;
    padding: 35px 30px;
    box-sizing: border-box
}

.services-block-element-big-content-image {
    width: 43%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box
}

.services-block-element-big-content-image img {
    width: 100%
}

.services-block-element-big-content-text {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-left: 130px;
    color: #696969
}

.services-block-element-big-bottom-price {
    padding: 19px 0;
    font-size: 32px;
    font-weight: 1000;
    color: #1a4876
}

.services-block-element-big-bottom-button {
    margin-bottom: 25px;
    background-color: #fe9f23;
    border: 1px solid #fe9f23;
    color: #000;
    border-radius: 5px;
    width: calc(100% - 60px);
    height: 47px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.advantages-block, .getting-block {
    vertical-align: top;
    height: 170px;
    width: 100%;
    text-align: center
}

.getting-blocks {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    display: flex
}

.getting-block {
    position: relative;
    display: inline-block;
    background: rgba(26, 72, 118, 1);
    background: -moz-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(26, 72, 118, 1)), color-stop(75%, rgba(37, 89, 142, 1)), color-stop(100%, rgba(37, 89, 142, 1)));
    background: -webkit-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    background: linear-gradient(45deg, rgba(26, 72, 118, 1) 0, rgba(37, 89, 142, 1) 75%, rgba(37, 89, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4876', endColorstr='#25598e', GradientType=1)
}

.getting-block:nth-child(1) {
    border-radius: 5px 0 0
}

.getting-block:nth-last-child(2) {
    border-radius: 0 5px 0 0
}

.getting-block-content {
    margin-top: 75px
}

.getting-block-content i {
    color: #30d5c8;
    font-size: 48px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%)
}

.getting-block-content a, .getting-block-content div {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.getting-block-content a {
    text-decoration: none;
    font-family: Montserrat, sans-serif
}

.advantages-blocks {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    -webkit-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    display: flex
}

.faq-element, .header-top-mobile-phone-content {
    -webkit-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1)
}

.advantages-block {
    position: relative;
    display: inline-block;
    background: rgba(234, 236, 244, 1);
    background: -moz-linear-gradient(left, rgba(234, 236, 244, 1) 0, rgba(248, 249, 252, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(234, 236, 244, 1)), color-stop(100%, rgba(248, 249, 252, 1)));
    background: -webkit-linear-gradient(left, rgba(234, 236, 244, 1) 0, rgba(248, 249, 252, 1) 100%);
    background: -o-linear-gradient(left, rgba(234, 236, 244, 1) 0, rgba(248, 249, 252, 1) 100%);
    background: -ms-linear-gradient(left, rgba(234, 236, 244, 1) 0, rgba(248, 249, 252, 1) 100%);
    background: linear-gradient(to right, rgba(234, 236, 244, 1) 0, rgba(248, 249, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaecf4', endColorstr='#f8f9fc', GradientType=1)
}

.advantages-block:nth-child(1) {
    border-radius: 5px 0 0
}

.advantages-block:nth-last-child(2) {
    border-radius: 0 5px 0 0
}

.faq-element, .review2 {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box
}

.advantages-block-content {
    margin-top: 75px
}

.advantages-block-content img {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%)
}

.advantages-block-content div {
    font-size: 15px;
    font-weight: 700;
    color: #1a4876
}

.faq-elements {
    padding-top: 15px;
    padding-bottom: 40px
}

.faq-element {
    padding: 20px 40px;
    width: 100%;
    box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    margin-bottom: 5px
}

.faq-element-head {
    cursor: pointer
}

.faq-element-head i {
    font-size: 48px;
    color: red !important;
    display: inline-block;
    vertical-align: middle
}

.faq-element-head-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 700
}

.faq-element-head-arrows {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.faq-element-body-closed, i.arrow-close {
    display: none
}

.faq-element-head-arrows i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px
}

.faq-element-body-underline {
    margin: 20px auto;
    border-bottom: 1px solid #30d5c8;
    width: 165px
}

.faq-element-body-text {
    padding-top: 5px;
    padding-bottom: 15px
}

.content-block-content {
    padding: 25px 0
}

.certificates-slider3-wrapper .bx-wrapper, .reviews2-wrapper .bx-wrapper {
    margin: auto
}

.content-block-text-certificate3-name {
    text-align: center;
    color: #3a3a3a;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 10px;
    display: block
}

.content-block-text-certificate3-price {
    position: absolute;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #1a4876;
    bottom: 15px;
    width: 100%
}

.certificates-slider3-wrapper {
    position: relative
}

.certificates-slider2-next, .certificates-slider2-prev, .certificates-slider3-next, .certificates-slider3-prev, .reviews2-next, .reviews2-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block
}

.certificates-slider2-next i, .certificates-slider2-prev i {
    color: #3a3a3a;
    font-size: 24px
}

.certificates-slider2-prev {
    left: 0
}

.certificates-slider2-next {
    right: 0
}

.review2-text, .reviews2-wrapper {
    position: relative
}

.certificates-slider3-next i, .certificates-slider3-prev i, .reviews2-next i, .reviews2-prev i {
    color: #30d5c8;
    font-size: 24px
}

.certificates-slider3-prev, .reviews2-prev {
    left: 15px
}

.certificates-slider3-next, .reviews2-next {
    right: 15px
}

.review2 {
    width: 335px;
    height: 300px;
    margin: 0 12.5px;
    -webkit-box-shadow: 0 0 20px -1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0 0 20px -1px rgba(207, 207, 207, 1);
    box-shadow: 0 0 20px -1px rgba(207, 207, 207, 1);
    padding: 30px 35px;
    color: #3a3a3a
}

.review2-text {
    height: 180px
}

.review2-text-text {
    position: absolute;
    font-size: 12px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.review2-underline {
    margin: 10px auto 0;
    border-bottom: 1px solid #30d5c8;
    width: 165px
}

.review2-company {
    position: relative;
    height: 80px
}

.review2-company-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    text-align: center
}

.service-info {
    padding: 55px 0
}

.service-content-text {
    float: left;
    max-width: 755px;
    width: 100%
}

.service-form {
    text-align: center;
    float: right;
    max-width: 340px;
    color: #3a3a3a
}

.service-form-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.service-form form input[type=email], .service-form form input[type=text], .service-form form select {
    width: 310px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #b6b6b6;
    background: 0 0;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 5px 0;
    color: #3a3a3a
}

.service-form form input[type=text]::placeholder {
    color: #3a3a3a
}

.service-form form input[type=email]::placeholder {
    color: #3a3a3a
}

.service-form form input[type=submit] {
    width: 310px;
    font-family: Montserrat, sans-serif;
    height: 42px;
    box-sizing: border-box;
    border: none;
    background-color: #fe9f23;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px
}

.form-window-price, .service-points-price {
    font-family: 'Montserrat Black', sans-serif
}

.service-content-text-block-images {
    width: 170px;
    text-align: center
}

.service-main-image {
    width: 180px;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
    position: relative;
}

.service-main-image img {
    width: 100%;
    vertical-align: middle
}

.service-small-images {
    font-size: 0
}

.service-small-image {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    border: 1px solid #d3d3d3;
    margin: 5px;
    cursor: pointer
}

.bx-wrapper, .hassp .bx-wrapper {
    border: none;
    background: 0 0;
    box-shadow: none
}

.service-small-image img {
    width: 100%
}

.service-content-text-block-points {
    box-sizing: border-box;
    padding: 0 25px;
    color: #3a3a3a
}

.service-content-text-block {
    display: flex;
    width: 100%;
    position: relative
}

.service-images-wrapper {
    width: 170px
}

.service-points-head {
    font-weight: 700;
    font-size: 24px
}

.service-points-underhead {
    font-size: 18px;
    padding: 3px 0
}

.service-points-price {
    font-size: 32px;
    font-weight: 1000;
    color: #1a4876;
    padding: 15px 0
}

.service-point-icon {
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center
}

.service-point-icon i {
    color: #1a4876;
    font-size: 24px
}

.service-point-text {
    padding-left: 35px;
    font-size: 17px
}

.service-points {
    padding-top: 15px
}

.service-point {
    position: relative;
    padding: 7px 0
}

.footer-phones {
    float: left;
    padding: 0 25px
}

.review-name-small {
    font-size: 12px
}

.content-top-content-text .bx-controls-direction {
    display: none
}

.services-block-element-big-content-text ul, .services-block-element-content-text ul {
    margin: 0
}

.page-title {
    text-align: center;
    color: #3a3a3a
}

.page-title h1 {
    padding: 5px 0
}

.bx-wrapper {
    margin: 0;
    display: flex
}

.hassp .bx-wrapper {
    width: 40%;
    float: left;
    margin-bottom: 0;
    display: block
}

.hassp .services-block-element-big-content-image, .hassp .services-block-element-content-image {
    width: 100%;
    -float: left;
    -padding-right: 20px;
    padding: 0;
    box-sizing: border-box;
    text-align: center
}

.form-window, .uslugi-element:nth-child(odd) {
    background-color: #fff
}

.content-top-content-text .bx-pager {
    left: 0
}

.head-menu-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.head-menu-inner-wrapper {
    display: block;
    position: relative;
    border-radius: 5px
}

.callback-form-window, .form-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%, -50%)
}

.menu-window-inner-big {
    width: 630px
}

.uslugi-element {
    padding: 10px
}

.form-window {
    display: none;
    width: 555px;
    border-radius: 5px;
    padding: 50px 25px
}

.form-window-content-fields, .form-window-content-img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px
}

.form-window-content-img {
    width: 140px
}

.form-window-content-img img {
    width: 100%
}

.form-window-content-fields {
    box-sizing: border-box;
    width: 300px
}

.form-window-content-fields input[type=email], .form-window-content-fields input[type=text] {
    width: 260px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 10px 0
}

.form-window-name {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px
}

.form-window-price {
    font-weight: 1000;
    font-size: 28px;
    padding-bottom: 25px;
    color: #1a4876
}

.form-window-content-form input[type=submit] {
    width: 310px;
    font-family: Montserrat, sans-serif;
    height: 42px;
    box-sizing: border-box;
    border: none;
    background-color: #fe9f23;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 35px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px
}

.callback-form-window {
    display: none;
    width: 355px;
    border-radius: 5px;
    background-color: #fff;
    padding: 50px 25px
}

.form-window-content-fields select {
    width: 260px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 10px 0
}

.stati_table {
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3;
    border-radius: 5px;
    width: 100%
}

.stati_table td {
    border: 1px solid #d3d3d3;
    padding: 10px 5px;
    text-align: center;
}

.mail-text {
    font-weight: 700;
    font-size: 14px;
    text-align: left
}

.header-main-phone .tel {
    text-decoration: none;
    color: #ff0101
}

.footer-bottom-phone .tel {
    text-decoration: none;
    color: #83b0dd
}

.header-bottom-phone {
    position: absolute;
    top: 0;
    right: 180px;
    padding: 17px 15px;
    display: none
}

.header-bottom-phone .tel {
    color: #fff;
    text-decoration: none;
    font-size: 15px
}

.search-words {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    z-index: 3;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden
}

.search-word {
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    background-color: #fff
}

.search-word:hover {
    background-color: #d3d3d3
}

.header-top-mobile {
    display: none
}

.header-top-mobile-menu i.fas.fa-bars,
.header-top-mobile-phone i.fas.fa-phone {
    font-size: 25px;
}

.header-top-mobile-menu, .header-top-mobile-menu-close {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    cursor: pointer;
    background-color: #eaecf4;
    padding: 10px 30px 40px 10px;
    color: #919296;
    border-radius: 0 0 100%;
    left: 0
}

.header-top-mobile-menu {
    z-index: 3
}

.header-top-mobile-menu-close {
    z-index: 4
}

.header-top-mobile-phone, .header-top-mobile-phone-close {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    background-color: #1a4876;
    padding: 10px 10px 40px 30px;
    color: #fff;
    border-radius: 0 0 0 100%;
    right: 0;
    cursor: pointer
}

.header-top-mobile-phone-close {
    z-index: 4
}

.header-top-mobile-phone {
    z-index: 3
}

.header-top-mobile-menu-content, .header-top-mobile-phone-content {
    position: absolute;
    background-color: #fff;
    z-index: 3;
    padding: 50px 20px 20px;
    display: none;
    top: 0
}

.header-top-mobile-phone-content {
    right: 0;
    box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1)
}

.header-top-mobile-menu-content {
    left: 0;
    -webkit-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
    box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1)
}

.header-top-mobile-menu-content a {
    display: block;
    color: #3a3a3a;
    top: 0;
    left: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 0
}

.header-bottom-menu-mobile, .header-bottom-menu-mobile-elements {
    display: none
}

.mobile-top-space {
    display: none;
    height: 40px
}

.header-bottom-menu-mobile-button {
    padding: 18px;
    color: #fff;
    cursor: pointer
}

.header-bottom-menu-mobile-element-wrapper {
    display: block;
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #275c92
}

.header-bottom-menu-mobile-element-wrapper a {
    color: #fff;
    text-decoration: none
}

.header-bottom-menu-mobile-element {
    display: inline-block;
    padding: 8px
}

.header-bottom-menu-mobile .menu-window-element-arrow {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 30px;
    height: 39px;
    cursor: pointer
}

.header-bottom-menu-mobile .menu-window-element-arrow i {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px
}

.header-bottom-menu-mobile-element-content {
    display: none
}

.level2 {
    background-color: #3c7bbb
}

.level3 {
    background-color: #7a9ec3
}

.mobile-menu-pointer {
    display: none;
    background-color: #1a4876;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: .7
}

.mobile-menu-pointer i {
    color: #fff;
    padding: 3px;
    font-size: 50px
}

@media (max-width: 1169px) {
    .header-main-content {
        display: block;
        text-align: center
    }

    .header-main-content-logo, .header-main-phone {
        padding: 0;
        margin: 20px 10px;
        vertical-align: middle
    }

    .header-bottom-menu, .main-city, .header-main-search {
        display: none
    }

    .header-bottom-menu-mobile {
        display: block
    }

    .header-bottom-button {
        position: absolute;
        top: 0;
        right: 15px
    }

    .mobile-menu-pointer {
        position: fixed;
        display: inline-block;
        z-index: 3;
        bottom: 70px;
        left: 15px
    }

    .footer-elements {
        text-align: center
    }

    .footer-bottom-copyright, .footer-bottom-phone, .footer-bottom-text, .mail-text {
        display: block;
        margin: auto;
        text-align: center
    }

    .footer-phones {
        float: none;
        padding: 25px
    }

    .content-top-content-text {
        display: none
    }

    .content-top-form {
        float: none;
        margin: 75px auto auto
    }

    .content-block-text-main {
        display: block
    }

    .content-block-text-cert {
        min-width: 360px;
        max-width: 360px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        text-align: center
    }

    .half-text {
        width: 100%
    }

    .content-block-text-img {
        width: 100%;
        max-width: 700px;
        margin: auto
    }

    .certificates-slider3-wrapper {
        width: 380px;
        margin: auto
    }

    .procedure-block-content i {
        font-size: 32px
    }

    .procedure-block-content div {
        font-size: 10px
    }

    .reviews-slider-wrapper {
        width: 545px;
        margin: auto
    }

    .reviews-slider-next {
        right: -15px
    }

    .reviews-slider-prev {
        left: -15px
    }

    .services-blocks {
        padding: 25px 0
    }

    .services-block-element {
        display: block;
        margin: 25px auto
    }
}

@media (max-width: 639px) {
    .header-bottom-button, .header-phone-time, .header-top {
        display: none
    }

    .header-bottom-phone {
        display: none !important
    }

    .header-bottom-menu-mobile, .header-top-mobile, .mobile-top-space {
        display: block
    }

    .header-bottom-menu-mobile-button {
        float: right
    }

    .footer-element-content {
        text-align: center
    }

    .footer-element {
        display: block;
        margin: auto auto 25px
    }

    .review-name, .services-block-element-big-head-img {
        display: none
    }

    .footer-element-content-half {
        float: none;
        width: 100%
    }

    .content-block-text-cert {
        min-width: 280px;
        max-width: 280px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        text-align: center
    }

    .content-block-text-img img {
        width: 100%;
        padding: 0
    }

    .certificates-slider3-wrapper {
        width: 185px
    }

    .procedure-block {
        float: none;
        width: 170px;
        margin: auto
    }

    .procedure-block-content {
        padding-left: 0
    }

    .procedure-block-arrow {
        position: absolute;
        top: -1px;
        height: 25px;
        width: 170px;
        -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: #1a4d80
    }

    .procedure-block-content i {
        font-size: 38px;
        padding-left: 8px
    }

    .procedure-block-content div {
        font-size: 11px
    }

    .review {
        max-width: 270px;
        height: 400px;
        margin: 15px 0
    }

    .review-text {
        height: 280px
    }

    .reviews-slider-wrapper {
        width: auto;
        margin: auto
    }

    .reviews-slider-next {
        right: 0
    }

    .reviews-slider-prev {
        left: 0
    }

    .services-block-element {
        width: 280px
    }

    .services-block-element-big-content, .services-block-element-content {
        height: auto
    }

    .services-block-element-big-content-image, .services-block-element-content-image {
        width: 90%;
        text-align: center;
        float: none;
        padding-right: 0;
        margin: auto;
        box-sizing: border-box
    }

    .services-block-element-big-content-text, .services-block-element-content-text {
        padding: 15px 0 0
    }

    .services-block-element-big {
        width: 280px
    }

    .services-block-element-big-head-text {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
        box-sizing: border-box;
        text-align: center
    }

    .advantages-blocks {
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .advantages-block {
        margin: 5px 0;
        -webkit-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
        -moz-box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1);
        box-shadow: 0 0 42px -1px rgba(207, 207, 207, 1)
    }

    .getting-blocks {
        display: block
    }

    .getting-block {
        border-radius: 0 !important
    }

    .getting-block .procedure-block-arrow {
        width: 100%
    }

    .form-window-content-img {
        display: none
    }

    .form-window {
        max-width: 555px;
        width: 90%
    }

    .form-window-content-fields, .form-window-content-fields input[type=email], .form-window-content-fields input[type=text], .form-window-content-form input[type=submit], .service-form, .service-form form input[type=submit], .service-form form input[type=email], .service-form form input[type=text], .service-form form select {
        width: 100%
    }

    .service-content-text-block {
        display: block
    }

    .service-images-wrapper {
        margin: auto auto 25px
    }

    .service-points-price {
        font-size: 28px
    }

    .service-points-head {
        text-align: center
    }

    .footer-element-content a {
        margin: auto
    }

    .article-element {
        display: block
    }

    .article-element-image {
        margin: auto;
        min-width: 200px
    }

    .article-element-content {
        padding: 10px 0;
        width: 100%;
        max-width: 320px;
        min-width: 200px
    }
}

.admin-panel-content-page-active {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%)
}

.consultation-form-window {
    display: none;
    width: 355px;
    border-radius: 5px;
    background-color: #fff;
    padding: 50px 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%, -50%)
}

.service-content-text2 {
    max-width: 265px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom
}

.form-image-lady {
    position: absolute;
    bottom: -55px
}

.service-form2 {
    text-align: center;
    max-width: 500px;
    color: #3a3a3a;
    display: inline-block;
    vertical-align: bottom
}

.service-form2 form input[type=email], .service-form2 form input[type=text], .service-form2 form select {
    width: 310px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #b6b6b6;
    background: 0 0;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 5px 0;
    color: #3a3a3a
}

.service-form2 form input[type=text]::placeholder {
    color: #3a3a3a
}

.service-form2 form input[type=email]::placeholder {
    color: #3a3a3a
}

.service-form2 form input[type=submit] {
    width: 310px;
    font-family: Montserrat, sans-serif;
    height: 42px;
    box-sizing: border-box;
    border: none;
    background-color: #fe9f23;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px
}

.service-content-text2 .service-content-text-block {
    height: 284px
}

.service-info2 {
    padding: 55px 0;
    text-align: center;
    display: flex;
    max-width: 850px;
    margin: auto
}

.form-space {
    display: inline-block;
    max-width: 200px;
    width: 100%
}

@media (max-width: 655px) {
    .service-content-text2 {
        display: none
    }

    .form-space {
        display: none
    }

    .service-form2 {
        margin: auto
    }
}

.empty-block {
    width: 100%;
    height: 55px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: none;
    border-radius: 0.25rem;
    padding-left: 0;
    font-size: 12px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #1a4876;
}

.br-slash {
    padding: 0 3px;
}

.services-block-element-bottom {
    position: relative;
}

.services-block-element-bottom-old-price {
    text-decoration: line-through;
    font-size: 20px;
    position: absolute;
    font-weight: bold;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.services-block-element-big-bottom-price,
.services-block-element-bottom-price {
    -padding-top: 30px;
}

.info-table {
    width: 100% !important;
}

.info-table th {
    color: white !important;
    font-style: normal !important;
    background-color: #1e477b;
    border-right: 1px solid #5076a7;
    padding: 15px;
}

.info-table th:last-child {
    border-right: none;
}

.info-table td:first-child {
    text-align: left;
}

.info-table td {
    border-right: 1px solid white;
    text-align: center;
    padding: 15px;
}

.info-table td:last-child {
    border-right: none;
}

.info-table tr:nth-child(odd) {
    background-color: #d3dfef;
}

.info-table tr:nth-child(even) {
    background-color: white;
}

.act-date {
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.licenses-wrapper {
    margin: 20px auto;
    max-width: 910px;
    width: 100%;
}

.license-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.license-item {
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.license-item img {
    width: 90%;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(77, 77, 77, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(77, 77, 77, 1);
    box-shadow: 0px 0px 5px 0px rgb(148, 147, 147);
}

.opened-img-controls-left {
    display: none;
    font-size: 50px;
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 778;
}

.opened-img-controls-right {
    display: none;
    font-size: 50px;
    right: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 778;
}

.control-wrapper {
    width: 50px;
    height: 50px;
    position: relative;
    border: 3px solid black;
    background-color: white;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

.control-wrapper i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.opened-img-controls-right .control-wrapper i {
    left: 55%;
}

.opened-img-controls-left .control-wrapper i {
    left: 45%;
}

.table_iso_tr2 {
    background-color: white;
}

.table_kv_tr2:nth-child(odd) {
    background-color: white;
}

.table_kv_tr2:nth-child(even) {
    background-color: #f5f5f5;
}

.menu-window-big {
    max-width: 630px;
    width: 630px;
}

.head-blue {
    background: rgba(26, 72, 118, 1);
    background: -moz-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(26, 72, 118, 1)), color-stop(74%, rgba(61, 122, 184, 1)), color-stop(100%, rgba(39, 92, 145, 1)));
    background: -webkit-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: -o-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: -ms-linear-gradient(left, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    background: linear-gradient(to right, rgba(26, 72, 118, 1) 0, rgba(61, 122, 184, 1) 74%, rgba(39, 92, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4876', endColorstr='#275c91', GradientType=1);
}

.head-green {
    background: #397c2f; /* Old browsers */
    background: -moz-linear-gradient(left, #397c2f 0%, #4faf42 30%, #397c2f 89%, #397c2f 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #397c2f 0%, #4faf42 30%, #397c2f 89%, #397c2f 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #397c2f 0%, #4faf42 30%, #397c2f 89%, #397c2f 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#397c2f', endColorstr='#397c2f', GradientType=1);
}

.head-violet {
    background: #4d2d77; /* Old browsers */
    background: -moz-linear-gradient(left, #4d2d77 0%, #735277 30%, #4d2d77 89%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4d2d77 0%, #735277 30%, #4d2d77 89%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4d2d77 0%, #735277 30%, #4d2d77 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d2d77', endColorstr='#4d2d77', GradientType=1);
}

.button-colored {
    color: white;
    border-color: white;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.table-form-window {
    display: none;
    width: 355px;
    border-radius: 5px;
    background-color: #fff;
    padding: 50px 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    text-align: center;
}

.table-open-form {
    cursor: pointer;
    color: #d87a00;
    font-weight: bold;
    text-decoration: underline;
    background-color: white;
}

.table-open-form:hover {
    text-decoration: none;
}

.search-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    opacity: 0.5;
    font-size: 24px;
}

.table-name-header {
    padding: 10px 0;
    background-color: lightgrey;
}

.on-mobile {
    display: none;
}

.footer-contacts {
    font-size: 20px;
    color: #7facd9;
}

@media (max-width: 640px) {
    .footer-main,
    .no-mobile {
        display: none;
    }

    .on-mobile {
        display: block;
    }

    .footer-bottom-phone .tel {
        text-decoration: none;
        color: #83b0dd;
        font-size: 24px;
        margin-bottom: 0;
        display: block;
    }

    .footer-bottom-phone .mail-text a {
        font-size: 22px;
    }

    .main-city {
        margin: 0 auto;
        display: block;
        max-width: 230px;
    }

    .stati_table th,
    .stati_table td,
    .stati_table tr,
    .stati_table td div {
        width: min-content !important;
        height: auto !important;
        font-size: 12px;
        margin: auto !important;
        padding: 0;
    }

    .stati_table td {
        padding: 8px;
        background-color: white;
    }

}

@media (max-width: 490px) {
    .stati_table th,
    .stati_table td,
    .stati_table tr,
    .stati_table td div {
        font-size: 9px;
    }

    .stati_table td {
        padding: 4px;
    }

}

.under-main-city {
    position: absolute;
    left: 0;
    white-space: nowrap;
    top: 42px;
}

.bottom-call-form {
    text-align: center;
    padding: 45px 0;
}

.bottom-call-form-head {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 15px;
}

.bottom-call-form input[name="phone"],
.bottom-call-form input[name="name"] {
    padding: 12px 15px;
    border-radius: 45px;
    border: 1px solid #3a3a3a;
    margin-right: 15px;
    background-color: transparent;
    color: #3a3a3a;
}

.bottom-call-form input[name="phone"]::placeholder {
    color: #3a3a3a;
}

.bottom-call-form input[name="name"]::placeholder {
    color: #3a3a3a;
}

.bottom-call-form input[type="submit"] {
    padding: 11px;
    border-radius: 45px;
    border: none;
    width: 209px;
    background-color: #fe9f23;
    font-weight: bold;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}

.sto-slider .review {
    width: 250px;
}

.sto-slider .review-img-wrapper, .review-name {
    position: unset;
    top: 0;
    left: 0;
    display: inline-block;
    transform: none;
    width: auto;
}

.sto-slider .review-bottom {
    position: unset;
    width: auto;
    height: 100%;
    padding: 0;
}

.sto-slider .review-img-wrapper {
    height: 100%;
}

.sto-slider .review-img-wrapper img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    max-height: 100%;
}

.sto-slider .review {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: unset;
}

.sto-slider-wrapper {
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.sto-slider-wrapper .bx-wrapper {
    display: block !important;
}

.services-block-element,
.services-block-element-big {
    text-align: center;
}

.services-block-element .bx-wrapper,
.services-block-element-big .bx-wrapper {
    display: block;
}

.open-icon {
    cursor: pointer;
    position: relative;
}

.action-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 160px;
}

.action-block-img {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
}

.bottom-form {
    text-align: center;
}

.bottom-form-input {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 25px;
    border: 2px solid #fe9f23;
    margin: 10px;
}

.bottom-form-button {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    box-sizing: border-box;
    padding: 10.5px;
    border-radius: 25px;
    border: 2px solid #fe9f23;
    background-color: #fe9f23;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 10px;
}

.price-ul {
    width: 100%;
    box-sizing: border-box;
}

.price-ul li {
    position: relative;
    margin: 10px 0;
}

.price-ul div {
    display: inline-block;
    width: calc(100% - 100px);
    padding-right: 100px;
}

.price-ul .price-li-price {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ul-price-wrapper {
    display: inline-block;
    box-sizing: border-box;
    padding: 25px;
    border: 2px solid red;
    border-radius: 10px;
    background-color: white;
    margin: 25px auto;
    max-width: 600px;
    width: 100%;
    text-align: left;
}

.ul-price-wrapper h3 {
    margin-left: 20px;
}

@media (max-width: 779px) {
    .action-block {
        margin-left: 0;
    }
}

.info-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(197, 197, 197, 1);
    -moz-box-shadow: 0px 10px 18px 0px rgba(197, 197, 197, 1);
    box-shadow: 0px 10px 18px 0px rgba(197, 197, 197, 1);
}

.info-message-block {
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
    padding-bottom: 5px;
}

.info-message-icon {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}

.info-message-icon i {
    font-size: 85px;
}

.info-message-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
}

.info-message-content p {
    padding-bottom: 10px;
    font-size: 18px;
}

.info-message button {
    padding: 5px 35px;
    margin: 0 35px;
    margin-bottom: 35px;
    float: right;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #727887;
}

.info-message-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

@media only screen and (max-width: 767px) {
    .info-message-icon,
    .info-message-content {
        display: block;
        width: 100%;
    }

    .info-message-icon {
        text-align: center;
        margin-bottom: 25px;
    }

    .info-message-content p {
        font-size: 15px;
    }

    .info-message button {
        display: block;
        margin: auto;
        margin-bottom: 35px;
        width: 130px;
        float: none;
    }

    .info-message-icon i {
        font-size: 42px;
    }
}

.whatsappBtn {
    color: #03a700;
    text-decoration: none;
    vertical-align: middle;
}

.opened-success {
    display: none;
    position: fixed;
    text-align: center;
    max-width: 650px;
    width: 100%;
    background-color: #fbfafa;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 150000
}

/************************* accordeon **************************/
.accordeon .element-content{
    display: none;
    padding: 20px;
}
.accordeon .element{
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.accordeon .element .title{
    cursor: pointer;
    padding: 12px 15px 12px 70px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-family: 'Open Sans', sans-serif;
}
.accordeon .element.active .title{
    background: #1a4876;
    color: #fff !important;
}
.accordeon .element .title:before{
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/plus.png) 50% 50% no-repeat #ccc;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.accordeon .element.active .title:before{
    background: url(/img/minus.png) 50% 50% no-repeat #333;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover:before{
    background-color: #333;
}
.accordeon .element .title:hover{
    color: #333333;
}
/************************* end accordeon **************************/