/*-------------------------reset-------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.25;
  background-color: #174562;
  color: #fff;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

body * {
  box-sizing: border-box;
  font-family: 'Avenir Next Cyr';
  font-weight: 400;
  font-style: normal; }

.containerE {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.wpcf7-submit {
  -webkit-appearance: none !important; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

.titlegrad {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  background: #89f7fe;
  background: linear-gradient(to right, #89f7fe 20%, rgba(102, 166, 255, 0.7) 40%, rgba(102, 166, 255, 0.7) 60%, #89f7fe 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  overflow: hidden;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: shine 4.4s linear infinite;
  -webkit-animation: shine 4.4s linear infinite; }
@keyframes shine {
  to {
    background-position: 200% center; } }
  .titlegrad_center {
    text-align: center; }

.wrapper {
  overflow-x: hidden;
  position: relative; }
  .wrapper .slick-arrow,
  .wrapper .slick-arrow:focus {
    top: 45%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4d738b;
    background-color: #4d738b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .wrapper .slick-arrow:before,
    .wrapper .slick-arrow:focus:before {
      display: none !important; }
    .wrapper .slick-arrow:after,
    .wrapper .slick-arrow:focus:after {
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      width: 8px;
      height: 12px; }
    .wrapper .slick-arrow:hover,
    .wrapper .slick-arrow:focus:hover {
      background-color: transparent; }
  .wrapper .slick-prev {
    left: -80px; }
    .wrapper .slick-prev::after {
      background-image: url(../images/icon_left.png); }
  .wrapper .slick-next {
    right: -80px; }
    .wrapper .slick-next:after {
      background-image: url(../images/icon_right.png); }

.wrapper {
  background-image: url(../images/bg1.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  animation: shine 22.4s linear infinite;
  -webkit-animation: shine 22.4s linear infinite; }
@keyframes shine {
  to {
    background-position: 120% center; } }
p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5; }

/*-------------------------header------------------------*/
.header {
  padding-top: 55px;
  padding-bottom: 50px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.heaedrins {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .heaedrins__logo {
    flex-basis: 300px; }
    .heaedrins__logo a:hover {
      opacity: 0.7; }
  .heaedrins__right {
    flex-basis: calc(100% - 300px);
    display: flex;
    justify-content: flex-end; }
  .heaedrins__menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .heaedrins__menu ul li {
      position: relative;
      padding: 10px 0; }
      .heaedrins__menu ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible; }
      .heaedrins__menu ul li:hover:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg); }
  .heaedrins__menu a {
    display: block;
    margin-left: 60px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px; }
    .heaedrins__menu a:hover {
      color: #7ad4fe; }

.sub-menu {
  position: absolute;
  left: 30px;
  top: 40px;
  background-color: #fff;
  min-width: 230px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.2);
  padding-top: 30px;
  padding-bottom: 15px;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0; }
  .sub-menu li {
    padding: 0 !important; }
  .sub-menu a {
    color: #174562;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px; }

.hamburger {
  display: none; }

/*-------------------------firstscreen------------------------*/
.firstscreen {
  position: relative; }
  .firstscreen__inside {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .firstscreen__leftslider {
    position: relative;
    z-index: 2;
    flex-basis: calc(59.8% + 300px);
    max-width: calc(59.8% + 300px);
    min-height: 750px;
    margin-left: -300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .firstscreen__right {
    flex-basis: 40.2%;
    position: relative;
    z-index: 2;
    line-height: 1.18;
    padding-top: 127px;
    margin-bottom: 50px; }
    .firstscreen__right .purpbtn {
      width: 240px;
      font-size: 15px;
      height: 55px; }
  .firstscreen__title {
    margin-bottom: 85px;
    color: #77ccff;
    display: inline-block; }
    .firstscreen__title span {
      font-size: 60px;
      font-weight: 800;
      color: #fff !important; }
  .firstscreen__scroll {
    position: absolute;
    right: 0;
    bottom: 22%;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center; }
    .firstscreen__scroll span {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 500;
      color: #78d0fe;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      line-height: 0;
      position: relative;
      letter-spacing: 2px; }
      .firstscreen__scroll span:before {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        width: 1px;
        content: "";
        display: block;
        background-color: #78d0fe;
        height: 23px;
        display: inline-block;
        margin: 23px 0; }
    .firstscreen__scroll:hover span:before {
      margin: 5px 0; }
  .firstscreen__sochi {
    position: absolute;
    bottom: 0;
    font-size: 257px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d5376;
    line-height: 0.45;
    right: -2%; }
  .firstscreen__mainimg {
    position: absolute;
    top: 6%;
    left: 13.5%; }
  .firstscreen__boloonsmall {
    position: absolute;
    top: 3%;
    right: 34%; }
  .firstscreen__text {
    position: absolute;
    top: 0%;
    left: 5%; }
  .firstscreen__boloon {
    position: absolute;
    top: 0%;
    right: 18%; }
  .firstscreen__car {
    position: absolute;
    bottom: 10%;
    left: -2%; }
  .firstscreen__kater {
    position: absolute;
    bottom: 16.5%;
    right: -0.8%; }
  .firstscreen__helicopter {
    position: absolute;
    top: 10%;
    left: -2%; }
  .firstscreen__slider {
    width: 100%; }
  .firstscreen__item img {
    margin-left: auto;
    margin-right: auto; }
  .firstscreen__iconx25 {
    position: absolute;
    top: 15%;
    right: 8%; }
  .firstscreen__iconplus48 {
    position: absolute;
    top: 0%;
    left: 17%; }
  .firstscreen__iconplus48v2 {
    position: absolute;
    bottom: 36%;
    right: 1%; }
  .firstscreen__iconcircle34 {
    position: absolute;
    bottom: 41%;
    left: 6%; }
  .firstscreen__iconcircle77 {
    position: absolute;
    top: 11%;
    right: 14%; }

.menu-item-has-children {
  position: relative;
  display: inline-flex;
  align-items: center; }
  .menu-item-has-children:after {
    background-image: url(../images/icon_down.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    margin-bottom: 2px;
    height: 5px;
    content: "";
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-left: 8px; }

.purpbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 200px;
  height: 54px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  border: 0;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-shadow: 0px 8px 15px 4px rgba(238, 11, 108, 0.22);
  -moz-box-shadow: 0px 8px 15px 4px rgba(238, 11, 108, 0.22);
  box-shadow: 0px 8px 15px 4px rgba(238, 11, 108, 0.22);
  background: #ef0a6a;
  background: linear-gradient(0deg, #ef0a6a 0%, #b6359c 100%); }
  .purpbtn:hover {
    opacity: 0.8;
    background: #ef0a6a;
    background: linear-gradient(270deg, #ef0a6a 0%, #b6359c 100%); }

/*-------------------------kvest------------------------*/
.kvest__item {
  position: relative;
  z-index: 2;
  margin-bottom: 132px;
  -webkit-box-shadow: 0px 14px 35px 15px rgba(9, 31, 47, 0.4);
  -moz-box-shadow: 0px 14px 35px 15px rgba(9, 31, 47, 0.4);
  box-shadow: 0px 14px 35px 15px rgba(9, 31, 47, 0.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  background-image: url(../images/keis_bg_1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 53px; }
  .kvest__item_reverse {
    flex-direction: row-reverse;
    padding-right: 50px;
    padding-left: 0; }
.kvest__textside {
  flex-basis: 50%;
  padding-top: 18px;
  padding-left: 70px;
  padding-bottom: 72px; }
.kvest__title {
  line-height: 1.17; }
.kvest__ul {
  margin-top: 53px;
  margin-bottom: 43px; }
  .kvest__ul li {
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-weight: 600;
    font-size: 16px; }
    .kvest__ul li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      background-image: url(../images/icon_list_check.png);
      background-repeat: no-repeat;
      width: 29px;
      height: 32px;
      background-size: cover; }
.kvest__imgside {
  flex-basis: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
.kvest__img {
  position: relative;
  z-index: 2; }
.kvest__iconplus48 {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 30px; }
.kvest__iconx25 {
  position: absolute;
  z-index: 1;
  bottom: 14%;
  left: 40px; }
.kvest__iconcircle34 {
  position: absolute;
  z-index: 1;
  top: 36%;
  left: 0; }
.kvest__iconcircle77 {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  right: 70px; }
.kvest__iconbirds {
  position: absolute;
  z-index: 3;
  top: -1%;
  left: -4%; }
.kvest__iconparasut {
  position: absolute;
  z-index: 3;
  top: -16%;
  left: 37%; }

.kvest__item_reverse {
  margin-bottom: 140px; }
  .kvest__item_reverse .kvest__textside {
    padding-left: 35px;
    padding-bottom: 65px; }
  .kvest__item_reverse .kvest__imgside {
    margin-top: -60px; }
  .kvest__item_reverse .kvest__iconplus48 {
    top: 84%;
    right: 83%; }
  .kvest__item_reverse .kvest__iconx25 {
    bottom: 80%;
    left: 80%; }
  .kvest__item_reverse .kvest__iconcircle34 {
    top: auto;
    left: auto;
    bottom: 29%;
    right: 10%; }
  .kvest__item_reverse .kvest__iconcircle77 {
    bottom: auto;
    right: auto;
    top: 15%;
    left: 19%; }

/*-------------------------noone------------------------*/
.noone {
  margin-top: -20px; }
  .noone .containerE {
    max-width: 1590px; }
  .noone__inside {
    margin-bottom: 95px; }
  .noone__slider {
    margin-top: 58px; }
  .noone__slideinside {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 55px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
    background-image: url(../images/bg_footer_form.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 13px;
    -webkit-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    -moz-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23); }
  .noone__img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 297px;
    margin-bottom: 10px; }
  .noone__slidetitle {
    text-align: center;
    margin-bottom: 6px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600; }
  .noone__slidedescr {
    margin-bottom: 22px;
    height: 135px;
    margin-left: 30px;
    margin-right: 25px;
    line-height: 1.4;
    font-size: 16px;
    padding-right: 10px;
    overflow-y: auto; }
    .noone__slidedescr::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px #2f82b8; }
    .noone__slidedescr::-webkit-scrollbar {
      width: 1px; }
    .noone__slidedescr::-webkit-scrollbar-thumb {
      background-color: #77cefe;
      outline: 3px solid #77cefe; }

.btncenter {
  text-align: center; }

.slick-slide {
  outline: none !important; }

/*-------------------------about------------------------*/
.about .titlegrad {
  margin-bottom: 60px; }
.about__slider {
  padding-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }
.about__iteminside {
  cursor: pointer;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  overflow: hidden;
  background-image: url(../images/bg_footer_form.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12px 12px 18px;
  -webkit-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
  -moz-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
  box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
  position: relative; }
.about__img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 295px;
  margin-bottom: 15px; }
.about__special {
  position: absolute;
  z-index: 1;
  top: 295px;
  left: 25px;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 13px;
  display: inline-block;
  background-color: #e01a75;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
.about__name {
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #174562;
  font-weight: 600; }

/*-------------------------footer------------------------*/
.footer {
  padding-top: 75px; }
  .footer__inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer__left {
    flex-basis: 57.3%;
    padding-top: 65px; }
  .footer__leftinside {
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .footer__lefttop {
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer__details {
    flex-basis: 59.7%; }
  .footer__logo {
    margin-bottom: 55px; }
    .footer__logo a:hover {
      opacity: 0.7; }
  .footer__contactsitem {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .footer__contactsitem span {
      flex-basis: 25px; }
  .footer__contacttext {
    padding-left: 10px;
    font-size: 15px;
    flex-basis: calc(100% -25px); }
    .footer__contacttext a {
      color: #22dcfd;
      text-decoration: underline; }
      .footer__contacttext a:hover {
        text-decoration: none; }
  .footer__menu {
    flex-basis: 40.3%;
    padding-top: 10px; }
    .footer__menu a {
      display: block;
      margin-bottom: 22px;
      text-transform: uppercase;
      font-size: 15px;
      color: #fff;
      font-weight: 500; }
      .footer__menu a:hover {
        color: #7ad4fe; }
    .footer__menu .sub-menu {
      display: none; }
  .footer__leftbottom {
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 10px; }
  .footer__copyr {
    flex-basis: 59.7%;
    font-size: 14px;
    color: #7ea2b9; }
  .footer__made {
    flex-basis: 40.3%; }
    .footer__made a:hover {
      opacity: 0.7; }
  .footer__right {
    -webkit-box-shadow: 4px -4px 24px -3px rgba(9, 31, 47, 0.23);
    -moz-box-shadow: 4px -4px 24px -3px rgba(9, 31, 47, 0.23);
    box-shadow: 4px -4px 24px -3px rgba(9, 31, 47, 0.23);
    flex-basis: 40.2%;
    background-image: url(../images/bg_footer_form.jpg);
    background-position: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 45px 30px; }

/*-------------------------formblock------------------------*/
.formblock .titlegrad {
  text-align: center;
  font-size: 27px;
  text-transform: none;
  margin-bottom: 35px; }
.formblock__bottom {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
.formblock__left {
  flex-basis: 165px; }
  .formblock__left .purpbtn {
    width: 100%; }
.formblock__polit {
  flex-basis: calc(100% - 185px);
  font-size: 12px;
  font-weight: 500; }
  .formblock__polit a {
    text-decoration: underline;
    font-weight: 500;
    color: #fff !important; }
    .formblock__polit a:hover {
      text-decoration: none; }

/*-------------------------inpute------------------------*/
.inpute {
  outline: none !important;
  -webkit-box-shadow: 0px 13px 24px 2px rgba(9, 31, 47, 0.27);
  -moz-box-shadow: 0px 13px 24px 2px rgba(9, 31, 47, 0.27);
  box-shadow: 0px 13px 24px 2px rgba(9, 31, 47, 0.27);
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 94% 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  color: #0e293a;
  border: 0;
  width: 100%;
  padding: 15px 45px 15px 25px;
  height: 55px;
  resize: none; }
  .inpute::placeholder {
    color: #0e293a; }
  .inpute__user {
    background-image: url(../images/icon_user.jpg); }
  .inpute__tel {
    background-image: url(../images/icon_tel.png); }
  .inpute__message {
    background-image: url(../images/icon_message.png); }

textarea.inpute {
  height: 110px; }

/*-------------------------btnup------------------------*/
.btnup {
  display: none; }
  .btnup__inside {
    position: fixed;
    right: 3%;
    bottom: 50px;
    z-index: 3;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .btnup__inside:hover .btnup__arrow {
      background: #22dcfd;
      background: linear-gradient(242deg, #22dcfd 0%, #5865b9 76%);
      opacity: 0.8; }
    .btnup__inside:hover .btnup__text {
      color: #7ad4fe; }
  .btnup__arrow {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #22dcfd;
    background: linear-gradient(45deg, #22dcfd 0%, #5865b9 76%);
    margin-bottom: 20px; }
  .btnup__text {
    letter-spacing: 0.7px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    line-height: 0; }

.formobilepurp,
.formobile {
  display: none; }

/*-------------------------popup------------------------*/
.popup {
  display: none; }
  .popup__full {
    z-index: 999;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .popup__block {
    position: relative;
    max-width: 770px;
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-image: url(../images/popup_girl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 500px;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 80px;
    -webkit-box-shadow: 0px 14px 35px 15px rgba(9, 31, 47, 0.4);
    -moz-box-shadow: 0px 14px 35px 15px rgba(9, 31, 47, 0.4);
    box-shadow: 0px 14px 35px 15px rgba(9, 31, 47, 0.4); }
  .popup__close {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px; }
    .popup__close:hover {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
  .popup__title {
    text-transform: none;
    margin-bottom: 30px;
    font-size: 48px; }
  .popup__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5; }

/*-------------------------serv------------------------*/
.serv {
  position: relative; }
  .serv__inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .serv__left {
    flex-basis: 45%; }
  .serv__title {
    margin-top: 20px; }
  .serv__descr {
    margin-top: 40px;
    line-height: 1.4;
    font-size: 24px; }
  .serv__right {
    flex-basis: 55%;
    position: relative;
    min-height: 620px; }
  .serv__rightbg {
    position: absolute;
    right: -12%;
    top: -5px; }
  .serv__rightironman {
    position: absolute;
    left: 14%;
    top: 5%; }
  .serv__rightsalut {
    position: absolute;
    left: 3%;
    top: 6%; }
  .serv .kvest__iconplus48 {
    top: 34%;
    right: 2%; }
  .serv .kvest__iconx25 {
    bottom: auto;
    left: 30%;
    top: 3%; }
  .serv .kvest__iconx25v2 {
    position: absolute;
    bottom: 19%;
    right: -22%; }
  .serv .kvest__iconcircle34 {
    top: auto;
    left: 0;
    bottom: 14%; }
  .serv .kvest__iconcircle77 {
    bottom: auto;
    right: -18%;
    top: 5%;
    max-width: 65px; }
  .serv .kvest__iconcircle77v2 {
    bottom: auto;
    left: -6%;
    top: 36%;
    max-width: 65px;
    position: absolute; }

.breadcrumse {
  margin-top: 20px;
  margin-bottom: 70px; }
  .breadcrumse ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .breadcrumse ul li {
      display: flex;
      align-items: center;
      margin-right: 10px;
      font-size: 13px;
      font-weight: 500; }
      .breadcrumse ul li a {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        font-weight: 500; }
        .breadcrumse ul li a:hover {
          opacity: 0.7; }

.servrow__btnmore {
  padding-top: 30px;
  text-align: center; }

.servrow__inside {
  overflow: hidden;
  margin-top: 60px; }
.servrow__item {
  float: left;
  -webkit-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
  -moz-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
  box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
  position: relative;
  background-image: url(../images/no1bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  width: 770px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: none; }
  .servrow__item:nth-child(1), .servrow__item:nth-child(2), .servrow__item:nth-child(3), .servrow__item:nth-child(4), .servrow__item:nth-child(5), .servrow__item:nth-child(6) {
    display: block; }
  .servrow__item:nth-child(3n) {
    background-image: url(../images/no2bg.png);
    width: 370px;
    margin-top: -400px;
    margin-left: 30px; }
    .servrow__item:nth-child(3n) .servrow__iteminside {
      display: block; }
    .servrow__item:nth-child(3n) .servrow__descr {
      height: 304px; }
  .servrow__item:nth-child(2), .servrow__item:nth-child(5), .servrow__item:nth-child(8), .servrow__item:nth-child(11), .servrow__item:nth-child(14), .servrow__item:nth-child(17), .servrow__item:nth-child(20), .servrow__item:nth-child(23), .servrow__item:nth-child(27), .servrow__item:nth-child(30), .servrow__item:nth-child(33) {
    background-image: url(../images/nobg3.png); }
    .servrow__item:nth-child(2) .servrow__iteminside, .servrow__item:nth-child(5) .servrow__iteminside, .servrow__item:nth-child(8) .servrow__iteminside, .servrow__item:nth-child(11) .servrow__iteminside, .servrow__item:nth-child(14) .servrow__iteminside, .servrow__item:nth-child(17) .servrow__iteminside, .servrow__item:nth-child(20) .servrow__iteminside, .servrow__item:nth-child(23) .servrow__iteminside, .servrow__item:nth-child(27) .servrow__iteminside, .servrow__item:nth-child(30) .servrow__iteminside, .servrow__item:nth-child(33) .servrow__iteminside {
      flex-direction: row-reverse; }
.servrow__iteminside {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
.servrow__img {
  flex-basis: 48%;
  display: block;
  height: 370px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.servrow__text {
  flex-basis: 52%;
  padding: 30px 40px 30px 50px; }
.servrow__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700; }
.servrow__descr {
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.375;
  height: 265px;
  overflow-y: auto; }
  .servrow__descr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #2f82b8; }
  .servrow__descr::-webkit-scrollbar {
    width: 1px; }
  .servrow__descr::-webkit-scrollbar-thumb {
    background-color: #77cefe;
    outline: 3px solid #77cefe; }

/*-------------------------whywe------------------------*/
.whywe {
  padding-top: 75px;
  margin-bottom: 255px; }
  .whywe .containerE {
    position: relative; }
  .whywe__title {
    text-align: right;
    font-size: 50px; }
  .whywe__iconbg {
    position: absolute;
    left: -16%;
    top: -13%; }
  .whywe__row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px; }
  .whywe__item {
    -webkit-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    -moz-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    flex-basis: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-size: cover;
    background-image: url(../images/whyweitembg.png);
    padding-top: 24px;
    padding-bottom: 38px;
    padding-right: 35px;
    padding-left: 25px; }
  .whywe__itemicon {
    height: 121px; }
  .whywe__itemtext {
    margin-top: -15px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 20px; }

/*-------------------------projectt------------------------*/
.projectt {
  padding-bottom: 110px; }
  .projectt__title {
    font-size: 50px;
    text-align: center; }
  .projectt__header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px; }
  .projectt__headeritem {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    height: 55px;
    min-width: 112px;
    padding: 10px 15px;
    margin: 15px;
    border: 1px solid #4d738b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    letter-spacing: 1px; }
    .projectt__headeritem:hover {
      color: #4d738b; }
    .projectt__headeritem.active {
      background-color: #4d738b;
      color: #fff !important; }
  .projectt__bodytitles {
    position: relative;
    margin-top: 22px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 15px; }
  .projectt__navbtn {
    position: absolute;
    top: calc(50% - 15px) !important;
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .projectt__navbtn span:after {
      content: "";
      display: block !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      background-image: url(../images/bg_arrow_big.png);
      background-repeat: no-repeat;
      width: 450px;
      height: 450px;
      position: absolute;
      left: calc(50% - 225px);
      top: calc(50% - 225px);
      opacity: 0; }
    .projectt__navbtn:hover span:after {
      opacity: 1; }
  .projectt__navleft {
    left: 0px !important; }
  .projectt__navright {
    right: 0px !important; }
  .projectt__titleitem {
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .projectt__titleitem.slick-active {
      opacity: 1; }
    .projectt__titleitem.slick-center .projectt__titleiteminside {
      color: #fff;
      opacity: 1;
      font-size: 28px; }
  .projectt__titleiteminside {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d738b;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800; }
  .projectt__mitem {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .projectt__mitem.slick-active {
      opacity: 1; }
  .projectt__miteminside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .projectt__mitemleft {
    flex-basis: calc(50% - 15px); }
  .projectt__mitemtitle {
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase; }
  .projectt__mitemright {
    flex-basis: calc(50% - 15px); }
  .projectt__mitemvideo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 380px;
    position: relative; }
    .projectt__mitemvideo:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: url(../images/bg_video_grag.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      opacity: 0; }
    .projectt__mitemvideo:before {
      opacity: 0.3; }
    .projectt__mitemvideo:hover:before {
      opacity: 0.7; }
  .projectt__mitemvideobtn {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 55px;
    padding-left: 4px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.75); }
    .projectt__mitemvideobtn img {
      opacity: 1; }
  .projectt__bottom {
    margin-top: 53px; }
  .projectt__bottomitem {
    padding: 0 10px 25px; }
  .projectt__bottomiteminside {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    height: 175px;
    width: 100%;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .projectt__bottomiteminside img {
      position: relative;
      z-index: 2;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      opacity: 0; }
    .projectt__bottomiteminside:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: url(../images/bg_video_grag.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      opacity: 0; }
  .projectt__videojs:before {
    opacity: 0.3; }
  .projectt__videojs:hover:before {
    opacity: 0.7; }
  .projectt__videobtn {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 55px;
    padding-left: 4px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.75); }
    .projectt__videobtn img {
      opacity: 1; }
  .projectt__photojs:hover:before {
    opacity: 0.7; }
  .projectt__photojs:hover img {
    opacity: 1; }
  .projectt .containerEbig {
    max-width: 1800px; }
  .projectt .slick-arrow:after {
    display: none !important; }

.slick-dots li button:before {
  font-size: 9px !important;
  color: #fff !important; }

.projectt__bodytitlesjs {
  position: relative;
  z-index: 3; }

/*-------------------------serv__rightintens------------------------*/
.serv__rightintens .serv__rightironman {
  left: 14%;
  top: auto;
  bottom: 0; }
.serv__rightintens .kvest__iconparasut {
  top: -5%;
  left: 49%; }
.serv__rightintens .kvest__iconbirds {
  top: 2%;
  left: 4%; }

/*-------------------------intensiv------------------------*/
.intensiv {
  margin-top: 93px;
  margin-bottom: 180px; }
  .intensiv__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .intensiv__left {
    flex-basis: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px; }
  .intensiv__item {
    -webkit-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    -moz-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    width: 100%;
    height: 185px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    overflow: hidden; }
    .intensiv__item:before {
      content: "";
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(../images/bg_video_grag.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.3;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .intensiv__item:hover:before {
      opacity: 0.7; }
    .intensiv__item:hover .intensiv__hover {
      opacity: 1; }
  .intensiv__item400 {
    height: 400px; }
  .intensiv__detail {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; }
  .intensiv__icon {
    flex-basis: 65px;
    margin-right: 10px; }
  .intensiv__text {
    flex-basis: calc(100% - 75px);
    font-weight: 700;
    font-size: 16px; }
  .intensiv__hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .intensiv__hover img {
      position: relative;
      z-index: 2; }
  .intensiv__center {
    flex-basis: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px; }
  .intensiv__right {
    flex-basis: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px; }

/*-------------------------content------------------------*/
.serv__rightplansh {
  left: 24%;
  top: 16%; }

.concept {
  margin-top: 135px; }
  .concept__titlecenter {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px; }
  .concept__item {
    margin-bottom: 55px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    display: none;
    flex-wrap: wrap; }
    .concept__item:nth-child(2n) {
      flex-direction: row-reverse; }
      .concept__item:nth-child(2n) .concept__left {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-left: 0;
        border-right: 1px dashed #48b2e3;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; }
    .concept__item:nth-child(1), .concept__item:nth-child(2), .concept__item:nth-child(3), .concept__item:nth-child(4) {
      display: flex; }
    .concept__item.active {
      display: flex; }
  .concept__left {
    flex-basis: 50%;
    padding: 35px 45px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px dashed #48b2e3;
    border-right: 0; }
  .concept__itemtitle {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .concept__detail {
    font-size: 16px;
    line-height: 1.4;
    height: 300px;
    overflow-y: auto;
    padding-right: 10px; }
    .concept__detail::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 1px #2f82b8; }
    .concept__detail::-webkit-scrollbar {
      width: 1px; }
    .concept__detail::-webkit-scrollbar-thumb {
      background-color: #77cefe;
      outline: 2px solid #77cefe; }
  .concept__right {
    flex-basis: 50%; }
  .concept__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    position: relative; }
    .concept__img:before {
      content: "";
      display: block;
      background-image: url(../images/bg_video_grag.png);
      background-position: center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0.2; }
  .concept__bottom {
    background-color: #4d738b;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0; }
  .concept__bottomitem {
    flex-basis: 50%;
    border-right: 1px dotted #fff;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px; }
    .concept__bottomitem:last-child {
      border: 0; }
  .concept__bottomitemicon {
    margin-bottom: -15px;
    margin-right: 10px; }
  .concept__bottomitemtext {
    font-size: 16px;
    font-weight: 800; }
    .concept__bottomitemtext span {
      font-size: 12px; }
  .concept__btnmore {
    position: relative;
    z-index: 3;
    text-align: center; }

/*-------------------------geograf------------------------*/
.geograf {
  margin-top: -50px;
  padding: 275px 0 170px;
  background-image: url(../images/geograf_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .geograf__plan {
    position: absolute;
    left: 1%;
    top: 8%; }
  .geograf__inside {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    padding-top: 43px; }
  .geograf__item {
    margin-bottom: 75px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border: 1px dashed #fff;
    text-align: center;
    flex-basis: calc(100% / 6 - 30px);
    margin-left: 15px;
    margin-right: 15px; }
  .geograf__img {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 15px 14px 9px rgba(255, 255, 255, 0.17);
    -moz-box-shadow: 0px 15px 14px 9px rgba(255, 255, 255, 0.17);
    box-shadow: 0px 15px 14px 9px rgba(255, 255, 255, 0.17);
    margin-top: -37px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
    .geograf__img:before {
      background-image: url(../images/flag_hover.png);
      background-position: center;
      background-size: cover;
      content: "";
      display: block;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
  .geograf__text {
    padding: 15px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center; }

/*-------------------------planch------------------------*/
.planch {
  margin-top: 73px;
  margin-bottom: 40px;
  position: relative; }
  .planch .containerE {
    position: relative; }
  .planch__imgbg {
    position: absolute;
    left: -15%;
    top: -4%; }
  .planch__imgbgsmaller {
    position: absolute;
    right: -1%;
    top: 68%; }
  .planch__imgbgsmalleropacity {
    opacity: 0.5;
    position: absolute;
    top: 41%;
    right: 13%; }
  .planch__inside {
    position: relative;
    z-index: 2;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px; }
  .planch__item {
    -webkit-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    -moz-box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    box-shadow: 0px 11px 24px -3px rgba(9, 31, 47, 0.23);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-image: url(../images/mechan_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% / 4 - 30px);
    position: relative;
    min-height: 290px;
    margin-bottom: 25px;
    padding: 20px 20px; }
  .planch__numb {
    position: absolute;
    font-size: 146px;
    font-weight: 700;
    right: 28px;
    top: 0px;
    opacity: 0.1; }
  .planch__icon {
    height: 124px; }
  .planch__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-top: -18px;
    position: relative;
    z-index: 1;
    padding-left: 20px; }
  .planch__arrow {
    position: absolute;
    z-index: 2; }
  .planch__pulse {
    position: absolute;
    top: 21px;
    right: 27px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #d41e81;
    border: 8px solid #9d97cf; }
  .planch__item1 .planch__arrow {
    top: -51px;
    right: -93%; }
  .planch__item2 .planch__arrow {
    top: 50px;
    right: -93%; }
  .planch__item3 .planch__arrow {
    top: -50px;
    right: -95%; }
  .planch__item4 .planch__arrow {
    top: 43px;
    right: -20px;
    z-index: 2;
    width: 350px; }
  .planch__item6 .planch__arrow {
    top: 48px;
    right: -7px;
    z-index: 2;
    width: 350px; }
  .planch__item5 .planch__arrow {
    top: -45px;
    right: -9px;
    z-index: 2;
    width: 350px; }

.projectt_bg {
  background-position: top center;
  background-size: cover;
  margin-top: -250px;
  position: relative;
  z-index: 3;
  padding-top: 250px; }

/*-------------------------plashsteps------------------------*/
.plashsteps {
  padding-bottom: 140px;
  margin-bottom: 75px;
  padding-top: 105px;
  background-image: url(../images/bgstepsss.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative; }
  .plashsteps .containerE {
    position: relative; }
  .plashsteps__pulseee {
    position: absolute;
    left: calc(50% - 485px);
    top: -95%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 225px;
    width: 970px;
    height: 970px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #365e77;
    background-color: rgba(48, 90, 115, 0.13); }
  .plashsteps__pulseeefirst {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #365e77;
    background-color: rgba(48, 90, 115, 0.13); }
  .plashsteps__pulseeeinside {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #365e77;
    background-color: rgba(48, 90, 115, 0.13); }
  .plashsteps__pulseeeinsidecenter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0073bd;
    border: 25px solid #305a73;
    position: relative;
    z-index: 2; }
  .plashsteps__line {
    position: absolute; }
  .plashsteps__line1 {
    left: 15%;
    top: 9%; }
  .plashsteps__line2 {
    left: 33%;
    top: 8%; }
  .plashsteps__line3 {
    left: 42%;
    top: 8%; }
  .plashsteps__line4 {
    right: 42%;
    top: 8%; }
  .plashsteps__line5 {
    right: 33%;
    top: 8%; }
  .plashsteps__line6 {
    right: 15%;
    top: 9%; }
  .plashsteps__row {
    margin-top: 25px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 200px;
    justify-content: space-between; }
  .plashsteps__title {
    font-size: 50px;
    text-align: center;
    position: relative;
    z-index: 3; }
  .plashsteps__item {
    background: #21d5fa;
    background: linear-gradient(49deg, #21d5fa 0%, #5269bd 76%);
    flex-basis: 14.5%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    text-align: center;
    min-height: 190px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
  .plashsteps__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: -15px; }
  .plashsteps__item2 {
    top: 95px; }
  .plashsteps__item3 {
    top: 140px; }
  .plashsteps__item4 {
    top: 140px; }
  .plashsteps__item5 {
    top: 95px; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1700px) {
  .noone .containerE {
    max-width: 1170px; } }
@media screen and (max-width: 1500px) {
  .firstscreen__leftslider {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    margin-left: -200px;
    flex-basis: calc(59.8% + 200px);
    max-width: calc(59.8% + 200px); }

  .about__slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .btnup__inside {
    right: 2%; }

  .firstscreen__boloon {
    right: 12%; }

  .firstscreen__kater {
    right: -4.8%; }

  .whywe {
    margin-bottom: 155px; } }
@media screen and (max-width: 1320px) {
  .firstscreen__leftslider {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    margin-left: -100px;
    flex-basis: calc(59.8% + 100px);
    max-width: calc(59.8% + 100px); }

  .firstscreen__boloon {
    position: absolute;
    top: 0%;
    right: 0; }

  .firstscreen__scroll {
    display: none; }

  .firstscreen__boloonsmall {
    position: absolute;
    top: 3%;
    right: 24%; }

  .firstscreen__iconplus48v2 {
    display: none; }

  .firstscreen__iconcircle34 {
    display: none; }

  .firstscreen__car {
    position: absolute;
    bottom: 10%;
    left: -7%; }

  .firstscreen__kater {
    position: absolute;
    bottom: 16.5%;
    right: -8.8%; }

  .firstscreen__helicopter {
    position: absolute;
    top: 10%;
    left: -9%; }

  .wrapper .slick-prev {
    left: 50px; }

  .wrapper .slick-next {
    right: 50px; }

  .wrapper .slick-arrow,
  .wrapper .slick-arrow:focus {
    top: calc(100% + 30px); }

  .about {
    padding-bottom: 50px; }

  .geograf__plan {
    position: absolute;
    left: -4%;
    top: 5%;
    max-width: 350px; } }
@media screen and (max-width: 1180px) {
  .containerE {
    padding-left: 15px;
    padding-right: 15px; }

  .firstscreen__sochi {
    font-size: 210px; }

  .firstscreen__leftslider {
    min-height: 690px; }

  .titlegrad {
    font-size: 53px; }

  .kvest__textside {
    padding-left: 35px; }

  .kvest__item {
    margin-bottom: 80px !important; }

  .btnup__text {
    display: none; }

  .heaedrins__menu a {
    margin-left: 40px; }

  .wrapper .slick-prev {
    left: calc(50% - 70px); }
  .wrapper .slick-next {
    right: calc(50% - 70px); }

  .noone__inside .slick-prev {
    left: auto;
    right: 85px; }
  .noone__inside .slick-next {
    right: 10px; }

  .footer__right {
    padding: 40px 25px 30px; }

  .wrapper .servrow__item {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    float: none !important;
    width: 770px !important; }
    .wrapper .servrow__item:nth-child(2n) {
      background-image: url(../images/nobg3.png) !important; }
      .wrapper .servrow__item:nth-child(2n) .servrow__iteminside {
        display: flex !important;
        flex-direction: row-reverse !important; }

  .servrow__iteminside {
    display: flex !important;
    flex-direction: row !important; }

  .servrow__item:nth-child(3n) .servrow__iteminside {
    display: flex !important; }

  .servrow__item:nth-child(3n) .servrow__descr {
    height: 265px; }

  .projectt {
    padding-bottom: 40px; }

  .projectt__navbtn span {
    display: none !important; }

  .intensiv {
    margin-top: 60px;
    margin-bottom: 80px; }

  .planch__arrow img {
    max-width: 90%; }

  .geograf__item {
    flex-basis: calc(100% / 5 - 30px); } }
@media screen and (max-width: 980px) {
  body.active {
    overflow: hidden; }

  .projectt_bg {
    background-image: none !important; }

  .sub-menu {
    display: none !important;
    position: relative;
    flex-basis: 100%;
    width: 100%;
    order: 3;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    box-shadow: none;
    min-width: 0;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 20px; }

  .heaedrins__right {
    padding: 40px;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 90%;
    height: 90vh;
    background-color: #fff;
    z-index: 9;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px; }

  .menu-item-has-children {
    display: block; }
    .menu-item-has-children:after {
      display: none; }

  .opensubmenujs {
    width: 100%;
    display: flex;
    align-items: center; }
    .opensubmenujs:after {
      background-image: url(../images/icon_bottom_black.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 8px;
      margin-bottom: 2px;
      height: 5px;
      content: "";
      display: inline-block;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      margin-left: 8px; }
    .opensubmenujs.active:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg); }

  .sub-menu.active {
    display: block !important; }

  .heaedrins__menu ul li:hover:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0); }

  .heaedrins__menu ul li {
    padding: 10px 0 15px; }

  .heaedrins__menu {
    overflow-y: auto;
    height: 100%; }
    .heaedrins__menu ul {
      display: block; }

  .heaedrins__menu a {
    color: #174562 !important; }

  .heaedrins__logo {
    line-height: 0; }

  .hamburger {
    position: relative;
    z-index: 99;
    display: block;
    width: 35px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .hamburger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      opacity: 1;
      right: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .hamburger span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(2) {
      top: 10px;
      width: 80%;
      background: #81e4fe;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -3px;
      left: 6px;
      background-color: #174562; }
    .hamburger.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 22px;
      left: 6px;
      background-color: #174562; }

  .header {
    padding-top: 35px; }

  .firstscreen__leftslider {
    flex-basis: 100%;
    order: 2;
    max-width: 100%;
    margin-left: 0;
    width: 100%; }

  .firstscreen__sochi {
    font-size: 170px; }

  .firstscreen__right {
    flex-basis: 100%;
    order: 1;
    padding-top: 30px;
    margin-bottom: 0; }

  .firstscreen__title {
    margin-bottom: 45px;
    width: 100%; }

  .firstscreen__kater {
    position: absolute;
    bottom: 16.5%;
    right: -15.8%; }

  .firstscreen__helicopter {
    position: absolute;
    top: 10%;
    left: -16%; }

  .firstscreen__car {
    position: absolute;
    bottom: 10%;
    left: -15%; }

  .titlegrad {
    font-size: 45px; }

  .kvest__textside {
    padding-left: 20px; }

  .about__slider {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px; }

  .footer__right {
    flex-basis: 100%;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px; }

  .footer__left {
    flex-basis: 100%;
    order: 2;
    padding-top: 0; }

  .kvest__imgside {
    flex-basis: 45%; }

  .kvest__item_reverse {
    padding-right: 20px; }

  .kvest__item {
    justify-content: space-between; }

  .popup__full {
    padding-left: 20px;
    padding-right: 20px; }

  .popup__close {
    right: 0; }

  .popup__block {
    padding-left: 50px; }

  .wrapper .servrow__item {
    width: 715px !important; }

  .servrow__text {
    padding: 30px 25px 30px 35px; }

  .serv__right {
    min-height: 450px; }

  .whywe__item {
    flex-basis: calc(100% / 2 - 30px); }

  .whywe {
    margin-bottom: 85px; }

  .projectt__mitemleft {
    flex-basis: 100%;
    margin-bottom: 30px; }

  .projectt__mitemright {
    flex-basis: 100%; }

  .serv__right {
    flex-basis: 50%; }

  .projectt__mitem {
    padding: 0 10px; }

  .serv__descr {
    font-size: 18px; }

  .projectt__miteminside {
    flex-direction: column-reverse; }

  .projectt__mitemleft {
    margin-bottom: 0;
    margin-top: 20px; }

  .breadcrumse {
    margin-bottom: 40px; }

  .serv__descr {
    margin-top: 15px; }

  .serv__left .kvest__ul {
    margin-top: 25px;
    margin-bottom: 10px; }

  .serv__rightintens .serv__rightironman {
    left: 14%;
    top: auto;
    bottom: 11%; }

  .intensiv__left,
  .intensiv__center,
  .intensiv__right {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .intensiv__right {
    order: 2; }

  .intensiv__center {
    order: 3; }

  .intensiv__item400,
  .intensiv__item {
    height: 185px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    flex-basis: 49%; }

  .concept__left {
    flex-basis: 50%;
    padding: 35px 25px; }

  .concept__itemtitle {
    font-size: 23px; }

  .geograf__plan {
    left: -4%;
    top: 5%;
    max-width: 300px; }

  .geograf__item {
    flex-basis: calc(100% / 4 - 30px); }

  .concept {
    margin-top: 75px; }

  .planch__item {
    width: calc(100% / 2 - 30px);
    min-height: 250px; }

  .planch__arrow img {
    max-width: 100%; }

  .planch__item1 .planch__arrow {
    top: -60px;
    right: -72%; }

  .planch__item1 {
    order: 1; }

  .planch__item2 {
    order: 2; }

  .planch__item3 {
    order: 4; }

  .planch__item4 {
    order: 3; }

  .planch__item5 {
    order: 5; }

  .planch__item6 {
    order: 6; }

  .planch__item7 {
    order: 7; }

  .planch__item .planch__arrow {
    display: none; }

  .plashsteps__item {
    flex-basis: 30.5%;
    top: 0 !important;
    margin-bottom: 30px; }

  .plashsteps__line {
    display: none !important; }

  .plashsteps__row {
    margin-top: 52px;
    padding-bottom: 0; }

  .plashsteps {
    padding-bottom: 40px; }

  .plashsteps__pulseee {
    top: -83%; } }
@media screen and (max-width: 760px) {
  .heaedrins__logo {
    flex-basis: 240px; }

  .firstscreen__title span {
    font-size: 46px; }

  .firstscreen__sochi {
    font-size: 125px; }

  .titlegrad {
    font-size: 40px; }

  .kvest__item {
    padding-top: 25px; }

  .kvest__ul {
    margin-top: 30px;
    margin-bottom: 20px; }

  .kvest__textside {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .kvest__imgside {
    flex-basis: 60%;
    margin-left: auto;
    margin-right: auto; }

  .btncenter {
    text-align: left; }

  .about__iteminside {
    margin-left: 5px;
    margin-right: 5px; }

  .footer__logo {
    max-width: 200px; }

  .footer__lefttop {
    padding-bottom: 10px; }

  .firstscreen__iconcircle77 {
    display: none; }

  .firstscreen__iconcircle34,
  .firstscreen__iconplus48v2,
  .firstscreen__iconplus48,
  .firstscreen__boloon,
  .firstscreen__car,
  .firstscreen__kater,
  .firstscreen__helicopter,
  .firstscreen__boloonsmall,
  .firstscreen__mainimg,
  .firstscreen__text,
  .kvest__textside .purpbtn {
    display: none; }

  .formobile {
    display: block;
    position: absolute;
    left: -10%;
    width: 120%;
    top: 0; }

  .formobilepurp {
    display: block;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 40px;
    width: 100%;
    flex-basis: 100%;
    margin-top: 20px; }

  .kvest__item {
    text-align: left !important; }

  .firstscreen__leftslider {
    min-height: 0; }

  .kvest__textside {
    padding-bottom: 0; }

  .firstscreen__leftslider {
    margin-top: 50px;
    padding-top: 150px;
    padding-bottom: 40px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }

  .kvest__itemlast .kvest__imgside {
    margin-top: 50px;
    flex-basis: 100%; }

  .kvest__iconbirds {
    position: absolute;
    z-index: 3;
    top: -11%;
    left: 0%; }

  .kvest__iconparasut {
    top: -19%; }

  .popup__block {
    background-image: url(../images/popup_girl_mobile.png);
    width: 320px;
    padding-left: 30px;
    padding-top: 60px; }

  .popup__title {
    font-size: 32px;
    margin-bottom: 20px; }

  .popup__text {
    font-size: 16px; }

  .serv__left {
    flex-basis: 100%;
    margin-bottom: 40px; }

  .breadcrumse {
    margin-top: 10px;
    margin-bottom: 30px; }

  .serv__right {
    flex-basis: 100%; }

  .servrow__iteminside,
  .wrapper .servrow__item:nth-child(2n) .servrow__iteminside,
  .servrow__item:nth-child(3n) .servrow__iteminside {
    display: block !important; }

  .wrapper .servrow__item {
    width: 370px !important; }
    .wrapper .servrow__item:nth-child(4), .wrapper .servrow__item:nth-child(5), .wrapper .servrow__item:nth-child(6) {
      display: none; }

  .whywe__iconbg {
    display: none; }

  .whywe__title {
    text-align: left; }

  .whywe__item {
    flex-basis: 100%; }

  .projectt__headeritem {
    margin: 5px;
    height: 50px;
    min-width: 95px; }

  .projectt__titleiteminside {
    font-size: 18px; }

  .projectt__titleitem.slick-center .projectt__titleiteminside {
    font-size: 20px; }

  .projectt__mitemvideo {
    height: 300px; }

  .projectt__bottomiteminside {
    height: 140px; }

  .intensiv__item400,
  .intensiv__item {
    flex-basis: 100%; }

  .serv__rightplansh {
    left: 27%;
    top: 3%; }

  .planch__imgbg {
    position: absolute;
    left: -15%;
    top: -4%;
    opacity: 0.2; }

  .planch__inside {
    margin-top: 50px;
    margin-left: -5px;
    margin-right: -5px; }

  .planch__numb {
    font-size: 120px; }

  .planch__item {
    width: calc(100% / 2 - 10px);
    margin-left: 5px;
    margin-right: 5px;
    min-height: 250px;
    padding-left: 0; }

  .plashsteps {
    padding-top: 30px; }

  .plashsteps__item {
    flex-basis: 31.5%; }

  .plashsteps {
    padding-bottom: 0; }

  .concept__left {
    flex-basis: 100%; }

  .concept__right {
    flex-basis: 100%; }

  .concept__bottomitemtext {
    font-size: 15px;
    font-weight: 700; }

  .concept__item {
    margin-bottom: 25px;
    flex-direction: column !important; }

  .concept__left {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border: 1px dashed #48b2e3 !important;
    border-bottom: 0 !important; }

  .geograf__item {
    flex-basis: calc(100% / 3 - 30px); }

  .geograf {
    padding-bottom: 50px; }

  .geograf__plan {
    left: -4%;
    top: 5%;
    max-width: 250px; } }
@media screen and (max-width: 460px) {
  .concept__item:nth-child(3),
  .concept__item:nth-child(4) {
    display: none; }

  .firstscreen__right {
    padding-top: 0; }

  .firstscreen__sochi {
    font-size: 95px; }

  .heaedrins__logo {
    flex-basis: 200px; }

  .titlegrad {
    font-size: 33px; }

  .noone__slidedescr {
    margin-left: 5px;
    margin-right: 5px; }

  .about__name {
    font-size: 15px; }

  .about__iteminside {
    padding: 10px 5px; }

  .about__special {
    font-size: 12px;
    left: 10px;
    top: 240px; }

  .footer__logo {
    max-width: 160px;
    margin-bottom: 35px; }

  .footer__details {
    flex-basis: 52%; }

  .footer__menu {
    flex-basis: 46%; }

  .footer__menu a {
    font-size: 13px;
    margin-bottom: 18px; }

  .footer__leftbottom {
    padding-top: 20px; }

  .about__img {
    height: 240px; }

  .wrapper .slick-arrow,
  .wrapper .slick-arrow:focus {
    top: calc(100% + 24px); }

  .btnup__inside {
    bottom: 20px; }

  .noone__slideinside {
    margin-left: 0;
    margin-right: 0; }

  .kvest__item_reverse .kvest__textside {
    padding-left: 20px; }

  .heaedrins__right {
    padding-left: 20px; }

  .serv__descr {
    font-size: 16px;
    margin-top: 20px; }

  .projectt__mitemvideo {
    height: 250px; }

  .projectt__bottomiteminside {
    height: 120px; }

  .projectt__bottomitem {
    padding: 0 5px 25px; }

  .projectt__bodytitles {
    padding-left: 30px;
    padding-right: 30px; }

  .projectt__headeritem {
    margin: 5px;
    height: 45px;
    min-width: 75px;
    padding: 5px; }

  .intensiv__item400,
  .intensiv__item {
    padding: 15px; }

  .intensiv {
    margin-top: 0;
    margin-bottom: 50px; }

  .planch__text {
    font-size: 15px; }
    .planch__text br {
      display: none; }

  .planch__numb {
    right: 8px; }

  .planch__icon {
    height: 100px; }
    .planch__icon img {
      height: 100%;
      width: auto; }

  .planch__item {
    min-height: 220px; }

  .plashsteps__item {
    flex-basis: 48.5%;
    margin-bottom: 15px; }

  .concept__img {
    height: 300px; }

  .concept__detail {
    height: 253px; }

  .geograf__item {
    flex-basis: calc(100% / 2 - 30px); }

  .geograf__plan {
    left: -4%;
    top: 0%; }

  .geograf {
    margin-top: 0;
    padding: 180px 0 40px; } }
@media screen and (max-width: 410px) {
  .kvest__ul li {
    font-size: 14px; }

  .heaedrins__menu a {
    margin-left: 13px; }

  .purpbtn {
    width: 165px; }

  .header {
    padding-top: 25px; }

  .wrapper .slick-arrow,
  .wrapper .slick-arrow:focus {
    width: 50px;
    height: 50px; }

  .noone__inside .slick-prev {
    left: auto;
    right: 65px; }

  .wrapper .slick-arrow,
  .wrapper .slick-arrow:focus {
    top: calc(100% + 26px); }

  .noone__inside {
    margin-bottom: 65px; }

  .about .titlegrad {
    margin-bottom: 30px; }

  .wrapper .slick-prev {
    left: calc(50% - 55px); }

  .wrapper .slick-next {
    right: calc(50% - 55px); }

  .wrapper .servrow__item {
    width: 100% !important; }

  .serv__right {
    min-height: 350px; }

  .servrow__text {
    padding: 25px 10px 30px 20px; }

  .projectt__mitemvideo {
    height: 200px; }

  .projectt__bottomiteminside {
    height: 170px; }

  .projectt {
    padding-bottom: 0; }

  .whywe__row {
    margin-top: 30px; }

  .whywe__item {
    margin: 10px;
    padding-left: 15px;
    padding-right: 20px; }

  .slick-dots li {
    margin: 0 !important; }

  .planch__item {
    padding-left: 10px; }

  .planch__pulse {
    top: 10px;
    right: 10px; }

  .planch__text {
    font-size: 13px;
    padding-left: 10px; }

  .plashsteps__pulseee {
    top: -64%; }

  .concept__img {
    height: 250px; }

  .noone__inside .slick-prev {
    left: auto;
    right: 65px; }

  .noone__inside .slick-next {
    right: 10px; } }
@media screen and (max-width: 360px) {
  .firstscreen__title span {
    font-size: 38px; }

  .firstscreen__title span {
    font-size: 38px; }

  .firstscreen__leftslider {
    padding-top: 120px; }

  .titlegrad {
    font-size: 28px; }

  .kvest__iconparasut {
    max-width: 120px; }

  .kvest__iconbirds {
    max-width: 100px; }

  .purpbtn {
    width: 150px;
    height: 48px; }

  .about__slider {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .footer__leftbottom {
    padding-top: 20px;
    flex-direction: column; }

  .footer__copyr {
    margin-bottom: 20px; }

  .footer__right {
    padding: 30px 15px 20px; }
    .footer__right .titlegrad {
      font-size: 23px; }

  .formblock__left {
    flex-basis: 160px;
    order: 2; }

  .formblock__polit {
    flex-basis: 100%;
    margin-bottom: 10px; }

  .footer__details {
    flex-basis: 100%; }

  .footer__menu {
    flex-basis: 100%; }
    .footer__menu ul {
      display: flex;
      flex-wrap: wrap; }
      .footer__menu ul li {
        flex-basis: 50%; }

  .firstscreen__right .purpbtn {
    width: 200px;
    font-size: 13px;
    height: 50px; }

  .popup__block {
    height: 450px;
    padding-top: 40px; }

  .popup__detail {
    padding-right: 20px; }
    .popup__detail br {
      display: none; }

  .serv__right {
    min-height: 300px; }

  .servrow__img {
    height: 270px; }

  .servrow__descr,
  .servrow__item:nth-child(3n) .servrow__descr {
    font-size: 14px;
    height: 192px; }

  .servrow__btnmore {
    padding-top: 10px; }

  .projectt__titleitem.slick-center .projectt__titleiteminside {
    font-size: 17px; }

  p {
    font-size: 14px;
    margin-bottom: 13px; }

  .projectt__mitemvideo {
    height: 170px; }

  .projectt__bottomiteminside {
    height: 170px; }

  .projectt__bottomitem {
    padding: 0 5px 15px; }

  .projectt__bodytitles {
    padding-left: 0;
    padding-right: 0; }

  .projectt__navbtn {
    top: calc(88% - 15px) !important; }

  .intensiv__icon {
    flex-basis: 50px; }

  .intensiv__text {
    flex-basis: calc(100% - 60px);
    font-size: 15px; }

  .intensiv__item400,
  .intensiv__item {
    height: 155px; }

  .planch__inside {
    margin-top: 30px; }

  .planch__item {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 20px; }

  .planch__item3 {
    order: 3; }

  .concept__left {
    padding: 25px 15px; }

  .concept__img {
    height: 200px; }

  .concept__bottomitem {
    flex-basis: 100%;
    margin-bottom: 10px;
    border: 0; }

  .geograf__plan {
    left: 2%;
    top: 1%;
    max-width: 200px; }

  .geograf__img {
    width: 55px;
    height: 55px;
    margin-top: -25px; }

  .geograf__item {
    margin-bottom: 40px; }

  .geograf__item {
    flex-basis: calc(100% / 2 - 10px);
    margin-left: 5px;
    margin-right: 5px; }

  .geograf__inside {
    margin-left: -5px;
    margin-right: -5px; }

  .concept__detail {
    height: 225px; } }

/*# sourceMappingURL=style.css.map */
