:root {
  --red: #3f5073;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #23314e;
    font-family: 'Muller';
    height: 100vh;
    background: #f9f9f9;
}

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

.adaptive {
    width: 1300px;
    margin: 0 auto;
}

.head_top {
    background: var(--red);
}

.head_top .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 36px;
    align-items: center;
}

.head_cont .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 76px;
}

.head_cont .adaptive .left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head_cont .adaptive .left .menu ul {
    display: flex;
    flex-direction: row;
}

.head_cont .adaptive .left .menu ul li a {
    text-decoration: none;
    display: flex;
    height: 76px;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    margin: 0 25px 0 0;
    color: #4e505c;
    transition: 0.3s;
}

header {
    border-bottom: 1px solid #ecedf2;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 120;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 0%);
    transition: 0.3s;
}

.head_cont .adaptive .left .logotype img {
    height: 48px;
    display: block;
}

.head_cont .adaptive .left .logotype {
    margin: 0 50px 0 0;
}

.head_cont .adaptive .left .logotype a {
    display: block;
}

.head_cont .adaptive .left .menu ul li a:hover, .head_cont .adaptive .left .menu ul li.active a {
    color: var(--red);
}

.head_top .adaptive .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.head_top .adaptive .right a.callback {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 20px;
    margin: 0 0 0 40px;
    height: 30px;
    display: flex;
    align-items: center;
    background-image: url(/assets/templates/arcadast/images/callback.svg);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.head_top .adaptive .right a.tel {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.head_cont .adaptive .right a.callback {
    text-decoration: none;
    background: #f1f4fd;
    color: #3f5073;
    padding: 0 20px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-weight: 500;
    margin: 0 0 0 10px;
}

section.pagetitle h1, section.pagetitle h2 {
    font-size: 38px;
    font-weight: 600;
}

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

article.article a.swipebox {
    display: block;
    float: left;
    margin: 0 20px 15px 0;
    border-radius: 10px;
    overflow: hidden;
}

article.article h2 {
    font-size: 28px;
    padding: 0 0 20px;
    font-weight: 500;
}

article.article h3 {
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 20px;
}

article.article p {
    font-size: 16px;
    padding: 0 0 20px;
    line-height: 20px;
}

article.article strong {
    font-weight: 500;
}

article.article a {
    color: #3669ff;
    text-decoration: none;
}

article.article blockquote {
    background: #f5f6f9;
    padding: 20px 30px;
    margin: 0 0 20px;
    border-left: 4px solid #242424;
}

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

article.article blockquote * {
    padding: 0;
}

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

article.article ul li, article.article ol li {
    font-size: 16px;
    line-height: 20px;
    list-style-type: square;
}

article.article table {
    background: #fff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 10%);
    margin: 0 0 20px;
}

article.article table td {
    border: 1px solid #cfcfcf;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
}

article.article thead {
    background: #242424;
    color: #fff;
}

article.article thead td {
    border: 1px solid black;
    padding: 15px 20px;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

section.carousel .owl-carousel {
    width: 1200px;
}

section.carousel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 0 70px;
}

section.carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}

section.carousel .owl-carousel .owl-stage-outer a img {
    display: block;
}

section.carousel .owl-carousel .owl-stage-outer a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

body .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}

body .owl-carousel .owl-nav button {
    background-color: transparent !important;
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 0 !important;
    background-size: 34px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

footer {
    background: #f5f4f2;
    height: 500px;
    margin: -500px 0 0;
    position: relative;
    z-index: 2;
}

.foot_cont {
    height: 400px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px 0 0;
}

.foot_cont .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.f_menu {
    margin: 0 0 0 80px;
}

.foot_bottom {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-top: 1px solid #cfcecc;
}

.f_menu h3 {
    font-size: 16px;
    padding: 0 0 20px;
    font-weight: 500;
}

.f_menu ul li a {
    color: #9d9d9d;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.f_menu ul li {
    padding: 0 0 15px;
}

.f_menu ul li a:hover {
    color: #4e505c;
}

footer .contacts a.tel {
    color: #4e505c;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

footer .contacts p {
    font-size: 16px;
    padding: 20px 0 0;
    display: flex;
    align-items: center;
}

hr.clear.header {
    height: 113px;
}

header.fixed {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
    border-bottom: 1px solid #ecedf200;
}

img.content_image {
    border-radius: 20px;
    margin: 0 0 70px;
    display: block;
}

body .owl-carousel .owl-nav button:hover {
    background-color: var(--red) !important;
    color: #fff;
    border: 2px solid var(--red) !important;
}

body .owl-carousel .owl-nav button.owl-next {
    background-image: url(/assets/templates/arcadast/images/arr-right.svg);
}

body .owl-carousel .owl-nav button.owl-prev {
    background-image: url(/assets/templates/arcadast/images/arr-left.svg);
}

section.container {
    padding: 0 0 70px;
}

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

body.apartment_page section.container .adaptive {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.apartment_info .details {
    background: #f7f7ff;
    padding: 30px;
    border-radius: 15px;
    width: 580px;
    margin: 0 0 10px;
}

.apartment_info .details p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 12px 0;
}

.apartment_info .details p span {
    position: relative;
    z-index: 2;
    background: #f7f7ff;
    padding: 0 20px 0 0;
    color: rgba(78,80,92,.6575);
    font-size: 16px;
}

.apartment_info .details p strong {
    position: relative;
    z-index: 2;
    background: #f7f7ff;
    padding: 0 0px 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.apartment_info .details p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px dashed rgb(0 0 0 / 20%);
    z-index: 0;
}

.benBlock img {
    display: block;
    width: 40px;
    margin: 0 15px 0 0;
}

.benBlock {
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    margin: 0 20px 20px 0;
}

.apartment_info .benefits {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 580px;
    padding: 30px 30px 10px;
    background: #f7f7ff;
    border-radius: 15px;
}

.benBlock h3 {
    font-weight: 500;
    font-size: 15px;
}

.apartment_info .bottom_price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 30px;
}

.apartment_info .bottom_price .right {
    padding: 40px 0 0;
}

.apartment_info .bottom_price .right a {
    background: var(--red);
    text-decoration: none;
    color: #fff;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 4px;
}

.apartment_info .bottom_price .loan_price {
    line-height: 22px;
    font-size: 18px;
    color: rgba(78,80,92,.6575);
}

.apartment_info .bottom_price .price {
    height: 50px;
    line-height: 50px;
    color: var(--red);
    font-weight: 600;
    font-size: 40px;
}

.apartment_info .bottom_price .old_price {
    color: rgba(78,80,92,.6575);
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.apartment_info .bottom_price .old_price span.difference {
    display: flex;
    background: #5668f0;
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 20px;
    padding: 0 10px;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
}

.apartment_info .bottom_price .old_price * {
    margin: 0 0 0 5px;
}

.itemBlock {
    margin: 0;
    width: 413.333px;
    margin: 0 30px 30px 0;
}

.bottom_info {
    color: rgba(78,80,92,.6575);
}

.bottom_info .lighting {display: flex;align-items: center;flex-direction: row;margin: 0 0 30px;}

.bottom_info .lighting .icon {
    width: 60px;
    height: 60px;
    background: #5668f0;
    border-radius: 100%;
    background-image: url(/assets/templates/arcadast/images/lighting.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 20px 0 0;
}

.bottom_info .lighting span {
    font-size: 22px;
}





section.gallery {
    background: #ffff;
    padding: 0 0 70px;
}

.gallerySlider .left {
    width: 1050px;
}

.gallerySlider .right {
    width: 200px;
}

.gallerySlider {
    display: flex;
    justify-content: space-between;
}

.op_pbenBlock.slick-current {
    background: #4e505c;
    color: #fff;
}

.op_pbenBlock {
    width: 200px;
    display: block;
    cursor: pointer;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    transition: 0.3s;
    height: 155px !important;
    overflow: hidden;
    /* opacity: 0.5; */
}

.pbenBlock img {display: block;border-radius: 20px;}

.op_pbenBlock h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    max-height: 54px;
    overflow: hidden;
}

.op_pbenBlock p {
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
}

.op_pbenBlock_cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.op_pbenBlock.slick-active {
    opacity: 1;
}

.gallery_title {
    font-size: 30px;
    padding: 0 0 30px;
    font-weight: 700;
}

body.project_page section.container {padding: 0 0 70px;}

body.project_page section.container .adaptive, body.home_page section.container .adaptive {
    display: flex;
}

body.project_page section.container .adaptive .left, body.home_page section.container .adaptive .left {
    width: 650px;
    box-sizing: border-box;
    padding: 0px 50px 0 0;
}

body.project_page section.container .adaptive .left h2.pagetitle {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 20px;
}

body.project_page section.container .adaptive .right img, body.home_page section.container .adaptive .right img {
    display: block;
    border-radius: 3px;
}

body .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.apartment_images {
    width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apartment_images img {
    display: none;
    max-width: 100%;
    height: auto;
}

.apartment_images img.active {
    display: block;
}

.apartment_images .imgs {
    width: 600px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
}

.apartment_images ul {
    display: flex;
}

.apartment_images ul li {
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 10px;
}

.apartment_images ul li.active {
    background: #4e505c;
    color: #fff;
}

.siblings_title {
    font-size: 30px;
    padding: 0 0 30px;
    font-weight: 700;
}

.itemBlock a {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 0%);
    background: #fff;
    transition: 0.3s;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.itemBlock .image {
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.itemBlock .image img {
    display: block;
}

.itemBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

section.siblings {
    background: #f7f7ff;
    padding: 60px 0 40px;
}

.itemBlock a:hover {
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 10%);
}

.itemBlock a .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 194px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

.itemBlock a .info h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.itemBlock a .info ul li {
    font-size: 12px;
    line-height: 16px;
    color: rgba(78,80,92,.6575);
}

.itemBlock a .loan_price {
    font-size: 14px;
    margin: 0;
    color: rgba(78,80,92,.6575);
}

.itemBlock a .price {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 700;
}

.itemBlock a .old_price {
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(78,80,92,.6575);
}

body.apartment_page footer {
    background: #fff;
    border-top: 1px solid #f7f7ff;
}

.pben3Block {
    height: 320px;
    width: 400px;
    margin: 0 0 50px;
    position: relative;
}

.pben3Block.ben3-1, .pben3Block.ben3-2 {
    width: 625px;
}

.grid_preim3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pben3Block_cont {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.pben3Block_cont .txt {
    display: flex;
    height: 100%;
    background: rgb(0 0 0 /20%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 40px 40px;
}

.pben3Block_cont .txt h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 40%);
}

.projectBlock {
    margin: 0 50px 50px 0;
    width: 400px;
}

.projectBlock:nth-child(3n) {
    margin: 0 0 50px;
}

div#pdopage .btn-more {
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-family: 'Muller';
    border: none;
    background: #323442;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

div#pdopage .btn-more:hover {
    background: #f5f4f2;
    color: #4e505c;
}

.projectBlock a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.projectBlock a .image img {
    width: 100%;
    display: block;
    position: relative;
    transition: 0.3s;
}

.projectBlock a .image {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
    position: relative;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.projectBlock_info {
    padding: 20px 0 0;
}

.projectBlock_info h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px;
}

.projectBlock_info p {
    color: #8A8C94;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 0 15px 30px;
    background-image: url(/assets/templates/arcadast/images/locate.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px;
}

.projectBlock_info .price {
    font-size: 16px;
    color: #8A8C94;
}

.projectBlock a .image:hover img {
    transform: scale(1.1);
}

.projectBlock a .image .stickers {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    box-sizing: border-box;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.projectBlock a .image .stickers span {
    padding: 8px 14px;
    background: #23314e;
    color: #fff;
    margin: 0 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.projectBlock a .image .stickers span.red {
    background: var(--red);
}

.section_title {
    font-size: 30px;
    padding: 0 0 30px;
    font-weight: 700;
    color: #23314e;
}

.comp_projectBlock {
    margin: 0 50px 50px 0;
    width: 400px;
}

.comp_projectBlock:nth-child(3n) {
    margin: 0;
}

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

.comp_projectBlock a .image {
    overflow: hidden;
    border-radius: 20px;
}

.comp_projectBlock a .image img {
    display: block;
    transition: 0.3s;
    width: 100%;
}

.comp_projectBlock a .image:hover img {
    transform: scale(1.1);
}

section.complete_projects {
    padding: 0 0 70px;
}

.filt_row {
    display: flex;
    padding: 0 0 40px;
    justify-content: flex-start;
}

.filtItem {
    padding: 0;
    box-sizing: border-box;
}

.fltClm2 {
    width: 400px;
    margin: 0 50px 0 0;
}

.fltClm1 {
    width: 300px;
    margin: 0 50px 0 0;
}

.fltClm3 {
    width: 300px;
    margin: 0 50px 0 0;
}

.filt_row input {
    display: none;
}

.filt_row .vls {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
}

.diapazon {
    padding: 20px 20px 0;
    display: table-cell;
}

.diapazon .ui-slider {height: 4px;border: none;background: transparent;border: none !important;margin: 0 5px;top: 1px;}

.diapazon .ui-slider span {
    border: none !important;
    border-radius: 100px;
    top: -7px;
    width: 16px;
    height: 16px;
    border: none;
    box-sizing: border-box;
    background: var(--red);
    cursor: pointer;
}

.diapazon .ui-slider .ui-slider-range {
    background: #e5c5c6;
}

.sliderange {
    display: table;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
}

.sliderange .typ {
    display: table-cell;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgb(0 0 0 / 10%);
}

.filt_row .vls span {
    font-size: 14px;
    font-weight: 500;
}

.filtBtn * {
    height: 50px;
    background: #fff;
    width: 150px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: 0.3s;
    padding: 0;
    font-size: 14px;
    font-family: 'Muller';
    font-weight: 500;
    color: #4e505c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sliderange:hover {
    border: 1px solid rgb(0 0 0 / 0%);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.filtItem h4 {
    font-size: 14px;
    padding: 0 0 5px;
    font-weight: 500;
}

.radios {
    display: table;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.radios label {
    display: table-cell;
    cursor: pointer;
}

.radios input:checked + span {
    background: var(--red);
    color: #fff;
}

.radios label span {
    height: 100%;
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    transition: 0.3s;
}

.radios:hover {
    border: 1px solid rgb(0 0 0 / 0%);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

body.filter_page section.container {
    background: #f5f4f2;
    padding: 70px 0;
}

body.filter_page footer {
    background: #fff;
}

section.filter {
    padding: 0 0 30px;
}

.empty_result {
    font-size: 30px;
    font-weight: 700;
    opacity: 0.5;
}

.filtBtn *:hover {
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}

.filtItem select {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-family: 'Muller';
    font-size: 17px;
    font-weight: 500;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

span#select-objects-button {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    background: #fff;
    margin: 0;
    line-height: 48px;
    border-radius: 10px;
    font-family: 'Muller';
    font-size: 14px;
    font-weight: 500;
}

.ui-selectmenu-icon.ui-icon {
    margin: 16px 0;
}

.ui-selectmenu-menu {
    padding: 5px 0 0;
}

.ui-selectmenu-menu .ui-menu {
    border: none;
    box-sizing: border-box;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: var(--red);
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 20px;
    transition: 0.1s;
    font-family: 'Muller';
    font-size: 14px;
    font-weight: 500;
}

.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
    padding-top: 15px;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
    padding-bottom: 15px;
}

span.parnt {
    display: none;
}

body.filter_page .itemBlock a span.parnt, body.home_page .itemBlock a span.parnt {
    display: block;
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 0 12px;
    background: var(--red);
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    border-radius: 4px;
}

body.filter_page .ajax-filter-count {
    clear: both;
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: center;
}

body.filter_page a.ajax-more {
    width: auto;
    height: 40px;
    font-size: 16px;
    font-family: 'Muller';
    border: none;
    background: #323442;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 25px;
}

body.filter_page a.ajax-more:hover {
    background: #ffffff;
    color: #4e505c;
}

body.filter_page .ajax-filter-count:last-child {
    display: flex;
}

.filter {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filt_load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 100%;
    background: #f5f4f2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

body.filter_page section.container {
    position: relative;
}

.filt_load.visible {
    opacity: 1;
    visibility: visible;
}

body.filter_page section.container.novisible .filt_load {
    opacity: 1;
    visibility: visible;
}

body.project_page section.pagetitle, 
body.alboms_page section.pagetitle, 
body.gallery_page section.pagetitle {
    padding-top: 40px;
}

section.project_menu {
    padding: 70px 0 0;
}

section.project_menu ul {
    background: #f5f4f2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 25px 30px;
    border-radius: 20px;
}

section.project_menu ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: inherit;
    transition: 0.3s;
}

section.project_menu ul li {
    margin: 0 25px 0 0;
}

section.project_menu ul li a:hover, section.project_menu ul li a.active {
    color: var(--red);
}

section.objects {
    padding: 0 0 20px;
}

body.home_page section.container {
    padding: 70px 0;
}

body.home_page section.filter {
    padding-top: 70px;
}

body.news_page .articleBlock {
    margin: 0 50px 50px 0;
    width: 400px;
}

body.news_page .articleBlock:nth-child(3n) {
    margin: 0 0 50px;
}

.articleBlock .image {
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0 15px;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.articleBlock .image img {
    display: block;
    transition: 0.3s;
}

.articleBlock h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 10px;
    font-weight: 500;
}

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

.articleBlock a span.pubdate {
    color: rgba(78,80,92,.6575);
    font-size: 14px;
}

.articleBlock a .text {
    padding: 0 20px;
}

.articleBlock a:hover .image img {
    transform: scale(1.1);
}

body.home_page section.news .owl-carousel .owl-nav {
    top: 140px;
}

section.news {
    background: #f7f7ff;
    padding: 70px 0;
}

body.home_page footer {
    background: #fff;
}

section.news .owl-carousel .owl-stage-outer {
    overflow: visible;
}

body .owl-carousel .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

body.contacts_page section.container .adaptive {
    display: flex;
}

body.contacts_page section.container .adaptive .left {
    width: 400px;
    box-sizing: border-box;
    padding: 0 50px 0 0;
}

body.contacts_page section.container .adaptive .right {
    width: 900px;
}

.main_address {
    background: var(--red);
    margin: 0 0 20px;
    padding: 40px 30px;
    border-radius: 20px;
    color: #fff;
}

.main_address h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.main_address .cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.main_address .cont span:last-child {
    text-align: right;
}

.extra_address {
    background: #323442;
    margin: 0 0 20px;
    padding: 40px 30px;
    border-radius: 20px;
    color: #fff;
}

.extra_address h3 {
    font-size: 16px;
}

body.contacts_page section.container .adaptive .entermap {
    height: 100%;
    background: #f5f4f2;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    border-radius: 20px;
    overflow: hidden;
}

body.contacts_page section.container .adaptive .left .telephone {margin: 0 0 30px;display: flex;flex-direction: column;}

body.contacts_page section.container .adaptive .left .telephone a {font-size: 28px;text-decoration: none;color: #4e505c;font-weight: 700;margin: 0 0 5px;}

body.contacts_page section.container .adaptive .left .telephone span {
    font-size: 16px;
}

.albomBlock {
    margin: 0 30px 30px 0;
    width: 302.5px;
}

.albomBlock a {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.albomBlock a img {
    display: block;
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.albomBlock a h3 {
    font-size: 16px;
    padding: 10px 20px 0;
    font-weight: 500;
}

.albomBlock:nth-child(4n) {
    margin: 0 0 30px;
}

.photoBlock {
    width: 248px;
}

.photoBlock {
    margin: 0 15px 15px 0;
}

.photoBlock:nth-child(5n) {
    margin: 0 0 15px;
}

.photoBlock img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.photoBlock a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
}

.photoBlock a:hover img {
    transform: scale(1.1);
}

section.pagetitle .back {
    text-decoration: none;
    color: #ef233c;
    font-size: 20px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 10px 20px;
    margin: 0 20px 0 0;
    border-radius: 10px;
    font-weight: 500;
}

section.pagetitle .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.pagetitle h1 a, section.pagetitle h2 a {
    text-decoration: none;
    color: inherit;
}

body.alboms_page section.pagetitle .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header a.filter_btn {
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    padding: 0 20px 0 45px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin: 0 25px 0 0;
    background-image: url(/assets/templates/arcadast/images/grid.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px center;
    font-size: 16px;
}

.head_top .left ul {
    display: flex;
}

.head_top .left ul a {
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.head_top .left ul li {
    margin: 0 25px 0 0;
}

section.main_slider {
    padding: 50px 0;
}

section.main_slider .left {
    width: 620px;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.main_slider .adaptive {
    display: flex;
}

section.main_slider .adaptive .right {
    width: 680px;
}

section.main_slider .adaptive .right .owl-item a {
    border-radius: 3px;
    overflow: hidden;
    display: block;
}

section.main_slider .adaptive .right .owl-item a img {
}

a.left_banner {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
}

a.left_banner span.rdmr {
    position: absolute;
    left: 18px;
    bottom: 16px;
    background: #fff;
    height: 36px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 14px;
    color: #3f5073;
    font-weight: 500;
    transition: 0.3s;
}

a.left_banner img {
    display: block;
}

a.left_banner span.rdmr:hover {
    background: #3f5073;
    color: #fff;
}

section.main_slider .left .blocks {
    display: flex;
    height: 310px;
    justify-content: space-between;
}

.welcBlock {
    width: 280px;
}

.welcBlock a {
    text-decoration: none;
    color: inherit;
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f1f4fd;
    height: 100%;
    border-radius: 3px;
    justify-content: space-between;
}

.welcBlock h3 {
    color: #3f5073;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.welcBlock p {
    color: #6a7895;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.welcBlock .btm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.welcBlock .btm span.rdmr {
    background: #fff;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    height: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: 0.3s;
    font-size: 16px;
}

.welcBlock a .btm span.rdmr:hover {
    background: #3f5073;
    color: #fff;
}

.welcBlock .btm img {
    display: block;
    background: transparent;
}

header .head_cont .right {
    display: flex;
    flex-direction: row;
}

header .head_cont .right a.search {
    height: 40px;
    width: 40px;
    background: #f1f4fd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    /* display: none; */
    color: #3f5073;
}

footer .contacts i {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin: 0 10px 0 0;
    color: #3f5073;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

footer .contacts p br {
    display: none;
}

footer .contacts i.icon_schedule {
    font-size: 26px;
}

footer .contacts i.icon_phone {
    font-size: 30px;
    width: 32px;
    height: 32px;
}

#cookieModal {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 9999;
}
#cookieModal button {
    background-color: #3f5073;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    z-index: 9999;
}

#acceptCookies {
    margin-top: 10px;
}