@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:400;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}

@font-face {
    font-family: "Fira Sans";
  font-display: auto;
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Fira Sans";
  font-display: auto;
    src: url('../fonts/FiraSans-Light.woff2') format('woff2'),
        url('../fonts/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


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

img {
    max-width: 100%;
}

body {
    margin: 0;
    /*font-family: 'GretaSansPro-Lt';*/
    font-family: "Fira Sans";
    background-color: #fff;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Container */
.container {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

/* Headeer */
header {
    background-color: rgba(16,16,16,.9);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    height: 59px;
    color: #fff;
}

.target, .camera {
    margin-top: 5px;
}

.call-answer {
    display: flex;
}

.call-answer img {
    margin-top: 5px;
    height: 100%;
}

.container_wide {
       /* max-width: 1670px; */
    /* padding: 0px 40px 0 18px; */
    /* width: 100%; */
    margin: 0 154px 0 142px;
}

.photogallery_menu {
    display: flex;
    height: 59px;
    justify-content: space-between;
}

.photogallery_menu_adress, .photogallery_button_block {
    display: flex;
    margin-left: 10px;
}

.adress, .phone, .photogallery, .header_price {
    display: flex;
    align-items: center;
}

.photogallery p {
    margin:0 0 0 15px;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 1px solid #111111;
}

.adress p {
    margin:0 0 0 15px;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 1px solid #111111;
    text-transform: none;
}

.phone p {
    margin:0 0 0 15px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #111111;
    font-weight: 600;
    color: #fff;
}

.adress:hover p, .phone:hover p, .photogallery:hover p {
    text-decoration: underline;
    text-underline-position: under;
}

.adress:hover .target, .phone:hover .call-answer img, .photogallery:hover .camera {
    margin-top: 0;  
}

.phone {
    margin: 0 0 0 46px;
}

.photogallery {
    margin: 0 51px 0 0;
}

.header_price_button {
    border: 1px solid #fff;
    text-decoration: none;
    padding: 4.5px 67px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.header_price_button:hover {
    background-color: #fff;
    color: #000;
}

/* Main */

main {
    margin-top: 59px;
}

.main-photo_section {
    
}

.photogallery-main_photo {
    background-image: url(../img/photo/main.webp);
    height: 875px;
    position: relative;
    background-size: cover;
    background-position-x: center;
}

.main_photo_title {
    position: absolute;
    font-family: "Fira Sans";
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    background-color: #403e3c7d;
    width: 755px;
    padding: 10px 32px;
    line-height: 1.3;
    top: 346px;
    left: 6%;
    text-transform: uppercase;
}

.map_section {
    margin-top: 94px;
    height: 800px;
    padding: 5px 0;
}

.photogallery-map {
    display: flex;
    height: 796px;
    position: relative;
    overflow: hidden;
}

#new_map {
    position: relative;
    width: 100%;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
}

.map-button {
    position: absolute;
    width: 88px; 
    height: 88px;
    left: -44px;
    top: 44%;
    font-size: 13px;
    font-family: "Fira Sans";
    background-color: #d23047;
    transform: rotate(45deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
}

.map-button:hover {
    background: #cf0827;
}

.map-button .map-button_title {
    transform: rotate(-45deg);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    text-transform: uppercase;
}

.active .map-button .map-button_title {
    display: none;
}

.map-button_title p:after{
    content: ' >';
}

.active span.close {
    display: block;
    width: 46px;
    height: 46px;
    -moz-transform-origin: 23px 23px 50%;
    -ms-transform-origin: 23px 23px 50%;
    -webkit-transform-origin: 23px 23px 50%;
    transform-origin: 23px 23px 50%;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.active span.close:before {
    content: "";
    width: 1px;
    height: 46px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
}

.b-header {
    display: none;
}


.active span.close:after {
    content: "";
    width: 46px;
    height: 1px;
    position: absolute;
    top: 22px;
    left: 0;
    display: block;
    background-color: #fff;
}

.active .map-button_title p:after{
    content: ' <';
}

.map-title {
    font-family: "Fira Sans";
    font-size: 28px;
    font-weight:300;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-title_text {
    width: 450px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
}

.title {
    font-size: 45px;
    font-family: "Fira Sans";
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.plan-title {
    margin-top: 60px;
}

.plan-body {
    display: flex;
    margin-top: 35px;
}

.plan-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}

table {
    width: 100%;
    overflow: auto;
    border-spacing: 0;
}

tr.gray td {
    background: #ccc;
}

td {
    height: 45px;
    font-family: "Fira Sans";
    text-transform: uppercase;
    padding: 2px 65px ;
    font-size: 18px;
    width: 50%;
}

tr {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

td:last-child {
    font-size: 22px;
    padding-left: 150px;
}

/* Description */

.description_section {
    margin-top: 85px;
}

.description-table {
    display: flex;
    margin-top: 70px;
}

.description_photo {
    width: 100%;
}

.description_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 30px;
}

.description_text li {
    font-size: 21px;
    line-height: 30px;
    font-family: "Fira Sans";
    margin: -5px 0;
    margin-bottom: 15px;
    font-weight: 300;
}

/* Photogallery */

.photogallery_section {
    margin-top: 75px;
    padding-bottom: 100px;
}

.photogallery_table {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax( 300px , 1fr));
    margin-top: 70px;
    justify-items: center;
}

.gallery-item {
    height:590px;
    width:300px;
    overflow:hidden;
}

.gallery-item img {
    filter: brightness(75%);
    max-width:unset;
    height:500px;
}
.gallery-item img.center {
    margin: 0 -100%;
}

.gallery-item img:hover {
    filter: brightness(100%);
}


.gallery-item_title {
    font-size: 23px;
    font-family: "Fira Sans";
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 20px;
    font-weight:300;
}

/* Application */

.application_section {
    background-color: #3c3c3a;
    padding: 64px 0 140px 0;
}

.application_form {
    display: grid;
    justify-items: center;
    max-width: 500px;
    margin: 0px auto;
    margin-top: 50px;
}

.application_title {
    color: #fff;
    font-size: 35px;
}

.application_name {
    color: #fff;
    border: 1px solid #fff;
    width: 369px;
    background-color: #3c3c3a;
    font-size: 17px;
    padding: 10px 23px;
    margin-top: 46px;
    font-family: "Fira Sans";
}

.application_phone {
    color: #fff;
    border: 1px solid #fff;
    width: 369px;
    background-color: #3c3c3a;
    font-size: 17px;
    padding: 10px 23px;
    margin-top: 20px;
    font-family: "Fira Sans";
}

.application_agreement {
    font-size: 16px;
    font-family: "Fira Sans";
    font-weight:300;
    color: #fff;
    text-transform: none;
    margin-top: 46px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.8px;
}

.application_agreement a {
    color: #fff;
}

input:focus {
    outline: none;
    background-color: #50504c;
}

.appliction_button {
    color: #fff;
    background-color: #b1122b;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Fira Sans";
    border: none;
    padding: 10px 53px;
    margin-top: 30px;
    cursor: pointer;
    text-transform: uppercase;
}

.appliction_button:hover {
    background: #cf0827;
}

.application_agreement a:hover {
    text-decoration: none;
}

a[data-fancybox] img {
    cursor: zoom-in;
  }

.fancybox__caption {
    display: none;
}

/* .ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
} */


.hidden {
    display: none !important;
  }
  
  .map_flex_object {
    position: absolute;
    display: flex;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 4;
    background: #fff;
    right: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: transform 300ms linear;
 
  }
  
  .map_flex_object.active {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
    transition: transform 300ms linear;
  }

  .active .map-title {
      display: none !important;
  }
  

  .map_flex_object.active .map-title_text {
      visibility: hidden;
  }

  .b-slide.map .map-container {
    height: 796px;
}

#new_map .b-overlay .i-corner {
    display: block;
    position: absolute;
    background-color: #f0f0eb;
    width: 8px;
    height: 8px;
    font-size: 0;
    border: 1px solid #151515;
    border-bottom: none;
    border-right: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -5px;
    top: -5px
  }
  
 #new_map .b-overlay>i {
    font-size: 30px;
    display: inline-block;
    width: 26px;
    text-align: center;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -13px;
    cursor: pointer
  }
  
#new_map .b-overlay.main-label {
    display: block
  }
  
#new_map .b-overlay.main-label>i {
    cursor: auto
  }
  
#new_map .b-overlay.main-label .i-radisson {
    font-size: 35px;
    height: 35px;
    width: 29px;
    margin-left: -15px;
    margin-top: -17px
  }
  
#new_map .b-overlay.main-label .i-white-house {
    font-size: 29px;
    height: 29px;
    width: 40px;
    margin-left: -20px;
    margin-top: -14px
  }
  
#new_map .b-overlay.main-label .i-artisan {
    font-size: 32px;
    height: 21px;
    width: 56px;
    margin-left: -28px;
    margin-top: -11px;
  }
  
#new_map .b-overlay.main-label .i-mid {
    font-size: 36px;
    height: 36px;
    width: 42px;
    margin-left: -21px;
    margin-top: -18px
  }
  
#new_map .b-overlay.main-label .i-pushkin {
    font-size: 18px;
    height: 18px;
    width: 62px;
    margin-left: -31px;
    margin-top: -9px
  }
  
#new_map .b-overlay.main-label .i-kremlin {
    font-size: 32px;
    height: 32px;
    width: 33px;
    margin-left: -16px;
    margin-top: -16px
  }
  
#new_map .b-overlay.main-label .i-museon {
    font-size: 41px;
    height: 41px;
    width: 52px;
    margin-left: -26px;
    margin-top: -20px
  }
  
#new_map .b-overlay.main-label p {
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    padding-top: 20px
  }
  
#new_map .b-overlay.main-label.radisson p {
    margin-left: -72px;
    width: 144px;
    padding-top: 24px
  }
  
#new_map .b-overlay.main-label.white-house p {
    margin-left: -65px;
    width: 130px;
    padding-top: 18px
  }
  
#new_map .b-overlay.main-label.artisan {
    color: #ca001e
  }
  
#new_map .b-overlay.main-label.artisan p {
    margin-left: -90px;
    width: 118px;
    padding-top: 24px;
    font-size: 18px
  }
  
#new_map .b-overlay.main-label.mid p {
    margin-left: -19px;
    width: 38px;
    padding-top: 23px
  }
  
#new_map .b-overlay.main-label.pushkin p {
    margin-left: -59px;
    width: 118px;
    padding-top: 13px
  }
  
#new_map .b-overlay.main-label.kremlin p {
    margin-left: -26px;
    width: 52px
  }
  
#new_map .b-overlay.main-label.museon p {
    margin-left: -65px;
    width: 130px
  }

@media (max-width: 1400px) {
  
    .container_wide {
        margin: 0 54px 0 42px;
    }

    td {
        padding: 2px 35px;
    }

    td:last-child { 
        padding-left: 100px;
    }
  }

  
@media (max-width: 1250px) {

    .photogallery_table {
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax( 250px , 1fr));
    }
    
    .gallery-item {
        width: 250px;
    }
}

@media (max-width: 1170px) {
    .header_price_button {
        padding: 4.5px 37px;
    }

    .phone {
        margin: 0 0 0 26px;
    }

    .photogallery {
        margin: 0 31px 0 0;
    }
}

@media (max-width: 1060px) {

    .photogallery p {
        display: none;
    }

    .plan-body {
        display: flex;
        margin-top: 35px;
        flex-direction: column;
    }

    .plan_photo {
        padding: 0 30px 10px;
    }

    .plan_schema {
        padding: 40px 30px 0;
    }

    td:last-child { 
        padding-left: 200px;
    }

    .plan-item {
        justify-content: center;
    }

    .description_text li {
        font-size: 20px;
        line-height: 25px;
    }
    .map-title_text {
        font-size: 22px;
    }

    .map_flex_object.active {
        -webkit-transform: translateX(88%);
        transform: translateX(88%);
    }
    .container_wide {
        margin: 0 10px 0;
    }
    
    .gallery-item {
        width: 300px;
    }
    
}    

@media (max-width: 900px) {
    .description-table {
        flex-direction: column;
    }

    .description_photo {
        text-align: center;
    }

    .description_text {
        justify-content: flex-start;
        padding: 40px 0 0 50px;
    }

    .map-title_text {
        font-size: 20px;
    }
    
    .map-title {
        padding: 0px 10%;
    }
    
    .gallery-item {
        width: 250px;
    }

    .adress p {
        display: none;
    }
}

@media (max-width: 784px) {

    .b-header {
        font-size: 27px;
    }

    .map_flex_object.active {
        -webkit-transform: translateX(83%);
        transform: translateX(83%);
    }

    .adress p {
        font-size: 16px;
    }

    .header_price_button {
        font-size: 15px;
    }
    
    .main_photo_title {
        width: auto;
    }
    
    .gallery-item {
        width: 300px;
    }
}

@media (max-width: 684px) {
    
    .b-header {
        font-family: "Fira Sans";
        font-weight:300;
    }

    td:last-child {
        padding-left: 100px;
    }

    .adress p {
        display: none;
    }

    .map_flex_object {
        display: none;
    }

    .b-header {
        display: block;
        /* padding: 0 10px 0 60px; */
        margin-top: 55px;
        font-size: 20px;
        width: 80%;
    }

    .photogallery-map {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .active .b-header {
        display: none;
    }

    .photogallery_table {
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax( 150px , 1fr));
        padding: 0 10px;
    }
    .gallery-item {
        width: 150px;
        height: 280px;
    }
    .gallery-item img {
        height: 200px;
        min-width: 150px;
    }
    .gallery-item_title {
        font-size: 20px;
    }
}

@media (max-width: 684px) {
    .description_text {
        padding: 40px 0 0 20px;
    }
}

@media (max-width: 575px) {
    .description_text li {
        font-size: 28px;
    }
}    

@media (max-width: 500px) {

    .phone p {
        font-size: 15px;
    }

    .header_price_button {
        padding: 4.5px 27px;
        font-size: 13px;
    }

    .description_text li {
        font-size: 23px;
    }

    td {
        font-size: 15px;
    }

    td:last-child {
        font-size: 18px;
    }

    /* .b-header {
        font-size: 27px;
    } */

    .gallery-item_title {
        font-size: 20px;
    }

    .title {
        font-size: 25px;
    }

    .photogallery-map {
        height: 596px;
    }

    .b-slide.map .map-container {
        height: 596px;
    }

    .map_section {
        height: auto;
    }

    .photogallery-main_photo {
        height: 350px;
    }
    
    .main_photo_title {
        font-size: 32px;
        top: 80px;
    }
}

@media (max-width: 456px) {

    td {
        padding: 2px 15px;
    }

    td:last-child {
        padding-left: 50px;
    }

    /* .b-header {
        font-size: 23px;
    } */

    .header_price_button {
        padding: 4.5px 17px;
        font-size: 10px;
    }

    .phone p {
        font-size: 14px;
    }

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

@media (max-width: 420px) {

.description_text li {
    font-size: 21px;
}

.application_name, .application_phone {
    width: 300px;
}
}

@media (max-width: 404px) {
    
    .description_text li {
        font-size: 19px;
    }
    .main_photo_title {
        font-size: 25px;
        top:120px;
    }
    .header_price {
        display:none;
    }

}

.map-widget-content-view__container_ready {
    display: none !important;
  }
  
  [class*="copyrights-pane"] {
    display: none !important;
  }