/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: normal;
}


figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em;
    opacity: .6;
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.ml-auto {
    margin-left: auto;
}

.t-left {
    text-align: left;
}

.fade_of {

    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all .4s;
}


.fade_in {

    opacity: 1;
    visibility: inherit;
}


.fade_in_half {

    opacity: .5;
    visibility: inherit;
}


.d-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

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

.relative {
    position: relative;
    z-index: 1;
}

.iziModal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-transition: margin-top .3s ease, height .3s ease;
    transition: margin-top .3s ease, height .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.iziModal * {
    -webkit-font-smoothing: antialiased
}

.iziModal::after {
    content: '';
    width: 100%;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .35)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .35)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
    -webkit-transition: height .3s ease-in-out, opacity .3s ease-in-out;
    transition: height .3s ease-in-out, opacity .3s ease-in-out;
    pointer-events: none
}

.iziModal.hasShadow::after {
    height: 30px;
    opacity: 1
}

.iziModal .iziModal-progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.iziModal .iziModal-progressbar > div {
    height: 2px;
    width: 100%
}

.iziModal .iziModal-header {
    background: #88a0b9;
    padding: 14px 18px 15px 18px;
    -webkit-box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
    box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.iziModal .iziModal-header-icon {
    font-size: 40px;
    color: rgba(255, 255, 255, .5);
    padding: 0 15px 0 0;
    margin: 0;
    float: left
}

.iziModal .iziModal-header-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.iziModal .iziModal-header-subtitle {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    line-height: 1.45
}

.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Lato, Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.iziModal .iziModal-header-buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -17px 0 0 0
}

.iziModal .iziModal-button {
    display: block;
    float: right;
    z-index: 2;
    outline: 0;
    height: 34px;
    width: 34px;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: .3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.16, .81, .32, 1);
    transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.16, .81, .32, 1);
    transition: transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
    transition: transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease, -webkit-transform .5s cubic-bezier(.16, .81, .32, 1);
    background-size: 67% !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.iziModal .iziModal-button-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.iziModal .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal .iziModal-button-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.iziModal .iziModal-button:hover {
    opacity: .8
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    height: auto;
    padding: 10px 15px 12px 15px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    font-size: 23px;
    padding-right: 13px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 15px;
    margin: 3px 0 0 0;
    font-weight: 400
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    right: 6px;
    margin: -16px 0 0 0
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    height: 30px;
    width: 30px
}

.iziModal-rtl {
    direction: rtl
}

.iziModal-rtl .iziModal-header {
    padding: 14px 18px 15px 40px
}

.iziModal-rtl .iziModal-header-icon {
    float: right;
    padding: 0 0 0 15px
}

.iziModal-rtl .iziModal-header-buttons {
    right: initial;
    left: 10px
}

.iziModal-rtl .iziModal-button {
    float: left
}

.iziModal-rtl .iziModal-header-subtitle,
.iziModal-rtl .iziModal-header-title {
    text-align: right;
    font-family: Tahoma, Lato, Arial;
    font-weight: 500
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 40px
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    padding: 0 0 0 13px
}

.iziModal.iziModal-light .iziModal-header-icon {
    color: rgba(0, 0, 0, .5)
}

.iziModal.iziModal-light .iziModal-header-title {
    color: #000
}

.iziModal.iziModal-light .iziModal-header-subtitle {
    color: rgba(0, 0, 0, .6)
}

.iziModal.iziModal-light .iziModal-button-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal .iziModal-loader {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.iziModal .iziModal-content-loader {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%
}

.iziModal .iziModal-content:after,
.iziModal .iziModal-content:before {
    content: '';
    display: table
}

.iziModal .iziModal-content:after {
    clear: both
}

.iziModal .iziModal-content {
    zoom: 1;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.iziModal .iziModal-wrap {
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.iziModal .iziModal-iframe {
    border: 0;
    margin: 0 0 -6px 0;
    width: 100%;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.iziModal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.iziModal-navigate {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.iziModal-navigate-caption {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    line-height: 16px;
    font-size: 9px;
    font-family: Lato, Arial;
    letter-spacing: .1em;
    text-indent: 0;
    text-align: center;
    width: 70px;
    padding: 5px 0;
    text-transform: uppercase;
    display: none
}

.iziModal-navigate-caption::after,
.iziModal-navigate-caption::before {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    content: '';
    background-size: 100% !important
}

.iziModal-navigate-caption:before {
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal-navigate-caption:after {
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal-navigate > button {
    position: fixed;
    bottom: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 84px;
    background-size: 100% !important;
    cursor: pointer;
    padding: 0;
    opacity: .2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: all;
    margin: 0;
    outline: 0
}

.iziModal-navigate > button:hover {
    opacity: 1
}

.iziModal-navigate-prev {
    left: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.iziModal-navigate-next {
    right: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal.isAttachedTop .iziModal-header {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.iziModal.isAttachedTop {
    margin-top: 0 !important;
    margin-bottom: auto !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.iziModal.isAttachedBottom {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.iziModal.isFullscreen {
    max-width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.iziModal.isAttached {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.iziModal.hasScroll .iziModal-wrap {
    overflow-y: auto;
    overflow-x: hidden
}

html.iziModal-isOverflow {
    overflow: hidden
}

html.iziModal-isAttached body,
html.iziModal-isOverflow body {
    overflow-y: scroll;
    position: relative
}

html.iziModal-isAttached {
    overflow: hidden
}

.iziModal ::-webkit-scrollbar {
    overflow: visible;
    height: 7px;
    width: 7px
}

.iziModal ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0;
    min-height: 28px;
    padding: 100px 0 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.iziModal ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .4)
}

.iziModal ::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.iziModal ::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 2px
}

.iziModal.transitionIn .iziModal-header {
    -webkit-animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
    animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
    -webkit-animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
    animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
    -webkit-animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
    animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
    -webkit-animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
    animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
    -webkit-animation: iziM-fadeIn 1.3s;
    animation: iziM-fadeIn 1.3s
}

.iziModal.transitionIn .iziModal-header {
    -webkit-animation-delay: 0ms;
    -moz-animation: 0ms;
    animation-delay: 0ms
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
    -webkit-animation-delay: .4s;
    -moz-animation: .4s;
    animation-delay: .4s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation-delay: .5s;
    -moz-animation: .5s;
    animation-delay: .5s
}

.iziModal.transitionOut .iziModal-header,
.iziModal.transitionOut .iziModal-header * {
    -webkit-transition: none !important;
    transition: none !important
}

.iziModal .fadeOut,
.iziModal-navigate.fadeOut,
.iziModal-overlay.fadeOut,
.iziModal.fadeOut {
    -webkit-animation: iziM-fadeOut .5s;
    animation: iziM-fadeOut .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.iziModal .fadeIn,
.iziModal-navigate.fadeIn,
.iziModal-overlay.fadeIn,
.iziModal.fadeIn {
    -webkit-animation: iziM-fadeIn .5s;
    animation: iziM-fadeIn .5s
}

.iziModal-overlay.comingIn,
.iziModal.comingIn {
    -webkit-animation: iziM-comingIn .5s ease;
    animation: iziM-comingIn .5s ease
}

.iziModal-overlay.comingOut,
.iziModal.comingOut {
    -webkit-animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
    animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.iziModal-overlay.bounceInDown,
.iziModal.bounceInDown {
    -webkit-animation: iziM-bounceInDown .7s ease;
    animation: iziM-bounceInDown .7s ease
}

.iziModal-overlay.bounceOutDown,
.iziModal.bounceOutDown {
    -webkit-animation: iziM-bounceOutDown .7s ease;
    animation: iziM-bounceOutDown .7s ease
}

.iziModal-overlay.bounceInUp,
.iziModal.bounceInUp {
    -webkit-animation: iziM-bounceInUp .7s ease;
    animation: iziM-bounceInUp .7s ease
}

.iziModal-overlay.bounceOutUp,
.iziModal.bounceOutUp {
    -webkit-animation: iziM-bounceOutUp .7s ease;
    animation: iziM-bounceOutUp .7s ease
}

.iziModal-overlay.fadeInDown,
.iziModal.fadeInDown {
    -webkit-animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1);
    animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutDown,
.iziModal.fadeOutDown {
    -webkit-animation: iziM-fadeOutDown .5s ease;
    animation: iziM-fadeOutDown .5s ease
}

.iziModal-overlay.fadeInUp,
.iziModal.fadeInUp {
    -webkit-animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1);
    animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutUp,
.iziModal.fadeOutUp {
    -webkit-animation: iziM-fadeOutUp .5s ease;
    animation: iziM-fadeOutUp .5s ease
}

.iziModal-overlay.fadeInLeft,
.iziModal.fadeInLeft {
    -webkit-animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1);
    animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutLeft,
.iziModal.fadeOutLeft {
    -webkit-animation: iziM-fadeOutLeft .5s ease;
    animation: iziM-fadeOutLeft .5s ease
}

.iziModal-overlay.fadeInRight,
.iziModal.fadeInRight {
    -webkit-animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1);
    animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutRight,
.iziModal.fadeOutRight {
    -webkit-animation: iziM-fadeOutRight .5s ease;
    animation: iziM-fadeOutRight .5s ease
}

.iziModal-overlay.flipInX,
.iziModal.flipInX {
    -webkit-animation: iziM-flipInX .7s ease;
    animation: iziM-flipInX .7s ease
}

.iziModal-overlay.flipOutX,
.iziModal.flipOutX {
    -webkit-animation: iziM-flipOutX .7s ease;
    animation: iziM-flipOutX .7s ease
}

@-webkit-keyframes iziM-comingIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
        transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
        transform: scale(1) translateY(0) perspective(600px) rotateX(0)
    }
}

@keyframes iziM-comingIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
        transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
        transform: scale(1) translateY(0) perspective(600px) rotateX(0)
    }
}

@-webkit-keyframes iziM-comingOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes iziM-comingOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes iziM-fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes iziM-fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes iziM-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes iziM-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes iziM-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes iziM-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes iziM-slideDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0) translateY(-40px);
        -webkit-transform-origin: center top
    }
}

@keyframes iziM-slideDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0) translateY(-40px);
        transform: scale(1, 0) translateY(-40px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@-webkit-keyframes iziM-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, 1)
    }
}

@keyframes iziM-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, 1);
        transform: scale3d(.3, .3, 1)
    }
}

@-webkit-keyframes iziM-bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
}

@keyframes iziM-bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
}

@-webkit-keyframes iziM-bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes iziM-bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes iziM-bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes iziM-bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
}

@-webkit-keyframes iziM-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
}

@keyframes iziM-fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
}

@-webkit-keyframes iziM-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes iziM-fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@-webkit-keyframes iziM-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@keyframes iziM-fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@-webkit-keyframes iziM-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@keyframes iziM-fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@-webkit-keyframes iziM-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(60deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes iziM-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(60deg);
        transform: perspective(400px) rotateX(60deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes iziM-flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        opacity: 0
    }
}

@keyframes iziM-flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        opacity: 0
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: -webkit-calc(100% - 44px);
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-button.fancybox-button--arrow_left.disabled:after {
    display: none;
}

.fancybox-button.fancybox-button--arrow_right.disabled:after {
    display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100, 100, 100, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.gallerySubject.firstSlide .slick-slide {
    height: 300px !important;
}

.gallerySubject.firstSlide .slick-list {
    background: none;
}

.gallerySubject.secondSlide .slick-list {
    border: solid 1px #e6e6e6;
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    /*! -webkit-transform: translate3d(0, 0, 0); */
    /*! -ms-transform: translate3d(0, 0, 0); */
    /*! transform: translate3d(0, 0, 0) */
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /*! margin-left: auto; */
    /*! margin-right: auto */
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide .img {
    display: table;
    margin: auto;
    max-height: 500px;
    position: relative;
}

.slick-slide p {
    position: absolute;
    bottom: 0;
    color: white;
    background: rgba(0, 0, 0, .5);
    margin: 0;
    padding: 5px;
    font-size: 14px;
    width: 100%
}

.slick-slide img.btn3d {
    background: #f6f6f6;
    border-radius: 100%;
    box-shadow: 0 0 10px gray;
    transform: scale(.9);
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    text-align: center;
    max-height: 500px;
    position: relative;
}

.slick-initialized .slick-slide img {
    object-fit: contain;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    max-height: 500px;
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #08c
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 6px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.jq-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #777;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-file {
    width: 270px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset 1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: 0;
    background: 0 0;
    font: 14px Arial, sans-serif;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset 1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-number__spin:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset 1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #ccc
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type=search].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset 1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-select-multiple,
.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-select-multiple select,
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-select-multiple li,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

@font-face {
    font-family: Museo100;
    src: url(../fonts/MuseoSansCyrl-100.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-100.woff) format("woff"), url(../fonts/MuseoSansCyrl-100.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Museo300;
    src: url(../fonts/MuseoSansCyrl-300.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-300.woff) format("woff"), url(../fonts/MuseoSansCyrl-300.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Museo500;
    src: url(../fonts/MuseoSansCyrl-500.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-500.woff) format("woff"), url(../fonts/MuseoSansCyrl-500.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Museo700;
    src: url(../fonts/MuseoSansCyrl-700.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-700.woff) format("woff"), url(../fonts/MuseoSansCyrl-700.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Museo900;
    src: url(../fonts/MuseoSansCyrl-900.woff2) format("woff2"), url(../fonts/MuseoSansCyrl-900.woff) format("woff"), url(../fonts/MuseoSansCyrl-900.ttf) format("truetype");
    font-style: normal
}

* {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iframe {
    max-width: 100%;
}

body,
html {
    font-size: 17px;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #353535;
    background: #F9FAFB;
}

body,
html {
}

:focus {
    outline: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none !important;
}

.container {
    height: auto;
    margin: 0 auto;
    width: 1240px;
    margin-bottom: auto;
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    color: #5d4037;
}

a:hover {
    color: rgba(77, 18, 4, 0.7);
}

p {
    line-height: 1.5
}

img {
    max-width: 100%
}

.galleryBlock .galleryItem,
.image {
    position: relative;
    overflow: hidden
}

.galleryBlock .galleryItem img,
.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 5000px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.footerBottom {
    /*! display: -webkit-box; */
    /*! display: -webkit-flex; */
    /*! display: -ms-flexbox; */
    /*! display: flex; */
    /*! -webkit-box-orient: vertical; */
    /*! -webkit-box-direction: normal; */
    /*! -webkit-flex-direction: column; */
    /*! -ms-flex-direction: column; */
    /*! flex-direction: column; */
    /*! height: 100% */
}

.wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.subTitle,
.title {
    font-size: 30px;
    margin: 20px 0;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}

.subTitle {
    text-transform: none;
    font-size: 25px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 40px;
}

a.btnAlso {
    display: block;
    position: relative;
    color: #424242;
    padding: 10px 35px 10px 20px;
    border: 1px solid #e3e3e3;
    max-width: 300px;
    text-transform: uppercase;
    font-family: Museo700;
    margin: 20px auto;
    text-align: center;
    background-color: transparent
}

a.btnAlso:hover {
    background: #e6e6e6
}

.cart {
    position: relative;
    color: #888;
}

.cart input,
.cart textarea {
    /*! -webkit-transition: .5s; */
    /*! transition: .5s */
}


.input {
    -webkit-transition: .3s;
    transition: .3s
}

.error-input {
    border-color: #bf0711 !important
}

.viber {
    width: 130px;
    height: 100px;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 9999
}

.viber img {
    max-width: 100%
}

.icon-s-automatizareHover {
    background-image: url(../img/sprite.png);
    background-position: 0 -355px;
    width: 104px;
    height: 66px
}

.icon-s-automatizareMob {
    background-image: url(../img/sprite.png);
    background-position: -391px -165px;
    width: 15px;
    height: 15px
}

.avantage .container .avantageItems .icon .img.dostavca,
.icon-s-dostavka {
    background-image: url(../img/sprite.png);
    background-position: 0 -123px;
    width: 118px;
    height: 118px
}

.icon-s-eurogardHover {
    background-image: url(../img/sprite.png);
    background-position: -463px 0;
    width: 104px;
    height: 66px
}

.icon-s-eurogardMob {
    background-image: url(../img/sprite.png);
    background-position: -371px -205px;
    width: 15px;
    height: 15px
}


.icon-s-instrumenteHover {
    background-image: url(../img/sprite.png);
    background-position: -246px -165px;
    width: 120px;
    height: 66px
}

.icon-s-instrumenteMob {
    background-image: url(../img/sprite.png);
    background-position: -431px -185px;
    width: 15px;
    height: 15px
}

.icon-s-jaluzeHover {
    background-image: url(../img/sprite.png);
    background-position: -109px -355px;
    width: 104px;
    height: 66px
}

.icon-s-jaluzeMob {
    background-image: url(../img/sprite.png);
    background-position: -411px -185px;
    width: 15px;
    height: 15px
}

.header .bottom .container .mobMenu .logo.ru,
.icon-s-logo {
    background-image: url(../img/sprite.png);
    background-position: 0 -282px;
    width: 266px;
    height: 32px
}

.icon-s-logoMob {
    background-image: url(../img/sprite.png);
    background-position: -271px -282px;
    width: 156px;
    height: 19px
}

.header .bottom .container .mobMenu .logo.ro,
.icon-s-logoRo {
    background-image: url(../img/sprite.png);
    background-position: 0 -319px;
    width: 270px;
    height: 31px
}

.icon-s-logoRoMob {
    background-image: url(../img/sprite.png);
    background-position: -293px -246px;
    width: 156px;
    height: 19px
}

.avantage .container .avantageItems .icon .img.montaj,
.icon-s-montaj {
    background-image: url(../img/sprite.png);
    background-position: -123px -123px;
    width: 118px;
    height: 118px
}

.avantage .container .avantageItems .icon .img.zabor,
.icon-s-montajZabora {
    background-image: url(../img/sprite.png);
    background-position: -123px 0;
    width: 118px;
    height: 118px
}

.icon-s-perforataHover {
    background-image: url(../img/sprite.png);
    background-position: -463px -71px;
    width: 104px;
    height: 66px
}

.icon-s-perforataMob {
    background-image: url(../img/sprite.png);
    background-position: -411px -205px;
    width: 15px;
    height: 15px
}

.icon-s-plasaZincataMob {
    background-image: url(../img/sprite.png);
    background-position: -371px -185px;
    width: 15px;
    height: 15px
}

.icon-s-portiHover {
    background-image: url(../img/sprite.png);
    background-position: -463px -284px;
    width: 104px;
    height: 66px
}

.icon-s-portiMob {
    background-image: url(../img/sprite.png);
    background-position: -431px -165px;
    width: 15px;
    height: 15px
}

.avantage .container .avantageItems .icon .img.proect,
.icon-s-proectirovanie {
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 118px;
    height: 118px
}

.icon-s-profilataHover {
    background-image: url(../img/sprite.png);
    background-position: -463px -213px;
    width: 104px;
    height: 66px
}

.icon-s-profilataMob {
    background-image: url(../img/sprite.png);
    background-position: -391px -185px;
    width: 15px;
    height: 15px
}

.icon-s-rabitaHover {
    background-image: url(../img/sprite.png);
    background-position: -463px -142px;
    width: 104px;
    height: 66px
}

.icon-s-rabitaMob {
    background-image: url(../img/sprite.png);
    background-position: -411px -165px;
    width: 15px;
    height: 15px
}

.icon-s-shtaketMob {
    background-image: url(../img/sprite.png);
    background-position: -371px -165px;
    width: 15px;
    height: 15px
}

.icon-s-shtaketeHover {
    background-image: url(../img/sprite.png);
    background-position: -218px -355px;
    width: 104px;
    height: 66px
}

.icon-s-soonEn {
    background-image: url(../img/sprite.png);
    background-position: -246px -110px;
    width: 212px;
    height: 50px
}

.icon-s-soonRo {
    background-image: url(../img/sprite.png);
    background-position: -246px -55px;
    width: 212px;
    height: 50px
}

.icon-s-soonRu {
    background-image: url(../img/sprite.png);
    background-position: -246px 0;
    width: 212px;
    height: 50px
}

.icon-s-vrHover {
    background-image: url(../img/sprite.png);
    background-position: -463px -355px;
    width: 104px;
    height: 66px
}

.icon-s-vrMob {
    background-image: url(../img/sprite.png);
    background-position: -391px -205px;
    width: 15px;
    height: 15px
}

.icon-s-zincataHover {
    background-image: url(../img/sprite.png);
    background-position: -327px -355px;
    width: 104px;
    height: 66px
}

.map {
    position: relative;
    padding-bottom: 400px
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.breadcrambs {
    padding: 30px 0
}

.breadcrambs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #a7abaf

}

.breadcrambs ul li {
    padding-right: 25px;
    position: relative;
    margin-bottom: 5px
}

.breadcrambs ul li a {
    color: #5d4037;
    font-size: 15px
}

.breadcrambs ul li a:hover {
    color: #6a6a6a
}

.breadcrambs ul li span {
    font-size: 15px;
    color: #6a6a6a;
}

.breadcrambs ul li svg {
    width: 8px;
    height: 8px;
    fill: transparent;
    stroke-width: 30px;
    stroke: #6a6a6a;
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    right: 7px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.catalogItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.catalogItems .catalogOneItem {
    margin-right: 10px;
    margin-bottom: 10px;
    width: -webkit-calc(25% - 8px);
    width: calc(25% - 8px);
    overflow: hidden;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.catalogItems .catalogOneItem:hover {
    opacity: .6
}

.catalogItems .catalogOneItem .catalogTitle {
    padding-bottom: 5px;
    border-bottom: 4px solid #81655c;
    text-transform: uppercase;
    width: 100px;
    color: #898383;
    position: absolute;
    right: 35px;
    bottom: 40px
}

.catalogItems .catalogOneItem a {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.catalogItems .catalogOneItem.pale-fence,
.catalogItems .catalogOneItem.shtaket {
    background: url(../img/shtakete.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.jaluze,
.catalogItems .catalogOneItem.fences,
.catalogItems .catalogOneItem.shutter-fence {
    background: url(../img/jaluze.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.eurogard,
.catalogItems .catalogOneItem.wire-mesh-fence {
    background: url(../img/eurogard.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.gp {
    background: url(../img/teavaProfilata.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.vr {
    background: url(../img/vr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.gates,
.catalogItems .catalogOneItem.porti {
    background: url(../img/porti.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.rabita {
    background: url(../img/plasaRabita.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.plasa {
    background: url(../img/plasaZincata.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.automatizare,
.catalogItems .catalogOneItem.gabion {
    background: url(../img/automatizarePorti.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.perforata {
    background: url(../img/plasaPerforata.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 147px
}

.catalogItems .catalogOneItem.instrumente,
.catalogItems .catalogOneItem.other {
    background: url(../img/instrumenteSpecializate.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-right: 0;
    height: 147px
}

.catalogItems .catalogOneItem:nth-of-type(4n) {
    margin-right: 0
}

.galleryBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.galleryBlock > div {
    padding: 5px;
    position: relative;
    cursor: pointer;
    /*! overflow: hidden; */
}

.galleryBlock .galleryItem {
    display: block;
    height: 290px;
    border-radius: 10px;
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, .3);
}

.galleryBlock > div:hover .galleryDesc {
    color: #7c5f56;
    background-color: rgba(255, 255, 255, .9)
}

.galleryBlock .galleryItem .galleryDesc {
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(76, 51, 44, 0.85);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px 10px 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s
}

.galleryBlock .galleryItem .galleryDesc span {
    font-family: Museo700;
    line-height: 1.3
}

.galleryBlock .galleryItem:nth-of-type(4n) {
    /*! margin-right: 0 */
}

.paginator {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.paginator ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.paginator ul li {
    margin: 0 5px
}

.paginator ul li a {
    color: #7c5f56;
    padding: 5px;
    background: 0 0
}

.paginator ul li a.back:hover,
.paginator ul li a.next:hover {
    background-color: transparent;
    opacity: .5
}

.paginator ul li a.back svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.paginator ul li a.next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.paginator ul li a svg {
    width: 12px;
    height: 12px;
    fill: transparent;
    stroke: #7c5f56;
    stroke-width: 60px
}

.paginator ul li a.active,
.paginator ul li a:hover {
    color: #fff;
    background-color: #7c5f56
}

.firstSlide {
    margin-bottom: 20px;
    position: relative
}

.firstSlide .slick-next,
.firstSlide .slick-prev {
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.firstSlide label {
    position: absolute;
    width: 50px;
    height: 40px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    cursor: pointer;
    z-index: 8
}

.firstSlide label.next {
    right: 20px
}

.firstSlide label.next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.firstSlide label.back {
    left: 20px
}

.firstSlide label.back svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.firstSlide label svg {
    width: 100%;
    height: 100%;
    fill: #7c5f56;
    stroke: #fff;
    stroke-width: 60px
}

.firstSlide .adaptiveImg {
    position: relative;
    width: 100%;
    overflow: hidden
}

.firstSlide .adaptiveImg:before {
    content: '';
    display: block;
    /*! padding-bottom: 50% */
}

.firstSlide .adaptiveImg .img {
    /*! position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.secondSlide {
    position: relative
}

.secondSlide label {
    position: absolute;
    width: 30px;
    background-color: #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 8
}

.secondSlide label.next {
    right: 0;
}

.secondSlide label.next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.secondSlide label.back {
    left: 0
}

.secondSlide label.back svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.secondSlide label svg {
    width: 10px;
    height: 10px;
    fill: #7c5f56
}

.secondSlide .sliderMini {
    padding: 0px 30px;
}

.secondSlide .sliderMini .slick-next,
.secondSlide .sliderMini .slick-prev {
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.secondSlide .sliderMini .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.secondSlide .sliderMini .slick-track img {
    margin: 0 5px
}

.secondSlide .adaptiveImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.secondSlide .adaptiveImg .img {
    width: 121px;
    background-size: cover;
    box-shadow: 0 0 5px grey;
    height: 95px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mapWrapper {

    display: flex;
    margin-bottom: 50px;
}

.mapWrapper .information,
.mapWrapper .map {
    width: 50%
}

.mapWrapper .information {
    background-color: #f6f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
}
.mapWrapper .information .infoRow {
    display: table-row;
}

.mapWrapper .information .infoRow p {
    border-bottom: dashed 1px grey;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    line-height: 1.4em;
    padding: 10px;
}

.mapWrapper .information .infoRow p:first-child {
    text-transform: uppercase;
    color: #a7abaf;
    font-family: Museo700;
    padding-right: 10px
}

.mapWrapper .information .infoRow p:last-child,
.mapWrapper .information .infoRow a {
    color: #8d6e63
}

.mapWrapper .information .infoRow .second.mail,
.mapWrapper .information .infoRow a.mail {
    color: #397fc5;
    text-decoration: underline
}

.mapWrapper .information .infoRow:nth-last-of-type(1) {
    border-bottom: none
}

.tabWrap ul {
    display: flex;
    margin-bottom: 20px
}

.tabWrap ul li {
    width: -webkit-calc(33.33% - 8px);
    width: calc(33.33% - 8px);
    margin-right: 10px;
    position: relative;
    background-color: #7c5f56;
    padding: 10px;
    text-align: center;
    cursor: pointer
}

.tabWrap ul li .arrow {
    position: absolute;
    top: 100%;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    border: 10px solid transparent;
    border-top: 10px solid #7c5f56;
    display: none
}

.tabWrap ul li:hover a {
    color: #fff
}

.tabWrap ul li.active a {
    color: #fff
}

.tabWrap ul li.active .arrow {
    display: block
}

.tabWrap ul li a {
    color: #d4b9af;
    text-transform: uppercase
}

.tabWrap ul li:nth-last-of-type(1) {
    margin-right: 0
}

.productContent {
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd
}

.oneProductBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.oneProductBlock .slick-next,
.oneProductBlock .slick-prev {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.oneProductBlock .productLeft,
.oneProductBlock .productRight {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin: 20px 0;
    margin: 20px;
}

.productLeft {
    align-self: center;
}

.oneProductBlock .productRight {
    padding: 15px 25px;
    border-left: solid 1px gainsboro;
}

.oneProductBlock .productLeft .wraperSlider {
    position: relative
}

.oneProductBlock .productLeft .wraperSlider > .btn3d {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background: #f6f6f6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.product_slider_wrap {
    position: relative;
}

.product_slider_wrap label {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 15px);
    cursor: pointer;
    z-index: 8;
    background: white;
    padding: 5px;
    border-radius: 100px;
    border: solid 1px gainsboro;
}

.product_slider_wrap label.next {
    right: 10px
}

.product_slider_wrap label.next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 2px;
    right: inherit;
}

.product_slider_wrap label.back {
    left: 10px
}

.product_slider_wrap label.back svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product_slider_wrap label svg {
    width: 100%;
    height: 100%;
    fill: #7c5f56;
    stroke: #fff;
    stroke-width: 60px;
    position: relative;
    right: 2px;
}

.oneProductBlock .productLeft .wraperMiniSlider {
    position: relative;
    /*! padding: 0 45px; */
    /*! margin: 10px 0 */
    border: solid 1px #e5e5e5;
    padding: 10px 0;
    background: white;
}

.oneProductBlock .productLeft .wraperMiniSlider .slick-track img {
    margin: 0 3px;
    width: auto !important;
    height: 60px !important;
    margin: auto;
    cursor: pointer;
}

.wraperMiniSlider .slick-slide.slick-current {
    opacity: .5;
}

#construct {
    background-color: #848484
}

.closeModal {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modalTitle {
    padding: 10px 20px;
    color: #fff
}

.download {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.download a {
    display: block;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    color: #7c5f56;
    width: 300px;
    padding: 10px 0
}

.download a:hover {
    color: #fff;
    background-color: #7c5f56
}

.animationBlock {
    position: relative;
    margin-top: 40px;
}

.animatedFences {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    max-height: 633px;
    overflow: hidden;
}

.animatedFences .house {
    width: 100%;
}

.animatedFences .fences {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.animatedFences .fenceLeft {
    position: relative;
    z-index: 5
}

.animatedFences .fences img {
    width: 100%;
}

.animatedFences .fences > div {
    position: relative;
    perspective: 1500px;
}

.animatedFences .fences > div.fencePathGate {
    perspective-origin: 160% -30%;
    position: relative;
    z-index: 3;
}

.animatedFences .fences > div.fenceDriveGate {
    perspective-origin: 18% -36%;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.animatedFences .fences > div.fenceDriveGate img {
    width: 50%;
    z-index: 3;
}

.animatedFences .fences > div.fenceDriveGate img.shadow {
    position: absolute;
    transform: rotateX(90deg);
    transform-origin: left bottom;
    bottom: 9px;
    filter: brightness(0);
    opacity: .3;
    z-index: 1;
}

.animatedFences .fences > div.fenceDriveGate img.gateRight.shadow {
    transform-origin: right bottom;
    right: 0;
}

.animatedFences .fences > div.fenceDriveGate:hover img.shadow {
    transform: rotateX(90deg) skewY(-60deg) scaleX(.5);
}

.animatedFences .fences > div.fenceDriveGate:hover img.gateRight.shadow {
    transform: rotateX(90deg) skewY(60deg) scaleX(.5);
}

.animatedFences .swing .pillers {
    margin: 0 1px;
}

.animatedFences .swing .gates {
    transition: all 1.2s;
    transform-origin: 0;
    transform: rotateY(0deg);
    position: relative;
    bottom: 15px;
}

.animatedFences .swing .gates.gateRight {
    transform-origin: 100%;
}

.animatedFences .swing .gates.gateDeph {
    position: absolute;
}

.animatedFences .swing .gates.gateDeph.gateRight {
    right: 0;
}

.animatedFences .swing .gates.gateDeph.gateLeft {
    left: 0;
}

.animatedFences .swing .gates.gatePath {
    transition: all .6s;
    position: absolute;
}

.animatedFences .swing:hover .gates {
    transform: rotateY(60deg);
}

.animatedFences .swing:hover .gates.fenceDriveGate img.shadow {
    display: none
}

.animatedFences .gates.gatePath.shadow {
    transform: rotateX(90deg);
    transform-origin: left bottom;
    bottom: 8px;
    filter: brightness(0%);
    opacity: .3;
    position: absolute;
    z-index: 1;
}

.animatedFences .swing:hover .gates.gatePath.shadow {
    transform: rotateX(90deg) skew(0deg, -60deg) scaleX(.5);
    transform-origin: left bottom;
}

.animatedFences .swing:hover .gates.gateRight {
    transform: rotateY(-60deg);
}

.animatedFences .swing:hover .gates.gateRight.gateDeph {
    margin-right: 3px;
}

.animatedFences .swing:hover .gates.gateLeft.gateDeph {
    margin-left: 3px;
}

.animatedFences .fenceCanti {
    position: relative;
    z-index: 0;
    perspective-origin: 130% -34%;
}

.animatedFences .fenceCanti img {
    transform: translate(.5%, -5%);
    transition: all 2s;
}

.animatedFences .fenceCanti img.shadow {
    position: absolute;
    bottom: 5px;
    left: 0;
    filter: brightness(0%);
    opacity: .3;
    transform: rotatex(90deg) skewX(-7deg);
    transform-origin: bottom;
    left: 5px;
}

.animatedFences .fenceCanti:hover img {
    transform: translate(-50%, -5%);
}

.animatedFences .fenceCanti:hover img.shadow {
    transform: translate(-50%, 0) rotateX(90deg);
}

.animatedFences #horizontal .fenceCanti {
    margin-left: -11.5%;
}

.animatedFences #horizontal .gates.gatePath {
    left: 21% !important;
}

.animatedFences #horizontal div.fencePathGate img {
    width: 60%
}

.animatedFences #horizontal div.fencePathGate img.pillers {
    width: 100%
}

.animatedFences #horizontal div.fenceDriveGate {
    margin-right: -5px
}

.animatedFences #louvered .fenceCanti {
    margin-left: -1.5%;
}

.animatedFences #louvered .gates.gatePath {
    left: 21% !important;
}

.animatedFences #louvered div.fencePathGate img {
    width: 61%
}

.animatedFences #louvered div.fencePathGate img.pillers {
    width: 100%
}

.animatedFences #louvered div.fenceDriveGate {
    margin-right: -5px
}

.animatedFences #vertical .fenceCanti {
    margin-left: -11%;
}

.animatedFences #vertical .gates.gatePath {
    left: 13% !important;
}

.animatedFences #vertical div.fencePathGate img {
    width: 75%
}

.animatedFences #vertical div.fencePathGate img.pillers {
    width: 100%
}

.animatedFences #mesh .fenceCanti {
    margin-left: -10.5%;
}

.animatedFences #mesh .gates.gatePath {
    left: 13% !important;
}

.animatedFences .gates {
    z-index: 3
}

.animatedFences #mesh div.fencePathGate img {
    width: 75%
}

.animatedFences div.fencePathGate img.pillers {
    width: 100% !important;
    z-index: 2;
    position: relative;
}

.animatedFences div.fencePathGate img.pillers.shadow {
    position: absolute !important;
    transform: rotatex(90deg) !important;
    transform-origin: bottom;
    filter: brightness(0);
    opacity: .3;

    z-index: -1 !important;
    bottom: 10px !important;
    display: none;
}

.animatedFences #mesh div.fenceDriveGate {
    margin-right: -15px
}

.animationBlock .next,
.animationBlock .nextGate,
.animationBlock .prev,
.animationBlock .prevGate {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 18%;
    z-index: 5;
}

.animationBlock .prev,
.animationBlock .prevGate {
    left: 0;
    border: 40px solid transparent;
    border-left: 40px solid green;
    border-left-color: rgba(255, 255, 255, .7);
    -webkit-transition: .3s;
    transition: .3s
}

.animationBlock .prev:hover,
.animationBlock .prevGate:hover {
    border-left-color: #fff
}

.animationBlock .prev:after,
.animationBlock .prevGate:after {
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #7c5f56;
    position: absolute;
    left: -40px;
    top: -10px
}

.animationBlock .next,
.animationBlock .nextGate {
    right: 0;
    border: 40px solid transparent;
    border-right: 40px solid;
    border-right-color: rgba(255, 255, 255, .7);
    -webkit-transition: .3s;
    transition: .3s
}

.animationBlock .next:hover,
.animationBlock .nextGate:hover {
    border-right-color: #fff
}

.animationBlock .next:after,
.animationBlock .nextGate:after {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #7c5f56;
    position: absolute;
    right: -40px;
    top: -10px
}

.animationBlock .nextGate,
.animationBlock .prevGate {
    top: auto;
    bottom: 25%
}

.animationBlock ul {
    width: 1170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 16px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.animationBlock ul li {
    padding: 13px 3px;
    text-align: center;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer;
    width: 20%;
    text-transform: uppercase;
    color: #7c5f56;
    font-size: 14px;
    border-radius: 100px;
    margin: 0 10px;
    box-shadow: 0 0 43px -15px rgba(0, 0, 0, .5);
    font-weight: normal;
}

.animationBlock ul li:hover {
    color: #c49688;
}

.animationBlock ul li.active {
    background-color: #7c5f56;
    color: #fff;
    box-shadow: 11px 8px 16px rgba(0, 0, 0, .3);
    cursor: inherit;
    margin: 0 20px;
}

.animationBlock ul li.active + li {
    border: none;
}

.animationBlock ul li.active a {
    color: #fff
}

.animationBlock ul li.active a:hover {
    color: #fff
}

.animationBlock ul li.active .arrow {
    opacity: 1;
    visibility: visible
}

.animationBlock ul li a {
    font-size: 14px;
    color: #7c5f56;
    text-transform: uppercase;
}

.animationBlock ul li a:hover {
    color: #c49688;
}

.animationBlock ul li .arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 20px);
    border: 20px solid transparent;
    border-top: 20px solid #fff
}

.animationBlock ul li .arrow:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid #7c5f56;
    top: -17px;
    left: -10px
}

.animationBlock ul li:nth-last-of-type(1) {
}

.animationBlock polygon {
    cursor: pointer
}

.animationBlock .gate {
    display: none
}

.animationBlock .gate.show {
    display: flex;
}

.animationBlock .changeGate li {
    -webkit-transition: .3s;
    transition: .3s
}

.animationBlock .changeGate li:hover {
    color: #c49688
}

.animationBlock .changeGate li .arrow {
    top: auto;
    bottom: -webkit-calc(100% + 14px);
    bottom: calc(100% + 14px);
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.cart .cartName {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #e6e6e6
}

.cart .cartName .name {
    width: 555px;
    color: #5f4b45
}

.cart .cartName .count {
    width: 185px;
    color: #5f4b45
}

.cart .cartName .price {
    width: 220px;
    color: #5f4b45
}

.cart .cartName .sum {
    width: 150px;
    color: #5f4b45
}

.cart .cartProduct {
    padding: 10px 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.cart .cartProduct .top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart .cartProduct .top .right {
    width: 555px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px
}

.cart .cartProduct .top .right .num {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    color: #6b5149
}

.cart .cartProduct .top .right .photo {
    position: relative;
    width: 100px;
    padding: 5px;
    border: 1px solid #dadada;
    overflow: hidden;
    margin: 0 30px
}

.cart .cartProduct .top .right .photo:before {
    content: "";
    display: block;
    padding-top: 100%
}

.cart .cartProduct .top .right .photo .addressPhoto {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.cart .cartProduct .top .right .nameProduct {
    color: #6a6a6a;
    font-family: Museo500
}

.cart .cartProduct .top .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 555px);
    width: calc(100% - 555px)
}

.cart .cartProduct .top .left .how {
    width: 80px;
    height: 25px
}

.cart .cartProduct .top .left .how .jq-number {
    border: 1px solid #b4b4b4;
    width: 100%;
    padding: 5px 20px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart .cartProduct .top .left .how .jq-number__field {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart .cartProduct .top .left .how .jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    cursor: pointer
}

.cart .cartProduct .top .left .how .jq-number__field input {
    text-align: center;
    padding: 0
}

.cart .cartProduct .top .left .how .jq-number__spin.minus {
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #cdcdcd
}

.cart .cartProduct .top .left .how .jq-number__spin.minus:after {
    display: none
}

.cart .cartProduct .top .left .how .jq-number__spin.minus:before {
    content: '-'
}

.cart .cartProduct .top .left .how .jq-number__spin.plus {
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #cdcdcd
}

.cart .cartProduct .top .left .how .jq-number__spin.plus:after {
    display: none
}

.cart .cartProduct .top .left .how .jq-number__spin.plus:before {
    content: '+'
}

.cart .cartProduct .top .left .price {
    width: 220px;
    margin-left: 95px
}

.cart .cartProduct .top .left .price span {
    font-size: 24px;
    font-family: Museo700;
    color: #6a6a6a
}

.cart .cartProduct .top .left .total {
    width: 150px
}

.cart .cartProduct .top .left .total span {
    font-size: 24px;
    color: #8d6e63
}

.cart .cartProduct .top .left .cancel {
    width: 30px;
    height: 30px;
    background-color: #e6e6e6;
    color: #7c5f56;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: Museo500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: auto
}

.cart .cartProduct .top .left .cancel:hover {
    background-color: #7c5f56;
    color: #e6e6e6
}

.cart .cartProduct .bottom {
    width: 100%;
    margin-top: 10px;
    padding: 20px 20px 0 20px;
    border-top: 1px dashed #bababa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart .cartProduct .bottom .also {
    width: 110px;
    padding-right: 25px;
    color: #8d6e63
}

.cart .cartProduct .bottom .oneModel {
    width: 250px;
    padding: 0 20px;
    border-left: 1px solid #dadada;
    margin-bottom: 10px
}

.cart .cartProduct .bottom .oneModel a {
    color: #a7a7a7
}

.cart .cartProduct .bottom .oneModel a:hover {
    color: #8d6e63;
    text-decoration: underline
}

.cart .cartProduct:nth-of-type(2n) {
    background-color: #f6f4f5
}

.form {
    max-width: 330px;
    margin: auto;
    color: #888;
}

.input,
.textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 14px;
    border: solid 1px #888;
    transition: .2s;
    /*! border-radius: 4px; */
    /*! box-shadow: 0 0 10px -5px rgba(0, 0, 0, .25) inset; */
    border-radius: 2px;
}

.input:focus,
.textarea:focus {
    border-color: #6b5149;
    box-shadow: 0 0 7px -4px rgb(0, 0, 0) inset;
}


.input:nth-of-type(2n) {
    margin-right: 0
}

.pay_method {
    /*! display: flex; */
    /*! flex-wrap: wrap; */
    justify-content: center;
    max-width: 500px;
}

form.cart textarea {
    padding: 15px;
    width: 100%;
    resize: none;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .25) inset;
}

form.cart button {
    width: 100%;
}

form.cart button:hover {
}

.categoryItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categoryItems .oneCatalogItem:nth-of-type(2n) {
    margin-right: 0
}

.oneCatalogItem {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 390px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000
}

.oneCatalogItem:hover {
    opacity: .7
}

.oneCatalogItem .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: #dfdfdf;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.oneCatalogItem .photo .arrow {
    border: 10px solid transparent;
    border-right: 10px solid #f6f6f6;
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    z-index: 5
}

.oneCatalogItem .aboutProdus {
    width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: #f6f6f6
}

.oneCatalogItem .aboutProdus .content .name {
    color: #6b5149;
    line-height: 1.3
}

.oneCatalogItem .aboutProdus .content .price {
    margin: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.oneCatalogItem .aboutProdus .content .price .num {
    font-size: 24px;
    font-family: Museo700;
    color: #6a6a6a
}

.oneCatalogItem .aboutProdus .content .price .valut {
    color: #6a6a6a;
    /*! margin-left: 10px */
}

.oneCatalogItem .aboutProdus .content .set {
    color: #6b5149;
    padding: 5px;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 13px
}

.oneCatalogItem .aboutProdus .content .color {
    margin-top: 20px
}

.oneCatalogItem .aboutProdus .content .color .someColor {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.oneCatalogItem .aboutProdus .content .color .someColor img {
    margin: 5px
}

.formInfo {
    color: #6b5149;
    font-family: Museo700;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center
}


.front_about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}

.front_about > .front_about_video {
    overflow: hidden;
    border-radius: 15px;
    max-width: 800px;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    position: relative;
    margin: 15px;
    max-height: 600px;
}

.front_about > .front_about_video img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    max-width: 46vw;
    display: block;
}

.front_about > .front_about_video img.play {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 50px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
}

.front_about > .front_about_title {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.front_about > .front_about_text {
    padding: 20px;
    text-align: left;
    max-width: 650px;
    background: white;
    margin: 20px;
}

.front_about > .front_about_text img {
    height: 50px;
    vertical-align:  middle;
    border: solid 1px #7c5f56;
    padding: 5px;
    border-radius: 100%;
    margin: 10px;
}

.avantage {
    width: 100%;
    background-image: url(../img/bgAvantages3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: bottom;
    padding: 60px 0;
    display: block;
}

.avantage.icons {
    background: none;
    margin-bottom: 0;
}

.avantage .container {
    height: 100%
}

.avantage .container .subTitle,
.avantage .container .title {
    color: #fff;
    text-align: center;
    font-size: 40px
}

.avantage .container .alignT.subTitle,
.avantage .container .title.alignT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0
}

.avantage .container .avantageItems {
    height: auto;
    /*! display: -webkit-box; */
    /*! display: -webkit-flex; */
    /*! display: -ms-flexbox; */
    /*! display: flex; */
    /*! -webkit-box-pack: justify; */
    /*! -webkit-justify-content: space-between; */
    /*! -ms-flex-pack: justify; */
    /*! justify-content: space-between; */
    /*! -webkit-box-align: start; */
    /*! -webkit-align-items: flex-start; */
    /*! -ms-flex-align: start; */
    /*! align-items: flex-start; */
    /*! margin-top: 50px; */
    /*! align-items: center; */
    text-align: center;
}

.avantage .container .avantageItems .experience {
    padding: 10px 20px;
    background-color: #7c5f56;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    text-align: center;
    margin: 0 30px;
    width: 237px;
    display: inline-block;
    vertical-align: middle;
}


.avantage .container .avantageItems .experience span,
.avantage .container .avantageItems .experience strong {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px
}

.avantage .container .avantageItems .icon {
    /*! width: 200px; */
    display: block;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
}

.avantage .container .avantageItems .icon .img {
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 15px 15px 33px -10px rgba(0, 0, 0, .2);
}

.avantage .container .avantageItems .text {
    margin-top: 20px;
    text-align: center;
}

.avantage .container .avantageItems .text p,
.avantage .container .avantageItems .text strong {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase
}

.header {
    position: sticky;
    z-index: 10;
    top: -140px;
    background: white;
}

.header .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9fafb;
    box-shadow: 0 16px 28px -30px black;
}

.header .top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header .top .container .lang {
    height: 100%;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
}

.header .top .container .lang li {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    margin: 3px;
}

.header .top .container .lang li a {
    color: #000;
    align-items: center;
    padding: 0 4px;
    height: 100%;
    /*! width: 100%; */
    display: flex;
    justify-content: center;
    border-radius: 100%;
    font-size: 0.9em;
}

.header .top .container .lang li a.active,
.header .top .container .lang li a:hover {
    background-color: #7c5f56;
    color: #fff
}

.header .top .container .follow {
    display: flex;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
    align-items: center;
    margin-right: 10px;
}

.header .top .container .follow a {
    color: #848484
}

.header .top .container .follow a:hover {
    color: #7c5f56
}

.header .top .container .follow svg {
    width: 15px;
    height: 15px;
    fill: #7c5f56;
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px)
}

.header .top .container .topMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    height: 40px;
}

.header .top .container .topMenu li {
    height: 100%;
}

.header .top .container .topMenu li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    color: #5d4037;
    background-color: transparent;
    /*! border-left: 1px solid #e6e6e6 */
}

.header .top .container .topMenu li a.active,
.header .top .container .topMenu li a:hover {
    background-color: #DFE3E8;
}

.header .top .container .topMenu li a {
    border-right: 1px solid #DFE3E8;
}

.header .top .container .topMenu li:last-child a {
    border: none;
}


.header .bottom {

    padding: 10px;
}

.header .bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 0;
}

.header .mobMenu .logo {
    -webkit-transition: 0s;
    transition: 0s
}

.header .mobMenu .logo.ru {
    display: block;
    margin-right: 5px;
    -webkit-transition: 0s;
    transition: 0s
}

.header .mobMenu .logo.ro {
    display: block;
    margin-right: 5px;
    -webkit-transition: 0s;
    transition: 0s
}

.header .mobMenu .logo.new {
    display: block;
    margin-right: 5px;
    background: url(../img/newLogo.png) no-repeat -10px -52px;
    width: 302px;
    height: 22px
}

.header .mobMenu .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header .basket {
    position: relative;
    cursor: pointer;
}

.header .basket .not_empty_cart_dot {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #00a82d;
    position: absolute;
    top: 0;
    border-radius: 100px;
    right: 0;
    border: solid white 2px;
    box-shadow: 0 0 2px white;
}

.header .bottom .container .basket {
    height: 32px;
    position: relative;
    margin-right: 10px;
    padding-left: 40px
}

.header .bottom .container .basket svg {
    fill: #7c5f56;
    width: 45px;
    height: 100%
}

.header .bottom .container .basket .count {
    position: absolute;
    display: none;
    width: 24px;
    height: 16px;
    font-size: 12px;
    color: #7c5f56;
    background-color: #f6f4f5;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    right: 0;
    top: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .bottom .container .basket .count.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header .bottom .container .right {
    margin-left: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.header .bottom .container .right .download {
    background-color: #f6f4f5;
    color: #7c5f56;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 50px;
    text-transform: uppercase;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 45px;
    border-radius: 15px;
    box-shadow: 15px 15px 33px -10px rgba(0, 0, 0, .2);
}

.header .bottom .container .right .download:hover {
    color: #fff;
    background: #59443e;
    background: -moz-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: -webkit-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: -o-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: -ms-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: linear-gradient(135deg, #59443e 0%, #916f64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59443e', endColorstr='#916f64', GradientType=1);
}

.header .bottom .container .right .download:hover svg {
    fill: #fff
}

.header .bottom .container .right .download svg {
    width: 10px;
    height: 10px;
    fill: #7c5f56;
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    right: 22px;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px)
}

.header .bottom .container .right .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    margin-left: 40px;
    color: #848484;
    font-size: 15px;
}

.header .bottom .container .right .phone:hover {
    color: #7c5f56
}

.header .bottom .container .right .phone svg {
    width: 15px;
    height: 15px;
    fill: #7c5f56;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 0
}

.header .bottom .container .right .recall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    color: #848484
}

.header .bottom .container .right .recall:hover {
    color: #7c5f56
}

.header .bottom .container .right .recall svg {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    fill: #7c5f56
}

.header .menu {
    /*! background-color: #6a6a6a; */
}

.header .menu.smallMenu.open {
    background-color: white;
    /*! height: 66px; */
}

.header .menu .container {
    height: 66px;
    width: 100%;
}

.header .menu.smallMenu .container {
    height: 66px;
    transition: top .3s;
    background-color: #6a6a6a;
    transition: all .5s;
    background: #454F5B;

}

.header .menu .container .menuElement {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: auto;
}

.header .menu .container .menuElement li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    transition: all .2s
}

.header .menu .container .menuElement li:hover {

}

.header .menu .container .menuElement li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
    border-left: 1px dashed #828282;
    padding: 0 5px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: bold;
}

.header .menu.smallMenu.open .container .menuElement li a {
    color: grey;
}

.header .menu.smallMenu.open .container .menuElement li.active a {
    color: white;
}

.header .menu.smallMenu.close .container .menuElement li:hover a,
.header .menu.smallMenu.close .container .menuElement li.active a {
    color: white;
}

.header .menu .container .menuElement li.active,
.header .menu .container .menuElement li:hover {
    background-color: rgb(145, 158, 171);
}

.header .menu .container .menuElement li a.home:before {
    opacity: .5
}

.header .menu .container .menuElement li a.pale-fence:before,
.header .menu .container .menuElement li a.shtaket:before {
    background-image: url(../img/shtaketeHover.png)
}

.header .menu .container .menuElement li a.jaluze:before,
.header .menu .container .menuElement li a.fences:before,
.header .menu .container .menuElement li a.shutter-fence:before {
    background-image: url(../img/jaluzeHover.png)
}

.header .menu .container .menuElement li a.eurogard:before,
.header .menu .container .menuElement li a.wire-mesh-fence:before {
    background-image: url(../img/eurogardHover.png)
}

.header .menu .container .menuElement li a.gp:before,
.header .menu .container .menuElement li a.Fences:before {
    background-image: url(../img/profilataHover.png)
}

.header .menu .container .menuElement li a.gates:before,
.header .menu .container .menuElement li a.porti:before {
    background-image: url(../img/portiHover.png)
}

.header .menu .container .menuElement li a.rabita:before {
    background-image: url(../img/rabitaHover.png)
}

.header .menu .container .menuElement li a.plasa:before {
    background-image: url(../img/zincataHover.png)
}

.header .menu .container .menuElement li a.vr:before {
    background-image: url(../img/vrHover.png)
}

.header .menu .container .menuElement li a.automatizare:before,
.header .menu .container .menuElement li a.gabion:before {
    background-image: url(../img/automatizareHover.png)
}

.header .menu .container .menuElement li a.perforata:before {
    background-image: url(../img/perforataHover.png)
}

.header .menu .container .menuElement li a.instrumente:before,
.header .menu .container .menuElement li a.other:before {
    background-image: url(../img/instrumenteHover.png)
}

.header .menu .container .menuElement li:nth-last-of-type(1) a {
    border-right: 1px dashed #828282
}

.footer {
    padding: 30px 0 10px 0;
    background: #DFE3E8;

    color: #403f3f;
}

.footer .container .footerTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.footer .container .footerTop .footerMenu {
    display: block;
    /*! width: 510px; */
    padding-right: 15px
}

.footer .container .footerTop .footerMenu .logoFooter {
    display: flex;
    align-items: center;
    font-size: 30px;
}
.footer .container .footerTop .footerMenu .logoFooter img{
    display: block;
    opacity: 1;
    height: 50px;
    margin-right: 15px;
    transition: all .2s;
}
.footer .container .footerTop .footerMenu .logoFooter:hover img{
    opacity: .8;
}

.footer .container .footerTop .footerMenu .logoFooter.sprite {
    display: block;
    background: url(../img/logoSprite.png) no-repeat -10px -10px;
    width: 261px;
    height: 22px
}

.footer .container .footerTop .footerMenu .footerMenuItems {
    margin-top: 45px
}

.footer .container .footerTop .footerMenu .footerMenuItems ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .container .footerTop .footerMenu .footerMenuItems ul li {
    margin-right: 50px;
    margin-bottom: 10px
}

.footer .container .footerTop .footerMenu .footerMenuItems ul li a {
    text-transform: uppercase;
    /*! opacity: .7; */
    /*! color: #fff */
}

.footer .container .footerTop .footerMenu .footerMenuItems ul li a:hover {
    opacity: 1
}

.footer .container .footerTop .footerAddress {
    /*! width: -webkit-calc(100% - 510px); */
    /*! width: calc(100% - 510px); */
    /*! display: -webkit-box; */
    /*! display: -webkit-flex; */
    /*! display: -ms-flexbox; */
    display: flex;
}

.footer .container .footerTop .footerAddress .col {
    border-right: 1px solid #684640;
    padding: 0 30px
}

.footer .container .footerTop .footerAddress .col .titleCity {
    margin-bottom: 25px;
    font-size: 20px;
    /*! color: #dcc9c3; */
    /*! font-family: Museo500; */
    /*! text-align: center; */
}

.footer .container .footerTop .footerAddress .col ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

.footer .container .footerTop .footerAddress .col ul li a {
    font-size: 14px;
    color: #fff
}

.footer .container .footerTop .footerAddress .col:nth-last-of-type(1) {
    border: none
}

.footer .container .footerCopy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    margin-top: 10px;
}

.footer .container .footerCopy .copy {
    font-size: 14px;
    font-family: Museo100;
    color: #50495A;
    margin: auto;
}

.footer .container .footerCopy .webit {
    display: block;
    background: url(../img/logo.png) no-repeat -10px -10px;
    width: 46px;
    height: 12px
}

.footer .container .footerCopy .webit:hover {
    background-position: -10px -42px
}

.advantage-text {
    background: white;
    padding: 1em;
    margin: 1em auto !important;
    box-shadow: 50px 50px 18px rgba(0, 0, 0, .2);
    padding: 50px !important;
    max-width: 650px !important;
}

.galleryWrapper {
    position: relative;
    padding: 0;
}

.galleryWrapper .next {
    right: 0;
    transition: all .2s
}


.galleryWrapper > div.first ~ .back,
.galleryWrapper > div.last ~ .next {
    opacity: 0.3;
    cursor: initial;
    background: rgba(255, 255, 255, .3);
}

.galleryWrapper .next,
.galleryWrapper .back {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
}

.galleryWrapper .next:hover,
.galleryWrapper .back:hover {
    position: absolute;
    background: rgba(255, 255, 255, .7);
}

.galleryWrapper .back svg,
.galleryWrapper .next svg {
    width: 30px;
    height: 30px;
    fill: white;
    margin-top: 135px;
}

.galleryWrapper .next svg {
    transform: rotate(-90deg)
}

.galleryWrapper .back svg {
    transform: rotate(90deg)
}

.gallerylist .prevGate {
    top: 250px;
}

.gallerylist .nextGate {
    top: 250px;
}

.galleryWrapper .prevGate:before {
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #7c5f56;
    position: absolute;
    right: 10px;
    top: 5px;
}

.galleryWrapper .nextGate:before {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #7c5f56;
    position: absolute;
    right: 10px;
    top: 5px;
}

.avantage .container .subTitle,
.avantage .container .title.alignTex {
    text-transform: none;
    text-align: left;
    font-size: 35px;
    color: #fff;
    margin: 0;
    padding: 50px 0 30px 0;
}

.img_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    font-size: 20px;
    max-width: 36em;
    margin: auto;
    padding: 30px;
    border-radius: 30px;
}

.text h1 small, .text h2 small {
    font-size: 60%;
    display: block;
    border-top: 2px solid;
    margin: .5em 0;
    padding: .5em 0
}

.text p {
    text-indent: 1em;
}

.text ul {
    padding: revert;
}

.text.cards ul {
    padding-left: 3.5em
}

.text.cards ul li {
    list-style-type: none;
    position: relative;
    /*color: !important;*/
}

.text.cards ul li strong {
    color: #00ff3c;
}

.text.cards ul li img {
    position: absolute;
    width: 2.5em;
    left: -3.5em;
    top: 50%;
    transform: translateY(-50%);

    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 1px #242424);
}

.text li {
    list-style-type: initial;
    padding-bottom: 1em;
}

.index_page_product_menu {
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .3);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.index_page_product_menu:hover > img {
    transform: scale(1.1);
    opacity: .5;
}

.index_page_product_menu_main {
    padding: 75px 0;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1500px;
    margin: auto;
}

.index_page_product_menu_main.front_slider.transition.slider_working {
    padding-bottom: 0;
    padding-top: 0;

}

.index_page_product_menu_main > div {
    padding: 10px;
    /*     touch-action: none; */
}

.index_page_product_menu_main > div {
    width: 25%;
    position: relative;
    display: block;
}

.index_page_product_menu .index_page_product_menu_title3_2,
.index_page_product_menu .index_page_product_menu_title1,
.index_page_product_menu .index_page_product_menu_title3_1 {
    transition: all .4s
}

.index_page_product_menu_main a:hover > .index_page_product_menu .index_page_product_menu_title3_2,
.index_page_product_menu_main a:hover > .index_page_product_menu .index_page_product_menu_title1,
.index_page_product_menu_main a:hover > .index_page_product_menu .index_page_product_menu_title3_1 {
    color: #4c332c !important;
    background: white;
}

.index_page_product_menu_img {
    height: 100%;
    width: 100%;
    display: block;
    transition: all .6s;
    object-fit: cover;
}

.index_page_product_menu_title_main {
    /*! margin-top: -100px; */
    height: 70px;
    position: absolute;
    /*! min-width: 250px; */
    bottom: 50px;
    left: 10px;
    right: 10px;
}

.index_page_product_menu_title1 {
    height: 100%;
    width: 20px;
    float: left;
    background: #3e2723;
    opacity: 0.5;
}

.index_page_product_menu_title2 {
    height: 80px;
    width: 80px;
    float: left;
    background: #fff;
    margin: -5px 5px 0 5px;
    border-radius: 10px;
    overflow: hidden;
}

.index_page_product_menu_title3 {
    height: 100%;
    float: left;
    width: calc(100% - 110px);
}

.index_page_product_menu_title3_1 {
    height: 100%;
    width: 100%;
    background: #3e2723;
    opacity: 0.8;
}

.index_page_product_menu_title3_2 {
    height: 100%;
    width: 100%;
    padding-top: 25px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.map-bg {
    background-image: url('/upfiles/main-page/map.png?1');
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    width: 100%;
    margin: -50px auto ;
    padding: 62px 16px ;
}

.map-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    z-index: 1;
}

.map-bg p {
    text-shadow: 0 11px 6px rgba(0, 0, 0, .1);
    /*! line-height: 3em; */
}


.intrestedTitle {
    transition: all .2s;
    background: #454F5B;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 50px 0;
    border-radius: 5px;
}


.intrestedTitle a {
    display: block;
    color: #4d4d4d;
    padding: 20px;
}

.intrestedTitle h2 {
    margin-bottom: 12px;
    position: relative;
}

.intrestedTitle h2 a:before {
    content: '';
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #454F5B;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 34px);
}

.intrestedTitle a small ~ span {
    border-top: solid 1px grey;
    padding: 10px;
    margin-top: 10px;
    display: block;
    color: white;
}

.intrestedTitle h2 a small {
    display: block;
    color: white;
}

.intrestedSubTitle {
    margin-top: -45px;
    display: table;
    background: #f9fafb;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.intrestedSubTitle h2 {
    margin: 20px 0;
}

.intrestedSubTitle h2 a {
    /*! color: grey; */
}

.intrestedSubTitle h2 a:hover {
    color: #896960;
}

.intrestedTitle:hover {
    background: #919EAB;
}

.intrestedTitle:hover h2 a:before{
    border-top-color: #919EAB;
}
.tallCards {
    text-align: center;
    margin-top: 50px;
}

.sqareCards .catalog_categories_a .color {
    background: #eee;
    padding: 10px;
    margin: 5px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sqareCards .catalog_categories_a .color span {
    color: grey;
    padding: 10px;
    display: block;

}

.sqareCards .catalog_categories_a {
    width: calc(33.3% - 10px);
    color: #000;
    position: relative;
    display: block;
    padding: 10px;
}

.gridBy7.sqareCards .catalog_categories_a {
    width: calc(50% - 10px);

}

.gridBy7.sqareCards .catalog_categories_a:nth-child(1) {
    width: calc(33% - 10px);

}

.gridBy7.sqareCards .catalog_categories_a:nth-child(2) {
    width: calc(33% - 10px);

}

.gridBy7.sqareCards .catalog_categories_a:nth-child(3) {
    width: calc(33% - 10px);

}

.sqareCards .catalog_categories_a .color .someColor img {
    width: 50px
}

.sqareCards .catalog_categories_content {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
    align-items: stretch;
}

.sqareCards #catalog_categories_content a {
    color: #fff;
}

.sqareCards .catalog_categories_item_main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    box-shadow: 5px 5px 25px -15px rgba(0, 0, 0, .25);
    padding: 10px;
    height: 100%;
    border-radius: 28px;
    top: 0;
    position: relative;
    background: white;
}

.sqareCards .catalog_categories_item_main:hover {
    opacity: 0.8;
    box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, .2);
    top: -5px;
}

.sqareCards .catalog_categories_item_div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sqareCards .catalog_categories_item_text {
    padding: 22px 0;
    font-size: 18px;
    color: #4d4d4d;
    text-align: center;
    border-bottom: solid 1px;
    border-color: gainsboro;
    flex-grow: 1;
}

.sqareCards .catalog_categories_item_img {
    width: 100%;
    object-fit: contain;
    max-height: 300px;
    padding: 20px 0;
}

.sqareCards .catalog_categories_item_div p {
    text-align: center;
    color: white;
    background: rgba(76, 51, 44, 0.85);
    font-weight: bold;
    display: block;
    padding: 10px 20px;

}

.tallCards .catalog_categories_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gridBy5.tallCards .catalog_categories_content {
    justify-content: center;
}

.tallCards .catalog_categories_content a {
    color: #fff;
    display: block;
}

.tallCards .catalog_categories_content_title {
    font-family: Museo500;
    color: #4d4d4d;
    font-weight: bold;
    padding: 0 6px;
    text-align: left;
}

.tallCards .tallCardsHolder {
    width: -webkit-calc(33% - 13px);
    width: calc(25% - 16px);
    height: 300px;
    display: inline-block;
    background-image: url('../img/bgBig.jpg');
    transition: opacity 0.15s ease-in-out;
    position: relative;
    margin-bottom: 65px;
    background-size: cover;
    background-position: bottom center;
}

.tallCards .tallCardsHolder.isFences {
    width: calc(33% - 20px);
    margin: 24px 10px;
}

.tallCards .tallCardsHolder.isFences.disable {
    pointer-events: none;
    opacity: .5
}

.tallCards .tallCardsHolder:hover {
    opacity: 0.8;
}

.tallCards .catalog_categories_item_text {
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    box-shadow: -20px 13px 10px -15px #262626, 20px 13px 8px -15px #262626;
    margin-top: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tallCards .catalog_categories_item_text_back {
    width: 100%;
    height: 60px;
    background: #3e2723;
    opacity: 1;
    position: relative;
}

.tallCards .catalog_categories_item_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.tallCards .isFences .catalog_categories_item_img {
    border-radius: 10px;
}

.tallCards .catalog_categories_item_text_main {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    position: absolute;
    bottom: -30px;
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
}

.tallCards .catalog_categories_content_bottom_text {
    font-family: Museo500;
    color: #3e2723;
    padding: 20px 0;
}

.tallCards .tallCardsHolder.isGates {
    height: auto;
    width: 100%;
    box-shadow: 5px 5px 25px -15px rgba(0, 0, 0, .25);
    border-radius: 12px;
    border: solid 4px white;
}

.tallCards .tallCardsHolder.isGates.noChilds {
    width: calc(33% - 10px);
}

.tallCards .tallCardsHolder.isGates .gatesImages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 200px;
}

.tallCards .tallCardsHolder.isGates.noChilds .gatesImages {
    flex-direction: column
}

.tallCards .tallCardsHolder.isGates .gatesImages .gatePng {
    max-width: 350px;
    padding: 0 10px;
}

.tallCards.isGates .catalog_categories_item_img {

    height: auto;
}

.sqareCards.gridBy2 .catalog_categories_a,
.sqareCards.gridBy4 .catalog_categories_a {
    width: calc(50% - 10px);
}

.sqareCards.gridBy5 .catalog_categories_a:first-child {
    width: calc(50% - 10px);
}

.sqareCards.gridBy5 .catalog_categories_a:nth-child(2) {
    width: calc(50% - 10px);
}

.tallCards.gridBy2 .tallCardsHolder {
    width: calc(50% - 16px);
}

.editBack {

    position: absolute;
    right: -10px;
    height: 42px;
    width: 42px;
    background: white !important;
    border-radius: 100%;
    border: solid 1px #157efb;
    top: -10px;
    display: block;
    z-index: 1;
    box-shadow: 0 0 20px -8px grey;
    transition: all .2s;

    padding: 5px;
}

.editBack ~ .editBack.editImage {
    top: 40px
}

.editPageBtn * {
    display: inline-block;
    vertical-align: middle;
}

.editPageBtn.fixed {
    float: right;
    position: fixed;
    right: 0;
    z-index: 9;
    margin: 0;
}

.editPageBtn.fixed a {
    margin: 0
}

.editPageBtn a {
    color: #06f;
    font-weight: bold;
    box-shadow: 0 0 20px -8px grey;
    display: table;
    padding: 10px 20px;
    margin: 20px auto;
    transition: all .2s;
    background: white;
}

.editPageBtn a:hover, .editBack:hover {
    box-shadow: 0 0 20px -2px grey;
}

.editPageBtn img {
    width: 40px;
    margin-right: 10px;
}

.categoryItems {
    padding: 12px 0;
}

.subTitle {
    font-size: 35px !important;
    color: #3e2723;
    margin-left: 0;
}

.oneCatalogItem .photo {
    padding: 0 !important;
}

.wraperMiniSlider {
    /*! margin: 5px 0 !important; */
}

.productOrder {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.item_page_avalaible_size_table {
    width: 100%;
    height: 60px;
    border-collapse: separate;
    border-spacing: 0 0.2em;
}

.item_page_avalaible_size_table table th {
    text-align: left;
    padding: 0 10px;
    white-space: nowrap;
}

.item_page_avalaible_size_table table td {
    padding: 0 10px;
    text-align: left !important;
}

.item_page_avalaible_size_table table td sup {
    display: block;
    top: 0;
    line-height: inherit;
}

.item_page_avalaible_size_td1 {
    width: 96px;
    border: 1px solid #e5e5e5;
    text-align: left;
    text-align: center;
    padding: 10px;
}

.item_page_avalaible_size_td2 {
    width: 225px;
    border: 1px solid #e5e5e5;
    /*! border-left: none; */
    text-align: center;
}

.item_page_avalaible_size_td2.sizeColors {
    /*! width: auto; */
    padding: 10px 10px 20px;
}

.item_page_avalaible_size_td2.sizeColors > div {
    display: inline-block;
    height: 60px;
}

.item_page_avalaible_size_td3 {
    border: none;
    background: #f5f5f5;
    padding-left: 30px;
    border: solid white;
    background: gainsboro;
}

.item_page_avalaible_size_td4 {
    width: 150px;
    border: 1px solid #e5e5e5;
    padding-left: 30px;
}

.item_page_avalaible_size_td2_a {
    text-decoration: underline;
    color: #222;
    vertical-align: top;
}

.item_page_avalaible_size_td2_img1 {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.item_page_avalaible_size_td2_img {
    width: 21px;
    height: 17px;
}

.item_page_avalaible_size_tr {
    border: 1px #ffff solid;
    height: 60px;
    background: white;
}

.productInfo {
    /*! background-color: #f0f0f0; */
    color: black;
    flex-grow: 1;
}

.productInfo.prices {
    text-align: right;
}

.productInfo.prices sub {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    color: #888;
}
.productInfo.prices sup{
    display: block;
    margin-top: 12px;
}
.smallcolor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.smallcolor sub {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 6px;
}

.productInfo sub {
    margin-bottom: 8px;
    color: #888;
    margin-top: 10px;
}

.smallcolor .oneColor {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 100%;
    border: solid 2px white
}

.colors {
    text-align: center;
    padding-bottom: 20.1775px;
    font-size: 0;
    white-space: nowrap;
}

.colors.grid {
    width: 228px;
    margin: auto;
    white-space: inherit;
}

.colors .splitGrid {
    display: none;
}

.colors.grid .splitGrid {
    display: block;
}

.colors .oneColor {
    display: inline-block;
    margin-bottom: -20.1775px;
    padding: 3px;
}

.colors .oneColor input,
.colors .oneColor .jq-checkbox {
    display: none !important;
}

.colors .oneColor .holdHexagon {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    position: relative;
    transition: all .2s;
    padding: 0;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .5);
    margin: 0;
}

.colors .oneColor .holdHexagon::before {
    content: 'hi';
    height: 70%;
    width: 100%;
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    border-radius: 100%;
    transition: all .2s;
}

.colors .oneColor .holdHexagon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 48%;
    left: 0;
    box-shadow: 0 10px 7px rgb(255, 255, 255);
    transform: rotate(30deg);
}

.colors .oneColor .holdHexagon .hexagon {
    transition: all .2s;
    opacity: .7;
}

.colors .oneColor .holdHexagon .hexagon.shadow {
    opacity: 1;
    top: -6px;
}

.colors.grid .oneColor .holdHexagon .hexagon.shadow {
    opacity: 1;
    top: -5px;
}

.colors.grid .oneColor .holdHexagon .hexagon:first-child .box {
    box-shadow: 0 0 10px gray;
}

.colors .oneColor label.holdHexagon:hover > .hexagon.shadow {
    top: -4px;
    cursor: pointer;
}

.colors .oneColor input:checked ~ label.holdHexagon:before,
.colors .oneColor div.checked ~ label.holdHexagon:before {
    box-shadow: 0 0 20px 10px;
}

.colors .oneColor input:checked ~ label.holdHexagon > .hexagon.shadow,
.colors .oneColor div.checked ~ label.holdHexagon > .hexagon.shadow {
    top: 2px;
    color: white !important;
    text-shadow: 0 0 1px;

}

.colors .hexagon::before,
.colors .hexagon::after {
    width: 0;
    border-left: 35px solid transparent !important;
    border-right: 35px solid transparent !important;
    background: none !important;
    content: '';
    display: block;
    box-shadow: none !important;
}

.colors .hexagon::before {
    border-bottom: 20.1775px solid;
}

.colors .hexagon::after {
    border-top: 20.1775px solid;
}

.colors .hexagon .box {
    width: 70px;
    height: 40.355px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    white-space: normal;
}

.hexagon.shadow {
    position: absolute;
    top: 0;
}

.colors.grid .oneColor:nth-child(1),
.colors.grid .oneColor:nth-child(6),
.colors.grid .oneColor:nth-child(12),
.colors.grid .oneColor:nth-child(18) {
    padding-left: 4px;
}

.colors.grid .oneColor:nth-child(5),
.colors.grid .oneColor:nth-child(11),
.colors.grid .oneColor:nth-child(12),
.colors.grid .oneColor:nth-child(17) {
    margin-left: -73px;
}

.colors.grid .oneColor:nth-child(6),
.colors.grid .oneColor:nth-child(12),
.colors.grid .oneColor:nth-child(18) {
    margin-left: -76px;
}

.colors.grid .oneColor:nth-child(4),
.colors.grid .oneColor:nth-child(10),
.colors.grid .oneColor:nth-child(16) {
    margin-right: 73px;
}

.colors.grid .oneColor:nth-child(7),
.colors.grid .oneColor:nth-child(13),
.colors.grid .oneColor:nth-child(19) {
    margin-right: -76px;
}

.colors .ralWhite .hexagon .box {
    color: black !important;
}


.catalog_categories_content_bottom_text {
    padding: 2vw;
    border-radius: 15px;
    margin: 40px 0;
    box-shadow: 6px 7px 87px -37px rgba(0, 0, 0, .3);
    background-color: white;
}

.intrestedSubPage {
    border: solid 1px #dcdfe1;
    margin: 90px 0;
    border-radius: 5px;
}

.productInfoFlex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #F4F6F8;
    border-radius: 17px;
    overflow: hidden;
    align-items: center;
    padding: 10px 20px;
}

.seeDetails {
    background: #e1e1e1;
    padding: 27px 20px;
}

.prices span {
    white-space: nowrap;
    color: #00a82d;
    display: block;
}

.logo.smallMenu {
    height: 66px;
}

.logo.smallMenu.open .container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 17;
    background: white;
}

.logo.smallMenu .container ul {
    transition: all .5s;
}

.logo.smallMenu.open .container ul {
    /*! background-color: white; */
    box-shadow: 0 10px 15px -20px grey;
}

.logo.smallMenu.close .container {
    /*! top: -50px; */
    /*! transition: all .5s; */
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.logo.smallMenu svg {
    /*! display: inline-block; */
    /*! width: 40px !important; */
    /*! height: 100% !important; */
    /*! margin: 0 !important; */
    /*! padding: 0 !important; */
}

.logo.smallMenu #logoText {
    width: 130px !important;
    margin-left: 10px !important;
}

.logoTextBig {
    /*! font-size: 38px; */
    /*! display: block; */
    /*! text-align: center; */
    /*! color: #7c5f56; */
    /*! letter-spacing: 2px; */
    height: 50px;
    object-fit: contain;
    opacity: 1;
}

.logo:hover .logoTextBig {
    opacity: .7;
}

.logoTextSmall {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-left: 15px;
}

.basket {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    margin: 8px 30px;
    display: block;
    background: white;
}

.basket svg {
    fill: #7c5f56;
    height: 25px;
    width: 25px;
    margin-top: 12px;
    transform: scale(1);
    transition: .3s;
}

.basket:hover svg {
    opacity: .5;
    transform: scale(1.2)
}

.logo.smallMenu.open .basket {
    height: 40px;
    width: 40px;
    background: #7c5f56;
    margin-top: 5px;
}

.logo.smallMenu.open .basket svg {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    fill: white;
}

.logo.smallMenu.open .basket:hover {
    opacity: .7
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 998;
    box-shadow: 0 0 20px rgba(124, 95, 86, .4);
    /*! padding: 10px; */
}

.cookie .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.cookie .container p {
    padding: 15px;
    font-size: .8em;
}


.cookie .container .btns {
    flex: 1;
    text-align: center
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #f2f2f2;
    box-shadow: 0 0 10px -8px;
    border-radius: 100px;
    border: solid 2px white;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    transition: all .4s ease-in-out;
    z-index: 1;
}

.whatsapp:hover {

    box-shadow: 0 0 15px -10px;
}

.whatsapp.open {
    max-width: 350px !important;
}

.whatsapp > *,
.whatsapp_open > *,
.whatsapp_btn > * {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.whatsapp img {
    width: 60px;
    background: white;
    border-radius: 100%;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.whatsapp_btn {

    cursor: pointer;
}

.whatsapp a {
    color: #9a847e;
    margin-left: 14px;
    height: 60px;
    line-height: 60px;
    transform: translateX(18px);
    transition: all .4s .1s ease-in-out;
}

.whatsapp p {
    color: #9a847e;
    max-width: 180px;
    opacity: 1;
    overflow: hidden;
    transition: all .4s .1s ease-in-out;
}

.whatsapp.open p {
    max-width: 0;
    opacity: 0;
}

.whatsapp img:hover {
    background: #f2f2f2;
}

.whatsapp.open a {
    transform: translateX(-17px);
}

.whatsapp a:last-child {
    transition-delay: 0.2s;
    margin-right: 18px;
}

.whatsapp a:hover {
    color: #5f4b45;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-cart {
    position: fixed;
    z-index: 1100;
    width: 500px;
    max-width: calc(100% - 30px);
    height: 100vh;
    top: 0;
    right: -500px;
    background-color: #fff;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    padding-right: 25px;
    padding-left: 35px;
}

.show-header-cart .wrap-header-cart{
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
    right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
    width: calc(100% - 20px);
    max-width: 100%;
    height: 16.5%;
    min-height: 85px;
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 8px;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.header-cart-content {
    overflow: auto;
    /*! flex-wrap: wrap; */
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
}

.ul-header-cart-wrapitem {
    padding: 10px;
    border-bottom: solid 1px #dcdcdc
}

.header-cart-content > div > a {
    margin-top: 20px;
    display: block;
}

.header-cart-content div:last-child {
    /*! margin-top: auto; */
}

.header-cart-wrapitem {
    flex-grow: 1;
    width: 100%;
}

.header-cart-wrapitem li {

    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    /*! box-shadow: 0 0 20px -10px rgba(0, 0, 0, .25); */
    /*! padding: 10px; */
    /*! border-radius: 14px; */
    position: relative;
}

/*---------------------------------------------*/
.header-cart-item-img {
    display: flex;
    align-items: center;
    /*! margin-top: 20px; */
    /*! flex-basis: 0; */
}

.header-cart-item .img {
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #dcdcdc;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    padding: 5px;
    overflow: hidden;
    flex: 0 0 70px;
}

.header-cart-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .2s
}

.header-cart-item img:hover {
    transform: scale(1.1);
}

.header-cart-item-img:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
    /*! padding-top: 8px; */
    padding-left: 13px;
    display: flex;
}

.header-cart-item-txt .d-flex {
    min-height: 30px;
}

.header-cart-item-name {
    display: block;
    font-size: 14px;
    color: #555;
    transition: all 0.4s;
    touch-action: manipulation;
    margin: 10px 0;
    text-decoration: underline;
    margin-right: 15px;
}

.header-cart-item-info {
    font-size: 14px;
    color: #888;
    line-height: 1.5em;
    width: 100%;
}

.header-cart-item-info > .d-flex {
    position: relative;
}

.header-cart-item-wrapper.no_sizes .header-cart-item-info > .d-flex {
    position: inherit;
}

.header-cart-item-info b {
    white-space: nowrap;
}

.header-cart-item-info .color {
    width: 20px;
    height: 21px;
    display: block;
    float: left;
    margin-right: .5em !important;
    box-shadow: 0 0 0px 2px white;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    flex: 0 0 20px;
}

.header-cart-total {
    font-size: 18px;
    color: #222;
    line-height: 1.3;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}

.header-cart-buttons {

    flex-wrap: wrap;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
}

.js-hide-cart {
    cursor: pointer;
}

.js-hide-cart.s-full {
    width: 100%;
    height: 100%;
    display: block;
}


.btn {
    color: #fff;
    text-decoration: none;
    /*! border-radius: 50px; */
    background-color: #7c5f56;
    min-width: 145px;
    align-items: center;
    display: inline-flex;
    transition: all 0.2s;
    touch-action: manipulation;
    border: solid 2px white;
    padding: 15px;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;

    background: #59443e;
    background: -moz-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: -webkit-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: -o-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: -ms-linear-gradient(-45deg, #59443e 0%, #916f64 100%);
    background: linear-gradient(135deg, #59443e 0%, #916f64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59443e', endColorstr='#916f64', GradientType=1);

    box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px -5px black;
}

.disabled .btn {
    box-shadow: none;
}

.btn div {
    display: inline-block;
}

.btn svg {
    height: 30px;
    width: 30px;
    color: white;
    fill: white;
    margin-right: 20px;
    transition: all .4s;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 2px 10px -5px black;
    color: white;
}

.btn:active, .btn:focus {
    transform: translateY(0px);
    box-shadow: 0px 0px 10px -5px black;
    opacity: .9
}


.disabled {
    position: relative;
}

.disabled:after {
    /*! content: ''; */
    /*! display: block; */
    /*! position: absolute; */
    /*! background: white; */
    /*! left: 0; */
    /*! top: 0; */
    /*! right: 0; */
    /*! bottom: 0; */
    /*! opacity: .8; */
    /*! z-index: 5; */
}

.item_page_item_description input[type=radio] {
    display: none;
}

.item_page_item_description > div {
    padding: 20px;
}

.item-page-select-quantity {
    display: flex;
    align-items: center;
    flex-grow: 0;
}

.item-page-select-quantity + button {
    margin: 10px;
}

.item-page-select-quantity .btn {
    min-width: inherit;
    margin: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    font-size: 25px;
    width: 62px;
}

.item-page-select-quantity input {
    background: white;
    color: #888;
    padding: 10px;
    transition: border-color .2s;
    outline: none;
    border: solid 1px #e5e5e5;
    text-align: center;
    height: 50px;
    width: 70px;
}

.item-page-select-quantity input:active,
.item-page-select-quantity input:focus,
.item-page-select-quantity input:hover {
    border-color: #888;
}

.item_page_item_description {
    margin-bottom: 30px
}

.item_page_item_description > div:first-child {
    /*! padding-top: 0; */
    border-top: 0;
    display: flex;
    flex-direction: column;
}

.item-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    flex-wrap: wrap;
}

.item-page-header .item-page-price-text {
    padding: 0 35px
}

.item-page-header .title {
    margin: inherit;
}

.item-page-price-text span {
    font-weight: bold;
    color: #00a82d;
    font-size: 1.5em;
}

.item-page-select-size {
    padding-top: 10px;
}

.item-page-select-size label {
    display: flex;
    margin-top: 10px;
    background: white;
    color: #888;
    padding: 10px 20px;
    border-radius: 100px;
    justify-content: space-between;
    border: solid 1px;
    cursor: pointer;
    border-color: #e5e5e5;
    transition: border-color .2s;
    align-items: center;
}

.item-page-size-price {
    color: green;
}

.item-page-select-size label:hover {

    border-color: #888;
}

.item-page-select-size input:checked + label {
    border-color: green
}

.item-page-select-size label .item-page-check svg {
    fill: #e5e5e5;
}

.item-page-select-size input:checked + label .item-page-check svg {
    fill: none;
    stroke: green;
}

.item-page-select-size label div {
    padding: 5px;
}

.item-page-colors {
    display: flex;
    overflow: visible;
    padding: 10px;
    flex-wrap: wrap;
}

.hexagon {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    width: 70px;
    margin: 4px;
    overflow: visible;
    display: block;
}

.hexagon .ratio-1-1 {
    padding-top: 100%;
    transition: opacity .4s;
}

.hexagon .item-page-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eee;
    font-size: 12px;
}

.hexagon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 48%;
    left: 0;
    box-shadow: 0 10px 7px rgb(255, 255, 255);
    transform: rotate(30deg);
}

.item-page-colors label.hexagon {
    cursor: pointer;
}

.item-page-colors label .item-page-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}


.item-page-colors input:hover .ratio-1-1 {
    opacity: .8;
}

.item-page-colors input:checked + label .ratio-1-1 {
    opacity: .5;
}

.item-page-colors input:checked + label .item-page-check {
    opacity: 1;

}

.item-page-colors input:checked + label .item-page-text {
    opacity: 0;
}

.item-page-colors #ral_white + label .ratio-1-1 {
    box-shadow: 0 0 50px -30px black inset;
}

.item-page-colors #ral_white + label .item-page-text {
    color: #aaa
}

.item-page-colors #ral_white:checked + label .item-page-check {
    color: gainsboro !important;
}
.item-page-colors #ral_white:checked + label .item-page-check svg {
    fill: black !important;
}

.item_page_item_description {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: grey;
    justify-content: space-between;
}

.pink-bg {
    background: whitesmoke;
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
    color: #444;
}

.item_page_recommended_main_div {
    padding-top: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.validate {
    color: red;
    display: block;
    overflow: hidden;
    transition: all .5s;
}

.validate.hide {
    opacity: 0;
    max-height: 0;
    transform: translateX(20px);
}

.validate.show {
    opacity: 1;
    max-height: 100px;
    transform: translateX(0);
}

.ov-hide {
    overflow: hidden;
}

img, a {
    user-select: none;
    -webkit-user-drag: none;
}

.slider_working {
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.slider_working > * {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: grab;
}

.slider_working > *:active {
    cursor: grabbing
}

.slider_working > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.transition {
    transition: all .2s;
}

.product_slider {
    align-items: center;
    margin-bottom: 20px;
}

.product_slider div {
    /*! display: flex; */
    /*! justify-content: center; */
    align-items: center;
    position: relative;
}

.product_slider.first ~ .back,
.product_slider.last ~ .next {
    opacity: .5;
}

.product_slider.mini_slider {
    height: 100px;
}

.product_slider.mini_slider div {

    height: 100px;
    width: 100px;
    cursor: pointer;
}

.product_slider.mini_slider div img {
    /*! flex: 0 0 120px !important; */
    padding: 5px;
    outline: solid 1px gainsboro;
    cursor: pointer;
    border-right: none;
    outline-offset: -1px;
}

.product_slider.mini_slider div.active {
    opacity: .5;
    cursor: inherit;
    outline: solid 1px #7c5f56;
    outline-offset: -1px;
    z-index: 1;
}

.product_slider.mini_slider div:last-child img {
    border-right: solid 1px gainsboro
}

.product_slider a {
    display: flex;
    flex-direction: column;
}

.product_slider img {
    max-height: 350px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.mini_slider.product_slider img {
    border: solid 1px #dcdcdc
}

.sliderOne {
    text-align: center;
}


.sliderOne a p {
    margin-bottom: 0;
}

.sliderOne > div {
    padding: 10px;
}

.sliderOne ~ label {
    top: 180px;
}

.sliderMini > div {
    padding: 5px;
    height: 200px;
    margin-top: 30px;
}

.sliderMini > div.active {
    opacity: .5;
    transition: all .2s;
    box-shadow: 0 0 0;
}

.sliderMini > div.active > img {
    box-shadow: 0 0 0;
    transition: all .2s
}

.sliderMini > div > img {
    /*! box-shadow: 0 0 10px rgba(0, 0, 0, .45); */
    object-fit: cover;
    /*! border-radius: 15px; */
    max-height: 200px;
}

.d-table {
    display: table;
}

.m-auto {
    margin: auto;
}

.disabled {
    padding: 0;
    margin: 0;
}

.disabled:after {
    content: '';
    display: block;
    position: absolute;
    background: #f9fafb;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    z-index: 5;
}

.new_checkout {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 30px;
    justify-content: space-between;
    margin: 10px;
    padding: 10px;
    border-radius: 18px;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    flex-wrap: wrap;
}

.new_checkout .title {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.form_section, .cart_section {
    flex: 1;
}

.cart_section .cart_box {

    /*! max-width: 350px; */
    margin: 15px;
}

.ul-header-cart-wrapitem .price,
.header-cart-total .price {
    font-weight: bold;
    color: #00a82d;
    font-size: 1.1em;
    margin-left: auto;
}


form .pay_method {
    margin: 15px;
}

form .pay_method input {
    display: none;
}

form .pay_method label {
    padding: 10px;
    display: block;
    cursor: pointer;
}

form .pay_method label:before {
    content: "";
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: solid 1px #dcdcdc;
    margin-right: 1em;
    border-radius: 100px;
    transition: all .2s
}

form .pay_method label:before {
    content: "";
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: solid 1px #888;
    margin-top: -1px;
    margin-right: 1em;
    border-radius: 100px;
    transition: all .2s;

    box-shadow: 0 0 10px -5px rgba(0, 0, 0, .25) inset;
}

form .pay_method input:checked + label:before {
    background: #6b5149;
    border-color: #6b5149;
}

form .pay_method label:hover:before {
    border-color: #888
}

.checkout-select-quantity {
    display: flex;
    margin: 5px 10px;
    align-items: center;
}

.checkout-select-quantity div {
    background-color: #7c5f56;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
}

.header-cart-item-txt .d-flex > * {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.header-cart-item-txt .size_price {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
}

.header-cart-item-txt .size_price b {
    margin: 0 10px;
}

.checkout-select-quantity input {
    border: solid 1px #dedede;
    width: 30px;
    text-align: center;
    height: 1.5em;
}

.category_title {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.new_checkout .category_title {
    text-align: right
}

.new_checkout img.mobile {
    display: none;
}

.new_checkout img.desktop {
    margin-bottom: 0;

}

.new_checkout .header-cart-item-img {
    margin-top: 0;
}

.new_checkout .header-cart-item-txt {
    padding-top: 0;
    padding-left: 0;
}

.header-cart-item-txt.cart_sizes {
    flex-direction: column;
}

.new_checkout .header-cart-wrapitem li {
    display: flex;
}

.new_checkout .header-cart-item-wrapper {
    flex: 1;
}

.header-cart-item-wrapper.no_sizes {
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.header-cart-item-wrapper {
    width: 100%;
}

.split_border {
    width: 1px;
    background-color: #dcdcdc
}

.header-cart-item-txt .delete_item {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: solid 1px #cdcdcd;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    position: absolute;
    left: -23px;
    background: white;
    margin-top: 1px;
}

.no_sizes .header-cart-item-txt .delete_item {
    left: -10px
}

.header-cart-item .delete_item svg {
    fill: #888;
    height: 100%;
    width: 100%;
}

.header-cart-item .delete_item:hover svg {
    fill: red;
}

.wrap-header-cart.js-panel-cart.show-header-cart ~ .wrapper {
    overflow: hidden;
}

.confirm {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, .5) !important;
    width: 100vw !important;
    height: 100vh !important;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    cursor: initial !important;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, all .4s;
}

.confirm.show {
    visibility: visible;
    opacity: 1;
}

.confirm .overlay {
    width: 90%;
    height: auto;
    background: white;
    color: #888;
    max-width: 500px;
    min-width: 300px;
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, .25);
    padding: 20px 10px;
    border-radius: 20px;
    cursor: initial;
    transform: translateY(-20px);
    transition: all .2s;
}

.confirm.show .overlay {
    transform: translateY(0);

}

.confirm .overlay p {
    font-size: 20px;
    margin-bottom: 50px;
}

.confirm .overlay .btn {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    height: auto;
}

.delete-overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    background-color: white !important;
    opacity: .9;
    top: 0;
    bottom: 0;
    height: 100% !important;
    transition: all .6s
}

.delete-overlay:hover {
    opacity: .7
}

.front_slider_navigation.dots {
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.front_slider.slider_working + .front_slider_navigation.dots {
    height: auto;
    visibility: inherit;
    margin: 20px auto 0;
}

.dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
}

.dots > div {
    height: 6px;
    transition: all .2s;
    border-radius: 100px;
    margin: 10px 5px;
    cursor: pointer;
    background-color: #4e281d;
    opacity: .7;
    width: 6px;
    background-color: #341a14;
}

.dots > div.active {
    opacity: 1;
    width: 40px;
}

.thank_you {
    margin: auto;
    box-shadow: 15px 15px 33px -10px rgba(0, 0, 0, .2);
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin-top: 50px;
}

.thank_you svg {
    fill: green;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    padding: 10px;
    margin: 20px;

    margin: auto;
    display: table;
}

.product_tabs .content img {
    max-width: 100%;
    width: inherit !important;
    height: inherit !important;
}

.cards {
    max-width: 1000px;
    margin: auto;
}

.instructions {
    margin-bottom: 50px;
}



.card {
    border: solid 1px gainsboro;
    padding: 15px;
    cursor: pointer;
    border-radius: 15px;
    margin: 10px;
    background: white;
}

.card-button {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-wrap: wrap;
}

.card:hover {
    box-shadow: 0 0 5px gainsboro;
}

.card-title {
    display: flex;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    color: #6a6a6a;
}

.card-body {
    overflow: hidden;
    transition: all 0.4s;
}
.card-body iframe {
    border-radius: 5px;
}

.card.closed .open {
    max-height: 9999px;
}

.card.closed .card-body {
    max-height: 0 !important;
    opacity: 0;
}

.card-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    caret-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #7c5f56;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}


.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.menu-opened .hamburger--3dxy .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important
}

.menu-opened .hamburger--3dxy .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.menu-opened .hamburger--3dxy .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.menu-opened .hamburger--3dxy-r .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent !important
}

.menu-opened .hamburger--3dxy-r .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.menu-opened .hamburger--3dxy-r .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}


.footerAddress .infoRow {
    display: table-row
}

.footerAddress .infoRow p {
    display: table-cell;
    padding: 0 5px;
    margin: 0;
    white-space: nowrap;
}

.footerAddress .infoRow p:first-child {
    /*! text-align: right; */
}

@media (max-width: 1330px) {
    .index_page_product_menu_main > div {
        width: 50%;
        max-width: 500px;
        max-height: 500px;
        min-width: 330px;
        flex-grow: 1;
    }

    .index_page_product_menu_main.slider_working > div {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }

    .front_about > .front_about_video img {
        max-width: inherit;
    }
}

@media (max-width: 1170px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .animationBlock {
        display: none;
    }

    .cart .cartName .name {
        width: 467px
    }

    .cart .cartProduct .top .right {
        width: 460px
    }

    .cart .cartProduct .top .left {
        width: -webkit-calc(100% - 460px);
        width: calc(100% - 460px)
    }

    .avantage .container .avantageItems .icon {
        margin: 0 15px
    }

    .header .menu .container {
        padding: 0
    }

    .header .menu .container .menuElement li a {
        font-size: 13px;
    }
}

@media (max-width: 970px) {

    .call-us-back .phone-div {
        display: none
    }


    .text {
        font-size: 17px;
    }

    .header {
        top: -170px;
    }

    .header .top .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .header .top .container .lang {
        border: none;
    }

    .header .top .container > * {
        height: 40px;
    }

    .header .top .container .topMenu {
        margin: auto;
        height: 40px;
        flex: 1;
        display: flex;
        flex-basis: 100%;
        margin-top: 10px;
    }

    .header .top .container .topMenu li {
        flex: 1;
    }

    .header .top .container .topMenu li a {
        justify-content: center
    }

    .header .bottom .container {
        height: 60px;
    }

    .header .bottom .container .right {
        padding: 0;
    }

    .header .bottom .container .right .phone,
    .header .bottom .container .right .download {
        margin-left: 15px;
    }

    .header .bottom .container .right .download {
        padding: 20px 40px;
    }

    .header .bottom .container .mobMenu .logo.sprite {
        height: auto;
        margin: 0;
    }

    .header .bottom .container .mobMenu .logo.sprite .logoTextBig {
        font-size: 30px;
    }

    .header .bottom .container .mobMenu .logo.sprite .logoTextSmall {
        /*display: none;*/
    }

    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }

    .sqareCards .catalog_categories_a {
        width: calc(50% - 10px);
    }

    .tallCards .tallCardsHolder.isFences {
        width: calc(50% - 20px);
        margin: 30px 10px;
    }

    .catalogItems .catalogOneItem {
        width: -webkit-calc(33.3% - 7px);
        width: calc(33.3% - 7px)
    }

    .catalogItems .catalogOneItem.instrumente,
    .catalogItems .catalogOneItem.other {
        width: -webkit-calc(33.3% - 7px);
        width: calc(33.3% - 7px)
    }

    .catalogItems .catalogOneItem:nth-of-type(3n) {
        margin-right: 0
    }

    .catalogItems .catalogOneItem:nth-of-type(4n) {
        margin-right: 10px
    }

    .galleryBlock .galleryItem:nth-of-type(2n) {
        margin-right: 0
    }

    .mapWrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mapWrapper .information,
    .mapWrapper .map {
        width: 100%;
        margin: 5px 0
    }

    .oneProductBlock {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .oneProductBlock .productLeft,
    .oneProductBlock .productRight {
        width: 100%;
        margin: 20px 0 0 0;
        border: none;
        padding: 15px 0;
    }

    .oneProductBlock .productLeft .wraperSlider {
        width: 100%;
        max-width: 580px;
        margin: 0 auto
    }

    .oneProductBlock .productRight .oneCatalogItem {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin-right: 10px
    }

    .oneCatalogItem {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .oneCatalogItem .photo {
        width: 100%;
        min-height: 280px
    }

    .oneCatalogItem .photo .arrow {
        display: none
    }

    .oneCatalogItem .aboutProdus {
        width: 100%
    }

    .oneCatalogItem .aboutProdus .content {
        width: 100%
    }

    .cart_section,
    .form_section {
        margin: 15px;
        padding: 25px;
        width: 100%;
    }

    .cart .cartName {
        display: none
    }

    .cart .cartProduct .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart .cartProduct .top .right {
        width: 100%;
        margin-bottom: 10px
    }

    .cart .cartProduct .top .left {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart .cartProduct .top .left .cancel {
        margin-left: 0
    }

    .cart .cartProduct .bottom .also {
        width: 50%
    }

    .cart .cartProduct .bottom .oneModel {
        width: 50%
    }

    .avantage {
        height: auto;
        padding: 20px 0
    }

    .avantage .container .avantageItems {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        text-align: center;
    }

    .avantage .container .avantageItems .experience {
        width: 100%;
        max-width: 500px;
        margin: 20px auto
    }

    .avantage .container .avantageItems .icon {
        width: 49%;
        margin: 0
    }

    .footer .container .footerTop .footerMenu {
        width: 100%;
        padding-right: 0
    }

    .footer .container .footerTop .footerMenu .footerMenuItems {
        margin-top: 25px;
        margin-bottom: 10px
    }

    .footer .container .footerTop {
        flex-wrap: wrap;
    }

    .footer .container .logoFooter {
        justify-content: center;
    }

    .footer .container .footerTop .footerMenu .footerMenuItems ul{
        justify-content: center;
    }

    .footer .container .footerTop .footerAddress {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .container .footerTop .footerAddress >div {
        margin-top: 30px;
        border: 0 !important;
        font-size: 14px
    }
    .footer .container .footerTop .footerMenu .footerMenuItems ul li {
        margin: 15px;
    }
    .footerAddress .infoRow p {
        white-space: inherit;
    }
}

@media (max-width: 650px) {

    .call-us-back > div{
        width: 100% !important;
        padding: 0 10px;
    }
    .cookie .container {
        flex-wrap: wrap;
    }
    .wrapper {
        padding-top: 50px;
    }

    .header {
        max-height: 0;
        min-height: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        background: linear-gradient(135deg, #525252 0%, #8c8a8c 100%);
        transition: all .2s;
        position: fixed;
    }

    .menu-closed .header {
        max-height: 57px;
        min-height: 57px;
        overflow: hidden;
        box-shadow: 0 0 25px -10px rgba(0, 0, 0, .5);
    }

    .menu-opened .header {
        min-height: 100vh;
        max-height: 100vh;
        overflow: hidden;
        box-shadow: 0 0 25px -10px rgba(0, 0, 0, .5);
        width: 100vw;
    }


    .header .basket {
        position: absolute;
        top: 0;
        right: 0;
        margin: 26px;
        box-shadow: -10px 10px 15px -10px rgba(0, 0, 0, .5);
    }

    .header .menu {
        height: auto;
    }

    .header .menu.smallMenu .container {
        height: auto;
        box-shadow: none;
        background: none;
    }

    .header .top {
        box-shadow: none;
        margin-top: 0;
    }

    .header .menu .container .menuElement {
        display: block;
    }

    .header .menu .container .menuElement li {
        border-bottom: solid 1px gainsboro;
    }

    .header .menu .container .menuElement li a {
        text-align: left;
        justify-content: left;
        height: 50px;
    }

    .header .top .container .topMenu {
        flex-wrap: wrap;
        height: inherit;
        border-top: 1px solid #e6e6e6;
        margin-top: 0;
        border-left: 1px solid #e6e6e6;
    }

    .header .top .container .topMenu li {
        flex-basis: 50%;
    }

    .header .top .container .topMenu li a {
        text-align: center;
        justify-content: center;
        border: none;
        padding: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .header .bottom {
        margin: 0;
        padding: 0;
        background: white;
    }

    .header .bottom .container {
        height: auto;
        display: block;
    }

    .header .mobMenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*! position: absolute; */
        /*! top: 40px; */
        /*! left: 0; */
        /*! right: 0; */
        /*! height: 50px; */
        background: white;
    }

    .header .mobMenu .logo.sprite {
        height: auto;
        padding: 0 10px;
    }

    .header .mobMenu .logo.sprite .logoTextBig {
        font-size: 30px
    }

    .header .mobMenu .logo.sprite .logoTextSmall {
        /*display: none;*/
        font-size: 20px;
    }

    .header .mobIcon {
        display: block;
        /*! padding: 10px; */
        height: 100%;
    }

    .header-cart {
        padding: 5px;
        padding-bottom: 0;
    }

    .header-cart-title {
        /*! padding-bottom: 35px; */
    }

    .front_about .front_about_video img.play {
        height: 50px;
        width: 50px;
    }

    .header-cart-item-txt .d-flex {
        /*! position: relative; */
        flex-wrap: nowrap;
        /*! text-align: right; */
        justify-content: right;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-cart-item-txt .price {
        margin-right: 10px;
    }

    .checkout-select-quantity {
        margin: 0;
        margin-left: auto;
    }

    .sliderMini > div {
        padding: 10px;
        height: 100px;
        margin-top: 30px;
    }

    .sqareCards .catalog_categories_a {
        width: 100% !important;
        padding: 10px;
    }

    .tallCards .tallCardsHolder {
        width: 100% !important;
    }

    .header .bottom .container .right a {
        height: 50px !important;
        display: block
    }


    .item_page_avalaible_size_tr {
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
        margin: 10px auto;
        display: block;
        height: auto;
        border-radius: 15px;
        padding: 0;
        text-align: center
    }

    .item_page_avalaible_size_tr > td {
        display: inline-block;
        border: none;
        text-align: center;
        vertical-align: middle;
    }

    .item_page_avalaible_size_td1 {
        min-width: 50%;
    }

    .item_page_avalaible_size_td2 {
        margin-top: 10px;
    }

    .item_page_avalaible_size_td1 img {
        width: auto !important;
        height: auto !important;
        max-height: 100px;
    }

    .item_page_avalaible_size_td2_img {
        display: none;
    }

    .item_page_avalaible_size_td3 {
        width: 100%;
        padding: 5px;
        margin: 5px auto;
        text-align: center;
    }

    .item_page_avalaible_size_td3 > table {
        margin: auto
    }

    .item_page_avalaible_size_td4 {
        padding: 0;
        width: 100%;
        padding: 10px;
        font-size: 1.2rem;
    }

    .avantage {
        margin: 30px 0
    }

    .container {
        padding: 0 5px;
    }

    .advantage-text {
        padding: 25px !important;
    }

    .firstSlide label.next {
        right: -10px;
        bottom: 0;
        top: inherit;
    }

    .firstSlide label.back {
        left: -10px;
    }

    .firstSlide label.next,
    .firstSlide label.back {
        bottom: 0;
        top: inherit;
    }

    .catalogItems.index.slick-slider .catalogOneItem {
        margin: 0 5px !important
    }

    .catalogItems .catalogOneItem {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 5px
    }

    .catalogItems .catalogOneItem.instrumente,
    .catalogItems .catalogOneItem.other {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .catalogItems .catalogOneItem:nth-of-type(3n) {
        margin: 5px
    }

    .catalogItems .catalogOneItem:nth-of-type(4n) {
        margin: 5px
    }

    .cart .cartProduct .top .left .how {
        width: 50%;
        margin-bottom: 10px
    }

    .cart .cartProduct .top .left .price {
        width: 50%;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 10px;
        text-align: right
    }

    .cart .cartProduct .top .left .total {
        width: 50%
    }

    .contact {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact .input {
        width: 100%;
        margin-right: 0
    }

    .contact button {
        width: 100%
    }

    .header .bottom .container .right {
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 10px 0 20px;
    }

    .header .bottom .container .right .download {
        width: 100%;
        max-width: 100%;
        margin: 0 20px;
    }

    .footer .container .footerTop .footerMenu .footerMenuItems ul li {
        margin-right: 30px
    }

    .new_checkout {
        flex-direction: column
    }
    .desktop {
        display: none !important;
    }

}

@media (max-width: 480px) {

    .sliderOne img {
        max-height: 160px
    }

    .sliderOne p {
        margin-left: 35px;
        margin-right: 35px;
    }

    .header-cart-wrapitem li {
        box-shadow: 0 0 20px -10px rgba(0, 0, 0, .25);
        padding: 10px;
        border-radius: 5px;
        background: white;
    }

    .pink-bg {
        padding: 10px;
        font-size: 16px

    }

    .cart_section, .form_section {
        padding: 0;
        margin-bottom: 0;
        margin: 0;
    }

    .ul-header-cart-wrapitem {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .new_checkout {
        padding: 0;
    }

    .category_title {
        display: none;
    }

    .header-cart-item-txt .size_price {
        flex-direction: column;
        align-content: center;
    }

    .header-cart-item-txt .size_price b {
        margin: 0;
        margin-left: 15px;
    }

    .header-cart-item-txt .price {
        margin-right: 0;
    }

    .header-cart-item-txt .header-cart-item-info {
        border-bottom: solid 1px #dcdcdc;
        /*! flex-direction: column; */
    }

    .new_checkout .header-cart-item-txt .d-flex {
        align-items: end;
    }

    .header-cart-item-txt .header-cart-item-info:last-child {
        border-bottom: none;
    }

    .header-cart-item-info b {
        margin-right: 0 !important;
        margin-left: 15px;
    }

    .whatsapp {
        max-width: 64px
    }

    .no_sizes .header-cart-item-txt .delete_item {
        top: 50%;
        transform: translateY(-50%);
        left: 0px
    }

    .breadcrambs > ul {
        padding-left: 10px;
    }

    .item-page-header {
        margin: 10px
    }

    .item-page-header .item-page-price-text {
        padding: 0;
        margin: 1rem 0;
    }

    .item-page-header .title {
        margin: 0;
        padding: 0;
    }

    .item-page-select-quantity {
        margin: auto;
        display: flex;
        width: 275px;
    }

    .item-page-select-quantity + div {
        margin: 10px auto;
        width: 275px;
    }

    .item-page-select-quantity + div .btn {
        width: 100%;
        margin: auto;
    }

    .item-page-select-quantity input {
        width: 140px;
        padding: 0;
    }

    .advantage-text {
        /*! font-size: 1em !important; */
        padding: 15px !important;
    }

    .viber {
        right: -20px
    }

    .map {
        padding-bottom: 250px
    }

    .catalogItems .catalogOneItem {
        width: 100%;
        margin: 5px 0
    }

    .catalogItems .catalogOneItem.instrumente,
    .catalogItems .catalogOneItem.other {
        width: 100%
    }

    .catalogItems .catalogOneItem:nth-of-type(3n) {
        margin: 5px 0
    }

    .catalogItems .catalogOneItem:nth-of-type(4n) {
        margin: 5px 0
    }

    .galleryBlock .galleryItem {
        width: 100%;
        margin-right: 0
    }

    .secondSlide {
        display: none;
        position: relative
    }

    .mapWrapper .information .infoRow {
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        border-bottom: solid 1px #ddd;
        padding: 15px 0;
    }
    .mapWrapper .information .infoRow p{
        border: none;
        padding: 0;
    }

    .tabWrap ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .tabWrap ul li.active .arrow {
        display: none
    }

    .tabWrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .oneProductBlock .productOrder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .oneProductBlock .productOrder .leftColumn {
        width: 100%;
        padding-right: 0
    }

    .oneProductBlock .productOrder .rightColumn {
        width: 100%;
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .oneProductBlock .productOrder .rightColumn .row {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .oneProductBlock .productLeft .wraperMiniSlider {
        display: none
    }

    .oneProductBlock .productRight .oneCatalogItem {
        width: 100%;
        margin-right: 0
    }

    .animationBlock ul li {
        padding: 5px;
        font-size: 12px
    }

    .animationBlock ul li a {
        font-size: 12px
    }

    .cart .cartProduct .bottom .also {
        width: 100%;
        margin-bottom: 10px
    }

    .cart .cartProduct .bottom .oneModel {
        width: 100%;
        border: none;
        padding: 0
    }

    form.cart input {
        width: 100%;
        margin-right: 0
    }

    form.cart button {
        min-width: 100%
    }

    .oneCatalogItem {
        width: 100%;
        margin-right: 0
    }

    .avantage .container .subTitle,
    .avantage .container .title {
        font-size: 28px
    }

    .avantage .container .subTitle,
    .avantage .container .title {
        font-size: 22px
    }

    .avantage .container .avantageItems .experience {
        width: auto
    }

    .avantage .container .avantageItems .experience span,
    .avantage .container .avantageItems .experience strong {
        font-size: 25px
    }

    .avantage .container .avantageItems .text {
        margin-top: 20px
    }

    .avantage .container .avantageItems .text p,
    .avantage .container .avantageItems .text strong {
        font-size: 14px
    }

    .header .bottom .container .mobMenu .logo.ru {
        background-image: url(../img/sprite.png);
        background-position: -271px -282px;
        width: 156px;
        height: 19px
    }

    .header .bottom .container .mobMenu .logo.ro {
        background-image: url(../img/sprite.png);
        background-position: -293px -246px;
        width: 156px;
        height: 19px
    }

    .header .bottom .container .mobMenu .logo.new {
        background: url(../img/newLogo.png) no-repeat -10px -98px;
        width: 160px;
        height: 11px
    }

    .header .bottom .container .mobMenu .logo.sprite {
        /*! background: url(../img/logoSprite.png) no-repeat -10px -97px; */
        /*! width: 160px; */
        height: 13px
    }

    .header .bottom .container .mobMenu .mobIcon .openTop {
        margin-right: 10px
    }

    .header .bottom .container .right .phone {
        font-size: 14px;
        margin-left: 0;
        padding-left: 20px
    }

    .header .bottom .container .right .recall {
        font-size: 14px
    }

    .footer .container .footerTop .footerMenu .footerMenuItems ul li {
        margin-right: 15px
    }

    .footer .container .footerTop .footerMenu .footerMenuItems ul li a {
        font-size: 13px
    }
}


@media (max-width: 400px) {
    .text.cards ul {
        padding: 0;
    }

    .text.cards ul li img {
        position: inherit;
        transform: none;
        left: 0;
        float: left;
        padding: 10px
    }
}

@media (max-width: 350px) {

    .index_page_product_menu_title3_2 {
        font-size: 15px;
    }

    .whatsapp.open a {
        font-size: 14px
    }
}

@media (min-width: 651px) {
    .mobile,
    .img.mobile {
        display: none;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}


.homeless-file-input label,
.homeless-file-icon,
.homeless-file-icon:before {
    background: white;
}

.homeless-files-preview {
    width: 95px;
}

.homeless-file-image,
.homeless-file-icon {
    height: 100px;
    width: 44px;
}

.homeless-file-icon {
    width: 59px;
}

.homeless-file-icon:before {
    width: 15px;
    height: 84px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    margin-bottom: -1px;
}

.homeless-file-icon:after {
    border-width: 16px;
    margin-top: -1px;
}

/* end setup */

.homeless-file-input {
    border: dashed 2px;
}

.homeless-file-input.is-dragover {
    border: solid 2px;
}

.homeless-file-input.is-dragover label {
    opacity: .2
}

.homeless-file-input label {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .25);
}

.upload-label {
    flex: 0 1 100%;
    text-align: center;
    padding: 20px;
}

.homeless-files-preview {
    text-align: center;
}

.homeless-file-input input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.homeless-files-previews {
    display: flex;
    flex-wrap: wrap;
}

.homeless-files-preview {
    padding: 10px;
}

.homeless-file-image,
.homeless-file-icon {
    border-radius: 5px;
    border: solid 1px;
}

.homeless-file-image {
    object-fit: cover;
}

.homeless-file-icon {
    padding: 10px;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
}

.homeless-file-icon:after,
.homeless-file-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;

}

.homeless-file-icon:after {
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: transparent;
}

.homeless-file-icon:before {
    bottom: 0;
    border-bottom-right-radius: 5px
}

.homeless-file-name,
.homeless-file-size {
    display: block;
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.homeless-file-size {
    opacity: .8
}

.call-us-back {
    display: flex;
    justify-content: space-evenly;
    background: #f6f4f5;
    margin-bottom: 100px;
}
.call-us-back .form {
    padding: 20px 0 40px;
}
.call-us-back >div {
    width: 50%;
}
.call-us-back img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fetch-error.alert.text-error {
}

.alert {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 15px 0;
    border-radius: 3px;
    border-top: solid 2px;
    font-size: .75em;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
    animation: iziM-fadeIn .4s;
}
.alert.fade_of {
    max-height: 0;
    margin: 0;
    padding: 0 15px
}

.alert.fade_in {
    max-height: 999px;
    padding: 15px;
    margin: 15px 0;
}

.alert:before {
    content: "!";
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    font-weight: bold;
    font-size: 16px;
}

.alert.alert-primary{
    border-color: #47c1bf;
    background: #afdff0;
}

.alert.alert-primary:before {
    background: #b6eceb;
    color: #00848e;
}

.alert.alert-danger {
    border-color: #ed6347;
    background: #fcf0ec;
}

.alert.alert-danger:before {
    background: #ed6347;
    color: #bf0711;
}

.alert.alert-success {
    border-color: #50b83c;
    background: #ecf6e9;
}

.alert.alert-success:before {
    color: #50b83c;
    content: "";
    background: #bbe5b3 url("/front-assets/svg/check.svg") no-repeat center;
    background-size: 14px;
}

.invalid-feedback {
    color: #bf0711;
    animation: iziM-fadeIn .4s;
    top: -.5em;
    opacity: .6;
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}

.inches {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inches sup {
    top: 0;
}
[type="submit"] ~ .invalid-feedback {
    top: 0;
    opacity: 1;
    padding: 10px 0;
}


/* Custom checkbox */
.checkbox-btn,
.radio-btn {
    position: relative;
    padding-left: 20px;
}
.checkbox-btn input[type=checkbox],
.checkbox-btn input[type=radio],
.radio-btn input[type=checkbox],
.radio-btn input[type=radio] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    /* IE<9 graceful degradation */
}
.checkbox-btn label,
.radio-btn label {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 24px;
    /* ::after height+borders */
    color: grey;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    /* iOS =< 6 bug fix*/
}
.checkbox-btn label::after,
.radio-btn label::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-left: -18px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid grey;
    border-radius: 3px;
    content: "";
}
.checkbox-btn label::before,
.radio-btn label::before {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    width: 10px;
    height: 5px;
    margin-left: -18px;
    background: transparent;
    border: 2px solid #59443e;
    border-top: none;
    border-right: none;
    content: "";
    opacity: 0;
    transform: rotate(-45deg);
    transition: all 0.15s ease-in-out;
}
.checkbox-btn label:active::before,
.radio-btn label:active::before {
    opacity: 0.3;
}
.checkbox-btn input[type=checkbox]:checked + label,
.checkbox-btn input[type=radio]:checked + label,
.radio-btn input[type=checkbox]:checked + label,
.radio-btn input[type=radio]:checked + label {
    color: grey;
}
.checkbox-btn input[type=checkbox]:checked + label::after,
.checkbox-btn input[type=radio]:checked + label::after,
.radio-btn input[type=checkbox]:checked + label::after,
.radio-btn input[type=radio]:checked + label::after {
    border: 2px solid #59443e;
}
.checkbox-btn input[type=checkbox]:checked + label::before,
.checkbox-btn input[type=radio]:checked + label::before,
.radio-btn input[type=checkbox]:checked + label::before,
.radio-btn input[type=radio]:checked + label::before {
    opacity: 1;
}
.checkbox-btn input[type=checkbox]:disabled + label,
.checkbox-btn input[type=radio]:disabled + label,
.radio-btn input[type=checkbox]:disabled + label,
.radio-btn input[type=radio]:disabled + label {
    color: grey;
    cursor: default;
}
.checkbox-btn input[type=checkbox]:disabled + label::after,
.checkbox-btn input[type=radio]:disabled + label::after,
.radio-btn input[type=checkbox]:disabled + label::after,
.radio-btn input[type=radio]:disabled + label::after {
    background-color: #fff;
    border: 2px solid grey;
}
.checkbox-btn input[type=checkbox]:disabled + label::before,
.checkbox-btn input[type=radio]:disabled + label::before,
.radio-btn input[type=checkbox]:disabled + label::before,
.radio-btn input[type=radio]:disabled + label::before {
    display: none;
}

.radio-btn label::after {
    border-radius: 50%;
}
.radio-btn label::before {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #59443e;
    border: 0;
    border-radius: 50%;
    transform: rotate(0deg);
}

.product-contact-form {
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    padding: 24px;
    box-shadow: gainsboro -5px 5px 10px -10px, gainsboro 5px 5px 10px -10px;
    margin-top: -4px;
}

.checkbox-btn {
    margin: 16px 0;
    font-size: .75rem;
}
.offer_form_button_toggle {
    width: 100%;
    margin-top: 50px
}

.offer_form_button_toggle[data-open=true] {
    background: white;
    color: rgb(128, 128, 128);
    box-shadow: none;
    transform: none;
    justify-content: space-between;
    display: flex;
    padding-left: 0;
    margin-top: 0;
}

.offer_form_button_toggle i {
    display: none;

}

.offer_form_button_toggle[data-open=true] i {
    display: block;
}

.offer_form_button_toggle ~ .front_offer_form {
    max-height: 0;
    opacity: 0;
}

.offer_form_button_toggle[data-open=true] ~ .front_offer_form {
    max-height: 600px;
    opacity: 1;
}

.front_offer_form, .content_above_offer_form {
    overflow: hidden;
    transition: .2s;
}