/*
Theme Name: Sobits
Theme URI:
Author: miniSub
Author URI:
Description: Template for Sobits
Version: 1.0
License: GNU General Public License v2 or later
*/

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  tap-highlight-color: transparent;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

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

img {
  max-width: 100%;
}

a {
  tap-highlight-color: transparent;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none !important;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  outline: inherit !important;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("./fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("./fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Bold.woff") format("woff"), url("./fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("./fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("./fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Regular.woff") format("woff"), url("./fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.yui-calendar div,
.yui-calendar td,
.yui-calendar th,
.yui-calendar thead,
.yui-calendar span {
  font-family: "Proxima Nova Rg", serif !important;
}

body {
  font-family: 'Proxima Nova Rg', serif;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5em;
  display: block;
  position: relative;
}

h1,
.title,
.h1 {
  color: black;
  font-size: 62px;
  line-height: 56px;
  font-weight: bold;
  margin-top: 0;
}

.page h1,
.page .title {
  color: black;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 0;
}

.page .h1 {
  color: black;
  font-size: 31px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 0;
}

h2,
.subtitle {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.75;
}

.title-h2 {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}

h3,
.h3 {
  font-weight: 400;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

h5 {
  font-size: 16.8px;
  font-size: 1.2rem;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0 1.12rem;
  text-rendering: auto;
  -webkit-column-break-after: avoid;
  page-break-after: avoid;
  break-after: avoid;
  orphans: 3;
  widows: 3;
}

p {
  line-height: 1.5;
  padding-bottom: 15px;
}

*::selection {
  color: white;
  background: #F36239;
}

a {
  color: black;
}

a:hover {
  color: #F36239;
}

.container {
  position: relative;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
}

#wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0;
}

.background {
  position: absolute;
  opacity: .3;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.background .bgText {
  position: fixed;
  top: 0;
  right: 0;
  line-height: .8;
  font-size: 406px;
  text-align: right;
  font-weight: bold;
  color: #B2A699;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  white-space: normal;
  width: 130%;
  opacity: .2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.background .line {
  display: block;
  background: #B2A699;
  height: 100%;
  width: 1px;
  min-height: 100vh;
  position: relative;
}

.background .line:before {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7.5px;
  background-color: #B2A699;
}

.background .line:after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 0;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7.5px;
  background-color: #B2A699;
}

.background .line:nth-child(2) {
  margin-left: -1px;
}

.background .line:nth-child(2):before {
  top: 10%;
}

.background .line:nth-child(2):after {
  bottom: 10%;
}

.background .line:nth-child(3):before {
  top: 30%;
}

.background .line:nth-child(3):after {
  bottom: 30%;
}

.background .line:nth-child(4):before {
  top: 50%;
}

.background .line:nth-child(4):after {
  bottom: 10%;
}

.background .line:nth-child(6):before {
  top: 20%;
}

.background .line:nth-child(6):after {
  bottom: 25%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 70px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .logo-header {
  display:flex;
  flex-direction: column;
  min-width: 160px;
  width: 15%;
}

.header .main-menu {
  width: 63%;
  padding-left: 65px;
}

.header .contacts-top {
  text-align: right;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header .contacts-top .phone:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url("./images/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.header .contacts-top .phone span {
  color: #9F9F9F;
  font-weight: normal;
}

.header .contacts-top .phone {
  font-weight: bold;
  margin-right: 0;
}

.header .contacts-top .email {
  font-weight: bold;
}

.header .contacts-top .email:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url("./images/email.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.header .logo-mobile {
  display: none;
}

.nav__underline {
  background: #F36239;
  height: 4px;
  width: 0;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mainSlider {
  position: relative;
}

.mainSlider .row {
  margin: 0;
}

.mainSlider .btn {
  background-color: #F36239;
  padding: 15px 50px;
  border-radius: 35px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.mainSlider .btn:hover {
  -webkit-box-shadow: 0px 0px 15px 3px #f36139;
  box-shadow: 0px 0px 15px 3px #f36139;
}

.mainSlider .item {
  position: relative;
}

.mainSlider .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainSlider .leftPart {
  padding-top: 3em;
}

.mainSlider .leftPart .half-content {
  margin-right: -160px;
  margin-left: auto;
}

.mainSlider .leftPart .description {
  padding: 3em 0;
  font-size: 18px;
  font-weight: normal;
  width: 80%;
}

.mainSlider .rightPart img {
  margin-left: 100px;
  max-height: 580px;
}

.mainSlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  list-style-type: none;
}

.mainSlider .slick-dots li {
  margin: 0.25rem;
}

.mainSlider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #B2A699 !important;
  text-indent: -9999px;
}

.mainSlider .slick-dots li.slick-active button {
  background-color: #F36239 !important;
  -webkit-box-shadow: 0px 0px 5px 1px #f36139;
  box-shadow: 0px 0px 5px 1px #f36139;
}

.slick-slide {
  outline: none;
}

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

.services {
  border-left: 1px solid rgba(178, 166, 153, 0.3);
  border-top: 1px solid rgba(178, 166, 153, 0.3);
  border-bottom: 1px solid rgba(178, 166, 153, 0.3);
  margin-left: -1px;
  margin-top: 20px;
  cursor: pointer;
}

.services .item {
  border-right: 1px solid rgba(178, 166, 153, 0.3);
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*text-transform: uppercase;*/
  line-height: 1.3;
  padding: 30px 10px;
  background: white;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f36239), color-stop(50%, transparent));
  background-image: -o-linear-gradient(bottom, #f36239 50%, transparent 50%);
  background-image: linear-gradient(to top, #f36239 50%, transparent 50%);
  background-size: 100% 200%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.services .item span {
  font-size: 13px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: block;
}

.services .item:hover {
  background-position: 0 100%;
  color: white;
}

.services .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services .carouselNext {
  position: absolute;
  right: -64px;
  top: -1px;
  bottom: -1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  background: white;
  border: 1px solid rgba(178, 166, 153, 0.3);
}

.services .carouselNext img {
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  transition: all ease .2s;
}

.services .carouselNext:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.sourceSVG {
  display: none;
}

.page .description ul {
  padding-bottom: 20px;
}

.page .description ul li {
  padding: 10px 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .description ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  margin-top: 7px;
  margin-right: 10px;
  display: block;
  background-color: #B2A699;
  border-radius: 10px;
}

.modal-content .modal-body .group.chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page .form label.checkbox {
  position: relative;
  top: auto;
  left: auto;
}

.fullW {
  width: 100%;
  text-align: center;
}

@charset "UTF-8";

.breadcrumbs {
  margin-bottom: 20px;
  padding: 0 0 5px;
  position: relative;
  color: #B2A699;
}

.breadcrumbs a {
  display: inline-block;
  margin-right: 0;
  text-decoration: none;
  color: #B2A699;
}

.breadcrumbs a span {
  color: #B2A699;
}

.breadcrumbs a:hover span {
  color: #F36239;
}

.breadcrumbs a.current-item span {
  color: #F36239;
}

.breadcrumbs span {
  display: inline-block;
}

.breadcrumbs span:after {
  content: '';
  background: url("./images/separator.svg") no-repeat center;
  background-size: contain;
  height: 10px;
  width: 22px;
  margin: 0 12px;
  display: inline-block;
  color: #000;
}

.breadcrumbs span:last-child:after,
.breadcrumbs span span:after {
  display: none;
}

.breadcrumbs > span:last-child a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.breadcrumbs > span:last-child a span {
  max-width: 525px;
  white-space: nowrap;
  vertical-align: bottom;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  position: relative;
  padding-right: 36px;
}

.certificates .textHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.certificates .textHolder .description {
  padding-left: 20px;
}

.carouselHolder,
.newsCategoryWrapper,
.certificates {
  margin: -15px;
  padding-top: 20px;
  margin-bottom: 32px;
}

.carouselHolder .slick-track,
.newsCategoryWrapper .slick-track,
.certificates .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carouselHolder .slick-track .slick-slide,
.newsCategoryWrapper .slick-track .slick-slide,
.certificates .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.carouselHolder .item,
.newsCategoryWrapper .item,
.certificates .item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.carouselHolder .item .wrap,
.newsCategoryWrapper .item .wrap,
.certificates .item .wrap {
  background-color: white;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  padding: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 100%;
}

.carouselHolder .item .wrap .img,
.newsCategoryWrapper .item .wrap .img,
.certificates .item .wrap .img {
  height: 65px;
  text-align: center;
}

.carouselHolder .item .wrap .img img,
.newsCategoryWrapper .item .wrap .img img,
.certificates .item .wrap .img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  margin: 0 auto;
}

.carouselHolder .item .wrap:hover,
.newsCategoryWrapper .item .wrap:hover,
.certificates .item .wrap:hover {
  color: black;
  -webkit-box-shadow: 0px 0px 15px 8px rgba(243, 98, 57, 0.4);
  box-shadow: 0px 0px 15px 8px rgba(243, 98, 57, 0.4);
}

.carouselHolder .slick-arrow,
.newsCategoryWrapper .slick-arrow,
.certificates .slick-arrow {
  position: absolute;
  bottom: -34px;
  right: 20px;
  z-index: 2;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  width: 41px;
}

.carouselHolder .carouselPrev,
.newsCategoryWrapper .carouselPrev,
.certificates .carouselPrev {
  right: 90px;
}

.carouselHolder .carouselPrev:hover img,
.newsCategoryWrapper .carouselPrev:hover img,
.certificates .carouselPrev:hover img {
  -webkit-transform: translateX(-10px) rotate(-180deg);
  -ms-transform: translateX(-10px) rotate(-180deg);
  transform: translateX(-10px) rotate(-180deg);
}

.carouselHolder .carouselPrev img,
.newsCategoryWrapper .carouselPrev img,
.certificates .carouselPrev img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.carouselHolder .carouselNext img,
.newsCategoryWrapper .carouselNext img,
.certificates .carouselNext img {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.carouselHolder .carouselNext:hover img,
.newsCategoryWrapper .carouselNext:hover img,
.certificates .carouselNext:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.certificates .item a {
  padding: 20px 15px !important;
}

.page .description.mCustomScrollbar {
  overflow: auto;
  position: relative;
  height: 500px;
}

.page .description {
  margin-bottom: 10px;
}

.page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #F36239;
}

.page .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #b2a699;
}

.page .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page .btn-presentation {
  border: 1px solid #ded5cb;
  padding: 10px 30px;
  background: white;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f36239), color-stop(50%, transparent));
  background-image: -o-linear-gradient(bottom, #f36239 50%, transparent 50%);
  background-image: linear-gradient(to top, #f36239 50%, transparent 50%);
  background-size: 100% 200%;
  margin-right: 10px;
  margin-bottom: 15px;
}

.page .btn-presentation:hover {
  background-position: 0 100%;
  color: white;
}

.page .btn-presentation:hover svg {
  fill: white;
}

.page .btn-presentation svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: #F36239;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.page .order {
  margin-right: 30px;
}

.verification .btn-presentation,
.page-template-page-verification-template .btn-presentation {
  padding: 20px 25px;
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.verification .btn-presentation svg,
.page-template-page-verification-template .btn-presentation svg {
  width: 30px;
  height: 30px;
}

.verification .buttons,
.page-template-page-verification-template .buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .titleVer {
  color: white;
  font-weight: bold;
  padding: 20px;
  font-size: 25px;
  width: 100%;
  text-transform: uppercase;
}

.page .form {
  padding: 30px 20px;
  margin-top: 10px;
  background: #F36239;
}

.page .form .leftPart,
.page .form .wpcf7,
.page .form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .form .group {
  position: relative;
  margin-bottom: 45px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 20px;
  max-width: 50%;
}

.page .form .group br {
  display: none;
}

.page .form input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  height: 45px;
  color: white;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
}

.page .form textarea,
.page .form select {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  color: white;
}

.page .form select {
  padding: 10px 10px 10px 5px;
  font-size: 14px;
  height: 45px;
}

.page .form select option {
  color: black;
  padding: 5px;
}

.page .form .submit {
  padding: 10px 35px !important;
  border-radius: 35px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: auto;
  margin: 20px 0 0 auto;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.page .form .submit:hover {
  -webkit-box-shadow: 0px 0px 15px 3px white;
  box-shadow: 0px 0px 15px 3px white;
  background-color: white !important;
  color: #F36239;
}

.page .form input:focus,
.page .form textarea:focus,
.page .form select:focus {
  outline: none;
}

.page .form textarea {
  resize: none;
  height: 45px;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  height: 45px;
  color: white;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
}

.page .form .group-100 {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
}

.page .form .group-100 br {
  display: none;
}

.page .form textarea::-webkit-input-placeholder {
  color: #fff;
}

.page .form textarea::-ms-input-placeholder {
  color: #fff;
}

.page .form textarea::placeholder {
  color: #fff;
}

.page .form label {
  color: white;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 23px;
  top: 10px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.page .form input:focus ~ label,
.page .form input:valid ~ label,
.page .form textarea:focus ~ label,
.page .form textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: white;
}

.page .form .bar {
  position: relative;
  display: block;
  width: 100%;
}

.page .form .bar:before,
.page .form .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: white;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.page .form .bar:before {
  left: 50%;
}

.page .form .bar:after {
  right: 50%;
}

.page .form input:focus ~ .bar:before,
.page .form input:focus ~ .bar:after,
.page .form textarea:focus ~ .bar:before,
.page .form textarea:focus ~ .bar:after {
  width: 50%;
}

.page .form input:focus ~ .highlight,
.page .form textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: white;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: white;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.page .form .rightPart {
  color: white;
  font-weight: bold;
  padding: 20px;
}

.page .form .rightPart span {
  font-size: 20px;
}

.page .form .rightPart .normalText {
  font-weight: normal !important;
  font-size: 20px;
}

.page .form .rightPart .bigText {
  font-size: 35px;
  line-height: 1;
  margin: 20px 0;
  text-transform: uppercase;
}

.submitBtn {
  width: 100%;
  text-align: right;
}

.vacancies .carouselHolder .item,
.page-template-page-vacancies-template .carouselHolder .item {
  width: 100%;
  position: relative;
}

.vacancies .carouselHolder .item .img,
.page-template-page-vacancies-template .carouselHolder .item .img {
  height: auto;
  text-align: left;
}

.vacancies .carouselHolder .item img,
.page-template-page-vacancies-template .carouselHolder .item img {
  width: 50px;
  height: 50px !important;
  margin-left: 0 !important;
}

.vacancies .carouselHolder .item .wrap,
.page-template-page-vacancies-template .carouselHolder .item .wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.vacancies .carouselHolder .item:hover:after,
.page-template-page-vacancies-template .carouselHolder .item:hover:after {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.vacancies .carouselHolder .item:after,
.page-template-page-vacancies-template .carouselHolder .item:after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 50px;
  height: 15px;
  background: url("./images/arrowV.svg") no-repeat center;
  background-size: contain;
  bottom: 32px;
  right: 31px;
}

.modal-backdrop {
  background-color: #f9f9f9;
}

.modal-open .circles,
.modal-open .background,
.modal-open #wrapper {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.modal-wrap {
  position: relative;
}

.modal-content {
  background-color: #F36239;
  border-radius: 0;
  z-index: -2;
  color: white;
  border: none;
  overflow: hidden;
}

.modal-content:before,
.modal-content:after {
  content: '';
  display: block;
  position: absolute;
  background: url("./images/bgC.svg") no-repeat center;
  background-size: contain;
  z-index: 0;
}

.modal-content:before {
  width: 200px;
  height: 200px;
  top: 0;
  right: -38%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-content:after {
  width: 400px;
  height: 400px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-60%, 50%);
}

.modal-content .modal-header {
  border-bottom: none;
  padding-top: 30px;
  padding-right: 50px;
}

.modal-content .modal-title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-content .modal-body {
  position: static;
  z-index: 1;
}

.modal-content .modal-body.form {
  background-color: transparent;
  background: transparent !important;
}

.modal-content .modal-body .group {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.modal-content .modal-body .group label {
  left: 0;
}

.modal-content .modal-body .group #file_attach {
  background: url("./images/tools-and-utensils.svg") no-repeat left center;
}

.modal-content .modal-footer {
  border-top: none;
  width: 100%;
}

.modal-content .modal-footer .submit {
  padding: 10px 35px !important;
  border-radius: 35px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: auto;
  margin: 0 auto 0 auto;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.modal-content .modal-footer .submit:hover {
  -webkit-box-shadow: 0px 0px 15px 3px white;
  box-shadow: 0px 0px 15px 3px white;
  background-color: white !important;
  color: #F36239;
}

.modal-wrap {
  position: relative;
}

.modal-dialog .close {
  background-color: #B2A699 !important;
  margin: 0;
  position: absolute;
  right: 0;
  padding: 0px 12px !important;
  top: 0px;
  opacity: 1;
}

.close {
  float: right;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
}

.solutions .description {
  margin-bottom: 0;
}

.carouselHolderRows {
  position: relative;
  padding-bottom: 50px;
  margin: 0 -15px;
}

.carouselHolderRows .slick-arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.carouselHolderRows .carouselPrev {
  right: 90px;
}

.carouselHolderRows .carouselPrev:hover {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.carouselHolderRows .carouselPrev img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.carouselHolderRows .carouselNext:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.carouselHolderRows .item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 370px;
}

.carouselHolderRows .wrap {
  background-color: white;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  padding: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.carouselHolderRows .wrap .description {
  margin-bottom: 15px;
}

.carouselHolderRows .wrap .title-h2 {
  text-transform: uppercase;
  font-size: 14px;
}

.carouselHolderRows .wrap .img {
  height: 70px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.carouselHolderRows .wrap .img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  margin: 0 auto;
}

.carouselHolderRows .wrap:hover {
  color: black;
  -webkit-box-shadow: 0px 0px 15px 8px rgba(243, 98, 57, 0.4);
  box-shadow: 0px 0px 15px 8px rgba(243, 98, 57, 0.4);
}

input[type=file] {
  outline: 0;
  opacity: 0;
}

.label {
  border-radius: 5px;
  display: block;
  padding: 1.2em;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
}

.label i {
  display: block;
  font-size: 42px;
  padding-bottom: 16px;
}

.label:hover {
  border: 2px solid #000;
}

.label:hover i,
.example-1 .label:hover .title {
  color: #000;
}

.support main,
.single main,
.single-projects main,
.noHeight main,
.page-template-page-support-template main,
.archive main {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fullWidth {
  width: 100%;
}

.alignright {
  float: right;
  margin: 15px 0;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
}

.wpcf7-response-output {
  color: white;
}

.info-widgets-container.closeInfo {
  -webkit-animation: 3s linear 0.2s undefined-easeOutElastic;
  animation: 3s linear 0.2s undefined-easeOutElastic;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.info-widgets-container {
  position: fixed;
  bottom: 0;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  left: -20%;
  -webkit-animation: 3s linear 1s undefined-easeInOutElastic;
  animation: 3s linear 1s undefined-easeInOutElastic;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: white;
  width: 20%;
  padding: 30px;
  border: 1px solid #f36239;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  border-radius: 5px;
}

.info-widgets-container .btnInfo {
  padding: 5px 16px !important;
  border-radius: 25px;
  border: 1px solid #f46f49;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  width: auto;
}

.info-widgets-container strong {
  font-weight: bold;
}

.info-widgets-container .infoClose {
  position: absolute;
  right: 18px;
  top: 15px;
  cursor: pointer;
}

@-webkit-keyframes undefined-easeInOutElastic {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  4% {
    -webkit-transform: translateX(0.08%);
    transform: translateX(0.08%);
  }

  8% {
    -webkit-transform: translateX(0.1%);
    transform: translateX(0.1%);
  }

  18% {
    -webkit-transform: translateX(-0.52%);
    transform: translateX(-0.52%);
  }

  20% {
    -webkit-transform: translateX(-0.39%);
    transform: translateX(-0.39%);
  }

  28% {
    -webkit-transform: translateX(2.35%);
    transform: translateX(2.35%);
  }

  30% {
    -webkit-transform: translateX(2.39%);
    transform: translateX(2.39%);
  }

  38% {
    -webkit-transform: translateX(-9.27%);
    transform: translateX(-9.27%);
  }

  40% {
    -webkit-transform: translateX(-11.75%);
    transform: translateX(-11.75%);
  }

  60% {
    -webkit-transform: translateX(111.75%);
    transform: translateX(111.75%);
  }

  62% {
    -webkit-transform: translateX(109.27%);
    transform: translateX(109.27%);
  }

  70% {
    -webkit-transform: translateX(97.61%);
    transform: translateX(97.61%);
  }

  72% {
    -webkit-transform: translateX(97.65%);
    transform: translateX(97.65%);
  }

  80% {
    -webkit-transform: translateX(100.39%);
    transform: translateX(100.39%);
  }

  82% {
    -webkit-transform: translateX(100.52%);
    transform: translateX(100.52%);
  }

  90% {
    -webkit-transform: translateX(99.97%);
    transform: translateX(99.97%);
  }

  92% {
    -webkit-transform: translateX(99.9%);
    transform: translateX(99.9%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes undefined-easeInOutElastic {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  4% {
    -webkit-transform: translateX(0.08%);
    transform: translateX(0.08%);
  }

  8% {
    -webkit-transform: translateX(0.1%);
    transform: translateX(0.1%);
  }

  18% {
    -webkit-transform: translateX(-0.52%);
    transform: translateX(-0.52%);
  }

  20% {
    -webkit-transform: translateX(-0.39%);
    transform: translateX(-0.39%);
  }

  28% {
    -webkit-transform: translateX(2.35%);
    transform: translateX(2.35%);
  }

  30% {
    -webkit-transform: translateX(2.39%);
    transform: translateX(2.39%);
  }

  38% {
    -webkit-transform: translateX(-9.27%);
    transform: translateX(-9.27%);
  }

  40% {
    -webkit-transform: translateX(-11.75%);
    transform: translateX(-11.75%);
  }

  60% {
    -webkit-transform: translateX(111.75%);
    transform: translateX(111.75%);
  }

  62% {
    -webkit-transform: translateX(109.27%);
    transform: translateX(109.27%);
  }

  70% {
    -webkit-transform: translateX(97.61%);
    transform: translateX(97.61%);
  }

  72% {
    -webkit-transform: translateX(97.65%);
    transform: translateX(97.65%);
  }

  80% {
    -webkit-transform: translateX(100.39%);
    transform: translateX(100.39%);
  }

  82% {
    -webkit-transform: translateX(100.52%);
    transform: translateX(100.52%);
  }

  90% {
    -webkit-transform: translateX(99.97%);
    transform: translateX(99.97%);
  }

  92% {
    -webkit-transform: translateX(99.9%);
    transform: translateX(99.9%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes undefined-easeOutElastic {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  4% {
    -webkit-transform: translateX(99.9%);
    transform: translateX(99.9%);
  }

  8% {
    -webkit-transform: translateX(99.97%);
    transform: translateX(99.97%);
  }

  18% {
    -webkit-transform: translateX(100.52%);
    transform: translateX(100.52%);
  }

  20% {
    -webkit-transform: translateX(100.39%);
    transform: translateX(100.39%);
  }

  28% {
    -webkit-transform: translateX(97.65%);
    transform: translateX(97.65%);
  }

  30% {
    -webkit-transform: translateX(97.61%);
    transform: translateX(97.61%);
  }

  38% {
    -webkit-transform: translateX(109.27%);
    transform: translateX(109.27%);
  }

  40% {
    -webkit-transform: translateX(-11.75%);
    transform: translateX(-11.75%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes undefined-easeOutElastic {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  4% {
    -webkit-transform: translateX(99.9%);
    transform: translateX(99.9%);
  }

  8% {
    -webkit-transform: translateX(99.97%);
    transform: translateX(99.97%);
  }

  18% {
    -webkit-transform: translateX(100.52%);
    transform: translateX(100.52%);
  }

  20% {
    -webkit-transform: translateX(100.39%);
    transform: translateX(100.39%);
  }

  28% {
    -webkit-transform: translateX(97.65%);
    transform: translateX(97.65%);
  }

  30% {
    -webkit-transform: translateX(97.61%);
    transform: translateX(97.61%);
  }

  38% {
    -webkit-transform: translateX(109.27%);
    transform: translateX(109.27%);
  }

  40% {
    -webkit-transform: translateX(-11.75%);
    transform: translateX(-11.75%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.services .slick-track .slick-slide > div {
  width: 100%;
}

.cpp_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
}

.abc_selectdate {
  margin-bottom: 20px;
}

.abc_selectdate.fields {
  color: white;
}

.cpp_form .verificationsForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cpp_form .verificationsForm .group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.yui-calendar td.calcell.today {
  border: 1px solid #f36239;
  border-radius: 104px;
  background-color: #f36239;
}

.yui-calendar td.calcell.today {
  border: 1px solid #fff !important;
}

.calcell.wd1.d8.today.selectable .selector {
  color: white;
}

.yui-calcontainer table td {
  padding: 8px !important;
}

.yui-calendar td.calcell.selected {
  color: #000;
  background-color: transparent !important;
  border: 1px solid #f36239 !important;
  border-radius: 50%;
}

.yui-calendar td.calcell.selected a {
  color: #000 !important;
}

#listcal1 > div {
  color: white;
  font-size: 18px;
  text-align: center;
  padding-top: 17px;
  font-weight: bold;
}

.yui-calendar .calhead {
  height: 57px !important;
}

.yui-calcontainer.multi .groupcal {
  border: none !important;
}

.cancel-btn {
  background: none !important;
  vertical-align: text-top;
}

.cancel-btn a:before {
  content: '×';
  color: white;
  font-size: 16px;
}

#listcal1 .cancel-btn a {
  width: 20px;
  border: 1px solid white;
  border-radius: 50%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yui-calendar .calheader {
  width: auto !important;
  left: 10px;
  right: 10px;
}

.documentsSignature a {
  color: #F36239;
}

.documentsSignature {
  padding-top: 30px;
}

.date {
  color: #F36239;
}

.filters-content {
  padding-top: 20px;
}

.carouselHolderRows .wrap .textHolder {
  min-height: 100px;
}

.carouselHolderRows .wrap .img.image--solutions {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.leadership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leadership .item {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.leadership .item .leadershipPhoto {
  height: 300px;
}

.leadershipPhoto img{
	height:100%;
	width:auto;
}

.leadership .item h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}

/* NAV */

#nav {
  position: relative;
  z-index: 5;
}

#nav ul {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav li {
  list-style: none;
  position: relative;
  z-index: 2;
}

#nav li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px 15px 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

#nav li:hover > a:after,
#nav li.current-menu-item > a:after {
  border-right-color: #14c15d;
  border-bottom-color: #14c15d;
}

#nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  padding: 15px 0;
  display: none;
  background-color: #F36239;
}

#nav li ul:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -5;
  border: 1px solid #e5e8e7;
}

#nav li ul li {
  display: block;
}

#nav li ul li a {
  text-transform: none;
  text-align: left;
  padding: 1vh 40px 1vh 30px;
  min-width: 275px;
  color: white;
  position: relative;
  font-weight: normal;
}

#nav li ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: left ease .3s;
  -o-transition: left ease .3s;
  transition: left ease .3s;
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}

#nav li ul li:hover a:before {
  position: absolute;
  left: 15px;
  top: 50%;
  height: 75%;
  width: 2px;
  background-color: white;
  display: inline-block;
  min-height: 10px;
  -webkit-transition: left ease .4s;
  -o-transition: left ease .4s;
  transition: left ease .4s;
}

#nav li ul li ul {
  left: 100%;
  top: -16px;
  background-color: #edf2f0;
  background: none;
  display: none;
}

#nav li ul li ul:after {
  background: #edf2f0;
  z-index: -10;
}

#nav li ul li ul li {
  display: block;
}

#nav li ul li ul li a {
  padding: 1vh 30px;
  min-width: 220px;
}

.nav-trigger,
.nav-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-trigger {
  position: relative;
  width: 30px;
  height: 22px;
  display: none;
}

.nav-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: black;
}

.nav-trigger.active span {
  background-color: white;
}

.nav-trigger span:nth-of-type(1) {
  top: 0;
}

.nav-trigger span:nth-of-type(2) {
  top: 10px;
}

.nav-trigger span:nth-of-type(3) {
  bottom: 0;
}

.nav-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  margin: -24px 0 0 -23px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s;
}

.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.nav-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-trigger .8s forwards;
  animation: active-trigger .8s forwards;
}

@-webkit-keyframes active-trigger {
  100% {
    height: 0;
  }
}

@keyframes active-trigger {
  100% {
    height: 0;
  }
}

.nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.nav-trigger.active::after {
  -webkit-animation: active-trigger .4s .25s forwards;
  animation: active-trigger .4s .25s forwards;
}

@-webkit-keyframes active-trigger {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }

  25% {
    border-color: transparent #fff transparent transparent;
  }

  50% {
    border-color: transparent #fff #fff transparent;
  }

  75% {
    border-color: transparent #fff #fff #fff;
  }

  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
  }
}

@keyframes active-trigger {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    border-color: transparent #fff transparent transparent;
  }

  50% {
    border-color: transparent #fff #fff transparent;
  }

  75% {
    border-color: transparent #fff #fff #fff;
  }

  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
    transform: rotate(-680deg);
  }
}

iframe {
  max-width: 100%;
}

/* preloader */

.preloader {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.logo-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.logo-wrap .circle {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 26.5% center;
  -ms-transform-origin: 26.5% center;
  transform-origin: 26.5% center;
}

.logo-wrap .circle-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: logo-circle-1;
  animation-name: logo-circle-1;
}

.logo-wrap .circle-2 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: logo-circle-2;
  animation-name: logo-circle-2;
}

.logo-wrap .text {
  -webkit-animation-name: logo-text;
  animation-name: logo-text;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.logo-wrap .text-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.logo-wrap .text-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.logo-wrap .progress {
  position: absolute;
  right: 0;
  top: 73%;
  width: 76.5%;
  height: 4px;
  background: #FFEDE9;
  -webkit-animation-name: logo-progress;
  animation-name: logo-progress;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  background: #ec633c;
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

@-webkit-keyframes logo-circle-1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes logo-circle-1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes logo-circle-2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes logo-circle-2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes logo-text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes logo-text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes logo-progress {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes logo-progress {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* corners-circle */

.circles {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.corners-circle {
  position: absolute;
  z-index: -1;
}

.corners-circle-l {
  left: 0;
  bottom: 0;
  width: 300px;
  -webkit-transform: translate(-40%, 40%);
  -ms-transform: translate(-40%, 40%);
  transform: translate(-40%, 40%);
  opacity: 0.6;
}

.corners-circle-r {
  right: 0;
  top: 0;
  width: 400px;
  -webkit-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  opacity: 0.3;
}

.corners-circle .circle {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.corners-circle .circle-1 {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.corners-circle .circle-2 {
  animation-direction: reverse;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-backdrop {
  z-index: -1;
}

/* radio */

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%;
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* checkbox */

.jcf-checkbox {
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 4px;
  width: 30px;
  height: 20px;
  border: 1px solid white;
  background: transparent;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 10px 0 0;
  border-radius: 0;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 8px;
  width: 15px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* button */

.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

/* file */

.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px;
}

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}

.bg-hide {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  opacity: 0;
  background: #000;
  z-index: -1;
}

/* scrollbars */

.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 5px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #00a4e8;
  height: 14px;
  width: 5px;
  border-radius: 5px;
  left: 0;
  display: none;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #00a4e8;
  height: 1px;
  width: 5px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* select */

.jcf-select {
  vertical-align: top;
  position: relative;
  margin: 0 0 12px;
  min-width: 100%;
  height: 45px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  color: white;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  cursor: default;
  font-size: 14px;
  margin: 0 35px 0 0;
  display: block;
  text-align: left;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 15px;
  height: 8px;
  overflow: hidden;
  background: url("./images/arrowSelect.svg") no-repeat center;
  background-size: contain;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  left: -1px;
  right: -1px;
  /*	*/
  top: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid white;
  border-radius: 0;
  background: #FFF;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
  border-radius: 0;
  z-index: 8;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  z-index: 8;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  min-height: 18px;
  color: #231F20;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  padding: 12px 24px 11px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #F36239;
  color: white;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* other styles */

.jcf-textarea {
  border: 1px solid #b8c3c9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
}

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0;
}

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0;
}

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0;
}

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: '';
}

/* number input */

.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px;
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

/* range input */

.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px;
}

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px;
}

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
}

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto;
}

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px;
}

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px;
}

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0;
}

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px;
}

.jcf-range .jcf-active-handle {
  z-index: 2;
}

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid #f00;
  margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3;
}

/* common styles */

.tabs-widget-header .nav-item.show .nav-link,
.tabs-widget-header .nav-link.active,
.tabs-widget-header .filters ul li.active,
.nav-tabs-header .nav-item.show .nav-link,
.nav-tabs-header .nav-link.active,
.nav-tabs-header .filters ul li.active,
.tabsFilter .nav-item.show .nav-link,
.tabsFilter .nav-link.active,
.tabsFilter .filters ul li.active {
  border: none;
  border-bottom: 2px solid #F36239;
  color: #F36239;
  background-color: transparent;
}

.tabs-widget-header .nav-item:not(.active):hover,
.tabs-widget-header .filters ul li:not(.active):hover,
.nav-tabs-header .nav-item:not(.active):hover,
.nav-tabs-header .filters ul li:not(.active):hover,
.tabsFilter .nav-item:not(.active):hover,
.tabsFilter .filters ul li:not(.active):hover {
  border: none !important;
}

.tabs-widget-header .nav-item:not(.active):focus,
.tabs-widget-header .filters ul li:not(.active):focus,
.nav-tabs-header .nav-item:not(.active):focus,
.nav-tabs-header .filters ul li:not(.active):focus,
.tabsFilter .nav-item:not(.active):focus,
.tabsFilter .filters ul li:not(.active):focus {
  border: none;
}

.tabs-widget-header .nav-link,
.tabs-widget-header .filters ul li,
.nav-tabs-header .nav-link,
.nav-tabs-header .filters ul li,
.tabsFilter .nav-link,
.tabsFilter .filters ul li {
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #B2A699;
  font-weight: bold;
  font-size: 16px;
}

.tabs-widget-header .prevTab,
.nav-tabs-header .prevTab,
.tabsFilter .prevTab {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-link {
  padding: 10px 0;
  margin-right: 2em;
  cursor: pointer;
}

.nav-link__img {
  width: 100px;
  display: block;
  height: 50px;
  margin: 0 auto 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tabs-widget-body .col-md-3,
.tabsFilter .col-md-3 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-widget-body .description,
.tabsFilter .description {
  margin: 30px 0;
}

.tabs-widget-body .item,
.tabsFilter .item {
  -webkit-box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  box-shadow: 0px 0px 17px 3px rgba(178, 166, 153, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tabs-widget-body .item p,
.tabsFilter .item p {
  padding-bottom: 0;
  font-size: 14px;
}

.tabs-widget-body .item svg,
.tabsFilter .item svg {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.tabs-widget-body .item .arrowD-line,
.tabsFilter .item .arrowD-line {
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tabs-widget-body .item:hover,
.tabsFilter .item:hover {
  -webkit-box-shadow: 0px 0px 15px 8px rgba(243, 98, 57, 0.4);
  box-shadow: 0px 0px 15px 8px rgba(243, 98, 57, 0.4);
}

.tabs-widget-body .item:hover .arrowD-line,
.tabsFilter .item:hover .arrowD-line {
  -webkit-transform: scaleY(0.9) translateY(3px);
  -ms-transform: scaleY(0.9) translateY(3px);
  transform: scaleY(0.9) translateY(3px);
}

.nav-tabs-more .dropdown-item.active,
.nav-tabs-more .dropdown-item:active,
.tabs-widget .dropdown-item.active,
.tabs-widget .dropdown-item:active {
  background-color: #f36740;
}

.nav-tabs-more .col-md-6,
.tabs-widget .col-md-6 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs-more .dropdown-toggle,
.tabs-widget .dropdown-toggle {
  font-size: 48px;
  color: black;
}

.nav-tabs-more .dropdown-toggle::after,
.tabs-widget .dropdown-toggle::after {
  display: none;
}

.nav-tabs-more .dropdown-menu,
.tabs-widget .dropdown-menu {
  min-width: 12rem;
}

.nav-tabs-more .dropdown-menu li a,
.tabs-widget .dropdown-menu li a {
  margin-left: 1em;
  text-transform: none;
  color: black;
  font-weight: normal;
}

.filters {
  border-bottom: 1px solid #dee2e6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.filters ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.filters ul li {
  white-space: nowrap;
}

.filters button {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  padding: 0 1rem 0 1.5rem;
  outline: 0;
  border: 0;
  background: #c8c8c8;
  font-size: 48px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters button.hidden {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 0;
  padding: 0;
  overflow: hidden;
}

ul.hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 1000;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .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: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.hidden-links li a {
  color: #404040;
  padding-right: 1rem;
}

ul.hidden-links.hidden {
  display: none;
}

ul.hidden-links li {
  padding: 1rem;
}

.filters ul.hidden-links li {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  text-transform: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin: 0;
}

.filters ul.hidden-links li:hover {
  color: white;
  text-decoration: none;
  background-color: #F36239;
}

.filters ul.hidden-links li.active {
  color: white;
  text-decoration: none;
  background-color: #F36239;
}

.filters-content .col-md-6 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabsFilter .item {
  display: block;
}

.tabsFilter .item img {
  width: auto;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.tabsFilter .item .rowHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
}

.tabsFilter .nav-link,
.tabsFilter .filters ul li {
  text-align: center;
}

.tabsFilter .item svg {
  margin-right: 0;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .half-content {
    width: 330px;
  }
}

@media (min-width: 992px) {
  .half-content {
    width: 470px;
  }
}

@media (min-width: 1200px) {
  .half-content {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1400px) {
  h1,
  .title,
  .h1 {
    font-size: 55px;
    line-height: 1;
  }

  .page h1,
  .page .title {
    font-size: 55px;
    line-height: 1;
  }

  .header {
    padding: 30px 40px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .header .logo-header {
    min-width: 160px;
    width: 12%;
  }

  .mainSlider .leftPart .description {
    padding: 1em 0 2em;
  }

  .mainSlider .rightPart img {
    max-height: 450px !important;
  }

  .mainSlider .slick-dots button {
    width: 12px;
    height: 12px;
  }

  #nav li a {
    padding: 15px 15px 15px 0;
  }
}

@media (max-width: 1400px) and (max-height: 700px) {
  h1,
  .title,
  .h1 {
    font-size: 35px;
    line-height: 1;
  }

  .header {
    padding: 15px 40px 10px;
  }

  .mainSlider .leftPart {
    padding-top: 0;
  }

  .mainSlider .leftPart .description {
    font-size: 16px;
  }

  .mainSlider .rightPart img {
    max-height: 350px !important;
  }

  .logo-wrap {
    max-width: 25%;
  }
}

@media (max-height: 700px) and (max-width: 1400px) {
  .half-content {
    width: 700px;
  }
}

@media screen and (max-width: 1280px) {
  .services {
    width: calc(100% - 63px);
  }

  .carouselHolderRows .item {
    height: 400px;
  }

  #nav li a {
    font-size: 14px;
  }
}

@media (max-width: 1199px), (max-height: 700px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1199px) {
  .header .main-menu {
    width: auto;
  }

  .header .contacts-top {
    display: none;
  }

  .mainSlider .leftPart .half-content {
    margin-right: -20px;
  }

  .mainSlider .rightPart img {
    margin-left: 35px;
  }
}

@media screen and (max-width: 991px) {
  h1,
  .title,
  .h1 {
    font-size: 30px;
    line-height: 1;
  }

  .page h1,
  .page .title {
    font-size: 30px;
    line-height: 1;
  }

  .mainSlider .leftPart .half-content {
    margin-right: 0;
  }

  .mainSlider .leftPart .description {
    width: 100%;
    font-size: 16px;
  }

  .mainSlider .rightPart img {
    max-height: 400px;
    margin-left: 0;
  }

  .verification .btn-presentation,
  .page-template-page-verification-template .btn-presentation {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }

  .carouselHolderRows .item {
    height: 370px;
  }

  .info-widgets-container {
    left: -30%;
    width: 30%;
  }

  .calendarLeft {
    padding-left: 38px;
  }

  #nav li ul li:hover a:before {
    display: none;
  }

  .nav-trigger {
    display: block;
    position: absolute;
    top: 43px;
    right: 55px;
    z-index: 10000;
  }
}

@media only screen and (max-width: 991px) {
  #nav {
    position: fixed;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    margin: 0;
    background: #F36239;
    z-index: 9999;
    padding: 130px 0 0;
    overflow-y: scroll;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg);
    transform: perspective(600px) rotateX(0deg) rotateY(0deg);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.36, 0.63);
  }

  #nav ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    left: 100%;
    width: 100%;
  }

  #nav ul li {
    display: block;
    width: 100%;
    padding-left: 25px;
  }

  #nav ul li a {
    padding: 8px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
  }

  #nav ul li a:after {
    display: none !important;
  }

  #nav ul li ul {
    position: relative;
    top: auto;
    left: 100%;
    padding: 0;
    display: block;
  }

  #nav ul li ul:after {
    display: none;
  }

  #nav ul li ul li a {
    text-align: left;
    padding: 0 20px;
  }

  #nav ul li ul li ul {
    top: auto;
    left: auto;
    padding: 0;
  }

  #nav ul li ul li ul li a {
    padding: 0px 0;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .half-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .title,
  .h1 {
    font-size: 52px;
    line-height: 1;
  }

  .page h1,
  .page .title {
    font-size: 52px;
    line-height: 1;
  }

  .page .h1 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }

  h2,
  .subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 1rem 0 1.12rem;
  }

  .background .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .background .bgText {
    height: 100vh;
    overflow: hidden;
    font-size: 185px;
  }

  .background .line:first-child,
  .background .line:last-child,
  .background .line:nth-child(3),
  .background .line:nth-child(4) {
    display: none;
  }

  .header {
    padding: 20px 15px;
  }

  .header .logo-header {
    min-width: 125px;
  }

  .header .logo-desktop {
    display: none;
  }

  .header .logo-mobile {
    display: block;
  }

  .mainSlider .btn {
    padding: 11px 30px;
    font-size: 14px;
    display: block;
  }

  .mainSlider .leftPart {
    padding-top: 1em;
  }

  .mainSlider .leftPart .description {
    padding: 1em 0 2em;
    width: 100%;
  }

  .mainSlider .rightPart {
    position: absolute;
    z-index: -1;
    opacity: .1;
  }

  .mainSlider .rightPart img {
    margin-left: 0;
  }

  .mainSlider .slick-dots {
    display: none !important;
  }

  .servicesWrap {
    width: 100%;
    margin-left: 0;
    overflow-y: hidden;
    max-width: 100%;
  }

  .services {
    width: auto;
  }

  .services .item {
    padding: 15px 10px;
  }

  .services .carouselNext {
    display: none;
  }

  .breadcrumbs > span:last-child a span {
    max-width: 375px;
  }

  .certificates .textHolder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .certificates .textHolder .description {
    padding-left: 0;
    padding-top: 10px;
  }

  .carouselHolder,
  .newsCategoryWrapper,
  .certificates {
    padding-top: 0;
  }

  .page .description.mCustomScrollbar {
    height: auto;
  }

  .page .description {
    margin-bottom: 10px;
  }

  .page .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .page .btn-presentation {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }

  .page .form {
    padding: 20px;
  }

  .page .form .leftPart,
  .page .form .wpcf7,
  .page .form .wpcf7-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .page .form .group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 5px;
    width: 100%;
    max-width: 100%;
  }

  .page .form .submit {
    margin: 20px auto 0 auto;
  }

  .page .form textarea {
    padding-left: 8px;
  }

  .page .form .group-100 {
    padding: 0 5px;
  }

  .page .form label {
    left: 7px;
  }

  .page .form .rightPart {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .page .form .rightPart .normalText {
    font-size: 13px;
    line-height: 1;
  }

  .page .form .rightPart .bigText {
    font-size: 19px;
    margin: 10px 0;
  }

  .modal-content:before {
    height: 150px;
  }

  .modal-content .modal-title {
    font-size: 25px;
  }

  .modal-content .modal-footer .submit {
    margin: 20px auto 0 auto;
  }

  .modal-dialog .close {
    right: 0;
  }

  .info-widgets-container {
    width: 100%;
    position: relative;
    left: auto;
    -webkit-animation: none;
    animation: none;
  }

  .info-widgets-container .infoClose {
    display: none;
  }

  .cpp_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .calendarLeft {
    padding-left: 23px;
  }

  .leadership {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-trigger {
    display: block;
    position: absolute;
    top: 37px;
    right: 25px;
    z-index: 10000;
  }

  .logo-wrap {
    max-width: 80%;
  }

   .label-logo {
     font-size: 0.77rem;
	 color: #C6BDB3;
	 text-align: center;
   }

  .corners-circle-r {
    width: 225px;
  }

  .jcf-select .jcf-select-text {
    margin: 0 35px 0 0;
  }

  .tabs-widget-header,
  .nav-tabs-header,
  .tabsFilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs-widget-header a,
  .nav-tabs-header a,
  .tabsFilter a {
    border-color: #B2A699;
  }

  .tabs-widget-header,
  .nav-tabs-header,
  .tabsFilter {
    /* the parent */
  }

  .tabs-widget-header .slick-slide,
  .nav-tabs-header .slick-slide,
  .tabsFilter .slick-slide {
    margin: 0 10px;
  }

  .tabs-widget-header .slick-list,
  .nav-tabs-header .slick-list,
  .tabsFilter .slick-list {
    margin: 0 -10px;
    width: 90%;
  }

  .tabs-widget-header .nav-link,
  .tabs-widget-header .filters ul li,
  .nav-tabs-header .nav-link,
  .nav-tabs-header .filters ul li,
  .tabsFilter .nav-link,
  .tabsFilter .filters ul li {
    color: black;
  }

  .tabs-widget-body,
  .tabsFilter {
    padding: 15px;
  }

  .tabs-widget-body .description,
  .tabsFilter .description {
    margin-top: 20px;
  }

  .tabs-widget-body .tab-pane,
  .tabsFilter .tab-pane {
    padding: 15px;
  }

  .tabsFilter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  h1,
  .title,
  .h1 {
    font-size: 26px;
    line-height: 1;
  }

  .page h1,
  .page .title {
    font-size: 26px;
    line-height: 1;
  }
}

@media screen and (max-width: 360px) {
  body {
    font-size: 16px;
  }

  h3,
  .h3 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-height: 856px) {
  .mainSlider .rightPart img {
    max-height: 550px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10 IE11 */

  .background .container span {
    display: none;
  }
}