@import url('/css/style.css');
html {
    box-sizing: border-box
}

*, *::after, *::before {
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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, .content dfn {
    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 {
    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;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

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;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    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;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

:focus {
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

img {
    display: block
}

ul, ol, li {
    list-style: none
}

figure {
    margin: 0
}

fieldset {
    border: 0px;
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

html, body {
    font-size: 16px;
    background-color: #fff;
    font-family: muli-regular-webfont, sans-serif
}

@media screen and (max-width: 767px) {
    html, body {
        font-size: 14px
    }
}

@media screen and (max-width: 479px) {
    html, body {
        font-size: 11px
    }
}

a {
    text-decoration: none;
    color: #337ab7
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #337ab7
}

a:hover {
    text-decoration: underline;
    color: #22527b
}

.clear::after {
    clear: both;
    content: "";
    display: block
}

.centered {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2)
}

@media screen and (max-width: 1281px) {
    .centered {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.center {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.center::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width: 1340px) {
    .center {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (max-width: 767px) {
    .center {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width: 479px) {
    .center {
        padding-right: 15px;
        padding-left: 15px
    }
}

.mm-opened .header .menu-trigger {
    background-position: 0 -50px
}

.button, .button:link, .button:visited {
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-family: muli-regular-webfont, sans-serif;
    font-weight: normal;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    border: 0;
    border-radius: 0px;
    background: #7e5335;
    background-image: url(../../img/arrow1.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding: 6px 36px 7px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.125rem
}

@media screen and (max-width: 479px) {
    .button, .button:link, .button:visited {
        line-height: 22px
    }
}

.button.button--success, .button:link.button--success, .button:visited.button--success {
    border-color: #4cae4c;
    background: #5cb85c
}

.button.button--success:hover, .button.button--success[type='submit']:hover, .button.button--success[type='reset']:hover, .button.button--success[type='button']:hover, .button.button--success:focus, .button.button--success.focus, .button:link.button--success:hover, .button:link.button--success[type='submit']:hover, .button:link.button--success[type='reset']:hover, .button:link.button--success[type='button']:hover, .button:link.button--success:focus, .button:link.button--success.focus, .button:visited.button--success:hover, .button:visited.button--success[type='submit']:hover, .button:visited.button--success[type='reset']:hover, .button:visited.button--success[type='button']:hover, .button:visited.button--success:focus, .button:visited.button--success.focus {
    border-color: #4cae4c;
    background-color: #4cae4c
}

.button:hover, .button[type='submit']:hover, .button[type='reset']:hover, .button[type='button']:hover, .button:focus, .button.focus, .button:link:hover, .button:link[type='submit']:hover, .button:link[type='reset']:hover, .button:link[type='button']:hover, .button:link:focus, .button:link.focus, .button:visited:hover, .button:visited[type='submit']:hover, .button:visited[type='reset']:hover, .button:visited[type='button']:hover, .button:visited:focus, .button:visited.focus {
    color: #fff;
    text-decoration: none;
    border-color: #286090;
    background-color: #532f16
}

.button:active, .button.active, .button:link:active, .button:link.active, .button:visited:active, .button:visited.active {
    background-image: none
}

.button:disabled, .button.disabled, .button:link:disabled, .button:link.disabled, .button:visited:disabled, .button:visited.disabled {
    color: #999;
    background-color: #efefef
}

.content {
    font-family: muli-regular-webfont, sans-serif;
    line-height: 1.8;
    color: #646363;
    font-size: 1.125rem
}

.content::after {
    clear: both;
    content: "";
    display: block
}

.content address {
    margin: 0 0 3.125rem;
    display: block;
    font-style: normal;
    line-height: 2.125rem
}

.content address > *:last-child {
    margin-bottom: 0
}

.content .align-none, .content .alignnone {
    display: inline
}

.content .align-center, .content .aligncenter {
    text-align: center;
    margin: 0 auto
}

.content .align-left, .content .alignleft {
    float: left;
    margin: 0 30px 30px 0
}

.content .align-right, .content .alignright {
    float: right;
    margin: 0 0 30px 30px
}

.content .wp-caption, .content figure {
    margin: 0 0 30px
}

.content .wp-caption .wp-caption-text, .content .wp-caption figcaption, .content figure .wp-caption-text, .content figure figcaption {
    font-style: italic;
    margin: 5px
}

.content blockquote {
    font-style: italic;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 20px
}

.content blockquote > *:last-child {
    margin-bottom: 0
}

.content pre, .content code {
    white-space: pre;
    font: 100% 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    margin: 30px 0
}

.content pre > *:last-child, .content code > *:last-child {
    margin-bottom: 0
}

.content ul, .content ol {
    margin: 0 30px 30px
}

.content li ul, .content li ol {
    margin: 0 30px
}

.content ul, .content ul li {
    list-style-type: disc
}

.content ol, .content ol li {
    list-style-type: decimal
}

.content dl {
    margin: 0 0 30px
}

.content dl dt {
    font-weight: bold
}

.content dl dd {
    margin-left: 30px
}

.content table {
    width: 100%;
    margin: 0 0 30px
}

.content table caption {
    color: #000;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    font-size: 1.6875rem
}

.content table th, .content table td {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 10px
}

.content table th {
    text-align: left;
    font-weight: bold
}

.content table thead th {
    background: #efefef
}

.content table tfoot {
    font-style: italic
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: adamina-regular-webfont;
    font-weight: normal;
    line-height: 1.4;
    color: #1d1d1b;
    margin: 0 0 10px
}

.content h1 {
    font-size: 2.8125rem
}

.content h2 {
    font-size: 2.25rem
}

.content h3 {
    font-size: 1.6875rem
}

.content h4 {
    margin-bottom: 5px;
    font-size: 1.4375rem
}

.content h5 {
    margin-bottom: 5px;
    font-size: 1.125rem
}

.content h6 {
    margin-bottom: 0;
    font-size: .875rem
}

.content p {
    margin: 0 0 30px
}

.content strong, .content dfn {
    font-weight: bold
}

.content em, .content dfn {
    font-style: italic
}

.content sup, .content sub {
    line-height: 0
}

@media screen and (max-width: 479px) {
    .content img.align-left, .content img.alignleft, .content img.align-right, .content img.alignright {
        max-width: 50%
    }
}

fieldset {
    border: 0 solid #ccc;
    border-radius: 0px;
    margin-bottom: 30px;
    padding: 0
}

fieldset > *:last-child {
    margin-bottom: 0
}

fieldset p {
    margin-bottom: 8px
}

fieldset p::after {
    clear: both;
    content: "";
    display: block
}

legend {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 5px 10px
}

label:not(.radio):not(.checkbox):not(.error) {
    display: block;
    font-weight: normal;
    color: #646363;
    font-size: 1.125rem
}

label.radio {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 1px
}

label.checkbox {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px
}

label.error {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    background: #d9534f;
    margin-top: 10px;
    padding: 5px 10px;
    position: relative
}

label.error:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d9534f;
    position: absolute;
    top: -5px;
    left: 10px
}

button, input, select, textarea {
    display: block;
    width: 60%;
    font-family: muli-regular-webfont, sans-serif;
    color: #333;
    border: 1px solid #646363;
    border-radius: 0;
    background: #fff;
    padding: 3px 5px;
    font-size: 1.125rem
}

button::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000
}

button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #000
}

button:-moz-placeholder, input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #000
}

button:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000
}

button:focus:not(:-moz-read-only):not([type='submit']):not([type='reset']):not([type='button']), input:focus:not(:-moz-read-only):not([type='submit']):not([type='reset']):not([type='button']), select:focus:not(:-moz-read-only):not([type='submit']):not([type='reset']):not([type='button']), textarea:focus:not(:-moz-read-only):not([type='submit']):not([type='reset']):not([type='button']) {
    border-color: #337ab7
}

button:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']), input:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']), select:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']), textarea:focus:not(:read-only):not([type='submit']):not([type='reset']):not([type='button']) {
    border-color: #337ab7
}

button.error, input.error, select.error, textarea.error {
    border-color: #d9534f
}

button:disabled, input:disabled, select:disabled, textarea:disabled {
    color: #999;
    background-color: #efefef
}

button[type='radio'], button[type='checkbox'], input[type='radio'], input[type='checkbox'], select[type='radio'], select[type='checkbox'], textarea[type='radio'], textarea[type='checkbox'] {
    display: inline-block;
    height: auto;
    margin-right: 10px;
    padding: 0
}

button[type='radio'], button[type='checkbox'], button[type='submit'], button[type='reset'], button[type='button'], input[type='radio'], input[type='checkbox'], input[type='submit'], input[type='reset'], input[type='button'], select[type='radio'], select[type='checkbox'], select[type='submit'], select[type='reset'], select[type='button'], textarea[type='radio'], textarea[type='checkbox'], textarea[type='submit'], textarea[type='reset'], textarea[type='button'] {
    display: inline-block;
    width: auto
}

button {
    display: inline-block;
    width: auto
}

button, input[type='submit'], input[type='reset'], input[type='button'] {
    color: #fff;
    background-color: #7e5335
}

button:hover, input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
    color: #333;
    background-color: #efefef
}

select {
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: auto 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAANCAYAAAC3mX7tAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAUtJREFUeNq8089KAlEUx/HvaIRCIbRyCsLxCcYZokcInWkRCCHMSgn68xQueoA2RRC0kdoIFcxoPUGrUZeurJWtozKJ4LTJEM1/pJ3lPdz7uT/uPUo+fyj8QwVUNTpzRFWjBBwnk9W02MwQTYuJ42SOFBEJAJuuW7quVGpTRQxDF9tO5QBPEREFEGDDdUu308IMQ8e2U1ngHJgLdPXubDu1bhh6a0rI/jcC8NmdqFNrrlu6r1RqwT8iJ93rv0FB4Mz3q9ueVw5PglhWEtNM7AKnvT1FZOAYLfp+9dHzyksTIH1JfuYIiAzY+2KaiVXLSr6OiRwMQjrQ+5Az3kwzoVtW8mMEsgccD7uMIiLhERiA1mg81IvFq/l2uw1AKBQind5qx+NaDrgYlVoRkQjwPMYzrDSbT/VC4XIBwHEyreVldQe4AVo9H6qvvgYAd7R15OvpfHEAAAAASUVORK5CYII=);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

textarea {
    width: 100%;
    height: 200px
}

.ratio, audio, embed, iframe, object, video {
    margin-bottom: 30px
}

.ratio {
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0;
    position: relative
}

.ratio embed, .ratio iframe, .ratio object, .ratio video {
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    top: 0px;
    left: 0px
}

.ratio--16x9 {
    padding-bottom: 56.25%
}

.ratio--4x3 {
    padding-bottom: 75%
}

.wrapper {
    width: 100%
}
.wrapper.home .inner-content{
    position: relative;
}

.wrapper::after {
    clear: both;
    content: "";
    display: block
}

.wrapper.wrapper--page {
    font-family: muli-regular-webfont, sans-serif;
    line-height: 1.8;
    color: #646363;
    background-color: #fff;
    font-size: 1.125rem
}

.wrapper.wrapper--small {
    max-width: 720px;
    margin: 0 auto
}

.wrapper.wrapper--medium {
    max-width: 976px;
    margin: 0 auto
}

.about {
    width: 100%;
    background-color: #646363;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 8.75rem 4.375rem 11.25rem
}

.about::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width: 1281px) {
    .about {
        padding: 2.5rem 1.25rem 2.5rem 2.5rem
    }
}

@media screen and (max-width: 767px) {
    .about {
        padding: 2.5rem 1.25rem
    }
}

.about .about__links {
    float: left;
    width: 25%;
    padding-top: 3.75rem
}

@media screen and (max-width: 767px) {
    .about .about__links {
        width: 35%;
        padding-left: 1.25rem;
        padding-top: 1.25rem
    }
}

@media screen and (max-width: 479px) {
    .about .about__links {
        width: 100%;
        padding-top: 0;
        padding-left: 0
    }
}

.about .about__links ul li {
    margin-bottom: 1.875rem;
    line-height: 1.5rem;
    font-size: 1.5rem
}

@media screen and (max-width: 767px) {
    .about .about__links ul li {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 479px) {
    .about .about__links ul li {
        text-align: center
    }
}

.about .about__links ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: .25rem .9375rem 4px 2rem;
    border-width: 1px;
    border-style: solid;
    border-color: #646363
}

@media screen and (max-width: 767px) {
    .about .about__links ul li a {
        padding: .25rem .9375rem 4px 2.625rem
    }
}

.about .about__links ul li a:hover {
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #fff
}

.about .about__links ul li a span {
    display: block;
    background-size: 52px;
    width: 52px;
    height: 52px;
    position: absolute;
    top: -.625rem;
    left: -1.625rem;
    background-image: url(../../img/about-icon1.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 479px) {
    .about .about__links ul li a span {
        background-size: 38px;
        width: 38px;
        height: 38px
    }
}

.about .about__links ul li a span.interior {
    background-image: url(../../img/about-icon2.png);
    background-position: left center;
    background-repeat: no-repeat
}

.about .about__links ul li a span.division {
    background-image: url(../../img/about-icon3.png);
    background-position: left center;
    background-repeat: no-repeat
}

.about .about__links ul li a span.video {
    background-image: url(../../img/about-icon4.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 479px) {
    .about .about__links ul li a span.video {
        left: -25px
    }
}

.about .about__links ul li a:hover span, .about .about__links ul li a.active span {
    background-image: url(../../img/about-icon1-1.png);
    background-position: left center;
    background-repeat: no-repeat
}

.about .about__links ul li a:hover span.interior, .about .about__links ul li a.active span.interior {
    background-image: url(../../img/about-icon2-1.png);
    background-position: left center;
    background-repeat: no-repeat
}

.about .about__links ul li a:hover span.division, .about .about__links ul li a.active span.division {
    background-image: url(../../img/about-icon3-1.png);
    background-position: left center;
    background-repeat: no-repeat
}

.about .about__links ul li a:hover span.video, .about .about__links ul li a.active span.video {
    background-image: url(../../img/about-icon4-1.png);
    background-position: left center;
    background-repeat: no-repeat
}

.about .about__slider {
    float: left;
    width: 75%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff
}

@media screen and (max-width: 767px) {
    .about .about__slider {
        width: 65%
    }
}

@media screen and (max-width: 479px) {
    .about .about__slider {
        width: 100%
    }
}

.about .about__slider img {
    width: 100%
}

.banner {
    width: 100%;
    height: 49.875rem;
    position: relative;
    overflow: hidden;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .banner {
        height: auto
    }
}

.banner img {
    min-height: 100%;
    height: auto !important;
    min-width: 100%;
    width: auto !important;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

@media screen and (max-width: 767px) {
    .banner img {
        width: 100% !important;
        min-height: inherit !important;
        min-width: inherit !important;
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.header__cta {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    position: absolute;
    top: 44%;
    right: 22%;
    padding: 1em;
    max-width: 345px;
}
@media screen and (max-width: 1900px) {
    .header__cta {
        right: calc(1vw + 15%);
    }
}
@media screen and (max-width: 1300px) {
    .header__cta {
        right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .header__cta {
        position: relative;
        top: unset;
        right: unset;
        max-width: 100%;
        width: 100%;
        background: #000;
    }
}

.header__cta a {
    color: currentColor;
    line-height: 26px;
    font-family: adamina-regular-webfont;
    font-size: 26px;
}

.header__cta span {
    background: url(/img/icon1.png);
    line-height: 40px;
    width: 26px;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    display: inline-block;
    margin-left: 15px;
}

.contact {
    width: 100%;
    padding-bottom: 8.125rem;
    padding-top: 2px;
    overflow: hidden;
    margin-bottom: 5.625rem;
    background-image: url(../../img/contact-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x
}

@media screen and (max-width: 479px) {
    .contact {
        margin-bottom: 0;
        background: transparent;
        padding-bottom: .625rem
    }
}

.contact .contact__left {
    width: 55%;
    float: left;
    padding-bottom: 3.75rem;
    overflow: hidden
}

.contact .contact__left .contact__right.tablet {
    display: none !important
}

@media screen and (max-width: 767px) {
    .contact .contact__left {
        width: 100%;
        padding-bottom: 1.875rem
    }

    .contact .contact__left .contact__right.tablet {
        display: block !important
    }
}

.contact .contact__right {
    width: 45%;
    float: left;
    padding-top: 10px;
    padding-left: 1.25rem
}

@media screen and (max-width: 767px) {
    .contact .contact__right {
        width: 100%;
        display: none;
        padding-top: 0;
        padding-left: 0
    }
}

.contact .contact__right fieldset {
    padding-top: .625rem
}

.contact .contact__right input {
    float: left
}

.contact .contact__right label {
    float: left;
    width: 40%
}

@media screen and (max-width: 979px) {
    .contact .contact__right label {
        font-size: .625rem
    }
}

.contact .contact__right textarea {
    resize: none
}

.contact .contact__right .contact__button {
    float: right;
    margin-top: 14px;
    padding-right: 28px;
    padding-left: 14px;
    background-position: right 12px center
}

.contact .contact__right p {
    margin-bottom: 8px
}

.contact .contact__text {
    width: 100%;
    padding-top: 3.125rem;
    padding-right: 9.375rem
}

@media screen and (max-width: 1281px) {
    .contact .contact__text {
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    .contact .contact__text {
        padding-top: .625rem;
        padding-bottom: 1.25rem
    }
}

.contact .contact__text h3 {
    font-size: 2.25rem
}

.contact .contact__text address {
    margin-top: 1.25rem;
    list-style: 2.125rem
}

.contact .contact__text address a {
    color: #646363
}

.contact .contact__photo {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin-bottom: 2px
}

.contact .contact__photo.contact--photo1 {
    height: 533px
}

@media screen and (max-width: 767px) {
    .contact .contact__photo.contact--photo1 {
        height: 300px
    }
}

.contact .contact__photo.contact--photo2 {
    height: 266px
}

@media screen and (max-width: 767px) {
    .contact .contact__photo.contact--photo2 {
        height: 150px
    }
}

.contact .contact__photo.contact--photo3 {
    height: 266px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .contact .contact__photo.contact--photo3 {
        height: 150px
    }
}

.contact .contact__photo.contact--photo4 {
    height: 533px
}

@media screen and (max-width: 767px) {
    .contact .contact__photo.contact--photo4 {
        height: 300px
    }
}

.contact .contact__block {
    float: left;
    width: 50%
}

.detail {
    width: 100%;
    position: relative;
    margin-bottom: 13.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.detail::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width: 979px) {
    .detail {
        margin-bottom: 5rem
    }
}

.detail .detail__photo {
    display: block;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 5px);
    margin-right: 5px;
    margin-bottom: 4px
}

.detail .detail__photo.detail--photo1 {
    height: 426px
}

.detail .detail__photo.detail--photo2 {
    height: 426px
}

@media screen and (max-width: 767px) {
    .detail .detail__photo.detail--photo2 {
        height: 211px;
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 4px;
        margin-left: 2px
    }
}

.detail .detail__photo.detail--photo3 {
    height: 426px
}

.detail .detail__photo.detail--photo4 {
    height: 211px
}

@media screen and (max-width: 767px) {
    .detail .detail__photo.detail--photo4 {
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px
    }
}

.detail .detail__photo.detail--photo5 {
    height: 211px
}

@media screen and (max-width: 767px) {
    .detail .detail__photo.detail--photo5 {
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px
    }
}

.detail .detail__photo.detail--photo6 {
    height: 426px
}

.detail .detail__left {
    float: left;
    width: calc(55% - 180px)
}

@media screen and (max-width: 767px) {
    .detail .detail__left {
        float: none;
        width: 100%
    }
}

.detail .detail__left .detail__col1 {
    float: left;
    width: 52%
}

@media screen and (max-width: 979px) {
    .detail .detail__left .detail__col1 {
        display: none
    }
}

.detail .detail__left .detail__col2 {
    float: left;
    width: 48%
}

@media screen and (max-width: 979px) {
    .detail .detail__left .detail__col2 {
        width: 100%
    }
}

.detail .detail__center {
    float: left;
    width: 328px
}

@media screen and (max-width: 767px) {
    .detail .detail__center {
        float: none;
        width: 100%
    }
}

.detail .detail__right {
    float: left;
    width: calc(45% - 148px)
}

@media screen and (max-width: 767px) {
    .detail .detail__right {
        float: none;
        width: 100%
    }
}

.detail .detail__right .detail__col3 {
    float: left;
    width: 35%
}

@media screen and (max-width: 979px) {
    .detail .detail__right .detail__col3 {
        width: 100%
    }
}

.detail .detail__right .detail__col4 {
    float: left;
    width: 65%
}

@media screen and (max-width: 979px) {
    .detail .detail__right .detail__col4 {
        display: none
    }
}

.detail .detail__right .detail__col4 .detail__photo {
    margin-right: 0;
    width: 100%
}

.detail .detail__style {
    width: 8.4375rem;
    height: 8.4375rem;
    margin-left: -67px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    font-family: adamina-regular-webfont;
    text-align: center;
    line-height: 8.4375rem;
    position: absolute;
    top: -62px;
    left: 42%;
    font-size: 1.375rem
}

@media screen and (max-width: 767px) {
    .detail .detail__style {
        top: 164px;
        left: auto;
        margin-left: 0;
        right: 14px
    }
}

.detail .detail__contact {
    width: 100%;
    overflow: hidden;
    padding: 4.625rem 1.875rem 1.875rem 2.25rem
}

@media screen and (max-width: 767px) {
    .detail .detail__contact {
        padding: 1.875rem
    }
}

.detail .detail__contact address {
    line-height: 34px;
    font-style: normal
}

.detail .detail__contact address a {
    color: #646363
}

.detail .detail__contact .detail__head {
    color: #1d1d1b;
    padding-bottom: .875rem;
    display: block;
    font-family: adamina-regular-webfont;
    font-size: 1.375rem
}

.detail .detail__contact .detail__icon {
    float: left;
    width: 32px;
    display: block
}

.detail .detail__contact .detail__icon img {
    display: inline;
    vertical-align: middle
}

.detail .detail__contact ul {
    float: right;
    overflow: hidden;
    margin-top: 2.875rem
}

.detail .detail__contact ul li {
    float: left;
    margin-left: 8px
}

.detail-model {
    width: 100%;
    overflow: hidden;
    padding-top: 2px
}

.detail-model .detail-model__photo {
    display: block;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 2px);
    margin-right: 2px;
    margin-bottom: 2px
}

.detail-model .detail-model__photo.detail-model--photo1 {
    height: 533px
}

.detail-model .detail-model__photo.detail-model--photo2 {
    height: 107px
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__photo.detail-model--photo2 {
        height: 57px
    }
}

.detail-model .detail-model__photo.detail-model--photo3 {
    height: 104px
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__photo.detail-model--photo3 {
        height: 54px
    }
}

.detail-model .detail-model__photo.detail-model--photo4 {
    height: 213px
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__photo.detail-model--photo4 {
        width: 100%;
        height: 113px;
        margin-right: 0;
        margin-bottom: 2px
    }
}

.detail-model .detail-model__photo.detail-model--photo5 {
    height: 213px
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__photo.detail-model--photo5 {
        height: 113px
    }
}

.detail-model .detail-model__photo.detail-model--photo6 {
    height: 107px
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__photo.detail-model--photo6 {
        width: 100%;
        height: 57px;
        margin-right: 0;
        margin-bottom: 2px
    }
}

.detail-model .detail-model__photo.detail-model--photo7 {
    height: 104px
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__photo.detail-model--photo7 {
        width: 100%;
        height: 54px;
        margin-right: 0;
        margin-bottom: 2px
    }
}

.detail-model .detail-model__photo.detail-model--photo8 {
    height: 533px
}

@media screen and (max-width: 979px) {
    .detail-model .detail-model__photo.detail-model--photo8 {
        width: 100%;
        height: 350px;
        margin-right: 0;
        margin-bottom: 2px
    }
}

@media screen and (max-width: 479px) {
    .detail-model .detail-model__photo.detail-model--photo8 {
        height: 240px
    }
}

.detail-model .detail-model__photo.detail-model--photo9 {
    height: 533px;
    width: 100%;
    margin-right: 0
}

.detail-model .detail-model__text {
    height: 105px;
    text-align: center;
    color: #1d1d1b;
    font-family: adamina-regular-webfont;
    padding-top: 1.875rem;
    font-size: 1.0625rem
}

@media screen and (max-width: 979px) {
    .detail-model .detail-model__text {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 767px) {
    .detail-model .detail-model__text {
        height: 55px;
        padding-top: .625rem;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 479px) {
    .detail-model .detail-model__text {
        font-size: 1.5rem;
        padding-top: .9375rem
    }
}

.detail-model .detail-model__left {
    width: 12%;
    float: left
}

@media screen and (max-width: 1600px) {
    .detail-model .detail-model__left {
        display: none
    }
}

.detail-model .detail-model__center {
    width: 76%;
    float: left;
    overflow: hidden
}

@media screen and (max-width: 1600px) {
    .detail-model .detail-model__center {
        width: 100%
    }
}

.detail-model .detail-model__center .detail-model__block1 {
    float: left;
    width: 35%;
    overflow: hidden
}

@media screen and (max-width: 979px) {
    .detail-model .detail-model__center .detail-model__block1 {
        width: 100%
    }
}

.detail-model .detail-model__center .detail-model__block1 .detail-model__col1 {
    float: left;
    width: 32%
}

.detail-model .detail-model__center .detail-model__block1 .detail-model__col2 {
    float: left;
    width: 68%
}

.detail-model .detail-model__center .detail-model__block1 .detail-model__col3 {
    float: left;
    width: 68%
}

.detail-model .detail-model__center .detail-model__block1 .detail-model__col4 {
    float: left;
    width: 32%
}

.detail-model .detail-model__center .detail-model__block2 {
    float: left;
    width: 65%
}

@media screen and (max-width: 979px) {
    .detail-model .detail-model__center .detail-model__block2 {
        width: 100%
    }
}

@media screen and (max-width: 979px) {
    .detail-model .detail-model__center .detail-model__block1 {
        display: none
    }

    .detail-model .detail-model__center .detail-model__block2 {
        display: none
    }

    .detail-model .detail-model__center .detail-model__tablet {
        display: block !important
    }
}

.detail-model .detail-model__center .detail-model__tablet {
    display: none
}

.detail-model .detail-model__center .detail-model__tablet__Left {
    width: 50%;
    padding-right: 1px;
    float: left;
    overflow: hidden
}

.detail-model .detail-model__center .detail-model__tablet__Right {
    width: 50%;
    padding-left: 1px;
    float: left;
    overflow: hidden
}

.detail-model .detail-model__center .Block {
    width: 50%;
    float: left;
    padding-right: 1px
}

.detail-model .detail-model__right {
    width: 12%;
    float: left
}

@media screen and (max-width: 1600px) {
    .detail-model .detail-model__right {
        display: none
    }
}

.footer {
    width: 100%;
    padding-bottom: 1.875rem
}

.footer ul {
    width: 100%;
    text-align: center
}

.footer ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.footer ul li a {
    color: #646363
}

.footer .footer__mm {
    width: 100%;
    text-align: center;
    margin-top: 2.125rem
}

.footer .footer__mm img {
    display: inline
}

.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: #fff
}

.gallery .gallery__photo {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff
}

.gallery .gallery__slide {
    width: 100%;
    position: relative
}

.gallery .gallery__slide img {
    width: 100%
}

.gallery .gallery__slide .zoom {
    width: 50px;
    position: absolute;
    top: 18px;
    right: 0
}

.gallery .slick-prev {
    z-index: 100;
    width: 50px;
    height: 54px;
    border: 0;
    text-indent: -9999px;
    background-color: transparent;
    text-decoration: none;
    position: absolute;
    bottom: 1.125rem;
    left: 0;
    background-image: url(../../img/slide_prev.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .gallery .slick-prev {
        left: -2px
    }
}

.gallery .slick-next {
    z-index: 100;
    width: 50px;
    height: 54px;
    border: 0;
    text-indent: -9999px;
    background-color: transparent;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 1.125rem;
    background-image: url(../../img/slide_next.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .gallery .slick-next {
        right: -2px
    }
}

.gallery .gallery__thumb {
    width: 100%;
    background-color: #fff;
    position: relative;
    cursor: pointer
}

.gallery .gallery__thumb .slick-prev {
    z-index: 100;
    width: 50px;
    height: 100%;
    text-indent: -9999px;
    background-color: #fff;
    text-decoration: none;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../../img/slide_prev2.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .gallery .gallery__thumb .slick-prev {
        left: -1px
    }
}

.gallery .gallery__thumb .slick-next {
    z-index: 100;
    width: 50px;
    height: 100%;
    text-indent: -9999px;
    background-color: #fff;
    text-decoration: none;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../img/slide_next2.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .gallery .gallery__thumb .slick-next {
        right: -2px
    }
}

.gallery .thumb__slide {
    margin-right: 1px;
    margin-left: 1px
}

.gallery .thumb__slide img {
    width: 100%
}

@media screen and (max-width: 479px) {
    .gallery .thumb__slide img {
        max-width: 100%
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 980px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.header {
    width: 100%;
    height: 58px;
    position: fixed;
    z-index: 101;
    background: #FFFFFF;
}

.header.header--sub {
    height: 69px;
    background-image: url(../../img/header-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x
}

.header .header__logo {
    position: absolute;
    top: 15px;
    left: 5rem
}

.header .header__logo img {
    width: 150px
}

@media screen and (max-width: 767px) {
    .header .header__logo {
        top: 14px;
        left: 10px
    }

    .header .header__logo img {
        width: 150px
    }
}

.header .header__logo.header__logo--sub {
    position: static;
    top: 0;
    left: 0;
    float: left;
    margin-top: 15px;
    margin-left: 20px
}

.header .header__menu-toggle {
    display: block;
    width: 132px;
    height: 58px;
    position: relative;
    z-index: 1;
    background-image: url(../../img/menu-bg.png);
    background-position: left center;
    background-repeat: no-repeat
}

.header .header__menu-toggle.active {
    background-image: url(../../img/menu-bg2.png);
    background-position: left center;
    background-repeat: no-repeat
}

.impression {
    width: 100%;
    margin-bottom: 10.625rem;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 979px) {
    .impression {
        margin-bottom: 4.375rem
    }
}

@media screen and (max-width: 767px) {
    .impression {
        margin-bottom: 7.5rem
    }
}

.impression .impression__photo {
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 5px);
    margin-right: 5px;
    margin-bottom: 4px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo {
        width: calc(100% - 2px);
        margin-right: 2px;
        margin-bottom: 2px
    }
}

.impression .impression__photo.impression--photo1 {
    height: 640px
}

.impression .impression__photo.impression--photo2 {
    height: 426px
}

@media screen and (max-width: 979px) {
    .impression .impression__photo.impression--photo2 {
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px
    }
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo2 {
        height: 211px
    }
}

.impression .impression__photo.impression--photo3 {
    height: 211px
}

@media screen and (max-width: 979px) {
    .impression .impression__photo.impression--photo3 {
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px
    }
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo3 {
        height: 108px
    }
}

.impression .impression__photo.impression--photo4 {
    height: 104px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo4 {
        height: 53px;
        width: calc(100% - 2px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 0
    }
}

.impression .impression__photo.impression--photo5 {
    height: 103px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo5 {
        height: 53px
    }
}

.impression .impression__photo.impression--photo6 {
    height: 211px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo6 {
        height: 109px;
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px
    }
}

.impression .impression__photo.impression--photo7 {
    height: 426px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo7 {
        height: 210px;
        width: calc(100% - 4px);
        margin-right: 2px;
        margin-bottom: 4px;
        margin-left: 2px
    }
}

.impression .impression__photo.impression--photo8 {
    height: 426px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo8 {
        height: 211px
    }
}

.impression .impression__photo.impression--photo9 {
    height: 211px
}

@media screen and (max-width: 767px) {
    .impression .impression__photo.impression--photo9 {
        height: 108px
    }
}

.impression .impression__photo.impression--photo10 {
    height: 640px
}

.impression .impression__left {
    float: left;
    width: 24.5%
}

@media screen and (max-width: 979px) {
    .impression .impression__left {
        display: none
    }
}

.impression .impression__center {
    float: left;
    width: 51%;
    overflow: hidden
}

@media screen and (max-width: 979px) {
    .impression .impression__center {
        width: 100%
    }
}

.impression .impression__center .impression__col {
    float: left;
    width: 50%;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .impression .impression__center .impression__col {
        width: 100%
    }
}

.impression .impression__center .impression__col .impression__block {
    float: left;
    width: 50%
}

.impression .impression__right {
    float: left;
    width: 24.5%
}

@media screen and (max-width: 979px) {
    .impression .impression__right {
        display: none
    }
}

.impression .impression__right .impression__photo {
    margin-right: 0;
    width: 100%
}

.impression .impression__style {
    width: 8.4375rem;
    height: 8.4375rem;
    margin-left: -67px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    font-family: adamina-regular-webfont;
    text-align: center;
    padding-top: 20px;
    padding-left: 15px;
    line-height: 1.75rem;
    position: absolute;
    top: 362px;
    left: 50%;
    font-size: 1.375rem
}

.impression .impression__style img {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .impression .impression__style {
        top: 178px;
        left: auto;
        right: 20px;
        margin-left: 0
    }
}

.information {
    width: 100%;
    background-color: #dedede;
    margin-bottom: 4.375rem;
    text-align: center;
    padding-top: 2.625rem;
    padding-bottom: 7.5rem
}

@media screen and (max-width: 767px) {
    .information {
        padding-bottom: 3.125rem;
        margin-bottom: 1.875rem
    }
}

.information h4 {
    margin-bottom: 1.875rem;
    font-size: 2.25rem
}

@media screen and (max-width: 767px) {
    .information h4 {
        font-size: 1.75rem
    }
}

.information .information__photo {
    width: 100%;
    text-align: center;
    position: relative;
    padding-right: 9.375rem;
    padding-left: 9.375rem
}

@media screen and (max-width: 1281px) {
    .information .information__photo {
        padding-right: 3.125rem;
        padding-left: 3.125rem
    }
}

@media screen and (max-width: 767px) {
    .information .information__photo {
        padding-right: 0;
        padding-left: 0
    }
}

.information .information__photo .normal {
    display: inline;
    max-width: 100%
}

.information .information__catalog {
    background-color: #1d1d1b;
    width: 20.375rem;
    text-align: left;
    position: absolute;
    right: 12.5rem;
    bottom: -1.875rem;
    padding: 1.125rem 1.25rem 1.75rem
}

@media screen and (max-width: 979px) {
    .information .information__catalog {
        right: 3.125rem
    }
}

@media screen and (max-width: 767px) {
    .information .information__catalog {
        right: 1.25rem;
        width: 17.5rem;
        padding: .75rem
    }
}

.information .information__catalog h5 {
    color: #fff;
    padding-bottom: 1.125rem;
    font-size: 1.75rem
}

@media screen and (max-width: 767px) {
    .information .information__catalog h5 {
        padding-bottom: .625rem;
        font-size: 1.25rem
    }
}

.information .information__catalog h5 img {
    display: inline;
    vertical-align: middle;
    margin-left: 12px
}

.information .information__catalog .information__head {
    color: #fff;
    line-height: 2.375rem;
    font-size: 1.5rem
}

@media screen and (max-width: 767px) {
    .information .information__catalog .information__head {
        line-height: 1.875rem;
        font-size: 1.25rem
    }
}

.information .information__catalog address {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.125rem
}

.information .information__catalog address a {
    color: #fff
}

.information .information__catalog address img {
    display: inline;
    vertical-align: middle;
    margin-right: 12px
}

@media screen and (max-width: 479px) {
    .information .information__catalog address img {
        width: 15px;
        margin-right: 7px
    }
}

.like {
    width: 100%;
    padding-bottom: 9.375rem
}

@media screen and (max-width: 979px) {
    .like {
        padding-bottom: 4.375rem
    }
}

@media screen and (max-width: 767px) {
    .like {
        padding-bottom: 1.875rem
    }
}

.like .like__photo {
    width: 36%;
    text-align: center;
    float: left;
    padding-left: 5rem
}

@media screen and (max-width: 979px) {
    .like .like__photo {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (max-width: 767px) {
    .like .like__photo {
        width: 100%;
        padding-bottom: 1.5625rem
    }
}

.like .like__text {
    width: 64%;
    float: left;
    padding-right: 5rem
}

@media screen and (max-width: 979px) {
    .like .like__text {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (max-width: 767px) {
    .like .like__text {
        width: 100%
    }
}

.like .like__text h2 {
    margin-bottom: 1.625rem
}

@media screen and (max-width: 479px) {
    .like .like__text p {
        line-height: 24px;
        font-size: 1.25rem
    }
}

.like img {
    display: inline;
    max-width: 100%
}

.main-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 5rem
}

@media screen and (max-width: 767px) {
    .main-menu {
        right: 1.25rem
    }
}

@media screen and (max-width: 479px) {
    .main-menu {
        right: 0
    }
}

.main-menu .main-menu__dropdown {
    display: none;
    width: 280px;
    background-color: #000;
    position: relative;
    z-index: 0;
    padding: 20px 60px 20px 15px;
    position: absolute;
    top: 38px;
    right: 0
}

.main-menu .main-menu__dropdown ul {
    width: 100%
}

.main-menu .main-menu__dropdown ul ul {
    padding-left: 28px;
    display: none;
    padding-top: 10px
}

.main-menu .main-menu__dropdown ul li {
    display: block;
    line-height: 1.5625rem;
    padding-bottom: 15px;
    font-size: 1.3125rem
}

.main-menu .main-menu__dropdown ul li a {
    color: #fff;
    display: block;
    padding-left: 28px;
    background-image: url(../../img/menu-icon1.png);
    background-position: left .5rem;
    background-repeat: no-repeat
}

.main-menu .main-menu__dropdown ul li a.down-arrow {
    background-image: url(../../img/menu-icon3.png);
    background-position: left 8px;
    background-repeat: no-repeat
}

.main-menu .main-menu__dropdown ul li a.down-arrow.active {
    background-image: url(../../img/menu-icon2.png);
    background-position: left 8px;
    background-repeat: no-repeat
}

.main-menu .main-menu__dropdown ul li li {
    line-height: 1.625rem;
    padding-bottom: 0
}

.main-menu .main-menu__dropdown ul li li a {
    background-position: left .4375rem
}

.main-menu .main-menu__dropdown .main-menu__lang {
    overflow: hidden;
    padding-top: 18px
}

.main-menu .main-menu__dropdown .main-menu__lang img {
    float: left;
    margin-right: 10px
}

.maintained {
    width: 100%;
    position: relative;
    padding: 1.875rem 10rem 8.125rem
}

@media screen and (max-width: 1281px) {
    .maintained {
        padding: 1.875rem 1.875rem 3.125rem
    }
}

.maintained h2 {
    list-style: 3.375rem;
    margin-bottom: 1.25rem;
    min-height: 110px;
    font-size: 2.25rem
}

@media screen and (max-width: 1281px) {
    .maintained h2 {
        font-size: 1.875rem
    }
}

@media screen and (max-width: 979px) {
    .maintained h2 {
        min-height: inherit
    }
}

.maintained .maintained__left {
    width: 50%;
    float: left
}

@media screen and (max-width: 979px) {
    .maintained .maintained__left {
        width: 100%;
        padding-bottom: 30px
    }
}

.maintained .maintained__left .maintained__specifications {
    padding-left: 3.25rem;
    position: relative
}

@media screen and (max-width: 479px) {
    .maintained .maintained__left .maintained__specifications {
        padding-left: 35px
    }
}

.maintained .maintained__left .maintained__specifications img {
    position: absolute;
    top: -.75rem;
    left: -1.125rem
}

@media screen and (max-width: 479px) {
    .maintained .maintained__left .maintained__specifications img {
        width: 35px
    }
}

.maintained .maintained__left .maintained__specifications ul {
    margin: 0;
    margin-bottom: 2.5rem
}

.maintained .maintained__left .maintained__specifications ul li {
    list-style-type: none;
    overflow: hidden;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

.maintained .maintained__left .maintained__specifications ul li .col1 {
    float: left
}

.maintained .maintained__left .maintained__specifications ul li .col2 {
    margin-left: 150px
}

@media screen and (max-width: 479px) {
    .maintained .maintained__left .maintained__specifications ul li .col2 {
        margin-left: 90px
    }
}

.maintained .maintained__right {
    width: 50%;
    float: left;
    padding-bottom: 4.375rem
}

@media screen and (max-width: 979px) {
    .maintained .maintained__right {
        width: 100%
    }
}

.maintained .information__catalog {
    background-color: #1d1d1b;
    width: 20.375rem;
    text-align: left;
    position: absolute;
    right: 12.5rem;
    bottom: -3.75rem;
    padding: 1.125rem 1.25rem 1.75rem
}

@media screen and (max-width: 1281px) {
    .maintained .information__catalog {
        right: 3.125rem;
        bottom: -1.875rem
    }
}

@media screen and (max-width: 767px) {
    .maintained .information__catalog {
        right: 1.25rem;
        width: 17.5rem;
        padding: .75rem
    }
}

.maintained .information__catalog .information__head {
    color: #fff;
    line-height: 2.375rem;
    font-size: 1.5rem
}

@media screen and (max-width: 767px) {
    .maintained .information__catalog .information__head {
        line-height: 1.875rem;
        font-size: 1.25rem
    }
}

.maintained .information__catalog address {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.125rem
}

.maintained .information__catalog address a {
    color: #fff
}

.maintained .information__catalog address img {
    display: inline;
    vertical-align: middle;
    margin-right: 12px
}

@media screen and (max-width: 479px) {
    .maintained .information__catalog address img {
        width: 15px;
        margin-right: 7px
    }
}

.models {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem
}

.models::after {
    clear: both;
    content: "";
    display: block
}

.models h1 {
    margin-bottom: 3.125rem;
    text-align: center;
    font-size: 2.25rem;
}

.models .model__box {
    display: flex;
    flex-wrap: wrap;
}

.models .models__holder {
    margin-bottom: 8rem;
    overflow: hidden;
    flex: 0 1 45%;
    border: 1px solid silver;
    padding: 20px;
}

@media screen and (max-width: 979px) {
    .models .models__holder {
        flex: 0 1 100%;
    }
}

.models .models__holder:nth-child(odd) {
    margin-right: 2.5%;
}

.models .models__holder:nth-child(even) {
    margin-left: 2.5%;
}

@media screen and (max-width: 979px) {
    .models .models__holder {
        margin-bottom: 4.375rem;
    }
}

.models .models__left {
    float: left;
    width: 66%
}

@media screen and (max-width: 979px) {
    .models .models__left {
        width: 100%;
        float: none
    }
}

.models .models__right {
    float: left;
    width: 34%;
    overflow: hidden
}

@media screen and (max-width: 979px) {
    .models .models__right {
        width: 100%;
        float: none
    }
}

.models .models__block {
    float: left;
    width: 50%;
    overflow: hidden
}

.models .models__col {
    float: left;
    width: 50%
}

@media screen and (max-width: 479px) {
    .models .models__col {
        width: 100%
    }
}

.models .models__text {
    height: 135px;
    width: 100%;
    text-align: center;
    padding-top: 1.125rem
}

@media screen and (max-width: 767px) {
    .models .models__text {
        height: 112px
    }
}

.models .models__text img {
    display: inline
}

.models .models__text .models__head {
    display: inline-block;
    color: #1d1d1b;
    font-family: adamina-regular-webfont;
    margin-bottom: .625rem;
    font-size: 1.75rem
}

@media screen and (max-width: 1281px) {
    .models .models__text .models__head {
        font-size: 1.375rem
    }
}

.models .models__text .models__icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.models .models__photo {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%
    max-width: 100%
}

.models .models__photo.models--photo1 {
    /*height: 535px;*/
    /*height: 340px;*/
    width: 100%;
    margin-bottom: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo1 {
        margin-bottom: 2px;
        /*height: 250px*/
    }
}
.models .models__photo.models--photo1 img{
    width: 100%;
}

.models .models__photo.models--photo2 {
    height: 158px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo2 {
        width: 100%;
        margin-bottom: 2px;
        margin-left: 0;
        height: 108px
    }
}

.models .models__photo.models--photo3 {
    height: 158px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo3 {
        height: 108px
    }
}

.models .models__photo.models--photo4 {
    height: 159px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo4 {
        width: 100%;
        height: 109px;
        margin-bottom: 2px;
        margin-left: 0
    }
}

.models .models__photo.models--photo5 {
    height: 79px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo5 {
        width: 100%;
        height: 59px;
        margin-bottom: 2px;
        margin-left: 0
    }
}

.models .models__photo.models--photo6 {
    height: 79px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo6 {
        height: 59px
    }
}

@media screen and (max-width: 479px) {
    .models .models__photo.models--photo6 {
        width: 100%;
        margin-bottom: 2px;
        margin-left: 0
    }
}

.models .models__photo.models--photo7 {
    height: 79px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo7 {
        height: 59px
    }
}

.models .models__photo.models--photo8 {
    height: 79px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo8 {
        height: 59px
    }
}

.models .models__photo.models--photo9 {
    height: 159px;
    width: calc(100% - 2px);
    margin-bottom: 2px;
    margin-left: 2px
}

@media screen and (max-width: 767px) {
    .models .models__photo.models--photo9 {
        height: 109px
    }
}

.np {
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px
}

.np ul {
    float: right;
    overflow: hidden
}

.np ul li {
    float: left;
    margin-left: 10px;
    font-size: 1rem
}

@media screen and (max-width: 479px) {
    .np ul li {
        margin-left: 3px;
        font-size: 1.0625rem
    }
}

.np ul li a {
    color: #646363
}

.powerboat {
    width: 100%;
    overflow: hidden;
    padding: 3.125rem 10rem 4.375rem
}

@media screen and (max-width: 1281px) {
    .powerboat {
        padding: 3.125rem 1.25rem
    }
}

@media screen and (max-width: 479px) {
    .powerboat {
        padding-top: 1.25rem
    }
}

.powerboat h2 {
    margin-bottom: .9375rem
}

@media screen and (max-width: 767px) {
    .powerboat h2 {
        font-size: 1.75rem
    }
}

.powerboat .powerboat__more {
    float: right;
    margin-top: -.3125rem;
    color: #646363;
    line-height: 2rem;
    padding: .1875rem 2.375rem .1875rem 1.25rem;
    border-width: 1px;
    border-style: solid;
    border-color: #646363;
    font-size: 1.5rem;
    background-image: url(../../img/arrow3.png);
    background-position: right 14px center;
    background-repeat: no-repeat
}

.product {
    width: 100%;
    background-size: cover;
    padding: 2rem 17.1875rem 2.5rem;
    background-image: url(../../img/product-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1281px) {
    .product {
        padding: 1.875rem 9.375rem
    }
}

@media screen and (max-width: 767px) {
    .product {
        padding: 1.875rem 3.125rem
    }
}

@media screen and (max-width: 479px) {
    .product {
        padding: 1.875rem 1.25rem
    }
}

.product h1 {
    text-align: center;
    color: #fff;
    padding-bottom: 1.25rem;
    font-size: 2rem
}

.product .product__slider {
    width: 100%
}

.purchase {
    width: 100%;
    overflow: hidden;
    padding-bottom: 13.75rem
}

@media screen and (max-width: 979px) {
    .purchase {
        padding-bottom: 4.375rem
    }
}

.purchase h1 {
    text-align: center;
    margin-bottom: 1.75rem
}

@media screen and (max-width: 767px) {
    .purchase h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem
    }
}

.purchase .purchase__head {
    display: block;
    text-align: center;
    margin-bottom: 7.5rem;
    font-size: 1.5rem
}

@media screen and (max-width: 767px) {
    .purchase .purchase__head {
        margin-bottom: 2rem
    }
}

.purchase .purchase__photo {
    float: left;
    width: 50%;
    text-align: center;
    padding-right: 3.5rem;
    padding-left: 1.125rem
}

@media screen and (max-width: 767px) {
    .purchase .purchase__photo {
        width: 100%;
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.purchase .purchase__photo img {
    display: inline;
    max-width: 100%
}

.purchase .purchase__text {
    float: left;
    width: 50%;
    padding-top: 2.875rem
}

@media screen and (max-width: 767px) {
    .purchase .purchase__text {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .purchase p {
        font-size: 1.25rem
    }
}

.specifications {
    padding: 5rem 17.5rem 8.75rem
}

@media screen and (max-width: 1281px) {
    .specifications {
        padding: 3.125rem 1.25rem
    }
}

.specifications h3 {
    text-align: center;
    padding-bottom: 2.625rem;
    font-size: 2.25rem
}

@media screen and (max-width: 767px) {
    .specifications h3 {
        padding-bottom: 1.25rem;
        font-size: 1.75rem
    }
}

.specifications .specifications__left {
    float: left;
    width: 60%;
    padding-right: 3.75rem;
    padding-left: 4.375rem;
    overflow: hidden
}

@media screen and (max-width: 1281px) {
    .specifications .specifications__left {
        width: 50%
    }
}

@media screen and (max-width: 979px) {
    .specifications .specifications__left {
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    .specifications .specifications__left {
        width: 100%;
        padding-left: 60px
    }
}

@media screen and (max-width: 479px) {
    .specifications .specifications__left {
        padding-left: 50px
    }
}

.specifications .specifications__right {
    float: left;
    width: 40%;
    padding-left: 4.375rem;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .specifications .specifications__right {
        width: 100%;
        padding-left: 60px
    }
}

@media screen and (max-width: 479px) {
    .specifications .specifications__right {
        padding-left: 50px
    }
}

.specifications .specifications__right span {
    width: 8.625rem
}

@media screen and (max-width: 767px) {
    .specifications .specifications__right span {
        width: 14.125rem
    }
}

.specifications .specifications__bottom {
    padding-top: 3.75rem;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 479px) {
    .specifications .specifications__bottom {
        padding-top: 1.5625rem
    }
}

.specifications .specifications__bottom .button {
    display: inline-block
}

.specifications ul {
    list-style: none;
    margin: 0;
    padding-top: .75rem;
    padding-bottom: 2.125rem
}

@media screen and (max-width: 767px) {
    .specifications ul {
        padding-bottom: 1.25rem
    }
}

.specifications ul li {
    list-style-type: none;
    line-height: 2.125rem;
    position: relative
}

.specifications ul li span {
    float: left;
    width: 14.125rem
}

.specifications img {
    position: absolute;
    top: -.3125rem;
    left: -3.75rem
}

@media screen and (max-width: 767px) {
    .specifications img {
        left: -4.0625rem
    }
}

@media screen and (max-width: 479px) {
    .specifications img {
        width: 40px
    }
}

.spotlight {
    width: 100%;
    margin-top: -16.0625rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 100;
    padding-top: 30px;
    padding-bottom: 6.875rem
}

@media screen and (max-width: 979px) {
    .spotlight {
        padding-bottom: 1.875rem;
        margin-top: -8.75rem
    }
}

@media screen and (max-width: 767px) {
    .spotlight {
        margin-top: 0;
        padding-bottom: .9375rem
    }
}

.spotlight .spotlight__holder {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.spotlight .spotlight__holder .spotlight__holder__block {
    margin-bottom: 40px;
    display: inline-block;
    width: 33.33%;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media screen and (max-width: 767px) {
    .spotlight .spotlight__holder .spotlight__holder__block {
        width: 50%;
        margin-bottom: 24px
    }

    .spotlight .spotlight__holder .spotlight__holder__block.last {
        margin: 0 auto 24px auto
    }
}

@media screen and (max-width: 479px) {
    .spotlight .spotlight__holder .spotlight__holder__block {
        width: 100%
    }
}

.spotlight .spotlight__inner {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border-width: 1px;
    border-style: solid;
    border-color: #b3b3b3;
    padding: 1.75rem 2.375rem 2.25rem
}

@media screen and (max-width: 979px) {
    .spotlight .spotlight__inner {
        padding: 1.25rem 1.25rem 1.375rem
    }
}

.spotlight .spotlight__head {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    color: #1d1d1b;
    line-height: 1.625rem;
    font-family: adamina-regular-webfont;
    font-size: 1.5rem
}

@media screen and (max-width: 979px) {
    .spotlight .spotlight__head {
        font-size: 1.125rem
    }
}

@media screen and (max-width: 767px) {
    .spotlight .spotlight__head {
        font-size: 1.125rem
    }
}

@media screen and (max-width: 479px) {
    .spotlight .spotlight__head {
        font-size: 1.5rem
    }
}

.spotlight .spotlight__photo {
    width: 100%;
    position: relative;
    margin-bottom: 7px
}

.spotlight .spotlight__normal {
    width: 100%
}

.spotlight .spotlight__normal img {
    width: 100%
}

.spotlight .spotlight__middle {
    width: 100%;
    text-align: center;
    z-index: 100;
    position: absolute;
    bottom: -46px;
    left: 0
}

.spotlight .spotlight__middle img {
    display: inline
}

.spotlight .spotlight__thumbs ul {
    margin-right: -10px;
    overflow: hidden;
    display: block
}

.spotlight .spotlight__thumbs ul li {
    float: left;
    padding-right: 10px;
    width: 50%
}

.spotlight .spotlight__thumbs ul li a {
    width: 100%;
    display: block
}

.spotlight .spotlight__thumbs ul li a img {
    width: 100%
}

.used__home {
    width: 100%;
}

.used__home h2 {
    text-align: center;
    font-family: adamina-regular-webfont;
    font-weight: normal;
    line-height: 1.4;
    color: #1d1d1b;
    margin: 0 0 10px;
    font-size: 2.25rem;
}

.used__home a.more {
    float: right;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-family: muli-regular-webfont, sans-serif;
    font-weight: normal;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    border: 0;
    border-radius: 0px;
    background: #7e5335;
    background-color: rgb(126, 83, 53);
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: url(/img/arrow1.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-right: 40px;
    padding: 6px 36px 7px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.125rem;
}

.used {
    width: 100%;
    padding-top: 3rem;
    margin-bottom: 1.25rem
}

.used__home .used {
    padding-top: 0;
    margin-bottom: 12em;
}

@media screen and (max-width: 479px) {
    .used {
        padding-top: 1.25rem
    }
}

.used h2 {
    margin-bottom: 3.125rem;
    text-align: center
}

.used .used__holder {
    overflow: hidden
}

.used .used__holder .used__holder__block {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2.5rem;
    float: left;
    display: block;
    margin-right: 3.1684362651%;
    width: 31.2210424899%
}

.used .used__holder .used__holder__block:last-child {
    margin-right: 0
}

.used .used__holder .used__holder__block:nth-child(3n) {
    margin-right: 0
}

.used .used__holder .used__holder__block:nth-child(3n+1) {
    clear: left
}

@media screen and (max-width: 979px) {
    .used .used__holder .used__holder__block {
        float: left;
        display: block;
        margin-right: 7.4229717578%;
        width: 46.2885141211%
    }

    .used .used__holder .used__holder__block:last-child {
        margin-right: 0
    }

    .used .used__holder .used__holder__block:nth-child(3n) {
        margin-right: 7.4229717578%
    }

    .used .used__holder .used__holder__block:nth-child(3n+1) {
        clear: none
    }

    .used .used__holder .used__holder__block:nth-child(2n) {
        margin-right: 0
    }

    .used .used__holder .used__holder__block:nth-child(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 767px) {
    .used .used__holder .used__holder__block {
        float: left;
        display: block;
        margin-right: 10.1483999649%;
        width: 100%
    }

    .used .used__holder .used__holder__block:last-child {
        margin-right: 0
    }

    .used .used__holder .used__holder__block:nth-child(2n) {
        margin-right: 10.1483999649%
    }

    .used .used__holder .used__holder__block:nth-child(2n+1) {
        clear: none
    }

    .used .used__holder .used__holder__block:nth-child(1n) {
        margin-right: 0
    }

    .used .used__holder .used__holder__block:nth-child(1n+1) {
        clear: left
    }
}

.used .used__photo {
    width: 100%;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #f2f2f2
}

.used .used__photo .used__normal {
    width: 100%
}

.used .used__head {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 100;
    padding: .1875rem .5rem;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3125rem
}

@media screen and (max-width: 1281px) {
    .used .used__head {
        font-size: 1.125rem
    }
}

.used .used__icon {
    width: 100%;
    text-align: center;
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 0
}

.used .used__icon img {
    display: inline;
    margin-right: -15px
}

@media screen and (max-width: 1439px) {
    .used .used__icon img {
        margin-right: -60px
    }
}

@media screen and (max-width: 1281px) {
    .used .used__icon img {
        margin-right: -120px
    }
}

@media screen and (max-width: 979px) {
    .used .used__icon img {
        margin-right: -80px
    }
}

@media screen and (max-width: 767px) {
    .used .used__icon img {
        margin-right: 0px
    }
}

@media screen and (max-width: 479px) {
    .used .used__icon img {
        margin-right: -30px
    }
}

.used .used__text {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 1rem;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1281px) {
    .used .used__text {
        font-size: .875rem
    }
}

.used .used__text .used__left {
    float: left
}

.used .used__text .used__right {
    float: right
}

.used .used__sticker {
    max-width: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 1281px) {
    .used .used__sticker {
        width: 100px
    }
}

@media screen and (max-width: 979px) {
    .used .used__sticker {
        width: 120px
    }
}

@media screen and (max-width: 767px) {
    .used .used__sticker {
        width: 134px
    }
}

@media screen and (max-width: 479px) {
    .used .used__sticker {
        width: 124px
    }
}

.yachts {
    width: 100%;
    background-color: #dedede;
    margin-bottom: 5rem;
    padding: 3.75rem 10rem 5rem
}

@media screen and (max-width: 1281px) {
    .yachts {
        padding: 2.5rem 5rem
    }
}

@media screen and (max-width: 767px) {
    .yachts {
        margin-bottom: 1.875rem
    }
}

@media screen and (max-width: 479px) {
    .yachts {
        padding: 1.875rem 1.25rem
    }
}

.yachts h3 {
    margin-bottom: 2.25rem;
    margin-left: 1.25rem;
    font-size: 2.25rem
}

@media screen and (max-width: 979px) {
    .yachts h3 {
        font-size: 1.875rem
    }
}

.yachts .yachts__slider {
    width: 100%;
    position: relative
}

.yachts .slick-prev {
    z-index: 100;
    width: 50px;
    border: 0;
    height: 54px;
    display: block;
    margin-top: -27px;
    text-indent: -9999px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: -80px;
    background-image: url(../../img/slide_prev.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .yachts .slick-prev {
        left: -60px
    }
}

@media screen and (max-width: 479px) {
    .yachts .slick-prev {
        left: 0px
    }
}

.yachts .slick-next {
    z-index: 100;
    display: block;
    width: 50px;
    height: 54px;
    border: 0;
    margin-top: -27px;
    text-indent: -9999px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: -80px;
    background-image: url(../../img/slide_next.png);
    background-position: left center;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .yachts .slick-next {
        right: -60px
    }
}

@media screen and (max-width: 479px) {
    .yachts .slick-next {
        right: 0px
    }
}

.yachts .yachts__block {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 20px
}

.yachts .used__photo {
    width: 100%;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #f2f2f2
}

.yachts .used__photo .used__normal {
    width: 100%
}

.yachts .used__head {
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 100;
    padding: .1875rem .5rem;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3125rem
}

@media screen and (max-width: 1281px) {
    .yachts .used__head {
        font-size: 1.125rem
    }
}

.yachts .used__icon {
    width: 100%;
    text-align: center;
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 0
}

.yachts .used__icon img {
    display: inline;
    margin-right: -15px
}

@media screen and (max-width: 1439px) {
    .yachts .used__icon img {
        margin-right: -60px
    }
}

@media screen and (max-width: 1281px) {
    .yachts .used__icon img {
        margin-right: -120px
    }
}

@media screen and (max-width: 979px) {
    .yachts .used__icon img {
        margin-right: -80px
    }
}

@media screen and (max-width: 767px) {
    .yachts .used__icon img {
        margin-right: -40px
    }
}

@media screen and (max-width: 479px) {
    .yachts .used__icon img {
        margin-right: -30px
    }
}

.yachts .used__text {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    font-size: 1rem;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1281px) {
    .yachts .used__text {
        font-size: .875rem
    }
}

.yachts .used__text .used__left {
    float: left
}

.yachts .used__text .used__right {
    float: right
}

.yachts .used__sticker {
    max-width: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 1281px) {
    .yachts .used__sticker {
        width: 100px
    }
}

@media screen and (max-width: 979px) {
    .yachts .used__sticker {
        width: 120px
    }
}

@media screen and (max-width: 767px) {
    .yachts .used__sticker {
        width: 134px
    }
}

@media screen and (max-width: 479px) {
    .yachts .used__sticker {
        width: 124px
    }
}

@font-face {
    font-family: "adamina-regular-webfont";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/adamina-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/adamina-regular-webfont.woff2") format("woff2"), url("../fonts/adamina-regular-webfont.woff") format("woff"), url("../fonts/adamina-regular-webfont.ttf") format("truetype"), url("../fonts/adamina-regular-webfont.svg#adamina-regular-webfont") format("svg")
}

@font-face {
    font-family: "muli-regular-webfont";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/muli-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-regular-webfont.woff2") format("woff2"), url("../fonts/muli-regular-webfont.woff") format("woff"), url("../fonts/muli-regular-webfont.ttf") format("truetype"), url("../fonts/muli-regular-webfont.svg#muli-regular-webfont") format("svg")
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto
}

.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:before, .mm-clear:after, .mm-close:before, .mm-close:after {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-prev:before, .mm-next:after {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar > * {
    display: block;
    padding: 10px 0
}

.mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a, .mm-listview a:hover {
    text-decoration: none
}

.mm-listview > li {
    position: relative
}

.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
    border-color: inherit
}

.mm-listview > li > a, .mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listview > li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset > li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer > .mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5)
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5)
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}