* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    font-family: "ploni", sans-serif;
    font-size: 14px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    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;
}

#wraper-content {
    right: 0;
    position: relative;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

._ibg img {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.hvr-sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f1f1f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: inherit !important;
}

span.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

input.wpcf7-not-valid {
    border-color: red !important;
}

._container {
    max-width: 1427px;
    margin: 0 auto;
    padding: 0 15px;
}

._container_large {
    max-width: 1802px;
}

._container_small {
    max-width: 1200px;
}

body {
    color: #020C17;
    word-break: break-word;
}

body.rtl {
    text-align: right;
}

body._mobmenuopen {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #e1e1e1;
}

::-webkit-scrollbar-thumb {
    background-color: #049645;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #049645;
}

.site__wraper {
    overflow: hidden;
    position: relative;
}

.site__wraper:after {
    z-index: 500;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 24, 48, 0.57);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

._mobmenuopen .site__wraper {
    overflow: hidden;
}

._mobmenuopen .site__wraper:after {
    left: 0;
    opacity: 1;
    pointer-events: all;
}

.site__content {
    padding: 79px 0 0;
}

.elsiteheader {
    background-color: #fffffe;
    color: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0px 1px 21px #729BB24D;
    box-shadow: 0px 1px 21px #729BB24D;
}

.elsiteheader__container {
    min-height: 79px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elsiteheader__mmtoggle {
    background-color: #049645;
    -webkit-box-shadow: 2px 0px 11px -11px inset #7fcba2;
    box-shadow: 2px 0px 11px -11px inset #7fcba2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    margin: 0;
    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;
}

.elsiteheader__mmtogglebox {
    position: relative;
    top: 1px;
    width: 27px;
    height: 23px;
}

.elsiteheader__mmtogglebox span {
    -webkit-transition: top .3s, background-color .3s, -webkit-transform .3s;
    transition: top .3s, background-color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, top .3s, background-color .3s;
    transition: transform .3s, top .3s, background-color .3s;
    transition: transform .3s, top .3s, background-color .3s, -webkit-transform .3s;
    top: calc(50% - 2px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fffffe;
    border-radius: 5px;
}

.elsiteheader__mmtogglebox span:first-child {
    top: 0;
}

.elsiteheader__mmtogglebox span:last-child {
    top: auto;
    bottom: 0;
}

.elsiteheader__mmtogglebox._mobmenuopen span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.elsiteheader__mmtogglebox._mobmenuopen span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
}

.elsiteheader__mmtogglebox._mobmenuopen span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 2px);
}

.elsiteheader__logobox {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.elsiteheader__logo {
    height: 79px;
    /* width: 188px; */
    padding: 13px 25px;
    margin: 0 auto 0 0;
}

.elsiteheader__logolink {
    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;
    width: 100%;
    height: 100%;
}

._mobmenuopen .elsiteheader__logolink {
    pointer-events: none;
}

.elsiteheader__logoimagebox {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: calc(45% - 11px);
}

.elsiteheader__logoimage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;*/
}

.elsiteheader__navbox {
    display: none;
}

.elsiteheader__infobox {
    display: none;
}

.elsitemobilenav .elsiteheader__infolangbtn {
    margin: 0 0 20px;
    padding: 0 27px;
    display: block;
    height: auto;
}

.elsiteheader__infolangbtnlink {
    display: none;
}

.elsiteheader__infolangbtnlink:hover,
.elsiteheader__infolangbtnlink:focus,
.elsiteheader__infolangbtnlink:active {
    color: #000000;
}

.elsitemobilenav .elsiteheader__infolangbtnlink {
    display: block;
    padding: 0px 6px 0 30px;
    position: relative;
    min-height: 30px;
    width: 57px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    border-radius: 8px;
    background-color: #f5f5f4;
    background-repeat: no-repeat;
    background-size: 17px 11px;
    background-position: 10px 50%;
}

.elsiteheader__infobtnlink:before {
    background-color: #0750a4;
}

.elsitemobilenav {
    z-index: 990;
    position: fixed;
    width: 352px;
    height: calc(100% - 79px);
    top: 79px;
    right: -352px;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
    transition: right ease 0.3s;
    display: block;
}

.elsitemobilenav__menu {
    margin: 0 0 20px;
}

.elsitemobilenav__menu > .menu-item {
    position: relative;
}

.elsitemobilenav__menu > .menu-item > .nav__linkbox {
    position: relative;
    padding: 0 27px;
}

.elsitemobilenav__menu > .menu-item > .nav__linkbox:before {
    background-color: #e7e7e6;
    width: calc(100% - 54px);
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.elsitemobilenav__menu > .menu-item > .nav__linkbox .nav__link {
    padding: 17px 0;
    font-size: 19px;
    color: #020c17;
    letter-spacing: 0px;
    line-height: 1.2;
    display: block;
    font-weight: bold;
}

.elsitemobilenav__menu > .menu-item-has-children > .nav__linkbox {
    padding: 0 27px 0 65px;
}

/*
.elsitemobilenav__menu > .menu-item-has-children > .nav__linkbox .nav__link:after {
  left: 35px;
  top: 20px;
  font-size: 15px;
  color: #049645;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: absolute;
  pointer-events: none;
}

.elsitemobilenav__menu > .menu-item-has-children > .nav__linkbox._mobmenusubopen .nav__link:after {
  -webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
		  transform: rotate(180deg);
}
*/
.elsitemobilenav__menu img.nav-drop-icon {
    position: absolute;
    width: 38px;
    top: 0;
    left: 16px;
    padding: 24px 12.5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.elsitemobilenav__menu ._mobmenusubopen img.nav-drop-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elsitemobilenav__menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    background: none;
    border: none;
    padding: 4px 27px 0px;
}

.elsitemobilenav__menu .sub-menu > .menu-item > .nav__linkbox .nav__link {
    border-bottom: 1px solid #e7e7e6;
    display: block;
    padding: 12.5px 30px 12.5px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #020c17;
}

.elsitemobilenav._mobmenuopen {
    right: 0;
}

.elsitefooter {
    border-top: 1px solid #d5e1ec;
    background-color: #074B99;
    position: relative;
    overflow: hidden;
}

.elsitefooter__menus {
    padding: 23px 0 0;
}

.elsitefooter__menusinfo {
    position: relative;
    overflow: hidden;
}

.elsitefooter__menusinfo:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #15559e;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.elsitefooter__menusinfotitlebox {
    padding: 0 3px 0 52px;
}

.elsitefooter__menusinfotitlebox:after {
    padding-top: 6px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: -12px;
    position: absolute;
    left: 9px;
    top: 31px;
    height: 25px;
    width: 25px;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #288afa;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

._footmenusubopen .elsitefooter__menusinfotitlebox:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elsitefooter__menusinfotitle {
    display: block;
    padding: 19px 0;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.elsitefooter__menusinfobox {
    padding: 5px 0 21px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
}

.elsitefooter__menusinfobox > * {
    margin-bottom: 17px;
}

.elsitefooter__menusinfobox > *:last-child {
    margin-bottom: 0;
}

.elsitefooter__menusinfobox p {
    margin-bottom: 0;
}

.elsitefooter__menusinfoaddresstitle {
    display: inline-block;
    font-weight: bold;
}

.elsitefooter__menusinfoaddress {
    letter-spacing: 0.05px;
    display: inline-block;
}

.elsitefooter__menusinfotellink {
    display: inline-block;
    color: #FFFFFF;
}

.elsitefooter__menusinfotellink:hover {
    color: #FFFFFF;
}

.elsitefooter__menusinfoteltitle {
    display: inline-block;
    font-weight: bold;
}

.elsitefooter__menusinfotelnumber {
    display: inline-block;
}

.elsitefooter__menusinfofaxlink {
    display: inline-block;
    color: #FFFFFF;
}

.elsitefooter__menusinfofaxlink:hover {
    color: #FFFFFF;
}

.elsitefooter__menusinfofaxtitle {
    display: inline-block;
    font-weight: bold;
}

.elsitefooter__menusinfofaxnumber {
    display: inline-block;
}

.elsitefooter__menusinfoemaillink {
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
}

.elsitefooter__menusinfoemaillink:hover {
    color: #FFFFFF;
}

.elsitefooter__menusinfoemailtitle {
    display: inline-block;
}

.elsitefooter__menusinfoemail {
    display: inline-block;
}

.elsitefooter__menusmenu {
    position: relative;
    overflow: hidden;
}

.elsitefooter__menusmenu:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #15559e;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    pointer-events: none;
}

.elsitefooter__menusmenu:after {
    padding-top: 6px;
    display: block;
    text-align: center;
    pointer-events: none;
    margin-top: 0;
    position: absolute;
    left: 9px;
    top: 20px;
    height: 25px;
    width: 25px;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #288afa;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.elsitefooter__menusmenu._footmenusubopen:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elsitefooter__menusmenu .widget-title {
    display: block;
    padding: 19px 0 19px 52px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.elsitefooter__menusmenu .menu,
.elsitefooter__menusmenu ul {
    margin: 0;
    padding: 0px 0 15px;
}

.elsitefooter__menusmenu .menu > li > a,
.elsitefooter__menusmenu ul > li > a {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.elsitefooter__menusmenu .menu > li > a:hover,
.elsitefooter__menusmenu ul > li > a:hover {
    color: #FFFFFF;
}

.elsitefooter__menusinfosocialsbox {
    margin: 21px 0 0;
    padding: 0 1px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elsitefooter__menusinfosociallink {
    margin: 0 0 0 8px;
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    background-color: #023775;
    color: #FFFFFF;
    border-radius: 50%;
}

.elsitefooter__menusinfosociallink:hover,
.elsitefooter__menusinfosociallink:focus,
.elsitefooter__menusinfosociallink:active {
    color: #FFFFFF;
}

.elsitefooter__menusinfosociallink > i {
    color: #FFFFFF;
    content: "";
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    top: calc(50% + 0px);
    left: calc(50% + 0px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.elsitefooter__menusinfosociallink_fb > i {
    font-size: 16px;
}

.elsitefooter__subscribtion {
    padding: 26px 0 27px;
}

.elsitefooter__subscribtionelemsbox {
    margin: 0 0 27px;
}

.elsitefooter__subscribtionelemstitle {
    margin: 0 0 6px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.05px;
    line-height: 1.3;
}

.elsitefooter__subscribtionelemsformbody {
    margin: 0 -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elsitefooter__subscribtionelemsformbody > * {
    padding: 0 4px;
}

html[dir="rtl"] .elsitefooter__subscribtionelemsformbody {
    direction: rtl;
}

.elsitefooter__subscribtionelemsformbody br {
    display: none;
}

.elsitefooter__subscribtionelemsformbody > p {
    display: none;
}

.elsitefooter__subscribtionelemsformitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap {
    display: block;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text,
.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea {
    border: 1px solid #043d80;
    padding: 0px 50px 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background-color: #043d80;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder {
    color: #FFFFFF;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder {
    color: #FFFFFF;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder {
    color: #FFFFFF;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
    color: #FFFFFF;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text:focus::-webkit-input-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text:focus::-moz-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea:focus::-moz-placeholder {
    color: transparent;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text:focus:-ms-input-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text:focus::-ms-input-placeholder, .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text:focus::placeholder,
.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea:focus::placeholder {
    color: transparent;
}

.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text.wpcf7-email,
.elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea.wpcf7-email {
    background-repeat: no-repeat;
    background-size: 17px 13px;
    background-position: calc(100% - 24px) calc(50% - 0px);
}

.elsitefooter__subscribtionelemsformbtnbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    width: 100%;
    display: block;
}

.elsitefooter__subscribtionelemsformbtn {
    margin: 0;
    display: block;
    border-radius: 8px;
    background-color: #009645;
    height: 50px;
    -webkit-transition: background-color 0.3s, color .3s;
    -o-transition: background-color 0.3s, color .3s;
    transition: background-color 0.3s, color .3s;
    overflow: hidden;
    padding: 0 27px;
    text-align: center;
    word-break: keep-all;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.elsitefooter__subscribtionelemsformbtn:before {
    background-color: #fff;
}

.elsitefooter__subscribtionelemsformbtn:hover,
.elsitefooter__subscribtionelemsformbtn:focus,
.elsitefooter__subscribtionelemsformbtn:active {
    color: #0750A4;
}

.elsitefooter__subscribtionelemsformbtn span {
    font-size: 17px;
    font-weight: 900;
    left: 19px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.elsitefooter__subscribtiontext {
    padding: 0 1px 0 0;
    color: #ffffff9c;
    font-size: 16px;
    letter-spacing: 0.05px;
    line-height: 1.41;
}

.elsitefooter__copyright {
    color: #ffffffab;
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 1.2;
}

.elsitefooter__copyrightbox {
    padding-top: 15px !important;
    padding-bottom: 33px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.elsitefooter__copyrightbox:after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 1px;
    background-color: #235fa5;
}

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

.elsitefooter__copyrightleftside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elsitefooter__copyrightleftimagebox {
    margin: 0 7px 0 0;
}

.elsitefooter__copyrightleftlinks a {
    color: #ffffffab;
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 1.2;
}

.elsitefooter__copyrightleftlinks a:hover,
.elsitefooter__copyrightleftlinks a:active,
.elsitefooter__copyrightleftlinks a:focus {
    color: #ffffffab;
}

.elsitemobactions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 900;
    width: 100%;
}

.elsitemobactions > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
}

._mobmenuopen .elsitemobactions {
    display: none;
}

.elsitemobactions__link {
    min-height: 55px;
    padding: 32px 15px 7px;
    color: #fffffe;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.elsitemobactions__link:hover,
.elsitemobactions__link:active,
.elsitemobactions__link:focus {
    color: #fffffe;
}

.elsitemobactions__link:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    content: "";
    font-size: 24px;
    font-weight: 900;
}

.elsitemobactions__link_wh {
    background-color: #049645;
}

.elsitemobactions__link_wh:before {
    font-weight: 100;
    font-family: "Font Awesome 5 Brands";
    content: "\f232";
}

.elsitemobactions__link_tel {
    background-color: #288afa;
}

.elsitemobactions__link_tel:before {
    content: "\f095";
    top: 7px;
    left: calc(50% - 3px);
    font-size: 19px;
}

.elsitemobactions__link_em {
    background-color: #0750a3;
}

.elsitemobactions__link_em:before {
    content: "\f0e0";
}

.elfixbtn {
    display: none;
}

.elfixbtn__link {
    position: absolute;
    left: 7px;
    top: calc(50% - 14px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 8px 4px 4px;
    min-height: 82px;
    min-width: 67px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #009645;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.elfixbtn__linkiconbox {
    margin: 0 0 5px;
    padding: 0;
    display: block;
}

.elfixbtn__linktitle {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.1;
    display: block;
    text-align: center;
}

.elfixbtn__line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #008D41;
}
.elsiteheader__searchbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.elsiteheader__searchinput {
    position: absolute;
    width: 390px;
    top: 0;
    left: 0;
    padding: 40px 25px;
    background-color: white;
    box-shadow: 0px 1px 24px #729BB22B;
}

.elsiteheader__searchinput input {
    color: #D5D8DB;
    width: 100%;
    border-bottom: 1px solid #70707045;
}

.elsiteheader__searchinput #searchsubmit {
    display: none;
}

.elsiteheader__searchinput form {
    display: flex;
}
.elblogwrapper.search .elpostbreadcrumbs__body {
    display: flex;
}

.elblogwrapper.search .elpostbreadcrumbs__body>div {
    margin: 0 3px;
}
.icon-search {
    cursor: pointer;
}
.elblogwrapper.search .elpostbreadcrumbs__item a {
    color: black;
}
.toolbar-box-search-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

section.toolbar-box {
    padding: 30px 0;
}

section.toolbar-box #searchsubmit {
    display: none;
}

section.toolbar-box form input[type="text"] {
    border-bottom: 1px solid #eee;
    width: 90%;
    padding: 5px 10px;
}

section.toolbar-box .search-block {
    width: 300px;
}

.text-result-block span {
    color: #009645;
    font-weight: bold;
}

.text-result-block {
    font-size: 40px;
}
@media (min-width: 768px) {
    .elsiteheader__logo {
        margin: 0 17px 0 auto;
    }

    .elsiteheader__infobox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        order: 1;
    }

    .elsiteheader__infobox > * {
        margin: 0 0 0 12px;
    }

    .elsitemobilenav .elsiteheader__infolangbtn {
        display: none;
    }

    .elsiteheader__infolangbtnlink {
        display: block;
        padding: 2px 12px 0 37px;
        position: relative;
        min-height: 42px;
        width: 73px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        border-radius: 8px;
        background-color: #f5f5f4;
        background-repeat: no-repeat;
        background-size: 19px 13px;
        background-position: 12px calc(50% + 1px);
    }

    .elsiteheader__infobtnlink {
        position: relative;
        overflow: hidden;
        display: block;
        background-color: #009645;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        color: #fefefe;
        -webkit-box-shadow: 0px 1px 21px #729BB24D;
        box-shadow: 0px 1px 21px #729BB24D;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        font-size: 18px;
        letter-spacing: 0px;
        padding: 0;
    }

    .elsiteheader__infobtnlink span {
        display: none;
    }

    .elsiteheader__infobtnlinkicon {
        display: block !important;
        position: absolute;
        top: calc(50% - 0px);
        left: calc(50% + 1px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .elsitefooter {
        border-top: none;
    }

    .elsitefooter__menus {
        padding: 75px 0 0;
    }

    .elsitefooter__menusbox._container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .elsitefooter__menusinfo {
        margin: 0 0 52px 17px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3 - 17px);
        flex: 0 1 calc(100% / 3 - 17px);
        max-width: calc(100% / 3 - 17px);
    }

    .elsitefooter__menusinfo:before {
        display: none;
    }

    .elsitefooter__menusinfotitlebox {
        padding: 0 5px 0 0;
    }

    .elsitefooter__menusinfotitlebox:after {
        display: none;
    }

    .elsitefooter__menusinfotitle {
        padding: 0;
        margin: 0 0 19px;
    }

    .elsitefooter__menusinfobox {
        padding: 2px 6px 0 0;
    }

    .elsitefooter__menusmenu {
        margin: 0 0 52px 17px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3 - 17px);
        flex: 0 1 calc(100% / 3 - 17px);
        max-width: calc(100% / 3 - 17px);
    }

    .elsitefooter__menusmenu:before {
        display: none;
    }

    .elsitefooter__menusmenu:after {
        display: none;
    }

    .elsitefooter__menusmenu .widget-title {
        margin: 0 0 15px;
        padding: 0;
    }

    .elsitefooter__menusmenu .menu,
    .elsitefooter__menusmenu ul {
        padding: 0;
    }

    .elsitefooter__menusinfosocialsbox {
        margin: 42px 0 0;
    }

    .elsitefooter__menusinfosociallink {
        margin: 0 0 0 10px;
        width: 45px;
        height: 45px;
    }

    .elsitefooter__menusinfosociallink > i {
        font-size: 20px;
        top: calc(50% + 1px);
        left: calc(50% + 1px);
    }

    .elsitefooter__menusinfosociallink_fb > i {
        font-size: 17px;
        top: calc(50% + 0px);
        left: calc(50% + 1px);
    }

    .elsitefooter__subscribtion {
        padding: 4px 0 20px;
    }

    .elsitefooter__subscribtionelemsbox {
        margin: 0 0 68px;
    }

    .elsitefooter__subscribtionelemstitle {
        margin: 0 0 22px;
        text-align: center;
        font-size: 23px;
        letter-spacing: -0.1px;
        line-height: 1.2;
        font-weight: bold;
    }

    .elsitefooter__subscribtionelemsformbody {
        margin: 0 -7px;
        max-width: 450px;
        margin: 0 auto;
    }

    .elsitefooter__subscribtionelemsformbody > * {
        padding: 0 7px;
    }

    .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text,
    .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea {
        padding: 0px 47px 0 17px;
    }

    .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-text.wpcf7-email,
    .elsitefooter__subscribtionelemsformitem > .wpcf7-form-control-wrap .wpcf7-textarea.wpcf7-email {
        background-position: calc(100% - 21px) calc(50% + 0px);
    }

    .elsitefooter__subscribtionelemsformbtnbox {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0px;
    }

    .elsitefooter__subscribtionelemsformbtn span {
        font-size: 18px;
    }

    .elsitefooter__subscribtiontext {
        font-size: 18px;
        letter-spacing: 0.08px;
        line-height: 1.35;
        text-align: center;
        max-width: 1190px;
        margin: 0 auto;
    }

    .elsitefooter__copyrightbox {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .elsitefooter__copyrightrightside {
        padding: 2px 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .elsitemobactions {
        display: none;
    }

    .elfixbtn {
        height: 100vh;
        display: block;
        position: fixed;
        left: 0px;
        top: 0;
        z-index: 900;
    }
}

@media (min-width: 992px) {
    .elsiteheader__container {
        min-height: 52px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .elsiteheader__nav {
        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;
        height: 100%;
    }

    .elsiteheader__infobox > * {
        margin: 0 0 0 15px;
    }

    .elsitemobilenav._mobmenuopen .elsiteheader__infolangbtn {
        display: none;
    }

    .elsiteheader__infolangbtnlink {
        padding: 0px 15px 0 40px;
        font-size: 19px;
        min-height: 48px;
        width: 79px;
        background-size: 23px 15px;
        background-position: 15px calc(50% - 0px);
    }

    .elsiteheader__infobtnlink {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .elsitefooter__menusbox > *:last-child {
        margin-left: 0;
    }

    .elsitefooter__menusinfo {
        margin: 0 0 46px 17px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 0px);
        flex: 0 0 calc(100% / 5 - 0px);
        max-width: calc(100% / 5 - 0px);
    }

    .elsitefooter__menusinfotellink {
        pointer-events: none;
    }

    .elsitefooter__menusmenu {
        margin: 0 0 46px 17px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 17px);
        flex: 0 0 calc(100% / 5 - 17px);
        max-width: calc(100% / 5 - 17px);
    }
}

@media (min-width: 1200px) {
    .site__mobilenav {
        display: none;
    }

    .site__content {
        padding: 82px 0 0;
    }

    .elsiteheader {
        padding: 15px 0;
    }

    .elsiteheader__mmtoggle {
        display: none;
    }

    .elsiteheader__logobox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 162px;
        flex: 0 0 162px;
    }

    .elsiteheader__logo {
        margin: 0;
        padding: 0 15px;
        /*
            height: 100px;
            -webkit-box-shadow: 0px 1px 21px #729bb24d;
                    box-shadow: 0px 1px 21px #729bb24d;*/
        border-radius: 0px 0px 10px 10px;
        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;
        width: 100%;
        position: absolute;
        top: -15px;
        left: 0;
        background-color: #FFF;
    }

    .elsiteheader__logoimagebox {
        padding-top: calc(37% + 0px);
    }

    .elsiteheader__navbox {
        margin: 0 10px 0 20px;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
    }

    .elsiteheader__navmenu {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .elsiteheader__navmenu > .menu-item {
        position: relative;
        margin: 0;
        padding: 10px 15px;
    }

    .elsiteheader__navmenu > .menu-item:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        width: 2px;
        height: 34%;
        background-color: #009645;
    }

    .elsiteheader__navmenu > .menu-item:last-child:before {
        display: none;
    }

    .elsiteheader__navmenu > .menu-item > .nav__link {
        text-align: center;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        padding: 0;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -0.1px;
        color: #020c17;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elsiteheader__navmenu > .menu-item-has-children {
        padding: 10px 15px;
    }

    .elsiteheader__navmenu > .menu-item-has-children:hover .sub-menu,
    .elsiteheader__navmenu > .menu-item-has-children:focus .sub-menu,
    .elsiteheader__navmenu > .menu-item-has-children:active .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .elsiteheader__navmenu > .menu-item-has-children:hover:after,
    .elsiteheader__navmenu > .menu-item-has-children:focus:after,
    .elsiteheader__navmenu > .menu-item-has-children:active:after {
        z-index: 1;
        content: "";
        position: absolute;
        top: calc(100% + 0px);
        left: 0;
        width: 100%;
        height: 19px;
        display: block;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .nav__link {
        padding: 0 0 0 15px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .nav__link:after {
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: 900;
        color: #009645;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu {
        z-index: 1;
        padding: 5px 0 17px;
        position: absolute;
        right: 0;
        top: calc(100% + 17px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 21px #729BB24D;
        box-shadow: 0px 1px 21px #729BB24D;
        border-top: 3px solid #049645;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu._subvisible {
        visibility: visible;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu._subvisible:after {
        visibility: visible;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item {
        margin: 0;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link {
        position: relative;
        padding: 10px 17px;
        display: block;
        white-space: nowrap;
        word-break: keep-all;
        font-size: 17px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: 0px;
        color: #020c17;
        background-color: transparent;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:hover,
    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:focus,
    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:active {
        background-color: #009645;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:hover:after,
    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:focus:after,
    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:active:after {
        opacity: 0;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:after {
        opacity: 1;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        width: calc(100% - 34px);
        height: 1px;
        background-color: #e9e9e8;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item:last-child .nav__link:after {
        display: none;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu:after {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        content: "";
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -16px;
        border: 8px solid transparent;
        border-bottom: 8px solid #00b770;
    }

    .elsiteheader__navmenu > .menu-item-has-children._subopen > .sub-menu {
        opacity: 1;
    }

    .elsiteheader__navmenu > .menu-item-has-children._subopen > .sub-menu:after {
        opacity: 1;
    }

    .elsiteheader__infobox > *:last-child {
        margin: 0;
    }

    .elsitemobilenav {
        display: none;
    }

    .elsitefooter__menusmenu {
        margin: 0 0 46px 46px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 46px);
        flex: 0 0 calc(100% / 5 - 46px);
        max-width: calc(100% / 5 - 46px);
    }
}

@media (min-width: 1400px) {
    .site__content {
        padding: 91px 0 0;
    }

    .elsiteheader {
        padding: 19.5px 0;
    }

    .elsiteheader__logobox {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }

    .elsiteheader__logo {
        padding: 0 15px;
        height: 115px;
        top: -20px;
    }

    .elsiteheader__infobox > * {
        margin: 0 0 0 19px;
    }

    .elsiteheader__infolangbtnlink {
        padding: 1px 14px 0 50px;
        font-size: 21px;
        min-height: 48px;
        width: 91px;
        background-size: 29px 17px;
        background-position: 17px calc(50% - 0px);
    }

    .elsiteheader__infobtnlink {
        width: 170px;
        height: 48px;
        font-size: 20px;
        letter-spacing: -0.3px;
        border-radius: 8px;
        padding: 0 15px 0 49px;
    }

    .elsiteheader__infobtnlink span {
        display: inline;
    }

    .elsiteheader__infobtnlinkicon {
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .elsitefooter__menusinfo {
        margin: 0 0 46px 46px;
    }
}

@media (min-width: 1600px) {
    .elsiteheader__logobox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 485px;
        flex: 0 0 485px;
    }

    .elsiteheader__logo {
        /*padding: 21px 27px 16px 41px;*/
        padding: 21px 0px 16px 0px;
        height: 90px;
    }

    .elsiteheader__logoimagebox {
        padding-top: calc(21% + 1.5px);
    }

    .elsiteheader__navbox {
        margin: 0 20px;
    }

    .elsiteheader__navmenu {
        margin: 0 -10px;
    }

    .elsiteheader__navmenu > .menu-item {
        margin: 0;
        padding: 15px 20px;
    }

    .elsiteheader__navmenu > .menu-item > .nav__link {
        letter-spacing: -0.1px;
        padding: 0;
        font-size: 19px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .nav__link {
        padding: 0 0 0 18px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .nav__link:after {
        left: 20px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu {
        padding: 8px 0 27px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link {
        padding: 10px 35.5px;
        font-size: 18px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .sub-menu > .menu-item .nav__link:after {
        width: calc(100% - 71px);
    }

    .elsiteheader__infobtnlink {
        width: 186px;
    }

    .elsiteheader__infobtnlinkicon {
        left: 25px;
    }
}

@media (min-width: 1800px) {
    .elsiteheader__logobox {
        left: -1px;
    }

    .elsiteheader__navbox {
        margin: 0 30px;
    }

    .elsiteheader__navmenu {
        margin: 0;
    }

    .elsiteheader__navmenu > .menu-item {
        padding: 15px 12px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .nav__link:after {
        left: 12px;
    }

    .elsiteheader__infobox {
        margin: 0 0 0 27px;
    }
}

@media (max-width: 1599.98px) {
    .elsiteheader__container._container {
        max-width: 100%;
    }
}

@media (max-width: 1427px) {
    ._container {
        max-width: 1370px;
    }
    .elsiteheader__searchbtn {
        order: 1 !important;
        margin-left: unset;
    }

    .elsiteheader__logobox {
        order: 2;
        flex: 100%;
    }
    .elsiteheader__logoimagebox {
        padding-top: unset;
        height: 100%;
    }

    .icon-search {
        padding: 27px 15px;
    }

    .elsiteheader__searchinput {
        z-index: 999999;
        top: 80px;
        right: 0;
        width: 260px;
        padding: 20px;
    }
}


@media (max-width: 1199.98px) {
    ._container {
        max-width: 1140px;
    }

    .elsiteheader__container._container {
        padding: 0;
    }
    .toolbar-box-search-flex>div {
        width: 100% !important;
        padding: 20px 0;
    }

    .toolbar-box-search-flex {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    ._container {
        max-width: 960px;
    }
}

@media (max-width: 767.98px) {
    ._container {
        max-width: 720px;
        padding: 0 27px;
    }

    .elsitefooter__menusbox._container {
        max-width: 100%;
    }

    .elsitefooter__copyright {
        padding-bottom: 55px;
    }

    .elsitefooter__copyrightbox > * {
        margin-bottom: 4px;
    }

    .elsitefooter__copyrightbox > *:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    ._container {
        max-width: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .elsitefooter__menusbox > *:nth-child(3) {
        margin-left: 0;
    }
}


@media (min-width: 1100px) and (max-width: 1600px) {
    .elsiteheader__navmenu > .menu-item > .nav__link {
        font-size: 16px;
    }

    .elsiteheader__logobox {
        -ms-flex: 0 0 390px;
        flex: 0 0 380px;
    }

    .elsiteheader__logoimagebox {
        padding-top: calc(21% + 0px);
    }

    .elsiteheader__logo {
        height: 82px;
    }

    .elsiteheader__navmenu > .menu-item-has-children > .nav__link:after {
        left: 11px;
    }
}

@media (max-width: 1500px) {
    .elsiteheader__logobox {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
    }
}

@media (max-width: 1440px) {
    .elsiteheader__logobox {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

@media (max-width: 1280px) {
    .elsiteheader__navmenu > .menu-item {
        padding: 10px;
    }

    .elsiteheader__logobox {
        -ms-flex: 0 0 345px;
        flex: unset;
        width: 290px;
    }
}

@media (max-width: 767px) {
    .elsiteheader__logo {
        width: 314px;
        /* padding: 13px 0px; */
    }
	
	
}

@media (min-width: 361px) and (max-width: 410px) {
    .elsiteheader__logo {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .elsiteheader__logo {
        width: 100%;
    }
}