* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
html {
    height: 100%;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-bottom: 43px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body {
    margin: 0;
    background-color: #56b5b9;
}
.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 40px;
}
.greeting {
    width: 100%;
    padding: 50px 15px 0;
}
h1 {
    width: 210px;
    font: 40px/1em impact, sans-serif;
    text-transform: uppercase;
    margin-left: -2px;
    margin-top: -7px;
}
.text-yellow {
    color: #ffd276;
}
.text-white {
    color: #ffffff;
}
article {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    color: #ffffff;
    font: normal normal normal 14px/1.4em 'Open Sans', sans-serif;
}
article p {
    margin: 0;
}
.form {
    display: inline-block;
    width: calc(100% - 80px);
    max-width: 600px;
}
.form:after {
    content: '';
    display: table;
    clear: both;
}
.contact-label {
    position: relative;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 22px;
    border-bottom: 1px solid #fff;
}
.contact-label .border {
    display: inline-block;
    width: 37%;
    border-bottom: 1px solid #F8D7DB;
}
.contact-label .border.top.right {
    margin-left: 63%;
}
.star {
    position: absolute;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.contact-label span {
    display: block;
    color: white;
    font: normal normal bold 22px/1.4em 'marck script', cursive;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 9px;
}
.contact-data {
    float: left;
    width: 100%;
}
.form input {
    width: 100%;
    height: 32px;
    color: #48072C;
    font-size: 15px;
    margin-bottom: 4px;
    padding: 0 5px;
    border: none;
    outline: none;
}
.form textarea {
    float: right;
    width: 100%;
    height: 104px;
    color: #48072C;
    font-size: 15px;
    padding: 4px;
    resize: none;
    border: none;
    outline: none;
}
.form button {
    float: right;
    height: 29px;
    color: #fff;
    font: normal normal normal 14px/1.4em 'Open Sans', sans-serif;
    text-align: center;
    padding: 0 6px;
    margin-top: 10px;
    border: 0;
    background-color: #903A45;
    cursor: pointer;
    outline: none;
}
.footer {
    position: absolute;
    width: 100%;
    height: 43px;
    left: 0;
    bottom: 0;
    background-color: #903A45;
}
.copyright {
    padding-left: 16%;
    color: #F8D7DB;
    font: normal normal normal 13px/1.4em Arial, 'ms pgothic', dotum, helvetica, sans-serif;
    padding-top: 10px;
}
.photo {
    background: url('../img/photo.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.desktop-photo {
    position: absolute;
    display: none;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
}
.mobile-photo {
    height: 300px;
    width: 100%;
    max-width: 600px;
}
.social {
    position: absolute;
    width: 56px;
    right: 50px;
    top: auto;
    bottom: 51px;
    margin-right: -28px;
    text-align: center;
    z-index: 100;
}
.social .border {
    width: 100%;
    height: 56px;
    background-color: #d3d2d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3);;
    -moz-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3);;
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3);;
}
.social .border:not(:first-child) {
    margin-top: 23px;
}
.social img {
    width: 37px;
    margin-top: 9px;
}
.social img#imgVk {
    margin-top: 14px;
}
#errorMessage {
    float: left;
    color: #8b0000;
    font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
    margin-top: 5px;
}
#notification {
    float: left;
    color: #bada55;
    font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
    margin-top: 5px;
}
.validation-failed {
    border: 1px solid #8b0000 !important;
}
.language-switcher {
    position: absolute;
    top: 0;
    left: 0;
}
.language-switcher img {
    width: 30px;
}
@media all and (max-width: 480px) {
    .social {
        width: 45px;
    }
    .social .border {
        height: 45px;
    }
    .social .border:not(:first-child) {
        margin-top: 32px;
    }
    .social img {
        margin-top: 5px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    .social img#imgVk {
        margin-top: 8px;
    }
    .social img#imgLin {
        margin-top: 3px;
    }
}
@media all and (min-width: 481px) {
    .greeting {
        padding-top: 60px;
    }
    h1 {
        width: 300px;
        font-size: 57px;
    }
    .form {
        width: calc(100% - 95px);
    }
    .mobile-photo {
        height: 400px;
    }
}
@media all and (min-width: 768px) {
    .greeting {
        padding-left: 7%;

    }
    article, .form {
        margin-left: -11px;
    }
    .contact-data {
        width: 50%;
    }
    .form textarea {
        width: 49%;
    }
}
@media all and (min-width: 1024px) {
    .greeting {
        width: 50%;
        padding-top: 100px;
        padding-right: 0;
    }
    h1 {
        font-size: 79px;
    }
    .desktop-photo {
        display: block;
    }
    .mobile-photo {
        display: none;
    }
    article {
        max-width: 445px;
    }
    .form {
        width: 100%;
    }
    .social {
        top: 22.1%;
        right: 50%;
        bottom: auto;
    }
}
@media all and (min-width: 1350px) {
    .greeting {
        padding-left: 17.4%;
    }
}