@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    color:#454647;
    background: #FFF;
}

.html img {
    margin:10px;
}

img, form {
    padding: 0px;
    margin: 0px;
}

/*-------------------------------------chosen-------------------------------------------*/
.chosen {
    width:100%;
}
.chosen-container {
    font-size: 14px!important;
}
.chosen-container-single {
    width: 100%!important;
}
.chosen-container-single .chosen-default {
    font-style:normal!important;
    font-size: 14px!important;
}

.chosen-container-single .chosen-single{
    height: 38px!important;
    line-height: 38px!important;
    background: none!important;
    box-shadow: none!important;
    border-radius: 5px!important;
    border: 1px solid #E2E6EA!important;
    padding-left:12px!important;
    transition: all 0.5s;
    font-size: 14px;
}
.chosen-container-single .chosen-single div b {
    background-position:0px 10px!important;
}
.chosen-container-single .chosen-single abbr {
    top: 13px !important;
}
.chosen-container-single .chosen-search input[type="text"] {
    padding:8px!important;
    background: none!important;
}
.chosen-container .chosen-results li.group-option {
    padding-top:7px!important; ;
    padding-bottom:7px!important; ;
}

@media screen and (max-width: 690px) {
    .chosen {
        padding:15px;
    }

}
/*-------------------------------------//chosen-------------------------------------------*/
a, td {
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color:#454647;
}
* {
    box-sizing: border-box;
    vertical-align: top;
}

.inp_t {
    border: 1px solid #e2e2e2;
    color: #666;
    padding:7px 10px;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.inp_t:focus {
    border:1px solid #d9f1fc;
}

h2, h3 {
    color:#000;
    margin:0px;
    padding:0px;
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.normal_descr {
    font-size: 16px;
    color:#000;
    text-align: center;
    padding:15px 0px;
}

.inp_b {
    background: linear-gradient(to left, #1ca1c8, #1ae1d8);
    color:#fff;
    padding:15px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.inp_b:hover {
    background: linear-gradient(to left, #1ae1d8, #1ca1c8);
}
ul, li {
    margin:0px;
    padding: 0px;
}

ul.way {
    display: block;
    padding:0px;
    padding:30px 0px;
    margin:0px;
    border-top: 1px solid #eee;
}
ul.way li {
    display: inline-block;
    font-size: 14px;
}
ul.way li a {
    color:#6f6f6f;
}
ul.way li img.next {
    margin:0px 3px;
}
.way_sep {
    margin:0px 10px;
    margin-top: 6px;
}

.page {
    width:100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.container {
    width:100%;
    max-width:1200px;
    margin:0px auto;
    padding:0px 5px;
}
.header {
    padding:10px 0px;
}
.body {
    flex: 1 0 auto;
    padding-bottom:30px;
    width: 100%;
}
body.fixed {
    margin-top: 48px;
}
.header .left {
    float: left;
}
.header .right {
    float: right;
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 60px;
}
.header .menu {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.header .menu.active {
    color: #1ca1c8
}

.header .menu:hover {
    color: #1ca1c8;
}


.show_menu {
    position: relative;
}

.header .drop_menu {
    display: none;
    position: absolute;
    width: 300px;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    z-index: 100;
    padding-top:10px;
    box-shadow: 0px 11px 12px -11px rgba(0,0,0,0.59);
}
.header .drop_menu a {
    display: block;
    color: #979797;
    font-weight: normal;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #eee;
}
.header .drop_menu a:hover {
    color:#000;
}

.sp-layer.wrapper {
    margin-left: 19%;
    width: 40%;
    color:#fff;
    background: rgba(0,0,0,0.5);
    margin-top:50px;
    padding: 30px;
    border-radius: 5px;
}
.sp-layer .title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color:#0BF1E4;
}
.sp-layer .descr {
    margin-top:30px;
}
.sp-layer .btn {
    display: inline-block;
    margin-top:40px;
    background: linear-gradient(to left, #1ca1c8, #1ae1d8);
    color:#fff;
    padding:15px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.map {
    height: 701px;
    width: 1098px;
    margin:0px auto;
    background-image: url(/img/map.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.map .map_point {
    position: absolute;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
     text-shadow: 2px 3px 2px grey;
}
.map .map_point:hover {
    color:#494949;
    cursor: pointer;
}

.map .map_point img {
    display: block;
    margin: 0px auto;
    margin-top:5px;
}
.show_all {
    text-align: center;
}
.show_all a {
    color:#1ca1c8;
    font-weight: 100px;
    font-size: 16px;
}
.show_all a:hover {
    text-decoration: underline;
}

.news_list {
    padding-top:15px;
    display: flex;
    flex-wrap: wrap;
}
.news_list .item {
    width: 22%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin-top:15px;
    margin-bottom:30px;
    margin-left:15px;
    margin-right:15px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}
.news_list .item:hover .title {
    color: #1CA1C8;
}
.news_list .image {
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.news_list .title {
    font-size: 16px;
    font-weight: bold;
    padding:15px 0px;
    text-align: center;
}
.news_list .text {
    font-size: 14px;
    text-align: left;

    overflow: hidden;
}
.news_list .date_add {
    font-size: 12px;
    color: #979797;
    padding-top:15px;
    margin-top: auto;
}
.counters {
    padding:5px 0px;
    text-align: center;
    color:#000;
}
.counters .item {
    background: #eee;
    display: inline-block;
    vertical-align:middle;
}
.counters .circle {
    background: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 16px;
    width: 333px;
    height: 233px;
    text-align: center;
    position: relative;
}
.counters .digit {
    padding-top:50px;
    font-size: 72px;
    font-weight: 400;
    color: #1ca1c8;
    font-family: 'Roboto', sans-serif;
}
.counters .percent {
    position: absolute;
    font-size: 18px;
    font-weight: 100;
    top:80px;
    right:50px;
}
.counters .logo {
    padding:0px 50px;
    visibility: hidden;
    width: 100px;
}
.footer {
    background: #eee;
    padding:30px 0px;
    color:#454647;
    font-size: 14px;
}
.footer .left, .footer .left2 {
    float: left;
}
.footer .left2 {
    padding-left:130px;
}

.footer .right {
    float: right;
}
.footer .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:10px;
}

.footer .item a {
    font-size: 12px;
}
.footer .item a:hover {
    color: #1CA1C8!important;
}

.projects {
    padding-top:15px;
    padding-bottom:15px;
}
.partners_slider .item, .partners_slider2 .item  {
    border:1px solid #eee;
    padding:15px;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.partners_slider2 .title {
    font-weight: bold;
    padding-top: 5px;
}
.partners_slider .item img, .partners_slider2 .item img {
    height: 120px;
    filter: grayscale(100%);
    transition: 0.5s;
}
.partners_slider .item:hover img, .partners_slider2 .item:hover img {
    filter: grayscale(0%);
}

.partners_slider_nav, .partners_slider_nav2 {
    text-align: center;
    padding-top:15px;
}
.left_nav{
    display: inline-block;
    cursor: pointer;
}
.right_nav{
    display: inline-block;
    cursor: pointer;
}
.partners_slider_hidden  {
    opacity: 0;
    overflow: hidden;
}
.show_on_map {
    margin-left:40px;
    display: block;
    color: #88a3d6;
    font-weight: 100px;
}
.show_on_map:hover {
    text-decoration: underline
}
.html {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif!important;
}
.html span {
    font-size: 14px!important;
}

.html a {
    color: #88a3d6;
}
.html a:hover {
    text-decoration: underline;
}


.personal_list {
    padding:30px 0px;
}
.personal_list {

}
.personal_list .position_name {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #eee;
    padding: 15px 0px;
    clear: both;
}
.personal_list .item {
    float: left;
    padding-right: 100px;
    padding-bottom:15px;
}
.personal_list .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
.personal_list .name {
    text-align: center;
    padding:5px 0px;
}
.personal_list .position {
    text-align: center;
    padding:5px 0px;
}
.personal_list .email {
    text-align: center;
    padding:5px 0px;
}
.personal_list .email a:hover{
    text-decoration: underline;
}
.mail_form {
    padding-top:30px;
    max-width: 500px;
    margin:0px auto;
}
.mail_form .item {
    padding-top:15px;
    text-align: center;
}
.mobile_menu {
    display: none;
    position: relative;
    cursor: pointer;
}
.menu_group {
    display: inline-block;
    vertical-align: middle;
}
.mobile_only {
    display: none!important;
}
.header .circle_icon {
    display: inline-block;
    /*background: #1ca1c8;*/
    background: linear-gradient(to left, #1ca1c8, #1ae1d8);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-top:10px;
    text-align: center;
    margin-left: 10px;
}
.menu_links {
    border-top:1px solid #eee;
    padding:50px 0px;
}
.menu_links .container {
    display: flex;
    flex-wrap: wrap;
}

.menu_links .block {
    padding:0px 5px;
    width: 16%;
}
.menu_links .block .title {
    font-weight: bold;
}

.menu_links .block ul {
    list-style: none;
}
.menu_links .block ul a.active {
    color: #1ca1c8;
    text-decoration: underline;
}

.menu_links .block li {
    padding-left: 0px;
    padding-top:5px;
}
.menu_links .block li:before {
    content: "•";
    padding-right: 8px;
    color: #1CA1C8
}
.menu_links .block li a {
    font-size: 13px;
}

.menu_links .block li:hover a, .menu_links .block .title:hover {
    color: #1CA1C8;
}
.leads_form {
    padding:50px 0px;
    border-top: 1px solid #eee;
    background: #f6f6f6;
}
.leads_form .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: 300px;
    height: 300px;
    background-image: url(/img/leads_form.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
.leads_form .right {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 50%;
}
.leads_form .item {
    padding-top:15px;
    text-align: center
}

.links_form {

}
.links_form .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.links_form .right {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 50%;
}
.links_form .item {
    position: relative;
    padding-top:15px;
    text-align: center;
}
.links_form .info {
    position: absolute;
    top:23px;
    right:15px;
    cursor: help;
}
.fieldset {
    border: 1px solid #e2e2e2;
    color: #454647;
    padding: 7px 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    height: 140px;
    overflow-y:scroll;
}
.fieldset label {
    vertical-align: middle;
    display: inline-block;
    width: 48%;
}
.links_form .total_pay_amount {
    text-align: right;
    color:#000;
    padding-top:30px;
    line-height: 45px;
}
.links_form .pay_btn {
    padding-top:30px;
    text-align: left;
}
#amount {
    color: #1CA1C8;
    font-size: 24px;
    line-height: 40px;
    margin-left: 5px;
}
.pages .left {
    display: inline-block;
    vertical-align: top;
    width: 76%;
    padding-right: 30px;
}
.pages .right {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}
.download_btn {
    display: block;
    padding:10px 15px;
    background: linear-gradient(to left, #1ae1d8, #1ca1c8);
    border-radius: 5px;
    color:#fff;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom:15px;
}
.download_btn:hover {
    background: linear-gradient(to left, #1ca1c8, #1ae1d8);
}
.link_list_image {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom:30px;
}
.links_html a {
    margin-right: 15px;
}
.html li {
    margin-left: 15px;
}
.pager {
    padding-top:15px;
    text-align: center;
}
.pager .item {
    display: inline-block;
    margin-right: 5px;
    line-height: 30px;
    color:#000;
    width: 30px;
    height: 30px;
}
.pager .item:hover {
    color:#fb8102;
}

.pager .item.active {
    border-radius: 100%;
    background: linear-gradient(to left, #1ca1c8, #1ae1d8);
    color:#fff;
    font-weight: bold;
}
.footer_call {
    display: none;
}
.lang {
    font-size: 12px!important;;
    padding-right: 5px!important;
    font-weight: normal!important;

}
.lang.active {
    color:#1CA1C8;
    font-weight: bold!important;
}

.lang:hover {
    text-decoration: underline;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    padding-top:15px;

}
.partners img {
    margin:15px 30px;
    height: 30px;
}

@media screen and (max-width: 900px) {
    .html img {
        width: 100%;
        height: auto;
    }
    .footer_call {
        display: block;
        position: fixed;
        background: rgba(28, 161, 200, 0.8);
        bottom: 0px;
        height: 50px;
        color:#fff;
        font-weight: bold;
        line-height: 50px;
        width: 100%;
        text-align: center;
        z-index: 1000;
    }
    .news_list .text, .news_list .date_add {
        padding-left:10px;
        padding-right:10px;
    }
    .html {
        padding-left:10px;
        padding-right:10px;
    }

    .pages .left {
        width: 100%;
        display: block;
        padding-right: 0px;
    }
    .pages .right {
        width: 100%;
        display: block;
    }
    .download_btn {
        width: 90%;
        margin: 15px auto;
    }

    .links_form .pay_btn {
        text-align: center;
    }

    .links_form .total_pay_amount {
        text-align: center;
    }

    .links_form .left {
        width: 100%;
    }
    .links_form .right {
        padding-left: 0px;
        width: 100%;
    }
    .counters .circle {
        background:transparent;
        height: 153px;
    }
    .counters .digit {
        padding-top:0px;
    }

    .leads_form .inp_b {
        width: 90%;
        margin-bottom:15px;
        margin-left:0px!important;
    }

    .leads_form .right {
        width: 100%;
        padding-left: 0px;
    }
    .leads_form .left {
        width: 100%;
        height: 200px;
        margin-bottom:30px;
    }

    .footer .left2 {
        padding-left: 0px;
    }

    .menu_links .block {
        width: 45%;
        padding-bottom:30px;
        text-align: center;
    }
    .menu_links .block ul {
        text-align: left;
        padding-left:15px;
    }
    .personal_list .item {
        float: none;
        padding-right: 0px;
        width: 100%;
    }
    .personal_list .image {
        margin: 0px auto;
    }
    .personal_list .position_name {
        text-align: center;
    }

    .mobile_only {
        display: block!important;
    }
    .menu_group {
        display: none;
        padding-left: 5px;
        padding-bottom:15px;
    }
    .header .menu {
        display: block;
        padding-top:15px;
    }

    .header .drop_menu {
        position: static;
        box-shadow: none;
        padding-left: 5px;
        padding-right:0px;
        width: auto;
    }
    .header .drop_menu a {
        padding-left: 0px;
        width: 300px;
    }

    .mobile_menu {
       display: inline-block;
       vertical-align: middle;
    }
    .mobile_menu .mobile_item {
        font-weight: bold!important;
        color: #454647!important;;
        font-size: 18px;

        padding-bottom:10px;
        display: block;
    }
    .mobile_sub_menu {
        display: none;
    }

    .header .logo {
        padding-right: 30px;
    }
    .sp-layer.wrapper {
        padding:15px;
        margin-top:30px;
        margin-left: 30px;
        width: 80%;
    }
    .sp-layer .title {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 18px;
    }
    .sp-layer .descr {
        margin-top:15px;
        font-size: 12px;
    }
    h2, h3 {
        font-size: 28px;
    }
    .normal_descr {
        font-size: 16px;
    }
    .map {
        scale: 0.7;
        -webkit-transform:scale(0.7, 0.7);
    }

    .map_container {
        width: 100%;
        overflow: scroll;
    }
    .news_list .item {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        margin-top:30px;
        display: block;
    }
    .counters .circle {
        display: block;
        margin: 0px auto;
    }
    .counters .item {
        display: block;
        margin: 0px auto;
        padding:15px 0px;
    }
    .footer .left {
        float: none;
        text-align: center;
    }
    .footer .right {
        text-align: center;
        padding-top:30px;
        padding-right: 0px!important;
        float: none;
    }

}
@media screen and (max-width: 450px) {
    .partners  {
        justify-content: space-around;
    }

    .partners img {
        margin:15px;
        width: 35%;
    }
    .menu_links .block {
        width: 100%;
    }

}






