

/* Start:/local/templates/main/components/bitrix/search.title/.default/style.css?17334160013437*/
div.title-search-result {
	display: none;
	margin-top: 10px;
	overflow:hidden;
	z-index:1055;
	padding: 24px 10px 24px 24px;
	border:0;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 4px 10px 0 #00000040;
}
@media (max-width: 1440px) {
	div.title-search-result {
		padding: 15px 10px 20px 15px;
	}
}
@media (max-width: 768px) {
	div.title-search-result {
		border-radius: 0;
		box-shadow: none;
	}
}
@media (max-width: 500px) {
	div.title-search-result {
		padding: 15px 5px 15px 10px;
	}
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}
table.title-search-result tr + tr{
	border-top: 1px solid #E9EBF0 !important;
}
table.title-search-result tr:last-child {
	border-bottom: 0;
}
table.title-search-result tr:last-child td {
	padding: 10px 0 10px 5px;
}
table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	text-align:left;
	vertical-align: middle;
}

table.title-search-result td.title-search-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	text-decoration: none;
	color: #000;
	width: 100%;
}

table.title-search-result td.title-search-item a i {
	display: none !important;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	font-weight:normal;
}
td.search-img{
	padding: 10px;
}

table.title-search-result td.title-search-item .title-search-item__title {
	flex: 1;
	padding-right: 15px;
	font-size: 13px;
	line-height: 17px;
}

table.title-search-result td.title-search-item a:hover .title-search-item__title {
	color: #6FC76C;
}

table.title-search-result td.title-search-item .title-search-item__price {
	font-weight: bold;
	font-size: 16px;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	/*background-color:#fff2be;*/
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}
tr.s-tr{
	border-bottom: 1px solid #ededf2 !important;
}
table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	font-size: 13px;
	color:#6FC76C;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
table.title-search-result td.search-img{
	width:88px;
}
@media (max-width: 992px){
	div.title-search-result {
		border-width: 1px 0;
	}
}
@media (max-width: 768px){
	.title-search-item__title {
		font-size: 12px;
		line-height: 18px;
	}
}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?173341596615498*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image {
    margin-bottom: 65px;
}

.sp-image img {
    max-width: 100%;
    height: auto;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

/* End */


/* Start:/local/templates/main/libs/slick-1.8.1/slick.css?17334160031776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/libs/slick-1.8.1/slick-theme.css?17334160013145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main/libs/slick-1.8.1/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main/libs/slick-1.8.1/./fonts/slick.eot');
    src: url('/local/templates/main/libs/slick-1.8.1/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/libs/slick-1.8.1/./fonts/slick.woff') format('woff'), url('/local/templates/main/libs/slick-1.8.1/./fonts/slick.ttf') format('truetype'), url('/local/templates/main/libs/slick-1.8.1/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/main/libs/select2/select2.min.css?173341600414966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:210px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/main/libs/intl/intlTelInput.css?173341600423999*/
.iti {
  position: relative;
  display: block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 15px;
  padding: 0;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  white-space: nowrap;
  max-height: 140px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list::-webkit-scrollbar {
	width: 2px;
	background: transparent;
}
.iti__country-list::-webkit-scrollbar-thumb {
	background-color: #818181;
	border-radius: 2px;
}
.iti__country-list::-webkit-scrollbar-track {
	border-width: 0;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
      white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px;
  outline: 0;
}
.iti__dial-code {
  font-size: 11px;
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name {
  font-weight: 400;
  font-size: 13px;
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 3px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(/local/templates/main/libs/intl/../../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
  background-color: transparent;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
      background-size: 5652px 15px;
      background-image: url(/local/templates/main/libs/intl/../../img/flags@2x.png);
  }
}

/* End */


/* Start:/local/templates/main/libs/my-wow-slider/my-wow-slider.css?17334160032364*/
body{padding:0;margin:0}.my-slider{position:relative;width:100%;height:100vh;-webkit-user-select:none!important;user-select:none!important;overflow:hidden}.my-slider:before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:97;display:block;background:linear-gradient(#00000080,#0000);content:""}.my-slider .my-slider-image{position:relative;width:100%;height:100%;overflow:hidden}.my-slider .my-slider-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}.my-slider.is_touch_device .my-slider__image img{transform:scale(1)}.my-slider.is_touch_device .my-slider-animation span{transform:scale(3)}.my-slider .my-slider-canvas{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.my-slider .my-slider-canvas#slider-layer-2{z-index:90}.my-slider .my-slider-canvas#slider-layer-3{z-index:80;transform:scale(1.02)}@media (pointer: coarse){.my-slider .my-slider-canvas#slider-layer-3{transform:scale(1)}}.my-slider .my-slider-canvas #slide-btn{cursor:pointer}.my-slider .my-slider-canvas image{height:100%;width:100%}.my-slider .my-slider-content .my-slider-content-item:not(:first-child):not(.is_active){display:none}.my-slider .my-slider-animation{transform:translate(-100px,-100px);top:0;left:0;position:absolute;z-index:120;min-width:100px;min-height:100px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.my-slider .my-slider-animation.is_hide{pointer-events:none;z-index:10}.my-slider .my-slider-animation span{display:flex;align-items:center;gap:6px}.my-slider .my-slider-animation span svg{width:12px;height:12px}.my-slider .my-slider-animation:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.2);display:block;width:100%;height:100%;border-radius:50%;border:1px dashed rgba(255,255,255,.6);animation:rotating 30s linear infinite}@media (max-width: 500px){.my-slider .my-slider-animation:before{--n:20;--d:8deg;--t:2px;--c: #fff;border:0;border-radius:50%;padding:var(--t);background:var(--c);mask:linear-gradient(rgba(0,0,0,0) 0 0) content-box intersect,repeating-conic-gradient(from calc(var(--d) / 2),#000 0 calc(360deg / var(--n) - var(--d)),rgba(0,0,0,0) 0 calc(360deg / var(--n)))}}@keyframes rotating{0%{transform:translate(-50%,-50%) scale(1.2) rotate(0)}to{transform:translate(-50%,-50%) scale(1.2) rotate(360deg)}}

/* End */


/* Start:/local/templates/main/libs/fancybox/jquery.fancybox.min.css?174854295310422*/
@charset "UTF-8";.fancybox-enabled{overflow:auto}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/local/templates/main/styles/main.css?1750181710153698*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* #bx-panel {
  display: none !important;
} */

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Manrope';
  src: url("/local/templates/main/styles/../fonts/Manrope-Light.woff2") format("woff2"), url("/local/templates/main/styles/../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("/local/templates/main/styles/../fonts/Manrope-Regular.woff2") format("woff2"), url("/local/templates/main/styles/../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("/local/templates/main/styles/../fonts/Manrope-Medium.woff2") format("woff2"), url("/local/templates/main/styles/../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url("/local/templates/main/styles/../fonts/Manrope-SemiBold.woff2") format("woff2"), url("/local/templates/main/styles/../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Kudryashev';
  src: url("/local/templates/main/styles/../fonts/KudryashevDisplay.woff2") format("woff2"), url("/local/templates/main/styles/../fonts/KudryashevDisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'KudryashevWeb';
	src: 
		url('/local/templates/main/styles/../fonts/Kudryashev_Normal.woff2') format('woff2'), url('/local/templates/main/styles/../fonts/Kudryashev_Normal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  text-size-adjust: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 40px;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  min-width: 325px;
  margin: 0 auto;
  overflow-x: hidden;
}

body.compensate-for-scrollbar {
  margin-right: auto !important;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

.none {
  display: none;
}

.flex-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-title img {
  margin-right: 20px;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-slider .slick-dots {
  bottom: -35px;
}

.slick-slider .slick-dots li {
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 0 2.5px;
}

.slick-slider .slick-dots button {
  display: none;
}

.slick-slider .slick-dots li.slick-active {
  background-color: #A9A9A9;
}

.loading:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url(/local/templates/main/styles/../img/svg/preloader.svg) 50% 50% no-repeat;
}

.quiz-app-enter-active,
.quiz-app-leave-active {
  transition: opacity 0.2s linear;
}

.quiz-app-enter-from,
.quiz-app-leave-to {
  opacity: 0;
}

.quiz-app-enter-active,
.quiz-app-leave-active {
  transition: opacity 0.2s linear;
}

.quiz-app-enter-from,
.quiz-app-leave-to {
  opacity: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  padding: 7px 34px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: color .3s linear, background-color .3s linear;
}

.btn:hover:not(:active) {
  color: #000;
  background-color: #fff;
}

.btn_black {
  color: #000;
  border: 1px solid #000;
}

.btn_black:hover:not(:active) {
  color: #fff;
  background-color: #000;
}

.btn_white {
  color: #000;
  background-color: #fff;
  border: 0;
}

.btn_white:hover:not(:active) {
  color: #fff;
  background-color: #000;
}

.btn svg {
  width: 31px;
  height: 9px;
  margin-left: 20px;
}

.form__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form__label {
  display: block;
}

.form__label:not(:last-child) {
  margin-bottom: 10px;
}

.form__input {
  width: 100%;
  padding: 18px 0;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs__item {
  display: inline;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  white-space: wrap;
  text-wrap: balance;
}

.breadcrumbs__item:not(:last-child):after {
  content: ">";
  display: inline-block;
  color: #000;
  margin: 0 5px;
}

.breadcrumbs__item a {
  color: #000;
}

.breadcrumbs__item.active {
  text-wrap: balance;
  color: #747676;
}

.breadcrumbs_absolute {
  position: absolute;
  z-index: 110;
  width: 100%;
}

.breadcrumbs__list {
  overflow-y: auto;
  padding-bottom: 6px;
}

.breadcrumbs__list::-webkit-scrollbar {
  height: 3px;
  background-color: #F4F4F4;
  border-radius: 3px;
}

.breadcrumbs__list::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 3px;
}

.breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item {
  white-space: nowrap;
}

.breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item:after {
  color: #fff;
}

.breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item a {
  color: #fff;
}

.breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item.active {
  color: #CFCFCF;
}

.select {
  width: 100%;
  width: 100px;
  height: 50px;
  padding: 17px 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  border-radius: 100px;
  border: 2px solid #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.select ~ .select2-container {
  width: 100%;
}

.select ~ .select2-container.dd-list {
  top: 100% !important;
}

.select ~ .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 17px 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  border-radius: 100px;
  border: 2px solid #ededed;
}

.select ~ .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

.select ~ .select2-container .select2-selection__arrow {
  height: 30px;
  width: 30px;
  background-image: url("/local/templates/main/styles/../img/sprites/sprite.svg#arrow_select");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .3s linear;
  top: 10px;
  right: 5px;
}

.select ~ .select2-container .select2-selection__arrow b {
  display: none;
}

.select ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  width: 30px;
  top: 17px;
  right: 15px;
}

.select ~ .select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select.select2-hidden-accessible {
  left: -100000%;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 100px !important;
}

.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar {
  width: 3px;
  background-color: #F4F4F4;
  border-radius: 3px;
}

.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 3px;
}

.select2-container.select2-container--default .select2-dropdown {
  margin-top: 12px;
  border: none;
  border-radius: 20px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 50px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search {
  display: none;
}

.filter__region .select2-container.select2-container--default .select2-dropdown .select2-search {
  position: relative;
  display: block;
  padding: 0 30px 10px 0;
}

.filter__region .select2-container.select2-container--default .select2-dropdown .select2-search svg {
  position: absolute;
  top: 10px;
  right: 42px;
  width: 20px;
  height: 20px;
}

.filter__region .select2-container.select2-container--default .select2-dropdown .select2-search .select2-search__field {
  height: 40px;
  padding: 0 40px 0 15px;
  border-radius: 40px;
  font-size: 14px;
}

.select2-container.select2-container--default .select2-dropdown .select2-results__option {
  border-radius: 4px;
  color: #747676;
  padding: 6px 15px;
}

.select2-container.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  color: #747676;
}

.select2-container.select2-container--default .select2-results__option:hover,
.select2-container.select2-container--default .select2-results__option--selected {
  color: #000 !important;
}

.select2-container.select2-container--default .select2-results__options {
  color: #000;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.select2-container.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.select2-container.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}

.select2-container.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background: #BBBCBD;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
}

.select2-container.select2-container--default .dd-vertical {
  padding: 50px 20px 50px 50px;
  max-width: 330px !important;
  min-width: 330px !important;
}

.select2-container.select2-container--default .dd-vertical .select2-results__options {
  padding-right: 30px;
}

.select2-container.select2-container--default .dd-vertical .select2-dropdown-label {
  margin-right: 30px;
}

.select2-container.select2-container--default .dd-vertical .is-first-option,
.select2-container.select2-container--default .dd-vertical .select2-dropdown-label {
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
}

.select2-container.select2-container--default .dd-vertical .select2-results__option {
  padding: 5px 0;
}

.select2-container.select2-container--default .dd-horizontal {
  max-width: 377px !important;
  min-width: 377px !important;
  padding: 30px;
}

.select2-container.select2-container--default .dd-horizontal .select2-results__options {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.select2-container.select2-container--default .dd-horizontal .select2-results__option {
  min-width: 90px;
  font-size: 14px;
  color: #747676;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  margin: 4px;
}

.select2-container.select2-container--default .dd-horizontal .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.select2-container.select2-container--default .is-first-option,
.select2-container.select2-container--default .select2-dropdown-label {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000 !important;
}

.tabs__list {
  display: flex;
}

.tabs__item:not(:last-child) {
  margin-right: 30px;
}

.tabs__button {
  font-weight: 600;
  font-size: 20px;
  color: #747676;
  line-height: 27px;
  text-align: center;
  border: 2px solid #EDEDED;
  border-radius: 100px;
  padding: 20px 28px;
  transition: background-color .3s linear, color .3s linear, border-color .3s linear;
}

.tabs__link {
  font-weight: 600;
  font-size: 20px;
  color: #747676;
  line-height: 27px;
  text-align: center;
  border: 2px solid #EDEDED;
  border-radius: 100px;
  padding: 16px 28px;
  transition: background-color .3s linear, color .3s linear, border-color .3s linear;
}

.tabs__button:hover,
.tabs__button:active,
.tabs__link:hover,
.tabs__link:active {
  color: #000;
  background-color: #F0F2F4;
  border-color: #ededed;
}

.tabs__button_active,
.tabs__button.active,
.tabs__link.active {
  color: #000;
  background-color: #F0F2F4;
  border-color: #ededed;
}

.header-search {
  position: relative;
  max-width: 70px;
  min-width: 70px;
  transition: all .2s linear;
}

.header-search_mb {
  margin-bottom: 100px;
}

.header-search_mob {
  display: none;
}

.header-search_mob button {
  color: #fff !important;
}

.header-search_mob.is-dark button {
  color: #000 !important;
}

.header-search button.header-search__close {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 100;
  width: 32px;
  height: 32px;
  color: #191E24;
  display: none;
}

.header-search__button {
  display: none;
}

.header-search.is_open {
  max-width: 374px;
  min-width: 374px;
}

.header-search.is_open input {
  max-width: 100rem;
  opacity: 1;
  padding-left: 6px;
}

.header-search.is-dark label {
  border-color: #000;
}

.header-search.is-dark input,
.header-search.is-dark button {
  color: #000;
}

.header-search label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 5px 22px;
  border: 1px solid #fff;
  height: 57px;
}

.header-search input {
  font-size: 18px;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  color: #fff;
  height: 100%;
  height: 40px;
  transition: all .2s linear;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
}

.header-search input::-moz-placeholder {
  color: currentColor;
}

.header-search input:-ms-input-placeholder {
  color: currentColor;
}

.header-search input::placeholder {
  color: currentColor;
}

.header-search button {
  color: #fff;
  min-width: 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-search button svg {
  width: 100%;
  height: 100%;
}

.header-favorite {
  transition: all .2s linear;
  min-width: 70px;
  max-width: 70px;
  cursor: pointer;
}

.header-favorite button.header-favorite__close {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 100;
  width: 35px;
  height: 35px;
  color: #191E24;
  display: none;
}

.header-favorite.is_open {
  max-width: 374px;
  min-width: 374px;
}

.header-favorite.is_open .header-favorite__field span {
  max-width: 100rem;
  opacity: 1;
}

.header-favorite.is_open .header-favorite__field button svg {
  fill: #fff;
}

.header-favorite.is-dark .header-favorite__field {
  border-color: #000;
}

.header-favorite.is-dark .header-favorite__field span,
.header-favorite.is-dark .header-favorite__field button {
  color: #000;
}

.header-favorite__field {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px 24px;
  height: 57px;
}

.header-favorite__field .header-favorite__arrow {
  display: none;
  transform: rotate(-180deg);
  margin-right: 15px;
  width: 22px;
  min-width: 22px;
}

.header-favorite__field span {
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  color: #fff;
  height: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all .2s linear;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
}

.header-favorite button {
  color: #fff;
  min-width: 20px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.header-favorite button svg {
  fill: transparent;
  width: 100%;
  height: 100%;
}

.header-favorite__field.active button svg {
  fill: #000;
}

.header_main .header-favorite__field.active button svg {
  fill: #fff;
}

.header-favorite,
.header-search {
  position: relative;
}

.header-favorite__result,
.header-search__result {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  box-shadow: 2px 4px 10px 0 #00000040;
  background-color: #fff;
  padding: 24px 10px 24px 24px;
  border-radius: 20px;
}

.header-favorite__list,
.header-search__list {
  max-height: 550px;
  overflow: hidden;
  overflow-y: auto;
  margin-left: -24px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.header-favorite__list::-webkit-scrollbar,
.header-search__list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.header-favorite__list::-webkit-scrollbar-track,
.header-search__list::-webkit-scrollbar-track {
  background: transparent;
}

.header-favorite__list::-webkit-scrollbar-thumb,
.header-search__list::-webkit-scrollbar-thumb {
  background: #BBBCBD;
}

.header-favorite__list-link,
.header-search__list-link {
  padding: 5px 26px;
  display: flex;
  align-items: center;
  transition: background-color .3s linear;
  cursor: default;
}

.header-favorite__list-link strong,
.header-search__list-link strong {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
}

.header-favorite__list-link--small {
  padding: 0 22px;
}
.header-favorite__list-link--small strong {
  font-size: 14px;
  line-height: 19px;
}

.header-favorite__list-link img,
.header-search__list-link img {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-favorite__list-link img.pin,
.header-search__list-link img.pin {
  width: 19px;
  min-width: 19px;
  height: 24px;
}

.header-favorite__list-descr {
  padding: 8px 22px 0;
  cursor: default;
  font-size: 12px;
  line-height: 16px;
  color: #747676;
}

.header-favorite__sublist-img,
.header-search__sublist-img {
  width: 61px;
  min-width: 61px;
  height: 54px;
  margin-right: 20px;
}

.header-favorite__sublist-img img,
.header-search__sublist-img img {
  border-radius: 5px;
}

.header-favorite__sublist-item span,
.header-search__sublist-item span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #747676;
}

.header-favorite__sublist-link,
.header-search__sublist-link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 26px 10px 70px;
  transition: background-color .3s linear;
}

.header-favorite__sublist-link_full,
.header-search__sublist-link_full {
  padding: 10px 23px;
}

.header-favorite__sublist-link_full:hover .close-icon,
.header-search__sublist-link_full:hover .close-icon {
  opacity: 1;
}

.header-favorite__sublist-link_full .close-icon,
.header-search__sublist-link_full .close-icon {
  margin-left: auto;
  width: 17px;
  min-width: 17px;
  height: 17px;
  opacity: 0;
  transition: opacity .3s linear;
}

.header-favorite__sublist-link .icon,
.header-search__sublist-link .icon {
  width: 15px;
  min-width: 15px;
  height: 20px;
  margin-right: 15px;
}

.header-favorite__sublist-link strong,
.header-search__sublist-link strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.header {
  padding: 26px 0;
  position: relative;
  z-index: 1000;
}

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

.header_second {
  border-bottom: 1px solid #EDEDED;
}

.header_second .header__logo {
  color: #000;
}

.header_second .header__list-link {
  color: #000;
}

.header_second .header__list-link:after {
  background-color: #000;
}

.header_second .header__burger-line1,
.header_second .header__burger-line2,
.header_second .header__burger-line3 {
  background-color: #000;
}

.header_second .header__menu {
  background-color: #fff;
}

.header__logo {
  color: #fff;
  position: relative;
  z-index: 200;
}

.header__logo .icon {
  width: 240px;
  height: 58px;
}

.header.is-show .header__logo {
  color: #000;
  position: relative;
  z-index: 300;
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__favorites {
  padding-left: 8px;
}

.header__nav {
  margin-right: auto;
  margin-left: 64px;
}

.header__menu-fav {
  display: none;
}

.header__menu-fav svg {
  fill: transparent;
}

.header__list {
  display: flex;
}

.header__list-item:not(:last-child) {
  margin-right: 42px;
}

.header__list-link {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  padding-bottom: 10px;
  position: relative;
}

.header__list-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s linear;
}

.header__list-link:hover:after {
  opacity: 1;
}

.header__list-link_active:after {
  opacity: 1;
}

.header__burger {
  display: none;
  padding: 5px;
}

.header__burger.is-change .header__burger-line1 {
  transform: rotate(-45deg) translate(0px, 2px);
  background-color: #000;
}

.header__burger.is-change .header__burger-line2 {
  opacity: 0;
}

.header__burger.is-change .header__burger-line3 {
  transform: rotate(45deg) translate(-2px, -5px);
  background-color: #000;
}

.header__burger-line1,
.header__burger-line3 {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform .3s linear, opacity .3s linear;
}

.header__burger-line1 {
  margin-bottom: 4px;
}

.header__burger-line2 {
  margin-bottom: 4px;
}

.header__social {
  display: flex;
  align-items: center;
  margin-top: 64px;
}

.header__social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.header__social a svg {
  width: 42px;
  height: 42px;
}

.header__btn {
  background: #000;
  margin: auto 0 50px;
}

.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 100px 40px 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-color: white;
  transform: translateX(100%);
  visibility: hidden;
  overflow-y: auto;
  z-index: 99;
  display: none;
  transition: transform .3s linear, visibility .3s linear, display .3s linear;
}

.header__menu.is-show {
  visibility: visible;
  transform: translateX(0);
}

.header__menu .header__nav {
  display: block;
}

.header__menu .header__list {
  text-align: center;
  flex-direction: column;
}

.header__menu .header__list-item:not(:last-child) {
  margin: 0 0 32px;
}

.header__menu .header__list-link {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
}

.header__menu .header__list-link:after {
  background-color: #000;
}

.footer {
  background-color: #191E24;
  padding: 184px 0 50px;
  color: #fff;
  margin-bottom: -40px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 186px;
}

.footer__logo {
  display: block;
  margin-top: -25px;
  margin-bottom: 22px;
  color: #fff;
}

.footer__logo .icon {
  width: 240px;
  height: 58px;
}

.footer__info-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 52px;
}

.footer__social {
  display: flex;
}

.footer__social-link:not(:last-child) {
  margin-right: 12px;
}

.footer__social-link .icon {
  width: 42px;
  height: 42px;
}

.footer__menu {
  display: flex;
}

.footer__col:not(:last-child) {
  margin-right: 132px;
}

.footer__col-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 50px;
}

.footer__list-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer__list-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 13px;
  color: #fff;
  transition: -webkit-text-decoration .3s linear;
  transition: text-decoration .3s linear;
  transition: text-decoration .3s linear, -webkit-text-decoration .3s linear;
}

.footer__list-link:hover {
  text-decoration: underline;
}

.footer__bottom {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

.footer__copy {
  margin-right: 85px;
}

.footer__policy {
  color: #fff;
}

.intro {
  position: relative;
}

.intro__slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 22 49 / 50%);
}

.intro.into_slider {
  color: #fff;
}

.intro.into_slider .intro__text {
  position: absolute;
  z-index: 101;
  bottom: 14%;
  left: 7.3%;
}

.intro.into_slider .intro__btn {
  position: absolute;
  z-index: 300;
  bottom: 14%;
  right: 7.3%;
}

.intro.into_slider .intro__title {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  margin: 300px auto 0;
}

.intro .intro__slider .intro__img {
  height: 100% !important;
}

.intro_shadow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 11 24 / 40%);
}

.intro__img__main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 22 49 / 50%);
}

.intro.intro_second .intro__img,
.intro.intro_third .intro__img {
  height: 828px;
}

.intro__img {
  position: relative;
  height: 942px;
}

.intro__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  padding: 360px 0 0;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.intro__content .intro__btn {
  position: sticky;
  z-index: 500;
}

.intro__content .intro__btn.intro__btn__auto {
  width: auto;
  white-space: nowrap;
}

.intro__content .intro__btn.intro__btn__auto + .intro__btn.intro__btn__auto {
  margin-left: 20px;
}

.intro__hotel__title {
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto 196px;
}

.intro__title {
  max-width: 1300px;
  font-family: "Kudryashev", sans-serif !important;
  font-weight: normal;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
  margin: 0 auto 196px;
}

.intro.intro_second .intro__title.intro__hotel__title {
  display: block;
}

.intro.intro_second .intro__title.intro__hotel__title h1 {
  display: inline;
}

.intro.intro_second .intro__title.intro__hotel__title span {
  display: inline-block;
}

.intro__title h1,
.intro__title span {
  font-family: "Kudryashev", sans-serif !important;
  font-weight: normal;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
}

.intro__hotel__price {
  flex: 0 0 100%;
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}

.intro__title__home {
  font-size: 98px;
  line-height: 108px;
}

.intro__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
}

.intro__text__padd {
  flex: 1;
  padding-right: 30px;
}

.intro__btn {
  width: 100%;
  max-width: 306px;
}

.intro__btn_second {
  max-width: 360px;
}

.intro.intro_second .intro__btn_third {
  max-width: 432px;
}

.intro.intro_second .intro__content {
  padding: 268px 40px 0;
}

.intro.intro_third .intro__content {
  top: auto;
  bottom: 105px;
  padding: 0;
}

.intro.intro_second .intro__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 170px;
  min-height: 220px;
}

.intro.intro_second .intro__btn {
  max-width: 357px;
}

.intro.intro_third .intro__row {
  align-items: flex-end;
}

.intro.intro_third .intro__row__wrap {
  flex: 1;
  padding-right: 40px;
}

.intro.intro_third .intro__title {
  margin: 0 0 48px;
  max-width: 890px;
  text-align: left;
}

.intro.intro_third .intro__title h1 {
  text-align: left;
}

.intro.intro_third .intro__text {
  max-width: 770px;
}

.intro.intro_third .intro__row__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.intro.intro_third .intro__row__btns .intro__btn {
  padding: 7px 46px;
  max-width: 432px;
}

.intro.intro_third .intro__row__btns .intro__btn + .intro__btn {
  margin-left: 9px;
}

.intro.intro_third .intro__row__btns .intro__favorite__btn {
  padding: 7px 30px;
  max-width: none;
  width: auto;
}

.intro.intro_third .intro__row__btns .intro__favorite__btn svg {
  margin-left: 0;
  fill: transparent;
  stroke: #fff;
  width: 24px;
  height: 22px  ;
}

.intro.intro_third .intro__row__btns .intro__favorite__btn.active {
  background: #fff;
  color: #000;
}

.thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  padding: 0;
  transform: translate(-50%, -50%);
}
.thanks-wrap {
  padding: 66px 57px;
  width: 470px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.thanks-wrap h1 {
  margin-bottom: 17px;
  font-family: "Kudryashev", sans-serif !important;
  font-weight: normal;
  font-size: 45px;
  line-height: 46px;
}
.thanks__descr {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #747676;
}
.thanks-social__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.thanks-social-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 36px;
}
.thanks-social-items a {
  display: block;
  margin: 0 4px;
}
.thanks-social-items a .icon {
  width: 32px;
  height: 32px;
}
.thanks__btn {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 254px;
  height: 51px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  transition: color .3s linear, background-color .3s linear;
}
.thanks__btn:hover {
	background: #000;
	color: #fff;
}
.thanks__btn svg {
  width: 26px;
  margin-left: 12px;
}
@media (max-width: 500px) {
  .thanks {
    width: 100%;
  }
  .thanks-wrap {
    padding: 40px 20px;
    width: 100%;
  }
  .thanks-wrap h1 {
    font-size: 32px;
    line-height: 33px;
  }
  .thanks__descr {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .thanks-social-items {
    margin-bottom: 24px;
  }
}
@media (max-width: 390px) {
  .thanks__descr br {
    display: none;
  }
}

.services {
  padding-bottom: 170px;
}

.services__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 145px;
}

.services__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  max-width: 620px;
}

.services__title span {
  font-weight: 300;
}

.services__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  max-width: 648px;
  margin-top: -13px;
  color: #747676;
}

.services__row {
  display: flex;
}

.services__left {
  width: 100%;
  max-width: 670px;
  margin-right: 20px;
}

.services__right {
  width: 100%;
  max-width: 950px;
  display: flex;
  flex-wrap: wrap;
}

.services__right .services__item:nth-child(1) {
  margin-right: 2%;
}

.services__right .services__item:nth-child(1),
.services__right .services__item:nth-child(2) {
  width: 49%;
}

.services__right .services__item:nth-child(3) {
  width: 100%;
  margin: 20px 0 0;
}

.services__item {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 20px;
  transition: .3s linear;
}

.services__item-img {
  border-radius: 20px;
}

.services__item-img img {
  border-radius: 20px;
}

.services__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color .3s linear;
}

.services__item:hover::before,
.services__item:focus::before {
  background-color: rgba(25, 30, 36, 0.9);
}

.services__item:hover .services__item-text,
.services__item:focus .services__item-text {
  display: block;
}

.services__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 40px 40px;
  transition: bottom .3s linear;
}

.services__item-title {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 60px;
}

.services__item-text {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  transition: max-height .2s linear, opacity .2s linear;
  display: none;
}

.service-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 98px 122px 148px;
  text-align: center;
}
.service-head img {
  margin-bottom: 83px;
}
.service-head__descr {
  font-family: "KudryashevWeb", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #747676;
}
.service-parallax {
  position: relative;
  min-height: 770px;
  background: transparent;
}
.service-parallax:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}
.service-slider {
  padding: 119px 0 164px;
  background: #FDFDF6;
}
.service-slider-info {
  text-align: center;
}
.service-slider-info h1 {
  margin-bottom: 51px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #000;
}
.service-slider-info h1 span:first-child {
  font-weight: 400;
}
.service-slider-info h1 span:last-child {
  font-family: "Kudryashev", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.service-slider-info__descr {
  margin: 0 auto 113px;
  max-width: 620px;
  font-family: "KudryashevWeb", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #747676;
}
.service-slider-info__descr p {
  margin-bottom: 28px;
}
.service-slider__gallery {
  width: 100%;
  height: 682px;
  background: url(/local/templates/main/styles/../img/content/service/service-slider.jpg) 0 0 repeat-x;
  animation: scrollleft 50s linear infinite;
}
.service-slider-gallery {
  display: grid;
  grid-template-columns: 508px repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.service-slider-gallery__item {
  position: relative;
  display: block;
  padding-top: 46.25%;
  overflow: hidden;
  border-radius: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-slider-gallery__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}
.service-slider-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-slider-gallery__item.item1 { grid-area: 1 / 1 / 3 / 2; }
.service-slider-gallery__item.item2 { grid-area: 1 / 2 / 2 / 3; }
.service-slider-gallery__item.item3 { grid-area: 1 / 3 / 2 / 4; }
.service-slider-gallery__item.item4 { grid-area: 2 / 2 / 3 / 4; }
.service-gallery {
  margin: 130px 0;
}
.service-gallery__title {
  display: table;
  margin: 0 auto 174px;
  max-width: 1140px;
}
.service-gallery__title div {
  font-family: "Kudryashev", sans-serif;
  font-weight: 500;
  font-size: 85px;
  line-height: 90px;
  color: transparent;
  text-transform: uppercase;
}
.service-gallery__title div:nth-child(1) {
  background: linear-gradient(to right, #AE964E 0%, #84622E 50%, #3C332D 100%);
  background-clip: text;
}
.service-gallery__title div:nth-child(2) {
  background: linear-gradient(to right, #BDA55C 0%, #CDB774 30%, #84622E 50%, #3C332D 100%);
  background-clip: text;
}
.service-gallery__title div:nth-child(3) {
  background: linear-gradient(to right, #AFA59B, #39312A);
  background-clip: text;
  text-align: right;
}
.service-gallery-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 0 62px;
  max-width: 1196px;
  overflow: hidden;
}
.service-gallery-column {
  position: relative;
  flex: 0 0 calc(100% / 3);
  display: flex;
  flex-direction: column;
  padding: 0 28px;
}
.service-gallery-column img {
  position: relative;
  margin-bottom: 62px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  will-change: transform;
  backface-visibility: hidden;
}
.service-gallery__descr {
  margin: 174px auto;
  max-width: 613px;
  text-align: center;
  font-family: "KudryashevWeb", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #747676;
}
.service-steps {
  position: relative;
}
.service-steps-item {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.service-steps-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-steps-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}
.service-steps-item-wrap {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  padding: 36px;
  width: 100%;
  max-width: 558px;
  background: #fff;
  border-radius: 20px;
}
.service-steps-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 117px;
}
.service-steps-item-head__left {
  flex: 1;
  padding-right: 30px;
}
.service-steps-item-head__left span {
  display: block;
  margin: 13px 0 49px;
  font-family: "Kudryashev", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 28px;
  color: #000;
}
.service-steps-item-head__left h4 {
  font-family: "Kudryashev", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #000;
  text-transform: uppercase;
}
.service-steps-item-head__right {
  width: 187px;
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
}
.service-steps-item-head__right div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-steps-item__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #747676;
}
.service-info {
  padding: 126px 0 0;
}
.service-info__descr {
  margin: 0 auto 43px;
  max-width: 613px;
  text-align: center;
  font-family: "KudryashevWeb", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #747676;
}
.service-info__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.service-info__icons img {
  margin: 0 8px;
  max-width: 72px;
}
@keyframes scrollleft {
	from {background-position: 0 100%, 0 0; }
	to {background-position: -1200px 100%, 0 0; }
}
@media (max-width: 1440px) {
  .service-parallax {
    min-height: 580px;
  }
}
@media (max-width: 1250px) {
  .service-gallery__title div {
    font-size: 72px;
    line-height: 77px;
  }
}
@media (max-width: 1024px) {
  .service-head {
    padding: 80px 0 120px;
  }
  .service-slider {
    padding: 100px 0;
  }
  .service-slider-info h1 {
    margin-bottom: 40px;
  }
  .service-slider-info__descr {
    margin-bottom: 80px;
  }
  .service-slider__gallery {
    height: 582px;
    background-size: cover;
  }
  .service-gallery {
    margin: 100px 0;
  }
  .service-gallery__title div {
    font-size: 52px;
    line-height: 57px;
  }
  .service-gallery__descr {
    margin: 120px auto;
  }
  .service-gallery-column {
    padding: 0 16px;
  }
  .service-gallery-column img {
    margin-bottom: 32px;
  }
  .service-steps-item-head {
    margin-bottom: 60px;
  }
  .service-info {
    padding: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .service-head {
    padding: 40px 0 80px;
  }
  .service-head img {
    margin-bottom: 40px;
  }
  .service-head__descr {
    font-size: 18px;
    line-height: 26px;
  }
  .service-slider {
    padding: 80px 0;
  }
  .service-slider-info__descr {
    font-size: 18px;
    line-height: 26px;
  }
  .service-slider__gallery {
    height: 482px;
  }
  .service-gallery {
    margin: 80px 0;
  }
  .service-gallery__title {
    margin: 0 auto 60px;
  }
  .service-gallery__title div {
    font-size: 42px;
    line-height: 47px;
  }
  .service-gallery__descr {
    font-size: 18px;
    line-height: 26px;
  }
  .service-info {
    padding: 80px 0 0;
  }
  .service-info__descr {
    font-size: 18px;
    line-height: 26px;
  }
  .service-info__icons img {
    margin: 0 5px;
    max-width: 46px;
  }
}
@media (max-width: 650px) {
  .service-gallery__title div {
    font-size: 32px;
    line-height: 37px;
  }
  .service-gallery__title div:nth-child(3) {
    text-align: left;
  }
  .service-gallery-column {
    padding: 0 8px;
  }
  .service-gallery-column img {
    margin-bottom: 16px;
  }
  .service-steps-item {
    align-items: center;
  }
  .service-steps-item-wrap {
    margin-top: 0;
    padding: 20px;
    max-width: 340px;
  }
  .service-steps-item-head {
    margin-bottom: 40px;
  }
  .service-steps-item-head__left span {
    margin-bottom: 34px;
    font-size: 60px;
  }
  .service-steps-item-head__left h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .service-steps-item-head__right {
    width: 100px;
    height: 140px;
  }
}
@media (max-width: 576px) {
  .service-head__descr br {
    display: none;
  }
  .service-gallery-column {
    padding: 0 5px;
  }
  .service-gallery-column img {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}

.programs {
  padding-bottom: 107px;
}

.programs.programs_second {
  padding: 50px 0 180px;
}

.programs.programs_nopt {
  padding-top: 0;
}

.programs__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 57px;
}

.programs__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 32px;
}

.programs__title span {
  font-weight: 300;
}

.programs__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.programs__nav-btn:hover:not(:active) .icon {
  color: #a4a4a4;
}

.programs__nav-btn:first-of-type {
  margin-right: 6px;
}

.programs__nav-btn .icon {
  color: #EDEDED;
  width: 92px;
  height: 64px;
  transition: .2s linear;
}

.programs__row {
  display: flex;
  align-items: stretch;
}

.programs__row .slick-list {
  margin: 0 -9px;
}

.programs__row .slick-track {
  display: flex;
  align-items: stretch;
}

.programs__item {
  display: block;
  width: calc(33.333% - 18px);
  margin: 0 9px;
  position: relative;
  overflow: hidden;
  transition: .3s linear;
  border-radius: 20px;
}

.programs__item:not(:nth-child(-n+3)):not(.slick-slide) {
  display: none;
}

.programs__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  transition: background-color .3s linear;
}

.programs__item:hover::before,
.programs__item:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.programs__item:hover .programs__date,
.programs__item:focus .programs__date {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.programs__item:hover .programs__body-wrap,
.programs__item:focus .programs__body-wrap {
  display: block;
}

.programs__item-img {
  border-radius: 20px;
}

.programs__item-img img {
  border-radius: 20px;
}

.programs__link {
  display: flex;
  width: 100%;
  max-width: 266px;
  margin: 77px auto 0;
}

.programs__body {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 50px 50px;
}

.programs__body-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 25px;
}

.programs__body-price {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  display: block;
  margin-bottom: 35px;
}

.programs__body-date {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.programs__body-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}

.programs__body-wrap {
  display: none;
}

.programs__body-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.programs__body-flex .programs__body-date,
.programs__body-flex .programs__body-price {
  margin-bottom: 0;
}

.programs__date {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  transition: visibility .3s linear, opacity .3s linear, display .3s linear;
}

.programs_second .programs__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -40px -9px 0;
}

.programs_second .programs__row .programs__item {
  display: block;
  margin: 40px 9px 0;
}

.programs_second .programs__row .programs__item::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.programs_second .programs__row .programs__item:hover::before {
  background-color: rgba(25, 30, 36, 0.75);
}

.hotel {
  padding: 165px 0;
}

.hotel__link__more {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0 auto;
}

.hotel.hotel_second {
  padding: 50px 0 180px;
}

.hotel.hotel_second .pager {
  margin-top: 80px;
}

.hotel__head {
  margin-bottom: 60px;
}

.hotel__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 32px;
}

.hotel__title span {
  font-weight: 300;
}

.hotel__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.hotel__row {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -60px -9px 0;
}

.hotel__row + .hotel__row {
  margin-top: 0;
}

.hotel__item {
  width: calc(33.333% - 18px);
  margin: 64px 9px 0;
  display: flex;
  flex-direction: column;
}

.hotel__item:hover .hotel__info,
.hotel__item:focus .hotel__info {
  visibility: visible;
  opacity: 1;
}

.hotel__info-btn {
  padding: 7px 15px;
  line-height: 20px;
}

.hotel__img {
  border-radius: 20px;
  margin-bottom: 32px;
}

.hotel__img img {
  border-radius: 20px;
}

.hotel__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hotel__name {
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  color: #000;
  margin-bottom: 10px;
}
.hotel__name a {
  color: inherit;
}

.hotel__flex {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #747676;
  margin-bottom: 40px;
}

.hotel__place {
  padding-right: 15px;
  font-size: 18px;
  line-height: 24px;
}

.hotel__price {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-right: 30px;
  white-space: nowrap;
}

.hotel__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  margin-top: auto;
  visibility: hidden;
  transition: opacity .3s linear, visibility .3s linear;
}

.hotel__info-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  position: relative;
  padding-bottom: 9px;
  margin-right: 40px;
}

.hotel__info-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}

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

.hotel__link {
  display: flex;
  width: 100%;
  max-width: 266px;
  padding: 7px;
  margin: 70px auto 0;
}

.pager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  border-top: 1px solid #c1c1c1;
}
.pager-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 220px;
}
.pager-btns a,
.pager-btns span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  width: 51px;
  height: 51px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #000;
}
.pager-btns a:hover {
  background: #F0F2F4;
}
.pager-btns span {
  background: #000;
  color: #fff;
}
.pager-nav {
  position: absolute;
  top: 33px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pager-nav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.pager-nav a + a {
  margin-left: 33px;
}
.pager-nav a:hover span {
  text-decoration: underline;
}
.pager-nav a .icon {
  width: 22px;
  height: 10px;
}
.pager-nav__prev .icon {
  margin-right: 8px;
  transform: rotate(180deg);
}
.pager-nav__next .icon {
  margin-left: 8px;
}

.pager-ajax__next {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

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

.pager-ajax__next.loading img {
  display: block;
}

.travel {
  padding-bottom: 150px;
}

.travel__wrapper {
  position: relative;
}
.travel__wrapper .travel__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.travel__wrapper .travel__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}

.travel__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.travel__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin-bottom: 32px;
}

.travel__title span {
  font-weight: 300;
}

.travel__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 45px;
}

.travel__form {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
}

.travel__form .good {
	padding: 40px 0;
	text-align: center;
	font-size: 13px;
  line-height: 17px;
  color: #fff;
}
.travel__form .good__title {
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
}
.travel__form .good__title b {
  font-weight: 500;
}
.travel__form .good__descr {
  margin-top: 17px;
  padding: 0 22px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}

.travel__form .form__btn {
  width: 100%;
  max-width: 305px;
  margin: 65px auto 0;
}

.travel__form .form__input {
  border-color: #fff;
  color: #fff;
}

.travel__form .form__input.form_phone {
  padding-left: 60px;
}

.travel__form .iti__arrow {
  border-top: 4px solid #fff;
}

.travel__form .iti__country-list {
  color: #000;
}

.travel__form .form__input::-moz-placeholder {
  color: #fff;
}

.travel__form .form__input:-ms-input-placeholder {
  color: #fff;
}

.travel__form .form__input::placeholder {
  color: #fff;
}

.subscribes {
  padding: 122px 40px 135px;
  background: #F6FBFD;
  border-radius: 20px;
  text-align: center;
}
.subscribes__title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #000;
}
.subscribes__title span {
  font-weight: 300;
}
.subscribes__text {
  margin: 0 auto 27px;
  max-width: 1096px;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #000;
}
.subscribes__form {
  margin: 0 auto;
  max-width: 425px;
}
.subscribes__form .form__input {
  margin-bottom: 37px;
  border-color: #EDEDED;
}
.subscribes__form .btn {
  background: #191E24;
  border-color: #191E24;
  color: #fff;
}
.subscribes__form .btn:hover {
  background: #333b45;
  border-color: #333b45;
  color: #fff;
}

.filter {
  margin-bottom: 52px;
}

.filter__flex {
  display: flex;
}

.filter__item {
  display: flex;
  align-items: center;
  position: relative;
}

.filter__item:not(:last-child) {
  margin-right: 45px;
}

.filter__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  white-space: nowrap;
  margin-right: 25px;
}

.country {
  padding: 150px 0 0;
}

.country__row {
  display: flex;
  align-items: stretch;
}

.country__item {
  width: calc(33.333% - 18px);
  margin: 0 9px;
  position: relative;
  overflow: hidden;
  transition: .3s linear;
  border-radius: 20px;
}

.country__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  transition: background-color .3s linear;
}

.country__item:hover::before,
.country__item:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.country__item:hover .country__body-wrap,
.country__item:focus .country__body-wrap {
  display: block;
}

.country__item-img {
  border-radius: 20px;
}

.country__item-img img {
  border-radius: 20px;
}

.country__link {
  display: flex;
  width: 100%;
  max-width: 266px;
  margin: 77px auto 0;
}

.country__body {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 50px 50px;
}

.country__body-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 25px;
}

.country__body-price {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  display: block;
  margin-bottom: 35px;
}

.country__body-date {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.country__body-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}

.country__body-wrap {
  display: none;
}

.country__body-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.country__body-flex .country__body-date,
.country__body-flex .country__body-price {
  margin-bottom: 0;
}

.country__date {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  transition: visibility .3s linear, opacity .3s linear, display .3s linear;
}

.country_second .country__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -40px -9px 0;
}

.country_second .country__row .country__item {
  display: block;
  margin: 40px 9px 0;
}

.country_second .country__row .country__item::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.country_second .country__row .country__item:hover::before {
  background-color: rgba(25, 30, 36, 0.75);
}

.blogs {
  margin-top: 85px;
}
.blogs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 120px;
}
.blogs-left {
  flex: 0 0 400px;
  padding-right: 20px;
  height: 100%;
  border-right: 1px solid #c1c1c1;
}
.blogs-left .blogs-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 26px;
  padding-bottom: 37px;
  border-bottom: 1px solid #c1c1c1;
}
.blogs-left .blogs-item-left {
  flex: 0 0 100%;
  order: 1;
}
.blogs-left .blogs-item-right {
  flex: 0 0 100%;
  order: 0;
}
.blogs-left .blogs-item:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 0;
}
.blogs-left .blogs-item__img {
  display: block;
  margin-bottom: 25px;
}
.blogs-left .blogs-item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.blogs-left .blogs-item__section {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blogs-left .blogs-item__title {
  display: table;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #000;
}
.blogs-left .blogs-item__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #747676;
}
.blogs-center {
  flex: 1;
  margin: 0 -1px;
  padding: 0 20px;
  height: 100%;
  border: solid #c1c1c1;
  border-width: 0 1px;
}
.blogs-center .blogs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 74px;
  padding-bottom: 67px;
  border-bottom: 1px solid #c1c1c1;
}
.blogs-center .blogs-item:first-child {
  flex-wrap: wrap;
}
.blogs-center .blogs-item:first-child .blogs-item-left {
  flex: 0 0 100%;
  order: 1;
}
.blogs-center .blogs-item:first-child .blogs-item-right {
  flex: 0 0 100%;
  order: 0;
}
.blogs-center .blogs-item:last-child {
  margin-bottom: 0;
  padding-bottom: 62px;
  border-bottom: 0;
}
.blogs-center .blogs-item-left {
  padding-right: 75px;
}
.blogs-center .blogs-item-right {
  flex: 0 0 380px;
}
.blogs-center .blogs-item__img {
  display: block;
}
.blogs-center .blogs-item:first-child .blogs-item__img {
  margin-bottom: 22px;
}
.blogs-center .blogs-item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.blogs-center .blogs-item__section {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blogs-center .blogs-item__title {
  display: table;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #000;
}
.blogs-center .blogs-item__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #747676;
}
.blogs-right {
  flex: 0 0 367px;
  padding: 18px 0 0 20px;
  height: 100%;
  border-left: 1px solid #c1c1c1;
}
.blogs-right .blogs-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c1c1c1;
}
.blogs-right .blogs-item:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 0;
}
.blogs-right .blogs-item__section {
  flex: 0 0 100%;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blogs-right .blogs-item-left .blogs-item__section {
  display: none;
}
.blogs-right .blogs-item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogs-right .blogs-item-left {
  flex: 1;
  padding-right: 42px;
}
.blogs-right .blogs-item-right {
  flex: 0 0 106px;
}
.blogs-right .blogs-item__img {
  display: block;
}
.blogs-right .blogs-item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.blogs-right .blogs-item__title {
  display: table;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
.blogs-right .blogs-item__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #747676;
}
.blogs-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 120px -39px;
}
.blogs-list .blogs-item {
  flex: 0 0 25%;
  padding: 0 0 45px 39px;
}
.blogs-list .blogs-item__img {
  display: block;
  margin-bottom: 30px;
}
.blogs-list .blogs-item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.blogs-list .blogs-item__section {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blogs-list .blogs-item__title {
  display: table;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #000;
}
.blogs-list .blogs-item__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #747676;
}
.blogs-section {
  margin-bottom: 120px;
}
.blogs-section .blogs-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blogs-section .blogs-item + .blogs-item {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #c1c1c1;
}
.blogs-section .blogs-item-left {
  flex: 0 0 830px;
}
.blogs-section .blogs-item-right {
  padding-left: 88px;
  width: 100%;
  max-width: 472px;
}
.blogs-section .blogs-item__img {
  display: block;
}
.blogs-section .blogs-item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.blogs-section .blogs-item__section {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blogs-section .blogs-item__title {
  display: table;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #000;
}
.blogs-section .blogs-item__descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #747676;
}
.blog .breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item a {
  color: #000;
}
.blog .breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item.active {
  color: #747676;
}
.blog .breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item:after {
  color: #000;
}
.blog .text-img {
  margin-bottom: 24px;
}
.blog .text-img img {
  margin-bottom: 9px;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.blog .text-img span {
  font-size: 14px;
  line-height: 30px;
  color: #747676;
}
.blog-head {
  padding-top: 97px;
  background: #FDFDF6;
}
.blog-head__img {
  margin-bottom: 86px;
}
.blog-head__img img {
  margin-bottom: 15px;
  border-radius: 20px;
}
.blog-head__img span {
  font-weight: 500;
  font-size: 17px;
  line-height: 19px;
  color: #747676;
}
.blog-head-info {
  padding-bottom: 31px;
  text-align: center;
}
.blog-head-info__section {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
.blog-head-info__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #000;
}
.blog-head-info__title span {
  font-weight: 300;
}
.blog-head-info__text {
  margin: 0 auto 56px;
  max-width: 792px;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}
.blog-head-info__date {
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  color: #000;
}
.blog-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 0 94px;
}
.blog-content-left {
  flex: 0 0 830px;
}
.blog-content-right {
  position: sticky;
  top: 30px;
  flex: 0 0 486px;
}
.blog-popular {
  display: none;
}
.blog-popular__title {
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 32px;
  line-height: 26px;
}
.blog-popular-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15px;
  border-top: 1px solid #c1c1c1;
}
.blog-popular-item + .blog-popular-item {
  margin-top: 35px;
}
.blog-popular-item__img {
  flex: 0 0 100px;
}
.blog-popular-item__img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.blog-popular-item-info {
  flex: 1;
  padding: 2px 0 0 34px;
}
.blog-popular-item-info__section {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blog-popular-item-info__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}
.blog-content .about__description-text {
  margin-bottom: 58px;
  font-family: "KudryashevWeb", sans-serif !important;
  font-size: 22px;
  line-height: 33px;
  color: #000;
}
.blog-content .about__description-text * {
  font-family: "KudryashevWeb", sans-serif !important;
}
.blog-content .about__description-text p {
  margin: 0 0 33px;
}
.blog-content .about__description-text a {
  color: #9E6D06;
}
.blog-content .about__description-text a:hover {
  text-decoration: underline;
}
.blog-hotel {
  margin-bottom: 58px;
}
.blog-hotel__img {
  margin-bottom: 24px;
}
.blog-hotel__img img {
  margin-bottom: 9px;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.blog-hotel__img span {
  font-size: 17px;
  line-height: 33px;
  color: #747676;
}
.blog-hotel__suptitle {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.blog-hotel__title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
.blog-hotel__title svg {
  width: 31px;
  height: 9px;
  margin-left: 15px;
  color: #000
}
.blog-hotel__price {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: #000;
}
.blog-hotel__text {
  margin-bottom: 34px;
  font-size: 22px;
  line-height: 33px;
  color: #000;
}
.blog-hotel__text * {
  font-family: "KudryashevWeb", sans-serif !important;
}
.blog-hotel__btn {
  display: flex;
  width: 100%;
  max-width: 310px;
  padding: 7px;
  margin: 0;
}
.blog-hotel__text p {
  margin-bottom: 33px;
}
.blog-more {
  padding: 57px 0 167px;
  background: #FDFDF6;
}
.blog-more__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #000;
}
.blog-more-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -39px;
}
.blog-more-item {
  flex: 0 0 25%;
  padding-left: 39px;
}
.blog-more-item__img {
  margin-bottom: 16px;
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
.blog-more-item__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.blog-more-item__text {
  font-size: 14px;
  line-height: 22px;
  color: #747676;
}

.about {
  padding: 150px 0 70px;
}

.about__head {
  margin-bottom: 32px;
}

.about__head-row {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  color: #000;
}

.about__head-place {
  margin-right: auto;
  padding-right: 15px;
  color: #000;
  display: flex;
  align-items: center;
}

.about__head-place img {
  width: 20px;
  max-width: none;
  height: 24px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__head-place a {
  color: #000;
}

.about__head-btn {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #F0F2F4;
  border: 1px solid #ededed;
  padding: 7px 26px;
  transition: background-color .3s linear, border-color .3s linear, color .3s linear;
  color: #000;
}

.about__head-btn .ya-share2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__head-btn .ya-share2__container,
.about__head-btn .ya-share2__container > ul,
.about__head-btn .ya-share2__container > ul > li {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.about__head-btn .ya-share2__link_more {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}

.about__head-btn .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 100%;
}

.about__head-btn:hover,
.about__head-btn.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.about__head-btn:first-of-type {
  margin-left: 10px;
}

.about__head-row--noml .about__head-btn:first-of-type {
  margin-left: 0;
}

.about__head-row--noml .about__head-btn + .about__head-btn {
  margin-left: 10px;
}

.blog-content .about__head-btn__title {
  font-weight: 400;
}

.about__head-btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 11px;
}

.about__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 28px;
}

.about__title span {
  font-weight: 300;
}

.about__wrap {
  display: none;
  margin: 0 -10px;
}

.about__wrap.active {
  display: flex;
}

.about__col {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.about__col:last-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.about__col:last-of-type .about__item:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}

.about__col:last-of-type .about__item:not(.about__item__full):nth-child(2),
.about__col:last-of-type .about__item:not(.about__item__full):nth-child(3) {
  width: calc(50% - 10px);
}

.about__item {
  border-radius: 20px;
  position: relative;
}

.about__item__last::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  opacity: 1;
  transition: opacity .3s linear;
}

.about__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 1;
  transition: opacity .3s linear;
}

.about__item-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}

.about__item-text::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.about__img img {
  border-radius: 20px;
  height: 100%;
  display: block;
}

.about__inner {
  margin-top: 37px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.about__main {
  width: 100%;
  max-width: 950px;
  margin-right: auto;
}

.about__description {
  margin: 48px 0;
}

.about__description-title,
h2.about__description-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 23px;
}

h3.about__description-title {
  font-size: 28px;
  line-height: 39px;
}

h4.about__description-title {
  font-size: 24px;
  line-height: 35px;
}

h5.about__description-title,
h6.about__description-title {
  font-size: 22px;
  line-height: 31px;
}

.about__description-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.about__description-text p {
  margin-bottom: 33px;
}

.about__description-text b,
.about__description-text strong {
  font-weight: 600;
}

.about__description-text ul,
.about__description-text ol {
  margin: 0 0 33px;
  padding: 0 0 0 20px;
}

.about__description-text li {
  margin: 0 0 8px;
  padding: 0;
}

.about__description-text ul li {
  list-style-type: disc;
}

.about__description-text ol li {
  list-style-type: decimal;
}

.about__services-flex {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin: 10px 0 35px;
  width: 100%;
}

.about__services-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 23px;
}

.about__services-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 10px;
  width: 52px;
  height: 52px;
  background: #f0f2f4;
  border-radius: 100%;
}

.about__services-img img {
  max-width: 100%;
  height: auto;
}

.about__services-item {
  display: flex;
  align-items: center;
}

.about__services-item span {
  margin-left: 16px;
  font-weight: 500;
  font-size: 23px;
  line-height: 31px;
  color: #747676;
}

.about__services-item button {
  font-weight: 500;
  font-size: 23px;
  line-height: 31px;
  padding: 10px 15px;
  border-radius: 50px;
  border: 2px solid #EDEDED;
  color: #000;
}

.about__right {
  width: 100%;
  max-width: 596px;
  padding: 40px 32px;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  margin-left: 32px;
}

.about__right-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 30px;
}

.about__right-item {
  display: flex;
}

.about__right-item_first {
  margin-bottom: 20px;
}

.about__right-item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 22px;
  margin-right: 20px;
  margin-top: 4px;
}

.about__right-item div {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #747676;
}

.about__right-item div span {
  display: block;
  color: #000;
}

.number {
  padding: 0 0 80px;
}

.number__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 32px;
}

.number__title span {
  font-weight: 300;
}

.number__tabs {
  margin-bottom: 40px;
}

.number__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -70px -10px 0;
}

.number__card {
  width: calc(50% - 20px);
  margin: 72px 10px 0;
  display: flex;
  flex-direction: column;
}

.number__card.hide {
  display: none;
}

.number__img {
  cursor: pointer;
}

.number__img .slick-list {
  border-radius: 20px;
  overflow: hidden;
}

.number__img img {
  border-radius: 20px;
}

.number__img img:not(:first-child):not(.slick-slide) {
  display: none;
}

.number__nav {
  padding: 0 20px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 69px;
}

.number__nav-buttons button:hover:not(:active) .icon {
  color: #a4a4a4;
}

.number__nav-buttons button .icon {
  width: 92px;
  height: 64px;
  color: #EDEDED;
  transition: .2s linear;
}

.number__counter {
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
}

.number__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.number__body-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  color: #000;
  margin-bottom: 22px;
  cursor: pointer;
}

.number__flex {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  margin: 0;
  width: 100%;
}

.number__flex__left {
  max-width: 810px;
}

.number__col-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.number__col-item .icon {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.number__col-item span sup {
  font-size: 12px;
}

.number__button {
  margin-top: 26px;
}

.number__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  width: 100%;
}

.number__info-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  position: relative;
  padding-bottom: 9px;
  margin-right: 40px;
}

.number__info-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}

.numbers__more {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  margin-top: 80px;
}

.tile {
  margin-bottom: 170px;
}

.tile-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -12px -9px 0;
}

.tile-item {
  display: block;
  width: calc(33.333% - 18px);
  margin: 40px 9px 0;
}

.tile-item__img {
  margin-bottom: 43px;
  border-radius: 20px;
  height: auto;
}

.tile-item__title {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 32px;
}

.tile-item__text {
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.location {
  padding: 100px 0;
}

.location__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 50px;
}

.location__title span {
  font-weight: 300;
}

.location__inner {
  border: 2px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
}

.location__row {
  padding: 25px 42px 14px;
  display: flex;
  align-items: end;
}

.location__item:first-child {
  margin-right: 156px;
}

.location__item:nth-child(2) {
  margin-right: 69px;
}

.location__item-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 10px;
}

.location__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  color: #747676;
  display: flex;
  align-items: center;
}

.location__item-icon {
  margin-right: 15px;
}

.location__item-icon img {
  width: 19px;
  min-width: 19px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.location__map {
  width: 100%;
  height: 554px;
  position: relative;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.location__map .ymaps-2-1-79-copyrights-pane {
  display: none;
}

.attraction {
  padding-bottom: 170px;
}

.attraction__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 94px;
}

.attraction__title span {
  font-weight: 300;
}

.attraction__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 170px;
}

.attraction__content {
  margin-right: auto;
  max-width: 647px;
  margin-right: 64px;
}

.attraction__content-item:not(:first-child):not(.slick-slide) {
  display: none;
}

.attraction__content-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 20px;
}

.attraction__content-title--big {
  font-size: 50px;
  line-height: 60px;
}

.attraction__content-title--big span {
  font-weight: 300;
}

.attraction__content-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.attraction__content-text p:first-of-type {
  margin-bottom: 15px;
}

.attraction__block {
  width: 100%;
  max-width: 851px;
}

.attraction__slider {
  display: flex;
  align-items: stretch;
  margin: 0 -8px;
}

.attraction__item {
  width: calc(33.333% - 16px);
  margin: 0 8px;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}

.attraction__item img {
  border-radius: 20px;
}

.attraction__item:not(:nth-child(-n+3)):not(.slick-slide) {
  display: none;
}

.attraction__item img {
  border-radius: 20px;
}

.attraction__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
  padding: 0 42px;
}

.attraction__nav::after {
  content: "";
  display: block;
  margin: 0 42px;
  flex: auto;
  order: 2;
  height: 2px;
  background-color: #ededed;
}

.attraction__buttons {
  order: 1;
}

.attraction__buttons button:last-of-type {
  margin-left: 6px;
}

.attraction__buttons button:hover:not(:active) .icon {
  color: #a4a4a4;
}

.attraction__buttons button .icon {
  color: #ededed;
  width: 92px;
  height: 64px;
  transition: color .2s linear;
}

.attraction__counter {
  order: 3;
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
}

.attraction__landmarks {
  margin-bottom: 85px;
}

.landmarks__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 40px;
}

.landmarks__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -69px;
}

.landmarks__list {
  flex: 0 0 calc(100% / 3);
  margin-bottom: 76px;
  padding-left: 69px;
}

.landmarks__list-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 11px;
}

.landmarks__list-item {
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
  color: #747676;
  display: flex;
  justify-content: space-between;
}

.landmarks__list-item span:last-child {
  white-space: nowrap;
}

.landmarks__list-item span:last-child {
  margin-left: 10px;
}

.restaurants__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 14px;
}

.restaurants__subtitle {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
  color: #747676;
  padding-bottom: 36px;
}

.restaurants__nav {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -9px 0;
}

.restaurants__button {
  width: calc(33.333% - 18px);
  margin: 20px 9px 0;
  border-radius: 20px;
  border: 1px solid #ededed;
  padding: 18px 29px;
  background-color: #fff;
  transition: background-color .3s linear;
  cursor: pointer;
}

.restaurants__button strong {
  display: block;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.restaurants__button span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #747676;
}

.restaurants__button:active,
.restaurants__button:hover {
  background-color: #f0f2f4;
}

.restaurants__button.is_active {
  background-color: #f0f2f4;
}

.restaurants__slider {
  margin-top: 60px;
}

.restaurants__item:not(:first-child):not(.slick-slide) {
  display: none;
}

.restaurants__item img {
  border-radius: 20px;
}

.rooms {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 1110;
  display: none;
  width: calc(100% - 30px);
  max-width: 1808px;
  padding: 36px 65px 40px 84px;
  border-radius: 20px;
  background-color: #fff;
  transform: translateX(-50%);
}
.rooms.active {
	display: block;
}
.rooms-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  padding: 10px;
  cursor: pointer;
}
.rooms-close svg {
  width: 46px;
  height: 46px;
}

.rooms__btn {
  min-width: 300px;
  margin-left: 32px;
}

.rooms__btn.rooms__btn_mob {
  display: none;
}

.rooms__inner {
  min-height: 100%;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 39px, 100% 39px, 100% 13px, 100% 13px;
}

.rooms__inner::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

.rooms__inner::-webkit-scrollbar-track {
  background: transparent;
}

.rooms__inner::-webkit-scrollbar-thumb {
  background: #BBBCBD;
}

.rooms__title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
}

.rooms__block {
  margin-bottom: 20px;
}

.rooms__slider {
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
}

.rooms__img picture {
  text-align: center;
}

.rooms__img picture img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: initial;
  border-radius: 20px;
}

.rooms__img:not(:first-child):not(.slick-slide) {
  display: none;
}

.rooms__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rooms__counter {
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
}

.rooms__buttons button:hover .icon {
  color: #a4a4a4;
}

.rooms__buttons button:last-of-type {
  margin-left: 6px;
}

.rooms__buttons button .icon {
  width: 92px;
  height: 64px;
  color: #ededed;
  transition: color .2s linear;
}

.rooms__desc-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
}

.rooms__flex {
  display: flex;
}

.rooms__text {
  margin: 20px auto 20px 0;
  width: 100%;
  max-width: 810px;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.rooms__text p {
  margin: 0;
}

.rooms__text * + p {
  margin-top: 20px;
}

.rooms__benefits {
  padding-bottom: 50px;
}

.rooms__param {
  display: flex;
  margin-bottom: 10px;
}

.rooms__col:first-of-type {
  margin-right: 116px;
}

.rooms__col:nth-child(2) {
  margin-right: 60px;
}

.rooms__col-item {
  display: flex;
  align-items: center;
}

.rooms__col-item .icon {
  flex-shrink: 0;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 15px;
}

.rooms__col-item span {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

.rooms__benefits-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 10px;
}

.rooms__list-item {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #747676;
}

@media (min-width: 769px) {
  /*.header-favorite__list-link:hover,
  .header-search__list-link:hover {
    background-color: #f0f2f4;
  }*/

  .header-favorite__sublist-link:hover,
  .header-search__sublist-link:hover {
    background-color: #f0f2f4;
  }
}

.page404 {
  padding: 0 0 80px;
}
.page404 h1 {
  margin-bottom: 15px;
}
.page404-descr {
  margin-bottom: 40px;
}
.page404 .btn {
  display: inline-flex;
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contacts-info {
  flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 106px;
  grid-row-gap: 26px;
  width: 100%;
}
.contacts-info-item__title {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
.contacts-info-item__value {
  padding-right: 20px;
  font-size: 17px;
  line-height: 26px;
  color: #747676;
}
.contacts-social {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contacts-social__title {
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
.contacts-social-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contacts-social-items a {
  display: block;
}
.contacts-social-items a + a {
  margin-left: 9px;
}
.contacts-social-items a .icon {
  width: 32px;
  height: 32px;
}

.dark {
	position: fixed;
	top: 0;
	left: -999999px;
	z-index: 1100;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(25 30 36 / 60%);
}
.dark.active {
	left: 0;
	opacity: 1;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1200;
	display: none;
	padding: 54px 43px 64px;
	width: 462px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 25%);
	transform: translate(-50%, -50%);
}
.popup.active {
	display: block;
}
.popup__close {
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}
.popup__close .icon {
  width: 20px;
  height: 20px;
}
.popup__title {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
}
.popup__title b {
  font-weight: 500;
}
.popup__note {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #747676;
}
.popup .good {
	padding: 40px 0;
	text-align: center;
	font-size: 13px;
  line-height: 17px;
  color: #747676;
}
.popup .good__title {
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
  color: #000;
}
.popup .good__title b {
  font-weight: 500;
}
.popup .good__descr {
  margin-top: 17px;
  padding: 0 22px;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}
.popup-form {
  margin-top: 24px;
	padding: 0 26px;
}
.popup-form-row {
	margin-bottom: 12px;
}
.popup-form-row label {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
.popup-form-row input,
.popup-form-row textarea {
	padding: 0 19px;
  width: 100%;
  height: 51px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.popup-form-row textarea {
	padding: 15px;
	height: 90px;
	resize: none;
}
.popup-form-row input.error,
.popup-form-row textarea.error {
	border-color: red;
}
.popup-form-row .form_phone {
  padding-left: 60px;
}
.popup-form__btn {
	display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 34px;
  width: 100%;
  height: 51px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  transition: color .3s linear, background-color .3s linear;
}
.popup-form__btn:hover {
	background: #000;
	color: #fff;
}
.popup-form__btn svg {
  width: 26px;
  margin-left: 32px;
}

@media (max-width: 1900px) {
  .intro.into_slider .intro__title {
    margin: 240px auto 0;
  }

  .intro__content {
    padding: 240px 0 0;
  }

  .intro__title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 120px;
  }

  .intro__hotel__title {
    margin-bottom: 120px;
  }

  .intro__title h1,
  .intro__title span {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1800px) {
  .intro.intro_second .intro__content {
    padding: 180px 40px 0;
  }
}

@media (max-width: 1660px) {
  .tabs__item:not(:last-child) {
    margin-right: 20px;
  }

  .tabs__button,
  .tabs__link {
    display: table;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 23px 15px 22px;
    white-space: nowrap;
  }

  .number__col-item {
    white-space: nowrap;
    font-size: 16px;
  }

  .number__col-item .icon {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }

  .number__col-item span sup {
    font-size: 10px;
  }

  .blogs {
    margin-top: 65px;
  }
  .blogs-left {
    flex: 0 0 304px;
    padding-right: 15px;
  }
  .blogs-left .blogs-item {
    margin-bottom: 19px;
    padding-bottom: 28px;
  }
  .blogs-left .blogs-item__img {
    margin-bottom: 19px;
  }
  .blogs-left .blogs-item__section {
    margin-bottom: 4px;
  }
  .blogs-left .blogs-item__title {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 30px;
  }
  .blogs-center {
    padding: 0 15px;
  }
  .blogs-center .blogs-item {
    margin-bottom: 57px;
    padding-bottom: 40px;
  }
  .blogs-center .blogs-item-left {
    padding-right: 36px;
  }
  .blogs-center .blogs-item-right {
    flex: 0 0 289px;
  }
  .blogs-center .blogs-item:first-child .blogs-item__img {
    margin-bottom: 17px;
  }
  .blogs-center .blogs-item__section {
    margin-bottom: 5px;
  }
  .blogs-center .blogs-item__title {
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 36px;
  }
  .blogs-right {
    flex: 0 0 278px;
    padding: 14px 0 0 15px;
  }
  .blogs-right .blogs-item {
    margin-bottom: 29px;
  }
  .blogs-right .blogs-item-left {
    padding-right: 16px;
  }
  .blogs-right .blogs-item__title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 22px;
  }
  .blogs-right .blogs-item__section {
    margin-bottom: 10px;
  }
  .blogs-right .blogs-item__descr {
    font-size: 11px;
    line-height: 18px;
  }
  .blogs-right .blogs-item-right {
    flex: 0 0 80px;
  }
}

@media (max-width: 1600px) {
  .location__item-title {
    line-height: 1.4;
  }

  .location__item-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .attraction__block {
    max-width: 700px;
  }

  .landmarks__row {
    margin-left: -40px;
  }

  .landmarks__list {
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rooms {
    padding: 45px 25px 25px 45px;
  }

  .rooms-close svg {
    width: 24px;
    height: 24px;
  }

  .rooms__inner {
    padding-right: 25px;
    max-height: 85vh;
  }

  .rooms__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}

@media (max-width: 1590px) {
  .about__main {
    max-width: 720px;
  }
  .about__services-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1550px) {
  .services__row {
    margin: 0 -10px;
  }

  .services__left {
    width: calc(50% - 20px);
    max-width: initial;
    margin: 0 10px;
  }

  .services__right {
    width: calc(50% - 20px);
    max-width: initial;
    margin: 0 10px;
  }

  .services__item-title {
    font-size: 28px;
    line-height: 44px;
  }
}

@media (max-width: 1500px) {
  .footer {
    padding: 100px 0 64px;
  }

  .footer__row {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .footer__info {
    margin-bottom: 40px;
  }

  .footer__logo {
    margin-top: 0;
  }

  .footer__menu {
    margin: 0 -10px;
  }

  .footer__col {
    width: calc(33.33333% - 20px);
    margin: 0 10px;
  }

  .intro.into_slider .intro__title {
    margin: 190px auto 0;
  }

  .intro__content {
    padding: 190px 0 0;
  }

  .attraction__content {
    max-width: 40%;
    margin-right: 32px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1330px;
  }

  .blogs-list .blogs-item__title {
    font-size: 22px;
    line-height: 32px;
  }

  .btn {
    font-size: 14px;
    height: 50px;
  }

  .btn svg {
    width: 24px;
    height: 7px;
  }

  .form__input {
    font-size: 14px;
    line-height: 120%;
    padding: 13px 0;
  }

  .breadcrumbs {
    padding: 32px 0;
  }

  .breadcrumbs__item {
    font-size: 12px;
    line-height: 16.39px;
  }

  .select ~ .select2-container .select2-selection--single {
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    padding: 17px 20px;
  }

  .select ~ .select2-container .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .select ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
  }

  .header-search.is_open {
    max-width: 280px;
    min-width: 280px;
  }

  .header-search label {
    height: 50px;
  }

  .header-search input {
    font-size: 14px;
  }

  .header-search button {
    width: 20px;
    height: 20px;
  }

  .header-favorite.is_open {
    max-width: 280px;
    min-width: 280px;
  }

  .header-favorite__field {
    height: 50px;
  }

  .header-favorite__field span {
    font-size: 14px;
  }

  .header-favorite button {
    width: 17px;
    height: 17px;
  }

  .header-favorite__result,
  .header-search__result {
    padding: 15px 10px 20px 15px;
  }

  .header-favorite__list,
  .header-search__list {
    margin-left: -10px;
  }

  .header-favorite__list-link,
  .header-search__list-link {
    padding: 5px 15px;
  }

  .header-favorite__list-descr {
    padding: 5px 15px;
  }

  .header-favorite__list-link strong,
  .header-search__list-link strong {
    font-size: 14px;
    line-height: 20px;
  }

  .header-favorite__list-link img,
  .header-search__list-link img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 18px;
  }

  .header-favorite__list-link img.pin,
  .header-search__list-link img.pin {
    width: 16px;
    min-width: 16px;
    height: 18px;
  }

  .header-favorite__sublist-img,
  .header-search__sublist-img {
    width: 35px;
    min-width: 35px;
    height: 40px;
    margin-right: 18px;
  }

  .header-favorite__sublist-item span,
  .header-search__sublist-item span {
    font-size: 12px;
    line-height: 16px;
  }

  .header-favorite__sublist-link,
  .header-search__sublist-link {
    padding: 10px 20px 10px 52px;
  }

  .header-favorite__sublist-link_full,
  .header-search__sublist-link_full {
    padding: 10px 15px;
  }

  .header-favorite__sublist-link strong,
  .header-search__sublist-link strong {
    font-size: 12px;
    line-height: 16px;
  }

  .header {
    padding: 18px 0;
  }

  .header__logo .icon {
    width: 179px;
    height: 35px;
  }

  .header__list-item:not(:last-child) {
    margin-right: 35px;
  }

  .header__list-link {
    font-size: 14px;
  }

  .location__item-title {
    font-size: 20px;
  }

  .location__item-text {
    font-size: 14px;
  }

  .landmarks__list-title {
    font-size: 20px;
  }

  .footer {
    padding: 100px 0 24px;
  }

  .footer__row {
    flex-direction: row;
    margin-bottom: 136px;
  }

  .footer__logo {
    margin-bottom: 18px;
  }

  .footer__logo .icon {
    width: 178px;
    height: 49px;
  }

  .footer__info-text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 44px;
  }

  .footer__social-link .icon {
    width: 32px;
    height: 32px;
  }

  .footer__menu {
    padding-top: 32px;
    max-width: 610px;
    flex: auto;
    margin: 0;
  }

  .footer__col:not(:last-child) {
    margin-right: 0;
  }

  .footer__col:nth-child(1) {
    margin-right: 80px;
  }

  .footer__col:nth-child(2) {
    margin-right: 100px;
  }

  .footer__col {
    width: auto;
    margin: 0;
  }

  .footer__col-title {
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 25px;
  }

  .footer__list-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer__list-link {
    font-size: 14px;
    line-height: 10px;
  }

  .footer__copy {
    font-size: 14px;
    line-height: 31px;
    margin-right: 60px;
  }

  .footer__policy {
    font-size: 14px;
    line-height: 31px;
  }

  .intro.into_slider .intro__title {
    margin: 264px auto 0;
  }

  .intro.intro_second .intro__img,
  .intro.intro_third .intro__img {
    height: 620px;
  }

  .intro__img {
    height: 704px;
  }

  .intro__content {
    padding: 264px 0 0;
  }

  .intro__title {
    font-size: 75px;
    line-height: 85px;
    margin-bottom: 140px;
  }

  .intro__hotel__title {
    margin-bottom: 140px;
  }

  .intro__title h1,
  .intro__title span {
    font-size: 75px;
    line-height: 85px;
  }

  .intro__text {
    font-size: 16px;
    line-height: 24px;
  }

  .intro__btn {
    max-width: 240px;
  }

  .intro__btn svg {
    width: 22px;
  }

  .intro.intro_second .intro__title {
    min-height: 170px;
  }

  .intro.intro_second .intro__content {
    padding: 225px 40px 0;
  }

  .intro.intro_second .intro__title {
    margin-bottom: 100px;
  }

  .intro.intro_second .intro__text,
  .intro.intro_third .intro__text {
    font-size: 14px;
  }

  .intro.intro_third .intro__text {
    max-width: 580px;
  }

  .intro.intro_second .intro__btn {
    max-width: 270px;
  }

  .intro.intro_third .intro__row__btns .intro__favorite__btn {
    padding: 7px 24px;
  }

  .intro.intro_third .intro__row__btns .intro__favorite__btn svg {
    width: 20px;
    height: 17px;
  }

  .services {
    padding-bottom: 115px;
  }

  .services__head {
    margin-bottom: 110px;
  }

  .services__title {
    font-size: 35px;
    line-height: 45px;
  }

  .services__title {
    max-width: 400px;
  }

  .services__text {
    font-size: 16px;
    line-height: 26px;
  }

  .services__text {
    max-width: 490px;
    margin-top: 0;
  }

  .services__left {
    width: auto;
    max-width: 510px;
  }

  .services__right {
    width: auto;
    max-width: 720px;
  }

  .services__item-content {
    padding: 0 30px 30px;
  }

  .services__item-title {
    font-size: 25px;
  }

  .services__item-text {
    font-size: 14px;
    line-height: 22px;
  }

  .programs {
    padding-bottom: 116px;
  }

  .programs__head {
    margin-bottom: 48px;
  }

  .programs__title {
    font-size: 35px;
    line-height: 45px;
  }

  .programs__title {
    margin-bottom: 20px;
  }

  .programs__text {
    font-size: 16px;
    line-height: 26px;
  }

  .programs__nav-btn .icon {
    width: 70px;
    height: 50px;
  }

  .programs__item:not(:nth-child(-n+2)):not(.slick-slide) {
    display: none;
  }

  .programs__link {
    max-width: 215px;
    margin: 54px auto 0;
  }

  .programs__body {
    padding: 0 35px 35px;
  }

  .programs__body-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .programs__body-price {
    font-size: 20px;
    line-height: 27.32px;
    margin-bottom: 25px;
  }

  .programs__body-date {
    font-size: 14px;
    line-height: 19.12px;
    margin-bottom: 22px;
  }

  .programs__body-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .programs__body-link {
    height: 50px;
  }

  .programs_second .programs__row .programs__item {
    display: block;
  }

  .hotel {
    padding: 115px 0;
  }

  .hotel__head {
    margin-bottom: 35px;
  }

  .hotel__title {
    font-size: 35px;
    line-height: 45px;
  }

  .hotel__title {
    margin-bottom: 20px;
  }

  .hotel__text {
    font-size: 16px;
    line-height: 26px;
  }

  .hotel__item {
    margin: 60px 9px 0;
  }

  .hotel__img {
    margin-bottom: 26px;
  }

  .hotel__name {
    font-size: 25px;
    line-height: 120%;
  }

  .hotel__flex {
    margin-bottom: 22px;
  }

  .hotel__place {
    font-size: 14px;
    line-height: 120%;
  }

  .hotel__price {
    font-size: 14px;
    line-height: 120%;
  }

  .hotel__info-link,
  .number__info-link {
    font-size: 14px;
    line-height: 120%;
    margin-right: 35px;
  }

  .hotel__link {
    max-width: 240px;
    margin: 44px auto;
  }

  .travel {
    padding-bottom: 114px;
  }

  .travel__title {
    font-size: 35px;
    line-height: 45px;
  }

  .travel__title {
    margin-bottom: 26px;
  }

  .travel__text {
    font-size: 16px;
    line-height: 26px;
  }

  .travel__text {
    margin-bottom: 22px;
  }

  .travel__form .form__btn {
    max-width: 240px;
    margin: 40px auto 0;
  }

  .filter__text {
    font-size: 14px;
    line-height: 20px;
  }

  .about {
    padding: 122px 0 55px;
  }

  .about__head {
    margin-bottom: 18px;
  }

  .about__head {
    margin-bottom: px;
  }

  .about__head-place img {
    width: 14px;
    height: 18px;
  }

  .about__head-place {
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
  }

  .about__head-btn {
    font-size: 14px;
    padding: 5px 20px;
    height: 40px;
  }

  .about__head-btn .icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }

  .about__title,
  .location__title {
    font-size: 35px;
    line-height: 45px;
  }

  .about__title {
    margin-bottom: 6px;
  }

  .about__item-text {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
  }

  .about__inner {
    margin-top: 33px;
  }

  .about__description {
    margin: 35px 0 28px;
  }

  .about__description-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .about__description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about__services-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .about__services-item span {
    font-size: 16px;
    line-height: 21px;
  }

  .about__services-item button {
    font-size: 16px;
    line-height: 21px;
    padding: 8px 12px;
  }

  .about__right {
    max-width: 452px;
    padding: 30px 24px;
  }

  .about__right-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .about__right-item_first {
    margin-bottom: 15px;
  }

  .about__right-item .icon {
    width: 18px;
    height: 16px;
    margin-right: 15px;
  }

  .about__right-item div {
    font-size: 14px;
    line-height: 21px;
  }

  .number {
    padding: 0 0 112px;
  }

  .number__title {
    font-size: 35px;
    line-height: 45px;
  }

  .number__title {
    margin-bottom: 22px;
  }

  .number__tabs {
    margin-bottom: 30px;
  }

  .number__card {
    margin: 68px 10px 0;
  }

  .number__nav {
    padding: 0 13px;
    margin: 13px 0;
    min-height: 55px;
  }

  .number__nav-buttons button .icon {
    width: 70px;
    height: 50px;
  }

  .number__counter {
    font-size: 16px;
  }

  .number__body-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .number__flex {
    grid-column-gap: 40px;
    margin: 0;
  }

  .number__info {
    margin-top: 12px;
  }

  .number__button {
    margin-top: 0;
  }

  .location {
    padding-bottom: 100px;
  }

  .attraction__row {
    margin-bottom: 100px;
  }

  .attraction__content-text {
    font-size: 17px;
    line-height: 26px;
  }

  .attraction__nav {
    padding: 0 20px;
    margin-top: 24px;
  }

  .attraction__buttons button .icon {
    width: 70px;
    height: 50px;
  }

  .attraction__counter {
    font-size: 16px;
    line-height: 1.4;
  }

  .landmarks__list-item {
    font-size: 16px;
    line-height: 1.6;
  }

  .restaurants__nav {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .restaurants__button {
    width: auto;
    margin: 0;
    padding: 14px 24px;
  }

  .restaurants__button strong {
    font-size: 18px;
    line-height: 1.4;
  }

  .restaurants__button span {
    font-size: 14px;
    line-height: 1.4;
  }

  .restaurants__slider {
    margin-top: 32px;
  }

  .rooms__img picture {
    max-height: 318px;
  }

  .rooms__counter {
    font-size: 16px;
    line-height: 1.4;
  }

  .rooms__buttons button:last-of-type {
    margin-left: 4px;
  }

  .rooms__buttons button .icon {
    width: 69px;
    height: 48px;
  }

  .rooms__desc-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .rooms__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .rooms__param {
    margin-bottom: 10px;
  }

  .rooms__col-item .icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
  }

  .rooms__col-item span {
    font-size: 16px;
    line-height: 1.4;
  }

  .rooms__list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .attraction__content-title--big {
    font-size: 35px;
    line-height: 45px;
  }

  .country {
    padding: 122px 0 0;
  }

  .intro.intro_third .intro__title {
    margin: 0 0 24px;
  }

  .tile {
    margin-bottom: 100px;
  }

  .tile-item__img {
    margin-bottom: 25px;
  }

  .tile-item__title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .tile-item__text {
    font-size: 16px;
    line-height: 26px;
  }

  .blogs-section .blogs-item-left {
    flex: 0 0 650px;
  }
  .blog-head {
    padding-top: 82px;
  }
  .blog-head__img {
    margin-bottom: 48px;
  }
  .blog-head__img img {
    margin-bottom: 18px;
  }
  .blog-head__img span {
    font-size: 14px;
  }
  .blog-head-info {
    padding-bottom: 15px;
  }
  .blog-head-info__section {
    margin-bottom: 28px;
  }
  .blog-head-info__title {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 45px;
  }
  .blog-head-info__text {
    margin: 0 auto 37px;
    font-size: 17px;
    line-height: 26px;
  }
  .blog-head-info__date {
    font-size: 14px;
    line-height: 19px;
  }
  .blog-content {
    padding-top: 68px;
  }
  .blog-content-left {
    flex: 0 0 650px;
  }
  .blog-content .about__description-text,
  .blog-hotel__text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-hotel__img {
    margin-bottom: 26px;
  }
  .blog-hotel__img span {
    font-size: 15px;
    line-height: 17px;
  }
  .blog-hotel__title {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 35px;
  }
  .blog-hotel__title svg {
    width: 22px;
    height: 7px;
  }
  .blog-hotel__price {
    margin-bottom: 28px;
  }
  .blog-hotel__text p {
    margin-bottom: 25px;
  }
  .blog-content-right {
    flex: 0 0 390px;
  }
  .blog-popular__title {
    font-size: 26px;
    line-height: 26px;
  }
  .blog-popular-item + .blog-popular-item {
    margin-top: 17px;
  }
  .blog-popular-item__img {
    flex: 0 0 71px;
  }
  .blog-popular-item-info {
    padding: 4px 0 0 27px;
  }
  .blog-popular-item-info__title {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-more {
    padding: 41px 0 132px;
  }
  .blog-more-wrap {
    margin-left: -29px;
  }
  .blog-more__title {
    margin-bottom: 13px;
  }
  .blog-more-item {
    padding-left: 29px;
  }
  .blog-more-item__img {
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .blog-more-item__title {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-more-item__text {
    font-size: 12px;
    line-height: 18px;
  }
  .pager-btns a,
  .pager-btns span {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 18px;
  }
  .pager-nav {
    top: 28px;
  }
  .pager-nav a {
    font-size: 14px;
  }
  .pager-nav a + a {
    margin-left: 23px;
  }
  .pager-nav a .icon {
    width: 18px;
    height: 7px;
  }
  .pager-nav__prev .icon {
    margin-right: 4px;
  }
  .pager-nav__next .icon {
    margin-left: 4px;
  }
  .subscribes__title {
    font-size: 35px;
    line-height: 45px;
  }
  .subscribes__text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1420px) {
  .hotel__info {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1380px) {
  .intro.intro_second .intro__content {
    padding: 120px 40px 0;
  }

  .services__head {
    margin-bottom: 100px;
  }

  .programs_second .programs__row .programs__item {
    width: calc(50% - 18px);
    display: block;
  }
}

@media (max-width: 1280px) {
  .services__head {
    flex-direction: column;
    align-items: start;
    margin-bottom: 65px;
  }

  .services__title {
    margin-bottom: 32px;
  }

  .services__text {
    max-width: initial;
  }
  
  .number__flex {
    grid-column-gap: 32px;
  }

  .attraction__block {
    max-width: 50%;
  }

  .rooms__inner {
    max-height: 82vh;
  }

  .blogs-wrap {
    flex-wrap: wrap;
  }
  .blogs-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: auto;
    margin: 0 0 60px -30px;
    padding-right: 0;
    border: 0;
  }
  .blogs-left .blogs-item {
    flex: 0 0 calc(100% / 3);
    margin: 0;
    padding: 0 0 0 30px;
    border: 0;
  }
  .blogs-left .blogs-item:last-child {
    padding-bottom: 0;
  }
  .blogs-center {
    padding: 0 15px 0 0;
    border-left: 0;
  }
  .blogs-center .blogs-item:first-child {
    flex-wrap: nowrap;
  }
  .blogs-center .blogs-item:first-child .blogs-item-left {
    flex: auto;
    order: 0;
  }
  .blogs-center .blogs-item-right,
  .blogs-center .blogs-item:first-child .blogs-item-right {
    flex: 0 0 48%;
    order: 1;
  }
  .blogs-center .blogs-item__img img {
    height: 245px;
  }
  .blogs-center .blogs-item__title {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 30px;
  }
  .blogs-right {
    flex: 0 0 388px;
  }
  .blogs-right .blogs-item-right {
    flex: 0 0 106px;
  }
  .blogs-section .blogs-item-left {
    flex: 0 0 600px;
  }
}

@media (max-width: 1240px) {
  .container {
    max-width: initial;
    padding: 0 25px;
  }

  .breadcrumbs_absolute {
    position: static;
  }

  .breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item:after {
    color: #000;
  }

  .breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item a {
    color: #000;
  }

  .breadcrumbs_absolute .breadcrumbs__list .breadcrumbs__item.active {
    color: #747676;
  }

  .intro.into_slider .intro__text {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 55%;
    bottom: auto;
    white-space: nowrap;
  }

  .intro.into_slider .intro__btn {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 65%;
    bottom: auto;
  }

  .intro.into_slider .intro__title {
    margin: 225px auto 0;
  }

  .intro__text__padd {
    padding-right: 0;
  }

  .intro__content .intro__btn.intro__btn__auto {
    min-width: 265px;
  }

  .intro__content {
    padding: 225px 0 0;
  }

  .intro__title {
    font-size: 43px;
    line-height: 47px;
    margin-bottom: 94px;
  }

  .intro__hotel__title {
    margin-bottom: 94px;
  }

  .intro__title h1,
  .intro__title span {
    font-size: 43px;
    line-height: 47px;
  }

  .intro.intro_second .intro__title {
    min-height: auto;
  }

  .intro__row {
    flex-direction: column;
  }

  .intro.intro_third .intro__row {
    flex-direction: row;
  }

  .intro__text {
    text-align: center;
    margin-bottom: 32px;
  }

  .intro.intro_second .intro__content {
    padding: 60px 0 100px;
  }

  .intro.intro_third .intro__text {
    text-align: left;
    margin-bottom: 0;
  }
  
  .intro__content .intro__btn.intro__btn__auto + .intro__btn.intro__btn__auto {
    margin: 20px 0 0;
  }

  .services {
    padding-bottom: 80px;
  }
  
  .services__row {
    flex-wrap: wrap;
    margin: -20px 0 0;
  }

  .services__left {
    width: 100%;
    max-width: initial;
    margin: 20px 0 0;
  }

  .services__right {
    width: 100%;
    margin: 20px 0 0;
    max-width: initial;
  }

  .services__item-img {
    height: 450px;
    display: block;
  }

  .programs__filter .filter__flex {
    flex-wrap: wrap;
    margin: -10px 0 0;
  }

  .programs__filter .filter__flex .filter__item {
    margin: 10px 45px 0 0;
  }

  .programs__row .slick-track {
    margin-left: 0%;
  }

  .programs__item {
    width: calc(50% - 18px);
  }

  .hotel {
    padding: 80px 0;
  }

  .hotel__info-link,
  .number__info-link {
    margin-right: 0;
  }

  .travel__content {
    position: static;
    transform: translate(0, 0);
    color: #000;
    padding-top: 60px;
  }

  .travel__form .form__btn {
    border-color: #000;
    color: #000;
  }

  .travel__form .form__btn:hover:not(:active) {
    color: #fff;
    background-color: #000;
  }

  .travel__form .form__input {
    border-color: #000;
    color: #000;
  }

  .travel__form .form__input::-moz-placeholder {
    color: #000;
  }

  .travel__form .form__input:-ms-input-placeholder {
    color: #000;
  }

  .travel__form .form__input::placeholder {
    color: #000;
  }

  .number {
    padding: 0 0 100px;
  }

  .location__title {
    font-size: 45px;
    line-height: 50px;
  }

  .attraction__title {
    font-size: 45px;
    line-height: 50px;
  }

  .contacts-info {
    flex: 0 0 60%;
  }

  .blog-head {
    padding-top: 25px;
  }
  .blog-head__img {
    margin-bottom: 30px;
  }
}

@media (max-width: 1150px) {
  .blog-content-right {
    flex: 0 0 270px;
  }
  .blog-popular__title {
    font-size: 22px;
    line-height: 24px;
  }
  .blog-popular-item__img {
    flex: 0 0 56px;
  }
  .blog-popular-item-info {
    padding: 0 0 0 18px;
  }
  .blog-popular-item-info__section {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 13px;
  }
}

@media (max-width: 1100px) {
  .hotel__item {
    width: calc(50% - 18px);
  }

  .landmarks__list {
    flex: 0 0 50%;
  }

  .tile-item {
    width: calc(50% - 18px);
  }

  .blogs-section .blogs-item {
    justify-content: space-between;
  }
  .blogs-section .blogs-item-left {
    flex: 0 0 calc(50% - 20px);
  }
  .blogs-section .blogs-item-right {
    flex: 0 0 calc(50% - 20px);
    padding-left: 0;
    max-width: 100%;
  }
  .header__list-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }

  .header__nav {
    margin-left: 25px;
  }

  .header_second .header__list-link span {
    display: none;
  }

  .tabs__list {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .tabs__item:not(:last-child) {
    margin-right: 5px;
  }

  .header__row {
    justify-content: space-between;
  }

  .header__search {
    margin-left: auto;
  }

  .header__favorites {
    margin-right: -20px;
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__menu {
    flex-wrap: wrap;
    margin: -20px -10px 0;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .footer__copy {
    margin: 0 0 15px;
  }

  .services__text {
    font-size: 20px;
    line-height: 28px;
  }

  .programs {
    padding-bottom: 100px;
  }

  .programs.programs_second {
    padding: 30px 0 120px;
  }

  .programs__text {
    font-size: 20px;
    line-height: 28px;
  }

  .programs__nav {
    display: none;
  }

  .programs__row .slick-track {
    margin-left: -54%;
  }

  .programs__item {
    width: 100%;
    margin: 0 9px;
  }

  .programs__item:not(:first-child):not(.slick-slide) {
    display: none;
  }

  .programs__body {
    padding: 0 30px 30px;
  }

  .programs__body-flex {
    margin-bottom: 15px;
  }

  .programs_second .programs__row .programs__item {
    display: block;
  }

  .programs_second .programs__row .programs__item .programs__body {
    padding: 0 20px 20px;
  }

  .programs_second .programs__row .programs__item .programs__body-title {
    font-size: 24px;
    line-height: 28px;
  }

  .hotel.hotel_second {
    padding: 30px 0 120px;
  }

  .hotel__text {
    font-size: 20px;
    line-height: 28px;
  }

  .hotel__info-btn {
    padding: 7px 9px;
  }

  .travel__text {
    font-size: 20px;
    line-height: 28px;
  }

  .filter__item:not(:last-child) {
    margin-right: 24px;
  }

  .filter__text {
    margin-right: 12px;
  }

  .about__wrap {
    flex-wrap: wrap;
    margin: 0;
  }

  .about__col {
    width: 100%;
    margin: 12px 0 0;
  }

  .about__col:last-of-type {
    flex-wrap: nowrap;
  }

  .about__col:last-of-type .about__item {
    height: 250px;
  }

  .about__col:last-of-type .about__item .about__img {
    height: 100%;
  }

  .about__col:last-of-type .about__item:nth-child(1) {
    width: 33.33333%;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .about__col:last-of-type .about__item:not(.about__item__full):nth-child(2) {
    margin-right: 12px;
  }

  .about__col:last-of-type .about__item:not(.about__item__full):nth-child(2),
  .about__col:last-of-type .about__item:not(.about__item__full):nth-child(3) {
    width: 33.33333%;
  }

  .about__item-text {
    text-transform: capitalize;
  }

  .about__item-text span {
    display: none;
  }

  .about__img {
    height: 335px;
    display: block;
  }

  .about__inner {
    margin-top: 32px;
    flex-direction: column;
  }

  .about__main {
    max-width: initial;
  }

  .about__description-title {
    font-style: 20px;
    line-height: 28px;
  }

  .about__services-flex {
    flex-direction: column;
  }

  .about__services-col:not(:first-child) {
    margin: 30px 0 0;
  }

  .about__right {
    max-width: initial;
    padding: 30px;
    margin-left: 0;
    margin-top: 54px;
  }

  .about__right-title {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 20px;
  }

  .number__row {
    width: 100%;
    margin: -32px 0 0;
  }

  .number__card {
    width: 100%;
    margin: 32px 0 0;
  }

  .number__col-item {
    white-space: initial;
  }

  .location__title {
    margin-bottom: 22px;
  }

  .location__row {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 15px 32px;
  }

  .location__item:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .location__item:nth-child(2) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .location__map {
    height: 320px;
  }

  .location__title {
    font-size: 35px;
    line-height: 40px;
  }

  .attraction__title {
    margin-bottom: 22px;
  }

  .attraction__row {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .attraction__content {
    margin-right: 0;
    margin-bottom: 32px;
    max-width: initial;
  }

  .attraction__block {
    max-width: initial;
  }

  .attraction__landmarks {
    margin-bottom: 60px;
  }

  .attraction__content-title,
  .attraction__title {
    font-size: 35px;
    line-height: 45px;
  }

  .attraction__content-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .landmarks__title {
    margin-bottom: 24px;
  }

  .landmarks__row {
    margin-left: -34px;
  }

  .landmarks__list {
    margin-bottom: 34px;
    padding-left: 34px;
  }

  .landmarks__list-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .restaurants__subtitle {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  .restaurants__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 6px;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .restaurants__nav::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: transparent;
  }

  .restaurants__nav::-webkit-scrollbar-track {
    background: transparent;
  }

  .restaurants__nav::-webkit-scrollbar-thumb {
    background: #BBBCBD;
  }

  .restaurants__button {
    min-width: 280px;
    padding: 10px 14px;
    border-radius: 10px;
  }

  .restaurants__button strong {
    font-size: 14px;
  }

  .restaurants__button span {
    font-size: 12px;
  }

  .rooms {
    padding: 30px 20px 20px 30px;
    border-radius: 10px;
  }

  .rooms-close {
    padding: 5px;
  }

  .rooms__btn {
    display: none;
  }

  .rooms__btn.rooms__btn_mob {
    display: block;
    margin-left: 0;
    margin-bottom: 14px;
  }

  .rooms__slider {
    border-radius: 10px;
  }

  .rooms__img img {
    width: 100%;
    min-height: 375px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 215px;
  }

  .rooms__inner {
    padding-right: 10px;
  }

  .rooms__block {
    margin-bottom: 14px;
  }

  .rooms__slider {
    margin-bottom: 12px;
  }

  .rooms__buttons button .icon {
    width: 60px;
    height: 42px;
  }

  .rooms__desc-title {
    font-size: 20px;
  }

  .rooms__benefits-title {
    line-height: 1.4;
  }

  .intro.intro_third .intro__content {
    top: 60px;
    bottom: auto;
  }

  .intro.intro_third .intro__row {
    flex-wrap: wrap;
  }

  .intro.intro_third .intro__row__wrap {
    flex: 0 0 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .intro.intro_third .intro__row__btns {
    flex: 0 0 100%;
    justify-content: center;
  }
  
  .intro.intro_third .intro__title,
  .intro.intro_third .intro__title h1 {
    text-align: center;
  }

  .intro.intro_third .intro__text {
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
  }

  .intro.intro_third .intro__row__btns .intro__btn {
    max-width: 346px;
  }

  .tile {
    margin-bottom: 80px;
  }

  .tile-item__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .contacts-info {
    flex: 0 0 100%;
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .contacts-info-item {
    margin-bottom: 16px;
  }

  .contacts-info-item__title {
    margin-bottom: 6px;
  }

  .contacts-social {
    flex: 0 0 100%;
    justify-content: flex-start;
  }

  .contacts-social__title {
    margin-bottom: 11px;
  }

  .blogs {
    margin-top: 45px;
  }
  .blogs-left {
    flex-wrap: wrap;
    margin: 0;
  }
  .blogs-left .blogs-item,
  .blogs-left .blogs-item:last-child {
    align-items: flex-start;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #c1c1c1;
  }
  .blogs-left .blogs-item-left {
    flex: 1;
    order: 0;
    padding-right: 20px;
  }
  .blogs-left .blogs-item-right {
    flex: 0 0 48%;
    order: 1;
  }
  .blogs-left .blogs-item__section,
  .blogs-center .blogs-item__section {
    margin-bottom: 8px;
  }
  .blogs-left .blogs-item__title,
  .blogs-center .blogs-item__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .blogs-left .blogs-item__img {
    margin-bottom: 0;
  }
  .blogs-left .blogs-item__img img {
    height: 245px;
  }
  .blogs-center {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: auto;
    margin: 0;
    padding-right: 0;
    border: 0;
  }
  .blogs-center .blogs-item {
    align-items: flex-start;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #c1c1c1;
  }
  .blogs-right {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex: auto;
    padding: 0;
    border-left: 0;
  }
  .blogs-right .blogs-item {
    flex: 0 0 50%;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #c1c1c1;
  }
  .blogs-right .blogs-item:nth-child(odd) {
    padding-right: 20px;
  }
  .blogs-right .blogs-item:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid #c1c1c1;
  }
  .blogs-right .blogs-item:nth-last-child(2) {
    border-bottom: 0;
  }
  .blogs-list {
    margin-left: -20px;
  }
  .blogs-list .blogs-item {
    flex: 0 0 calc(100% / 3);
    padding: 0 0 40px 20px;
  }
  .blogs-list .blogs-item__section {
    margin-bottom: 8px;
  }
  .blogs-list .blogs-item__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .blogs-section .blogs-item {
    align-items: flex-start;
  }
  .blogs-section .blogs-item + .blogs-item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .blogs-section .blogs-item-left {
    flex: 0 0 calc(50% - 10px);
  }
  .blogs-section .blogs-item-right {
    flex: 0 0 calc(50% - 10px);
  }
  .blogs-section .blogs-item__img img {
    height: 245px;
  }
  .blogs-section .blogs-item__section {
    margin-bottom: 8px;
  }
  .blogs-section .blogs-item__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .blog-content-left {
    flex: 0 0 100%;
    max-width: 650px;
  }
  .blog-content-right {
    display: none;
  }
  .blog-more {
    padding: 40px 0 120px;
  }
  .blog-more-wrap {
    margin-left: -30px;
  }
  .blog-more-item {
    flex: 0 0 50%;
    padding: 0 0 30px 30px;
  }
  .pager-nav {
    top: 39px;
    width: 100%;
  }
  .pager-nav__prev {
    position: absolute;
    left: 0;
  }
  .pager-nav__next {
    position: absolute;
    right: 0;
  }
  .subscribes__text br {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__logo .icon {
    width: 240px;
    height: 48px;
  }

  .header__nav {
    display: none;
  }

  .header__favorites {
    margin-right: 12px;
  }

  .header_second .header__list-link span {
    display: inline-block;
  }

  .header__burger {
    display: block;
    position: relative;
    z-index: 100;
  }

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

  .service-slider-gallery {
    grid-template-columns: 372px repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .btn {
    height: 40px;
    font-size: 14px;
    line-height: 1.6;
  }

  .breadcrumbs {
    padding: 28px 0;
  }

  .select2-container.select2-container--default .select2-dropdown {
    padding: 24px;
  }

  .select2-container.select2-container--default .dd-vertical .select2-results__options {
    margin-right: 15px;
  }

  .select2-container.select2-container--default .dd-vertical {
    padding: 24px 10px 24px 24px;
    min-width: 270px !important;
    max-width: 270px !important;
  }

  .select2-container.select2-container--default .dd-vertical .select2-results__options {
    padding-right: 14px;
  }

  .select2-container.select2-container--default .dd-horizontal {
    min-width: 270px !important;
    max-width: 270px !important;
  }

  .select2-container.select2-container--default .dd-horizontal .select2-results__option {
    font-size: 14px;
    min-width: 100px;
    padding: 6px 12px;
  }

  .select2-container.select2-container--default .is-first-option,
  .select2-container.select2-container--default .select2-dropdown-label {
    font-size: 16px;
    line-height: 120%;
  }

  .header-search:not(.header-search_mob) {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    padding-top: 100px;
  }

  .header-search_mob {
    display: block;
    max-width: 24px;
    min-width: 24px;
  }

  .header-search button.header-search__close {
    display: block;
  }

  .header-search__button {
    display: block;
  }

  .header-search.is_open {
    max-width: 100%;
    min-width: 100%;
  }

  .header-search.is_open input {
    padding-left: 0;
  }

  .header-search label {
    border-color: #000;
    margin: 0 20px;
  }

  .header-search input {
    max-width: initial;
    opacity: 1;
    color: #000;
  }

  .header-search button {
    color: #000;
  }

  .header-favorite {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-top: 85px;
    display: none;
  }

  .header-favorite button.header-favorite__close {
    display: block;
  }

  .header-favorite.is_open {
    max-width: initial;
    min-width: initial;
  }

  .header-favorite__field {
    border: 0;
  }

  .header-favorite__field .header-favorite__arrow {
    display: block;
  }

  .header-favorite__field span {
    font-size: 18px;
    opacity: 1;
    max-width: initial;
    color: #000;
  }

  .header-favorite button {
    display: none;
  }

  .header-favorite .header-favorite__result {
    display: block;
  }

  .header-favorite__result,
  .header-search__result {
    border-radius: 0;
    position: static;
    box-shadow: none;
  }

  .header-favorite__list-link strong,
  .header-search__list-link strong {
    font-size: 16px;
  }

  .header-favorite__sublist-link_full .close-icon,
  .header-search__sublist-link_full .close-icon {
    opacity: 1;
  }

  .header {
    padding: 30px 0;
  }

  .header__logo .icon {
    width: 174px;
    height: 30px;
  }

  .header__search {
    margin-right: 32px;
  }

  .header__favorites {
    margin: 0;
  }

  .header__nav {
    margin-left: auto;
  }

  .header__menu-fav {
    display: block;
    position: absolute;
    top: 35px;
    right: 70px;
  }

  .header__menu {
    max-width: 100%;
    padding: 160px 20px 0;
  }

  .header__menu .header__list {
    align-items: center;
  }

  .header__menu .header__list-item:not(:last-child) {
    margin: 0 0 20px;
  }

  .intro__hotel__price {
    font-size: 16px;
    line-height: 24px;
  }

  .service-slider-gallery {
    grid-template-columns: 282px repeat(2, 1fr);
  }

  .footer {
    padding: 64px 0;
  }

  .footer__logo .icon {
    width: 174px;
    height: 30px;
  }

  .footer__info-text {
    margin-bottom: 46px;
  }

  .footer__info-text br {
    display: none;
  }

  .footer__menu {
    flex-direction: column;
    margin: 0;
    padding-top: 0;
  }

  .footer__col:not(:last-child) {
    margin-bottom: 32px;
  }

  .footer__col:nth-child(1) {
    margin-right: 0;
  }

  .footer__col:nth-child(2) {
    margin-right: 0;
  }

  .footer__col-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .footer__bottom {
    font-size: 14px;
    line-height: 1.6;
  }

  .intro.intro_second .intro__img,
  .intro.intro_third .intro__img {
    height: 580px;
  }

  .intro__img {
    height: 670px;
  }

  .intro.intro_second .intro__content {
    padding: 75px 0;
  }
  
  .intro.intro_second .intro__title {
    margin-bottom: 57px;
  }

  .intro.intro_second .intro__text {
    margin-bottom: 32px;
  }

  .intro.intro_third .intro__content {
    top: 75px;
  }

  .intro.intro_third .intro__title {
    margin-bottom: 24px; 
  }

  .intro.intro_third .intro__text {
    line-height: 1.4;
  }

  .services__head {
    margin-bottom: 32px;
  }

  .services__title {
    font-size: 28px;
    line-height: 35px;
  }

  .services__title {
    margin-bottom: 16px;
  }

  .services__text {
    font-size: 16px;
    line-height: 28px;
  }

  .services__text br {
    display: none;
  }

  .services__right .services__item:nth-child(1) {
    margin: 0 0 20px;
  }

  .services__right .services__item:nth-child(1),
  .services__right .services__item:nth-child(2) {
    width: 100%;
  }

  .services__item {
    border-radius: 10px;
  }

  .services__item-img {
    border-radius: 10px;
  }

  .services__item-img img {
    border-radius: 10px;
  }

  .services__item::before {
    border-radius: 10px;
  }

  .services__item-content {
    padding: 0 15px 24px;
  }

  .services__item-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .services__item-text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }

  .programs {
    padding-bottom: 60px;
  }

  .programs.programs_second {
    padding: 40px 0 80px;
  }

  .programs__head {
    margin-bottom: 32px;
  }

  .programs__title {
    font-size: 28px;
    line-height: 35px;
  }

  .programs__title {
    margin-bottom: 16px;
  }

  .programs__text {
    font-size: 16px;
    line-height: 28px;
  }

  .programs__text br {
    display: none;
  }

  .programs__item {
    border-radius: 10px;
  }

  .programs__item::before {
    border-radius: 10px;
  }

  .programs__item-img {
    border-radius: 10px;
  }

  .programs__item-img img {
    border-radius: 10px;
  }

  .programs__body {
    padding: 0 15px 40px;
  }

  .programs__body-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .programs__body-price {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .programs__body-date {
    margin-bottom: 15px;
  }

  .programs__body-text {
    margin-bottom: 15px;
  }

  .programs_second .programs__row {
    margin: -20px 0 0;
  }

  .programs_second .programs__row .programs__item {
    width: 100%;
    margin: 20px 0 0;
  }

  .programs_second .programs__row .programs__item .programs__body {
    padding: 0 15px 40px;
  }

  .programs_second .programs__row .programs__item .programs__item-img {
    height: 500px;
  }

  .hotel {
    padding: 60px 0;
  }

  .hotel.hotel_second {
    padding: 40px 0 80px;
  }

  .hotel__head {
    margin-bottom: 32px;
  }

  .hotel__title {
    font-size: 28px;
    line-height: 35px;
  }

  .hotel__title {
    margin-bottom: 16px;
  }

  .hotel__text {
    font-size: 16px;
    line-height: 28px;
  }

  .hotel__text br {
    display: none;
  }

  .hotel__img {
    border-radius: 10px;
  }

  .hotel__img img {
    border-radius: 10px;
  }

  .hotel__name {
    font-size: 20px;
    line-height: 1.2;
  }

  .hotel__price {
    margin-right: 0;
  }

  /*.hotel__info-link:hover:not(:active),
  .number__info-link:hover:not(:active) {
    color: #fff;
    background-color: #000;
  }*/

  .travel {
    padding-bottom: 60px;
  }

  .travel__img img {
    border-radius: 10px;
  }

  .travel__title {
    font-size: 28px;
    line-height: 35px;
  }

  .travel__title {
    margin-bottom: 16px;
  }

  .travel__text {
    font-size: 16px;
    line-height: 28px;
  }

  .travel__text br {
    display: none;
  }

  .travel__text br {
    display: none;
  }

  .travel__form {
    max-width: initial;
  }

  .travel__form .form__input {
    border-color: #EDEDED;
  }

  .filter {
    margin-bottom: 32px;
  }

  .filter__flex {
    flex-direction: column;
    align-items: start;
  }

  .filter__item:not(:last-child) {
    margin: 0 0 15px;
  }

  .about {
    padding: 80px 0;
  }

  .about__head-row {
    font-size: 14px;
    line-height: 1.6;
  }

  .about__head-place {
    font-weight: 400;
  }

  .about__title,
  .location__title {
    font-size: 28px;
    line-height: 35px;
  }

  .about__title {
    margin-bottom: 16px;
  }

  .about__item {
    border-radius: 10px;
  }

  .about__item::before {
    border-radius: 10px;
  }

  .about__img img {
    border-radius: 10px;
  }

  .about__description {
    margin: 24px 0;
  }

  .about__services-col:not(:first-child) {
    margin: 15px 0 0;
  }

  .about__right {
    padding: 40px 15px;
  }

  .number {
    padding: 0 0 60px;
  }

  .number__title {
    font-size: 28px;
    line-height: 35px;
  }

  .number__title {
    margin-bottom: 16px;
  }

  .number__img {
    border-radius: 10px;
  }

  .number__img img {
    border-radius: 20px;
  }

  .number__nav {
    padding: 0;
    margin: 12px 0;
    min-height: auto;
  }

  .number__nav-buttons button .icon {
    width: 60px;
    height: 42px;
  }

  .number__body-title {
    font-size: 20px;
    line-height: 28px;
  }

  .number__col-item .icon {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }

  .number__button {
    width: 100%;
    max-width: 200px;
    padding: 7px 20px;
  }

  .header-search_mb {
    margin: 60px 0 0;
  }

  .location {
    padding-bottom: 60px;
  }

  .location__inner {
    border-radius: 10px;
  }

  .location__item-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .location__item-icon {
    margin-right: 10px;
  }

  .location__item-icon img {
    width: 17px;
    min-width: 17px;
    height: 22px;
  }

  .location__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .attraction__item {
    max-height: 275px;
    min-height: 275px;
    border-radius: 10px;
  }

  .attraction__item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .attraction__nav {
    margin-top: 12px;
    padding: 0;
  }

  .attraction__buttons button .icon {
    width: 60px;
    height: 42px;
  }

  .attraction__content-title,
  .attraction__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .attraction__content-title {
    margin-bottom: 14px;
  }

  .attraction__landmarks {
    margin-bottom: 0;
  }

  .landmarks__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .landmarks__row {
    margin-left: 0;
  }

  .landmarks__list {
    flex: 0 0 100%;
    margin-bottom: 24px;
    padding-left: 0;
  }

  .restaurants__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .restaurants__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .restaurants__button {
    min-width: 200px;
  }

  .restaurants__item img {
    border-radius: 10px;
    min-height: 250px;
  }

  .rooms__param {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .rooms__col:first-of-type {
    margin-right: 0;
  }

  .rooms__col:nth-child(2) {
    margin-right: 0;
  }

  .rooms__col-item {
    margin-bottom: 5px;
  }

  .rooms__text br {
    display: none;
  }

  .attraction__content-title--big {
    font-size: 28px;
    line-height: 35px;
  }

  .country {
    padding: 80px 0 0;
  }
  
  .tile-item__text {
    font-size: 14px;
    line-height: 22px;
  }
  
  .blogs-wrap,
  .blogs-list,
  .blogs-section {
    margin-bottom: 60px;
  }
  .blogs-list .blogs-item {
    flex: 0 0 calc(100% / 2);
  }
  .blogs-list .blogs-item__img {
    margin-bottom: 20px;
  }
  .blogs-left .blogs-item__section,
  .blogs-center .blogs-item__section,
  .blogs-right .blogs-item__section,
  .blogs-list .blogs-item__section {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
  }
  .blogs-right .blogs-item-right {
    flex: 0 0 86px;
  }
  .blogs-section .blogs-item__section {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
  }
  .blog-content {
    padding: 60px 0;
  }
  .blog-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-head__img img {
    margin-bottom: 7px;
  }
  .blog-head__img span {
    font-size: 12px;
  }
  .blog-head-info__section {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
  }
  .blog-head-info__title {
    font-size: 28px;
    line-height: 35px;
  }
  .blog-head-info__text {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-hotel__title {
    font-size: 22px;
    line-height: 30px;
  }
  .subscribes__title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 35px;
  }
  .subscribes__title br {
    display: none;
  }
  .subscribes__text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 700px) {
  .hotel__row {
    margin: -32px 0 0;
  }

  .hotel__row + .hotel__row {
    margin-top: 0;
  }

  .hotel__item {
    width: 100%;
    margin: 32px 0 0;
  }
}

@media (max-width: 650px) {
  .intro__title h1,
  .intro__title span {
    font-size: 33px;
    line-height: 37px;
  }
  .intro.intro_second .intro__title {
    margin-bottom: 30px;
  }
  .intro.intro_second .intro__content,
  .intro.intro_third .intro__content {
    padding: 20px 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .blogs-left .blogs-item-right,
  .blogs-center .blogs-item-right,
  .blogs-center .blogs-item:first-child .blogs-item-right {
    flex: 0 0 40%;
  }
  .blogs-left .blogs-item__img img,
  .blogs-center .blogs-item__img img {
    height: 160px;
  }
  .blogs-center .blogs-item:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
  }
  .blogs-right .blogs-item-right {
    flex: 0 0 80px;
  }
  .blogs-right .blogs-item__img img {
    height: 53px;
  }
  .blogs-right .blogs-item {
    flex: 0 0 100%;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .blogs-right .blogs-item-wrap {
    align-items: flex-start;
  }
  .blogs-right .blogs-item {
    align-items: flex-start;
  }
  .blogs-right .blogs-item__section {
    display: none;
  }
  .blogs-right .blogs-item-left .blogs-item__section {
    display: block;
  }
  .blogs-right .blogs-item:nth-child(odd) {
    padding-right: 0;
  }
  .blogs-right .blogs-item:nth-child(even) {
    padding-left: 0;
    border-width: 0 0 1px;
  }
  .blogs-right .blogs-item:nth-last-child(2) {
    border-bottom: 1px solid #c1c1c1;
  }
  .blogs-right .blogs-item__section {
    margin-bottom: 8px;
  }
  .blogs-right .blogs-item__title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .blogs-right .blogs-item__descr {
    font-size: 14px;
    line-height: 22px;
  }
  .blogs-right .blogs-item-right,
  .blogs-section .blogs-item-left {
    flex: 0 0 40%;
  }
  .blogs-right .blogs-item__img img,
  .blogs-section .blogs-item__img img {
    height: 160px;
  }
  .blogs-section .blogs-item-right {
    flex: 1;
    padding-left: 20px;
  }
  .pager {
    flex-wrap: wrap;
  }
  .pager-btns {
    order: 1;
    padding: 0;
  }
  .pager-btns a,
  .pager-btns span {
    margin: 0 2px;
  }
  .pager-nav {
    position: relative;
    top: auto;
    right: auto;
    justify-content: space-between;
    order: 0;
    margin-bottom: 30px;
  }
  .pager-nav__prev {
    position: relative;
    left: auto;
  }
  .pager-nav__next {
    position: relative;
    right: auto;
  }
  .subscribes {
    padding: 80px 15px;
  }
  .subscribes__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .services__item-img {
    height: 480px;
  }

  .programs__row .slick-track {
    margin-left: 0%;
  }

  .about__head-btn {
    padding: 5px 13px;
  }

  .about__head-btn__title {
    display: none;
  }

  .about__head-btn .icon {
    margin-right: 0;
  }

  .about__col:last-of-type .about__item {
    height: 108px;
  }

  .about__img {
    height: 239px;
  }

  .number__flex {
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .service-slider-gallery {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .service-slider-gallery__item {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 16px;
    padding-top: 60.25%;
  }
}

@media (max-width: 575px) {
  .about__services-flex {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }

  .footer__col {
    width: 100%;
    margin: 30px 0 0;
  }

  .popup {
    top: 0;
    left: 0;
    padding: 54px 15px 64px;
    width: 100%;
    transform: unset;
  }

  .popup-form {
    padding: 0;
  }
  
  .intro.intro_third .intro__row__btns .intro__btn {
    padding: 7px 20px;
    line-height: 1.05;
  }

  .tile-wrap {
    margin: -12px 0 0;
  }

  .tile-item {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .intro__btn {
    width: 100%;
  }

  .programs__filter .filter__flex {
    margin: -15px 0 0;
  }

  .programs__filter .filter__flex .filter__item {
    margin: 15px 0 0;
  }

  .programs__link {
    max-width: initial;
  }

  .programs__body-price {
    font-size: 18px;
    line-height: 22px;
  }

  .programs__body-date {
    font-size: 16px;
    line-height: 22px;
  }

  .programs__body-link {
    padding: 7px 0;
    width: 100%;
  }

  .programs__date {
    font-size: 16px;
    line-height: 22px;
  }

  .hotel__link {
    max-width: initial;
  }

  .travel__form .form__btn {
    max-width: initial;
    margin: 40px 0 0;
  }

  .filter__item {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }

  .filter__text {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .filter__select {
    width: 100%;
  }

  .blog-more-wrap {
    margin-left: 0;
  }
  .blog-more-item {
    flex: 0 0 100%;
    padding: 0 0 30px 0;
  }
}

@media (max-width: 500px) {
  .header-search label {
    margin: 0 15px;
  }

  .header-favorite__field {
    padding: 0 15px;
  }

  .header-favorite__result,
  .header-search__result {
    padding: 15px 5px 15px 10px;
  }

  .intro__title,
  .intro__hotel__title {
    margin-bottom: 54px;
  }

  .intro__title br,
  .intro__title h1 br {
    display: none;
  }

  .attraction {
    overflow: hidden;
  }

  .attraction__nav {
    flex-direction: row-reverse;
  }

  .attraction__nav::after {
    display: none;
  }

  .restaurants__button strong {
    font-size: 12px;
  }

  .blogs-left .blogs-item,
  .blogs-left .blogs-item:last-child,
  .blogs-center .blogs-item,
  .blogs-center .blogs-item:last-child,
  .blogs-right .blogs-item,
  .blogs-right .blogs-item:nth-last-child(2) {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .blogs-left .blogs-item,
  .blogs-center .blogs-item,
  .blogs-center .blogs-item:first-child,
  .blogs-right .blogs-item-wrap {
    flex-wrap: wrap;
  }
  .blogs-left .blogs-item-left,
  .blogs-center .blogs-item-left,
  .blogs-center .blogs-item:first-child .blogs-item-left,
  .blogs-right .blogs-item-left {
    flex: 0 0 100%;
    order: 1;
  }
  .blogs-left .blogs-item-right,
  .blogs-center .blogs-item-right,
  .blogs-center .blogs-item:first-child .blogs-item-right,
  .blogs-right .blogs-item-right {
    flex: 0 0 100%;
    order: 0;
  }
  .blogs-left .blogs-item__img,
  .blogs-center .blogs-item__img,
  .blogs-right .blogs-item__img {
    margin-bottom: 20px;
  }
  .blogs-left .blogs-item__img img,
  .blogs-center .blogs-item__img img,
  .blogs-right .blogs-item__img img,
  .blogs-list .blogs-item__img img {
    height: 285px;
  }
  .blogs-list {
    margin-left: 0;
  }
  .blogs-list .blogs-item {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .blogs-list .blogs-item-wrap {
    flex-wrap: wrap;
  }
  .blogs-list .blogs-item-left {
    flex: 0 0 100%;
    order: 1;
  }
  .blogs-list .blogs-item-right {
    flex: 0 0 100%;
    order: 0;
  }
  .blogs-section .blogs-item {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .blogs-section .blogs-item-left,
  .blogs-section .blogs-item-right {
    flex: 0 0 100%;
    padding: 0;
  }
  .blogs-section .blogs-item__img {
    margin-bottom: 20px;
  }
  .blogs-section .blogs-item__img img {
    height: 285px;
  }
  .blogs-section .blogs-item + .blogs-item {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  .number__info span {
    display: none;
  }
}

@media (max-width: 480px) {
  .select2-container.select2-container--default .dd-vertical {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .select2-container.select2-container--default .dd-horizontal {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .intro .intro__slider.my-slider svg image {
    height: 100%;
  }
}

@media (max-width: 479px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .blogs-left .blogs-item__title,
  .blogs-center .blogs-item__title,
  .blogs-right .blogs-item__title,
  .blogs-list .blogs-item__title,
  .blogs-section .blogs-item__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

}

@media (max-width: 370px) {
  .header__search {
    margin-right: 0px;
  }

  .blogs-left .blogs-item__img img,
  .blogs-center .blogs-item__img img,
  .blogs-right .blogs-item__img img,
  .blogs-list .blogs-item__img img {
    height: 186px;
  }
}

@media (max-width: 340px) and (max-height: 600px) {
  .intro .intro__slider.my-slider {
    height: 125vh !important;
  }
}

@media (pointer: coarse) {
  .intro .intro__slider .intro__img img {
    transform: scale(1);
  }
}
/*# sourceMappingURL=maps/main.css.map */


.consent-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  padding: 24px;
  width: 100%;
  max-width: 560px;
  box-shadow: 2px 4px 10px 0 #00000040;
  background: #fff;
  border-radius: 20px;
}

.consent-text {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #747676;
}

.consent-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.consent-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(calc(100% / 3) - 7px);
  padding: 7px;
  width: 100%;
  height: 46px;
  border: 1px solid #000;
  border-radius: 46px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  cursor: pointer;
  transition: color .3s linear, background-color .3s linear;
}

.accept-btn {
  background: #000;
  color: #fff;
}

.necessary-btn,
.customize-btn {
  background: #F0F2F4;
  border-color: #ededed;
}

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

.accept-btn:hover,
.save-btn:hover {
  background: #fff;
  color: #000;
}

.consent-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal-content {
  padding: 24px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 2px 4px 10px 0 #00000040;
  border-radius: 20px;
}

.consent-options {
  margin: 20px 0;
}

.consent-option label {
  font-weight: 500;
}

.consent-option {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #F0F2F4;
  border-radius: 10px;
}

.consent-option input {
  margin-right: 10px;
}

.option-description {
  margin: 5px 0 0 25px;
  font-size: 0.9em;
  color: #666;
}

.modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.save-btn {
  background: #000;
  color: #fff;
}

.b24-widget-button-position-bottom-right {
  bottom: 90px !important;
}

@media (max-width: 650px) {
  .consent-banner {
    bottom: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 2px -4px 10px 0 #00000040;
  }
  .modal-buttons {
    justify-content: space-between;
    gap: 0;
  }
  .modal-buttons .consent-btn {
    flex: 0 0 calc(50% - 7px);
  }
}

@media (max-width: 450px) {
  .modal-content {
    padding: 20px;
  }
  .consent-text {
    font-size: 12px;
    line-height: 16px;
  }
  .consent-buttons,
  .modal-buttons {
    flex-wrap: wrap;
  }
  .consent-btn,
  .modal-buttons .consent-btn {
    flex: 0 0 100%;
  }
  .consent-btn + .consent-btn {
    margin-top: 10px;
  }
  .consent-option {
    margin-bottom: 5px;
  }
  .consent-option label {
    font-size: 14px;
    line-height: 16px;
  }
  .option-description {
    font-size: 12px;
    line-height: 16px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/search.title/.default/style.css?17334160013437 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?173341596615498 */
/* /local/templates/main/libs/slick-1.8.1/slick.css?17334160031776 */
/* /local/templates/main/libs/slick-1.8.1/slick-theme.css?17334160013145 */
/* /local/templates/main/libs/select2/select2.min.css?173341600414966 */
/* /local/templates/main/libs/intl/intlTelInput.css?173341600423999 */
/* /local/templates/main/libs/my-wow-slider/my-wow-slider.css?17334160032364 */
/* /local/templates/main/libs/fancybox/jquery.fancybox.min.css?174854295310422 */
/* /local/templates/main/styles/main.css?1750181710153698 */
