body {
    font-family: Roboto, sans-serif;
    color: #fff;
    background-color: #fff;
}
a {
    text-decoration: none;
}
button, input {
    outline: none;
}
.container {
    margin: 0 auto;
    width: 85%;
    max-width: 1624px;
}
.header {
    box-shadow: 0 7px 8px rgba(0, 0, 0, .15);
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header__logo {
    background-color: #189292;
    padding: 18px 45px;
}
.header__spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header__contacts {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #189292;
}

.header__contacts__phone a {
    display: none;
}
.header__contacts span {
    margin-left: 13px;
}
.header__contacts a {
    margin-left: 13px;
    color: #189292;
    text-decoration: none;
}
.header__contacts picture {
    vertical-align: middle;
}
.header__button {
    background-color: #ff0c63;
    color: #fff;
    border: none;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin: 15px auto 15px 43px;
    padding: 16px 38px;
}
.excursion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.block-1 {
    background: url(../img/desktop/b1-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 245px 3%;
    box-shadow: inset 0 7px 8px -6px rgba(0, 0, 0, .15);
}
.block-1__header h1 {
    font-weight: 700;
    font-size: 85px;
    line-height: 100px;
}
.block-1__header h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    padding: 0;
}
.block-1__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%}
.block-1__features * {
    -ms-flex-preferred-size: 348px;
    flex-basis: 348px;
}
.block-1__features h3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
}
.block-1__features p {
    width: 310px;
    margin-top: 14px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
}
.block-1__hidden {
    display: none;
}
.card {
    padding: 55px 50px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.card.small {
    width: 31%}
.card.large {
    width: 65%}
.card.xlarge {
    width: 100%}
.on-river {
    display: none;
}
.card.overview {
    background-image: url(../img/desktop/b2-img1.jpg);
}
.card.river {
    background-image: url(../img/desktop/b2-img2.jpg);
}
.card.night-petersburg {
    background-image: url(../img/desktop/b3-bg.jpg);
}
.card.pushkin {
    background-image: url(../img/desktop/b4-img2.jpg);
}
.card.hermitage {
    background-image: url(../img/desktop/b4-img1.jpg);
}
.card.peterhof {
    background-image: url(../img/desktop/b5-bg.jpg);
}
button.card__button__mobile {
    display: none;
}
.card__button {
    background-color: #ff0c63;
    color: #fff;
    border: none;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    padding: 9px 46px;
    width: 200px;
}
.card h2 {
    font-size: 50px;
    line-height: 59px;
    font-weight: 700;
}
.card__description {
    padding: 120px 0 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}
.card__description__remark {
    padding-top: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
}
.card.large .card__description {
    max-width: 50%}
.card.xlarge .card__description {
    max-width: 35%}
.card .price {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
	 .priceintext {
        display: none;
    }
/*.card__price-button-wrap {*/
/*    margin-top: 45px;*/
/*}*/
.block-2 {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 59px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-3 {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 59px;
}
.block-3__button {
    background-color: #ff0c63;
    color: #fff;
    border: none;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 54px;
    height: 100%}
.block-3__button img {
    margin-left: 6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.block-4 {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 59px;
}
.block-5 {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 59px;
}
.block-5__button {
    background-color: #ff0c63;
    color: #fff;
    border: none;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 34px;
    height: 100%;
    text-align: center;
}
.block-5__button img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 4px 7px;
    margin-right: 5px;
}
.block-6 {
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 57px;
}
.block-6__team:nth-child(2) {
    margin: 0 60px;
}
.block-6__team {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.block-6__team__img-mobile {
    display: none;
}
.block-6__team__img-desktop img {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.block-6__team__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 19px 0 0 51px;
    background-color: #189292;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-top: -4px;
}
.block-6__team__description h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.block-6__team .block-6__team__description p {
    margin: 0;
    padding: 20px 29px 26px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
}
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 59px;
    background-color: #189292;
}
form {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 75px;
    width: 100%;
    justify-content: flex-end;
}
footer input,
footer button {
    width: 31.5%;
    height: 69px;
    padding: 0;
    border: none;
    text-align: center;
}
footer input[name=comment] {
    width: 65.6%;
}
.row-1, .row-2 {
    /*margin: 0;*/
    /*padding: 0;*/
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.row-2 {
    margin: 20px auto;
}
footer button {
    background-color: #ff0c63;
    color: #fff;
    border: none;
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    /*margin-right: auto;*/
    /*float: right;*/
}
.overlay {
    position: fixed;
    display: none;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    background-image: url("../img/overlay-bg.png");

}

.blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-filter  : blur(5px);
    -moz-filter : blur(5px);
    -ms-filter  : blur(5px);
    -o-filter   : blur(5px);
    filter      : blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.popup {
    position: absolute;
    left: 50%;
    top: 15%;
    width: 643px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/popup-bg.png");
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.popup-form form {
    justify-content: center;
}
.popup-close {
    position: absolute;
    font-size: 35px;
    color: #c4c4c4;
    right: -20px;
    top: -30px;
    font-weight: 300;
    cursor: pointer;
}
.popup-form {
    color: #fff;
    padding: 50px 60px;
}
.popup-form form {
    padding: 0;
}
.popup-form__label {
    display: block;
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
    margin: 0 100px;
}
input.popup-form__input {
    width: 520px;
    height: 71px;
    margin: 11px 0 0;
    border: none;
    font-size: 25px;
    text-align: center;
}
input.popup-form__input-split {
    margin-top: 11px;
    width: 256px;
    height: 71px;
    font-size: 25px;
    text-align: center;
    border: none;
    margin-right: 2px;
}
.popup-form__warning {
    margin-top: 5px;
    padding: 5px 15px 10px;
    background-color: #efdfde;
    color: #9d4a46;
}
.popup-form__warning span {
    font-size: 20px;
    margin-right: 5px;
}
input[type=tel].popup-form__input-split {
    margin-left: 5px;
}
.popup-form__button {
    width: 520px;
    height: 71px;
    margin: 11px 0 0;
    border: none;
    font-size: 25px;
    text-align: center;
    background-color: #ff0c63;
    color: #fff;
}
.popup-form__remark {
    margin-top: 45px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #d3d3d3;
}
button a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.card__button, .card__button__mobile, .block-3__button, .block-5__button {
    -webkit-transition: .55s linear;
    transition: .55s linear;
}
.card__button:hover, .card__button__mobile:hover, .block-3__button:hover, .block-5__button:hover {
    background-color: #189292;
}
img {
    -o-object-fit: cover;
    object-fit: cover;
}
.ty-overlay {
    position: fixed;
    display: none;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
}
.ty_modal {
    position: absolute;
    left: 50%;
    top: 15%;
    max-width: 643px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e0e0e0a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 88px 60px 36px;
    text-align: center;
}
.ty_modal h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
}
.ty_modal p {
    color: #ffffff;
    font-weight: 300;
    font-size: 35px;
    line-height: 41px;
    margin-top: 15px;
}
.ty_modal__button {
    width: 520px;
    height: 71px;
    border: none;
    font-size: 25px;
    text-align: center;
    background-color: #ff0c63;
    color: #fff;
    margin-top: 90px;
}
.ty_modal .popup-form__remark {
    margin-top: 50px;
}
.callback-form__warning {
    margin: 0 auto 10px;
    padding: 5px 15px 10px;
    background-color: #efdfde;
    color: #9d4a46;
}
.callback-form__warning span {
    font-size: 20px;
    margin-right: 5px;
}
.ty-overlay {
    overflow-y: scroll;
}
.overlay {
    overflow-y: scroll;
}