@charset "UTF-8";

:root {
  --color1: rgb(0, 157, 149);
  --color2: rgb(0, 150, 185);
  --color3: rgb(101, 115, 181);
  --color1-a5: rgba(0, 157, 149,.5);
  --color2-a5: rgba(0, 150, 185,.5);
  --color3-a5: rgba(101, 115, 181,.5);
  --color3-dark: #121626;
  --gray: #3c4043;
  --gradient: linear-gradient(115deg, rgb(0, 157, 149) 0%, rgb(0, 150, 185) 50%, rgb(101, 115, 181) 100%);
  --gradient-a5: linear-gradient(115deg, rgba(0, 157, 149,.5) 0%, rgba(0, 150, 185,.6) 50%, rgba(101, 115, 181,.5) 100%);
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #212121;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.container-fluid {
    padding: 0;
    min-width: 320px;
}

.container {
    min-width: 320px;
}

a, 
a:hover, 
a:focus {
    text-decoration: none;
}

ul {
  list-style: none;
}

b, strong, .bold {
    font-weight: 700;
}

.gradient {
  background-image: var(--gradient);
}

.header_section, 
.header_page {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #212121;
    line-height: 1.15;
    margin: 45px 0 35px;
    position: relative;
}

.header_page {
    font-size: 42px;
    margin: 42px 0 50px;
}

.header_section a {
    color: #212121;
    display: inline-block;
    position: relative;
}

.header_second, 
.block_textcontent h2, 
.block_textcontent h3 {
    color: #212121;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    margin: 40px 0 30px;
}


.main_btn, 
.bord_btn {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 5px;
    width: 260px;
    max-width: 100%;
    background-color: var(--color2);
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    text-decoration: none !important;
    margin: 35px 0;
    transition: background-color .2s ease-in-out;
}

.main_btn {
  background-color: var(--color2);
  background-image: var(--gradient);
}

.main_btn:hover {
    color: #fff;
    background-color: var(--color2);
    background-image: none;
    
}

.bord_btn {
    color: #000;
    background-color: transparent;
    border: 2px solid var(--color1);
    line-height: 44px;
}

.bord_btn:hover {
    color: #fff;
    background-color: var(--color1);
    text-decoration: none;
}

.bord_btn:focus, 
.main_btn:focus {
    color: #fff;
    background-color: var(--color1);
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.3);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.3);
}

.main_link,
.block_promo p a, 
.block_promo ul a, 
.block_promo ol a, 
.block_textcontent p a, 
.block_textcontent ul a, 
.block_textcontent ol a {
    font-weight: 600;
    color: var(--color2);
    text-decoration: none;
    display: inline-block;
}

.main_link:hover, 
.main_link:focus, 
.block_promo p a:hover, 
.block_promo ul a:hover, 
.block_promo ol a:hover, 
.block_textcontent p a:hover, 
.block_textcontent ul a:hover, 
.block_textcontent ol a:hover {
    color: var(--color2);
    text-decoration: underline;
}

.download-link, 
.block_textcontent .download-link {
    display: block;
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    margin: 10px 0 35px;
    line-height: 1.375;
}

.download-link small {
    display: block;
    color: #555;
}

.download-link a, 
.block_textcontent .download-link a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.download-link a:hover, 
.block_textcontent .download-link a:hover {
    text-decoration: none;
    color: #000;
}

.download-link::before {
    content: "\f0f6";
    display: block;
    position: absolute;
    font-size: 26px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background: transparent;
    padding: 0;
    top: 5px;
    left: 0;
    color: #212121;
}

.mark, mark {
    padding: 0 0.1em;
    color: #fff;
    background: var(--color1);
}

.blue {
    color: var(--color1);
}

.green {
    color: var(--color2);
}

.grey-background, 
.wrap_content--grey {
    background-color: #efefef;
}

.font120 {
    font-size: 120%;
}

.section-breadcrumb {
    border-bottom: 1px solid #e3e3e3;
}

.breadcrumb {
    font-size: 12px;
    line-height: 18px;
    padding: 11px 0;
    margin: 0;
    border-radius: 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.breadcrumb > li {
    padding-right: 12px;
}

.breadcrumb > li a {
    color: #787878;
    text-decoration: underline;
}

.breadcrumb > li a:hover {
    text-decoration: none;
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background: transparent;
    pointer-events: none;
    color: #787878;
    padding: 0 12px 0 0;
}

.breadcrumb>.active {
    color: #000;
}



/* --- Header & Navbar --- */

.block_header {
    font-size: 14px;
    background-color: #fff;
}

.block_header__logo {
    display: inline-block;
    float: left;
    margin: 20px 0;
}

.block_header__logo > img {
    display: block;
    width: 220px;
    height: auto;
}

.block_header__contacts {
    text-align: right;
}

.block_header__contacts > ul {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    color: #212121;
    line-height: 22px;
    margin: 19px 0 0 5px;
    vertical-align: top;
}

.block_header__contacts > ul li {
    position: relative;
    padding-left: 22px;
}

.block_header__contacts > .block_header__contacts-phone {
    font-size: 18px;
}

.block_header .block_header__contacts-search {
    display: none;
}

.block_header__contacts > .block_header__contacts-phone .fa {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    margin-right: 5px;
    color: var(--color1);
}

.block_header__contacts ul a {
    color: #212121;
}

.block_header__contacts ul a.small,
.block_header__contacts button.small {
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    color: var(--color1);
    background: none;
    border: none;
}

.block_header__contacts button.small:hover, 
.block_header__contacts ul a.small:hover {
    text-decoration: none;
}

/* .carousel-big__wrap .block_header__contacts > ul, 
.carousel-big__wrap .block_header__contacts ul a {
    color: #fff;
}

.carousel-big__wrap .block_header__contacts > ul .fa, 
.carousel-big__wrap .block_header__contacts ul a.small {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
} */

.block_header .block_header__lang {
  display: none !important;
}

.block_header__lang>li>a {
    color: #212121;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 5px 30px 5px 10px;
    border: 1px solid #ccc;
    margin-top: 6px;
    position: relative;
}

.block_header__lang>li>a::after {
    content: "\f107";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    background: transparent;
    padding: 0;
    top: 50%;
    margin-top: -9px;
    right: 7px;
}

.block_header__lang>li>a:hover {
    color: #101010;
    background-color: #fff;
}

/* .carousel-big__wrap .block_header__lang>li>a {
    color: #fff;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.carousel-big__wrap .block_header__lang>li>a:hover {
    color: #212121;
    border-color: #fff;
} */

.block_header__vision li {
    padding-top: 5px;
}

.block_header__vision li a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/vision.svg) center right no-repeat;
    background-size: 26px 26px;

}

/* .carousel-big__wrap .block_header__vision li a {
    background-image: url(../img/vision-light.svg);
} */

.navbar {
    margin: 0;
    border: none;
    width: 100%;
    min-height: 40px;
    border-top: 1px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.3);
}

.navbar-header {
    padding-bottom: 50px;
    position: relative;
}

.navbar .navbar-collapse {
    margin: 1px 0;
    padding: 0;
    background-color: var(--color1);
}

.carousel-big__wrap .navbar .navbar-collapse {
    background-color: var(--color1);
}

.navbar-nav a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.navbar-nav>li>a:hover, 
.navbar-nav>li>a:focus, 
.navbar-nav .active>a, 
.navbar-nav .active>a:hover, 
.navbar-nav .dropdown:hover > a, 
.navbar-nav .open>a, 
.navbar-nav .open>a:focus, 
.navbar-nav .open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 50px;
    float: none;
    padding: 10px 15px;
    margin: 0;
    background-color: var(--color1);
    border: none;
    border-radius: 0px;
}

.navbar-toggle::before {
    content: 'МЕНЮ';
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 15px;
}

.navbar-toggle__wrap {
    float: right;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    border: none;
    border-top: 1px solid transparent;
    border-radius: 0px;
    padding: 0;
    min-width: 220px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.navbar-main .dropdown-menu {
    top: 125%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-main .dropdown .hover {
    top: 100%;
    opacity: 1;
}

.navbar-main .dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.navbar-nav .dropdown-menu>li>a, 
.navbar-right .dropdown-menu .container>ul>li>a {
    color: #000;
    font-size: 15px;
    text-transform: none;
    background-color: transparent;
    padding: 8px 20px;
    line-height: 1.5;
}

.navbar-right .dropdown-menu .container>ul>li>a {
  color: var(--color1);
  text-transform: uppercase;
}

.navbar-right .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-right .container>ul {
  width: 100%;

}

.navbar-right .dropdown-menu ul {
    margin: 0 0 12px;
}

.navbar-right .dropdown-menu ul ul li {
    position: relative;
    padding: 0 0 0 20px;
    display: block;
}

.navbar-right .dropdown-menu ul ul li::before {
    content: '-';
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 2px;
}

.navbar-right .dropdown-menu ul li>a {
    color: #000;
    font-size: 14px;
    display: block;
    text-transform: none;
    background-color: transparent;
    padding: 5px 12px;
    line-height: 1.25;
}

.navbar-nav .dropdown-menu a:focus, 
.navbar-nav .dropdown-menu a:hover,  
.navbar-nav .dropdown-menu>.active>a {
    color: #fff !important;
    background-color: var(--color1) !important;
}

.navbar .navbar-right>li>a>.fa {
    font-size: 18px;
    margin-left: 5px;
}

.navbar-right .dropdown-menu {
    background-color: #fff;
    position: fixed !important;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: auto;
}

.navbar-right .container>ul>li {
    display: block;
    width: 20%;
    float: left;
}

.navbar-right .container>ul> .navbar-right__main {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 20px;
    padding: 25px 20px 30px;
    display: inline-flex;
    justify-content: space-between;
    line-height: 40px;
}

.close-bigmenu {
  font-size: 42px;
  line-height: inherit;
  border: none;
  background-color: transparent;
}

.navbar-right .container>ul> .navbar__social {
    width: 100%;
    min-height: 20px;
    padding: 10px 15px;
}

.navbar-right .dropdown-menu .container>ul>.navbar__social>a {
    display: inline-block;
    font-size: 18px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid var(--color1);
    border-radius: 50%;
    margin-right: 5px;
}

.navbar-right .open .dropdown-menu {
  z-index: 505;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    transition: all 0.2s;
    opacity: 0;
    height: 2px;
    width: 26px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    opacity: 1;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    opacity: 1;
}

.navbar-toggle.collapsed .icon-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1), .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


.dropdown-menu_category a {
    background-color: #4975a2 !important;
    color: #fff !important;
    padding: 14px 18px !important;
    position: relative;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.dropdown-menu_category {
    border-bottom: 11px solid #fff !important;
}

.dropdown-menu_category a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #4975a2;
    bottom: -11px;
    left: 2px;
}

.dropdown-menu_category a:hover {
    color: #fff !important;
    background-color: var(--color1) !important;
}

.dropdown-menu_category a:hover::after {
    border-top-color: var(--color1) !important;
}

.dropdown-over {
    overflow: hidden !important;
}

.navbar-mobile li {
    display: block;
}

.navbar .form_search {
    margin: 15px 0 25px;
}

.navbar-nav__phone a {
    text-decoration: underline;
}

.navbar-nav__phone .phone {
    font-size: 20px;
    display: inline-block;
    margin: 15px 0 0;
    text-decoration: none;
}

.navbar-nav__phone small {
    font-weight: 12px;
    color: rgba(255, 255, 255, .5);
    display: block;
    position: relative;
    margin: -5px 0 15px 15px;
}

@media only screen and (max-width: 767px) {
    .navbar-mobile .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 199;
        width: 280px;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        margin: 0;
    }
    .navbar-mobile .container {
        min-width: 249px;
        padding: 0 15px;
    }
    .navbar-mobile .navbar-nav+.navbar-nav {
        margin-top: 24px;
    }
    .navbar-mobile .dropdown {
        position: static;
    }
    .navbar-mobile .dropdown-menu {
        opacity: 1 !important;
    }
    .navbar-mobile .dropdown>a {
        position: relative;
    }
    .navbar-mobile .dropdown>a:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    .navbar-mobile .dropdown>a::after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        background: transparent;
        pointer-events: none;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }
    .navbar-mobile .dropdown>ul {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        right: 0;
        z-index: 5;
        display: block;
        -webkit-transition: left 0.2s;
        transition: left 0.2s;
        box-shadow: none;
        background-color: #fff;
        overflow-x: hidden;
    }
    .navbar-mobile .dropdown-2>ul {
        position: fixed;
        left: -110%;
        width: 280px;
        right: auto;
    }
    .navbar-mobile .show>ul {
        left: 0;
    }
    .navbar-mobile .dropdown .close-menu {
        border-bottom-color: transparent !important;
    }
    .navbar-mobile .dropdown .close-menu>a {
        position: relative;
        text-transform: uppercase;
        padding: 15px 25px 15px 40px;
    }
    .navbar-mobile .dropdown .close-menu>a::after {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        background: transparent;
        pointer-events: none;
        line-height: 1;
        padding: 0;
        position: absolute;
        left: 22px;
        top: 50%;
        margin-top: -10px;
    }
    .navbar-mobile .dropdown-menu>li>a {
        white-space: normal;
    }
    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 149;
    }
    .navbar-mobile .phone a {
        font-size: 130%;
    }
}

.form_search {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

.form_search .input-group .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px;
    color: #212121;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 0;
}

.form_search .input-group-btn>.btn {
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    color: #212121;
    padding: 0 0 0 10px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    text-align: right;
    border-radius: 0px;
}

.navbar .form_search .input-group-btn>.btn {
    color: #ccc;
}

.navbar .form_search .input-group .form-control {
    border-bottom-color: #fff;
    color: #fff;
}


/* --- Content --- */

.content {
    padding-bottom: 100px;
}

.wrap_content--investmap .content {
    padding: 0;
}


.carousel-big__wrap {
    background-color: var(--color1);
}

.carousel-big {
    height: 420px;
    position: relative;
}

.carousel-big .item, 
.carousel-big .carousel-inner, 
.carousel-big .item .container {
    height: 100%;
}

.carousel-big .item {
    background-image: url(../img/slide-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-big .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0,.5);
    background-image: var(--gradient-a5);
}

.carousel-big .item .container {
    position: relative;
    z-index: 3;
}

.carousel-caption {
    padding: 0;
    bottom: 55px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-caption__text {
    padding-bottom: 25px;
}

.carousel-caption__text .bold {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.carousel-caption__text .bold b {
    font-weight: 600;
}

.carousel-caption__text .bold mark {
    font-weight: 600;
    text-shadow: none;
}

.carousel-caption .main_btn, 
.carousel-caption .bord_btn {
    display: inline-block;
    margin: 25px 0 0;
}

.carousel-caption .bord_btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.carousel-caption .main_btn {
    text-shadow: none;
}

.carousel-caption .bord_btn:hover, 
.carousel-caption .bord_btn:focus {
    background-color: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

.carousel-caption .bord_btn + .main_btn, 
.carousel-caption .main_btn + .bord_btn {
    margin-left: 20px;
}


.carousel-indicators .active, 
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.4;
}

.carousel-indicators .active { 
    opacity: 1;
}

.carousel-review .carousel-indicators {
    bottom: 0;
    margin-bottom: -10px;
}

.carousel-review .carousel-indicators .active, 
.carousel-review .carousel-indicators li {
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 1px 0;
}

.carousel-review .carousel-control.right, 
.carousel-review .carousel-control.left, 
.carousel-project .carousel-control.right, 
.carousel-project .carousel-control.left, 
.carousel-big .carousel-control.right, 
.carousel-big .carousel-control.left {
    background-image: none;
    width: 0;
}

.carousel-review .carousel-control__left, 
.carousel-review .carousel-control__right, 
.carousel-big .carousel-control__left, 
.carousel-big .carousel-control__right, 
.carousel-count .carousel-control__right, 
.carousel-count .carousel-control__left, 
.carousel-project .carousel-control__left, 
.carousel-project .carousel-control__right {
    position: absolute;
    display: block;
    height: 69px;
    width: 30px;
    background-image: url(../img/arrows-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    top: 50%;
    z-index: 5;
    margin-top: -15px;
    left: 15px;
}

.carousel-review .carousel-control__left, 
.carousel-review .carousel-control__right, 
.carousel-project .carousel-control__left, 
.carousel-project .carousel-control__right {
    background-image: url(../img/arrows.png);
    margin-top: -34px;
    left: 0;
}

.carousel-count .carousel-control__right, 
.carousel-count .carousel-control__left {
    margin-top: -34px;
}

.carousel-review .carousel-control__right, 
.carousel-project .carousel-control__right, 
.carousel-count .carousel-control__right, 
.carousel-big .carousel-control__right {
    left: auto;
    right: 15px;
    background-position: right center;
}

.carousel-review .carousel-control__right, 
.carousel-project .carousel-control__right {
    right: 0;
}

.carousel-count {
    margin: 10px 0 40px;
    position: relative;
}

.carousel-count .carousel-control {
    width: 45%;
}

.carousel-count .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 30%,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.0001) 30%,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-count .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 70%,rgba(0,0,0,.3) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 70%,rgba(0,0,0,.3) 100%);
    background-repeat: repeat-x;
}

.carousel-count .num_count {
    position: absolute;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 400;
    min-width: 120px;
    text-align: center;
}

.section_services {
    background-color: #efefef;
    padding: 45px 0 60px;
    position: relative;
    overflow: hidden;
}

.section_services::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color1-a5);
  opacity: .15;
}

.section_services .container {
  position: relative;
  z-index: 3;
}

.section_services .header_section {
    color: #000;
    margin: 55px 0 55px;
}

.block_services {
    text-align: center;
    padding: 5px 0 0;
}

.block_services__image {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
}

.block_services__image img {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.block_services__image .block_services__image-hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: grayscale(0) brightness(0) invert(0);
      filter: grayscale(0) brightness(0) invert(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block_services a:hover img {
  opacity: 0;
  visibility: hidden;
}

.block_services a:hover .block_services__image-hover {  
  opacity: 1;
  transform: scale(1.25);
  -webkit-filter: grayscale(1) brightness(10) invert(1);
  filter: grayscale(1) brightness(10) invert(1);
    visibility: visible;
}

.block_services__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    max-width: 234px;
    margin: 0 auto 30px;
    line-height: 1.3;
    min-height: 128px;
    padding-top: 30px;
    position: relative;
}

.block_services a:hover .block_services__text {
    color: #fff;
}

.block_services a .block_services__text {
  margin-bottom: 0;
}

.block_services a {
  display: block;
  position: relative;
}

.block_services a::before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--color1-a5);
    background-image: var(--gradient);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.block_services a:hover::before {
  opacity: 1;
}

.block_services a {
    display: block;
    max-width: 100%;
    padding: 46px 15px 4px;
    margin-bottom: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.block_services a:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.section_services--data .block_services__text {
    padding-top: 34px;
}

.section_services--data .block_services__text::before {
    top: 17px;
    left: 0;
    margin-left: 0;
    width: 100%;
}

.section_services--data .block_services__count {
    color: #212121;
}

.section_services--white {
    background-color: #fff;
}

.section_services--white .block_services__text::before {
    background-color: #4975a2;
    left: 0;
    margin-left: 0;
    width: 100%;
}

.section_services--data-dark .block_services__count, 
.section_services--data-dark .block_services__text, 
.section_services--data-dark .header_section {
    color: #fff;
}

.section_services--data-dark {
    color: #fff;
    background-color: #4975a2;
}

.section_services--data-dark .block_services__text::before {
    background-color: #fba102;
}

.block_services__count {
    height: 36px;
    line-height: 36px;
    margin: 0;
    color: var(--color2);
    font-size: 36px;
    font-weight: 700;
    margin: 16px 0 0;
    position: relative;
    text-align: center;
}

.block_services__count small {
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
}

.block_services a .block_services__count {
    margin-top: 0;
}

.block_services__count img {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

.section_services-type2 .block_services__image, 
.section_services-type2 .block_services__image img {
    width: 80px;
    height: 80px;
}

.section_services-type2 .block_services__count {
    font-weight: 400;
    margin: 16px 0 -29px;
}

.section_services-type2 .block_services__text::before {
    display: none;
}

.section_about {
    padding: 5px 0;
}

.section_about .row>div {
    padding: 10px 15px 15px;
}

.section_about .header_section {
    text-align: center;
    margin-bottom: 40px;
}

.block_about {
    display: block;
    position: relative;
    overflow: hidden;
}

.block_about:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.block_about::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    opacity: 1;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.block_about:hover::after {
    background-image: var(--gradient-a5);
    opacity: .8;
}

.block_about__img {
  position: relative;
  aspect-ratio: 2/1;
}

.block_about img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.block_about:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.block_about__text {
    position: absolute;
    height: 88px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    background-color: var(--color2);
    background-image: var(--gradient);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 3;
}

.block_about:hover .block_about__text {
    color: #fff;
    height: 100%;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
}

.block_about__text > div {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.block_about__text > div > span {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 14px;
}

.block_about__text span small {
    display: block;
    line-height: 2;
    font-weight: 400;
    font-size: 65%;
}

.block_promo {
    position: relative;
    font-size: 15px;
    background-color: #fff;
}

.block_promo .block_promo__right {
    padding: 14px 15px 25px;
}

.block_promo__right .header_section {
    margin: 50px 0 30px;
}

.block_promo p {
    margin-bottom: 24px;
}

.block_promo .bord_btn {
    margin-top: 40px;
    margin-bottom: 33px;
}

.block_promo .container {
    z-index: 3;
    position: relative;
    padding: 0;
}

.block_promo .row {
    margin: 0;
}

.block_promo__image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    min-height: 1px;
    overflow: hidden;
}

.block_promo .block_promo__left {
    padding: 25px 15px 0;
}

.block_promo__left-blue {
  position: relative;
}

.block_promo__left-blue article {
  color: #000;
  font-size: 16px;
  font-weight:600;
  line-height: 1.5;
  padding: 30px 41px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
}

.block_promo__left-blue article::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.block_promo__left-blue article>* {
  position: relative;
  z-index: 2;
}

.block_promo__left-blue .header_section {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 5px 0 20px;
}

.block_promo__left-blue p:first-of-type {
    max-width: 430px;
}

.invest-map {
    height: 900px;
}

.invest-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.section_portfolio {
    background-color: #efefef;
    padding: 80px 0;
    position: relative;
}

.section_portfolio::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color1-a5);
  opacity: .15;
}

.section_portfolio> * {
  position: relative;
  z-index: 2;
}

.section_portfolio .header_section {
    text-align: center;
    margin-bottom: 24px;
}

.owl-portfolio__block img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-portfolio__block {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 30px 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    aspect-ratio: 3.2/2;
}

.owl-portfolio .item a:hover .owl-portfolio__block {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.section_video {
    padding: 30px 0 30px;
    position: relative;
    overflow: hidden;
    color: #fff;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section_video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
}

.section_video::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: var(--gradient-a5);
  opacity: .4;
}

.section_video .container {
    position: relative;
    z-index: 5;
}

.section_video .header_section {
    color: #fff;
    padding-right: 62%;
}

.section_video__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 63% 40px 0;
    position: relative;
}

/* .section_video__text::before {
    content: '“';
    position: absolute;
    font-size: 72px;
    line-height: 1;
    top: -5px;
    left: 0;
    color: #eee;
    font-style: normal;
} */

.section_video__text p {
    margin-bottom: 20px;
}

.section_video__play {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    cursor: pointer;
    margin: -59px 0 0 -59px;
    display: block;
    width: 118px;
    height: 118px;
}

.section_video__play img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section_video__play:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section_video__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #212121;
    background-color: rgba(0,0,0,0.8);
    padding: 1px 8%;
    display: none;
}

.show-video .section_video__content {
    display: block;
    z-index: 20;
}

.section_video__content-close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    z-index: 5;
    cursor: pointer;
}

.block_wrapvideo {
    margin: 20px auto 45px;
    max-width: 800px;
}

.wrap_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 5px 0 30px;
}

.wrap_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.section_video__content .wrap_video {
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section_video__content .wrap_video iframe {
    right: 0;
    max-height: 100%;
    margin: auto;
}

.section_square {
    padding: 30px 0 30px;
    background: #333;
    background-image: var(--gradient-a5);
    background-size: cover;
    position: relative;
}

.section_square__canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section_square .container {
    position: relative;
    z-index: 5;
}

.section_square .header_section {
    color: #fff;
    padding-bottom: 15px;
}

.block_square {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    position: relative;
    min-height: 190px;
    padding: 25px 25px 10px 70px;
}

.block_square__image {
    position: absolute;
    left: 0;
    top: 25px;
}

.block_square__image::after {
    content: '';
    display: block;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 24px;
    background-color: transparent;
    box-shadow: none;
}

.block_square__image img {
    position: relative;
    display: block;
    height: 52px;
    width: 52px; 
    z-index: 3;  
}

.block_square > span {
    display: block;
}

.block_square > .small {
    font-size: 12px;
}

.block_square > .block_square__count {
    font-size: 250%;
    font-weight: 600;
    display: inline;
}

.block_square__count + small {
    font-size: 90%;
    font-weight: 600;
}

.block_square__text {
    margin-top: 10px;
    font-size: 15px;
    max-width: 380px;
}

.section_news {
    padding: 30px 0 50px;
}

.block_news__time, 
.block_textcontent .block_news__time {
    display: inline-block;
    line-height: 1.8;
    font-size: 13px;
    color: #fff;
    background-color: var(--color1);
    padding: 0 6px;
    margin: 0 0 10px;
}

.block_news .block_news__time, 
.section_news .block_news__time {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
    background-color: transparent;
    padding: 0;
}

.block_news .block_news__time {
    font-weight: 400;
    color: #212121;
    line-height: 1;
}

.block_news__header {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
}

.section_news .block_news__header {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.block_news__header a {
    color: #000;
    display: inline-block;
}

.block_news .block_news__header a:hover {
    color: #000;
    text-decoration: underline;
}

.section_news .block_news__header a {
    color: #fff;
    background-color: rgba(80, 80, 80, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.section_news .block_news__header a > span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px 12px;
    min-height: 93px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.section_news .block_news__header a:hover {
    background-color: rgba(0,0,0,0.100);
}

.section_news .block_news__header a:hover > span {
    margin-bottom: 10px;
}

.block_news-wrap {
    display: table;
    width: 100%;
    margin: 5px 0 40px;
    text-align: left;
}

.section_news .block_news-wrap {
    display: block;
    position: relative;
    margin: 10px 0;
}

.block_news {
    display: table-cell;
    vertical-align: top;
    padding-left: 35px;
}

.block_news__image {
    display: table-cell;
    vertical-align: top;
    width: 260px;
}

.section_news .block_news__image {
    display: block;
    width: 100%;
    position: relative;
}

.block_news__image img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.block_news__image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.section_news .main_btn {
    margin-top: 30px;
}

.block_park {
    display: table;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.block_park__image {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    padding-right: 30px;
}


.block_park__image img {
    display: block;
    width: 100%;
    height: auto;
}

.block_park__text {
    font-size: 15px;
    display: table-cell;
    vertical-align: top;
    padding: 20px 0;
}

.block_park__header {
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    line-height: 1.15;
    margin: 18px 0 28px;
}

.block_park__info {
    margin: 30px 0 10px;
}

.block_park__info .border_top {
    display: block;
    border-top: 1px solid var(--color1);
    padding-top: 10px;
    font-weight: 400;
    color: var(--color1);
    opacity: 0.8;
}

.block_park__info .bold {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
}

.block_park__bottom {
    padding: 0 0 10px;
}

.block_park__bottom a {
    color: #000;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed #636363;
    margin-top: 20px;
}

.block_park__bottom a:hover {
    color: #000;
    border-bottom-color: transparent;
}

.block_park__bottom-right {
    float: right;
}

.block_park__bottom-toggle {
    position: relative;
    padding-right: 18px;
}

.block_park__bottom-toggle::after {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    background: transparent;
    right: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.block_park__bottom-toggle.open::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.block_park__bottom-text {
    display: none;
    padding: 20px 0;
    width: 100%;
}

.region-top {
    background: #afe0dd url(../img/reg.png) center no-repeat;
    background-size: cover;
    padding: 0 0 40px;
    position: relative;
    overflow: hidden;
}

.region-top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color2);
  opacity: .2;
  z-index: 1;
}

.region-top .container {
  position: relative;
  z-index: 3;
}

.region-top__header {
    padding: 0 0 2px;
    position: relative;
    z-index: 2;
}

.region-top__header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.region-top__header>* {
  position: relative;
  z-index: 3;
}

.region-top__text {
    padding: 50px 0 20px 50%;
    min-height: 360px;
}

.region-top--link {
    background-image: url(../img/bg-video.jpg) !important;
    background-position: top center;
}

.region-top--link .region-top__text {
    padding: 50px 25% 0 0;
    min-height: auto;
}

.region-top__header .section-breadcrumb {
    border-bottom-color: rgba(255,255,255,0.6);
}

.region-top .big_image.visible-xs {
  display: none !important;
}

.section-target {
    padding-top: 25px;
}

.section-target .text_border-italic {
    margin-top: 0;
}

.block_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .6);
    height: 78px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    transition: all .1s ease-in-out;
    overflow: hidden;
}

.block_link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.block_link:hover, 
.block_link:focus {
    background-color: var(--color2);
    background-image: var(--gradient);
    border-color: var(--color2-a5);
    color:  #fff;
}

.block_link span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    z-index: 3;
}

@media screen and (max-width: 480px) {
    .region-top--link .region-top__text {
        padding-right: 15%;
    }
}

.block_texttop {
    padding-bottom: 20px;
}

.section__block_info {
    margin: 30px 0 20px;
}

.block_info {
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.block_info:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.block_info__text {
    display: table;
    height: 50px;
    width: 100%;
}

.block_info__text span {
    color: #000;
    display: table-cell;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
}

.block_info-show.open span, 
.block_info:hover span {
    color: var(--color2);
}

.block_info-show {
  position: relative;
}

.block_info-show::after {
  content: "\f107";
  display: block;
  position: absolute;
  font-size: 24px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  background: transparent;
  padding: 0;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  color: inherit;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.block_info-show.open::after {
  transform: rotate(180deg);
}

.block_info__toggle {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 25px;
    font-weight: 400;
    font-size: 14px;
    margin: -24px 0 28px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.block_info__toggle .block_textcontent {
    margin-bottom: -15px;
}

.block_info__toggle .block_textcontent img  {
    width: 27%;
}


@media (min-width: 992px) {
  .column2 {
    columns: 2;
    column-gap: 30px;
  }
  .column2 .col {
    display: inline-block;
    width: 100%;
  }
}

.block-cat2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 13px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #000 !important;
  background-color: #f1f1f1;
  margin-bottom: 5px;
  transition: all .1s ease;
  background-image: none;
}

.block-cat2:hover {
  color: #fff !important;
  background-color: var(--color2);
  background-image: var(--gradient);
}

.block-cat2__img {
  align-self: start;
  position: relative;
  margin-right: 30px;
  width: 50px;
  height: 70px;
  flex: start;
}

.block-cat2__img img {
  position: relative;
  width: 50px;
  height: 50px;
  transition: all .1s ease;
  top: 0;
  margin-top: 10px;
}

.block-cat2__img img._show {
  visibility: visible;
  opacity: 1;
}

.block-cat2__img img._hide {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.block-cat2:hover .block-cat2__img img._show {
  visibility: hidden;
  opacity: 0;
}

.block-cat2:hover .block-cat2__img img._hide {
  visibility: visible;
  opacity: 1;
}

.section_team {
    padding: 10px 0 0px;
    text-align: center;
}

.block_team {
    display: block;
    display: none;
    background-color: #4975a2;
    padding: 6px 45px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.block_team:hover, 
.block_team.open {
    background-color: var(--color2);
    text-decoration: none;
}

.block_team__text {
    display: table;
    height: 60px;
    width: 100%;
}

.block_team__text span {
    color: #fff;
    display: table-cell;
    line-height: 1.3;
    text-transform: uppercase;
    vertical-align: middle;
}


.block_team__toggle {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0px 0;
    font-weight: 400;
    font-size: 14px;
    margin: -24px 0 0px;
}

.block_team__toggle img {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
}

.block_team__toggle .text {
    padding: 0 10px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 1.333333;
    text-align: left;
}

.block_team__toggle .name {
    color: #333;
    font-size: 125%;
    font-weight: 700;
    margin-bottom: 8px;
}

.block_team__toggle .work {
  margin-bottom: 18px;
}

.block_team__toggle .list_contacts {
  padding: 0;
  box-shadow: none;
}

.block_team__toggle .list_contacts li {
  margin-bottom: 0;
  margin-top: 10px;
}

.block_team__toggle .main_btn {
    display: inline-block;
    margin: 20px 0 0;
    width: auto;
    min-width: 240px;
    padding: 0 23px;
}

.section_team .col-xs-12 {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: start;
  margin-bottom: 30px;
}

.section_team .photo {
    width: 100%;
    height: auto;
    max-width: 360px;
    object-fit: cover;
    margin-bottom: 10px;
}

.section_feature {
    position: relative;
    background-color: #efefef;
    padding: 38px 0 60px;
}

.section_feature .container {
    position: relative;
    z-index: 3;
}

.section_feature__list {
    list-style: none;
    margin: 30px 0 0;
}

.section_feature__list li {
    display: table;
    position: relative;
    padding: 0 0 32px 90px;
    height: 101px;
    margin: 30px 0 0;
    width: 100%;
}

.section_feature__list li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.section_feature__image {
    position: absolute;
    left: 0;
    top: 3px;
    width: 50px;
}

.section_feature__image img {
    display: block;
    width: 50px;
    height: 50px;
}

.section_feature__text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.section_feature__text > div > span, 
.section_feature__text > div > small {
    display: block;
}

.section_feature__text > div > small {
    font-size: 80%;
    font-weight: 400;
    color: #525252;
    margin-top: 2px;
}

.blueblock_text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background-color: var(--color2);
    background-image: var(--gradient);
    padding: 24px 30px;
    margin: 0 0 30px;
}

.blueblock_text h2, .blueblock_text h3, .blueblock_text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    margin: 10px 0 16px;
}

.blueblock_text p {
    font-size: 16px;
    margin-bottom: 15px;    
}

.blueblock_text p span {
    display: inline-block;
}

.section_forms {
    padding: 20px 0 40px;
    max-width: 840px;
    background-color: #fff;
}

.section_forms .blueblock_text {
    margin-bottom: 65px;
}

.section_forms fieldset {
    display: block;
    padding: 16px 30px 25px;
    border: 1px solid #c3c3c3;
    margin: 40px 0 65px;

}

.section_forms legend {
    display: inline-block;
    width: auto;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border: none;
    margin: 0 -8px 22px;
    padding: 0 8px;
    background-color: #fff;
}

.section_forms .radio input[type="radio"] {
    display: none;
}

.section_forms .group_radio-horizontal .radio {
    display: inline-block;
    min-width: 160px;
    margin: 0 10px 14px 0;
}

.section_forms .group_radio-horizontal input[type="radio"] + label {
    display: block;
    color: var(--color1);
    font-size: 15px;
    font-weight: 600;
    height: 36px;
    line-height: 34px;
    border: 1px solid var(--color1);
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
}

.section_forms .group_radio-horizontal input[type="radio"]:checked + label {
    color: #fff;
    background-color: var(--color1);
}


.section_forms .group_radio-vertical .radio {
    display: block;
    margin: 10px 0 32px;
}

.section_forms .group_radio-vertical input[type="radio"] + label {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-left: 28px;
    position: relative;
}

.section_forms .group_radio-vertical input[type="radio"] + label::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #c3c3c3;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.section_forms .group_radio-vertical input[type="radio"]:checked + label::before {
    border: 6px solid var(--color1);
}

.section_forms .group_radio-stars fieldset {
    padding: 26px 30px 36px;
    line-height: 28px;
}

.section_forms .group_stars {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    vertical-align: bottom;
}

.section_forms .group_radio-stars label {
    padding: 0;
    vertical-align: bottom;
    cursor: pointer;
}

.section_forms .group_radio-stars input {
    display: none;
}

.section_forms .group_radio-stars input + label {
    float: right;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/star.svg) left bottom no-repeat;
    background-size: 24px 24px;
    margin-left: 10px;
}

.section_forms .group_radio-stars input:checked + label, 
.section_forms .group_radio-stars input:checked + label ~ label {
    background-image: url(../img/star1.svg);
}

.group_radio-stars__text {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 18px;
    vertical-align: bottom;
}

.group_radio-stars__result {
    display: inline-block;
    color: var(--color1);
    font-size: 48px;
    font-weight: 400;
    margin-left: 35px;
    height: 32px;
    line-height: 28px;
    width: 30px;
    position: relative;
}

.section_forms fieldset .form-group {
    max-width: 540px;
}

.section_forms .form-group .checkbox {
    padding-left: 20px;
    margin: 0 0 30px;
}

.section_forms .big_btn {
    width: auto;
    max-width: 380px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 25px;
    border-radius: 40px;
}

@media screen and (max-width: 480px) {
    .section_forms legend {
        font-size: 16px;
    }
    .group_radio-stars__text {
        font-size: 14px;
        margin-right: 0;
    }
    .section_forms .group_radio-stars input + label {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
    }
    .group_radio-stars__result {
        float: right;
        font-size: 36px;
        margin: 0 2% 0 0;
        line-height: 14px;
    }
}

@media screen and (max-width: 410px) {
    .group_radio-stars__text {
        display: block;
        margin: 0 0 20px;
    }
    .section_forms .group_stars {
        margin-left: -10px;
    }
}

.form-group-datetimepicker .form-control {
    display: block;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.form-group-datetimepicker .form-date_wrap {
    position: relative;
    max-width: 266px;

}

.form-group-datetimepicker .form-date_wrap::after {
    content: ' ';
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 16px;
    background: url(../img/form-date.png) center no-repeat;
    z-index: 1;
}

.form-group-datetimepicker > span {
    display: inline-block;
    font-size: 15px;
    color: #000;
    margin-right: 12px;
}

.form-group-datetimepicker > span:not(:first-of-type) {
    margin-left: 12px;
}

.feed-res_container .table {
    font-size: 15px;
    border: 1px solid #ddd;
}

.feed-res_container .table tr>td {
    padding: 16px;
    min-height: 71px;
}

.feed-res_container .table tr>td:last-child {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    padding-right: 18px;
    border-left: 1px solid #ddd;
}

.feed-res_container .table tr>td:last-child b {
    font-size: 115%;
}

.table .table__progress-block {
    width: 36%;
    vertical-align: middle;
    position: relative;
    font-size: 25px;
}

.table__progress-block .progress-block {
    height: 50px;
    background: 
    linear-gradient(#007020, #007020) 0/ calc(var(--w)*1% - 90%) 1px, 
    linear-gradient(#5d9a1a, #5d9a1a) 0/ calc(var(--w)*1% - 80%) 1px, 
    linear-gradient(#bcd105, #bcd105) 0/ calc(var(--w)*1% - 70%) 1px, 
    linear-gradient(#f5d400, #f5d400) 0/ calc(var(--w)*1% - 60%) 1px, 
    linear-gradient(#fa6b05, #fa6b05) 0/ calc(var(--w)*1% - 50%) 1px, 
    #fa2a05;
    width: calc(var(--w)*1%);
}

.table-calc_res {
    text-align: center;
}

.table-calc_res>tbody>tr>td {
    vertical-align: middle;
}

.table-calc_res tr>td:nth-child(1),
.table-calc_res tr>td:nth-child(2),
.table-calc_res tr:not(.green)>td:nth-child(3) {
    text-align: left;
}

.table-calc_res .green {
    background-color: rgba(92, 170, 8, 0.2);
    font-weight: 700;
    color: #000;
    text-align: center;
}

.table-calc_res tr.green {
    background-color: rgba(92, 170, 8, 0.3);
}

.section_carousel-project {
    background-color: #efefef;
    padding: 40px 0 65px;
}

.carousel-project {
    padding: 0 30px;
    margin: 35px -15px;
}

.carousel-project .block_park {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.175);
}

.carousel-project .block_park__image {
    padding: 0;
}

.carousel-project .block_park__text {
    padding: 15px 30px;
}

.carousel-project .block_park__info .bold {
    padding: 5px 0 10px;
}

.carousel-project .block_park__bottom .row {
    margin: 0;
}

.carousel-project .block_park__bottom .row>div {
    padding: 0;
}

.carousel-project .block_park__bottom a {
    margin-top: 8px;
}

.carousel-review {
    padding: 0 30px 20px;
    margin: 0 -15px;
}

.carousel-review .item, 
.carousel-project .item {
    padding: 15px;
}

.block_review {
    display: table;
    width: 100%;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.175);
    background-color: #fff;
    min-height: 380px;
}

.block_review__image {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding-right: 10px;
}

.block_review__image img {
    display: block;
    width: 100%;
    height: auto;
}

.block_review__text {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding: 15px 40px;
}

.block_review__username {
    padding: 15px 0 10px;
}

.block_review__username span, 
.block_review__username small {
    display: block;
}

.block_review__text-quote {
    font-style: italic;
    line-height: 1.55;
    display: block;
    position: relative;
    padding: 30px 0 20px;
}

.block_review__text-quote::before {
    content: '“';
    position: absolute;
    font-size: 72px;
    line-height: 1;
    top: -15px;
    left: -11px;
    color: #4975a2;
    font-style: normal;
}

.block_review__text-quote::after {
    content: '”';
    position: absolute;
    font-size: 72px;
    font-style: normal;
    line-height: 1;
    bottom: -62px;
    right: 0;
    color: #4975a2;
}

.block_review__text-quote p:last-of-type, 
.text_border-italic p:last-of-type, 
.block_textcontent .text_border-italic p:last-of-type {
    margin-bottom: 0;
}

.wrap_gallery {
    margin-top: 60px;
    margin-bottom: 50px;
}

.owl-gallery {
    margin: 30px 0 40px;
}

header + .owl-carousel, 
h2 + .owl-carousel, 
h3 + .owl-carousel {
    margin-top: 0;
}

.owl-gallery .item {
    padding: 0;
    position: relative;
}

.owl-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.owl-gallery-big {
    position: relative;
    margin-bottom: 60px;
}

.owl-gallery-big .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.block_textcontent img, 
.block_textcontent .image_left, 
.block_textcontent .image_right {
    display: block;
    height: auto;
    width: 40%;
    margin: 3px 2.5% 15px 0;
    float: left;
}

.block_textcontent .image_right {
    margin: 3px 0 15px 2.5%;
    float: right;
}

.block_textcontent .owl-gallery img {
    width: 100%;
    float: none;
    margin: 0;
}

.big_image, 
.block_textcontent .big_image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    float: none;
}

.block_textcontent .form_bottom img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    float: none;
}

.block_textcontent table {
    color: #000;
    margin: 20px 0 40px;
    border: 1px solid #d9d9d9;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.block_textcontent .table-bordered tr>td:nth-of-type(2) {
    width: 30%;
}

.block_textcontent table>thead>tr>th, 
.block_textcontent table>tbody>tr>th, 
.block_textcontent table>tbody>tr>td {
    padding: 15px 8px;
    vertical-align: middle;
    line-height: 1.1;
    text-align: left;
    border-color: #d9d9d9;
}

.block_textcontent table>thead>tr>th, 
.block_textcontent table>tbody>tr:first-child>td {
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    padding: 24px 8px;
}

.block_textcontent table>tbody>tr:first-child>td {
    border-top: 0;
}

/* .block_textcontent table>tbody>tr:first-child>td:first-child {
    text-align: center;
} */

.block_textcontent table>tbody>tr>th:first-child, 
.block_textcontent table>tbody>tr>td:first-child {
    text-align: left;
}

.block_textcontent .table-bordered>tbody>tr>th:first-child, 
.block_textcontent .table-bordered>tbody>tr>td:first-child {
    text-align: center;
}

.block_textcontent table>tbody>tr>td.text-right {
    text-align: right;
}

.block_textcontent table>tbody>tr>td {
    border-top: 1px solid #d9d9d9;
}

.block_textcontent table>tbody>tr>td:first-child {
    max-width: 300px;
}

.block_textcontent table>tbody>tr>td a {

    text-decoration: underline;
}

.block_textcontent table>tbody>tr>td a:hover {
    text-decoration: none;
}

.block_textcontent table .main_btn {
    color: #fff;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    line-height: 1.2;
    width: auto;
    height: auto;
    margin: 5px 0;
}

.block_textcontent table p {
    font-size: inherit;
    margin-bottom: 7px;
}

.block_textcontent table .table__social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-decoration: none;
    margin: 0 1px;
    opacity: 0.85;
}

.block_textcontent table .table__social a:hover {
    opacity: 1;
}

.block_textcontent table .table__social img {
    width: 100%;
    margin: 0;
    float: none;
}

.wrap_table {
    margin-top: 30px; 
    margin-bottom: 10px;
}

.wrap_table .header_section {
    margin-bottom: 40px;
}

.block_textcontent {
    line-height: 1.5;
    margin: 0 0 20px;
}

.block_textcontent::after {
    clear: both;
    content: '';
    display: table;
}

.block_textcontent ul, 
.block_promo ul, 
.block_promo ol, 
.block_textcontent ol, 
.block_textcontent p {
    margin-bottom: 20px;
}

.list_count, 
.block_textcontent ol, 
.block_textcontent ul, 
.block_promo ul, 
.block_promo ol, 
.list_style {
    list-style: none;
}

.block_textcontent ul li, 
.block_promo ul li, 
.block_promo ol li, 
.list_style li, 
.list_count li, 
.block_textcontent ol li {
    position: relative;
    padding-left: 24px;
    margin-top: 6px;
}

.block_textcontent ul li::before, 
.list_style li::before, 
.block_promo  ul li::before {
    content:'';
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--color2);
}

.block_textcontent li ul li::before, 
.list_style li li::before, 
.block_promo li ul li::before {
    content:'—';
    position: relative;
    display: inline-block;
    left: 0;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    margin: 0 10px 0 -24px;
}

.list_count, 
.block_promo ol, 
.block_textcontent ol {
  counter-reset: item;
}

.list_count li::before, 
.block_promo ol li::before, 
.block_textcontent ol li::before {
    color: var(--color2);
    font-weight: 600;
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
}

.text_border {
    padding: 5px 0 5px 30px;
    margin: 40px 0;
    border-left: 4px solid #ccc;
    font-size: 120%;
    font-weight: 400;
}

.text_border-italic {
    padding: 40px 30px 40px 36px;
    margin: 40px 0;
    font-size: 110%;
    font-weight: 400;
    font-style: italic;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.text_border-italic::before {
    content: '“';
    position: absolute;
    font-size: 54px;
    line-height: 1;
    top: 12px;
    left: 30px;
    color: #ccc;
    font-style: normal;
}

.text_border-italic::after {
    content: '”';
    position: absolute;
    font-size: 54px;
    font-style: normal;
    line-height: 1;
    bottom: -14px;
    right: 35px;
    color: #ccc;
}

.text_grey {
    color: #000;
    font-weight: 600;
    background-color: #efefef;
    padding: 22px 30px;
    margin: 30px 0;
}

.block_banner {
    color: #fff;
    text-align: center;
    padding: 110px 0;
    background-color: #505050;
    background: url(../img/112.png) left center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.block_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}

.block_banner .container {
    position: relative;
    z-index: 2;
}

.content .block_banner {
    padding-left: 30px;
    padding-right: 30px;
    margin: 50px 0;
}

.block_banner__header {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    max-width: 1100px;
    margin: 10px auto 1.4em;
}

.block_banner__header span {
    display: block;
    margin: 0 0 10px;
}

.block_banner__header span.bold {
    display: block;
    font-weight: 400;
    font-size: 110%;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 20px auto;
    max-width: 900px;
}

.block_banner__header small {
    display: block;
    font-size: 80%;
    margin-top: 1em;
}

.block_banner .main_btn {
    margin: 30px auto;
}

.list_contacts {
    display: block;
    padding: 30px 30px 18px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

.list_contacts li {
    font-size: 15px;
    color: #212121;
    margin-bottom: 22px;
    padding-top: 2px;
    padding-left: 33px !important;
    position: relative;
}

.list_contacts li::before {
    display: none !important;
}

.list_contacts li a {
    color: #212121;
}

.list_contacts li a:hover {
    color: var(--color2);
}

.list_contacts li>.fa {
    position: absolute;
    font-size: 18px;
    top: 6px;
    left: 0;
    color: var(--color2);
}

.list_contacts li .fa-envelope {
    font-size: 15px;
}

.list_contacts li a .fa {
    font-size: 22px;
    margin-left: 14px;
    color: var(--color1);
}

.list_contacts li a:hover .fa {
    color: var(--color2);
}

.map__header {
    color: #212121;
    font-size: 18px;
    margin: 30px 0 13px;
}

.map {
    height: 400px;
    overflow: hidden;
    margin-bottom: 80px;
}

.pagination {
    margin: 20px 0 35px;
    display: block;
    min-height: 30px;
}

.pagination>li>a, 
.pagination>li>span {
    font-size: 13px;
    font-weight: 400;
    padding: 2px;
    margin: 0 10px 6px 0;
    color: var(--color1);
    background-color: #efefef;
    border-radius: 0px !important;
    border: none;
    height: 30px;
    min-width: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}

.pagination>li>a:focus, 
.pagination>li>a:hover {
    color: #000;
}

.pagination>.pagination__dotted>span, 
.pagination>.pagination__dotted>span:hover {
    color: #000;
    background-color: transparent;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
    color: #fff;
    font-weight: 400;
    background-color: var(--color1);
}



/* --- Footer --- */

.footer {
    background-color: var(--gray);
    padding: 40px 0 50px;
    color: #fefefe;
    font-size: 13px;
    text-align: center;
    position: relative;
}

.footer a {
    color: #fefefe;
}

.footer__menu li {
    font-size: 12px;
    display: inline-block;
    padding: 0 6px;
}

.footer__menu a {
    text-transform: uppercase;
}

.footer__menu a:hover {
    text-decoration: underline;
}

.footer__logo {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto 30px;
}

.footer__contacts {
    display: inline-block;
    padding-bottom: 17px;

}

.footer__contacts li {
    margin-bottom: 8px;
}

.footer__contacts .fa {
    font-size: 16px;
    margin-right: 8px;
}

.footer__contacts .fa-envelope {
    font-size: 14px;
}

.footer__social {
    margin: 30px 0 18px;
    position: relative;
    display: block;
    padding-top: 24px;
}

.footer__social_old::before {
    content: 'Мы в соцсетях:';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    display: block;
    line-height: 1;
    text-align: center;
}
.footer__social_before
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    display: block;
    line-height: 1;
    text-align: right;
}

.footer__social ul {
    margin: 0;
}

.footer__social li {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer__social li + li {
    margin-left: 10px;
}

.footer__social li a {
    color: #fff;
    display: block;
    height: 38px;
    width: 38px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-color: rgba(255,255,255,.5);
    border-radius: 50%;
}

.footer__social li a:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.footer__copyright {
    font-size: 11px;
    display: inline-block;
    margin: 0 auto 15px;
    line-height: 1.85;
    opacity: 0.9;
}

.footer__copyright a {
    text-decoration: underline;
}

.block_share {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: #999;
}

.wrap_bottom .block_share {
    display: none;
}

.block_share > div {
    display: inline-block;
}

.block_share > span {
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
}

.block_share .ya-share2__container_size_m .ya-share2__item {
        margin: 2px 5px;
}

.block_share .ya-share2__badge {
    border-radius: 0px;
}

.totop {
    position: fixed;
    font-size: 36px;
    color: var(--color1);
    background-color: #fff;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
    bottom: 18px;
    right: 18px;
    z-index: 999;
    display: none;
}

.totop:hover {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.cookie_notification {
  position: fixed;
  color: #fff;
  background-color: rgba(0,0,0,.4);
  background-image: var(--gradient-a5);
  padding: 20px 0 10px; 
  bottom: 0;
  left: 0; 
  right: 0; 
  z-index: 150;
  font-size: 14px;
}

.cookie_notification .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie_notification .main_btn {
  margin: 15px 0;
  padding: 0 12px;
}


/* --- Modal & form --- */

::-webkit-input-placeholder         {color: #777 !important; opacity: 1;}
::-moz-placeholder                  {color: #777 !important; opacity: 1;}
:-moz-placeholder                   {color: #777 !important; opacity: 1;}
:-ms-input-placeholder              {color: #777 !important; opacity: 1;}
.form_search ::-webkit-input-placeholder    {color: #9c9c9c !important;}
.form_search ::-moz-placeholder             {color: #9c9c9c !important;}
.form_search :-moz-placeholder              {color: #9c9c9c !important;}
.form_search :-ms-input-placeholder         {color: #9c9c9c !important;}
:focus::-webkit-input-placeholder   {opacity: 0;}
:focus::-moz-placeholder            {opacity: 0;}
:focus:-moz-placeholder             {opacity: 0;}
:focus:-ms-input-placeholder        {opacity: 0;}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    color: #212121;
    height: 42px;
    font-size: 16px;
    border-color: #ccc;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.8);
}

textarea.form-control {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-dialog {
    width: 490px;
    max-width: 100%;
    min-width: 290px;
    margin: 30px auto;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    font-family: "Open sans", sans-serif;
    padding: 45px;
}

.modal-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.15;
    text-align: center;
}

.modal-title + p {
    font-size: 14px;
    text-align: center;
    margin: -10px 0 20px;
}

.modal p {
    font-size: 14px;
}

.modal .close {
    margin: -68px -68px 0 0;
    outline: none;
    opacity: 1;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.modal .main_btn, 
.modal .bord_btn {
    margin: 30px auto 5px;
}

.form-group_captcha img {
    display: block;
    max-width: 100%;
    height: auto;
}

.modal .form-group_captcha img {
    margin: auto;    
}

.modal .checkbox, 
.form_bottom .checkbox {
    padding-left: 20px;
    font-size: 13px;
}

.checkbox a {
    color: #03354f;
    text-decoration: underline;
}

.checkbox small {
    display: inline-block;
    line-height: 1.1;
    font-size: 80%;
    margin-top: 3px;
}

.form_bottom {
    color: #fff;
    padding: 55px 0 60px;
    background: #333 url(../img/form.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: -100px;
}

.form_bottom .header_section, 
.form_bottom .header_second {
    color: #fff;
    margin-bottom: 35px;
}

.form_bottom .checkbox {
    padding: 10px 13px 10px 33px;
    background-color: rgba(255,255,255,0.2);
}

.form_bottom .checkbox a {
    color: #fff;
}

.form_bottom .row {
    margin: 0 -10px;
}


.form_bottom .row>div {
    padding: 0 10px;
}

.form_bottom .help-text {
    margin: -15px 0 20px;
    font-size: 13px;
}

.form_bottom .main_btn {
    margin: 30px 0;
    min-width: 240px;
}

.form_bottom p {
    margin: 0 0 18px;
}

.form-upload {
    width: 200px;
    height: 42px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.form-upload::after {
    content: 'Добавить файл';
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    max-width: 100%;
    background-color: var(--color2);
    line-height: 42px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.form-upload input {
    display: block !important;
    width: 200px !important;
    height: 42px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: relative;
    z-index: 10;
}




/* --- Adaptive --- */

@media (min-width: 768px) {
    /* html, 
    body {
        height: 100%;
        width: 100%;
    } */
    .carousel-big__wrap .navbar .navbar-collapse {
        background-color: transparent;
    }
    .block_header .block_header__contacts-search {
        display: inline-block;
    }
    .block_header__contacts .form_search {
        padding: 0;
        width: 165px;
    }
    .carousel-big__wrap {
        height: 100vh;
        width: 100%;
        min-height: 520px;
        position: relative;
        padding-top: 77px;
    }
    .carousel-big {
        height: 100%;
        position: relative;
        min-height: 520px;
        z-index: 1;
        display: block;
    }
    .carousel-caption {
        top: 60px;
        bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    .block_header {
        height: 77px;
    }
    .navbar, 
    .block_header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 4;
    }
    .navbar {
        top: 77px;
        height: 60px;
        z-index: 12;
    }
    .navbar-header {
        padding-bottom: 0;
    }
    .navbar .navbar-collapse {
        margin: 0;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-nav>li {
        text-align: center;
    }
    .navbar-nav>li>a {
        font-size: 11px;
        padding: 20px 8px;
        line-height: 20px;
    }
    .navbar-nav>li>a>span {
        display: inline-block;
        position: relative;
    }
    .navbar-nav>.active>a>span::after, 
    .navbar-nav>li>a:hover>span::after, 
    .navbar-nav .dropdown:hover a span::after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        left: 0;
        right: 0;
        bottom: -4px;
        background-color: #fff;
    }
    .navbar-nav>li>a:focus::after, 
    .navbar-nav .active>a::after, 
    .navbar-nav .active>a:hover::after {
        background-color: transparent;
    }
    .navbar-main .dropdown-menu {
        left: 8px;
    }
    .navbar-main li:last-of-type .dropdown-menu {
        left: auto;
        right: 8px;
    }
    .navbar-main .open>.dropdown-menu {
        display: none;
    }
    .navbar-main .dropdown:hover .dropdown-menu {
        display: block !important;
        opacity: 1;
    }
    .wrap_content {
        padding-top: 136px;
        position: relative;
    }
}

@media (min-width: 992px) {
    .block_header .block_header__contacts-search {
        display: inline-block;
        padding-right: 10px;
    }
    .block_header__contacts .form_search {
        padding: 4px 5px 0 0;
        width: 220px;
    }
    .block_header__vision li {
        padding-top: 9px;
    }
    /* .block_promo, 
    .block_promo .container, 
    .block_promo .row, 
    .block_promo .row>div:not(.block_promo__left), 
    .section_services, 
    .section_square, 
    .section_video,  
    .section_portfolio .container {
        height: 100%;
    } */
    .block_promo .block_promo__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .section_video .container, 
    .section_services .container, 
    .section_square .container, 
    .section_portfolio .container>div {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    /* .wrap_bottom {
        height: 100%;
        min-height: 953px;
        padding-bottom: 267px;
        position: relative;
    }
    .wrap_bottom>.section_news {
        height: 67.85%;
        min-height: 465px;
        padding-top: 80px;
    }
    .wrap_bottom>.section_portfolio {
        height: 32.15%;
        min-height: 220px;
    } */
    /* .content {
        height: 100%;
    } */
    .wrap_content {
        min-height: 100%;
        padding: 150px 0 0;
        position: relative;
    }
    .wrap_content--investmap {
        height: 100%;
        min-height: 1410px;
    }
    .wrap_content--investmap .content {
        padding: 0 0 42px;
    }
    .invest-map {
        height: 100%;
    }
    .block_textcontent {
        font-size: 15px;
    }
    /* .footer {
        min-height: 268px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    } */
    .carousel-big__wrap {
      padding-top: 90px;
    }
    .block_header {
        height: 90px;
    }
    .block_header__logo {
        margin: 22px 0;
    }
    .block_header__logo > img {
        width: 300px;
    }
    .block_header__contacts > ul {
        margin: 22px 0 0 20px;
    }
    .navbar {
        top: 90px;
        min-height: 60px;
    }
    .navbar-nav>li>a {
        font-size: 13px;
        padding: 20px 15px;
    }
    .navbar-main .dropdown-menu {
        left: 15px;
    }
    .navbar-main li:last-of-type .dropdown-menu {
        left: auto;
        right: 15px;
    }
    .fixed_menu .navbar-collapse, 
    .carousel-big__wrap .fixed_menu .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        height: 50px;
        background-color: rgba(255,255,255,0.85);
    }
    .fixed_menu .navbar-nav>.active>a>span::after, 
    .fixed_menu .navbar-nav>li>a:hover>span::after, 
    .fixed_menu .navbar-nav .dropdown:hover a span::after {
        bottom: -2px;
        background-color: #000;
    }
    .fixed_menu .navbar-nav > li > a {
        padding: 15px;
        color: #000 !important;
    }
    .navbar-right .container>ul> li {
        width: 20%;
    }
    .navbar-right .container>ul> li:nth-of-type(2) {
        width: 17%;
    }
    .navbar-right .container>ul> li:nth-of-type(3) {
        width: 23%;
    }
    .block_promo .container {
        position: relative;
    }
    .block_promo__left {
        position: absolute;
        left: 15px;
        bottom: 40px;
    }
    .block_promo {
        background: none;
        background-color: transparent;
    }
    .block_promo__image {
        width: 50%;
        height: auto;
        z-index: 1;
        background-color: transparent;
    }
    .block_promo .block_promo__right {
        padding: 14px 75px 25px 65px;
        float: right;
    }
    .block_promo .block_promo__left {
        padding: 0 55px 0 0;
    }
    .section_feature__left {
        padding-right: 30px;
    }
    .section_feature__right {
        padding-left: 30px;
    }
    .footer .row > div {
        width: 30%;
        text-align: left;
    }
    .footer .row > div:first-of-type {
        width: 40%;
    }
    .footer__logo {
        margin: 0 0 33px;
    }
    .footer__menu {
        float: left;
        display: inline-block;
    }
    .footer__menu:first-of-type {
        /*min-width: 140px;*/
        min-width: 100px;
    }
    .footer__menu li {
        display: block;
        margin-bottom: 16px;
        padding: 0;
    }
    .footer__social {
        text-align: right;
        margin: 0;
    }
    .footer__social::before {
        text-align: right;
        width: auto;
    }
    .footer__copyright {
        float: right;
        margin: 0 0 10px;
        text-align: right;
    }
    .block_textcontent table>thead>tr>th, 
    .block_textcontent table>tbody>tr>th, 
    .block_textcontent table>tbody>tr>td, 
    .block_textcontent table>thead>tr>th, 
    .block_textcontent table>tbody>tr:first-child>td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .block_header__logo {
        margin: 18px 0;
    }
    .block_header__logo > img {
        width: 350px;
    }
    .block_header__contacts > .block_header__contacts-phone {
        font-size: 22px;
    }
    .block_header__contacts .form_search {
        width: 280px;
    }
    .carousel-big .carousel-control__left {
        left: 55px;
    }
    .carousel-big .carousel-control__right {
        right: 55px;
    }
    .carousel-caption__text .bold {
        font-size: 42px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    .navbar-main>li {
        margin-right: 16px;
    }
    .navbar-nav>li a {
        font-size: 14px;
    }
    .block_about__text {
        font-size: 18px;
    }
    .section_square .row>div {
        width: 25%;
    }
    .block_banner {
        padding-top: 200px;
        padding-bottom: 190px;
    }
}

@media (min-width: 1270px) {
    .container {
        width: 1230px;
    }
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .row > div {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-main>li {
        margin-right: 20px;
    }
    .section_about .row>div {
        padding: 10px 20px 25px;
    }
    .footer__menu:first-of-type {
        /*min-width: 210px;*/
    }
}


@media (min-width: 1340px) {
    .owl-portfolio__container {
        margin: 0 -20px;
    }
    .carousel-review {
        padding: 0 0 20px;
    }
    .carousel-project {
        padding: 0;
    }
    .carousel-review .carousel-control__left,
    .carousel-project .carousel-control__left {
        left: -45px;
    } 
    .carousel-review .carousel-control__right, 
    .carousel-project .carousel-control__right {
        right: -45px;
    }
}

@media (min-width: 1920px) {
    .carousel-big .carousel-control__left {
        left: 95px;
    }
    .carousel-big .carousel-control__right {
        right: 95px;
    }
    .section_news .header_section {
        margin-bottom: 40px;
    }
    /* .block_promo .block_promo__left {
        height: 30%;
        min-height: 235px;
    } */
}

@media (max-width: 991px) {
    .animated, 
    .animate_block,
    .animate_block-up,
    .animate_block-left,
    .animate_block-right, 
    .animate_block-zoom {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
        opacity: 1;
    }
    .navbar-right .dropdown-menu ul li>a {
        font-size: 11px;
    }
    .block_header__contacts > ul {
        line-height: 18px;
    }
    .block_header__lang>li>a {
        margin-top: 1px;
    }
    .header_section, 
    .header_page {
        font-size: 32px;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
        font-size: 18px;
    }
    .carousel-caption__text .bold {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .carousel-review, 
    .carousel-project {
        padding: 0 15px 20px;
    }
    .block_header__contacts > .block_header__contacts-phone .fa, 
    .block_review__image {
        display: none;
    }
    .block_header__contacts > ul li {
        padding-left: 15px;
    }
    .carousel-review .carousel-control__left, 
    .carousel-review .carousel-control__right, 
    .carousel-big .carousel-control__left, 
    .carousel-big .carousel-control__right, 
    .carousel-count .carousel-control__left, 
    .carousel-count .carousel-control__right, 
    .owl-controls .owl-nav .owl-prev span, 
    .owl-controls .owl-nav .owl-next span {
        height: 46px;
        width: 26px;
        background-size: 55px 46px;
        margin-top: -25px;
    }
    .owl-controls .owl-nav .owl-prev, 
    .owl-controls .owl-nav .owl-next {
        margin-top: 0;
    }
    .owl-gallery {
        padding: 0 15px;
    }
    .block_about__text {
        font-size: 15px;
    }
    .section_video__play {
        top: 20px;
        right: 15px;
        left: auto;
        width: 78px;
        height: 78px;
        margin: 0;
    }
    .section_video__text, 
    .section_video .header_section {
        padding-right: 30%;
    }
    .block_square {
        font-size: 16px;
        min-height: 160px;
        padding: 20px 25px 10px 52px;
    }
    .block_square__image img {
        height: 40px;
        width: 40px;
    }
    .block_square__image::after {
        left: 19px;
        top: 19px;
    }
    .block_news__image {
        width: 180px;
    }
    .carousel-count .num_count {
        padding: 10px;
        line-height: 1.5;
        font-size: 18px;
        min-width: 80px;
    }
    .block_park__image {
        padding-top: 40px;
    }
    .section_feature__left .section_feature__list {
        border-bottom: 1px solid #ccc;
    }
    .block_banner__header {
        font-size: 24px;
    }
    .block_team {
        font-size: 18px;
        padding: 6px 20px;
    }
    .footer__menu {
        margin-bottom: 0;
    }
    .footer__menu li {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .carousel-caption__text {
        padding-bottom: 5px;
    }
    .carousel-caption .bord_btn + .main_btn, 
    .carousel-caption .main_btn + .bord_btn {
        margin-left: 5px;
    }
    .block_header__contacts > .block_header__contacts-phone {
        font-size: 16px;
        line-height: 16px;
    }
    .block_header__contacts ul a.small {
        font-size: 10px;
    }
    .block_services {
        padding: 15px 0 35px;
    }
    .region-top {
        background-image: none;
    }
    .region-top__text {
        padding: 30px 0 0;
        min-height: 50px;
    } 
    .totop {
        font-size: 32px;
        width: 44px;
        height: 44px;
        line-height: 36px;
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 650px) {
    .block_about__text {
        font-size: 14px;
    }
    .block_header__contacts > ul li {
        padding: 0 0 0 10px;
        text-align: right;
    }
    .block_header__contacts >.block_header__vision li {
        padding-top: 3px;
    }
    .block_header__contacts > ul .fa {
        display: none;
    }
    .block_header__lang>li>a {
        font-size: 10px;
        padding: 3px 26px 3px 7px;
    }
    .block_team__toggle .row > div {
        width: 100%;
        margin: 0;
    }
    .block_team__toggle .text {
        height: auto;
        padding-bottom: 60px;
    }
    .block_park__bottom .row > div {
        width: 100%;
    }
    .block_park__bottom-right {
        float: none;
    }
}


@media (max-width: 569px) {
    .block_header, 
    .block_header__contacts {
        text-align: center;
    }
    .block_header__contacts > ul {
        float: none;
        margin: 14px 7px 16px;
    }
    .block_header__logo {
        display: block;
        float: none;
        margin: 19px 0 5px;
    }
    .block_header__logo > img {
        width: 320px;
        max-width: 90%;
        margin: auto;
    }
    .block_header__contacts > ul li {
        padding: 0;
        text-align: center;
    }
    .block_header__lang>li>a {
        margin-top: 2px;
    }
    .section_about .row > div {
        width: 100%;
        float: none;
        margin: auto;
    }
    .block_about__text {
        font-size: 16px;
    }
    .carousel-caption, 
    .section_video__text {
        font-size: 16px;
    }
    .carousel-caption__text {
        padding-bottom: 0;
    }
    .carousel-caption__text .bold {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .carousel-caption .main_btn, 
    .carousel-caption .bord_btn {
        width: 150px;
        font-size: 12px;
    }
    .section_video__content {
        padding: 45px 15px;
    }
    .section_video__content-close {
        right: 15px;
        top: 0;
        font-size: 48px;
    }
    .block_review__text {
        font-size: 14px;
        padding: 15px 28px;
    }
    .block_review__text-quote::before {
        font-size: 54px;
        top: 0px;
        left: -5px;
    }
    .block_review__text-quote::after {
        font-size: 54px;
        bottom: -36px;
    }
    .modal-dialog {
        margin: 30px 10px;
        width: auto;
    }
    .modal-body {
        padding: 35px 30px;
    }
    .modal .close {
        margin: -65px -30px 0 0;
    }
    .list_contacts {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 40px;
    }
}

@media (max-width: 520px) {
    .modal-title {
        font-size: 26px;
    }
    .block_news-wrap, 
    .block_news-wrap > div {
        display: block;
    }
    .block_news {
        padding: 0;
        margin-top: 14px;
    }
    .block_park__info .row > div {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .block_services .row > div {
        width: 100%;
    }
    .section_services--data .block_services__text {
        max-width: 100%;
        margin: 0 auto 60px;
        min-height: 50px;
    }
    .section_news .row > div {
        width: 100%;
        max-width: 300px;
        float: none;
    }
    .carousel-indicators .active, 
    .carousel-indicators li {
        width: 32px;
    }
    .carousel-big .carousel-control__left {
        left: 5px;
    }
    .carousel-big .carousel-control__right {
        right: 5px;
    }
    .block_review {
        min-height: 420px;
    }
    .block_park, 
    .block_park > div {
        display: block;
    }
    .block_park__image {
        width: 100%;
        padding: 10px 0 0;
    }
    .block_texttop .row>div {
        width: 100%;
    }
    .block_textcontent table {
        font-size: 12px;
    }
    .section_square .row > div {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .block_about__text {
        font-size: 14px;
    }
    .carousel-caption__text .bold {
        font-size: 20px;
    }
}


/*--- Animation ---*/

.animated, 
.animate_block,
.animate_block-up,
.animate_block-left,
.animate_block-right, 
.animate_block-zoom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-1 {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-2 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-3 {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-4 {
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animate_block, 
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* Thar Buttons */

a.animated-button.thar-one {
    color: #353535;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 2px solid #FBA100;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-one:hover {
    color: #ffffff !important;
    background-color: transparent;
    text-shadow: none;
}
a.animated-button.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}
a.animated-button.thar-one:before {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #353535 !important;
    background: #FBA100;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #FBA100;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-two:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: ntwo;
}
a.animated-button.thar-two:hover:before {
    top: 0%;
    bottom: auto;
    height: 100%;
}
a.animated-button.thar-two:before {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #FBA100;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.animated-button.thar-three {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #FBA100;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.thar-three:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: nthree;
}
a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #FBA100;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.thar-four {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #FBA100;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
a.animated-button.thar-four:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: nfour;
}
a.animated-button.thar-four:hover:before {
    right: 0%;
    left: auto;
    width: 100%;
}
a.animated-button.thar-four:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #FBA100;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
