@font-face {
    font-family: 'PT Sans';
    src: url('../font/PTSans-Regular.eot');
    src: url('../font/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/PTSans-Regular.woff2') format('woff2'),
        url('../font/PTSans-Regular.woff') format('woff'),
        url('../font/PTSans-Regular.ttf') format('truetype'),
        url('../font/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../font/PTSans-Bold.eot');
    src: url('../font/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/PTSans-Bold.woff2') format('woff2'),
        url('../font/PTSans-Bold.woff') format('woff'),
        url('../font/PTSans-Bold.ttf') format('truetype'),
        url('../font/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HeliosCondC';
    src: url('../font/HeliosCondC-Bold.eot');
    src: url('../font/HeliosCondC-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/HeliosCondC-Bold.woff2') format('woff2'),
        url('../font/HeliosCondC-Bold.woff') format('woff'),
        url('../font/HeliosCondC-Bold.ttf') format('truetype'),
        url('../font/HeliosCondC-Bold.svg#HeliosCondC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
	}

body {
    line-height: 21px;
    font-family: 'PT Sans', sans-serif;
    color: #313131;
    font-size: 14px;
    min-width: 290px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    overflow-x: hidden;
}

.editoradmin {
	font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #313131;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

input,
button,
textarea,
select {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

mark {
    background: #ff0;
    color: #000;
}

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0px solid #c0c0c0;
    margin: 0px;
    padding: 0px;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html.overyhid {
    overflow-x: hidden;
}

embed,
object,
iframe {
    width: 100%;
}

a {
    text-decoration: underline;
    border: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #71858d;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #ffcc00;
    border-radius: 4.5px;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #505050;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 15px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
}

ul li {
    list-style: none;
}

ol li {
    list-style: none;
    padding: 4px 0px;
}
.container {
    width: 1582px;
    margin: 0px auto;
    padding: 0px 15px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.general-banner {
    height: 100vh;
    z-index: 100;
}
.general-banner .absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner_block.ahover div#cursor {
    width: 164px;
    height: 164px;
}
.general-banner__content .images__clean > img {
    -webkit-mask-image: url(../images/xray-mask.svg);
    mask-image: url(../images/xray-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 0px;
    mask-size: 0px;
    /* opacity: 0; */
    will-change: -webkit-mask-position;
}
.general-banner__content .images__clean .banner-logo{
    -webkit-mask-image: url(../images/xray-mask.svg);
    mask-image: url(../images/xray-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 0px;
    mask-size: 0px;
    will-change: -webkit-mask-position;
}
.animate .general-banner__content .images__clean > img {
    animation: closemaskPositionDesk 1s 1;
}
.animate .general-banner__content .images__clean  .banner-logo{
    animation: closemaskPositionDesk 1s 1;
}
#cursor.xRayCursor ~ .general-banner  .general-banner__content .images__clean > img {
    opacity: 1;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px) calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
    mask-size: 662px;
    -webkit-mask-size: 662px;
    animation: maskPositionDesk 1s 1;
}

#cursor.xRayCursor ~ .general-banner  .general-banner__content .images__clean .banner-logo{
    opacity: 1;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px) calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
    mask-size: 662px;
    -webkit-mask-size: 662px;
    animation: maskPositionDesk 1s 1;
}
.banner_block.ahover #cursor.xRayCursor ~ .general-banner  .general-banner__content .images__clean .banner-logo{
    opacity: 1;
    -webkit-mask-position: calc(var(--cursorLeft) - 66px) calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
    mask-size: 132px;
    -webkit-mask-size: 132px;
    animation: maskPositionDesk 1s 1;
}
.general-banner .absolute > img {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.general-banner__content .images__clean {
    z-index: 2;
}

#cursor > svg {
    stroke-width: 6;
    stroke: #fff;
    transition: stroke-width 0.3s,fill 0.1.3s,transform .3s;
    transform: scale(0);
}
#cursor i, #cursor b {
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    width: 0px;
    height: 0px;
    border-radius: 100%;
    border: 5px solid #fff;
    transition: left 0.3s,top 0.3s,width 0.3s,height 0.3s,border-width 0.3s,background 0.3s;
    box-sizing: border-box;
    display: none;
}
#cursor.xRayCursor > svg {
    stroke-width: 0;
    transform: scale(1.689);
}
#cursor.xRayCursor i {
    left: 0px;
    top: 0px;
    width: 490px;
    height: 490px;
    border-width: 0;
    display: block;
}

#cursor.xRayCursor {
    fill: #fff;
    z-index: 99;
    width: 662px;
    height:662px;
}
#cursor.xRayCursor > svg circle {
    r: 145;
}
#cursor > svg circle {
    r: 3;
    transition: r 0.3s;
}
#cursor {
    position: absolute;
    z-index: 103;
    will-change: left,top;
    top: -300px;
    left: -300px;
    transform: translateX(-50%) translateY(-50%);
    mix-blend-mode: difference;
    pointer-events: none;
    width: 662px;
    height: 662px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.3s,height 0.3s,background 0.3s;
    display: none;
}

@keyframes maskPositionDesk {
  from {
    mask-size: 132px;
    -webkit-mask-size:132px;
    -webkit-mask-position: calc(var(--cursorLeft) - 66px)
      calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
  }
  to {
	  mask-size: 662px;
    -webkit-mask-size: 662px;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px)
      calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
  }
}
@keyframes 5closemaskPositionDesk {
  
  from {
	  mask-size: 662px;
    -webkit-mask-size: 662px;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px)
      calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
  }
  to {
     mask-size: 132px;
    -webkit-mask-size:132px;
    -webkit-mask-position: calc(var(--cursorLeft) - 66px)
      calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
  }
}

.logo img {
    height: 163px !important;
    width: auto !important;
    position: relative;
}

.banner-logo .txt {
    color: white;
    font-size: 120px;
    font-weight: 300;
    line-height: 160px;
    text-transform: uppercase;
    position: relative;
}
#cursor.xRayCursor ~ .general-banner .general-banner__content .images__clean .banner-logo{
    -webkit-mask-position: calc(var(--cursorLeft) - 331px) calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
    animation: maskPositionDesktxt 1s 1;
 }
 body.nocursor .general-banner .general-banner__content .images__clean .banner-logo{
     -webkit-mask-position: calc(var(--cursorLeft) - 66px) calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
     animation: closemaskPositionDesktxt 1s 1;
     -webkit-mask-size: 132px;
     mask-size: 132px;
     opacity: 0;
 }
.banner_block.ahover #cursor.xRayCursor ~ .general-banner .general-banner__content .images__clean .banner-logo{
    -webkit-mask-position: calc(var(--cursorLeft) - 66px) calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
    animation: maskPositionDesktxthover 1s 1;
 }

	@keyframes closemaskPositionDesktxt {
 from {
	  mask-size: 662px;
    -webkit-mask-size: 662px;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px)
      calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
  }
  to {
    mask-size: 132px;
    -webkit-mask-size:132px;
    -webkit-mask-position: calc(var(--cursorLeft) - 66px)
      calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
  }
 
}
@keyframes maskPositionDesktxthover {
	 from {
	  mask-size: 662px;
    -webkit-mask-size: 662px;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px)
      calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
  }
  to {
 	  mask-size: 132px;
    -webkit-mask-size: 132px;
    -webkit-mask-position: calc(var(--cursorLeft) - 66px)
      calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
  }
 
}
@keyframes maskPositionDesktxt {
  from {
    mask-size: 132px;
    -webkit-mask-size:132px;
    -webkit-mask-position: calc(var(--cursorLeft) - 66px)
      calc(var(--cursorTop) - (66px + var(--generalBannerTop)));
  }
  to {
	  mask-size: 662px;
    -webkit-mask-size: 662px;
    -webkit-mask-position: calc(var(--cursorLeft) - 331px)
      calc(var(--cursorTop) - (331px + var(--generalBannerTop)));
  }
}



.banner-text {
    left: 0px;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    /* z-index: 0; */
}

.banner-img img {
    /* min-height: 100vh; */
    min-height: 100vh;
    /* min-width: 100%; */
}



.banner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.banner_block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
 }

div#bordercursor {
    position: absolute;
    z-index: 103;
    will-change: left,top;
    /* top: -300px; */
    left: -300px;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.3s,height 0.3s,background 0.3s;
    border: 15px solid #ffcc00;
    display: none;
}

 #bordercursor{
    animation: closemaskbordercursor 1s 1;
 }
 
#bordercursor.xRayCursor{
    animation: maskbordercursor 1s 1;
    width: 662px;
    height: 662px;
    display: block;
 }
.banner_block.ahover #bordercursor.xRayCursor{
    animation: maskbordercursorhover 1s 1;
    width: 130px;
    height: 130px;
 }

.banner_block.shover #bordercursor.xRayCursor{
    animation: maskbordercursorhover 1s 1;
    width: 130px;
    height: 130px;
    /* opacity: 0; */
 }

	@keyframes closemaskbordercursor {
	 from {
 width:662px;
    height: 662px;
  }
  to {
 width:130px;
    height: 130px;   
  }
 
}
@keyframes maskbordercursorhover {
	 from {
 width:662px;
    height: 662px;
  }
  to {
 	     width:130px;
    height: 130px;
  }
 
}
@keyframes maskbordercursor {
  from {
 width:130px;
    height: 130px;
  }
  to {
 width:662px;
    height: 662px;
  }
}


.banner_block.shover .images__item.images__clean.absolute .banner-img:after {
    content: '';
}

.slogon {
    color: white;
    font-family: HeliosCondC;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 150px;
    padding-top: 60px;
}

.slogonafter {
    color: white;
    font-family: HeliosCondC;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 90px;
    margin-bottom: 30px;
}


.images__clean .slogon {
    color: #000;
}

.images__clean  .slogonafter {
    color: #000;
}

.slogontext {
    color: white;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 35px;
    max-width: 565px;
}

.slogondetail a {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    height: 132px;
    width: 132px;
    background-color: #fc0;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 132px;
    border-radius: 50%;
    margin-left: 18px;
}

.images__clean  .slogondetail a {
    color: #fff;
}

body.nocursor div#bordercursor {
    display: block;
    width: 132px;
    height: 132px;
    opacity: 0;
}
.head {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 2;
    height: 104px;
}
a.head_logo {
    background: url(../images/logo.png);
    width: 221px;
    height: 54px;
    display: block;
    position: relative;
    z-index: 0;
}
.images__clean a.head_logo {
    background: url(../images/logow.png) !important;
    /* background: #fff !important; */
    z-index: 5;
    position: relative;
    display: block;
}
section.panel {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.head_left {
    float: left;
    margin-top: 25px;
}
.head_menu a {
    color: black;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 31px;
    display: block;
}

.head_right {
    float: right;
    height: 104px;
}

.head_right > div > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.head_menu a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(255 204 0 / 0%);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.head_menu a:hover:after,.head_menu li.active a:after {
    background: #ffcc00;
}

.images__clean .head_menu {}

.images__clean .head_menu a {
    color: #fff;
}

.head_right .head_menu {
    margin-top: 39px;
}

.usersd {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform-style: preserve-3d;
    perspective: 800px;
    z-index: 50;
}

.usersd img {
    transform-style: preserve-3d;
}

.head_contacts .phone a {
    color: black;
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.head_contacts .maile a {
    color: black;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.maile {
    text-align: right;
}

.phone {
    text-align: right;
}

.head_right > div {
    display: inline-block;
    vertical-align: top;
}

.head_contacts {
    margin-top: 33px;
    margin-left: 65px;
}

.images__clean .head_contacts a {
    color: #fff !important;
}
a.socinst {
    background: url(../images/inst.png) #f3f3f3 no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

a.socfb {
    background: url(../images/fb.png) #f3f3f3 no-repeat center center;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.head_social li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px !important;
}
.head_social {
    margin-top: 33px;
    margin-left: 50px;
}
.mod-languages li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: -7px;
}

.mod-languages a {
    width: 39px;
    height: 39px;
    position: relative;
    background-color: #f3f3f3;
    color: black;
    font-family: "PT Sans";
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
}

.head_lang {
    margin-top: 33px;
    margin-left: 50px;
}

.mod-languages li.lang-active a {
    background-color: #fc0;
}

.mod-languages li.lang-active {
    position: relative;
    z-index: 2;
}

.mod-languages li.lang-active a:after {
    content: "";
    height: 50px;
    width: 50px;
    position:absolute;
    top: -7px;
    left: -8px;
    right:0;
    bottom:0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(251deg,rgb(255 255 255 / 0%) 20%,#ffcc00);
    -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.slogondetail a:before {
    content: "";
    height: 146px;
    width: 146px;
    position:absolute;
    top: -10px;
    left: -10px;
    right:0;
    bottom:0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(247deg,rgb(255 255 255 / 0%) 20% ,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spinner 2s infinite linear;
}

.slogondetail a:after {
       content: "";
       height: 161px;
       width: 161px;
       position: absolute;
       top: -17px;
       left: -17px;
       right: 0;
       bottom: 0;
       border-radius: 50%;
       padding: 3px;
       background: linear-gradient(102deg,rgb(255 255 255 / 0%) 20% ,#ffcc00);
       -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
       -webkit-mask-composite: xor;
       mask-composite: exclude;
       animation: spinner 2s infinite linear;
}

a.socinst:hover {
    background: url(../images/instw.png) #ffcc00 no-repeat center center;
}

a.socfb:hover {
    background: url(../images/fbw.png) #ffcc00 no-repeat center center;
 }
.mod-languages li a:hover {
    background-color: #fc0;
}

.mod-languages li a:hover:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    top: -7px;
    left: -8px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(251deg,rgb(255 255 255 / 0%) 20%,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
section.panel.about {}

section.panel.about .content {
    display: flex;
    flex-wrap: nowrap;
    min-height: 100vh;
}

section.panel.about .content > div {
    width: 50%;
    position: relative;
}

.about_block {
    padding-left: 90px;
    box-sizing: border-box;
    min-height: 100vh;
    padding-top: 156px;
}

section.panel.about .mod-custom {
    width: 100%;
}

.about-text {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.block-name {
    color: black;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.about-img {
    padding-right: 10px;
    box-sizing: border-box;
    z-index: 2;
}

.about-img img {
    max-height: 100%;
}

.about_block:after {content: '';display: block;width: 1048px;height: 801px;background: url(../images/about_user.png);position: absolute;left: 0px;bottom: 0px;margin-left: -235px;}
.about_block > div {
    width: 700px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.about-img > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-img:after {
    content: '';
    width: 116px;
    height: 335px;
    background: url(../images/tline.png) no-repeat center center;
    position: absolute;
    top: 0px;
    right: -92px;
}
.advantage-data-name {
    color: black;
    font-family: HeliosCondC;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 15px;
}

.advantage-item {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 300px;
    height: 190px;
    background-color: white;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    margin: 0px 10px;
}

.advantage-item:first-child {
    margin-left: 0px !important;
}

.advantage-item:last-child {
    margin-right: 0px !important;
}
.travel_name a {
    line-height: 32px;
}

.travel_name {
    margin-top: 25px;
    margin-bottom: 25px;
}
.panel.advantage {
    background: url(../images/advantages.png) no-repeat center top;
    background-size: cover;
    margin-top: -160px;
    position: relative;
    z-index: 3;
    padding-bottom: 108px;
}

.advantage .block-name {
    color: white;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    padding-top: 250px;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.advantage-list {
    padding-top: 485px;
}
.advantage-list:after {
    content: '';
    display: block;
    clear: both;
}
.panel.travel {
    padding-bottom: 100px;
}

.panel.travel .block-name {
    padding-top: 100px;
    text-align: center;
}

.travel_name a {
    color: black;
    font-family: HeliosCondC;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.travel_name {
    text-align: center;
}

.travel_prop {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}

.travel_prop > div {
    display: inline-block;
    vertical-align: top;
    min-width: 225px;
}

.travel_prop > div:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 33px;
    vertical-align: top;
    position: relative;
    top: -6px;
    margin-right: 15px;
}

.mod-articleslatest > div {
    display: inline-block;
    vertical-align: top;
    width: 780px;
    float: left;
    margin: 0px 10px;
}

.mod-articleslatest:after {
    content: '';
    display: block;
    clear: both;
}

.travel_img img {
    display: block;
    transition: transform .2s;
    width: 100%;
}

.travel_text {
    margin-bottom: 10px;
    margin-top: 10px;
}

.mod-articleslatest {
    margin-left: -10px;
    margin-right: -10px;
	}
.travel_days:before {
    background: url(../images/days.png) no-repeat center center;
}


.travel_datas:before {
    background: url(../images/calendar.png) no-repeat center center;
}

.travel_city:before {
    background: url(../images/maps.png) no-repeat center center;
}
.travel_img:hover img {
    transform: scale(1.2);
}

.travel_img {
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.panel.sertificat {
    background: url(../images/sertificat.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    min-height: 969px;
}
.formname {
    color: black;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.rsform-block.rsform-block-callform-text {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px;
}

.formBody {
    float: none !important;
    position: relative;
}

.formBody input {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
    border: 0px;
    border-bottom: 2px solid #fc0;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
}

.rsform.giftform .formResponsive input[type="text"],
.rsform.giftform .formResponsive input[type="tel"] {
    border: 0px !important;
    border-bottom: 2px solid #fc0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    width: 100% !important;
    padding: 0 0 10px 35px !important;
    line-height: 30px !important;
    font-size: 16px !important;
    background: transparent !important;
}

.formBody button {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 30px;
    font-weight: 700;
    line-height: 144px;
    text-transform: uppercase;
    position: relative;
    border: 0px;
    padding-right: 40px;
    z-index: 10;
    background: transparent !important;
    display: block;
	overflow:visible;
    margin-top: 50px;
}

.formBody button:after {
    content: '';
    display: block;
    width: 38px;
    height: 22px;
    background: url(../images/detail.png) no-repeat center center;
    position: absolute;
    right: -16px;
    top: 60px;
    z-index: -1;
}

.formBody button:before {
    content: '';
    display: block;
    width: 144px;
    height: 144px;
    background: url(../images/details_min.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.rsform.giftform {
    width: 782px;
    height: 911px;
    background-color: white;
  	-webkit-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  -moz-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
    position: absolute;
    right: 0px;
    bottom: -45px;
    padding: 55px 80px 40px 80px;
    box-sizing: border-box;
}

.panel.sertificat .container {
    position: relative;
    min-height: 969px;
}

.rsform-block {
    margin-bottom: 20px;
}


.formControls {}

.rsform-block.rsform-block-callform-phone .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_phone.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.rsform-block.rsform-block-callform-name .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_name.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.rsform-block.rsform-block-callform-gift .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_gift.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* Gift form home - field icons */
.rsform-block.rsform-block-giftform-name .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_name.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.rsform-block.rsform-block-giftform-phone .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_phone.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.rsform-block.rsform-block-giftform-email .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_email.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.rsform.giftform h2 {
    color: black;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.rsform.giftform .formText {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}

p.formRed {
    display: none;
}

span.formValidation {
    display: none !important;
}
input.rsform-error {
    border-bottom: 2px solid #f00;
}
.panel.sertificat .moduletable.giftform:after {content: '';width: 307px;height: 105px;background: url(../images/form_name_line.png) no-repeat center center;display: block;position: absolute;right: 0px;top: 196px;}

.rsform.giftform:after {
    content: '';
    display: block;
    background: url(../images/form_bottom.png) no-repeat center center;
    width: 39px;
    height: 297px;
    position: absolute;
    left: -18px;
	bottom: 80px;
}
.travel_all {
    margin-top: 40px;
}
.panel.adventure {
    padding-top: 85px;
    padding-bottom: 85px;
    box-sizing: border-box;
}

.panel.adventure .block-name {
    text-align: center;
}
.mod-adventurelatest > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33.3333%;
    position: relative;
}
.travel_all a {
    width: 109px;
    height: 109px;
    display: block;
    margin: 0px auto;
    color: black;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 100;
    position: relative;
    line-height: 103px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.adventure_img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.adventure_img:hover img {
    transform: scale(1.2);
}
.adventure_img img {
    display: block;
    transition: transform .2s;
}

.adventure_text {
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 2;
    width: 100%;
    padding: 0px 70px;
    box-sizing: border-box;
    padding-top: 150px;
}

.mod-adventurelatest > div:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.63);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mod-adventurelatest > div:hover:after {
    opacity: 1;
}
.mod-adventurelatest > div:hover .adventure_text {
    opacity: 1;
}

.adventure_name {
    color: #fc0;
    font-family: HeliosCondC;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 35px;
}

.adventure_desc {
    color: white;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 52px;
}

.adventure_detaul a {
    color: white;
    font-family: HeliosCondC;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.adventure_detaul a:after {
    content: '';
    height: 2px;
    background-color: #fc0;
    display: block;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.adventure_detaul a:hover:after {
    width: 0px;
}
.adventure_data {
    color: white;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.hidemenu .head {
    position: absolute;
    top: -200px;
    background: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 50;
}

.fixedmenu .head {
    position: fixed;
    top: 0px;
    background: #fff;
}
.mod-adventurelatest:after {
    content: '';
    display: block;
    clear: both;
}
.review_name {
    color: black;
    font-family: HeliosCondC;
    font-size: 36px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    position: relative;
}

.review_text {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    height: 380px;
}

.addreview a {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 30px;
    font-weight: 700;
    line-height: 144px;
    text-transform: uppercase;
    position: relative;
    border: 0px;
    padding-right: 40px;
    z-index: 10;
    background: transparent !important;
    display: inline-block;
    text-decoration: none;
}

.addreview a:after {
    content: '';
    display: block;
    width: 38px;
    height: 22px;
    background: url(../images/detail.png) no-repeat center center;
    position: absolute;
    right: -16px;
    top: 60px;
    z-index: -1;
}

.addreview a:before {
    content: '';
    display: block;
    width: 144px;
    height: 144px;
    background: url(../images/details_min.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.review_item > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
    position: relative;
    padding-top: 17px;
}

.review_item:after {
    content: '';
    display: block;
    clear: both;
}

.review_img > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.review_img img {

    margin-left: -10px;
}
.review_img img {
    width: auto;
    height: 100%;
}
.review_data > div {
    box-sizing: border-box;
    padding-left: 100px;
    width: 805px;
    height: 958px;
    background-color: white;
 	-webkit-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  -moz-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
    padding-right: 90px;
}

.review_img:after {
    content: '';
    display: block;
    clear: both;
	}
.review_data .block-name {
    padding-top: 100px;
}
.review_data .block-name:after {
    content: '';
    display: block;
    width: 116px;
    height: 15px;
    background: url(../images/liney.png) no-repeat center center;
    position: relative;
    top: 35px;
}
.review_img:before {
    content: '';
    display: block;
    width: 800px;
    height: 17px;
    background: #ffcc00;
    position: absolute;
    top: 0px;
    right: -25px;
}
.review_data {
    margin-left: -17px;
}

.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;
    width: 100%;
    padding: 0;
}
.slick-list:focus
{
	
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
	
    display: block;
}
.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;
}

.review_sl > div > div{
    width: 810px;
    float: right;
    position: relative;
}

.review_sl > div .slick-arrow {
    border: 0px;
    text-indent: -9999px;
    position: absolute;
    top: -500px;
    width: 70px;
    height: 70px;
    background-color: white;
	-webkit-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  -moz-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
    border-radius: 50%;
}

.review_sl > div button.slick-next.slick-arrow {
    right: -32px;
    background: url(../images/slrh.png) no-repeat center center #fff;
}


.review_sl > div button.slick-prev.slick-arrow {
    left: -22px;
    background: url(../images/sllh.png) no-repeat center center #fff;
}

.review_sl {
    position: absolute;
    bottom: 46px;
    width: 100%;
}
.review_sl > div button.slick-prev.slick-arrow:hover {
    background: url(../images/sll.png) no-repeat center center #fff;
}

.review_sl > div button.slick-next.slick-arrow:hover {
    background: url(../images/slr.png) no-repeat center center #fff;
}
.review_name:before {
    content: '';
    display: block;
    width: 34px;
    height: 35px;
    background: url(../images/dotsb.png) no-repeat center center;
    position: absolute;
    top: 28px;
    left: -101px;
}

.footer {
    background: url(../images/footer.png) no-repeat center top;
    background-size: cover;
    height: 874px;
    margin-top: -125px;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
    padding-top: 200px;
}

.footer_top > div {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.footer_top:after {
    content: '';
    display: block;
    clear: both;
}

.footer_contacts {
    padding-top: 154px;
}

.footer_form {
    padding-top: 154px;
}

/* Footer RSForm styles */
.rsform.footerform {
    width: 100%;
}

.rsform.footerform .formname {
    color: white;
    font-family: HeliosCondC, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.rsform.footerform .footer-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.rsform.footerform .footer-form-row .rsform-block {
    flex: 1;
}

.rsform.footerform input[type="text"],
.rsform.footerform input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    background: #fff;
}

.rsform.footerform input::placeholder,
.rsform.footerform textarea::placeholder {
    color: #999;
}

.rsform.footerform textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px;
    background: #fff;
}

.rsform.footerform .rsform-block-footer-message {
    margin-bottom: 20px;
}

.rsform.footerform .rsform-block-footer-send {
    text-align: right;
}

.rsform.footerform button {
    background: transparent;
    border: none;
    color: white;
    font-family: HeliosCondC, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
}

.rsform.footerform button:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fc0;
    position: absolute;
    bottom: 0;
    left: 0;
}

a.flogo {
    background: url(../images/flogow.png);
    width: 254px;
    height: 62px;
    display: block;
    position: relative;
}

.footer_menu > ul a {
    color: white;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.footer_menu > ul a:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #ffcc00;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 7px;
    left: 0px;
}

.footer_menu > ul a:hover:after {
    width: 100%;
}

.footer_logo {
    margin-bottom: 80px;
}

.fcopy {
    color: #979797;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

.developres {
    color: #979797;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

.developres a {
    text-decoration: none;
    color: #979797;
}

.developres a:hover {
    color: #fff;
}

.footer_bottom > div {
    display: inline-block;
    vertical-align: top;
    margin-top: 31px;
}

.developres {
    float: right;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    height: 110px;
}

.footer_top {
    height: 562px;
}

.fmod_name {
    color: white;
    font-family: HeliosCondC;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_phone a {
    color: white;
    font-family: "PT Sans";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 60px;
}

.footer_email a {
    color: #fc0;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.footer_worktime {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
}

.footer_worktime span {
    color: #979797;
}

.footer_workday {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
}

.footer_contacts .social_block li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.footer_contacts .social_block {
    margin-top: 35px;
}

.footer_email {
    margin-bottom: 25px;
}

.footer_menu {
    width: 388px;
}

.footer_contacts {
    width: 490px;
}


.moduletable.questform input,
.rsform.questform input {
    padding: 0px 20px;
    height: 55px;
    background-color: white;
    border: 1px solid white;
}


.moduletable.questform textarea,
.rsform.questform textarea {
    padding: 14px 20px;
    background-color: white;
    height: 118px;
    color: #71717a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    border: 1px solid white;
}

.moduletable.questform button:before,
.rsform.questform button:before {
    display: none;
}

.moduletable.questform button,
.rsform.questform button {
    color: white;
    font-family: HeliosCondC, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 15px;
    float: right;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.moduletable.questform button:after,
.rsform.questform button:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffcc00;
    left: 0px;
    top: initial;
    bottom: -7px;
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rsform-block.rsform-block-formquest-send {
    text-align: right;
}
.form_tbl > div {
    display: inline-block;
    vertical-align: top;
    width: 342px;
}

.rsform-block.rsform-block-formquest-name {
    margin-right: 15px;
}
.fixedmenu .images__item.images__clean.absolute .haad {
    display: none;
}

.form_tbl {
    margin-bottom: 5px;
}

.moduletable.questform .fmod_name,
.rsform.questform .fmod_name {
    margin-bottom: 40px;
}
.topbt span {
    width: 104px;
    height: 122px;
    background: url(../images/up_ua.png) no-repeat center center;
    display: block;
    position: absolute;
    right: -105px;
    bottom: 30px;
    cursor: pointer;
    z-index: 20;
}
.topbt.container {
    position: fixed;
    bottom: 0px;
}
.topbt.container.collaped {
    position: absolute;
}

.topbt.container.collaped span {
    position: absolute;
    bottom: 600px;
}
.moduletable.questform input.rsform-error,
.rsform.questform input.rsform-error {
    border: 1px solid red !important;
}

.moduletable.questform textarea.rsform-error,
.rsform.questform textarea.rsform-error {
    border: 1px solid red !important;
}

.moduletable.questform button:hover:after,
.rsform.questform button:hover:after {
    width: 0px;
}
.addreview a:before ,.rsform.popform button:before,.rsform-block.rsform-block-callform-send button:before{
    animation: spinner 2s infinite linear;
}

@keyframes spinner {
    0%{ transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slogondetail {
    margin-top: 60px;
}
.popwind {
    display: none;
    background: #fff;
    padding: 20px 50px;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.popwind .moduletable.popform:after {
    display: none;
}
.rsform.popform input {padding: 0px 0px;}

.rsform.popform textarea {
    padding: 14px 0px;
    background-color: white;
    height: 118px;
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
    resize: none;
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #ffcc00;
}


.popwind .formname {
    font-size: 38px;
    text-align: center;
}

.popwind .formname:after {
    right: -264px;
    top: -3px;
    content: '';
    display: block;
    width: 116px;
    height: 15px;
    background: url(../images/liney.png) no-repeat center center;
    position: relative;
    top: 3px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.moduletable.popform:after {
    content: '';
    display: block;
    width: 17px;
    height: 300px;
    background: #ffcc00;
    position: absolute;
    left: -17px;
    bottom: 0px;
}

.rsfp_thankyou_popup_outer {
    background: #fff;
    padding: 20px 50px;
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 440px;
}

div#rsfp_thankyou_popup_inner {
    margin: 0px !important;
}

.rsfp_thankou_popup_close_btn {
    background: url(../images/close.png) no-repeat center center;
    position: absolute;
    cursor: pointer;
    top: -65px;
    right: 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

.rsfp_thankyou_popup_outer:after {
    content: '';
    display: block;
    width: 17px;
    height: 50%;
    background: #ffcc00;
    position: absolute;
    left: -17px;
    bottom: 0px;
}
.rsform-block.rsform-block-formreview-img label {
    background: #ffcc00;
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    padding: 19px 0px;
    cursor: pointer;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
}

.rsform-block.rsform-block-formreview-img input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
label.formControlLabel.added {
    font-weight: bold;
}
.rsform.popform button {
    margin: 0px auto;
    margin-top: 45px;
}
.rsform.popform textarea.rsform-text-box.rsform-error {
    border-bottom: 2px solid red;
}
span.button.b-close {
    background: url(../images/close.png) no-repeat center center;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 20;
    text-indent: -9999px;
}
.message {
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.contentpop {
    padding-bottom: 25px;
}
.article_page {
    padding-top: 104px;
    padding-bottom: 155px;
    position: relative;
    z-index: 15;
}

.page-header h1 {
    color: black;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-header h1 {
    border-top: 2px solid #ffcc00;
}

.articletext {
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 30px;
    color: #71717a;
    font-weight: 400;
}

.articletext p {
    margin-bottom: 15px;
}

.linktopage a {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 30px;
    font-weight: 700;
    line-height: 144px;
    text-transform: uppercase;
    position: relative;
    border: 0px;
    padding-right: 40px;
    z-index: 10;
    background: transparent !important;
    display: inline-block;
    text-decoration: none !important;
}

.linktopage a:after {
    content: '';
    display: block;
    width: 38px;
    height: 22px;
    background: url(../images/detail.png) no-repeat center center;
    position: absolute;
    right: -16px;
    top: 60px;
    z-index: -1;
}

.linktopage a:before {
    content: '';
    display: block;
    width: 144px;
    height: 144px;
    background: url(../images/details_min.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    animation: spinner 2s infinite linear;
}
.linktopage {
    text-align: center;
    margin-top: 50px;
}
.page-header {
    position: relative;
}

.page-header .container:before {
    content: '';
    display: block;
    width: 34px;
    height: 35px;
    background: url(../images/dotsb.png) no-repeat center center;
    position: absolute;
    bottom: 6px;
    left: 14px;
}

.article_page .articletext:after {
    content: '';
    display: block;
    width: 231px;
    height: 105px;
    background: url(../images/content_line.png) no-repeat center center;
    position: absolute;
    bottom: 13px;
    left: -1px;
 }
.article_page .container {
    position: relative;
}
.articletext ul li {
    position: relative;
    padding-left: 22px;
}

.articletext ol li {
    list-style-type: decimal;
    padding-left: 10px;
}

.articletext ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #ffcc00;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 12px;
}

.articletext ol {
    margin-left: 14px;
}
.left.item-image {
    float: right;
    padding-left: 35px;
}
.contacts_page_phone a {
    color: black;
    font-family: "PT Sans";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 60px;
}

.contacts_page_email a {
    color: #fc0;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
}

.contacts_page_worktime {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
}

.contacts_page_worktime span {
    font-weight: bold;
}

.contacts_page_workday {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
}

.articletext .moduletable.questform input {
    border-bottom: 2px solid #ffcc00;
}

.articletext .moduletable.questform textarea {
    border-bottom: 2px solid #ffcc00;
}

.articletext .moduletable.questform button {
    color: #000;
}
.articletext .moduletable.questform {
    float: right;
   	-webkit-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  -moz-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
    padding: 35px 40px;
    margin-left: 50px;
}

.articletext .moduletable.questform .fmod_name {
    color: #000;
}
body#contactspage .article_page .container:after {
    display: none;
}
.ig-main-scope-wrapper {
    padding-top: 104px;
    padding-bottom: 155px;
}
.article_page.contactspage {
    padding-bottom: 129px;
}
.travel_list_page {
    padding-top: 104px;
    position: relative;
    padding-bottom: 155px;
}
ul.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 9px;
}

ul.pagination {
    text-align: center;
}

ul.pagination li a {
    color: #000;
    background: #f3f3f3;
    width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    border-radius: 50%;
}

ul.pagination li > span {
    color: #000;
    background: #ffcc00;
    width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    border-radius: 50%;
}



ul.pagination li a:hover {
    background: #ffcc00;
}
.travel_header_img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.travel_header_img img {
    min-height: 100vh;
    min-width: 100%;
	 -webkit-animation: scaling 8s infinite alternate;
    -moz-animation: scaling 8s infinite alternate;
    -o-animation: scaling 8s infinite alternate;
    animation: scaling 8s infinite alternate;
	
   	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.travel_header {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.travel_header_data {
    position: absolute;
    top: 200px;
    width: 100%;
}

.travel_header_name h1 {
    color: black;
    font-family: HeliosCondC;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
}
.travel_header_name {
}
.travel_header_params {
    color: black;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 106px;
    margin-bottom: 55px;
}

.travel_header_params > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 65px;
    z-index: 2;
    margin-right: 45px;
}

.travel_header_price {
    color: black;
    font-family: "PT Sans";
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
}

.travel_header_daydata {
    font-size: 72px;
    line-height: 90px;
    color: black;
    font-family: HeliosCondC;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.travel_header_params > div:before {
    content: '';
    width: 120px;
    height: 106px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.travel_header_users:before {
    background: url(../images/tureusers.png) no-repeat center center;
}

.travel_header_time:before {
    background: url(../images/turetime.png) no-repeat center center;
}

.travel_header_params {
    margin-top: 50px;
	}
.like {
    color: black;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-right: 19px;
}

div#share > div {
    display: inline-block;
    vertical-align: top;
}


a.push.facebook {
    width: 38px;
    height: 38px;
    background: url(../images/fb.png) no-repeat center center #fc0;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    border-radius: 50%;
}
.header.colorset2 a.head_logo {
    background: url(../images/logow.png);
}

.header.colorset2 .head_menu a {
    color: #fff;
}

.header.colorset2 .head_contacts a {
    color: #fff;
}
.colorset2 .travel_header_name h1{
    color: #fff;
}

.colorset2 .travel_header_price {
    color: #fff;
}

.colorset2 .travel_header_params {
    color: #fff;
}

.colorset2 div#share .like {
    color: #fff;
}
.colorset2 .travel_header_daydata {
    color: #fff;
}

.colorset2 .travel_header_users:before {
    background: url(../images/tureusersw.png) no-repeat center center;
}

.colorset2 .travel_header_time:before {
    background: url(../images/turetimew.png) no-repeat center center;
}
.articleimg {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    box-sizing: border-box;
    z-index: 5;
}

.articlewith_img > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    position: relative;
}

.articlewith_img:after {
    content: '';
    display: block;
    clear: both;
}

.articleimg img {
    max-height: 100%;
    min-width: 100%;
}

.articlewith_img .articletext {
    padding-left: 90px;
    box-sizing: border-box;
    min-height: 100vh;
    position: relative;
    z-index: 4;
    padding-bottom: 50px;
}

.incontainer {width: 700px;box-sizing: border-box;position: relative;z-index: 2;padding-top: 20px;}

.articleimg:after {
    content: '';
    height: 335px;
    width: 20px;
    background: #ffcc00;
    position: absolute;
    right: -10px;
    top: 150px;
}
.articletext {
    position: relative;
}

.articletext {
    padding-bottom: 165px;
}
.articlewith_img  .articletext:after {
    display: none;
}
.travel_articletext_price {
    color: black;
    font-family: "PT Sans";
    font-weight: 700;
    line-height: 80px;
    position: relative;
    font-size: 36px;
}

.travel_articletext_price span {
    font-size: 48px;
    display: inline-block;
    margin-left: 15px;
}

.travel_articletext_price span:after {
    content: '';
    height: 10px;
    background-color: #fc0;
    display: block;
    position: relative;
    top: -4px;
}

.travel_articletext_price {
    margin-top: 40px;
}

.travel_page .articletext .block-name {
    margin-top: 150px;
}

.travel_page .articletext .block-name:after {
    content: '';
    display: block;
    width: 116px;
    height: 15px;
    background: url(../images/line.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 206px;
}

.travel_articletext_price:before {
    content: '';
    display: block;
    width: 43px;
    height: 43px;
    background: url(../images/abut_right.png) no-repeat center center;
    position: absolute;
    left: -115px;
    top: 26px;
    z-index: 0;
}
.seeinture {
    height: 100vh;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
    margin-top: -4px;
    overflow: hidden;
    width: 100%;
}

.seeinture_img_full img {
    min-height: 100vh;
    width: auto !important;
    max-width: 115%;
    min-width: 100%;
}

.seeinture_img_full {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
}

.seeinture .block-name {
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    padding-top: 75px;
}

.seeinture_img {
    height: 100%;
    position: relative;
}
.seeinture_trumb {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.seeinture_img_trumb {
    position: relative;
    z-index: 10;
}

.seeinture_img_full .slick-slide {
    position: absolute;
    left: 0px !important;
    top: 0px !important;
    display: none;
    width: 100% !important;
    height: 100vh !important;
}

.seeinture_img_full .slick-slide.slick-current {
    display: block;
}
.seeinture_img_full .slick-track {
    width: 100% !important;
}

.seeinture_img_full .slick-slide > div {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.seeinture_img_trumb .slick-slide {
    margin: 0px 20px;
    width: 275px;
    cursor: pointer;
    position: relative;
}

.seeinture_img_trumb .slick-list {
    padding: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.seeinture_img_trumb .slick-slide.slick-active.slick-center:before,.seeinture_img_trumb .slick-slide:hover:before {
    content: '';
    width: 8px;
    height: 80px;
    background: #ffcc00;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 2;
}
.seeinture_img_trumb .slick-slide.slick-active.slick-center:after,.seeinture_img_trumb .slick-slide:hover:after {
    content: '';
    width: 80px;
    height: 8px;
    background: #ffcc00;
    position: absolute;
    left: 0px;
    top: -8px;
    z-index: 2;
}


.seeinture_img_trumb .slick-slide.slick-active.slick-center > div:before,.seeinture_img_trumb .slick-slide:hover > div:before {
    content: '';
    width: 8px;
    height: 80px;
    background: #ffcc00;
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: 2;
}
.seeinture_img_trumb .slick-slide.slick-active.slick-center > div:after,.seeinture_img_trumb .slick-slide:hover > div:after {
    content: '';
    width: 80px;
    height: 8px;
    background: #ffcc00;
    position: absolute;
    right: 0px;
    bottom: -8px;
    z-index: 2;
}






.seeinture_img_trumb .slick-slide:before {
    content: '';
    width: 8px;
    height: 80px;
    background: rgb(255 255 255 / 0%);
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 2;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.seeinture_img_trumb .slick-slide:after{
    content: '';
    width: 80px;
    height: 8px;
    background: rgb(255 255 255 / 0%);
    position: absolute;
    left: 0px;
    top: -8px;
    z-index: 2;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.seeinture_img_trumb .slick-slide > div:before{
    content: '';
    width: 8px;
    height: 80px;
    background: rgb(255 255 255 / 0%);
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: 2;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.seeinture_img_trumb .slick-slide > div:after{
    content: '';
    width: 80px;
    height: 8px;
    background: rgb(255 255 255 / 0%);
    position: absolute;
    right: 0px;
    bottom: -8px;
    z-index: 2;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.programm_day {
    color: black;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 30px;
}

.programm_text {
    color: #71717a;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.programm_item {
    margin-bottom: 20px;
    position: relative;
}

.programm_item:before {
    content: '';
    display: block;
    width: 102px;
    height: 102px;
    background-color: #fc0;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 0;
}

.programm_item:after {
    content: '';
    display: block;
    width: 102px;
    height: 102px;
    background-color: #fc0;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 0;
}


.programm_block .block-name {
    text-align: center;
}

.programm_block {
    padding-top: 100px;
    margin-bottom: 70px;
}

.programm_item > div {
    background-color: white;
     border-collapse: separate;
	-webkit-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  -moz-box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
  box-shadow: 0 0 54px rgba(123, 123, 123, 0.32);
    margin-bottom: 20px;
    padding: 40px 50px 50px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.programm_btn > div {
    display: inline-block;
    vertical-align: top;
    margin: 0px 40px;
}

.programm_btn {
    text-align: center;
    margin-top: 70px;
}

.programm_btn a {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 30px;
    font-weight: 700;
    line-height: 144px;
    text-transform: uppercase;
    position: relative;
    border: 0px;
    padding-right: 40px;
    z-index: 10;
    background: transparent !important;
    display: inline-block;
    text-decoration: none;
}

.programm_btn a:before {
    content: '';
    display: block;
    width: 144px;
    height: 144px;
    background: url(../images/details_min.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.programm_btn a:after {
    content: '';
    display: block;
    width: 38px;
    height: 22px;
    background: url(../images/detail.png) no-repeat center center;
    position: absolute;
    right: -16px;
    top: 60px;
    z-index: -1;
}

.programm_btn a.giftlink:before {
    content: '';
    display: block;
    width: 136px;
    height: 151px;
    background: url(../images/gift.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: -18px;
    z-index: -1;
}
.header .head {
    z-index: 20;
}
.turepricelist_block_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.turepricelist_block_img img {
    min-width: 100%;
    min-height: 100%;
}

.turepricelist_block {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-top: 215px;
}

.turepricelist_block .container {
    position: relative;
    z-index: 12;
}

.tureprice_items {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 160px;
}
.tureprice_item {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background-color: white;
    padding: 20px 20px 20px 71px;
    position: relative;
}

.tureprice_items .block-name {
    color: white;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.tureprice_item {
    margin-bottom: 3px;
}

.tureprice_items:first-child {
    padding-right: 10px;
}

.tureprice_items:last-child {
    padding-left: 10px;
}

.turepricelist_block:before {
    content: '';
    background: url(../images/bigline.png) no-repeat center center;
    height: 161px;
    background-size: cover;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.tureprice_item:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/in.png) no-repeat center center;
    position: absolute;
    left: 20px;
    display: block;
    top: 25px;
}
.out .tureprice_item:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/out.png) no-repeat center center;
    position: absolute;
    left: 20px;
    display: block;
    top: 25px;
}
.faq_quest {
    color: black;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    padding: 18px 80px 18px 35px;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq_text {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding: 18px 30px 25px 110px;
    display: none;
}

.faq_text b {
    color: #000;
}

.faq_item {
    background-color: white;
    box-shadow: 0 0 32px rgba(123, 123, 123, 0.14);
    margin-bottom: 5px;
}
.faq_item.active .faq_text {
    display: block;
}

.turegallery_block .block-name {
    text-align: center;
}

.turegall_item {
    position: relative;
}

.turegall_img_text {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fc0;
    font-family: HeliosCondC;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    z-index: 5;
    height: 100%;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.turegall_img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.turegall_item {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33.3333%;
    position: relative;
}

.turegall_list:after {
    content: '';
    display: block;
    clear: both;
}
.faq_text:before {
    content: '';
    width: 49px;
    height: 37px;
    background: url(../images/answer.png) no-repeat center center;
    position: absolute;
    left: 34px;
    top: 29px;
}

.faq_quest:after {
    content: '';
    width: 34px;
    height: 30px;
    background: url(../images/plus.png) no-repeat center center;
    display: block;
    position: absolute;
    right: 30px;
    top: 21px;
}

.faq_block {
    padding-top: 80px;
    margin-bottom: 80px;
}

.faq_block .block-name {
    text-align: center;
}
.faq_quest:hover,.faq_item.active .faq_quest {
    background: #ffcc00;
}
.turegall_item > div:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.63);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.turegall_item > div:hover:after {
    opacity: 1;
}

.turegall_item > div:hover .turegall_img_text {
    opacity: 1;
    visibility: visible;
}

.turegall_item > div {
    position: relative;
}
.turegall_img_text a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    padding: 0px 70px;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
}

.turegall_img_text a {
    color: #fc0;
}


.turegallery_block {
    padding-bottom: 180px;
    margin-top: 80px;
}
.turegall_item:last-child:before {
    content: '';
    display: block;
    width: 100%;
    height: 88px;
    background: black;
    display: block;
    position: absolute;
    bottom: -88px;
}

.turegall_item:last-child:after {
    content: '';
    display: block;
    width: 116px;
    height: 15px;
    background: url(../images/liney.png) no-repeat center center;
    position: absolute;
    bottom: -54px;
    left: -59px;
}

.moduletable.popform.giftformpop input {
    padding-left: 35px;
}

.moduletable.popform.giftformpop .rsform-block.rsform-block-callform-text {
    display: none;
}
.rsform-block.rsform-block-giftformnamepage {
    display: none;
}
.rsform-block.rsform-block-formgetture-namepage {
    display: none;
}


.rsform-block.rsform-block-formgetture-phone .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_phone.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 14px;
}

.rsform-block.rsform-block-formgetture-name .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_name.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 14px;
}


.rsform-block.rsform-block-formgetture-email .formBody:before {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    background: url(../images/form_email.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 14px;
}


.ig-category-description .articletext {
    padding-bottom: 0px;
    padding-top: 60px;
}
.advanture_list_page {
    padding-top: 104px;
    padding-bottom: 380px;
    position: relative;
}

.page-header .container {
    position: relative;
}


.page-header:before {
    content: '';
    display: block;
    width: 240px;
    height: 68px;
    background: black;
    display: block;
    position: absolute;
    bottom: 66px;
    right: 0px;
}

.page-header:after {
    content: '';
    display: block;
    width: 116px;
    height: 15px;
    background: url(../images/liney.png) no-repeat center center;
    position: absolute;
    bottom: 93px;
    right: 184px;
}

.advanture_list_page .page-header {
    position: relative;
}
.advanture_list_page:after {
    content: '';
    display: block;
    width: 231px;
    height: 105px;
    background: url(../images/content_line.png) no-repeat center center;
    position: absolute;
    bottom: 180px;
    left: -1px;
}
.com-content-category-blog__pagination {
    display: none;
}
.com-content-category-blog__pagination {
    display: none;
}

.ias-trigger {
    width: 109px !important;
    height: 109px;
    display: block;
    margin: 0px auto !important;
}

.ias-trigger {
    position: absolute !important;
    bottom: 177px;
    left: 0px;
    right: 0px;
    float: none !important;
    display: block !important;
}
.ias-trigger:after {
    display: none !important;
}
.ias-trigger:hover:before {
}
.ias-trigger a {
    color: black;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 100;
    line-height: 103px;
    text-transform: uppercase;
    text-decoration: none;
}
.ias-trigger:before {
    content: '';
    display: block;
    width: 109px !important;
    height: 109px;
    background: url(../images/more.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: spinner 2s infinite linear;
}
.travel_lpage.mod-articleslatest {
    padding-bottom: 145px;
    position: relative;
}

.mod-articleslatest > div:after {
    content: '';
    display: block;
    clear: both;
}

.travel_lpage.mod-articleslatest .ias-trigger {
    bottom: 18px;
}
.travel_all a:before {
    content: '';
    display: block;
    width: 109px;
    height: 109px;
    background: url(../images/more.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: spinner 2s infinite linear;
}

.travel_all a:hover:before {
 }
.travel_list_page:after {
    content: '';
    display: block;
    width: 231px;
    height: 105px;
    background: url(../images/content_line.png) no-repeat center center;
    position: absolute;
    bottom: 180px;
    left: -1px;
}
.igui-scope.ig-main-scope-wrapper:after {
    content: '';
    display: block;
    width: 231px;
    height: 105px;
    background: url(../images/content_line.png) no-repeat center center;
    position: absolute;
    bottom: 183px;
    left: -1px;
}
.linktopage a:hover:before {
}
.igui-scope.ig-main-scope-wrapper {
	position:relative;
}
.travel_header_text {
    color: black;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 45px;
    max-width: 900px;
    margin-bottom: 50px;
}
.needtravel a {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    height: 132px;
    width: 132px;
    background-color: #fc0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 132px;
    border-radius: 50%;
    margin-left: 17px;
    text-decoration: none !important;
}

.needtravel a:after {
    content: "";
    height: 161px;
    width: 161px;
    position: absolute;
    top: -17px;
    left: -17px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(102deg,rgb(255 255 255 / 0%) 20% ,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spinner 2s infinite linear;
}

.needtravel a:before {
    content: "";
    height: 146px;
    width: 146px;
    position: absolute;
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(247deg,rgb(255 255 255 / 0%) 20% ,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spinner 2s infinite linear;
}

.needtravel {
    margin-top: 60px;
	}
.needtravel a:hover {
    color: #fff;
}
.articletext a {
    color: black;
    font-weight: 400;
    text-decoration: underline;
}

.articletext strong,.articletext b {
    color: #71717a;
    font-weight: 700;
}
.advanture_page .articletext .block-name {
    text-align: center;
    padding-top: 125px;
}

.advanture_page .articletext:before {
    content: '';
    width: 412px;
    height: 123px;
    background: url(../images/content_liner.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.advanture_page .articletext {
    position: relative;
    padding-bottom: 100px;
}

.advanture_page .articletext:after {
    content: '';
    width: 34px;
    height: 35px;
    background: url(../images/dotsb.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 95px;
    left: 65px;
}
.articletext a:hover {
    text-decoration: none;
}
.colorset2 .travel_header_text {
    color: #fff;
}
.doptextpage.articletext {
    padding-top: 70px;
    padding-bottom: 256px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.doptextpage.articletext:before {
    display: none;
}

.doptextpage.articletext:after {
    width: 1048px;
    height: 801px;
    background: url(../images/about_user.png);
    bottom: 0px;
    left: -229px;
    top: inherit;
}
.doptextpage.articletext .container {
    position: relative;
    z-index: 5;
}

.doptextpage.articletext .needtravel {
    text-align: center;
}

.doptextpage.articletext div#share {
    position: absolute;
    bottom: 12px;
    background: #000;
    padding: 33px 0px;
    padding-right: 168px;
    right: -151px;
}

.doptextpage.articletext div#share .like {
    color: #fff;
}

.doptextpage.articletext div#share:before {
    content: '';
    display: block;
    width: 184px;
    height: 104px;
    background: url(../images/form_name_line.png) no-repeat left center;
    position: absolute;
    left: -184px;
    top: 0px;
}

.advanture_page .turegallery_block {
    /*margin-top: -165px;*/
}
.turegall_item.hidened {
    display: none;
}
.turegall_all a {
    width: 109px;
    height: 109px;
    display: block;
    margin: 0px auto;
    color: black;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 100;
    position: relative;
    line-height: 103px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.turegall_all a:before {
    content: '';
    display: block;
    width: 109px;
    height: 109px;
    background: url(../images/more.png) no-repeat center center;
    position: absolute;
    top: 0px;
    animation: spinner 2s infinite linear;
    left: 0px;
}

.turegall_all {
    margin-top: 100px;
}
.articletext h1 {
    color: #000;
    font-size: 32px;
    line-height: 43px;
}

.articletext h2 {
    color: #000;
    font-size: 27px;
    line-height: 40px;
}

.articletext h3 {
    color: #000;
    font-size: 21px;
    line-height: 30px;
}
.faq_item.active .faq_quest:after {
    background: url(../images/minus.png) no-repeat center center;
}
.articletext h4 {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

.articletext h5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.articletext h6 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
	}
.fixedmenu .head a {
    color: #000 !important;
}

.fixedmenu .head a.head_logo {
    background: url(../images/logo.png) !important;
}
.about_block .block-name {
    margin-bottom: 55px;
}
.banner-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;   
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none;
}
.mod-languages li.lang-active:last-child a:after {
    background: linear-gradient(112deg,rgb(255 255 255 / 0%) 20%,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}

.mod-languages li:last-child a:hover:after {
    background: linear-gradient(112deg,rgb(255 255 255 / 0%) 20%,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}
.panel.home {
    z-index: 20;
}
.mobmenu {
    display: none !important;
    width: 33px;
    height: 31px;
    background: url(../images/mobmenu.png) no-repeat center center;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 40px;
    right: 0px;
}
.mobmenu {
    display: none !important;
    width: 41px;
    height: 41px;
    background: url(../images/mobmenu.png) no-repeat center center;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 32px;
}
.mobbg {
    position: fixed;
    z-index: 55;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #ffffff !important;
    -webkit-transition: 0.2s visibility linear, 0.2s opacity linear;
    -o-transition: 0.2s visibility linear, 0.2s opacity linear;
    transition: 0.2s visibility linear, 0.2s opacity linear;
}

.mobbg.active {
    display: block;
    opacity: 0.7;
    visibility: visible;
	}
.mobnav {
    left: 0;
    box-shadow: 3px 0 10px 0 rgb(0 0 0 / 45%);
    top: 0;
    bottom: 0;
    width: 285px;
    position: fixed;
    z-index: 99;
    background: #fff;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    left: -100%;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.mobnav.active {
    left: 0px !important;
    visibility: visible;
    background: #fff;
}
span.mobclose {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.images__item.images__clean.absolute .mobmenu,.header.colorset2 .mobmenu {
    background: url(../images/mobmenuw.png) no-repeat center center;
}
a.moba_logo {
    background: url(../images/logo.png);
    width: 221px;
    height: 54px;
    display: block;
    position: relative;
}
.mob_menu a {
    color: black;
    font-family: "PT Sans";
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    line-height: 38px;
    display: block;
}
.gallery_block_ul a span {
    color: #fc0;
}
.mob_lang {
    margin-top: 24px;
    text-align: center;
}

.mob_lang > div {
    display: inline-block;
}

.mob_contacts div {
    text-align: center;
}

.mob_contacts a {
    color: black;
    font-family: "PT Sans";
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
}

.mob_contacts .maile a {
    font-size: 17px;
    text-transform: none;
}

.mob_contacts {
    margin-top: 19px;
}

.mob_social li {
    display: inline-block;
    vertical-align: top;
}

.mob_social {
    text-align: center;
}

.mob_social {
    margin-top: 23px;
}

.mob_menu {
    text-align: center;
    margin-top: 14px;
}

.mob_menu a:hover {
    color: #ffcc00;
}
body.mob {
    overflow: hidden;
}

.jlcontentfieldsfilter > div {
    display: inline-block;
    vertical-align: top;
}

.jlmf-section button.jlmf-button {
    width: 381px;
    height: 70px;
    border: 3px solid #fc0;
    border-radius: 35px;
    background: #fff;
    color: black;
    font-family: HeliosCondC;
    font-size: 18px;
    font-weight: 700;
    line-height: 67px;
    text-transform: uppercase;
    position: relative;
}

.jlmf-section button.jlmf-button:after {
    content: '';
    display: inline-block;
    width: 38px;
    height: 22px;
    background: url(../images/detail.png) no-repeat center center;
    position: relative;
    margin-left: 22px;
    top: 5px;
}

.jlmf-section button.jlmf-button:hover {
    background: #fc0;
}

.jlcontentfieldsfilter > div:last-child {
    float: right;
}

.jlcontentfieldsfilter:after {
    content: '';
    display: block;
    clear: both;
}


.filter_block {
    margin-bottom: 50px;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  color: #71717a;
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-bottom: 2px solid #fc0;
  }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 6px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
    }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #ffcc00;
      color: #000;
      }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.jlcontentfieldsfilter > div:nth-child(1),.jlcontentfieldsfilter > div:nth-child(2) {
    width: 530px;
}

.jlcontentfieldsfilter > div:nth-child(1) {
    margin-right: 50px;
}
.container.noitemspage {
    text-align: center;
}
@-webkit-keyframes scaling {
From {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
To {
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
}
}

.afterseetxt_text.articletext {
    padding: 0px 0px;
}

.afterseetxt_block {
    margin: 70px 0px;
}
.seeinture:before {content: '';display: block;width: 100%;height: 303px;position: absolute;top: 0px;left: 0px;z-index: 5;background: rgb(255,255,255);
background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(255,255,255,1) 90%);}

.seeinture .block-name {z-index: 5;}
.gallery_block_ul > div {position: relative;display: inline-block;vertical-align: top;float: left;}

.gallery_block_ul:after {content: '';display: block;clear: both;}

.gallery_block_ul > div:hover .turegall_img_text {opacity: 1;
    visibility: visible;}
.gallery_block_ul > div:hover:after {
    opacity: 1;
}

.gallery_block_ul > div:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.63);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_block_ul.glblocks5 > div {width: 20%;}
.gallery_block_ul.glblocks4 > div {width: 25%;}
.gallery_block_ul.glblocks3 > div {width: 33.3333%;}
.gallery_block_ul.glblocks2 > div {width: 50%;}
.gallery_block_ul img {width: 100%;}

.gallery_block_ul a {font-size: 21px;}

.gallery_block_ul {margin-top: 20px;margin-bottom: 20px;}

/* About Stats Section */
.about-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #ffcc00;
}

.stat-item {
    text-align: center;
    flex: 1;
    padding: 0 15px;
}

.stat-number {
    color: #ffcc00;
    font-family: HeliosCondC;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

/* Travel Gallery Section */
.panel.travel {
    min-height: auto;
    padding-top: 100px;
}

.panel.travel .block-name {
    padding-top: 0;
    margin-bottom: 50px;
}

.travel_gallery {
    margin-top: 40px;
}

/* Certificate Section */
.panel.sertificat .sertificat-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0;
}

.sertificat-text {
    max-width: 500px;
}

.sertificat-text .block-name {
    color: #000;
    margin-bottom: 30px;
}

.sertificat-text p {
    color: #71717a;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.sertificat-btn a {
    color: #1b1b1b;
    font-family: HeliosCondC;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    height: 132px;
    width: 132px;
    background-color: #fc0;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 132px;
    border-radius: 50%;
    position: relative;
}

.sertificat-btn a:before {
    content: "";
    height: 146px;
    width: 146px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(247deg,rgb(255 255 255 / 0%) 20% ,#ffcc00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spinner 2s infinite linear;
}

.sertificat-img {
    position: relative;
}

.sertificat-img img {
    max-width: 100%;
    height: auto;
}
/* Aftersee actions block */
.aftersee_actions {
    position: relative;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 50px;
}

.aftersee_actions .needtravel {
    display: inline-block;
    margin: 0 auto;
}

.aftersee_actions .aftersee_share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    padding: 30px 80px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.aftersee_actions .aftersee_share:before {
    content: '';
    display: block;
    width: 184px;
    height: 100%;
    background: url(../images/form_name_line.png) no-repeat left center;
    position: absolute;
    left: -184px;
    top: 0;
}

.aftersee_actions .aftersee_share .like {
    color: #fff;
    margin-right: 10px;
}

.aftersee_actions .aftersee_share .social {
    display: flex;
    gap: 10px;
}

.aftersee_actions .aftersee_share .social a {
    width: 38px;
    height: 38px;
    background-color: #ffcc00;
    border-radius: 50%;
    display: inline-block;
}

.aftersee_actions .aftersee_share .social a.push.facebook {
    background: url(../images/fb.png) no-repeat center center #ffcc00;
}

.aftersee_actions .aftersee_share .social a.socinst {
    background: url(../images/inst.png) no-repeat center center #ffcc00;
}

/* Adventure page h2 same as h1 */
.travel_header_name h2 {
    color: black;
    font-family: HeliosCondC;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    margin: 0;
}
.advanture_page .travel_header_name h1,
.advanture_page .travel_header_name h2 {
    color: #000;
    text-shadow: 2px 2px 8px rgba(52, 52, 52, 0.7);
}

/* Contacts page */
.contacts_page {
    padding-top: 150px;
}
.contacts_page .page_title {
    font-family: HeliosCondC;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-align: center;
}
.contacts_content {
    padding: 40px 0 60px;
}
.contacts_info {
    margin-bottom: 40px;
}
.contacts_block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.contacts_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-width: 250px;
}
.contacts_icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.contacts_icon.phone { background-image: url(../images/icon-phone.svg); }
.contacts_icon.email { background-image: url(../images/icon-email.svg); }
.contacts_icon.address { background-image: url(../images/icon-address.svg); }
.contacts_icon.social { background-image: url(../images/icon-social.svg); }
.contacts_label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #666;
}
.contacts_data a {
    color: #000;
    text-decoration: none;
}
.contacts_data a:hover {
    color: #ffcc00;
}
.contacts_social {
    display: flex;
    gap: 10px;
}
.contacts_social a {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.contacts_social a.fb { background-image: url(../images/fb.png); }
.contacts_social a.inst { background-image: url(../images/inst.png); }
.contacts_map {
    margin-bottom: 40px;
}
.contacts_map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* Gallery page */
.gallery_page {
    padding-top: 150px;
}
.gallery_page .page_title {
    font-family: HeliosCondC;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-align: center;
}
.gallery_content {
    padding: 40px 0 60px;
}
.gallery_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.gallery_item {
    overflow: hidden;
    border-radius: 8px;
}
.gallery_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery_item:hover img {
    transform: scale(1.05);
}
.gallery_item a {
    display: block;
}

/* Gallery show more */
.gallery_item.hidden {
    display: none;
}
.gallery_more {
    text-align: center;
    margin-top: 30px;
}
.gallery_show_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffcc00;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.gallery_show_more:hover {
    background: #000;
    color: #ffcc00;
}

/* Fix gallery more button */
.gallery_more {
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
}
.gallery_content {
    padding-bottom: 60px;
}
