.layout-root {
    min-height: calc(100% - 90px);
    padding: 60px;
}

.layout-cols {
    margin-top: 20px;
    display: flex;
    justify-items: left;
    width: calc(100% - 120px);
    height: 100%;
    max-width: 1400px;
    margin-left: 20px;
    margin-right: 100px;
}

.layout-col-left {
    width: calc(100% - 350px);
    margin-right: 50px;
}

.layout-col-right {
    width: 350px;
}

.layout-photos {
    width: 100%;
    height: 330px;
}

.layout-col-left>a>img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -40px;
    width: calc(100% - 20px);
    max-width: 430px;
}

h1,
h2 {
    font-family: 'aw-conqueror-sans-light';
    font-size: 16pt;
    text-transform: uppercase;
    color: #585858;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.layout-informations {
    font-family: 'aw-conqueror-sans-light';
    font-size: 10.5pt;
    color: #717171;
    line-height: 12pt;
    margin-top: 10px;
    margin-bottom: 30px;
}

.layout-informations div {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin-bottom: 18px;
}

.layout-informations h3 {
    font-family: inherit;
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
    font-weight: 900;
}

.layout-informations p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: 17px;
    margin-bottom: 10px;
}

.layout-informations p a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}


.layout-message {
    font-family: 'aw-conqueror-sans-light';
    font-size: 12pt;
    line-height: 14pt;
    color: #1ca1f2;
    margin-bottom: 30px;
}

.layout-message p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin-top: 15px;
}

.layout-contacts {
    margin-top: 10px;
}

.layout-contacts img {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 40px;
    width: 40px;
}

.layout-form {
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

form p {
    margin-bottom: 10px;
}

label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 60px;
    margin-right: 10px;
    font-family: 'aw-conqueror-sans-light';
    font-size: 12pt;
    text-transform: uppercase;
    color: #b9b0ac;
    line-height: 23px;
    height: 23px;
    letter-spacing: -0.02em;
}

input[type="text"], 
input[type="email"] {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: calc(100% - 70px);
    height: 23px;
    background-color: #e9e5e2;
    border: none;
    font-family: 'aw-conqueror-sans-light';
    font-size: 12pt;
    outline: none;
    padding: 5px;
}

textarea {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #e9e5e2;
    border: none;
    font-family: 'aw-conqueror-sans-light';
    font-size: 12pt;
    outline: none;
    padding: 5px;
}

button {
    display: inline-block;
    position: relative;
    border: none;
    font-family: 'aw-conqueror-sans-light';
    font-size: 16px;
    background-color: #9e8c8c;
    color: #fff;
    text-align: center;
    padding: 12px;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
}

.layout-captcha {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.layout-captcha a {}

.layout-captcha a img {
    height: 40px;
}

.layout-captcha>img {
    border: 1px solid #ccc;
    height: 40px;
}

.layout-captcha input[type="text"] {
    width: calc(100% - 115px - 10px);
    height: 40px;
    font-size: 26px;
    color: #9a8b8a;
    text-align: center;
    padding-top: 0px;
    line-height: 40px;
}

.google-map {
    display: flex;
    position: relative;
    width: 100%;
    height: 420px;
}

.google-map>div {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    margin-right: 10px;
}

.google-map>div:last-child {
    margin-right: 0;
}

.google-map h3 {font-family: 'aw-conqueror-sans-light';font-size: 12pt;color: #717171;line-height: 1;text-align: center;margin-top: 30px;margin-bottom: 10px;text-transform: uppercase;}

.google-map>div>div {
    width: 100%;
    height: 100%;
}

.google-map iframe {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:750px) {
    .layout-cols {
        margin: auto;
        margin-top: 60px;
        width: 100%;
    }

    .layout-col-left {
        display: none;
    }

    .layout-col-right {
        width: 100%;
    }

    h1,
    h2 {
        text-align: center;
    }

    .layout-informations {
        text-align: center;
    }

    .layout-contacts {
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .layout-root {
        padding: 20px;
    }
}