@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yaldevi:wght@200..700&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg.webp);
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
    margin: auto;
}

.header {
    display: none;
}

.main  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    justify-content: stretch;
}

.content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}

img {
    display: block;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 600;
    z-index: 100;
    color: #fff;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 64px;
    line-height: 1.3;
    font-family: 'Yaldevi', Arial, sans-serif;
}

h1 > span {
    display: block;
}

h1 > * + * {
    margin-top: 16px;
}

h1 > span * {
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
}

h1 > span:first-child * {
    color: #0A8F9B;
}

h1 > span:nth-child(2) * {
    color: #F04C4D;
}

.button {
    min-width: 540px;
    background: #F04C4D;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 80px;
    font-weight: 600;
    padding: 6px 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 40px rgba(240, 76, 77, 0.8);
    -moz-box-shadow: 0 0 40px rgba(240, 76, 77, 0.8);
    box-shadow: 0 0 40px rgba(240, 76, 77, 0.8);
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
    border-top: 4px solid rgba(255, 255, 255, 0.25);
    font-family: 'Yaldevi', Arial, sans-serif;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #F04C4D;
}


.prime {
    max-width: 1920px;
    margin: 0 auto;
    padding: 5% 8%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.prime__wrap {
    text-align: center;
    max-width: 750px;
    width: 50%;
}

.prime__wrap > * + * {
    margin-top: 40px;
}

.prime__logo {
    display: block;
}

.prime__logo img {
    display: inline-block;
}

.prime__image {
    position: absolute;
    bottom: -110px;
    right: 0;
    height: -webkit-calc(100% + 110px);
    height: -moz-calc(100% + 110px);
    height: calc(100% + 110px);
    max-height: 1080px;
    max-width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    overflow: hidden;
}

.prime__image img ~ img {
    display: none;
}

.prime__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    margin: auto auto 0;
}




.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    min-height: 110px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.footer__payments {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 69%;
    -moz-box-flex: 0;
    flex: 0 1 69%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 35px 48px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    max-width: -webkit-calc(100% - 375px);
    max-width: -moz-calc(100% - 375px);
    max-width: calc(100% - 375px);
}

.footer__payments ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px;
    margin-left: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.footer__payments li {
    margin-top: 15px;
    margin-left: 20px;
}

.footer__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 31%;
    -moz-box-flex: 0;
    flex: 0 1 31%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 18px 48px;
    min-width: 375px;
}

.footer__age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 74px;
    -moz-box-flex: 0;
    flex: 0 1 74px;
}

.footer__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 74px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 74px);
    padding-right: 30px;
}
