html, body {
    width: 100%;
    height: 100%;
    color: #242424;
	font-family: "OpenSansRegular";
}

.main_container {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

article p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: "OpenSansRegular";
    color: #242424;
}

article h2 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 28px;
    color: #004ea3;
    font-family: "GothamProMedium";
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

article h3 {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 26px;
    color: #004ea3;
    font-family: "OpenSansSemibold";
}

article strong {
    font-weight: bold;
}

article ul, article ol {
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}

article ul li {
    font-size: 15px;
    line-height: 24px;
    list-style-type: disc;
    font-family: "OpenSansRegular";
}

article ol li {
    font-size: 15px;
    line-height: 22px;
    list-style-type: decimal;
}

article blockquote {
    background: #fbfbfb;
    border-left: 4px solid #328dc4;
    padding: 15px 20px;
    font-style: italic;
}

hr.clear {
    display: block;
    border: none;
    margin: 0;
    height: 0;
    width: 100%;
    clear: both;
}

header {
    height: 130px;
    position: relative;
    z-index: 100;
}

.col {
    display: table-cell;
}

.adaptive.table, table {
    display: table;
}

header .table .col {
    vertical-align: middle;
}

li.first {}

.col.head_menu ul {
    padding: 0;
}

.col.head_menu ul li {
    float: left;
    padding: 0 0px;
    position: relative;
}

.col.head_menu ul li a, .col.head_menu ul li span {
    display: block;
    text-decoration: none;
    height: 130px;
    line-height: 130px;
    padding: 0 11px;
    position: relative;
    font-size: 18px;
    color: #004f9f;
    font-family: "GothamProMedium";
}

header .table .col.head_logo {
    width: 180px;
    vertical-align: top;
    padding: 15px 0 0;
}

.col.head_logo a {
    display: block;
}

.col.head_logo a img {
    display: block;
}

.col.head_button {
    width: 200px;
    text-align: center;
}

.col.head_button a {
    display: inline-block;
    background-color: #2b77be;
    width: 160px;
    text-align: left;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-image: url(/images/phone.png);
    background-repeat: no-repeat;
    background-position: 170px center;
    box-shadow: -1px 1px 5px 0px #d6d6d6;
    transition: 0.3s;
}

.col.head_contacts {
    text-align: right;
    width: 220px;
}

.col.head_contacts h3 {
    font-weight: normal;
    font-size: 22px;
    color: #575757;
    font-family: "OpenSansSemiBold";
    margin: 0 0 8px;
}

.col.head_contacts h4 {
    font-weight: normal;
    color: #004f9f;
    text-transform: uppercase;
    font-size: 12px;
}

.col.head_menu ul li a:before, .col.head_menu ul li span:before {
    content: "";
    display: block;
    height: 1px;
    background: #4c76ba;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-left: 20px solid white;
    border-right: 20px solid white;
    opacity: 0;
    transition: 0.3s;
}

.col.head_menu {
    padding: 0 60px;
}

.col.head_menu ul li a:hover:before,.col.head_menu ul li a:hover:before {
    opacity: 1;
}

.col.head_menu ul li.active a:before {
    opacity: 1;
}

.col.head_contacts h3 a {
    text-decoration: none;
    color: inherit;
}

.col.head_button a:hover {
    background-color: #004f9f;
}

section.pagetitle {
    height: 240px;
    background-image: url(/images/pagetitle.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: 1920px auto;
    position: relative;
}

section.pagetitle .adaptive.table {
    height: 240px;
}

section.pagetitle .adaptive.table .col {
    vertical-align: middle;
    text-align: center;
}

section.pagetitle h1, section.pagetitle h2 {
    color: #fff;
    font-size: 36px;
    font-family: "GothamPro";
    font-weight: normal;
}

section.container {
    padding: 80px 0;
}

body.inside_page footer {
    height: 530px;
    background-image: url(/images/footer.jpg);
    background-position: center bottom;
    background-attachment: fixed;
    text-align: center;
    margin: -530px 0 0;
    position: relative;
    z-index: 2;
}

.foot_logotype {
    padding: 60px 0 50px;
}

.foot_logotype a {
    display: inline-block;
}

.foot_logotype a img {
    display: block;
}

.foot_phone a {
    font-size: 36px;
    color: #a0bedc;
    text-decoration: none;
    font-family: "GothamProMedium";
}

.foot_phone {
    padding: 0 0 35px;
}

.foot_social a {
    display: inline-block;
    margin: 0 10px;
    height: 48px;
    width: 48px;
    box-sizing: border-box;
    border: 14px solid #004ea3;
    border-radius: 100%;
    box-shadow: 0 0 0px 1px #598cc1;
    transition: 0.2s;
}

.foot_social a.instagram i {
    background-position: right top;
}

.foot_social a.facebook i {
    background-position: left top;
}

.foot_social a.vk i {
    background-position: left bottom;
}

.foot_social a.youtube i {
    background-position: right bottom;
}

.foot_social a i {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/images/foot-social.png);
}

.foot_social {
    padding: 0 0 70px;
}

.foot_address span {
    font-size: 18px;
    color: #a0bedc;
}

::-webkit-scrollbar{
    width:5px;
    height:5px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    background-color: #4c76ba;
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    background-color: #00499e;
}

::-webkit-scrollbar-track{
    border-width:0;
    background: #ffffff
}

::-webkit-scrollbar-track:hover{
    box-shadow: 0px 0px 10px 10px #ffffff
}

.footer {
    height: 530px;
}

.foot_address {
    padding: 0 0 20px;
}

.foot_bottom span {
    color: #a0bedc;
    margin-right: 30px;
}

.foot_bottom a {
    color: #328dc4;
    text-decoration: none;
}

.foot_bottom i {
    font-style: normal;
    color: #328dc4;
}

.foot_bottom {
    font-size: 18px;
}

section.slide {
    height: 670px;
    background-image: url(/images/pagetitle.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: 1920px auto;
    position: relative;
}

.big_logo {
    text-align: center;
    padding: 220px 0 190px;
}

.big_logo img {
    display: block;
    margin: 0 auto;
}

.benefits {
    padding: 0 60px;
    height: 60px;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.benefitBlock .col {
    vertical-align: middle;
}

.benefitBlock .col.text {
    padding: 0 0 0 20px;
    color: #dbdbdb;
    line-height: 22px;
    font-size: 18px;
}

.benefitBlock .col.text.text h3 {
    font-family: "OpenSansSemiBold";
}

.benefitBlock .col.text.text p {
    font-family: "OpenSansLight";
}

.benefitBlock .col.icon img {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ccd8dc;
    border-radius: 100%;
    height: 60px;
}

.benefits_arrow a {
    display: block;
    position: absolute;
    top: 16px;
    width: 25px;
    height: 25px;
    background-image: url(/images/arrows.png);
}

.benefits_arrow a.prev {
    background-position: right center;
    left: 0;
}

.benefits_arrow a.next {
    background-position: left center;
    right: 0;
}

section.container .pagetitle h1 {
    color: #575757;
    font-family: "GothamPro";
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
}

section.container .pagetitle {
    padding: 40px 0 80px;
}

section.container .table .col {
    vertical-align: top;
}

.col.right {
    width: 480px;
    padding: 0 0 0 100px;
    box-sizing: border-box;
}

body.about_us_page section.container .adaptive.table {
    max-width: 1200px;
}

img.us15years {
    display: block;
    margin: 0 0 100px;
}

.article_slider_arrow {
    position: relative;
}

.article_slider_arrow a {
    background-color: white;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 12;
    top: 110px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.article_slider_arrow a.prev {
    left: -30px;
    background-image: url(/images/arrow-prev.png);
}

.article_slider_arrow a.next {
    right: -30px;
    background-image: url(/images/arrow-next.png);
}

.slideBlock {
    border-radius: 0;
    transition: 0.8s;
    width: 380px;
    height: 270px;
}

.slideBlock img {
    display: block;
}

body.article_page section.container .adaptive, body.vakans section.container .adaptive, body.vakan_page section.container .adaptive {
    max-width: 1200px;
}

body.article_list_page section.container .adaptive {
    max-width: 1240px;
}

.articleBlock h3 {
    color: #004f9f;
    font-size: 30px;
    font-weight: normal;
    font-family: "GothamPro";
    margin: 0 0 30px;
    line-height: 40px;
}

.articleBlock p {
    font-size: 18px;
    color: #575757;
    line-height: 26px;
    margin: 0 0 30px;
    font-family: "GothamPro";
}

.col.articleBlock_slider {
    width: 480px;
    box-sizing: border-box;
    padding-left: 100px;
}

.articleBlock {
    padding: 90px 0;
    background: #f7f7f7;
}

.articleBlock a.read_more {
    color: #004f9f;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "GothamProMedium";
    width: 180px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #004f9f;
    text-decoration: none;
    border-radius: 100px;
    margin-right: 20px;
    transition: 0.3s;
}

.articleBlock span.publishedon {
    color: #7e7e7e;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    font-family: "GothamPro";
}

.articleBlock:nth-child(2n) {
    background: #fff;
}

body.article_list_page section.container {
    padding: 0;
}

.foot_social a:hover {
    background: #00418c;
    border: 14px solid #00418c;
    box-shadow: 0 0 0px 1px #00418c;
}

body.article_list_page section.pagetitle {
    height: 320px;
}

.articles_menu {
    height: 80px;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 0 0 rgba(255, 255, 255, 0.4);
}

.articles_menu ul {
    display: table;
    margin: 0 auto;
}

.articles_menu ul li {
    display: block;
    float: left;
    width: 250px;
    text-align: center;
    line-height: 80px;
}

.articles_menu ul li a {
    display: block;
    font-family: "GothamPro";
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    transition: 0.3s;
}

.inside_page ul li.active a {
    box-shadow: inset 0px 1px 0 0 rgb(255, 255, 255);
}

.articles_menu ul li a:hover {
    background: rgba(0, 0, 0, 0.15);
}

body.article_list_page .no_results {
    padding: 80px 0;
    text-align: center;
    font-size: 24px;
    font-family: "GothamPro";
}

.entermap {position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: 0.3s;-webkit-filter: grayscale(1);filter: grayscale(1);}

section.contacts {
    height: 960px;
    position: relative;
}

.substrate {
    position: absolute;
    right: -180px;
    top: 0;
    width: 50%;
    height: 960px;
    background: rgba(0, 78, 163, 0.6);
    z-index: 10;
}

.entermap:hover {
    filter: grayscale(0);
}

ymaps.ymaps-2-1-74-controls__toolbar_right {
    display: none;
}

.contacts_side {
    position: absolute;
    right: 0;
    top: 0;
    width: 580px;
    padding: 120px 60px 0;
    box-sizing: border-box;
    color: #fff;
}

.contacts_side h1 {
    font-family: "GothamProMedium";
    font-weight: normal;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 64px;
    padding: 0 0 40px;
}

.contacts_side .address {
    font-size: 24px;
    font-family: "GothamPro";
    line-height: 32px;
    padding: 0 0 40px;
}

.contacts_side .schedule {
    font-family: "OpenSansSemiBold";
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 50px;
}

.contacts_side .email {
    font-family: "GothamProMedium";
    font-size: 20px;
    margin: 0 0 10px;
}

.contacts_side .telephone {
    font-family: "GothamProMedium";
    font-size: 36px;
    padding: 0 0 60px;
}

.contacts_side h3 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 25px;
}

.contacts_side a {
    text-decoration: none;
    color: inherit;
}

body.contacts_page .main_container {
    overflow-x: hidden;
}

.jGrowl-notification {
    padding: 20px !important;
    border-radius: 0px !important;
    border: none;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.96 !important;
    text-shadow: none;
    font-family: "GothamPro";
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.contacts_side .text_input input {
    font-family: "OpenSansLight";
    height: 40px;
    padding: 0 15px;
    width: 280px;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    font-size: 16px;
    color: #fff;
}

.contacts_side .text_input {
    margin: 0 0 20px;
}

.contacts_side .text_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contacts_side .text_input input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.contacts_side .text_input input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.contacts_side .text_input input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.contacts_side .row.polit {
    margin: 0 0 20px;
}

.contacts_side .row button {
    background: transparent;
    height: 40px;
    padding: 0 30px;
    border-radius: 100px;
    border: 1px solid white;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.disb {
    opacity: 0.5;
}

.contacts_side .row button:hover {
    background: #fff;
    color: #004ea3;
}

.contacts_side .row.polit label {font-size: 14px;margin-left: 10px;}

.article_slider_arrow a:hover {
    background-color: rgb(203, 203, 203);
}

.articleBlock a.read_more:hover {
    background: #004f9f;
    color: #fff;
}

.articleBlock h3 a {
    text-decoration: none;
    color: inherit;
}

.project_entermap {
    height: 460px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    border-left: 270px solid white;
    box-sizing: border-box;
}

section.article_map {
    height: 460px;
    background: #fff;
    position: relative;
}

.project_article {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 490px;
    display: table;
    height: 460px;
    width: 50%;
}

section.project_address {
    background: #f7f7f7;
    text-align: center;
    padding: 45px 0;
    color: #575757;
}

section.project_address h2 {
    font-family: "GothamPro";
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: normal;
}

section.project_address p {
    font-size: 20px;
    font-family: "GothamPro";
}

section.project_address p strong {
    font-weight: normal;
    font-family: "GothamProMedium";
}

.project_article .col {
    vertical-align: middle;
    padding: 0 0px 0 0;
}

.project_article_bottom a {
    display: inline-block;
    line-height: 38px;
    border: 1px solid #004ea3;
    padding: 0 35px;
    text-decoration: none;
    border-radius: 15px;
    color: #004ea3;
    margin-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "GothamProMedium";
    transition: 0.3s;
}

.project_article_bottom {
    height: 40px;
    padding: 20px 0 0;
}

.project_article_bottom span {
    font-size: 16px;
    color: #7e7e7e;
    font-family: "GothamPro";
}

section.back_project {}

section.back_project {
    height: 960px;
    background-attachment: fixed;
    background-size: 1920px auto;
    background-position: center top;
    text-align: center;
    position: relative;
}

.project_logo img {
    display: inline-block;
}

.back_project h1 {
    font-size: 45px;
    color: #fff;
    font-family: "GothamProBold";
    text-transform: uppercase;
    padding: 420px 0 30px;
    font-weight: normal;
}

section.back_project h2 {
    font-family: "GothamPro";
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 80px;
}

.project_logo {
    position: absolute;
    left: 0;
    bottom: 427px;
    width: 100%;
}

.inside_page.project_page .tabs_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 0 0 rgba(255, 255, 255, 0.4);
}

.inside_page.project_page .tabs_menu ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.inside_page.project_page .tabs_menu ul li {
    display: block;
    float: left;
    width: 250px;
    text-align: center;
    line-height: 80px;
}

.inside_page.project_page .tabs_menu ul li a {
    display: block;
    font-family: "GothamPro";
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    transition: 0.3s;
}

.inside_page.project_page .tabs_menu ul li a.act {
    box-shadow: inset 0px 1px 0 0 rgb(255, 255, 255);
}

.inside_page.project_page .tabs_menu ul li a:hover {
    box-shadow: inset 0px 1px 0 0 rgb(255, 255, 255);
}

.link_site a {
    line-height: 58px;
    padding: 0 50px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    font-family: "GothamPro";
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.link_site {
    margin: 0 0 35px;
}

.link_site a:hover {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
}

.stream {
    height: 40px;
}

.stream a {
    display: inline-block;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-family: "GothamPro";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.stream a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    background-image: url(/images/stream.png);
    background-repeat: no-repeat;
    background-position: center 14px;
    transition: 0.3s;
}

.stream a:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
}

.project_article_bottom a:hover {
    background: #004ea3;
    color: #fff;
}

.project_page .tab_cont {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;visibility: hidden;z-index: 0;transition: 0.3s;transform: scale(0.8);}

.project_page .tab_cont.act {opacity: 1;visibility: visible;z-index: 10;transform: scale(1);}

section.article_map .adaptive {
    max-width: 1200px;
    height: 460px;
    padding: 0;
}

section.content_tabs .adaptive {
    max-width: 1240px;
}

section.content_tabs {
    height: 450px;
    box-sizing: border-box;
    padding: 100px 0 0;
}

.infoBlock {
    border: 1px solid #757575;
    border-radius: 35px;
    height: 250px;
    text-align: center;
    font-family: "GothamPro";
    box-sizing: border-box;
    padding: 0 10px;
    transition: 0.4s;
}

.infoBlock img {
    display: block;
    margin: 0 auto;
    padding: 35px 0 25px;
    height: 54px;
}

.infoBlock h3 {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    padding: 0 0 20px;
}

.infoBlock p {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    line-height: 24px;
}

.infoBlock p strong {
    font-weight: normal;
    font-family: "OpenSansRegular";
}

.project_page .tabs_content {
    position: relative;
}

.infoBlock:hover {
    background: #f7f7f7;
    box-shadow: inset 0 0 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.infoBlock * {
    cursor: default;
}

.tab_gallery:before {
    content: "";
    display: block;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: 140px;
    width: 100%;
}

section.content_tabs .tab_cont.tab_gallery .adaptive {
    max-width: 1180px;
    height: 270px;
}

ul.project_gallery .slideBlock img {
    display: none;
}

ul.project_gallery .slideBlock a {
    width: 175px;
    height: 175px;
    display: block;
    transition: 0.8s;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}

ul.project_gallery .active .slideBlock a {
    width: 380px;
    height: 270px;
}

ul.project_gallery li .slideBlock {margin: 47.5px 0;}

ul.project_gallery li.active .slideBlock {
    margin: 0;
}

.tab_cont.tab_gallery ul.project_gallery {
    min-height: 270px;
}

.tab_cont.tab_gallery .article_slider_arrow {
    width: 380px;
    margin: 0 auto;
}

body.home_page footer {
    height: 90px;
    margin-top: -90px;
    color: #575757;
}

.col.foot_article {
    width: 160px;
    text-align: right;
}

.col.foot_contacts {
    text-align: right;
}

.col.foot_article a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #00499e;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

body.home_page footer .adaptive.table {
    height: 50px;
}

body.home_page footer .adaptive.table .col {
    vertical-align: middle;
}

.col.foot_contacts p {
    font-family: "OpenSansSemiBold";
    font-size: 16px;
    line-height: 25px;
}

.col.foot_contacts p strong {
    font-family: "OpenSansBold";
}

.col.foot_copyright span {
    font-size: 18px;
    margin: 0 20px 0 0;
}

.col.foot_copyright a {
    color: #4c76ba;
    text-decoration: none;
}

.col.foot_copyright {
    position: relative;
}

.col.foot_copyright:before {
    content: "";
    display: block;
    background: #b2b2b2;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}

.col.foot_copyright i {
    font-style: normal;
    color: #b2b2b2;
    margin: 0 10px;
}

.col.foot_article a:hover {
    background: #00499e;
    color: #fff;
}

hr.clear.footer {
    height: 90px;
}

.home_social a {
    display: table;
    margin: 0 0 50px;
}

.home_social a img {
    display: block;
}

.home_social {
    padding: 230px 0 0;
    width: 140px;
}

.col.home_slider {
    width: 1200px;
    vertical-align: top;
    padding: 40px 0 60px;
}

.top_bar {
    height: 40px;
    padding: 0 0 40px;
}

.top_bar .trigger {
    height: 40px;
    float: left;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.top_bar .trigger a {
    padding: 0;
    text-decoration: none;
    line-height: 40px;
    display: block;
    float: left;
    font-size: 18px;
    color: #222222;
    border-radius: 100px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.top_bar .trigger a.act {color: #fff;}

.project_sliders {
    height: 490px;
    width: 1200px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    background-image: url(/images/fixmap.jpg);
    background-position: center right;
    background-size: contain;
}

.projects_text {
    width: 820px;
    height: 490px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.projects_images {
    width: 1200px;
    height: 490px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    background: #fafafa;
}

ul.projects {
    padding: 0;
}

.projectBlock_cont {
    width: 720px;
    height: 490px;
    background-color: #fcfcfc;
    border-radius: 20px;
    box-shadow: -76px 0px 0px 0px #fff;
    display: table;
    padding: 0 70px;
    box-sizing: border-box;
    background-image: url(/images/project-block.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.project_sliders {}

.projects_images .project_imgBlock img {
    display: block;
    display: none;
}

.projectBlock_cont .col {
    vertical-align: middle;
}

.projectBlock_cont h3 {
    color: #222222;
    font-size: 36px;
    font-family: "GothamProBold";
    padding: 0 0 25px;
    text-transform: uppercase;
}

.projectBlock_cont p {
    font-size: 18px;
    line-height: 26px;
    color: #2b2b2b;
    font-family: "GothamPro";
    padding: 0 0 50px;
}

.projectBlock_cont .read_more {
    display: inline-block;
    line-height: 38px;
    border: 1px solid #004ea3;
    padding: 0 35px;
    text-decoration: none;
    border-radius: 15px;
    color: #004ea3;
    margin-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "GothamProMedium";
    transition: 0.3s;
}

.projectBlock_cont h3 a {
    text-decoration: none;
    color: inherit;
}

.projectBlock_cont .read_more:hover {
    background: #004ea3;
    color: #fff;
}

.projectBlock_stream a {
    display: inline-block;
    padding-left: 75px;
    height: 64px;
    line-height: 48px;
    position: relative;
    font-size: 16px;
    color: #00499e;
    text-decoration: none;
    transition: 0.3s;
    font-family: "GothamProMedium";
}

.projectBlock_stream a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-image: url(/images/search-engine.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    background-size: contain;
}

.projectBlock_stream {
    height: 64px;
    padding: 0 0 10px;
}

.project_imgBlock a {
    height: 490px;
    width: 50%;
    display: block;
    float: right;
    background-position: center right;
    background-size: cover;
    transform: scale(1.5);
    transition: 0.8s;
}

.project_imgBlock {
    height: 490px;
    width: 1200px;
}

.projectBlock_chars {
    position: absolute;
    right: 0;
    top: 0;
    height: 490px;
    width: 100px;
    display: table;
}

.projectBlock {
    position: relative;
}

.projectBlock_chars .col {
    vertical-align: middle;
}

.char_list {
    background: #2b77be;
    overflow: hidden;
    text-align: center;
    height: 430px;
    box-sizing: border-box;
    padding: 18px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: table;
    width: 100%;
}

.charBlock {
    padding: 0;
    display: table-row;
}

.project_sliders.open_map .projects_images {
    opacity: 0;
    visibility: hidden;
}

.top_bar .trigger a.project_but {
    width: 136px;
}

.top_bar .trigger a.fixmap_but {
    width: 200px;
}

.top_bar i {
    width: 136px;
    background: #2b77be;
    position: absolute;
    height: 100%;
    border-radius: 100px;
    z-index: 0;
    left: 0;
    transition: 0.3s;
}

i.pnkt2 {
    left: 136px;
    width: 200px;
}

.klem_pagination ul li a span {float: right;white-space: nowrap;position: absolute;right: 0;line-height: 30px;background: #fff;padding: 0 40px 0 15px;font-size: 13px;border-radius: 100px;color: #242424;box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);z-index: 0;font-family: "GothamProMedium";transition: 0.3s;opacity: 0;visibility: hidden;}

.klem_pagination ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    float: right;
    border-radius: 100px;
    box-sizing: border-box;
}

.col.right_side {
    vertical-align: middle;
    position: relative;
    z-index: 20;
}

.klem_pagination ul li {
    padding: 8px 0;
    height: 30px;
    position: relative;
}

.klem_pagination ul li a i {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    float: right;
    border-radius: 100px;
    box-sizing: border-box;
    border: 2px solid #575757;
    margin: 7px;
    position: relative;
    z-index: 2;
    transform: scale(0.8);
    transition: 0.3s;
}

.klem_pagination ul li:first-child {
    padding-top: 0;
}

.klem_pagination ul li:last-child {
    padding-bottom: 0;
}

.klem_pagination ul {
    padding: 0;
    width: 30px;
    float: right;
    position: relative;
}

.klem_pagination ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 0;
    height: 100%;
    background: #b2b2b2;
    width: 1px;
    opacity: 0.5;
}

.klem_pagination {
    position: relative;
}

.klem_pagination ul li a.act i {
    border: 2px solid #2b77be;
    transform: scale(1);
    background: #2b77be;
    box-shadow: inset 0 0 0px 3px #fff;
}

.klem_pagination ul li a:hover span {
    opacity: 1;
    visibility: visible;
}

.pnts.fixedmap {
    position: absolute;
    right: 0;
    top: 0;
    height: 490px;
    width: 700px;
    background: transparent;
    z-index: 0;
}

.pnts.fixedmap li {
    position: absolute;
}

li.pnt194 {right: 130px;top: 90px;}

li.pnt195 {
    right: 190px;
    top: 130px;
}

li.pnt227 {
    right: 140px;
    top: 97px;
}

li.pnt230 {
    right: 124px;
    top: 104px;
}

li.pnt231 {
    right: 134px;
    top: 110px;
}

li.pnt232 {
    right: 147px;
    top: 105px;
}

li.pnt196 {
    right: 150px;
    top: 150px;
}

.pnts.fixedmap ul {
    padding: 0;
}

.pnts.fixedmap li a {
    display: block;
    width: 30px;
    height: 50px;
}

.pnts.fixedmap li a span {
    display: none;
}

.pnts.fixedmap li a i {
    width: 30px;
    height: 50px;
    display: block;
    background-image: url(/images/point.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 20px auto;
    transition: 0.3s;
}

.pnts.fixedmap li a.act i {
    background-size: 30px auto;
}

.pnts.fixedmap li a i img {
    display: block;
    width: 30px;
    height: auto;
    opacity: 0;
}

.modal_window, .modal_window2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.modal_table {
    display: table;
    width: 100%;
    height: 100%;
}

.modal_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.modal_back_close {
    background: rgba(0, 55, 115, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.modal_block {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
    padding: 40px 30px 30px;
    transition: 0.6s;
    opacity: 0;
    transform: scale(2);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.modal_window.act .modal_block, .modal_window2.act .modal_block{
    opacity: 1;
    transform: scale(1);
    top: 0;
}

.modal_but_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.modal_but_close:hover {
    color: red;
}

.modal_title {
    font-family: "GothamProMedium";
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #2b77be;
}

.input_text {
    margin: 0 0 10px;
}

.input_text input, .input_text textarea, .input_text button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 44px;
    margin: 0;
    border: 1px solid #e6e6e6;
    font-family: "OpenSansRegular";
    resize: none;
    outline: none;
    color: #242424;
    font-size: 14px;
}

.modal_block button {
    display: inline-block;
    background: #2b77be;
    padding: 0 30px;
    height: 40px;
    font-size: 18px;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.modal_block button.disb {
    opacity: 0.5;
    cursor: no-drop;
    background: #2b77be !important;
}

.modal_block form .row.polit input {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin: 2px 0;
}

.row.polit {
    text-align: left;
    padding-left: 25px;
    position: relative;
    padding: 15px 0 15px 25px;
    line-height: 20px;
}

label.sbmt_label {
    font-size: 14px;
}

label.sbmt_label a {
    color: #2b77be;
}

.modal_cell.modal_article {
    vertical-align: bottom;
}

.modal_cell.modal_article .modal_block {
    width: 960px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transform: scale(0.8);
    transform-origin: center bottom;
    text-align: left;
}

.modal_window2.act .modal_cell.modal_article .modal_block {
    transform: scale(1);
}

.modal_cell.modal_article .modal_block .modal_title {
    text-align: center;
}

.videos_list {
    padding: 90px 0 50px;
}

.videoBlock {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 40px;
}

.videoBlock iframe {
    width: 100%;
}

.table {
    display: table;
}

.articleBlock .table {
    width: 100%;
}

ul.pagination {
    text-align: center;
    padding: 0;
}

.pagination_list ul.pagination {
    padding: 50px 0;
}

.pagination_list ul.pagination li {
    display: inline-block;
}

.pagination_list ul.pagination li a {
    text-decoration: none;
    color: #242424;
    margin: 0 10px;
    font-size: 18px;
    font-family: "GothamPro";
}

.pagination_list ul.pagination li.active a {
    color: #2b77be;
    font-family: "GothamProMedium";
    font-size: 24px;
}

.pagination_list ul.pagination li.disabled {
    display: none;
}

article hr {
    border: none;
    border-bottom: 1px solid rgba(43, 119, 190, 0.2);
    margin: 0px 0 30px;
    height: 15px;
    width: 100%;
    display: block;
}

.col.head_menu ul li ul {
    position: absolute;
    top: 90px;
    left: 20px;
    background: #fff;
    z-index: 10;
    width: 210px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform-origin: left top;
    transform: scale(0.9);
    transition: 0.3s;
}

.col.head_menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.col.head_menu ul li ul li {
    float: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.col.head_menu ul li ul li a {height: auto;line-height: 18px;font-size: 15px;padding: 8px 15px;color: #242424;font-family: "GothamPro";transition: 0.3s;display: block;box-shadow: none;}

.col.head_menu ul li ul li a:before {
    display: none;
    height: auto;
}

.col.head_menu ul li ul li:first-child {
    border: none;
}

.col.head_menu ul li ul li a:hover {
    background: rgb(43, 119, 190);
    color: #fff;
}

.col.head_menu ul li ul li:first-child {
    border: none;
}

.contacts_side .row.polit label a {
    color: #fff;
}

article blockquote * {
    margin: 0;
}

/*

article h2:before {
    content: "\2014";
    display: inline-block;
    margin: 0 15px;
    color: rgba(0, 78, 163, 0.3);
    font-family: "GothamPro";
}

article h2:after {
    content: "\2014";
    display: inline-block;
    margin: 0 15px;
    color: rgba(0, 78, 163, 0.3);
    font-family: "GothamPro";
}

.tab_cont.tab_apartments .adaptive {
    max-width: 915px;
}

.tab_cont.tab_apartments .adaptive.4apartments {
    max-width: 1240px;
}

*/

li.active .project_imgBlock a {
    transform: scale(1);
}

.charBlock img {
    height: 40px;
    display: inline-block;
    margin: 0 0 10px;
}

.charBlock h4 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 16px;
}

.apparts_wrapper.carousel {
    width: 1200px;
}

.apparts_wrapper.nocarousel {
    margin: 0 auto;
    display: table;
}

.apparts_wrapper.nocarousel ul.project_carousel2 {
    padding: 0;
}

.apparts_wrapper.nocarousel ul.project_carousel2 li {
    width: 225px;
    margin: 0 50px;
    float: left;
}

.apparts_wrapper.nocarousel ul.project_carousel2:after {content: "";display: block;clear: both;}

.owl-carousel .owl-item.center .slideBlock {transform: scale(1);}

.owl-carousel  .slideBlock {transition: 0.8s;transform: scale(0.75);}

.owl-nav, .owl-dots {
    display: none;
}

.owl-carousel .owl-item img {
    display: none !important;
}

.owl-carousel .slideBlock a {width: 270px;height: 270px;display: block;margin: 0 auto;border-radius: 60px;transition: 0.8s;background-size: cover;background-position: center;background-repeat: no-repeat;}

.owl-carousel .owl-item.center .slideBlock a {width: 380px;border-radius: 30px;}

.project_entermap div#yandexMap {
    position: relative;
    z-index: 50;
}

.col.right .slideBlock a {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.col.articleBlock_slider .slideBlock {
    border-radius: 30px;
    overflow: hidden;
}

/* Waves */

.waves {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}

canvas { display: block; }

.about_us_page .tabs_menu {
    background: #fff;
    margin: 0 0 60px;
    padding: 30px 30px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.about_us_page .tabs_menu ul {
    padding: 0;
}

.about_us_page .tabs_menu ul li {
    display: block;
    margin: 12px 0 0;
}

.about_us_page .tabs_menu ul li a {
    text-decoration: none;
    color: #242424;
    font-family: "GothamProMedium";
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
}

.about_us_page .tabs_menu ul li a.act {
    color: #2b77be;
}

.about_us_page .tab_cont {
    display: none;
}

.about_us_page .tab_cont.act {
    display: block;
}

.about_us_page .tabs_menu ul li:first-child {
    margin: 0;
}

.vakan_list {
    margin: 0 0 30px;
}

.vakanBlock {
    margin: 0 0 30px;
}

.vakanBlock a {
    display: block;
    text-decoration: none;
    color: #242424;
    background: #fff;
    padding: 30px 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    transition: 0.3s;
}

body.inside_page.vakans {}

body.inside_page.vakans .main_container {
    background: #f7f7f7;
}

body.inside_page.vakans header {
    background: #fff;
}

.vakan_top h3 {
    font-size: 22px;
    font-family: "GothamProMedium";
    font-weight: normal;
    margin: 0 0 0px;
    float: left;
    color: #004f9f;
    line-height: 26px;
}

.vakan_top span.price {
    float: right;
    line-height: 26px;
    font-size: 22px;
    color: #242424;
}

.vakan_top {
    padding: 0 0 15px;
}

.vakan_top2 {
    padding: 0 0 20px;
    font-size: 16px;
    color: #b9b9b9;
}

.vakan_middle p {
    font-size: 15px;
    line-height: 20px;
    color: #242424;
}

.vakan_middle {
    padding: 0 0 20px;
}

.vakan_bottom {}

.vakan_bottom .address {
    float: left;
    color: #004f9f;
    font-size: 15px;
}

.vakan_bottom .publishedon {
    float: right;
    color: #b9b9b9;
    font-size: 15px;
}

.vakanBlock a:hover {
    border: 1px solid #2b77be;
}

body.inside_page.vakan_page section.container .content h1 {
    font-family: "GothamProMedium";
    margin: 0 0 35px;
    font-size: 26px;
    color: #004f9f;
    font-weight: normal;
}

.vakprice {
    font-size: 22px;
    margin: 0 0 20px;
}

.vakaddress {
    font-size: 16px;
    margin: 0 0 25px;
    color: #242424;
}

.vaktel {
    margin: 0 0 40px;
}

.vaktel span {
    background: #8cb900;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.remote-pay-content {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 3em;
}
.remote-pay {
    width: 1140px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    margin: auto;
}
.remote-pay-element {
    box-shadow: 0 0 4px #cccccc87;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}
.remote-pay-image {
    width: 300px;
    height: 180px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.remote-pay-description {
    line-height: 1.5;
    font-size: 0.9em;
    margin-top: 20px;
    font-weight: 100;
    font-family: "GothamProMedium";
    height: 100px;
}
.callback-form {
    width: 1140px;
    margin: auto;
    box-shadow: 0 0 4px #cccccc87;
    border-radius: 9px;
    padding: 30px 80px;
    box-sizing: border-box;
    margin-top: -110px;
    display: flex;
    align-items: center;
}
.callback-formgroup {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
}
.callback-formgroup label {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
.callback-form-image {
    width: 60%;
}
.callback-form-title {
    font-size: 2.3em;
    font-family: "GothamProMedium";
    margin-bottom: 20px;
}
.callback-form-description {
    width: 400px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.callback-form-input {
    padding: 10px;
    width: 100%;
    border: none;
    padding-left: 0;
    border-bottom: 2px solid #004f9f8a;
}
.callback-form-content {
    width: 40%;
}
.callback-form-content input[type="submit"] {
    background-color: #2b77be;
    width: 160px;
    text-align: left;
    border: none;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.callback-form-content .row.polit {
    text-align: left;
    position: relative;
    padding: 0;
    line-height: 20px;
    padding-bottom: 30px;
}


.success-form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #33333354;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}
.success-form.active {
    display: flex;
}
.success-form-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 0 4px #33333385;
}
.success-form-content-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
}
.online-buy-pop, .newyear-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #33333347;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.online-buy-pop.active, .newyear-pop.active {
    display: flex;
}
.newyear-pop .online-buy-pop-content {
    width: fit-content;
}
.online-buy-pop-content {
    background-color: #fff;
    width: 60%;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 4px #3333337a;
    display: flex;
    position: relative;
}
.online-buy-pop-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #4c76ba;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 4px #33333361;
}
.online-buy-pop-picture {
    background-image: url(/images/remote-pay-pop.jpeg);
    width: 100%;
    height: 290px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.online-buy-pop-content {
    background-color: #fff;
    width: 60%;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 4px #3333337a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
a.online-buy-pop-more {
    color: #4c76ba;
    padding: 18px;
    display: block;
    border-radius: 26px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    width: 220px;
}
.online-buy-pop-title {
    font-family: "GothamProMedium";
    color: #00499e;
    font-size: 1.3em;
    width: 410px;
    text-align: center;
    margin-top: -40px;
}
form.online-buy-pop-form {
    width: 41%;
    margin-right: 100px;
}
form.online-buy-pop-form input[type="submit"] {
    text-decoration: none;
    background-color: #4c76ba;
    color: #fff;
    padding: 15px;
    display: block;
    border-radius: 26px;
    text-align: center;
    margin: auto;
    border: none;
    margin-top: 38px;
    width: 220px;
}
@media (max-width: 1100px) {
    .remote-pay {
        width: 90%;
        margin: auto;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .callback-form {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }
    .callback-form-image {
        width: 100%;
    }
    .callback-form-description {
        width: 100%;
    }
    form.callback-form-content {
        width: 100%;
    }
    .callback-form {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px;
        margin-top: -40px;
    }
    form.online-buy-pop-form {
        width: 95%;
        margin: 0;
        margin-top: 20px;
    }
    form.online-buy-pop-form .callback-form-title {
        font-size: 1.5em;
    }
    .online-buy-pop-image {
        width: 100%;
    }
    .online-buy-pop-title {
        width: 100%;
        padding: 0;
        margin-bottom: -40px;
        font-size: 1em;
    }
    .online-buy-pop-content {
        flex-direction: column-reverse;
        padding: 15px;
        width: 88%;
    }
    form.online-buy-pop-form input[type="submit"] {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    form.online-buy-pop-form .row.polit {
        margin-top: -20px;
        padding-left: 0;
    }
    
    .newyear-pop
    {
        display:none !important;
    }
    }
}
@media (max-height: 700px) and (max-width: 1000px) {
    .online-buy-pop-picture{
        display: none;
    }
    .online-buy-pop-title {
        margin-top: 50px;
        margin-bottom: -30px;
        font-size: 20px;
        text-align: center;
    }
    label.sbmt_label {
        font-size: 0.8em;
    }
}

@media (min-width: 975px) and (max-width: 1552px) {
    .col.head_menu ul li a, .col.head_menu ul li span {
        padding: 0 10.5px !important;
        font-size: 12px !important;
    }
}
/* styles for points */


.section-wrapper {
    margin: 30px 0;
}
.flat-section {
    width: 90%;
    margin: auto;
    max-width: 1480px;
}
.flat-section-title {
    font-size: 24px;
    font-family: "GothamProMedium";
    text-align: center;
    margin-bottom: 20px;
}
#flat-header .flat-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flat-header-text {
    font-family: "GothamPro";
    margin-bottom: 75px;
    font-size: 17px;
    line-height: 1.6;
}
.flat-header-content {
    width: 50%;
}
.flat-header-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flat-header-img {
    width: 70%;
    padding: 30px;
}
.flat-header-title {
    font-family: "GothamProMedium";
    font-size: 24px;
    margin-bottom: 30px;
}
.flat-header-text {
    font-family: "GothamPro";
    margin-bottom: 75px;
}
.flat-header-button {
    border: none;
    color: #fff;
    background-color: #3077be;
    text-transform: uppercase;
    padding: 17px 50px;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
}


.flat-description-title {
    font-size: 24px;
    font-family: "GothamProMedium";
    text-align: left;
    margin-bottom: 20px;
}
.flat-description-text {
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 50px;
}

section#flat-options {
    padding: 50px 0;
    background-color: #F7F7F7;
}

.flat-options-swiper-container .swiper-slide {
    width: 350px;
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s;
}
.flat-options-swiper-container .swiper-slide-prev, .flat-options-swiper-container .swiper-slide-active, .flat-options-swiper-container .swiper-slide-next {
    opacity: 1;
}
@media (max-width: 767px) {
    .flat-options-slider .swiper-pagination {
        display: none;
    }
}
.flat-options-swiper-container.swiper-container {
    padding: 0 150px;
    padding-bottom: 50px;
}
.swiper-button-prev, .swiper-button-next {
    background-image: url(/assets/images/arrow.svg);
    width: 50px !important;
    height: 50px !important;
    background-position: center !important;
    background-size: 19% !important;
    background-color: #fff !important;
    border: 1px solid #CBCBCB !important;
    border-radius: 50% !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    box-shadow: 0 0 3px #33333357 !important;
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: unset!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333333a8;
    background-color: unset;
    opacity: 1;
    transition: .2s;
    margin: 0 20px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    transition: .2s;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    border-color: #3079BC;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    background-color: #3079BC;
}
@media only screen and (max-width: 1520px) and (min-width: 1240px) {
    #flat-objects .project_sliders {
        width: 1080px;
        margin: auto;
    }
}
#flat-objects .col.home_slider {
    margin: auto;
}
#flat-objects .adaptive.table, table {
    display: flex;
    flex-direction: column;
}
#flat-objects .klem_pagination {
    padding-bottom: 20px;
}
#flat-objects .klem_pagination ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    width: 90%;
    background: #b2b2b2;
    height: 1px;
    opacity: 0.5;
}
#flat-objects .klem_pagination ul {
    display: flex;
    padding: 0;
    margin: auto;
    position: relative;
    width: 270px;
    margin-top: -20px;
    float: none;
}
#flat-objects .klem_pagination ul li:first-child{
    padding-top: unset;
}
#flat-objects .klem_pagination ul li {
    padding: 0 8px;
    height: 30px;
    position: relative;
}
#flat-objects .klem_pagination ul li a span {
    z-index: 10;
    top: -30px;
    transform: translateX(35%);
    text-align: center;
    padding: 0 10px;
}
.flat-examplse-slider .swiper-slide {
    height: 430px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .4s;
    transform: scale(0.8);
}
.flat-examplse-slider .swiper-slide-active {
    transform: scale(1.3);
}
@media (max-width: 767px) {
    section.home_content {
        width: 90% !important;
        margin-top: 50px !important;
        text-align: center !important;
    }
    #flat-header .flat-section {
        flex-direction: column;
    }
    .flat-header-img {
        width: 100%;
    }
    .flat-header-image {
        width: 100%;
    }
    .flat-header-content {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .flat-header-text {
        margin-bottom: 30px;
    }
    .flat-options-swiper-container .swiper-slide {
        width: 250px;
        height: 300px;
        opacity: 1 !important;
    }
    .flat-examplse-slider .swiper-slide {
        transform: scale(1) !important;
        height: 260px;
    }
    .flat-options-swiper-container.swiper-container {
        padding: 0;
    }
}


.col.head_menu ul li ul li {
    float: none;
    width: auto;
    border: none;
}
.col.head_menu ul li ul li a {
    padding: 20px !important;
}

.flat-big-slider {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    background-color: #333333b8;
    height: 100%;
    width: 100%;
    display: none;
}
.flat-big-slider.active {
    display: block;
}
.flat-big-slider-container {
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute !important;
}
.flat-big-slider-container .swiper-slide {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media (max-width: 767px) {
    .flat-big-slider-container .swiper-slide {
        background-color: transparent;
    }
    .flat-big-slider-container .swiper-button-next, .flat-big-slider-container .swiper-button-prev {
        margin-top: 140px;
    }
}
.flat-big-slider-container .swiper-pagination {
    display: none;
}
.flat-big-slider-cross {
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    box-shadow: 0 0 4px #333;
    color: #ccc;
    font-size: 0.9em;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
    cursor: pointer;
}
