@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(lightgallery.min.css);
@import url(settings.css);

/*
    font-family: 'ProximaNova';
    colors:
        blue: 2867B8
        orange: FF982E
*/
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Light.otf'),
    url('../fonts/ProximaNova-Light.ttf'),
    url('../fonts/ProximaNova-Light.woff'),
    url('../fonts/ProximaNova-Light.woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-LightIt.otf'),
    url('../fonts/ProximaNova-LightIt.ttf'),
    url('../fonts/ProximaNova-LightIt.woff'),
    url('../fonts/ProximaNova-LightIt.woff2');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Regular.otf'),
    url('../fonts/ProximaNova-Regular.ttf'),
    url('../fonts/ProximaNova-Regular.woff'),
    url('../fonts/ProximaNova-Regular.woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-RegularIt.otf'),
    url('../fonts/ProximaNova-RegularIt.ttf'),
    url('../fonts/ProximaNova-RegularIt.woff'),
    url('../fonts/ProximaNova-RegularIt.woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Bold.otf'),
    url('../fonts/ProximaNova-Bold.ttf'),
    url('../fonts/ProximaNova-Bold.woff'),
    url('../fonts/ProximaNova-Bold.woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-BoldIt.otf'),
    url('../fonts/ProximaNova-BoldIt.ttf'),
    url('../fonts/ProximaNova-BoldIt.woff'),
    url('../fonts/ProximaNova-BoldIt.woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/ProximaNova-Extrabld.otf'),
    url('../fonts/ProximaNova-Extrabld.ttf'),
    url('../fonts/ProximaNova-Extrabld.woff'),
    url('../fonts/ProximaNova-Extrabld.woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100% !important;
  margin: 0;
  padding: 0;
}

.main-wrapper {
  min-height: 100%;
  margin: 0 0 -240px 0;
}

.footer-push {
  height: 240px;
}

.footer-wrapper {
  min-height: 240px;
}

.footer-logo {
  max-width: 320px;width:100%;
}

body {
  font-family: 'ProximaNova';
  font-size: 18px;
  line-height: 1.6;
  color: #5B636D;
  overflow-x: hidden;
  background: #fff;
}

blockquote {
  border-left: 3px solid #2867B8;
  margin-bottom: 30px;
  padding-left: 20px;
}

.content ul,
.content ol {
  margin-bottom: 15px;
}

.content ul>li,
.content ol>li {
  margin-bottom: 10px;
  position: relative;
}

/*.content ul>li {
  padding-left: 25px;
}

.content ul>li:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 10px;
  background:#34c0b3;
  border-radius: 50%;
}*/

.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol {
  padding-top: 10px;
  padding-left: 10px;
}

.content ul ul li,
.content ol ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.content ul ul li:after,
.content ol ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
  border: 1px solid #999999;
  border-radius: 50%;
}

.content ul ol li,
.content ol ol li {
  list-style: decimal;
  padding-left: 3px;
  margin-left: 12px;
  margin-bottom: 10px;
}

.content ol {
  counter-reset: item;
}

.content ol li {
  display: block;
}

.content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  padding: 0 5px 0 10px;
  color: #999999;
}

.content ul ul ol li:after,
.content ol ul ol li:after {
  display: none;
}

.content table {
  width: 100%;
  margin-bottom: 30px;
}

.content table th {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #000;
  border-right-color: #333333;
}

.content table td {
  border: 1px solid #E5E5E5;
  padding: 20px;
  vertical-align: middle;
  font-weight: 100;
  font-size: 15px;
}

.content table .separate td {
  background: #F7F7F7;
  font-size: 17px;
  font-weight: normal;
}

.clear-hr,
.cleaner-hr {
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
}

h1,
.title-h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #3a5337;
  margin-bottom: 20px;
}

h2,
.title-h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #3a5337;
  margin-bottom: 15px;
}

h3,
.title-h3 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #3a5337;
  margin-bottom: 15px;
}

h4,
.title-h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #3a5337;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1229px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

.light {
  font-weight: 100;
}

.red {
  color: #FF4632;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #676767;
}

p {
  margin-bottom: 20px;
}

a {
  color: #2867B8;
  text-decoration: none;
  transition: all 200ms ease-out;
}

a:hover {
  color: #029035;
}

a:focus {
  outline: none;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: #34c0b3;
  background: #f9e632;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  height: 48px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-out;
  border: 2px solid #f9e632;
  border-radius: 30px;
}

.btn:hover {
  background: transparent;
  color: #f9e632;
  border-color: #f9e632;
}

.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert {
  background: transparent;
  color: #FF982E;
}

.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover {
  color: #fff;
  background: #FF982E;
}

.btn.btn-white {
  background: #f9e632;
  border-color: #f9e632;
  color: #029135;
}

.btn.btn-white:hover {
  background: transparent;
  border-color: #f9e632;
  color: #f9e632;
}

.btn.block {
  display: block;
  width: 100%;
}

.btn.big {
  padding: 12px 48px;
  font-size: 14px;
}

.form-group {
  position: relative;
}

.modal {
  display: none;
  width: 560px;
  max-width: 100%;
  background: #fff;
  padding: 35px 25px 25px;
}

#responseMessage .modal-content.error {
  color: #FF4632;
}

/**************************************/
/* ======= TABS ======= */
/*.box{
    display: none;
}
.box.visible{
    display: block;
}
ul.tabs {
    width: 100%;
    display: table;

}
ul.tabs li{
    display: table-cell;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    padding: 10px 35px;
    border-bottom: 3px solid transparent;
}
ul.tabs li.current{
    color: #30983f;
    border-bottom-color: #30983f;
    background: #E9F5FB;
}
ul.tabs li:hover{
    color: #30983f;
    background: #E9F5FB;
}
.mobile-tab-header{
    display: none;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #2867B8;
        width: 100%;
        position: relative;
        display: block;
        text-align: left;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
        background: #fff;
    }
    ul.tabs li.current{
        display: none;
    }
    .mobile-tab-header.active + ul.tabs{
        display: block;
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: table !important;
    }
}*/
/* ======= / TABS ======= */
/* ======= AGREEMENT ======= */
.agreement {
  position: relative;
  margin-bottom: .5rem;
  color: #7C7F8C;
}

.agreement, .agreement .controls, .agreement label {
  cursor: pointer;
}

.agreement label:hover i {
  color: green;
  opacity: .8;
}

.agreement input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.agreement input+label {
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  display: inline-block;
}

.agreement i {
  /*     position: absolute;
top: -1px;
left: 0; */
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

.agreement input+label .checked {
  display: none;
}

.agreement input:checked+label .checked {
  display: inline-block;
  color: green;
}

.agreement input:checked+label .no-checked {
  display: none;
}

.agreement input.error+label {
  color: red;
}

.agreement .no-checked {
  color: red;
}

/* ======= /. AGREEMENT ======= */
/* PAGINATION */
.pagination {
  margin: 30px 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  text-align: center;
}

.pagination a,
.pagination li>span {
  font-size: 16px;
  font-weight: bold;
  color: #2867B8;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}

.pagination a:hover {
  color: #FF982E;
}

.pagination .active a {
  background: #2867B8;
  color: #fff;
  border-radius: 100%;
}

/* /. PAGINATION */
/* mob-menu-btn begin */
.menu-button {
  position: fixed;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 200ms ease-out;
  z-index: 1010;
}

.icon-menu-burger {
  height: 2px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -15px;
  transition: transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
}

.icon-menu-burger__line {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}

.icon-menu-burger:before,
.icon-menu-burger:after {
  background: #fff;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}

.menu-button.dark .icon-menu-burger__line,
.menu-button.dark .icon-menu-burger:before,
.menu-button.dark .icon-menu-burger:after,
.base-template .icon-menu-burger__line,
.base-template .icon-menu-burger:before,
.base-template .icon-menu-burger:after {
  background: #374353;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before,
.menu-button.active .icon-menu-burger:after {
  background: #FF2C3E !important;
      background: #ffffff !important;
    box-shadow: 0px 0px 5px 0px rgb(245 255 46);
}

.icon-menu-burger:before {
  top: -9px;
  transition: top 0.2s linear 0.4s;
}

.icon-menu-burger:after {
  bottom: -9px;
  transition: bottom 0.2s linear 0.4s;
}

.menu-button.active .icon-menu-burger {
  transform: rotate(45deg);
  transition: transform 0.2s linear 0.4s;
  -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}

.menu-button.active .icon-menu-burger__line {
  transform: rotate(90deg);
}

.menu-button.active .icon-menu-burger:before {
  transition: top 0.2s linear;
  top: 0;
}

.menu-button.active .icon-menu-burger:after {
  transition: bottom 0.2s linear;
  bottom: 0;
}

@media only screen and (max-width: 450px) {
  .menu-button {
    right: 15px;
  }
}

/* mob-menu-btn end */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -470px;
  background: #028D34;
  height: 100%;
  width: 370px;
  max-width: 100%;
  z-index: 1000;
  transition: all 200ms ease-out;
  padding-top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -100;
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.mobile-logo {
  padding: 0 0 0 10px;
}

.mobile-menu li {
  position: relative;
}

.mobile-menu>div>ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu>div>ul>li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu>div>ul>li.down>a {
  padding-right: 60px;
}

.mobile-menu .dropdown-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 48px;
  z-index: 10;
}

.mobile-menu .dropdown-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 13px;
  left: 16px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 300ms ease-out;
}

.mobile-menu .dropdown-button.active:before {
  transform: rotate(225deg);
  top: 19px;
}

.mobile-menu>div>ul>li>ul {
  position: static;
  width: 100%;
  display: none;
}

.mobile-menu>div>ul>li>a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 13px 20px 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.mobile-menu>div>ul>li.active>a,
.mobile-menu>div>ul>li>ul>li.active>a,
.mobile-menu>div ul ul ul .active a {
  color: #f9e632;
}

.mobile-menu>div>ul>li>ul>li>a,
.mobile-menu>div ul ul ul a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  transition: all 200ms ease-out;
  padding: 10px 10px 10px 30px;
  color: #FFFFFF;
  position: relative;
}

.mobile-menu>div>ul>li>ul>li>a:before,
.mobile-menu>div ul ul ul a:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  width: 5px;
  height: 3px;
  background: #f9e632;
}

.mobile-menu>div ul ul ul a {
  padding: 6px 10px 6px 45px;
  font-size: 13px;
}

.mobile-menu>div ul ul ul a:before {
  left: 34px;
  top: 12px;
}

.mobile-menu .dropdown-button+ul {
  position: static;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}

.mobile-menu ul ul .dropdown-button:before {
  width: 6px;
  height: 6px;
  content: "+";
  border: none;
  color: #fff;
  transform: rotate(0) !important;
  top: 8px !important;
  left: 17px;
  font-size: 16px;
}

.mobile-menu .menu-button {
  display: none;
}

.mobile-menu a[href="javascript:void();"] {
  text-transform: uppercase;
  color: #fff !important;
  padding-left: 20px;
}

.mobile-menu a[href="javascript:void();"]:before {
  display: none;
}

@media only screen and (max-width: 1229px) {
  .mobile-menu.open {
    left: 0;
  }

  .mobile-menu.open+.overlay {
    z-index: 500;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu {
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 440px) {
  .mobile-menu {
    width: 100%;
  }

  .mobile-menu .menu-button {
    display: block;
    position: absolute;
  }
}

/************* /. mobile-menu **************/
/* ======= HEADER ======= */
.header-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background: rgba(40, 103, 184, 0.1);
  transition: all 200ms ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-wrapper>.container {
  width: 1470px;
  max-width: 100%;
}

.header {
  height: 100px;
  transition: all 200ms ease-out;
}

.header-wrapper.active,
.base-template .header-wrapper {
  background: #F0F7FA;
  border-bottom-color: rgba(40, 102, 184, 0.19);
}

@media screen and (max-width:767px) {
    .header-wrapper .header-aside a {
        color:black;
        opacity: .8;
    }
}

.header-push {
  height: 100px;
}

.index-template .header-push {
  display: none;
}

.header-wrapper.active .header {
  height: 110px;
}

.header {
  padding: 0 170px 0 230px;
}

.logo {
  width: 190px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dark-logo {
  display: none;
}

.header-wrapper.active .dark-logo,
.base-template .header-wrapper .dark-logo {
  display: block;
}

.header-wrapper.active .light-logo,
.base-template .header-wrapper .light-logo {
  display: none;
}

.header-aside {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -1px;
  width: 160px;
  text-align: center;
  color: #fff;
  /*background: #34c0b3;
  background: -moz-linear-gradient(top, #009435, #068232);
    background: -webkit-linear-gradient(top, #009435, #068232);
    background: -o-linear-gradient(top, #009435, #068232);
    background: -ms-linear-gradient(top, #009435, #068232);
    background: linear-gradient(top, #009435, #068232);*/
  font-size: 16px;
}

.header-aside a {
  color: #34c0b3;
  font-weight: 700;
  font-size: 20px;
}

.header-aside i {
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1229px) {
  .header-wrapper .header {
    height: 100px;
    padding: 0;
  }

  .header-push {
    height: 80px;
  }

  .header-aside {
    right: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .header-aside {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    display: inline-block;
    font-size: 14px;
  }

  .header-wrapper .header {
    height: auto !important;
  }

  .logo {
    height: auto;
    position: static;
  }
}

/* ======= TOP MENU ======= */
.top-menu {
  height: 100%;
}

.top-menu .table-cell>ul>li {
  display: inline-block;
  margin: 0 25px;
  position: relative;
}

.top-menu .table-cell>ul>li:first-of-type {
  margin-left: 0;
}

.top-menu .table-cell>ul>li:last-of-type {
  margin-right: 0;
}

.top-menu .table-cell>ul>li>a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.header-wrapper.active .top-menu .table-cell>ul>li>a,
.base-template .header-wrapper .top-menu .table-cell>ul>li>a {
  color: #374353;
}

.header-wrapper.active .top-menu .table-cell>ul>li.active>a, .header-wrapper .top-menu .table-cell>ul>li.active>a{
  color: #028d34
}

.header-wrapper.active .top-menu .table-cell>ul>li>a:hover,
.header-wrapper.active .top-menu .table-cell>ul>li.active>a:hover,
.header-wrapper .top-menu .table-cell>ul>li.active>a:hover,
.header-wrapper .top-menu .table-cell>ul>li>a:hover {
  color: #028d34
}




.top-menu ul ul {
  visibility: hidden;
  opacity: 0;
  width: 280px;
  position: absolute;
  left: 0;
  top: 65px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
  z-index: 300;
}

.top-menu ul ul:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: -40px;
}

.top-menu ul ul a {
  display: block;
  background: #f0f7fa;
  padding: 8px 14px;
  border-bottom: 1px solid #dfebf7;
  font-size: 14px;
  line-height: 1.3;
  color: #535967;
}

.top-menu ul ul li:last-of-type>a {
  border-bottom: none;
}

.top-menu ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}
.top-menu ul ul ul {
  left: 280px;
  top: 0px;
}


.header-wrapper.active .top-menu ul ul {
  top: 55px;
}

.header-wrapper.active .top-menu ul ul:before {
  height: 30px;
  top: -30px;
}

.top-menu ul ul a:hover {
  background: #e7f3ff;
  color: #028e34;
}

.top-menu ul ul .active>a {
  color: #fff;
  background: #49b244;
  /*#FF982E;*/
}

@media(max-width: 1380px) {
  .top-menu .table-cell>ul>li {
    margin: 0 20px;
  }
}

@media(max-width: 1300px) {
  .top-menu .table-cell>ul>li {
    margin: 0 15px;
  }
}

/* ======= /. TOP MENU ======= */
/* ======= TOP SLIDER ======= */
.top-slider .item {
  height: 725px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  padding: 140px 0 40px;
  position: relative;
}

.top-slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

.slider-content {
  padding: 0 20px;
}

.sup-title {
  display: inline-block;
  margin-bottom: 25px;
  padding: 7px 5px;
  border-radius: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  position: relative;
}

.sup-title span {
  margin: 0 20px;
  position: relative;
}

.sup-title span:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: -24px;
  margin-top: -2px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.sup-title span:last-of-type:after {
  display: none;
}

.top-slider .title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

.top-slider .slider-content .text span.relative {
  display: inline-block;
}

.top-slider .slider-content .text span.relative:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 65px;
  top: 100%;
  right: 50%;
  margin-right: -220px;
  background: url(../images/top-slider-arrow.png) 0 0 no-repeat;
}

.top-slider .slider-content .btn {
  margin-bottom: 0;
}

/* ======= /. TOP SLIDER ======= */
@media only screen and (max-width: 1229px) {
  .top-slider .title {
    font-size: 60px;
  }

  .top-slider .item {
    height: 640px;
    padding: 120px 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .top-slider .title {
    font-size: 50px;
  }

  .top-slider .item {
    height: auto;
    padding: 140px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .top-slider .title {
    font-size: 30px;
  }

  .top-slider .slider-content .text span.relative:after {
    display: none;
  }

  .top-slider .slider-content .text {
    font-size: 14px;
  }
}

/* ======= /. HEADER ======= */
/* INDEX ABOUT SECTION */
.index-about-section {
  background: url(../images/bg1.jpg) 50% bottom no-repeat #F0F7FA;
  background-size: cover;
  position: relative;
}

.index-about-section:before {
  /*background: url(../images/washing2.png) 0 0 no-repeat;*/
  content: "";
  display: block;
  position: absolute;
  width: 430px;
  height: 380px;
  top: -120px;
  left: 0px;
  z-index: 10;
}

.index-about-section:after {
  /*background: url(../images/washing.png) 0 0 no-repeat;*/
  content: "";
  display: block;
  position: absolute;
  width: 450px;
  height: 389px;
  bottom: -230px;
  right: 0;
  z-index: 10;
}

.feauters {
  margin: 0 -5px;
}

.feauters .element {
  background: #fff;
  height: 354px;
  margin: 0 5px 30px;
  position: relative;
  padding: 30px;
}

.feauters .element:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #DBF6FA;
}

.feauters .title-element {
  padding: 40px 0 70px;
  position: relative;
}

.feauters .title-element:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 90px;
  top: -80px;
  left: 50%;
  border-left: 1px dashed #B5CCE7;
}

.feauters .title-element .first {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4bb828;
  margin-bottom: 5px;
}

.feauters .title-element .last {
  font-size: 36px;
  font-weight: bold;
  color: #3d5337;
}

.index-about {
  padding-left: 410px;
}

.index-about .feauters-img {
  display: block;
  position: absolute;
  width: 578px;
  height: 756px;
  bottom: 0;
  left: -165px;
  background-size: contain;
}

.index-about .inner {
  top: -100px;
  position: relative;
}

.index-about .sup-title {
  font-size: 24px;
  font-weight: bold;
  color: #374353;
  margin-bottom: 5px;
}

.index-about .title {
  font-size: 65px;
  line-height: 1;
  font-weight: 900;
  color: #028E34;
  margin-bottom: 25px;
  position: relative;
  min-height: 56px;
  text-transform: uppercase;
}

.index-about .title img {
  position: absolute;
  top: 10px;
  left: 0;
}

.more {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #374353;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 45px;
}

.more i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 0;
  text-align: center;
  background: #34c0b3;
  border-radius: 100%;
  line-height: 30px;
  color: #f9e632;
}

.more a:hover {
  color: #34c0b3 !important;
}

@media only screen and (max-width: 1229px) {
  .feauters .element {
    height: 30vw;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1080px) {
  .index-about {
    padding-left: 0;
  }

  .index-about .feauters-img {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .feauters .title-element .last {
    font-size: 3.5vw;
  }

  .feauters .title-element .first {
    font-size: 1.4vw;
  }

  .feauters {
    margin: 0;
  }

  .feauters .element {
    margin: 0 0 20px;
    padding: 25px 15px;
    font-size: 14px;
    line-height: 1.3;
  }

  .index-about .inner {
    top: -70px;
  }

  .index-about-section:before,
  .index-about-section:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .index-about .inner {
    top: 0;
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .feauters .title-element .first {
    font-size: 14px;
  }

  .feauters .title-element .last {
    font-size: 36px;
  }

  .feauters .title-element {
    padding: 0 0 50px;
  }

  .feauters .title-element:before {
    height: 60px;
    top: -80px;
  }

  .feauters .element {
    height: auto;
    padding: 40px 30px;
  }

  .index-about .text {
    font-size: 16px;
  }

  .index-about .title {
    font-size: 42px;
    line-height: 1;
  }
}

/* /. INDEX ABOUT SECTION */
/* SERVICES */
.services .element {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  height: 340px;
  overflow: hidden;
  cursor: default;
}

.services .element:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  z-index: 10;
}

.services .element .img-wrapper {
  height: 210px;
}

.services .element .img-wrapper .element-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.services .element .element-content {
  height: 100%;
  width: 100%;
  background: #34c0b3;
  padding: 30px 20px;
  position: absolute;
  top: 210px;
  left: 0;
  transition: all 200ms ease-out;
}

.services .element:hover .element-content {
  top: 0;
  padding-top: 80px;
}

.services .element .element-content .text {
  height: 66px;
  overflow: hidden;
  color: #fff;
}

.services .element .element-content .text small {
  display: inline-block;
  font-weight: 100;
  padding-top: 5px;
}

.services .element .element-content .short {
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #f9e632;
}

.services .element .element-content .btn {
  position: relative;
  z-index: 20;
}

.services>.row>div:nth-of-type(2) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(3) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(4) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(5) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(6) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(7) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(8) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(9) .element-content {
  background: #34c0b3;
}

.services>.row>div:nth-of-type(10) .element-content {
  background: #34c0b3;
}

@media only screen and (max-width: 1229px) {
  .services .element {
    font-size: 14px;
  }

  .services .element .element-content .text {
    height: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .services .element {
    font-size: 13px;
  }

  .services .element .element-content {
    top: 160px !important;
    padding-top: 25px !important;
  }

  .services .element .element-content .push50,
  .services .element .element-content .short {
    display: none;
  }

  .services .element .element-content .text {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .services .row>div[class^="col-"] {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .services .row>div[class^="col-"] {
    width: 100%;
    float: none;
  }
}

/* /. SERVICES */
/* INDEX MAP */
.index-template .object-map-wrapper {
  background: #F4F9FB;
}

.index-template .object-map-wrapper .tabs {
  border-top: 1px solid #ECECEC;
}

.object-map-wrapper .map-block {
  height: 520px;
}

.mapex {
  height: 100%;
}

.balloonContentBody {
  padding: 10px 10px 18px 10px;
}

.balloonContentBody .material-icons {
  font-size: 20px;
  color: #FF982E;
  vertical-align: middle;
  margin: -3px 4px 0 0;
}

.balloonContentHeader {
  padding: 18px 10px 0 10px;
}

@media only screen and (max-width: 991px) {
  .object-map-wrapper .map-block {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .object-map-wrapper .map-block {
    height: 360px;
  }
}

/* /. INDEX MAP */
/* FOOTER */
.footer-wrapper {
  background: url(../images/footer-bg.jpg) 50% top #2f923f;
  background-size: cover;
  color: #fff;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrapper a {
  color: #019034;
}

.footer-wrapper a:hover {
  color: #e2f430;
}

.footer-phone {
  margin-right: 30px;
  display: inline-block;
  font-size: 16px;
}

.footer-phone a {
  color: #fff;
}

.footer-phone i {
  width: 36px;
  height: 36px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 36px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.footer-menu li {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}

.footer-menu li:first-of-type {
  padding-left: 0;
}

.footer-menu li:last-of-type {
  padding-right: 0;
}

.footer-menu li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  top: 8px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.footer-menu li:last-of-type:after {
  display: none;
}

.footer-menu a {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
}

.footer-menu a:hover,
.footer-menu .active a {
  color: #f9e632;
}

.copyright {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1229px) {
  .footer-menu li {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-menu li {
    padding: 0 15px;
  }

  .footer-menu a {
    font-size: 11px;
  }
}

/* /. FOOTER */
/* CONTACTS PAGE */
.objects-list .element {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 100;
  color: #374353;
}

.objects-list .element .sub-element {
  margin-bottom: 14px;
}

.objects-list .element .sub-element .title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.contacts-template ul.tabs li.current {
  color: #374353;
}

.contacts-template ul.tabs li:hover {
  color: #FF982E;
}

@media only screen and (min-width: 768px) {
  .contacts-template ul.tabs li {
    display: inline-block;
    border-bottom-width: 2px;
    padding: 5px 0;
    margin: 0 15px;
    color: #374353;
    background: #fff !important;
  }

  .contacts-template .object-map-wrapper .tabs {
    border-bottom: 1px solid #ECECEC;
  }

  .objects-list>.row>hr:nth-of-type(2n) {
    clear: both;
  }
}

@media only screen and (min-width: 992px) {
  .objects-list>.row>hr:nth-of-type(2n) {
    clear: none;
  }

  .objects-list>.row>hr:nth-of-type(3n) {
    clear: both;
  }
}

/* /. CONTACTS PAGE */
/* PRICE PAGE */
.price-template {
  background: url(../images/bg2.jpg) 50% 50% repeat-y;
  background-size: cover;
}

.price-list .element {
  margin-bottom: 40px;
}

.price-list table {
  width: 100%;
}

.price-list th {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  color: #3a5337;
  letter-spacing: 1px;
}

.price-list td {
  border-bottom: 1px solid #DDE4E6;
  font-weight: 100;
  font-size: 16px;
  padding: 0 0 15px 0;
}

.price-list th:last-of-type,
.price-list td:last-of-type {
  padding: 15px 0 15px 30px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .price-list .element .title-h4 {
    text-align: left;
  }

  .price-list td {
    font-size: 13px;
  }

  .price-list td:last-of-type {
    width: 33%;
  }

  .price-list th {
    letter-spacing: 0;
  }
}

/* /. PRICE PAGE */
/* ABOUT PAGE */
.about-section .years .element {
  margin-bottom: 40px;
}

.about-section .years .element .title {
  font-size: 60px;
  font-weight: 100;
}

.about-section .years .element .title span {
  font-size: 24px;
}

.about-section-bottom {
  background: #F0F7FA;
}

.about-section-bottom-img {
  margin-top: -60px;
}

.docs-carousel {
  margin: 0 -10px;
}

.docs-carousel .item {
  padding: 8px 10px;
}

.docs-carousel .element {
  transition: all 200ms ease-out;
  width: 278px;
  max-width: 100%;
  margin: auto;
}

.docs-carousel .element:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.docs-carousel .element img {
  width: 100%;
}

/* /. ABOUT PAGE */
/* PAGE GALLERY */
.gallery .element {
  width: 270px;
  margin: 0 auto 20px;
  max-width: 100%;
}

.gallery a i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 10;
  font-size: 46px;
  line-height: 1;
  margin-top: -20px;
  margin-left: -20px;
  transition: all 200ms ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}

.gallery .element a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.5);
  opacity: 0;
}

.gallery .element a:hover {
  opacity: 1;
}

.gallery .element a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}

/* /. PAGE GALLERY */
/*
    font-family: 'ProximaNova';
    colors:
        blue: 2867B8
        orange: FF982E
*/
/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 1229px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1230px) {}

.uborka {
  background-color: #f1f8fa;
  color: #333;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
  padding: 20px;
}

.nav-tabs {
  /* width: 30%; */
  justify-content: center;
  margin: 0 auto;
  border-bottom: none;
}
.nav-tabs li {
  list-style: none !important;
}
@media screen and (max-width: 475px) {
  .nav-tabs {
    flex-direction: column;
    align-items:flex-start;
  }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: #34c0b3;
  border-bottom: 2px solid #34c0b3;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #34c0b3;
  border-bottom: 2px solid;
  border-color: #34c0b3 #34c0b3 #34c0b3;
}

.nav-tabs .nav-link {
  border: none;
  color: #34c0b3;
  text-transform: uppercase;
}

.tab-content img {
  width: 100%;
}

.accordion {
  background-color: rgb(80, 184, 72);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.faq-section .active, .accordion:hover {
  background-color: rgb(80, 184, 72);
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-section .active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p, .panel ul {
  padding: 15px 0;margin-bottom:20px;

}

.slick-slide {
  margin: 0 10px;
}

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

.do-posle .slick-prev, .do-posle .slick-next {
  border-radius: 50%;
  font-size: 0;
  background-color: rgb(1, 143, 52);
  top: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.do-posle .slick-prev:hover, .do-posle .slick-next:hover {
  background-color: rgb(245, 255, 50);
}

.do-posle .slick-prev {
  left: 8px;
  right: auto;
}

.do-posle .slick-prev:before {
  content: '<';
  font-weight: bold;
  position: relative;
  font-size: 20px;
  color: white;
}

.do-posle .slick-next {
  right: 8px;
  left: auto;
}

.do-posle .slick-next:before {
  content: '>';
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: white;
}

.do-posle .slick-prev:hover:before, .do-posle .slick-next:hover:before {
  color: rgb(1, 143, 52);
}

.request {
  background-color: #f1f8fa;
  padding: 30px 0 0;
}

.request .btn:hover, .modality .btn:hover {
  color: black;
  border-color: black;
}

.request2 {
  background: url(../../../images/site/fon.png);
  padding: 30px 0 0;
  background-position: center top;
  background-size: cover;
}

/* .request2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
} */

.request2 .title-h2, .request2 .title {
  color: white;
}

.brand_slider_section .item {position: relative;}
.brand_slider_section .item:before {content:'';width:100%;padding-top: 100%;display:block;position: relative;}
.brand_slider_section img {position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);height: auto;width:100%;}
.main-wrapper ul, .main-wrapper ol {margin: 0 0 30px 40px;}
.main-wrapper ul li {list-style: disc; padding: 0 0 10px 0;}
.main-wrapper ol li {list-style: auto; padding: 0 0 10px 10px;}
.main-wrapper li::marker {color: #3a5337;}
.price_link {list-style: none !important;}
.price_link li{
  list-style: none !important;
  text-align: center;
  margin: 10px 0;
}
.price_link a {
   background: #34c0b3;
   display: block;
   color: #ffdd00;
   padding: 15px;
   text-decoration: none;
   border: 2px solid #34c0b3;
}
.price_link a:hover {
  color: #3a5337;
  background: transparent;
}
.serv_img {
  float: left;
  margin-right: 40px;
}

.soc {margin-right: 10px;}

@media only screen and (max-width: 767px) {
.soc_media {
  display: inline-block;
  margin-right: 20px;
}
.grafik {
  display: none;
}
}
.footer-con a {
  color: #fff;
}
.grafik {color: #34c0b3;}
.pol {color: #b5b5b5;}
.pol a {color: #b5b5b5; text-decoration: underline;}
.pol a:hover {text-decoration: none;}

.crumbs ul {
  background: none !important;
  margin-left: 0 !important;

}
.crumbs li {
  list-style: none !important;
  display: inline-block;
}
.breadcrumb {
  list-style: none !important;
}
.s-message{display:none} 