:root {
    --container-width: 1320px;
    --green: #305c24;
    --dark-green: #28471f;
    --dark-grey: #1e1e1e;
}
body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
section {
    padding: 40px 0 30px;
}
a:active,
a:focus,
button:active,
button:focus {
    outline: none;
}
.icon-box {
	margin-right: 5px;
}
/* ! -----------------------------------------------------------------------*/
/* Btn style */
.btn-green {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #0b5fbd;
    border-radius: 3px;
    border: 0;
    padding: 17px 40px;
    transition: 0.3s ease-in-out;
}
.btn-green:hover {
    background-color: #0740a6;
    color: #fff ;
    text-decoration: none;
}
.btn-green:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy4yNSAxNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxYzIxMzQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7QlNC70LjQvdC90LDRjyDRgdGC0YDQtdC70LrQsCDQstC/0YDQsNCy0L48L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJDYXBhXzEiIGRhdGEtbmFtZT0iQ2FwYSAxIj48cGF0aCBpZD0iQXJyb3dfRG93bmxvYWQiIGRhdGEtbmFtZT0iQXJyb3cgRG93bmxvYWQiIGNsYXNzPSJjbHMtMSIgZD0iTTE0LjgyLjIyYS43NC43NCwwLDAsMCwwLDFsNS45NSw2SC43M2EuNzMuNzMsMCwwLDAsMCwxLjQ2aDIwbC01Ljk1LDZhLjc1Ljc1LDAsMCwwLDAsMSwuNzQuNzQsMCwwLDAsMSwwTDIzLDguNTJhLjc1Ljc1LDAsMCwwLDAtMUwxNS44NS4yMWEuNzMuNzMsMCwwLDAtMSwwQzE0LjU0LjUsMTUuMS0uMDcsMTQuODIuMjJaIi8+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 16px;
    margin-left: 13px;
    display: inline-block;
    filter: brightness(0) invert(1);
}
/* Btn style END*/
/* ! -----------------------------------------------------------------------*/
/*Title style*/
.block-title {
    color: var(--dark-grey);
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    cursor: default;
}
.line-style {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.line-style:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eaeaea;
    top: calc(100% + 7px);
}
.line-style:after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #0740a6;
    top: calc(100% + 7px);
    left: 0;
}
.center-style {
    text-align: center;
}
/*Title style END*/
/* ! -----------------------------------------------------------------------*/
/*Text content*/
.text-content {
    font-size: 18px;
    color: var(--dark-grey);
    line-height: 1.6;
}
.text-content p {
    margin-bottom: 15px;
}
.text-content strong {
    font-weight: 600;
}
.text-content ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.text-content ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 3px;
}
.text-content ul li:before {
    content: "";
    background-image: url("/wp-content/themes/els/img/list.svg");
    width: 16px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 2px;
    top: 7px;
}
.border-radius {
    border-radius: 3px;
}
.grey-block {
    background-color: #f5f5f5;
}
/*Text content END*/
/* ! -----------------------------------------------------------------------*/
/*wpml dropdown*/
.col-wpml {
    padding-right: 25px;
}
.wpml-ls-legacy-dropdown {
    width: auto;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    /* width: 40px; */
    z-index: 1000;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
    width: 100%;
}
.wpml-ls-legacy-dropdown a {
    width: 100%;
    height: 32px;
    padding: 0 20px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    color: #0740a6 !important;
    border: 0;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.wpml-ls-legacy-dropdown a:hover {
    background: unset;
}
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    text-decoration: none;
    background: unset;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 3px;
    border: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("/wp-content/themes/els/img/arrow-blue.svg");
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    pointer-events: all;
    margin-left: 6px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
    content: "";
    opacity: 0;
    display: none;
    position: absolute;
    width: calc(100% + 20px);
    left: -20px;
    background: rgb(255 255 255 / 90%);
    top: 0;
    bottom: 0;
    z-index: -1;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover .wpml-ls-sub-menu::before {
    opacity: 1;
    display: block;
}
/*wpml dropdown END*/
/* ! -----------------------------------------------------------------------*/
/* Dropdown contact */
.site-header .contact-block .dropdown {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.site-header .contact-block .dropdown a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0740a6;
}
.site-header .contact-block .dropdown a svg {
    margin-right: 9px;
}
.site-header .contact-block .dropdown a.dropdown-item {
    white-space: initial;
    padding: 5px 0;
}
.site-header .contact-block .dropdown a.dropdown-item:hover {
    background: unset;
    text-decoration: underline;
}
.site-header .contact-block .dropdown button.dropdown-toggle {
    background: unset;
    border: 0;
    padding: 2px 8px;
    outline: unset;
}

.site-header .contact-block .dropdown button.dropdown-toggle:after {
    content: unset;
}
.site-header .contact-block .dropdown:before {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.site-header .contact-block .dropdown:hover::before {
    display: block;
}
.site-header .contact-block .dropdown:hover > .custom-dropdown-menu {
    display: block;
}
.site-header .contact-block .dropdown button.dropdown-toggle svg {
    transform: rotate(90deg);
}

.site-header .contact-block .custom-dropdown-menu {
    position: absolute;
    display: none;
    left: -20px;
    top: calc(100% + 5px);
    width: calc(100% + 40px);
    border-radius: 0;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    margin: 0;
    z-index: 9;
    background: #fff;
}
/* Dropdown contact END */
/* ! -----------------------------------------------------------------------*/
/* Header style */
.site-header {
    transition: all 0.3s ease-in-out;
}
.site-header.fixed {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.top-header {
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
.top-header .right-content {
    justify-content: flex-end;
    column-gap: 20px;
}
.top-header .logo-wrap img {
    height: 57px;
    width: auto;
}
.main-navigation {
    width: auto;
}
.main-navigation ul {
    justify-content: flex-end;
}
.main-navigation ul li {
    margin: 0 17px;
}
.main-navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0740a6;
    position: relative;
}
.main-navigation ul li a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: #0740a6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* -webkit-transform-origin: 50%;
    transform-origin: 50%; */
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
}
.main-navigation ul li a.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.main-navigation ul li a.left:before {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.main-navigation ul li a.right:before {
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
}
.drawer-toggle,
#site-navigation-mobile {
    display: none;
}
.drawer-hamburger,
.drawer-hamburger:hover {
    position: relative;
    background-color: #fff;
    border-radius: 0;
}
.drawer-open .drawer-overlay {
    position: fixed;
}
.drawer-overlay {
    position: unset;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.drawer-open .site-header .top-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
#site-navigation-mobile .menu-menu-1-container {
    padding-top: 30px;
}
#site-navigation-mobile .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
#site-navigation-mobile .menu li a {
    display: block;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #0740a6;
    font-weight: 600;
    font-size: 16px;
}
/* Header style END */
/* ! -----------------------------------------------------------------------*/
/* Footer style */
.map-wrap {
    position: relative;
}
.map-wrap .info-block {
    position: absolute;
    z-index: 1;
    left: calc(((100vw - var(--container-width)) / 2) + 5px);
    top: 16px;
    bottom: 16px;
    background: rgb(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 510px;
    max-width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 30px 30px;
}
.map-wrap .info-block .logo {
    height: 57px;
    width: auto;
    margin-bottom: 25px;
}
.map-wrap .info-block > div {
    font-size: 16px;
    color: var(--dark-grey);
    margin-bottom: 20px;
}
.map-wrap .info-block > div > h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-grey);
    margin-bottom: 13px;
}
.map-wrap .info-block a {
    font-size: 16px;
    color: var(--dark-grey);
    display: block;
    width: max-content;
}
.map-wrap .info-block a.tg {
    display: flex;
    align-items: center;
}
.map-wrap .info-block a.tg svg {
    margin-right: 8px;
}
.site-info {
    background-color: #0b5fbd;
    padding: 18px 0;
}
.site-info span {
    font-size: 14px;
    color: #fff;
    cursor: default;
}
.site-info .dev a {
    font-size: 12px;
    color: #fff;
}
/* Footer style END */
/* ! -----------------------------------------------------------------------*/

/* Main slider */
#main-slider {
    background-image: url(../img/slider-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#main-slider,
#storage-gallery {
    opacity: 0;
}
#main-slider.slick-initialized,
#storage-gallery.slick-initialized {
    opacity: 1;
}
.main-slider-block {
    position: relative;
    padding: 0;
}
.main-slider-block .slider-content {
    position: absolute;
    bottom: 50%;
}
.main-slider-block .slick-slide .img-wrap {
    width: 975px;
    max-width: 55%;
    margin-left: auto;
    position: relative;
    height: 500px;
}
.main-slider-block .slick-slide .img-wrap > div {
    height: 100%;
}
.main-slider-block .slick-slide .img-wrap > div:before {
    content: "";
    position: absolute;
    left: -17px;
    bottom: 0;
    top: 0;
    z-index: 1;
    width: 120px;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    clip-path: polygon(92px 0%, 100% 0%, 23% 100%, 0% 100%);
}
.main-slider-block .slick-slide .slider-img {
    margin-left: auto;
    height: 100%;
    width: 100%;
    /* width: 975px; */
    /* max-width: 60%; */
    object-fit: cover;
    clip-path: polygon(92px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.main-slider-block .dots-wrap {
    position: absolute;
    bottom: 40%;
    left: calc((100vw - var(--container-width)) / 2);
}
.main-slider-block .dots-wrap > div {
    position: absolute;
    left: 0;
    top: 0;
}
.slick-slider-dots .slick-dots {
    position: absolute;
    text-align: left;
}
.slick-dots li button {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 1px solid transparent;
}
.slick-dots li button:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 14px;
    opacity: 1;
    background-color: #aeaeae;
    position: relative;
    display: block;
}
.slick-dots li.slick-active button {
    border: 1px solid #aeaeae;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
/* .slick-dots li.slick-active button:after {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: transparent;
    border: 1px solid #aeaeae;
} */
.main-slider-block .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.main-slider-block .slider-content {
    color: #0740a6;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}
.main-slider-block .slider-content span {
    font-size: 36px;
    font-weight: 400;
    display: block;
}
/* Main slider END */

/* ! -----------------------------------------------------------------------*/
/* About us */
.about-us-img {
    width: 100%;
    /* height: 270px; */
    object-fit: cover;
    height: 100%;
    /* max-height: 500px; */
}
/* About us END */
/* ! -----------------------------------------------------------------------*/
/* Services */
#services .grey-block {
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#services .ul-block {
    padding: 16px 25px;
}
#services .ul-block ul {
    margin-bottom: 0;
}
#services .ul-block p {
    margin-bottom: 6px;
}
.services-item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.services-item span {
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    bottom: 0;
    padding: 10px 25px;
    background: #08337ebf;
    left: 0;
    right: 0;
    height: 75px;
    line-height: 1;
    cursor: default;
    border-radius: 0 0 3px 3px;
    z-index: 2;
}
.services-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services-item:hover img {
    transform: scale(1.1);
}
/* Services END */
/* ! -----------------------------------------------------------------------*/
/* Storage */
#storage-gallery .slick-slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
#storage-gallery .slick-prev,
#storage-gallery .slick-next {
    width: 34px;
    height: 55px;
    background: #08337ebf;
    border-radius: 0;
}
#storage-gallery .slick-prev:hover,
#storage-gallery .slick-next:hover {
    color: transparent;
    outline: none;
    background: #08337eeb;
}
#storage-gallery .slick-prev:before,
#storage-gallery .slick-next:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAuODUgMTMyLjYzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzI4NDcxZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPm5ldy1hcnI8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJDYXBhXzEiIGRhdGEtbmFtZT0iQ2FwYSAxIj48cGF0aCBpZD0iQ2hldnJvbl9SaWdodCIgZGF0YS1uYW1lPSJDaGV2cm9uIFJpZ2h0IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjksMTI5LjEsMjM3LjMyLDIwLjhhMTIuMjYsMTIuMjYsMCwwLDAsMC0xNy4yLDEyLjA3LDEyLjA3LDAsMCwwLTE3LjIsMGwtOTkuNzEsOTkuN0wyMC43MywzLjZhMTIuMDcsMTIuMDcsMCwwLDAtMTcuMiwwLDEyLjI1LDEyLjI1LDAsMCwwLDAsMTcuMmwxMDguMywxMDguM0ExMi4yNSwxMi4yNSwwLDAsMCwxMjksMTI5LjFaIi8+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#storage-gallery .slick-prev:before {
    transform: rotate(90deg);
    left: 5px;
}
#storage-gallery .slick-next:before {
    transform: rotate(-90deg);
    right: 6px;
}
#storage-gallery .slick-prev {
    left: 0;
    z-index: 5;
}
#storage-gallery .slick-next {
    right: 0;
    z-index: 5;
}
#storage-gallery .slick-dots {
    bottom: 13px;
    left: 0;
    right: 0;
}
#storage-gallery .slick-dots li button:before {
    background-color: #0740a6;
}

#storage-gallery .slick-dots li.slick-active button {
    border: 1px solid #0740a6;
}
/* Storage END */
/* ! -----------------------------------------------------------------------*/
/* Advantages */
.advantages-row > .item {
    margin: 15px 0;
}
.advantage-item {
    padding: 35px 15px;
    background-color: #f5f5f5;
    height: 100%;
    position: relative;
    border: 4px solid #f5f5f5;
}
.advantage-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: 0.5s linear;
    z-index: 0;
    clip-path: circle(1.4% at 50% 31%);
}
.advantage-item:hover::before {
    clip-path: circle(100% at 50% 50%);
}
.advantage-item .img-wrap {
    background-color: #fff;
    border-radius: 105px;
    width: 105px;
    height: 105px;
    margin: 0 auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.advantage-item .img-wrap img {
    width: 55px;
    height: auto;
}
.advantage-item p {
    text-align: center;
    margin: 0;
    cursor: default;
    z-index: 1;
    position: relative;
}
/* Advantages END */
/* ! -----------------------------------------------------------------------*/
/* Certification  */
.certification {
    padding: 40px 0 77px;
}
.certification .img-wrap img {
    display: block;
    margin-left: auto;
}
/* Certification END */
/* ! -----------------------------------------------------------------------*/
/* Contacts END */
#contacts {
    background-image: url(../img/cf-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
#contacts .wpcf7-form .row > div {
    padding: 0 9px;
    margin-bottom: 18px;
}
#contacts .wpcf7-form .wpcf7-form-control-wrap {
}
#contacts .wpcf7-form input,
#contacts .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d5d4d4;
    border-radius: 0;
    color: var(--dark-grey);
    font-size: 15px;
    padding: 12px 17px;
}
#contacts .wpcf7-form textarea {
    height: 200px;
    resize: none;
}
#contacts .wpcf7-form input::placeholder,
#contacts .wpcf7-form textarea::placeholder {
    color: #5c5b5b;
}
#contacts .wpcf7-form input:focus,
#contacts .wpcf7-form textarea:focus {
    outline: 1px solid var(--dark-green);
}
#contacts .wpcf7 .btn-wrap {
    margin-bottom: 0 !important;
    position: relative;
}
#contacts .wpcf7 .ajax-loader {
    margin: auto;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
}
.gm-style-pbc {
    z-index: 0 !important;
    background-color: unset !important;
}
/* Contacts END */
/* ! -----------------------------------------------------------------------*/
/*Btn Top*/
#top {
    bottom: 7%;
    cursor: pointer;
    display: none;
    background: #0b5fbd;
    position: fixed;
    right: 2%;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    text-align: center;
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 98;
}
#top:hover {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#top:before {
    content: "";
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAuODUgMTMyLjYzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzI4NDcxZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPm5ldy1hcnI8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSJDYXBhXzEiIGRhdGEtbmFtZT0iQ2FwYSAxIj48cGF0aCBpZD0iQ2hldnJvbl9SaWdodCIgZGF0YS1uYW1lPSJDaGV2cm9uIFJpZ2h0IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjksMTI5LjEsMjM3LjMyLDIwLjhhMTIuMjYsMTIuMjYsMCwwLDAsMC0xNy4yLDEyLjA3LDEyLjA3LDAsMCwwLTE3LjIsMGwtOTkuNzEsOTkuN0wyMC43MywzLjZhMTIuMDcsMTIuMDcsMCwwLDAtMTcuMiwwLDEyLjI1LDEyLjI1LDAsMCwwLDAsMTcuMmwxMDguMywxMDguM0ExMi4yNSwxMi4yNSwwLDAsMCwxMjksMTI5LjFaIi8+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #f4f2fd;
    transform: rotate(180deg);
    width: 20px;
    height: 11px;
    filter: brightness(0) invert(1);
}
/*Btn Top END*/
/* ! -----------------------------------------------------------------------*/
/*404*/
.error-404 h1{
    color: #0740a6;
    font-size: 42px;
    font-weight: 600;
    margin-top: 2%;
    display: inline-block;
    cursor: default;
}
.error-404 span{
    color: #0740a6;
    font-size: 28px;
    font-weight: 500;
    display: block;
    cursor: default;
}
.error-404 .btn-green{
    display: block;
    max-width: max-content;
    margin: auto;
}

.error-txt{
    color: #0b5fbd;
    font-size: 12vw !important;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    cursor: default;
}
.error-txt_bottom{
    color: #0b5fbd;
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 32px;var(--dark-green);
    margin-bottom: 5%;
    cursor: default;
}