
body {
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding:0;
}
 ::selection {
    background: rgb(22, 21, 55);
    color: #fff;
   }

   /************************** custom chrome scroll *****************************/
 @media only screen and (min-width: 992px){
     ::-webkit-resizer {
         background-image: url('');
         background-repeat: no-repeat;
         width: 8px;
         height: 1px;
    }
     ::-webkit-scrollbar {
         width: 8px;
         height:2px;
    }
     ::-webkit-scrollbar-button {
         background-image: url('');
         background-repat: no-repeat;
         width: 8px;
         height: 0px;
    }
     ::-webkit-scrollbar-thumb {
         -webkit-border-radius: 0px;
         border-radius: 0px;
         background-color: #3390EC;
    }
     ::-webkit-scrollbar-track {
         background-color: rgb(22, 21, 55);
    }
}
/************************ end custom chrome scroll ***************************/


body * {
    font-family: 'Roboto', sans-serif;
}
/*.subfont
{
    font-family: 'Neo Sans Pro', sans-serif;
}**/
h1 {
    font-weight: 700;
}
h1,.h1 {
    color: rgb(51, 51, 51);
    font-family: "Roboto", ui-sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
}
.h2, h2 {
    font-weight: bold;
    font-family: "Roboto", ui-sans-serif;
    font-size: 26px;
}
.h2,h3
{
       font-family: "Roboto", ui-sans-serif;
}
@media screen and (max-width:767px)
{
    .h2, h2 {
        font-size: 20px;
    }
    .h1, h1 {
        font-size: 24px;
    }
}
a
{
    color: #3390EC;
}
a:hover
{
    color: #3390EC;
    opacity: 0.9;
}
/*.content ul li {
    list-style: none;
    position: relative;
}

.content ul li:before {
    display: block;
    content:'';
    background-color: #3390EC;
    width: 6px;
    height: 6px;
    left: -14px;
    top: 0.5em;
    position: absolute;
    border-radius: 50%;
}*/
.content h2 {
    margin-top: 30px;
}
.white {
    color: #fff;
}
.bold
{
    font-weight: 700;
}
.italic
{
    font-style: italic;
}
.yellow {
    color: rgb(255, 198, 0);
}

.white_btn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #3390EC;
    font-family: "Roboto", ui-sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding-top: 18px;
    padding-bottom: 16px;
    text-align: center;
    transition: all 0.3s ease;
}
.white_btn:hover
{
    text-decoration: none!important;
    box-shadow: inset 0 0 3px #3390EC;
    color: #0056b3;
}
.lightblue-btn {
    border-radius: 5px;
    background: #3390EC;
    border: 0;
    display: inline-block;
    color: #fff;
    font-family: "Roboto", ui-sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wide-btn
{
    min-width: 240px;
}
.lightblue-btn:hover{
    text-decoration: none!important;
    box-shadow: inset 0 0 3px #a8d2f6;
    color: #fff;
    background-color:#3390EC;
}
@media screen and (max-width:767px)
{
    .white_btn,.blue_btn {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}
img
{
    max-width: 100%;
}
.form_complete.fancybox-content {
    text-align: center;
    font-size: 22px;
}

.complete_head {
    font-weight: bold;
    font-size: 27px;
}
a[href^="tel"] {
    white-space: nowrap;
}
.header_phone {
    display: flex;
    align-items: center;
}
.header_phone a {
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto", ui-sans-serif;
}
section.header_topest {
    background: #F5F5F5;
}

.header_addr {
    font-size: 16px;
            display: flex;
        align-items: center;
}
.header_mail {
    display: flex;
    align-items: center;
}
.header_mail a {
    color: rgb(51,51,51););
    font-size: 16px;
}
.header_socials {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}
.head_logo img {
    width: 180px;
}
.footer_logo img {
    width: 180px;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.gap-25 {
    gap: 25px;
}
.gap-30 {
    gap: 30px;
}
.gap-35 {
    gap: 35px;
}
.gap-40 {
    gap: 40px;
}
i.ico {
    display: inline-block;
    padding-left: 5px;
    padding-right: 6px;
}
/*menu*/
section.top_menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.top_menu_row {
    justify-content: space-between;
    gap: 0px;
    position: relative;
    width: 100%;
}
.top_menu_row>.menu_item>.top_menu_inner {
    display: none;
    position: absolute;
    width: auto;
    left: 0;
    top: 100%;
    flex: none;
    justify-content: space-between;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 15px 21px;
    flex-direction:column;
    box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    gap: 3px;
    min-width: 300px;
}
.top_menu_row>.menu_item
{
    position: relative;
}
.top_menu_row>.menu_item[data-menu="wide"]
{
    position: static;
}
.top_menu_row>.menu_item[data-menu="wide"]>.top_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    flex: none;
    justify-content: space-between;
    background: #fff;
    flex-direction:row;
    border-radius: 0px 0px 5px 5px;
    padding: 34px 21px;
    box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    gap: 10px;
}

.category_title {
    font-weight: bold;
}


.row.top_menu_row a {
    color: #1C1C21;
}

.top_menu_row .level-1>a {
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    color: #212529;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}

span.caret_dropdown i {
    color: rgb(164, 164, 164);
}

section.top_menu {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.top_menu_row>.menu_item>.top_menu_inner>.top_menu_item a {
    padding-bottom: 8px;
    display: inline-block;
}
.top_menu_row .level-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.top_menu_row .level-1 a {
    text-decoration: none;
}

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

span.burger_line {
    width: 26px;
    height: 3px;
    background: #3390EC;
    display: inline-block;
}

.burger_lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 17px;
}

.top_menu_burger {
    align-items: center;
    gap: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
}

.burger_title {
    font-size: 14px;
    font-weight: 700;
}
.head_logo img {
    max-width: 100%;
}

.head_logo_description {
    color: rgb(114, 114, 114);
    font-family: Roboto;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}
.top_menu_row .level-2>a {
    font-weight: bold;
    font-size: 15px;
}

.top_menu_row .level-3>a {
    font-size: 14px;
    font-weight: 400;
}
.level-2.top_menu_category {
    flex: none;
    width: 45%;
}
.menu_item.active a {
    text-decoration: none;
}

.top_menu_item.active.is_active>a {
    text-decoration: underline;
}
.search-toggler 
{
    cursor: pointer;
}
div#head-search{
    display: none;
    position: relative;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 200;
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.search_form_btn {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
}

div#head-search form {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.search-close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 10px;
    font-size: 14px;
    border: 1px solid;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(27, 80, 118);
    z-index: 200;
}
section.header_topest i {
    height: 24px;
    display: inline-flex;
    align-items: center;
}
@media screen and (min-width:992px) {
    .top_menu_row .level-1:hover,.top_menu_row .level-1.active {
        background: rgb(232, 232, 232);
    }
    .level-3.active a,.level-2.active a {
        text-decoration: underline;
    }
    .top_menu_row>.menu_item[data-menu="grid"]:hover>.top_menu_inner {
        display: grid;
    }

    .top_menu_row>.menu_item:hover>.top_menu_inner {
        display: flex;
    }
}
@media screen and (max-width:1023px) {
    .top_menu_row .level-1>a {
        font-size: 14px;
    }

    .top_menu_row {
        gap: 10px;
    }

    .top_menu_row>.menu_item>.top_menu_inner {
        padding: 10px;
        flex-wrap: wrap;
    }

    .menu_cat {
        width: 46%;
        margin-bottom: 16px;
    }
    .search-toggler span {
        font-family: "Roboto", ui-sans-serif;
        padding-left: 10px;
        display: inline-block;
        text-transform: uppercase;
        color: #3390EC;
        font-size: 14px;
        font-weight: 600;
        padding-top: 4px;
        padding-bottom: 5px;
    }
    .search-close {
        top: 5px;
        right: 7px;
    }
    .header-adaptive-logo {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 150px;
    }

    .header_phone a {
        font-size: 16px;
    }

    .header_addr {
        font-size: 14px;
        line-height: 16px;

    }

    .header_mail a {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width:991px) {
    .header-adaptive-logo {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 150px;
    }
    span.burger_line {
        width: 26px;
        height: 3px;
        background: #3390EC;
        display: inline-block;
    }

    .burger_lines {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 32px;
        height: 17px;
    }

    .top_menu_burger {
        align-items: center;
        gap: 10px;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        display: none;
    }

    .burger_title {
        font-size: 14px;
        font-weight: 700;
    }

    .top_menu_row {
        flex-direction: column;
        position: absolute;
        top: 100%;
        padding-top: 10px;
        display: none;
        padding-left: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
        top: 42px;
    }

    .top_menu_row .level-1>a {
        padding-top: 4px;
        padding-bottom: 5px;
    }

    .top_menu_burger {
        display: flex;
    }

    section.top_menu>.container {
        height: 40px;
    }

    span.caret_dropdown {
        padding-left: 10px;
    }


    .top_menu_row>.menu_item>.top_menu_inner, .top_menu_row>.menu_item[data-menu="wide"]>.top_menu_inner {
        box-shadow: none;
        background: rgb(245, 245, 245);
        position: static;
        padding-left: 30px;
        max-height: 330px;
        overflow-y: auto;
    }

    .top_menu_row .level-1:hover,.top_menu_row .level-1 {
        background: #fff;
    }

    .top_menu_row>.menu_item>.top_menu_inner a {
        font-size: 14px;
    }

    .top_menu_row>.menu_item>.top_menu_inner>.top_menu_item a {
        padding-bottom: 3px;
    }

    .menu_cat {
        width: 100%;
    }
    .top_menu_row {
        background-color: #fff;
        z-index: 100;
    }
    .level-2.top_menu_category {
        width: 100%;
    }
}

.content ul,
.content ol,
.about_items ul{
    margin-bottom: 15px;
    list-style: none;
}
.content ul > li,
.content ol > li, .about_items ul li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li, .about_items ul li{
    padding-left: 20px;
}
.content ul > li:after, .about_items ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 2px;
    background: #3390EC;
    border-radius: 1px;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.about_items ul {
    padding-left: 0;
    padding-top: 10px;
}
@media screen  and (min-width:1024px)
{
    .about_items ul {
        column-count: 2;
        padding-top: 16px;
    }
}
/*//menu*/

/*top_banner*/
section.top_banner {
    min-height: 600px;
    display: flex;
    background-repeat: no-repeat;
    background-position: 63% center;
    background-size: cover;
    align-items: center;
}

section.top_banner>container {
    height: 100%;
}

.top_b_head {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    cursor: default;
    margin-bottom: 10px;
    text-shadow: 0 0 3px #000;
}
.slider_small_text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;

    text-shadow: 0 0 3px #000;
}
.top_b_text {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    cursor: default;
    text-shadow: 0 0 3px #000;
    margin-bottom: 50px;
}
.slider_big_text {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    cursor: default;
    text-shadow: 0 0 3px #000;
    margin-bottom: 30px;
}
.slider_ico {
    gap: 16px;
    align-items: center;
}
.blue_btn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-family: "Roboto", ui-sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    /*background: #3390EC;*/
    background: #3390EC;
    padding-top: 18px;
    padding-bottom: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.blue_btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 0 3px #fff;
}
.main_ts_slider .owl-dots button {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid #3390EC!important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.main_ts_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 10px;
}

.main_ts_slider .owl-dots button.active {
    background: #3390EC;
}
@media screen and (max-width:767px)
{
    .blue_btn {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    .slider_ico_group 
    {
        display: none;
    }
}
.slider_ico img {
    flex: none;
    max-width: 60px;
    width: unset;
}
@media screen and (max-width:991px)
{
    .top_b_head,.slider_big_text {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .top_b_text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    section.top_banner {
        min-height: 100vh;
    }
    .slider_small_text {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width:767px)
{
    .top_b_head,.slider_big_text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .top_b_text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    section.top_banner {
        min-height: 40vh;
    }
}
/*//top_banner*/

/*on_main_form*/
section.top_main_form {
    
}
.top_form_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px 0px 0px 5px;
}

.main_form_row {
    border-radius: 0px 5px 5px 0px;
    background: #F5F5F5;
}

.form_on_main_head {
    color: #212529;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_on_main_head i {
    display: inline-block;
    margin-right: 10px;
}

.main_form_row label {
    color: #212529;
    display: inline-block;
}

.main-top-form-btn {width: 100%;}
.ajax_form input.error {
    border: 1px solid #f00;
}
.ajax_form span.error {
    color: #ff7b7b;
    font-size: 12px;
}
input[name="policy"]:checked+label {
    background-image: url(/assets/template/images/checked-blue.svg);
}
input[name="policy"]+label {
    background-image: url(/assets/template/images/unchecked-blue.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 16px 16px;
    padding-left: 25px;
    font-size: 14px;
}

input[name="policy"]:checked+label.blue_checkbox {
    background-image: url(/assets/template/images/checked-blue.svg);
}
input[name="policy"]+label.blue_checkbox {
    background-image: url(/assets/template/images/unchecked-blue.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 16px 16px;
    padding-left: 25px;
    font-size: 14px;
}

@media screen and (max-width:991px)
{
 .main_form_row {
    border-radius: 0px 0px 0px 0px;
    background: #F5F5F5 ;
    margin-left: 0;
    margin-right: 0;
    }   
}
.service_list_item {
    text-align: center;
}
.main-top-form-btn {
        margin-top: 20px;
    margin-bottom: 20px;
}

.category_sl_title a {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 16px;
}
ul.small_marker {text-align: left;list-style: none;padding: 0;}

.service_list_item a {
    color: rgb(51,51,51);
}

ul.small_marker li {
    position: relative;
    padding-left: 20px;
}

ul.small_marker li:before {
    position: absolute;
    width: 3px;
    height: 3px;
    display: block;
    background: rgb(51,51,51);
    content: '';
    left: 4px;
    top: 0.5em;
    border-radius: 50%;
}
.with-of-gradient {
    position: relative;
    background: linear-gradient(180.00deg, rgba(173, 234, 255, 0.47),rgba(19, 41, 55, 0.69) 100%);
    transition: all 0.3s ease;
}
.with-of-gradient:hover
{
    background: linear-gradient(180.00deg, rgb(4 142 231 / 69%), rgb(0 174 234 / 30%) 100%);
}
.service-block-item-on-main {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-block-item-on-main a img {
    width: 90px;
    display: block;
}

.service-block-item-on-main-link {
    padding-top: 100px;
    padding-bottom: 100px;
    align-items: center;
    gap: 40px;
    height: 100%;
        text-decoration: none!important;
}
.main_service_block_item {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    min-height: 100px;
        text-shadow: 0 0 3px #000;
}
.steps_radius_image_wrapper {
    background: #F5F5F5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.subfont.steps_header {
    color: rgb(51, 51, 51);
    font-family: "Roboto", ui-sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.steps_description {
    font-size: 13px;
    text-align: center;
}
.popup-common-form
{
    max-width: 100%;
    width: 480px;
}
.advantages_header {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    /*color: #fff;
    text-shadow: 0 0 3px #000;*/
}

.advantages_image_wrapper {
    margin-bottom: 25px;
    height: 110px;
    background: #F5F5F5;
    width: 110px;
    border-radius: 50%;
}
.advantages_steps {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #3390EC1A;*/
}
.gallery {
    background: #ECFAFF;
}
.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
}

.owl-nav button{
    border-radius: 3px;
    background: rgb(255, 255, 255)!important;
    width: 40px;
    height: 40px;
}
.owl-nav button i{
    color: #3390EC;
    font-size:30px;
}
.owl-nav button:hover
{
    box-shadow: inset 0 0 5px #3390EC;
}

/* accordeon */
.accordeon .element-content{
    display: none;
    padding: 0 0 55px;
}
.accordeon .element{
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    margin-bottom: 30px;
    padding: 0 30px 0 40px;
}
.accordeon .element .title {
    font-family: "Roboto", ui-sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px 100px 30px 0;
    cursor: pointer;
    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;
}
.accordeon .element .title:hover,
.accordeon .element.active .title{
    color: #3390EC;
}
.accordeon .element .title span {
    position:absolute;
    right: -5px;
    top: 50%;
    display: block;
    width: 63px;
    height: 22px;
    margin-top: -11px;
    cursor: pointer;
}
.accordeon .element .title span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%) rotateZ(-90deg);
    transform: translate(-50%,-50%) rotateZ(-90deg);
    width: 22px;
    height: 63px;
    background-image: url(../images/slider-left-arr-hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 35px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.accordeon .element .title span:hover:after {
    max-height: 63px;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon.default-close > div:first-of-type .element-content
{
    display: none;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
.accordeon .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #f4f4f4;
    padding: 13px 0 3px;
}
.accordeon .price-item__title {
    font-family: "Roboto", ui-sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 170px);
    width: calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-right: 15px;
}
.accordeon .price-item__value {
    font-family: "Roboto", ui-sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 150px;
    width: 220px;
    max-width: 100%;
}
@media(max-width: 991px){
    .accordeon .element {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .accordeon .element .title {
        font-size: 16px;
        padding: 20px 70px 20px 0;
    }
    .accordeon .element-content {
        padding: 0 0 30px;
    }
    .accordeon .price-item {
        border-bottom-width: 1px;
    }
    .accordeon .price-item__title,
    .accordeon .price-item__value{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .accordeon .element .title {
        font-size: 14px;
    }
    .accordeon .price-item__title,
    .accordeon .price-item__value{
        font-size: 14px;
    }
    .accordeon .element .title span{
        right: -10px;
    }
}
/* /. accordeon */
.map_wrapper
{
    min-height: 450px;
}
a.read_more {
    color: #333;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #333;
    font-size: 14px;
}
/*footer_form*/
.footer-form-bg {
    background: #F5F5F5;
}

.footer-form-wrapper {
    padding: 70px 55px;
}

.footer_form_head.h2 {
    color: #212529;
}

.footer-form-wrapper label.policy-label {
    color: #212529;
    align-self: center;
}

.ff_img_wrapper img {
    object-fit: cover;
    height: 100%;
}
/*//footer_form*/
/*footer*/
.footer {
    background: #bebebe;
}

.white_text {
    color: #fff;
}

.footer_copy {
    color: #333333;
    font-size: 14px;
}

ul.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

ul.footer_menu li a {
    color: #333333;
    display: inline-block;
}

.footer_head {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_contact_item {
    color: #333333;
    gap: 10px;
    margin-bottom: 12px;
    display: flex;
    gap: 5px;
    line-height: 20px;
}

.footer_contact_item svg {flex: none;width: 14px;padding-bottom: 4px;height: 24px;display: inline-block;}
.footer_callback_description,.footer-custom-text {
    font-size: 14px;
}
.footer-callback-btn {
    text-align: center;
    max-width: 100%;
    width: 210px;
}
/*//footer*/
/*bc*/

.breadcrumb {
    margin: 0 0 30px;
    list-style: none;
    height: auto;
    background: transparent;
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}
.breadcrumb i{
    font-size: 14px;
}
.breadcrumb > li a {
    color: #3390EC;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #000;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
/*//bc*/
.sitemap li a {
    color: #333;
}

.sitemap>ul>li>a {
    font-weight: bold;
}
/*service_page*/
.list-style-none {
    padding-left: 0;
    list-style: none;
}

.service_in_category_list_srv_page .category_sl_title {
    text-align: left;
}
.category_image_on_srv {
    flex: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgb(27, 80, 118);
}
.service_in_category_list_srv_page ul li a {
    font-size: 14px;
    line-height: 18px;
}
/*//service_page*/
/*Service_category_page*/

.services-page-header{
    min-height: 560px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
}
.services-page-header svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9vw;
}
.services-page-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(-130.88deg,rgba(0,198,245,.4) 0,rgba(61,150,200,.85) 100%);*/
    background: #A9CFF5;
}
.about-company-page .services-page-header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 325px;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(21,131,225,0)),to(rgba(0,114,166,.7)));
    background: linear-gradient(0deg,rgba(21,131,225,0) 0,rgba(0,114,166,.7) 100%);
    pointer-events: none;
    z-index: 1;
}
.services-page-header .container{
    position: relative;
    z-index: 10;
    color: #222;
}
.about-company-page .services-page-header .container {
    color: #2583b9;
}
.services-page-header h1{
    font-size: 55px;
    padding-top: 30px;
    color:#222;
}
vices-page-header .tplbutton{
    margin-bottom: 0;
}
.services-page-header-text{
        width: 800px;
        max-width: 100%;
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
@media(max-width: 1239px){
    .services-page-header h1{
        font-size: 50px;
    }
    .services-page-header-text{
        width: 800px;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 50px;
    }

}
@media(max-width: 991px){
    .services-page-header{
        min-height: inherit;
    }
    .services-page-header h1{
        font-size: 40px;
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
@media(max-width: 767px){
    .services-page-header h1{
        font-size: 30px;
        margin-bottom: 30px;
        padding-top: 10px;
    }
}
/*//service_category_page*/

/* reviews */
.reviews{
    margin: 0 -15px;
    padding-bottom: 20px;
        display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.stars {
    display: flex;
    gap: 2px;
}
.rev-item,
.rev-grid-sizer{ 
    width: 100%;
}
.rev-item .inner{
    padding: 30px;
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
}
.rev-item  .rev-header .title{
    font-family: "Roboto", ui-sans-serif;
    font-weight: 700;
    font-size: 22px;
}
.rev-item .rev-date{
    padding-top: 7px;
    color: #51A1CE;
}
.rev-text{
    margin-bottom: 10px;
}
.scan-link{
    margin-bottom: 20px;
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
}
.scan-link:hover{
    color: #51A1CE;
    text-decoration: none;
}

.rev-doctor{
    padding-left: 100px;
    position: relative;
    height: 90px;
}
.rev-doctor .title{
    font-size: 16px;
}
.doctor-name{
    font-size: 17px;
    font-weight: bold;
}
.rev-doctor .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.rev-doctor .img-wrapper img{
    border-radius: 5px;
}


@media only screen and (min-width: 768px) {
    .rev-item,
    .rev-grid-sizer{ 
        width: 50%;
    }   
}
/* /. reviews */

 #up{
    position: fixed;
    z-index: 300;
    bottom: 90px;
    right: 10px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #51a1ce;
    font-size: 36px;
    border-radius: 5px;
}
 #up:hover{
     background-color: #2C2C2C;
}
 #up .fa{
     display: block;
}
/*backTop*/
            #backtoTop {
                border-radius: 100%;
                bottom: 97px;
                height: 48px;
                position: fixed;
                right: -100px;
                width: 48px;
                transition: 0.5s;
                -webkit-transition: 0.5s;
                z-index: 1000;
                box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
                background: #fff;
            }

            #backtoTop.button--show {
                right: calc(((100vw - 1140px) / 2) - 95px);
            }

            @media screen and (max-width: 1360px) {
                #backtoTop.button--show {
                    left: 55px;
                }
            }

            .per {
                font-size: 16px;
                height: 48px;
                line-height: 49px;
                position: absolute;
                text-align: center;
                top: 0;
                width: 48px;
                color: ;
                cursor: pointer
            }

            .per:before {
                content: attr(data-percent);
            }

            img.to_top_image_svg {
                position: absolute;
                width: 19px;
                height: 30px;
                left: 50%;
                transform: translate(-50%,-50%);
                top: 50%;
            }

            /*//backTop*/
.ballon_portfolio_content {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 16px;
    max-width: 350px;
}

.portfolio_image_wrapper {
    flex: none;
}

.portfolio_intro_wrapper {
    font-size: 12px;
    line-height: 16px;
}

.more_btn_wrapp {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: center;
}
/*contacts*/
.contacts-block .element{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}
.contacts-block .element .fa{
    display: inline-block;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 4px;
    /*color: #3390EC;*/
    color: #3390EC;
}
.contacts-block .element a{
    text-decoration: none;
    /*color: #3390EC;*/
    color: #3390EC;
}
.contacts-block .element a:hover{
    text-decoration: none;
    color: #3390EC;
}
.contcts_msg
{
    resize: none;
    height: 120px;
}
/*//contacts*/
a.city_select {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #212529;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

span.city-select-head {
    font-size: 14px;
    line-height: 14px;
}

span.current_city_in_city_select {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.cities_list_wrapper {
    overflow-y: scroll;
    height: 230px;
    padding: 5px;
    background: rgb(202, 241, 255);
}

.cities_list_wrapper a {
    display: block;
    color: #333;
    font-size: 15px;
    margin-bottom: 3px;
}
.input_city_search input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 00;
    border-bottom: 1px solid #aaa;
    font-style: italic;
    color: #999;
}
.input_city_search input:focus {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #aaa;
}
blockquote {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background: rgb(202 241 255 / 30%);
    font-style: italic;
}
.slider_ico span {
    font-size: 16px;
}
.main_ts_slider .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    padding: 0 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main_ts_slider .owl-nav button {
    background: #ffffffad !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}


.main_ts_slider .owl-nav button:hover {
    background: #fff!important;
}

.main_ts_slider .owl-nav button .main_slider_nav_left {
    border-left: 4px solid #3390EC;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid #3390EC;
    transform: rotate(45deg);
    margin-left: 6px;

}
.main_ts_slider .owl-nav button .main_slider_nav_right {
    border-right: 4px solid #3390EC;
    width: 16px;
    height: 16px;
    border-top: 4px solid #3390EC;
    transform: rotate(45deg);
    margin-right: 6px;
}
textarea.main-form-ta {
    height: 126px;
}
.form-control
{
    border:0;
}
.container.main-content-container {
    box-shadow: 0 0 2px #3390EC;
    border-radius: 16px;
}
.feedback-block_contacts {
    background-color: #F5F5F5;
    padding: 30px;
    border-radius: 16px;
}

/*
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    color: #222;
}
*/
.section {
    margin-bottom: 60px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.card {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.card h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #111;
}

.card p {
    margin: 6px 0;
    line-height: 1.5;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.gal_slide_item {
    border: 1px solid #ccc;
    padding: 10px;
}
.advantages_image_wrapper img {
    height: auto;
    width: 70px;
    max-width: 100%;
}
a.header_max img {
    width: 24px;
    height: 24px;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-table thead {
  background: #3390EC;
  color: #fff;
}

.custom-table th,
.custom-table td {
  padding: 14px 16px;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}

.custom-table th {
  font-weight: 600;
  font-size: 14px;
}

.custom-table td {
  font-size: 14px;
}

.custom-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.custom-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

.custom-table tbody tr:hover {
  background: rgba(51, 144, 236, 0.08);
  transition: 0.2s;
}

.faq-clean {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.faq-item {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 14px;

  transition:
    border-color .25s ease,
    background .25s ease,
    transform .25s ease;
}

.faq-item[open] {
  border-color: #3390EC;
  background: #fff;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;

  position: relative;

  padding: 20px 54px 20px 22px;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #1f1f1f;

  transition: color .2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";

  position: absolute;
  right: 20px;
  top: 50%;

  transform: translateY(-50%);

  width: 28px;
  height: 28px;

  border-radius: 50%;
  border: 1px solid #d7d7d7;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: 300;

  color: #3390EC;
  background: white;

  transition: all .25s ease;
}

.faq-item[open] summary {
  color: #3390EC;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  border-color: #3390EC;
}

.faq-content {
  padding: 14px 22px 24px;
  margin-top: 2px;

  color: #555;
  font-size: 15px;
  line-height: 1.75;

  border-top: 1px solid #ececec;
}

/* hover */

.faq-item:hover {
  border-color: #3390EC;
}