.congress-section__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* Первая секция */
body .congress-section-first {
	position: relative;
	padding-top: calc(60* var(--width-multiplier));
}
body .congress-section-first .btn-small img {
	width: 25px;
	margin-left: 1rem;
}
body .congress-section-first__img-container {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
}
body .congress-section-first__right-block {
	position: absolute;
	right: 0;
	height: calc(590 * var(--width-multiplier));
}

body .congress-section-first__right-block img {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Секция с преимуществами */
body .congress-section-advantages {
	background: #ebebed;
}
body .congress-section-advantages__h2-title {
	margin-bottom: 15px;
	letter-spacing: -0.5px;
}
body .congress-section-advantages__blocks {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, calc(150 * var(--width-multiplier)));
	-ms-grid-columns: calc(150 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(150 * var(--width-multiplier));
	grid-gap: calc(20 * var(--width-multiplier));
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: calc(55 * var(--width-multiplier));
}
@media (min-width: 1024px) {
	body .congress-section-advantages__blocks[data-grid-column="2"] {
		grid-template-columns: repeat(2, calc(150 * var(--width-multiplier)));
	}
	body .congress-section-advantages__blocks[data-grid-column="3"] {
		grid-template-columns: repeat(3, calc(150 * var(--width-multiplier)));
	}
	body .congress-section-advantages__blocks[data-grid-column="4"] {
		grid-template-columns: repeat(4, calc(150 * var(--width-multiplier)));
	}
}
body .congress-section-advantages__title {
	color: #443c4e;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	font-family: "TT-Medium";
}

body .congress-section-advantages__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

body .congress-section-advantages__img img {
	width: calc(90 * var(--width-multiplier));
	margin-bottom: 0;
}

/* Секция "Как устроен конгресс-центр" */
body .congress-section-structure {
	padding-bottom: 80px;
	padding-top: 130px;
}
body .congress-section-structure .congress-section__main {
	border: 2px solid #e787a3;
	padding: 30px 50px;
	padding-bottom: 80px;
	max-width: 1205px;
	margin: 0 auto;
}
body .congress-section-structure__big-title {
    color: #d00e46;
    background: #fff;
    padding: 16px 70px;
    margin-top: -100px;
    font-family: "TT-Medium";
	font-size: 35px;
}
body .congress-section-structure__big-title span {
	font-size: 80px;
}
body .congress-section-structure__h3-title {
	color: #393649;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "TT-Medium";
    margin-top: 0;
}
body .congress-section-structure__p-desc {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: "TT-Medium";
}

/* Секция с 3D туром */
body .congress-section-3dtour {
	background: #ebebed;
	padding-bottom: 80px;
}
body .congress-section-3dtour__h2-title {
	margin-bottom: 10px;
}
body .congress-section-3dtour__subline {
	margin-top: 20px;
}

/* Секция с галереей */
body .congress-section-gallery {
	padding-bottom: 80px;
}
body .congress-section-gallery .prev-arrow,
body .congress-section-gallery .next-arrow {
	top: 42%;
}
body .congress-section-gallery .prev-arrow {
	left: calc(-150 * var(--width-multiplier));
}
body .congress-section-gallery .next-arrow {
	right: calc(-150 * var(--width-multiplier));
}

/* @media (min-width: 1200px) {
	body .congress-section-gallery .prev-arrow {
		left: 0;
	}
	body .congress-section-gallery .next-arrow {
		right: -3%;
	}
} */

body .form-flex option {
	width: calc(350 * var(--width-multiplier));
}

body .contacts-block__right-top iframe {
	height: calc(400 * var(--width-multiplier));
}

body .slider-gallery-tsentr__slider {
	margin-bottom: calc(10 * var(--width-multiplier));
}

@media (min-width: 1024px) {
	body .congress-section-first__right-block::before {
		content: "";
		display: block;
		position: absolute;
		background: url(/local/templates/technopolis/css/../img/bl.svg) no-repeat left bottom;
		z-index: 2;
		left: calc(-3* var(--width-multiplier));
		bottom: calc(-2 * var(--width-multiplier));
		width: 70%;
		height: 70%;
		background-size: contain;
	}
}

body .btn-empty {
	font-weight: 500;
	height: calc(51* var(--width-multiplier));
	-webkit-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}

body .congress-section-first .btn-small img {
		width: calc(25* var(--width-multiplier));
}

body .section-1__main {
	margin-top: calc(100 * var(--width-multiplier));
	padding-bottom: calc(100* var(--width-multiplier));
	max-width: calc(540* var(--width-multiplier));
}

body .section-1__left-block {
	width: 100%;
}

body .section-1__buttons-block {
	margin-top: calc(60* var(--width-multiplier));
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

body .section-1__buttons-block a:not(:first-child) {
	margin-left: 0;
}

body .btn-empty {
	width: calc(260* var(--width-multiplier));
}

body .section-1__buttons-block a:nth-child(n+3) {
	margin-top: calc(20* var(--width-multiplier));
}

body .left-vector {
	width: calc(79* var(--width-multiplier));
	height: calc(303* var(--width-multiplier));
	left: calc(-120* var(--width-multiplier));
}

body .left-vector img {
	width: 100%;
}

body .h1-title {
	font-size: calc(56* var(--width-multiplier));
	line-height: calc(66* var(--width-multiplier));
}

body .section-1__h1-title, body .congress-section-advantages__h2-title {
	font-weight: 500;
}

body .section-1__subtitle {
	margin-top: calc(10* var(--width-multiplier));
	font-size: calc(20* var(--width-multiplier));
	line-height: calc(25* var(--width-multiplier));
}

body .section-1__buttons-block {
	margin-top: calc(60* var(--width-multiplier));
}

body .section-1__buttons-block a:first-child {
	padding: calc(15* var(--width-multiplier)) calc(60* var(--width-multiplier));
}

body .h2-title {
	font-size: calc(36* var(--width-multiplier));
	margin-top: 0;
}

body .congress-section-advantages__h2-title {
	margin-bottom: calc(15* var(--width-multiplier));
}

body .congress-section-advantages__blocks {
	-ms-grid-columns: calc(150* var(--width-multiplier)) calc(100* var(--width-multiplier)) calc(150* var(--width-multiplier)) calc(100* var(--width-multiplier)) calc(150* var(--width-multiplier)) calc(100* var(--width-multiplier)) calc(150* var(--width-multiplier));
	row-gap: calc(70* var(--width-multiplier));
	-webkit-column-gap: calc(100* var(--width-multiplier));
	-moz-column-gap: calc(100* var(--width-multiplier));
	column-gap: calc(100* var(--width-multiplier));
}

body .congress-section-advantages__title {
	font-size: calc(16* var(--width-multiplier));
}

body .congress-section-advantages__subline .subline {
	margin-top: calc(10* var(--width-multiplier));
}

body .subline span:nth-child(1), body .subline span:nth-child(3) {
	width: calc(90* var(--width-multiplier));
}

body .subline {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

body .subline span:nth-child(2) {
	width: calc(60* var(--width-multiplier));
	height: calc(5* var(--width-multiplier));
}

body .congress-section {
	padding-bottom: calc(80* var(--width-multiplier));
	padding-top: calc(80* var(--width-multiplier));
}

body .congress-section-structure {
	padding-bottom: calc(110* var(--width-multiplier));
	padding-top: calc(130* var(--width-multiplier));
}

body .congress-section-structure__big-title span {
	font-size: calc(80* var(--width-multiplier));
}

body .congress-section-structure__big-title {
	padding: calc(16* var(--width-multiplier)) calc(70* var(--width-multiplier));
	margin-top: calc(-100* var(--width-multiplier));
	font-size: calc(35* var(--width-multiplier));
}

body .congress-section-structure .congress-section__main {
	border: 2px solid #e787a3;
	padding: calc(30* var(--width-multiplier)) calc(50* var(--width-multiplier));
	padding-bottom: calc(80* var(--width-multiplier));
	max-width: calc(1205* var(--width-multiplier));
	margin: 0 auto;
}

body .congress-section-structure__h3-title {
	font-size: calc(36* var(--width-multiplier));
	margin-bottom: calc(8* var(--width-multiplier));
}

body .congress-section-advantages__subline {
	margin-top: calc(10* var(--width-multiplier));
}

body .p-desc {
	font-size: calc(16* var(--width-multiplier));
}

body .congress-section-structure__p-desc {
	margin-top: calc(20* var(--width-multiplier));
	font-size: calc(20* var(--width-multiplier));
	line-height: calc(30* var(--width-multiplier));
}

body .section-3__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	grid-gap: calc(110* var(--width-multiplier));
}

body .stage-list__link span {
	margin-left: calc(15 * var(--width-multiplier));
}

body .section-3__down-title {
	font-size: calc(34* var(--width-multiplier));
	padding: calc(30* var(--width-multiplier)) calc(70* var(--width-multiplier)) calc(40* var(--width-multiplier)) calc(70* var(--width-multiplier));
	margin-bottom: calc(-140* var(--width-multiplier));
	margin-top: 0;
}

body .section-3__stage {
	padding-bottom: calc(6* var(--width-multiplier));
	margin-top: calc(10* var(--width-multiplier));
	margin-bottom: calc(10* var(--width-multiplier));
	font-size: calc(34* var(--width-multiplier));
}

body .stage-list {
	margin: calc(16* var(--width-multiplier)) 0;
}

body .stage-list__item:not(:last-child) {
	margin-bottom: calc(15* var(--width-multiplier));
}

body .stage-list__link, body .left-top__item {
	font-size: calc(16* var(--width-multiplier));
	line-height: calc(20* var(--width-multiplier));
}

body .stage-list__link span {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

body .stage-list__link:hover span {
	color: #d00e46;
}

body .congress-section-3dtour__h2-title, body .section-6__h2-title {
	margin-bottom: calc(10* var(--width-multiplier));
}

body .section-6__h2-title {
	margin-top: 0;
}

body .subtitle {
	font-size: calc(20* var(--width-multiplier));
	line-height: calc(20* var(--width-multiplier));
}

body .congress-section-3dtour__subline {
	margin-top: calc(20* var(--width-multiplier));
}

body .section-6__slider {
	margin: calc(40* var(--width-multiplier)) auto auto auto;;
}

body .section-7 {
	padding-top: calc(80* var(--width-multiplier));
	padding-bottom: calc(60* var(--width-multiplier));
}

body .section-7__h2-title .h2-title {
	margin: calc(30* var(--width-multiplier)) 0;
}

body .section-7__subline {
	margin-top: calc(20* var(--width-multiplier)) 0;
}

body .section-7__p-title {
	font-size: calc(20* var(--width-multiplier));
	line-height: calc(26* var(--width-multiplier));
	margin-top: calc(30* var(--width-multiplier));
	margin-bottom: calc(20* var(--width-multiplier));
}

body .section-7__contacts-block {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: calc(50* var(--width-multiplier)) 0;
}

body .contacts-block__right {
	width: calc(600* var(--width-multiplier));
}

body .contacts-block__left-title {
	font-size: calc(16* var(--width-multiplier));
}

body .left-top {
	margin-top: calc(10* var(--width-multiplier));
	width: calc(550 * var(--width-multiplier));
}

body .left-top__item i {
	margin-right: calc(10* var(--width-multiplier));
}

body .contacts-block__left-bottom {
	margin-top: calc(50* var(--width-multiplier));
}

body .left-top__item img {
	width: calc(20* var(--width-multiplier));
  margin-right: calc(10* var(--width-multiplier));
}

body .right-bottom__types {
	margin-top: calc(40* var(--width-multiplier));
}

body .right-marker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: calc(8* var(--width-multiplier)) calc(18* var(--width-multiplier));
}

body .right-bottom__type {
	font-size: calc(18* var(--width-multiplier));
	border-radius: calc(10* var(--width-multiplier));
}

body .right-bottom__types-select {
	margin-left: calc(15* var(--width-multiplier));
}

body .right-bottom__types-select .right-bottom__type {
	padding: calc(15* var(--width-multiplier)) calc(18* var(--width-multiplier));
}

body .right-bottom__type:not(:first-child) {
	margin-left: calc(15* var(--width-multiplier));
}

body .right-bottom__type img {
	width: calc(30* var(--width-multiplier));
	height: calc(30* var(--width-multiplier));
}

body .section-6__subline, body .section-8__subline {
	margin-top: calc(20 * var(--width-multiplier));
}

body .contacts-block__left-bottom li:not(:first-child) {
	margin-top: calc(30 * var(--width-multiplier));
}

body .section-7, body .forms {
	-webkit-box-shadow: 0px -16px 13px 0px rgba(34, 60, 80, 0.17);
	        box-shadow: 0px -16px 13px 0px rgba(34, 60, 80, 0.17);
}

body .section-8 {
	padding-top: calc(40 * var(--width-multiplier));
	padding-bottom: 0;
}

body .forms {
	padding: calc(80 * var(--width-multiplier)) 0;
}

body .form-text-select p {
	font-size: calc(22 * var(--width-multiplier));
	margin: 0;
	font-family: 'TT-Medium';
	color: #3c3849;
}

body .form-text {
	margin-bottom: calc(40 * var(--width-multiplier));
}

body .form-text p {
	margin: 0;
}

body .form-text h1 {
	font-size: calc(44 * var(--width-multiplier));
	line-height: calc(56 * var(--width-multiplier));
	margin-top: 0;
	margin-bottom: calc(15 * var(--width-multiplier));
}

body .form-column img {
	width: calc(163 * var(--width-multiplier));
}

body .form {
	margin-top: calc(-25 * var(--width-multiplier));
	padding: calc(0 * var(--width-multiplier)) calc(100 * var(--width-multiplier));
}

body .form input {
	width: calc(350 * var(--width-multiplier));
	margin: calc(25 * var(--width-multiplier)) 0;
	font-size: calc(20 * var(--width-multiplier));
	padding: calc(10 * var(--width-multiplier)) 0;
}

body .form input:nth-child(n+7) {
	margin-top: 0;
}

body .form select {
	width: calc(350 * var(--width-multiplier));
	font-size: calc(20 * var(--width-multiplier));
	padding: calc(10 * var(--width-multiplier));
}

body .form textarea {
	height: calc(226 * var(--width-multiplier));
	font-size: calc(18 * var(--width-multiplier));
	border-radius: calc(15 * var(--width-multiplier));
	padding: calc(24 * var(--width-multiplier));
	resize: none;
}

body .form p {
	margin-top: calc(50 * var(--width-multiplier));
  width: calc(780 * var(--width-multiplier));
}

body .btn__submit {
	font-size: calc(18 * var(--width-multiplier));
}

.forms .btn {
    margin-top: calc(20* var(--width-multiplier));
}

body .form-flex {
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}

body .tour__img-wrap {
	position: relative;
	width: 100%;
	height: calc(480 * var(--width-multiplier));
	margin-top: calc(40 * var(--width-multiplier));
}

body .tour__link {
	position: absolute;
	top: calc(20 * var(--width-multiplier));
	left: calc(20 * var(--width-multiplier));
	display: flex;
	align-items: center;
	background: #fff;
	height: calc(30 * var(--width-multiplier));
	padding: calc(5 * var(--width-multiplier)) calc(10 * var(--width-multiplier));
	border-radius: calc(5 * var(--width-multiplier));
}

body .tour__link svg {
	margin-right: calc(10 * var(--width-multiplier));
	width: calc(15 * var(--width-multiplier));
	height: calc(20 * var(--width-multiplier));
}

body .tour__link span {
	font-weight: 500;
}

body .tour__img-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: calc(15 * var(--width-multiplier));
}

body .subblock {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	height: 0;
	transition: .3s all ease-out;
	overflow-y: hidden;
}

body .right-bottom__type--is-active {
	pointer-events: none;
	background: #d00e46;
}

body .subblock img {
	margin-top: calc(40 * var(--width-multiplier));
}

body .subblock:nth-child(1) img {
	width: calc(300 * var(--width-multiplier));
}

body .subblock:nth-child(2) img, body .subblock:nth-child(3) img {
	width: calc(500 * var(--width-multiplier));
}

body .subblock_h3 {
	font-size: calc(20 * var(--width-multiplier));
	text-transform: uppercase;
	text-align: center;
	line-height: calc(28 * var(--width-multiplier));
	font-family: "TT-Regular";
}

body .subblock--active {
	height: calc(400 * var(--width-multiplier));
	z-index: 2;
}

.dropdown {
	width: calc(350* var(--width-multiplier));
	position: relative;
}

.dropdown__trigger {
	position: relative;
	/* border: 1px solid transparentize($color-grey-line, 0.65); */
	/* border-radius: vc(5); */
	width: 100%;
	height: 100%;
	transition: .3s all ease-out;
	border-bottom: 1px solid #C9C9C9;
	font-size: calc(20 * var(--width-multiplier));
	padding: calc(10* var(--width-multiplier)) 0;
	cursor: pointer;
}

.dropdown__current {
	color: #c4c3c8;
}

.dropdown__arrow {
	position: absolute;
	right: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(20 * var(--width-multiplier));
	height: calc(10* var(--width-multiplier));
	transform: rotate(0) translateZ(0) translateY(-50%);
	transform-origin: top center;
	transition: .3s all ease-out;
	pointer-events: none;
}

body .dropdown__arrow img {
	width: 100%;
	height: 100%;
}

.is-dropped .dropdown__arrow {
	transform: rotate(-180deg) translateZ(0) translateY(-50%);
}

.dropdown__options-wrapper {
	position: absolute;
	top: 100%;
	z-index: 100;
	overflow: hidden;
	margin-top: calc(-1 * var(--width-multiplier));
	width: 100%;
	height: 0;
	background-color: #ebebed;
	opacity: 0;
	transition: .3s all ease-out;
}

.is-dropped .dropdown__options-wrapper {
	opacity: 1;
}

.dropdown__circle {
	width: calc(18 * var(--width-multiplier));
	height: calc(18 * var(--width-multiplier));
	border-radius: 50%;
	background-color: #fff;
	margin-right: calc(10 * var(--width-multiplier));
	transition: .3s all ease-out;
}

.dropdown__options-list {
	padding: calc(20 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
	width: 100%;
}

.dropdown__option {
	display: flex;
	align-items: center;
	padding: calc(8 * var(--width-multiplier)) 0;
	width: 100%;
	cursor: pointer;
}

.is-selected {
	pointer-events: none;
}

.value-selected {
	color: #393649;
}

.dropdown__option span {
	line-height: calc(16 * var(--width-multiplier));
	font-weight: 400;
}

.is-selected .dropdown__circle {
	background-color: #d00e46;
}

.is-selected span {
	font-weight: 500;
}

.dropdown-event .dropdown__options-wrapper {
	width: calc(780 * var(--width-multiplier));
	left: calc(-430 * var(--width-multiplier));
}

.dropdown-event .dropdown__options-list {
	display: flex;
	flex-flow: wrap;
}

.dropdown-event .dropdown__option {
	width: calc(350 * var(--width-multiplier));
}

.dropdown-event .dropdown__option--is-end {
	margin-top: calc(10 * var(--width-multiplier));
	border-top: 1px solid #c4c3c8;
	width: calc(200 * var(--width-multiplier));
}

.dropdown-event .is-selected {
	pointer-events: all;
}

.congress-slider__main-content {
	margin-top: calc(30 * var(--width-multiplier));
	display: flex;
	justify-content: space-between;
}

.congress-slider {
	width: calc(1240 * var(--width-multiplier)) !important;
	padding-top: calc(100 * var(--width-multiplier)) !important;
}

.congress-slider .slick-track {
	display: flex;
}

.congress-slider {
	position: relative;
}

.congress-slider__wrapper .slick-dots {
	display: none !important;
}

.congress-slider .arrow-congress {
	top: 49%;
}

.congress-slider__title {
	width: 100%;
	font-size: calc(58* var(--width-multiplier));
	line-height: calc(60* var(--width-multiplier));
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: calc(20 * var(--width-multiplier));
	margin: 0;
	height: 100%;
}

.congress-slider__images-panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: calc(30 * var(--width-multiplier));
}

.congress-slider__images-mini {
	display: flex;
}

.congress-slider__images img {
	object-fit: cover;
}

.congress-slider__video-link {
	width: calc(50 * var(--width-multiplier));
	height: calc(50 * var(--width-multiplier));
	cursor: pointer;
}

.congress-slider__images-mini img {
	width: calc(60 * var(--width-multiplier));
	height: calc(60 * var(--width-multiplier));
	cursor: pointer;
	border: 2px solid #fff;
	transition: all .2s ease-out;
}

.congress-slider__images-mini img + img {
	margin-left: calc(20 * var(--width-multiplier));
}

.congress-slider__img--is-active {
	border: 2px solid var(--red) !important;
	pointer-events: none;
}

.congress-slider__images {
	position: relative;
	width: calc(700 * var(--width-multiplier));
}

.congress-slider__images-wrap {
	width: 100%;
	height: calc(465 * var(--width-multiplier));
	position: relative;
}

.congress-slider__images-item {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
}

.congress-slider__images-item--is-active {
	opacity: 1;
}

.congress-slider__list {
	margin: 0;
	padding-left: 0;
}

.congress-slider__text-left {
	width: calc(280 * var(--width-multiplier));
	border-right: 1px solid #C9C9C9;
	display: flex;
	flex-direction: column;
}

.congress-slider__square-number {
	color: var(--red);
	font-size: calc(64 * var(--width-multiplier));
	line-height: calc(66 * var(--width-multiplier));
	font-weight: 500;
}

.congress-slider__square-number sup {
	top: -0.4em !important;
}

.congress-slider__square-number small {
	font-size: calc(18 * var(--width-multiplier));
	font-weight: 600;
}

.congress-slider__square-number span {
	font-size: calc(32 * var(--width-multiplier));
	line-height: calc(36 * var(--width-multiplier));
	font-weight: 500;
}

.congress-slider__people {
	display: block;
	font-size: calc(18 * var(--width-multiplier));
	line-height: calc(22 * var(--width-multiplier));
	font-weight: 600;
	margin: calc(15 * var(--width-multiplier)) 0;
}

.congress-slider__text-up {
	display: flex;
}

.congress-slider__floor {
	display: block;
	margin-top: calc(80 * var(--width-multiplier));
	margin-left: calc(50 * var(--width-multiplier));
	font-size: calc(18 * var(--width-multiplier));
	line-height: calc(22 * var(--width-multiplier));
	font-weight: 600;
}

.congress-slider__arend {
	width: calc(260 * var(--width-multiplier));
	height: calc(51 * var(--width-multiplier));
	padding: calc(15 * var(--width-multiplier));
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	outline: none;
	border: none;
	background: #393649;
	color: #fff;
	font-weight: 300;
	transition: .2s all ease-out;
	cursor: pointer;
	font-size: calc(16 * var(--width-multiplier));
	border-radius: calc(10* var(--width-multiplier));
	font-family: "TT-Medium";
}

.congress-slider__text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.congress-slider__text-down {
	margin-top: calc(50 * var(--width-multiplier));
	width: calc(280 * var(--width-multiplier));
}

.congress-slider__list {
	font-size: calc(16 * var(--width-multiplier));
	line-height: 150%;
	margin-top: calc(20 * var(--width-multiplier));
}

.congress-slider__list li:not(:last-child) {
	margin-bottom: calc(10 * var(--width-multiplier));
}

.congress-slider__title-list {
	margin: 0;
	font-size: calc(14 * var(--width-multiplier));
	line-height: calc(16 * var(--width-multiplier));
	color: var(--red);
	font-weight: 600;
	text-transform: uppercase;
}

.congress-slider__item {
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	margin: 0 calc(20 * var(--width-multiplier));
}

@media (min-width: 1024px) {
	.dropdown__option:hover .dropdown__circle {
		background-color: var(--red);
	}
	.dropdown__option:hover span {
		font-weight: 500;
	}

	.congress-slider__images-mini img:hover {
		border: 2px solid var(--red);
	}

	body .section-3__stage {
		height: calc(58 * var(--width-multiplier));
	}

	.congress-slider__arend:hover {
		background: var(--red);
	}
}

@media (max-width: 1023px) {
	body .tour__img-wrap {
		height: calc(300 * var(--width-multiplier));
	}

	.congress-slider__item {
		margin: 0 calc(10 * var(--width-multiplier));
	}

	.congress-slider {
		margin-top: calc(70 * var(--width-multiplier)) !important;
		padding: 0 calc(10 * var(--width-multiplier)) !important;
	}

	.congress-slider .arrow-congress {
		z-index: 2;
		top: calc(25 * var(--width-multiplier));
		width: calc(50 * var(--width-multiplier)) !important;
		height: calc(50 * var(--width-multiplier)) !important;
	}

	.congress-slider .next-arrow {
		right: 0;
	}

	.congress-slider .prev-arrow {
		left: 0;
	}

	.congress-slider__title {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(127 * var(--width-multiplier));
		font-size: calc(30* var(--width-multiplier));
		line-height: calc(32* var(--width-multiplier));
		padding: 0 calc(20 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
		text-align: center;
	}

	.congress-slider__arend {
		margin: calc(25 * var(--width-multiplier)) auto 0;
		width: calc(240 * var(--width-multiplier));
	}

	.congress-slider__main-content {
		flex-direction: column;
		margin-top: calc(15 * var(--width-multiplier));
	}

	.congress-slider__text-left {
		width: calc(220 * var(--width-multiplier));
	}

	.congress-slider__square-number {
		font-size: calc(56 * var(--width-multiplier));
		line-height: calc(60 * var(--width-multiplier));
	}

	.congress-slider__floor {
		margin: 0;
	}

	.congress-slider__text-right {
		width: calc(115 * var(--width-multiplier));
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.congress-slider__people {
		margin:  0;
	}

	.congress-slider__text-down {
		margin-top: calc(30 * var(--width-multiplier));
		width: 100%;
	}

	.congress-slider__images {
		flex-shrink: 0;
		width: 100%;
	}

	.congress-slider__images-wrap {
		height: calc(180 * var(--width-multiplier));
	}

	.congress-slider__images img {
		/* width: 100%;
		height: calc(180 * var(--width-multiplier)); */
		border-radius: calc(20 * var(--width-multiplier));
	}

	.congress-slider__images-mini img {
		width: calc(50 * var(--width-multiplier));
		height: calc(50 * var(--width-multiplier));
		border-radius: 0;
	}

	.congress-slider__images-panel {
		margin-top: calc(15 * var(--width-multiplier));
	}

	.congress-slider__images {
		margin-top: calc(25 * var(--width-multiplier));
	}

	.dropdown__trigger {
		font-size: calc(16 * var(--width-multiplier));
		padding: calc(5* var(--width-multiplier)) 0;
	}

	.dropdown {
		width: 100%;
		margin-bottom: calc(20 * var(--width-multiplier));
	}

	.dropdown-event .dropdown__options-wrapper {
		width: 100%;
		left: 0;
	}

	.dropdown-event .dropdown__option {
		width: 100%;
	}

	body .tour__link svg {
		margin-right: calc(10 * var(--width-multiplier));
		width: calc(13 * var(--width-multiplier));
		height: calc(18 * var(--width-multiplier));
	}

	body .tour__link span {
		font-size: calc(12 * var(--width-multiplier));
		line-height: calc(12 * var(--width-multiplier));
	}

	body .forms {
		padding: calc(40 * var(--width-multiplier)) 0;
	}

	body .form-text p {
		line-height: calc(20 * var(--width-multiplier));
	}

	body .form-text h1 {
		font-size: calc(34 * var(--width-multiplier));
    line-height: calc(36 * var(--width-multiplier));
    margin-top: calc(15 * var(--width-multiplier));
	}

	body .form-column img {
		display: none;
	}

	body .dropdown__arrow img {
		display: block;
	}

	body .form {
		padding: 0;
	}

	body .form p {
		margin-top: calc(30* var(--width-multiplier));
		width: 100%;
	}

	body .form input {
    width: 100%;
    margin: 0 0 calc(20* var(--width-multiplier)) 0;
    font-size: calc(16 * var(--width-multiplier));
    padding: calc(5* var(--width-multiplier)) 0;
	}

	body .btn__submit {
		font-size: calc(16 * var(--width-multiplier));
	}

	body .form select {
		width: 100%;
    margin: 0 0 calc(20* var(--width-multiplier)) 0;
    font-size: calc(16 * var(--width-multiplier));
    padding: calc(5* var(--width-multiplier)) calc(10* var(--width-multiplier));
	}

	body .form textarea {
    font-size: calc(16 * var(--width-multiplier));
    padding: calc(15* var(--width-multiplier));
	}

	body .section-1__main {
		width: 100%;
		margin-top: 0;
    padding-bottom: calc(20* var(--width-multiplier));
	}

	body .section-1__left-block {
		margin-top: 0;
	}

	body .congress-section-first__img-container {
		position: relative;
		width: 100%;
		height: calc(300 * var(--width-multiplier));
	}

	body .congress-section-first__right-block {
		position: relative;
		width: 100%;
		height: 100%;
	}

	body .h1-title {
		font-size: calc(38* var(--width-multiplier));
    line-height: calc(38* var(--width-multiplier));
	}

	h1 {
		margin: calc(40* var(--width-multiplier)) 0 0;
	}

	body .section-1__buttons-block {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: calc(15 * var(--width-multiplier));
	}

	body .section-1__buttons-block a {
		margin-top: calc(15 * var(--width-multiplier));
		width: calc(220 * var(--width-multiplier));
		font-size: calc(14 * var(--width-multiplier));
	}

	body .section-1__buttons-block a:nth-child(n+3) {
		margin-top: calc(15 * var(--width-multiplier));
	}

	body .congress-section {
		padding-bottom: calc(40* var(--width-multiplier));
    padding-top: calc(40* var(--width-multiplier));
	}

	body .congress-section-advantages__h2-title {
		margin-top: 0;
		margin-bottom: 0;
	}

	body .h2-title {
		font-size: calc(32* var(--width-multiplier));
    line-height: calc(32 * var(--width-multiplier));
	}

	body .congress-section-advantages__blocks {
		-ms-grid-columns: calc(150* var(--width-multiplier)) 0 calc(150* var(--width-multiplier));
		grid-template-columns: repeat(2, calc(150* var(--width-multiplier)));
		row-gap: 0;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: calc(30 * var(--width-multiplier));
	}

	body .congress-section-advantages__block:nth-child(n + 3) {
		margin-top: calc(15 * var(--width-multiplier));
	}

	body .congress-section-advantages__img img {
		width: calc(80 * var(--width-multiplier));
	}

	body .congress-section-advantages__title {
		font-size: calc(12* var(--width-multiplier));
		line-height: calc(12 * var(--width-multiplier));
	}

	body .congress-section-structure__big-title {
		padding: calc(5* var(--width-multiplier)) calc(20* var(--width-multiplier));
    margin-top: calc(-70* var(--width-multiplier));
    font-size: calc(35* var(--width-multiplier));
	}

	body .congress-section-structure__big-title span {
		font-size: calc(45* var(--width-multiplier));
	}

	body .congress-section-structure__h3-title {
		font-size: calc(28* var(--width-multiplier));
		line-height: calc(28 * var(--width-multiplier));
    margin-bottom: 0;
		text-align: center;
	}

	body .congress-section-structure__p-desc {
    font-size: calc(16* var(--width-multiplier));
    line-height: calc(18* var(--width-multiplier));
	}

	body .section-3__blocks {
		display: block;
	}

	body .section-3__stage {
		margin-top: calc(25 * var(--width-multiplier));
	}

	body .stage-list {
		margin: calc(5* var(--width-multiplier)) 0;
	}

	body .section-3__down-title {
    font-size: calc(30* var(--width-multiplier));
    padding: calc(20* var(--width-multiplier)) calc(20* var(--width-multiplier)) 0;
    margin-bottom: calc(-80* var(--width-multiplier));
	}

	body .congress-section-structure .congress-section__main {
		padding: calc(30* var(--width-multiplier)) calc(35* var(--width-multiplier));
		padding-bottom: calc(60 * var(--width-multiplier));
	}

	body .congress-section-3dtour__subline, body .section-6__subline, body .section-8__subline {
		margin-top: calc(15 * var(--width-multiplier));
	}

	body .section-6__h2-title {
		margin-top: 0;
	}

	body .section-7 {
		padding-top: calc(40* var(--width-multiplier));
    padding-bottom: calc(40* var(--width-multiplier));
	}

	body .section-7__h2-title .h2-title {
		margin-top: 0;
		margin-bottom: calc(15 * var(--width-multiplier));
	}

	body .section-7__contacts-block {
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
	}

	body .contacts-block__left-bottom {
		margin-top: calc(30 * var(--width-multiplier));
	}

	body .left-top {
		width: 100%;
		margin-bottom: 0;
	}

	body .contacts-block__left {
		margin-bottom: calc(30 * var(--width-multiplier));
	}

	body .contacts-block__left-bottom li:not(:first-child) {
		margin-top: calc(20 * var(--width-multiplier));
	}

	body .contacts-block__right {
		width: 100%;
	}

	body .right-bottom__types {
		margin-top: calc(20 * var(--width-multiplier));
	}

	body .right-bottom__types {
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
	}

	body .right-bottom__types-select {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-left: 0;
	}

	body .right-bottom__type:not(:first-child) {
		margin-top: calc(15 * var(--width-multiplier));
		margin-left: 0;
	}

	body .rbt {
		width: calc(220 * var(--width-multiplier));
	}

	body .right-bottom__type {
		height: calc(51 * var(--width-multiplier));
		font-size: calc(14* var(--width-multiplier));
	}

	body .arrows .slick-arrow {
		display: none !important;
	}

	body .slider-gallery-tsentr__dots {
		margin-top: calc(10 * var(--width-multiplier));
	}
}
