html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

img {
    border: none;
}

table {
    border: none;
    border-collapse: collapse;
}
table td {
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.link {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.link:hover {
    color: #b75f5f;
}
.link_underline {
    text-decoration: underline;
}
.link_underline:hover {
    text-decoration: none;
}

.gutter,
.gutter-lg,
.gutter-md {
    display: block;
    border: none;
    height: 30px;
    background-color: transparent;
    margin: 0;
}
.gutter-md {
    height: 70px;
}
.gutter-lg {
    height: 90px;
}

.large {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

h1, .h1 {
    display: block;
    position: relative;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}
h2, .h2 {
    display: block;
    position: relative;
    margin: 0 0 45px;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
}
h3, .h3 {
    display: block;
    position: relative;
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 400;
    color: #433f48;
    line-height: 1.2;
}
h4, .h4 {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
h5, .h5 {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #50596c;
    line-height: 1.2;
}

.cover {
    display: block;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.cover_empty {
    background: 50% 50% no-repeat url('../images/no_photo.png');
    background-size: auto;
}
.cover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.15);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.cover_hover:hover:before {
    opacity: 1;
}
.cover img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.cover_fill img {
    width: 100%;
    height: 100%;
}

.image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.center {
    text-align: center;
}

p {
    margin: 0 0 20px;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}

p a {
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
p a:hover {
    text-decoration: none;
    color: #b75f5f;
}

.info-box {
    display: block;
    padding: 40px 20px;
    border: 1px solid #000000;
    max-width: 585px;
    margin: 40px auto;
    text-align: center;
    font-size: 14px;
}

.group {
    margin-bottom: 25px;
}
.group_size_sm {
    margin-bottom: 15px;
}

.field {
    position: relative;
    padding-left: 200px;
    min-height: 40px;
}
.field__label {
    position: absolute;
    top: 8px;
    left: 0;
    width: 180px;
}

.label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}

.required {
    color: #b75f5f;
}

.error {
    color: #b75f5f;
    font-size: 12px;
    font-style: italic;
}
.group .error {
    margin-top: 5px;
}

.gray {
	color: #999999;
}

.note {
    color: #999999;
    font-size: 12px;
    font-style: italic;
}

.success {
    color: #95c11f;
    font-size: 12px;
    font-style: italic;
}

.message {
    color: #a8a6a6;
    font-size: 12px;
    font-style: italic;
}

.control {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #000000;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
input.control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.control {
    min-height: 225px;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
select.control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff calc(100% - 15px) center no-repeat url('../images/dropdown.png');
}

.control::-webkit-input-placeholder {
    color: #999999;
}
.control:-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.control:-ms-input-placeholder {
    color: #999999;
}

.has-error .control {
    border-color: #b75f5f;
}

.control_size_sm {
    height: 30px;
}

.field-group {
	cursor: text;
}
.field-group:first-child .field-group__inner {
	border-top: 1px solid #d7d7d7;
}
.field-group__inner {
	position: relative;
	padding: 20px 0 0;
	border-bottom: 1px solid #d7d7d7;
}
.has-error .field-group__inner {
	border-bottom-color: #b75f5f;
}
.field-group .error {
	margin-top: 5px;
}
.field-group .label {
	display: block;
	margin: 0;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	pointer-events: none;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	transition: transform .4s;
}
.field-group_active .label,
.field-group .control:focus + .label {
	transform: translateY(-12px) scale(0.8);
}
.field-group .control {
	padding-left: 0;
	padding-right: 0;
	border: none;
	height: 35px;
}
.field-group select.control {
	background: #ffffff;
}

.button {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    padding: 0 20px;
    min-width: 100px;
    max-width: 100%;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #2f2f2f;
    border: 1px solid #2f2f2f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}
.button:hover,
.button:active {
    background-color: #b75f5f;
    border-color: #b75f5f;
}

.button_size_sm {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.button_border {
    background-color: transparent;
    border-color: #2f2f2f;
    color: #2f2f2f;
}
.button_border:hover {
    color: #ffffff;
}
.button_secondary {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.button_light {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.button_link {
    width: auto;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: #2f2f2f;
}
.button_link:hover,
.button_link:active {
    background-color: transparent;
    border-color: transparent;
}
.button_link .icon {
    transition: transform .2s ease-in-out;
}
.button_link:hover .icon,
.button_link:active .icon {
    transform: translateX(5px);
}

.button:disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    line-height: 1.2;
}
.checkbox.checkbox_inline,
.radio.radio_inline {
    display: inline-block;
    vertical-align: middle;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
}
.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 0 2px 30px;
    min-height: 16px;
    margin: 0;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label,
.checkbox .disabled,
.checkbox .radio {
    opacity: 0.5;
}
.checkbox label img,
.radio label img {
    display: block;
    max-width: 100%;
    max-height: 30px;
    width: auto;
    height: auto;
}
.checkbox label::before,
.radio label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #2f2f2f;
}
.checkbox_middle label::before,
.radio_middle label::before {
    top: 50%;
    transform: translateY(-50%);
}
.radio label::before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.checkbox input[type="checkbox"]:checked + label::after,
.radio input[type="radio"]:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #2f2f2f;
}
.checkbox_middle input[type="checkbox"]:checked + label::after,
.radio_middle input[type="radio"]:checked + label::after {
    top: 50%;
    transform: translateY(-50%);
}
.radio input[type="radio"]:checked + label::after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::before {
    opacity: 0.6;
}
.checkbox input[type="checkbox"]:disabled + label::after,
.radio input[type="radio"]:disabled + label::after {
    opacity: 0.6;
}

.loading {
    position: relative;
}
.loading:after {
    content: '';
    display: block;
    background: #ffffff 50% 50% no-repeat url('../images/loading.gif');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.loading_dark:after {
    background: #2f2f2f 50% 50% no-repeat url('../images/loading-dark.gif');
}

.animation-disabled * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    display: table;
    content: '';
}
.row:after {
    clear: both;
}
.row_collapsed {
    margin-left: 0;
    margin-right: 0;
}

.col {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col_collapsed {
    padding-left: 0;
    padding-right: 0;
}
.col_right {
    float: right;
}
.col_size_12 {
    width: 100%;
}
.col_size_11 {
    width: 91.66666667%;
}
.col_size_10 {
    width: 83.33333333%;
}
.col_size_9 {
    width: 75%;
}
.col_size_8 {
    width: 66.66666667%;
}
.col_size_7 {
    width: 58.33333333%;
}
.col_size_6 {
    width: 50%;
}
.col_size_5 {
    width: 41.66666667%;
}
.col_size_4 {
    width: 33.33333333%;
}
.col_size_3 {
    width: 25%;
}
.col_size_2 {
    width: 16.66666667%;
}
.col_size_1 {
    width: 8.33333333%;
}

.col_offset_11 {
    margin-left: 91.66666667%;
}
.col_offset_10 {
    margin-left: 83.33333333%;
}
.col_offset_9 {
    margin-left: 75%;
}
.col_offset_8 {
    margin-left: 66.66666667%;
}
.col_offset_7 {
    margin-left: 58.33333333%;
}
.col_offset_6 {
    margin-left: 50%;
}
.col_offset_5 {
    margin-left: 41.66666667%;
}
.col_offset_4 {
    margin-left: 33.33333333%;
}
.col_offset_3 {
    margin-left: 25%;
}
.col_offset_2 {
    margin-left: 16.66666667%;
}
.col_offset_1 {
    margin-left: 8.33333333%;
}

.grid {
    font-size: 0;
}

.cell {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 14px;
}

@media (max-width: 1279px) {

    .col_size-lg_12 {
        width: 100%;
    }
    .col_size-lg_11 {
        width: 91.66666667%;
    }
    .col_size-lg_10 {
        width: 83.33333333%;
    }
    .col_size-lg_9 {
        width: 75%;
    }
    .col_size-lg_8 {
        width: 66.66666667%;
    }
    .col_size-lg_7 {
        width: 58.33333333%;
    }
    .col_size-lg_6 {
        width: 50%;
    }
    .col_size-lg_5 {
        width: 41.66666667%;
    }
    .col_size-lg_4 {
        width: 33.33333333%;
    }
    .col_size-lg_3 {
        width: 25%;
    }
    .col_size-lg_2 {
        width: 16.66666667%;
    }
    .col_size-lg_1 {
        width: 8.33333333%;
    }
    .col_size-lg_0 {
        display: none;
    }

    .col_offset-lg_11 {
        margin-left: 91.66666667%;
    }
    .col_offset-lg_10 {
        margin-left: 83.33333333%;
    }
    .col_offset-lg_9 {
        margin-left: 75%;
    }
    .col_offset-lg_8 {
        margin-left: 66.66666667%;
    }
    .col_offset-lg_7 {
        margin-left: 58.33333333%;
    }
    .col_offset-lg_6 {
        margin-left: 50%;
    }
    .col_offset-lg_5 {
        margin-left: 41.66666667%;
    }
    .col_offset-lg_4 {
        margin-left: 33.33333333%;
    }
    .col_offset-lg_3 {
        margin-left: 25%;
    }
    .col_offset-lg_2 {
        margin-left: 16.66666667%;
    }
    .col_offset-lg_1 {
        margin-left: 8.33333333%;
    }
    .col_offset-lg_0 {
        margin-left: 0;
    }

}

@media (max-width: 1023px) {

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row_collapsed {
        margin-left: 0;
        margin-right: 0;
    }

    .col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col_collapsed {
        padding-left: 0;
        padding-right: 0;
    }

    .col_size-md_12 {
        width: 100%;
    }
    .col_size-md_11 {
        width: 91.66666667%;
    }
    .col_size-md_10 {
        width: 83.33333333%;
    }
    .col_size-md_9 {
        width: 75%;
    }
    .col_size-md_8 {
        width: 66.66666667%;
    }
    .col_size-md_7 {
        width: 58.33333333%;
    }
    .col_size-md_6 {
        width: 50%;
    }
    .col_size-md_5 {
        width: 41.66666667%;
    }
    .col_size-md_4 {
        width: 33.33333333%;
    }
    .col_size-md_3 {
        width: 25%;
    }
    .col_size-md_2 {
        width: 16.66666667%;
    }
    .col_size-md_1 {
        width: 8.33333333%;
    }
    .col_size-md_0 {
        display: none;
    }

    .col_offset-md_11 {
        margin-left: 91.66666667%;
    }
    .col_offset-md_10 {
        margin-left: 83.33333333%;
    }
    .col_offset-md_9 {
        margin-left: 75%;
    }
    .col_offset-md_8 {
        margin-left: 66.66666667%;
    }
    .col_offset-md_7 {
        margin-left: 58.33333333%;
    }
    .col_offset-md_6 {
        margin-left: 50%;
    }
    .col_offset-md_5 {
        margin-left: 41.66666667%;
    }
    .col_offset-md_4 {
        margin-left: 33.33333333%;
    }
    .col_offset-md_3 {
        margin-left: 25%;
    }
    .col_offset-md_2 {
        margin-left: 16.66666667%;
    }
    .col_offset-md_1 {
        margin-left: 8.33333333%;
    }
    .col_offset-md_0 {
        margin-left: 0;
    }

}

@media (max-width: 767px) {

    .col_size-sm_12 {
        width: 100%;
    }
    .col_size-sm_11 {
        width: 91.66666667%;
    }
    .col_size-sm_10 {
        width: 83.33333333%;
    }
    .col_size-sm_9 {
        width: 75%;
    }
    .col_size-sm_8 {
        width: 66.66666667%;
    }
    .col_size-sm_7 {
        width: 58.33333333%;
    }
    .col_size-sm_6 {
        width: 50%;
    }
    .col_size-sm_5 {
        width: 41.66666667%;
    }
    .col_size-sm_4 {
        width: 33.33333333%;
    }
    .col_size-sm_3 {
        width: 25%;
    }
    .col_size-sm_2 {
        width: 16.66666667%;
    }
    .col_size-sm_1 {
        width: 8.33333333%;
    }
    .col_size-sm_0 {
        display: none;
    }

    .col_offset-sm_11 {
        margin-left: 91.66666667%;
    }
    .col_offset-sm_10 {
        margin-left: 83.33333333%;
    }
    .col_offset-sm_9 {
        margin-left: 75%;
    }
    .col_offset-sm_8 {
        margin-left: 66.66666667%;
    }
    .col_offset-sm_7 {
        margin-left: 58.33333333%;
    }
    .col_offset-sm_6 {
        margin-left: 50%;
    }
    .col_offset-sm_5 {
        margin-left: 41.66666667%;
    }
    .col_offset-sm_4 {
        margin-left: 33.33333333%;
    }
    .col_offset-sm_3 {
        margin-left: 25%;
    }
    .col_offset-sm_2 {
        margin-left: 16.66666667%;
    }
    .col_offset-sm_1 {
        margin-left: 8.33333333%;
    }
    .col_offset-sm_0 {
        margin-left: 0;
    }
}

@media (max-width: 479px) {

    .col_size-xs_12 {
        width: 100%;
    }
    .col_size-xs_11 {
        width: 91.66666667%;
    }
    .col_size-xs_10 {
        width: 83.33333333%;
    }
    .col_size-xs_9 {
        width: 75%;
    }
    .col_size-xs_8 {
        width: 66.66666667%;
    }
    .col_size-xs_7 {
        width: 58.33333333%;
    }
    .col_size-xs_6 {
        width: 50%;
    }
    .col_size-xs_5 {
        width: 41.66666667%;
    }
    .col_size-xs_4 {
        width: 33.33333333%;
    }
    .col_size-xs_3 {
        width: 25%;
    }
    .col_size-xs_2 {
        width: 16.66666667%;
    }
    .col_size-xs_1 {
        width: 8.33333333%;
    }
    .col_size-xs_0 {
        display: none;
    }

    .col_offset-xs_11 {
        margin-left: 91.66666667%;
    }
    .col_offset-xs_10 {
        margin-left: 83.33333333%;
    }
    .col_offset-xs_9 {
        margin-left: 75%;
    }
    .col_offset-xs_8 {
        margin-left: 66.66666667%;
    }
    .col_offset-xs_7 {
        margin-left: 58.33333333%;
    }
    .col_offset-xs_6 {
        margin-left: 50%;
    }
    .col_offset-xs_5 {
        margin-left: 41.66666667%;
    }
    .col_offset-xs_4 {
        margin-left: 33.33333333%;
    }
    .col_offset-xs_3 {
        margin-left: 25%;
    }
    .col_offset-xs_2 {
        margin-left: 16.66666667%;
    }
    .col_offset-xs_1 {
        margin-left: 8.33333333%;
    }
    .col_offset-xs_0 {
        margin-left: 0;
    }
}