@charset "UTF-8";
@font-face {
  font-family: RalewayRegular;
  src: url(../fonts/RalewayRegular.eot);
  src: local("âØ¯"), url("../fonts/RalewayRegular.woff") format("woff"), url("../fonts/RalewayRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RalewayBlack;
  src: url(../fonts/RalewayBlack.eot);
  src: local("âØ¯"), url("../fonts/RalewayBlack.woff") format("woff"), url("../fonts/RalewayBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RalewayBold;
  src: url(../fonts/RalewayBold.eot);
  src: local("âØ¯"), url("../fonts/RalewayBold.woff") format("woff"), url("../fonts/RalewayBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #E7E7E7;
  font-family: 'Montserrat';
}
.hdn span {
  font-size: 22px;
  font-family: RalewayRegular;
  display: inline-block;
  margin-top: 0;
  font-weight: bold;
}
.my-butt {
  display: block;
  color: #FFF;
  width: 300px;
  position: relative;
  font-size: 18px;
  padding: 12px 0;
  border-radius: 50px;
  background: linear-gradient(45deg, #ffc902, #ff9e02);
  cursor: pointer;
  border: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 8px 11px 60px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 8px 11px 60px 0px rgba(0, 0, 0, 0.24);
}
section {
  max-width: 1920px;
  margin: 0 auto;
}
.m-w {
  padding: 0 100px;
}
.m-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.sec-lvl-1 {
  overflow: hidden;
}
.sec-lvl-1 .for-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.sec-lvl-1 .for-flex .circle {
  position: absolute;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  background: #F4F2F2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 200px;
}
.sec-lvl-1 .for-flex .circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #EBEBEB;
}
.sec-lvl-1 .for-flex .my-side {
  position: relative;
  width: 50%;
}
.sec-lvl-1 .for-flex .my-side img {
  position: relative;
  z-index: 10;
}
.sec-lvl-1 .for-flex .my-side.left-side {
  z-index: 10;
}
.sec-lvl-1 .for-flex .my-side.right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-lvl-1 .for-flex .my-side.right-side:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -525px;
  width: 1520px;
  height: 1028px;
  background-image: url(../img/hard-bg.png?v=1.0);
  background-repeat: no-repeat;
}
.sec-lvl-1 .for-flex .my-side.right-side .f {
  font-size: 14px;
  color: #FFF;
  padding-right: 22px;
  position: relative;
  z-index: 10;
  margin: 0;
}
.sec-lvl-1 .for-flex .my-side.right-side .tel {
  display: block;
  position: relative;
  z-index: 20;
}
.sec-lvl-1 .for-flex .my-side.right-side .tel a {
  color: #FFF;
  display: block;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.sec-lvl-1 .for-flex .my-side.right-side .tel a:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 16px;
  background-image: url(../img/tel-1.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 4px;
  left: 0;
}
.sec-lvl-1 .side-cont {
  padding-top: 55px;
  width: 50%;
}
.sec-lvl-1 .side-cont h1 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 900;
}
.sec-lvl-1 .side-cont h1 span {
  font-family: 'Montserratbold';
  font-weight: 900;
}
.sec-lvl-1 .side-cont ul {
  margin: 0;
  list-style: none;
  max-width: 367px;
  margin-bottom: 30px;
}
.sec-lvl-1 .side-cont ul li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 5px 0 5px 72px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
}
.sec-lvl-1 .side-cont ul li span {
  text-transform: uppercase;
  color: #2FA92A;
}
.sec-lvl-1 .side-cont ul li:last-child {
  padding: 40px 0 40px 72px !important;
}
.sec-lvl-1 .side-cont ul li:last-child:before {
  display: none;
}
.sec-lvl-1 .side-cont ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 25px;
  height: 12px;
  width: 1px;
  background: #2FA92A;
}
.sec-lvl-1 .side-cont ul li.f1 {
  background-image: url(../img/i1.png?v=1.1);
}
.sec-lvl-1 .side-cont ul li.f2 {
  background-image: url(../img/i2.png?v=1.1);
}
.sec-lvl-1 .side-cont ul li.f3 {
  background-image: url(../img/i3.png?v=1.1);
}
.sec-lvl-1 .side-cont ul li.f4 {
  background-image: url(../img/i4.png?v=1.1);
}
.sec-lvl-1 .side-cont ul li.f5 {
  background-image: url(../img/i5.png?v=1.1);
}
.sec-lvl-1 .side-cont ul li.f6 {
  background-image: url(../img/i6.png?v=1.1);
  margin-bottom: 0;
  padding: 20px 0 20px 72px;
}
.sec-lvl-1 .side-cont .some-shit {
  font-size: 18px;
  padding-top: 30px;
}
.sec-lvl-1 .side-cont .some-shit a {
  color: #000;
  font-family: 'Montserrat';
  text-decoration: none;
  border: none;
}
.sec-lvl-1 .side-cont .some-shit a:hover {
  color: #000;
}
.sec-lvl-1 .main-turbo {
  position: relative;
  width: 50%;
}
.sec-lvl-1 .main-turbo h3 {
  text-align: right;
  color: #FFF;
  font-size: 180px;
  font-family: 'Montserrat';
}
.sec-lvl-1 .main-turbo .desc70 {
  color: #FFF;
  text-align: right;
  font-size: 55px;
  line-height: 65px;
  font-weight: bold;
}
.sec-lvl-1 .main-turbo .abs-turbo {
  position: absolute;
  right: 294px;
  top: 176px;
  width: 525px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .top_brand_logo {
  position: absolute;
  width: 180px;
  text-align: center;
  top: -160px;
  left: -108px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .top_brand_logo img {
  max-width: 100%;
  margin: auto;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs {
  width: 400px;
  position: absolute;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs .num {
  font-size: 110px;
  line-height: 150px;
  color: #FFF;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #C58E32;
  border: 5px solid #D1D1D1;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs p {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-1 {
  bottom: 245px;
  left: -310px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-1 .num:before {
  content: "";
  position: absolute;
  top: 54px;
  left: 165px;
  display: block;
  width: 65px;
  height: 34px;
  background-image: url(../img/arr-1-left.png?v=1.1);
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-2 {
  width: 500px;
  top: 270px;
  left: -400px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-2 .num:before {
  content: "";
  position: absolute;
  top: 68px;
  left: 159px;
  display: block;
  width: 61px;
  height: 31px;
  background-image: url(../img/arr-2-left.png);
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-3 {
  top: 375px;
  right: 70px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-3 .num {
  margin-bottom: 30px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-3 .num:before {
  content: "";
  position: absolute;
  top: 130px;
  left: -96px;
  display: block;
  width: 65px;
  height: 31px;
  background-image: url(../img/arr-3-left.png);
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-4 {
  top: 240px;
  right: -200px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-4 .num {
  margin-bottom: 30px;
}
.sec-lvl-1 .main-turbo .for-flex-tour .my-abs.abs-4 .num:before {
  content: "";
  position: absolute;
  top: 130px;
  left: -96px;
  display: block;
  width: 65px;
  height: 31px;
  background-image: url(../img/arr-3-left.png);
}
.sec-lvl-2 .for-flex-sec-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
.sec-lvl-2 .for-flex-sec-2 .side {
  width: 330px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: center left;
}
.sec-lvl-2 .for-flex-sec-2 .side.side-1 {
  background-image: url(../img/icon-1.png);
}
.sec-lvl-2 .for-flex-sec-2 .side.side-2 {
  background-image: url(../img/icon-2.png);
}
.sec-lvl-2 .for-flex-sec-2 .side.side-3 {
  background-image: url(../img/ekonom.png);
}
.sec-lvl-2 .for-flex-sec-2 .side p {
  font-size: 15px;
  font-family: 'Montserrat';
  line-height: 20px;
  font-weight: bold;
}
.sec-lvl-2 .for-flex-sec-2 .side p span {
  color: #BC7C0B;
  font-size: 48px;
  line-height: 20px;
}
.sec-lvl-3 h2 {
  color: #1E1F24;
  text-align: center;
  font-size: 72px;
  padding: 125px 0 90px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-weight: 900;
}
.sec-lvl-3 .mid-sec-3 {
  position: relative;
}
.sec-lvl-3 .mid-sec-3:before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100%);
  top: -600px;
  width: 404px;
  height: 1093px;
  background-repeat: no-repeat;
  background-image: url(../img/hard-bg-2.png?v=1.0);
}
.sec-lvl-3 .mid-sec-3 .circle-2 {
  position: absolute;
  width: 950px;
  height: 950px;
  border-radius: 50%;
  background: #F4F2F2;
  top: -254px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 200px;
}
.sec-lvl-3 .mid-sec-3 .circle-2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #EBEBEB;
}
.sec-lvl-3 .mid-sec-3 .flex-text {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-lvl-3 .mid-sec-3 .flex-text.padd-top {
  padding-top: 30px;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1 {
  max-width: 402px;
  position: relative;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1 h6 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #1E1F24;
  text-transform: uppercase;
  font-weight: 900;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1 p {
  font-weight: bold;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1.ar-1:before {
  top: 0;
  left: 330px;
  background-image: url(../img/arr-5-left.png);
  width: 65px;
  height: 31px;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1.ar-2:before {
  top: 37px;
  left: -105px;
  background-image: url(../img/arr-6-left.png);
  width: 56px;
  height: 39px;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1.ar-3:before {
  top: 11px;
  left: 353px;
  background-image: url(../img/arr-7-left.png);
  width: 65px;
  height: 31px;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1.ar-4:before {
  top: -17px;
  left: -100px;
  background-image: url(../img/arr-8-left.png);
  width: 54px;
  height: 42px;
}
.sec-lvl-3 .mid-sec-3 img {
  position: relative;
  z-index: 10;
}
#form_section .flex_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 100px;
}
#form_section .flex_form_block:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100%);
  top: -470px;
  width: 400px;
  height: 1074px;
  background-repeat: no-repeat;
  background-image: url(../img/form_right_img.png?v=1.0);
}
#form_section .form {
  background: white;
  width: 330px;
  margin-bottom: 20px;
  margin-left: 95px;
  padding: 45px 15px 35px;
  position: relative;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#form_section .form:before {
  content: '';
  position: absolute;
  top: -90px;
  left: 0;
  width: 54px;
  height: 42px;
  display: block;
  background: url(../img/form_arrow.png) no-repeat center;
  -webkit-animation: jump 1.3s ease 0s infinite normal;
  animation: jump 1.3s ease 0s infinite normal;
}
#form_section .form .form_padding {
  margin: 0 25px;
}
#form_section .form h3 {
  text-transform: uppercase;
  font-weight: bold;
}
#form_section .form p {
  color: #363636;
  margin: 8px 0;
  font-weight: bold;
  font-size: 14px;
}
#form_section .form input {
  width: 100%;
  margin: 10px 0 0;
  border: 1px solid #DFDFDF;
  background-color: #F8F8F8;
  padding: 15px;
  outline: none;
  font-size: 12px;
}
#form_section .form ::-webkit-input-placeholder {
  color: #5F5F5F;
}
#form_section .form ::-moz-placeholder {
  color: #5F5F5F;
}
#form_section .form :-moz-placeholder {
  color: #5F5F5F;
}
#form_section .form :-ms-input-placeholder {
  color: #5F5F5F;
}
#form_section .form button {
  margin-top: 35px;
  outline: none;
}
footer {
  margin: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #2FA82A;
}
footer .gvd {
  display: inline-block;
  position: relative;
  color: black;
  text-transform: uppercase;
  padding: 20px 0 0 65px;
  font-weight: bold;
  font-size: 10px;
}
footer .gvd:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 45px;
  background: url(../img/gvd.png) no-repeat center;
}
footer span {
  display: block;
  margin-top: 15px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
footer p {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
}
footer .footer_tel {
  display: inline-block;
  color: black;
  font: bold 18px Montserrat;
  position: relative;
  padding-left: 20px;
}
footer .my-butt {
  margin: auto;
}
footer .footer_tel:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 16px;
  background: url(../img/footer_tel.png) no-repeat center;
}
.modal {
  background: rgba(237, 237, 237, 0.75);
}
.modal .modal-dialog {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.modal.in .modal-dialog {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
#agreement-modal .modal-dialog {
  width: 930px;
}
#agreement-modal .buy_form_wrap {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 40px 10px 10px 10px;
}
#agreement-modal .closee {
  font-size: 25px;
  position: absolute;
  right: 12px;
  top: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
#agreement-modal .closee:hover {
  color: #55BB16;
}
#agreement-modal .for-scroll {
  height: 500px;
  padding: 25px;
  overflow: auto;
}
#agreement-modal .for-scroll h6 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 900;
}
#agreement-modal .for-scroll p {
  font-size: 14px;
  margin-bottom: 15px;
}
#agreement-modal .for-scroll p strong {
  display: block;
}
#agreement-modal .for-scroll::-webkit-scrollbar {
  background: #FFF;
  width: 8px;
}
#agreement-modal .for-scroll::-webkit-scrollbar-thumb {
  background: #55BB16;
  border-radius: 4px;
  cursor: pointer;
}
#thanks_modal .modal-dialog {
  width: 930px;
}
#thanks_modal .buy_form_wrap {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 40px 10px 10px 10px;
}
#thanks_modal .closee {
  font-size: 25px;
  position: absolute;
  right: 12px;
  top: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
#thanks_modal .closee:hover {
  color: #55BB16;
}
#thanks_modal .for-scroll {
  padding: 25px;
  overflow: auto;
  text-align: center;
}
#thanks_modal .for-scroll h6 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 900;
}
#thanks_modal .for-scroll p {
  font-size: 14px;
  margin-bottom: 15px;
}
#thanks_modal .for-scroll p strong {
  display: block;
}
#thanks_modal .for-scroll::-webkit-scrollbar {
  background: #FFF;
  width: 8px;
}
#thanks_modal .for-scroll::-webkit-scrollbar-thumb {
  background: #55BB16;
  border-radius: 4px;
  cursor: pointer;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.sec-lvl-2 .for-flex-sec-2 .side {
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: opacity 0.75s linear, -webkit-transform 1.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.75s linear, -webkit-transform 1.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 1.75s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.75s linear;
  transition: transform 1.75s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.75s linear, -webkit-transform 1.75s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sec-lvl-2 .for-flex-sec-2 .side:nth-child(1) {
  -webkit-transition-delay: .15s,.3s;
  transition-delay: 0.15s, 0.3s;
}
.sec-lvl-2 .for-flex-sec-2 .side:nth-child(2) {
  -webkit-transition-delay: .35s,.5s;
  transition-delay: 0.35s, 0.5s;
}
.sec-lvl-2 .for-flex-sec-2 .side:nth-child(3) {
  -webkit-transition-delay: .50s,.7s;
  transition-delay: 0.50s, 0.7s;
}
.sec-lvl-2 .for-flex-sec-2 .side:nth-child(4) {
  -webkit-transition-delay: .45s,.6s;
  transition-delay: 0.45s, 0.6s;
}
.sec-lvl-2 .for-flex-sec-2[data-anim=true] .side {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1 {
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s linear, -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s linear;
  transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.5s linear, -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1:nth-child(1) {
  -webkit-transition-delay: .15s,.3s;
  transition-delay: 0.15s, 0.3s;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1:nth-child(2) {
  -webkit-transition-delay: .25s,.4s;
  transition-delay: 0.25s, 0.4s;
}
.sec-lvl-3 .mid-sec-3 .flex-text .tt1:nth-child(3) {
  -webkit-transition-delay: .35s,.5s;
  transition-delay: 0.35s, 0.5s;
}
.sec-lvl-3 .mid-sec-3 .flex-text[data-anim=true] .tt1 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.price_block {
  margin-top: 80px;
}
.price_block h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  line-height: 50px;
  margin-bottom: 35px;
  text-align: center;
}
.price_block h2.sec {
  margin-bottom: 35px;
}
.price_block .price_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  border: 1px solid #FF9E02;
}
.price_block .price_flex h3 {
  color: #ff9e02;
  font-weight: 900;
  font-size: 24px;
}
.price_block .price_flex .price_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 0 0;
  line-height: 1.0;
  font-weight: 900;
}
.price_block .price_flex .price_row .name {
  font-size: 18px;
  width: 30%;
}
.price_block .price_flex .price_row .name span {
  font-size: 16px;
  font-weight: normal;
}
.price_block .price_flex .price_row .volume {
  font-size: 12px;
}
.price_block .price_flex .price_row .price {
  font-size: 14px;
}
.price_block .price_flex .hidden_rows {
  display: none;
}
.price_block .price_flex .price_left {
  width: 42%;
  background: #FFF;
  padding: 20px 30px 25px 20px;
  position: relative;
  margin-left: 30px;
}
.price_block .price_flex .price_left:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
}
.price_block .price_flex .price_right {
  width: 58%;
}
.price_block .price_flex .price_right .price_top {
  background: #FFF;
  padding: 20px 30px 25px 20px;
  position: relative;
}
.price_block .price_flex .price_right .price_top .price_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price_block .price_flex .price_right .price_top .price_row.price_top_head {
  padding-top: 0;
}
.price_block .price_flex .price_right .price_top .price_row .name {
  width: 50%;
  font-size: 14px;
}
.price_block .price_flex .price_right .price_top .price_row .price1, .price_block .price_flex .price_right .price_top .price_row .price2 {
  width: 25%;
  text-align: right;
  font-size: 14px;
  padding: 0 5px;
}
.price_block .price_flex .price_right .price_top .price_row .price {
  width: 50%;
  text-align: center;
}
.price_block .price_flex .price_right .price_top:after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
}
.price_block .price_flex .price_right .price_bot {
  background: #FFF;
  padding: 20px 30px 25px 20px;
  position: relative;
  margin-top: 30px;
}
.price_block .price_flex .price_right .price_bot:after {
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
}
.price_block .price_flex .price_right .price_bot .price_row .name {
  width: 70%;
  font-size: 14px;
}
.price_block .show_all_price {
  margin: 20px auto 50px;
  border: 0;
}
.price_block.all_price .price_right .price_top:after, .price_block.all_price .price_right .price_bot:after {
  display: none;
}
.price_block.all_price .price_left:after {
  display: none;
}
.text {
  max-width: 700px;
  margin: 0 0 30px;
  background: #FFF;
  border: 2px solid #7DCA86;
  border-radius: 5px;
  padding: 7px 15px;
  box-sizing: border-box;
}
.tabs {
  margin: auto;
  width: 90%;
  max-width: 800px;
}
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: auto;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #777;
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
  padding: 2px 5px;
  margin: auto auto 3px auto;
  background: #ff9e02;
  color: #FFF;
  position: relative;
  border: solid #8a6d3b;
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  background: #ffc900;
}
.tabs__caption .active {
  background: #FFF;
  color: #000;
  border-color: #8a6d3b;
}
.tick {
  margin-left: 30px;
  margin-top: 5px;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  border: 2px solid #8a6d3b;
  border-radius: 0 5px 5px 5px;
  padding: 7px 15px;
  text-align: left;
  font-weight: bold;
}
.tabs__content.active {
  display: block;
}
.vertical .tabs__caption {
  float: left;
  display: block;
}
.tabs__content ul {
  list-style-image: url("../img/check-list-bg.png");
}
.block2 h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
  display: none;
}
.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}
.vertical .tabs__content {
  overflow: hidden;
  min-height: 697px;
  border-bottom-left-radius: 0;
}
.block2 {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
.ui-accordion {
  margin-top: 20px;
}
.ui-accordion-header {
  background-color: #777;
  color: #FFF;
  cursor: pointer;
  margin: 0;
  padding: 4px 8px;
  text-align: left;
  /*+border-radius: 8px;*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.ui-accordion-header-icon {
  background-image: url('https://cdn.rawgit.com/marcobiedermann/playground/master/ui/accordion/jquery-ui-accordion/source/assets/images/accordion.svg');
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  background-size: 20px 35px;
  background-repeat: no-repeat;
  margin-left: 1px;
}
.js-ui-accordion h3 {
  font-size: 20px;
}
.ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-position: 0px -18px;
}
.ui-accordion-content {
  background-color: #FFF;
  padding: 8px;
}
.ui-accordion-content + .ui-accordion-header {
  margin-top: 5px;
}
.ui-accordion-content-active {
  width: 98%;
  margin: auto;
  border: 5px solid #777;
  border-top: 0px solid black;
  text-align: left;
}
.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
}
.img-logo {
  background-image: url(../img/logo-new.png);
  background-size: contain;
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 10px;
}
.logo-text {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 20px;
  padding: 30px 0;
  text-align: left;
  float: left;
}
.logo-text2 {
  float: left;
  font-weight: bold;
  font-size: 60px;
  margin-left: 5px;
}
  .form_padding {
      text-align:center;
      padding-top:10px;
  }
  .form_padding input {
      font-size:18px !important;
      margin-top: 20px;
      height: 45px;
      padding: 10px;
  }

#form-modal .modal-dialog {
  max-width: 700px;
  height: 450px;
  /*+box-shadow: 0 0 500px 10px #000000;*/
  -moz-box-shadow: 0 0 500px 10px #000000;
  -webkit-box-shadow: 0 0 500px 10px #000000;
  box-shadow: 0 0 500px 10px #000000;
  background-color: #FFFFFF;
  overflow: auto;
  width: 80% !important;

}
.fixed-button {
  position: fixed;
  right: 15px;
  bottom: 25px;
  width: 200px;
  z-index: 99999;
  /*+box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.667);*/
  -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.667);
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.667);
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.667);
  background-color: #F17C00;
  background-image: none;
  font-weight: bold;
  color: #000000;
}
.fixed-button:hover {
  /*+box-shadow: inset 0 0 10px #000000, 0 0 30px 1px rgba(0, 0, 0, 0.667);*/
  -moz-box-shadow: inset 0 0 10px #000000, 0 0 30px 1px rgba(0, 0, 0, 0.667);
  -webkit-box-shadow: inset 0 0 10px #000000, 0 0 30px 1px rgba(0, 0, 0, 0.667);
  box-shadow: inset 0 0 10px #000000, 0 0 30px 1px rgba(0, 0, 0, 0.667);
}
@media (max-width: 991px) {
  .side-cont p {
    text-align: center;
    margin-top: -15px;
    font-weight: bold;
  }
}
.side-cont p {
  margin-top: -15px;
  font-weight: bold;
}
.col-xs-12 {
  text-align: center;
}
footer iframe {
  border: 0px solid black;
  width: 100%;
  height: 550px;
}
footer .contatacts {
  position: absolute;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
  border-bottom-right-radius: 20px;
  margin: 25px auto auto 50px;
  border: 1px solid #2FA92A;
}
.top-button {
    margin-right: 20px;
    background: linear-gradient(30deg, #777, #e5e8ea);
    font-size: 16px;
    padding: 10px;
    max-width: 160px;
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.top-button:hover {
  /*+box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 30px 1px rgba(0, 0, 0, 0.3);*/
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 30px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 30px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 30px 1px rgba(0, 0, 0, 0.3);
}
#onas .modal-dialog {
  width: 90% !important;
  background-color: #FFFFFF !important;
  padding: 20px !important;
  /*+box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5);*/
  -moz-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.5);
}
#onas img {
  float: left;
  margin-right: 20px;
}
footer .container {
  width: 100%;
}
#carouselOne {
  width: 80%;
  margin: 25px auto 35px;
  max-width: 1000px;
}
.owl-dot {
  height: 15px;
  width: 15px;
  background-color: rgba(47, 168, 42, 0.487) !important;
  display: inline-block !important;
  margin-right: 15px;
  margin-left: 15px;
  /*+border-radius: 50%;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.owl-dot.active {
  background-color: #2FA82A !important;
  width: 16px;
  height: 16px;
}
.owl-carousel-item {
  padding: 20px;
  height: 100% !important;
}
.owl-stage-outer {
  background-color: #FFFFFF;
  border: 1px solid #2FA82A;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel-item a {
  font-weight: bold;
  color: #2FA82A;
}
@media (max-width: 900px) {
  #onas img {
    float: left;
    margin-right: 20px;
    height: 200px;
  }
  .main-turbo h3 {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  #onas img {
    float: none;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .top-button {
    background-color: #F17C00;
    background-image: none;
    font-size: 16px;
    padding: 5px;
    max-width: 160px;
    /*+box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);*/
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #000000;
    margin: auto auto 5px auto;
  }
  .logo-contain {
    display: inline-block;
  }
  .left-side {
    text-align: center;
  }
  .right-side {
    text-align: center;
    width: 175px !important;
    margin: auto;
  }
  .right-side span {
    white-space: nowrap;
  }
}
@media (min-width: 1800px) {
.sec-lvl-1 .main-turbo .abs-turbo {
    right: 344px;
    top: 226px;
}
}

@media (max-width: 620px) {
  .tabs__content {
    font-size: 14px !important;
    font-weight: normal;
  }
  .tabs__caption li {
    font-size: 14px;
    font-weight: bold;
  }
}
/* Style the tab */
.tab {
    overflow: hidden;
    margin: 10px auto;
    width: 90%;
    max-width: 800px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #ff9e02;
    float: left;
    width: 50%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffc900;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    color: black;
}

/* Style the tab content */
.tabcontent {
  display: none;
}