@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.header-menu__ul li.current-menu-item a {
color: #f94244;
}
.footer-contact__map {
color: #fff;
text-decoration: none;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear;
}
.footer-contact__map:hover {
color: #fff;
text-decoration: none;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear;
}
.wpcf7-form-control-wrap {
width: 100%;
}
.form_wrapper_code {
display: none;
}
.form_wrapper_code_active {
display: block;
}
.modal .modal-content .form {
min-height: auto;
}
.wpcf7-radio label {
display: block;
margin: 0 0 10px;
font-size: 16px;
cursor: pointer;
line-height: 17px
}
.wpcf7-radio label:last-child {
margin: 0 0 10px
}
.wpcf7-radio label input {
display: none
}
.wpcf7-radio label input+span {
position: relative;
display: block;
padding-left: 15px;
height: 19px;
line-height: 19px
}
.wpcf7-radio label input+span:not(:empty) {
padding-left: 30px
}
.wpcf7-radio label input+span:after,label input+span:before {
content: '';
position: absolute;
left: 0;
top: 0;
display: block;
width: 19px;
height: 19px;
border-radius: 50%
}
.wpcf7-radio label input+span:before {
border: .5px solid #26242d
}
.wpcf7-radio label input+span:after {
background: #fff;
border: 1px solid #26242d;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9)
}
.wpcf7-radio label input:checked+span:before {
background: #fff
}
.wpcf7-radio label input:checked+span:after {
border: .5px solid #f94244;
background: #f94244;
-webkit-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7)
}
span.wpcf7-list-item {
width: 100%;
margin: 0;
}
.wpcf7-checkbox label  {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-top: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer
}
.wpcf7-checkbox label  input:checked+.checkbox {
border-color: #fff
}
.wpcf7-checkbox label  input:checked+.checkbox svg rect {
fill: #fff
}
.wpcf7-checkbox label  input:checked+.checkbox svg path {
fill: #f94244
}
.wpcf7-checkbox label  .checkbox {
position: relative;
float: left;
margin-right: 11px;
width: 19px;
height: 19px
}
.wpcf7-checkbox label  .checkbox svg path {
fill: none
}
.wpcf7-checkbox label >span {
pointer-events: none;
font-family: Montserrat-Medium;
vertical-align: middle;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.wpcf7-checkbox label:hover>span {
color: #f94244
}
.acceptance-389  , .modal_final {
display: none;
}
.slick-arrow__right svg {
transform: rotate(
180deg
);
}
.contact-info ul li {
text-decoration: none;
font-family: Montserrat-ExtraBold;
color: #26242d
}
.contact-info ul li:hover {
text-decoration: none;
font-family: Montserrat-ExtraBold;
color: #26242d;
cursor: auto;
}
.acceptance input {
display: none;
}
.pd_top {
margin-top: 32px;
}
.modal_final .close-modal svg {
display: inline-block;
max-width: 25px;
}
.wpcf7-response-output {
display: none!important;
}
.modal-content {
width: 100%;
}
.services-box__title .title-price {
font-size: 20px;
font-family: Montserrat-Medium;
display: inline-flex;
align-items: flex-end;
float: right;
}
@media screen and (max-width: 992px) {
.services-box__title .title-price {
float: none;
width: 100%;
}
}
}

.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-list, .slick-slider .slick-track {
-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:after, .slick-track:before {
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
}
.slick-loading .slick-list {
background: #fff url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/node_modules/slick-carousel/slick/ajax-loader.gif) center center no-repeat
}
@font-face {
font-family: slick;
font-weight: 400;
font-style: normal;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/node_modules/slick-carousel/slick/fonts/slick.eot);
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/node_modules/slick-carousel/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/node_modules/slick-carousel/slick/fonts/slick.woff) format('woff'), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/node_modules/slick-carousel/slick/fonts/slick.ttf) format('truetype'), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/node_modules/slick-carousel/slick/fonts/slick.svg#slick) format('svg')
}
.slick-next, .slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
color: transparent;
outline: 0;
background: 0 0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
opacity: .25
}
.slick-next:before, .slick-prev:before {
font-family: slick;
font-size: 20px;
line-height: 1;
opacity: .75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-prev {
left: -25px
}
[dir=rtl] .slick-prev {
right: -25px;
left: auto
}
.slick-prev:before {
content: '←'
}
[dir=rtl] .slick-prev:before {
content: '→'
}
.slick-next {
right: -25px
}
[dir=rtl] .slick-next {
right: auto;
left: -25px
}
.slick-next:before {
content: '→'
}
[dir=rtl] .slick-next:before {
content: '←'
}
.slick-dotted.slick-slider {
margin-bottom: 30px
}
.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: 0;
background: 0 0
}
.slick-dots li button:focus, .slick-dots li button:hover {
outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
opacity: 1
}
.slick-dots li button:before {
font-family: slick;
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
opacity: .75;
color: #000
}
@font-face {
font-family: Montserrat-Black;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Black.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Black.woff2) format("woff2");
font-weight: 900;
font-style: normal
}
@font-face {
font-family: Montserrat-Light;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Light.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Light.woff2) format("woff2");
font-weight: 200;
font-style: normal
}
@font-face {
font-family: Montserrat-SemiBold;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-SemiBold.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-SemiBold.woff2) format("woff2");
font-weight: 600;
font-style: normal
}
@font-face {
font-family: Montserrat-Regular;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Regular.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Regular.woff2) format("woff2");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: Montserrat-Medium;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Medium.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Medium.woff2) format("woff2");
font-weight: 500;
font-style: normal
}
@font-face {
font-family: Montserrat-ExtraBold;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-ExtraBold.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-ExtraBold.woff2) format("woff2");
font-weight: 800;
font-style: normal
}
@font-face {
font-family: Montserrat-Bold;
font-display: swap;
src: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Bold.woff) format("woff"), url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/fonts/Montserrat-Bold.woff2) format("woff2");
font-weight: 700;
font-style: normal
}
*, ::after, ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
:focus {
outline: 0
}
ol[class], ul[class] {
padding: 0;
list-style: none
}
blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
margin: 0
}
body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5
}
a:not([class]) {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto
}
img {
max-width: 100%;
display: block
}
article > * + * {
margin-top: 1em
}
button, input, select, textarea {
font: inherit
}
button, input, select, textarea {
padding: 0;
border: none;
font: inherit;
cursor: pointer
}
a {
cursor: pointer
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden], template {
display: none
}
a {
background-color: transparent
}
a:active, a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b, strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible;
text-transform: none
}
select {
text-transform: none
}
button, html input[type=button] {
-webkit-appearance: button;
cursor: pointer
}
input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled], html input[disabled] {
cursor: default
}
button::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input::-moz-focus-inner {
border: 0;
padding: 0
}
input[type=checkbox], input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td, th {
padding: 0
}
body, html {
font-size: 16px;
color: #26242d;
font-family: Montserrat-Medium
}
body.active {
overflow: hidden
}
.wrapper {
overflow: hidden
}
.wrapper::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
z-index-background: rgba(0, 0, 0, 0);
-webkit-transition: background .3s linear;
-o-transition: background .3s linear;
transition: background .3s linear
}
.wrapper.active::after {
z-index: 19;
background: rgba(0, 0, 0, .52)
}
.main {
position: relative;
z-index: 1
}
._section {
padding: 50px 0
}
.container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px
}
.h1 {
font-size: 3rem;
font-family: Montserrat-ExtraBold;
line-height: 1.2
}
.h2 {
font-family: Montserrat-ExtraBold;
font-size: 1.5rem
}
.h3 {
font-family: Montserrat-ExtraBold;
font-size: 1.375rem
}
.h4 {
font-family: Montserrat-ExtraBold;
font-size: 1.125rem
}
.btn {
display: block;
padding: 0 10px;
max-width: 206px;
width: 100%;
height: 65px;
background: #f94244;
vertical-align: middle;
cursor: pointer;
text-align: center;
line-height: 65px;
font-family: Montserrat-Bold;
-webkit-transition: .3s background-color linear, .3s color linear;
-o-transition: .3s background-color linear, .3s color linear;
transition: .3s background-color linear, .3s color linear;
color: #fff;
text-decoration: none
}
.btn:hover {
background: #26242d
}
.btn--bot {
position: fixed;
bottom: 15px;
right: 15px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}
.scrollTop {
position: fixed;
z-index: 3;
right: 15px;
bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 61px;
height: 61px;
border-radius: 50%;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
cursor: pointer
}
b {
font-family: Montserrat-ExtraBold
}
.header {
position: relative;
z-index: 20
}
.header .container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.header-logo {
max-width: 108px;
width: 100%;
height: auto;
margin: 0 auto 0 0
}
.header-menu {
margin: 0 112px 0 0
}
.header-menu.active {
display: block
}
.header-menu__title {
position: relative;
display: none
}
.header-menu__ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.header-menu__ul li {
cursor: pointer;
position: relative;
margin-left: 0
}
.header-menu__ul li + li {
margin-left: 43px
}
.header-menu__ul li:first-child {
padding-left: 0
}
.header-menu__ul li:last-child {
padding-right: 0
}
.header-menu__ul li a {
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;
padding: 28px 16px;
text-decoration: none;
font-family: Montserrat-Bold;
font-size: 1rem;
color: #26242d;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.header-menu__ul li a.active {
color: #f94244
}
.header-menu__ul .current-menu-item a:after {
content: "";
display: block;
position: absolute;
top: 0;
width: 100%;
height: 5px;
background: #f94244
}
.header .hover > a {
color: #f94244
}
.header-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.header-social__svg {
margin-left: 0
}
.header-social__svg + .header-social__svg {
margin-left: 21px
}
.header-social__svg svg {
width: 25px;
height: 25px;
fill: #26242d;
-webkit-transition: fill .3s linear;
-o-transition: fill .3s linear;
transition: fill .3s linear
}
.header-social__svg svg:hover {
fill: #f94244
}
.burger {
display: none;
height: 58px;
width: 58px
}
.burgerClose {
position: absolute;
right: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.section-title {
position: relative;
color: #26242d;
text-transform: uppercase;
margin: 0 0 50px
}
.section-title::before {
content: "";
display: block;
position: absolute;
top: 50%;
margin-left: -70px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 20px;
width: 60px;
background: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/img/icons/icons.svg#icon-title) center no-repeat
}
.section-ban {
position: relative;
padding-top: 97px;
margin-top: -80px;
margin-bottom: 100px;
background: #f8f8f8;
}
.section-ban .container {
position: relative;
z-index: 2
}
.section-ban .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
.section-ban .ban {
position: relative;
z-index: 3
}
.section-ban .ban-box {
overflow: hidden;
position: relative;
z-index: 4
}
.section-ban .ban-slider {
width: 100%
}
.section-ban .ban-slider__row {
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;
height: auto; }
.section-ban .ban-slider__nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 23px;
margin-bottom: 10px
}
.section-ban .ban-slider .slider-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.section-ban .ban-slider .slider-nav__number {
font-family: Montserrat-Medium;
margin: 0 30px 0 0
}
.section-ban .ban-slider .slider-nav__number .numberSum {
color: #959595;
font-family: Montserrat-SemiBold;
}
.section-ban .ban-slider .slider-nav__arrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.section-ban .ban-slider .slider-nav__arrow .slick-arrow {
pointer-events: auto
}
.section-ban .ban-slider .slider-nav__arrow .slick-arrow svg{
transition: fill 0.3s linear;
cursor: pointer;
}
.section-ban .ban-slider .slider-nav__arrow .slick-arrow svg:hover{
fill: #f94244;
}
.section-ban .ban-slider .slider-nav__arrow .slick-arrow__right {
margin-left: 20px
}
.section-ban .ban-slider .slider-nav__arrow .slick-arrow__right svg {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.section-ban .ban-info {
position: relative;
z-index: 2;
margin-top: -73px;
max-width: 555px;
width: 100%;
height: auto
}
.section-ban .ban-info__title {
position: relative;
margin-bottom: 22px
}
.section-ban .ban-info__text {
max-width: 400px;
width: 100%;
color: #616161;
left: 1.4
}
.section-ban .ban-info .btn {
margin: 30px 0 0 0;
pointer-events: auto
}
.section-ban .ban-img {
position: relative;
z-index: 2;
max-width: 582px;
width: 100%;
height: auto
}
.bgSvg {
position: absolute;
z-index: 1 !important
}
.bgSvg--1 {
top: 0 !important;
bottom: auto !important;
left: auto !important;
right: 17rem !important;
max-width: 700px;
width: 100%;
height: 700px
}
.bgSvg--2 {
bottom: -50px !important;
top: auto !important;
right: 0 !important;
left: auto !important;
opacity: .7;
z-index: 2 !important
}
.bgSvg--3 {
top: auto !important;
bottom: -100px !important;
right: 0 !important;
left: auto !important;
z-index: 3 !important;
height: 444px
}
.main--parallax .ban-info__title::after {
content: "";
display: block;
position: absolute;
left: -80px;
top: 13px;
width: 57px;
height: 30px;
background: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/img/icons/icons.svg#icon-title) no-repeat
}
.main--parallax .ban-slider--js .ban-info__title::after {
display: none
}
.section-services {
position: relative
}
.section-services .container {
position: relative !important;
z-index: 2
}
.services-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px
}
.services-col {
padding: 0 15px;
max-width: 33.33333%;
width: 100%
}
.services-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-top: 35px;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
box-shadow: 0 0 20px rgba(0, 0, 0, .12)
}
.services-block__title {
text-align: center;
margin-bottom: 30px
}
.services-block__text {
height: 100%;
padding: 0 20px 35px 50px
}
.services-block__list li {
position: relative;
margin: 0 0 20px 0;
padding: 0 0 0 21px
}
.services-block__list li:last-child {
margin: 0
}
.services-block__list li::after {
content: "";
display: block;
position: absolute;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='7' height='7' fill='%23F94244'/%3E%3C/svg%3E") 100% 100% no-repeat;
left: 0;
top: 8px;
height: 7px;
width: 7px
}
.services-block .btn {
max-width: 100%;
height: 90px;
line-height: 90px;
pointer-events: auto
}
.services .bgSvg--3 {
left: 0 !important;
right: auto !important;
bottom: 0 !important
}
.services-box {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .13);
box-shadow: 0 0 20px rgba(0, 0, 0, .13);
margin-bottom: 22px
}
.services-box:first-child::after, .services-box:last-child::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
margin: -13px -13px 0 0;
width: 324px;
height: 130px;
background: #f94244
}
.services-box:last-child::before {
top: auto;
bottom: 0;
right: auto;
left: 0;
margin: 0 0 -13px -13px
}
.services-box__img {
position: relative;
z-index: 2;
max-width: 440px;
width: 100%;
height: auto;
position: relative;
padding: 8.4rem 0;
width: 100%;
overflow: hidden
}
.services-box__imgBox {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%
}
.services-box__imgBox img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
vertical-align: bottom;
opacity: 1;
-o-object-fit: cover;
object-fit: cover
}
.services-box__info {
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 40px;
background: #fff;
width: 100%
}
.services-box__title {
background: rgba(245, 245, 245, .78);
padding: 30px 40px 30px 40px
}
.services-box__title .title-number {
padding-right: 22px;
color: #f94244
}
.services-box__text {
margin: 23px 40px 0 40px;
height: 80px;
line-height: 1.2;
overflow: hidden
}
.services-box__text b {
color: #f94244
}
.services-box .btn-stroke__red {
margin: auto 0 0 40px;
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content
}
.main--parallax ._section {
position: relative;
z-index: 99;
background: #fff
}
.main--parallax .container {
position: relative;
z-index: 5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.section-form__box {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .09);
box-shadow: 0 0 30px rgba(0, 0, 0, .09)
}
.section-form__box::after {
content: "";
display: block;
position: absolute;
width: 324px;
height: 416px;
right: 0;
top: 0;
background: #f94244;
margin-top: -21px;
margin-right: -21px
}
.form {
position: relative;
z-index: 2;
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
padding: 40px 0;
background: #fff
}
.form-title {
position: relative;
padding: 10px 0 10px 55px;
max-width: 400px;
width: 100%;
line-height: 1.2;
margin: 0 0 15px;
}
.form-title::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 12px;
height: 100%;
background: #f94244
}
.form-col {
padding: 0 60px 0 55px
}
.form-checkbox, .form-input, .form-radio, .form-select, .form-textarea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-family: Montserrat-ExtraBold
}
.form-checkbox .red, .form-input .red, .form-radio .red, .form-select .red, .form-textarea .red {
color: #f94244
}
.form-input {
margin-bottom: 32px
}
.form-input__title {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-input__title .plus {
cursor: pointer;
position: relative;
width: 12px;
height: 12px;
margin-left: 12px
}
.form-input__title .plus::after, .form-input__title .plus::before {
content: "";
display: block;
position: absolute;
top: 50%;
width: 12px;
height: 2px;
margin-top: -1px;
background: #f94244
}
.form-input__title .plus::before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.form-radio {
margin-bottom: 32px
}
.form-radio .radio-box {
margin-top: 10px
}
.form-checkbox, .form-select, .form-textarea {
margin-bottom: 32px
}
.form input, .form textarea {
font-size: 1rem;
color: #616161;
padding: 4px 10px;
margin: 10px 0 0 0;
font-family: Montserrat-Medium;
width: 100%
}
.form input, .form select {
padding-top: 0; line-height: 35px;
border: none;
border: 2px solid #26242d
}
.form select {
font-size: 1rem;
color: #616161;
margin: 10px 0 0 0;
height: 30px;
font-family: Montserrat-Medium;
width: 100%;
background: url("data:image/svg+xml,%3Csvg width='23' height='14' viewBox='0 0 23 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L11.5 11.5L21 2' stroke='%23F94244' stroke-width='3'/%3E%3C/svg%3E%0A") no-repeat right;
background-size: 20px;
background-position-x: calc(100% - 20px);
-webkit-appearance: none
}
.form textarea {
height: 110px;
resize: none;
border: 2px solid #26242d
}
.form .btn {
margin: 40px 0 0 0
}
.form-img {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
background-color: #f94244;
position: relative;
padding: 3rem 0;
width: 100%;
overflow: hidden
}
.form-img__box {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%
}
.form-img__box img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
vertical-align: bottom;
opacity: 1;
-o-object-fit: cover;
object-fit: cover
}
.form-img__text {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
z-index: 20;
line-height: 69px;
font-size: 96px;
color: #fff;
font-family: Montserrat-ExtraBold
}
.form-text .red {
font-family: Montserrat-ExtraBold;
color: #f94244
}
.radio {
display: block;
margin: 0 0 10px;
font-size: 16px;
cursor: pointer;
line-height: 17px
}
.radio:last-child {
margin: 0 0 10px
}
.radio input {
display: none
}
.radio input + span {
position: relative;
display: block;
padding-left: 15px;
height: 19px;
line-height: 19px
}
.radio input + span:not(:empty) {
padding-left: 30px
}
.radio input + span:after, .radio input + span:before {
content: '';
position: absolute;
left: 0;
top: 0;
display: block;
width: 19px;
height: 19px;
border-radius: 50%
}
.radio input + span:before {
border: .5px solid #26242d
}
.radio input + span:after {
background: #fff;
border: 1px solid #26242d;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9)
}
.radio input:checked + span:before {
background: #fff
}
.radio input:checked + span:after {
border: .5px solid #f94244;
background: #f94244;
-webkit-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7)
}
.box-checkbox {
width: 100%
}
.box-checkbox label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-top: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer
}
.box-checkbox label input {
position: absolute;
z-index: -1;
width: 0;
height: 0;
opacity: 0
}
.box-checkbox label input:checked + .checkbox {
border-color: #fff
}
.box-checkbox label input:checked + .checkbox svg rect {
fill: #fff
}
.box-checkbox label input:checked + .checkbox svg path {
fill: #f94244
}
.box-checkbox label .checkbox {
position: relative;
float: left;
margin-right: 11px;
width: 19px;
height: 19px
}
.box-checkbox label .checkbox svg path {
fill: none
}
.box-checkbox label > span {
pointer-events: none;
font-family: Montserrat-Medium;
vertical-align: middle;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.box-checkbox label:hover > span {
color: #f94244
}
.personal-data {
max-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
line-height: 1
}
.contract-link {
display: none;
position: relative;
margin-top: 35px;
font-family: Montserrat-Medium;
color: #26242d;
text-decoration: none;
padding-right: 40px;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.contract-link:hover {
color: #f94244
}
.contract-link::before {
content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4375 12.2266V17.6562C18.4375 18.087 18.087 18.4375 17.6562 18.4375H2.34375C1.91297 18.4375 1.5625 18.087 1.5625 17.6562V12.2266H0V17.6562C0 18.9486 1.05141 20 2.34375 20H17.6562C18.9486 20 20 18.9486 20 17.6562V12.2266H18.4375Z' fill='%23F94244'/%3E%3Cpath d='M13.7499 9.20766L10.7811 12.1764V0H9.21861V12.1764L6.24986 9.20766L5.14502 10.3125L9.99986 15.1673L14.8547 10.3125L13.7499 9.20766Z' fill='%23F94244'/%3E%3C/svg%3E%0A");
display: block;
position: absolute;
right: 0;
top: 50%;
width: 20px;
height: 20px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.custom_error {
position: relative
}
.wpcf7-not-valid-tip {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
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;
width: 24px;
height: 24px;
margin-right: 16px;
background: #f94244;
border-radius: 50%;
color: #fff;
cursor: pointer;
font-family: Montserrat-Medium
}
.wpcf7-not-valid-tip::after {
content: "Поле обязательно для заполнения.";
display: block;
position: absolute;
top: -100%;
right: 0;
width: 160px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: -35px;
padding: 10px;
color: #26242d;
background: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
box-shadow: 0 0 10px rgba(0, 0, 0, .25);
font-size: 14px;
font-family: Montserrat-Medium;
text-align: center;
line-height: 1.2;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .3s linear, visibility .3s linear;
-o-transition: opacity .3s linear, visibility .3s linear;
transition: opacity .3s linear, visibility .3s linear
}
.wpcf7-not-valid-tip::before {
content: "";
display: block;
position: absolute;
top: -10px;
z-index: 20;
border: 10px solid transparent;
border-top: 10px solid #fff;
width: 10px;
height: 10px;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .3s linear, visibility .3s linear;
-o-transition: opacity .3s linear, visibility .3s linear;
transition: opacity .3s linear, visibility .3s linear
}
.wpcf7-not-valid-tip:hover::after, .wpcf7-not-valid-tip:hover::before {
opacity: 1;
visibility: visible
}
.section-advantages {
position: relative
}
.section-advantages .container {
position: relative !important;
z-index: 5
}
.section-advantages .advantages-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%
}
.section-advantages .advantages-column {
max-width: 33.3333333%;
width: 100%;
padding: 0 15px;
text-align: center
}
.section-advantages .advantages-column__img {
position: relative;
padding: 4.5rem 0;
width: 100%;
overflow: hidden;
margin-bottom: 30px
}
.section-advantages .advantages-column__imgBox {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%
}
.section-advantages .advantages-column__imgBox img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
vertical-align: bottom;
opacity: 1;
-o-object-fit: cover;
object-fit: cover
}
.section-advantages .advantages-column__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
padding: 0 20px
}
.section-advantages .advantages-column__title {
font-size: 1.125rem;
font-family: Montserrat-ExtraBold
}
.section-advantages .advantages-column__text {
color: #595959
}
.section-advantages .advantages-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .16);
box-shadow: 0 0 20px rgba(0, 0, 0, .16);
padding: 0 0 29px 0;
height: 100%
}
.section-advantages .bgSvg--3 {
bottom: 0 !important
}
.section-info {
position: relative
}
.info-box {
max-width: 940px;
width: 100%;
position: relative;
padding: 17.4rem 0;
width: 100%;
overflow: hidden;
overflow: inherit;
margin-right: 20%
}
.info-box__img {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%
}
.info-box__img img {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
vertical-align: bottom;
opacity: 1;
-o-object-fit: cover;
object-fit: cover
}
.info-box::after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
margin-left: -20px;
margin-bottom: -20px;
width: 432px;
height: 40%;
background: #f94244
}
@media(max-width: 526px){
.info-box::after{
width: 80%;
}
}
.info-block {
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
padding: 44px 60px 32px;
max-width: 567px;
width: 100%;
height: auto;
background: #fff
}
.info-block__title {
text-transform: uppercase;
font-size: 1.25rem;
font-family: Montserrat-ExtraBold;
line-height: 1.2;
margin: 0 0 12px 0
}
.info-block__text {
color: #818181;
margin: 0 0 28px 0
}
.btn-stroke__red {
position: relative;
color: #f94244;
font-family: Montserrat-Bold;
text-decoration: none;
background: 0 0;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear;
padding: 0 50px 0 0
}
.btn-stroke__red svg {
width: 40px;
height: 18px;
content: "";
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0
}
.btn-stroke__red svg path {
-webkit-transition: stroke .3s linear;
-o-transition: stroke .3s linear;
transition: stroke .3s linear
}
.btn-stroke__red:hover {
color: #26242d
}
.btn-stroke__red:hover svg path {
stroke: #26242d
}
.section-contact {
padding-bottom: 0
}
.contact-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.contact-map {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%
}
.contact-map__block {
width: 100%;
height: 100%
}
.contact-info {
padding: 88px 0;
background: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/img/section-contact/bg-01.jpg) 100%/cover no-repeat;
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.contact-info ul {
margin: 0;
list-style-type: none;
padding: 0 0 0 95px
}
.contact-info ul li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 55px;
padding: 0 0 0 60px
}
.contact-info ul li:last-child {
margin: 0
}
.contact-info ul li svg {
position: absolute;
left: 0;
width: 29px;
height: 29px
}
.contact-info ul li a {
text-decoration: none;
font-family: Montserrat-ExtraBold;
color: #26242d
}
.contact-info ul li a:hover {
color: #f94244;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.main-contact .section-title {
margin-bottom: -18px
}
.main-contact .section-contact {
margin-top: -80px;
padding-top: 140px;
background: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/img/section-contact/bg-02.jpg) 100%/cover no-repeat
}
.main-contact .contact-info {
background: 0 0 !important
}
.main-contact .contact-info ul {
padding: 0
}
.main-contact .contact-info, .main-contact .section-form__box {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%
}
.main-contact .section-form__box::after {
margin-top: 0;
top: auto;
bottom: 0;
margin-bottom: -21px
}
.main-contact .section-form__box .form-col {
padding: 30px 30px 0
}
.main-contact .contact-map {
position: relative;
margin-top: 130px;
height: 370px
}
.main-contact .contact-map:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
margin-left: -15px;
margin-top: -15px;
width: 238px;
height: 119px;
background: #f94244
}
.error-box {
margin: 0 auto;
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;
width: 100%
}
.error-box__img {
max-width: 700px;
width: 100%;
margin: 0 auto
}
.error-box__title {
text-align: center;
font-size: 1.25rem;
font-family: Montserrat-ExtraBold;
line-height: 1.2;
max-width: 380px;
width: 100%;
margin: 0 0 10px 0
}
.error-box__subTitle {
text-align: center;
color: #616161;
margin-bottom: 20px
}
.error-box .btn {
border: 3px solid #f94244;
background: 0 0;
color: #f94244;
line-height: 59px;
-webkit-transition: .3s background-color linear, .3s color linear;
-o-transition: .3s background-color linear, .3s color linear;
transition: .3s background-color linear, .3s color linear
}
.error-box .btn:hover {
background: #f94244;
color: #fff
}
.footer {
background: #f94244;
position: relative;
z-index: 1
}
.footer .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.footer-logos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 25px;
padding: 15px 0 0 0
}
.footer-logos .logo {
width: 135px;
height: auto;
margin-right: 40px
}
.footer-contact {
max-width: 20%;
width: 100%;
height: auto
}
.footer-contact ul {
margin: 0;
padding: 0;
list-style-type: none
}
.footer-contact ul li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 0 0 30px;
margin: 0 0 12px 0
}
.footer-contact ul li svg {
position: absolute;
left: 0;
width: 15px;
height: 15px;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1)
}
.footer-contact ul li a {
color: #fff;
text-decoration: none;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.footer-contact ul li a:hover {
color: #26242d
}
.footer-contact ul li.footer-contact__map svg {
top: 5px;
height: 17px
}
.footer-contact ul li.footer-contact__inst svg {
height: 21px;
width: 21px
}
.footer-info {
max-width: 60%;
width: 100%;
color: #fff;
text-align: right;
margin: 0 0 0 auto
}
.footer .footer-dev {
padding-bottom: 25px;
width: 100%;
text-align: right;
font-family: Montserrat-Bold
}
.footer .footer-dev a {
text-decoration: none;
color: #fff;
line-height: 1.2
}
.footer .footer-dev a span {
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.footer .footer-dev a:hover span {
color: #26242d
}
.modal-overlay {
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;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
background-color: rgba(0, 0, 0, .6);
opacity: 0;
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
-o-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1)
}
.modal-overlay.active {
opacity: 1;
visibility: visible;
z-index: 999
}
.modal {
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;
position: relative;
margin: 0 auto;
background-color: #fff;
width: 600px;
max-width: 75rem;
min-height: 20rem;
border-radius: 3px;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all .6s cubic-bezier(.55, 0, .1, 1);
-o-transition: all .6s cubic-bezier(.55, 0, .1, 1);
transition: all .6s cubic-bezier(.55, 0, .1, 1)
}
.modal .close-modal {
position: absolute;
z-index: 99;
cursor: pointer;
top: 5px;
right: 15px;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
transition: opacity .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
-o-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1);
transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1);
transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s
}
.modal .close-modal svg {
width: 1.2em;
height: 1.2em
}
.modal .close-modal svg path {
-webkit-transition: stroke .3s linear;
-o-transition: stroke .3s linear;
transition: stroke .3s linear
}
.modal .close-modal:hover path {
stroke: #26242d
}
.modal .modal-content {
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1);
-o-transition: opacity .6s cubic-bezier(.55, 0, .1, 1);
transition: opacity .6s cubic-bezier(.55, 0, .1, 1);
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s
}
.modal .modal-content .form {
padding-top: 40px;
min-height: 26rem;
max-height: 600px;
overflow-y: auto;
overflow-x: hidden
}
.modal .modal-content .form::-webkit-scrollbar-track {
background-color: #e9e9e9
}
.modal .modal-content .form::-webkit-scrollbar {
width: 5px;
background-color: #e9e9e9
}
.modal .modal-content .form::-webkit-scrollbar-thumb {
background-color: #d62929
}
.modal.active {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.modal.active .modal-content {
opacity: 1
}
.modal.active .close-modal {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
opacity: 1
}
.modal .form {
padding: 0
}
.modal .form-title {
margin-bottom: 0;
width: 100%;
max-width: 100%;
height: 83px;
padding: 0 0 0 48px;
line-height: 83px;
background: #f94244;
color: #fff;
font-size: 1.5rem
}
@media(max-width: 726px){
.modal .form-title{
padding-left: 20px;
padding-right: 20px:
}
}
.modal .form-title::after {
display: none
}
.modal .form-text {
margin-bottom: 20px
}
.modal .form .btn {
margin: 42px 60px 42px 55px
}
@media(max-width: 726px){
.modal .form .btn{
margin-left: 20px;
}
}
.modal .form .btnUniv--js {
margin-left: 0
}
.universities-js {
position: absolute !important;
visibility: hidden !important;
opacity: 0 !important;
width: 1px !important;
height: 1px !important;
margin: 0 !important;
border: none !important;
padding: 0 !important
}
.form-study__text {
margin-top: 26px;
margin-bottom: 33px;
display: none
}
.form-study__text a {
color: #26242d;
font-family: Montserrat-ExtraBold;
text-decoration: none;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.form-study__text a:hover {
color: #f94244
}
.modal--thanks {
min-height: 10rem;
font-size: 24px;
text-align: center;
background: url(//ist-travel.waw.pl/wp-content/themes/ms_studentpol/assets/img/section-form/02.jpg) 100%/cover no-repeat;
font-family: Montserrat-ExtraBold
}
.modal--thanks .red {
color: #f94244
}
.modal--thanks .close-modal {
width: 1em;
height: 1em
}
.modal--thanks .close-modal svg path {
stroke: #f94244
}
@media screen and (max-width: 1300px) {
.section-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.section-title::before {
position: relative;
top: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
margin-right: 20px;
margin-left: 0
}
}
@media (max-width: 991px) {
.header {
padding: 20px 0 0 0
}
.header-menu {
position: absolute;
right: -110%;
top: 0;
z-index: 999;
margin: 0;
margin-top: -20px;
min-width: 280px;
max-width: 30%;
background: #f9f9f9;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .25);
box-shadow: 0 0 30px rgba(0, 0, 0, .25);
-webkit-transition: right 1s linear;
-o-transition: right 1s linear;
transition: right 1s linear
}
.header-menu.active {
right: 0
}
.header-menu__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 58px;
height: 58px;
font-family: Montserrat-Bold;
display: block;
text-align: center;
text-transform: uppercase;
font-size: 1rem
}
.header-menu__ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.header-menu__ul li + li {
margin-left: 0
}
.header-menu__ul li {
z-index: 2;
padding: 0;
text-align: right
}
.header-menu__ul li:first-child {
padding-left: 0
}
.header-menu__ul li:last-child {
padding-right: 0;
border-bottom: none
}
.header-menu__ul li a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff;
padding: 13px 16px;
border-bottom: 1px solid #ededed;
text-align: center
}
.header-menu__ul .current-menu-item a:after {
display: none
}
.header-social {
display: none
}
.burger {
display: block
}
.section-title {
margin: 0 0 25px 0
}
.section-ban .ban-slider__row {
height: 80vh;
min-height: 450px
}
.section-ban .ban-img {
display: none
}
.bgSvg--1 {
width: 450px;
height: 450px;
top: 25% !important
}
.bgSvg--2 {
width: 450px;
height: 450px;
right: -10% !important
}
.bgSvg--3 {
max-width: 300px;
width: 100%;
height: 300px;
top: 100px !important;
left: 50% !important;
right: auto !important
}
.main--parallax {
margin: 0
}
.services-col {
max-width: 50%;
padding-bottom: 15px
}
.services .bgSvg--3 {
width: 500px;
left: auto !important;
right: 10% !important;
bottom: 10% !important
}
.services-box__text {
height: auto
}
.section-form__box::after {
margin-top: -10px;
margin-right: -15px
}
.form-title {
max-width: 90%
}
.form-img {
display: none
}
.section-advantages .advantages-row {
margin: 0 -7px
}
.section-advantages .advantages-column {
padding: 7px
}
.section-advantages .advantages-column__info {
padding: 0 15px
}
.section-info {
padding-bottom: 220px
}
.section-info .container {
position: relative
}
.info-block {
top: 100%;
bottom: auto;
margin-top: -25%
}
.contact-info ul {
padding: 0 0 0 50px
}
.main-contact .section-contact {
padding-top: 110px
}
.main-contact .contact-info {
margin-bottom: 30px
}
.main-contact .contact-info, .main-contact .section-form__box {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%
}
.main-contact .contact-map {
margin: 80px -15px 0
}
.main-contact .contact-map:before {
display: none
}
.error-box__title {
font-size: 1.4rem
}
.footer-contact {
max-width: 40%
}
}
@media (max-width: 991px) and (max-width: 991px) {
.header-menu {
-webkit-transition: right .7s linear;
-o-transition: right .7s linear;
transition: right .7s linear
}
}
@media (max-width: 991px) and (max-width: 526px) {
.header-menu {
-webkit-transition: right .5s linear;
-o-transition: right .5s linear;
transition: right .5s linear
}
}
@media (max-width: 726px) {
.services-col {
max-width: 100%
}
.services-col:last-child {
padding-bottom: 0
}
.services-block__text {
padding: 0 35px 35px 35px
}
.services .bgSvg--3 {
bottom: -10% !important;
left: auto !important;
right: -15% !important;
width: 250px;
height: 250px
}
.services-box {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.services-box__img {
max-width: 100%
}
.services-box__title {
padding: 20px
}
.services-box__text {
margin: 20px
}
.services-box .btn-stroke__red {
margin: auto 0 0 20px
}
.form-title {
padding-left: 20px;
max-width: 100%
}
.form-col {
padding: 0 30px 0 20px
}
.section-advantages .advantages-column {
max-width: 100%
}
.section-advantages .advantages-column__img {
padding: 5rem 0
}
.section-advantages .bgSvg--3 {
top: 0 !important;
right: 0 !important;
left: auto !important
}
.info-box {
margin-right: 0;
padding: 10rem 0
}
.info-block {
max-width: calc(100% - 40px)
}
.main-contact .contact-info {
padding: 35px 0 0 0
}
.footer-contact {
max-width: 100%;
margin: 0 0 32px 0
}
.footer-info {
max-width: 100%;
text-align: left;
margin-bottom: 24px
}
.footer .footer-dev {
text-align: left
}
}
@media (max-width: 526px) {
body, html {
font-size: 14px
}
.container--sidebar {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.h1 {
font-size: 1.72rem
}
.btn {
max-width: 160px;
height: 50px;
line-height: 50px
}
.header-logo {
max-width: 85px
}
.header-menu {
margin-right: 0;
min-width: 100%
}
.burger {
width: 31px;
height: 31px
}
.section-title::before {
width: 40px
}
.section-ban .ban-info__title {
margin-bottom: 10px
}
.section-ban .ban-info .btn {
margin-top: 20px
}
.bgSvg--1 {
width: 320px;
height: 320px;
left: -30% !important;
left-right: auto !important
}
.bgSvg--2 {
width: 270px;
height: 270px
}
.bgSvg--3 {
width: 210px;
height: 210px;
left: 20% !important
}
.services-block {
margin: 30px 0 0 0
}
.services-block__title {
margin-bottom: 20px
}
.services-block__list li {
margin-bottom: 12px
}
.services-box__img {
padding: 4.7rem 0
}
.form-title::before {
width: 8px
}
.section-info {
padding: 0 0 250px 0
}
.info-block {
padding: 20px
}
.contact-container {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse
}
.contact-info {
padding: 0;
background-image: none !important
}
.contact-info ul {
padding: 0 0 40px 15px
}
.contact-info ul li {
margin-bottom: 20px
}
.contact-info ul li:last-child {
margin-bottom: 0
}
.main-contact .section-form__box::after {
margin-bottom: -15px
}
.error-box__subTitle {
margin-bottom: 15px
}
.error-box .btn {
line-height: 44px
}
.modal--thanks {
font-size: 18px
}
}
@media(min-width: 1600px ){
.section-ban .ban-slider__row{
height: auto;
}
}
@media (prefers-reduced-motion: reduce) {
* {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
-webkit-transition-duration: 0s !important;
-o-transition-duration: 0s !important;
transition-duration: 0s !important;
scroll-behavior: auto !important
}
}.header-menu__ul li.current-menu-item a {
color: #f94244;
}
.footer-contact__map {
color: #fff;
text-decoration: none;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear;
}
.footer-contact__map:hover {
color: #fff;
text-decoration: none;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear;
}
.wpcf7-form-control-wrap {
width: 100%;
}
.form_wrapper_code {
display: none;
}
.form_wrapper_code_active {
display: block;
}
.modal .modal-content .form {
min-height: auto;
}
.wpcf7-radio label {
display: block;
margin: 0 0 10px;
font-size: 16px;
cursor: pointer;
line-height: 17px
}
.wpcf7-radio label:last-child {
margin: 0 0 10px
}
.wpcf7-radio label input {
display: none
}
.wpcf7-radio label input+span {
position: relative;
display: block;
padding-left: 15px;
height: 19px;
line-height: 19px
}
.wpcf7-radio label input+span:not(:empty) {
padding-left: 30px
}
.wpcf7-radio label input+span:after,label input+span:before {
content: '';
position: absolute;
left: 0;
top: 0;
display: block;
width: 19px;
height: 19px;
border-radius: 50%
}
.wpcf7-radio label input+span:before {
border: .5px solid #26242d
}
.wpcf7-radio label input+span:after {
background: #fff;
border: 1px solid #26242d;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9)
}
.wpcf7-radio label input:checked+span:before {
background: #fff
}
.wpcf7-radio label input:checked+span:after {
border: .5px solid #f94244;
background: #f94244;
-webkit-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7)
}
span.wpcf7-list-item {
width: 100%;
margin: 0;
}
.wpcf7-checkbox label  {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-top: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer
}
.wpcf7-checkbox label  input:checked+.checkbox {
border-color: #fff
}
.wpcf7-checkbox label  input:checked+.checkbox svg rect {
fill: #fff
}
.wpcf7-checkbox label  input:checked+.checkbox svg path {
fill: #f94244
}
.wpcf7-checkbox label  .checkbox {
position: relative;
float: left;
margin-right: 11px;
width: 19px;
height: 19px
}
.wpcf7-checkbox label  .checkbox svg path {
fill: none
}
.wpcf7-checkbox label >span {
pointer-events: none;
font-family: Montserrat-Medium;
vertical-align: middle;
-webkit-transition: .3s color linear;
-o-transition: .3s color linear;
transition: .3s color linear
}
.wpcf7-checkbox label:hover>span {
color: #f94244
}
.acceptance-389  , .modal_final {
display: none;
}
.slick-arrow__right svg {
transform: rotate(
180deg
);
}
.contact-info ul li {
text-decoration: none;
font-family: Montserrat-ExtraBold;
color: #26242d
}
.contact-info ul li:hover {
text-decoration: none;
font-family: Montserrat-ExtraBold;
color: #26242d;
cursor: auto;
}
.acceptance input {
display: none;
}
.pd_top {
margin-top: 32px;
}
.modal_final .close-modal svg {
display: inline-block;
max-width: 25px;
}
.wpcf7-response-output {
display: none!important;
}
.modal-content {
width: 100%;
}
.services-box__title .title-price {
font-size: 20px;
font-family: Montserrat-Medium;
display: inline-flex;
align-items: flex-end;
float: right;
}
@media screen and (max-width: 992px) {
.services-box__title .title-price {
float: none;
width: 100%;
}
}
}