/* New css */

.bx-auth-changepas {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

.bx-auth-changepas {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px !important;
    display: block;
}

.bx-auth-changepas input {
    width: 100% !important;
    height: 61px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    display: block;
    padding: 0 28px;
    margin-top: 8px;
}

.bx-auth-changepas input.login-tabs-btn {
    max-width: 100%;
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
}

.delete-modal-check, .copy-success {
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    background: #fff;
    z-index: 9999;
    transform: translate(-50%, -50%);
    padding: 48px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
}

.delete-modal-check.active, .copy-success.active {
    display: block;
}

.delete-modal-check-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.delete-modal-check button {
    max-width: 49%;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #141A3B;
    border-radius: 10px;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    justify-content: center;
}

.delete-modal-check-btns {
    display: flex;
    justify-content: space-between;
}

.delete-modal-check h2, .copy-success {
    font-size: 25px;
    margin-bottom: 16px;
}

.item-admin-panel {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    transition: all 0.5s ease;
}

.item__copy {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #A1A1A1;
    margin-right: 15px;
    transition: all 0.5s ease;
}

.item__copy:hover {
    color: #90D687;
    transition: all 0.5s ease;
}

.item__delete:hover {
    color: red;
    transition: all 0.5s ease;
}

.item__copy:hover svg * {
    stroke: #90D687;
    transition: all 0.5s ease;
}

.item__delete:hover svg * {
    stroke: red;
    transition: all 0.5s ease;
}

.item__delete {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #A1A1A1;
}

.item__copy svg {
    margin-right: 10px;
}

.item__delete svg {
    margin-right: 10px;
}

.turi-item-middlecount {
	display: none;
	font-size: 13px;
	color: #1F1F1F;
	font-weight: 500;
	margin-left: 3px;
}

.my-tur-block .catalog-item {
    padding-bottom: 146px;
}

.my-tur-block .catalog-item-bot {
    bottom: 40px;
}

.my-tur-block .catalog-item-moder {
    bottom: 60px;
}

.my-tur-cher .catalog-item {
    padding-bottom: 146px;
}

.my-tur-cher .catalog-item-bot {
    bottom: 40px;
}

.my-tur-cher .catalog-item-soz {
    bottom: 60px;
}

.catalog-item {
    max-width: 385px;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding-bottom: 116px;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.catalog-item:hover {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.my-tur-block .catalog-item:nth-child(3n+3) {
    margin-right: 0;
}

.my-tur-cher .catalog-item:nth-child(3n+3) {
    margin-right: 0;
}

.catalogtur-block .catalog-item {
    margin-right: 20px;
    max-width: 24%;
}

.catalogtur-block .catalog-item:nth-child(4n+4) {
    margin-right: 0;
}

.catalog-item-hit-block {
    position: absolute;
    width: 100%;
    flex-wrap: wrap;
    top: 19px;
    left: 28px;
}

.catalog-item-hit {
    background: #FFFFFF;
    border-radius: 35px;
    font-size: 14px;
    line-height: 13px;
    color: #CD87D6;
    padding: 8px 19px;
    font-weight: 500;
}

.catalog-item-hit:not(:last-child) {
    margin-right: 8px;
}

.catalog-item-imagelink {
    display: block;
    height: 242px;
    overflow: hidden;
    border-radius: 20px;
}

.catalog-item-imagelink img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.catalog-item-info {
    padding: 24px 20px 22px;
}

.catalog-item-photopath {
    max-width: 34px;
    width: 100%;
    height: 34px;
    border-radius: 100%;
    margin-right: 18px;
}

.catalog-item-author {
    font-size: 15px;
    color: #1F1F1F;
    margin-right: 6px;
}

.catalog-item-middlecount {
    display: none !important;
    font-size: 12px;
    color: #1F1F1F;
    font-weight: 500;
    margin-left: 3px;
}

.catalog-item-reviewcount {
    margin-left: auto;
    font-size: 15px;
    color: #1F1F1F;
}

.catalog-item-title {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    display: block;
    padding: 0 20px;
    line-height: 140%;
    transition: all 0.5s ease;
}

.catalog-item:hover .catalog-item-title {
    color: #90D687;
    transition: all 0.5s ease;
}

.catalog-item-bot {
    padding: 0 20px 26px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.catalog-item-price {
    font-size: 18px;
    font-family: Gotham Pro, sans-serif;
    color: #5A5A5A;
    font-weight: 500;
}

.tury-item-price {
    font-family: Gotham Pro, sans-serif;
}

.catalog-item-price-osn.active {
    text-decoration: line-through;
    font-size: 12px;
    display: block;
}

.catalog-item-date {
    background: #BFC7EF;
    border-radius: 20px;
    font-size: 15px;
    color: #121B45;
    line-height: 123.2%;
    padding: 8px 19px;
    font-weight: 500;
}

.catalog-item-moder {
    max-width: 161px;
    width: 100%;
    height: 52px;
    border: 1px solid #141A3B;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #141A3B;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.catalog-item-soz {
    max-width: 228px;
    width: 100%;
    height: 52px;
    border: 1px solid #141A3B;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #141A3B;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #90D687 !important;
}

.tury-item-price-osn.active {
    text-decoration: line-through;
    font-size: 15px;
    display: block;
    margin-right: 8px;
    opacity: 0.5;
}

.restore-password-text {
	text-align: center;
	max-width: 460px;
	margin: 0 auto 50px;
	font-size: 16px;
	color: #1F1F1F;
}

.sozdanie-tabs__content textarea::-webkit-scrollbar { /* chrome based */
  width: 10px !important;
}

textarea {
	font-family: Gotham Pro;
}

.bron-zapol-svg-1 {
    position: absolute;

}

.deystvie-img-mobile {
    display: none;
}

.bron-zapol-svg-2 {
    position: absolute;
    right: 0;
    pointer-events: none;
}

.menu-open-profile-log li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7D829B;
    font-weight: 500;
}

.menu-open-profile-log li:not(:last-child) {
    margin-bottom: 40px;
}

.menu-open-profile-log li a svg {
    margin-right: 16px;
    max-width: 18px;
}

.title-form-tour-user {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
}

.politika-open-content .mCSB_dragger_bar {
    background: #90D687 !important;
    width: 6px;
}

.politika-title-content {
    font-size: 23px;
    font-weight: 500;
}

.auth-form-text, .auth-form-restore {
    font-size: 18px;
    color: #A1A1A1;
    margin-bottom: 8px;
}

.auth-form-regis {
    font-size: 18px;
    cursor: pointer;
    color: #90D687;
    font-weight: 500;
}

.auth-form-restore {
	cursor: pointer;
}

.register-modal-item .error {
  font-size: 12px;
}

.register-modal-item .show-password {
  position: absolute;
  top: 23px;
  transform: translate(0);
  right: 24px;
  cursor: pointer;
}

.js-form-forgot-password {
    display: none;
}

.program-item-day-mobile {
    display: none;
}

.js-form-forgot-password.active {
    display: block;
}

.restore-link {
    margin-top: 16px;
}

.restore-link span {
    font-weight: 500;
    color: #90D687;
    cursor: pointer;
}

.no-review-title {
    max-width: 364px;
    font-size: 26px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 48px 0 36px;
}

.content {
    min-height: 50vh;
}

.no-review-text {
    font-size: 18px;
    color: #A1A1A1;
}

.tour-form {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 9999;
    height: 100vh;
}

.tour-form.active {
    display: block;
}

.tour-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.tour-form-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 25px;
    padding: 34px;
    max-width: 450px;
}

.reviewnew-form-wrapper {
    height: auto;
    min-height: 106px;
}

.not-found-title {
    font-size: 200px;
    text-align: center;
    margin: 200px 0 96px;
}

.tabs-form__content {
    display: none;
}

.tabs-form__content.active {
    display: block;
}

.reviewnew-form-wrapper {
    width: 100%;
    background: #FFFFFF;
    min-height: 106px;
    flex-wrap: wrap;
    border: 1px solid #E2E2E2;
    border-radius: 1px;
    position: relative;
    margin-bottom: 20px;
}

.reviewnew-form-file {
    width: 100%;
    height: 106px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 1px;
}

.reviewnew-form-file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.reviewnew-form-icon-wrapper {
    width: 100px;
    text-align: center;
}

.reviewnew-form-button-text {
    font-size: 14px;
    color: #9C9C9C;
    max-width: 277px;
}

.js-files {
    height: 100%;
    display: flex;
}

.js-upload-image {
    height: 100%;
}

.js-upload-image img {
    width: auto;
    height: 100%;
    max-height: 150px;
}

.datepicker2-container{
    display: none;
}
.datepicker2-container.active {
    display: block;
}

.submit-error {
    margin-top: 24px;
}

.datepicker2-container {
    position: absolute;
    top: 200%;
    z-index: 999;
    border: 1px solid rgba(0,0,0,0.2);
    left: 0;
    border-radius: 25px;
    overflow: hidden;
}

.reviewnew {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.reviewnew.active {
    display: block;
}

.reviewnew-overlay {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}

.reviewnew-content {
    position: absolute;
    content: '';
    display: block;
    background: #fff;
    height: 85%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 797px;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px;
}

.reviewnew-close {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
.tour-form-close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.reviewnew-title {
    font-weight: 600;
    font-size: 25px;
    color: #131313;
    margin-bottom: 41px;
}

.reviewnew-star-text {
    font-size: 18px;
    color: #131313;
    margin-bottom: 14px;
}

.reviewnew-star-block span:not(:last-child) {
    margin-right: 4px;
}

.reviewnew-specif {
    margin: 40px 0;
}

.reviewnew-star-text {
    font-size: 18px;
    color: #131313;
    margin-bottom: 14px;
}

.reviewnew-form {
    max-width: 435px;
    width: 100%;
}

.reviewnew-form-label {
    font-size: 18px;
    color: #131313;
    margin-bottom: 14px;
    display: block;
}

.reviewnew-form-textarea {
    width: 100%;
    height: 106px;
    border: 1px solid #E2E2E2;
    border-radius: 1px;
    margin-bottom: 20px;
}

.reviewnew-form-input {
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0 35px;
    border: 1px solid #E2E2E2;
    border-radius: 1px;
    margin-bottom: 20px;
}

.reviewnew-star-block span.active svg path{
  fill: #FF8651;
}

.reviewnew-star-block span:hover svg path{
  fill: #FF8651;
}

.submit-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.submit__warning {
    margin-top: 16px;
}

.reviewnew-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 256px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #90D687;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 0 24px;
}

.confirm {
    padding: 216px 0 110px;
}

.profile-dannie-soc-edit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
}

.profile-dannie-soc-flex {
    position: relative;
}

.profile-dannie-soc-flex:hover .profile-dannie-soc-edit {
    display: flex;
}

.profile-dannie-soc-input {
    /*max-width: 490px;*/
    width: 100%;
    height: 40px;
    background: #FCFCFC;
    padding: 0 24px;
    font-size: 18px;
    color: #1F1F1F;
    margin-left: 16px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    display: none;
}

.profile-dannie-soc-input.active {
    display: block;
}

.ui-tooltip {
    background: #90D687;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.confirm-left {
    max-width: 793px;
    width: 100%;
}

.confirm-title {
    display: flex;
    align-items: center;
    font-size: 37px;
    font-weight: bold;
    color: #1F1F1F;
    margin-bottom: 63px;
}

.confirm-title svg {
    margin-right: 29px;
}

.confirm-child-item {
    display: flex;
    align-items: center;
}

.confirm-child-item:not(:last-child) {
    margin-bottom: 30px;
}

.confirm-child-label {
    font-size: 18px;
    color: #000000;
    width: 300px;
}

.confirm-child-item-div {
	max-width: 490px;
  width: 100%;
}

.confirm-child-input {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.confirm-child-item .radioblock-item {
    margin: 18px 0;
}

.confirm-child-input::-webkit-input-placeholder {color:#1F1F1F;font-size: 18px;}
.confirm-child-input::-moz-placeholder          {color:#1F1F1F;font-size: 18px;}/* Firefox 19+ */
.confirm-child-input:-moz-placeholder           {color:#1F1F1F;font-size: 18px;}/* Firefox 18- */
.confirm-child-input:-ms-input-placeholder      {color:#1F1F1F;font-size: 18px;}

.confirm-child-item .radioblock-item:not(:last-child) {
    margin-right: 41px;
}

.confirm-right {
    max-width: 654px;
    width: 100%;
    padding: 48px;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(39, 69, 88, 0.12);
    border-radius: 20px;
}

.confirm-author-info {
    margin-left: 23px;
}

.confirm-author img {
    max-width: 74px;
    height: 74px;
    border-radius: 100%;
}

.confirm-author-name {
    font-size: 18px;
    color: #1F1F1F;
    margin-right: 23px;
}

.confirm-author-text {
    font-size: 17px;
    color: #A1A1A1;
    margin-top: 5px;
}

.confirm-author {
    margin-bottom: 36px;
}

.confirm-list {
    flex-wrap: wrap;
}

.confirm-list-item {
    max-width: 49%;
    width: 100%;
    margin-bottom: 60px;
}

.confirm-list-name {
    font-size: 16px;
    margin-bottom: 16px;
    color: #3A3A3A;
}

.confirm-list-title {
    font-size: 20px;
    font-weight: 500;
    color: #1F1F1F;
}

.confirm-list-price {
    font-size: 27px;
    font-weight: bold;
    color: #90D687;
}

.confirm-btn {
    max-width: 317px;
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: none;    
}

.confirm-btn-wrapper {
    margin-bottom: 37px;
}

.confirm-form-text {
    font-size: 16px;
    color: #A1A1A1;
    margin-top: 43px;
}

.confirm-checkbox label {
    font-size: 16px !important;
    color: #A1A1A1 !important;
    line-height: 131%;
}

.confirm-checkbox label a {
    color: #000 !important;
}

.new-select {
    position: relative;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
}

.new-select__list {
    position: absolute;
    padding: 24px;
    top: 61px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: #12b223;
}

#panel {
/*	display: none;*/
}

.podpiska-form-input-block {
    position: relative;
    overflow: hidden;
}

.podpiska-form-input-block .error {
    color: red;
    background: #fff;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    display: inline-block;
}

.podpiska-form-input-block.active:before {
    position: absolute;
    content: 'Спасибо за подписку';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.politika-open {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.politika-open.active {
    display: block;
}

.politika-open-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.politika-open-title {
    font-size: 32px;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 39px;
}

.politika-open-content {
    padding-right: 20px;
    font-size: 18px;
    line-height: 140%;
}

.politika-open-close {
    background: #90D687;
    border-radius: 20px;
    max-width: 349px;
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px auto;
    font-weight: 500;
    border: none;
}

.politika-open-block {
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 719px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    padding: 40px 20px 20px 40px;
    z-index: 1;
}

.filter-open {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 100vh;
	background: #fff;
	z-index: 99999;
	padding: 70px 34px;
	overflow-y: auto;
}

.my-tur-cher-title {
	font-size: 27px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

.filter-open-label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000;
	display: block;
}

.filter-open-btn {
	max-width: 234px;
	width: 100%;
	height: 51px;
	background: #90D687;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
}

.filter-open-select-block {
	position: relative;
}

.filter-open-select-block:before {
	position: absolute;
	content: url(../img/before-select.svg);
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.filter-open-date {
	width: 100%;
	height: 60px;
	background: #FCFCFC;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	border-radius: 13px;
	padding: 0 20px;
}

.filter-open-item:not(:last-child) {
	margin-bottom: 39px;
}

.filter-open-input {
	max-width: 137px;
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 0 20px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.filter-open-range-text {
	font-size: 15px;
	color: #A1A1A1;
	margin-bottom: 20px;
	font-weight: 500;
}

#slider-range-filter-time {
	height: 3px;
	background: #F0F0F0;
}

#slider-range-filter-budget {
	height: 3px;
	background: #F0F0F0;
}

#slider-range-filter-time .ui-slider-handle {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: #90D687;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.1);
}

#slider-range-filter-time .ui-slider-range {
	height: 3px;
	background: #90D687;
}

#slider-range-filter-budget .ui-slider-handle {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	background: #90D687;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.1);
}

#slider-range-filter-budget .ui-slider-range {
	height: 3px;
	background: #90D687;
}

.filter-open-select-block select {
	width: 100%;
	height: 60px;
	background: #FCFCFC;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	border-radius: 13px;
	padding: 0 20px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #747474;
}

.filter-open-close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.filter-open.active {
	display: block;
    width: 30%;
}

.content-text {
    min-height: 100vh;
    padding: 70px 0;
}

.share-dialog {
    position: initial !important;
}

a.share-switch {
    display: none !important;
}

.bookmarks a {
    width: 24px !important;
    height: 24px !important;
}

.add-tour-succes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.add-tour-succes.active {
    display: block;
}

.add-tour-succes-close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.add-tour-succes-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.add-tour-succes-block {
    padding: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 350px;
}

.add-tour-succes-block h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 135%;
}

.js-tour-start-city-block, .js-tour-end-city-block,
.js-tour-pribitie-time-block, .js-tour-konec-time-block {
    position: relative;
}

.js-tour-start-city-block select, .js-tour-end-city-block select {
    padding-left: 54px !important;
}

.js-tour-start-city-block:after, .js-tour-end-city-block:after {
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translateY(-50%);
    content: url(../img/pin.svg);
    display: block;
}

.js-tour-pribitie-time-block:after, .js-tour-konec-time-block:after {
    position: absolute;
    top: 70%;
    left: 29px;
    transform: translateY(-50%);
    content: url(../img/clock-time.svg);
    display: block;
}

.js-tour-pribitie-time-block input, .js-tour-konec-time-block input {
    padding-left: 54px !important;
}

.js-tour-val-bef-block, .dopus-input-right-block {
    position: relative;
}

.js-tour-val-bef-block-skidka {
	position: relative;
}

.kogda-item-date-item {
	position: relative;
  max-width: 490px;
  width: 100%;
}

.remove-date {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: -34px;
	cursor: pointer;
}

.remove-date svg path {
	stroke: red;
}

.kogda-item-date-item input {
	width: 100%;
}

.kogda-item-date-item:before {
	position: absolute;
	content: url(../img/calendar-tour.svg);
	display: block;
	z-index: 1;
	top: 40%;
	right: 28px;
	transform: translateY(-50%);
    pointer-events: none;
}

.js-tour-val-bef-block-skidka:after {
    position: absolute;
    top: 70%;
    right: 28px;
    transform: translateY(-50%);
    display: block;
}

.js-tour-val-bef-block:after {
    position: absolute;
    top: 70%;
    right: 28px;
    transform: translateY(-50%);
    display: block;
}

.dopus-input-right-block:after {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    display: block;
}

.js-tour-val-bef-block.rubli:after, .dopus-input-right-block.rubli:after {
    content: url(../img/rubli.svg);
}

.js-tour-val-bef-block.dollar:after, .dopus-input-right-block.dollar:after {
    content: url(../img/dollar.svg);
}

.js-tour-val-bef-block.evro:after, .dopus-input-right-block.evro:after {
    content: url(../img/evro.svg);
}

.detali-item-flex .sozdanie-select {
    max-width: 48%;
}

.js-tour-vazh-znat-input {
	margin: 0;
	margin-right: 10px;
}

.vazh-znat-block {
	display: flex;
	flex-wrap: wrap;
}

.js-tour-vazh-znat-input:not(:last-child) {
    margin-bottom: 18px;
}

.glav-vpech-block-inp {
    position: relative;
    margin-bottom: 10px;
}

.glav-vpech-block-inp:after {
    position: absolute;
    content: url(../img/glav-after.svg);
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.uslow-input-block-vkl-item:not(:last-child), .uslow-input-block-nevkl-item:not(:last-child) {
    margin-bottom: 10px;
}

.uslow-input-block-vkl-item, .uslow-input-block-nevkl-item {
    position: relative;
}

.uslow-input-block-vkl-item input, .uslow-input-block-nevkl-item input {
    padding-left: 54px;
}

.uslow-input-block-vkl-item:after {
    position: absolute;
    content: url(../img/uslow-vkl.svg);
    display: block;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.uslow-input-block-nevkl-item:after {
    position: absolute;
    content: url(../img/uslow-nevkl.svg);
    display: block;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

/* New css */

#panel {
    z-index: 99999;
}

.tip-tour-block .sozdanie-select:not(:last-child) {
    margin-bottom: 18px;
}

.ssilki {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    padding-bottom: 0;
    background: #90D687;
}

.ssilki a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.profile-right-wrap-foto {
    max-width: 100% !important;
    cursor: pointer;
}

.rubbl {
    font-family: sans-serif;
}

.profile-right-wrap-foto .input__file-image {
    max-width: 100px;
    height: 100px;
    display: flex;
    margin: 0 auto;
    border-radius: 100%;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype'),
        url('../fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Medium.woff2') format('woff2'),
        url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('truetype'),
        url('../fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Базовые стили */

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, sup, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block; 
}

ol, ul { 
    list-style: none; 
}

blockquote, q { 
    quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after { 
    content: ''; 
    content: none; 
}

strong { 
    font-weight: bold; 
} 

input { 
    outline: none; 
}

table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

img { 
    border: 0; 
    max-width: 100%; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 130%;
}

p {
    line-height: 143%;
}

a { 
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    transition: all 0.5s ease;
    text-decoration: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {font-family: 'Gotham Pro';}
*::-moz-placeholder          {font-family: 'Gotham Pro';}/* Firefox 19+ */
*:-moz-placeholder           {font-family: 'Gotham Pro';}/* Firefox 18- */
*:-ms-input-placeholder      {font-family: 'Gotham Pro';}

button {
    font-family: 'Gotham Pro';
    cursor: pointer;
    transition: all 0.5s ease;
}

button:hover {
    transition: all 0.5s ease;
}

body {
    font-family: 'Gotham Pro';
    padding: 0;
    margin: 0;
}

.sozdanie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.sozdanie-modal.disabled {
    display: none;
}

.sozdanie-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.sozdanie-modal-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1;
    max-width: 621px;
    border-radius: 20px;
    text-align: center;
    padding: 50px 100px;
}

.sozdanie-modal-title {
    font-size: 32px;
    color: #1F1F1F;
    max-width: 315px;
    width: 100%;
    margin: 0 auto 25px;
}

.sozdanie-modal-text {
    max-width: 427px;
    width: 100%;
    margin-bottom: 36px;
    font-size: 18px;
    color: #1F1F1F;
}

.sozdanie-modal-btn {
    max-width: 314px;
    width: 100%;
    height: 61px;
    background: #90D687;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.vpech {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
}

.vpech.active {
    display: block;
}

.vpech-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.vpech-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 614px;
    width: 100%;
    padding: 48px 75px;
    border-radius: 20px;
}

.vpech-close {
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
}

.vpech-title {
    font-size: 29px;
    color: #1F1F1F;
    max-width: 301px;
    text-align: center;
    margin: 0 auto 56px;
}

.vpech-tabs__content {
  display: none;
}

.vpech-tabs__content.active {
  display: block;
}

.vpech-tabs__caption {
    background: #EFEFEF;
    border-radius: 46px;
    width: max-content;
    margin: 0 auto 46px;
}

.vpech-tabs__caption li {
    padding: 18px 29px;
    color: #AAAAAA;
    font-size: 19px;
    font-weight: 500;
    border-radius: 46px;
    cursor: pointer;
}

.vpech-tabs__caption li.active {
    color: #fff;
    background: #90D687;
}

li.active .vpech-tabs-link {
    color: #90D687;
}

.vpech-tabs-link {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    transition: all 0.5s ease;
}

.vpech-tabs-link:hover {
    color: #90D687;
    transition: all 0.5s ease;
}

.vpech-flex-link {
    margin-bottom: 41px;
}

.vpech-input {
    width: 100%;
    height: 61px;
    padding: 0 28px;
    background: #FCFCFC;
    margin-bottom: 15px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.vpech-textar {
    width: 100%;
    height: 135px;
    background: #FCFCFC;
    padding: 19px 28px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    margin-bottom: 24px;
}

.vpech-btn {
    width: 100%;
    height: 68px;
    background: #90D687;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-family: 'Gotham Pro';
}

.restore-modal {
	margin-bottom: 28px;
}

.register-modal, .log-modal, .restore-modal, .video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.register-modal.active, .log-modal.active {
    display: block;
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-modal-overlay, .log-modal-overlay, .restore-modal-overlay, .video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
 .video-modal-block {
    width: 100%;
    padding: 48px 75px;
    border-radius: 20px;
    z-index: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
 }
.register-modal-block, .log-modal-block, .restore-modal-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 657px;
    width: 100%;
    padding: 48px 75px;
    border-radius: 20px;
}

.register-modal-title, .log-modal-title, .restore-modal-title {
    text-align: center;
    margin-bottom: 44px;
    font-size: 29px;
    color: #1F1F1F;
}

*,
*:focus{outline: none}

.register-modal-flex .register-modal-item {
    max-width: 48%;
    width: 100%;
}

.register-modal-item {
    margin-bottom: 15px;
    position: relative;
}

.show-password {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 24px;
    cursor: pointer;
}

.show-password-log {
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
}

.register-modal-input, .restore-login-mail {
    width: 100%;
    height: 61px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 0 28px;
    display: block;
    padding-top: 7px;
}

.reg-forma-phone {
	padding-top: 0;
}

.register-modal-input:focus, .restore-login-mail:focus {
    border: 1px solid #1F1F1F;
}

.restore-login-mail {
    margin-bottom: 24px;
    padding-top: 0;
}

.register-modal-label {
    position: absolute;
    top: 20px;
    font-size: 17px;
    pointer-events: none;
    color: #747474;
    cursor: text;
    left: 28px;
}

.register-modal-input:focus~label,
.has-content.register-modal-input~label {
    top: 8px;
    font-size: 11px;
}

.register-modal-labeltext {
    font-size: 15px;
    color: #A1A1A1;
    margin-top: 12px;
}

.register-modal-politika {
    font-size: 15px;
    color: #A1A1A1;
    text-align: center;
    margin-top: 24px;
}

.register-modal-politika a {
    color: #000;
}

.register-modal-close, .log-modal-close, .restore-modal-close {
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
}

.video-modal-close {
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
}

.register-modal-btn, .login-tabs-btn {
    max-width: 100%;
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
}

.vhod-modal {
    position: absolute;
    top: 100px;
    right: 0;
    height: 0;
    overflow: hidden;
    padding: 0px 40px;
    background: #fff;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    transition: all 0.5s ease;
}

.vhod-modal.active {
    padding: 40px;
    height: auto;
    transition: all 0.5s ease;
}

.vhod-modal-regis {
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 31px;
}

.vhod-modal-login {
    font-size: 17px;
    color: #000;
    display: block;
}

.vhod-modal-org {
    font-size: 17px;
    color: #000;
    display: block;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 17px 45px 12px;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 999;
    display: none;
}

.mobile-nav-main {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #676767;
    flex-direction: column;
}

.mobile-nav-main-center {
    width: 54px;
    margin-top: -30px;
    margin-bottom: 10px;
    height: 54px;
    background: #90D687;
    box-shadow: 0px 11px 27px rgba(144, 214, 135, 0.75);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-main-center svg {
    margin: 0;
    padding: 0;
}

.mobile-nav-link {
    align-items: center;
    display: flex;
    font-size: 11px;
    color: #676767;
    flex-direction: column;
}

.mobile-nav-link svg {
    margin-bottom: 8px;
}

.overflow-body {
    overflow: hidden;
}

.podbor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: scroll;
    padding: 77px 14px;
    display: none;
}

.podbor.active {
    display: block;
}

.podbor-item:not(:last-child) {
    margin-bottom: 40px;
}

.podbor-item-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.podbor-item-input {
    display: block;
    width: 100%;
    height: 60px;
    background: #FCFCFC;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: 13px;
}

.podbor-item-prodol {
    justify-content: space-between;
}

.podbor-item-prodol input {
    max-width: 49%;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.podbor-item-prodol-text {
    font-size: 15px;
    color: #A1A1A1;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 25px;
}

.podbor-item-input::-webkit-input-placeholder {color:#747474;font-size: 16px;}
.podbor-item-input::-moz-placeholder          {color:#747474;font-size: 16px;}/* Firefox 19+ */
.podbor-item-input:-moz-placeholder           {color:#747474;font-size: 16px;}/* Firefox 18- */
.podbor-item-input:-ms-input-placeholder      {color:#747474;font-size: 16px;}

.podbor-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.podbor-link {
	max-width: 234px;
	width: 100%;
	height: 51px;
	background: #90D687;
	border-radius: 13px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	position: initial;
	bottom: 16px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    display: none;
}

.menu-open-top {
	padding: 8px 14px;
	border-bottom: 1px solid #E2E2E2;;
}

.menu-open-page.active {
    display: block;
}

.menu-open-profile-block.active {
    display: block;
}

.menu-open-nav {
    padding: 29px 28px 0;
}

.menu-open-menu li:not(:last-child) {
    margin-bottom: 35px;
}

.menu-open-profile-img {
    max-width: 54px;
    height: 54px;
    border-radius: 100%;
    position: absolute;
    right: 28px;
}

.menu-open-menu li a {
    font-size: 16px;
    color: #141A3B;
    font-weight: 500;
}

.menu-open-profile {
    padding: 35px 28px 0;
}

.menu-open-login {
    font-size: 16px;
    color: #141A3B;
    font-weight: 500;
    margin-bottom: 35px;
    display: block;
}

.menu-open-regis {
    font-size: 16px;
    color: #141A3B;
    font-weight: 500;
    display: block;
}

.menu-open-podbor {
    max-width: 90%;
    width: 100%;
    height: 52px;
    background: #141A3B;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.gamburger {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #90D687;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 0;
    z-index: 999;
    transition: all 0.5s ease;
}

.header-admin {
    top: auto;
}

.header .container {
    position: relative;
}

.header-transp .header-login, .header-transp .header-login-auth {
    background: rgba(0, 0, 0, 0.44);
    color: #fff;
}

.header-white {
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
}

.header-white .header-login, .header-white .header-login-auth {
    background: rgba(31, 31, 31, 0.13);
    color: #1F1F1F;
}

.header-transp .header-menu-link {
    color: #fff;
}

.header-transp .header-login svg path, .header-transp .header-login-auth svg path {
    stroke: #fff;
}

.header-transp .header-login svg circle, .header-transp .header-login-auth svg circle {
    stroke: #fff;
}

.header-sticky .header-login, .header-sticky .header-login-auth {
    background: #fff;
    color: #1F1F1F;
}

.header-sticky .header-login svg path, .header-sticky .header-login-auth svg path {
	stroke: #1f1f1f;
}

.header-sticky .header-login svg circle, .header-sticky .header-login-auth svg circle {
	stroke: #1f1f1f;
}

.header-sticky {
    position: fixed;
    padding: 10px 0;
    top: 0 !important;
    background: #90d687;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;
}

.header-sticky .header-menu-link {
    color: #fff;
}

.header-sticky .header-login svg path {
    stroke: #1F1F1F;
}

.menu-open-header {
    background: #fff !important;
    border-bottom: 1px solid #E2E2E2;
}

.menu-open-header .gamburger svg path {
    display: none;
}

.menu-open-header .gamburger svg path:nth-child(1) {
    display: block;
    transform: rotate(45deg);
}

.menu-open-header .gamburger svg path:nth-child(3) {
    display: block;
    transform: rotate(-45deg);
}

.header-nav {
    margin-left: auto;
    margin-right: 55px;
}

.header-menu-item:not(:last-child) {
    margin-right: 42px;
}

.header-menu-link {
    font-size: 19px;
    font-weight: 500;
    color: #141A3B;
}

.header-login, .header-login-auth {
    width: 145px;
    height: 60px;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #1F1F1F;
}

.header-login svg, .header-login-auth svg {
    margin-right: 10px;
}
.header-logo {
    max-width: 200px;
}

.offer {
    background: url(../img/header-bg.jpg) no-repeat center top / cover;
    padding: 173px 0 247px;
}

.offer-title {
    text-align: center;
    font-size: 55px;
    max-width: 565px;
    width: 100%;
    margin: 0 auto 38px;
    color: #fff;
}

.offer-link {
    max-width: 200px;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141A3B;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 20px;
    margin: 0 auto 120px;
}

.offer-link:hover {
    background: #8693D6;
    color: #fff;
    text-decoration: none;
}

.offer-block {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.offer-tabs-block {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    padding-right: 24px;
}

.offer-tabs {
    width: 100%;
}

.offer-tabs-label {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 20px;
}

.offer-tabs-item {
    border-radius: 32px;
    padding: 22px 0 22px 48px;
    flex-shrink: 0;
}

.offer-tabs-item:nth-child(1) {
    max-width: 200px;
    width: 100%;
}

.offer-tabs-item:nth-child(2) {
    max-width: 233px;
    width: 100%;
}

.offer-tabs-item:nth-child(3) {
    max-width: 248px;
    width: 100%;
}

.offer-tabs-item:nth-child(4) {
    max-width: 245px;
    width: 100%;
}

.offer-tabs-item:nth-child(5) {
    max-width: 160px;
    width: 100%;
}

.offer-tabs-item.active {
    background: #F0F0F0;
}

.offer-tabs-link {
    max-width: 198px;
    width: 100%;
    height: 74px;
    border-radius: 20px;
    background: #90D687;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.offer-tabs-link:hover {
    background: #6CCE5F;
    color: #fff;
}

.offer-tabs-link svg {
    margin-right: 10px;
}

.offer-tabs-input {
    background: transparent;
    border: none;
    font-size: 17px;
    color: #1F1F1F;
    width: 90%;
}

.offer-tabs-input::-webkit-input-placeholder {color:#A1A1A1;font-size: 17px;}
.offer-tabs-input::-moz-placeholder          {color:#A1A1A1;font-size: 17px;}/* Firefox 19+ */
.offer-tabs-input:-moz-placeholder           {color:#A1A1A1;font-size: 17px;}/* Firefox 18- */
.offer-tabs-input:-ms-input-placeholder      {color:#A1A1A1;font-size: 17px;}

.offer-tabs-content {
    background: #fff;
    width: max-content;
    padding: 36px;
    border-radius: 32px;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.15);
    position: absolute;
    display: none;
    top: calc(100% + 8px);
}

.offer-tabs-content-date {
	left: 23%;
}

.offer-tabs-content-time {
	left: 41.5%;
}

.offer-tabs-content-price {
	left: 66%;
}

.offer-tabs-content.active {
  display: block !important;
}

.offer-tabs-city {
    width: 365px;
}

.offer-tabs-city-name {
    font-size: 20px;
    font-weight: 500;
    color: #141A3B;
    margin-bottom: 8px;
}

.offer-tabs-city-country {
    font-size: 16px;
    color: #A1A1A1;
}

.offer-tabs-city-item:not(:last-child) {
    margin-bottom: 30px;
}

.offer-tabs-city-counter {
    font-size: 16px;
    color: #A1A1A1;
    margin-left: auto;
}

.offer-tabs-city-block {
    margin-left: 25px;
}

td .ui-state-default {
    width: 56px;
    display: flex !important;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: transparent !important;
    padding: 0;
    border: none !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #565656 !important;
    font-family: 'Gotham Pro' !important;
}

td .ui-state-active {
    background: #E6FFE3 !important;
    border: none !important;
}

.hasDatepicker .ui-widget.ui-widget-content {
    width: max-content !important;
    border: none !important;
    display: flex !important;
}

.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #90D687 !important;
  border-radius: 100% !important;
  color: #fff !important;
}


.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 1 !important;
    color: #E3E3E3 !important;
}

.ui-icon-circle-triangle-w {
    background: url(../img/date-left.svg) no-repeat center top !important;
}

.ui-icon-circle-triangle-e {
    background: url(../img/date-right.svg) no-repeat center top !important;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 33px;
}

.ui-datepicker-group-first {
    margin-right: 175px;
}

#amount2 {
    margin-left: auto;
    text-align: right;
}

.offer-tabs-amount {
    width: max-content;
    border: none;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 23px;
    max-width: 100px;
    font-family: 'Gotham Pro';
}

#slider-range {
    height: 3px;
    border: none;
    background: #F0F0F0;
    width: 380px;
}

#slider-range span {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -.6em;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: none !important;
    background: #90D687 !important;
}

#slider-range div {
    background: #90D687 !important;
}

#slider-range2 {
    height: 3px;
    border: none;
    background: #F0F0F0;
    width: 380px;
}

#slider-range2 span {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -.6em;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: none !important;
    background: #90D687 !important;
}

#slider-range2 div {
    background: #90D687 !important;
}

#slider-range3 {
    height: 3px;
    border: none;
    background: #F0F0F0;
/*    width: 380px;*/
    margin-top: 20px;
}

#slider-range3 span {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -.6em;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: 3px solid #fff !important;
    background: #90D687 !important;
    box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.1);
}

#slider-range3 div {
    background: #90D687 !important;
}

#slider-range4 {
    height: 3px;
    border: none;
    background: #F0F0F0;
/*    width: 380px;*/
    margin-top: 20px;
}

#slider-range4 span {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -.6em;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: 3px solid #fff !important;
    background: #90D687 !important;
    box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.1);
}

#slider-range4 div {
    background: #90D687 !important;
}

.offer-tabs-price {
    max-width: 162px;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #E2E2E2;
    background: transparent;
    border-radius: 20px;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #1F1F1F;
    font-family: 'Gotham Pro';
}

.mobile-none {
    display: none;
}

.legche {
    padding: 125px 0 97px;
}

.legche-title {
    font-size: 40px;
    color: #1F1F1F;
    margin-bottom: 100px;
}

.legche-item {
    text-align: center;
    width: 15%;
}

.legche-item-title {
    font-size: 19px;
    font-weight: 500;
    color: #141A3B;
    min-height: 55px;
    margin: 20px 0 22px;
}

.legche-item-text {
    font-size: 17px;
    color: #9FA2B5;
}

.deystvie {
    padding: 0 46px 188px;
}

.deystvie-right-block {
    flex-wrap: wrap;
}

.deystvie-right {
    max-width: 790px;
    margin-left: 184px;
}

.deystvie-right-item {
    max-width: 50%;
    width: 100%;
}

.deystvie-right-item:nth-child(1) {
    margin-bottom: 95px;
}

.deystvie-title {
    font-size: 40px;
    color: #1F1F1F;
    margin-bottom: 64px;
}

.deystvie-right-title {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    margin: 21px 0 15px;
}

.deystvie-right-text {
    font-size: 16px;
    color: #747474;
    max-width: 280px;
}

.predlozheniya {
    padding-bottom: 134px;
}

.predlozheniya-block {
    flex-wrap: wrap;
    justify-content: space-between;
}

.predlozheniya-title {
    text-align: center;
    font-size: 40px;
    color: #1F1F1F;
    margin-bottom: 33px;
}

.predlozheniya-link {
    max-width: 200px;
    cursor: pointer;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141A3B;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 11px auto 0;
    transition: all 0.5s ease;
}

.predlozheniya-link:hover {
    background: #8693D6;
    transition: all 0.5s ease;
}

.predlozheniya-text {
    font-size: 17px;
    color: #A1A1A1;
    text-align: center;
    margin: 0 auto 82px;
    max-width: 482px;
}

.predlozheniya-item {
    position: relative;
    margin-bottom: 22px;
    max-width: calc(50% - 10px);
    width: 100%;
    overflow: hidden;
}

.predlozheniya-item-img {
    max-height: 264px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.predlozheniya-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 3.22%, rgba(255, 255, 255, 0) 62.69%);
}

.predlozheniya-item-title {
    position: absolute;
    left: 35px;
    bottom: 48px;
    font-size: 21px;
    padding-right: 10px;
    font-weight: 500;
    color: #000000;
}

.predlozheniya-item-visa {
    position: absolute;
    top: 15px;
    right: 20px;
    max-width: 104px;
    width: 100%;
    height: 33px;
    border-radius: 35px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #CD87D6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.predlozheniya-item:nth-child(1) {
    max-width: calc(50% - 10px);
    width: 100%;
}

.predlozheniya-item:nth-child(2) {
    max-width: calc(50% - 10px);
    width: 100%;
}

.predlozheniya-item:nth-child(3) {
    max-width: calc(25% - 15px);
    width: 100%;
}

.predlozheniya-item:nth-child(4) {
    max-width: calc(25% - 15px);
    width: 100%;
}

.predlozheniya-item:nth-child(5) {
    max-width: calc(25% - 15px);
    width: 100%;
}

.predlozheniya-item:nth-child(6) {
    max-width: calc(25% - 15px);
    width: 100%;
}

.predlozheniya-item:nth-child(7) {
    max-width: calc(33% - 10px);
    width: 100%;
}

.predlozheniya-item:nth-child(8) {
    max-width: calc(33% - 10px);
    width: 100%;
}

.predlozheniya-item:nth-child(9) {
    max-width: calc(33% - 10px);
    width: 100%;
}

.tury {
    background: #141A3B;
    padding: 98px 0;
}

.tury .tury-item .tury-item-title {
    margin-bottom: 40px;
}

.tury-title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.tury-text {
    font-size: 17px;
    color: #808BC6;
    max-width: 364px;
    width: 100%;
    margin: 0 auto 68px;
    text-align: center;
}

.tury-link {
    max-width: 200px;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 55px auto 0;
    background: #333A5F;
}

.tury-link:hover {
    background: #8693D6;
    color: #fff;
}

.tury-item-content {
    max-width: 385px;
    width: 100%;
    height: 100%;
    margin-right: 20px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.slick-track {
    display: flex;
}

.tury-slider .tury-item .tury-item-content {
    padding-bottom: 48px;
}   

.tury-item-top {
    max-height: 242px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tury-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tury-item-option {
    padding: 8px 19px;
    border-radius: 35px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #CD87D6;
}

.tury-item-option:not(:last-child) {
    margin-right: 8px;
}

.tury-item-name {
    padding: 24px 20px;
}

.tury-item-name img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.tury-item-name-review {
    margin-left: auto;
    font-size: 15px;
    color: #1F1F1F;
}

.tury-item-name-name {
    font-size: 15px;
    color: #1F1F1F;
    margin: 0 6px 0 16px;
}

.tury-item-title {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    padding: 0 20px;
    margin-bottom: 90px;
}

.tury-item-price-block {
    padding: 0 20px 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.tury-item-price {
    font-size: 18px;
    font-weight: 500;
    color: #5A5A5A;
}

.tury-item-date {
    padding: 8px 19px;
    border-radius: 20px;
    background: #BFC7EF;
    font-size: 15px;
    font-weight: 500;
    color: #121B45;
}

.tury-item-date span:last-child {
    display: none;
}

.slick-track .tury-item {
    height: auto;
}

.slick-prev, .slick-next {
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background: #333A5F;
    z-index: 1;
    transition: all 0.5s ease;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #8693D6;
    transition: all 0.5s ease;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0;
}

.tipi {
    padding: 140px 0;
}

.tipi-title {
    font-size: 40px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.tipi-text {
    font-size: 17px;
    color: #A1A1A1;
    max-width: 420px;
    width: 100%;
    text-align: center;
    margin: 0 auto 72px;
}

.tipi-block-content {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.blog-content, .catalogtur-block {
    position: relative;
}

.blog-content:after {
    content: "";
    flex: auto;
}

.tipi-block-content:after {
    content: "";
    flex: auto;
}

.interesno-block:after {
    content: "";
    flex: auto;
}

.tipi-item {
    width: calc(20% - 20px);
    text-align: center;
    margin-bottom: 46px;
    margin-right: 20px;
}

.tipi-item-img {
    max-height: 231px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.tipi-item-title {
    font-size: 21px;
    font-weight: 500;
    color: #141A3B;
    margin-top: 17px;
}

.tipi-link {
    max-width: 200px;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #141A3B;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.tipi-link:hover {
    background: #8693D6;
    color: #fff;
}

.stati {
    padding-bottom: 105px;
}

.stati-item-time {
    margin-left: 8px;
}

.stati-block {
    column-count: 2;
}

.stati-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #1F1F1F;
}

.stati-text {
    font-size: 17px;
    color: #A1A1A1;
    text-align: center;
    max-width: 484px;
    width: 100%;
    margin: 0 auto 68px;
}

.stati-item {
    margin-bottom: 20px;
}

.stati-item:hover .stati-item-title {
    color: #90D687;
    transition: all 0.5s ease;
    text-decoration: none;
    outline: none;
}

.stati-item-item:nth-child(1) .stati-item-left, .stati-item-item:nth-child(2) .stati-item-left {
    max-width: 385px;
    width: 100%;
    margin-right: 20px;
    height: 383px;
}

.stati-item-item:nth-child(1) .stati-item-right, .stati-item-item:nth-child(2) .stati-item-right {
    max-width: 359px;
    width: 100%;
}

.stati-item-left {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 315px;
    width: 100%;
    margin-right: 20px;
    height: 180px;
    flex-shrink: 0;
}

.stati-item-right {
    position: relative;
    max-width: 450px;
    width: 100%;
    flex-shrink: 0;
}

.stati-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stati-item-time-block {
    position: absolute;
    bottom: 18px;
    right: 18px;
    padding: 5px 18px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.stati-item-title {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    max-width: 320px;
    transition: all 0.5s ease;
    width: 100%;
}

.stati-item-item:nth-child(1) .stati-item-title, .stati-item-item:nth-child(2) .stati-item-title {
    max-width: 100%;
}

.stati-item-date {
    font-size: 16px;
    color: #A1A1A1;
}

.stati-item-top {
    display: flex;
    justify-content: space-between;
}

.stati-item-item:nth-child(1) .stati-item-top, .stati-item-item:nth-child(2) .stati-item-top {
    flex-direction: column;
}

.stati-item-text {
    font-size: 16px;
    color: #747474;
    max-height: 45px;
    overflow: hidden;
    margin: 18px 0 34px;
}

.stati-item-item:nth-child(1) .stati-item-author, .stati-item-item:nth-child(2) .stati-item-author {
    bottom: 24px;
}

.stati-item-author {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
}

.stati-item-author-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 16px;
}

.stati-item-author-name {
    font-size: 15px;
    color: #1F1F1F;
}

.stati-all {
    max-width: 200px;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141A3B;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin: 55px auto 0;
}

.stati-all:hover {
    background: #8693D6;
    color: #fff;
}

.podpiska {
    background: url(../img/podpiska-bg.jpg) no-repeat center top / cover;
    padding: 92px 0;
}

.podpiska-title {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    max-width: 500px;
    margin-right: 176px;
}

.podpiska-form-input-block {
    max-width: 393px;
    width: 100%;
    margin-right: 48px;
}

.podpiska-input {
    width: 100%;
    height: 61px;
    line-height: 61px;
    padding: 0 28px;
    border: none;
    background: #fff;
    border-radius: 20px;
    font-size: 17px;
}

.podpiska-form {
    width: 100%;
}

.podpiska-btn {
    max-width: 200px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    font-family: 'Gotham Pro';
    cursor: pointer;
}

.podpiska-input::-webkit-input-placeholder {color:#747474;font-size: 17px;font-family: 'Gotham Pro';font-weight: normal;}
.podpiska-input::-moz-placeholder          {color:#747474;font-size: 17px;font-family: 'Gotham Pro';font-weight: normal;}/* Firefox 19+ */
.podpiska-input:-moz-placeholder           {color:#747474;font-size: 17px;font-family: 'Gotham Pro';font-weight: normal;}/* Firefox 18- */
.podpiska-input:-ms-input-placeholder      {color:#747474;font-size: 17px;font-family: 'Gotham Pro';font-weight: normal;}

.footer {
    background: #141A3B;
    padding: 66px 0 42px;
}

.footer-logo {
    margin-bottom: 30px;
    display: block;
}

.footer-text {
    max-width: 350px;
    width: 100%;
    margin-bottom: 72px;
    color: #E7E7E7;
    font-size: 17px;
}

.footer-social-link {
    display: block;
}

.footer-social-link:not(:last-child) {
    margin-right: 22px;
}

.footer-menu-title {
    font-size: 18px;
    color: #808BC6;
    margin-bottom: 45px;
}

.footer-menu-li:not(:last-child) {
    margin-bottom: 22px;
}

.footer-menu-link {
    font-size: 17px;
    color: #E7E7E7;
}

.footer-menu-nav:not(:last-child) {
    margin-right: 98px;
}

.footer-left {
    margin-right: 329px;
}

.footer-bot {
    margin-top: 112px;
}

.footer-bot-text {
    font-size: 16px;
    color: #808BC6;
    margin-right: 73px;
}

.footer-bot-link {
    font-size: 16px;
    color: #808BC6;
}

.tur {
    padding: 154px 0 0 0;
}

.breadcrumb {
    justify-content: center;
    background: transparent;
}

.breadcrumb-dark {
    justify-content: flex-start;
}

.breadcrumb-link {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.breadcrumb-link-dark {
    color: #A1A1A1;
    font-family: 'Manrope', sans-serif !important;
}

.breadcrumb-link:not(:last-child) {
    margin-right: 30px;
}

.breadcrumb-link:not(:last-child):before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: -19px;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fff;
}

.tur-title {
    text-align: center;
    font-size: 55px;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 90px;
}

.tur .offer-block {
    transform: translateY(58px);
}

.catalogtur {
    padding: 131px 0 210px;
    background: #F3F6F8;
}

.catalogtur-title {
    font-size: 36px;
    color: #1F1F1F;
}

.catalogtur-sort {
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #90D687;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin-left: 8px;
}

.catalogtur-sort svg {
    margin-left: 15px;
}

.catalogtur-sort-textmob {
    display: none;
}

.catalogtur-block {
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.catalogtur-block .tury-item {
    max-width: 370px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.catalogtur-top {
    margin-bottom: 90px;
}

.tur-page {
    padding-bottom: 132px;
}

.tur-page-title {
    max-width: 565px;
    margin: 26px auto 0;
}

.bron-left {
    max-width: 790px;
    width: 100%;
    padding: 48px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 31px rgba(39, 69, 88, 0.12);
}

.bron-zapol-item-flex {
    position: relative;
}

.bron-zapol-item-flex .new-select {
    font-size: 20px;
    color: #1F1F1F;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0 0 0 34px;
    max-width: 255px;
    width: 100%;
    font-weight: 500;
    border: none;
}

.bron-zapol-text {
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 17px;
}

.bron-zapol-item:not(:last-child) {
    margin-bottom: 44px;
}

.bron-itog-text {
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 17px;
}

.bron-itog-price {
    font-size: 27px;
    color: #90D687;
    font-weight: bold;
}

.bron-itog-item:not(:last-child) {
    margin-bottom: 30px;
}

.bron-zapol {
    margin-right: 87px;
}

.bron-btn {
    max-width: 261px;
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    border: none !important;
    cursor: pointer;
}

.bron-text {
    max-width: 351px;
    font-size: 16px;
    color: #A1A1A1;
    width: 100%;
}

.bron-zapol-icon {
    margin-right: 22px;
    flex-shrink: 0;
}

.bron-zapol-item-flex .select {
    width: 100%;
}

.bron-zapol-svg {
    margin-left: 40px;
    flex-shrink: 0;
}

.bron-bot {
    margin-top: 70px;
}

.bron-zapol-item-flex input,  .bron-zapol-item-flex .new-select{
    font-size: 20px;
    color: #1F1F1F;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0 0 0 34px;
    margin: 0;
    min-width: 255px;
    max-width: 255px;
    width: 100%;
    font-weight: 500;
}

.bron-zapol-item-flex .new-select__list {
    height: auto!important;
    max-height: 300px;
}

.bron-zapol-item-flex input::-webkit-input-placeholder {color:#1F1F1F;font-size: 20px;font-weight: 500;}
.bron-zapol-item-flex input::-moz-placeholder          {color:#1F1F1F;font-size: 20px;font-weight: 500;}/* Firefox 19+ */
.bron-zapol-item-flex input:-moz-placeholder           {color:#1F1F1F;font-size: 20px;font-weight: 500;}/* Firefox 18- */
.bron-zapol-item-flex input:-ms-input-placeholder      {color:#1F1F1F;font-size: 20px;font-weight: 500;}

.bron-right {
    max-width: 631px;
    width: 100%;
}

.bron-info-text {
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 17px;
}

.bron-info-title {
    font-size: 20px;
    color: #1F1F1F;
    font-weight: 500;
}

.bron-author-call {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 243px;
    width: 100%;
    margin-left: auto;
    height: 74px;
    background: #DEE9FF;
    border-radius: 20px;
}

.bron-author-call svg {
    margin-right: 10px;
}

.bron-author-call p {
    font-size: 20px;
    font-weight: 500;
    color: #141A3B;
}

.bron-author-name {
    font-size: 18px;
    color: #1F1F1F;
    margin-right: 23px;
}

.bron-author-text {
    color: #A1A1A1;
    font-size: 17px;
    margin-top: 5px;
}

.bron-author-img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 23px;
}

.bron-author {
    margin-top: 70px;
}

.bron-right {
    padding-top: 52px;
}

.bron {
    margin-top: -72px;
}

.bron-itog-price-child {
    font-weight: 500;
    font-size: 20px;
    color: #1F1F1F;
}

.aboutur {
    padding: 100px 0;
}

.aboutur-left {
    max-width: 816px;
}

.aboutur-right {
    max-width: 655px;
}

.aboutur-title {
    font-size: 36px;
    color: #1F1F1F;
    margin-bottom: 30px;
}

.aboutur-text {
    margin-bottom: 40px;
    font-size: 18px;
    color: #1F1F1F;
}

.aboutur-list-item {
    display: flex;
    font-size: 18px;
    color: #1F1F1F;
    line-height: 153.7%;
}

.aboutur-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.aboutur-list-item svg {
    margin-right: 27px;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    /*margin-top: 5px;*/
}

.aboutur-slider .slick-arrow {
    background: #fff;
    bottom: 23px;
    top: auto;
    transform: translate(0, 0);
}

.aboutur-slider .slick-next:before {
    content: url(../img/aboutur-right.svg);
}

.aboutur-slider .slick-next {
    right: 25px;
}

.aboutur-slider .slick-prev {
    right: 105px;
    left: auto;
}

.aboutur-slider .slick-prev:before {
    content: url(../img/aboutur-left.svg);
}

.aboutur-slider-img {
    border-radius: 20px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.5;
}

.program-title {
    font-size: 36px;
    color: #1F1F1F;
    margin-bottom: 30px;
}

.program-text {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 50px;
}

.program-img {
    max-width: 322px;
    max-height: 201px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.program-item-info {
    max-width: 816px;
    width: 100%;
    margin-left: 83px;
    padding-top: 5px;
    position: relative;
}

.program-item {
    position: relative;
}

.program-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 7px;
    left: 360px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #141A3B;
}

.program-item:not(:last-child) {
    margin-bottom: 50px;
}

.program-item-day {
    font-size: 16px;
    color: #90D687;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.program-item-day-mobile {
    display: none;
    font-size: 16px;
    color: #90D687;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.program-item-title {
    font-size: 25px;
    color: #1F1F1F;
    margin-bottom: 30px;
}

.program-item-text {
    font-size: 18px;
    color: #1F1F1F;
}

.program-content {
    position: relative;
}

.program-content:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 364px;
    width: 2px;
    height: 97%;
    background: #141A3B;
    transform: translateY(-50%);
}

.program-block {
    max-height: 485px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.program-block.unshadow:before {
    display: none;
}

.program-block.active {
    max-height: 100%;
    transition: all 0.5s ease;
}

.program-block.active:before {
    display: none;
}

.program-block:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 41.5%);
    pointer-events: none;
    z-index: 999;
}

.program-all {
    max-width: 816px;
    width: 100%;
    height: 74px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    display: block;
    border: none;
    background: #F3F6F8;
    border-radius: 20px;
    margin: 40px auto 0;
    font-family: 'Gotham Pro';
    outline: none;
    cursor: pointer;
}

.vhodprice {
    padding: 100px 0 0px;
}

.vhodprice-title {
    font-size: 36px;
    color: #1F1F1F;
    text-align: left;
    margin-bottom: 76px;
}

.vhodprice-left, .vhodprice-right {
    max-width: 519px;
    width: max-content;
}

.vhodprice-subtitle {
    font-size: 25px;
    color: #1F1F1F;
    margin-bottom: 30px;
    margin-top: 50px;
}

.vhodprice-left .vhodprice-subtitle span {
    color: #90D687;
}

.vhodprice-right .vhodprice-subtitle span {
    color: #F07A7B;
}

.vhodprice-list-item {
    font-size: 18px;
    color: #1F1F1F;
}

.vhodprice-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.vhodprice-block {
    /*max-width: 1237px;*/
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
}
.vhodprice-block > div {
    width: 50%;
    max-width: none;
}
.review {
    background: #F3F6F8;
    padding: 82px 0 110px;
    margin-top: 100px;
}

.review-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.review-text {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 60px;
}

.review-block {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

/*.review-item a img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 35px;
}*/
.review-item a img {
    margin-right: 35px;
}

.review-item * {
    flex-shrink: 0;
}

.review-item:not(:last-child) {
    margin-bottom: 50px;
}

.review-item-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 35px;
}

.review-item-name {
    font-size: 20px;
    font-weight: 500;
    margin-right: 27px;
}

.review-item-date {
    font-size: 18px;
    color: #A1A1A1;
    margin: 7px 0 23px;
}

.review-left {
    max-width: 820px;
    width: 100%;
}

.review-item-text {
    font-size: 18px;
    color: #1F1F1F;
    max-width: 724px;
    margin-bottom: 24px;
    line-height: 143.7%;
}

.review-item-gallery {
    position: relative;
    max-width: 125px;
    width: 100%;
    display: flex;
    cursor: pointer;
    height: 85px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.review-item-gallery.active {
    max-width: max-content;
    flex-wrap: wrap;
    height: auto;
    transition: all 0.5s ease;
}

.review-item-gallery.active img {
	margin-bottom: 8px;
}

.review-item-gallery.active .review-item-gallery-count {
    display: none;
}

.review-item-gallery img {
    max-width: 125px;
    width: 100%;
    height: 85px;
    border-radius: 20px;
    object-fit: cover;
}

.review-item-gallery img:not(:last-child) {
    margin-right: 16px;
}

.review-item-gallery-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.review-right {
    text-align: center;
    max-width: 471px;
    width: 100%;
    box-shadow: 0px 4px 31px rgba(39, 69, 88, 0.12);
    border-radius: 32px;
    height: max-content;
    min-height: 629px;
    padding: 30px 60px 134px;
}

.review-right img {
	max-width: 99px;
    width: 99px;
	height: 99px;
	border-radius: 100%;
	object-fit: cover;
}

.review-right-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 26px;
}

.review-right-name {
    font-size: 19px;
    color: #1F1F1F;
    font-weight: 500;
    margin-bottom: 4px;
}

.review-right-subname {
    font-size: 17px;
    color: #A1A1A1;
    margin-bottom: 14px;
}

.review-right-star {
    justify-content: center;
    align-items: center;
}

.review-right-review {
    font-size: 17px;
    color: #1F1F1F;
    margin-left: 22px;
    margin-top: 5px;
}

.review-right-text {
    font-size: 18px;
    color: #1F1F1F;
    font-weight: 500;
    margin: 34px 0;
}

.review-right-btn {
    max-width: 205px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 20px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin: 0 auto;
}

.review-item-all {
    width: 100%;
    height: 74px;
    background: #F3F6F8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    color: #141A3B;
    cursor: pointer;
}

.faq-accordeon {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.faq-accordeon-block {
    max-width: 790px;
    width: 100%;
    margin-bottom: 15px;
    background: #F3F6F8;
    border-radius: 20px;
    height: fit-content;
}

.faq-accordeon-title {
    font-size: 25px;
    color: #1F1F1F;
    padding: 38px 47px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq .faq-accordeon-title {
    font-size: 20px;
    line-height: 123.2%;
}
.faq .faq-accordeon-title {
    min-height: 107px;
    align-items: center;
    padding: 28px 47px;
}

.faq-accordeon-title svg {
    margin-left: 200px;
    flex-shrink: 0;
}

.faq-title {
    font-size: 36px;
    margin-bottom: 27px;
    text-align: center;
}

.faq-text {
    font-size: 18px;
    color: #A1A1A1;
    text-align: center;
    max-width: 481px;
    width: 100%;
    margin: 0 auto 63px;
}

.faq {
    padding: 130px 0;
}

.faq-accordeon-content {
    padding: 0 94px 44px 47px;
    font-size: 18px;
    line-height: 143.7%;
}

.reltur {
    padding-bottom: 100px;
}

.reltur-title {
    font-size: 36px;
    margin-bottom: 90px;
}

.blog {
    padding: 55px 0 203px;
}

.blog-title {
    font-size: 55px;
    margin: 37px 0 77px;
}

.blog-tabs__content {
  display: none;
}

.blog-tabs__content.active {
  display: block;
}

.blog-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-tabs__caption {
    margin-bottom: 52px;
}

.blog-tabs__caption li a {
    padding: 15px 30px !important;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
    cursor: pointer;
}

.blog-tabs__caption li h2 {
    margin-bottom: 0 !important;
}

.blog-tabs__caption li a, .blog-tabs__caption li h2 a {
    font-size: 19px !important;
    color: #000 !important;
    font-weight: normal !important;
}

.blog-tabs__caption li.active a {
    background: #90D687;
}

.blog-tabs__caption li.active a {
    color: #fff !important;
}

.blog-tabs__caption li.active h2 a {
    color: #fff !important;
} 

.blog-tabs__caption li.active a {
    color: #fff;
}

.blog-item {
    max-width: 31%;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.blog-item {
    margin-right: 20px;
}

.blog-top {
    position: relative;
    width: 100%;
    max-height: 291px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-time {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    padding: 8px 18px;
    background: #fff;
    border-radius: 100px;
    font-size: 15px;
    color: #161616;
}

.blog-time svg {
    margin-right: 12px;
}

.blog-info {
    padding: 0 20px;
}

.blog-item-title {
    font-size: 19px;
    font-weight: 500;
    max-width: 340px;
    font-family: 'Gotham Pro';
    margin-bottom: 20px;
    color: #000;
}

.blog-item-date {
    font-size: 16px;
    color: #A1A1A1;
    margin-left: auto;
}

.blog-item-text {
    font-size: 16px;
    color: #747474;
    margin-bottom: 15px;
}

.blog-item-author-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 17px;
}

.blog-item-author-name {
    font-size: 15px;
    color: #1F1F1F;
}

.navigate {
    justify-content: center;
    margin-top: 60px;
}

.navigate-link {
    min-width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #141A3B; 
}

.navigate-link.active {
    background: #DEEAFF;
    color: #141A3B;
}

.navigate-link:not(:last-child) {
    margin-right: 15px;
}

.artic {
    padding: 55px 0 110px;
}

.artic-gallery {
    border-radius: 32px;
    overflow: hidden;
    margin-top: 45px;
    justify-content: space-between;
}

.artic-gallery-img1 {
    max-width: 50%;
    object-fit: cover;
}

.artic-gallery-img2 {
    max-width: 100%;
    object-fit: cover;
}

.artic-gallery-img3 {
    max-width: 100%;
    object-fit: cover;
}

.artic-gallery-img4 {
    max-width: 24%;
    object-fit: cover;
}

.artic-gallery div {
    width: max-content;
}

.artic-gallery-center {
    text-align: center;
    display: flex;
    max-width: 24%;
    justify-content: space-between;
    flex-direction: column;
}

.artic-title {
    font-size: 36px;
    color: #1F1F1F; 
}

.artic-social {
    max-width: 195px;
    width: 100%;
    height: 63px;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 31px rgba(39, 69, 88, 0.12);
    border-radius: 20px;
    align-items: center;
    margin-left: auto;
}

.artic-social * {
    border: none !important;
    outline: none !important;
}

.share-dialog-inner-left {
    background: none !important;
}

.artic-social-link:not(:last-child) {
    margin-right: 25px;
}

.artic-top {
    margin-top: 65px;
}

.artic-author {
    padding-bottom: 50px;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 40px;
}

.artic-author-name {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 6px;
}

.artic-author-date {
    font-size: 17px;
    color: #A1A1A1;
    padding-right: 30px;
    position: relative;
}

.artic-author-date:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #A1A1A1;
}

.artic-author-time {
    font-size: 17px;
    color: #A1A1A1; 
}

.artic-author-img {
    margin-right: 23px;
    max-width: 74px;
    height: 74px;
    border-radius: 100%;
}

.artic-textblock {
    max-width: 925px;
    width: 100%;
    font-size: 18px;
    color: #1F1F1F;
    margin-top: 98px;
    line-height: 150%;
}

.artic-textblock h3 {
    font-size: 28px;
    color: #1F1F1F;
    margin-bottom: 40px;
}

.artic-textblock p {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 60px;
}

.artic-textblock img {
    margin: 60px 0;
    border-radius: 20px;
}

.interesno-title {
    font-size: 36px;
    margin-bottom: 60px;
}

.interesno-block {
    justify-content: space-between;
}

.podhod {
    padding: 110px 0;
}

.podhod-title {
    font-size: 36px;
    margin-bottom: 60px;
}

.podhod-block .tury-item-content {
    margin-right: 0;
}

.podhod-block {
    justify-content: space-between;
}

.rabotaet-title {
    font-size: 55px;
    margin: 37px 0 97px;
}

.rabotaet {
    padding: 55px 0 155px;
}

.rabotaet-tabs__content {
  display: none;
}

.rabotaet-tabs__content.active {
  display: block;
}

.rabotaet-tabs__caption {
    justify-content: space-between;
    margin-bottom: 108px;
}

.rabotaet-tabs__caption a {
    max-width: 250px;
    width: 100%;
    display: block;
}

.rabotaet-tabs__caption a.active p {
    color: #90D687;
}

.rabotaet-tabs__caption li {
    max-width: 250px;
    width: 100%;
    text-align: center;
    height: 237px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
}

.rabotaet-tabs-text {
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.rabotaet-accordeon {
    max-width: 1060px;
}

.rabotaet-accordeon-title {
    padding: 36px;
    background: #F3F6F8;
    border-radius: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.rabotaet-accordeon-title svg {
    margin-left: 48px;
    flex-shrink: 0;
}

.rabotaet-accordeon-block:not(:last-child) {
    margin-bottom: 20px;
}

.rabotaet-accordeon-content {
    padding: 20px;
    font-size: 16px;
}

.dobro {
    background: url(../img/dobro-bg.jpg) no-repeat center top / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.dobro.hidden {
    display: none !important;
}

.dobro-block {
    max-width: 621px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 80px;
    margin: 0 auto;
    position: relative;
}

.dobro-item {
    text-align: center;
    display: none;
}

.dobro-item.active {
    display: block;
}

.dobro-item-title {
    font-size: 32px;
    color: #1F1F1F;
    margin: 25px 0 30px;
}

.dobro-item-text {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 100px;
}

.dobro-item-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dobro-item-dots span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #E2E2E2;
}

.dobro-item-dots span.active {
    background: #90D687;
}

.dobro-item-dots span:not(:last-child) {
    margin-right: 15px;
}

.dobro-item-last {
    position: absolute;
    content: '';
    bottom: 26px;
    right: 26px;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background: #90D687;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border: none;
}

.profile {
    padding: 108px 0 0;
    overflow: hidden;
    padding-top: 0;
}

.profile-tabs__content {
  display: none;
  width: 100%;
  padding: 94px 0 0 135px;
}

.profile-tabs__content.active {
  display: block;
}

.profile-tabs__caption {
    padding: 84px 20px 0 0;
    box-shadow: 2px 22px 39px rgba(201, 217, 227, 0.25), 2px 22px 39px rgba(201, 217, 227, 0.25);
    position: relative;
}

.profile-tabs__caption:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #fff;
}

.profile-tabs__caption li {
    padding: 18px;
    background: transparent;
    border-radius: 20px;
    width: 250px;
    cursor: pointer;
}

.profile-tabs__caption li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #A1A1A1;
}

.profile-tabs__caption li.active a {
    color: #141A3B;
}

.profile-tabs__caption li.active {
    background: #F3F6F8;
}

.profile-tabs__caption li svg {
    margin-right: 21px;
}

.profile-tabs__caption li.active svg path {
    stroke: #141A3B;
}

.profile-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 15px;
}

.profile-date {
    font-size: 17px;
    color: #A1A1A1;
    margin-bottom: 40px;
}

.profile-select-block select {
    width: 100%;
    height: 62px;
    padding: 0 28px;
    background: #FCFCFC !important;
    border-radius: 20px;
    outline: none;  
    border: 1px solid #E2E2E2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    color: #747474;
    display: flex;
    align-items: center;
    font-family: 'Gotham Pro';
    font-weight: normal;
    position: relative;
}

.profile-select-block-textblock {
    position: relative;
}

.profile-select-block .new-select, .profile-select-block-textblock .new-select {
    width: 100%;
    height: 62px;
    max-width: 490px;
    padding: 0 28px;
    background: #FCFCFC !important;
    border-radius: 20px;
    outline: none;  
    border: 1px solid #E2E2E2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    color: #747474;
    display: flex;
    align-items: center;
    font-family: 'Gotham Pro';
    font-weight: normal;
    position: relative;
}

.sozdanie-select .new-select {
    width: 100%;
    height: 62px;
    padding: 0 28px;
    background: #FCFCFC !important;
    border-radius: 20px;
    outline: none;  
    border: 1px solid #E2E2E2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    font-family: 'Gotham Pro';
    font-weight: normal;
    position: relative;
}

.new-select.on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-select-block-button {
    max-width: 490px;
    width: 100%;
    height: 62px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    background: #FCFCFC !important;
    border-radius: 20px;
    outline: none;  
    border: 1px solid #E2E2E2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    color: #747474;
    margin-bottom: 18px;
    cursor: pointer;
    font-family: 'Gotham Pro';
    font-weight: normal;
    position: relative;
}

.profile-select-block-input {
    max-width: 490px;
    width: 100%;
    height: 62px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    background: #FCFCFC !important;
    border-radius: 20px;
    outline: none;  
    border: 1px solid #E2E2E2;
}

.profile-select-block-textblock {
    margin-bottom: 18px;
}

.profile-select-block-input::-webkit-input-placeholder {color: #747474;font-size: 18px;}
.profile-select-block-input::-moz-placeholder          {color: #747474;font-size: 18px;}/* Firefox 19+ */
.profile-select-block-input:-moz-placeholder           {color: #747474;font-size: 18px;}/* Firefox 18- */
.profile-select-block-input:-ms-input-placeholder      {color: #747474;font-size: 18px;}

.profile-select-block-button:before {
    position: absolute;
    content: url(../img/before-select.svg);
    display: block;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.profile-select-block {
    position: relative;
    max-width: 490px;
    width: 100%;
    margin-bottom: 15px;
}

.profile-select-block:before {
    position: absolute;
    content: url(../img/before-select.svg);
    display: block;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.profile-save {
    max-width: 168px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    font-size: 18px;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 20px;
    margin-top: 30px;
    cursor: pointer;
}

.profile-save:hover {
    background: #6CCE5F;
}

.profile-info {
    padding-bottom: 94px;
    width: 100%;
    border-bottom: 2px solid #E4E9ED;
    justify-content: space-between;
}

.profile-right {
    max-width: 385px;
    width: 100%;
    box-shadow: 0px 4px 31px rgba(39, 69, 88, 0.12);
    border-radius: 20px;
    padding: 60px 40px 139px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 14px;
    display: block;
}

.profile-img-reload {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1F1F1F;
    font-weight: 500;
}

.profile-expert {
    padding: 12px 16px;
    display: flex;
    margin: 40px 0;
    border-radius: 20px;
}

.profile-expert-svg {
    margin-right: 17px;
}

.profile-expert-text {
    font-size: 19px;
    color: #A1A1A1;
    font-weight: 500;
    max-width: 200px;
}

.profile-expert-link {
    max-width: 212px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    height: 61px;
    line-height: 61px;
    border: 1px solid #141A3B;
    border-radius: 20px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    display: flex;
}

.profile-right-title {
    font-size: 19px;
    color: #1F1F1F;
    font-weight: 500;
    margin-bottom: 27px;
}

.profile-right-list-item:not(:last-child) {
    margin-bottom: 20px;
}

.profile-right-list-item {
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #1F1F1F;
}

.profile-right-list-item svg {
    margin-right: 27px;
}

.profile-expert.active {
    background: #9087D6;
    position: relative;
}

.profile-expert.active:before {
    position: absolute;
    content: url(../img/profile-expert-before.svg);
    bottom: 6px;
    right: -6px;
}

.profile-expert.active .profile-expert-link {
    display: none;
}

.profile-expert.active .profile-expert-text {
    color: #fff;
}

.profile-dannie-title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 64px;
}

.profile-dannie {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.profile-dannie-block {
    display: flex;
    align-items: center;
}

.profile-dannie-block:not(:last-child) {
    margin-bottom: 30px;
}

.profile-dannie-text {
    font-size: 18px;
    color: #000;
    max-width: 250px;
    width: 100%;
}

.profile-dannie-input {
    max-width: 490px;
    width: 100%;
    height: 62px;
    background: #FCFCFC;
    padding: 0 24px;
    font-size: 18px;
    color: #1F1F1F;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.profile-dannie-textarea {
    max-width: 490px;
    width: 100%;
    height: 150px;
    background: #FCFCFC;
    padding: 24px;
    font-size: 18px;
    color: #1F1F1F;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.profile-dannie-social {
    display: flex;
    align-items: center;
}

.profile-dannie-social p {
    font-size: 18px;
    color: #000;
    max-width: 250px;
    width: 100%;
}

.profile-dannie-soc-link {
    cursor: pointer;
}

.profile-dannie-soc-link:not(:last-child) {
    margin-right: 16px;
}

.profile-dop-tabs__content {
  display: none;
}

.profile-dop-tabs__content.active {
  display: block;
}

.profile-dop-title {
    font-size: 27px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.profile-dop {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.profile-dop-tabs__caption {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.profile-dop-tabs__caption li {
    font-size: 18px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.profile-dop-tabs__caption li:not(:last-child) {
    margin-right: 56px;
}

.profile-dop-pasport {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.profile-dop-item {
    display: flex;
    align-items: center;
}

.profile-dop-item-text {
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}

.profile-dop-item-input {
    height: 62px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 0 24px;
}

.profile-dop-item-input.seria {
    width: 152px;
    margin-right: 42px;
}

.profile-dop-item-input.nomer {
    width: 236px;
}

.profile-dop-item-input.vidan {
    width: 424px;
}

.profile-dop-item {
    margin-bottom: 20px;
}

.profile-passowrd {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.profile-passowrd-title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 20px;
}

.profile-passowrd-text {
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 49px;
}

.profile-passowrd-save {
    max-width: 168px;
    width: 100%;
    height: 61px;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
    background: #90D687;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.profile-passowrd-save:hover {
    background: #6CCE5F;
}

.podpiska-btn:hover {
    background: #6CCE5F;
}

.my-tur-add:hover {
    background: #6CCE5F;
    color: #fff;
    text-decoration: none;
}

.sozdanie-modal-btn:hover {
    background: #6CCE5F;
}

.sozdanie-bot-link:hover {
    background: #6CCE5F;
    color: #fff;
}

.profile-passowrd-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    max-width: 793px;
    width: 100%;
    position: relative;
}

.profile-passowrd-item .error {
    position: absolute;
    right: 37%;
    bottom: -20px;
    font-size: 12px;
}

.profile-passowrd-view {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.profile-passowrd-item-text {
    max-width: 195px;
    width: 100%;
    margin-right: 100px;
    font-size: 18px;
    color: #000;
}

.profile-passowrd-item-input {
    max-width: 490px;
    width: 100%;
    height: 62px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 0 24px;
}

.profile-uslovia {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.profile-uslovia-title {
    font-size: 27px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.profile-uslovia-text {
    font-size: 16px;
    color: #5F5E5E;
    max-width: 793px;
    width: 100%;
    margin-bottom: 50px;
}

.profile-uslovia-item {
    display: flex;
    align-items: center;
}

.profile-uslovia-item-text {
    font-size: 18px;
    color: #000;
    margin-right: 130px;
}

.profile-uslovia-item-p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.profile-push {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.profile-push-title {
    font-size: 27px;
    color: #000;
    font-weight: 500;
    margin-bottom: 38px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    /* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    user-select: none;
    cursor: pointer;
    padding-left: 50px;
    position: relative;
    display: block;
    font-size: 18px;
    color: #1F1F1F;
}

    /* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    border: 2px solid #90D687;
    border-radius: 5px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

    /* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #90D687;
}

    /* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #90D687;
    border-color: #90D687;
}

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #90D687;
}

    /* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    border-color: #90D687;
    background-color: #90D687;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

    /* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.profile-push-text {
    font-size: 16px;
    color: #A1A1A1;
    margin-top: 17px;
    margin-bottom: 32px;
}

.profile-push-link {
    max-width: 366px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    border-radius: 20px;
}

.my-tur-title {
    font-size: 32px;
    color: #000;
}

.my-tur-add {
    max-width: 192px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    border-radius: 20px;
    margin-left: auto;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.my-tur-top {
    margin-bottom: 40px;
}

.my-tur-block-wrap {
	margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 2px solid #E4E9ED;
}

.my-tur-block-wrap .navigate {
    justify-content: flex-start;
}

.my-tur-block {
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.my-tur-cher {
    /*justify-content: space-between;*/
    padding-bottom: 70px;
    border-bottom: 2px solid #E4E9ED;
    flex-wrap: wrap;
}

.my-tur-block .tury-item-content {
    margin-right: 0;
}

.my-tur-block .tury-item {
    max-width: 33%;
    width: 100%;
    min-height: 481px;
}

.tury-item-moder {
    max-width: 161px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #141A3B;
    font-weight: 500;
}

.my-tur-block .tury-item-title {
    margin-bottom: 126px;
}

.tury-item-soz {
    max-width: 228px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #141A3B;
    font-weight: 500;
}

.my-tur-cher {
    padding: 70px 0;
}

.my-tur-cher .tury-item-title {
    margin-bottom: 46px;
}

.my-tur-cher .tury-item {
    max-width: 33%;
}

.sozdanie {
    padding: 105px 0 0;
    background: #F3F6F8;
    padding-top: 0;
}

.sozdanie-tabs__content {
  display: none;
  width: 100%;
}

.sozdanie-tabs__content.active {
  display: block;
}

.sozdanie-tabs-left {
    background: #FFFFFF;
    box-shadow: 2px 22px 39px rgba(201, 217, 227, 0.25);
    position: relative;
    padding-top: 29px;
    padding-right: 26px;
    max-width: 260px;
    width: 100%;
}

.sozdanie-tabs-left:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #fff;
}

.sozdanie-save-close {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #445EEC;
    margin-bottom: 56px;
    font-weight: 500;
}

.sozdanie-save-close svg {
    margin-right: 14px;
}

.sozdanie-title {
    font-size: 21px;
    font-weight: 500;
    color: #1F1F1F;
    max-width: 220px;
    margin-bottom: 30px;
}

.sozdanie-tabs__caption li {
    max-width: 244px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 0 13px;
    padding-right: 20px;
    line-height: 20px;
    cursor: pointer;
}

.sozdanie-tabs__caption li.active {
    border: 1px solid #141A3B;
}

.sozdanie-tabs__caption li:not(:last-child) {
    margin-bottom: 20px;
}

.sozdanie-bot {
    position: relative;
    padding: 40px 0 40px 138px;
    border-top: 2px solid #E1EBF1;
}

.sozdanie-bot-line {
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    background: #90D687;
}

.sozdanie-bot-itog {
    font-size: 18px;
    color: #A1A1A1;
}

.sozdanie-bot-link {
    max-width: 204px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90D687;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-left: auto;
    border: none;
    border-radius: 20px;
}

.sozdanie-tabs-content {
    padding: 80px 0 0 138px;
}

.sozdanie-tabs-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 60px;
}

.sozdanie-label {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.sozdanie-input {
    max-width: 490px;
    width: 100%;
    height: 62px;
    background: #FCFCFC;
    padding: 0 24px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    font-size: 18px;
}

.sozdanie-input::-webkit-input-placeholder {color:#747474;font-size: 18px;}
.sozdanie-input::-moz-placeholder          {color:#747474;font-size: 18px;}/* Firefox 19+ */
.sozdanie-input:-moz-placeholder           {color:#747474;font-size: 18px;}/* Firefox 18- */
.sozdanie-input:-ms-input-placeholder      {color:#747474;font-size: 18px;}

.sozdanie-obsh {
    padding-bottom: 70px;
    border-bottom: 2px solid #E4E9ED;
}

.sozdanie-obsh-item:not(:last-child) {
    margin-bottom: 60px;
}

.sozdanie-select {
    position: relative;
    max-width: 490px;
    width: 100%;
}

.sozdanie-select:before {
    position: absolute;
    content: url(../img/before-select.svg);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    right: 28px;
    z-index: 1;
}

.sozdanie-select select {
    width: 100%;
    height: 62px;
    background: #FCFCFC;
    padding: 0 24px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.sozdanie-select-add {
    max-width: 240px;
    cursor: pointer;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 20px;
}

.sozdanie-mest-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 60px;
}

.sozdanie-mest {
    padding: 70px 0;
}

.lcslt-multiple {
    width: 100% !important;
    height: 62px !important;
    background: #FCFCFC !important;
    padding: 0 24px !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
}

.lcslt-multi-selected {
    padding: 6px 45px 6px 9px;
    background: #BFC7EF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.lcslt span, .lcslt-multi-selected {
    margin-bottom: 0;
}

.lcslt-multi-selected:before {
    content: url(../img/x-select.svg) !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.lcslt span:not(.lcslt-placeholder):not(.lcslt-multi-callout) {
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    padding-right: 0 !important;
}

.lcslt-multi-selected:before {
    padding-right: 0;
}

.sozdanie-label-text {
    max-width: 490px;
    width: 100%;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.sozdanie-marsh-text {
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 14px;
}

.sozdanie-marsh-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 34px;
}

.sozdanie-marsh-city {
    max-width: 350px;
    width: 100%;
    margin-right: 74px;
}

.sozdanie-marsh-time {
    max-width: 275px;
    width: 100%;
}

.sozdanie-marsh-item:not(:last-child) {
    margin-bottom: 70px;
}

.sozdanie-marsh {
    padding-left: 42px;
    position: relative;
}

.sozdanie-marsh:before {
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: 6px;
    border: 1px dashed #A1A1A1;
    width: 1px;
    height: 65%;
}

.sozdanie-marsh-item {
    position: relative;
}

.sozdanie-marsh-item:before {
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: -40px;
    width: 10px;
    height: 10px;
    background: #141A3B;
    border-radius: 100%;
}

.ceni {
    padding-bottom: 40px;
    border-bottom: 2px solid #E4E9ED;
}

.ceni-title {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 60px;
}

.radioblock-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.radioblock-title-margin {
	margin-bottom: 10px;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio+label {
    font-size: 18px;
    color: #000;
    padding-left: 42px;
    user-select: none;
    position: relative;
    cursor: pointer;
}

.custom-radio+label::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    background: #fff;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #90D687;
    border-radius: 50%;
}

.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #90D687;
}

.custom-radio:not(:disabled):active+label::before {
    background-color: #90D687;
    border-color: #90D687;
}

.custom-radio:checked+label::before {
    border-color: #90D687;
    box-shadow:inset 0 0 0 4px rgba(255,255,255,1);
    background-color: #90D687;
}

.custom-radio:disabled+label::before {
    background-color: #e9ecef;
}

.radioblock-item {
    margin-bottom: 30px;
}

.kogda {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.kogda-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.kogda-text {
    font-size: 16px;
    color: #5F5E5E;
    max-width: 490px;
    width: 100%;
    margin-bottom: 35px;
}

.kogda-block {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 0;
    max-width: 858px;
    width: 100%;
}

.kogda-item {
    margin-bottom: 60px;
    max-width: 355px;
    width: 100%;
}

.kogda-item.mest input {
    max-width: 150px;
    width: 100%;
}

.kogda-item.mest .kogda-item-iz {
    font-size: 18px;
    color: #747474;
    margin: 0 20px;
}

.kogda-add {
    max-width: 243px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 23px;
    border-radius: 20px;
}

.prochee {
    padding: 70px 0;
}

.prochee-title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}

.label-input {
    width: 55px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    margin: 0 16px;
}

.usl {
    padding-bottom: 300px;
}

.usl-title {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.usl-text {
    max-width: 640px;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.usl-textar {
    max-width: 577px;
    width: 100%;
    height: 233px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 18px;
}

.detali {
    padding-bottom: 70px;
    border-bottom: 2px solid #E4E9ED;
}

.detali-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 60px;
}

.detali-item {
    max-width: 530px;
    margin-bottom: 60px;
}

.detali-item-pozhivanie {
	margin-bottom: 0;
}

.detali-item-flex {
    margin-bottom: 30px;
}

.detali-item-flex input {
    max-width: 236px;
}

.radioblock-text {
    font-size: 16px;
    color: #5F5E5E;
    margin: 10px 0 30px;
}

.detali-item-label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.detali-item-text {
    font-size: 16px;
    color: #5F5E5E;
    margin: 20px 0;
}

.detali-add, .vazh-znat-add {
    max-width: 214px;
    width: 100%;
    height: 61px;
    border: 1px solid #141A3B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 30px;
    border-radius: 20px;
}

.treb {
    padding: 70px 0;
}

.vazh-znat {
    padding: 70px 0;
    border-bottom: 2px solid #E4E9ED;
}

.treb-title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.treb-text {
    max-width: 538px;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.treb-textar {
    max-width: 655px;
    width: 100%;
    padding: 20px;
    background: #FCFCFC;
    height: 196px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.opis-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 60px;
}

.opis-text {
    max-width: 538px;
    width: 100%;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.opis-textar {
    max-width: 577px;
    padding: 20px;
    background: #FCFCFC;
    width: 100%;
    height: 165px;
    margin-bottom: 17px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.opis-textar-min {
    font-size: 16px;
    color: #A1A1A1;
    margin-bottom: 80px;
}

.opis-item {
    max-width: 577px;
}

.opis-item-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.opis-item-text {
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.opis {
    padding-bottom: 70px;
    border-bottom: 2px solid #E4E9ED;
}

.opis-add {
    border: 1px solid #141A3B;
    max-width: 214px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 20px;
}

.denza {
    padding: 70px 0;
}

.denza-title {
    font-size: 25px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}

.denza-text {
    font-size: 16px;
    color: #5F5E5E;
    max-width: 577px;
    margin-bottom: 30px;
}

.denza-block {
    padding-left: 60px;
    position: relative;
}

.denza-block:before {
    position: absolute;
    content: '';
    display: block;
    top: 40px;
    width: 1px;
    height: calc(100% - 50px);
    border: 1px dashed #A1A1A1;
    left: 15px;
}

.denza-item {
    background: #FCFCFC;
    border-radius: 20px;
    padding: 25px;
    max-width: 723px;
    position: relative;
}

.denza-item:not(:last-child) {
    margin-bottom: 18px;
}

.denza-left {
    max-width: 416px;
    width: 100%;
}

.denza-input {
    width: 100%;
    height: 61px;
    line-height: 61px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 13px;
    padding: 0 24px;
    margin-bottom: 20px;
}

.denza-right {
    max-width: 176px;
    width: 100%;
}

.denza-left-add {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #445EEC;
}

.denza-left-add svg {
    margin-right: 14px;
}

.denza-textar {
    width: 100%;
    height: 156px;
    background: #FCFCFC;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 13px;
}

.denza-add {
    max-width: 214px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    border-radius: 20px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 20px;
}

.input__wrapper {
  max-width: 214px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-image {
    max-width: 214px;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DEE9FF;
    border-radius: 13px;
    overflow: hidden;
}

.input__wrapper-two {
    max-width: 176px;
}

.input__wrapper-two .input__file-image {
    max-width: 176px;
    height: 121px;
    background: #DEE9FF;
    border-radius: 13px;
    border: none;
    margin-bottom: 20px;
}

.input__wrapper-three {
    max-width: 100%;
}

.input__file-button {
	width: inherit;
}

.input__wrapper-three .input__file-button {
    display: flex;
    align-items: center;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

.input__wrapper-three .input__file-image {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
}

.input__wrapper-three .input__file-text {
    font-size: 18px;
    color: #445EEC;
}

.input__file-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#imgshow {
    display: none;
}

#imgshow.active {
    display: block;
}

.input__file-icon.disable {
    display: none;
}

.input__file-text {
    margin: 17px 0 7px;
    font-size: 16px;
    color: #000;
    display: block;
}

.input__file-subtext {
    font-size: 14px;
    color: #A1A1A1;
    display: block;
}

.uslow {
    padding-bottom: 70px;
}

.uslow-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 60px;
}

.uslow-item {
    margin-bottom: 60px;
    max-width: 577px;
}

.uslow-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.uslow-item-text {
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.uslow-item input {
    width: 100%;
    max-width: 100%;
    display: block;
}

.uslow-add {
    max-width: 214px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    border-radius: 20px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 20px;
}

.aviab-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.aviab-textar {
    max-width: 582px;
    width: 100%;
    height: 94px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.ovas {
    padding-bottom: 70px;
}

.ovas-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.ovas-text {
    max-width: 538px;
    width: 100%;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 49px;
}

.ovas-item-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.ovas-item {
    max-width: 490px;
    width: 100%;
    margin-bottom: 60px;
}

.ovas-item input {
    max-width: 100%;
    width: 100%;
}

.ovas-item-text {
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.ovas-item-textar-block {
    max-width: 669px;
}

.ovas-item-textar-block .ovas-item-text {
    max-width: 538px;
}

.ovas-item-textar {
    max-width: 669px;
    width: 100%;
    height: 156px;
    background: #FCFCFC;
    padding: 20px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.dopus-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.dopus-text {
    max-width: 555px;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 20px;
}

.dopus-item {
    max-width: 593px;
}

.dopus-item:not(:last-child) {
    margin-bottom: 10px;
}

.dopus-input-left {
    max-width: 416px;
    width: 100%;
    font-size: 18px;
    height: 59px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 0 24px;
}

.dopus-input-right {
    max-width: 157px;
    width: 100%;
    font-size: 18px;
    height: 59px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    padding: 0 24px;
}

.dopus-add {
    max-width: 214px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    border-radius: 20px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 20px;
}

.dopus-com {
    margin-top: 60px;
}

.dopus-com-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.dopus-textar {
    max-width: 669px;
    width: 100%;
    height: 156px;
    background: #FCFCFC;
    padding: 20px;
    border: 1px solid #E2E2E2;
    border-radius: 13px;
}

.dopus {
    padding-bottom: 70px;
}

.fotofile {
    padding-bottom: 70px;
}

.fotofile-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 32px;
}

.fotofile-text {
    max-width: 577px;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 58px;
}

.fotofile-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.fotofile-list {
    max-width: 566px;
    font-size: 18px;
    color: #000;
    margin-bottom: 63px;
}

.fotofile-block {
    flex-wrap: wrap;
    max-width: 682px;
    margin: 50px 0 0 0;
}

.fotofile-block .fotofile-obl {
    max-width: 33%;
}

.fotofile-add {
    max-width: 214px;
    width: 100%;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141A3B;
    border-radius: 20px;
    font-size: 18px;
    color: #141A3B;
    font-weight: 500;
    margin-top: 20px;
}

.fotofile-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.fotofile-item-text {
    max-width: 577px;
    font-size: 16px;
    color: #5F5E5E;
    margin-bottom: 15px;
}

.fotofile-item-input {
    max-width: 490px;
    width: 100%;
    height: 62px;
    padding: 0 25px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.fotofile-item {
    margin-top: 56px;
}

.reltur-block .tury-item .tury-item-content {
	margin-right: 0 !important;
}

.reltur-block .tury-item:not(:last-child) {
	margin-right: 20px;
}

.review-item-info {
	width: 100%;
}








@media screen and (max-width: 1620px) {
    .container {
        padding: 0 20px;
    }

    .catalogtur-block .catalog-item {
        max-width: 23%;
    }

    .my-tur-block .catalog-item {
        max-width: 31.5%;
    }

    .my-tur-cher .catalog-item {
        max-width: 31.5%;
    }

    .confirm-right {
        max-width: 554px;
    }

    .deystvie-right {
        max-width: 48%;
        margin-left: 0;
    }

    .deystvie-left {
        max-width: 48%;
    }

    .deystvie-block {
        justify-content: space-between;
    }

    .faq-accordeon-block {
        max-width: 49%;
    }

    .reltur-block {
        justify-content: space-between;
    }

    .reltur .tury-item {
        max-width: 24%;
    }

    .podhod-block .tury-item {
        max-width: 24%;
    }

    .rabotaet-tabs__caption li, .rabotaet-tabs__caption a {
        max-width: 230px;
    }
}

@media screen and (max-width: 1400px) {

	.podpiska-block {
		align-items: center;
	}

	.sozdanie-bot .error {
    right: 0;
    bottom: 5px;
    font-size: 11px;
	}

    .review-item-info {
        flex-shrink: initial;
    }

    .catalog-item-date {
        font-size: 14px;
    }

    .blog-content .blog-item {
        margin-right: 20px;
    }

    .blog-content .blog-item:nth-child(3n+3) {
        margin-right: 0;
    }

    .catalogtur-block .catalog-item {
        max-width: 32%;
        margin-right: 20px !important;
    }

    .catalogtur-block .catalog-item:nth-child(3n+3) {
        margin-right: 0 !important;
    }

	.vpech-title {
		font-size: 25px;
	}

	.register-modal-title, .log-modal-title, .restore-modal-title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.restore-password-text {
		margin-bottom: 25px;
	}

	.register-modal-input, .restore-login-mail {
		height: 55px;
	}

	.register-modal-btn, .login-tabs-btn {
		font-size: 18px;
		height: 55px;
	}

	.register-modal-label {
		top: 17px;
	}

	.register-modal-item {
		margin-bottom: 10px;
	}

    .confirm-left {
        max-width: 693px;
    }

	.offer-tabs-input {
    font-size: 14px;
	}

	.offer-tabs-input::-webkit-input-placeholder {font-size: 14px;}
	.offer-tabs-input::-moz-placeholder          {font-size: 14px;}/* Firefox 19+ */
	.offer-tabs-input:-moz-placeholder           {font-size: 14px;}/* Firefox 18- */
	.offer-tabs-input:-ms-input-placeholder      {font-size: 14px;}
    .container {
        padding: 0;
        max-width: 1280px;
    }

    .header-logo {
    	max-width: 130px;
    }

    .header-login, .header-login-auth {
    	width: 135px;
    	height: 50px;
    	font-size: 14px;
    }

/*    .offer-block {
        max-width: 80%;
    }*/

    .stati-left, .stati-right {
        max-width: 48%;
    }

    .stati-item-author {
        position: initial;
    }

    .bron-left {
        max-width: 690px;
    }

    .bron-right {
        max-width: 531px;
    }

    .bron-text {
        max-width: 285px;
        font-size: 15px;
    }

    .bron-author-call {
        max-width: 203px;
        height: 60px;
    }

    .bron-author-call p {
        font-size: 15px;
    }

    .bron-itog-price {
        font-size: 25px;
    }

    .aboutur-title {
        font-size: 30px;
    }

    .aboutur-text {
        font-size: 15px;
    }

    .aboutur-list-item {
        font-size: 15px;
    }

    .aboutur-left {
        max-width: 516px;
    }

    .aboutur-right {
        max-width: 555px;
    }

    .program-title {
        font-size: 30px;
    }

    .program-text {
        font-size: 15px;
    }

    .program-item-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .program-item-text {
        font-size: 15px;
    }

    .vhodprice {
        padding: 90px 0 0px;
    }

    .vhodprice-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .vhodprice-subtitle {
        font-size: 22px;
    }

    .vhodprice-list-item {
        font-size: 15px;
    }

    .review-title {
        font-size: 30px;
    }

    .review-text {
        font-size: 15px;
    }

    .review-item-text {
        font-size: 15px;
    }

    .review-item-date {
        margin-bottom: 10px;
    }

    .review-right-image {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .review-right-text {
        font-size: 15px;
    }

    .review-right {
        max-width: 451px;
    }

    .review-left {
        max-width: 650px;
    }

    .faq {
        padding: 90px 0;
    }

    .faq-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .faq-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .faq-accordeon-title {
        padding: 20px;
        font-size: 15px;
    }

    .reltur-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .rabotaet-tabs__caption li, .rabotaet-tabs__caption a {
        max-width: 200px;
    }

    .profile-tabs__content {
        padding: 94px 0 0 55px;
    }

    .offer-title {
        font-size: 40px;
    }

    .offer-tabs-label {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .offer-tabs-item {
        padding: 20px;
    }

    .offer-tabs-item:nth-child(1) {
        max-width: 255px;
        width: 100%;
    }

    .offer-tabs-item:nth-child(3) {
        max-width: 206px;
        width: 100%;
    }

    .offer {
        padding: 123px 0 157px;
    }

    .offer-tabs-link {
        height: 55px;
        font-size: 15px;
        max-width: 150px;
    }

    .offer-tabs-content {
        padding: 20px;
    }

    .offer-tabs-city-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .offer-tabs-city-name {
        font-size: 17px;
        margin-bottom: 0;
    }

    .ui-datepicker .ui-datepicker-header {
        margin-bottom: 15px;
    }

    td .ui-state-default {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .ui-datepicker-group-first {
        margin-right: 80px;
    }

    .breadcrumb-link {
        font-size: 15px;
    }

    .artic-top {
        margin-top: 35px;
    }

    .artic-title {
        font-size: 30px;
    }

    .artic-social {
        max-width: 155px;
        height: 55px;
    }

    .artic-author {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .artic-gallery {
        max-height: 350px;
    }

    .artic-gallery img {
        object-fit: cover;
    }

    .artic-gallery-img2, .artic-gallery-img3 {
        max-height: 49%;
    }

    .artic-author-name {
        font-size: 17px;
    }

    .artic-textblock {
        margin-top: 40px;
    }

    .artic-textblock h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .artic-textblock p {
        font-size: 15px;
    }

    .artic {
        padding-bottom: 40px;
    }

    .interesno-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .podhod {
        padding: 70px 0;
    }

    .podhod-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .offer-tabs-block {
        border-radius: 23px;
    }

    .offer-link {
        font-size: 14px;
        margin-bottom: 50px;
        height: 50px;
        max-width: 150px;
    }

    .header-menu-link {
        font-size: 14px;
    }

    .header-login {
        font-size: 16px;
    }

    .legche {
        padding: 90px 0;
    }

    .legche-title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .legche-item-title {
        font-size: 17px;
    }

    .legche-item-img {
        max-height: 150px;
    }

    .legche-item-text {
        font-size: 15px;
    }

    .deystvie-title {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .deystvie-right-title {
        font-size: 19px;
    }

    .deystvie-right-text {
        font-size: 15px;
    }

    .deystvie-img {
        max-height: 500px;
    }

    .deystvie-block {
        justify-content: space-around;
    }

    .deystvie-right-item:nth-child(1) {
        margin-bottom: 55px;
    }

    .deystvie {
        padding: 0 46px 108px;
    }

    .predlozheniya-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .predlozheniya-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .predlozheniya-item-title {
        font-size: 19px;
    }

    .predlozheniya-link {
        font-size: 15px;
    }

    .predlozheniya {
        padding-bottom: 80px;
    }

    .tury-title {
        font-size: 30px;
    }

    .tury-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .tury .tury-item {
        max-width: 300px;
        margin: 0 auto;
    }

    .tury .tury-item .tury-item-name {
        padding: 14px;
    }

    .tury-item-title {
        font-size: 19px;
    }

    .tury-item-price {
        font-size: 15px;
    }

    .tury-item-date {
        font-size: 14px;
    }

    .tury-link {
        font-size: 15px;
    }

    .tipi {
        padding: 60px 0;
    }

    .tipi-title {
        font-size: 30px;
    }

    .tipi-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .tipi-item-title {
        font-size: 19px;
    }

    .stati-title {
        font-size: 30px;
    }

    .stati-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .stati-item-title {
        font-size: 19px;
    }

    .stati-item-text {
        font-size: 15px;
    }

    .stati-all {
        font-size: 15px;
        margin-top: 30px;
    }

    .header-login {
        width: 125px;
        height: 50px;
    }

    .blog {
        padding: 0 0 103px;
    }

    .blog-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .blog-tabs__caption li a {
        font-size: 17px;
    }

    .blog-top {
        max-height: 200px;
        margin-bottom: 20px;
    }

    .tur {
        padding: 104px 0 0 0;
    }

    .tur-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .tur .offer-block {
        transform: translateY(45px);
    }

    .catalogtur {
        padding: 101px 0 90px;
    }

    .catalogtur-title {
        font-size: 25px;
    }

    .catalogtur-sort {
        font-size: 25px;
    }

    .catalogtur-top {
        margin-bottom: 45px;
    }

    .tury-item-top {
        max-height: 200px;
    }

    .header {
        padding: 10px 0;
    }

    .dobro {
        padding: 107px 0;
    }

    .dobro-block {
        padding: 48px;
        max-width: 521px;
    }

    .dobro-img {
        max-height: 150px;
    }

    .dobro-item-title {
        font-size: 30px;
    }

    .rabotaet {
        padding: 105px 0;
    }

    .rabotaet-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .rabotaet-tabs-img {
        max-height: 100px;
    }

    .rabotaet-tabs__caption li, .rabotaet-tabs__caption a {
        height: 167px;
    }

    .rabotaet-tabs-text {
        font-size: 15px;
    }

    .rabotaet-tabs__caption {
        margin-bottom: 50px;
    }

    .rabotaet-accordeon-title {
        padding: 20px;
    }

    .sozdanie-modal-block {
        padding: 30px 70px;
        max-width: 521px;
    }

    .sozdanie {
        padding: 65px 0 0;
    }

    .sozdanie-tabs-content {
        padding: 50px 0 0 68px;
    }

    .uslow-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .sozdanie-bot {
        padding: 20px 0 20px 68px;
    }

    .tur-page {
        padding-bottom: 132px;
    }

    .tur-title {
        font-size: 30px;
    }

    .bron-left {
        padding: 35px;
    }

    .bron-bot {
        margin-top: 30px;
    }

    .bron-btn {
        max-width: 200px;
        height: 65px;
        font-size: 15px;
    }

    .sozdanie-modal-block img {
        max-height: 150px;
    }

    .sozdanie-modal-title {
        font-size: 30px;
    }

    .sozdanie-modal-text {
        font-size: 15px;
    }

    .sozdanie-modal-btn {
        font-size: 15px;
    }

    .stati-item-item:nth-child(1) .stati-item-left, .stati-item-item:nth-child(2) .stati-item-left {
        max-width: 305px;
    }

    .stati-item-right {
        max-width: 380px;
    }

    .stati-item-item:nth-child(1) .stati-item-right, .stati-item-item:nth-child(2) .stati-item-right {
        max-width: 270px;
    }

    .stati-item-left {
        max-width: 250px;
    }

    .tipi-item-img {
        max-height: 171px;
    }

    .reltur-block {
        overflow-x: scroll;
    }

    .reltur-block .catalog-item {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1300px) {

    .tipi-item-img {
        max-height: 181px;
    }

    .dobro-img {
	    max-height: 120px;
		}

		.dobro-item-title {
		  font-size: 24px;
		  margin-bottom: 20px;
		}

		.dobro-item-text {
		  font-size: 16px;
		  color: #1F1F1F;
		  margin-bottom: 60px;
		}

    .my-tur-block .catalog-item {
        max-width: 48%;
        margin-right: 20px !important;
    }

    .my-tur-block .catalog-item:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .my-tur-cher .catalog-item {
        max-width: 48%;
        margin-right: 20px !important;
    }

    .my-tur-cher .catalog-item:nth-child(2n+2) {
        margin-right: 0 !important;
    }

    .podhod-block::-webkit-scrollbar { /* chrome based */
	    background: transparent;  /* опционально */
		}

    .blog-item {
    	max-width: 31%;
    }

    .stati-item-left {
        max-width: 305px !important;
        height: 350px !important;
    }

    .stati-item-top {
        flex-direction: column;
    }

    .stati-item-right {
        max-width: 240px !important;
    }

    .container {
        max-width: 1140px;
    }

    .confirm-left {
        max-width: 593px;
    }

    .confirm-right {
        max-width: 500px;
        padding: 34px;
    }

    .predlozheniya-item-title {
        bottom: 34px;
        left: 35px;
        font-size: 16px;
    }

    .footer-left {
        margin-right: 169px;
    }

    .tur {
        padding-bottom: 96px;
    }

    .catalogtur-block .tury-item {
        max-width: 31%;
    }

    .bron-left {
        max-width: 600px;
        padding: 34px;
    }

    .bron-text {
        max-width: 240px;
        font-size: 14px;
    }

    .bron-right {
        max-width: 501px;
    }

    .bron-author-call p {
        display: none;
    }

    .bron-author-call svg {
        margin-right: 0;
    }

    .bron-author-call {
        max-width: 80px;
    }

    .aboutur-left {
        max-width: 516px;
    }

    .aboutur-right {
        max-width: 555px;
    }

    .review-right {
        max-width: 400px;
        padding: 30px 30px 134px;
    }

    .review-left {
        max-width: 620px;
    }

    .faq-accordeon-block {
        max-width: 100%;
    }

    .reltur-block {
        overflow-x: scroll;
    }

    .reltur .tury-item {
        max-width: 33%;
        flex-shrink: 0;
    }

    .podhod-block {
        overflow-x: scroll;
    }

    .podhod-block .tury-item {
        max-width: max-content;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .rabotaet-tabs__caption {
        overflow-x: scroll;
        padding: 20px 0;
    }

    .rabotaet-tabs__caption li, .rabotaet-tabs__caption a {
	    flex-shrink: 0;
	    max-width: 170px;
	    height: 145px;
	    margin-right: 20px;
		}

    .profile-left {
        max-width: 450px;
    }

    .profile-right {
        max-width: 355px;
    }

    .my-tur-block .tury-item, .my-tur-cher .tury-item {
        max-width: 49%;
        margin-bottom: 34px;
    }

    .my-tur-block .tury-item .tury-item-price-block, .my-tur-cher .tury-item .tury-item-price-block {
       padding: 0 20px 0;
    }

    .offer-tabs-item {
        max-width: 200px!important;
    }
    .offer-tabs-block {
        max-width: 90%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    .offer-block {
        display: none;
    }

    .catalogtur-block .catalog-item {
        max-width: 48%;
        margin-right: 0 !important;
    }

    .catalogtur-block {
        justify-content: space-between;
    }

    .reltur .tury-item {
        max-width: max-content;
    }

    .confirm-block {
        flex-direction: column;
    }

    .confirm-left {
        max-width: 100%;
        margin-bottom: 48px;
    }

    .confirm-right {
        max-width: 100%;
    }

    .my-tur-block .tury-item {
        min-height: 400px;
    }

    .profile-dannie-soc-flex {
        flex-wrap: wrap;
    }

    .profile-dannie-soc-flex .profile-dannie-soc-link:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .deystvie-block {
        flex-direction: column;
    }

    .deystvie {
        padding: 0 0 100px;
    }

    .deystvie-left {
        max-width: 100%;
        width: 100%;
    }

    .deystvie-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        object-position: center 80%;
    }

    .deystvie-right {
        max-width: 100%;
        padding: 48px;
        margin-left: 0;
    }

    .tipi-block {
        overflow-x: scroll;
    }

    .tipi .container {
        max-width: 100%;
        padding-left: 10px;
    }

    .tipi-block-content {
        width: 1600px;
    }

    .stati-block {
        flex-direction: column;
    }

    .stati-left {
        display: flex;
        max-width: 100%;
        justify-content: space-between;
        margin-bottom: 34px;
    }

    .stati-left .stati-item {
        max-width: 48%;
    }

    .stati-right {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: space-between;
    }

    .stati-right .stati-item {
        max-width: 48%;
    }

    .podpiska-title {
        margin-right: 56px;
    }

    .bron-block {
        flex-direction: column;
    }

    .aboutur-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .aboutur-left {
        max-width: 100%;
        margin-bottom: 44px;
    }

    .program-item {
        align-items: flex-start;
    }

    .vhodprice-left, .vhodprice-right {
        max-width: 49%;
    }

    .vhodprice-block {
        max-width: 100%;
    }

    .review-right {
        display: none;
    }

    .review-left {
        max-width: 100%;
    }

    .blog-tabs__caption {
        overflow-x: scroll;
    }

    .blog-tabs__caption li {
        flex-shrink: 0;
    }

    .profile-info {
        flex-direction: column;
    }

    .profile-left, .profile-right {
        max-width: 100%;
    }

    .profile-left {
        margin-bottom: 60px;
    }

    .sozdanie-tabs-content {
        padding: 80px 0 0 58px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 740px;
    }

    .denza-block:before {
        display: none;
    }

    .denza-item:before {
        display: none;
    }

    .predlozheniya-item-title {
        bottom: 24px;
        left: 15px;
        font-size: 16px;
    }

    .predlozheniya-item:nth-child(3) {
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .predlozheniya-item:nth-child(4) {
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .predlozheniya-item:nth-child(5) {
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .predlozheniya-item:nth-child(6) {
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .stati-item {
        flex-direction: column;
        position: relative;
    }

    .stati-item-left {
        margin-bottom: 18px;
    }

    .stati-item-date {
        position: absolute;
        bottom: 5px;
        right: 0;
    }

    .podpiska-block {
        flex-direction: column;
        justify-content: center;
    }

    .podpiska-title {
        text-align: center;
        margin: 0 auto 78px;
    }

    .podpiska-form {
        justify-content: center;
    }

    .footer-left {
        margin-right: 69px;
    }

    .catalogtur-block .tury-item {
        max-width: 48%;
    }

    .catalogtur-block .tury-item:nth-child(even) {
        margin-right: 0;
    }

    .catalogtur-title {
        font-size: 24px;
    }

    .catalogtur-sort {
        font-size: 24px;
    }

    .header-nav {
        display: none;
    }

    .header-login {
        margin-left: auto;
    }

    .program-block {
        max-height: 585px;
    }

    .blog-item {
        max-width: 49%;
    }

    .blog-content {
        justify-content: space-between;
    }

    .blog-content:after {
        display: none;  
    }

    .blog-content .blog-item {
        margin-right: 0 !important;
    }

    .interesno-block {
        flex-wrap: wrap;
    }

    .rabotaet-tabs__caption li, .rabotaet-tabs__caption a {
        display: flex;
        align-items: center;
        height: max-content;
        text-align: left;
        padding: 10px;
        border-radius: 13px;
    }

    .rabotaet-tabs__caption li img {
        max-width: 30%;
        margin-right: 10px;
    }

    .rabotaet-tabs-text {
        font-size: 16px;
    }

    .rabotaet-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .rabotaet-tabs__caption {
        margin-bottom: 30px;
    }

    .profile-tabs__caption {
        display: none;
    }

    .profile-tabs__content {
        padding: 0;
    }

    .sozdanie-marsh-item {
        flex-direction: column;
    }

    .sozdanie-tabs-content {
        padding: 80px 0 0 58px;
    }

    .sozdanie-marsh-city {
        margin-bottom: 30px;
    }

    .sozdanie-marsh:before {
        height: 57%;
    }

    .sozdanie-bot {
        padding: 40px 0 40px 58px;
    }

    .kogda-item-flex {
        flex-direction: column;
    }

    .kogda-item {
        max-width: 100%;
    }

    .denza-item-top {
        flex-direction: column;
    }

    .denza-left {
        order: 2;
        margin-top: 30px;
    }

    .denza-block {
        padding-left: 0;
    }

    .header-transp .header-login, .header-transp .header-login-auth {
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {

	.stati-block {
		column-count: 1;
	}

    .catalogtur-sort {
        display: none;
    }

    .catalog-item-date {
        font-size: 12px;
    }

    .review-item-text {
        max-width: fit-content;
    }

    .filter-open.active {
        width: 100%;
        padding: 14px;
    }

    .ssilki {
        display: none;
    }

    .mobile-nav {
        display: flex;
    }

    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .legche-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .legche-item {
        width: 50%;
        margin-bottom: 48px;
    }

    .deystvie-right-item {
        max-width: 48%;
    }

    .deystvie-right-block {
        justify-content: space-between;
    }

    .predlozheniya-item {
        max-width: 100% !important;
        height: 199px;
    }

    .predlozheniya-item img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .tury-item-title {
        font-size: 16px;
    }

    .tury-item-price {
        font-size: 15px;
    }

    .tury-item-date {
        font-size: 13px;
    }

    .tipi-item {
        width: 100%;
        max-width: 141px;
        margin-right: 0;
    }

    .tipi-block-content:after {
        display: none;
    }

    .tipi-item-title {
        font-size: 16px;
    }

    .tipi-block-content {
        width: 900px;
    }

    .stati-item-right {
        max-width: 100% !important;
    }

    .tipi-block-content a {
        display: none;
    }

    .tipi-block-content a:nth-child(1) {
        display: block;
    }
    .tipi-block-content a:nth-child(2) {
        display: block;
    }
    .tipi-block-content a:nth-child(3) {
        display: block;
    }
    .tipi-block-content a:nth-child(4) {
        display: block;
    }
    .tipi-block-content a:nth-child(5) {
        display: block;
    }
    .tipi-block-content a:nth-child(6) {
        display: block;
    }
    .tipi-block-content a:nth-child(7) {
        display: block;
    }
    .tipi-block-content a:nth-child(8) {
        display: block;
    }
    .tipi-block-content a:nth-child(9) {
        display: block;
    }
    .tipi-block-content a:nth-child(10) {
        display: block;
    }
    .tipi-block-content a:nth-child(11) {
        display: block;
    }
    .tipi-block-content a:nth-child(12) {
        display: block;
    }

    .tipi .container {
        padding: 0;
        padding-left: 10px;
    }

    .footer-block {
        flex-direction: column;
    }

    .footer-left {
        margin-bottom: 23px;
        padding-bottom: 27px;
        border-bottom: 1px solid #1B234E;
    }

    .catalogtur-sort-text {
        display: none;
    }

    .catalogtur-sort-textmob {
        display: block;
        order: 2;
    }

    .catalogtur-sort svg {
        margin-left: 0;
        margin-right: 10px;
        max-width: 20px;
    }

    .catalogtur-sort svg path {
        stroke: #fff;
    }

    .catalogtur-sort {
        max-width: 121px;
        width: 100%;
        justify-content: center;
        height: 40px;
        background: #90D687;
        font-size: 15px;
        color: #fff;
        border-radius: 13px;
        margin-left: auto;
    }

    .catalogtur {
        padding: 20px 0 43px;
    }

    .catalogtur-title {
        font-size: 16px;
    }

    .catalogtur-top {
        margin-bottom: 40px;
    }

    .program-item {
        flex-direction: column;
        padding-left: 20px;
    }

    .program-item:before {
        left: 0;
    }

    .program-block {
        max-height: 100%;
    }

    .program-block:before {
        display: none;
    }

    .program-content:before {
        left: 4px;
        height: 98%;
    }

    .program-item-info {
        margin-left: 0;
        margin-top: 20px;
    }
/*
    .program-all {
        display: none;
    }*/

    .vhodprice-left, .vhodprice-right {
        max-width: 100%;
    }

    .vhodprice-block {
        flex-direction: column;
    }

    .vhodprice-left {
        margin-bottom: 30px;
    }

    .blog {
        padding: 96px 0 68px;
    }

    .blog-title {
        font-size: 40px;
        margin-bottom: 29px;
    }

    .blog-item-date {
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 14px;
    }

    .blog-top {
        margin-bottom: 17px;    
    }

    .blog-info {
        padding: 0 10px;
    }

    .blog-item-title {
        max-width: 100%;
        font-size: 17px;
        margin-bottom: 5px;
    }

    .blog-item-text {
        font-size: 14px;
        margin-bottom: 17px;
    }

    .blog-item-author-name {
        font-size: 14px;
    }

    .blog-time {
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 13px;
    }

    .blog-time svg {
        margin-right: 8px;
    }

    .blog-tabs__caption li a {
        font-size: 15px;
        border-radius: 13px;
    }

    .blog-tabs__caption {
        margin-bottom: 29px;
    }

    .artic-gallery-center {
        max-width: 49%;
    }

    .artic-gallery-img1 {
        max-width: 49%;
    }

    .artic-gallery-img4 {
        display: none;
    }

    .sozdanie-tabs-left {
        display: none;
    }

    .sozdanie-tabs-content {
        padding: 0;
    }

    .review-item * {
        flex-shrink: inherit !important;
    }
}

.m-video {
    display: none!important;
}

/*** tour detail ***/

.video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px 33px;
    width: 316px;
    height: 74px;
    background: #F3F6F8;
    border-radius: 20px;
    margin-top: 90px;
    font-size: 20px;
    line-height: 19px;
    font-family: Gotham Pro, sans-serif;
    font-size: 19px;
    line-height: 19px;
    color: #141A3B;
    cursor: pointer;
    font-weight: 500;
}
.video:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/video.svg);
    margin-right: 10px;
}
.detail-section {
    margin-top: 100px;
}
.detail-title {
    font-size: 36px;
    color: #1F1F1F;
    font-weight: bold;
}
.accommodation {
    font-size: 18px;
    color: #1F1F1F;    
    margin-top: 32px;
}
.accommodation svg {
    margin-right: 15px;
    position: relative;
    top: 8px;
}
.accommodation_gallery img {
    margin-right: 20px;
    border-radius: 20px;    
}
.accommodation_gallery {
    margin-right: -20px;
    position: relative;
    margin-top: 40px;
}

.accommodation_gallery .slick-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    margin-top: -25px;
    background: #fff url('../img/ar-prev.svg') center no-repeat;
    margin-left: 50px;
    transform: translate(0, 0);
}
.accommodation_gallery .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    margin-top: -25px;
    background: #fff url('../img/ar-prev.svg') center no-repeat;
    margin-right: 75px;
    transform: translate(0, 0) rotate(180deg);
}
.accommodation_gallery .slick-prev:before, .accommodation_gallery .slick-next:before {
    content: none;
}
.additional-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-between;
    margin-top: 20px;
    font-weight: 500;
    max-width: 636px;
}
.additional-service__name {
    font-size: 18px;
    color: #1F1F1F;
    margin-top: 30px;
    font-weight: 500;
    width: 50%;
}
.additional-service__price {
    font-size: 18px;
    color: #90D687;
    margin-top: 30px;
    width: 50%;
    text-align: right;
}

/*** cities ***/

.cities {
    margin-top: 27px;
    display: flex;
    margin-bottom: 30px;
}
.cities:before {
    content: url(../img/routing.svg);
    margin-right: 18px;
}
.city {
    padding-right: 44px;
    position: relative;
    margin-right: 23px;
}
.city1:after {
    position: absolute;
    right: 0;
    top: -5px;
    content: url(../img/arrow-right2.svg);
}
.city__title {
    font-size: 18px;
    color: #1F1F1F;    
}
.city__time {
    margin-top: 12px;
    font-size: 17px;
    color: #A1A1A1;
}
    
@media screen and (max-width: 576px) {

    .tipi-link {
        display: none;
    }

    .reltur-block .catalog-item {
        max-width: 248px;
    }

    .reltur-block .catalog-item .catalog-item-imagelink {
        height: 174px;
    }

    .reltur-block .catalog-item .catalog-item-title {
        font-size: 16px;
    }

    .reltur-block .catalog-item .catalog-item-bot {
        flex-direction: initial;
    }

    .reltur-block .catalog-item  .catalog-item-date {
        order: 2;
        margin-bottom: 0;
    }

    .reltur-block .catalog-item .catalog-item-price-osn.active {
        display: block;
    }

    .reltur-block .catalog-item .catalog-item-photopath {
        max-width: 30px;
        width: 30px;
        height: 30px;
    }

    .reltur-block .catalog-item .catalog-item-author {
        font-size: 13px;
    }

    .reltur-block .catalog-item .catalog-item-reviewcount {
        display: block;
        order: 3;
    }

    .reltur-block .catalog-item .catalog-item-middlecount {
        margin-left: 8px;
    }

    .reltur-block .catalog-item .catalog-item-hit:not(:last-child) {
        margin-bottom: 0;
    }

    .item__copy svg {
        display: none;
    }

    .item__delete svg {
        display: none;
    }

    .item__copy {
        font-size: 11px;
    }

    .item__delete {
        font-size: 11px;
    }

    .item-admin-panel {
        padding: 0 10px;
        justify-content: space-between;
    }

    .my-tur-block .catalog-item {
        padding-bottom: 126px;
    }

    .my-tur-cher .catalog-item {
        padding-bottom: 126px;
    }

    .kogda-item-date .sozdanie-input {
    	margin-bottom: 20px;
    	padding-right: 57px;
    	font-size: 15px;
		}

		.js-tour-period {
			font-size: 15px;
			padding-right: 57px;
		}

    .denza-item {
    	margin-top: 55px;
    }

    .denza-item:before {
    	display: flex;
	    left: 0;
	    top: -40px;
    }

    .register-modal-input:focus~label, .has-content.register-modal-input~label {
    	top: 6px;
    	font-size: 11px;
		}

		.dobro {
	    display: block;
	    width: 100%;
	    height: max-content;
	    z-index: 999;
		}

		.profile-dannie-soc-flex .profile-dannie-soc-link:not(:last-child) {
			margin-bottom: 0;
		}

    .rabotaet-tabs__caption li {
    	height: 65px !important;
    	box-shadow: 0px 4px 15px rgb(0 0 0 / 7%);
    }

    .rabotaet-tabs__caption li p {
    	font-size: 12px;
    }

    .show-more {
        display: block;
    }

    .sozdanie-modal-block {
        padding: 20px;
        max-width: 100%;
        width: 95%;
    }

    .tour-form-block {
        max-width: 90%;
        width: 100%;
    }

    .turi-item-middlecount {
    	display: block;
    }












    .my-tur-block {
        justify-content: space-between;
    }

    .my-tur-cher {
        justify-content: space-between;
    }

    .catalog-item {
        border-radius: 13px;
    }

    .my-tur-block .catalog-item {
        margin-right: 0 !important;
    }

    .my-tur-cher .catalog-item {
        margin-right: 0 !important;
    }

    .catalog-item-hit-block {
        top: 6px;
        left: 6px;
    }

    .catalog-item-hit {
        top: 6px;
        left: 6px;
        padding: 6px 13px;
        font-size: 12px;
        line-height: 11px;
        border-radius: 9px;
    }

    .catalog-item-imagelink {
        height: 137px;
        border-radius: 13px;
    }

    .catalog-item-info {
        padding: 7px 10px 8px;
    }

    .catalog-item-photopath {
        max-width: 22px;
        height: 22px;
        margin-right: 8px;
    }

    .catalog-item-author {
        font-size: 11px;
    }

    .catalog-item-reviewcount {
        display: none;
    }

    .catalog-item-middlecount {
        display: flex !important;
        margin-left: auto;
    }

    .catalog-item-middlecount svg {
    	margin-right: 3px;
    }

    .catalog-item-stars {
        display: none;
    }

    .catalog-item-stars svg {
        display: none;
    }

    .catalog-item-stars svg:nth-child(1) {
        width: 18px;
        height: 18px;
        display: block;
    }

    .catalog-item-title {
        font-size: 13px;
        padding: 0 10px;
    }

    .catalog-item-moder, .catalog-item-soz {
        max-width: 121px;
        height: 28px;
        border-radius: 13px;
        font-size: 10px;
        bottom: 14px;
        left: 0;
    }

    .catalog-item {
        padding-bottom: 74px;
    }

    .catalog-item-bot {
        flex-direction: column;
        padding: 0 8px 10px;
        align-items: flex-start;
    }

    .catalog-item-price {
        order: 2;
        font-size: 13px;
    }

    .catalog-item-price-osn.active {
        display: inline-block;
        font-size: 10px;
    }

    .catalog-item-hit:not(:last-child) {
    	margin-bottom: 8px;
    }

    .catalog-item-date {
        font-size: 10px;
        padding: 8px;
        margin-bottom: 12px;
        border-radius: 13px;
    }



































    .mobile-nav-link {
    	max-width: 15%;
    	width: 100%;
    }

    .sozdanie-marsh:before {
    	height: 54%;
		}

		.js-tour-pribitie-time-block input, .js-tour-konec-time-block input {
	    padding-left: 54px !important;
	    border-radius: 20px;
	    max-width: 225px;
		}

		.sozdanie-marsh {
			padding-left: 25px;
		}

		.sozdanie-marsh-item:before {
			left: -23px;
		}

		.sozdanie-bot-link-flex {
			width: 100%;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.js-moderation {
			width: 100%;
			height: 50px;
			font-size: 16px;
			margin-top: 0 !important;
			max-width: 100%;
		}

		.save-tour {
			max-width: 49%;
			width: 100%;
			margin-right: 0;
		}

		button.js-save-tab {
			height: 50px;
			font-size: 16px;
		}

		.sozdanie-bot-link-flex a {
			max-width: 49%;
			width: 100%;
			height: 50px;
			font-size: 16px;
		}

		.js-save-tab {
			border-radius: 13px;
		}

		.sozdanie-bot-back {
			border-radius: 20px;
			margin-right: 0;
		}

    .input__file-button-profile {
    	display: flex;
    	align-items: center;
    }

    .profile-right-wrap-foto .input__file-image {
	    max-width: 68px;
	    height: 68px;
	    display: flex;
	    margin: 0 23px 0 0;
	    border-radius: 100%;
		}

		.profile-expert {
			margin-top: 25px;
		}

		.profile-right {
			padding-bottom: 25px !important;
		}

    .tury-item-top a {
    	height: 100%;
    }

    .confirm {
  	  padding: 116px 0 110px;
		}

    .review .container {
    	padding: 0 10px;
    }

    .reltur-block::-webkit-scrollbar { /* chrome based */
	    background: transparent;  /* опционально */
		}

		.rabotaet-tabs__caption::-webkit-scrollbar { /* chrome based */
	    background: transparent;  /* опционально */
		}

		.blog-tabs__caption::-webkit-scrollbar { /* chrome based */
	    background: transparent;  /* опционально */
		}

    .program-content:before {
        left: 4px;
        height: 99%;
    }

    .bron-zapol-item-flex input, .bron-zapol-item-flex .new-select {
        font-size: 16px;
    }

    .program-item:before {
        top: 5px;
    }

    .stati-item-item {
        display: none !important;
    }

    .stati-item-item:nth-child(1) {
        display: inline-block !important;
    }

    .stati-item-item:nth-child(2) {
        display: inline-block !important;
    }

    .stati-item-item:nth-child(3) {
        display: inline-block !important;
    }

    .stati-item-time {
        font-size: 13px;
    }

    .podbor-item-prodol input {
        font-weight: 500;
    }

    .tury-slider {
        margin-left: -35px;
    }

    .tury-item-content {
        border-radius: 13px;
    }

    .tury-item-top {
        border-radius: 13px;
    }

    .tury .tury-item .tury-item-title {
        margin-bottom: 34px;
    }

    .tury-item-option {
        padding: 5px 19px;
    }

    .stati-item-time-block {
        border-radius: 10px;
        padding: 5px 10px;
    }

    .stati-item-time-block svg {
        max-width: 15px;
    }

    .deystvie-right-item  svg {
        max-width: 30px;
    }

    .deystvie-img {
        display: none;
    }

    .deystvie-img-mobile {
        display: block;
        width: 100%;
    }

    .js-mobile-city.active {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .offer-tabs-city-counter {
        display: none;
    }

    .offer-tabs-mobile-content {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .confirm-child-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .confirm-child-label {
        margin-bottom: 16px;
    }

    .confirm-title {
        font-size: 23px;
    }

    .confirm-list-item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .program-item.active {
        max-height: 100% !important;
    }

    .program-item.active:after {
        display: none;
    }

    td .ui-state-default {
        width: 30px !important;
        height: 30px !important;
        font-size: 13px !important;
    }

    .ui-datepicker {
        left: 50% !important;
        width: 90%;
        border: none !important;
        padding: 32px 20px;
        box-shadow: 0px -2px 30px rgba(0, 0, 0, 0.1);
        border-radius: 30px 30px 0px 0px;
        transform: translateX(-50%) !important;
    }

    .podbor-item-city {
        position: relative;
    }

    .podbor-item-city:before {
        position: absolute;
        content: url(../img/before-select.svg);
        top: 50%;
        transform: translateY(-50%);
        right: 26px;
        z-index: 1;
        pointer-events: none;
    }

    .podbor-item-date {
        position: relative;
        width: 100%;
    }

    .podbor-item-date:before {
        position: absolute;
        content: url(../img/calendar.svg);
        top: 50%;
        transform: translateY(-50%);
        right: 26px;
        pointer-events: none;
    }

    .profile-dannie-soc-edit {
        display: none !important;
    }

    .profile-dannie-soc-link:not(:last-child) {
        margin-right: 16px !important;
    }

    .profile-dannie-soc-link.active {
    	margin-right: 0 !important;
    	margin-bottom: 8px;
    }

    .opis {
        padding-top: 35px;
    }

    .js-tour-konec-time-block:after {
        top: 73%;
    }

    .kogda-add {
	    max-width: 206px;
	    height: 48px;
	    font-size: 16px;
	    border-radius: 13px;
    }

    .detali-add, .vazh-znat-add {
    	max-width: 163px;
	    height: 48px;
	    font-size: 16px;
	    border-radius: 13px;
    }

    .opis-add, .denza-add, .uslow-add, .dopus-add, .fotofile-add {
    	max-width: 163px;
	    height: 48px;
	    font-size: 16px;
	    border-radius: 13px;
    }

    .fotofile-obl .input__wrapper {
    	max-width: 141px;
    }

    .fotofile-obl .input__wrapper .input__file-image {
    	height: 100px;
    }

    .js-tour-val-bef-block, .dopus-input-right-block {
    	width: max-content;
    }

    .fotofile-title {
        font-size: 23px;
    }

    .fotofile {
        padding-top: 35px;
    }

    .sozdanie-modal-title {
        font-size: 23px;
    }

	.sozdanie-bot-itog {
		text-align: center;
	}

    .auth-form-bot {
        flex-direction: column;
    }

    .auth-form-regis {
        margin-bottom: 16px;
    }

    .profile-left {
        padding-top: 35px;
    }

    .politika-open-block {
        padding: 14px;
    }

    .politika-open-title {
        font-size: 23px;
    }

    .politika-title-content {
        font-size: 18px;
    }

    .politika-open-close {
        font-size: 18px;
    }

    .log-modal-block {
        padding: 20px;
        border-radius: 0;
        height: 100%;
        width: 100%;
        padding-top: 64px;
    }

    .register-modal-title, .log-modal-title, .restore-modal-title {
        font-size: 23px;
    }

    .content {
        padding-top: 0 !important;
    }

    .artic .breadcrumb-link {
        display: none;
    }

    .artic .breadcrumb-link:nth-child(1) {
        display: block;
    }

    .artic .breadcrumb-link:last-child {
        display: block;
    }

    .blog .container {
        padding: 0;
    }

    .podpiska .container {
        padding: 0 40px;
    }

    .bron-author-div {
        margin-left: 0 !important;
    }

    .catalogtur-block .tury-item {
        margin-right: 0;
        background: #fff;
        border-radius: 20px;
    }

    .my-tur-block .tury-item {
        min-height: auto;
    }

	.my-tur-block .tury-item-name-review {
		display: none;
	}

	.my-tur-cher {
		padding: 0;
	}

	.profile-passowrd-view {
		top: 70%;
	}

	.my-tur-cher-title {
		font-size: 23px;
		margin-bottom: 30px;
	}

	.tury-item-top {
		max-height: 100px;
	}

    .reltur .tury-item-top {
        height: 174px;
        max-height: 100%;
    }

    .reltur .tury-item-top a {
        height: 100%;
    }

	.rabotaet-tabs__caption li img {
		max-width: 55px;
	}

	.rabotaet-tabs__caption li {
		padding-right: 16px !important;
		margin-right: 0;
	}

	.rabotaet-tabs__caption li, .rabotaet-tabs__caption a {
		width: max-content;
	}

	.rabotaet-tabs__caption a {
		margin-right: 0;
    max-width: 250px;
	}

    .header-login, .header-login-auth {
        display: none;
    }

    .fotofile-block .input__wrapper {
        max-width: 49%;
        margin-right: 0;
    }

    .fotofile-block:after {
    	display: none;
    }

    .sozdanie-tabs__content.active {
    	overflow: hidden;
    }

    .fotofile-block .input__wrapper .input__file-image {
        height: 100px;
    }

    .register-modal-block, .vpech-block {
        max-width: 100%;
        padding: 68px 14px;
        height: 100vh;
        overflow-y: scroll;
        border-radius: 0;
    }

    .vpech-tabs__caption li {
        padding: 15px 0;
        width: 49%;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    li.active .vpech-tabs-link {
        font-size: 16px;
    }

    .vpech-tabs__caption {
        width: 100%;
    }

    .register-modal-flex {
        flex-direction: column;
    }

    .register-modal-item {
        max-width: 100% !important;
    }

    .header {
        padding: 8px 0;
    }

    .gamburger {
        display: flex;
        margin-left: auto;
    }

    .offer-link {
        top: 12px;
        right: 8px;
        margin: 0;
        max-width: 117px;
        height: 40px;
        border-radius: 12px;
        font-size: 13px;
    }

    .offer {
        padding: 73px 20px 149px;
        background: url(../img/offer-mobile.jpg) no-repeat right top / cover;
    }

    .offer-title {
        font-size: 31px;
        text-align: left;
    }

    .header-logo {
        max-width: 130px;
        margin-top: 10px;
    }

    .mobile-none {
        display: block;
    }

    .legche {
        padding: 44px 0 0;
    }

    .legche .container {
        padding: 0 14px;
    }

    .legche-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .legche-item {
        width: 50%;
        margin-bottom: 48px;
    }

    .legche-item:nth-child(3) .legche-item-title {
        min-height: 72px;
    }
    .legche-item:nth-child(4) .legche-item-title {
        min-height: 72px;
    }

    .legche-title {
        font-size: 23px;
        text-align: center;
        margin-bottom: 70px;
    }

    .legche-item-title {
        font-size: 17px;
        min-height: auto;
    }

    .legche-item-text {
        font-size: 12px;
        max-width: 141px;
    }

    .deystvie {
        position: relative;
    }

    .deystvie-img {
        width: 100%;
        max-height: 284px;
        object-fit: cover;
        object-position: center 80%;
    }

    .deystvie-title {
        position: absolute;
        text-align: center;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 23px;
        width: 100%;
    }

    .deystvie-right-title {
        font-size: 16px;
    }

    .deystvie-right-text {
        font-size: 12px;
        max-width: 135px;
    }

    .deystvie-right {
        padding: 48px 14px 0;
    }

    .predlozheniya-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .predlozheniya-text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .predlozheniya {
        padding-bottom: 77px;
    }

    .predlozheniya .container {
        padding: 0 14px;
    }

    .predlozheniya-item {
        margin-bottom: 10px;
    }

    .predlozheniya-link {
        height: 51px;
        max-width: 158px;
        font-size: 15px;
        margin-top: 0px;
    }

    .slick-prev, .slick-next {
        opacity: 0 !important;
    }

    .tury {
        padding: 64px 0;
        overflow: hidden;
    }

    .tury .tury-item-top {
        max-height: 174px;
    }

    .tury-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .tury-text {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .tury-item-name-zvezdi svg {
        display: none;
    }

    .tury-item-name-zvezdi svg:nth-child(1) {
        display: block;
    }

    .tury-item-name-review {
        font-size: 13px;
    }

    .slick-track .tury-item-content {
        max-width: 248px;
        margin: 0;
        width: 100% !important;
    }

    .tury-item-name {
        padding: 11px 10px;
    }

    .catalogtur-block:after {
        display: none;
    }

    a {
        display: block;
    }

    .tury-item-title {
        padding: 0 10px;
    }

    .tury-slider .tury-item-title {
        margin-bottom: 18px;
    }

    .tury .tury-item {
        max-width: 300px;
        margin: 0 5px;
    }

    .tury-item-price-block {
        padding: 0 10px 16px;
    }

    .tury-item-date {
        padding: 10px;
    }

    .tury .container {
        padding: 0;
    }

    .tury-link {
        margin-top: 38px;
        max-width: 158px;
        height: 51px;
        font-size: 15px;
    }

    .tipi {
        padding: 69px 0;
    }

    .tipi-title {
        font-size: 23px;
    }

    .tipi-item-img {
        max-height: 109px;
    }

    .tipi-text {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .tipi-item {
        margin-bottom: 20px;
    }

    .tipi-link {
        max-width: 158px;
        height: 51px;
        font-size: 15px;
    }

    .stati-left {
        display: none;
    }

    .stati .container {
        padding: 0 14px;
    }

    .stati-item {
        max-width: 100% !important;
    }

    .stati-item-left {
        max-width: 100%;
        margin-right: 0;
        height: 159px !important;
    }

    .podpiska-form-input-block.active:before {
        height: calc(100% - 11px);
    }

    .stati-item-title {
        font-size: 17px;
        max-height: 60px;
    }

    .stati-item-text {
        font-size: 14px;
    }

    .stati-item-author-name {
        font-size: 14px;
    }

    .stati-item-author-img {
        margin-right: 8px;
    }

    .stati-item-date {
        font-size: 14px;
    }

    .stati-all {
        margin-top: 20px;
        max-width: 158px;
        width: 100%;
        height: 51px;
        font-size: 15px;
    }

    .stati {
        padding-bottom: 68px;
    }

    .stati-title {
        font-size: 23px;
    }

    .stati-text {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .podpiska-form {
        flex-direction: column;
        max-width: 100%;
    }

    .podpiska-form-input-block {
        max-width: 100%;
        margin-right: 0;
    }

    .podpiska-input {
        max-width: 100%;
        margin-bottom: 11px;
        height: 51px;
        line-height: 51px;
        border-radius: 13px;
    }

    .podpiska-btn {
        max-width: 100%;
        border-radius: 13px;
        height: 51px;
        font-size: 15px;
    }

    .container {
        padding: 0 14px;
    }

    .podpiska-title {
        font-size: 18px;
        text-align: left;
    }

    .podpiska-input::-webkit-input-placeholder {color:#747474;font-size: 15px;font-family: 'Gotham Pro';font-weight: normal;}
    .podpiska-input::-moz-placeholder          {color:#747474;font-size: 15px;font-family: 'Gotham Pro';font-weight: normal;}/* Firefox 19+ */
    .podpiska-input:-moz-placeholder           {color:#747474;font-size: 15px;font-family: 'Gotham Pro';font-weight: normal;}/* Firefox 18- */
    .podpiska-input:-ms-input-placeholder      {color:#747474;font-size: 15px;font-family: 'Gotham Pro';font-weight: normal;}

    .podpiska {
        padding: 52px 0;
    }

    .footer-menu-block {
        flex-direction: column;
    }

    .footer-menu-nav:not(:last-child) {
        margin-right: 0;
        margin-bottom: 23px;
        padding-bottom: 27px;
        border-bottom: 1px solid #1B234E;
    }

    .footer-text {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .footer-bot {
        justify-content: space-between;
        margin-top: 60px;
    }

    .footer {
  	  padding: 40px 0 122px;
		}

        .footer-logo {
            max-width: 90px;
        }

    .footer-bot-text {
        font-size: 13px;
        margin-right: 0;
        width: 106px;
        margin-right: 20px;
    }

    .footer-bot-link {
        font-size: 13px;
    }

    .tur {
        padding: 60px 0 40px 0;
    }

    .breadcrumb-link {
        font-size: 13px;
    }

    .tur-title {
        font-size: 25px;
        margin-bottom: 0;
        margin-top: -17px;
    }

    .catalogtur-block .tury-item .tury-item-name-review {
        display: none;
    }

    .catalogtur-block .tury-item .tury-item-name-zvezdi {
        margin-left: auto;
    }

    .catalogtur-block .tury-item .tury-item-price-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalogtur-block .tury-item .tury-item-price {
        order: 2;
        margin-top: 12px;
        display: flex;
    }

    .tury-item-price-osn.active {
        font-size: 13px;
    }

    .tury-item-price-new {
        font-size: 13px;
    }

    .catalogtur-block .tury-item .tury-item-title {
        margin-bottom: 90px;
        font-size: 13px;
    }

    .navigate {
        margin-top: 0;
        align-items: center;
    }

    .navigate-link {
        /*display: none;*/
    }
    .navigate-link:nth-child(1),
    .navigate-link:nth-child(2),
    .navigate-link:last-child,
    .navigate-link:nth-last-child(2) {
        display: none;
    }
    
    .nav-prev, .nav-next {
        display: block;
        width: auto;
        height: auto;
    }

    .catalogtur-block .tury-item .tury-item-date {
        font-size: 10px;
        border-radius: 13px;
    }

    .catalogtur-block .tury-item .tury-item-option {
        font-size: 13px;
        padding: 4px 13px;
        border-radius: 9px;
    }

    .catalogtur-block .tury-item .tury-item-top {
        border-radius: 13px;
        overflow: hidden;
        height: 137px;
        max-height: 137px;
    }

    .tury-item-name-name {
        font-size: 12px;
        color: #1F1F1F;
        margin: 0 6px 0 8px;
    }

    .catalogtur-block .tury-item .tury-item-top a {
        height: 100%;
    }

    .catalogtur-block .tury-item .tury-item-name img {
        width: 22px;
        height: 22px;
        border-radius: 100%;
    }

    .bron {
        margin-top: -20px;
    }

    .bron-left {
        max-width: 100%;
        padding: 24px;
        border-radius: 15px;
    }
    .bron-zapol-item:not(:last-child) {
        margin-bottom: 24px;
    }

    .bron-zapol {
        margin-right: 0;
    }

    .bron-left-block {
        flex-direction: column;
    }

    .bron-zapol-text {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .bron-zapol-item-flex {
        justify-content: space-between;
    }

    .bron-itog-text {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .bron-itog {
        display: flex;
        flex-direction: column;
    }

    .bron-itog-item:nth-child(1) {
        order: 2;
        margin-bottom: 0;
    }

    .bron-itog-item:nth-child(2) {
        order: 1;
        margin-bottom: 22px;
    }

    .bron-itog-item:nth-child(3) {
        margin-bottom: 22px;
    }

    .bron-zapol-item-flex input {
        text-align: left;
        max-width: 100%;
    }

    .bron-zapol-item-flex input::-webkit-input-placeholder {font-size: 16px;}
    .bron-zapol-item-flex input::-moz-placeholder          {font-size: 16px;}/* Firefox 19+ */
    .bron-zapol-item-flex input:-moz-placeholder           {font-size: 16px;}/* Firefox 18- */
    .bron-zapol-item-flex input:-ms-input-placeholder      {font-size: 16px;}

    .bron-itog-price-child {
        font-size: 16px;
    }
    .old_price {
        font-size: smaller;
    }
    .bron-itog-price {
        font-size: 16px;
    }

    .bron-bot {
        margin-top: 22px;
        flex-direction: column;
    }

    .bron-btn {
        max-width: 100%;
        height: 51px;
        font-size: 15px;
        margin-bottom: 15px;
        border-radius: 13px;
    }

    .bron-text {
        max-width: 100%;
        font-size: 12px;
    }

    .bron-info {
        flex-wrap: wrap;
    }

    .bron-info-item {
        max-width: 47%!important;
        width: 47%!important;
        margin-bottom: 26px;
    }
    .bron-info > div:nth-child(4), .bron-info > div:nth-child(5), .bron-info > div:nth-child(6) {
        margin-top: 0px;
    }
    .bron-author-rating svg{
        width: 13px;
        margin-top: -5px;
    }

    .bron-info-text {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .bron-info-title {
        font-size: 15px;
    }

    .bron-author {
        margin-top: 0;
    }

    .bron-author-img {
        width: 48px;
        height: 48px;
        margin-right: 12px;
    }

    .bron-author-name {
      font-size: 16px;
	    max-width: 90px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    margin-right: 8px;
    }

    .program-item-day-mobile {
        display: block;
        font-size: 14px;
    }

    .vhodprice .container {
        padding: 0 14px;
    }

    .program-item-day {
        display: none;
    }

    .bron-author-text {
        font-size: 14px;
    }

    .bron-author-call {
        max-width: 58px;
        height: 58px;
        border-radius: 13px;
    }

    .aboutur {
        padding: 70px 0;
    }

    .aboutur-left {
        padding: 0 20px;
    }

    .aboutur .container {
        padding: 0;
    }

    .aboutur-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .aboutur-text {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .aboutur-list-item svg {
        margin-right: 15px;
    }

    .aboutur-list-item {
        font-size: 15px;
    }

    .aboutur-list-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .aboutur-right {
        max-width: calc(100% - 15px);
        margin-left: 15px;
    }

    .aboutur-slider-item img {
        max-width: 281px;
        max-height: 281px;
        object-fit: cover;
        margin: 0 5px;
    }
    
    .aboutur-slider {
        margin-left: -10px;
    }

    .program-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .program-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .program-img {
        max-width: 100%;
        max-height: 171px;
    }

    .program-item-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .program-item-text {
        font-size: 15px;
    }

    .program-item {
        max-height: 351px;
        overflow: hidden;
    }

    .program-item:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 10px;
        width: 100%;
        height: 100%;
        background: linear-gradient(360deg, #FFFFFF 0.25%, rgba(255, 255, 255, 0) 33.74%);
        z-index: 99;
        pointer-events: none;
    }

    .vhodprice {
        padding: 64px 0 0 0;
    }

    .vhodprice-title {
        font-size: 23px;
        margin-bottom: 30px;
        text-align: left;
    }

    .vhodprice-subtitle {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .vhodprice-list-item {
        font-size: 15px;
    }

    .review {
        padding: 20px 0 48px;
    }

    .review-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .review-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .review-block {
        padding: 20px 10px;
    }

    .review-item-img {
        width: 48px;
        height: 48px;
        margin-right: 13px;
    }

    .review-item-name {
        font-size: 16px;
    }

    .review-item-name-block {
        justify-content: space-between;
    }

    .review-item-date {
        font-size: 14px;
        margin: 3px 0 24px;
    }

    .review-item-text {
        font-size: 15px;
        margin-left: -58px;
        margin-bottom: 0;
        max-width: 100%;
    }

    .review-item-gallery {
        margin-left: -58px;
        margin-top: 24px;
    }

    .review-item-gallery {
        max-width: 93px;
        height: 63px;
        border-radius: 13px;
    }

    .review-item-gallery-count {
        font-size: 18px;
    }

    .review-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .faq {
        padding: 80px 0;
    }

    .faq-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .faq-text {
        font-size: 15px;
        margin-bottom: 37px;
    }

    .faq-accordeon-title {
        font-size: 15px;
        padding: 20px;
    }

    .faq-accordeon-title svg {
        margin-left: 20px;
    }

    .reltur-title {
        font-size: 23px;
        margin-bottom: 33px;
        padding: 0 20px;
    }

    .reltur-block {
        margin-left: 20px;
    }

    .reltur .tury-item .tury-item-content {
        max-width: 248px;
    }

    .reltur .container {
        padding: 0;
    }

    .reltur {
        padding-bottom: 50px;
    }

    .blog-item {
        max-width: 100%;
        margin-right: 0;
    }

    .blog-top {
        max-height: 159px;
    }

    .blog-title {
        font-size: 23px;
        margin: 22px 0 29px;
    }

    .blog-item-date {
        font-size: 13px;
        bottom: 5px;
    }

    .blog-item-author-img {
        margin-right: 10px;
    }

    .blog-tabs__caption li a {
        padding: 10px 17px !important;
        font-size: 15px !important;
    }

    .artic {
        position: relative;
        padding: 100px 0;
    }

    .artic-social {
        position: absolute;
        bottom: 30px;
        left: 135px;
        max-width: 157px;
        height: 51px;
        border-radius: 13px;
    }

    .artic .container {
        padding: 0;
    }

    .artic-social:before {
        position: absolute;
        content: 'Поделиться';
        left: -85%;
        font-size: 16px;
        font-weight: 500;
    }

    .artic-gallery {
        max-height: 300px;
        height: 300px;
    }

    .artic-gallery img {
        height: auto;
        object-fit: cover;
    }

    .artic-gallery-img2 {
        height: 49% !important;
    }

    .artic-gallery-img3 {
        height: 49% !important;
    }

    .artic-title {
        font-size: 23px;
    }

    .artic-top {
        margin-top: 30px;
    }

    .artic-author {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .artic-author-img {
        width: 48px;
        height: 48px;
        margin-right: 13px;
    }

    .artic-author-name {
        font-size: 16px;
    }

    .artic-author-time {
        font-size: 13px;
    }

    .artic-author-date {
        font-size: 13px;
    }

    .artic-textblock {
        max-width: 100%;
        margin-top: 30px;
    }

    .artic-textblock h3 {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .artic-textblock p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .artic-textblock img {
        margin-bottom: 25px;
        height: auto;
    }

    .interesno-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .podhod-block .tury-item {
        max-width: 248px;
    }

    .interesno .container {
        padding: 0;
    }

    .rabotaet .container {
        padding: 0;
    }

    .rabotaet-tabs .bx_sitemap {
        margin-bottom: 0;
    }

    .rabotaet-tabs .bx_sitemap_ul {
        margin-bottom: 0;
        padding: 0;
    }

    .podhod {
        padding: 30px 0 70px;
    }

    .podhod .container {
        padding: 0;
    }

    .podhod-block .tury-item {
        margin-right: 10px;
    }

    .podhod-title {
        font-size: 23px;
    }

    .podhod .tury-item-top {
        max-height: 174px;
    }

    .rabotaet {
        padding: 100px 0;
        padding-bottom: 35px;
    }

    .rabotaet-title {
        font-size: 23px;
        margin: 22px 0 10px;
    }

    .rabotaet-accordeon-title svg {
        margin-left: 16px;
    }

    .dobro-block {
        padding: 25px;
    }

    .dobro-item-title {
        font-size: 23px;
    }

    .dobro-item-text {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .dobro {
        padding: 100px 0;
    }

    .dobro-item-last {
        width: 43px;
        height: 43px;
        bottom: 16px;
        right: 16px;
    }

    .profile-title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .profile-date {
        font-size: 14px;
        margin-bottom: 37px;
    }

    .profile-select {
        font-size: 16px;
        height: 50px;
        border-radius: 13px;
    }

    .profile-save {
        max-width: 151px;
        height: 51px;
        font-size: 15px;
        border-radius: 13px;
    }

    .profile-dannie-input {
        height: 50px;
        border-radius: 13px;
    }

    .profile-right-foto {
        display: flex;
        align-items: center;
    }

    .profile-img {
        margin: 0;
        width: 68px;
        height: 68px;
        margin-right: 23px;
    }

    .profile-right {
        padding: 15px;
    }

    .profile-img-reload {
        font-size: 15px;
    }

    .profile-expert-text {
        font-size: 16px;
        max-width: 150px;
    }

    .profile-right-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .profile-right-list-item {
        font-size: 16px;
    }

    .profile-dannie {
        padding: 50px 0;
    }

    .profile-dannie-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .profile-dannie-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-dannie-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .profile-dannie-social {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-dannie-social p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .profile-dop {
        padding: 50px 0;
    }

    .profile-dop-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .profile-dop-tabs__caption {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-dop-tabs__caption li {
        font-size: 16px;
    }

    .profile-dop-tabs__caption li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .profile-dop-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-dop-item-text {
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .profile-dop-item:nth-child(1) {
        max-width: 49%;
        width: 100%;
    }

    .profile-dop-item input {
        max-width: 100% !important;
        width: 100% !important;
        height: 50px;
        border-radius: 13px;
    }

    .profile-dop-item:nth-child(2) {
        max-width: 49%;
        width: 100%;
        margin-left: auto;
    }

    .profile-dop-item:nth-child(3) {
        max-width: 100%;
        width: 100%;
    }

    .profile-passowrd {
        padding: 50px 0;
    }

    .profile-passowrd-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .profile-passowrd-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .profile-passowrd-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-passowrd-item-text {
        font-size: 15px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .profile-passowrd-item-input {
        height: 50px;
        border-radius: 13px;
    }

    .profile-passowrd-save {
        max-width: 151px;
        height: 51px;
        border-radius: 13px;
        font-size: 15px;
    }

    .profile-uslovia {
        padding: 50px 0;
    }

    .profile-uslovia-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .profile-uslovia-text {
        font-size: 15px;
        margin-bottom: 36px;
    }

    .profile-uslovia-item-text {
        font-size: 16px;
    }

    .profile-uslovia-item-p {
        font-size: 16px;
        margin-left: auto;
    }

    .profile-push-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .custom-checkbox+label {
        font-size: 16px;
    }

    .profile-push-link {
        font-size: 16px;
    }

    .my-tur-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .my-tur-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .my-tur-add {
        font-size: 16px;
        margin-left: 0;
    }

    .my-tur-block .tury-item .tury-item-price-block, .my-tur-cher .tury-item .tury-item-price-block {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
        /*position: initial;*/
    }

    .my-tur-block .tury-item-content {
    	padding-bottom: 60px;
    }

    .my-tur-block .tury-item .tury-item-price-block .tury-item-price, .my-tur-cher .tury-item .tury-item-price-block .tury-item-price {
        margin-top: 12px;
        order: 2;
    }

    .my-tur-block .tury-item-title, .my-tur-cher .tury-item-title {
        margin-bottom: 32px;
    }

    .my-tur-block .tury-item-option, .my-tur-cher .tury-item-option {
        padding: 4px 10px;
        border-radius: 9px;
        font-size: 12px;
    }

    .my-tur-block .tury-item-name img, .my-tur-cher .tury-item-name img {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }

    .my-tur-block .tury-item-name-name, .my-tur-cher .tury-item-name-name {
        margin-left: 0;
    }

    .my-tur-block .tury-item-date, .my-tur-cher .tury-item-date {
        font-size: 10px;
    }

    .tury-item-soz {
        text-align: center;
        position: absolute;
    		bottom: 0;
    		height: 30px;
    		font-size: 10px;
    		margin-bottom: 0;
    		border-radius: 13px;
    }

    .tury-item-moder {
    	height: 30px;
    	font-size: 10px;
    	border-radius: 13px;
    }

    .my-tur-block .tury-item-top {
    	max-height: 137px;
    }

    .my-tur-cher .tury-item-content {
    	padding-bottom: 70px;
    }

    .my-tur-cher .tury-item-top {
    	max-height: 137px;
    }

    .profile .container {
        padding: 0 10px;
    }

    .sozdanie-tabs-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .sozdanie-label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sozdanie-input {
        height: 50px;
        border-radius: 13px;
    }

    .sozdanie-obsh-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .sozdanie-obsh {
        padding-bottom: 50px;
    }

    .sozdanie-mest-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .sozdanie-label-text {
        font-size: 15px;
    }

    .sozdanie-marsh-item:not(:last-child) {
        margin-bottom: 50px;
    }

    .sozdanie-select select {
        height: 50px;
        border-radius: 13px !important;
    }

    .lcslt-multiple {
        height: 50px !important;
        border-radius: 13px !important;
    }

    .sozdanie-bot {
        padding: 20px 0;
        flex-direction: column;
    }

    .sozdanie-bot-link {
        margin-left: 0;
        margin-top: 24px;
    }

    .sozdanie-marsh-text {
        font-size: 15px;
    }

    .sozdanie-select-add {
        height: 51px;
        font-size: 15px;
        border-radius: 13px;
    }

    .ceni {
        padding-bottom: 0;
    }

    .ceni-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .radioblock-title {
        font-size: 16px;
    }

    .custom-radio+label {
        font-size: 16px;
    }

    .kogda {
        padding: 50px 0;
    }

    .kogda-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .kogda-text {
        font-size: 15px;
    }

    .kogda-block {
        padding: 16px;
    }

    .kogda-item {
        margin-bottom: 30px;
    }

    .prochee {
        padding: 50px 0;
    }

    .prochee-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .usl {
        padding-bottom: 50px;
    }

    .usl-title {
        font-size: 23px;
    }

    .usl-text {
        font-size: 15px;
    }

    .detali {
        padding-bottom: 50px;
    }

    .detali-title {
        font-size: 23px;
        margin-bottom: 37px;
    }

    .detali-item-flex input {
        max-width: 49%;
    }

    .treb {
        padding: 50px 0;
    }

    .treb-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .opis-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .opis-text {
        font-size: 15px;
    }

    .opis-textar-min {
        margin-bottom: 30px;
    }

    .opis-item-text {
        font-size: 15px;
    }

    .denza {
        padding: 50px 0;
    }

    .denza-title {
        font-size: 23px;
    }

    .denza-text {
        font-size: 15px;
    }

    .denza-item {
        padding: 20px;
    }

    .uslow-title {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .uslow-item-text {
        font-size: 15px;
    }

    .uslow-item {
        margin-bottom: 30px;
    }

    .ovas-title {
        font-size: 23px;
    }

    .ovas-text {
        font-size: 15px;
    }

    .ovas-item-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .dopus-title {
        font-size: 23px;
    }

    .dopus-text {
        font-size: 15px;
    }

    .dopus-item {
        flex-direction: column;
    }

    .dopus-input-left {
        margin-bottom: 20px;
    }
    .pc-video {
        display: none!important;
    }
    .m-video {
        display: flex!important;
        max-width: calc(100% - 30px);
        padding: 25px 26px!important;
        font-size: 18px!important;
        margin: 0 auto;
        margin-top: 37px!important;
    }
    .video-modal-block {
        padding: 10px;
    }
    .program-all {
        height: 58px;
    }
    .detail-title {
        font-size: 23px!important;
    }
    .detail-section {
        margin-top: 60px!important;
    }
    .accommodation {
        font-size: 15px;
    }
    .accommodation_gallery {
        margin-top: 20px;
    }
    .accommodation_gallery img {
        width: 87vw;
        margin-right: 10px;
    }
    .vhodprice-block > div {
        width: 100%;
    }
    .vhodprice-subtitle {
        margin-top: 30px;
    }
    .vhodprice-left {
        margin-bottom: 0;
    }
    .faq-accordeon-content {
        padding: 0 24px 24px 24px;
        font-size: 15px;
    }
    .review {
        margin-top: 47px;
    }
    .no-review-title {
        font-size: 16px;
    }
    .review-item-all {
        font-size: 15px;
    }
    .faq .faq-accordeon-title {
        font-size: 15px;
        padding: 16px 20px 16px 20px;
        min-height: auto;
    }
    .faq {
        padding-bottom: 40px;
    }
    .reltur {
        padding-bottom: 0px;
    }
    .reltur-block .catalog-item {
        margin-bottom: 0px;
    }
    .city__title {
        font-size: 13px
    }
    .cities:before {
        margin-right: 8px;
    }
    .city {
        padding-right: 26px;
        margin-right: 3px;
    }
}

.sozdanie-icon-left {padding-left: 60px;}

.show-more {
    display: none;
    flex-wrap: wrap;
}

.show-more.active {
    display: flex;
}

.profile-right .error {
    text-align: center;
    color: red;
}

.bx-auth input {display: block; margin-bottom: 20px; width: 200px;}

.confirm .error {
    color: #f00;
}

 .js-submit {
     cursor: pointer;
 }
 
 .confirm-radio-wrapper {
     flex-wrap: wrap;     
}
 
/*.confirm-radio-wrapper .error {
    margin-left: 42px;
}*/

.old_price {
    text-decoration: line-through;
    opacity: 0.5;

}

.edit-tour {
    display: block;
    margin-top: 40px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

.bron-btn.grey {
    background: #ccc;
}

.hidden_tour .catalog-item-imagelink img {
    filter: grayscale(1);    
}

@media (min-width: 1201px) and (max-width: 1400px) {
}

.datepicker table {
    width: 100%;
}
.datepicker__flex {
    display: flex;
    justify-content: space-between;    
}
.hide-hover:hover {
    background: transparent!important;
}
.datepicker__button {
    border: 1px solid #ccc;
    padding: 8px 5px 5px 5px;
    border-radius: 5px;
}
.datepicker__button:hover {
    background: #eee;
}



/*** about ***/

.page-about {
    margin: 50px 0 70px 0;
    line-height: 30px;
}

.page-about ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 20px 0;
}
.about-flex {
    display: flex;
    margin-top: 30px;
}
.about-flex > div:first-child {
    padding-right: 20px;
}

.about-flex > div:nth-child(2) {
    text-align: center;
    width: 50%;
}

@media (max-width: 768px){
    .about-flex > div:nth-child(2) {
        display: none;
    }
}

/*** cookie ***/

.cookie {
    font-size: 18px;
    position: fixed; 
    bottom: 0; left: 0; right: 0; 
    padding: 20px; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
    text-align: center;            
    background: #fff;
    z-index: 1000;
}
.cookie__button__wrapper {
    margin-left: 50px;
    display: inline-block;
}
.cookie__button {
    display: inline-block;
    max-width: 198px;
    width: 100%;
    height: 54px;
    border-radius: 20px;
    background: #90D687;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px 8px 20px;
    font-size: 16px;
    cursor: pointer;
}
.cookie.hide {
    bottom: -100px;
}
.popup__offer b {
    font-weight: bold;    
}
.popup__offer p {
    margin: 20px 0;
}
.popup__offer ol {
    list-style: decimal;
}
.popup__offer ul {
    list-style: disc;
}
.popup__offer li {
    margin-left: 20px;
}
.logo_text {
    font-weight: bold;
    color: #fff;
    font-size: 32px;    
}
@media (max-width: 756px) {
    .logo_text {
        font-size: 20px;    
    }
}

.confirmation__label {
    float: left; 
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .cookie {
        font-size: 17px;
        line-height: 25px;
    }
    .cookie__button__wrapper {
        margin-left: 0px;
        display: block;
    }
    .cookie__button__wrapper {
        display: none;
    }
    .cookie__close {
        display: block!important;
        position: absolute;
        right: 15px;
        top: 15px;        
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .cookie__close {
        top: 50%;
        margin-top: -10px;
    }
}

.submit__success {
    font-size: 20px;
    margin: 50px 10px;
}
