* {
    font-family: 'Montserrat', "Arial", "sans-serif";
}
.nav {
	max-width: 100%;
}
.nav:last-child {
	justify-content: space-around;
}
.header__tel {
	font-size: 22px;
}
.inner_page__content a {
	color: black;
	text-decoration: underline;
}
.inner_page__content h3 {
	font-family: 'TT Travels', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.inner_page__content ol li {
	font-family: 'TT Travels', sans-serif;
	margin-bottom: 20px;
	list-style-type: decimal;
}
.inner_page__content ol {
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.inner_page__content ul {
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.product__content {
	width: 100%;
}
.product__group {
	column-count: auto;
	column-gap: 0;
}
.product__option, .product__row {
	line-height: 1.4;
	margin: 5px 0;
}
.product__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1.4;
}
.product__option {
	flex: initial;
	word-wrap: break-word;
	margin-right: 5px;
}
.product__dots {
	flex: 1.4 1.4 auto;
	min-width: 25px;
	border-bottom: 1px dashed #E8E8E8;
	margin-bottom: 10px;
}
.product__value {
	white-space: nowrap;
	margin-left: 5px;
	color: rgba(15, 14, 14, 0.9);
}
.product__option:after {
	display: none;
}


.section_product{
	background-image: none !important;
	background-color: #f3f3f3;

	position: relative;
}
.section_product:after{
	content:'';
	display: block;
	height: 222px;
	z-index: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 400px;
	background-color: #ED1C24;
}
.section_product:before{
	content:'';
	display: block;
	height: 365px;
	z-index: 0;
	width: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #E7EAEF;
}

.section__inner_product {
	padding: 50px 0;
	z-index: 10;
}
.header__callback-moblink {
	display: none;
}

.footer__address {
	margin-bottom: 15px;
}

.header__inner {
	align-items: center;
}

.header {
	height: auto;
	min-height: 100vh;
}
.header__inner_page {
	min-height: auto;
}
.icon-list {
    padding: 15px 0;
}
.icon-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.icon-list__item {
    width: 33.333%;
    padding: 10px;
}
.icon-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
}
.icon-list__icon {
    width: 56px;
    height: 56px;
}
.icon-list__title {
    padding-left: 1em;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.icon-list__body p {
    margin-bottom: 1em;
     line-height: 160%;
}
.icon-list__footer {
    padding-top: 1em;
}
.footer__note {
    padding: 0 10px 10px;
    background-color: #f3f3f3;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    text-align: center;
    color: #4e4e4e;
}
.footer__note a {
    margin-left: 5px;
    color: #4e4e4e;
}
.logo-big {
    background: url(./img/logo-hwhite.svg) center center no-repeat;
    background-size: contain;
    max-width: 400px;
    height: auto;
}
@media screen and (max-width: 1500px) {
	.header__inner {
		padding: 25px 15px;
	}
	.header__logo {
		width: 200px;
		flex: 0 0 200px;
	}
	.nav__item {
		font-size: 14px;
	}
	.header__tel {
		font-size: 16px;
	}
	.header__tel svg {
		width: 16px;
	}
	.header__callback {
		font-size: 13px;
	}
	.header__box {
		width: 200px;
		flex: 0 0 200px;
	}
}
@media screen and (max-width: 1200px) {

	.header__inner {
		padding: 0 15px;
	}
	.header__box {
		width: auto;
		flex: 0 0 auto;
	}
}

@media screen and (max-width: 1000px) {
	.header__inner {
		padding: 0;
	}
	.header__logo {
		width: 150px;
		flex: 0 0 150px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1369px) {
	.nav {
		flex-direction: row;
	}
}
@media screen and (max-width: 1000px) {
	.header__tel {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	a.header__callback-moblink {
		display: block;
		margin-right: 10px;
	}
	.header__tel{
		display: none !important;
	}
	.header__callback svg {
		margin-right: 0;
	}
	.section__inner {
		padding: 40px 10px;
	}

	.section_product:after{
		display: none;
	}
	.section_product:before{
		display: none;
	}
	.section_product{
		background-color: #fff;
	}
		.icon-list__title {
	    font-size: 16px;
	}
	.icon-list__icon {
	    width: 42px;
	    height: 42px;
	}
	.logo-big {
        max-width: 360px;
    }
/*     .header__main-page {
      position: static;
}
.header__main-page .header__inner {
        position: fixed;
            width: 100%;
            top: 0;
            padding: 10px;
            z-index: 2000;
            background: #fff;
} */
}

.m-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

h3.m-news__title {
    margin-right: 20px;
    margin-bottom: 0;
}

.m-news__button {
    margin-left: auto;
}

.m-news__grid {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

.m-news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background-color: #F3F6FB;
}

.m-news-card__wrapper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.m-news-card__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
}

.m-news-card__date {
    color: #989A9D;
    font-size: 14px;
    line-height: 113%;
    margin-bottom: 15px;
}

.m-news-card__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 113%;
    font-family: "Gotham", sans-serif;
    margin-bottom: 15px;
}

.m-news-card__link {
    margin-top: auto;
    -ms-flex-item-align: baseline;
        align-self: baseline;
}

.pagination {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination__item.disabled .pagination__link {
    cursor: not-allowed;
    pointer-events: none;
    color: #bfbfbf;
    border-color: #bfbfbf;
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    background-color: #F3F6FB;
    color: #0F0E0E;
    padding: 8px;
    min-width: 56px;
    height: 56px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.pagination__link.current,
.pagination__link:hover,
.pagination__link:focus {
    color: #fff;
    background-color: #ED1C24;
}

.pagination__arrow {
    padding: 0;
    color: #ED1C24;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.pagination__arrow:hover,
.pagination__arrow:focus,
.pagination__arrow.current {
    background-color: #ED1C24;
    color: #fff;
}

.pagination__icon {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: currentColor;
}

.pagination__ellipsis {
    border-color: transparent;
}

.crumbs {
    max-width: 1194px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.crumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.crumbs__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    padding: 0 8px;
    color: #989A9D;

}

.crumbs__link {
    color: #989A9D;
    font-size: 14px;
    line-height: 130%;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.crumbs__link:hover,
.crumbs__link:focus,
.crumbs__link.current {
    color: #0F0E0E;
}

.m-article__backlink {
    font-weight: bold;
    color: #989A9D;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.m-article__backlink:hover,
.m-article__backlink:focus {
    color: #0F0E0E
}

.m-article__title {
    margin: 40px 0 12px;
}

.m-article__date {
    color: #989A9D;
    margin-bottom: 24px;
}

.m-article__wrapper {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 40px;
}

.m-article__wrapper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 500px;
}

.m-article__content h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 113%;
    color: #0F0E0E;
    margin-bottom: 20px;
}

.m-article__content p {
    color: #0F0E0E;
    margin-bottom: 1.4rem;
    line-height: 113%;
}

.m-article__content img {
    float: left;
    margin: 0 1.4rem 1.4rem 0;
    max-width: 600px;
    border-radius: 12px;
}

.m-article__content ul {
    margin-bottom: 1.4rem;
}

.m-article__content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.m-article__content ul.tags {
    list-style-type: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.m-article__content ul.tags li {
    list-style: none;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.ml-tabs__body {
    position: relative;
    overflow: hidden;
}

.ml-tabs__view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ml-tabs__view.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.contacts-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.contacts-controls__item {
    background-color: #F3F6FB;
    color: #989A9D;
    font-weight: 600;
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.contacts-controls__item.active,
.contacts-controls__item:hover,
.contacts-controls__item:focus {
    background-color: #ED1C24;
    color: #fff;
}

.contacts__inner {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1.6fr;
    grid-template-columns: 1fr 1.6fr;
}

.ct-list {}

.ct-list__item {
    position: relative;
    border: 1px solid #DCE5F4;
    background-color: #F3F6FB;
    padding: 24px 24px 24px 45px;
}

.ct-list__item::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.ct-list__item._red::before {
    background-color: #ED1C24;
}

.ct-list__item._blue::before {
    background-color: #086DE4;
}

.ct-list__title {
    color: #0F0E0E;
    font-weight: bold;
    margin-bottom: 8px;
}

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

.contacts__map {
    overflow: hidden;
    height: 480px;
    
}
.contacts__map iframe {
    width: 100%;
    height: 100%;
}
.contact__map iframe {
    width: 100%;
    height: 100%;
}

.contact .contact__list li:nth-child(2):before {
    background: #ed1b24!important;
}

@media (max-width: 1280px) {
    .m-news__head {
        margin-bottom: 30px;
    }

    .contacts__inner {
        gap: 10px;
    }
}
@media (max-width: 1020px) {
    .contact__map iframe {
        height: 500px;
    }
}


@media (max-width: 991px) {
    .m-news__grid {
        gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .m-article__content h2 {
        font-size: 20px;
    }

    .m-article__content img {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    .ml-tabs__body {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .contacts__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .m-news__grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

