body, html {
    font-family: Roboto,sans-serif;
    margin: 0;
    padding: 0;
}
.template-container {
    padding-top: calc(2em + 2 * (100vw - 20em)/ 63.125);
    padding-bottom: calc(2em + 2 * (100vw - 20em)/ 63.125);
    min-height: 500px;
}
.main-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
}
.wrapper {
    max-width: 68.75em;
    margin: 0 auto;
    width: 91.466666666666667%;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}
.wrapper--wide {
    max-width: 80em;
}
.main-header__inner {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0;
    width: 100%;
}
.main-header__inner a img {
    width: 100%;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.dropdown--login, .dropdown--profile {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125em;
    line-height: 1.222222222222222;
    color: #000;
    margin: 0 0.5em;
    padding: 0.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    background-color: transparent;
    border: none;
    text-decoration: none;
    font-weight: 400;
}
.main-header__link-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.111111111111111em;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    fill: currentColor;
    vertical-align: middle;
    color: #000;
}
.main-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 9.5em;
    background: url('https://emerald.bg/web/images/footer-back-2.jpg') center bottom 2em no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.main-footer:after, .main-footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,83,171,0)),color-stop(48%,rgba(0,68,139,.83)),to(#003368));
    background-image: linear-gradient(to bottom,rgba(0,83,171,0) 0,rgba(0,68,139,.83) 48%,#003368 100%);
}
.main-footer:after {
    z-index: -2;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#fff),to(rgba(255,255,255,0)));
    background-image: linear-gradient(to bottom,#fff 10%,rgba(255,255,255,0) 100%);
    bottom: auto;
    height: 10em;
}
.footer-logo {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo:after, .footer-logo:before {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #fff;
    opacity: .8;
}
.footer-logo__image {
    max-width: 100%;
    margin: 0 2em;
}
.main-footer__content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 1em 0 2em;
    position: relative;
}
.main-footer__nav--top {
    padding: 1.625em 0 1em;
}
.main-footer__nav-link,
.main-footer__nav-link:hover {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 0.5em;
    margin: 0.125em 0.75em;
    position: relative;
}
.main-footer__nav-link:before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0.5em;
    right: 0.5em;
    height: 1px;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
}
.contacts__link, .copyright__text a, .main-footer__nav-link, .offer-bar__step, .social__link, .toc__link {
    text-decoration: none;
}
.main-footer__nav-link:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-footer__bottom {
    background-color: #002347;
}
.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1em;
}
.copyright__text {
    padding: 1em;
    color: #fff;
    font-size: .875em;
    line-height: 1.3;
}
.copyright__text a {
    color: inherit;
    position: relative;
}
.copyright__text a:before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}

/* Honeypot validation */

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.submit--button {
    display: inline-block;
    background-color: #094fc9;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
    padding: 0.75em 2.5em;
    color: #fff;
    border: 0;
    border-radius: 1.375em;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color .3s ease,opacity .3s ease,-webkit-transform .3s ease;
    transition: background-color .3s ease,opacity .3s ease,-webkit-transform .3s ease;
    transition: background-color .3s ease,opacity .3s ease,transform .3s ease;
    transition: background-color .3s ease,opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
    position: relative;
    width: 100%;
}
.submit--button:hover,
.submit--button:focus {
    background-color: #0a59e1;
}
.submit--button:active {
    opacity: .9;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.submit-butoon-section {
    max-width: 360px;
    margin: auto;
    padding: 0.75em 0.375em;
    margin-top: 1.75em;
}