@import url("../fonts/robotoslab.css");
@import url("../fonts/cera.css");
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?dr5uzi');
  src: url('../fonts/icomoon.eot?dr5uzi#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?dr5uzi') format('truetype'), url('../fonts/icomoon.woff?dr5uzi') format('woff'), url('../fonts/icomoon.svg?dr5uzi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-C {
  width: 45px;
  display: block;
  background: url('../images/bas.svg');
  background-repeat: no-repeat;
  background-size: 45px;
  height: 45px;
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-BAS:before {
  content: "\e905";
  color: #1aaca1;
}
.icon-chart:before {
  content: "\e906";
  color: #1aaca1;
}
.icon-chat:before {
  content: "\e907";
  color: #1aaca1;
}
.icon-chevron-down:before {
  content: "\e908";
}
.icon-chevron-left:before {
  content: "\e909";
}
.icon-chevron-right:before {
  content: "\e90a";
}
.icon-chevron-up:before {
  content: "\e90b";
}
.icon-clock:before {
  content: "\e90c";
  color: #f27e00;
}
.icon-close-24px:before {
  content: "\e90d";
}
.icon-heads .path1:before {
  content: "\e90e";
  color: rgb(51, 51, 51);
}
.icon-heads .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.icon-heads .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.icon-heads .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.icon-heads .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(228, 51, 47);
}
.icon-heads .path6:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(228, 51, 47);
}
.icon-mail:before {
  content: "\e914";
  color: #f27e00;
}
.icon-menu:before {
  content: "\e915";
}
.icon-partnership:before {
  content: "\e916";
  color: #1aaca1;
}
.icon-phone:before {
  content: "\e917";
  color: #f27e00;
}
.icon-place:before {
  content: "\e918";
  color: #f27e00;
}
.icon-star:before {
  content: "\e919";
  color: #1aaca1;
}
.icon-uniE91A:before {
  content: "\e91a";
  color: #1aaca1;
}
.icon--:before {
  content: "\e91b";
  color: #1aaca1;
}
.icon--1:before {
  content: "\e91c";
  color: #1aaca1;
}
.icon--2:before {
  content: "\e91d";
  color: #1aaca1;
}
.icon-1:before {
  content: "\e91e";
  color: #1aaca1;
}
.icon-2:before {
  content: "\e91f";
  color: #1aaca1;
}
.icon-3:before {
  content: "\e920";
  color: #1aaca1;
}
.icon---:before {
  content: "\e921";
}
.icon-del1:before {
  content: "\e922";
  color: #1aaca1;
}
.icon-del2:before {
  content: "\e923";
  color: #1aaca1;
}
.icon-del3:before {
  content: "\e924";
  color: #1aaca1;
}


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%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.margin-top-s {
  margin-top: 5px;
}
.margin-left-s {
  margin-left: 5px;
}
.margin-right-s {
  margin-right: 5px;
}
.margin-bottom-s {
  margin-bottom: 5px;
}
.margin-top-sm {
  margin-top: 10px;
}
.margin-left-sm {
  margin-left: 10px;
}
.margin-right-sm {
  margin-right: 10px;
}
.margin-bottom-sm {
  margin-bottom: 10px;
}
.margin-top-xs {
  margin-top: 20px;
}
.margin-left-xs {
  margin-left: 20px;
}
.margin-right-xs {
  margin-right: 20px;
}
.margin-bottom-xs {
  margin-bottom: 20px;
}
.margin-top-lg {
  margin-top: 30px;
}
.margin-left-lg {
  margin-left: 30px;
}
.margin-right-lg {
  margin-right: 30px;
}
.margin-bottom-lg {
  margin-bottom: 30px;
}
.margin-top-md {
  margin-top: 40px;
}
.margin-left-md {
  margin-left: 40px;
}
.margin-right-md {
  margin-right: 40px;
}
.margin-bottom-md {
  margin-bottom: 40px;
}
.mt-6 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.padding_5 {
  padding: 5px;
}
.padding_10 {
  padding: 10px;
}
.padding_20 {
  padding: 20px;
}
.padding_30 {
  padding: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .form-control {
  height: 70px;
  border: 0;
  margin-bottom: 0;
  font-size: 16px;
  background-color: #F5F5F5;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  padding: 0 25px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 100px;
}
.form-group textarea.form-control {
    resize: none;
    height: 245px;
    padding: 15px;
    border-radius: 20px;
    font-size: 16px;
}
.form-group label {
    margin-bottom: 5px;
}
.form-group .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
}
.form-group .form-control:-ms-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
}
.form-group .form-control::-ms-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
}
.form-group .form-control::placeholder {
  color: #B5B5B5;
  opacity: 1;
}

.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ultrabold {
  font-weight: 800;
}
.bold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.resp-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.border {
  border: 1px solid #e5e5e5;
}
.uppercase {
  text-transform: uppercase;
}
.block {
  display: block;
}
.vam {
  vertical-align: middle;
  display: inline-block;
}
.reset-ul {
  padding: 0;
  margin-bottom: 0;
}
.reset-ul li {
  list-style-type: none;
}
a,
button {
  transition: 0.2s linear;
  text-decoration: none;
  box-shadow: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #F27E00;
}
input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
  box-shadow: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
.blue {
  color: #313869;
}
.rad {
  color: #d92219;
}
.white {
  color: #fff;
}
.font-100 {
  font-size: 100px;
}
.font-80 {
  font-size: 80px;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}
.font-45 {
  font-size: 45px;
  line-height: 1;
}
.font-36 {
  font-size: 36px;
}
.font-35 {
  font-size: 35px;
}
.font-30 {
  font-size: 30px;
}
.font-24 {
  font-size: 24px;
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-12 {
  font-size: 12px;
}
.w-100 {
    width: 100%;
}
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
 .dropup,
 .dropdown {
   position: relative;
 }

 .dropdown-toggle::after {
   display: block;
   content: "";
   position: absolute;
   top: 35%;
   right: 10px;
 }

 .dropdown-toggle:empty::after {
   margin-left: 0;
 }

 .dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.5rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 0.25rem;
 }

 .dropup .dropdown-menu {
   margin-top: 0;
   margin-bottom: 0.125rem;
 }

 .dropup .dropdown-toggle::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
   border-top: 0;
   border-right: 0.3em solid transparent;
   border-bottom: 0.3em solid;
   border-left: 0.3em solid transparent;
 }

 .dropup .dropdown-toggle:empty::after {
   margin-left: 0;
 }

 .dropdown-divider {
   height: 0;
   margin: 0.5rem 0;
   overflow: hidden;
   border-top: 1px solid #e9ecef;
 }

 .dropdown-item {
   display: block;
   width: 100%;
   padding: 0.25rem 1.5rem;
   clear: both;
   font-weight: 400;
   color: #212529;
   text-align: inherit;
   white-space: nowrap;
   background: none;
   border: 0;
 }

 .dropdown-item:focus, .dropdown-item:hover {
   color: #16181b;
   text-decoration: none;
   background-color: #f8f9fa;
 }

 .dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #007bff;
 }

 .dropdown-item.disabled, .dropdown-item:disabled {
   color: #868e96;
   background-color: transparent;
 }

 .dropdown-menu.show {
   display: block;
 }

 .dropdown-header {
   display: block;
   padding: 0.5rem 1.5rem;
   margin-bottom: 0;
   font-size: 0.875rem;
   color: #868e96;
   white-space: nowrap;
 }

 .btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select {
  width: 100%;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 10px;
  z-index: 1;
  height: 50px;
  cursor: pointer;
  border: 1px solid #DFDFDF;
  background: #fff;
  border-radius: 10px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}


.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 90%;
  text-align: left;
  vertical-align: sub;
  color: #000;
  font-size: 16px;

}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    /* margin-left: auto;
    margin-right: auto; */
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    opacity: .8;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 9;
    background: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-disabled {
    opacity: 0!important;
}
.slick-prev:before {
    content: "\e902";
    color: #CBCBCB;
    font-size: 35px;
}
.slick-next:before {
    content: "\e903";
    color: #CBCBCB;
    font-size: 35px;
}
.slick-prev:hover:before, .slick-next:hover:before {
    color: #F27E00;
}
.main_banner .slick-list {
    border-radius: 0 0 62px 62px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0 0 0 54px;
    margin: 20px 0 0 0;
    list-style: none;
    text-align: left;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    color: #EFEFEF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #F27E00;
}
html {
  height: 100%;
}
body {
 font-family: 'Cera Pro';
  font-weight: normal;
  font-style: normal;
  padding: 0;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  line-height: 150%;
  color: #000;

}
.robotoslab {
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-style: normal;
}
.lh_125 {
    line-height: 125%;
}
.lh_120 {
    line-height: 120%;
}
.margin-top-100 {
    margin-top: 100px;
}
.sertifikat-img {
    max-height: 40px;
    margin-left: 30px;
}
.gamburger {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  width: 105px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 15px;
  cursor: pointer;
  transform: scale(.6);
  display: none;
}
.gamburger.active:before {
  -webkit-animation: slideLeft 0.2s 0.05s ease-out forwards;
          animation: slideLeft 0.2s 0.05s ease-out forwards;
}
.gamburger.active:after {
  -webkit-animation: slideRight 0.2s 0.05s ease-out forwards;
          animation: slideRight 0.2s 0.05s ease-out forwards;
}
.gamburger.active .bar {
  -webkit-animation: rotate45 0.2s ease-out forwards;
          animation: rotate45 0.2s ease-out forwards;
}
.gamburger.active .bar:last-child {
  -webkit-animation: rotate135 0.2s 0.2s ease-out forwards;
          animation: rotate135 0.2s 0.2s ease-out forwards;
}
.gamburger.back:before {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-animation: slideBack 0.2s 0.05s ease-out forwards;
          animation: slideBack 0.2s 0.05s ease-out forwards;
}
.gamburger.back:after {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-animation: slideBack 0.2s 0.05s ease-out forwards;
          animation: slideBack 0.2s 0.05s ease-out forwards;
}
.gamburger.back .bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: rotateBack 0.2s ease-out forwards;
          animation: rotateBack 0.2s ease-out forwards;
}
.gamburger.back .bar:last-child {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-animation: rotateBack 0.2s 0.2s ease-out forwards;
          animation: rotateBack 0.2s 0.2s ease-out forwards;
}
.gamburger:before {
  content: "";
  display: block;
  width: 75px;
  height: 10px;
  background: #000;
}
.gamburger:after {
  content: "";
  display: block;
  width: 75px;
  height: 10px;
  background: #000;
}
.gamburger .bar {
  display: block;
  width: 75px;
  height: 10px;
  background: #000;
  margin: 14px 0;
}
.gamburger .bar:last-child {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 25px;
}
@-webkit-keyframes rotate135 {
  form {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@keyframes rotate135 {
  form {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@-webkit-keyframes rotate45 {
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes rotate45 {
  to {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotateBack {
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotateBack {
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translateX(122%);
            transform: translateX(122%);
  }
}
@keyframes slideRight {
  to {
    -webkit-transform: translateX(122%);
            transform: translateX(122%);
  }
}
@-webkit-keyframes slideLeft {
  to {
    -webkit-transform: translateX(-122%);
            transform: translateX(-122%);
  }
}
@keyframes slideLeft {
  to {
    -webkit-transform: translateX(-122%);
            transform: translateX(-122%);
  }
}
@-webkit-keyframes slideBack {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideBack {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  /* padding: 0 3% 15px; */
  /* padding: 0 3% 0 3%; */
  background: #fff;
}
header.fixed_desctop {
    /* padding: 0 3% 0px; */
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}
header.fixed_desctop.out_desctop  {
     transform: translateY(-100%);
}
header.fixed_desctop.out_desctop .header_top {
    padding: 10px 0;
}
header.fixed_desctop .orange_button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-indent: -9999px;
    background: #F27E00 url('../images/cart.svg') 50% 50% no-repeat;
}
header.fixed_desctop .orange_button:hover {
    background: #1AACA1 url('../images/cart.svg') 50% 50% no-repeat;
}
header.fixed_desctop .lang li label span {
    height: 40px;
    width: 70px;
    font-size: 14px;
}
header.fixed_desctop .lang {
    margin: 0 15px 0 0;
}
header.fixed_desctop .logo_1 {
    width: 160px;
    height: 18px;
    background-size: contain;
}
header.fixed_desctop .logo_2 {
    display: none;
}
header.fixed_desctop .header_bottom {
    /* opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    max-height: 0;
    padding: 0 3%; */
}
header.fixed_desctop .gamburger {
    /* display: block; */
}
header.fixed_desctop.activate .header_bottom {
    opacity: 1;
    visibility: visible;
    max-height: 100px;
    margin-bottom: 10px;
}




.section {
    min-height: 100%;
    overflow-y: hidden;
}
.section_container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#section1 {
     background-color: #fff;
     min-height: 100vh;
     position: relative;
     overflow: hidden;
}
#section1 .section_container {
    position: absolute;
    z-index: 3;
    padding-top: 0;
    padding-bottom: 0;
}
#section2 {
  background:linear-gradient(180deg, #1A225C 0%, #111C54 100%);
}
#section2 .section_container {
    background-image: url('../images/content/main/section2.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#section3 {
  /* background:linear-gradient(180deg, #1A225C 0%, #111C54 100%); */
  background: #1A225C;
}
#section3 .section_container {
    background:  url('../images/content/main/section3.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
}
#section4 {
      background: url('../images/content/main/section4.webp');
      background-position: center -60px;
      background-repeat: no-repeat;
}
#medoc {
    background: linear-gradient(180deg, #1A225C 0%, #3D2B6D 100%);
}
#medoc .section_container {
    background:  url('../images/content/medoc/medoc.png');
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#medoc_2 {
    background: #1A225C;
}
#medoc_2 .section_container {
    background: radial-gradient(50% 50% at 50% 50%, #092088 0%, rgba(9, 32, 136, 0) 100%);
}
#bas {
    background: url('../images/content/bas/img-obl.png') no-repeat center bottom;
}
#bas .section_container {
    background: url('../images/content/bas/img-skale.png') no-repeat center bottom;
    padding-bottom: 200px;
    padding-top: 40px;
}

.img_scale {
    position: absolute;
    width: 100%;
    height: 690px;
    z-index: 2;
    bottom: -150px;
    transform: translateY(700px);
    transition: transform .8s ease;
}
.img_obl {
    position: absolute;
    width: 100%;
    height: 690px;
    z-index: 1;
    bottom: -200px;
    transform: translateY(700px);
     transition: transform .5s ease;
}
.onload_page .img_scale {

    transform: translateY(0);
}
.onload_page .img_obl {
    transform: translateY(0);
}
.header_top {
    padding: 15px 3%;
}
.header_bottom {
    padding: 0 3%;
    transition: all .2s ease;
}

.logo {
    display: flex;
    align-items: center;
}
.logo div + div {
    margin-left: 30px;
    transition: all .2s ease;
}
.logo_1 {
    width: 227px;
    height: 20px;
    /* background: url('../images/logo1.svg'); */
    background-size: contain;
    background-repeat: no-repeat;
}

.logo_2 {
    width: 136px;
    height: 46px;
    /* background: url('../images/logo-2.svg'); */
}
.orange_button {
    height: 65px;
    background: #F27E00;
    box-shadow: 0px 10px 20px rgba(242, 126, 0, 0.3);
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    padding: 0 20px;
    transition: all .3s ease;
    display: none;
}
.orange_button:hover {
    background: #1AACA1;
}
.header_top .orange_button {
    width: 190px;
}
.header_top_right {
    display: flex;
    align-items: center;
}
.topNav {
    display: FLEX;
    align-items: center;
    justify-content: space-between;
}
.topNav li {
    display: block;
}
.logo_white .topNav li a {
    color: #fff;
}
.logo_white .topNav li a.active {
  color: #F27E00;
}
.lang {
    background: #F5F5F5;
    list-style-type: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 100px;
    overflow: hidden;
}
.lang li  label {margin-bottom:0;}
.lang li  label span{display:flex;align-items: center;justify-content: center;cursor: pointer;width: 100px;border:2px solid #transparent;text-align: center;border-radius: 100px;height: 65px;font-size: 16px;color: #000;}
.lang li.active  label span{border: 2px solid #F27E00;font-weight: bold;font-size: 18px;color: #000;}
.lang li label span.active{background:  #fff;color:white;border:1px solid #23CAEF;}

.green_button {
    background: #1AACA1;
    box-shadow: 0px 10px 20px rgba(26, 172, 161, 0.3);
    border-radius: 100px;
    height: 70px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.green_button:hover {
    opacity: .7;
}
.green_button.fixed_button {
    position: fixed;
    left: 3%;
    bottom: 20px;
    z-index: 10;
}


.chat_component {
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 10;
}
.chat_button {
    background-color: #1AACA1;
    background-image: url('../images/vidjet/message.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 20px rgba(26, 172, 161, 0.3);
    border-radius: 100%;
    height: 70px;
    width: 70px;
    font-size: 25px;
    color: #fff;
    border: 0;
    cursor: pointer;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.chat_button:hover {
    opacity: .7;
}
.write_us {
  padding: 0.5rem 0.75rem;
  color: #212529;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  z-index: 1060;
  display: block;
  width: 200px;
  position: absolute;
  right: 85px;
  bottom: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.write_us .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    right: -14px;
    bottom: 25px;
}
.write_us .arrow:before, .write_us .arrow:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  margin-top: -0.8rem;
border-right-width: 0;
}
.write_us .arrow:before {
  content: "";
    border-width: 0.8rem;
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.write_us .arrow:after {
  content: "";
  border-width: 0.8rem;
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}
.vidjets_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.vidjets_container a {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.vidjets_container a:hover {
  box-shadow: 0 2px 15px #000000;
}
.vidjets_container a.chat_b {
  background-color: #F27E00;
  background-image: url('../images/vidjet/message.png');
}
.vidjets_container a.viber_b {
  background-color: #665CAC;
  background-image: url('../images/vidjet/viber.png');
}
.vidjets_container a.tg_b {
  background-color: #2CA5E0;
  background-image: url('../images/vidjet/telegramm.png');
}

.activation .chat_button {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.activation .write_us {
  opacity: 1;
  visibility: visible;
}
.active .vidjets_container {
  opacity: 1;
  visibility: visible;
}
.active .chat_button {
  background-image: url('../images/vidjet/close.png');
}
.active .write_us {
  opacity: 0;
  visibility: hidden;
}

















.section_one_content {
    width: 60%;
}
.col_bottom {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #F27E00;
}
.col_bottom span:before {
    color: #F27E00;
    font-size: 30px;
}
.firts_slick .slick-slide  {
    padding: 0 60px;
}
.scroll_to {
    margin-left: 50px;
    margin-top: 30px;
    transition: all .8s ease;
    opacity: 0;
    transform: translateY(500px);
    transition: all 1.5s ease;
}
.onload_page .scroll_to {
    transform: translateY(0);
    opacity: 1;
}
#side-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
#side-menu li {
    padding: 10px 0;
    position: absolute;

}
#side-menu li a {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    transition: transform .5s ease;
}
#side-menu li a span {
    position: absolute;
    right: 200%;
    top: -10px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}
#side-menu li a:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #DFDFDF;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
}
#side-menu li.active a span {
    visibility: visible;
    opacity: 1;
    color: #F27E00;
}
#side-menu li.active a:before {
    background: #F27E00;
}

#side-menu li:nth-child(1)  {
    transform: translateX(100px);
    top: 0;
    transition: all .5s ease;
}
#side-menu li:nth-child(2) {
    transform: translateX(110px);
    top: 25px;
    transition: all .7s ease;
}
#side-menu li:nth-child(3) {
    transform: translateX(120px);
    top: 50px;
    transition: all .9s ease;
}
#side-menu li:nth-child(4) {
    transform: translateX(130px);
    top: 75px;
    transition: all 1.1s ease;
}
#side-menu li:nth-child(5) {
    transform: translateX(140px);
    top: 100px;
    transition: all 1.3s ease;
}
#side-menu li:nth-child(6) {
    transform: translateX(150px);
    top: 125px;
    transition: all 1.5s ease;
}
#side-menu li:nth-child(7) {
    transform: translateX(160px);
    top: 150px;
    transition: all 1.7s ease;
}
.onload_page #side-menu li:nth-child(1),
.onload_page #side-menu li:nth-child(2),
.onload_page #side-menu li:nth-child(3),
.onload_page #side-menu li:nth-child(4),
.onload_page #side-menu li:nth-child(5),
.onload_page #side-menu li:nth-child(6),
.onload_page #side-menu li:nth-child(7) {
    transform: translateY(0);
}

.preim_section .col-lg-6:nth-child(1) {
    position: relative;
}
.preim_section .col-lg-6:nth-child(1) .abs {
    position: absolute;
    right: 10px;
    top: 0;
}
.s_s_col {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 172, 161, 0.2);
    border-radius: 100%;
    margin-right: 20px;
    font-size: 30px;
}
.s_s_col span:before {
    color: #fff;
}
.second_slick .slick-dots {
    padding-left: 0;
    margin-left: -5px;
}
.second_slick .slick-prev, .second_slick .slick-next {
    top: inherit;
    bottom: -29px;
}
.second_slick .slick-prev {
    left: inherit;
    right: 40px;
}
.second_slick .slick-dots li {
    width: inherit;
    margin-right: 10px;
    width: 50px;
    height: 4px;
}
.second_slick .slick-dots li button {
    width: 50px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0;
}
.second_slick .slick-dots li button:before {
    display: none;
}
.second_slick .slick-dots li.slick-active {
    background: #1AACA1;
}
.faq-ul {
    margin-top: 50px;
}
.faq-ul > li {
    background: rgba(104, 162, 249, 0.15);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 20px 30px 40px;
}
.faq-ul > li > a {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 15px;
    position: relative;
    color: #fff;
}
.faq-ul > li > a img {
    margin-right: 20px;
}
.faq-ul > li > a.collapsed:after {
    content: '+';
    color: #fff;
    font-size: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    font-weight: 100;
}
.faq-ul > li > a:after {
    content: '-';
    color: #fff;
    font-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    font-weight: 100;
}
.faq-ul  li div {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}
.more_us {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #F27E00;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 140px;
    margin-top: 20px;
}
.serv_two_colums {
  margin-top: 20px;
}
.serv_two_colums .more_us {
  margin-top: 0;
}
.klients_slider {
    border: 1px solid #DFDFDF;
    margin-top: 40px;
}
.klient_section {
    border-right: 1px solid #DFDFDF;
}
.klient_section a {
    display: block;
    height: 200px;
    position: relative;
}
.klient_section a:nth-child(1) {
    border-bottom: 1px solid #DFDFDF;
}
.klient_section a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s ease-out;
}
.klient_section a:hover img {
    transform: scale(1.2);
}
.klients_slider .slick-dots {
    display: none!important;
}
.klients_slider .slick-prev, .klients_slider .slick-next {
    top: -65px;
}
.klients_slider .slick-prev {
    left: inherit;
    right: 50px;
}
#map-canvas {
    height: 400px;
    border-radius: 20px;
}
.contact_row {
    margin-top: 30px;
}
.c_f_i {
    background: rgba(242, 126, 0, 0.15);
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
form.spec .orange_button {
    font-size: 16px;
    width: 100%;
    height: 70px;
}
.heads {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    height: 16px;
    font-size: 80px;
    line-height: 0;
    overflow: hidden;
}
.heads:hover span span:before {
    color: #F27E00;
}
.icon-heads {
    line-height: 0.2;
    height: 16px;
    display: block;
}
.footer-ul li {
    margin-bottom: 10px;
}
.footer-ul li a {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}
.footer-ul li a:hover {
    border-bottom: 1px solid #000;
}
.gray {
    color: #808080;
}
.footer_bottom {
    margin-top: 30px;
}
.footer {
    margin-top: 100px;
    padding: 50px 0;
    background: linear-gradient(180deg, #F3F8F7 0%, #FFFFFF 25.96%);
}


.development_content {
    max-width: 800px;
}
.development_slick {
    opacity: 0;
    transition: 5s all ease;
}
.onload_page .development_slick {
    opacity: 1;
}
.development_slick .slick-dots {
    padding: 0 200px 0 0;
    text-align: right;
}
.development_slick .slick-prev, .development_slick .slick-next {
    top: initial;
    bottom: -23px;
}
.development_slick .slick-prev {
    left: inherit;
    right: 140px;
}
.development_slick .slick-next {
    right: 100px;
}
.m-w-230 {
  max-width: 230px;
}
.dev_ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.dev_ul li {
    padding: 10px 10px 10px 35px;
    width: 50%;
    position: relative;
}
.dev_ul li::before {
    content: '\2714';
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #1AACA1;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    top: 15px;
}
.razr .col-lg-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.et_div {
    background: rgba(104, 162, 249, 0.15);
    border-radius: 20px;
    padding: 10px 20px;
}
.et_1 {
    color: #1AACA1;
    opacity: 0.3;
    font-size: 80px;
    line-height: 100%;
    min-width: 45px;
    margin-right: 5px;
}
.et_2 {
    color: #fff;
    font-size: 24px;
    line-height: 120%;
}
.et_3 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(26, 172, 161, 0.2);
    color: #1AACA1;
    font-size: 24px;
    cursor: pointer;
}
.etaps .col-lg-3, .etaps .col-lg-4, .etaps .col-lg-8 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.etaps .col-lg-3 .etap_item {
  align-items: center;
}
.margin-top-50 {
    margin-top: 50px;
}
.services_row .col-lg-4, .services_row .col-lg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pink_bg_div2 {
    background: rgba(242, 126, 0, 0.1);
    border-radius: 20px;

}
.blue_bg_div2 .d-flex, .pink_bg_div2 > .d-flex {
    min-height: 190px;
    padding: 10px 40px;
}
.blue_bg_div2 .d-flex .d-flex div:nth-child(1), .pink_bg_div2 .d-flex .d-flex div:nth-child(1) {
    width: 80px;
    min-width: 80px;
}
.dev_orange_ul {
  margin-top: 10px;
}
.dev_orange_ul li::before {
  background: #F27E00;
}
.etap_item {
  background: rgba(26, 172, 161, 0.1);
  border-radius: 20px;
  height: 100%;
  display: flex;
  padding: 20px;
}
.etap_item > div:nth-child(1) {
  color: #1AACA1;
  opacity: 0.3;
  font-size: 80px;
  line-height: 100%;
  margin-right: 10px;
}
.plus_icon {
  width: 24px;
  height: 24px;
  background: rgba(26, 172, 161, 0.1);
  border-radius: 100%;
  color: #1AACA1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.minus_icon {
  width: 24px;
  height: 24px;
  background: rgba(242, 126, 0, 0.1);
  border-radius: 100%;
  color: #F27E00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.inv_ul li {
  display: flex;
  padding: 10px 0;
}
.inv_ul li div:nth-child(1) {
  width: 30px;
  min-width: 30px;
  margin-right: 5px;
  font-size: 18px;

}





.yellow_but {
    height: 50px;
    background: #F27E00;
    box-shadow: 0px 10px 20px rgba(242, 126, 0, 0.3);
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    padding: 0 20px;
    transition: all .3s ease;
    width: 100%;
}
.yellow_but:hover {
    background: #1AACA1;
    box-shadow: none;
}
a.yellow_but:hover {
  color: #fff;
}
.white_but {
    height: 50px;
    background: #fff;
    border-radius: 100px;
    border: 2px solid #F27E00;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px;
    transition: all .3s ease;
    width: 100%;
}
.white_but:hover {
    background: #F27E00;
    color: #fff;
}

.services_div .lvl_1 {
    min-height: 60px;
    align-items: center;
}
.services_div .lvl_1 > div:nth-child(1) {
    width: 70px;
    min-width: 70px;
    font-size: 45px;
}
.services_div .lvl_1 > div:nth-child(1) span:before {
    color: #1AACA1;
}
.our_experience .col-lg-3 {
    text-align: center;
}
.our_experience .col-lg-3:after {
    content: '';
    height: 50%;
    width: 1px;
    background: #DFDFDF;
    position: absolute;
    right: 0;
    top: 25%;
}
.our_experience .col-lg-3:last-child:after {
    display: none;
}
.our_experience .lvl_1 {
    color: rgba(26, 172, 161, 0.25);
    font-size: 100px;
    font-weight: bold;
    line-height: 120%;
}
.support_content {
    max-width: 620px;
}
.nav-tabs {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.nav-tabs a {
    background: rgba(26, 172, 161, 0.25);
    border-radius: 100px;
    width: 20%;
    height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.nav-tabs a.active {
    background: #1AACA1;
}

.tab-content {
    color: #fff;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

.tarif_container {
    display: flex;
}
.tarif_container .t_c_left {
    width: 25%;
    min-width: 25%;
    border-right:  1px solid #ffffff40;
}
.tarif_container .t_c_right {
    width: 75%;
    min-width: 75%;
}
.tarif_container .t_c_right .t_c_item:nth-child(2n) table {
    border-left: 1px solid #ffffff40;
    border-right: 1px solid #ffffff40;
}
.rate_table {
    width: 100%;
}
.rate_table tr {
    border-bottom: 1px solid #ffffff40;
}
.rate_table tr:last-child {
    border-bottom: 0;
}
.rate_table tr td {
    height: 95px;
    font-size: 16px;
    vertical-align: middle;
    padding: 15px;
    line-height: 100%;
}
.rate_table .bootstrap-select {
  width: 80px;
  margin: 0 5px;
  display: inline-block;
}
.rate_table .bootstrap-select > .dropdown-toggle {
  background: #263573;
  border-radius: 100px;
  border: 1px solid transparent;
  height: 40px!important;
}
.rate_table .bootstrap-select > .dropdown-toggle span {
  color: #fff!important;
}
.rate_table .bootstrap-select .dropdown-toggle::after {
  width: 12px;
  height: 8px;
  top: 39%!important;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABNSURBVHgBhYzREQAQDEPLRDbqKIxi06hTHFeVrzb3XogkABJ9shg5MkbYgVmZHOUP2ldL0q7qG2ZZsMPGck+5lw7JhR+SDz8kH74kE27czYwZeCNT6wAAAABJRU5ErkJggg==');
}
.tarif_container .t_c_left table tr td {
    font-weight: bold;
    text-align: right;
}
.service_tarifs {
  background: rgba(104, 162, 249, 0.15);
  border-radius: 20px;
  color: #fff;
  padding: 40px;
}
.st_title {
  font-size: 20px;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.st_title:after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 400;
}
.st_title.active:after {
  content: '-';
}
.st_content {
  padding-top: 20px;
  font-size: 16px;
  line-height: 190%;
  font-weight: 400;
  display: none;
}
.st_content.active {
  display: block;
}









.scroll_to.white {
    margin-left: 0;
    margin-top: 40px;
    display:   flex;
    align-items: center;
    justify-content: center;
}
.scroll_to.white a {
    color: #fff;
}
.scroll_to.white a:hover {
    color: #F27E00;
}
.scroll_to.white .col_bottom {
    border: 1px solid #fff;
    transition: 0.2s linear;
}
.scroll_to.white:hover .col_bottom {
    border: 1px solid #F27E00;
}
.scroll_to.white .col_bottom span:before {
    color: #fff;
    transition: 0.2s linear;
}
.scroll_to.white:hover .col_bottom span:before {
        color: #F27E00;
}

.config_progress {
    width: 100%;
    height: 10px;
    position: relative;
    background: #ffffff36;
    margin: 50px 0;
}
.config_progress_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #1AACA1;
}
.config_section {
    display: none;
}
.config_section.active {
    display: block;
}
.config_buttons {
    margin: 30px -10px 30px;
}
.go_next, .pick_up {
    background: #1AACA1;
    border-radius: 100px;
    width: 330px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 0;
    cursor: pointer;
}
.go_back {
    background: #F27E00;
    border-radius: 100px;
    width: 330px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 0;
    cursor: pointer;
}
.go_next:hover, .go_back:hover {
    opacity: .5;
}

.radio {
    display: none;
}

.radio-custom {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 2px solid #1AACA1;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
    margin-top: 4px;
}

.radio-custom,
.ul_with_radio .label {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.ul_with_radio label {
    display: flex;
    align-items: center;
    align-items: flex-start;
    cursor: pointer;
}
.radio:checked + .radio-custom {
    background: #135da6;
    border: 2px solid #1AACA1;
}
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: white;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}
.ul_with_radio li {
    padding: 10px 0;
    color: #fff;
}
.module_container {
    border: 1px solid #DFDFDF;
    padding: 30px;
    border-radius: 30px;
}
.module_container .lvl_1 div:nth-child(1) {
    width: 70px;
    min-width: 70px;
}
.green {
    color: #1AACA1;
}
.m_e_d_1 {
    margin-top: 50px;
}
.m_e_d_1 li {
    display: flex;
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 15px 0 15px 30px;
    position: relative;
}
.m_e_d_1 li:before {
    position: absolute;
    content: '\2714';
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1AACA1;
    border-radius: 100%;
    left: 0;
    top: 18px;
    font-size: 14px;
}
.m_e_d_2 li {
    display: flex;
    background: rgba(26, 172, 161, 0.2);
    border-radius: 10px;
    height: 70px;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 10px;
}
.m_e_d_2 li div:nth-child(1) {
    width: 35px;
    display: flex;
    align-items: center;
}
.m_e_doc_orange .m_e_d_1 li:before {
    background: #F27E00;
}
.orange {
    color: #F27E00;
}
.m_e_doc_orange .m_e_d_2 li {
    background: rgba(242, 126, 0, 0.2);
}
.modal-content {
    padding: 50px;
    border-radius: 0;
}
button.close {
    display: inline-flex;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 50px;
    color: #b8b9b9;
    font-weight: 500;
    opacity: 1;
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu.inner li a {
    padding: 5px 9px;
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu.inner li a:hover {
    color: #6a2874;
}
.dropdown-toggle::after {
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADKSURBVHgB7ZNBDoMgFETF4LoewSPoxnW9QY/QnqweoTfo0gQWcJTuIaF/jCRWQUi77SwE4c/LDwNFkZAQ4qqUqo9qyqNNKeWZMXa31rZfQ3L1h+zF8UGMVVU9uq575RoRuzHmAl9JgHaJ8Zm6D2sA6uEjUFP2fa+dczfaa3NAHoB6+OCfz4QmYw4oABixztZFOBu0SFPNOR+WmwrTQP86BIA+0tl2REDf0SkG2HUS6Ahp1X4MAaKQDWhWDJAUQPSSHcbiF03T1KRq3j6Kl1cd7qQMAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    border: 0;


}
.show .dropdown-toggle::after {

}
.myCheckbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.myCheckbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 3px;
    border: 1px solid #DFDFDF;
    background: white;
}
.myCheckbox input[type=checkbox] {
    display: none;
    margin-left: 0;
}
.myCheckbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 20px;
    background-color: #1AACA1;
    border: 0;
}
.modal_price_block {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DFDFDF;
}
.modal_price_block .yellow_but {
    max-width: 230px;
}
.ul_with_check {
    margin-top: 10px;
}
.ul_with_check li {
    padding: 5px 0;
}
.modal_row {
    margin-left: -65px;
    margin-right: -65px;
}
.modal_row .col-lg-6 {
    padding-left: 65px;
    padding-right: 65px;
}
.modal_row .col-lg-6:nth-child(2) {
    border-left: 1px solid #DFDFDF;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.mt-auto {
    margin-top: auto;
}
.mb-0 {
    margin-bottom: 0;
}
#bas {
    padding-top: 150px;
}
.bas-ul > li {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 20px 30px 40px;
    border: 1px solid #DFDFDF;
}
.bas-ul > li > a {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 15px;
    position: relative;
    min-height: 50px;
}
.bas-ul > li > a div {
    margin-right: 10px;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
}
.bas-ul > li > a:after {
    content: '+';
    color: #CBCBCB;
    font-size: 35px;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    font-weight: 100;
    transition: 0.2s linear;
}
.bas-ul > li.active > a:after {
    content: '-';
    color: #CBCBCB;
    font-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    font-weight: 100;
}
.bas-ul  li .bas_hidden {
    margin-top: 30px;
    font-size: 16px;
    display: none;
}
.bas-ul  li.active .bas_hidden {
    display: block;
}
.bas-ul .more_us {
    color: #000;
}
.blue_ul .bas-ul > li {
    background: rgba(104, 162, 249, 0.15);
    border: 1px solid transparent;
}
.blue_ul .bas-ul > li > a {
    color: #fff;
}
.blue_ul .bas-ul > li > a:after {
    color: #fff;
}
.blue_ul .bas-ul > li.active > a:after {
    color: #fff;
}
.blue_ul .bas-ul  li .bas_hidden {
    background: transparent;
    color: #fff;
}
.blue_ul .bas-ul  li .more_us {
    background: transparent;
    color: #fff;
}
.blue_ul .white_but {
  background: transparent;
  color: #fff;
}
.ar_col {
    display: flex;
    width: 70px;
    min-width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background: rgba(26, 172, 161, 0.2);
    border-radius: 100%;
    margin-right: 20px;
    font-size: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.ar_more {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F27E00;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    margin-top: 50px;
}
.ar_more span + span {
    margin-left: 5px;
    font-size: 16px;
    margin-top: 2px;
}
.kek .col-lg-6 {
    display: flex;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.kek .yellow_but {
    max-width: 220px;
}
.blue_bg_div {
    background: rgba(104, 162, 249, 0.15);
    border-radius: 20px;

}
.pink_bg_div {
    background: rgba(242, 126, 0, 0.1);
    border-radius: 20px;

}
.blue_bg_div .d-flex, .pink_bg_div  .d-flex {
    height: 190px;
    padding: 0 40px;
}
.blue_bg_div .d-flex div:nth-child(1), .pink_bg_div .d-flex div:nth-child(1) {
    width: 80px;
    min-width: 80px;
}
.s_s_col2 {
    background: rgba(26, 172, 161, 0.2);
}
.s_s_col2 span:before {
    color: #1AACA1;
}
.mt-100 {
    margin-top: 100px;
}
.number {
    background: rgba(255, 255, 255, 0.1);
    height: 50px;
    max-width: 140px;
    border-radius: 100px;
}
.number .minus, .number .plus {
    width: 30%;
    float: left;
    height: 100%;
    font-size: 38px;
    color: #fff;
    opacity: .5;
    text-align: center;
    cursor: pointer;
    transition: 0.5s linear;
}
.number .minus {
    line-height: 1.3em;
}
.number .plus {
    line-height: 1.2em;
}
.number .minus:hover, .number .plus:hover {
    color: #fff;
    opacity: 1;
}
.number input {
    width: 40%;
    text-align: center;
    color: #fff;
    float: left;
    height: 100%;
    border: 0;
    opacity: 0.8;
    background: transparent;
}
.equipment_hidden table {
    width: 100%;
}
.equipment_hidden table th, .equipment_hidden table td {
    padding: 20px 5px;
    color: #fff;
    border-top: 1px solid #ffffff21;
    vertical-align: middle;
}
.equipment_hidden table th:nth-child(1), .equipment_hidden table td:nth-child(1) {
    padding-left: 0;
}
.equipment_hidden table th:nth-child(2), .equipment_hidden table td:nth-child(2) {
  width: 450px;
}
.equipment_hidden table th:last-child, .equipment_hidden table td:last-child {
    padding-right: 0;
}
.three_buttons .number, .three_buttons button {
    min-width: 130px;
}
.three_buttons .white_but {
    background: transparent;
    color: #fff;
}
.three_buttons .white_but:hover {
    background: #F27E00;
}
.equipment_ul li {
    background: rgba(104, 162, 249, 0.15);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
    transition: all .3s ease;
}
.equipment_hidden {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all .3s ease;
}
.cursor_block div:nth-child(1) {
    margin-right: 20px;
}
.view_status {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.view_status:before {
    display: block;
    content: '+';
    font-size: 40px;
    color:  #ffffff5e;
    transition: all .3s ease;
}
.cursor_block {
    cursor: pointer;
}
.equipment_ul li.active .equipment_hidden {
    max-height: 10000px;
    visibility: visible;
    opacity: 1;
    margin-top: 40px;
}
.equipment_ul li.active .view_status:before {
    content: '-';
}
.equipment_ul li:hover {
    background: rgba(104, 162, 249, 0.35);
}
.n_title_height {
  height: 96px;
  overflow: hidden;
}
.n_anons_height {
  height: 96px;
  overflow: hidden;
}
.news_row .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.news_row .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.news_div {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
}
.news_d_f_i {
  min-height: 159px;
}
.news_div .white_but {
    max-width: 80%;
    margin-top: 20px;
}
.articles_row .col-lg-4 {
  margin-bottom: 20px;
}
.article_one p {
  margin-bottom: 10px;
}
.without {
    padding-top: 100px;
}
.div_for_tarif_img {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_back {
    display: flex;
    align-items: center;
}
.tarif .yellow_but {
    max-width: 170px;
}
.opis_block p {
    color: #808080;
    font-size: 18px;
    margin: 0;
    padding: 15px 0;
}
.char_section table {
    width: 100%;
}
.char_section table tr {
    border-top: 1px solid #DFDFDF;
}
.char_section table tr:last-child {
    border-bottom:  1px solid #DFDFDF;
}
.char_section table tr td {
    font-size: 18px;
    padding: 20px 0;
}
.char_section table tr td:nth-child(1) {
    width: 50%;
    font-weight: bold;
}
.number.black {
    background: #F5F5F5;
    max-width: 100%;
}
.number.black input {
    color: #000;
    font-size: 18px;
}
.number.black .minus, .number.black .plus {
    color: #000;
}
.tarif .two_buttons .yellow_but {
    max-width: 100%;
}
.product__slider-thmb {
    margin-top: 20px;
}
.product__slider-thmb .bord {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
}
.product__slider-thmb .slide.slick-slide.slick-current.slick-active .bord {
    border: 1px solid #F27E00;
}
.slide.slick-slide {
    outline: none;
}
.product__slider-thmb .slide.slick-slide {
    padding: 0 5px;
}
.product__slider-thmb .slide.slick-slide img {
    max-width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.product__slider-main {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}
.product__slider-main .slick-prev, .product__slider-main .slick-next {
    opacity: 0;
}
.product__slider-main:hover .slick-prev, .product__slider-main:hover .slick-next {
    opacity: 1;
}
.h-70 {
    height: 70px;
}
.w-260 {
    max-width: 260px;
}
.z_d .d-flex div:nth-child(1) {
    width: 70px;
    display: flex;
    align-items: center;
}
.z_d {
    margin-bottom: 200px;
}

.accordion-type-1 > .accordion-head {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 20px 30px 30px;
    border: 1px solid #DFDFDF;
    cursor: pointer;
}
.accordion-type-1 > .accordion-head > a {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 15px;
    position: relative;
    pointer-events: none;
}

.accordion-type-1 > .accordion-head > a:after {
    content: '+';
    color: #CBCBCB;
    font-size: 35px;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    font-weight: 100;
}
.accordion-type-1 > .accordion-head.accordion-open  > a:after {
    content: '-';
    color: #CBCBCB;
    font-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    font-weight: 100;
}
.accordion-type-1 > .accordion-head.accordion-open  {
  background: #eff5f7;
}
.accordion-body {
    border-bottom-color: #0088cc;
}

.accordion-body {
    border-bottom: 2px solid;
    padding: 15px 0;
}
.panel-collapse {
    margin-bottom: 10px;
}
.holding-tab-content .accordion-type-1 > .accordion-head > a {
    font-size: 22px;
    font-weight: 400;
}
.holding-tab-content .accordion-type-1 > .accordion-head {
        padding: 15px 10px 15px 15px;
}

table.table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td{ border: 0;word-break: normal;}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th{ color: white; border-bottom: 1px solid white; }
table.table tr:nth-child(even) td{ background: #eff5f7; }
table.table tr:nth-child(odd) td{ background: white; }
table.table1 td{ padding: 15px; }

.accordion-type-1 #section1, .accordion-type-1 #section2, .accordion-type-1 #section3, .accordion-type-1 #section4, .accordion-type-1 #section5, .accordion-type-1 #section6, .accordion-type-1 #section7, .accordion-type-1 #section8 {
  background: none!important;
  min-height: inherit;
}
.holding-tab-content p {
  margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6{ letter-spacing: -1px; margin: 0; font-weight: 300; margin: 0 0 15px 0; }
h1{ font-size: 36px; line-height: 30px; }
h2{ font-size: 30px; line-height: 35px; }
h3{ font-size: 28px; letter-spacing: normal; line-height: 36px; }
h4{ font-size: 24px; letter-spacing: normal; line-height: 27px; }
h5{ font-size: 20px; letter-spacing: normal; line-height: 18px; }
h6{ font-size: 16px; letter-spacing: normal; line-height: 18px; }
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced{ margin-top: 22px; }
h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced{ margin-top: 44px; }







.holding-tab-content img {
  max-width: 100%;
}
.holding-tabs a {
    border: 2px solid #1AACA1;
    color: #000;
    background: #fff;
    flex-grow: 1;
    width: inherit;
}
.holding-tabs a.active {
    color: #fff;
}
.p_b_container {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.holding-tab-content {
    color: #000;
}
.ul_with_cols {

}
.holding-tab-content ul li {
    display: flex;
    width: 100%;
    padding: 10px 0 10px 20px;
    position: relative;
}
.holding-tab-content ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1AACA1;
    border-radius: 100%;
    left: 0;
    top: 18px;
    color: #808080;
}
.product_description table {
  width: 100%;
}
.product_description table tr {
  border-bottom: 1px solid #e5e5e5;
}
.product_description table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  vertical-align: middle!important;
}
.product_description table tr td:nth-child(1) {
  padding-right: 20px;
}
.product_description table tr td p {
  margin: 0;
}
.cart-table .number {
    height: 50px;
    background: #F5F5F5;
    border-radius: 100px;
    width: 100%;
}
.cart-table .number .minus, .cart-table .number .plus {
    width: 30%;
    float: left;
    height: 100%;
    font-size: 30px;
    color: #9B9B9B;
    text-align: center;
    cursor: pointer;
    transition: 0.5s linear;
}
.cart-table .number .minus {
    line-height: 1.5em;
}
.cart-table .number .plus {
    line-height: 1.5em;
}
.cart-table .number .minus:hover, .cart-table .number .plus:hover {
    color: #20282c;
}
.cart-table .number input {
    width: 40%;
    text-align: center;
    font-size: 16px;
    float: left;
    height: 100%;
    border: 0;
    color: #000;
}
.cart-table {
    width: 100%;
}
.cart-table td, .cart-table th {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: left;
}
.cart-table thead {
    background: #f0f3f4;
}
.cart-table thead th {
    background: #fff;
    font-weight: 400;
}
.cart-table tr td:nth-child(1), .cart-table tr th:nth-child(1) {
    padding-left: 20px;
}
.cart-table tr td:nth-child(5), .cart-table tr th:nth-child(5) {
    width: 130px;
}
.cart-table tr td:nth-child(6), .cart-table tr th:nth-child(6), .cart-table tr td:nth-child(7), .cart-table tr th:nth-child(7), .cart-table tr td:nth-child(10), .cart-table tr th:nth-child(10) {
    white-space: nowrap;
}
.cart-table tr {
    border-bottom: 1px solid #EFEFEF;
}

.orderNav {
    border: 1px solid  #1AACA1;
    border-radius: 25px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.orderNav li {
    padding: 0 0px;
    width: 50%;
}
.orderNav li a {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 13px 0;
    width: 100%;
    display: block;
    background: transparent;
    color: #000;
    text-transform: inherit;
}
.orderNav li a.active {
    background: #1AACA1;
    color: white;
    font-weight: 500;
}


.closeTr {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: .9;
    border: 1px solid #EFEFEF;
    color: #EFEFEF;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
    transition: all .3s ease;
}
.closeTr:hover {
    background: #000;
    color: white;
}
#cartBlock-full {
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    overflow: hidden;
}
.border_20 {
    border-radius: 20px;
}
.line {
    background: #e5e5e5;
    height: 1px;
}
.cart_auth .tab-content {
    color: #000;
}
.threeButton a , .threeButton button {
    cursor: pointer;
    width: 300px;
    height: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    border: 0;
    transition: 0.5s linear;
    background: #F27E00;
    box-shadow: 0px 10px 20px rgba(242, 126, 0, 0.3);
    border-radius: 100px;
    color: #fff;
}
.threeButton a:hover , .threeButton button:hover {
    background: #1AACA1;
    box-shadow: none;
}
.modalButton {
    height: 60px;
    border: 0;
    background: #F27E00;
    text-align: center;
    display: block;
    color: white;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    transition: all .3s ease;
}
.modalButton:hover {
        background: #1AACA1;
}
.cart_auth .form-group label {
    display: block;
}
.cart_auth .form-group .form-control {
 height: 50px;
 border:1px solid #efefef;
 border-radius: 6px;
  margin-bottom: 0;
  font-size: 14px;
  background-color: white;
  width: 100%;
  color: #020202;
  padding:0 15px;
  transition: border-color ease-in-out 0.15s,
  box-shadow ease-in-out 0.15s;
}
.service_div .row {
    margin-left: -50px;
    margin-right: -50px;
}
.service_div .row .col-lg-6 {
    padding-left: 50px;
    padding-right: 50px;
}
.service_div .dev_ul li {
    width: 100%;
}
.font-30 {
  line-height: 1.1;
}
.m_e_d_1_on_main {
  margin-top: 20px;
}
#rules .modal-dialog {
    max-width: 500px;
}
.rules-ul {
    margin: 10px 0 0 0;
}
.rules-ul li {
    display: flex;
    align-items: baseline;
    padding: 7px 0;
}
.rules-ul li div:nth-child(1) {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #1AACA1;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rules_row_phone {
    margin-top: 10px;
}
.rules_row_phone .col-lg-6 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.rules_row {
    margin-left: -60px;
    margin-right: -60px;
}
.rules_row > .col-lg-6 {
    padding-left: 60px;
    padding-right: 60px;
}
.rules_row > .col-lg-6:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}












.margin-top-100 {
    margin-top: 100px;
}


.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
.left_1s {
    transition: all 1s ease;
    opacity: 0;
    transform: translateX(-500px);
}
.onload_page .left_1s {
    opacity: 1;
    transform: translateX(0);
}
.left_2s {
    transition: all 2s ease;
    opacity: 0;
    transform: translateX(-500px);
}
.onload_page .left_2s {
    opacity: 1;
    transform: translateX(0);
}
.bottom_3s {
    transition: all 3s ease;
    opacity: 0;
    transform: translateY(500px);
}
.onload_page .bottom_3s {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 1400px) {

}














.close {
  float: right;
  font-size: 1.5rem;

  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1000px;
  }
}









/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /* overflow: hidden !important;
    width: auto; */
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*! jQuery UI - v1.12.0 - 2016-09-13
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=flick&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=80&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=eeeeee&iconColorError=ff0084&fcError=222222&borderColorError=ff0084&bgImgOpacityError=55&bgTextureError=flat&bgColorError=ffffff&iconColorHighlight=0073ea&fcHighlight=444444&borderColorHighlight=cccccc&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=ffffff&iconColorActive=454545&fcActive=ff0084&borderColorActive=dddddd&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=0073ea&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=0073ea&iconColorDefault=666666&fcDefault=0073ea&borderColorDefault=dddddd&bgImgOpacityDefault=100&bgTextureDefault=highlight_soft&bgColorDefault=f6f6f6&iconColorContent=ff0084&fcContent=444444&borderColorContent=dddddd&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=0073ea&fcHeader=444444&borderColorHeader=dddddd&bgImgOpacityHeader=50&bgTextureHeader=highlight_soft&bgColorHeader=dddddd&cornerRadius=2px&fsDefault=1.1em&fwDefault=bold&ffDefault=Helvetica%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #dddddd;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #444444;
}
.ui-widget-content a {
	color: #444444;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #dddddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #dddddd;
	background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0073ea;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #0073ea;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #0073ea;
	background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #ffffff;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #dddddd;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ff0084;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #dddddd;
	background-color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ff0084;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #444444;
}
.ui-state-checked {
	border: 1px solid #cccccc;
	background: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ff0084;
	background: #ffffff;
	color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_ff0084_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_0073ea_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_666666_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_0073ea_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ff0084_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -4px -4px 4px #aaaaaa;
	box-shadow: -4px -4px 4px #aaaaaa;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.5rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.5rem;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}








.restarant_content_block .gamburger_rest_button, .restarant_content_block .kids_rest_button {
    font-size:11px;
    height: 40px;
}
.restarant_content_block .gold_button {
    font-size: 11px;
    height: 40px;
}
.rest_slick {
    margin-top: 30px;
}

.restarant_content_block .font-35 {
    font-size: 26px;
}
.footer .tn {
    font-size: 12px;
    margin-right: 10px;
}
.rest_slick_container {
    max-width: 1130px;
    position: relative;
    margin: 30px auto 0;
}
.second_slider_content .d-flex {
    align-items: center;
}
body.no_but .green_button.fixed_button, body.no_but .chat_button.fixed_button {
    display: none;
}

@media only screen and (max-width: 1500px) {
    body {
        font-size: 14px;
    }
    .container {
        max-width: 1000px;
    }
    .orange_button {
        height: 50px;
        font-size: 16px;
    }
    .lang li label span {
        height: 50px;
        font-size: 16px;
    }
    .img_scale, .img_obl {
        background-size: contain!important;
    }
    .font-45 {
        font-size: 40px;
    }
    .font-35 {
        font-size: 33px;
    }
    .font-30 {
        font-size: 26px;
    }
    .font-24 {
        font-size: 18px;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-18 {
        font-size: 15px;
    }
    .font-16 {
        font-size: 14px;
    }
    .preim_section .col-lg-6:nth-child(1) img {
        max-width: 100%;
    }
    .faq-ul > li > a, .blue_ul .bas-ul > li > a {
        height: 42px;
    }
    .faq-ul > li > a.collapsed:after, .faq-ul > li > a:after {
        top: 24%;
    }
    .c_f_i {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        font-size: 18px;
    }
    .m-w {
        max-width: 100%;
    }
    .footer-ul li a {
        font-size: 16px;
    }
    .faq-ul li div {
        font-size: 14px;
        margin-top: 20px;
    }
    .col_bottom {
        width: 40px;
        height: 40px;
    }
    .col_bottom span:before {
        font-size: 23px;
    }
    .faq-ul > li > a, .bas-ul > li > a {
        font-size: 16px;
    }
    .faq-ul > li, .bas-ul > li  {
        padding: 15px 10px 15px 20px;
    }
    .faq-ul > li > a img, .bas-ul > li > a img {
        width: 25px;
        margin-right: 10px;
    }
    .bas-ul > li > a div {
        width: 30px;
        min-width: 30px;
    }
    .bas-ul li .bas_hidden {
        margin-top: 20px;
    }
    #section4 {
        background-size: contain;
    }
    .news_div .white_but {
        max-width: 100%;
        font-size: 14px;
    }
    .equipment_hidden table th:nth-child(3), .equipment_hidden table td:nth-child(3) {
        white-space: nowrap;
    }
    .equipment_hidden table .three_buttons .col {
        width: 50%;
        min-width: 50%;
    }
    .equipment_hidden table .three_buttons .col:last-child {
        flex-grow: 0;
        margin-top: 10px;
        width: 100%;
        min-width: 100%;
    }
    .number {
        width: 100%;
        max-width: 100%;
    }
    .fa_ul > li {
        padding: 15px 10px 15px 15px;
    }
    .fa_ul > li > a {
        font-size: 18px;
    }
    .fa_ul > li > a:after, .fa_ul > li.active > a:after {
        -webkit-transform: translate(0, -60%);
        -moz-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
        -o-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }
    .nav-tabs a {
        font-size: 16px;
    }
    .m_e_d_1 li {
        font-size: 16px;
    }
    .m_e_d_1 li:before {
        top: 15px;
    }
    .module_container .lvl_1 div:nth-child(1) {
        width: 50px;
        min-width: 50px;
    }
    .div_for_tarif_img img {
        max-width: 100%;
    }
    .services_div .lvl_1 > div:nth-child(1) {
        width: 50px;
        max-width: 50px;
    }
    .et_div {
        padding: 10px;
    }
    .et_1 {
        font-size: 50px;
        min-width: 25px;
        max-width: 25px;
    }
    .et_2 {
        font-size: 17px;
    }


}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 800px;
    }
    #side-menu {
        right: 12px;
    }
    #side-menu li.active a span {
        font-size: 11px;
        top: -7px;
        right: 150%;
    }
    .font-45 {
        font-size: 35px;
    }
    .font-30 {
        font-size: 22px;
    }
    .lh_125 {
        line-height: 100%;
    }
    .lh_120 {
        line-height: 90%;
    }
    .preim_section .col-lg-6:nth-child(1) .abs {
        right: 0;
    }
    .rate_table tr td {
      padding: 5px;
    }
    .equipment_hidden table th:nth-child(2), .equipment_hidden table td:nth-child(2) {
      width: 200px;
    }

}
@media only screen and (max-width: 1200px) {
    .topNav li a {
        font-size: 12PX;
    }

}

@media only screen and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .sertifikat-img {
        display: none;
    }
    header.fixed_desctop {
        padding: 0 5px;
    }
    .header_top {
        padding: 0;
    }
    .header_top .d-flex {
        height: 80px;
        padding: 5px 0;
        display: block;
    }
    header.fixed_desctop .logo_1 {
        margin: 0 auto;
    }
    .header_top_right {
        justify-content: flex-end;
        margin-top: 10px;
    }
    .gamburger {
        right: inherit;
        left: -25px;
        top: 10px;
    }
    .topNav {
        display: block;
    }
    .topNav li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .topNav li a {
        font-size: 18PX;
    }
    header.fixed_desctop.activate .header_bottom {
        max-height: 400px;
    }
    .section_one_content {
        width: 100%;
    }
    .firts_slick .slick-slide {
        padding: 0;
    }
    .green_button.fixed_button, .chat_button.fixed_button {
        display: none;
    }
    #side-menu li.active a span {
        display: none;
    }
    .section_container {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: inherit;
    }
    .preim_section .col-lg-6:nth-child(1) .abs {
        font-size: 25px;
        right: 20px;
    }
    .faq-ul {
        margin-top: 20px;
    }
    .row .col-lg-6:nth-child(2) .faq-ul {
        margin-top: 0;
    }
    .klients_slider .slick-prev, .klients_slider .slick-next {
        top: -20px;
    }
    .contact_row {
        margin-top: 20px;
    }
    .contact_row .col-lg-3 {
        margin-bottom: 20px;
    }
    #map-canvas {
        margin-top: 0;
    }
    .footer {
        padding: 20px 0;
        margin-top: 0;
        text-align: center;
    }
    .footer .col-lg-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .req_block {
        text-align: center;
    }
    .req_block .col-lg-3 img {
        max-width: 70%;
        margin: 0 auto 20px;
    }
    .klient_section a img {
        max-width: 100%;
    }
    .slick-prev, .slick-next {
        top: inherit;
        bottom: -50px;
    }
    #section1 .section_container {
        position: relative;
        padding-top: 190px;
        padding-bottom: 140px;
    }
    .razr .col-lg-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .razr .col-lg-6 > div {
        width: 100%;
    }
    .margin-top-100, .mt-100 {
        margin-top: 30px;
    }
    .margin-top-50, .mt-50 {
        margin-top: 15px;
    }
    .margin-top-md {
        margin-top: 12px;
    }
    .services_row .col-lg-4, .services_row .col-lg-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .two_buttons .col-lg-6:nth-child(2) {
        margin-top: 10px;
    }
    #bas {
        padding-top: 100px;
    }
    .ar_more {
        margin-top: 20px;
    }
    .program_row .col-lg-4 {
        margin-bottom: 50px;
    }
    .program_row .col-lg-4:last-child {
        margin-bottom: 0;
    }
    .nav-tabs a {
        width: 100%;
        height: 50px;
        margin-bottom: 5px;
    }
    .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .col_bottom {
        min-width: 40px;
    }
    .yellow_but {
        width: inherit;
        max-width: 100%;
    }
    .three_buttons .number, .three_buttons button {
        width: 100%;
    }
    .rate_table tr td:last-child {
        padding-left: 10px;
    }
    .config_content_block ul {
        margin-top: 0;
    }
    .our_experience .col-lg-3 {
        margin-bottom: 50px;
    }
    .our_experience .col-lg-3:last-child {
        margin-bottom: 0;
    }
    .equipment_ul li {
        padding: 10px;
    }
    .equipment_hidden > span {
        min-height: 1px;
    }

    .equipment_hidden table thead {
        display: none;
    }
    .equipment_hidden table tbody tr {
        display: block;
    }
    .equipment_hidden table tbody tr td {
        display: block;
        width: 100%;
        border: 0;
        padding: 5px;
    }
    .equipment_hidden table th:nth-child(2), .equipment_hidden table td:nth-child(2) {
      width: 100%;
    }
    .equipment_hidden table th:nth-child(1), .equipment_hidden table td:nth-child(1) {
        padding-left: 5px;
    }
    .equipment_ul li.active .equipment_hidden {
        margin-top: 5px;
    }
    .m_e_d_1 {
        margin-top: 20px;
    }
    .margin-bottom-lg {
        margin-bottom: 15px;
    }
    .margin-top-lg {
        margin-top: 15px;
    }
    .kek .col-lg-6:nth-child(1) {
        margin-bottom: 40px;
    }
    .blue_bg_div .d-flex, .pink_bg_div .d-flex {
        height: auto;
        padding: 5px 5px;
    }
    .blue_bg_div .d-flex div:nth-child(1), .pink_bg_div .d-flex div:nth-child(1) {
        width: 60px;
        min-width: 60px;
    }
    .z_d .d-flex div:nth-child(1) {
        width: 60px;
        min-width: 60px;
    }
    .z_d .col-lg-6:nth-child(1) {
        margin-bottom: 15px;
    }
    #side-menu {
        right: 9px;
    }
    .n_title_height, .n_anons_height {
      height: inherit;
    }
    .modal-content {
      padding: 50px 20px 20px 20px;
    }
    .sev_resp_1 {
      display: block;
    }
    .sev_resp_1 li {
      width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .tarif_container .t_c_left {
        width: 40%;
        min-width: 40%;
    }
    .tarif_container .t_c_right {
        width: 60%;
        min-width: 60%;
    }
    .rate_table tr td {
        padding: 0 5px;
        height: 60px;
        font-size: 14px;
        line-height: 100%;
    }
    .rate_table tr td .yellow_but {
        width: 100%;
    }
    .tarif_container .t_c_right .t_c_item:nth-child(2n) table {
        border-left: 0;
        border-right: 0;
    }
}

@media only screen and (max-width: 480px) {
  .serv_two_colums div span {
    display: block;
  }
}


@media only screen and (max-height: 800px) {
    .img_scale, .img_obl {
        background-size: contain!important;
    }
}
@media only screen and (max-height: 750px) {
    .rest_slick_contain {
        height: 53vh;
    }
}
@media only screen and (max-height: 700px) {
    .rest_slick_contain {
        height: 50vh;
    }
}
@media only screen and (max-height: 650px) {
    .rest_slick_contain {
        height: 47vh;
    }
}
@media only screen and (max-height: 620px) {
    .rest_slick_contain {
        height: 43vh;
    }
}

.another_page .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.another_page .content {
    flex: 1 0 auto;
}
.another_page .footer {
    flex: 0 0 auto;
}

.notfound__page {
  height: calc(100vh - 200px);
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notfound__page .left__block {
  width: 49%;
}

.notfound__page .right__block {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.notfound__page .error {
  font-size: 10rem;
  font-weight: bold;
  margin-bottom: 60px;
  color:rgb(94, 158, 214);
  text-align: center;
}

.notfound__page .error_text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.notfound__page a {
  font-size: 1.4rem !important;
  color:#000 !important;
  transition: color .2s ease-in;
  margin-bottom: 10px;
}

.notfound__page a:hover {
  font-size: 1rem;
  color: rgb(171, 24, 24);
}

@media screen and (max-width: 655px) {
  .notfound__page {
    flex-direction: column;
  }

  .notfound__page .left__block {
    width: 100%;
  }

  .notfound__page .right__block {
    width: 100%;
  }
  
}

.sitemap_page {
  padding-top: 140px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.sitemap_page .sitemap_link a {
  font-size: 1.1rem;
}

.sitemap_page .sitemap_link {
  list-style: circle;
}


.related-products__section {
  width: 100%;
  padding-top: 20px;
}

.related_product__slider {
  column-gap: 78px;
  flex-wrap: wrap;
  row-gap: 0px;
}

.related_product__item {
  overflow: hidden;
  margin-right: 20px;
  width: 275px;
}

.related_product__item .yellow_but {
  max-width: 100%;
}

.related_product__item .paddingBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.related-product__img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 194px;
}

.img__block {
  width: 100%;
  position: relative;
}

.related-product__price {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background-color: #0088cc;
  color: #fff;
  padding: 5px;
  z-index: 999;

  transition: bottom .2s ease-in;
}

.related-product__img:hover .related-product__price {
  bottom: 0;
}

.related-product__img img {
  width: 100%;
  height: auto;
  /* max-height: 194px; */
  
  transition: all .3s;
}

.related-product__img:hover img {
  transform: scale(1.1);
}

.related-product__name {
  font-size: 1.1rem;
  white-space: nowrap;
}

@media screen and (max-width: 1490px) {
  .related-product__img img {
    /* max-height: 156px; */
  }

  .related-product__img {
    height: 156px;
  }
}

@media screen and (max-width: 1260px) {
  .related-product__img img {
    /* max-height: 126px; */
  }
  .related-product__name {
    font-size: .8rem;
  }

  .related-product__img {
    height: 126px;
  }
}

@media screen and (max-width: 800px) {
  .related_product__slider {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }

  .related_product__item {
    width: 42%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .related_product__item img {
    /* max-height: 200px; */
  }

  .related-product__img {
    height: 200px;
  }
}

@media screen and (max-width: 510px) {

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


.recommended__aricles__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.recommended-articles__item {
  width: 24%;
}

.recommender-articles__wrap {
  width: 100%;
  max-width: calc(100% - 20px);
  margin-top: 20px;
  margin-bottom: 36px;
}

.article__image {
  max-height: 224px;
}

.article__image a {
  border-radius: 6px;
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

.article__image img {
  min-height: 200px;
  height: auto;
  max-width: 100%;
  transition: all .3s ease;
  display: block;
  width: 100%;
  max-height: 174px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: scale(1);
}

.article__image:hover img {
  transform: scale(1.1);
}

.article__image {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebe2db;
}

.article__text {
  padding-top: 20px;
}

.article__text a{
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  transition: all .3s ease;
  color: #000;
}

@media screen and (max-width: 800px) {
  .recommended-articles__item {
    width: 50%;
  }
  
}

@media screen and (max-width: 550px) {
  .recommended-articles__item {
    width: 100%;
  }
  
  .recommender-articles__wrap {
    max-width: 100%;
  }
}

header.fixed_desctop .sertifikat-img{
  margin-left: 80px;
}

a.active_link {
  color: #f27e00;
}

.modal-content .recaptcha_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
}

.header_top_right .white_but  {
  width: auto;
  margin-right: 20px;
  height: 62px;

}

@media screen and (max-width: 1025px) {
  .header_top_right .white_but {
    display: none;
  }
}


.header_phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
}

@media screen and (max-width: 1390px) {
  .header_phone {
    display: none;
  }
}

.header_phone svg path {
  fill: #F27E00;
}

.header_phone_number {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-left: 6px;
  padding-right: 20px;
}

.header_phone_number .before {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  transform: rotate(0deg);
  transition: all .3s ease;
  cursor: pointer;
}

.header_phone_number .before:before {
  content: url(../images/sidebar_arrow_down.svg);
}

.header__phone__list {
  position: relative;
}

.header_phone_items {
  position: absolute;
  top: 110%;
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  width: 80%;
  height: max-content;
  transition: all .3s ease;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 12px 0 #000c;
  text-align: left;
  padding: 18px 10px;
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-left: 6px;
  transition: all .2 ease-in;
}

.header_phone_items.show {
  visibility: visible;
  opacity: 1;
}

/* .phones_wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;

} */

.fancybox-inner {
  height: auto !important;
  width: auto !important;
}

.fancybox-wrap {
  width: 300px !important;
}

header {
  padding-bottom: 15px;
  border-bottom: 2px solid #E8E8E8;
  position: fixed;
}

.topNav li a {
  padding-bottom: 18px;
  transition: none;
}

.topNav li a:hover {
  padding-bottom: 18px;
  border-bottom: 2px solid #f27e00;
}

.topNav li a.active {
  padding-bottom: 18px;
  border-bottom: 2px solid #f27e00;
}

.submenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
  left: 0;
  top:  calc(100% + 1px);
}

.submenu.active {
  display: block;
}

.submenu_content {
  width: 65%;
  margin: 0 auto;
  display: flex;
  /* justify-content: center; */
  padding-top: 34px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  flex-wrap: wrap;
}

@media screen and (max-width: 1480px) {
  .submenu_content {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .submenu_content {
    font-size: 14px;
  }
}


.open_category {
  padding: 24px 0;
  border-top: 1px solid #E8E8E8;
  width: 100%;

  margin-top: 20px;
}

.open_category a {
  font-size: 16px;
  color: #f27e00;
}

.submenu_content > ul {
  column-count: 3;
  column-gap: 6px;
  column-span: all;
}

.submenu_content > ul li {
  margin: 0 59px 20px 0;
}

.submenu_content {
  display: none;
}

.submenu_content.show {
  display: flex;
}

i {
  border: solid #f27e00;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.submit_header {
  display: none;
}

.header_mobile {
  display: none;
}

.open_cat {
  display: none;
  cursor: pointer;
}

.scroll {
  overflow: hidden;
}
 
@media screen and (max-width: 992px) {
  header.fixed_desctop {
    box-shadow: none;
    border: none;
  }
  .header_bottom {
    display: none;
  }
  header .logo {
    justify-content: space-between;
  }
  
  header .logo .logo_1 {
    margin: 0;
  }

  .header_top .d-flex {
    height: auto;
    padding: 20px 18px;
    display: flex;
  }

  header.fixed_desctop .gamburger {
    position: unset;
    padding: 0;
    width: 32px;
    margin-bottom: 7px;
  }

  header.fixed_desctop .gamburger {
    display: block;
}

  header.fixed_desctop .gamburger::before {
    height: 3px;
    background-color: #F27E00;
    width: 60%;
  }

  header.fixed_desctop .gamburger::after {
    height: 3px;
    background-color: #F27E00;
    width: 60%;
    margin-left: auto;
  }

  header.fixed_desctop .gamburger .bar {
    height: 3px;
    background-color: #F27E00;
    margin: 8px 0;
    width: 100%;
  }

  .gamburger .bar:last-child {
    top: 3px;
  }

  .header_top_right .lang {
    display: none;
  }

  .header_phone {
    display: block;
  }

  .header_phone svg {
    cursor: pointer;
  }

  .header_phone .header__phone__list {
    display: none;
  }

  .submit_header {
    display: block;
    width: 100%;
    border-top: 1px solid #E8E8E8;
    
  }

  .submit_header button {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #F27E00;
    line-height: 1.5;
    padding: 11px 0 12px 0;
  }

  .header_mobile {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 133px;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    height: max-content;
    max-height: calc(100vh - 200px);
    transition: all .3s ease-in;
    padding: 36px 18px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-top: 2px solid #f27e00;
    visibility: hidden;
  }

  .header_mobile.active {
    /* display: block; */
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    
  }

  .topNav li {
    padding: 0;
    margin-bottom: 20px;
  }

  ul.topNav li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #000;
    padding-bottom: 0;
  }

  .topNav li a:hover {
    padding-bottom: unset;
    border-bottom: none;
  }
  
  .topNav li a.active {
    padding-bottom: unset;
    border-bottom: none;
  }

  .topNav li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .open_cat {
    display: block;
  }

  .open_cat i {
    border: solid #c4c4c4;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
  }

  .open_cat i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .lang_mobile {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.fixed_desctop .lang li label span {
    height: 52px;
    width: 74px;
  }

  header .category {
    display: none;
  }

  header .category .category_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 17px;
  }

  header .category .open_catalog {
    padding-left: 20px;
  }

  header .category .open_catalog a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #F27E00;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E8E8;
  }

  header .category .open_catalog a i {
    border-width: 0 2px 2px 0;
    padding: 4px;
  }

  header .category.active {
    display: block;
  }

  header .category .category_list {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
  }

  header .category .category_list li {
    margin-bottom: 16px;
  }

  .hide {
    display: none;
  }

  header .category_title .arrow.left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid #c4c4c4;
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-right: 5px;
  }

}

@media screen and (max-width: 400px) {
  header .logo .logo_1 {
    width: 90%;
  }
  .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 325px) {
  .logo img {
    width: 100%;
  }
}

.btn_container {
  display: flex;
  align-items: center;
}

.title_block {
  display: none;
}

@media screen and (max-width: 992px) {
  .btn_container {
    justify-content: center;
  }

  .btn_container button {
    width: 48%;
    margin-right: 1%;
  }

  .btn_container button:last-child {
    margin-right: 0;
  }

  .tab-pane > table {
    width: 100% !important;
  }

  .tab-pane > table tr > td:first-child {
    width: 70%;
  }

  .tab-pane > table tr > td:last-child {
    width: 20%;
  }

  .preim_section img {
    height: auto;
  }

  #section2 .col-lg-8 {
    display: none;
  }

  .panel-collapse img {
    height: auto;
  }

  .kek img {
    display: none;
  }

  .news_div .img_block {
    display: none;
  }

  .title_block {
    display: block;
  }
}

.btn_container button {
  margin-right: 30px;
}

.link_container a.yellow_but {
  max-width: 64%;
}

@media screen and (max-width: 1500px) {
  .link_container a.yellow_but {
    max-width: 78%;
  }
}

@media screen and (max-width: 1300px) {
  .link_container a.yellow_but {
    max-width: 94%;
  }
}

@media screen and (max-width: 900px) {
  .link_container a.yellow_but {
    max-width: 100%;
  }
}

.btn__outline {
  background: none;
  border: 2px solid #F27E00;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
  float: right;
}

.bas-ul > li > a:hover::after {
  color: #F27E00;
  transform: translate(0, -50%) scale(1.2);
}

.cursor_block:hover .view_status::before {
  color: #F27E00;
  transform: scale(1.2);
}

.support_page .scroll_to {
  margin-left: unset;
}

.recaptcha_block_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 8%);
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.recaptcha_block_img img {
  margin-left: 10px;
}

.recaptcha_block_img input{
  border: none;
  background-color: #F5F5F5;
  border-radius: 100px;
  font-size: 16px;
  padding: 4px 10px;
}