.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	/* overflow: hidden; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}

.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* white-space: nowrap; */
}

.jq-selectbox {
	z-index: 10;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
	/* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	/* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-checkbox{vertical-align:-4px;width:19px;min-width:19px;height:19px;margin:0;border:0;box-shadow:inset 2px 2px 0 #e9e9e9;background:#fff;cursor:pointer;border-radius:2px}.jq-radio{vertical-align:-4px;width:18px;min-width:18px;height:18px;margin:0 4px 0 0;border:1px solid rgba(0,0,0,.4);background:#fff;cursor:pointer}.jq-checkbox.disabled,.jq-radio.disabled{opacity:.55}.jq-checkbox.checked{border-color:var(--primary-color)}.jq-checkbox.checked .jq-checkbox__div{width:12px;height:8px;margin:4px 0 0 4px;border-bottom:2px solid var(--primary-color);border-left:2px solid var(--primary-color);-webkit-transform:rotate(-50deg);transform:rotate(-50deg)}.jq-radio{border-radius:50%}.jq-radio.checked .jq-radio__div{width:9px;height:9px;margin:4px 0 0 3px;border-radius:50%;background:var(--main-color)}.jq-file{width:270px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.jq-file input{cursor:pointer}.jq-file__name{box-sizing:border-box;width:100%;height:34px;padding:0 80px 0 10px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:#fff;box-shadow:inset 1px 1px #f1f1f1;font:14px/32px Arial,sans-serif;color:#333}.jq-file__browse{position:absolute;top:1px;right:1px;padding:0 10px;border-left:1px solid #ccc;border-radius:0 4px 4px 0;background:linear-gradient(#fff,#e6e6e6);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px/32px Arial,sans-serif;color:#333;text-shadow:1px 1px #fff}.jq-file:hover .jq-file__browse{background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-file:active .jq-file__browse{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-file.focused .jq-file__name{border:1px solid #5794bf}.jq-file.disabled,.jq-file.disabled .jq-file__name,.jq-file.disabled .jq-file__browse{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-number{position:relative;vertical-align:middle;padding:0 36px 0 0}.jq-number__field{width:100px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1)}.jq-number__field:hover{border-color:#b3b3b3}.jq-number__field input{box-sizing:border-box;width:100%;padding:8px 9px;border:0;outline:0;background:none;font:14px Arial,sans-serif;color:#333}.jq-number__spin{position:absolute;top:0;right:0;width:32px;height:14px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:linear-gradient(#fff,#e6e6e6);box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-shadow:1px 1px #fff;cursor:pointer}.jq-number__spin.minus{top:auto;bottom:0}.jq-number__spin:hover{background:linear-gradient(#f6f6f6,#e6e6e6)}.jq-number__spin:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}.jq-number__spin:after{content:"";position:absolute;top:4px;left:11px;width:0;height:0;border-right:5px solid transparent;border-bottom:5px solid #999;border-left:5px solid transparent}.jq-number__spin.minus:after{top:5px;border-top:5px solid #999;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent}.jq-number__spin.minus:hover:after{border-top-color:#000}.jq-number__spin.plus:hover:after{border-bottom-color:#000}.jq-number.focused .jq-number__field{border:1px solid rgba(0,0,0,.4)}.jq-number.disabled .jq-number__field,.jq-number.disabled .jq-number__spin{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-number.disabled .jq-number__spin:after{border-bottom-color:#aaa}.jq-number.disabled .jq-number__spin.minus:after{border-top-color:#aaa}.jq-selectbox{vertical-align:middle;cursor:pointer}.jq-selectbox__select{height:40px;background:#fff;border:1px solid #d6d6d6;box-shadow:inset 0 4px 0 #f4f4f4;border-radius:20px;padding:0 45px 0 14px;color:#666;font-size:14px;font-family:"Roboto";display:flex;align-items:center}.jq-selectbox__select-text{display:block;width:100%}.jq-selectbox .placeholder{color:#888}.jq-selectbox__trigger{position:absolute;top:0;right:5px;bottom:0;margin:auto;width:30px;height:30px;background:var(--main-color2);border-radius:100%}.jq-selectbox__trigger-arrow{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.jq-selectbox__trigger-arrow::before{content:"";width:10px;height:2px;background:#fff;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;transform:translate(-3px,1px) rotate(45deg)}.jq-selectbox__trigger-arrow::after{content:"";width:10px;height:2px;background:#fff;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;transform:translate(3px,1px) rotate(-45deg)}.jq-selectbox__dropdown{top:40px;width:100%;margin:0;padding:0;border-radius:4px;border-radius:20px;background:#fff;box-shadow:1px 3px 8px -4px #333;overflow:hidden;font:14px/18px Arial,sans-serif}.jq-selectbox__search{margin:5px}.jq-selectbox__search input{box-sizing:border-box;width:100%;margin:0;padding:5px 27px 6px 8px;border:1px solid #ccc;border-radius:3px;outline:0;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;box-shadow:inset 1px 1px #f1f1f1;color:#333}.jq-selectbox__not-found{margin:5px;padding:5px 8px 6px;background:#f0f0f0;font-size:13px}.jq-selectbox ul{margin:0;padding:0}.jq-selectbox li{min-height:18px;padding:10px;color:#231f20}.jq-selectbox li:first-child{display:none !important}.jq-selectbox li.selected{background-color:#dfeaf1}.jq-selectbox li:hover{background-color:#dfeaf1}.jq-selectbox li.disabled{color:#aaa}.jq-selectbox li.disabled:hover{background:none}.jq-selectbox li.optgroup{font-weight:bold}.jq-selectbox li.optgroup:hover{background:none;color:#231f20;cursor:default}.jq-selectbox li.option{padding-left:25px}.jq-select-multiple{box-sizing:border-box;padding:1px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:#fff;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px/18px Arial,sans-serif;color:#333;cursor:default}.jq-select-multiple.focused{border:1px solid rgba(0,0,0,.4)}.jq-select-multiple.disabled{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}.jq-select-multiple ul{margin:0;padding:0}.jq-select-multiple li{padding:3px 9px 4px;list-style:none}.jq-select-multiple li:first-child{border-radius:3px 3px 0 0}.jq-select-multiple li:last-child{border-radius:0 0 3px 3px}.jq-select-multiple li.selected{background:#08c;color:#fff}.jq-select-multiple li.disabled{color:#aaa}.jq-select-multiple li.optgroup{font-weight:bold}.jq-select-multiple li.option{padding-left:25px}.jq-select-multiple.disabled li.selected,.jq-select-multiple li.selected.disabled{background:#ccc;color:#fff}input[type="email"].styler,input[type="password"].styler,input[type="search"].styler,input[type="tel"].styler,input[type="text"].styler,input[type="url"].styler,textarea.styler{padding:8px 9px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333}input[type="search"].styler{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea.styler{overflow:auto}input[type="email"].styler:hover,input[type="password"].styler:hover,input[type="search"].styler:hover,input[type="tel"].styler:hover,input[type="text"].styler:hover,input[type="url"].styler:hover,textarea.styler:hover{border-color:#b3b3b3}input[type="email"].styler:hover:focus,input[type="password"].styler:hover:focus,input[type="search"].styler:hover:focus,input[type="tel"].styler:hover:focus,input[type="text"].styler:hover:focus,input[type="url"].styler:hover:focus,textarea.styler:hover:focus{border-color:#ccc;border-top-color:#b3b3b3;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}button.styler,input[type="button"].styler,input[type="submit"].styler,input[type="reset"].styler{overflow:visible;padding:8px 11px;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;outline:0;background:linear-gradient(#fff,#e6e6e6);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif;color:#333;text-shadow:1px 1px #fff;cursor:pointer}button.styler.styler::-moz-focus-inner,input[type="button"].styler.styler::-moz-focus-inner,input[type="submit"].styler.styler::-moz-focus-inner,input[type="reset"].styler.styler::-moz-focus-inner{padding:0;border:0}button.styler:not([disabled]):hover,input[type="button"].styler:not([disabled]):hover,input[type="submit"].styler:not([disabled]):hover,input[type="reset"].styler:not([disabled]):hover,input[type="reset"].styler:hover{background:linear-gradient(#f6f6f6,#e6e6e6)}button.styler:active,input[type="button"].styler:active,input[type="submit"].styler:active,input[type="reset"].styler:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}button.styler[disabled],input[type="button"].styler[disabled],input[type="submit"].styler[disabled]{border-color:#ccc;background:#f5f5f5;box-shadow:none;color:#888}
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;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;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.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;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;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));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.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:-30px;margin-left:-30px;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)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.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;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-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;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: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{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.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:0}.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}
@charset "UTF-8";
@font-face {font-family: Inter;font-display: swap;src: url("/assets/fonts/Inter-Bold.woff2") format("woff2"),url("/assets/fonts/Inter-Bold.woff") format("woff");font-weight: 700;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("/assets/fonts/Inter-Medium.woff2") format("woff2"),url("/assets/fonts/Inter-Medium.woff") format("woff");font-weight: 500;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"),url("/assets/fonts/Inter-Regular.woff") format("woff");font-weight: 400;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("/assets/fonts/Manrope-Regular.woff2") format("woff2"),url("/assets/fonts/Manrope-Regular.woff") format("woff");font-weight: 400;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("/assets/fonts/Manrope-Medium.woff2") format("woff2"),url("/assets/fonts/Manrope-Medium.woff") format("woff");font-weight: 500;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2"),url("/assets/fonts/Inter-SemiBold.woff") format("woff");font-weight: 600;font-style: normal;}
@font-face {font-family: Poppins;font-display: swap;src: url("/assets/fonts/Poppins-Regular.woff2") format("woff2"),url("/assets/fonts/Poppins-Regular.woff") format("woff");font-weight: 400;font-style: normal;}
@font-face {font-family: Manrope;font-display: swap;src: url("/assets/fonts/Manrope-SemiBold.woff2") format("woff2"),url("/assets/fonts/Manrope-SemiBold.woff") format("woff");font-weight: 600;font-style: normal;}
:root {--primary-color: #fc3c5f;--secondary-color: #f9f9f9;--primary-text: #2b2a29;--secondary-text: #333;--font-default: "Inter",Arial,Tahoma,sans-serif;--font-manrope: "Manrope",Arial,Tahoma,sans-serif;--font-poppins: "Poppins",Arial,Tahoma,sans-serif;}
body, html {height: 100%;color: var(--primary-text);background: #fff;font-family: var(--font-default);font-weight: 400;min-width: 320px;-webkit-overflow-scrolling: touch;padding: 0;margin: 0;}
* html .all {height: 55%;}
body.all {height: 100vh;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
body.lock {overflow: hidden;height: 100vh;}
body.lock--pr {padding-right: 6px;}
body.lock .header {padding-right: 6px;}
strong {font-family: var(--font-default);font-weight: 600;color: var(--primary-color);}
a {cursor: pointer;text-decoration: underline;color: var(--primary-text);outline: 0;}
a:focus, a:hover {text-decoration: none;color: var(--primary-color);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
:required {-webkit-box-shadow: none !important;box-shadow: none !important;}
*, ::after, ::before {outline: 0 !important;-webkit-box-sizing: border-box;box-sizing: border-box;}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {-webkit-box-shadow: 0 0 0 30px #fff inset !important;}
* {scrollbar-width: thin;scrollbar-color: var(--primary-color) #bdbdbd;}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: #bdbdbd;}
::-webkit-scrollbar-thumb {background-color: var(--primary-color);border-radius: 3px;}
main {-webkit-box-flex: 1;-ms-flex: auto;flex: auto;}
.main {padding-top: 20px;padding-bottom: 50px;}
.main--index {padding-top: 0;}
.main--new, .main--online {padding-bottom: 0;}
.main::before {content: "";background: url("/assets/img/jam-bkg.svg") center 200px no-repeat;position: fixed;top: 0;width: 100%;height: 100%;z-index: 1;}
.main>* {z-index: 2;position: relative;}
p {margin: 0 0 20px;}
img, svg {max-width: 100%;height: auto;outline: 0;vertical-align: bottom;}
.container {max-width: 1440px;width: 100%;margin-right: auto;margin-left: auto;}
button, input[type=submit] {cursor: pointer;}
button:disabled, input[type=submit]:disabled {cursor: default;}
.button {-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;border: 1px solid var(--primary-color);background: var(--primary-color);text-decoration: none;padding: 0 20px;height: 50px;line-height: 48px;border-radius: 25px;text-align: center;color: #fff;font-size: 16px;font-weight: 600;position: relative;overflow: hidden;display: inline-block;}
.button:hover {background-color: rgba(252,60,95,.75);color: #fff;}
.button:disabled {background-color: var(--secondary-color);color: #333;}
.button::before {content: "";background: rgba(255,255,255,.1);width: 100px;height: 500px;position: absolute;z-index: 1;left: -100%;top: 0;bottom: 0;margin: auto;-webkit-transform: rotate(55deg);-ms-transform: rotate(55deg);transform: rotate(55deg);-webkit-animation: buttonblink 2s linear infinite;animation: buttonblink 2s linear infinite;}
.button__text {position: relative;z-index: 2;}
.button--white {background: #fff;color: var(--primary-text);}
.button--white:hover {background-color: var(--primary-color);color: #fff;}
.button--white:hover::before {background: rgba(255,255,255,.1);}
.button--white::before {background-color: rgba(252,60,95,.05);}
input[type=email], input[type=password], input[type=tel], input[type=text] {outline: 0;background: 0 0;border: none;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.fixed {position: fixed !important;z-index: 9000 !important;top: 0;left: 0;right: 0;margin: 0 auto;width: 100%;min-width: 320px;-webkit-transition: .5s linear;-o-transition: .5s linear;transition: .5s linear;}
.breadcrumbs {font-family: var(--font-default);color: #4c4c4c;font-size: 14px;margin-bottom: 25px;}
.breadcrumbs>span {padding-right: 5px;}
.breadcrumbs>span a {color: var(--secondary-text);text-decoration: none;}
.breadcrumbs>span a:hover {text-decoration: underline;}
.breadcrumbs>span a::after {content: "";width: 7px;height: 7px;background: var(--primary-color);border-radius: 100%;display: inline-block;vertical-align: middle;-webkit-transform: translateY(-1px);-ms-transform: translateY(-1px);transform: translateY(-1px);margin-left: 5px;}
.context {color: var(--secondary-text);}
.context>:last-child {margin: 0;}
.context h1, .context__header, .h1 {margin-top: 0;margin-bottom: 50px;font-size: 46px;font-weight: 700;color: var(--primary-text);position: relative;overflow: hidden;}
.context h1 {margin-bottom: 30px;}
.context h1::before, .context__header::before, .h1::before {content: "";background: rgba(255,255,255,.2);width: 200px;height: 500px;position: absolute;z-index: 1;left: -100%;top: 0;bottom: 0;margin: auto;-webkit-transform: rotate(25deg);-ms-transform: rotate(25deg);transform: rotate(25deg);-webkit-animation: buttonblink 3s linear infinite;animation: buttonblink 3s linear infinite;}
.context h1::after, .context__header::after, .h1::after {content: "";height: 1px;background: var(--primary-color);display: block;margin-top: 10px;-webkit-animation: header_h1 2s linear infinite;animation: header_h1 2s linear infinite;}
.context__header {text-align: center;}
.context__header::after {margin-left: auto;margin-right: auto;-webkit-animation: header_h1 2s linear infinite;animation: header_h1 2s linear infinite;}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {color: var(--primary-text);margin: 0 0 30px;}
.h2, h2 {font-size: 44px;}
.h3, h3 {font-size: 42px;}
.h4, h4 {font-size: 40px;}
.h5, h5 {font-size: 38px;}
.h6, h6 {font-size: 36px;}
.context table {width: 100%;margin: 20px 0;display: block;overflow-x: auto;}
.context table tr:nth-child(odd) td {background: #fafafa;}
.context table th {padding: 10px;font-size: .875rem;background: var(--primary-color);text-transform: uppercase;color: #fff;font-family: var(--font-default);font-weight: 500;text-align: left;}
.context table td {padding: 10px;font-size: .875rem;border-bottom: 1px solid #eee;}
.context ol {list-style-type: none;counter-reset: num;padding: 0 0 0 10px;}
.context ol {margin-bottom: 20px;}
.context ol li {margin-bottom: 15px;}
.context ol li::before {content: counter(num);counter-increment: num;font-family: var(--font-default);font-size: 12px;margin-right: 15px;color: #fff;background: var(--primary-color);min-width: 18px;height: 18px;line-height: 18px;border-radius: 100%;display: inline-block;text-align: center;}
.context ul {list-style-type: none;padding: 0 0 0 10px;margin-bottom: 20px;}
.context ul li {position: relative;padding-left: 25px;margin-bottom: 15px;}
.context ul li::before {content: "";width: 9px;height: 9px;border-radius: 100%;background: var(--primary-color);position: absolute;top: 8px;left: 0;}
.context ul * ul {padding-top: 10px;}
.context img {border-radius: 20px;}
.agreement {margin-bottom: 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.agreement__input {margin-right: 10px;}
.agreement__text {font-size: .875rem;line-height: .875rem;color: var(--primary-text);display: block;text-align: left;}
.agreement__link {color: var(--primary-text);}
.agreement__link:hover {color: var(--primary-color);}
.paginator {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 50px;}
.paginator__pages {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-left: auto;}
.paginator__item {min-width: 32px;height: 32px;line-height: 32px;padding: 0 8px;margin-left: 2px;margin-right: 2px;text-decoration: none;text-align: center;font-size: 18px;}
.paginator__item--prev {position: relative;}
.paginator__item--prev::before {content: "";background: var(--secondary-text);width: 7px;height: 1px;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-transform: translateY(-2px) rotate(-45deg);-ms-transform: translateY(-2px) rotate(-45deg);transform: translateY(-2px) rotate(-45deg);}
.paginator__item--prev::after {content: "";background: var(--secondary-text);width: 7px;height: 1px;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-transform: translateY(3px) rotate(45deg);-ms-transform: translateY(3px) rotate(45deg);transform: translateY(3px) rotate(45deg);}
.paginator__item--prev:hover::after, .paginator__item--prev:hover::before {background: #fff;}
.paginator__item--next {position: relative;}
.paginator__item--next::before {content: "";background: var(--secondary-text);width: 7px;height: 1px;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-transform: translateY(-2px) rotate(45deg);-ms-transform: translateY(-2px) rotate(45deg);transform: translateY(-2px) rotate(45deg);}
.paginator__item--next::after {content: "";background: var(--secondary-text);width: 7px;height: 1px;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-transform: translateY(3px) rotate(-45deg);-ms-transform: translateY(3px) rotate(-45deg);transform: translateY(3px) rotate(-45deg);}
.paginator__item--next:hover::after, .paginator__item--next:hover::before {background: #fff;}
.paginator__item--current, .paginator__item:hover {background: var(--primary-color);color: #fff;border-radius: 4px;}
.paginator__dots {text-decoration: none;min-width: 32px;height: 32px;line-height: 32px;padding: 0 8px;}
.paginator__dots:hover {background: var(--primary-color);color: #fff;border-radius: 4px;}
.paginator__showmore {background: 0 0;border: none;color: var(--primary-color);text-decoration: none;font-size: 18px;font-weight: 700;border-bottom: 1px solid var(--primary-color);padding: 0;}
.paginator__showmore:hover {border-bottom-color: transparent;}
.stars {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.stars__icon {stroke: #f2c94c;fill: #fff;margin-right: 5px;}
.stars__icon--active {fill: #f2c94c;}
@-webkit-keyframes buttonblink {0% {left: -100%;}
	100% {left: 500%;}}
@keyframes buttonblink {0% {left: -100%;}
	100% {left: 300%;}}
@-webkit-keyframes advblink {0% {left: -250%;}
	100% {left: 1000%;}}
@keyframes advblink {0% {left: -250%;}
	100% {left: 1000%;}}
.scale {-webkit-transition: -webkit-transform .5s ease-in-out;transition: -webkit-transform .5s ease-in-out;transition: transform .5s ease-in-out;transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;-o-transition: transform .5s ease-in-out;}
.scale:hover {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
@-webkit-keyframes rotate {0% {-webkit-transform: rotate(0);transform: rotate(0);}
	100% {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}}
@keyframes rotate {0% {-webkit-transform: rotate(0);transform: rotate(0);}
	100% {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}}
@-webkit-keyframes header_h1 {0% {width: 0;}
	100% {width: 88px;}}
@keyframes header_h1 {0% {width: 0;}
	100% {width: 88px;}}
@-webkit-keyframes plane {0% {bottom: 180px;}
	50% {bottom: 150px;}
	100% {bottom: 180px;}}
@keyframes plane {0% {bottom: 180px;}
	50% {bottom: 150px;}
	100% {bottom: 180px;}}
@-webkit-keyframes aircraftfly {100% {right: -100%;}}
@keyframes aircraftfly {100% {right: -100%;}}
@-webkit-keyframes aircraftfly2 {100% {bottom: 180px;-webkit-transform: translate(50%,50%) scale(.5,.5) rotate(90deg);transform: translate(50%,50%) scale(.5,.5) rotate(90deg);}}
@keyframes aircraftfly2 {100% {bottom: 180px;-webkit-transform: translate(50%,50%) scale(.5,.5) rotate(90deg);transform: translate(50%,50%) scale(.5,.5) rotate(90deg);}}
@-webkit-keyframes aircont {100% {width: 100%;}}
@keyframes aircont {100% {width: 100%;}}
.header {position: relative;z-index: 3;}
.header.fixed {background-color: #fff;}
.header.fixed[data-is_main] {background-color: rgba(252,60,95,.5);}
.header__top {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-bottom: 1px solid rgba(144,151,161,.2);padding-top: 15px;padding-bottom: 15px;}
.header__logo-cont {display: block;max-width: 110px;margin-right: 5%;}
.header__address {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header__address-icon {max-width: 25px;margin-right: 15px;fill: var(--primary-color);}
.header__address-text {max-width: 400px;padding-right: 10px;}
.header__phones {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-left: auto;margin-right: 25px;}
.header__phones-icon {width: 27px;height: 27px;margin-right: 7px;fill: var(--primary-color);}
.header__phones-cont {text-align: right;}
.header__phone {display: block;color: var(--primary-text);text-decoration: none;font-size: 17px;line-height: 22px;font-weight: 600;white-space: nowrap;}
.header__callme {white-space: nowrap;}
.header__menu.fixed {background: #fff;border-bottom: 1px solid var(--secondary-color);}
.header__menu-cont {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border-bottom: 1px solid rgba(144,151,161,.2);}
.header__menu-item {position: relative;}
.header__menu-item--current::before {content: "";width: 23px;height: 15px;position: absolute;left: 0;right: 0;bottom: 0;margin: auto;background: url("/assets/img/menu-current-bkg.svg") no-repeat;}
.header__menu-item--parent {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header__menu-item-arrow {margin-left: 5px;fill: var(--primary-text);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.header__menu-item:hover {cursor: pointer;}
.header__menu-item:hover>a {color: var(--primary-color);}
.header__menu-item:hover svg {fill: var(--primary-color);-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.header__menu-item:hover .header__submenu {visibility: visible;opacity: 1;}
.header__menu-link {padding-top: 15px;padding-bottom: 15px;display: inline-block;text-decoration: none;}
.header__submenu {position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);top: 100%;width: 160px;list-style: none;margin: 0;padding: 0;background: #fff;-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);box-shadow: 0 0 10px rgba(0,0,0,.1);font-size: 14px;visibility: hidden;opacity: 0;-webkit-transition: opacity .3s linear;-o-transition: opacity .3s linear;transition: opacity .3s linear;text-align: center;border-radius: 10px;overflow: hidden;}
.header__submenu-item--active {font-weight: 700;}
.header__submenu-link {text-decoration: none;display: block;padding: 10px;}
.header__submenu-link--active, .header__submenu-link:hover {color: #fff;background: var(--primary-color);}
.header--main {position: absolute;z-index: 3;top: 0;left: 0;right: 0;color: #fff;}
.header--main .header__address-icon {fill: #fff;}
.header--main .header__phones-icon {fill: #fff;}
.header--main .header__phone {color: #fff;}
.header--main .header__menu-link {color: #fff;}
.header--main .header__menu-item-arrow {fill: #fff;}
.header--main .header__menu-item:hover>a {color: rgba(255,255,255,.75);}
.header--main .header__menu-item:hover .header__menu-item-arrow {fill: rgba(255,255,255,.6);}
.fbuttons {position: fixed;top: 0;left: 0;z-index: 10000;width: 85px;-webkit-transition: top .3s linear;-o-transition: top .3s linear;transition: top .3s linear;}
.fbuttons__menu-toggle {background: rgba(0,0,0,.015);width: 83px;height: 85px;border-radius: 0 0 20px 0;margin-bottom: 15px;position: relative;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: end;-ms-flex-pack: end;justify-content: flex-end;padding-bottom: 20px;cursor: pointer;}
.fbuttons__menu-toggle span {width: 24px;height: 2px;border-radius: 1px;display: block;background: var(--primary-color);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.fbuttons__menu-toggle span:not(:last-of-type) {margin-bottom: 4px;}
.fbuttons__menu-toggle span:nth-child(2) {width: 16px;-webkit-transform: translateX(-4px);-ms-transform: translateX(-4px);transform: translateX(-4px);}
.fbuttons__menu-toggle:hover span:nth-child(2) {width: 24px;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.fbuttons__menu-toggle--active span:nth-child(1) {-webkit-transform: translateY(6px) rotate(45deg);-ms-transform: translateY(6px) rotate(45deg);transform: translateY(6px) rotate(45deg);}
.fbuttons__menu-toggle--active span:nth-child(2) {width: 0 !important;}
.fbuttons__menu-toggle--active span:nth-child(3) {-webkit-transform: translateY(-6px) rotate(-45deg);-ms-transform: translateY(-6px) rotate(-45deg);transform: translateY(-6px) rotate(-45deg);}
.fbuttons__socials {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.fbuttons__social {display: block;display: -webkit-box;display: -ms-flexbox;display: flex;background: rgba(0,0,0,.015);width: 40px;height: 40px;border-radius: 100%;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fbuttons__social:not(:last-of-type) {margin-bottom: 10px;}
.fbuttons__social:hover .fbuttons__social-icon {fill: var(--primary-color);}
.fbuttons__social-icon {fill: var(--secondary-text);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.fbuttons--main .fbuttons__menu-toggle, .fbuttons--opened .fbuttons__menu-toggle {background: rgba(255,255,255,.2);-webkit-box-shadow: -5.5999999046px 5.5999999046px 5.5999999046px 0 rgba(255,255,255,.1) inset,5.5999999046px -5.5999999046px 5.5999999046px 0 rgba(194,194,194,.1) inset;box-shadow: -5.5999999046px 5.5999999046px 5.5999999046px 0 rgba(255,255,255,.1) inset,5.5999999046px -5.5999999046px 5.5999999046px 0 rgba(194,194,194,.1) inset;}
.fbuttons--main .fbuttons__menu-toggle span, .fbuttons--opened .fbuttons__menu-toggle span {background: #fff;}
.fbuttons--main .fbuttons__social, .fbuttons--opened .fbuttons__social {background: rgba(255,255,255,.2);-webkit-box-shadow: -5.5999999046px 5.5999999046px 5.5999999046px 0 rgba(255,255,255,.1) inset,5.5999999046px -5.5999999046px 5.5999999046px 0 rgba(194,194,194,.1) inset;box-shadow: -5.5999999046px 5.5999999046px 5.5999999046px 0 rgba(255,255,255,.1) inset,5.5999999046px -5.5999999046px 5.5999999046px 0 rgba(194,194,194,.1) inset;}
.fbuttons--main .fbuttons__social-icon, .fbuttons--opened .fbuttons__social-icon {fill: #fff;}
.footer {position: relative;z-index: 2;-ms-flex-negative: 0;flex-shrink: 0;background: var(--primary-text);color: #fff;overflow: hidden;}
.footer__container {padding-top: 50px;padding-bottom: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.footer__colm {width: calc(25% - 20px);margin-left: 10px;margin-right: 10px;font-family: var(--font-manrope);}
.footer__logo {margin-bottom: 20px;}
.footer__copyright {font-size: 14px;margin-bottom: 25px;}
.footer__links {color: #fff;font-size: 14px;margin-bottom: 25px;}
.footer__link {color: #fff;display: block;text-decoration: none;}
.footer__link:not(:last-of-type) {margin-bottom: 5px;}
.footer__social {fill: #fff;}
.footer__social:not(:last-of-type) {margin-right: 10px;}
.footer__social:hover {fill: var(--primary-color);}
.footer__menu {color: #fff;}
.footer__menu-item {display: block;}
.footer__menu-item:not(:last-of-type) {margin-bottom: 15px;}
.footer__menu-link {display: block;color: #fff;text-decoration: none;}
.footer__contacts {color: #fff;font-size: 14px;}
.footer__contacts p {margin: 0 0 25px;}
.footer__contacts a {color: #fff;text-decoration: none;font-size: 16px;}
.footer__contacts a:hover {color: var(--primary-color);}
.to__top {background: var(--secondary-text);border: none;width: 50px;height: 50px;border-radius: 100%;position: fixed;bottom: 30px;right: 30px;z-index: 100;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;display: none;}
.to__top::before {content: "";background-color: #fff;width: 20px;height: 2px;position: absolute;top: 0;left: 8px;bottom: 0;right: 0;margin: auto 0;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.to__top::after {content: "";background-color: #fff;width: 20px;height: 2px;position: absolute;top: 0;right: 8px;bottom: 0;margin: auto 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.to__top:hover {background: var(--primary-color);}
.mobmenu {background: var(--primary-text);position: fixed;top: -200%;left: 0;z-index: 9999;width: 100%;min-height: 100%;min-width: 320px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;display: none;}
.mobmenu--opened {display: -webkit-box;display: -ms-flexbox;display: flex;}
.mobmenu__container {overflow-y: auto;height: 100vh;}
.mobmenu__list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;max-width: 1000px;margin-left: auto;margin-right: auto;padding: 100px 75px;}
.mobmenu__item {width: calc(33.333333% - 30px);margin-bottom: 50px;}
.mobmenu__item:hover .mobmenu__img {opacity: 1;-webkit-transform: translate(-50%,-50%) scale(1);-ms-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) scale(1);}
.mobmenu__item:hover .mobmenu__title {opacity: .75;}
.mobmenu__imgcont {overflow: hidden;border-radius: 5px;height: 150px;margin-bottom: 15px;position: relative;}
.mobmenu__img {opacity: .75;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;min-width: 100%;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%) scale(1.1);-ms-transform: translate(-50%,-50%) scale(1.1);transform: translate(-50%,-50%) scale(1.1);}
.mobmenu__title {color: #fff;text-align: center;text-transform: uppercase;font-size: 14px;font-family: var(--font-poppins);-webkit-transition: opacity .3s linear;-o-transition: opacity .3s linear;transition: opacity .3s linear;}
.mobmenu__footer {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;max-width: 1000px;margin-left: auto;margin-right: auto;padding: 30px 15px;color: #fff;font-size: 12px;margin-top: auto;width: 100%;border-top: 1px solid rgba(255,255,255,.5);}
.mobmenu__policy {color: #fff;text-decoration: none;}
.modal {position: fixed;z-index: -1;width: 100%;min-width: 290px;height: 100%;background: rgba(0,0,0,.3);top: 0;left: 0;overflow-y: auto;overflow-x: hidden;opacity: 0;visibility: hidden;-webkit-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;display: block;}
.modal.open {opacity: 1;visibility: visible;z-index: 10000;}
.modal.open .modal__content {-webkit-transform: perspective(600px) translate(0,0) rotateX(0);transform: perspective(600px) translate(0,0) rotateX(0);opacity: 1;}
.modal__body {min-height: 100%;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;}
.modal__content {background: #fff;color: #000;max-width: 600px;width: 96%;padding: 55px 100px;position: relative;-webkit-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;opacity: 0;-webkit-transform: perspective(600px) translate(0,-100%) rotateX(45deg);transform: perspective(600px) translate(0,-100%) rotateX(45deg);border-radius: 20px;}
.modal__content--buy {max-width: 850px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.modal__close {width: 26px;height: 26px;background: 0 0;border: none;border-radius: 100%;position: absolute;top: 20px;right: 20px;display: block;}
.modal__close::before {content: "";width: 20px;height: 2px;border-radius: 1px;background: var(--primary-color);position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.modal__close::after {content: "";width: 20px;height: 2px;border-radius: 1px;background: var(--primary-color);position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.modal__close:hover::before {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}
.modal__close:hover::after {-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg);}
.modal__header {font-size: 18px;font-weight: 600;text-align: center;margin-bottom: 25px;width: 100%;}
.modal__header--buy {text-align: left;}
.modal__form--buy {width: calc(50% - 20px);}
.modal__text {text-align: center;color: #6a6a6a;margin-bottom: 25px;}
.modal__field {width: 100%;margin-bottom: 20px;display: block;}
.modal__field-title {font-size: 14px;font-weight: 500;margin-bottom: 10px;display: block;}
.modal__field-data {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border-bottom: 1px solid var(--secondary-text);}
.modal__field-input {font-size: 12px;width: calc(100% - 25px);padding-top: 10px;padding-bottom: 10px;}
.modal__field-icon {fill: var(--secondary-text);}
.modal__field-icon--stroked {stroke: var(--secondary-text);}
.modal__field-textarea {border: 1px solid var(--secondary-text);border-radius: 10px;border-radius: 10px;width: 100%;height: 150px;padding: 12px 20px;color: var(--secondary-text);resize: none;font-family: var(--font-default);font-size: 12px;}
.modal__agreement .agreement__text {font-size: 12px;}
.modal__button {width: 100%;}
.modal__button--thanks {max-width: 185px;margin-left: auto;margin-right: auto;display: block;}
.modal__thanks-icon {display: block;margin-left: auto;margin-right: auto;margin-bottom: 25px;}
.modal__good {width: calc(50% - 20px);text-align: center;}
.modal__good-img {max-width: 250px;margin-left: auto;margin-right: auto;margin-bottom: 30px;}
.modal__good-title {font-size: 15px;font-weight: 600;margin-bottom: 10px;}
.modal__good-price {color: var(--primary-color);font-weight: 700;margin-bottom: 30px;}
.firstsection {width: 100%;height: 100vh;position: relative;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 150px;}
.firstsection__slider {width: 100%;height: 100vh;}
.firstsection__slider .slick-list, .firstsection__slider .slick-track {width: 100%;height: 100%;}
.firstsection__slider .slick-slide {position: relative;}
.firstsection__slider-arrow {background: 0 0;border: none;position: absolute;top: 50%;z-index: 3;opacity: .5;-webkit-transition: opacity .3s linear;-o-transition: opacity .3s linear;transition: opacity .3s linear;}
.firstsection__slider-arrow:hover {opacity: 1;}
.firstsection__slider-arrow-prev {left: 20px;-webkit-transform: translateY(-50%) rotate(-180deg);-ms-transform: translateY(-50%) rotate(-180deg);transform: translateY(-50%) rotate(-180deg);}
.firstsection__slider-arrow-next {right: 20px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.no-webp .firstsection__imgcont {background: url("/assets/img/main-first-screen-img.png") center no-repeat;}
.firstsection__imgcont {position: absolute;z-index: 1;top: 0;left: 0;overflow: hidden;width: 100%;height: 100%;background-size: cover !important;}
.firstsection__imgcont:not(.slick-slide):not(:first-of-type) {display: none;}
.firstsection__imgcont::before {content: "";background: rgba(0,0,0,.35);position: absolute;z-index: 2;top: 0;left: 0;width: 100%;height: 100%;}
.firstsection__img {max-width: none;min-width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.firstsection__aircraftbox {position: absolute;top: 0;left: 0;z-index: 10;width: 100%;height: 100%;}
.firstsection__aircraftcont {position: relative;z-index: 3;width: 100%;height: 100vh;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-left: 0;padding-right: 0;}
.firstsection__aircraft {position: absolute;right: 50%;bottom: 180px;-webkit-transform: translate(50%,50%) scale(.5,.5) rotate(90deg);-ms-transform: translate(50%,50%) scale(.5,.5) rotate(90deg);transform: translate(50%,50%) scale(.5,.5) rotate(90deg);}
.firstsection__aircraft2 {position: absolute;right: 50%;bottom: 150%;-webkit-transform: translate(50%,50%) rotate(90deg);-ms-transform: translate(50%,50%) rotate(90deg);transform: translate(50%,50%) rotate(90deg);}
.firstsection__aircrafttitlecont {overflow: hidden;width: 100%;}
.firstsection__title {position: relative;z-index: 3;font-size: 70px;font-weight: 700;text-transform: uppercase;color: #fff;text-align: center;}
.firstsection__search {position: absolute;z-index: 3;bottom: -130px;left: 0;right: 0;margin: auto;background: #fff;border-radius: 25px;width: calc(100% - 30px);max-width: 1200px;-webkit-box-shadow: 5px 15px 40px rgba(0,0,0,.08);box-shadow: 5px 15px 40px rgba(0,0,0,.08);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;padding: 15px;overflow: hidden;}
.firstsection__search-form {width: 100%;}
.firstsection__plane {position: absolute;z-index: 3;left: 0;right: 0;bottom: 180px;margin: auto;-webkit-animation: plane 1.5s linear infinite;animation: plane 1.5s linear infinite;}
.mainabout {padding-top: 100px;overflow: hidden;}
.mainabout__top {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;position: relative;}
.mainabout__video-cont {width: 100%;max-width: 25%;padding-top: 44.48%;position: absolute;top: 0;left: 0;border-radius: 20px;overflow: hidden;display: block;cursor: pointer;}
.mainabout .video__frame {position: absolute;top: 0;left: 0;width: 100%;}
.mainabout__video-code {background-position: center;background-size: cover;background-repeat: no-repeat;border-radius: 20px;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mainabout__video-code::before {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background: rgba(255,255,255,.9);border-radius: 100%;width: 90px;height: 90px;-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);box-shadow: 0 0 10px rgba(0,0,0,.25);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.mainabout__video-code::after {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;width: 0;height: 0;margin: auto;border-left: 18px solid #000;border-top: 11px solid transparent;border-bottom: 11px solid transparent;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.mainabout__video-code:hover::before {-webkit-box-shadow: 0 0 20px rgba(0,0,0,.55);box-shadow: 0 0 20px rgba(0,0,0,.55);}
.mainabout__video-code:hover::after {border-left-color: var(--primary-color);}
.mainabout__info {width: 75%;margin-left: auto;padding-left: 60px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 50px;}
.mainabout__title {width: calc(100% - 166px);max-width: 450px;}
.mainabout__down {width: 146px;height: 146px;display: block;position: relative;}
.mainabout__down:hover .mainabout__down-arrow {opacity: 1;}
.mainabout__down-icon {-webkit-animation: rotate 10s linear infinite;animation: rotate 10s linear infinite;}
.mainabout__down-arrow {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;opacity: .5;-webkit-transition: opacity .3s linear;-o-transition: opacity .3s linear;transition: opacity .3s linear;}
.mainabout__text {color: var(--secondary-text);margin-bottom: 30px;}
.mainabout__more {color: var(--primary-color);font-size: 18px;font-weight: 600;text-decoration: none;}
.mainabout__more:hover {text-decoration: underline;}
.mainabout__btm {background: #f5f5f5;padding-top: 70px;padding-bottom: 70px;}
.bests {padding-top: 100px;padding-bottom: 100px;background: #f5f5f5;}
.bests__container {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.bests__titles {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;}
.bests__suptitle {width: 100%;color: var(--secondary-text);font-size: 24px;font-weight: 500;margin-bottom: 5px;}
.bests__title {width: calc(100% - 170px);}
.bests__list {width: calc(60% - 15px);}
.bests__list--fullwidth {width: 100%;}
.bests__text {width: calc(40% - 15px);margin-top: 15px;}
.popular {padding-top: 100px;padding-bottom: 100px;}
.popular__module {margin-bottom: 75px;}
.popular__list {display: -ms-grid;display: grid;grid-gap: 20px;grid-template-columns: repeat(18,1fr);grid-auto-rows: 250px;margin-bottom: 75px;}
.popular__item {position: relative;overflow: hidden;border-radius: 20px;}
.popular__item::before {content: "";background: rgba(0,0,0,.3);position: absolute;z-index: 2;top: 0;left: 0;width: 100%;height: 100%;}
.popular__item-img {max-width: none;min-width: 100%;height: 100%;position: relative;z-index: 1;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.popular__item-info {position: absolute;z-index: 3;left: 0;bottom: 0;width: 100%;padding: 15px;}
.popular__item-title {font-size: 20px;font-weight: 700;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px;}
.popular__item-title-icon {max-width: 20px;fill: var(--primary-color);margin-right: 10px;}
.popular__item-data {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.popular__item-price {color: #fff;white-space: nowrap;margin-bottom: 5px;padding-right: 10px;}
.popular__item-results {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;white-space: nowrap;color: #fff;text-decoration: none;margin-bottom: 5px;}
.popular__item-results-icon {margin-left: 10px;min-width: 22px;}
.popular__action {padding: 50px 100px;position: relative;overflow: hidden;border-radius: 20px;color: #fff;}
.popular__action::before {content: "";background: rgba(0,0,0,.3);position: absolute;z-index: 2;top: 0;left: 0;width: 100%;height: 100%;}
.popular__action>* {position: relative;z-index: 3;}
.popular__action-img {position: absolute;z-index: 1;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);max-width: none;min-width: 100%;min-height: 100%;}
.popular__action-title {font-size: 32px;font-weight: 500;}
.popular__action-discount {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;-ms-flex-wrap: wrap;flex-wrap: wrap;font-size: 24px;line-height: 55px;margin-bottom: 20px;}
.popular__action-discount-text {font-size: 42px;font-weight: 700;margin-right: 10px;}
.popular__action-discount-value {font-size: 50px;color: var(--primary-color);font-weight: 700;margin-right: 10px;}
.popular__action-discount-end {line-height: 40px;}
.popular__timer {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 30px;}
.popular__timer-item {background: rgba(255,255,255,.3);-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,.55);box-shadow: inset 0 0 10px rgba(255,255,255,.55);border-radius: 10px;width: 83px;height: 83px;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.popular__timer-item:not(:last-of-type) {margin-right: 14px;}
.popular__timer-value {font-size: 24px;font-weight: 700;margin-bottom: 3px;}
.popular__timer-measure {font-size: 14px;}
.mainonline {background: #f5f5f5;margin-top: 100px;}
.mainonline__container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.mainonline__info {padding-top: 50px;padding-bottom: 50px;padding-right: 50px;width: 75%;}
.mainonline__title {max-width: 350px;}
.mainonline__text {font-size: 18px;color: var(--secondary-text);margin-bottom: 30px;}
.mainonline__more {color: var(--primary-color);font-size: 18px;font-weight: 600;text-decoration: none;}
.mainonline__more:hover {text-decoration: underline;}
.mainonline__video-cont {width: 25%;padding-top: 44.48%;-webkit-transform: translateY(-100px);-ms-transform: translateY(-100px);transform: translateY(-100px);overflow: hidden;border-radius: 20px;position: relative;}
.mainonline .video__frame {position: absolute;top: 0;left: 0;width: 100%;}
.mainonline__video-code {background-position: center;background-size: cover;background-repeat: no-repeat;position: absolute;top: 0;bottom: 0;width: 100%;cursor: pointer;}
.mainonline__video-code::before {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background: rgba(255,255,255,.9);border-radius: 100%;width: 90px;height: 90px;-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);box-shadow: 0 0 10px rgba(0,0,0,.25);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.mainonline__video-code::after {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;width: 0;height: 0;margin: auto;border-left: 18px solid #000;border-top: 11px solid transparent;border-bottom: 11px solid transparent;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.mainonline__video-code:hover::before {-webkit-box-shadow: 0 0 20px rgba(0,0,0,.55);box-shadow: 0 0 20px rgba(0,0,0,.55);}
.mainonline__video-code:hover::after {border-left-color: var(--primary-color);}
.mainmap {padding-top: 75px;padding-bottom: 75px;}
.mainmap__title {text-align: center;}
.mainnews {padding-top: 50px;padding-bottom: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;overflow: hidden;}
.mainnews__list {width: calc(40% - 15px);}
.mainnews__suptitle {color: var(--secondary-text);font-size: 24px;font-weight: 500;margin-bottom: 5px;}
.mainnews__item {border-left: 4px solid var(--secondary-text);margin-bottom: 50px;padding-left: 20px;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.mainnews__item--active, .mainnews__item:hover {border-left-color: var(--primary-color);}
.mainnews__item--active .mainnews__item-more-text, .mainnews__item:hover .mainnews__item-more-text {color: var(--primary-color);}
.mainnews__item--active .mainnews__item-more-icon, .mainnews__item:hover .mainnews__item-more-icon {-webkit-transform: translate(5px,2px);-ms-transform: translate(5px,2px);transform: translate(5px,2px);fill: var(--primary-color);}
.mainnews__item-title {font-size: 18px;font-weight: 500;margin-bottom: 10px;display: block;text-decoration: none;}
.mainnews__item-date {color: var(--secondary-text);margin-bottom: 15px;}
.mainnews__item-more {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-decoration: none;}
.mainnews__item-more-text {font-size: 14px;}
.mainnews__item-more-icon {margin-left: 5px;fill: var(--secondary-text);-webkit-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.mainnews__imgcont {width: calc(60% - 15px);border-radius: 10px;overflow: hidden;}
.mainnews__img {min-height: 100%;max-width: none;}
.mainreviews {padding-top: 50px;padding-bottom: 50px;}
.mainreviews__suptitle {color: var(--secondary-text);font-size: 24px;font-weight: 500;margin-bottom: 5px;}
.visa {padding-top: 100px;padding-bottom: 100px;margin-bottom: 100px;background: #f5f5f5;}
.visa__container {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.visa__info {width: calc(50% - 20px);}
.visa__text {font-size: 18px;color: var(--secondary-text);}
.visa__list {width: calc(50% - 20px);}
.visa__item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.visa__item:not(:last-of-type) {margin-bottom: 50px;}
.visa__item-icon {margin-right: 22px;}
.visa__item-text {width: calc(100% - 70px);}
.visa__form-outer {margin-top: 50px;border-radius: 25px;background-color: var(--primary-color);background: -o-linear-gradient(21deg,#fc3c5f 0,#ff6c6c 99.99%,rgba(252,60,95,0) 100%);background: linear-gradient(69deg,#fc3c5f 0,#ff6c6c 99.99%,rgba(252,60,95,0) 100%);padding: 50px 5%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;}
.visa__form-img {position: absolute;left: -45px;bottom: -75px;max-width: 40%;}
.visa__form-cont {color: #fff;width: 65%;}
.visa__form-title {width: 100%;font-size: 46px;font-weight: 700;}
.visa__form-phone {width: calc(50% - 20px);text-align: right;font-size: 24px;font-weight: 600;}
.visa__form-phone-link {color: #fff;text-decoration: none;}
.visa__form-phone-link:hover {color: rgba(255,255,255,.8);}
.visa__form-text {width: 100%;padding-top: 10px;padding-bottom: 20px;font-size: 20px;}
.visa__form {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.visa__form-field {margin-right: 30px;width: calc(50% - 96px);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: #fff;border: 1px solid #eaeaea;border-radius: 10px;}
.visa__form-input {width: calc(100% - 35px);height: 45px;line-height: 45px;background: 0 0;border: none;padding: 0 20px;font-size: 14px;}
.visa__form-button {background: var(--secondary-color);border: none;width: 132px;height: 132px;border-radius: 100%;font-size: 17px;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.visa__form-button:hover {background: var(--primary-color);}
.visa__form-button:hover .faq__form-button-text {color: #fff;}
.visa__form-button:hover .faq__form-button-icon {fill: #fff;-webkit-transform: translateY(5px);-ms-transform: translateY(5px);transform: translateY(5px);}
.visa__form-button-text {margin-bottom: 5px;}
.visa__form-button-icon {fill: var(--primary-text);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.visa__form-agreement {width: 100%;padding-top: 10px;}
.visa__form-agreement .agreement__link, .visa__form-agreement .agreement__link:hover, .visa__form-agreement .agreement__text {color: #fff;}
.orderblock {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-top: 50px;padding-bottom: 50px;}
.orderblock__info {width: calc(55% - 20px);}
.orderblock__info-header {margin-bottom: 20px;}
.orderblock__info-text {font-size: 24px;}
.orderblock__formblock {width: calc(45% - 20px);}
.orderblock__form {background: #f5f5f5;border-radius: 20px;padding: 35px;text-align: center;}
.orderblock__form-title {text-align: center;font-size: 24px;font-weight: 700;margin-bottom: 20px;}
.orderblock__form-field {margin-bottom: 30px;border-radius: 10px;overflow: hidden;display: -webkit-box;display: -ms-flexbox;display: flex;background: #fff;}
.orderblock__form-input {width: 100%;height: 65px;line-height: 65px;padding: 5px 10px;font-size: 18px;}
.orderblock__form-icon {margin-right: 10px;}
.orderblock__form-agreement {margin-bottom: 30px;}
.orderblock__advantages {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;padding-top: 50px;}
.orderblock__advantage {width: calc(33.333333% - 20px);margin-left: 10px;margin-right: 10px;margin-bottom: 20px;}
.orderblock__advantage-iconcont {background: rgba(252,59,94,.65);width: 90px;height: 90px;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;padding: 15px;margin-left: auto;margin-right: auto;margin-bottom: 15px;border-radius: 100%;fill: #fff;position: relative;overflow: hidden;}
.orderblock__advantage-iconcont::before {content: "";background: rgba(255,255,255,.1);width: 100px;height: 200px;position: absolute;z-index: 1;left: -250%;top: 0;bottom: 0;margin: auto;-webkit-transform: rotate(35deg);-ms-transform: rotate(35deg);transform: rotate(35deg);-webkit-animation: advblink 3s linear infinite;animation: advblink 3s linear infinite;}
.orderblock__advantage-text {text-align: center;font-size: 18px;}
.orderblock__form-button {height: 65px;line-height: 63px;font-size: 20px;}
.about {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.about--main {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;padding-top: 50px;margin-bottom: 50px;overflow: hidden;}
.about__info {width: calc(50% - 20px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-bottom: 20px;}
.about__header {width: 100%;text-align: left;}
.about__header::after {margin-left: 0;margin-right: 0;}
.about__text {width: 100%;font-size: 18px;color: var(--secondary-text);margin-bottom: 30px;}
.about__more {color: var(--primary-color);font-size: 18px;font-weight: 600;text-decoration: none;}
.about__sign {margin-left: auto;margin-right: 50px;}
.about__imgcont {width: calc(50% - 20px);text-align: center;margin-top: auto;}
.about__imgcont--main {position: relative;}
.about__imgcont--main::before {content: "";position: absolute;z-index: 1;left: 0;bottom: 0;right: 0;margin: auto;width: 460px;height: 460px;background: var(--secondary-color);border-radius: 100%;-webkit-transform: translate(-40px,1px);-ms-transform: translate(-40px,1px);transform: translate(-40px,1px);}
.about__img {position: relative;z-index: 2;}
.about__img--main {border-radius: 0 0 210px 113px;}
.advantages {background: #f5f5f5;padding-top: 100px;padding-bottom: 100px;margin-bottom: 50px;}
.advantages--main {background: 0 0;padding-top: 0;padding-bottom: 0;padding-left: 60px;margin-bottom: 0;width: 75%;margin-left: auto;}
.advantages__container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.advantages__item {width: calc(33.333333% - 20px);text-align: center;}
.advantages__item-icon {margin-bottom: 25px;}
.advantages__item-title {font-size: 17px;font-weight: 500;margin-bottom: 15px;max-width: 250px;margin-left: auto;margin-right: auto;}
.advantages__item-text {font-weight: 500;color: var(--secondary-text);max-width: 250px;margin-left: auto;margin-right: auto;}
.top-employee {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 50px;padding-bottom: 50px;}
.top-employee__imgcont {background: var(--secondary-color);width: calc(40% - 50px);overflow: hidden;border-radius: 6px;position: relative;}
.top-employee__img {min-width: 100%;}
.top-employee__label {position: absolute;left: 0;bottom: 50px;background: var(--primary-color);width: 231px;height: 52px;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: 0 26px 26px 0;}
.top-employee__label-text {font-weight: 600;color: #fff;}
.top-employee__label-icon {margin-left: 10px;}
.top-employee__info {width: calc(60% - 50px);}
.top-employee__title {margin-bottom: 30px;}
.top-employee__text {font-size: 18px;overflow: hidden;margin-bottom: 10px;color: var(--secondary-text);}
.top-employee__more {font-family: var(--font-poppins);font-size: 18px;font-weight: 600;color: var(--primary-color);display: inline-block;border: none;background: 0;padding: 0;}
.top-employee__more:hover {color: var(--secondary-text);}
.employees {padding-top: 50px;padding-bottom: 50px;}
.employees__list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.employees__list--corporate {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.employees__item {width: calc(33.333333% - 20px);margin-left: 10px;margin-right: 10px;margin-bottom: 20px;border-radius: 25px;border: 1px solid #eaecf0;background: #fff;overflow: hidden;}
.employees__imgcont {background: var(--secondary-color);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.employees__item-img {max-height: 310px;max-width: none;}
.employees__info {padding: 15px 15px 30px;}
.employees__title {font-size: 18px;font-weight: 600;margin-bottom: 10px;}
.employees__post {font-size: 14px;color: #5f6980;}
.employees__contacts {margin-top: 25px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.employees__contact {background: #f2f4f7;text-decoration: none;width: 40px;height: 40px;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: 100%;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.employees__contact:not(:last-of-type) {margin-right: 7px;}
.employees__contact:hover {background: var(--primary-color);}
.employees__contact:hover .employees__contact-icon {stroke: #fff;}
.employees__contact--phone:hover {background: #ff0090;}
.employees__contact--telegram:hover {background: #229ed9;}
.employees__contact--whatsapp:hover {background: #2bb741;}
.employees__contact-icon {fill: none;stroke: #000;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.employees__buttons {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 20px;}
.employees__arrows {margin-left: auto;margin-right: 20px;}
.employees__arrow {background: 0 0;border: none;opacity: .5;-webkit-transition: opacity .3s linear;-o-transition: opacity .3s linear;transition: opacity .3s linear;}
.employees__arrow:hover {opacity: 1;}
.employees__arrow-prev {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.agents__map {width: 100%;height: 520px;margin-top: 30px;margin-bottom: 30px;border-radius: 25px;overflow: hidden;}
.newstop {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 75px;}
.newstop__imgcont {width: calc(50% - 10px);display: block;border-radius: 20px;overflow: hidden;}
.newstop__info {width: calc(50% - 10px);}
.newstop__title {font-size: 24px;font-weight: 500;display: block;margin-bottom: 20px;text-decoration: none;}
.newstop__anons {font-size: 18px;margin-bottom: 10px;color: var(--secondary-text);}
.newstop__date {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 20px;}
.newstop__icon {margin-right: 10px;}
.newstop__date-text {color: var(--secondary-text);}
.newstop__more {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.newstop__more-icon {fill: #fff;visibility: hidden;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;width: 0;}
.newstop__more:hover .newstop__more-text {margin-right: 10px;}
.newstop__more:hover .newstop__more-icon {visibility: visible;width: 18px;}
.news__list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.news__item {width: calc(33.333333% - 20px);margin-left: 10px;margin-right: 10px;margin-bottom: 50px;}
.news__item-imgcont {overflow: hidden;border-radius: 20px;display: block;margin-bottom: 25px;}
.news__item-img {display: inline-block;}
.news__item-date {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px;}
.news__item-icon {margin-right: 10px;}
.news__item-date-text {color: var(--secondary-text);}
.news__item-title {font-size: 18px;margin-bottom: 25px;text-decoration: none;display: block;}
.news__item-more {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.news__item-more-icon {fill: #fff;visibility: hidden;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;width: 0;}
.news__item-more:hover .news__item-more-text {margin-right: 10px;}
.news__item-more:hover .news__item-more-icon {visibility: visible;width: 18px;}
.onenew {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.onenew__images {display: -ms-grid;display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);margin-bottom: 50px;}
.onenew__imagecont {position: relative;border-radius: 20px;overflow: hidden;}
.onenew__imagecont:nth-child(1) {-ms-grid-column-span: 2;grid-column: span 2;-ms-grid-row-span: 2;grid-row: span 2;}
.onenew__imagecont--hidden {display: none;}
.onenew__image {min-height: 100%;}
.onenew__more {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 2;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;padding: 15px;}
.onenew__more-text {color: #fff;font-size: 24px;font-weight: 500;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
.onenew__more-icon {margin-top: 10px;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
.onenew__img {margin-bottom: 25px;border-radius: 20px;}
.onenew__data {background: #f5f5f5;position: relative;padding: 40px 40px 40px 0;border-radius: 0 20px 0 0;}
.onenew__annotattions {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.onenew__date {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-left: auto;margin-bottom: 20px;}
.onenew__date-icon {margin-right: 15px;min-width: 16px;}
.onenew__date-date-text {font-weight: 500;}
.onenew__context {margin-bottom: 50px;}
.onenew__last {width: 325px;}
.onenew__last-title {font-size: 24px;font-weight: 700;margin-bottom: 40px;}
.onenew__last-item {border-left: 4px solid var(--secondary-text);margin-bottom: 50px;padding-left: 20px;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.onenew__last-item--active, .onenew__last-item:hover {border-left-color: var(--primary-color);}
.onenew__last-item--active .onenew__last-item-more-text, .onenew__last-item:hover .onenew__last-item-more-text {color: var(--primary-color);}
.onenew__last-item--active .onenew__last-item-more-icon, .onenew__last-item:hover .onenew__last-item-more-icon {-webkit-transform: translate(5px,2px);-ms-transform: translate(5px,2px);transform: translate(5px,2px);fill: var(--primary-color);}
.onenew__last-item-title {font-size: 18px;font-weight: 500;margin-bottom: 10px;display: block;text-decoration: none;}
.onenew__last-item-date {color: var(--secondary-text);margin-bottom: 15px;}
.onenew__last-item-more {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-decoration: none;}
.onenew__last-item-more-text {font-size: 14px;}
.onenew__last-item-more-icon {margin-left: 5px;fill: var(--secondary-text);-webkit-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.onenew__last-imgcont {width: 60%;}
.onenew__last-img {min-height: 100%;max-width: none;}
.onenew__prev-next {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 30px;}
.onenew__prev {width: calc(50% - 30px);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.onenew__prev:hover .onenew__prev-icon {-webkit-transform: translateX(-5px) rotate(-135deg);-ms-transform: translateX(-5px) rotate(-135deg);transform: translateX(-5px) rotate(-135deg);fill: var(--primary-color);}
.onenew__prev-icon {-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg);margin-right: 10px;min-width: 18px;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.onenew__next {width: calc(50% - 30px);text-align: right;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.onenew__next:hover .onenew__next-icon {-webkit-transform: translateX(5px) rotate(45deg);-ms-transform: translateX(5px) rotate(45deg);transform: translateX(5px) rotate(45deg);fill: var(--primary-color);}
.onenew__next-icon {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);margin-left: 10px;min-width: 18px;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.quicknav__title {font-size: 18px;font-weight: 500;margin-bottom: 20px;}
.quicknav ol, .quicknav ul {margin: 0;padding: 0;list-style: none;}
.quicknav__item {font-size: 18px;font-weight: 500;color: var(--secondary-text);text-decoration: none;display: block;margin-bottom: 25px;}
.faq {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 30px;margin-bottom: 50px;}
.faq__all {color: var(--primary-color);font-size: 18px;font-weight: 600;text-decoration: none;position: relative;}
.faq__all::after {content: "";background: url("/assets/img/all_arrow.svg") no-repeat;position: absolute;right: -25px;top: 2px;width: 19px;height: 19px;-webkit-transition: right .3s linear;-o-transition: right .3s linear;transition: right .3s linear;}
.faq__all:hover {text-decoration: underline;}
.faq__all:hover::after {right: -35px;}
.faq__list {width: calc(100% - 425px);}
.faq__item {margin-bottom: 40px;}
.faq__item.opened .faq__item-title::before {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);background: #3a4f39;}
.faq__item.opened .faq__item-title::after {background: #3a4f39;}
.faq__item-title {font-weight: 600;margin-bottom: 10px;position: relative;padding-right: 50px;cursor: pointer;}
.faq__item-title::before {content: "";position: absolute;top: 0;right: 7px;bottom: 0;margin: auto;background: var(--primary-color);width: 3px;height: 17px;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.faq__item-title::after {content: "";position: absolute;top: 0;right: 0;bottom: 0;margin: auto;background: var(--primary-color);width: 17px;height: 3px;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.faq__item-text {display: none;}
.faq__form-tourvisor {margin-top: 200px;}
.faq__form-cont {border-radius: 25px;background-color: var(--primary-color);background: -o-linear-gradient(21deg,#fc3c5f 0,#ff6c6c 99.99%,rgba(252,60,95,0) 100%);background: linear-gradient(69deg,#fc3c5f 0,#ff6c6c 99.99%,rgba(252,60,95,0) 100%);padding: 50px 5%;margin-bottom: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #fff;}
.faq__form-title {width: calc(50% - 20px);font-size: 46px;font-weight: 700;}
.faq__form-phone {width: calc(50% - 20px);text-align: right;font-size: 24px;font-weight: 600;}
.faq__form-phone-link {color: #fff;text-decoration: none;}
.faq__form-phone-link:hover {color: rgba(255,255,255,.8);}
.faq__form-text {width: 100%;padding-top: 10px;padding-bottom: 20px;font-size: 20px;}
.faq__form {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.faq__form-field {margin-right: 30px;width: calc(50% - 96px);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: #fff;border: 1px solid #eaeaea;border-radius: 10px;}
.faq__form-input {width: calc(100% - 35px);height: 45px;line-height: 45px;background: 0 0;border: none;padding: 0 20px;font-size: 14px;}
.faq__form-button {background: var(--secondary-color);border: none;width: 132px;height: 132px;border-radius: 100%;font-size: 17px;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.faq__form-button:hover {background: var(--primary-color);}
.faq__form-button:hover .faq__form-button-text {color: #fff;}
.faq__form-button:hover .faq__form-button-icon {fill: #fff;-webkit-transform: translateY(5px);-ms-transform: translateY(5px);transform: translateY(5px);}
.faq__form-button-text {margin-bottom: 5px;}
.faq__form-button-icon {fill: var(--primary-text);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.faq__form-agreement {width: 100%;padding-top: 10px;}
.faq__form-agreement .agreement__link, .faq__form-agreement .agreement__link:hover, .faq__form-agreement .agreement__text {color: #fff;}
.video__categories {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 40px;}
.video__category {height: 40px;line-height: 40px;border-radius: 20px;background: #fff2f5;background: -webkit-gradient(linear,left top,right top,from(#fff2f5),to(#fff));background: -o-linear-gradient(left,#fff2f5 0,#fff 100%);background: linear-gradient(90deg,#fff2f5 0,#fff 100%);display: inline-block;text-decoration: none;padding: 0 15px;margin-bottom: 15px;white-space: nowrap;font-size: 14px;}
.video__category:not(:last-of-type) {margin-right: 6px;}
.video__category--active, .video__category:hover {background: var(--primary-color);color: #fff;}
.video__list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.video__item {width: calc(33.333333% - 20px);margin-left: 10px;margin-right: 10px;margin-bottom: 40px;}
.video__item-cont {display: block;margin-bottom: 25px;}
.video__item-code {padding-top: 56%;background-position: center;background-size: cover;background-repeat: no-repeat;border-radius: 20px;position: relative;}
.video__item-code::before {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;background: rgba(255,255,255,.9);border-radius: 100%;width: 90px;height: 90px;-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);box-shadow: 0 0 10px rgba(0,0,0,.25);-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.video__item-code::after {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;width: 0;height: 0;margin: auto;border-left: 18px solid #000;border-top: 11px solid transparent;border-bottom: 11px solid transparent;-webkit-transition: .3s linear;-o-transition: .3s linear;transition: .3s linear;}
.video__item-code:hover::before {-webkit-box-shadow: 0 0 20px rgba(0,0,0,.55);box-shadow: 0 0 20px rgba(0,0,0,.55);}
.video__item-code:hover::after {border-left-color: var(--primary-color);}
.video__item-title {font-size: 18px;font-weight: 500;}
.contacts {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.contacts__block {width: calc(25% - 20px);margin-left: 10px;margin-right: 10px;-webkit-box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);border-radius: 20px;padding: 40px;margin-bottom: 20px;}
.contacts__block-icon {fill: var(--primary-color);}
.contacts__block-text {margin-top: 30px;font-size: 18px;font-weight: 500;}
.contacts__block-text a {text-decoration: none;}
.contacts__block-social {text-decoration: none;}
.contacts__block-social:not(:last-of-type) {margin-right: 10px;}
.feedback {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 100px;padding-bottom: 100px;}
.feedback__title {width: 100%;font-size: 44px;font-weight: 700;margin-bottom: 30px;}
.feedback__form {width: calc(40% - 70px);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.feedback__field {width: calc(50% - 25px);margin-bottom: 35px;}
.feedback__field--textarea {width: 100%;}
.feedback__field-title {font-size: 14px;font-weight: 500;margin-bottom: 10px;display: block;}
.feedback__field-data {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border-bottom: 1px solid var(--secondary-text);}
.feedback__field-input {font-size: 12px;width: calc(100% - 25px);padding-top: 10px;padding-bottom: 10px;}
.feedback__field-icon {fill: var(--secondary-text);}
.feedback__field-icon--stroked {stroke: var(--secondary-text);}
.feedback__field-textarea {border: 1px solid var(--secondary-text);border-radius: 10px;border-radius: 10px;width: 100%;height: 150px;padding: 12px 20px;color: var(--secondary-text);resize: none;font-family: var(--font-default);font-size: 12px;}
.feedback__agreement {width: calc(100% - 150px);}
.feedback__agreement .agreement__text {font-size: 12px;}
.feedback__button {width: 130px;}
.feedback__map {width: 60%;height: 480px;position: relative;border-radius: 20px;overflow: hidden;}
.feedback__map-balloon {position: absolute;z-index: 100;border-radius: 20px;background: #fff;padding: 25px;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 300px;top: 0;left: 50%;-webkit-transform: translate(-85%,15px);-ms-transform: translate(-85%,15px);transform: translate(-85%,15px);}
.feedback__map-balloon::before {content: "";position: absolute;top: -15px;right: 36px;width: 0;height: 0;border-bottom: 15px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;}
.feedback__map-balloon-close {position: absolute;top: 15px;right: 10px;width: 15px;height: 15px;border: none;background: 0 0;cursor: pointer;}
.feedback__map-balloon-close::before {content: "";position: absolute;top: 0;right: 0;width: 15px;height: 1px;background: var(--secondary-text);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.feedback__map-balloon-close::after {content: "";position: absolute;top: 0;right: 0;width: 15px;height: 1px;background: var(--secondary-text);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.feedback__map-balloon-close:hover::after, .feedback__map-balloon-close:hover::before {background: var(--primary-color);}
.feedback__map-balloon-imgcont {background: #f6f6f6;width: 96px;height: 95px;border-radius: 100%;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;margin-bottom: 15px;overflow: hidden;}
.feedback__map-balloon-img--person {margin-top: auto;}
.feedback__map-balloon-title {font-size: 18px;font-weight: 600;margin-bottom: 5px;}
.feedback__map-balloon-text {font-size: 14px;color: var(--secondary-text);margin-bottom: 20px;}
.feedback__map-balloon-submit {margin-bottom: 15px;}
.feedback__map-balloon-buttons {display: -webkit-box;display: -ms-flexbox;display: flex;}
.feedback__map-balloon-button {margin-left: 5px;margin-right: 5px;text-decoration: none;width: 36px;height: 36px;border-radius: 100%;background: #f2f4f7;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;}
.feedback__map-balloon-button-icon {fill: none;stroke: var(--primary-text);}
.reqs {margin-bottom: 100px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.reqs__title {font-size: 44px;font-weight: 700;margin-bottom: 35px;width: 100%;}
.reqs__download {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-decoration: none;color: var(--secondary-text);margin-bottom: 30px;width: 100%;}
.reqs__download:hover {color: var(--primary-color);}
.reqs__download-title {font-size: 20px;margin-right: 10px;}
.reqs__download-icon {fill: var(--primary-color);}
.reqs__list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;border-top: 1px solid #e3e3e3;padding-top: 20px;width: calc(60% - 15px);}
.reqs__item {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;max-width: 900px;font-size: 17px;padding: 10px 20px;border-left: 2px solid transparent;}
.reqs__item:not(:last-of-type) {margin-bottom: 15px;}
.reqs__item:hover {background: #f9f9f9;border-left-color: var(--primary-color);}
.reqs__item:hover .reqs__item-icon {fill: var(--primary-color);}
.reqs__item-title {font-weight: 700;width: 40%;}
.reqs__item-value {width: calc(60% - 70px);}
.reqs__item-icon {fill: var(--secondary-text);cursor: pointer;}
.reestr {width: calc(40% - 15px);}
.reestr__img {margin-bottom: 20px;}
.reestr__link {font-weight: 700;}
.shop {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;margin-bottom: 50px;}
.shop__item {width: calc(25% - 20px);margin-left: 10px;margin-right: 10px;margin-bottom: 20px;border-radius: 20px;background: #fff;-webkit-box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);padding: 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.shop__item-images {max-width: 250px;height: 250px;margin-left: auto;margin-right: auto;display: block;margin-bottom: 30px;position: relative;text-align: center;}
.shop__item-imglink {display: none;}
.shop__item-imglink:nth-child(1):not(.slick-slide) {display: block;}
.shop__item-img {max-height: 200px;display: inline-block !important;}
.shop__item-title {margin-top: auto;text-decoration: none;color: #000;font-size: 15px;font-weight: 600;display: block;margin-bottom: 15px;}
.shop__item-anons {font-size: 15px;font-weight: 500;color: var(--secondary-text);margin-bottom: 35px;}
.shop__item-prices {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.shop__item-price {font-size: 18px;font-weight: 700;}
.shop__item-buy {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-left: 30px;padding-right: 30px;cursor: pointer;}
.shop__item-icon {margin-right: 10px;}
.shop__item-dots {margin: 30px 0 0;padding: 0;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;bottom: 0;left: 0;right: 0;}
.shop__item-dots li {width: 6px;height: 6px;border: 2px solid var(--primary-color);list-style: none;font-size: 0;border-radius: 100%;margin-left: 3px;margin-right: 3px;}
.shop__item-dots li.slick-active {background: var(--primary-color);}
.shop__item-dots li button {display: none;}
.actions__item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 50px;}
.actions__item-imgcont {width: calc(35% - 10px);border-radius: 20px;overflow: hidden;position: relative;display: block;}
.actions__item-info {width: calc(65% - 10px);}
.actions__item-title {font-size: 24px;font-weight: 500;margin-bottom: 20px;display: block;text-decoration: none;}
.actions__item-anons {color: var(--secondary-text);font-size: 18px;font-weight: 500;margin-bottom: 20px;}
.actions__item-date {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: var(--primary-color);margin-bottom: 35px;}
.actions__item-date-icon {margin-right: 10px;stroke: var(--primary-color);}
.action {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.action__info {width: calc(50% - 20px);}
.action__date {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: var(--primary-color);margin-bottom: 35px;}
.action__date-icon {margin-right: 15px;stroke: var(--primary-color);}
.action__imgcont {width: calc(50% - 20px);overflow: hidden;border-radius: 50px;}
.action__img {max-width: none;position: relative;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);min-height: 100%;min-width: 100%;}
.action__button {height: 66px;line-height: 66px;border-radius: 33px;width: 230px;font-size: 18px;}
.action__subscribe {border-radius: 25px;background: #fc3c5f;background: -o-linear-gradient(21deg,#fc3c5f 0,#ff6c6c 99.99%,rgba(252,60,95,0) 100%);background: linear-gradient(69deg,#fc3c5f 0,#ff6c6c 99.99%,rgba(252,60,95,0) 100%);width: 100%;margin-top: 90px;margin-bottom: 90px;padding: 75px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.action__subscribe-title {width: calc(50% - 20px);font-size: 44px;font-weight: 700;color: #fff;}
.action__subscribe-form {width: calc(50% - 20px);}
.action__subscribe-field-title {font-size: 20px;color: #fff;margin-bottom: 20px;}
.action__subscribe-field {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border: 1px solid #fff;border-radius: 20px;padding: 5px;margin-bottom: 15px;}
.action__subscribe-input {width: calc(100% - 85px);padding: 0 20px;font-size: 20px;color: #fff;background: 0 0;border: none;}
.action__subscribe-input::-webkit-input-placeholder {color: #fff;}
.action__subscribe-input::-moz-placeholder {color: #fff;}
.action__subscribe-input:-ms-input-placeholder {color: #fff;}
.action__subscribe-input::-ms-input-placeholder {color: #fff;}
.action__subscribe-input::placeholder {color: #fff;}
.action__subscribe-button {width: 75px;height: 75px;background: #fff;border: none;border-radius: 16px;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;}
.action__subscribe-button-icon {-webkit-transform: translate(3px,-2px);-ms-transform: translate(3px,-2px);transform: translate(3px,-2px);}
.action__subscribe-agreement .agreement__link, .action__subscribe-agreement .agreement__text {color: #fff;}
.action__content {margin-bottom: 30px;}
.corporate {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.corporate__context {font-size: 18px;margin-bottom: 40px;width: 100%;}
.corporate__img {border-radius: 25px;overflow: hidden;margin-bottom: 50px;width: calc(50% - 20px);}
.corporate__reasons {margin-bottom: 100px;width: calc(50% - 20px);}
.corporate__reasons-title {text-align: center;width: 100%;}
.corporate__reasons-title::after {margin-left: auto;margin-right: auto;}
.corporate__reasons-list {line-height: 50px;font-size: 20px;}
.corporate__reasons-list ol {margin: 0;padding: 0;}
.no-webp .onlinepromo {background: #f5f5f5 url("/assets/img/online-jam-bkg.png") no-repeat;}
.onlinepromo {background-size: auto 100%;border-radius: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-right: 50px;padding-top: 30px;position: relative;}
.no-webp .onlinepromo::after {background: url("/assets/img/online-icon-bkg.png") no-repeat;}
.onlinepromo::after {content: "";position: absolute;z-index: 1;bottom: 0;right: 20%;width: 469px;height: 239px;}
.onlinepromo>* {position: relative;z-index: 2;}
.onlinepromo__info {width: calc(100% - 450px);padding-left: 50px;padding-right: 50px;padding-bottom: 30px;}
.onlinepromo__title {font-size: 70px;font-weight: 700;line-height: 110%;margin-bottom: 40px;}
.onlinepromo__subtitle {font-size: 46px;line-height: 110%;font-weight: 500;color: var(--primary-color);}
.onlinepromo__subtitle strong {font-weight: 800;}
.onlinepromo__img {margin-left: auto;margin-top: auto;}
.onlineinfo {padding-top: 100px;}
.onlineinfo__top {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;position: relative;z-index: 2;}
.onlineinfo__top-img {width: 40%;border-radius: 20px;-webkit-transform: translateY(100px);-ms-transform: translateY(100px);transform: translateY(100px);}
.onlineinfo__top-text {width: 60%;padding-left: 60px;font-size: 18px;margin-left: auto !important;}
.onlineinfo__btm {background: #f5f5f5;padding-top: 50px;padding-bottom: 200px;position: relative;z-index: 1;}
.onlineinfo__btm-container {display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;}
.onlineinfo__btm-img {width: 40%;border-radius: 20px;position: absolute;top: -500px;}
.onlineinfo__btm-info {width: 60%;margin-left: auto;padding-left: 60px;}
.onlineinfo__btm-text {font-size: 18px;color: #000;margin-bottom: 30px;}
.onlineinfo__btm-order {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.onlineinfo__btm-button {position: relative;margin-right: 20px;height: 66px;line-height: 66px;border-radius: 33px;}
.onlineinfo__btm-arrow {margin-bottom: 40px;}
.hot {background: #f5f5f5;padding-top: 65px;padding-bottom: 65px;margin-top: 30px;}
#TVHotTours5460 .TVMinPFilterWrap {background: 0 0 !important;}
.tours {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 50px;}
.tours__item {width: calc(33.333333% - 10px);margin-left: 5px;margin-right: 5px;border-radius: 20px;border: 1px solid var(--secondary-color);background: #fff;-webkit-box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);padding: 7px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;position: relative;margin-bottom: 20px;}
.tours__item-imgcont {border-radius: 14px;overflow: hidden;display: block;text-decoration: none;margin-bottom: 25px;}
.tours__item-info {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;padding: 0 10px 80px;min-height: inherit;}
.tours__item-dates {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: 20px;margin-bottom: 10px;}
.tours__item-dates-icon {margin-right: 5px;}
.tours__item-dates-range {font-size: 14px;margin-right: 5px;color: var(--secondary-text);white-space: nowrap;}
.tours__item-dates-plus {font-size: 14px;color: var(--secondary-text);}
.tours__item-days {font-size: 14px;color: var(--secondary-text);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px;}
.tours__item-days-icon {stroke: var(--primary-color);margin-right: 5px;}
.tours__item-title {margin-top: 10px;margin-bottom: 20px;font-size: 18px;font-weight: 600;width: 100%;}
.tours__item-stars {margin-bottom: 15px;}
.tours__item-anons {font-size: 14px;font-weight: 500;color: var(--secondary-text);margin-bottom: 10px;width: 100%;}
.tours__item-params {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.tours__item-param {margin-right: 25px;margin-bottom: 5px;font-size: 14px;color: var(--secondary-text);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.tours__item-param-icon {stroke: var(--primary-color);margin-right: 8px;}
.tours__item-btm {position: absolute;width: 100%;bottom: 20px;left: 0;padding-left: 17px;padding-right: 17px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.tours__item-price {margin-right: 20px;font-size: 20px;font-weight: 700;white-space: nowrap;}
.tours__item-more {margin-left: auto;}
.tourpage {margin-bottom: 50px;}
.tourpage__info {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: 20px;}
.tourpage__dates {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: 20px;margin-bottom: 10px;}
.tourpage__dates-icon {margin-right: 5px;}
.tourpage__dates-range {font-size: 14px;margin-right: 5px;color: var(--secondary-text);white-space: nowrap;}
.tourpage__dates-plus {font-size: 14px;color: var(--secondary-text);position: relative;margin-right: 10px;}
.tourpage__dates-plus-text {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;white-space: nowrap;text-decoration: underline;cursor: pointer;}
.tourpage__dates-plus-text:hover {text-decoration: none;}
.tourpage__dates-plus-text::after {content: "";display: inline-block;background: url("/assets/img/arrow_down.svg") no-repeat;width: 18px;height: 18px;margin-left: 5px;-webkit-transition: -webkit-transform .3s linear;transition: -webkit-transform .3s linear;transition: transform .3s linear;transition: transform .3s linear,-webkit-transform .3s linear;-o-transition: transform .3s linear;}
.tourpage__dates-plus-text.opened::after {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.tourpage__dates-list {position: absolute;z-index: 5;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 200px;padding: 15px;background: #fff;border-radius: 20px;-webkit-box-shadow: 5px 15px 40px 0 rgba(0,0,0,.15);box-shadow: 5px 15px 40px 0 rgba(0,0,0,.15);display: none;}
.tourpage__dates-item {width: 100%;text-align: center;}
.tourpage__dates-item:not(:last-of-type) {margin-bottom: 10px;}
.tourpage__days {font-size: 14px;color: var(--secondary-text);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-right: 30px;margin-bottom: 10px;white-space: nowrap;}
.tourpage__days-icon {stroke: var(--primary-color);margin-right: 5px;}
.tourpage__stars {margin-bottom: 10px;}
.tourpage__images {display: -ms-grid;display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);margin-bottom: 50px;}
.tourpage__imagecont {position: relative;border-radius: 20px;overflow: hidden;}
.tourpage__imagecont:nth-child(1) {-ms-grid-column-span: 2;grid-column: span 2;-ms-grid-row-span: 2;grid-row: span 2;}
.tourpage__imagecont--hidden {display: none;}
.tourpage__image {min-height: 100%;}
.tourpage__more {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 2;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;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;padding: 15px;}
.tourpage__more-text {color: #fff;font-size: 24px;font-weight: 500;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
.tourpage__more-icon {margin-top: 10px;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: -webkit-transform .3s linear;transition: -webkit-transform .3s linear;transition: transform .3s linear;transition: transform .3s linear,-webkit-transform .3s linear;-o-transition: transform .3s linear;}
.tourpage__desc {color: var(--primary-text);margin-bottom: 50px;}
.tourpage__program {margin-bottom: 50px;}
.tourpage__program-item {border-radius: 20px;border: 1px solid var(--secondary-color);background: #fff;-webkit-box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);box-shadow: 5px 15px 40px 0 rgba(0,0,0,.06);position: relative;margin-bottom: 20px;padding: 30px 30px 10px;}
.tourpage__program-item.opened .tourpage__program-toggle {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.tourpage__program-toggle {position: absolute;top: 10px;right: 20px;border: none;background: 0 0;width: 32px;height: 32px;-webkit-transition: -webkit-transform .3s linear;transition: -webkit-transform .3s linear;transition: transform .3s linear;transition: transform .3s linear,-webkit-transform .3s linear;-o-transition: transform .3s linear;}
.tourpage__program-toggle::before {content: "";width: 15px;height: 2px;background: var(--primary-text);position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-transform: translateX(-5px) rotate(45deg);-ms-transform: translateX(-5px) rotate(45deg);transform: translateX(-5px) rotate(45deg);}
.tourpage__program-toggle::after {content: "";width: 15px;height: 2px;background: var(--primary-text);position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-transform: translateX(5px) rotate(135deg);-ms-transform: translateX(5px) rotate(135deg);transform: translateX(5px) rotate(135deg);}
.tourpage__program-day {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 35px;}
.tourpage__program-day-icon {margin-right: 10px;}
.tourpage__program-day-text {font-size: 17px;font-weight: 500;}
.tourpage__program-title {font-size: 17px;font-weight: 500;margin-bottom: 20px;}
.tourpage__program-anons {color: var(--secondary-text);font-weight: 500;display: none;margin-bottom: 20px;}
.tourpage__incost {padding-top: 50px;padding-bottom: 50px;margin-bottom: 50px;background: #f5f5f5;}
.tourpage__incost-container {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.tourpage__incost-title {width: 100%;}
.tourpage__incost-block {border-radius: 20px;background: #fff;width: calc(50% - 10px);padding: 40px;}
.tourpage__incost-block-title {font-size: 28px;font-weight: 700;margin-bottom: 30px;}
.tourpage__incost-item {font-size: 17px;font-weight: 500;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.tourpage__incost-item:not(:last-of-type) {margin-bottom: 30px;}
.tourpage__incost-item-dot {min-width: 28px;width: 28px;height: 28px;border-radius: 100%;background: var(--secondary-text);margin-right: 15px;-webkit-transform: translateY(-3px);-ms-transform: translateY(-3px);transform: translateY(-3px);position: relative;}
.tourpage__incost-item-dot--success {background: #46e89a;}
.tourpage__incost-item-dot--success::before {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 6px;height: 2px;background: #fff;-webkit-transform: translate(-4px,1px) rotate(45deg);-ms-transform: translate(-4px,1px) rotate(45deg);transform: translate(-4px,1px) rotate(45deg);}
.tourpage__incost-item-dot--success::after {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 12px;height: 2px;background: #fff;-webkit-transform: translateX(2px) rotate(125deg);-ms-transform: translateX(2px) rotate(125deg);transform: translateX(2px) rotate(125deg);}
.tourpage__incost-item-dot--fail {background: var(--primary-color);}
.tourpage__incost-item-dot--fail::before {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 12px;height: 2px;background: #fff;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.tourpage__incost-item-dot--fail::after {content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 12px;height: 2px;background: #fff;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}
@media screen and (min-width:576px) {.advantages__container--main {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}}
@media screen and (min-width:992px) {.context__header--onenew {width: calc(100% - 355px);}
	.popular__item {-ms-grid-column-span: 5;grid-column: span 5;}
	.popular__item:nth-child(1) {-ms-grid-row-span: 2;grid-row: span 2;-ms-grid-column-span: 8;grid-column: span 8;}
	.orderblock__form {-webkit-transform: translateY(120px);-ms-transform: translateY(120px);transform: translateY(120px);}
	.onenew__info {width: calc(100% - 355px);}
	.onenew__data::before {content: "";position: absolute;top: 0;left: -300%;width: 300%;height: 100%;background: #f5f5f5;}
	.faq__aside {width: 335px;}}
@media screen and (min-width:1000px) {.firstsection__aircraft2 {-webkit-animation: aircraftfly2 2.5s linear forwards,plane 1.5s linear 2.5s infinite;animation: aircraftfly2 2.5s linear forwards,plane 1.5s linear 2.5s infinite;}}
@media screen and (min-width:1200px) {.firstsection.animate .firstsection__aircraft {-webkit-animation: aircraftfly 4s linear forwards,aircraft 2s linear 2s forwards;animation: aircraftfly 4s linear forwards,aircraft 2s linear 2s forwards;}
	.firstsection.animate .firstsection__aircrafttitlecont {-webkit-animation: aircont 2s linear forwards;animation: aircont 2s linear forwards;}
	.firstsection__aircraft {right: 100%;bottom: 50%;-webkit-transform: translate(50%,50%);-ms-transform: translate(50%,50%);transform: translate(50%,50%);}
	.firstsection__aircraft2 {-webkit-animation: aircraftfly2 2.5s linear 1.5s forwards,plane 1.5s linear 4s infinite;animation: aircraftfly2 2.5s linear 1.5s forwards,plane 1.5s linear 4s infinite;}
	.firstsection__aircrafttitlecont {width: 0;}
	.firstsection__title {min-width: 1200px;}}
@media screen and (min-width:1300px) {.firstsection__title {min-width: 1300px;}}
@media screen and (min-width:1400px) {.firstsection__aircraft2 {-webkit-animation: aircraftfly2 2.5s linear 2.7s forwards,plane 1.5s linear 5.2s infinite;animation: aircraftfly2 2.5s linear 2.7s forwards,plane 1.5s linear 5.2s infinite;}
	.firstsection__title {min-width: 1400px;}}
@media screen and (min-width:1500px) {.firstsection__title {min-width: 1440px;}}
@media screen and (max-width:1600px) {.fbuttons {top: 200px;width: 50px;}
	.fbuttons__menu-toggle {width: 50px;height: 55px;border-radius: 0 20px 20px 0;}}
@media screen and (max-width:1550px) {.container {padding-right: 55px;padding-left: 55px;}}
@media screen and (max-width:1399.98px) {.header__address-text {font-size: 14px;}
	.firstsection__title {font-size: 60px;}
	.top-employee__imgcont {width: calc(50% - 30px);}
	.top-employee__info {width: calc(50% - 30px);}}
@media screen and (max-width:1299.98px) {.onlinepromo__title {font-size: 60px;}
	.onlinepromo__subtitle {font-size: 38px;}
	.onlineinfo__btm {padding-bottom: 100px;}
	.onlineinfo__btm-img {top: -580px;}}
@media screen and (max-width:1199.98px) {.header__menu {font-size: 14px;}
	.firstsection__aircraft {display: none;}
	.mainabout__video-cont {max-width: 36%;padding-top: 65%;}
	.mainabout__info {width: 64%;}
	.mainabout__btm {padding-top: 30px;padding-bottom: 30px;}
	.mainonline__info {width: 64%;}
	.mainonline__video-cont {width: 36%;padding-top: 64%;}
	.orderblock__info {width: calc(50% - 20px);}
	.orderblock__formblock {width: calc(50% - 20px);}
	.advantages--main {width: 64%;}
	.onenew__more-text {font-size: 18px;}
	.contacts__block {padding: 20px;}
	.contacts__block-text {font-size: 16px;}
	.shop__item {width: calc(33.333333% - 20px);}
	.action__subscribe-title {font-size: 38px;}
	.onlinepromo__title {font-size: 60px;}
	.tourpage__more-text {font-size: 18px;}}
@media screen and (max-width:1099.98px) {.visa__form-outer {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
	.visa__form-img {position: relative;bottom: auto;left: auto;max-width: 30%;margin-right: 20px;}
	.feedback__form {width: calc(50% - 30px);}
	.feedback__map {width: 50%;}
	.tours__item-info {padding-left: 5px;padding-right: 5px;}}
@media screen and (max-width:991.98px) {.breadcrumbs {display: none;}
	.context h1, .context__header, .h1 {font-size: 38px;}
	.header__address-text {max-width: 300px;}
	.header__logo-cont {margin-right: 3%;}
	.header__menu {display: none;}
	.header__phones-icon {width: 35px;height: 35px;margin-right: 0;}
	.header__phone {display: none;}
	.mobmenu__list {padding: 50px;}
	.mobmenu__item {width: calc(50% - 15px);margin-bottom: 30px;}
	.firstsection__aircraftcont {height: inherit;}
	.firstsection__aircrafttitlecont {overflow: visible;}
	.firstsection__title {font-size: 50px;-webkit-transform: translateY(-50px);-ms-transform: translateY(-50px);transform: translateY(-50px);min-width: auto;}
	.mainabout__top {margin-bottom: 30px;}
	.mainabout__video-cont {position: relative;}
	.mainabout__info {padding-left: 30px;}
	.mainabout__more {font-size: 16px;}
	.bests__list {width: 100%;margin-bottom: 30px;}
	.bests__text {width: 100%;margin-top: 0;}
	.popular__module {margin-bottom: 35px;}
	.popular__list {grid-template-columns: repeat(2,1fr);margin-bottom: 35px;}
	.popular__action {padding-left: 50px;padding-right: 50px;}
	.mainonline__more {font-size: 16px;}
	.mainnews__list {width: 100%;}
	.mainnews__imgcont {display: none;}
	.visa__info {width: 100%;}
	.visa__header {margin-bottom: 30px;}
	.visa__list {width: 100%;}
	.visa__item:not(:last-of-type) {margin-bottom: 30px;}
	.visa__form-outer {padding: 30px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.visa__form-img {display: none;}
	.visa__form-cont {width: 100%;}
	.visa__form-title {width: 100%;margin-bottom: 10px;}
	.visa__form-phone {width: 100%;text-align: left;}
	.visa__form-text {padding-bottom: 10px;}
	.orderblock {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.orderblock__info {width: 100%;margin-bottom: 30px;}
	.orderblock__info-header {text-align: center;}
	.orderblock__info-header::after {margin-left: auto;margin-right: auto;}
	.orderblock__info-text {text-align: center;}
	.orderblock__formblock {width: 100%;}
	.about--main {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
	.about__info {width: calc(60% - 20px);}
	.about__text {font-size: 16px;}
	.about__more {font-size: 16px;}
	.about__imgcont--main::before {display: none;}
	.about__imgcont {width: calc(40% - 20px);}
	.advantages--main {width: 100%;padding-left: 0;}
	.top-employee {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.top-employee__imgcont {width: 75%;margin-bottom: 20px;}
	.top-employee__info {width: 75%;}
	.employees__item {width: calc(50% - 20px);}
	.newstop {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 50px;}
	.newstop__imgcont {width: 100%;margin-bottom: 30px;}
	.newstop__info {width: 100%;}
	.news__item {width: calc(50% - 20px);}
	.onenew__images {grid-template-columns: repeat(2,1fr);}
	.onenew__more-text {-webkit-transform: none;-ms-transform: none;transform: none;}
	.onenew__more-icon {-webkit-transform: none;-ms-transform: none;transform: none;}
	.onenew__data {padding: 20px;border-radius: 20px;}
	.onenew__last {padding: 50px 0;width: 100%;}
	.onenew__last-imgcont {display: none;}
	.faq {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.faq__aside {margin-bottom: 30px;}
	.faq__list {width: 100%;}
	.faq__form-cont {padding: 30px;}
	.faq__form-title {width: 100%;margin-bottom: 10px;}
	.faq__form-phone {width: 100%;text-align: left;}
	.faq__form-text {padding-bottom: 10px;}
	.video__item {width: calc(50% - 20px);}
	.contacts__block {width: calc(50% - 20px);}
	.feedback {padding-top: 50px;padding-bottom: 50px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.feedback__form {width: 100%;margin-bottom: 30px;}
	.feedback__map {width: 100%;}
	.reqs__list {width: 100%;margin-bottom: 30px;}
	.reestr {width: 100%;}
	.shop__item {width: calc(50% - 20px);}
	.actions__item-imgcont {width: calc(50% - 10px);}
	.actions__item-info {width: calc(50% - 10px);}
	.actions__item-title {font-size: 20px;}
	.actions__item-anons {font-size: 16px;}
	.action__info {width: 100%;}
	.action__imgcont {width: 100%;-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1;margin-bottom: 30px;}
	.action__subscribe {padding: 35px;}
	.action__subscribe-title {font-size: 30px;}
	.corporate {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.corporate__img {width: 100%;}
	.corporate__reasons {width: 100%;}
	.onlinepromo__info {width: calc(100% - 400px);}
	.onlinepromo__title {font-size: 40px;}
	.onlinepromo__subtitle {font-size: 28px;}
	.onlinepromo__img {max-width: 300px;}
	.onlineinfo__top-text {padding-top: 0;}
	.onlineinfo__btm {padding-bottom: 0;}
	.onlineinfo__btm-img {display: none;}
	.onlineinfo__btm-info {padding-left: 0;width: 100%;}
	.onlineinfo__btm-text {text-align: center;}
	.onlineinfo__btm-order {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.tours__item {width: calc(50% - 10px);}
	.tourpage__images {grid-template-columns: repeat(2,1fr);}
	.tourpage__more-text {-webkit-transform: none;-ms-transform: none;transform: none;}
	.tourpage__more-icon {-webkit-transform: none;-ms-transform: none;transform: none;}
	.tourpage__incost-container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.tourpage__incost-block {width: 100%;margin-bottom: 20px;}}
@media (max-width:991.98px) {.modal__content {padding-left: 20px;padding-right: 20px;padding-bottom: 15px;}}
@media screen and (max-width:767.98px) {.context h1, .context__header, .h1 {font-size: 34px;margin-bottom: 30px;}
	.h2, h2 {font-size: 32px;}
	.h3, h3 {font-size: 30px;}
	.h4, h4 {font-size: 28px;}
	.h5, h5 {font-size: 26px;}
	.h6, h6 {font-size: 24px;}
	.header__address-text {max-width: 500px;}
	.header__address {font-size: 14px;}
	.header__phones {margin-right: 0;}
	.header__callme {display: none;}
	.footer__colm {width: calc(50% - 20px);text-align: center;}
	.footer__colm--menu {-webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1;margin-bottom: 30px;}
	.firstsection__slider-arrow-prev {left: 5px;}
	.firstsection__slider-arrow-next {right: 5px;}
	.no-webp .firstsection__imgcont {background-image: url("/assets/img/slider_mob1.jpg");}
	.mainabout {padding-top: 50px;}
	.mainabout__top {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
	.mainabout__video-cont {max-width: 56.2%;padding-top: 100%;margin-left: auto;margin-right: auto;}
	.mainabout__info {width: 100%;padding-left: 0;}
	.mainabout__btm {padding-top: 0;padding-bottom: 0;}
	.bests {padding-top: 50px;padding-bottom: 50px;}
	.bests__titles {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
	.bests__title {width: 100%;}
	.popular {padding-top: 50px;padding-bottom: 50px;}
	.mainonline {margin-top: 0;}
	.mainonline__container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding-bottom: 50px;}
	.mainonline__info {width: 100%;}
	.mainonline__video-cont {width: 56.2%;padding-top: 100%;margin-left: auto;margin-right: auto;-webkit-transform: none;-ms-transform: none;transform: none;}
	.mainmap {padding-top: 50px;padding-bottom: 50px;}
	.visa {padding-top: 50px;padding-bottom: 50px;margin-bottom: 50px;}
	.visa__form {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 20px;}
	.visa__form-field {width: calc(50% - 10px);margin-right: 0;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
	.visa__form-button {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;margin-top: 20px;}
	.visa__form-agreement {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: calc(100% - 150px);}
	.orderblock {padding-top: 30px;padding-bottom: 30px;}
	.orderblock__info-text {font-size: 20px;}
	.orderblock__form {padding: 25px;}
	.orderblock__form-title {font-size: 20px;}
	.orderblock__advantage-text {font-size: 20px;}
	.about {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.about__info {width: 100%;margin-bottom: 20px;}
	.about__imgcont {width: 100%;}
	.advantages--main {margin-bottom: 0 !important;}
	.advantages {padding-top: 50px;padding-bottom: 50px;margin-bottom: 30px;}
	.advantages__item-title {font-size: 15px;}
	.advantages__item-text {font-size: 14px;}
	.top-employee__imgcont {width: 100%;}
	.top-employee__info {width: 100%;}
	.faq__form {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 20px;}
	.faq__form-field {width: calc(50% - 10px);margin-right: 0;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
	.faq__form-button {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;margin-top: 20px;}
	.faq__form-agreement {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: calc(100% - 150px);}
	.reqs {margin-bottom: 50px;}
	.reqs__item {font-size: 15px;padding-left: 10px;padding-right: 10px;}
	.reqs__item-title {width: 50%;}
	.reqs__item-value {width: 50%;}
	.reqs__item-icon {display: none;}
	.shop__item-prices {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.shop__item-price {margin-bottom: 10px;}
	.action__subscribe {margin-top: 50px;margin-bottom: 50px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.action__subscribe-title {width: 100%;margin-bottom: 30px;}
	.action__subscribe-form {width: 100%;}
	.corporate__context {font-size: 16px;margin-bottom: 20px;}
	.corporate__img {margin-bottom: 30px;}
	.corporate__reasons {margin-bottom: 50px;}
	.onlinepromo::after {display: none;}
	.onlinepromo__info {width: calc(100% - 200px);}
	.onlinepromo__title {font-size: 30px;}
	.onlinepromo__subtitle {font-size: 23px;}
	.onlinepromo__img {max-width: 200px;}
	.onlineinfo {padding-top: 30px;}
	.onlineinfo__top {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
	.onlineinfo__top-img {width: 100%;-webkit-transform: none;-ms-transform: none;transform: none;margin-top: 30px;margin-bottom: 30px;}
	.onlineinfo__top-text {width: 100%;padding-left: 0;}}
@media screen and (max-width:650px) {.tours {margin-left: 0;margin-right: 0;}
	.tours__item {width: 100%;margin-left: 0;margin-right: 0;}}
@media screen and (max-width:575.98px) {.container {padding-right: 15px;padding-left: 15px;}
	.context h1, .context__header, .h1 {font-size: 28px;}
	.h2, h2 {font-size: 26px;}
	.h3, h3 {font-size: 24px;}
	.h4, h4 {font-size: 22px;}
	.h5, h5 {font-size: 20px;}
	.h6, h6 {font-size: 18px;}
	.paginator {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.paginator__showmore {margin-bottom: 30px;}
	.header__logo-cont {margin-left: 60px;margin-right: 30px;}
	.header__address {display: none;}
	.fbuttons {top: 15px;}
	.fbuttons__socials {display: none;}
	.mobmenu__item {width: 100%;}
	.mobmenu__footer {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;}
	.mobmenu__copyright {margin-bottom: 15px;}
	.modal__form--buy {width: 100%;}
	.modal__good {display: none;}
	.firstsection__title {font-size: 30px;-webkit-transform: translateY(-100px);-ms-transform: translateY(-100px);transform: translateY(-100px);}
	.mainabout__video-cont {max-width: 75%;padding-top: 135%;}
	.mainabout__down {width: 120px;height: 120px;}
	.popular__list {grid-template-columns: repeat(1,1fr);grid-gap: 10px;}
	.popular__action {padding: 30px 15px;}
	.popular__action-title {font-size: 24px;}
	.popular__timer-item:not(:last-of-type) {margin-right: 5px;}
	.mainonline__video-cont {width: 75%;padding-top: 135%;}
	.visa__form-title {font-size: 30px;}
	.visa__form {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.visa__form-field {width: 100%;margin-bottom: 20px;}
	.visa__form-button {margin-top: 10px;}
	.visa__form-agreement {width: 100%;}
	.orderblock__advantage {width: calc(50% - 20px);}
	.about__sign {margin-right: 0;}
	.advantages__container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.advantages__item {width: 100%;}
	.advantages__item:not(:last-of-type) {margin-bottom: 25px;}
	.advantages__item-icon {margin-bottom: 15px;}
	.news__item {width: calc(100% - 20px);}
	.onenew__images {grid-gap: 10px;}
	.onenew__more-text {font-size: 15px;}
	.onenew__annotattions {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
	.onenew__prev-next {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.onenew__prev {width: 100%;margin-bottom: 20px;}
	.onenew__next {width: 100%;}
	.faq__form-title {font-size: 30px;}
	.faq__form {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.faq__form-field {width: 100%;margin-bottom: 20px;}
	.faq__form-button {margin-top: 10px;}
	.faq__form-agreement {width: 100%;}
	.video__categories {display: none;}
	.video__item {width: calc(100% - 20px);margin-bottom: 30px;}
	.video__item-cont {margin-bottom: 15px;}
	.contacts__block-text {font-size: 14px;}
	.feedback__field {width: calc(50% - 10px);}
	.feedback__agreement {width: 100%;}
	.reqs__list {padding-top: 10px;}
	.reqs__item {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding-left: 0;padding-right: 0;}
	.reqs__item:not(:last-of-type) {margin-bottom: 5px;}
	.reqs__item-title {width: 100%;}
	.reqs__item-value {width: 100%;}
	.shop__item {width: calc(100% - 20px);}
	.actions__item {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.actions__item-imgcont {width: calc(100% - 10px);margin-bottom: 20px;max-height: 200px;}
	.actions__item-info {width: calc(100% - 10px);}
	.actions__item-anons {font-size: 14px;}
	.action__imgcont {max-height: 250px;}
	.action__img {top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
	.action__subscribe {padding: 20px;}
	.onlinepromo {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;background-position: center;padding-right: 10px;padding-left: 10px;}
	.onlinepromo__info {width: 100%;text-align: center;padding-left: 0;padding-right: 0;}
	.onlinepromo__title {margin-bottom: 20px;}
	.onlinepromo__img {margin-right: auto;}
	.onlineinfo__btm {padding-bottom: 30px;}
	.onlineinfo__btm-arrow {display: none;}
	.tourpage__images {grid-gap: 10px;}
	.tourpage__more-text {font-size: 15px;}
	.tourpage__incost-block {padding: 20px;}
	.tourpage__incost-block-title {font-size: 24px;}
	.tourpage__incost-item {font-size: 15px;}}
@media screen and (max-width:480px) {.footer__container {padding-bottom: 15px;}
	.footer__colm {width: calc(100% - 20px);}
	.footer__colm:not(:last-of-type) {margin-bottom: 20px;}
	.footer__colm--menu {margin-bottom: 10px;}
	.footer__logo {margin-top: 20px;}
	.employees__item {width: calc(100% - 20px);}}
@media screen and (max-width:420px) {.contacts__block {width: 100%;}
	.feedback__field {width: calc(100% - 10px);}}
@media screen and (max-width:400px) {.mainabout__video-cont {max-width: 90%;padding-top: 160%;}
	.mainabout__title {font-size: 24px;}
	.mainonline__video-cont {width: 90%;padding-top: 160%;}}
@media screen and (min-width:576px) and (max-width:991.98px) {.popular__item:nth-child(1) {-ms-grid-row-span: 2;grid-row: span 2;-ms-grid-column-span: 2;grid-column: span 2;}}
.firstsection__imgcont {background: url("/assets/img/main-first-screen-img.webp") center no-repeat;}
.onlinepromo {background: #f5f5f5 url("/assets/img/online-jam-bkg.webp") no-repeat;}
.onlinepromo::after {background: url("/assets/img/online-icon-bkg.webp") no-repeat;}
@media screen and (max-width:767.98px) {.firstsection__imgcont {background-image: url("/assets/img/slider_mob1.webp");}}
.d-none{display:none !important}.m-b-0{margin-bottom:0 !important}.firstsection__search .tv-search-form{width:100%}.mainabout{margin-bottom:30px}.visa{background-color:#fff;border-bottom:2px solid #f5f5f5}.cookies{position:fixed;z-index:2000000000;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.5);padding:10px 0}.cookies__container{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media screen and (max-width:400px){.cookies__container{flex-direction:column}}.cookies__text{width:calc(100% - 100px)}@media screen and (max-width:600px){.cookies__text{font-size:12px}}@media screen and (max-width:400px){.cookies__text{margin-bottom:10px;width:100%;text-align:center}}.cookies__button{border-radius:3px;width:60px;height:36px;line-height:36px}.default-slider{margin-top:40px;margin-bottom:40px}.default-slider__title{margin-bottom:20px;text-align:center;font-weight:700}.default-slider__list:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.default-slider__item{width:calc(25% - 20px);display:block;text-align:center}.default-slider__item.slick-slide{margin-inline:10px}.default-slider__item-imgcont{text-align:center;display:inline-block}