

/* --- Normalize --- */

html {line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, footer, header, nav, section {display: block;}
figcaption, figure, main{display: block;}
figure {margin: 1em 40px;}
hr {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: 700;}
code, kbd, sam p{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%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.5em;}
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 {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] {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;}


/* --- Reset --- */

html, body {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
span, h1, h2, h3, h4, h5, h6, p, a, label {vertical-align: baseline;}
img, object, embed {max-width: 100%;}


/* --- Fonts --- */

html, body, button, input, textarea, select {font: 400 16px/1.6 'Open Sans', serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin: .67em 0; line-height: 1.2; color: #333333}
h1, .h1 {font-size: 45px; font-weight: 600; margin: 1em 0;}
h2, .h2 {font-size: 26px; font-weight: 600;}
h3, .h3 {font-size: 24px; font-weight: 600;}
h4, .h4 {font-size: 22px; font-weight: 600;}
h5, .h5 {font-size: 20px; font-weight: 600;}
h6, .h6 {font-size: 18px; font-weight: 600;}
@media (max-width: 1300px) {
	h1, .h1 {font-size: 36px; margin: .67em 0;}
}
@media (max-width: 991px) {
	h1, .h1 {font-size: 28px;}
	h2, .h2 {font-size: 24px;}
	h3, .h3 {font-size: 22px;}
	h4, .h4 {font-size: 20px;}
	h5, .h5 {font-size: 18px;}
	h6, .h6 {font-size: 18px;}
}
@media (max-width: 767px) {
	h1, .h1 {font-size: 25px;}
	h2, .h2 {font-size: 22px;}
	h3, .h3 {font-size: 20px;}
	h4, .h4 {font-size: 18px;}
	h5, .h5 {font-size: 16px;}
	h6, .h6 {font-size: 16px;}
}


/* --- Global --- */

body {height: 100%; position: relative; -ms-overflow-style: scrollbar; background: #fff; color: #333333; min-width: 300px;}
input[type="text"], input[type="tel"], input[type="email"], input[type="tel"], textarea, select {height: 50px; font-size: 16px; background: #fff; border: 1px solid #6BADEB; padding: 0 25px; box-sizing: border-box; width: 100%; border-radius: 36px; outline: none; color: #1D1D1B; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: border-color 0.3s; transition: border-color 0.3s; font-family: 'Open Sans', serif;}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {border-color: #036ED1;}
input[type="text"].error, input[type="tel"].error, input[type="email"].error, input[type="tel"].error, textarea.error, select.error {border-color: #ff1744;}
input[type="text"], input[type="tel"], input[type="email"], input[type="tel"], textarea {-webkit-appearance: none; appearance: none;}
textarea {height: 130px; padding: 10px 25px; resize: none;}
em, i {font-style: italic;}
blockquote {background: #24AF61; border: none; margin: 70px 0 30px; padding: 40px 50px 30px; quotes: none; clear: both; color: #fff; position: relative;}
blockquote:before {content: '“'; font-size: 150px; color: #424242; font-family: Arial; width: 92px; height: 64px; display: block; position: absolute; left: 50px; top: -40px; line-height: 1;}
blockquote p {margin: 15px 0; display: block;}
table {width: 100%;}
table td {padding: 1px 5px;}
label {display: block;}
a {color: #2196f3; outline: none; text-decoration: none;}
a:hover {color: #1262B3;}
@media (max-width: 991px) {
	input[type="text"], input[type="tel"], input[type="email"], input[type="tel"], textarea, select {height: 45px; font-size: 15px;}
	textarea {height: 130px;}
}
@media (max-width: 767px) {
	blockquote {padding: 40px 30px 30px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.preloader {display: none !important;}
}


/* --- Forms --- */

form label.error {background: #ff1744; color: #fff; border-radius: 15px; padding: 4px 25px; font-size: 14px; width: 100%; margin: -10px 0 10px; text-align: left; line-height: 1.4; position: relative;}
form label.error:before {content: ''; display: block; position: absolute; top: -12px; left: 15px; border: 7px solid transparent; border-bottom: 7px solid #ff1744;}
form .form-item {margin-bottom: 20px;}
form .form-notice {display: none; background: #ff5252; color: #fff; border-radius: 15px; padding: 5px 25px; margin-bottom: 20px; line-height: 1.4; text-align: left; width: 100%;}
form.success .form-notice {display: block; background: #4ed854;}
form.error .form-notice {display: block;}
form .form-notice a {text-decoration: underline; color: #fff;}
form .loading {display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2;}
form.awaiting > * {opacity: 0.6; pointer-events: none;}
form.awaiting .loading {display: block; opacity: 1;}
form.awaiting .loading:before {content: ''; display: block;  width: 32px; height: 32px; position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px; background-image: url(img/ajax-loader.gif); background-repeat: no-repeat; background-position: center center; background-size: contain;}
.success-form-message {font-size: 18px; color: #fff; background: #36e091 !important; padding: 70px !important;}


/* BS Grid */

.row {margin-left: -15px; margin-right: -15px;}
.row.mg20 {margin-left: -20px; margin-right: -20px;}
.row.mg20 > div {padding-left: 20px; padding-right: 20px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left}
.col-xs-12 {width: 100%;} .col-xs-11 {width: 91.66666667%;} .col-xs-10 {width: 83.33333333%;} .col-xs-9 {width: 75%;} .col-xs-8 {width: 66.66666667%;} .col-xs-7 {width: 58.33333333%;} .col-xs-6 {width: 50%;} .col-xs-5 {width: 41.66666667%;} .col-xs-4 {width: 33.33333333%;} .col-xs-3 {width: 25%;} .col-xs-2 {width: 16.66666667%;} .col-xs-1 {width: 8.33333333%;} .col-xs-pull-12 {right: 100%;} .col-xs-pull-11 {right: 91.66666667%;} .col-xs-pull-10 {right: 83.33333333%;} .col-xs-pull-9 {right: 75%;} .col-xs-pull-8 {right: 66.66666667%;} .col-xs-pull-7 {right: 58.33333333%;} .col-xs-pull-6 {right: 50%;} .col-xs-pull-5 {right: 41.66666667%;} .col-xs-pull-4 {right: 33.33333333%;} .col-xs-pull-3 {right: 25%;} .col-xs-pull-2 {right: 16.66666667%;} .col-xs-pull-1 {right: 8.33333333%;} .col-xs-pull-0 {right: auto;} .col-xs-push-12 {left: 100%;} .col-xs-push-11 {left: 91.66666667%;} .col-xs-push-10 {left: 83.33333333%;} .col-xs-push-9 {left: 75%;} .col-xs-push-8 {left: 66.66666667%;} .col-xs-push-7 {left: 58.33333333%;} .col-xs-push-6 {left: 50%;} .col-xs-push-5 {left: 41.66666667%;} .col-xs-push-4 {left: 33.33333333%;} .col-xs-push-3 {left: 25%;} .col-xs-push-2 {left: 16.66666667%;} .col-xs-push-1 {left: 8.33333333%;} .col-xs-push-0 {left: auto;} .col-xs-offset-12 {margin-left: 100%;} .col-xs-offset-11 {margin-left: 91.66666667%;} .col-xs-offset-10 {margin-left: 83.33333333%;} .col-xs-offset-9 {margin-left: 75%;} .col-xs-offset-8 {margin-left: 66.66666667%;} .col-xs-offset-7 {margin-left: 58.33333333%;} .col-xs-offset-6 {margin-left: 50%;} .col-xs-offset-5 {margin-left: 41.66666667%;} .col-xs-offset-4 {margin-left: 33.33333333%;} .col-xs-offset-3 {margin-left:25%;} .col-xs-offset-2 {margin-left: 16.66666667%;} .col-xs-offset-1 {margin-left: 8.33333333%;} .col-xs-offset-0 {margin-left: 0;}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left} .col-sm-12 {width: 100%;} .col-sm-11 {width: 91.66666667%;} .col-sm-10 {width: 83.33333333%;} .col-sm-9 {width: 75%;} .col-sm-8 {width: 66.66666667%;} .col-sm-7 {width: 58.33333333%;} .col-sm-6 {width: 50%;} .col-sm-5 {width: 41.66666667%;} .col-sm-4 {width: 33.33333333%;} .col-sm-3 {width: 25%;} .col-sm-2 {width: 16.66666667%;} .col-sm-1 {width: 8.33333333%;} .col-sm-pull-12 {right: 100%;} .col-sm-pull-11 {right: 91.66666667%;} .col-sm-pull-10 {right: 83.33333333%;} .col-sm-pull-9 {right: 75%;} .col-sm-pull-8 {right: 66.66666667%;} .col-sm-pull-7 {right: 58.33333333%;} .col-sm-pull-6 {right: 50%;} .col-sm-pull-5 {right: 41.66666667%;} .col-sm-pull-4 {right: 33.33333333%;} .col-sm-pull-3 {right: 25%;} .col-sm-pull-2 {right: 16.66666667%;} .col-sm-pull-1 {right: 8.33333333%;} .col-sm-pull-0 {right: auto;} .col-sm-push-12 {left: 100%;} .col-sm-push-11 {left: 91.66666667%;} .col-sm-push-10 {left: 83.33333333%;} .col-sm-push-9 {left: 75%;} .col-sm-push-8 {left: 66.66666667%;} .col-sm-push-7 {left: 58.33333333%;} .col-sm-push-6 {left: 50%;} .col-sm-push-5 {left: 41.66666667%;} .col-sm-push-4 {left: 33.33333333%;} .col-sm-push-3 {left: 25%;} .col-sm-push-2 {left: 16.66666667%;} .col-sm-push-1 {left: 8.33333333%;} .col-sm-push-0 {left: auto;} .col-sm-offset-12 {margin-left: 100%;} .col-sm-offset-11 {margin-left: 91.66666667%;} .col-sm-offset-10 {margin-left: 83.33333333%;} .col-sm-offset-9 {margin-left: 75%;} .col-sm-offset-8 {margin-left: 66.66666667%;} .col-sm-offset-7 {margin-left: 58.33333333%;} .col-sm-offset-6 {margin-left: 50%;} .col-sm-offset-5 {margin-left: 41.66666667%;} .col-sm-offset-4 {margin-left: 33.33333333%;} .col-sm-offset-3 {margin-left: 25%;} .col-sm-offset-2 {margin-left: 16.66666667%;} .col-sm-offset-1 {margin-left: 8.33333333%;} .col-sm-offset-0 {margin-left: 0;}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float:left} .col-md-12 {width: 100%;} .col-md-11 {width: 91.66666667%;} .col-md-10 {width: 83.33333333%;} .col-md-9 {width: 75%;} .col-md-8 {width: 66.66666667%;} .col-md-7 {width: 58.33333333%;} .col-md-6 {width: 50%;} .col-md-5 {width: 41.66666667%;} .col-md-4 {width: 33.33333333%;} .col-md-3 {width: 25%;} .col-md-2 {width: 16.66666667%;} .col-md-1 {width: 8.33333333%;} .col-md-pull-12 {right: 100%;} .col-md-pull-11 {right: 91.66666667%;} .col-md-pull-10 {right: 83.33333333%;} .col-md-pull-9 {right: 75%;} .col-md-pull-8 {right: 66.66666667%;} .col-md-pull-7 {right: 58.33333333%;} .col-md-pull-6 {right: 50%;} .col-md-pull-5 {right: 41.66666667%;} .col-md-pull-4 {right: 33.33333333%;} .col-md-pull-3 {right: 25%;} .col-md-pull-2 {right: 16.66666667%;} .col-md-pull-1 {right: 8.33333333%;} .col-md-pull-0 {right: auto;} .col-md-push-12 {left: 100%;} .col-md-push-11 {left: 91.66666667%;} .col-md-push-10 {left: 83.33333333%;} .col-md-push-9 {left: 75%;} .col-md-push-8 {left: 66.66666667%;} .col-md-push-7 {left: 58.33333333%;} .col-md-push-6 {left: 50%;} .col-md-push-5 {left: 41.66666667%;} .col-md-push-4 {left: 33.33333333%;} .col-md-push-3 {left: 25%;} .col-md-push-2 {left: 16.66666667%;} .col-md-push-1 {left: 8.33333333%;} .col-md-push-0 {left: auto;} .col-md-offset-12 {margin-left: 100%;} .col-md-offset-11 {margin-left: 91.66666667%;} .col-md-offset-10 {margin-left: 83.33333333%;} .col-md-offset-9 {margin-left: 75%;} .col-md-offset-8 {margin-left: 66.66666667%;} .col-md-offset-7 {margin-left: 58.33333333%;} .col-md-offset-6 {margin-left: 50%;} .col-md-offset-5 {margin-left: 41.66666667%;} .col-md-offset-4 {margin-left: 33.33333333%;} .col-md-offset-3 {margin-left: 25%;} .col-md-offset-2 {margin-left: 16.66666667%;} .col-md-offset-1 {margin-left: 8.33333333%;} .col-md-offset-0 {margin-left: 0;}
}
@media (min-width: 1181px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float:left} .col-lg-12 {width: 100%;} .col-lg-11 {width: 91.66666667%;} .col-lg-10 {width: 83.33333333%;} .col-lg-9 {width: 75%;} .col-lg-8 {width: 66.66666667%;} .col-lg-7 {width: 58.33333333%;} .col-lg-6 {width: 50%;} .col-lg-5 {width: 41.66666667%;} .col-lg-4 {width: 33.33333333%;} .col-lg-3 {width: 25%;} .col-lg-2 {width: 16.66666667%;} .col-lg-1 {width: 8.33333333%;} .col-lg-pull-12 {right: 100%;} .col-lg-pull-11 {right: 91.66666667%;} .col-lg-pull-10 {right: 83.33333333%;} .col-lg-pull-9 {right: 75%;} .col-lg-pull-8 {right: 66.66666667%;} .col-lg-pull-7 {right: 58.33333333%;} .col-lg-pull-6 {right: 50%;} .col-lg-pull-5 {right: 41.66666667%;} .col-lg-pull-4 {right: 33.33333333%;} .col-lg-pull-3 {right: 25%;} .col-lg-pull-2 {right: 16.66666667%;} .col-lg-pull-1 {right: 8.33333333%;} .col-lg-pull-0 {right: auto;} .col-lg-push-12 {left: 100%;} .col-lg-push-11 {left: 91.66666667%;} .col-lg-push-10 {left: 83.33333333%;} .col-lg-push-9 {left: 75%;} .col-lg-push-8 {left: 66.66666667%;} .col-lg-push-7 {left: 58.33333333%;} .col-lg-push-6 {left: 50%;} .col-lg-push-5 {left: 41.66666667%;} .col-lg-push-4 {left: 33.33333333%;} .col-lg-push-3 {left: 25%;} .col-lg-push-2 {left: 16.66666667%;} .col-lg-push-1 {left: 8.33333333%;} .col-lg-push-0 {left: auto;} .col-lg-offset-12 {margin-left: 100%;} .col-lg-offset-11 {margin-left: 91.66666667%;} .col-lg-offset-10 {margin-left: 83.33333333%;} .col-lg-offset-9 {margin-left: 75%;} .col-lg-offset-8 {margin-left: 66.66666667%;} .col-lg-offset-7 {margin-left: 58.33333333%;} .col-lg-offset-6 {margin-left: 50%;} .col-lg-offset-5 {margin-left: 41.66666667%;} .col-lg-offset-4 {margin-left: 33.33333333%;} .col-lg-offset-3 {margin-left: 25%;} .col-lg-offset-2 {margin-left: 16.66666667%;} .col-lg-offset-1 {margin-left: 8.33333333%;} .col-lg-offset-0 {margin-left: 0;}
}
@media (min-width: 1181px) {.visible-xs, .visible-sm, .visible-md, .hidden-lg {display: none !important;}}
@media (min-width: 992px) and (max-width: 1180px) {.visible-xs, .visible-sm, .hidden-md, .visible-lg {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.visible-xs, .hidden-sm, .visible-md, .visible-lg {display: none !important;}}
@media (max-width: 767px) {.hidden-xs, .visible-sm, .visible-md, .visible-lg {display: none !important;}}
.clearfix:before, .clearfix:after, .row:before, .row:after {content: ' '; display: table;}
.clearfix:after, .row:after {clear: both;}
.pull-right {float: right !important;}
.pull-left {float: left !important;}
.invisible {visibility: hidden;}
.text-hide {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.cl, .clear {display: block; clear: both;}
.text-uppercase {text-transform: uppercase;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}


/* --- WP --- */

.alignnone {margin: 5px 20px 3px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto;}
.alignright {float: right; margin: 5px 0 3px 20px;}
.alignleft {float: left; margin: 0 23px 10px 0;}
a img.alignright {float: right; margin: 5px 0 3px 20px; height: auto;}
a img.alignnone {margin: 5px 20px 3px 0; height: auto;}
a img.alignleft {float: left; margin: 5px 20px 3px 0; height: auto;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height: auto;}
@media (max-width: 500px) {
	.alignright, .alignleft, a img.alignright, a img.alignleft {margin: 5px 0; width: 100%; height: auto; float: none; clear: both;}
}
.gallery {margin: 0 -8px; clear: both; padding: 20px 0;}
.gallery:after {content: ''; display: table; clear: both;}
.gallery .gallery-item {float: left; margin: 0; text-align: center; width: 100%; max-width: 100%; padding: 8px;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33.33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16.66%;}
.gallery-columns-7 .gallery-item {width: 14.28%;}
.gallery-columns-8 .gallery-item {width: 12.5%;}
.gallery-columns-9 .gallery-item {width: 11.11%;}
.gallery-caption {display: block;}
.gallery .gallery-icon {display: block; padding-bottom: 100%; position: relative; overflow: hidden; background: #fff; -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); -webkit-transition: all 0.2s; transition: all 0.2s; margin: 0;}
.gallery .gallery-icon:hover {opacity: 0.8;}
.gallery-columns-2 .attachment-medium {max-width: 100%; height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 100%; height: auto;}
.gallery .gallery-caption {color: #888;font-size: 12px;margin: 0 0 12px;}
.gallery dl, .gallery dt {margin: 0;}
.gallery br + br {display: none;}
.gallery-icon img {position: absolute; left: 0; top: 0; border: none !important; box-shadow: none !important; margin: 0 !important; border-radius: 0 !important;}
.gallery-icon.landscape img {width: auto; height: 100%; max-width: 200%;}
.gallery-icon.portrait img {height: auto; width: 100%; max-height: 200%;}
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
#wp-admin-bar-vc_inline-admin-bar-link,
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-all-in-one-seo-pack,
#wp-admin-bar-search {display: none;}
#wpadminbar {z-index: 9999;}
@media print {#wpadminbar {display:none;}}
@media (max-width: 900px) {
	#wp-admin-bar-root-default #wp-admin-bar-autoptimize {display: none;}
	#wp-admin-bar-root-default #wp-admin-bar-all-in-one-seo-pack {display: none;}
}
@media screen and (max-width: 600px) {
	#wpadminbar {position: fixed !important;}
}
@media (max-width: 767px) {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {width: 50%;}
}
@media (max-width: 600px) {
	#wpadminbar {top: 0; position: fixed;}
}
@media (max-width: 500px) {
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {width: 100%;}
	.gallery .gallery-icon {padding-bottom: 0;}
	.gallery-icon img, .gallery-icon.landscape img {position: relative; display: block; max-width: 100%; height: auto; width: 100%;}
}


/* --- Fancybox --- */

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;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{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;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;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;transition:opacity .25s ease,visibility 0s ease .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;transition:opacity .25s ease 0s,visibility 0s ease 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;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;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;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}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.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;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;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;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;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}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;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:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);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__list{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 .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


/* --- Owl Carousel v2.3.4 --- */

.owl-carousel, .owl-carousel .owl-item {-webkit-tap-highlight-color: transparent; position: relative;}
.owl-carousel {display: none; width: 100%; z-index: 1;}
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden;}
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0,0,0);}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}
.owl-carousel .owl-item {min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none;}
.owl-carousel .owl-item img {display: block; width: 100%;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: none;}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display: block;}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {background: 0 0; color: inherit; border: none; padding: 0; font: inherit;}
.owl-carousel.owl-loading {opacity: 0; display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}
.owl-carousel .animated {animation-duration: 1s; animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {0% {opacity: 1;} 100% {opacity: 0;}}
.owl-height {transition: height .5s ease-in-out;}
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity .4s ease;}
.owl-carousel .owl-item .owl-lazy: not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {max-height: 0;}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000;}
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: #fff; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease;}
.owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {display: none;}
.owl-carousel .owl-video-tn {opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease;}
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%;}


/* --- Owl Carousel v2.3.4 Nav, Dots --- */

.owl-carousel .owl-nav {text-align: left; -webkit-tap-highlight-color: transparent; position: absolute; top: 50%; height: 0; width: auto; left: -10px; right: -10px;}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {color: #239254; margin: 0; display: inline-block; cursor: pointer; -webkit-transition: all 0.3s; transition: all 0.3s; outline: none; background: #fff; border-radius: 8px; width: 43px; height: 43px; position: absolute; top: -22px;}
.owl-carousel .owl-nav button svg {width: 12px; height: 20px; fill: currentColor; display: block; position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -6px;}
.owl-carousel .owl-nav button.owl-prev {left: 0;}
.owl-carousel .owl-nav button.owl-next {right: 0;}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {color: #fff; background: #1A85E8; text-decoration: none;}
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active {-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -webkit-transition: all 0s; transition: all 0s;}
.owl-carousel .owl-nav .disabled {opacity: 0.5; cursor: default;}
.owl-carousel .owl-dots {text-align: center; -webkit-tap-highlight-color: transparent; padding: 30px 0 10px;}
.owl-carousel .owl-dots .owl-dot {display: inline-block; zoom: 1; outline: none;}
.owl-carousel .owl-dots .owl-dot span {width: 11px; height: 11px; margin: 5px 13px; background: #fff; display: block; -webkit-backface-visibility: visible; border-radius: 50%; border: 2px solid #ADD8FF; -webkit-transition: all 0.3s; transition: all 0.3s;}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {background: #1A85E8; border-color: #ADD8FF;}


/* --- Theme --- */

.site-wrapper {overflow: hidden; padding-top: 106px;}
.admin-bar .site-wrapper {padding-top: 138px;}
.wrapper {max-width: 1350px; padding: 0 30px; margin: 0 auto;}
.wrapper .wrapper {padding: 0;}
.wrapper.min {max-width: 1000px;}
.button {-moz-appearance: none; -webkit-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; line-height: 1.2; display: inline-block; vertical-align: middle; cursor: pointer; outline: none; position: relative; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; font-weight: 600; font-size: 20px; border-radius: 36px; overflow: hidden; text-overflow: ellipsis; max-width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 12px 25px 13px; font-style: normal; color: #fff; background: #24AF61; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);}
.button:hover {color: #fff; text-decoration: none;}
.button:active {-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -webkit-transition: all 0s; transition: all 0s;}
.button.white:hover {color: #239254;}
.button.white {color: #239254; background: #fff;}
.not-found {padding-top: 50px; min-height: 200px;}
.color-grey {color: #bdbdbd;}
.empty-space-5 {height: 5px;}
.empty-space-10 {height: 10px;}
.empty-space-15 {height: 15px;}
.empty-space-20 {height: 20px;}
.section-title {margin: 0; padding: 0; font-weight: 600; font-size: 50px; line-height: 1.3; color: #212B4B;}
.hidden-css {display: none;}
@media (min-width: 992px) {
	.button {background: #239254;}
	.button:hover {color: #fff;}
	.button:before {content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #24AF61; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
	.button:hover:before {-webkit-transform: scaleX(0); transform: scaleX(0);}
	.button.white {background: #24AF61;}
	.button.white:before {background: #fff;}
	.button.white:hover {color: #fff;}
}
@media (max-width: 1300px) {
	.site-wrapper {padding-top: 96px;}
	.admin-bar .site-wrapper {padding-top: 128px;}
	.button {font-size: 18px;}
	.section-title {font-size: 40px;}
}
@media (max-width: 991px) {
	.site-wrapper {padding-top: 76px;}
	.admin-bar .site-wrapper {padding-top: 108px;}
	.section-title {font-size: 35px;}
}
@media screen and (max-width: 782px) {
	.admin-bar .site-wrapper {padding-top: 122px;}
}
@media (max-width: 767px) {
	.wrapper {padding: 0 15px;}
	.wrapper .wrapper {padding: 0;}
	.button {font-size: 14px; padding: 15px 20px 14px;}
	.section-title {font-size: 25px;}
}
@media (max-width: 500px) {
	.site-wrapper {padding-top: 66px;}
	.admin-bar .site-wrapper {padding-top: 112px;}
}


/* --- Language select --- */

.lang-select {-webkit-tap-highlight-color: transparent; background: transparent; display: inline-block; vertical-align: middle; height: 42px; line-height: 36px; position: relative; text-align: left; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: auto; max-width: 92px; font-size: 15px; letter-spacing: 1px; right: -10px; margin-left: -8px; z-index: 51; font-family: 'Roboto';}
.lang-select .lang-selected {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #1A85E8; position: relative; padding: 3px 20px; text-align: left; cursor: pointer;}
.lang-select .lang-selected:after {border-bottom: 1px solid #1A85E8; border-right: 1px solid #1A85E8; content: ''; display: inline-block; vertical-align: middle; height: 6px; width: 6px; margin: -5px 0 0 10px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
body:not(.touchevents) .lang-select:not(.disabled):hover .lang-selected:after,
.lang-select.open .lang-selected:after {-webkit-transform: rotate(-135deg); -ms-transform:rotate(-135deg); transform: rotate(-135deg);}
.lang-select .lang-list {margin: 0; padding: 0; line-height: 30px; min-width: 100%; background: #fff; box-shadow: 0 0 0 1px #eee; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; top: 0; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(10px); -ms-transform: scale(0.75) translateY(10px); transform: scale(0.75) translateY(10px); -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; z-index: 9; border-radius: 16px;}
body:not(.touchevents) .lang-select:not(.disabled):hover .lang-list,
.lang-select.open .lang-list {opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); padding: 5px 0;}
.lang-select .lang-list li {list-style: none; display: block;}
.lang-select .lang-list li a {text-decoration: none; display: block; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 3px 20px; -webkit-transition: all 0.4s; transition: all 0.4s; color: #1A85E8;}
.lang-select .lang-list li a:hover {background: #fafafa;}
.lang-select .lang-list li.active a {font-weight: 700; pointer-events: none; cursor: default;}
@media (max-width: 991px) {
	.lang-select {font-size: 14px; top: 1px;}
	.lang-select .lang-selected:after {margin-top: -4px;}
	.lang-select .lang-selected {padding: 1px 15px;}
	.lang-select .lang-list li a {padding: 1px 15px;}
}
@media (max-width: 500px) {
	.lang-select .lang-list {border-radius: 10px;}
	
}


/* --- Header --- */

.site-header {background: #fff; position: fixed; top: 0; left: 0; right: 0; padding: 12px 0; height: 106px; -webkit-transition: -webkit-box-shadow 0.3s; transition: box-shadow 0.3s; z-index: 50;}
.page-scrolled .site-header {-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);}
.admin-bar .site-header {top: 32px;}
.site-header .left {display: inline-block; vertical-align: middle; width: 43%;}
.site-header .left .logo {display: inline-block; vertical-align: middle; width: 175px;}
.site-header .left .logo img {display: block; width: 100%; height: auto;}
.site-header .left .description {margin: 3px 0 0 35px; font-size: 16px; line-height: 1.2; display: inline-block; vertical-align: middle; width: calc(100% - 215px); color: #49516A; font-family: 'Roboto';}
.site-header .right {display: inline-block; vertical-align: middle; width: 57%; text-align: right; padding-left: 20px; white-space: nowrap;}
.site-header .right .phones {display: inline-block; vertical-align: middle; position: relative; padding-left: 50px; white-space: normal; font-family: 'Roboto';}
.site-header .right .phones .phone {display: inline-block; vertical-align: middle; font-weight: 700; font-size: 17px; line-height: 1.2; color: #212B4B; margin-right: 25px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-header .right .phones .phone:hover {color: #036ED1;}
.site-header .right .phones .svg-callback {position: absolute; top: 50%; margin-top: -17px; left: 0; display: block; width: 34px; height: 34px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.site-header .right .phones .svg-callback svg {display: block; width: 100%; height: 100%;}
@media (max-width: 1300px) {
	.site-header {height: 96px;}
	.site-header .left {width: 45%;}
	.site-header .left .logo {width: 155px;}
	.site-header .left .description {width: calc(100% - 195px);}
	.site-header .right {width: 55%;}
	.site-header .right .phones .phone {display: block;}
	.site-header .left .description {font-size: 15px;}
}
@media (max-width: 991px) {
	.site-header {height: 76px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);}
	.site-header .left {width: 110px;}
	.site-header .left .logo {width: 100%;}
	.site-header .left .description {display: none;}
	.site-header .right {width: calc(100% - 110px);}
	.site-header .right .button {display: none;}
	.site-header .right .phones {padding-left: 42px;}
	.site-header .right .phones .phone {font-size: 15px; margin-right: 10px;}
	.site-header .right .phones .svg-callback {margin-top: -14px; width: 28px; height: 28px;}
}
@media (max-width: 782px) {
	.admin-bar .site-header {top: 46px;}
}
@media (max-width: 500px) {
	.site-header {height: 66px;}
	.site-header .left {width: 90px;}
	.site-header .right {width: calc(100% - 90px);}
	.site-header .right .phones {display: block; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 8px 10px 10px 45px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);}
	.site-header .right .phones .phone {display: inline-block; margin-left: 15px; font-size: 14px;}
	.site-header .right .phones .svg-callback {left: 15px;}
}


/* --- Navigation --- */

.site-navigation {background: #C4E7FF;}
.site-navigation ul {margin: 0; padding: 0;}
.site-navigation-list > li.menu-item-has-children > a:after {border-bottom: 1px solid #1A85E8; border-right: 1px solid #1A85E8; content: ''; display: inline-block; height: 8px; width: 8px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: relative; top: -3px; margin-left: 8px;}
.site-navigation-list > li > ul li.menu-item-has-children > a:after {border-bottom: 1px solid #000000; border-right: 1px solid #000000; content: ''; display: inline-block; height: 8px; width: 8px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(-45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: absolute; top: 15px; right: 8px;}
.site-navigation .close-nav {display: none;}
@media (min-width: 992px) {
	.site-navigation {position: relative; z-index: 10;}
	.site-navigation-list {display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	.site-navigation-list > li {display: inline-block; vertical-align: middle; padding: 36px 5px; position: relative;}
	.site-navigation-list > li:first-of-type {padding-left: 0;}
	.site-navigation-list > li:last-of-type {padding-right: 0;}
	.site-navigation-list > li > a {display: block; font-weight: 700; font-size: 20px; line-height: 1.3; color: #1A85E8;}
	.site-navigation-list > li.current-menu-item > a {color: #036ed1;}
	.site-navigation-list > li > a:hover {opacity: 0.9;}
	.site-navigation-list li ul {position: absolute; top: 100%; left: -9999px; background: #fff; -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 10px; width: 460px; padding: 30px 0; z-index: 11; opacity: 0; pointer-events: none; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(10px); -ms-transform: scale(0.75) translateY(10px); transform: scale(0.75) translateY(10px); -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out, left 0s linear 0.2s; transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out, left 0s linear 0.2s; font-family: 'Roboto';}
	.site-navigation-list li:hover > ul {left: -35px; opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out, left 0s linear 0s; transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out, left 0s linear 0s;}
	.site-navigation-list > li > ul li {display: block; padding: 0 40px;}
	.site-navigation-list > li > ul li a {display: block; font-size: 16px; color: #000000; padding: 11px 25px 11px 30px; position: relative; -webkit-transition: color 0.3s; transition: color 0.3s; line-height: 1.2;}
	.site-navigation-list > li > ul li:hover > a {color: #1A85E8;}
	.site-navigation-list > li > ul li a:before {border: 3px solid #1A85E8; border-radius: 50%; width: 9px; height: 9px; position: absolute; top: 16px; left: 0; content: '';}
	.site-navigation-list > li > ul li ul {top: 0;}
	.site-navigation-list > li > ul li:hover > ul {left: calc(100% - 30px); opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out, left 0s linear 0s; transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out, left 0s linear 0s; min-height: 100%;}
	.page-template-page-template-front .site-navigation {height: 0;}
}
@media (min-width: 1301px) and (max-width: 1400px) {
	.site-navigation-list li ul {width: 430px;}
}
@media (min-width: 992px) and (max-width: 1300px) {
	.site-navigation-list li ul {width: 330px; padding: 15px 0;}
	.site-navigation-list > li {padding: 26px 5px;}
	.site-navigation-list > li > a {font-weight: 600; font-size: 17px;}
	.site-navigation-list > li > ul li {padding: 0 20px;}
	.site-navigation-list > li > ul li a {font-size: 14px; padding: 10px 25px;}
	.site-navigation-list > li > ul li a:before {border-width: 2px; width: 7px; height: 7px; top: 15px;}
	.site-navigation-list li:hover > ul {left: -15px;}
	.site-navigation-list > li > ul li:hover > ul {left: calc(100% - 20px);}
	.site-navigation-list > li > ul li.menu-item-has-children > a:after {height: 6px; width: 6px; right: 13px;}
}
@media (max-width: 991px) {
	.site-navigation {text-align: center; display: block; opacity: 0; padding: 0; position: fixed; top: 0; left: -50px; right: 0; bottom: 0; z-index: 60; transform: scaleX(0); -webkit-transition: transform 0.3s, left 0.3s, opacity 0s linear 0.3s; transition: transform 0.3s, left 0.3s, opacity 0s linear 0.3s; -webkit-transform-origin: 0 50%; transform-origin: 0 50%; overflow: hidden; pointer-events: none;}
	.admin-bar .site-navigation {top: 32px;}
	.mnav-opened .site-navigation {left: 0; transform: scaleX(1); opacity: 1; -webkit-transition: transform 0.3s, left 0.3s, opacity 0.3s; transition: transform 0.3s, left 0.3s, opacity 0.3s; pointer-events: all;}
	.site-navigation .close-nav {display: block; position: absolute; top: 23px; right: 15px; display: block; width: 20px; height: 20px;}
	.site-navigation .close-nav svg {width: 100%; height: 100%;}
	.site-navigation .wrapper {height: 100%; overflow-y: auto; padding-top: 30px; padding-bottom: 30px;}
	.site-navigation-list {min-height: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column;-ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	.site-navigation-list > li {display: block;}
	.site-navigation-list > li > a {display: block; font-weight: 700; padding: 8px 0; font-size: 20px; line-height: 1.3; color: #1A85E8;}
	.site-navigation-list > li > ul {padding: 0;}
	.site-navigation-list > li > ul li {display: block;}
	.site-navigation-list > li > ul li:not(:last-child) {border-bottom: 1px solid #DFDFDF;}
	.site-navigation-list > li > ul li a {display: block; font-weight: 700; font-size: 14px; color: #212B4B; padding: 17px 40px; position: relative; -webkit-transition: color 0.3s; transition: color 0.3s; line-height: 1.2; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.site-navigation-list > li > ul li.menu-item-has-children > a:after {position: absolute; top: 50%; right: 20px; margin-top: -3px; height: 6px; width: 6px; border-bottom: 2px solid #000000; border-right: 2px solid #000000; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); margin-left: 10px;}
	.site-navigation-list ul {display: none;}
	.site-navigation-list > li > ul {border-radius: 10px; background: #fff; -webkit-box-shadow: 0px 0px 20px rgba(26, 133, 232, 0.25); box-shadow: 0px 0px 20px rgba(26, 133, 232, 0.25); border-radius: 16px;}
	.site-navigation-list ul ul {background: #F5FBFF;}
	.site-navigation-list ul ul ul {background: #e0f3ff;}
	.site-navigation-list .submenu-opened > ul {display: block;}
	.site-navigation-list .submenu-opened > a {color: #1A85E8;}
	.site-navigation-list > li > ul li.submenu-opened.menu-item-has-children > a:after {-webkit-transform: rotate(-135deg); -ms-transform:rotate(-135deg); transform: rotate(-135deg);}
	.site-navigation-list > li.submenu-opened.menu-item-has-children > a:after {-webkit-transform: rotate(-135deg); -ms-transform:rotate(-135deg); transform: rotate(-135deg);}
	.site-navigation-list ul ul > li:first-child {border-top: 1px solid #DFDFDF;}
	.site-navigation-list ul ul > li > a {font-size: 12px; color: #316BA2; padding-left: 30px;}
}
@media (max-width: 782px) {
	.admin-bar .site-navigation {top: 46px;}
}


/* --- Mobile nav trigger --- */

.mnav-trigger {display: none; text-align: left; vertical-align: middle; background: none; box-sizing: border-box; color: #212B4B; text-decoration: none; font-size: 13px; padding: 10px; line-height: 1; -webkit-tap-highlight-color: transparent; position: relative; right: -10px; -webkit-transition: all 0.2s; transition: all 0.2s;}
.mnav-trigger:hover {color: #212B4B;}
.mnav-trigger span {position: relative; display: inline-block; vertical-align: middle; text-decoration: none;}
.mnav-trigger span i, 
.mnav-trigger span:before, 
.mnav-trigger span:after {display: block; width: 23px; height: 2px; border-radius: 4px; background: #212B4B; position: relative; -webkit-transition: all 0.2s; transition: all 0.2s; top: 0; left: 0;}
.mnav-trigger span i {margin: 5px 0;}
.mnav-trigger span:before,
.mnav-trigger span:after {content: '';}
.mnav-trigger strong {display: none; vertical-align: middle; font-weight: 700; position: relative; top: -1px;}
.mnav-opened .mnav-trigger span i {opacity: 0;}
.mnav-opened .mnav-trigger span:before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; top: -1px; left: 3px; width: 23px;}
.mnav-opened .mnav-trigger span:after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; top: 1px; left: 3px; width: 23px;}
@media (max-width: 991px) {
	.mnav-trigger {display: inline-block;}
}


/* --- Home screen --- */

/*.home-screen {font-size: 1px; background-image: url(img/svg-home.svg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; white-space: nowrap; position: relative; margin-bottom: 60px;}
.home-screen:before {content: ''; padding-bottom: 54.37%; width: 0; display: inline-block; vertical-align: top;}*/
.home-screen {font-size: 1px; position: relative; margin-bottom: 60px;}
.home-screen .photo {display: block; width: 100%; height: auto;}
.home-screen .content {display: inline-block; vertical-align: top; width: 100%; white-space: normal; font-size: 17px; line-height: 1.33; color: #212B4B; padding: 150px 0 30px; z-index: 2; position: absolute; top: 0; /*background-repeat: no-repeat; background-position: center center; background-size: cover;*/}
.home-screen .content p {margin: 0;}
.home-screen .content .title {font-weight: 800; margin: 0 0 25px; font-size: 38px; line-height: 1.33; text-transform: uppercase; color: #212B4B;}
.home-screen .caption1,
.home-screen .caption2 {font-weight: 600; font-size: 14px; padding: 3px 7px; line-height: 1.3; text-align: center; color: #303030; position: absolute; background: #fff; border: 2px solid #C5E7FF; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.home-screen .caption1 b,
.home-screen .caption2 b {font-weight: 600; color: #1A85E8;}
.home-screen .caption1 {top: 64%; left: 23.5%;}
.home-screen .caption2 {top: 68%; left: 59%;}
@media (max-width: 1300px) {
	.home-screen .content {padding-top: 100px; font-size: 15px;}
	.home-screen .content .title {margin-bottom: 15px; font-size: 28px;}
}
@media (max-width: 991px) {
	.home-screen .content {padding: 30px 0;}
}
@media (max-width: 767px) {
	.home-screen {margin-bottom: 30px;}
	.home-screen:after {content: ''; width: 100%; height: 100%; display: block; left: 0; top: 0; position: absolute; background: rgba(255, 255, 255, 0.85);}
	.home-screen .caption1,
	.home-screen .caption2 {display: none;}
	.home-screen:before {vertical-align: middle;}
	.home-screen .content {vertical-align: middle; padding: 30px 0; position: relative;}
	.home-screen .photo {position: absolute; bottom: 0; left: 0; right: 0;}
	.home-screen {overflow: hidden;}
}
@media (max-width: 500px) {
	.home-screen .content {font-size: 15px; padding: 20px 0;}
	.home-screen .content .title {font-size: 21px;}
}


/* --- Services --- */

.section.services {color: #212B4B; margin-bottom: 40px;}
.section.services .column {display: inline-block; vertical-align: top; margin-top: 60px;}
.section.services .column.left {width: 40%;}
.section.services .column.right {width: 60%; padding-left: 112px; position: relative; z-index: 2;}
.section.services .column.right .right-inner {display: inline-block; vertical-align: top; width: 50%;}
.section.services .column.right .right-inner:first-of-type {padding-right: 15px;}
.section.services .column .bg {padding: 1px 70px 8px 0; position: relative;}
.section.services .column .bg:before {content: ''; display: block; background: #ECF7FF; border-radius: 0 60px 0 0; position: absolute; top: 0; right: 0; bottom: 0; width: 2000px;}
.section.services .column p {margin: 0; line-height: 1.3; font-size: 18px; position: relative; z-index: 3;}
.section.services .column p.general {font-weight: 600; font-size: 26px; color: #1E2E42; margin-bottom: 22px;}
.section.services .column.mid p.general {margin-bottom: 40px;}
.section.services .column.left p.level-1 {font-weight: 500; line-height: 1.2; font-size: 20px; color: #303030; font-family: 'Roboto'; margin: 35px 0 28px;}
.section.services .column.right p.level-1,
.section.services .column.bottom-right p.level-1 {font-size: 20px; color: #606060; margin-bottom: 10px;}
.section.services .column p.level-2 {color: #5F5F5F; font-family: 'Roboto'; padding-left: 40px; margin: 28px 0;}
.section.services .column.mid p.level-2 {margin: 20px 0;}
.section.services .column p.level-2:before {border: 3px solid #1A85E8; width: 18px; height: 18px; content: ''; display: block; position: absolute; top: 2px; left: 0; border-radius: 50%;}
.section.services .column p a {text-decoration: none; color: inherit; -webkit-transition: color 0.3s, border-color 0.3s; transition: color 0.3s, border-color 0.3s;}
.section.services .column.right p.level-1 a,
.section.services .column.bottom-right p.level-1 a {border-bottom: 1px solid #606060;}
.section.services .column p a:hover {color: #1A85E8;}
.section.services .column.right p.level-1 a:hover,
.section.services .column.bottom-right p.level-1 a:hover {border-bottom-color: #1A85E8;}
.section.services .column .photo1 {position: relative;}
.section.services .column .photo1:before {content: ''; display: block; width: 689px; height: 355px; background-image: url(img/svg-bg-1.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; position: absolute; bottom: -220px; right: 42%;}
.section.services .column .photo1 img {display: block; height: auto; max-width: 200%; width: 123%; margin: 50px 0 0 -23%; border-radius: 22px; position: relative;}
.section.services .column .photo2 {text-align: right; padding-right: 35px;}
.section.services .column .photo2 img {display: inline-block; height: auto; width: 76%; border: 5px solid #ECF7FF; border-radius: 22px; margin-top: -225px; position: relative; z-index: 2;}
.section.services .column.mid {display: block; width: 100%; position: relative; z-index: 2; margin-top: 40px; padding-left: 60%;}
.section.services .column.mid:after {content: ''; display: block; background-image: url(img/svg-bg-2.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 156px; height: 138px; position: absolute; bottom: -55px; right: 31%; margin-right: -10px;}
.section.services .column.mid .photo3 {background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; top: 0; left: 0; bottom: 0; width: 60%; border-radius: 22px;}
.section.services .column.mid .mid-bg {margin-left: 25px; position: relative; padding: 40px 0 30px 80px;}
.section.services .column.mid .mid-bg:before {content: ''; display: block; background: #ECF7FF; border-radius: 60px 0 0 0; position: absolute; top: 0; left: 0; bottom: 0; width: 2000px;}
.section.services .column.bottom-left {width: 40%; padding: 0 32px 0 25px; vertical-align: bottom; margin-top: -155px; position: relative; z-index: 3;}
.section.services .column.bottom-right {width: 60%; vertical-align: bottom; margin-top: -155px;}
.section.services .column.bottom-right .bottom-right-inner {display: inline-block; vertical-align: top; width: 50%;}
.section.services .column.bottom-right .bottom-right-inner:first-of-type {padding-right: 15px;}
.section.services .column.bottom-left .photo4 {background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px; border: 5px solid #ECF7FF; height: 365px; position: relative; top: -3px;}
.section.services .bottom-svg {display: block; width: 100%; height: auto; margin-top: 75px;}
@media (max-width: 1300px) {
	.section.services .column.left {width: 55%;}
	.section.services .column.right {width: 45%; padding-left: 40px;}
	.section.services .column.right .right-inner:nth-of-type(n) {padding-right: 0; display: block; width: auto; margin-bottom: 30px;}
	.section.services .column p {font-size: 17px;}
	.section.services .column p.general {font-size: 23px;}
	.section.services .column.right p.level-1, 
	.section.services .column.bottom-right p.level-1 {font-size: 17px;}
	.section.services .column.left p.level-1 {font-size: 18px;}
	.section.services .column.mid {padding-left: 50%;}
	.section.services .column.mid .photo3 {width: 50%;}
	.section.services .column.mid .mid-bg {padding-left: 40px;}
	.section.services .column.mid:after {width: 116px; height: 105px; bottom: -55px; right: 42%;}
	.section.services .column.bottom-left {width: 55%; margin-top: 50px; padding: 0 30px 0 0; vertical-align: middle;}
	.section.services .column.bottom-right {width: 45%; margin-top: 50px; vertical-align: middle;}
	.section.services .column.bottom-right .bottom-right-inner {display: block; width: auto; margin-bottom: 30px;}
	.section.services .column.bottom-right .bottom-right-inner:first-of-type {padding-right: 0;}
	.section.services .bottom-svg {margin-top: 40px;}
}
@media (max-width: 767px) {
	.section.services {margin-bottom: 30px;}
	.section.services .column {display: block; margin-top: 30px;}
	.section.services .column .bg {padding-right: 30px;}
	.section.services .column .bg:before {border-radius: 0 30px 0 0;}
	.section.services .column.left {width: auto;}
	.section.services .column p.general {font-size: 18px;}
	.section.services .column.left p.level-1 {font-size: 16px; margin: 25px 0 20px;}
	.section.services .column p.level-2 {padding-left: 25px; font-size: 15px; margin: 15px 0;}
	.section.services .column p.level-2:before {border-width: 2px; width: 11px; height: 11px; top: 4px;}
	.section.services .column.right {width: auto; padding-left: 0;}
	.section.services .column.right p.level-1, 
	.section.services .column.bottom-right p.level-1 {font-size: 15px;}
	.section.services .column .photo1 {margin: 0 -15px; display: none;}
	.section.services .column .photo1:before {content: none;}
	.section.services .column .photo1 img {width: auto; margin: 0; border-radius: 0; max-width: 100%;}
	.section.services .column .photo2 {padding-right: 0; margin: 0 -15px; display: none;}
	.section.services .column .photo2 img {height: auto; width: auto; border: none; border-radius: 0; margin-top: 0;}
	.section.services .column.mid {padding-left: 0; margin-top: 0;}
	.section.services .column.mid .photo3 {width: auto; position: relative; padding-bottom: 80%; border-radius: 0; margin: 0 -15px; display: none;}
	.section.services .column.mid .mid-bg {padding-left: 0; padding: 30px 15px 15px; margin: 0 -15px;}
	.section.services .column.mid .mid-bg:before {border-radius: 0;}
	.section.services .column.mid:after {content: none;}
	.section.services .column.bottom-left {width: auto; margin-top: 0; padding: 0;}
	.section.services .column.bottom-left .photo4 {border-radius: 0; border: none; height: auto; top: 0; padding-bottom: 80%; margin: 0 -15px;}
	.section.services .column.bottom-right {width: auto; margin-top: 30px;}
}


/* --- Services navigation --- */

.services-top-buttons {text-align: center; padding: 25px 0 60px;}
.services-top-buttons button {-moz-appearance: none; -webkit-appearance: none; appearance: none; border: none; cursor: pointer; outline: none; font-weight: 700; font-size: 18px; line-height: 1.67; color: #212B4B; display: inline-block; padding: 15px 30px; border-radius: 35px; background: #F5FBFF; margin: 20px 12px 0; -webkit-transition: all 0.3s; transition: all 0.3s;}
.services-top-buttons button:hover {color: #1A85E8;}
.services-top-buttons button.active {color: #fff; background: #1A85E8;}
.services-navigation {background: #F5FBFF; border-radius: 30px; position: relative;}
.services-navigation:not(.active) {display: none;}
.services-navigation > .ul-main {margin: 0; padding: 0; display: inline-block; vertical-align: top; width: 27%;}
.services-navigation > .ul-main > li {list-style: none; display: block; vertical-align: top; position: relative; border-radius: 30px 0 0 30px;}
.services-navigation > .ul-main > li > a {text-decoration: none; cursor: pointer; outline: none; font-weight: 700; font-size: 18px; line-height: 1.67; color: #212B4B; display: block; padding: 15px 35px 15px 30px; border-radius: 30px 0 0 30px; background: #F5FBFF; width: calc(100% + 25px);}
.services-navigation > .ul-main > li > a:hover {background: #DAE9F2;}
.services-navigation > .ul-main > li.active {z-index: 3;}
.services-navigation > .ul-main > li.active {-webkit-box-shadow: 0px 0px 20px 0px rgba(26, 133, 232,0.2); -moz-box-shadow: 0px 0px 20px 0px rgba(26, 133, 232,0.2); box-shadow: 0px 0px 20px 0px rgba(26, 133, 232,0.2);}
.services-navigation > .ul-main > li.active > a {background: #fff;}
.services-navigation > .ul-main > li.active > a:after {content: ''; background-image: url(img/svg-nav-arrow-right-dark.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 9px; height: 12px; position: absolute; top: 50%; right: -8px; margin-top: -6px;}
.services-navigation > .ul-col {display: inline-block; vertical-align: top; width: 73%; position: relative; z-index: 2;}
.services-navigation > .ul-col > .ul-sec {margin: 0; padding: 10px 20px 10px 25px; display: block; background: #fff; -webkit-box-shadow: 0px 0px 20px 0px rgba(26, 133, 232,0.2); -moz-box-shadow: 0px 0px 20px 0px rgba(26, 133, 232,0.2); box-shadow: 0px 0px 20px 0px rgba(26, 133, 232,0.2); border-radius: 30px; position: relative; z-index: 2;}
.services-navigation > .ul-col > .ul-sec:not(.active) {display: none;}
.services-navigation > .ul-col > .ul-sec > li {list-style: none; display: block; vertical-align: top; z-index: 2; max-width: 33%;}
.services-navigation > .ul-col > .ul-sec > li + li {margin-top: 15px;}
.services-navigation > .ul-col > .ul-sec > li > .a {text-decoration: none; cursor: pointer; outline: none; font-weight: 700; font-size: 14px; line-height: 2; color: #212B4B; display: block; padding: 8px 30px 8px 20px; background: none; -webkit-transition: all 0.3s; transition: all 0.3s; border-radius: 20px; position: relative;}
.services-navigation > .ul-col > .ul-sec > li > .i {display: block; position: absolute; top: 40px; right: 40px; left: 35%; bottom: 40px; border-radius: 30px; overflow: hidden; opacity: 0; pointer-events: none; -webkit-transition: all 0.3s; transition: all 0.3s;}
.services-navigation > .ul-col > .ul-sec > li > .i img {display: block; border-radius: 30px; width: 100%; height: auto;}
.services-navigation > .ul-col > .ul-sec > li.hover {z-index: 2;}
.services-navigation > .ul-col > .ul-sec > li.hover > .a {color: #1A85E8; background: #F5FBFF;}
.services-navigation > .ul-col > .ul-sec > li.hover > .a:after {content: ''; background-image: url(img/svg-nav-arrow-right-blue.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 9px; height: 12px; position: absolute; top: 50%; right: 15px; margin-top: -6px;}
.services-navigation > .ul-col > .ul-sec > li.hover > .i {opacity: 1; pointer-events: all;}
.services-navigation > .ul-mobile {display: none;}
@media (max-width: 991px) {
	.services-top-buttons {padding: 15px 0 25px;}
	.services-top-buttons button {display: block; width: 100%; font-size: 16px; padding: 7px 20px; border-radius: 35px; margin: 10px 0 0;}
	.services-navigation {min-height: auto !important;}
	.services-navigation > .ul-main {display: none;}
	.services-navigation > .ul-col {display: none;}
	.services-navigation > .ul-mobile {display: block; margin: 0; padding: 0; background: #fff; -webkit-box-shadow: 0px 0px 20px rgba(26, 133, 232, 0.25); box-shadow: 0px 0px 20px rgba(26, 133, 232, 0.25); border-radius: 16px;}
	.services-navigation > .ul-mobile li {display: block;}
	.services-navigation > .ul-mobile li ul {display: none; margin: 0; padding: 0; background: #F5FBFF;}
	.services-navigation > .ul-mobile li .i {display: none;}
	.services-navigation > .ul-mobile li:not(:last-child) {border-bottom: 1px solid #DFDFDF;}
	.services-navigation > .ul-mobile li a {display: block; font-weight: 700; font-size: 14px; line-height: 1.43; color: #212B4B; padding: 17px 40px 17px 17px; position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.services-navigation > .ul-mobile li > a:after {content: ''; background-image: url(img/svg-nav-arrow-right-dark.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 9px; height: 12px; position: absolute; top: 50%; right: 20px; margin-top: -6px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
	.services-navigation > .ul-mobile li.active > a:after {background-image: url(img/svg-nav-arrow-right-blue.svg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg);}
	.services-navigation > .ul-mobile li.active > ul {display: block;}
	.services-navigation > .ul-mobile li > ul li:first-child {border-top: 1px solid #DFDFDF;}
	.services-navigation > .ul-mobile li > ul li a {font-size: 12px; color: #316BA2; padding-left: 30px;}
	.services-navigation > .ul-mobile li > ul li a:after {opacity: 0.8;}
	.services-navigation > .ul-mobile li.active > .i {display: block;}
	.services-navigation > .ul-mobile li.active > .i:after {content: none;}
	
}


/* --- Benefits --- */

.section.benefits {padding-bottom: 120px;}
.section.benefits .text {margin: 0 0 85px; font-size: 30px; line-height: 1.4; color: #242424;}
.section.benefits .benefits-items {margin: 0 -15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.section.benefits .benefits-item {padding: 0 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 33.33%;}
.section.benefits .benefits-item .item-inner {background: #1A85E8; border-radius: 22px; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 65px 30px 70px; color: #fff; line-height: 1.4; text-align: center; font-size: 18px; overflow: hidden; position: relative;}
.section.benefits .benefits-item .item-inner:before {content: ''; display: block; background-image: url(img/svg-bg-3.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 217px; height: 335px; position: absolute;}
.section.benefits .benefits-item:nth-child(1) .item-inner:before {top: -120px; left: 5px;}
.section.benefits .benefits-item:nth-child(2) .item-inner:before {bottom: -125px; left: -30px;}
.section.benefits .benefits-item:nth-child(3) .item-inner:before {top: -85px; right: -30px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transform: rotate(180deg);}
.section.benefits .benefits-item .item-num {margin: 0 0 -5px; font-weight: 800; font-size: 80px; line-height: 1.2;}
.section.benefits .benefits-item .item-title {margin: 0 0 50px; font-size: 30px; letter-spacing: 5px;}
.section.benefits .benefits-item .item-text {margin: 0; font-weight: 600;}
@media (max-width: 1300px) {
	.section.benefits .text {font-size: 25px; margin-bottom: 50px;}
	.section.benefits .benefits-item .item-inner {border-radius: 15px; padding: 45px 20px 50px; font-size: 16px;}
	.section.benefits .benefits-item .item-num {margin: 0; font-size: 60px;}
	.section.benefits .benefits-item .item-title {margin-bottom: 30px; font-size: 20px; letter-spacing: 2px;}
}
@media (max-width: 991px) {
	.section.benefits .benefits-items {margin: 0 -10px;}
	.section.benefits .benefits-item {padding: 0 10px;}
	.section.benefits .benefits-item .item-num {font-size: 50px;}
}
@media (max-width: 767px) {
	.section.benefits {padding-bottom: 40px;}
	.section.benefits .text {font-size: 18px; margin-bottom: 30px;}
	.section.benefits .benefits-items {margin: 0;}
	.section.benefits .benefits-item {padding: 0 0 20px; width: 100%;}
	.section.benefits .benefits-item .item-inner {padding: 25px 15px 30px; font-size: 15px;}
	.section.benefits .benefits-item .item-title {margin-bottom: 15px;}
}


/* --- Objects carousel --- */

.section.objects {padding-bottom: 70px;}
.objects-carousel-inner {padding: 15px 0 0;}
.objects-carousel-item {padding: 35px 0; text-align: center; color: #000000; line-height: 1.3;}
.objects-carousel-item .item-inner {-webkit-transition: all 0.2s; transition: all 0.2s; display: inline-block; width: 100%;}
.objects-carousel-item .item-image {display: block; border: 1px solid #D3D3D3; padding: 4px; border-radius: 23px; margin-bottom: 30px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.objects-carousel-item .item-image span {display: block; padding-bottom: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px;}
.objects-carousel-item .item-image:hover {opacity: 0.8;}
.objects-carousel-item .item-text {text-align: center; padding: 0 20px;}
.objects-carousel-item .item-title {margin: 0 0 5px; font-weight: 600; font-size: 18px; color: #000000; display: inline-block;}
.objects-carousel-item .item-title a {color: inherit; -webkit-transition: all 0.3s; transition: all 0.3s;}
.objects-carousel-item .item-title a:hover {color: #1A85E8;}
.objects-carousel-item .item-subtitle {margin: 0 0 5px; font-size: 16px;}
.objects-carousel-item .item-place {margin: 0; font-size: 12px; color: #777777;}
.section.objects .bottom-button {text-align: center;}
.objects-carousel-inner:not(.owl-carousel) .objects-carousel-item:nth-of-type(n+2) {display: none;}
.objects-carousel-inner .owl-nav {margin-top: -50px;}
@media (min-width: 1371px) {
	.objects-carousel {padding: 0 350px; overflow: hidden;}
	.objects-carousel-inner .owl-nav {top: 175px; left: -340px; right: -340px; margin-top: 0;}
	.objects-carousel .owl-carousel .owl-stage-outer {overflow: visible;}
	.owl-item:not(.active) .objects-carousel-item {text-align: right;}
	.owl-item:not(.active) .objects-carousel-item .item-inner {width: 50%; padding-top: 50px;}
	.owl-item:not(.active) .objects-carousel-item .item-image {margin-bottom: 20px;}
	.owl-item.active + .owl-item:not(.active) .objects-carousel-item {text-align: left;}
}
@media (max-width: 767px) {
	.section.objects {padding-bottom: 40px;}
	.objects-carousel-inner .owl-nav {margin-top: -65px;}
	.objects-carousel-inner {padding-top: 0;}
	.objects-carousel-item {padding: 30px 0;}
	.objects-carousel-item .item-image {margin-bottom: 20px;}
}


/* --- Objects on product page --- */

.product-template .section.objects {background: #FAFAFA; padding: 100px 0;}
@media (max-width: 1200px) {
	.product-template .section.objects {padding: 70px 0;}
}
@media (max-width: 767px) {
	.product-template .section.objects {padding: 40px 0 80px;}
}


/* --- Consult form --- */

.section.consult {padding: 30px 0 0; background-image: url(img/svg-bg-consult.svg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; position: relative; white-space: nowrap; text-align: center; margin-bottom: -7%;}
.section.consult:before {content: ''; padding-bottom: 36%; display: inline-block; vertical-align: middle; width: 0;}
.section.consult .wrapper {display: inline-block; vertical-align: middle; margin-top: -100px; width: 100%;}
.section.consult .left {display: inline-block; vertical-align: middle; padding-right: 30px; width: 50%; font-weight: 600; font-size: 40px; line-height: 1.37; color: #1A85E8; white-space: normal; text-align: left;}
.section.consult .left p {margin: 0;}
.section.consult .left b {font-weight: 800; font-size: 50px; line-height: 1.16; color: #fff; text-shadow:-0 -2px 0 #6BADEB,0 -2px 0 #6BADEB,-0 2px 0 #6BADEB,0 2px 0 #6BADEB,-2px -0 0 #6BADEB,2px -0 0 #6BADEB,-2px 0 0 #6BADEB,2px 0 0 #6BADEB,-1px -2px 0 #6BADEB,1px -2px 0 #6BADEB,-1px 2px 0 #6BADEB,1px 2px 0 #6BADEB,-2px -1px 0 #6BADEB,2px -1px 0 #6BADEB,-2px 1px 0 #6BADEB,2px 1px 0 #6BADEB,-2px -2px 0 #6BADEB,2px -2px 0 #6BADEB,-2px 2px 0 #6BADEB,2px 2px 0 #6BADEB,-2px -2px 0 #6BADEB,2px -2px 0 #6BADEB,-2px 2px 0 #6BADEB,2px 2px 0 #6BADEB;}
.section.consult .right {display: inline-block; vertical-align: middle; width: 50%; white-space: normal; padding-top: 60px; text-align: left;}
.section.consult .form {max-width: 370px; margin: 0 auto;}
.section.consult .form .submit {text-align: right;}
@media (max-width: 1650px) {
	.section.consult {margin-bottom: -5%;}
}
@media (max-width: 1500px) {
	.section.consult {margin-bottom: 0;}
	.section.consult .wrapper {margin-top: -50px;}
}
@media (max-width: 1300px) {
	.section.consult {margin-bottom: 30px;}
	.section.consult .wrapper {margin-top: 0;}
	.section.consult .left {font-size: 32px;}
	.section.consult .left b {font-size: 38px;}
}
@media (max-width: 991px) {
	.section.consult {padding: 80px 0 0; margin-bottom: 80px;}
	.section.consult:before {content: none;}
	.section.consult .left {display: block; padding-right: 0; width: auto; text-align: center;}
	.section.consult .right {display: block; padding-top: 50px; width: auto; text-align: center;}
	.section.consult .form .submit {text-align: center;}
}
@media (max-width: 767px) {
	.section.consult {margin-bottom: 50px;}
	.section.consult .left {font-size: 22px; line-height: 1.5;}
	.section.consult .left b {font-size: 28px;}
	.section.consult .right {padding-top: 30px;}
}


/* --- Documents carousel --- */

.section.documents {padding-bottom: 35px; position: relative;}
.documents-carousel {padding-top: 45px;}
.documents-carousel-item {padding: 1px;}
.documents-carousel-item .item-inner {display: block; border: 1px solid #DFDFDF; border-radius: 20px; background: #fff; padding: 12px; overflow: hidden;}
.documents-carousel-item .item-inner span {padding-bottom: 140%; display: block; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.documents-carousel-inner:not(.owl-carousel) .documents-carousel-item {display: inline-block; vertical-align: top; width: 25%; padding: 0 15px;}
.documents-carousel-inner:not(.owl-carousel) .documents-carousel-item:nth-of-type(n+5) {display: none;}
.documents-carousel-inner .owl-nav {left: -15px; right: -15px; margin-top: -35px;}
@media (max-width: 767px) {
	.documents-carousel {padding-top: 35px;}
}
@media (max-width: 600px) {
	.documents-carousel-item .item-inner {border-radius: 10px; padding: 3px;}
}


/* --- Partners carousel --- */

.section.partners {padding-bottom: 50px; position: relative; text-align: center;}
.partners-items {padding-top: 45px; margin: 0 -15px;}
.partners-item {display: inline-block; vertical-align: top; width: 25%; padding: 0 15px 30px;}
.partners-item .item-inner {display: block; border: 1px solid #DFDFDF; border-radius: 20px; background: #fff; padding: 20px 30px; overflow: hidden;}
.partners-item .item-inner span {padding-bottom: 50%; display: block; background-repeat: no-repeat; background-position: center center; background-size: contain;}
@media (max-width: 991px) {
	.partners-items {margin: 0 -10px;}
	.partners-item {padding: 0 10px 20px;}
	.partners-item .item-inner {padding: 10px 15px;}
}
@media (max-width: 767px) {
	.partners-items {padding-top: 35px;}
	.partners-item {width: 33.33%;}
}
@media (max-width: 500px) {
	.partners-items {margin: 0 -7px;}
	.partners-item .item-inner {border-radius: 15px;}
	.partners-item {width: 50%; padding: 0 7px 15px;}
}


/* --- Last news --- */

.section.last-news {padding-bottom: 30px; position: relative; text-align: center;}
.last-news-items {padding-top: 60px; margin: 0 -15px;}
.last-news-item {display: inline-block; vertical-align: top; width: 33.33%; padding: 0 15px 60px; text-align: center;}
.last-news-item .item-image {display: block; overflow: hidden; margin-bottom: 40px; border-radius: 22px;}
.last-news-item .item-image span {padding-bottom: 100%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.last-news-item .item-date {margin: 0 0 15px; font-size: 20px; color: #919191;}
.last-news-item .item-date svg {width: 45px; height: 45px; display: inline-block; vertical-align: middle; margin-right: 20px; fill: #FFBCA4;}
.last-news-item .item-date span {display: inline-block; vertical-align: middle;}
.last-news-item .item-title {margin: 0 0 25px; font-weight: 600; font-size: 25px; line-height: 1.2; color: #212B4B;}
.last-news-item .item-title a {color: #212B4B; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s;}
.last-news-item .item-title a:hover {color: #1A85E8;}
.last-news-item .item-excerpt {margin: 0; font-size: 19px; line-height: 1.6; color: #5F5F5F;}
.last-news-item .item-read {padding-top: 30px;}
@media (min-width: 992px) {
	.last-news-item:nth-of-type(4) {display: none;}
	.last-news-item .item-image:hover span {opacity: 0.8; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1);}
}
@media (max-width: 1300px) {
	.last-news-items {padding-top: 50px;}
	.last-news-item .item-date {font-size: 17px;}
	.last-news-item .item-date svg {width: 35px; height: 35px;}
	.last-news-item .item-image {margin-bottom: 25px;}
	.last-news-item .item-title {margin-bottom: 15px; font-size: 20px;}
	.last-news-item .item-excerpt {font-size: 16px; line-height: 1.5;}
}
@media (max-width: 991px) {
	.last-news-item {width: 50%;}
}
@media (max-width: 767px) {
	.last-news-items {padding-top: 35px; margin: 0 -7px;}
	.last-news-item {padding: 0 7px 50px;}
	.last-news-item .item-image {border-radius: 10px; margin-bottom: 10px;}
	.last-news-item .item-image span {border-radius: 10px;}
	.last-news-item .item-date {font-size: 15px;}
	.last-news-item .item-date svg {width: 25px; height: 25px; margin-right: 10px;}
	.last-news-item .item-title {margin-bottom: 0; font-size: 16px;}
	.last-news-item .item-excerpt {display: none;}
}
@media (max-width: 400px) {
	.last-news-item .item-date svg {display: none;}
}


/* --- News list --- */

.section.news {padding-bottom: 30px; position: relative;}
.news-list {padding-top: 60px; margin: 0 -15px;}
.news-list-item {display: inline-block; vertical-align: top; width: 33.33%; padding: 0 15px 60px; text-align: center;}
.news-list-item .item-image {display: block; overflow: hidden; margin-bottom: 40px; border-radius: 22px;}
.news-list-item .item-image span {padding-bottom: 100%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.news-list-item .item-date {margin: 0 0 15px; font-size: 20px; color: #919191;}
.news-list-item .item-date svg {width: 45px; height: 45px; display: inline-block; vertical-align: middle; margin-right: 20px; fill: #FFBCA4;}
.news-list-item .item-date span {display: inline-block; vertical-align: middle;}
.news-list-item .item-title {margin: 0 0 25px; font-weight: 600; font-size: 25px; line-height: 1.2; color: #212B4B;}
.news-list-item .item-title a {color: #212B4B; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s;}
.news-list-item .item-title a:hover {color: #1A85E8;}
.news-list-item .item-excerpt {margin: 0; font-size: 19px; line-height: 1.6; color: #5F5F5F;}
.news-list-item .item-read {padding-top: 30px;}
@media (min-width: 992px) {
	.news-list-item .item-image:hover span {opacity: 0.8; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1);}
}
@media (max-width: 1300px) {
	.news-list {padding-top: 50px;}
	.news-list-item .item-date {font-size: 17px;}
	.news-list-item .item-date svg {width: 35px; height: 35px;}
	.news-list-item .item-image {margin-bottom: 25px;}
	.news-list-item .item-title {margin-bottom: 15px; font-size: 20px;}
	.news-list-item .item-excerpt {font-size: 16px; line-height: 1.5;}
}
@media (max-width: 991px) {
	.news-list-item {width: 50%;}
}
@media (max-width: 767px) {
	.section.news {padding-top: 20px;}
	.news-list {padding-top: 35px; margin: 0 -7px;}
	.news-list-item {padding: 0 7px 50px;}
	.news-list-item .item-image {border-radius: 10px; margin-bottom: 10px;}
	.news-list-item .item-image span {border-radius: 10px;}
	.news-list-item .item-date {font-size: 15px;}
	.news-list-item .item-date svg {width: 25px; height: 25px; margin-right: 10px;}
	.news-list-item .item-title {margin-bottom: 0; font-size: 16px;}
	.news-list-item .item-excerpt {display: none;}
}
@media (max-width: 400px) {
	.news-list-item .item-date svg {display: none;}
}


/* --- Objects list --- */

.objects-list-item {padding: 0 15px 60px; text-align: center; color: #000000; line-height: 1.3; display: inline-block; vertical-align: top; width: 33.33%;}
.objects-list-item .item-inner {-webkit-transition: all 0.2s; transition: all 0.2s; display: inline-block; width: 100%;}
.objects-list-item .item-image {display: block; border-radius: 22px; margin-bottom: 30px; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative;}
.objects-list-item .item-image span {display: block; padding-bottom: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px;}
.objects-list-item .item-image:after {content: ''; display: block; background-repeat: no-repeat; background-position: center center; background-size: 18px 13px; border-radius: 10px; width: 43px; height: 43px; background-image: url(img/svg-ready.svg); position: absolute; bottom: 15px; right: 15px; background-color: #24AF61;}
.objects-list-item .item-text {text-align: center; padding: 0 20px;}
.objects-list-item .item-title {margin: 0 0 5px; font-weight: 600; font-size: 18px; color: #000000; display: inline-block;}
.objects-list-item .item-title a {color: inherit; -webkit-transition: all 0.3s; transition: all 0.3s;}
.objects-list-item .item-title a:hover {color: #1A85E8;}
.objects-list-item .item-subtitle {margin: 0 0 5px; font-size: 16px;}
.objects-list-item .item-place {margin: 0; font-size: 12px; color: #777777;}
.objects-list-item .item-read {padding-top: 30px;}
@media (min-width: 992px) {
	.objects-list-item .item-image:hover {opacity: 0.8;}
}
@media (max-width: 991px) {
	.objects-list-item {width: 50%;}
}
@media (max-width: 767px) {
	.objects-list-item {padding: 0 7px 50px;}
	.objects-list-item .item-image {margin-bottom: 20px; border-radius: 10px;}
	.objects-list-item .item-image span {border-radius: 10px;}
	.objects-list-item .item-text {padding: 0;}
	.objects-list-item .item-title {margin-bottom: 10px; font-size: 16px;}
	.objects-list-item .item-subtitle {margin-bottom: 10px; font-size: 13px;}
	.objects-list-item .item-image:after {width: 33px; height: 33px; bottom: 8px; right: 8px;}
}


/* --- Last objects --- */

.section.last-objects {padding-bottom: 30px; position: relative; text-align: center;}
@media (min-width: 992px) {
	.section.last-objects .objects-list-item:nth-of-type(4) {display: none;}
}


/* --- Pagination --- */

.pagination-section {margin-bottom: 70px; line-height: 50px; text-align: right;}
.pagination-section ul {margin: 0; padding: 0; color: #24AF61;}
.pagination-section ul li {list-style: none; display: inline-block; vertical-align: top;}
.pagination-section ul li .page-numbers:not(.dots) {height: 50px; min-width: 50px; display: inline-block; text-align: center; text-decoration: none; margin-right: 10px; background: #F9F9F9; font-size: 18px; color: #24AF61; -webkit-transition: all 0.3s; transition: all 0.3s; border-radius: 50%;}
.pagination-section ul li a.page-numbers:not(.dots):hover {color: #fff; background: #24AF61;}
.pagination-section ul li a.page-numbers:not(.dots):active {background: #24AF61; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.35); -webkit-transition: all 0s; transition: all 0s;}
.pagination-section ul li .page-numbers.current {background: #24AF61; color: #fff; font-weight: 900;}
.pagination-section ul li a.prev {margin-right: 20px; display: none !important;}
.pagination-section ul li a.next {margin-left: 20px; display: none !important;}
.pagination-section ul li .page-numbers svg {width: 9px; height: 14px; display: inline-block; vertical-align: middle; position: relative; fill: currentColor;}
.pagination-section ul li .prev svg {left: 1px;}
.pagination-section ul li .next svg {right: -3px;}
.pagination-section ul li .dots {padding: 0 20px 0 10px;}
@media (max-width: 767px) {
	.pagination-section {line-height: 34px; margin-bottom: 40px; margin-top: -10px;}
	.pagination-section ul li .page-numbers:not(.dots) {height: 34px; min-width: 34px; font-size: 14px; margin-right: 5px;}
	.pagination-section ul li .dots {padding: 0 10px 0 6px;}
}


/* --- Footer --- */

.site-footer {background: #212B4B; font-size: 18px; line-height: 1.67; color: #ADD8FF;}
.site-footer p {margin: 0;}
.site-footer .footer-columns {margin: 0 -15px; padding: 55px 0 40px;}
.site-footer .footer-column {display: inline-block; vertical-align: top; width: 33.33%; padding: 0 15px;}
.site-footer .footer-subcolumn {padding-top: 50px;}
.site-footer .footer-nav-col {display: inline-block; vertical-align: top; width: 50%;}
.site-footer .footer-nav-col:first-child {padding-right: 15px;}
.site-footer .footer-title {margin: 0 0 30px; font-weight: 600; font-size: 35px; line-height: 1.15; color: #fff;}
.site-footer .footer-bottom {background: #fff;}
.site-footer .footer-bottom p {margin: 0; padding: 25px 0; font-size: 16px; color: #8E8E8E;}
.site-footer .footer-navigation {margin: 0; padding: 0;}
.site-footer .footer-navigation li {display: block; padding-bottom: 10px;}
.site-footer .footer-navigation li a {color: #ADD8FF; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-footer .footer-navigation li a:hover {color: #fff;}
.site-footer .contacts {margin: 0; padding: 0;}
.site-footer .contacts li {display: block; padding: 0 0 30px 47px; position: relative;}
.site-footer .contacts li svg {display: block; width: 32px; height: 32px; position: absolute; top: 0; left: 0; fill: #C5E7FF;}
.site-footer .contacts li a {color: #ADD8FF; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-footer .contacts li a.phone {white-space: nowrap;}
.site-footer .contacts li a:hover {color: #fff;}
.site-footer .social {margin: 0; padding: 37px 0 0;}
.site-footer .social li {display: inline-block; vertical-align: top; padding: 0 17px 17px 0; position: relative;}
.site-footer .social li a {color: #fff; display: block; -webkit-transition: all 0.3s; transition: all 0.3s; background: #316BA2; border-radius: 20px; width: 65px; height: 65px; position: relative; padding-top: 18px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.site-footer .social li a svg {display: block; margin: 0 auto; width: 28px; height: 28px; fill: currentColor;}
.site-footer .social li a span {display: none;}
.site-footer .social li a:hover {background: #2f97f9;}
@media (max-width: 1300px) {
	.site-footer {font-size: 16px;}
	.site-footer .footer-title {font-size: 28px;}
	.site-footer .social li a {width: 55px; height: 55px; padding-top: 14px;}
}
@media (max-width: 991px) {
	.site-footer .footer-nav-col {display: block; width: auto;}
	.site-footer .footer-nav-col:first-child {padding-right: 0;}
}
@media (max-width: 767px) {
	.site-footer .footer-columns {margin: 0; padding-bottom: 10px;}
	.site-footer .footer-column {display: block; width: auto; padding: 0 0 30px;}
}
@media (max-width: 500px) {
	.site-footer .footer-bottom {padding-bottom: 40px;}
}
@media (max-width: 355px) {
	.site-footer .footer-bottom {padding-bottom: 65px;}
}


/* --- Popup --- */

.fancybox-slide--html .fancybox-close-small {color: #000; padding: 3px; right: 15px; top: 15px;}
.compact-popup {display: none; border-radius: 22px; width: 100%; max-width: 890px;}
.compact-popup#callback {max-width: 605px; background-image: url(img/svg-bg-4.svg); background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto;}
.compact-popup .popup-title {margin: 0 0 60px; font-weight: 600; font-size: 26px; line-height: 1.3; color: #212B4B;}
.compact-popup .form {max-width: 375px; margin: 0 auto 30px;}
.compact-popup .form form .form-item {margin-bottom: 30px;}
.compact-popup .form .submit {text-align: center;}
@media (max-width: 500px) {
	.fancybox-content {padding: 44px 20px;}
}


/* --- Breadcrumbs --- */

.breadcrumblist {margin: 0; padding: 45px 0; font-family: 'Roboto'; font-weight: 500; font-size: 20px; line-height: 1.5;}
.breadcrumblist li {list-style: none; display: inline; vertical-align: top;}
.breadcrumblist li:after {margin: 0 17px 0 22px; border-bottom: 1px solid #505050; border-right: 1px solid #505050; content: ''; display: inline-block; height: 8px; width: 8px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(-45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: top; position: relative; top: 11px;}
.breadcrumblist li a,
.breadcrumblist li p {margin: 0; padding: 0; text-decoration: none; color: #505050; display: inline;}
.breadcrumblist li p {color: #505050;}
.breadcrumblist li a:hover {color: #2196f3;}
.breadcrumblist li:last-of-type:after {content: none;}
.breadcrumblist li:last-of-type p {color: #505050; pointer-events: none;}
@media (max-width: 767px) {
	.breadcrumbs-area {display: none;}
}


/* --- Sidebar --- */

.product-sidebar {display: inline-block; vertical-align: top; width: 31%; padding: 20px 0 50px;}
.product-sidebar-title {margin: 0; font-weight: 600; font-size: 26px; line-height: 1.3; color: #212B4B;}
.product-content {display: inline-block; vertical-align: top; width: 69%; padding: 0 0 70px 30px; font-size: 18px; line-height: 1.7; color: #333333;}
.product-content-fullwidth {padding-bottom: 70px; font-size: 18px; line-height: 1.7; color: #333333;}
.product-content-title {margin: 0 0 30px; font-weight: 600; font-size: 45px; line-height: 1.2; color: #212B4B;}
.product-pages {margin: 0; padding: 35px 0 0; line-height: 1.2;}
.product-pages > li {display: block; margin-top: 3px;}
.product-pages > li > a {display: block; font-family: 'Roboto'; font-size: 18px; color: #000; padding: 13px 50px 13px 50px; border-radius: 0px 26px 0px 0px; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative;}
.product-pages > li > a:before {border: 3px solid #1A85E8; width: 9px; height: 9px; content: ''; display: block; position: absolute; top: 19px; left: 22px; border-radius: 50%;}
.product-pages > li.menu-item-has-children > a:after {border-bottom: 1px solid #1A85E8; border-right: 1px solid #1A85E8; content: ''; display: inline-block; height: 7px; width: 7px; margin-left: 6px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: absolute; top: 20px; right: 28px; opacity: 0;}
.product-pages > li > a:hover,
.product-pages > li.current-menu-item > a {background: #EAF6FF; color: #1A85E8;}
.product-pages > li.current-menu-ancestor > a {background: #EAF6FF;}
.product-pages > li.menu-item-has-children > a:hover:after,
.product-pages > li.menu-item-has-children.current-menu-item > a:after,
.product-pages > li.menu-item-has-children.current-menu-ancestor > a:after {opacity: 1;}
.product-pages > li > .sub-menu {margin: 3px 0 0; padding: 20px 0 20px 25px; background: #F5FBFF; display: none;}
.product-pages > li.current-menu-ancestor > .sub-menu,
.product-pages > li.current-menu-item > .sub-menu {display: block;}
.product-pages > li > .sub-menu li {display: block;}
.product-pages > li > .sub-menu li a {display: block; font-family: 'Roboto'; font-weight: 500; font-size: 18px; color: #000000; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative; padding: 8px 20px 8px 47px;}
.product-pages > li > .sub-menu li a:before {border: 2px solid #5F5F5F; width: 9px; height: 9px; content: ''; display: block; position: absolute; top: 14px; left: 22px; border-radius: 50%;}
.product-pages > li > .sub-menu .sub-menu {margin: 0; padding: 0; background: none; display: block;}
.product-pages > li > .sub-menu .sub-menu li a {font-weight: 400; line-height: 1.3; font-size: 14px; color: #000000;}
.product-pages > li > .sub-menu .sub-menu li a:before {content: none;}
.product-pages > li > .sub-menu li > a:hover,
.product-pages > li > .sub-menu li.current-menu-item > a {color: #1A85E8;}
.all-products-button {display: none; padding: 20px 0 0; text-align: right;}
@media (max-width: 1300px) {
	.product-content-title {font-size: 36px;}
	.product-pages > li > .sub-menu {padding-left: 0;}
}
@media (max-width: 991px) {
	.product-sidebar {display: block; width: auto;}
	.product-content {display: block; width: auto; padding-left: 0;}
}
@media (max-width: 767px) {
	.product-pages > li > a {font-size: 17px;}
	.product-pages > li > .sub-menu li a {font-size: 16px;}
	.product-sidebar {display: none; padding: 20px 0 30px;}
	.product-sidebar-title {display: none;}
	.product-pages {padding-top: 0;}
	.all-products-button {display: block;}
	.product-content,
	.product-content-fullwidth {font-size: 16px; padding-top: 20px;}
	.product-content-title {font-size: 25px;}
	.product-template .product-content-fullwidth {padding-bottom: 0;}
}


/* --- Product tabs --- */

.product-content-tabs {margin-top: 130px;}
.product-content-tab-links {position: relative; margin: 0 -2px;}
.product-content-tab-links:before {background: #ADD8FF; content: ''; display: block; height: 10px; position: absolute; bottom: 0; left: -2000px; right: -2000px;}
.product-content-tab-links a {text-decoration: none; position: relative; display: inline-block; vertical-align: top; width: 25%; color: #212B4B; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 0 2px; font-size: 26px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.product-content-tab-links a span {display: block; position: relative; background: #fff; border-radius: 22px 22px 0 0; font-weight: 600; padding: 10px 5px; border: 3px solid #ADD8FF; border-top-width: 10px; border-bottom-width: 0; text-align: center;}
.product-content-tab-links a:hover {text-decoration: none !important; color: #666;}
.product-content-tab-links a.active {color: #FF9580;}
.product-content-tab {padding: 50px 0 0;}
.product-content-tab:not(.active) {display: none;}
@media (max-width: 1300px) {
	.product-content-tab-links a {font-size: 23px;}
}
@media (max-width: 991px) {
	.product-content-tabs {margin-top: 60px;}
	.product-content-tab-links a {font-size: 18px;}
}
@media (max-width: 767px) {
	.product-content-tab-links:before {content: none;}
	.product-content-tab-links a {width: 50%; font-size: 16px; margin-bottom: 10px;}
	.product-content-tab-links a span {border-bottom-width: 7px; border-top-width: 7px; border-radius: 20px;}
	.product-content-tab {padding-top: 10px;}
}


/* --- Photo link --- */

.photo-link {display: block; text-decoration: none; line-height: 1.3; margin: 20px 0;}
.photo-link i {background-repeat: no-repeat; background-position: center center; background-size: cover; border: 5px solid #ECF7FF; border-radius: 22px; display: inline-block; vertical-align: middle; width: 35%; padding-bottom: 22%; -webkit-transition: all 0.3s; transition: all 0.3s;}
.photo-link span {display: inline-block; vertical-align: middle; width: 65%; font-weight: 600; font-size: 23px; color: #212B4B; padding-left: 30px; max-width: 400px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.photo-link:hover i {opacity: 0.8;}
.photo-link:hover span {color: #1A85E8;}
@media (max-width: 767px) {
	.photo-link span {font-size: 16px; padding-left: 15px; width: 75%; line-height: 1.5;}
	.photo-link i {border-width: 2px; border-radius: 10px; width: 25%; padding-bottom: 17%;}
}


/* --- Photoslider --- */

.photoslider-carousel {padding-right: 30%; overflow: hidden; position: relative;}
.photoslider-carousel-inner {position: static;}
.photoslider-carousel-inner .owl-stage-outer {overflow: visible;}
.photoslider-carousel-inner .owl-nav {left: 15px; right: 15px;}
.photoslider-carousel-item .item-inner {display: block; overflow: hidden; border-radius: 22px;}
.photoslider-carousel-item .item-inner span {padding-bottom: 60%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.photoslider-carousel-inner:not(.owl-carousel) .photoslider-carousel-item:nth-of-type(n+2) {display: none;}
@media (min-width: 992px) {
	.photoslider-carousel-item .item-inner:hover span {opacity: 0.8; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1);}
	.photoslider-carousel-inner .owl-nav {opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s;}
	.photoslider-carousel-inner:hover .owl-nav {opacity: 1;}
}
@media (max-width: 767px) {
	.photoslider-carousel-item .item-inner {border-radius: 10px;}
	.photoslider-carousel-item .item-inner span {border-radius: 10px;}
}
@media (max-width: 600px) {
	.photoslider-carousel-inner .owl-nav {display: none;}
}


/* --- Calculation/questions --- */

.section.calculation-questions {padding: 70px 0 20px; position: relative; left: 104px;}
.section.calculation-questions .items {text-align: center;}
.section.calculation-questions .items .item {display: inline-block; vertical-align: middle; width: 50%; }
.section.calculation-questions .items a {display: block; text-decoration: none; font-weight: 700; font-size: 20px; line-height: 1.4; color: #1E2E42; position: relative; min-height: 140px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.section.calculation-questions .items a .icon {background-repeat: no-repeat; background-position: center center; background-size: contain; position: absolute;}
.section.calculation-questions .items a:hover {text-decoration: none;}
.section.calculation-questions .items a span {display: block; padding-left: 145px; text-align: left; width: 100%; position: relative;}
.section.calculation-questions .items .bg {width: 132px; height: 141px; fill: #1A85E8; display: inline-block; vertical-align: middle; position: absolute; top: 0; left: 0; -webkit-transition: fill 0.3s; transition: fill 0.3s;}
.section.calculation-questions .items a:hover .bg {fill: #479dec;}
.section.calculation-questions .items .calculation:before {content: ''; background-image: url(img/svg-bg-calculation.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 415px; height: 231px; position: absolute; top: -31px; left: -88px;}
.section.calculation-questions .items .calculation .icon {width: 38px; height: 53px; background-image: url(img/svg-calculator.svg); top: 43px; left: 46px;}
.section.calculation-questions .items .questions:before {content: ''; background-image: url(img/svg-bg-questions.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 380px; height: 158px; position: absolute; top: -12px; left: -67px;}
.section.calculation-questions .items .questions .icon {width: 48px; height: 48px; background-image: url(img/svg-questions.svg); top: 43px; left: 43px;}
@media (max-width: 1300px) {
	.section.calculation-questions {padding-top: 40px; left: 40px;}
	.section.calculation-questions .items a {min-height: 100px; font-size: 17px;}
	.section.calculation-questions .items a span {padding-left: 106px;}
	.section.calculation-questions .items .bg {width: 92px; height: 100px;}
	.section.calculation-questions .items .calculation .icon {width: 30px; height: 42px; top: 29px; left: 31px;}
	.section.calculation-questions .items .questions .icon {width: 37px; height: 37px; top: 31px; left: 30px;}
	.section.calculation-questions .items .calculation:before {width: 305px; height: 171px; top: -11px; left: -38px;}
	.section.calculation-questions .items .questions:before {width: 270px; height: 118px; top: -2px; left: -27px;}
}
@media (max-width: 767px) {
	.section.calculation-questions {padding-top: 0; left: 0;}
	.section.calculation-questions .items .item {display: block; width: auto; max-width: 320px; margin: 40px auto 0;}
	.section.calculation-questions .items .calculation:before {top: -27px;}
}


/* --- Sections water divider --- */

.section.divider {position: relative;}
.section.divider:before {content: ''; display: block; background-image: url(img/svg-divider.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; position: relative; left: 50%; top: 0; width: 2200px; height: 410px; margin-left: -1390px;}
@media (max-width: 1300px) {
	.section.divider:before {width: 1450px; height: 270px; margin-left: -960px;}
}
@media (max-width: 767px) {
	.section.divider:before {width: calc(100% + 280px); height: auto;  margin-left: 0; left: 0; padding-bottom: 25%; margin: 0 -140px;}
}


/* --- Specifications --- */

.specifications-table {display: table; width: 100%; border-spacing: 2px 3px; margin: 25px 0 20px;}
.specifications-row {display: table-row;}
.specifications-cell {display: table-cell; background: #FAFAFA; border: 1px solid #D9E8F2; padding: 13px 30px; font-size: 16px; line-height: 1.2; color: #333333;}
.specifications-row:first-child .specifications-cell:first-child {border-radius: 26px 0 0 0;}
.specifications-row:first-child .specifications-cell:last-child {border-radius: 0 26px 0 0;}
.specifications-row:last-child .specifications-cell:first-child {border-radius: 0 0 0 26px;}
.specifications-row:last-child .specifications-cell:last-child {border-radius: 0 0 26px 0;}
.specifications-row.heading .specifications-cell {color: #fff; background: #6BADEB; border-color: #6BADEB; font-weight: 700; font-size: 18px;}
@media (max-width: 767px) {
	.specifications-table {border-spacing: 1px 1px;}
	.specifications-cell {padding: 10px; font-size: 14px;}
	.specifications-row.heading .specifications-cell {font-size: 15px;}
	.specifications-row:first-child .specifications-cell:first-child {border-radius: 10px 0 0 0;}
	.specifications-row:first-child .specifications-cell:last-child {border-radius: 0 10px 0 0;}
	.specifications-row:last-child .specifications-cell:first-child {border-radius: 0 0 0 10px;}
	.specifications-row:last-child .specifications-cell:last-child {border-radius: 0 0 10px 0;}
}


/* --- Product with photo --- */

.photoproduct {position: relative; min-height: 244px; padding-left: 268px; font-size: 18px; line-height: 1.4; font-family: 'Roboto'; margin: 30px 0;}
.photoproduct .image {display: block; width: 244px; top: 0; left: 0; bottom: 0; position: absolute; -webkit-transition: all 0.3s; transition: all 0.3s; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.photoproduct .parent {margin: 3px 0 13px; display: inline-block; text-decoration: none; font-weight: 700; color: #000000; -webkit-transition: all 0.3s; transition: all 0.3s;}
.photoproduct .item {margin: 0 0 25px; display: inline-block; text-decoration: none; color: #000000; -webkit-transition: all 0.3s; transition: all 0.3s;}
.photoproduct .parent:hover,
.photoproduct .item:hover,
.wysiwyg-content .photoproduct .parent:hover,
.wysiwyg-content .photoproduct .item:hover {text-decoration: none; color: #1A85E8;}
.photoproduct .image:hover {opacity: 0.8;}
@media (max-width: 767px) {
	.photoproduct {min-height: 135px; padding-left: 150px; font-size: 14px; margin: 20px 0;}
	.photoproduct .image {width: 135px;}
}


/* --- Image/Text --- */

.section.image-text {padding-top: 20px; position: relative;}
.section.image-text img {display: block; width: 100%; height: auto; border-radius: 22px;}
.section.image-text .left {display: inline-block; width: 42%; vertical-align: top; padding-right: 30px; position: relative;}
.section.image-text .right {display: inline-block; width: 58%; vertical-align: top; position: relative;}
.section.image-text .right > p:first-of-type {margin-top: 0;}
@media (max-width: 991px) {
	.section.image-text {margin-left: 0;}
}
@media (max-width: 767px) {
	.section.image-text {padding-top: 0;}
	.section.image-text .left {display: block; width: auto; padding-right: 0; padding-bottom: 20px; margin: 0;}
	.section.image-text .right {display: block; width: auto;}
	.section.image-text .svg-leaf {display: none;}
}


/* --- Certificates --- */

.сertificates-items {margin: 0 -15px;}
.сertificates-item {display: inline-block; width: 25%; vertical-align: top; padding: 15px;}
.сertificates-item .item-inner {display: block; border: 1px solid #DFDFDF; border-radius: 20px; background: #fff; padding: 12px; overflow: hidden;}
.сertificates-item .item-inner span {padding-bottom: 140%; display: block; background-repeat: no-repeat; background-position: center center; background-size: contain;}
@media (max-width: 991px) {
	.сertificates-items {margin: 0 -5px;}
	.сertificates-item {padding: 5px;}
	.сertificates-item .item-inner {padding: 7px;}
}
@media (max-width: 767px) {
	.сertificates-items {margin: 0 -3px;}
	.сertificates-item {width: 50%; padding: 3px;}
}
@media (max-width: 600px) {
	.сertificates-item .item-inner {border-radius: 10px; padding: 3px;}
}


/* --- Catalogs --- */

.catalogs-items {margin: 0 -15px;}
.catalogs-item {display: inline-block; width: 25%; vertical-align: top; padding: 15px;}
.catalogs-item .item-inner {display: block; border: 1px solid #DFDFDF; border-radius: 20px; background: #fff; padding: 25px; overflow: hidden; text-decoration: none;}
.catalogs-item .item-inner:hover {text-decoration: none !important;}
.catalogs-item .item-inner span {padding-bottom: 140%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; margin-bottom: 15px;}
.catalogs-item .item-inner i {display: block; text-align: center; font-style: normal; font-weight: 600; font-size: 20px; line-height: 1.3; text-transform: uppercase; color: #EF7D67; padding: 10px 0 0; -webkit-transition: all 0.3s; transition: all 0.3s;}
.catalogs-item .item-inner i:hover {color: #1A85E8;}
.catalogs-item .item-inner i:before {content: ''; display: block; width: 29px; height: 37px; display: inline-block; vertical-align: middle; background-image: url(img/svg-pdf.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; margin-right: 15px; position: relative; top: -2px;}
@media (max-width: 991px) {
	.catalogs-items {margin: 0 -5px;}
	.catalogs-item {padding: 5px;}
	.catalogs-item .item-inner {padding: 15px;}
	.catalogs-item .item-inner i {font-size: 15px;}
	.catalogs-item .item-inner i:before {width: 20px; height: 26px;}
}
@media (max-width: 767px) {
	.catalogs-items {margin: 0 -3px;}
	.catalogs-item {width: 50%; padding: 3px;}
}
@media (max-width: 600px) {
	.catalogs-item .item-inner {border-radius: 10px; padding: 0 0 13px;}
	.catalogs-item .item-inner span {margin-bottom: 5px;}
}


/* --- Request form --- */

.request-left {display: inline-block; vertical-align: top; width: 60%; padding-left: 60px; position: relative; left: 41%;}
.request-right {display: inline-block; vertical-align: top; width: 40%; position: relative; right: 59%;}
.request-form {font-size: 15px;}
.request-form .form-num {height: 0; position: relative; margin-top: 30px;}
.request-form .form-num span {display: block; border-radius: 50%; background: #FF9580; border: 2px solid #EF7D67; width: 50px; height: 50px; position: absolute; top: -4px; left: 0; font-weight: 700; font-size: 15px; color: #fff; text-align: center; line-height: 46px;}
.request-form .group-title {margin: 0; padding: 0 0 13px 65px; font-weight: 700;}
.request-form .form-block {padding: 0 0 15px 65px; min-height: 50px;}
.request-form .form-block .fb-left {display: inline-block; vertical-align: middle; width: 60%; padding-right: 20px;}
.request-form .form-block .fb-right {display: inline-block; vertical-align: middle; width: 40%;}
.request-form .form-block:not(.textarea) .form-element {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.request-form .form-block label.error {margin: 10px 0 10px;}
.request-form .form-block .label {margin: 0;}
.request-form .form-block .form-item {margin: 0; height: 40px;}
.request-form .form-block .after {margin: 0; padding-left: 10px; white-space: nowrap;}
.request-form .form-select {position: relative; width: 100%;}
.request-form .form-select:after {border-bottom: 1px solid #6BADEB; border-right: 1px solid #6BADEB; content: ''; display: inline-block; height: 8px; width: 8px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: absolute; top: 15px; right: 20px;}
.request-form .form-select select {width: 100%; max-width: 100%; border-radius: 20px; border: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; padding-right: 40px; border-radius: 20px; border: 1px solid #6BADEB;}
.request-form .form-select select.error {border-color: #ff1744;}
.request-form .form-checkbox {display: block; width: 28px; height: 28px; line-height: 1; margin: 0; position: absolute; opacity: 0;}
.request-form .form-checkbox + label {display: block; width: 28px; height: 28px; line-height: 1; margin: 0 0 0 7px; cursor: pointer; position: relative; padding: 0; -webkit-transition: all 0.2s; transition: all 0.2s; background: #fff; border: 1px solid #6BADEB; border-radius: 6px;}
.request-form .form-checkbox:checked + label:before {border-bottom: 1px solid #6BADEB; border-right: 1px solid #6BADEB; content: ''; display: inline-block; height: 12px; width: 8px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: absolute; top: 6px; left: 8px;}
.request-form .form-checkbox.error + label {border-color: #ff1744;}
.request-form .textarea .label {font-weight: 700; margin-bottom: 7px;}
.request-form .textarea .form-item {height: auto; display: block; width: 100%; resize: none; padding-top: 20px; padding-bottom: 20px;}
.request-form .submit {text-align: right; padding-top: 20px;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.request-form .form-select {border: none; border-radius: 0;}
	.request-form .form-select:after {content: none;}
	.request-form .form-select select {border-radius: 0; border: 1px solid #6BADEB; padding: 0 0 0 10px;}
}
@media (max-width: 991px) {
	.request-left {display: block; width: auto; padding-left: 0; left: auto;}
	.request-right {display: block; width: auto; right: auto; padding-top: 50px;}
}
@media (max-width: 767px) {
	.request-form {font-size: 14px;}
	.request-form .form-block:not(.checkbox) .fb-left {display: block; width: auto; padding-right: 0; padding-bottom: 15px;}
	.request-form .form-block:not(.checkbox) .fb-right {display: block; width: auto;}
	.request-form .form-block.checkbox .fb-left {width: calc(100% - 50px);}
	.request-form .form-block.checkbox .fb-right {width: 45px;}
	.request-form .form-num span {width: 30px; height: 30px; line-height: 26px; top: 0;}
	.request-form .form-block {padding: 0 0 15px 45px;}
	.request-form .group-title {padding: 0 0 13px 45px;}
}


/* --- WYSIWYG Content --- */

.wysiwyg-content .wrapper > h1 {margin-top: 0;}
.wysiwyg-content table {width: 100%; border-collapse: collapse;}
.wysiwyg-content table td {padding: 3px 15px; border: 1px solid #ddd;}
.wysiwyg-content img {height: auto;}
.wysiwyg-content a:not(.button):hover {text-decoration: underline;}
.wysiwyg-content ul {margin: 0; padding: 0 0 0 20px;}
.wysiwyg-content ul li {margin-bottom: 15px;}


/* --- Text --- */

.section.text .wrapper > h1 {margin-top: 0;}


/* --- Image --- */

.section.image img {display: block; width: 100%; height: auto;}


/* --- Feedback --- */

.section.feedback {background: -moz-linear-gradient(top,  rgba(173,216,255,0) 0%, rgba(173,216,255,1) 100%); background: -webkit-linear-gradient(top,  rgba(173,216,255,0) 0%,rgba(173,216,255,1) 100%); background: linear-gradient(to bottom,  rgba(173,216,255,0) 0%,rgba(173,216,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00add8ff', endColorstr='#add8ff',GradientType=0 ); position: relative; margin-bottom: -40px;}
.section.feedback:before {content: ''; display: block; background-image: url(img/svg-bg-feedback.svg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; position: absolute; top: 90px; left: 0; right: 0; padding-bottom: 22%;}
.section.feedback .section-title {position: relative;}
.section.feedback .form {padding: 40px 0; position: relative;}
.section.feedback .form .form-item {margin-bottom: 25px;}
.section.feedback .form .submit {text-align: right;}
.map-section {padding: 50px 0 140px; position: relative;}
.map-section .map-item {border: 3px solid #fff; border-radius: 22px;}
.map-section iframe {border: none; width: 100%; display: block; height: 560px; border-radius: 22px;}
@media (max-width: 991px) {
	.map-section iframe {height: 400px;}
}
@media (max-width: 767px) {
	.map-section {padding: 0 0 50px;}
	.map-section .map-item {border-radius: 10px;}
	.map-section iframe {border-radius: 10px;}
}

/* --- Default page --- */

.default-page {font-size: 20px; padding-bottom: 40px;}
@media (max-width: 767px) {
	.default-page {padding-top: 20px; font-size: 16px;}
}


/* --- News single item --- */

.news-item-content {font-size: 18px; line-height: 1.75; color: #5F5F5F; padding: 30px 0 40px;}
.news-item-content:after {content: ''; clear: both; display: block;}
.news-item-image {display: block; width: 40%; height: auto; border-radius: 22px; float: left; margin-right: 30px; margin-bottom: 20px;}
.news-item-date {margin: 0 0 20px; font-size: 20px; color: #919191;}
.news-item-date svg {width: 45px; height: 45px; display: inline-block; vertical-align: middle; margin-right: 20px; fill: #FFBCA4;}
.news-item-date span {display: inline-block; vertical-align: middle;}
.news-item-page .section.last-news .section-title {text-align: left;}
@media (max-width: 1300px) {
	.news-item-date {font-size: 17px;}
	.news-item-date svg {width: 35px; height: 35px;}
}
@media (min-width: 992px) {
	.news-item-page .section.last-news .section-title {font-size: 40px;}
}
@media (max-width: 767px) {
	.news-item-page {padding-top: 20px;}
	.news-item-content {font-size: 16px; line-height: 1.4;}
	.news-item-image {width: auto; border-radius: 10px; float: none; margin-right: 0; margin-bottom: 20px;}
	.news-item-date {font-size: 15px;}
	.news-item-date svg {width: 25px; height: 25px; margin-right: 10px;}
}


/* --- Objects single item --- */

.objects-item-content {font-size: 18px; line-height: 1.75; color: #5F5F5F; padding: 30px 0 40px;}
.objects-item-content:after {content: ''; clear: both; display: block;}
.objects-item-subtitle {margin: 0; padding-top: 10px; font-weight: 600; font-size: 25px; color: #212B4B;}
.objects-item-image {display: block; width: 100%; height: auto; border-radius: 22px; margin-bottom: 30px;}
.objects-item-date {margin: 0 75px 20px 0; font-size: 20px; color: #919191; display: inline-block; vertical-align: middle;}
.objects-item-date svg {width: 45px; height: 45px; display: inline-block; vertical-align: middle; margin-right: 20px; fill: #FFBCA4;}
.objects-item-date span {display: inline-block; vertical-align: middle;}
.objects-item-place {margin: 0 0 20px; font-size: 20px; color: #919191; display: inline-block; vertical-align: middle;}
.objects-item-place svg {width: 43px; height: 43px; display: inline-block; vertical-align: middle; margin-right: 20px; fill: #FFBCA4;}
.objects-item-place span {display: inline-block; vertical-align: middle;}
.objects-item-page .section.last-objects .section-title {text-align: left;}
@media (max-width: 1300px) {
	.objects-item-date {font-size: 17px;}
	.objects-item-date svg {width: 35px; height: 35px;}
	.objects-item-place {font-size: 17px;}
	.objects-item-place svg {width: 35px; height: 35px;}
}
@media (min-width: 992px) {
	.objects-item-page .section.last-objects .section-title {font-size: 40px;}
}
@media (max-width: 767px) {
	.objects-item-page {padding-top: 20px;}
	.objects-item-content {font-size: 16px; line-height: 1.4; padding-top: 20px;}
	.objects-item-subtitle {font-size: 17px;}
	.objects-item-image {width: auto; border-radius: 10px; float: none; margin-right: 0; margin-bottom: 20px;}
	.objects-item-date {display: block; margin-right: 0; font-size: 15px;}
	.objects-item-date svg {width: 25px; height: 25px; margin-right: 10px;}
	.objects-item-place {display: block; margin-right: 0; font-size: 15px;}
	.objects-item-place svg {width: 25px; height: 25px; margin-right: 10px;}
}


/* --- FAQ --- */

.section.faq {margin-top: 70px; position: relative;}
.section.faq .title {margin: 0 0 45px;}
.section.faq .item {background: #fff; -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); border-radius: 10px; margin-bottom: 20px;}
.section.faq .item .question {display: block; font-weight: 700; font-size: 19px; line-height: 1.33; color: #424242; padding: 39px 60px 39px 39px; -webkit-transition: color 0.3s; transition: color 0.3s; position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.section.faq .item .question:hover {text-decoration: none !important;}
.section.faq .item .question:after {content: ''; display: inline-block; border-right: 3px solid #24AF61; border-bottom: 3px solid #24AF61; width: 8px; height: 8px; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; margin-top: -5px; right: 35px; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s;}
.section.faq .item .answer {font-size: 17px; line-height: 1.7; text-align: justify; display: none; padding: 0 40px 30px;}
.section.faq .item .answer p {margin: 0 0 15px;}
.section.faq .item.opened .question {color: #33C19C;}
.section.faq .item.opened .question:after {-webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); margin-top: -3px;}
@media (max-width: 991px) {
	.section.faq {margin-top: 50px;}
}
@media (max-width: 767px) {
	.section.faq {margin-top: 20px;}
	.section.faq .title {margin-bottom: 25px;}
	.section.faq .item .question {font-size: 16px; padding: 20px 40px 20px 20px;}
	.section.faq .item .question:after {right: 18px;}
	.section.faq .item .answer {padding: 0 20px 15px; font-size: 14px;}
}


/* --- Maps --- */

.section.objectsmap {margin: 20px 0 50px; position: relative;}
.section.objectsmap .objects-map-left {display: inline-block; vertical-align: top; width: 27%; padding-top: 40px;}
.section.objectsmap .objects-map-right {display: inline-block; vertical-align: top; width: 73%; padding-top: 40px;}
.grecaptcha-badge {display: none !important;}
.location-map {padding: 0;}
.location-map .map {padding-bottom: 67%; border-radius: 22px; position: relative; background: #e5e3df;}
.location-map .map iframe {position: absolute; top: 0; left: 0; height: 100%; width: 100%; border-radius: 22px; outline: none;}
.objectsmap-buttons {padding: 25px 15px 60px 0; text-align: left;}
.objectsmap-buttons button {-moz-appearance: none; -webkit-appearance: none; appearance: none; border: none; cursor: pointer; outline: none; font-weight: 700; font-size: 16px; line-height: 1.67; color: #212B4B; display: inline-block; padding: 12px 20px; border-radius: 35px; background: #F5FBFF; margin: 0 0 20px; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative; text-align: left;}
.objectsmap-buttons button:hover {color: #1A85E8;}
.objectsmap-buttons button.active {color: #fff; background: #1A85E8;}
.objectsmap-buttons button:not(.all) {padding-left: 40px;}
.objectsmap-buttons button:not(.all) span {position: absolute; top: 50%; left: 15px; width: 14px; height: 14px; margin-top: -7px; display: block; border-radius: 50%; border: 2px solid #fff;}
@media (max-width: 767px) {
	.section.objectsmap {margin: 10px 0 30px;}
	.section.objectsmap .objects-map-left {display: block; width: auto; padding-top: 0;}
	.section.objectsmap .objects-map-right {display: block; width: auto; padding-top: 20px;}
	.objectsmap-buttons {padding: 25px 0 10px 0;}
	.objectsmap-buttons button {display: block; width: 100%; font-size: 16px; padding: 7px 20px; border-radius: 35px; margin: 10px 0 0;}
}

