@font-face {
    font-family: 'Affect';
    src: url('../font/A/Affect.eot');
    src: url('../font/A/Affect.woff2') format('woff2'),
    url('../font/A/Affect.woff') format('woff'),
    url('../font/A/Affect.ttf') format('truetype'),
    url('../font/A/Affect.svg#Affect') format('svg'),
    url('../font/A/Affect.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans';
    src: url('../font/I/IBMPlexSans.woff') format('woff'),
    url('../font/I/IBMPlexSans.ttf') format('truetype'),
    url('../font/I/IBMPlexSans.svg#IBMPlexSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans-Medium';
    src: url('../font/I/IBMPlexSans-Medium.eot');
    src: url('../font/I/IBMPlexSans-Medium.woff2') format('woff2'),
    url('../font/I/IBMPlexSans-Medium.woff') format('woff'),
    url('../font/I/IBMPlexSans-Medium.ttf') format('truetype'),
    url('../font/I/IBMPlexSans-Medium.svg#IBMPlexSans-Medium') format('svg'),
    url('../font/I/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --navy: #001e35;
    --light-blue: #c3cfd9;
    --blue: #1d58bf;
    --wild-watermelon: #fc4c75;
    --coral: #fe403c;
    --white: white;
}

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    position: relative;

    font-family: IBMPlexSans;
    font-size: 14px;
    color: var(--navy);

    min-height: 750px;
    min-width: 750px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attention {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--navy);
    color: white;
    text-align: center;
    line-height: 50px;
    font-family: Affect;
    font-size: 22px;
}

.attention a {
    font-family: Affect;
    font-size: 22px;
    color: #BBFF00;
    text-decoration: none;
}

main {
    position: relative;
    z-index: 2;
    display: flex;
    transform: translateY(-15%);
    justify-content: center;
    align-items: center;
}

main aside {
    margin-right: 50px;
    max-width: 35%;
}

figure.logo {
    background-image: url('../images/logo.svg');
    background-size: cover;
    width: 191px;
    height: 56px;

    margin: 0;
}

h1 {
    font-family: Affect;
    font-size: 44px;
    font-weight: bold;
    color: var(--navy);
    margin: 36px 0 0;
}

h2 {
    font-family: Affect;
    font-size: 24px;
    font-weight: bold;
    color: var(--navy);
    margin: 0 0 24px;
}

a, a:visited {
    color: var(--blue);
    font-size: 12px;
}

form {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);

    display: flex;
    flex-direction: column;

    padding: 32px;

    width: 348px;
}

form a {
    text-align: center;
    margin-bottom: 10px;
}

label {
    margin-bottom: 5px;
}

input {
    border: 2px solid var(--light-blue);
    border-radius: 4px;
    background-color: var(--white);
    padding: 12px;

    margin-bottom: 24px;
}

button, a.button {
    height: 45px;
    border-radius: 4px;
    border: none;
    background-image: linear-gradient(to bottom, var(--wild-watermelon), var(--coral));

    color: var(--white);
    font-family: Affect;
    font-size: 16px;

    cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
button:hover, a.button:hover {
    -webkit-box-shadow: 1px 1px 8px 0 rgba(254,64,60,.75);
    box-shadow: 1px 1px 8px 0 rgba(254,64,60,.75);
}
a.button {
    background-image: linear-gradient(to bottom, #f9bbba, var(--coral));
}
a.button, a.button:hover {
	margin-bottom: 0px;
	text-decoration: none;
	line-height: 43px;
	margin-left: 10%;
}

footer {
    z-index: 1;

    height: 40%;
    position: absolute;
    bottom: 0;

    min-width: 750px;
    width: 100%;

    background-color: var(--coral);
    overflow: hidden;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

footer::after {
    content: '';
    position: absolute;
    bottom: 67%;
    border-radius: 50% / 67% 67% 33% 33%;
    display: block;
    width: calc(100% * 1.01);
    height: 100%;
    background-color: white;
}

.alert {
    position: relative;
    top: -10%;
    max-width: 450px;
    margin: 0 auto 10px;
}

.alert.alert-error,
.alert.alert-warning {
    color: red;
}

.footer-content {
    height: 100%;
    width: 70%;
    margin: 0 auto;
    padding-top: 15px;
    position: absolute;
	bottom: 0;
}
.footer-text {
    display: none;
}
.footer-social {
    display: none;
}
.footer-phone {
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: -60px;
    top: 80px;
    font-size: 58px;
}
.footer-phone-prefix {
    font-size: 32px;
}
.email a, a:visited {
    color: white;
}
.bigfoot {
    height: 160px;
    /*background: url("../images/provoda.png") 50% 100% no-repeat #499799;*/
    font-stretch: normal;
    font-size: 18px;
    font-weight: 200;
    color: white;
    transition: height 300ms linear;
}
.bigfoot .footer-text {
    line-height: 110%;
    margin: 90px 0 0 -50px;
    float: left;
    display: block;
}
.bigfoot .footer-social {
    margin: 70px 60px 0 0;
    float: right;
    display: block;
}
.bigfoot .footer-order {
    display: none;
}