@font-face {
    font-family: 'PFCentroSansPro';
    src: url('../../../fonts/PFCentroSansPro-Bold.eot');
    src: local('PFCentroSansPro-Bold'),
    url('../../../fonts/PFCentroSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/PFCentroSansPro-Bold.woff') format('woff'),
    url('../../../fonts/PFCentroSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PFCentroSansPro';
    src: url('../../../fonts/PFCentroSansPro-Medium.eot');
    src: local('PFCentroSansPro-Medium'),
    url('../../../fonts/PFCentroSansPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/PFCentroSansPro-Medium.woff') format('woff'),
    url('../../../fonts/PFCentroSansPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PFCentroSansPro';
    src: url('../../../fonts/PFCentroSansPro-Regular.eot');
    src: local('PFCentroSansPro-Regular'),
    url('../../../fonts/PFCentroSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/PFCentroSansPro-Regular.woff') format('woff'),
    url('../../../fonts/PFCentroSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFCentroSansPro';
    src: url('../../../fonts/PFCentroSansPro-Light.eot');
    src: local('PFCentroSansPro-Light'),
    url('../../../fonts/PFCentroSansPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/PFCentroSansPro-Light.woff') format('woff'),
    url('../../../fonts/PFCentroSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*common*/
body, html {
    height: 100%;
}
body, button, textarea, input {
    font-family: 'PFCentroSansPro', sans-serif;
    font-weight: 400;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
button {
    font-weight: 400;
    cursor: pointer;
}
.page img{
    max-width:100%;
}
.content {
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
}
.page-wrap {
    min-height: 100%;
    padding-bottom: 308px;/*340*/
    margin-bottom: -308px;/*340*/
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.br {
    display: block;
}
.display-ib {
    display: inline-block;
}
h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}
/*end common*/

/*icons*/
.icon {
    background: url('img/icons.png') no-repeat;
    display: inline-block;
}
.icon-statistic-1 {
    width: 70px;
    height: 70px;
    background-position: 0 -591px;
}
.icon-statistic-2 {
    width: 56px;
    height: 72px;
    background-position: 0 -663px;
}
.icon-search {
    width: 22px;
    height: 22px;
}
.icon-phone {
    width: 20px;
    height: 20px;
    background-position: 0 -48px;
}
.icon-service-1 {
    width: 88px;
    height: 90px;
    background-position: 0 -280px;
}
.icon-service-2 {
    width: 90px;
    height: 72px;
    background-position: 0 -372px;
}
.icon-service-3 {
    width: 86px;
    height: 68px;
    background-position: 0 -446px;
}
.icon-service-4 {
    width: 84px;
    height: 73px;
    background-position: 0 -516px;
}
/*end icons*/

/*header*/
.header {
    background: #f0f4fa;
    padding-top: 15px;
    padding-bottom: 17px;
}
.logo {
    background: url('img/logo-n.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 370px;
    height: 88px;
}
.search {
    width: 29.74%;
    position: relative;
    right: -23px;
    top: 1px;
    font-size: 0;
}
.search__field {
    width: 100%;
    height: 50px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dde2e6;
    padding-left: 28px;
    font-size: 18px;
    color: #000000;
}
.search__field::placeholder {
    color: #999999;
    opacity: 1;
}
.search__field:-ms-input-placeholder {
    color: #999999;
}
.search__btn {
    right: 0; top: 0;
    position: absolute;
    height: 100%;
    cursor: pointer;
    width: 62px;
    background: none;
    border-radius: 0 24px 24px 0;
}
.search__btn:hover .icon {
    background-position: 0 -24px;
}
.phone {
    text-decoration: none;
    font-size: 28px;
    color: #1a1919;
    right: -12px;
    position: relative;
}
.phone .icon {
    position: relative;
    margin-right: 4px;
    top: 1px;
}
.language {
    background: url('img/icons.png') no-repeat 0 -70px;
    border-radius: 2px;
    width: 35px;
    height: 24px;
}
.blue-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 60px;
    background: #00a0d7;
    background: linear-gradient(to right, #00a0d7, #008dc6);
    background: -moz-linear-gradient(to right, #00a0d7, #008dc6);
    background: -webkit-linear-gradient(to right, #00a0d7, #008dc6);
    background: -o-linear-gradient(to right, #00a0d7, #008dc6);
    background: -ms-linear-gradient(to right, #00a0d7, #008dc6);
}
.blue-btn:hover {
    background: #008dc6;
}
/*end header*/

/*nav*/
.nav {
    background: #00a0d7;
    background: linear-gradient(to right, #00a0d7, #008cc6);
    background: -moz-linear-gradient(to right, #00a0d7, #008cc6);
    background: -webkit-linear-gradient(to right, #00a0d7, #008cc6);
    background: -o-linear-gradient(to right, #00a0d7, #008cc6);
    background: -ms-linear-gradient(to right, #00a0d7, #008cc6);
}
.nav__list {
    display: table;
    position: relative;
    width: 100%;
}
.nav__item {
    display: table-cell;
    padding: 0;
    position:relative;
}
.nav__item ul{
    display:none;
}
.open>ul{
    display:block;
    padding:0 20px;
}
.nav__item li{
    background: #00A0D7;
    position:relative;

}

.nav__item li a{
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display:block;
    min-width:300px;
    padding:16px 40px 16px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav__list > .nav__item > ul > .nav__item {
    display: block;
}
.nav__list > .nav__item > ul > .nav__item a {
    height: auto;
    line-height: 16px;
}
.nav__list > .nav__item > .arrow_menu {
    display: none;
}
i.arrow_menu {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 12px;
}
i.arrow_menu:after,
i.arrow_menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}

i.arrow_menu:before {
    height: 100%;
    width: 2px;
}
.nav__item li{
    background:transparent;
}

@media all and (min-width:981px){
    .nav__item ul{
        position:absolute;
        display:none;
        z-index:10
    }
    .nav__item>ul{
        top:100%;
        left:0;
    }
    .nav__item>ul ul{
        top:0;
        left:100%;
    }
    i.arrow_menu{
        position:absolute;
        width:14px;
        height:14px;
        top: 17px;
        right:21px;
        background:url('img/next-menu.png') no-repeat;
    }
    i.arrow_menu:after,
    i.arrow_menu:before{
        display:none;
    }
    .open>ul{
        display:none;
    }
    .nav li:hover>ul{
        display:block;
    }
    .nav__item li a{
        border-bottom:none;
    }
    .nav__item li{
        background: #00A0D7;
    }
    .nav__item li:hover{
        background: #0294C6;
    }
}
.nav__link {
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
.nav__link:hover {
    background: #007eaa;
}
/*end nav*/

/*main*/
.main {
    position: relative;
    background: #0d1112;
}
.main__slide {
    min-height: 500px;
    position: relative;
}
.main__slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.main__slide-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    opacity: 0.5;
    background: #0d1112;
}
.main__slide .content {
    padding-top: 104px;
    padding-bottom: 100px;
    box-sizing: border-box;
    position: relative;
    min-height: 500px;
    z-index: 5;
}
.main__slide-photo {
   /* position: absolute;*/
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    bottom: 0;
    top: -14px;
    right: 13px;
    margin: auto;
    border: 7px solid #ffffff;
}
.main__slide-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main__slide-center {
    display: block;
    margin: 0 auto;
    max-width: 520px;
    text-align: center;
    color: #ffffff;
}
h1,
.main__slide-title {
    font-size: 60px;
    line-height: 1.2;
}
.main__slide-desc {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 11px;
}
.main__slide-link {
    margin-top: 32px;
    max-width: 166px;
    background: #00a0d7;
}
.main__slide-link:hover {
    background: #008dc6;
}
.main__slider-control {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    height: 100%;
}
.main__slider-prev,
.main__slider-next {
    position: absolute;
    bottom: 0; top: 0;
    margin: auto;
    width: 19px;
    height: 44px;
    background: url('img/icons.png') no-repeat 0 -96px;
    cursor: pointer;
    left: -110px;
    z-index: 5;
}
.main__slider-prev:hover {
    background-position: 0 -142px;
}
.main__slider-next {
    left: auto;
    right: -110px;
    background-position: 0 -188px;
}
.main__slider-next:hover {
    background-position: 0 -234px;
}
.main .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
}
.main .owl-dot:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
}
.main .owl-dot {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-sizing: border-box;
}
.main .owl-dot:last-child {
    margin-right: 0;
}
.main .owl-dot:hover,
.main .owl-dot.active {
    border: 2px solid #ffffff;
}
.main__slide-title,
.main__slide-desc,
.main__slide-link {
    opacity: 0;
    transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
}
.main__slide-title,
.main__slide-desc,
.main__slide-link {
    position: relative;
}
.main__slide-title {
    bottom: -50px;
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.main__slide-desc {
    bottom: -70px;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.main__slide-link {
    bottom: -90px;
}
.main .owl-item.active .main__slide-title,
.main .owl-item.active .main__slide-desc,
.main .owl-item.active .main__slide-link {
    opacity: 1;
    bottom: 0;
}
/*end main*/

/*services*/
.services {
    padding-top: 80px;
    padding-bottom: 80px;
}
.services__col {
    width: 23.07%;
    margin-right: 2.57%;
}
.services__col:nth-child(4n) {
    margin-right: 0;
}
.service_1 {
    /*background: #e253f2;
    background: linear-gradient(to right, #e253f2, #c04ee1);
    background: -moz-linear-gradient(to right, #e253f2, #c04ee1);
    background: -webkit-linear-gradient(to right, #e253f2, #c04ee1);
    background: -o-linear-gradient(to right, #e253f2, #c04ee1);
    background: -ms-linear-gradient(to right, #e253f2, #c04ee1);*/
    background: #009dd5;
    background: linear-gradient(to right, #009dd5, #0490c1);
    background: -moz-linear-gradient(to right, #009dd5, #0490c1);
    background: -webkit-linear-gradient(to right, #009dd5, #0490c1);
    background: -o-linear-gradient(to right, #009dd5, #0490c1);
    background: -ms-linear-gradient(to right, #009dd5, #0490c1);
}
.service_2 {
    /*background: #ffb615;
    background: linear-gradient(to right, #ffb615, #ff9602);
    background: -moz-linear-gradient(to right, #ffb615, #ff9602);
    background: -webkit-linear-gradient(to right, #ffb615, #ff9602);
    background: -o-linear-gradient(to right, #ffb615, #ff9602);
    background: -ms-linear-gradient(to right, #ffb615, #ff9602);*/
    background: #009dd5;
    background: linear-gradient(to right, #009dd5, #0490c1);
    background: -moz-linear-gradient(to right, #009dd5, #0490c1);
    background: -webkit-linear-gradient(to right, #009dd5, #0490c1);
    background: -o-linear-gradient(to right, #009dd5, #0490c1);
    background: -ms-linear-gradient(to right, #009dd5, #0490c1);
}
.service_3 {
    /*background: #84d540;
    background: linear-gradient(to right, #84d540, #7aca2d);
    background: -moz-linear-gradient(to right, #84d540, #7aca2d);
    background: -webkit-linear-gradient(to right, #84d540, #7aca2d);
    background: -o-linear-gradient(to right, #84d540, #7aca2d);
    background: -ms-linear-gradient(to right, #84d540, #7aca2d);*/
    background: #009dd5;
    background: linear-gradient(to right, #009dd5, #0490c1);
    background: -moz-linear-gradient(to right, #009dd5, #0490c1);
    background: -webkit-linear-gradient(to right, #009dd5, #0490c1);
    background: -o-linear-gradient(to right, #009dd5, #0490c1);
    background: -ms-linear-gradient(to right, #009dd5, #0490c1);
}
.service_4 {
    /*background: #f33b49;
    background: linear-gradient(to right, #f33b49, #e62e25);
    background: -moz-linear-gradient(to right, #f33b49, #e62e25);
    background: -webkit-linear-gradient(to right, #f33b49, #e62e25);
    background: -o-linear-gradient(to right, #f33b49, #e62e25);
    background: -ms-linear-gradient(to right, #f33b49, #e62e25);*/
    background: #009dd5;
    background: linear-gradient(to right, #009dd5, #0490c1);
    background: -moz-linear-gradient(to right, #009dd5, #0490c1);
    background: -webkit-linear-gradient(to right, #009dd5, #0490c1);
    background: -o-linear-gradient(to right, #009dd5, #0490c1);
    background: -ms-linear-gradient(to right, #009dd5, #0490c1);
}
.service__icon {
    position: relative;
    height: 90px;
}
.service {
    padding-top: 68px;
    border-radius: 15px;
    padding-bottom: 53px;
    position: relative;
    margin: 0;
    transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
}
.service:hover {
    padding-top: 63px;
    padding-bottom: 98px;
    margin: -15px -15px;
}
.service:hover .service__title {
    padding-top: 0;
}
.service__title {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    padding: 10px 10px 0;
    transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
}
.service__link {
    position: absolute;
    left: 0; right: 0;
    bottom: 40px;
    max-width: 130px;
    background: #ffffff;
    border-radius: 32px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    height: 32px;
    opacity: 0;
    line-height: 32px;
    transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
}
.service__link:hover {
    background: #000000;
    color: #ffffff;
}
.service:hover .service__link {
    opacity: 1;
}
/*end services*/

/*prices*/
.prices {
    padding-top: 48px;
    padding-bottom: 56px;
    background: #283647;
    background: linear-gradient(to right, #283647 50%, #242c36 50%);
    background: -moz-linear-gradient(to right, #283647 50%, #242c36 50%);
    background: -webkit-linear-gradient(to right, #283647 50%, #242c36 50%);
    background: -o-linear-gradient(to right, #283647 50%, #242c36 50%);
    background: -ms-linear-gradient(to right, #283647 50%, #242c36 50%);
}
.prices__list {
    padding-top: 16px;
}
.prices__block {
    width: 40.17%;
    color: #ffffff;
}
.prices__title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.prices__item-desc {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.prices__item-title {
    font-size: 16px;
    line-height: 1.2;
}
.prices__item-desc.down {
    color: #df3e3e;
}
.prices__item-desc.up {
    color: #84df3a;
}
/*end prices*/

/*news*/
.news {
    background: #f0f4fa;
    padding-top: 64px;
    padding-bottom: 82px;
}
.news h2 {
    text-align: center;
}
.news__list {
    margin-top: 40px;
    margin-bottom: -30px;
}
.news__item {
    box-sizing: border-box;
    width: 48.71%;
    background: #ffffff;
    padding-right: 270px;
    margin-right: 2.58%;
    min-height: 240px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.news__item:nth-child(2n) {
    margin-right: 0;
}
.news__item-photo {
    overflow: hidden;
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    right: 0;
}
.news__item-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
    transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
}
.news__item:hover .news__item-photo img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news__item-text {
    padding: 23px 28px;
}
.news__item-date {
    font-size: 16px;
    line-height: 1.2;
    opacity: 0.4;
    text-decoration:none;
    color:#838080;
}
.news__item-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.35;
    max-width: 210px;
    text-decoration:none;
    color:black;
}
/*end news*/

/*statistics*/
.statistics {
    padding-top: 61px;
    padding-bottom: 69px;
    background: #00a0d8;
    background: linear-gradient(to right, #00a0d8, #008cc6);
    background: -moz-linear-gradient(to right, #00a0d8, #008cc6);
    background: -webkit-linear-gradient(to right, #00a0d8, #008cc6);
    background: -o-linear-gradient(to right, #00a0d8, #008cc6);
    background: -ms-linear-gradient(to right, #00a0d8, #008cc6);
}
.statistic {
    width: 48.71%;
}
.statistic__icon {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(221, 226, 230, 0.5);
}
.statistic__right {
    max-width: 66%;
}
.statistic__desc {
    position: relative;
    top: -2px;
    font-size: 24px;
    margin-left: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.7;
}
.statistic__desc strong {
    font-size: 80px;
    line-height: 1;
    display: inline-block;
}
/*end statistics*/

/*map-wr*/
.map-wr .content {
    position: relative;
}
#map {
    display: block;
    height: 700px;
    background: #ebf5de;
}
.map-wr__desc {
    z-index: 8;
    position: absolute;
    right: 20px;
    top: 150px;
    max-width: 570px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 45px 50px 51px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}
.map-wr__desc h2 {
    margin-bottom: 21px;
}
.map-wr__desc p {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 24px;
}
.map-wr__desc p:last-child {
    margin-bottom: 0;
}
/*end map-wr*/

/*footer*/
.footer {
    background: #242c36;
    padding-top: 73px;
    overflow: hidden;
}
.footer__top-left {
    width: 23.07%;
}
.footer__logo {
    background: url('img/footer-logo.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    margin: 0 auto;
    width: 161px;
    height: 101px;
}
.site-map {
    position: relative;
    width: 74.35%;
    top: -1px;
}
.site-map__list {
    width: 34.48%;
    padding-right: 10px;
    box-sizing: border-box;
}
.site-map__list li {
    margin-bottom: 20px;
}
.site-map__list li:last-child {
    margin-bottom: 0;
}
.site-map__list:last-child {
    width: 31.04%;
}
.site-map__list a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}
.site-map__list a:hover {
    text-decoration: underline;
}
.footer__bottom {
    margin-top: 43px;/*75*/
    padding-top: 35px;
    padding-bottom: 37px;
    border-top: 1px solid #50565e;
}
.dev,
.copyright {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.5;
    text-decoration: none;
    color: #ffffff;
}
.dev:hover {
    opacity: 1;
}
/*end footer*/

/*drop*/
.nav__drop {
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.nav__overlay {
    position: absolute;
    width: 10000px;
    left: -3000px;
    height: 10000px;
    background: #283647;
    opacity: 0.8;
    top: 100%;
    z-index: 8;
}
.nav__drop,
.nav__overlay {
    opacity: 0;
    visibility: hidden;
    transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
}
.nav__item_drop:hover .nav__drop {
    opacity: 1;
    visibility: visible;
}
.nav__overlay.hover {
    opacity: 0.8;
    visibility: visible;
}
.nav__drop-link {
    width: 33.3333%;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}
.nav__drop-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    -ms-transition: all, 0.4s;
}
.nav__drop-bg:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
.nav__drop-link:hover .nav__drop-bg {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.nav__drop-title {
    position: absolute;
    left: 20px;
    right: 60px;
    bottom: 33px;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
}
.nav__drop-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #009fd7;
    background: linear-gradient(to right, #009fd7, #008cc6);
    background: -moz-linear-gradient(to right, #009fd7, #008cc6);
    background: -webkit-linear-gradient(to right, #009fd7, #008cc6);
    background: -o-linear-gradient(to right, #009fd7, #008cc6);
    background: -ms-linear-gradient(to right, #009fd7, #008cc6);
}
.nav__drop-btn:hover {
    background: #008cc6;
}
/*end drop*/

/*page*/
.page {
    padding-top: 20px;
    padding-bottom: 80px;
}
.pager > * {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 16px;/*18px;*/
    color: #a9acb0;
    line-height: 1.35;
}
.pager__link {
   /*  color: inherit; */
   text-decoration: none;
}
.pager__link:hover {
    text-decoration: underline;
}
.pager__colon {
    margin: 0 6px;/*4*/
}
.page h1 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom:33px;
}
/*end page*/



















@media all and (max-width: 1500px) {
    .main__slider-next {
        right: -30px;
    }
    .main__slider-prev {
        left: -30px;
    }
}

@media all and (max-width: 1300px) {
    .main__slider-next,
    .main__slider-prev {
        display: none;
    }
}

@media all and (max-width: 1200px) {
    .statistic__desc strong {
        font-size: 60px;
    }
    .statistic__desc {
        top: 0;
        font-size: 22px;
    }
    .nav__link {
        font-size: 18px;
    }
    .page-wrap {
        min-height: inherit;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media all and (max-width: 1150px) {
    .news__item-photo {
        width: 230px;
    }
    .news__item {
        padding-right: 230px;
    }
    .news__item-desc {
        max-width: inherit;
        font-size: 17px;
    }
    .phone,
    .search {
        right: 0;
    }
    .phone {
        font-size: 26px;
    }
    .logo {
        width: 290px;
        height: 69px;
    }
    .main__slide-desc {
        font-size: 28px;
    }
    .main__slide-center {
        max-width: 440px;
    }
    .service__title {
        font-size: 17px;
    }
    .prices__block {
        width: 46%;
    }
}

@media all and (max-width: 1100px) {
    .map-wr__desc {
        max-width: 470px;
    }
    h2 {
        font-size: 32px;
    }
    .map-wr__desc p {
        font-size: 17px;
    }
    .statistic__icon {
        width: 140px;
        height: 140px;
    }
    .statistic__right {
        max-width: 69%;
    }
    .statistic__desc {
        font-size: 21px;
    }
    .search {
        width: 32%;
    }
    .nav__link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px;
    }
    .main__slide-photo {
        right: 20px;
    }
    .site-map__list:last-child,
    .site-map__list {
        width: auto;
    }
    .site-map__list a {
        font-size: 18px;
    }
    .main__slide-center {
        /*left: -60px;*/
        position: relative;
    }
    .site-map {
        max-width: 540px;
        width: 100%;
    }
}

@media all and (max-width: 1050px) {
    .services__col {
        margin-right: 4%;
        width: 48%;
        margin-bottom: 4%;
    }
    .services {
        padding-bottom: 60px;
    }
    .services__col:nth-child(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 980px) {
    .map-wr__desc {
        max-width: inherit;
        position: static;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
    #map {
        height: 500px;
    }
    h2 {
        font-size: 30px;
    }
    .statistic {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 475px;
    }
    .statistic:last-child {
        margin-bottom: 0;
    }
    .news__item {
        margin-right: 0;
        width: 100%;
        padding-right: 270px;
    }
    .news__item-photo {
        width: 270px;
    }
    .logo {
        width: 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .search {
        width: 50%;
    }
    .nav {
        position: relative;
    }
    .nav__list {
        display: none;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        background: #00a0d7;
        background: linear-gradient(to right, #00a0d7, #008cc6);
        background: -moz-linear-gradient(to right, #00a0d7, #008cc6);
        background: -webkit-linear-gradient(to right, #00a0d7, #008cc6);
        background: -o-linear-gradient(to right, #00a0d7, #008cc6);
        background: -ms-linear-gradient(to right, #00a0d7, #008cc6);
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 10;
    }
    .nav__item:last-child .nav__link {
        border-bottom: none;
    }
    .nav__link {
        text-align: left;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav__item {
        display: block;
    }
    .menu__btn {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu__btn.open i {
        height: 25px;
        border-top: none;
        border-bottom: none;
    }
    .menu__btn.open i:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .menu__btn.open i:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .menu__btn i {
        display: block;
        width: 35px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-top: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        height: 19px;
    }
    .menu__btn i:before,
    .menu__btn i:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #ffffff;
        left: 0; bottom: 0; top: 0;
        margin: auto;
    }
    .main__slide-center {
        /*left: -120px;*/
        max-width: 400px;
    }
    h1,
    .main__slide-title {
        font-size: 50px;
    }
    .main__slide-desc {
        font-size: 25px;
    }
    .service {
        padding-top: 63px;
        padding-bottom: 98px;
    }
    .service__link {
        opacity: 1;
    }
    .service:hover .service__title {
        padding-top: 10px;
    }
    .service:hover {
        margin: 0;
    }
    .prices__block:first-child {
        margin-bottom: 80px;
    }
    .prices__block {
        width: 100%;
        max-width: 670px;
    }
    .prices {
        background: #283647;
        background: linear-gradient(to bottom, #283647 50%, #242c36 50%);
        background: -moz-linear-gradient(to bottom, #283647 50%, #242c36 50%);
        background: -webkit-linear-gradient(to bottom, #283647 50%, #242c36 50%);
        background: -o-linear-gradient(to bottom, #283647 50%, #242c36 50%);
        background: -ms-linear-gradient(to bottom, #283647 50%, #242c36 50%);
    }
    .site-map {
        max-width: 500px;
    }
    .nav__overlay {
        display: none;
    }
    .nav__drop-title {
        position: static;
        padding-left: 20px;
        height: 38px;
        line-height: 38px;
        font-size: 17px;
    }
    .nav__drop-link {
        height: auto;
        display: block;
        width: 100%;
    }
    .nav__item_drop.open .nav__item-drop:before {
        display: none;
    }
    .nav__drop {
        padding-top: 15px;
        padding-bottom: 15px;
        opacity: 1;
        transition: none;
        visibility: visible;
        display: none;
        position: static;
    }
    .nav__drop-btn,
    .nav__drop-bg {
        display: none;
    }
    .nav__item_drop {
        position: relative;
    }
    .nav__item-drop  {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 12px;
    }
    .nav__item-drop:after,
    .nav__item-drop:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ffffff;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
    }

    .nav__item-drop:before {
        height: 100%;
        width: 2px;
    }
}

@media all and (max-width: 900px) {
    .main__slide-center {
        /*left: -150px;*/
    }
}

@media all and (max-width: 767px) {
    .phone {
        font-size: 24px;
    }
    .phone .icon {
        top: 2px;
    }
    .search {
        width: 48%;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav__list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main__slide-photo {
        position: static;
        width: 180px;
        height: 180px;
    }
    .main__slide-center {
        left: 0;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    h1,
    .main__slide-title {
        font-size: 42px;
    }
    .main__slide-desc {
        font-size: 23px;
    }
    .main__slide .content {
        padding-top: 70px;
    }
    .site-map {
        max-width: inherit;
    }
    .footer__top-left {
        width: 100%;
        padding-bottom: 40px;
    }
    .footer {
        padding-top: 50px;
    }
    .footer__bottom {
        margin-top: 35px;
    }
    .dev, .copyright {
        font-size: 17px;
    }
}

@media all and (max-width: 650px) {
    .header .content {
        text-align: center;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .search {
        width: 100%;
        margin-bottom: 20px;
    }
    .header {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 550px) {
    h2 {
        font-size: 28px;
    }
    .map-wr__desc p {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .statistic__desc strong {
        font-size: 40px;
    }
    .statistic__desc {
        font-size: 19px;
    }
    .statistic__right {
        max-width: 66%;
    }
    #map {
        height: 400px;
    }
    .news__item-photo {
        position: relative;
        padding-top: 65%;
        width: 100%;
        height: auto;
    }
    .news__item {
        padding-right: 0;
    }
    .main__slide-photo {
        width: 140px;
        height: 140px;
        border-width: 4px;
    }
    h1,
    .main__slide-title {
        font-size: 34px;
    }
    .main__slide-desc {
        font-size: 21px;
        line-height: 1.3;
    }
    .services__col {
        width: 100%;
        margin-right: 0;
    }
    .prices__item {
        width: 100%;
        padding-bottom: 20px;
    }
    .prices__item:last-child {
        padding-bottom: 0;
    }
    .prices__block:last-child {
        padding: 40px 20px 56px;
        margin: -40px -20px -56px;
        background: #242c36;
        width: auto;
    }
    .prices__list,
    .prices .content {
        display: block;
    }
    .prices__block {
        text-align: center;
    }
    .prices {
        background: #283647;
    }
    .footer__bottom {
        display: block;
        text-align: center;
    }
    .copyright {
        padding-bottom: 20px;
        width: 100%;
    }
    .site-map__list {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .site-map__list:last-child {
        margin-bottom: 0;
        width: 100%;
    }
    .dev, .copyright {
        font-size: 16px;
    }
}

@media all and (max-width: 450px) {
    .statistic {
        margin-bottom: 40px;
        display: block;
    }
    .statistic__icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .statistic__right {
        width: 100%;
        text-align: center;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .statistic__desc {
        margin-left: 0;
    }
}

.page-custom{
    background-color: #f0f4fa;
}

.news-container{
  margin-bottom:30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.new{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31.62%;
  min-width: 31.62%;
  margin: 0 2.57% 2.57% 0;
  border-radius: 15px;
  overflow:hidden;
}
.new:nth-child(3n){
  margin-right: 0;
}
.new-img{
    margin-bottom;0;
    padding-bottom:0;
}
.new-img img{
    width:100%;
    max-width:100%;
}
.new-body{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 25px 30px;
  background: #fff;
}
.new-date{
  margin-bottom: 10px;
  opacity: 0.5;
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.new-title a{
  color: black;
  font-size: 18px;
  font-weight: 400;
  text-decoration:none;
}
.new-title a:hover{
    text-decoration:underline;
}
.navigation{
  text-align: center;
  margin-bottom: 
}
.navigation ul{
  list-style: none;
  width: 100%;
  padding: 0;
}
.navigation ul li{
  display: inline-block;
  vertical-align: top;
  margin:0 5px 5px 5px;
  line-height: 48px;
}
.navigation ul li:not(.next) a{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.navigation ul li:not(.next) a:hover{
  background-color: #009ed6;
  color: #fff;
}
.navigation ul li.active a{
  background-color: #009ed6;
  color: #fff;
}


.pagination{
  text-align: center;
  margin-bottom: 
}
.pagination ul{
  list-style: none;
  width: 100%;
  padding: 0;
}
.pagination ul li{
  display: inline-block;
  vertical-align: top;
  margin:0 5px 5px 5px;
  line-height: 48px;
}
.pagination ul li:not(.next) a{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 18px;
}
.pagination ul li:not(.next) a:hover{
  background-color: #009ed6;
  color: #fff;
}
.pagination ul li.active a{
  background-color: #009ed6;
  color: #fff;
}


.next a{
  background: url(img/next.png) center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}
.prev a{
  background: url(img/next.png) center center no-repeat;
  width: 48px;
  height: 48px;
  display: block;
  transform: rotate(180deg);
}

@media all and (max-width:980px){
    .new,
    .new:nth-child(3n){
        width:48%;
        max-width:48%;
        margin:0 4% 4% 0;
    }
    .new:nth-child(2n){
        margin-right:0
    }
}

@media all and (max-width:600px){
    .new,
    .new:nth-child(3n),
    .new:nth-child(2n){
        width:100%;
        max-width:100%;
        margin:0 0 30px 0;
    }
    .navigation ul li:not(.next) a{
        width:35px;
        height:35px;
        line-height:35px;
        font-size: 16px;
    }
    .navigation ul li{
        font-size: 16px;
        line-height:35px;
    }
    .next a{
        width:35px;
        height:35px;
    }
}

.leader-container{
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d8dde3;
  
}
.leader-content{
    line-height: 1.42857143;
}
.clearfix::after{
    content:'';
    clear:both;
    display:table;
}
.leader-title{
  margin-bottom: 33px;
}
.leader-title>*{
  color: black;
  font-size: 48px;
  font-weight: 300;
  margin:0;
}
.leader-img{
  float: left;
  width: 370px;
}
.leader-img img{
  width: 100%;
  border-radius: 40px;
}

.leader-text{
  margin-left: 400px;
}
.leader-info{
  margin-bottom: 23px;
}
.leader-fio{
  color: black;
  font-size: 36px;
  font-weight: 400;
}
.leader-post{
  color: black;
  font-size: 18px;
  font-weight: 400;
}
.leader-history p{
    margin-bottom:23px;
}
.leader-more a,
.leader-block-more a,
.adots a{
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px dotted #008ec7;
  text-decoration:none;
}
.leader-more a:hover,
.leader-block-more a:hover,
.adots a:hover{
  text-decoration: none;
  border-color: transparent;
}

.leader-blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
}

.leader-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 48.71%;
  margin: 0 2.58% 2.58% 0;
  border-radius: 15px;
  overflow: hidden;
}
.leader-block:nth-child(2n){
  margin-right: 0;
}
.leader-block-img{
  width: 200px;
  min-width: 200px;
  min-height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.leader-block-contetnt{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px; 
  background: #fff;
  width: 100%;
}
/*.leader-block-contetnt>*{
  width: 100%;
}*/

.leader-block-fio{
  color: black;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 9px;
  line-height: 25px;
}
.leader-block-more{
  margin-top: auto;
}

@media all and (max-width:940px){
    .leader-block{
         width: 100%;
         margin: 0 0 30px 0;
    }
}
@media all and (max-width:810px){
    .leader-img{
      float: left;
      width: 250px;
    }

    .leader-text{
      margin-left: 280px;
    }
}
@media all and (max-width:600px){
    .leader-img{
      float: none;
      width: 100%;
      margin-bottom:30px;
    }

    .leader-text{
      margin-left:0px;
    }
}
@media all and (max-width:500px){
    .leader-block{
         width: 100%;
         margin: 0 0 30px 0;
         flex-direction:column;

    }
    .leader-block-post{
        margin-bottom:30px;
    }
    .leader-block-img{
        width:100%;
/*         background-image:none !important; */
        padding-top:105%;
    }
    .leader-block-img img{
        width:100%;
        max-width:100%;
        display:none;

    }
}

.page .content{
   line-height: 1.42857143;
}

.acol{
  width: 31.62%;
  margin:0 2.56% 50px 0;
  float: left;
}
.acol:nth-child(3n){
  margin-right: 0;
}

.acol h2{
  color: black;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
}
.contacts-line{
  margin-bottom: 23px;
}
.contacts-icons{
  padding-left: 28px;
  position: relative;
}
.contacts-icons::before{
  content: "";
  position: absolute;
  left: 0;
}
.contacts-icons.caddress{
  padding-left: 20px;
}
.contacts-icons.caddress::before{
  background: url(img/cpoint.png) no-repeat;
  width: 14px;
  height: 20px;
  top: 3px;
}
.contacts-icons.cphone::before{
  background: url(img/cphone.png) no-repeat;
  width: 18px;
  height: 28px;
  top: 3px;
}
.contacts-icons.cemail::before{
  background: url(img/cemail.png) no-repeat;
  width: 18px;
  height: 13px;
  top: 6px;
}
.cemail a{
  color:#000;
}
@media all and (max-width: 767px) {
    .acol,
    .acol:nth-child(3n){
      width: 48%;
      margin:0 4% 50px 0;
      float: left;
    }
    .acol:nth-child(2n){
      margin-right: 0;
    }
}
@media all and (max-width: 500px) {
    .acol,
    .acol:nth-child(3n),
    .acol:nth-child(2n){
      width: 100%;
      margin:0 0 50px 0;
      float: left;
    }
}

table {
    width: 100%;
    max-width: 100%;
}
thead {
    text-align:left;
    font-size:14px;
}
th{
    vertical-align:bottom;
}
th, td{
    padding: 15px 15px 15px 0;
    border-bottom:1px solid  #061619;
}
td{
    /* min-width:125px; */
}
tr td:last-child{
    padding-right:0;
}
td a{
    text-decoration:none;
        color: #000;
}
td a:hover{
    text-decoration:underline;
}


.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    th, td{
        /* white-space: nowrap; */ 
    }

}

.page p {
    margin-bottom:19px;
}
.page ul{
    list-style:none;
    margin-bottom: 19px;
}
.page ul li{
    position:relative;
    padding-left:26px;
    margin-bottom:12px;
}
.page ul li::before{
    content:'';
    position:absolute;
    top:7px;
    left:0;
    width: 8px;
    height: 8px;
    background-color: #008ec7;
    border-radius:50%;
}
.page ul li li::before{
    display:none;
}
.navigation ul li{
    position:relative;
    padding-left:0;
    margin-bottom:0;
}
.navigation ul li::before{
    display:none;
}
.page ul li ul{
    padding-top:15px;
}
.page strong{
    padding-top: 15px;
    font-size: 28px;
    display: inline-block;
}
.page b{
    font-weight:bold;
}


.content_page{
    float: left;
    width: 74.66%;
    padding-right: 8%;
    box-sizing: border-box;
    text-align: justify;
}
.menu_page{
    float: right;
    width: 25%;
    box-sizing: border-box;
    padding-top: 37px;
}
.menu_page ul li{
   padding-left:0; 
}
.menu_page li::before{
    display:none;
}
.menu_page li a{
    text-decoration:none;
    color: #303030;
    font-size:16px;
    padding: 5px 0 5px 13px;
    position:relative;
    display:block;
}
.menu_page li a:hover,
.menu_page li.active a{
    color: #008ec7;

}
.menu_page li a:hover::before,
.menu_page li.active a::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:3px;
    background: #008ec7;
}

@media all and (max-width:767px){
    .content_page{
        float:none;
        width:100%;
        padding-right: 0;
    }
    .menu_page{
        float:none;
        width:100%
    }
}


.form-rez{
    border: 1px solid #dde2e6;
	border-radius: 15px;
	padding: 29px;
	margin-top:50px;
}
.form-rez-title{
    color: black;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.form-rez-file{
	text-align: center;
}
.added-file{
	color: #008ec7;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:5px;
}
.add-file input{
	display: none;
}
.add-file-btn{
	padding: 7px 16px;
    background-color: #242c36;
	border-radius: 16px;
	text-align: center;
	color: #fff;
    font-size: 16px;
	font-weight: 400;
	margin-bottom: 9px;
	cursor: pointer;
	display: inline-block;
}
.form-rez-file-type{
	color: #787a7d;
	padding-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dde2e6;
}
.form-rez .checkbox-container{
	margin-bottom: 13px;
}
.checkbox-container label{
  /*margin-bottom: 12px;*/
}
.checkbox-container input{
  display: none;
}
.checkbox-container .checkbox-body{
  cursor: pointer;
}
.checkbox-container .checkbox-body::after{
  content: "";
  clear: both;
  display: block;
  width: 100%;
}
.checkbox-body .checkbox-rect{
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	border: 1px solid #008ec8;
	background: #fff;
	border-radius: 4px;
	float: left;
}
.checkbox-container input:checked + .checkbox-body .checkbox-rect{
	background-image: linear-gradient(to right, #00a3da 0%, #0089c3 100%);
}
.checkbox-body .checkbox-rect::before{
    content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  background: url(img/arrowcheck.png);
  opacity:0;
}
.checkbox-container input:checked + .checkbox-body .checkbox-rect::before{
  opacity:1;
}
.checkbox-text{
	margin-left: 32px;
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin-top: 3px;
}
.form-rez-btn{
    text-align:center;
}
.form-rez .blue-btn{
    height:48px;
    line-height:46px;
    width:auto;
    padding: 1px 40px;
}

.form-rez .blue-btn:disabled{
    background: #dde2e6;
}


.title {
  /* margin-bottom: 30px;
  font-weight: 600;
  font-size: 33px; */
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.title-description{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
    text-shadow: 0 0 3px #000;
}

@media (max-width: 767px){
  .title{
    /* font-size: 26px; */
  }
}

.block-question {
    position:relative;
    background:  url(img/main-slider/slide-2.jpg) no-repeat;
    
  background-position: center;
  background-size: cover;
  padding: 50px 0 80px;
  /* background: #242c36; */
}
.block-question::before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  background: rgba(0,0,0,0.25);
}
.block-question .content{
    position:relative;
    z-index:1;
}
.question-form .form-rez-file{
    text-align:left;
}
.question-form .added-file{
    color: #fff;
  text-shadow: 0 0 3px #000;
}
.question-form .add-file-btn{
    /* opacity:0.9; */
    color:#000;
    padding: 10px 20px;
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius:0;
    background:#fff;
    width: 293px;
    font-size: 13px;
    box-sizing:border-box;
}
.question-form .form-rez-file-type{
    color:#fff;
    text-shadow: 0 0 3px #000;
    border: none;
    padding-bottom: 0;
}
.question-form-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.block-question .first-column {
  width: 293px;
}
.block-question .first-column input{
    padding: 0 20px;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border: none;
    height: 54px;
    /* opacity:0.9; */
}
.block-question .two-column {
  width: 570px;
  padding-left: 10px;
}
.block-question .two-column textarea{
    color:#000;
    padding: 20px;
    background: #fff;
    width: 100%;
    border: none;
    height: 182px;
    /* opacity:0.9; */
}
.question-btn {
  width: 293px;
}
.question-btn button{
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 991px){
  .question-form-flex{
    margin-left: -5px;
    margin-right: -5px;
  }
  .block-question .first-column{
    width: 100%;
    display: flex;

  }
  .block-question .first-column input{
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
  }
  .block-question .two-column{
    width: 100%;
    padding-left: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
  .question-btn, .question-form .add-file-btn {
    width: 33.333%
  }
}
@media (max-width: 576px){
  .block-question .first-column{
    flex-wrap: wrap;
  }
  .block-question .first-column input{
    width: 100%;
  }
  .question-btn, .question-form .add-file-btn {
    width: auto;
    max-width: 155px;
  }
}

.question-form .ajax_form .error {
    color: #ff7;
}

.newsGllery {
	padding:50px 0;
	display:flex;
	flex-wrap:wrap;
}
.newsGllery a {
	border:3px solid #0053a3;
	transition:.5s;
	margin:0 2% 20px 0;
}
.newsGllery a:hover {
	box-shadow:0px 0px 8px 2px rgb(0 0 0 / 30%);
}





