a:active, a:focus, img { outline: 0; }

img { max-width: 100%; height: auto; }

textarea { max-width: 100%; min-width: 100%; }

.alignleft { float: left; margin-right: 15px; }

.alignright { float: right; margin-left: 15px; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.gallery { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 10px !important; margin-right: -10px !important; margin-left: -10px !important; }

.gallery .gallery-item { margin: 0; padding: 0; text-align: center; }

.gallery .gallery-icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px; }

.gallery .gallery-item { margin-top: 0 !important; }

@media screen and (max-width: 600px) { .gallery .gallery-item { width: 50% !important; } }

@media screen and (max-width: 450px) { .gallery .gallery-item { width: 100% !important; } }

.gallery .gallery-item a { display: block; margin: 0 auto; width: auto; position: relative; }

.gallery .gallery-item a:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/plus.svg); background-size: 26px 26px; background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(0, 0, 0, 0.6); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.gallery .gallery-item a:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.gallery .gallery-item img { border: none !important; }

td, th { padding: 5px; }

.centered { width: 100%; text-align: center; }

.centered-flex { 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; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }

.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }

.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner { position: relative; }

.fancybox-inner { overflow: hidden; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }

.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }

.fancybox-image { max-width: 100%; max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }

#fancybox-loading div { width: 44px; height: 44px; background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }

.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url("../img/fancybox/blank.gif"); /* helps IE */ -webkit-tap-highlight-color: transparent; z-index: 8040; }

.fancybox-prev { left: 0; }

.fancybox-next { right: 0; }

.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: visible; }

.fancybox-prev span { left: 10px; background-position: 0 -36px; }

.fancybox-next span { right: 10px; background-position: 0 -72px; }

.fancybox-nav:hover span { visibility: visible; }

.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }

.fancybox-lock body { overflow: hidden !important; }

.fancybox-lock-test { overflow-y: hidden !important; }

.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }

.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }

.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }

.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../img/fancybox/fancybox_sprite@2x.png"); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div { background-image: url("../img/fancybox/fancybox_loading@2x.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ } }

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

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

.slick-list:focus { outline: none; }

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

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

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

.slick-track:after { clear: both; }

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

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

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

.slick-slide img { display: block; }

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

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

.slick-initialized .slick-slide { display: block; }

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

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

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

@font-face { font-family: 'Prata'; font-style: normal; font-weight: 400; src: local("Prata Regular"), local("Prata-Regular"), url(../fonts/prata/prata1.woff2) format("woff2"); }

@font-face { font-family: 'Prata'; font-style: normal; font-weight: 400; src: local("Prata Regular"), local("Prata-Regular"), url(../fonts/prata/prata2.woff2) format("woff2"); }

@font-face { font-family: 'Prata'; font-style: normal; font-weight: 400; src: local("Prata Regular"), local("Prata-Regular"), url(../fonts/prata/prata3.woff2) format("woff2"); }

@font-face { font-family: 'Prata'; font-style: normal; font-weight: 400; src: local("Prata Regular"), local("Prata-Regular"), url(../fonts/prata/prata4.woff2) format("woff2"); }

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label { color: #3a3a3a; font-size: 14px; line-height: 20px; cursor: pointer; }

input[type="checkbox"] + label span { display: inline-block; width: 19px; height: 19px; margin: -2px 5px 0 0; vertical-align: middle; background: url(../img/check_radio_sheet.png) left top no-repeat; cursor: pointer; }

input[type="checkbox"]:checked + label span { background: url(../img/check_radio_sheet.png) -19px top no-repeat; }

*, *:focus { outline: none !important; }

.wrapper { width: 100%; margin: 0 auto; min-width: 320px; }

.container { min-width: 320px; }

.webber { margin: 0; }

.webber img { height: 40px; margin-left: 10px; margin-right: 10px; }

.page-top { margin-top: 130px; }

@media (max-width: 991px) { .page-top { margin-top: 10px; } }

.btn { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; outline: none !important; }

.btn-primary { padding: .8rem 1rem; min-width: 180px; border: 2px solid #1e54b6; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active { outline: none; color: #fff; border-color: #17408a; }

.btn-primary.btn-lnk { border: 2px solid #1e54b6; background: none; color: #1e54b6; }

.btn-primary.btn-lnk.white:hover, .btn-primary.btn-lnk.white:focus, .btn-primary.btn-lnk.white:active { background: none; color: #fff; border-color: #fff; outline: none; }

.btn-primary.btn-lnk:hover, .btn-primary.btn-lnk:focus, .btn-primary.btn-lnk:active { background: none; color: #102c5e; border-color: #102c5e; outline: none; }

.btn-load-category { color: #1e54b6; font-size: 16px; font-weight: 400; line-height: 23px; text-decoration: underline; padding: 10px 30px 10px 10px; position: relative; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; display: inline-block; }

.btn-load-category:after { position: absolute; content: ''; width: 15px; height: 15px; right: 3px; top: 50%; margin-top: -10px; border-left: 2px solid #1e54b6; border-bottom: 2px solid #1e54b6; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.btn-load-category.hi:after { position: absolute; content: ''; width: 15px; height: 15px; right: 3px; top: 50%; margin-top: -3px; border-left: 2px solid #1e54b6; border-bottom: 2px solid #1e54b6; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.btn-load-category:hover { color: #d0212d; }

.btn-load-category:hover:after { border-color: #d0212d; }

.header-separator { text-align: center; overflow: hidden; position: relative; }

.header-separator span { background: transparent url(../img/sep-3.svg) 50% 50% no-repeat; background-size: 62px 62px; display: inline-block; width: 62px; height: 62px; position: relative; }

.header-separator span:before, .header-separator span:after { content: ''; position: absolute; width: 600px; height: 2px; background: #d0212d; top: 20px; }

.header-separator span:before { right: 68px; }

.header-separator span:after { left: 68px; }

.sep-1 { background: transparent url(../img/sep-1.svg) 50% 50% no-repeat; background-size: 413px 28px; height: 30px; width: 100%; }

@media (max-width: 767px) { .sep-1 { background-size: 207px 14px; } }

.sep-2 { background: transparent url(../img/sep-2.svg) 50% 50% no-repeat; background-size: 104px 28px; height: 30px; width: 100%; }

.sep-3 { background: transparent url(../img/sep-3.svg) 50% 50% no-repeat; background-size: 40px 62px; height: 62px; width: 100%; }

.sep-3.rotate { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.sep-4 { background: transparent url(../img/sep-4.svg) 50% 50% no-repeat; background-size: 83px 41px; height: 41px; width: 100%; }

.sep-5 { background: transparent url(../img/sep-5.svg) 50% 50% no-repeat; background-size: 147px 28px; height: 30px; width: 100%; }

.sep-6 { background: transparent url(../img/sep-6.svg) 50% 50% no-repeat; background-size: 73px 23px; height: 30px; width: 100%; }

.form-with-hidden { text-align: center; }

.form-with-hidden .hidden-element { display: none; }

.tabs-pane { display: none; }

.tabs-pane.active { display: block; }

.form-modal { padding: 15px; min-width: 400px; }

@media (max-width: 767px) { .form-modal { min-width: 270px; } }

.form-modal .form-sended { max-width: 600px; text-align: center; font-size: 16px; }

.form-modal .modal-form-title { margin-top: 10px; margin-bottom: 10px; font-size: 23px; line-height: 23px; text-align: center; }

.form-modal .form-control { border: 1px solid #ccc; }

.form-modal .btn { display: block; width: 100%; }

.sendsoc { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -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; margin-top: 15px; }

.sendsoc a { width: 40px; height: 40px; display: block; margin: 5px; background-size: 40px 40px; background-repeat: no-repeat; background-position: 50% 50%; }

.sendsoc a.in { background-image: url(../img/instagram.svg); }

.sendsoc a.vk { background-image: url(../img/vk.svg); }

input.required.error { -webkit-box-shadow: inset 0 0 5px red; box-shadow: inset 0 0 5px red; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent; }

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: transparent; }

/*# sourceMappingURL=global.css.map */