

@font-face {
    font-family: 'edo_sz';
    src: url('../fonts/edosz.eot');
    src: url('../fonts/edosz.eot?#iefix') format('embedded-opentype'),
         url('../fonts/edosz.woff2') format('woff2'),
         url('../fonts/edosz.woff') format('woff'),
         url('../fonts/edosz.ttf') format('truetype'),
         url('../fonts/edosz.svg#edo_szregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold.eot');
    src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold.woff2') format('woff2'),
         url('../fonts/montserrat-bold.woff') format('woff'),
         url('../fonts/montserrat-bold.ttf') format('truetype'),
         url('../fonts/montserrat-bold.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular.eot');
    src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff'),
         url('../fonts/montserrat-regular.ttf') format('truetype'),
         url('../fonts/montserrat-regular.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}


body {
    padding: 0;
    margin: 0;
    letter-spacing: 0.047em;
    font-weight: normal;
    font-style: normal;
    font-family: 'montserrat';
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

h1,h2,h3,h4,h5,h6{
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #debe81;
    font-weight: bold;
    letter-spacing: 0.047em;
}

h1,
h1.maxtitle-1,
h2.maxtitle-1,
h3.maxtitle-1,
h4.maxtitle-1,
h5.maxtitle-1,
h6.maxtitle-1 {
    font-size: 50px;
    line-height: 50px;
    font-family: 'edo_sz';
    font-weight: normal;
}
h2,
h1.maxtitle-2,
h2.maxtitle-2,
h3.maxtitle-2,
h4.maxtitle-2,
h5.maxtitle-2,
h6.maxtitle-2  {
    font-size: 30px;
    line-height: 35px;
    font-family: 'edo_sz';
    font-weight: normal;
}
h3,
h1.maxtitle-3,
h2.maxtitle-3,
h3.maxtitle-3,
h4.maxtitle-3,
h5.maxtitle-3,
h6.maxtitle-3  {
    font-size: 27px;
    line-height: 32px;
}
h4,
h1.maxtitle-4,
h2.maxtitle-4,
h3.maxtitle-4,
h4.maxtitle-4,
h5.maxtitle-4,
h6.maxtitle-4 {
    font-size: 24px;
    line-height: 30px;
}
h5,
h1.maxtitle-5,
h2.maxtitle-5,
h3.maxtitle-5,
h4.maxtitle-5,
h5.maxtitle-5,
h6.maxtitle-5 {
    font-size: 22px;
    line-height: 28px;
}
h6,
h1.maxtitle-6,
h2.maxtitle-6,
h3.maxtitle-6,
h4.maxtitle-6,
h5.maxtitle-6,
h6.maxtitle-6 {
    font-size: 18px;
    line-height: 26px;
}
p {
    margin:0 0 20px;
}
strong {
    font-weight: bold;
}
ul , ol{
    padding:0 0 0 40px;
    margin: 16px 0px;
}
ul li , ol li{
    margin: 0;
    padding: 0px;
}
a { 
    color: #debe81;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    color: #debe81;
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
   
img{
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 90px 0px;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
tr th:first-child , tr td:first-child{
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}

.max-title-1 h1,
.max-title-1 h2,
.max-title-1 h3,
.max-title-1 h4,
.max-title-1 h5,
.max-title-1 h6 {
    font-size: 70px;
    line-height: 81px;
}

.max-title-2 h1,
.max-title-2 h2,
.max-title-2 h3,
.max-title-2 h4,
.max-title-2 h5,
.max-title-2 h6 {
    font-size: 48px;
    line-height: 60px;
}
.max-title-2 h1.maxtitle-2,
.max-title-2 h2.maxtitle-2,
.max-title-2 h3.maxtitle-2,
.max-title-2 h4.maxtitle-2,
.max-title-2 h5.maxtitle-2,
.max-title-2 h6.maxtitle-2  {
    font-size: 70px;
    line-height: 94px;
}
.max-title-3 h1,
.max-title-3 h2,
.max-title-3 h3,
.max-title-3 h4,
.max-title-3 h5,
.max-title-3 h6 {
    font-size: 36px;
    line-height: 44px;
}

.max-title-4 h1,
.max-title-4 h2,
.max-title-4 h3,
.max-title-4 h4,
.max-title-4 h5,
.max-title-4 h6 {
    font-size: 32px;
    line-height: 36px;
}

.max-title-5 h1,
.max-title-5 h2,
.max-title-5 h3,
.max-title-5 h4,
.max-title-5 h5,
.max-title-5 h6 {
    font-size: 32px;
    line-height: 1;
}

.max-title-6 h1,
.max-title-6 h2,
.max-title-6 h3,
.max-title-6 h4,
.max-title-6 h5,
.max-title-6 h6 {
    font-size: 28px;
    line-height: 1;
}
.btn-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.btn-outer.right-align {
    text-align: right;
}
.btn-outer.right-align .main-btn {
    float: right;
}
.btn-outer.center-align {
    text-align: center;
}
.main-btn {
    position: relative;
    display: inline-block;
    padding: 12px 37px 12px;
    box-shadow: none;
    border-radius: 0px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: 0.047em;
    font-family: 'edo_sz';
    box-shadow: none;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    background: url(../images/btn-bg.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.main-btn span {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.main-btn:hover {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(166,5,51,1);
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}*/
.main-btn:hover {
  /*color: #ffffff;
  background-color: rgba(166,5,51,1);
  border-color: rgba(166,5,51,1);*/
}
.main-btn:focus {
    outline: none;
}
/*.main-btn:hover span {
  width: 225%;
  height: 562.5px;
}*/
.contact-form-outer,
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.content-img.center-align,
.content-info.center-align,
.content-title.center-align {
    text-align: center;
}
.content-img.right-align,
.content-info.right-align,
.content-title.right-align {
    text-align: right;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.grid-50 .row {
    margin: 0 -50px;
}
.grid-50 .row > [class^="col-"]{
    padding: 0 50px;
}
.grid-40 .row {
    margin: 0 -40px;
}
.grid-40 .row > [class^="col-"]{
    padding: 0 40px;
}
.grid-30 > .row {
    margin: 0 -30px;
}
.grid-30 > .row > [class^="col-"]{
    padding: 0 30px;
}
.grid-20 > .row {
    margin: 0 -20px;
}
.grid-20 > .row > [class^="col-"]{
    padding: 0 20px;
}
.grid-25 > .row {
    margin: 0 -25px;
}
.grid-25 > .row > [class^="col-"]{
    padding: 0 25px;
}
.grid-36 > .row {
    margin: 0 -18px;
}
.grid-36 > .row > [class^="col-"]{
    padding: 0 18px;
}
.grid-17 > .row {
    margin: 0 -8.5px;
}
.grid-17 > .row > [class^="col-"]{
    padding: 0 8.5px;
}
.grid-11 > .row {
    margin: 0 -11px;
}
.grid-11 > .row > [class^="col-"]{
    padding: 0 11px;
}
.grid-10 > .row {
    margin: 0 -10px;
}
.grid-10 > .row > [class^="col-"]{
    padding: 0 10px;
}
.grid-8 > .row {
    margin: 0 -8px;
}
.grid-8 > .row > [class^="col-"]{
    padding: 0 8px;
}
.grid-6 > .row {
    margin: 0 -6.5px;
}
.grid-6 > .row > [class^="col-"]{
    padding: 0 6.5px;
}
.grid-5 > .row {
    margin: 0 -2.7px;
}
.grid-5 > .row > [class^="col-"]{
    padding: 0 2.7px;
}
.small-text p {
    font-size: 20px;
    line-height: 30px;
}
.gold-color {
    color: #debe81;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color {
    color: #ffffff;
}
.black-color h1,
.black-color h2,
.black-color h3,
.black-color h4,
.black-color h5,
.black-color h6,
.black-color {
    color: #000000;
}
.maxtitle-red-color .maxtitle-1,
.maxtitle-red-color .maxtitle-2,
.maxtitle-red-color .maxtitle-3,
.maxtitle-red-color .maxtitle-4,
.maxtitle-red-color .maxtitle-5,
.maxtitle-red-color .maxtitle-6,
.red-color,
.red-color h1,
.red-color h2,
.red-color h3,
.red-color h4,
.red-color h5,
.red-color h6 {
    color: #a50533;
}
.bg-gold {
    background-color: #debe81;
}
/*---------header-part---------*/

.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
    position: relative;
}
.desktop-header .main-content-wrap {
    position: static;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.header-part {
    position: fixed;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    top: 0;
    left: 0;
    border-bottom: 9px solid #debe81;
}
.header-part.sticky {
    box-shadow: 0 10px 10px rgba(0,0,0,0.30);
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 36px 0 11px;
}
.header-nav .container {
    position: relative;
}
.header-part.sticky .header-nav {
    padding: 15px 0 11px;
}
.header-logo {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.header-logo img {
    width: 291px;
}
.header-part.sticky .header-logo {
    margin-bottom: 10px;
}
.header-part.sticky .header-logo img {
    width: 200px;
}
#menu {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    text-align: center;
}
.main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.main-menu li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin: 0 11px;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu li a {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.047em;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.main-menu li.fancy-link a {
    color: #debe81;
    font-size: 18px;
    font-family: 'edo_sz';
    font-weight: normal;
}
.main-menu > li > a {
    text-transform: uppercase;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a{
    color: #debe81;
}
.main-menu > li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    min-width: 180px;
    padding: 0px 0 0px 0px;
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.35s;
}
.main-menu > li:hover > ul{
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu > li li,
.main-menu > li li li,
.main-menu > li li li li{
    background: transparent;
    position: relative;
    text-align: left;
    padding: 0 0 0 17px;
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}
.main-menu > li li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/times.svg) no-repeat center;
    background-size: contain;
}
.main-menu > li > ul > li:hover > a,
.main-menu > li > ul > li.current-menu-item > a,
.main-menu > li > ul > li > ul > li:hover > a, 
.main-menu > li > ul > li > ul > li.current-menu-item > a,
.main-menu > li > ul > li > ul > li > ul > li:hover > a, 
.main-menu > li > ul > li > ul > li > ul > li.current-menu-item > a {
    color: #debe81;
}
.main-menu > li ul li a {
    display: block;
    width: 100%;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap;
}
.header-social {
    position: absolute;
    right: 22px;
    top: 51px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header-part.sticky .header-social {
    top: 30px;
}
.header-social li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 7px;
}
.header-label {
    position: absolute;
    right: 77px;
    bottom: -36px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 25px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'edo_sz';
    font-weight: normal;
    letter-spacing: 0.047em;
}
.header-label span {
    position: relative;
    display: flex;
    align-items: center;
    transform: rotate(-4deg);
}
.header-label span img {
    margin-right: 5px;
}
.desktop-header {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*------mobile-menu-------*/
body.sk-hidden  {
    overflow: hidden;
}

.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.dropdown-toggle {
    width: 32px;
    height: 18px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 8px;
    height: 3px;
    background-color: #debe81;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:before {
    position: absolute;
    content: '';
    left: 0;
    top: -8px;
    width: 100%;
    height: 3px;
    background-color: #debe81;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: 3px;
    background-color: #debe81;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle.open span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(8px,-8px,0);
    opacity: 0;
}
.dropdown-toggle.open span:after {
    transform: translate3d(0,-8px,0) rotate(-90deg);
    width: 100%;
}
.dropdown-toggle::after {
    display: none;
}
.sk-offcanvas-content {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: -1;
    visibility: hidden;
    background-color:#ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content.open {
    top: 119px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
} 
.header-part.sticky .sk-offcanvas-content.open {
    top: 88px;
}
.logged-in.admin-bar .sk-offcanvas-content.open {
    top: 151px;
}
.logged-in.admin-bar .header-part.sticky .sk-offcanvas-content.open {
    top: 120px;
}
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;
    max-width: 960px;
    padding: 30px 15px 30px;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}
ul.sk-mobile-menu > li {
    position: relative !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    padding: 12px 0 10px; 
}
ul.sk-mobile-menu > li:last-child {
    border-bottom: none;
}
ul.sk-mobile-menu > li > a {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    letter-spacing: 0.047em;
    text-transform: uppercase;
}
ul.sk-mobile-menu > li:hover > a,
ul.sk-mobile-menu > li.current-menu-item > a{
    color: #debe81;
}
ul.sk-mobile-menu > li > ul > li:hover > a,
ul.sk-mobile-menu > li > ul > li.current-menu-item > a,
ul.sk-mobile-menu > li > ul > li > ul > li:hover > a, 
ul.sk-mobile-menu > li > ul > li > ul > li.current-menu-item > a,
ul.sk-mobile-menu > li > ul > li > ul > li > ul > li:hover > a, 
ul.sk-mobile-menu > li > ul > li > ul > li > ul > li.current-menu-item > a {
    color: #debe81;
}
ul.sk-mobile-menu > li.menu-item-has-children .caret {
    border: none;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 30px;
    height: 30px;
    z-index: 9;
    background:transparent;
    cursor: pointer;
}
ul.sk-mobile-menu > li.menu-item-has-children .caret:after {
    position: absolute;
    content: '';
    background: url(../images/angle-right.svg) no-repeat center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 30px;
    height: 30px;
}
ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret:after {
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    -moz-transform: translate(-50%,-50%) rotate(-90deg);
    -ms-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
}
ul.sk-mobile-menu > li ul.sub-menu {
    padding: 10px 0 5px 10px;
    list-style: none;
    margin: 0;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    display: none;
    width: 100%;
}
ul.sk-mobile-menu > li ul.sub-menu ul {
    display: block;
}
ul.sk-nav-menu > li .sub-menu li {
    padding: 2px 0 2px 17px;
    display: block;
    border-bottom: none;
    position: relative;
}
ul.sk-nav-menu > li .sub-menu li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/times.svg) no-repeat center;
    background-size: contain;
}
ul.sk-nav-menu > li .sub-menu li li {
    padding: 5px 0 5px 15px;
}
ul.sk-mobile-menu > li li a {
    padding: 0;
    margin:0;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    position: relative;
    display: block;
    letter-spacing: normal;
    box-shadow: none;
}
ul.sk-mobile-menu li.fancy-link a {
    color: #debe81;
    font-size: 18px;
    font-family: 'edo_sz';
    font-weight: normal;
}
/*-------------end-----------------*/

/*---------main-part---------*/
body {
    padding-top: 186px;
}
body.sk-hidden {
    overflow: hidden;
}
.hero-banner {
    height: 666px;
    z-index: 3;
}
.home .hero-banner {
	background-position: bottom;
}
.hero-caption {
    position: absolute;
    right: 100px;
    bottom: -248px;
    width: 434px;
    height: 441px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-caption .maxtitle-1 {
    font-size: 50px;
    line-height: 49px;
    font-weight: normal;
    font-family: 'edo_sz';
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.047em;
    margin-bottom: 25px;
}
.hero-caption .maxtitle-1 span {
    display: block;
    color: #000000;
    padding-left: 70px;
}
.hero-caption p {
    font-size: 19px;
    line-height: 24px;
}
.left-half-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 56.4%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-full-height {
    position: relative;
    display: flex;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.more-right {
    text-align: right;
}
.more-right .main-btn {
    right: -117px;
    white-space: nowrap;
}
.z-index-2 {
    z-index: 2;
}
.content-align-1 {
    margin-top: -220px;
}
blockquote {
    position: relative;
    display: block;
    max-width: 920px;
    margin: auto;
    text-align: center;
}
blockquote p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.027em;
}
cite {
    text-align: center;
    font-style: normal;
    display: block;
    margin-bottom: 30px;
}
.verktor-2 {
    background-size: contain;
    background-position: center;
}
.verktor-3 {
    position: absolute;
    bottom:-15px;
    right: 70px;
}
.vektor-4 {
    position: absolute;
    left: -34px;
    bottom: -52px;
}
/*-------------end------------*/

/*--------footer--------*/
.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 5px solid #debe81;
    padding: 48px 0 30px;
}
.footer-vektor {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -55px;
}
.footer-row {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer-blog {
    position: relative;
    display: flex;
    flex-direction: column;
}
.footer-menu {
    position: relative;
    display: block;
}
.footer-menu ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 25px;
}
.footer-menu ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.footer-menu ul li a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.047em;
}
.footer-menu ul li.current-menu-item a,
.footer-menu ul li a:hover {
    color: #debe81;
}
.footer-menu ul li.fancy-link a {
    font-family: 'edo_sz';
    font-weight: normal;
    color: #debe81;
    font-size: 17px;
}
.footer-social {
    position: relative;
    display: block;
    margin-top: -15px;
}
.footer-social ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.footer-social ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}
.footer-logo {
    position: relative;
    margin: -26px 0 0 -114px;
}
.footer-address {
    position: relative;
    display: block;
    width: 342px;
    height: 213px;
    padding: 15px 43px;
    margin-bottom: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-address p {
    letter-spacing: normal;
}
.footer-address p a span,
.footer-address p a,
.footer-address p span a,
.footer-address p span {
	color: #000000 !important;
}
.footer-address span.span-h3 {
    position: relative;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    font-family: 'edo_sz';
    font-weight: normal;
    margin-bottom: 15px;
}
.footer-address-blog .main-btn {
    font-size: 30px;
    line-height: 34px;
    padding: 10px 33px;
    background: url(../images/footer-btn-bg.png) no-repeat center;
    background-size: contain;
}
/*-------------end------------*/

/*-----------sub-pages-css-----*/
.modal-content {
    border: 1px solid #debe81;
    border-radius: 0;
    outline: 0;
    box-shadow: 6px 6px 25px rgba(0,0,0,0.45);
}
.modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
.modal-body {
    padding: 59px 59px 30px;
}
.modal-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    height: 282px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 64px;
}
.modal-banner-caption {
    position: absolute;
    right: 18px;
    top: -27px;
    width: 248px;
    height: 231px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(4.5deg);
}
.modal-banner-caption h2 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;

}
.modal-banner-caption h2 span {
    display: block;
    color: #000000;
}
.modal-header-label {
    position: absolute;
    left: 23px;
    bottom: -23px;
    padding: 14px 35px;
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'edo_sz';
    font-weight: normal;
}
.modal-header-label span {
    display: flex;
    align-items: center;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.modal-header-label span img {
    margin-right: 5px;
}
hr.hr {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 15px 0 30px;
    border: none;
    border-top: 1px solid #debe81;
}
span.fancy-text,
.modal-body .content-info span.span-h3 {
    display: block;
    color: #debe81;
    font-size: 22px;
    line-height: 31px;
    font-family: 'edo_sz';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.047em;
    margin: -20px 0 20px;
}
.modal-address-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.modal-address .footer-address {
    margin-bottom: 25px;
}
.modal-address-row p a {
    color: #000000;
}
.modal-address-row p a:hover {
    color: #debe81;
}
.vektor-6 {
    position: absolute;
    left: -72px;
    bottom: -61px;
}
.modal-full-width {
    position: relative;
    display: inline-block;
    width: calc(100% + 118px);
    float: left;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -59px;
    padding: 50px 59px;
    margin-top: 50px;
}
.modal-full-width cite {
    margin-bottom: 0;
}
.icon-blog {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 224px;
}
.icon-blog h3 {
    text-transform: uppercase;
    font-family: 'edo_sz';
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.047em; 
    color: #000000;
}
.vektor-8 {
    position: absolute;
    left: -24px;
    top: 143px;
}
.vektor-9 {
    position: absolute;
    right: -24px;
    top: 15px;
}
.hero-caption.hero-caption-two {
    right: auto;
    top: auto;
    left: 160px;
    bottom: -209px;
    width: 334px;
    height: 334px;
}
.hero-caption .maxtitle-2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0.047em;
}
.custom-img-01 img {
    left: -12%;
    position: relative;
    min-width: 110%;
}
.vektor-11 {
    position: absolute;
    bottom: 111px;
    right: 51px;
}
.content-info ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 20px;
}
.content-info ul li {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
}
.content-info ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 11px;
    height: 11px;
    background: url(../images/times.svg) no-repeat center;
    background-size: contain;
}
.right-half-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vektor-12 {
    position: absolute;
    left: -70px;
    bottom: 0;
}
.hero-caption.hero-caption-three {
    width: 261px;
    height: 262px;
    bottom: -85px;
    right: 23%;
}
.hero-caption.hero-caption-three h2 {
    color: #ffffff;
    text-transform: uppercase;
}
.content-gold-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 31px 67px;
}
.content-gold-bar h2 {
    margin: 0;
}
.video-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
}
.video-div {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-bottom: 56%;
}
.video-div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-div img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.play-btn img {
    width: auto;
}
.vektor-15 {
    position: absolute;
    right: -117px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0
}
.team-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.team-blog img {
    width: 100%;
}
.team-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding: 10px;
}
.team-blog:hover .team-hover {
    visibility: visible;
    opacity: 1;
}
.team-blog.team-placeholder .team-hover {
    visibility: visible;
    opacity: 1;
}
.team-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    z-index: 0;
}
.team-hover h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'edo_sz';
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
    position: relative;
}
.team-hover p {
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}
.team-hover p a {
    color: #ffffff;
}
.team-hover p:last-child {
    margin-bottom: 0;
}
.team-hover .fancy-text {
    position: relative;
    color: #ffffff;
    margin: 10px 0 0;
}
.team-caption {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease-out;
    opacity: 1;
    visibility: visible;
}
.team-caption h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #ec008b;
}
.team-blog:hover .team-caption {
    opacity: 0;
    visibility: hidden;
}
.vektor-16 {
    position: absolute;
    left: -80px;
    bottom: 5px;
}
.half-gold-right {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.half-gold-right:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #debe81;
}
.half-gold-right .content-row:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 0;
    width: 27px;
    height: 100%;
    background-color: #ffffff;
}
.gold-bar-kids {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 32px 51px 32px 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gold-bar-kids p {
    margin-bottom: 10px;
}
.custom-align-2 .content-img {
    width: 130%;
    left: -31%;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}
.vektor-18 {
    position: absolute;
    right: 0;
    top: -50px;
}
.vektor-19 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.maxwidth-315 {
    max-width: 315px;
}
.maxwidth-330 {
    max-width: 330px;
}
.half-left-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 53%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vektor-20 {
    position: absolute;
    right: -39px;
    bottom: -28px;
}
.gold-bar-kids.custom-1 {
    padding: 35px 56px 33px 56px;
}
.custom-align-2 .content-img.left-side {
    left: 0;
}
.gold-bar-kids .content-info p span {
    display: inline-block;
    min-width: 99px;
}
.hero-caption.hero-caption-four {
    width: 261px;
    height: 262px;
    left: 100px;
    bottom: -38px;
}
.hero-caption.hero-caption-four h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 66px;
    line-height: 1;
}
.custom-info-i {
    position: relative;
    display: flex;
}
.custom-info-i-left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 171px;
    background-color: #debe81;
    color: #ffffff;
    font-size: 214px;
    line-height: 0.9;
    font-family: 'edo_sz';
    font-weight: normal;
    margin-right: 25px;
}
.custom-info-i-right {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-info-i-right p:last-child {
    margin-bottom: 0;
}
.custom-banner {
    height: 438px;
}
.vektor-23 {
    position: absolute;
    right: -41px;
    bottom: 34px;
}
.maxwidth-295 {
    max-width: 295px;
}
.full-width .main-btn {
    width: 100%;
    background: url(../images/vector24.png) no-repeat center;
    background-size: cover;
    font-size: 30px;
    line-height: 35px;
    padding: 21px 37px 21px;
    text-align: center;
}
.full-width .main-btn span {
    transform: none;
    width: 100%;
    text-align: center;
    display: block;
}
.vektor-25 {
    position: absolute;
    bottom: 0;
    left: 40%;
}
.vektor-26 {
    position: absolute;
    right: -14px;
    top: 25%;
}
/*.kontakt-banner {
    height: 766px;
}*/
.text-link {
    color: #000000;
}
.text-link:hover {
    color: #ffffff;
}
.vektor-28 {
    position: absolute;
    right: -58px;
    bottom: -122px;
}
.kontakt-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.kontakt-title h3 {
    font-weight: normal;
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 32px;
}
.kontakt-form {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.input-div {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.input-div label {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
}
.input-div input,
.input-div textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
}
.input-div input::placeholder,
.input-div textarea::placeholder {
    color: #808284;
}
.input-div textarea {
    resize: none;
    height: 138px;
}
.captcha-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.submit-btn.main-btn {
    background: url(../images/submit-bg.png) no-repeat center;
    background-size: contain;
    border: none;
    font-family: 'edo_sz';
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    text-transform: inherit;
    padding: 14px 30px;
    margin-top: 20px;
}
.vektor-29 {
    position: relative;
    display: inline-block;
    margin: -60px 0 0 -44px;
    z-index: -1;
}
.wpcf7-not-valid-tip {
    float: left;
}
.hero-caption.hero-caption-five {
    right: 10%;
    left: auto;
    bottom: -153px;
    width: 344px;
    height: 334px;
}
.hero-caption.hero-caption-five .maxtitle-2 {
    
    font-size: 32px;
}
.br-gold {
    border: 1px solid #debe81;
}
.fancy-text.small {
    font-size: 16px;
    line-height: 24px;
}
.general-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.general-info h2 {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
}
.general-info h3 {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    padding-left: 40px;
    position: relative;
    margin-top: 35px;
}
.general-info h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
}
.general-info p {
    color: #000000;
}
.vektor-31 {
    position: absolute;
    right: 60px;
    margin-top: -30px;
    z-index: -1;
}
.vektor-32 {
    position: absolute;
    z-index: -1;
    left: -52px;
    margin-top: -10px;
}
.vektor-33{
    position: absolute;
    right: 26px;
    margin-top: -149px;
    z-index: -1;
}
.vektor-34 {
    position: absolute;
    right: -21px;
    top: 119px;
}
.vektor-35 {
    position: absolute;
    left: -95px;
    top: 44%;
}
.sk-child-menu-no-active ul li a {
	color: #000000 !important;	
}