﻿html, body{height:100%; margin:0;padding:0;color: #3C4858;}
body {background-image: url(../img/romb-bg.png)!important;}

/* FOR CONTENT CENTRING */
.container-ctr{height:100%;display:table;width: 100%;padding: 0;}
.row-ctr {height: 100%; display:table-cell; vertical-align: middle;}
.centering {float:none;margin:0 auto;}
/* END FOR */
.adress{
    margin-top:8%;
}
del {background:none;}
.register{
    width: 135%;
}
.main-navigation-bar {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.vst{
    padding:3% 0;
}
.cen{
    width: 100%;
    font-size: 25px;
    text-align: -webkit-center;
        }
        th{
            padding: 0.75em 0.75em!important;
            text-align:center!important;
        }
        td{
            text-align:center!important;
            border-bottom:1px dotted green!important;
            vertical-align: bottom!important;
        }
        .green{
            color:green!important;
            font-size:26px!important;
        }
.font-bold {font-weight: 400;!important;}

#wrapper.slideout-panel {box-shadow: 0 0 10px rgba(0,0,0,0.5);}
ul.ui-autocomplete {background-color:white!important;}

.margin-right-10 {margin-right: 10px;}

div#page-wrapper .bootstrap-switch.bootstrap-switch-focused {
	border-color: #008F81;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 143, 129, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 143, 129, 0.6);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-setting {
	color: #fff;
	background: #008F81;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-setting {
	color: #F5F5F5;
	background: #fff;
}

.editable-container.popover {background-color: whitesmoke;}
.editable-container.popover .popover-title{background-color: #009688;}
.editable-container.popover .popover-content .control-group.form-group{margin-top: 10px;}

/* bootstrap switch SPEED CONTROL */
/*.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {*/
	/*transition: margin-left .5s;*/
/*}*/

.nCrawlerLoader {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: black;
	opacity: 0.75;
}

/*SORTING DATATABLES*/
.sorting_1 {
	/*background-color: rgb(234, 234, 234);*/
	font-weight: bold;
}

/* LOADER */
.loading-container {
	width: 256px;
	height: 256px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.loading {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 36%;
	left: 36%;
	transform: rotate(45deg);
}

.loading div {
	width: 32px;
	height: 32px;
	position: absolute;
}

.l1 div, .l2 div, .l3 div, .l4 div {
	width: 100%;
	height: 100%;
	background-color: #3498db;
}

.l1 { transform: translate(0,0); }
.l2 { transform: translate(0,32px); }
.l3 { transform: translate(32px,0px); }
.l4 { transform: translate(32px,32px); }

@keyframes rot1 {
	0%{ transform: rotate(0deg); }
	40%{ transform: rotate(0deg); }
	50%{ transform: rotate(0deg); }
	60%{ transform: rotate(90deg); }
	100%{ transform: rotate(90deg); }
}

@keyframes rot2 {
	0%{ transform: rotate(0deg); }
	40%{ transform: rotate(0deg); }
	50%{ transform: rotate(0deg); }
	60%{ transform: rotate(-90deg); }
	100%{ transform: rotate(-90deg); }
}

@keyframes rot3 {
	0%{ transform: rotate(45deg); }
	35%{ transform: rotate(45deg); }
	65%{ transform: rotate(405deg); }
	100%{ transform: rotate(405deg); }
}

@keyframes l1-rise {
	0%{ transform: translate(0px,0px); }
	30%{ transform: translate(-8px, -8px); }
	70%{ transform: translate(-8px, -8px); }
	100%{ transform: translate(0px, 0px); }
}

@keyframes l2-rise {
	0%{ transform: translate(0,32px); }
	30%{ transform: translate(-8px, 40px); }
	70%{ transform: translate(-8px, 40px); }
	100%{ transform: translate(0,32px); }
}

@keyframes l3-rise {
	0%{ transform: translate(32px, 0px); }
	30%{ transform: translate(40px, -8px); }
	70%{ transform: translate(40px, -8px); }
	100%{ transform: translate(32px, 0px); }
}

@keyframes l4-rise {
	0%{ transform: translate(32px,32px); }
	30%{ transform: translate(40px, 40px); }
	70%{ transform: translate(40px, 40px); }
	100%{ transform: translate(32px,32px); }
}

@keyframes color {
	0%{ background-color: #3498db; }
	50%{ background-color: #2980b9; }
	100%{ background-color: #3498db; }
}

.l1 { animation: l1-rise 3s ease 0s infinite; }
.l2 { animation: l2-rise 3s ease 0s infinite; }
.l3 { animation: l3-rise 3s ease 0s infinite; }
.l4 { animation: l4-rise 3s ease 0s infinite; }

.l1 div, .l4 div { animation: rot1 3s ease 0s infinite, color 3s linear 0s infinite; }
.l2 div, .l3 div { animation: rot2 3s ease 0s infinite, color 3s linear 0s infinite; }


/* ============== */
/*	TABLE FILTER  */

.table-filter-wrap .bootstrap-tagsinput {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	background: none;
	box-shadow: none;
}

.table-filter-wrap .bootstrap-tagsinput .tt-menu {
	width: 300px;
	/*padding: 10px 20px;*/
	background-color: white;
}

/* Suggestion */
.table-filter-wrap .tt-menu {
	max-height: 400px;
	overflow-y: auto;

	-webkit-box-shadow: -4px 27px 109px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 27px 109px -22px rgba(0,0,0,0.75);
	box-shadow: -4px 27px 109px -22px rgba(0,0,0,0.75);
}

.table-filter-wrap .bootstrap-tagsinput .tt-dataset {margin: 10px 0;}
.table-filter-wrap .suggest-name {
	cursor: default;
	margin: 10px 0 5px 0;
	padding: 5px 0 0 20px;
}
.table-filter-wrap .tt-suggestion {padding: 3px 5px 3px 25px;}
.table-filter-wrap .tt-suggestion:hover {cursor: default; background-color: rgba(100,100,100,0.20);}
.table-filter-wrap .tt-suggestion.tt-selectable:hover {cursor: pointer; background-color: rgba(100,100,100,0.20);}

.bootstrap-tagsinput .tag.status-new {background-color: rgba(144, 237, 125, 0.5);color: black;}
.bootstrap-tagsinput .tag.status-lost {background-color: rgba(255, 0, 0, 0.5);color: black;}
.bootstrap-tagsinput .tag.status-changed {background-color: rgba(124, 181, 236, 0.5);color: black;}
.bootstrap-tagsinput .tag.status-unchanged {background-color: rgba(200, 200, 200, 0.5);color: black;}
.bootstrap-tagsinput .tag.status-unknown {background-color: rgba(67, 67, 72, 0.5);color: black;}

/*	TABLE FILTER END   */
/* =================== */


/* ===================
   PROCESSING OVERLAY (PROGRESS)
   =================== */
div.progress-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9990;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}
div.progress-overlay .progress-state {color: rgb(247, 204, 83);font-size: 38px;}
div.progress-overlay .progress-striped {height: 35px; margin-bottom: 0;}
div.progress-overlay .progress-info {text-align: right;font-size: 20px;color: whitesmoke;}
div.progress-overlay .progress-log {overflow: hidden; max-height: 200px; color: #19aa8d;}
div.progress-overlay .progress-ok {text-align: center; min-height: 56px;}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0
}

ul {list-style: none!important;}

article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav,section, summary {display: block}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {display: none;}

a {background-color: transparent;}
a:active, a:hover {outline: 0;}

abbr[title] {border-bottom: 1px dotted;}

b, strong {font-weight: 700;}

dfn {font-style: italic}

h1 {font-size: 2em;margin: .67em 0;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}

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

sup {top: -.5em}
sub {bottom: -.25em}
img {border: 0}

svg:not(:root) {overflow: hidden}
figure {margin: 1em 40px}

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

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {overflow: visible}

button, select {text-transform: none;}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {cursor: default}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {line-height: normal;}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {padding: 0;}

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

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

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {color: #337ab7;text-decoration: none;}
a:focus, a:hover {color: #23527c;text-decoration: underline;}
a:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}

figure {margin: 0}
img {vertical-align: middle}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {width: device-width}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .pp{
        display:none;
    }
            .vb{
            margin-top:30%;
        }
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

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

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

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: PFDin-regular, sans-serif;!important;
    overflow-x: hidden;
    opacity: 1
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

#nav-icon1 {
    display: none
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 35px auto 0 auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0
}

#nav-icon1 span:nth-child(2) {
    top: 6px
}

#nav-icon1 span:nth-child(3) {
    top: 12px
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

header {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    background: 0 0;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    padding-bottom: 22px
}

header.scroll {
    position: fixed;
    z-index: 99;
    background-color: #195c54;
    width: 100%;
    -webkit-box-shadow: 0 0 45px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 45px 15px rgba(0, 0, 0, .5)
}

header .logo {
    margin-top: 22px
}

header .info-wrapper {
    margin-top: 31px
}

header .info-wrapper .phone {
    font-size: 28px;
    line-height: 28px
}

header .info-wrapper .phone a {
    text-decoration: none;
    color: #fff;
    position: relative
}

header .info-wrapper .phone a::before {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/index/phone.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    top: 0;
    margin-right: 10px
}

header .info-wrapper .phone a span {
    color: #b8b8b8
}

header .info-wrapper .email {
    text-align: right;
    padding-right: 32px;
    line-height: 16px
}

header .info-wrapper .email a {
    font-size: 16px;
    font-family: Roboto;
    color: #1ab394;
    text-align: right
}

header nav {
    /*margin-top: 43px;*/
    display: inline-block
}

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

header nav ul li {
    display: inline-block;
    margin: 0 9px;
    vertical-align: top
}

header nav ul li:hover a::after {
    display: block
}

header nav ul li:first-child {
    margin-left: 0
}

header nav ul li:last-child {
    margin-right: 0
}

header nav ul li.dropdown {
    position: relative
}

header nav ul li.dropdown:hover .dropdown-menu {
    display: block
}

header nav ul li.dropdown .dropdown-menu {
    display: none;
    width: 200px;
    background-color: #f6f6f6;
    position: absolute;
    left: -20px;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 100px 5px rgba(0, 0, 0, .35);
    box-shadow: 4px 4px 100px 5px rgba(0, 0, 0, .35)
}

header nav ul li.dropdown .dropdown-menu li {
    display: block;
    margin: 0
}

header nav ul li.dropdown .dropdown-menu li a {
    color: #000;
    font-family: Roboto-cond, sans-serif
}

header nav ul li.dropdown .dropdown-menu li a:hover {
    color: #1ab394
}

header nav ul li.dropdown .dropdown-menu li a::after {
    display: none
}

header nav ul li.dropdown a::after {
    width: 160%
}

header nav ul li.dropdown::after {
    position: absolute;
    display: inline-block;
    content: '\f107';
    font-family: FontAwesome;
    right: -15px;
    top: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

header nav ul li a {
    color: #f2f2f2;
    font-size: 17px;
    text-transform: uppercase;
    position: relative
}

header nav ul li a:hover {
    color: #f2f2f2;
    text-decoration: none
}

header nav ul li a::after {
    content: '';
    height: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #1ab394;
    display: none
}

header .auth {
    margin-left: 5px;
    display: inline-block;
    /*margin-top: 20px;*/
}

header .auth-btn {
    display: inline-block
}

header .auth-btn:first-child {
    margin-right: 3.5px
}

header .auth-btn a {
    padding: 10px 23px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

header .auth-btn a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #1ab394
}

.main {
    max-height: 840px;
    min-height: 760px;
    height: 100vh;
    background-image: url(../img/index/background_0.png);
    padding-top: 215px;
    z-index: 0;
    position: relative
}

.main .container {
    position: relative;
    z-index: 9999
}

.main .cover {
    background: rgba(1, 34, 30, .9)
}

.main .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.main .tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.main .tv .screen.active {
    opacity: 1
}

.main .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.main .col-md-7 {
    margin-top: auto;
    margin-bottom: auto
}

.main .bullets-element {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 310px;
    padding: 20px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 35px
}

.main .bullets-element::before {
    content: '';
    position: absolute;
    width: 161px;
    height: 20px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: 0;
    top: 0
}

.main .bullets-element::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    right: 0;
    bottom: 0
}

.main .bullets-element__text {
    color: #fff;
    font-family: PFDin-regular;
    font-size: 26px;
    text-transform: lowercase;
    line-height: 26px;
    margin: 0;
    font-weight: 300
}

.main .bullets-element__text span {
    line-height: 33px;
    padding: 5px 10px;
    font-size: 33px;
    font-family: PFDin-bold;
    display: block;
    text-transform: uppercase;
    background: #fc4603;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 7px
}

.main .table {
    background-color: rgba(9, 79, 69, .3);
    padding: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.main .table .header {
    margin-bottom: 35px
}

.main .table .header-element {
    display: inline-block;
    width: 135px;
    text-align: center
}

.main .table .header-element:first-child {
    margin-right: 55px
}

.main .table .header-element h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Roboto-condBold
}

.main .table .header-element.icon {
    position: relative;
    margin-right: 55px
}

.main .table .header-element.icon::before {
    content: '';
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    position: absolute;
    background-image: url(../img/index/table_icon_bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 167px;
    height: 121px;
    z-index: 0
}

.main .table .header-element.icon h2 {
    position: relative;
    z-index: 99999
}

.main .table .header-element.icon_1::after {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 97px;
    height: 55px;
    background-image: url(../img/index/table_icon_1.png)
}

.main .table .header-element.icon_0::after {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 57px;
    height: 55px;
    background-image: url(../img/index/table_icon_0.png)
}

.main .table-body {
    color: #fff
}

.main .table-body__row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .5)
}

.main .table-body__name,
.main .table-body__other,
.main .table-body__your {
    display: inline-block;
    font-family: Roboto-condBold, sans-serif
}

.main .table-body__name.green,
.main .table-body__other.green,
.main .table-body__your.green {
    color: #68ffb6
}

.main .table-body__name.orange,
.main .table-body__other.orange,
.main .table-body__your.orange {
    color: #ffb063
}

.main .table-body__name {
    margin-left: 15px;
    font-size: 16px;
    width: 222px
}

.main .table-body__your {
    margin-right: 88px
}

.main .table-body__other {
    position: relative;
    padding-right: 40px;
    margin-right: 10px
}

.main .table-body__other span {
    color: #fff;
    font-size: 13px;
    font-family: Roboto-cond;
    position: absolute;
    top: -5px;
    right: 0
}

.main .button {
    padding: 13px 20px;
    background-color: #fc4603;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    font-family: PFDin-medium, sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.main .button:hover {
    text-decoration: none;
    background-color: #c83600
}

.main .button::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 20px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: 5px;
    top: 5px
}

.main .button::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    right: 5px;
    bottom: 5px
}

.promo {
    margin: 0 0 15px 0;
    z-index: 9;
    position: relative;
    background: url(../img/index/promo-bg.png)
}

.promo h2 {
    font-size: 22px;
    font-family: PFDin-medium, sans-serif;
    color: #2c2c2c;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 45px auto
}

.promo h2::after {
    content: '';
    width: 110%;
    height: 2px;
    background-color: #11b899;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.promo .video {
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.promo .video iframe {
    width: 100%
}

.promo .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.promo .gallery-wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden
}

.promo .gallery-wrapper__element {
    width: 32.9%;
    display: inline-block;
    overflow: hidden;
    height: 330px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative
}

.promo .gallery-wrapper__element:hover {
    overflow: visible
}

.promo .gallery-wrapper__element:hover::before {
    content: '';
    width: 10000%;
    height: 100%;
    left: -500%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .5);
    position: absolute
}

.promo .gallery-wrapper__element:hover::after {
    opacity: 0
}

.promo .gallery-wrapper__element:hover .gallery-wrapper__image {
    width: 367px;
    z-index: 999999
}

.promo .gallery-wrapper__element:hover .gallery-wrapper__image .gallery-wrapper__text {
    opacity: 1;
    z-index: 999
}

.promo .gallery-wrapper__element:hover .gallery-wrapper__image .open {
    top: 50%;
    opacity: 1
}

.promo .gallery-wrapper__element:last-child:hover .gallery-wrapper__image {
    right: 100%
}

.promo .gallery-wrapper__element.active {
    overflow: visible
}

.promo .gallery-wrapper__element.active::before {
    display: none
}

.promo .gallery-wrapper__element.active::after {
    opacity: 0
}

.promo .gallery-wrapper__element.active .gallery-wrapper__image {
    width: 360px;
    left: -50%;
    z-index: 99999
}

.promo .gallery-wrapper__element.active .gallery-wrapper__text {
    z-index: 99999;
    opacity: 1
}

.promo .gallery-wrapper__element.active .open {
    top: 50%;
    opacity: 1
}

.promo .gallery-wrapper__element::after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 999
}

.promo .gallery-wrapper__element img {
    height: 100%
}

.promo .gallery-wrapper__text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1ab394;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto-condBold;
    padding: 10px 0;
    z-index: 99;
    text-align: center;
    opacity: 0
}

.promo .gallery-wrapper__image {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999
}

.promo .gallery-wrapper__image img {
    position: absolute
}

.promo .gallery-wrapper__image .open {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(26, 179, 148, .66);
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.promo .gallery-wrapper__image .open:hover i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.promo .gallery-wrapper__image .open i {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 25px;
    color: #fff;
    line-height: 60px
}

.videos {
    background-image: url(../img/index/videos-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 45px 0
}

.videos .headline {
    display: inline-block;
    position: relative;
    margin-bottom: 50px
}

.videos .headline::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.videos .headline::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    right: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.videos .headline h2 {
    font-size: 32px;
    color: #2c2c2c;
    font-family: PFDin-medium;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15.5px 30px
}

.videos .headline h2::after {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-top: 1px solid #1ab394;
    border-left: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: 5px;
    top: 5px
}

.videos .headline h2::before {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-bottom: 1px solid #1ab394;
    border-right: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    right: 5px;
    bottom: 5px
}

.videos-element {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.videos-element iframe {
    width: 100%;
    height: 197px
}

.videos-element h3 {
    text-align: left;
    font-weight: 300;
    line-height: 28px;
    font-size: 26px;
    color: #2c2c2c;
    font-family: PFDin-regular;
    position: relative;
    margin: 35px 0 0 0
}

.videos-element h3::before {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 1px;
    margin-bottom: 20px;
    background-color: #1b8570
}

.videos-element h3 span {
    color: #1b8570
}

.select {
    background-image: url(../img/index/select_bg.png);
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 45px 0 175px 0
}

.select .headline {
    display: inline-block;
    position: relative;
    margin-bottom: 50px
}

.select .headline::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: -77px;
    top: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.select .headline::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    right: -77px;
    top: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.select .headline h2 {
    font-size: 32px;
    color: #f2fbf9;
    font-family: PFDin-medium;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15.5px 30px
}

.select .headline h2::after {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: 5px;
    top: 5px
}

.select .headline h2::before {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    right: 5px;
    bottom: 5px
}

.select-element {
    display: inline-block;
    margin: 0 5px;
    width: 215px;
    height: 256px;
    border: 1px solid #fcfcfc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 8.5px;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.select-element:first-child {
    margin-left: 0
}

.select-element:last-child {
    margin-right: 0
}

.select-element__icon {
    height: 110px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

.select-element__icon.icon_0::after {
    width: 77px;
    height: 72px;
    background-image: url(../img/index/select_icon_0.png)
}

.select-element__icon.icon_1::after {
    width: 60px;
    height: 60px;
    background-image: url(../img/index/select_icon_1.png)
}

.select-element__icon.icon_2::after {
    width: 79px;
    height: 51px;
    background-image: url(../img/index/select_icon_2.png)
}

.select-element__icon.icon_3::after {
    width: 60px;
    height: 60px;
    background-image: url(../img/index/select_icon_3.png)
}

.select-element__icon.icon_4::after {
    width: 60px;
    height: 56px;
    background-image: url(../img/index/select_icon_4.png)
}

.select-element__icon::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.select-element h3 {
    margin: 0;
    line-height: 25px;
    font-size: 25px;
    color: #f2fbf9;
    width: 100%;
    font-weight: 300;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select-element h3 span {
    text-transform: uppercase;
    line-height: 29px;
    font-size: 29px
}

.select-element .count {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    display: block;
    background-color: #1ec1a0;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    color: #f2fbf9
}

.select-element:nth-child(even) .select-element__icon {
    background: 0 0
}

.select-element:nth-child(even) .select-element__icon::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 136px;
    height: 1px;
    background-color: rgba(255, 255, 255, .7)
}

.benefit {
    text-align: center;
    padding: 45px 0;
    background-image: url(../img/index/benefit-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center
}

.benefit .headline {
    display: inline-block;
    position: relative;
    margin-bottom: 50px
}

.benefit .headline::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.benefit .headline::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    right: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.benefit .headline h2 {
    font-size: 32px;
    color: #2c2c2c;
    font-family: PFDin-medium;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15.5px 30px
}

.benefit .headline h2::after {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-top: 1px solid #1ab394;
    border-left: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: 5px;
    top: 5px
}

.benefit .headline h2::before {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-bottom: 1px solid #1ab394;
    border-right: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    right: 5px;
    bottom: 5px
}

.benefit-element {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.benefit-element h3 {
    font-weight: 300;
    color: #2c2c2c;
    font-size: 24px;
    margin: 0
}

.benefit-element__icon {
    width: 110px;
    height: 110px;
    background-color: #1ab394;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-top: 40px
}

.benefit-element__icon.icon_0::after {
    width: 43px;
    height: 57px;
    background-image: url(../img/index/benefit_icon_0.png)
}

.benefit-element__icon.icon_1::after {
    width: 71px;
    height: 71px;
    background-image: url(../img/index/benefit_icon_1.png)
}

.benefit-element__icon::after {
    content: '';
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.benefit-element__bullets {
    margin-top: 35px
}

.benefit-element__bullets.left .benefit-element__bullet {
    padding-right: 100px;
    text-align: right
}

.benefit-element__bullet {
    margin-bottom: 25px;
    display: block;
    font-size: 21px;
    line-height: 21px;
    color: #2c2c2c;
    font-weight: 300;
    font-family: Roboto-cond, sans-serif;
    position: relative
}

.benefit-element__bullet span {
    text-transform: uppercase;
    font-family: Roboto-condBold, sans-serif
}

.benefit-element__bullet:last-child {
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 70px 25px 40px
}

.benefit-element__bullet:last-child span {
    text-transform: none
}

.benefit-element__bullet:last-child::after {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-bottom: 1px solid #1ab394;
    border-left: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: -7px;
    bottom: -7px;
    background: 0 0
}

.benefit-element__bullet::before {
    content: '-';
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #959595;
    background-color: #fff;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    color: #1ab394;
    line-height: 32px
}

.benefit-element__bullet::after {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 82px;
    height: 1px;
    right: 100px;
    background-color: rgba(0, 0, 0, .5)
}

.benefit-element__bullets.right .benefit-element__bullet {
    padding-left: 100px;
    text-align: left
}

.benefit-element__bullets.right .benefit-element__bullet::before {
    content: '+';
    left: 20px
}

.benefit-element__bullets.right .benefit-element__bullet::after {
    right: auto;
    left: 100px
}

.benefit-element__bullets.right .benefit-element__bullet:last-child {
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 40px 25px 102px
}

.benefit-element__bullets.right .benefit-element__bullet:last-child::after {
    border-left: none;
    border-bottom: 1px solid #1ab394;
    border-right: 1px solid #1ab394;
    left: auto;
    right: -7px
}

.benefit-element__vs {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.benefit-element__vs .dash-wrapper {
    position: relative
}

.benefit-element__vs .dash {
    position: relative;
    width: 135%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    height: 1px;
    border-bottom: 1px dashed #1ab394;
    margin: 5px 0
}

.benefit-element__vs .dash:nth-child(1) {
    top: 85px
}

.benefit-element__vs .dash:nth-child(2) {
    top: 142px
}

.benefit-element__vs .dash:nth-child(3) {
    top: 188px
}

.map {
    /*margin-top: 10px;*/
    position: relative;
    height: 240px
}

.map .headline {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 12px
}

.map .headline::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.map .headline::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    right: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.map .headline h2 {
    font-size: 32px;
    color: #2c2c2c;
    font-family: PFDin-medium;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15.5px 30px
}

.map .headline h2::after {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-top: 1px solid #1ab394;
    border-left: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    left: 5px;
    top: 5px
}

.map .headline h2::before {
    content: '';
    position: absolute;
    width: 51px;
    height: 51px;
    border-bottom: 1px solid #1ab394;
    border-right: 1px solid #1ab394;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    right: 5px;
    bottom: 5px
}

.map iframe {
    width: 100%
}

.map .bottomline {
    width: 740px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.map .bottomline::before {
    content: '';
    width: 1px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 48%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.map .bottomline .info-wrapper {
    display: inline-block
}

.map .bottomline .info-wrapper .phone {
    display: inline-block;
    font-size: 37px;
    line-height: 37px
}

.map .bottomline .info-wrapper .phone a {
    text-decoration: none;
    color: #2c2c2c;
    position: relative
}

.map .bottomline .info-wrapper .phone a::before {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/index/phone-footer.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    top: 0;
    margin-right: 10px
}

.map .bottomline .info-wrapper .phone a span {
    color: #b8b8b8
}

.map .bottomline .info-wrapper .email {
    text-align: right;
    line-height: 21px;
    padding-right: 30px
}

.map .bottomline .info-wrapper .email a {
    font-size: 21px;
    font-family: Roboto, sans-serif;
    color: #1ab394;
    text-align: right;
    position: relative
}

.map .bottomline .info-wrapper .email a::before {
    content: '';
    position: relative;
    width: 16px;
    height: 12px;
    background-image: url(../img/index/email_icon.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    top: 0;
    margin-right: 10px
}

.map .bottomline .adress-wrapper {
    display: inline-block;
    color: #022c38;
    font-size: 17px;
    line-height: 17px;
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: baseline;
    -ms-flex-pack: distribute;
    justify-content: baseline;
}

.map .bottomline .adress-wrapper .adress {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right
}

.map .bottomline .adress-wrapper .adress::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 18px;
    height: 23px;
    background-image: url(../img/index/place-icon.png);
    margin: auto 5px auto 0
}

.map .bottomline .adress-wrapper .time {
    position: relative;
    margin-top:3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right
}

.map .bottomline .adress-wrapper .time::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../img/index/time_icon.png);
    margin: auto 5px auto 0
}

footer {
    background-color: #166d63;
    padding: 40px 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    position: relative
}

footer .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popups {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    left: 0;
    top: 0;
    display: none
}

.popups .overlay {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%
}

.popups .popup-wrapper {
    width: 520px;
    height: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popups .popup-wrapper iframe {
    position: relative;
    width: 100%
}

.popups .close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.popups .close i {
    font-size: 30px;
    color: #fff
}

@media only screen and (max-width:1200px) {
    header .info-wrapper .phone {
        font-size: 25px
    }
    header nav ul li {
        margin: 0 4px
    }
    header .auth {
        margin-left: 20px
    }
    header .auth .auth-btn a {
        padding: 10px 14px
    }
    .main .button {
        font-size: 16px
    }
    .main .table .header {
        margin-bottom: 0
    }
    .main .table .header-element {
        width: auto;
        margin-right: 33px!important
    }
    .main .table .header-element:first-child {
        display: none
    }
    .main .table .header-element:last-child {
        margin-left: 35px
    }
    .main .table .header-element.icon::before {
        display: none
    }
    .main .table .header-element.icon::after {
        display: none
    }
    .main .table .table-body__name {
        margin-left: 0;
        display: block
    }
    .main .table .table-body__your {
        margin-right: 35px
    }
    .main .table .table-body__your::after {
        content: '';
        width: 1px;
        height: 10px;
        background-color: #fff;
        position: relative;
        display: inline-block;
        margin-left: 50px
    }
    .main .table .table-body__other {
        padding-right: 35px;
        margin-right: 0
    }
    .promo .gallery-wrapper__element {
        width: 32.8%
    }
    .select-element {
        width: 175px;
        margin-bottom: 35px
    }
    .videos-element {
        margin-bottom: 25px
    }
}
.logo a{
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 37px;
}
.right-768.main-nav {
    margin-top: 45px;
    text-align: center;
}

@media only screen and (max-width:960px) {
    .right-768.main-nav {
    margin-top: 0;
}
    .right-768 {
        text-align: right
    }
    .main .table .header {
        margin-bottom: 0
    }
    .main .table .header-element {
        width: auto;
        margin-right: 10px!important
    }
    .main .table .header-element:first-child {
        display: none
    }
    .main .table .header-element:last-child {
        margin-left: 10px!important
    }
    .main .table .header-element.icon::before {
        display: none
    }
    .main .table .header-element.icon::after {
        display: none
    }
    .main .table .table-body__your {
        margin-right: 7px
    }
    .main .table .table-body__your::after {
        margin-left: 10px
    }
    .promo .gallery-wrapper__element {
        width: 100%;
        display: block;
        margin: 20px auto
    }
    .promo .gallery-wrapper__element.active .gallery-wrapper__image {
        width: 100%;
        left: 0
    }
    .promo .gallery-wrapper__element::after {
        display: none
    }
    .promo .gallery-wrapper__element::before {
        display: none
    }
    .promo .gallery-wrapper__element:hover .gallery-wrapper__image {
        width: 100%
    }
    .promo .gallery-wrapper__element:hover:last-child .gallery-wrapper__image {
        right: 0
    }
    .promo .gallery-wrapper__image img {
        width: auto;
        height: 200%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .promo .gallery-wrapper__image .open {
        top: 50%;
        opacity: 1
    }
    .promo .gallery-wrapper__text {
        opacity: 1
    }
    .benefit-element__vs .dash-wrapper {
        display: none
    }
    .map {
        height: auto
    }
    .map .bottomline {
        width: 100%;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .map .bottomline::before {
        display: none
    }
    .map .bottomline .info-wrapper .phone {
        text-align: left;
        display: inline-block
    }
    .map .bottomline .info-wrapper .email {
        padding-right: 10px;
        width: 100%;
        text-align: left
    }
    .map .bottomline .adress-wrapper {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-top: 18px
    }
    .map .bottomline .adress-wrapper .time {
        margin-top: 10px
    }
}

@media only screen and (max-width:480px) {
    .right-768 {
        text-align: left
    }
    #nav-icon1 {
        top: 10px;
        z-index: 9999999;
        position: absolute;
        display: inline-block
    }
    .main {
        max-height: none;
        height: auto;
        padding-bottom: 45px
    }
    .main .row:first-child {
        display: block
    }
    .main .bullets .bullets-element {
        width: 100%
    }
    .main .table .header {
        margin-bottom: 0
    }
    .main .table .header-element {
        width: auto;
        margin-right: 33px!important
    }
    .main .table .header-element:first-child {
        display: none
    }
    .main .table .header-element:last-child {
        margin-left: 0
    }
    .main .table .header-element.icon::before {
        display: none
    }
    .main .table .header-element.icon::after {
        display: none
    }
    .main .table .table-body__name {
        margin-left: 0;
        display: block
    }
    .main .table .table-body__your {
        margin-right: 5px
    }
    .main .table .table-body__your::after {
        content: '';
        width: 1px;
        height: 10px;
        background-color: #fff;
        position: relative;
        display: inline-block;
        margin-left: 10px
    }
    .main .table .table-body__other {
        padding-right: 35px;
        margin-right: 0
    }
    .promo .gallery-wrapper__element {
        width: 100%;
        display: block;
        margin: 20px auto
    }
    .promo .gallery-wrapper__element.active .gallery-wrapper__image {
        width: 100%;
        left: 0
    }
    .promo .gallery-wrapper__element::after {
        display: none
    }
    .promo .gallery-wrapper__element::before {
        display: none
    }
    .promo .gallery-wrapper__element:hover .gallery-wrapper__image {
        width: 100%
    }
    .promo .gallery-wrapper__element:hover:last-child .gallery-wrapper__image {
        right: 0
    }
    .promo .gallery-wrapper__image .open {
        top: 50%;
        opacity: 1
    }
    .promo .gallery-wrapper__text {
        opacity: 1
    }
    .videos-element {
        margin-bottom: 45px
    }
    .select .headline h2 {
        font-size: 25px
    }
    .select-element {
        width: 80%;
        margin: 25px auto
    }
    .benefit-element__vs .dash-wrapper {
        display: none
    }
    .map {
        height: auto
    }
    .map .bottomline {
        width: 100%;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .map .bottomline::before {
        display: none
    }
    .map .bottomline .info-wrapper .phone {
        text-align: right;
        display: block
    }
    .map .bottomline .info-wrapper .email {
        padding-right: 10px
    }
    .map .bottomline .adress-wrapper {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-top: 18px
    }
    .map .bottomline .adress-wrapper .time {
        margin-top: 10px
    }
    footer .logo {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: auto;
        padding: 0 15px;
        margin: 15px 0
    }
    section {
        overflow: hidden
    }
}

@media only screen and (max-width:480px) {
    header {
        position: fixed;
        width: 100%
    }
    header.scroll .auth {
        display: none
    }
    header .logo {
        width: 100%;
        overflow: hidden
    }
    header .logo a {
        width: 100%;
        overflow: hidden
    }
    header .logo a img {
        width: 100%
    }
    header .info-wrapper .phone {
        font-size: 24px;
        line-height: 24px
    }
    header .info-wrapper .email {
        padding-right: 3px
    }
    header nav {
        opacity: 0;
        top: -200px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        display: block;
        position: absolute;
        width: 89%;
        background: #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 10px;
        margin-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99999999
    }
    header nav.open {
        opacity: 1;
        top: 95px
    }
    header nav.open ul li {
        margin-left: 0
    }
    header nav.open ul li .dropdown-menu {
        position: relative;
        padding: 0;
        display: block;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        left: 0
    }
    header nav.open ul li a {
        color: #000;
        font-family: Roboto-cond
    }
    header nav.open ul li:hover a {
        color: #1ab394
    }
    header nav.open ul li:hover a::after {
        display: none
    }
    header .auth {
        margin-top: 25px
    }
}

.headline-section {
    text-align: center
}

.headline-section h2 {
    font-size: 32px;
    color: #2c2c2c;
    font-family: PFDin-medium;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 15.5px 30px;
    display: inline-block;
    position: relative
}

.headline-section h2::after {
    content: '';
    position: absolute;
    width: 51px;
    height: 45px;
    border-top: 1px solid #1ab394;
    border-left: 1px solid #1ab394;
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    z-index: 0;
    left: 5px;
    top: 5px
}

.headline-section h2::before {
    content: '';
    position: absolute;
    width: 51px;
    height: 45px;
    border-bottom: 1px solid #1ab394;
    border-right: 1px solid #1ab394;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    z-index: 0;
    right: 5px;
    bottom: 5px
}

.headline-section h2 span {
    display: block
}

.headline-section h2 span::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.headline-section h2 span::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 1px;
    right: -77px;
    top: 50%;
    background-color: rgba(0, 0, 0, .2)
}

.search-test-head {
    padding-top: 40px;
    background-image: url(../img/green_bg.jpg)
}

.search-test-head .headline-section {
    margin-bottom: 25px
}

.search-test-head .headline-section h2 {
    color: #fff
}

.search-test-head .headline-section h2::after, .search-test-head .headline-section h2::before {
    border-color: #86d6c6
}

.search-test-head .headline-section h2 span::after, .search-test-head .headline-section h2 span::before {
    background-color: #86d6c6
}

.search-test-form {
    background-color: rgba(52, 244, 205, .3);
    padding: 22px 65px 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px
}

.search-test-form .form-control {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    height: 42px;
    padding: 8px 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #2c2c2c;
    font-family: Roboto-cond;
    font-weight: 400
}

.search-test-form .media {
    overflow: visible
}

.search-test-form .media-right {
    padding-left: 17px
}

.search-test-form .btn-default {
    margin: -7px 0 0 0;
    padding: 13px 25px
}

.search-test-form .btn-default:hover {
    text-decoration: none;
    background-color: #c83600 !important;
    color: #fff !important
}

.search-test-result-table {
    width: 100%;
    border: 1px solid #dbdede;
    min-width: 700px
}

.search-test-result-table thead tr {
    background-color: #195c54
}

.search-test-result-table thead tr th {
    font-weight: 400;
    height: 55px;
    table-layout: fixed;
    position: relative
}

.search-test-result-table thead tr th:nth-child(1) {
    width: 52%
}

.search-test-result-table thead tr th:nth-child(2) {
    width: 128px
}

.search-test-result-table tr {
    background-color: #fff
}

.search-test-result-table tr td {
    font-family: Roboto-cond;
    font-size: 15px
}

.search-test-result-table tr td:nth-child(2) {
    background-color: rgba(0, 131, 115, .9);
    border-color: rgba(174, 174, 174, .3);
    color: #68ffb6;
    font-family: Roboto-condBold;
    text-align: center
}

.search-test-result-table tr td:nth-child(3) {
    background-color: #ecf4f1
}

.search-test-result-table tr:nth-child(1) td {
    border-top-color: transparent
}

.search-test-result-table tr td {
    padding: 10px 35px 6px;
    border-top: 1px solid #dbdede
}

.search-test-result-table tr:nth-child(2n) {
    background-color: #eff3f3
}

.search-test-result-table tr:nth-child(2n) td:nth-child(3) {
    background-color: #dde9e6
}

.table-head-box {
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-condBold;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
    background-image: url(../img/table-head.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 111px;
    text-align: center;
    -webkit-border-radius: 4px 4px 1px 1px;
    border-radius: 4px 4px 1px 1px;
    padding-top: 15px
}

.table-head-box .table-head-box-ico {
    height: 42px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 11px
}

.icon {
    display: inline-block
}

.search-test-result-table-wrap {
    position: relative;
    padding-top: 55px;
    margin-bottom: 30px;
    overflow: auto
}

.search-test-content {
    padding-top: 33px;
    background-image: url(../img/nc-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom -10px;
    padding-bottom: 62px;
    display: none
}

.search-test-result-count {
    background-color: #008373;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 30px;
    overflow: hidden
}

.search-test-result-count .search-count-item:nth-child(2n) {
    background-color: #195c54
}

.search-count-item {
    text-align: center;
    padding: 15px 15px
}

.search-count-item .search-count-label {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto-condBold;
    color: #fff;
    margin-bottom: 11px;
    line-height: 1.1
}

.search-count-item .search-count-label span {
    position: relative;
    display: inline-block
}

.search-count-item .search-count-label span::after, .search-count-item .search-count-label span::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    height: 1px;
    background-color: #fff;
    opacity: .35;
    width: 26px;
    margin-left: 15px
}

.search-count-item .search-count-label span::after {
    left: auto;
    right: 100%;
    margin-right: 15px
}

.search-count-item .search-count-num {
    border: 2px solid #0d9b84;
    padding: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 23px;
    color: #195c54;
    font-family: Roboto-condBold;
    font-weight: 400
}

.search-count-item .search-count-num span {
    background-color: #eff3f3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 117px;
    height: 39px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px
}

.analytics-list li {
    font-size: 21px;
    font-family: PFDin-regular;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-bottom: 11px;
    position: relative
}

.analytics-list li:last-child::after, .analytics-list li:last-child::before {
    display: none
}

.analytics-list li:last-child .analytics-list-text {
    border-bottom: 0
}

.analytics-list li:last-child .analytics-list-text .icon {
    position: relative;
    top: 2px
}

.analytics-list li .media-body, .analytics-list li .media-left {
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.analytics-list li .media-left {
    padding-right: 24px
}

.analytics-list li strong {
    display: block;
    font-family: PFDin-medium;
    font-weight: 400
}

.analytics-list li::before {
    position: absolute;
    bottom: 0;
    content: '';
    border-bottom: 1px solid #cacaca;
    left: 50px;
    right: 0
}

.analytics-list li::after {
    background: url(../img/sprite-icon.png) no-repeat -55px -74px;
    width: 9px;
    height: 13px;
    position: absolute;
    left: 9px;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    content: ''
}

.analytics-image {
    position: relative;
    margin-bottom: 30px
}

.analytics-image img {
    width: 100%
}

.compare-analytics-image {
    max-width: 640px;
    width: 100%
}

.analytics-image-title {
    text-align: center;
    font-size: 22px;
    background-color: #1ab394;
    color: #fff;
    padding: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.analytics-title {
    color: #1b8570;
    font-size: 25px;
    font-family: PFDin-medium;
    line-height: .9;
    font-weight: 400;
    padding: 0 0 17px;
    margin: 0
}

.analytics-subtitle {
    color: #000;
    font-size: 25px;
    font-family: PFDin-regular;
    text-transform: uppercase;
    line-height: .9;
    margin: 0
}

.analytics-head {
    padding-left: 38px;
    position: relative;
    margin-bottom: 38px;
    margin-left: 12px
}

.analytics-head::before {
    left: 0;
    width: 3px;
    top: 0;
    height: 10px;
    background-color: #11b899;
    content: '';
    position: absolute;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.analytics-head::after {
    left: 0;
    width: 3px;
    top: 15px;
    bottom: 0;
    background-color: #11b899;
    content: '';
    position: absolute;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.circle-check-ico {
    background: url(../img/sprite-icon.png) no-repeat -46px -34px;
    width: 27px;
    height: 27px
}

.search-test-footer {
    text-align: center;
    padding-top: 23px
}

.search-test-footer .btn {
    margin: 0
}

.compare-section {
    padding-top: 48px;
    padding-bottom: 63px;
    background-image: url(../img/comparison_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover
}

.compare-section .headline-section {
    margin-bottom: 53px
}

.compare-analytics {
    padding-left: 11px;
    padding-top: 29px
}

.analytics {
    margin-bottom: 30px
}

.analytics-points-title {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: PFDin-regular;
    margin-bottom: 10px;
    position: relative
}

.analytics-points-title::before {
    background: url(../img/sprite-icon.png) no-repeat -47px 0;
    width: 25px;
    height: 25px;
    content: '';
    position: absolute;
    left: -49px;
    top: 3px
}

.points-section {
    background-image: url(../img/analytics-points-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-background-size: cover;
    background-size: cover
}

.points-section .analytics-image-list {
    padding-top: 10px
}

.points-section .headline-section {
    margin-bottom: 33px
}

.points-section .headline-section h2 {
    color: #fff
}

.points-section .headline-section h2 span::after, .points-section .headline-section h2 span::before {
    background-color: #1b8570
}

.points-section .analytics-content .analytics-points-item:last-child .analytics-points-list {
    border-bottom: none
}

.analytics-points-item {
    padding-left: 50px;
    margin-bottom: 12px;
    padding-right: 85px
}

.analytics-points-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #404f50
}

.analytics-points-list li {
    font-size: 21px;
    color: #fff;
    font-family: PFDin-regular;
    position: relative;
    padding-left: 28px;
    line-height: .9;
    margin-bottom: 14px
}

.analytics-points-list li::before {
    content: '';
    background: url(../img/sprite-icon.png) no-repeat -53px -119px;
    width: 13px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 7px
}

.analytics-image-list .analytics-image {
    margin-bottom: 40px
}

.observations-analytics {
    padding-right: 50px;
    padding-left: 12px
}

.observations-analytics .analytics-subtitle {
    line-height: 1.2
}

.observations-analytics .analytics-head {
    margin-bottom: 33px
}

.observations-analytics .analytics-list {
    padding-right: 100px
}

.observations-analytics .analytics-list li {
    line-height: .9;
    margin-bottom: 10px;
    padding-bottom: 18px
}

.observations-analytics .analytics-list li::after {
    display: none
}

.observations-analytics .analytics-list li::before {
    top: 5px
}

.observations-analytics .analytics-list li .analytics-list-text {
    padding-bottom: 12px
}

.observations-section {
    padding-top: 52px;
    padding-bottom: 30px
}

.observations-section .headline-section {
    margin-bottom: 45px
}

.analytics-image {
    overflow: hidden
}

.analytics-image .open {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(26, 179, 148, .66);
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.analytics-image .open i {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 25px;
    color: #fff;
    line-height: 60px
}

.analytics-image .open i:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.analytics-image:hover .open {
    top: 50%;
    opacity: 1
}

.points-analytics .analytics-title {
    padding-top: 5px;
    padding-bottom: 10px
}

.points-analytics .analytics-head {
    margin-bottom: 30px
}

@media only screen and (max-width: 992px) {
    .analytics-image-title {
        font-size: 18px
    }

    .btn {
        font-size: 16px
    }
}

@media only screen and (max-width: 768px) {
    .headline-section h2 {
        font-size: 20px
    }

    .search-test-form .btn-default {
        margin-top: -5px
    }

    .search-test-form {
        padding: 15px 15px 5px
    }

    .search-test-form .form-control {
        padding: 8px 8px;
        font-size: 14px
    }

    .compare-analytics {
        padding-left: 0
    }

    .analytics-head {
        margin-left: 0;
        padding-left: 20px
    }

    .analytics-subtitle {
        font-size: 20px
    }

    .analytics-list li {
        font-size: 19px
    }

    .headline-section h2::after, .headline-section h2::before {
        width: 36px;
        height: 30px
    }

    .headline-section h2 span::after, .headline-section h2 span::before {
        width: 30px;
        left: -40px
    }

    .headline-section h2 span::after {
        left: auto;
        right: -40px
    }

    .analytics-points-item {
        padding-right: 0
    }

    .analytics-image .open {
        top: 50%;
        opacity: 1
    }

    .observations-analytics {
        padding-right: 0
    }

    .observations-analytics .analytics-list {
        padding-right: 20px
    }

    .analytics-title {
        font-size: 22px
    }

    .analytics-points-title {
        font-size: 22px
    }

    .analytics-points-title::before {
        left: -40px
    }

    .analytics-points-item {
        padding-left: 40px
    }

    .analytics-points-list li {
        font-size: 19px
    }

    .observations-analytics .analytics-list li {
        line-height: 1
    }

    .compare-section, .observations-section {
        padding-bottom: 0
    }

    .compare-section, .observations-section, .points-section {
        padding-top: 40px
    }

    .compare-section .headline-section, .observations-section .headline-section {
        margin-bottom: 35px
    }

    .compare-analytics {
        padding-top: 0
    }

    .analytics-head {
        margin-bottom: 35px
    }

    .compare-analytics-image {
        max-width: 100%
    }

    .search-count-item .search-count-label {
        font-size: 16px
    }

    .search-count-item .search-count-num span {
        height: 36px
    }

    .search-count-item .search-count-num {
        font-size: 21px
    }

    .search-count-item .search-count-label span::after, .search-count-item .search-count-label span::before {
        top: 8px
    }

    .search-test-content {
        -webkit-background-size: 100% auto;
        background-size: 100% auto
    }

    .search-test-result-table thead tr th:nth-child(1) {
        width: 40%
    }
}

.search-test-form .form-group {
    margin-top: 0 !important;
    padding: 0 !important
}

.analytics-image-title {
    font-family: Roboto
}

.list-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-flex .item-col {
    float: none
}

.logo-list {
    -ms-align-items: center;
    align-items: center
}

.logo-list .logo-list-item {
    text-align: center;
    margin-bottom: 75px
}

.site-info-section .headline-section {
    margin-bottom: 70px
}

.site-info-section {
    background-image: url(../img/logo-info-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 45px
}

.site-info-text {
    text-align: center;
    font-size: 28px;
    color: #2c2c2c;
    margin-top: -30px
}

.logo-cms {
    background-image: url(../img/nc-bg.png), url(../img/logo-cms-bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: left 50% bottom -23px, 0 0;
    padding-top: 50px;
    padding-bottom: 46px
}

.logo-cms .headline-section {
    margin-bottom: 85px
}

.logo-cms .logo-list .item-col:nth-child(2) .logo-list-item {
    position: relative;
    top: -15px
}

.logo-cms .logo-list .item-col:nth-child(4) .logo-list-item {
    position: relative;
    top: -10px
}

.footer-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center
}

.soc-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.soc-list .icon {
    fill: #fff
}

.soc-list li {
    padding: 0 5px
}

.soc-list li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.soc-list .icon {
    fill: #fff;
    width: 19px;
    height: 19px
}

.soc-list li a:hover {
    background-color: #fff
}

.soc-list li a:hover .icon {
    fill: #1ab394
}

footer .logo {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

@media only screen and (max-width: 992px) {
    .logo-list-item {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto
    }

    .logo-cms {
        -webkit-background-size: 100% auto, auto auto;
        background-size: 80% auto, auto auto;
        background-position: center bottom, 0 0
    }

    .logo-list .logo-list-item {
        margin-bottom: 50px
    }

    .logo-cms .headline-section {
        margin-bottom: 55px
    }

    .site-info-section .headline-section {
        margin-bottom: 55px
    }

    .gallery .gallery-wrapper__element::before {
        padding-top: 0
    }

    .gallery .gallery-wrapper__element .gallery-wrapper__image {
        position: static
    }
}

@media only screen and (max-width: 700px) {
    .footer-inner-item {
        -webkit-flex: 1 1 300px;
        -moz-flex: 1 1 300px;
        -ms-flex: 1 1 300px;
        -o-flex: 1 1 300px;
        flex: 1 1 300px
    }

    .copyright {
        margin-bottom: 20px
    }

    footer .logo {
        margin-bottom: 25px;
        margin-top: 0
    }

    .footer-inner {
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .col-mob {
        display: block;
        width: 100%;
        float: none
    }

    .site-info-text {
        margin-top: 0
    }

    .logo-cms .logo-list .item-col:nth-child(2) .logo-list-item, .logo-cms .logo-list .item-col:nth-child(4) .logo-list-item {
        top: 0
    }
}

@media only screen and (max-width: 480px) {
    .analytics-image .open {
        width: 40px;
        height: 40px;
        -webkit-transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
        -o-transform: translate(-50%, -75%);
        transform: translate(-50%, -75%)
    }

    .analytics-image .open i {
        font-size: 20px;
        line-height: 40px
    }
}
