@font-face {
    font-family: 'Conv_RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: local('☺'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: local('☺'), url('../fonts/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold.ttf') format('truetype'), url('../fonts/RobotoBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robot-condensed-bold';
    src: url('../fonts/robot-condensed-bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: local('☺'), url('../fonts/RobotoLight.woff') format('woff'), url('../fonts/RobotoLight.ttf') format('truetype'), url('../fonts/RobotoLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----standard-----*/

body,
html {
    margin: 0;
    font-family: 'Conv_RobotoLight';
    font-size: 20px;
    line-height: 1.7;
    background: #F5FBFE;
    position: relative;
    height: 100%;
    min-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
    font-weight: normal;
    font-family: 'robot-condensed-bold';
}

.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
}

* {
    vertical-align: top;
}


/*
.wrap {
    width: 320px;
    margin: 0 auto;
}

.scroll {
    height: 200px;
    position: relative;
    padding-right: 10px;
    overflow: auto;
}
*/

p,
.p {
    margin: 0 0 35px;
}

.fh > *,
.fh > * > *,
.fh > * > * > * {
    height: 100%;
}

table {
    margin: 0 0 35px;
    border-spacing: 0;
}

table th {
    border-bottom: 1px solid #BCBCBC;
    text-align: left;
    padding: 0 60px 7px 0;
}

table td {
    padding: 10px 0 0;
}

.wrapper .breadcrumbs,
.wrapper h1,
.wrapper p,
.wrapper .p,
.wrapper .list-inner,
.form h2,
.wrapper .bunner-wrap h2,
.wrapper h2.global {
    margin-left: 35px;
    margin-right: 35px;
}


/*--buttons--*/

a {
    color: #00B1FF;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.btn {
    text-decoration: none;
    padding: 12px 40px 13px;
    background: none;
    font: inherit;
    background: #5DC342;
    display: inline-block;
    color: #fff;
    border-radius: 31px;
    border: 0;
    transition: ease-out .25s;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
}

.btn:hover {
    background: #30a810;
    color: #fff;
    border: 0;
    box-shadow: 0px 9px 18px rgba(21, 77, 96, 0.3);
}

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

.btn-off.btn {
    background: #E0E0E0;
    cursor: default;
    box-shadow: 0px 0 0 #fff;
}


/*--buttons--*/

/*--titles--*/

h1,
h2,
h3 {
    text-transform: uppercase;
    line-height: 1.35;
}

h1,
h2.global {
    font-size: 45px;
    margin: 30px 0 59px;
    letter-spacing: 5px;
}

h2.global.news {
    margin-bottom: 43px;
    margin-top: 66px;
    margin-left: 60px;
}

h3.global {
    font-size: 20px;
    margin: 0;
}


/*--titles--*/

.table-row {
    display: table;
    width: 100%;
    height: 100%;
}

.table-row > div {
    display: table-row;
}

.table-row > div > div {
    display: table-cell;
    vertical-align: middle;
}


/*--fields--*/

input[type="text"],
input[type="password"],
textarea,
.custom-select {
    padding: 11px 30px 11px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(21, 77, 96, 0.15);
    border: 2px solid rgba(255, 255, 255, 0);
    font: inherit;
    background: #fff;
    transition: ease-out .25s;
}

textarea {
    resize: none;
    height: 200px;
}

input:focus,
textarea:focus {
    outline: 0;
    border-color: #00B1FF;
}

input::placeholder,
textarea::placeholder {
    color: #B5B5B5;
}


/*-custom-select-*/

.custom-select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    color: #B5B5B5;
    transition: ease-out .0s;
}

.custom-select span {
    color: #000;
}

.custom-select span.empty {
    color: inherit;
}

.custom-select.active {
    border-radius: 30px 30px 0 0;
    border-color: #00b1ff;
}

.custom-select span {
    position: relative;
    z-index: 2;
    padding-bottom: 4px;
}

.custom-select i,
.city i {
    background: url(../images/cs-down.png) center no-repeat;
    right: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    margin-top: -7px;
}

.custom-select.active i {
    background: url(../images/cs-up.png) center no-repeat;
}

.custom-select ul {
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 0;
    padding-top: 26px;
    opacity: 0;
    visibility: hidden;
    top: 13px;
    border: 2px solid #00b1ff;
    left: -2px;
    background: #fff;
    right: -2px;
    overflow: hidden;
    border-top: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 7px 10px rgba(21, 77, 96, 0.15);
}

.custom-select ul li {
    padding: 13px 30px;
    cursor: pointer;
    transition: ease-out 0.5s;
}

.custom-select ul li:hover {
    background: #EEF2F5;
    color: #000;
}

.custom-select.active ul {
    visibility: visible;
    opacity: 1;
}


/*-custom-select-*/

.checkbox * {
    vertical-align: middle;
}

.checkbox i {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #00B1FF;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    top: -7px;
    left: -3px;
}

.checkbox i.active {
    background: #00B1FF url(../images/galka.png) center no-repeat;
}

.radio-wrap {
    padding: 0 30px;
}

.radio-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.radio-item {
    width: 50%;
    float: left;
    margin: 12px 0 0 0px;
}

.radio-item i {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(21, 77, 96, 0.15);
    position: relative;
    border-radius: 100%;
    background: #fff;
    margin-right: 18px;
    cursor: pointer;
}

.radio-item i.active:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #00B1FF;
    top: 9px;
    left: 9px;
}


/*--file-upload--*/

/*
.file-wrap {
    position: relative;
    margin: 0 0 33px;
    overflow: hidden;
}

.file-wrap.hover {
    background: #000;
    color: #fff;
}

.file-input {
    top: 0;
    position: absolute;
    padding-left: 290px;
    left: 0;
    cursor: pointer;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
*/

.file-wrap {
    display: block;
    height: 60px;
    width: 250px;
}

.btn-upload-file {
    position: absolute;
    width: 245px;
    height: 60px;
    margin-top: 0;
    z-index: 1;
    opacity: 0;
}

.btn-upload-file.full {
    visibility: hidden;
}

.files-delete {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 5px 0 0 20px;
}

.files-delete i {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/close-red.png) -16px 0 no-repeat;
    top: 50%;
    left: 50%;
    margin: -7px;
    display: inline-block;
}

.files-delete:hover {
    background: #f00;
}

.files-delete:hover i {
    background: url(../images/close-red.png) 0px 0 no-repeat;
}

.btn-upload {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.fileupload-decoration {
    position: absolute;
    margin: 0px 0 0;
    z-index: 2;


}

.hover .fileupload-decoration {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.hover .fileupload-decoration.btn-off {
    background: #E0E0E0;
    color: #fff;
    cursor: default;
}

.fileupload-decoration.work {
    z-index: 1;
}

.files-item {
    margin-bottom: 0px;
}

.uploaded-files {
    margin-bottom: 30px;
}


/*--file-upload--*/

/*--fields--*/

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

.container-fluid form {
    margin-top: -10px;
}

.form input[type="text"],
form input[type="text"],
.form textarea,
form textarea,
.form input[type="password"],
form input[type="password"] {
    width: 100%;
}

.form > div,
form > div {
    margin: 0 0 33px;
}

.form h2,
form h2 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0;
}

.form p {
    margin-bottom: 30px;
}

.form .half,
form .half {
    float: left;
    width: 50%;
}

.form > div:after,
form > div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

[name="web_form_submit"] {
    display: none;
}

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

/*-----breadcrumbs-----*/

.breadcrumbs {
    font-size: 15px;
    margin: 13px 0 0px;
}

.breadcrumbs a,
.breadcrumbs span {
    padding-bottom: 2px;
    margin: 0 0px;
    border-bottom: 1px solid;
}

.breadcrumbs span {
    /* color: #707070;*/
}

.breadcrumbs a:first-child {
    margin-left: 0;
}

.bx-breadcrumb-item.last-child span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: #707070;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 15px;

}

.breadcrumbs a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

/*-----breadcrumbs-----*/

/*-----standard-----*/

/*-----popup-----*/

.popup-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 4;
    min-width: 1440px;
}

.popup-wrap {
    visibility: hidden;
    opacity: 0;
    transition: ease-out .25s;
}

.element-show.show {
    visibility: visible;
    opacity: 1;
}

.popup {
    position: relative;
    width: 720px;
    background: #fff;
    padding: 90px;
    padding-top: 65px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 3px 5px rgba(21, 77, 96, 0.2);
    transition: ease-out .5s;
}

.popup h2.global {
    margin: 0 0 28px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin: 30px;
    cursor: pointer;
    background: url(../images/close.png) center no-repeat;
}

.popup-city {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
    z-index: 4;
    padding: 40px 0 0 0;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 30px;
}

.popup-city .container-fluid {
    max-width: 1920px;
    padding: 0 6%;
}

.popup-city input {
    width: 100%;
}

.popup-city .checkbox {
    display: inline-block;
    font-size: 16px;
    width: 25%;
}

.popup-city .checkbox i {
    margin-right: 7px;
}

.popup-city .checkbox span {
    display: inline-block;
}

.popup-city .checkbox.null {
    margin-right: 70px;
}

.popup-city h3 {
    font-size: 24px;
    font-family: 'Conv_RobotoLight';
    text-transform: inherit;
    margin: 30px 0 6px;
}

.popup-city a {
    position: relative;
    z-index: 1;
    border: 0;
    text-decoration: underline;
    display: block;
}

.popup-city a:hover {
    text-decoration: none;
}

.popup-city .col {
    width: 11%;
    padding-right: 1%;
    font-size: 16px;
    line-height: 2;
    display: inline-block;
}

.col-wrap {
    font-size: 13px;
}

.col-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



.popup-city a.find {
    color: #fff;
    text-decoration: none;

}



.popup-city a.find em {
    color: #fff;
}

.popup-city span {
    position: relative;
    display: block;
    font-size: 13px;
}

.popup-city a.find:before {
    content: "";
    position: absolute;
    background: #00b1ff;
    border-radius: 20px;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
}

.popup-city a:hover em {}

.popup-city a.main {
    color: #00953a;
    background: none;
    margin-top: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.popup-city a.empty {
    color: #e0e0e0;
    border-color: #fff;
    background: none;
    margin-top: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;

}

.popup-city a.empty:hover {
    text-decoration: underline;
}

.popup-city a em {
    font-style: normal;
    margin-left: 4px;
    color: #000;
    font-size: 12px;
    vertical-align: super;
    text-decoration: unset;
    position: absolute;
    margin: -3px 0 0;
}

.checkbox-head {
    margin-left: -52px;
}

.popup-city .inner-popup {
    position: absolute;
    padding: 0 20px;
    border-radius: 30px;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.19);
    width: 250px;
    background: #fff;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: 0px;
    display: none;
}

.inner-popup a.find {
    color: #00b1ff;
    text-decoration: underline;
}

.inner-popup a.find:hover {
    text-decoration: none;
}

.inner-popup a.find:before {
    display: none;
}

.popup-city .col:last-child .inner-popup {
    left: inherit;
    right: 100%;
}

.popup-city span:hover .inner-popup {
    display: block;
}

.inner-popup > div {
    padding: 18px 0 15px;
    border-bottom: 1px solid #e0e0e0;
}

.inner-popup a:hover {
    background: none;
    color: #00b1ff;
}

font.errortext {
    color: red;
    position: absolute;
    bottom: 60px;
    padding: 30px;
    left: 200px;
    background: #fff;
    z-index: 1;
}

.send-form {
    display: none;
}

/*-----popup-----*/

/*-----header-----*/

header {
    padding: 26px 0 24px;
}

.nav-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100px;
    margin-top: -20px;
}

.nav-wrap img {
    width: 113px;
}

.navbar-wrapper {
    width: 100%;
    padding-top: 15px;
}

nav li.first {
    overflow: hidden;
    /*  position: absolute;*/
    position: relative;
    height: 70px;
    margin-left: -120px;
    width: 0;
    transition: ease-out .25s;
    transition-delay: .25s;
    /* width: 0;
    */
}

nav li.first img {
    opacity: 0;
    transition: ease-out .25s;
    transition-delay: .0s;
}

.isStuck nav li.first {
    width: 113px;
    margin: 0;
    transition-delay: .0s;
}

.isStuck nav li.first img {
    opacity: 1;
    transition-delay: .25s;
}

nav {
    text-align: center;
    background: #fff;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 60px;
    max-width: 1440px;
    position: relative;
    /* margin: 0 -40px 0;*/
}

nav ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

nav li {
    display: inline-block;
    list-style: none;
    padding: 0 0px;
}

nav a {
    text-decoration: none;
    display: block;
    color: inherit;
    padding: 17px 0;
    border: 0;
}

nav a:hover {
    border: 0;
    color: #00B1FF;
}


.additionally-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}

nav li:hover .additionally-nav {
    display: block;
    text-align: left;
}

.additionally-nav > div {
    max-width: 1440px;
    background: #fff;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 31px;
    margin: 10px auto 0;
    line-height: 2.1;
    padding: 30px 10px 24px 29px;
}

.additionally-nav ul {
    display: block;
    /*text-align: justify;*/
}

.additionally-nav a,
.additionally-nav li {
    margin-right: 20px;
    display: inline-block;
    padding: 0;

    color: #00B1FF;
    line-height: 1.3;
}

.navbar-wrapper .additionally-nav li a,
.additionally-nav li:last-child a {
    border-bottom: 1px solid #00B1FF;
    color: #00B1FF;
}

.additionally-nav li {
    margin-right: 10px;
}

.logo {
    position: relative;
    overflow: hidden;
}

.logo-item {
    padding: 0 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 5px;
}

.logo-item a {
    border: 0;
}

.logo-item:first-child:after {
    width: 1px;
    height: 81px;
    background: #e0e0e0;
    right: 4px;
    top: 29px;
    content: "";
}

.city {
    margin-top: 22px;
    display: inline-block;
    position: relative;
    padding-right: 43px;
    cursor: pointer;
}

.city span {
    color: #00b1ff;
    position: relative;
    display: inline-block;
}

.city span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: url(../images/dashed.png) repeat-x;
}

.city .custom-select i {
    margin-top: -8px;
}

.feedback {
    position: relative;
    top: 7px;
}

.feedback p {
    margin: 0;
}


/*-----regin-----*/

.regin-wrap {
    padding-left: 65px;
    position: relative;
    margin-top: 43px;
    left: -10px;
}

.regin-wrap a {
    background: none;
    color: #00b1ff;
    padding-bottom: 2px;
    margin-right: 12px;
}

i.loop {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/loop.png) center no-repeat;
    display: none;
}

.regin-wrap i {
    position: absolute;
    top: 4px;
    left: -12px;
}


/*-----regin-----*/

/*-----header-----*/

/*-----footer-----*/

footer {
    padding: 26px 0 30px;
    border-top: 1px solid #E0E0E0;
    margin: 110px 0 0;
}

.social {
    margin-top: 50px;
    text-align: right;
}

.social span {}

.social > * {
    vertical-align: middle;
    margin: 0 24px 0 0;
}

.social a {
    position: relative;
    display: inline-block;
    font-size: 0;
    border: 0;
}

footer .col-md-9 div:last-child {
    margin-top: 34px;
}


/*-----footer-----*/

/*-----section-all-----*/

section {
    min-height: 400px;
}


/*-----slider-----*/

.slider-wrap {
    height: 400px;
    text-align: center;
}

.arrow-box {
    display: none;
}

.owl-nav {
    position: absolute;
    right: 42px;
    width: 118px;
    top: 0;
    height: 65px;
    z-index: 2;
    margin: -125px 0 0 0;
}

.owl-prev,
.owl-next {
    display: inline-block;
    width: 61px;
    height: 61px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: ease-out .5s;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #5DC342;
    cursor: pointer;
    font-size: 0;
}

.white .owl-prev,
.white .owl-next {
    border-color: #fff;
}

.owl-nav .disabled {
    opacity: .6;
}

.owl-prev {
    left: 0;
    background: url(../images/arr-green-prev.png) center no-repeat;
    border-radius: 30px 0px 0px 30px;
}

.white .owl-prev {
    background: url(../images/arr-white-prev.png) center no-repeat;
}

.owl-next {
    right: 0;
    background: url(../images/arr-green-next.png) center no-repeat;
    border-radius: 0px 30px 30px 0px;
}

.white .owl-next {
    background: url(../images/arr-white-next.png) center no-repeat;
}


/*---owl---*/

.owl-carousel,
.owl-item,
.owl-item .item {
    height: 100%;
}


/*---owl---*/

/*-----slider-----*/

.section-5 {
    height: auto;
}


/*-----blanki-----*/

.blank-box {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../images/ico-text.png) no-repeat;
    text-align: center;
}

.blank-box span {
    font-family: 'Conv_RobotoLight';
    color: #26c6da;
    font-size: 33px;
    padding: 38px 0 0;
    display: inline-block;
}

.blank-item {
    background: #fff;
    border-radius: 9px;
    position: relative;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    margin: 0 0 55px;
    min-height: 250px;
    display: table;
    width: 100%;
    border: 0;
    color: inherit;
}

.blank-item:hover {
    border: 0;
}

.blank-item > * {
    display: table-cell;
    vertical-align: middle;
}

.blank-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blank-img,
.checkbox-wrap {
    text-align: center;
}

.blank-img {
    width: 18.75%;
}

.blank-text {
    width: 68.75%;
}

.blank-text ul,
.blank-text li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blank-text a {
    color: inherit;
}

.blank-item .checkbox-wrap {
    width: 12.5%;
}

.btn-archive {
    margin-top: -20px;
}


/*-----blanki-----*/

/*-----corp-----*/

.bunner-wrap {
    height: 700px;
    position: relative;
    background: url(../images/bunner-bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
    top: -100px;
    margin-bottom: -80px;
    margin-top: 50px;

}

.bunner-wrap {}

.bunner-wrap h2 {
    font-size: 65px;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    letter-spacing: 7px;
}

.odd .col-md-5 {
    width: 33.33%;
}

.corp-item {
    font-size: 28px;
    padding: 22px;
    padding-bottom: 49px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: -17px 0 79px;
    transition: ease-out .25s;
    color: #848484;
    display: inline-block;
    border: 0;
    width: 100%;
}

.corp-item:hover {
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    color: #000;
    border: 0;
}

.corp-item h3 {
    color: #000;
}

.corp-item:hover h3 {
    color: #00b1ff;
}

.corp-item .info-box {
    margin: 0 0 0 0px;
}

.corp-item .img-box {
    width: 100%;
    height: 342px;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    transition: ease-out .25s;
    z-index: 2;
}

.corp-item:hover .img-box {
    box-shadow: none;
}

.corp-item .img-box img {
    width: 130%;
    margin-left: -15%;
}

.corp-item h3 {
    font-size: inherit;
    margin: 41px 0 10px;
    transition: ease-out .25s;
    letter-spacing: 3.5px;
}

.corp-item p {
    margin: 0;
}

.corp-item * {
    position: relative;
}

.corp-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease-out .5s;
}

.corp-item:hover .bg {
    opacity: 1;
}

.slider-wrap.slider-logo {
    height: 340px;
    margin: -120px 0 -5px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 80px;
}

.slider-wrap.slider-logo .owl {
    width: 90%;
}

.slider-wrap.slider-logo .owl-stage-outer {
    overflow: visible;
}

.slider-wrap.slider-logo img {
    vertical-align: middle;
}

.owl-dots {
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 60px 0 0 70px;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(21, 77, 96, 0.2);
    position: relative;
    display: inline-block;
    border-radius: 100%;
    margin: 0 8px;
}

.owl-dot.active {
    background: #00b1ff;
}

.slider-wrap.slider-logo .owl-nav {
    margin: -124px -143px 0 0;
}


/*-----corp-----*/

/*-----list-item-----*/

.list-wrap {
    margin: 0 0 38px;
}

.list-item > * > span {
    font-size: 35px;
    padding: 12px 0 16px;
    margin: 0;
    display: block;
    font-family: 'robot-condensed-bold';
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 4px;
}

.list-item:first-child {
    border-top: 1px solid #BCBCBC;
}

.list-item {
    border-bottom: 1px solid #BCBCBC;
}

.product-wrap {
    padding-left: 10px;
    margin-left: -10px;
    display: none;
}

.product-item {
    display: table;
    width: 100%;
    margin: 0 0 30px;
}

.product-item > *,
.product-img > div {
    display: table-cell;
    vertical-align: top;
}

.product-item h3 {
    font-size: inherit;
    margin: 0 0 8px;
}

.product-item input[type="text"] {
    padding: 8px 11px 9px;
    border-radius: 9px;
    font-size: 20px;
    width: 86px;
    height: 37px;
    margin-right: 30px;
}

.product-img {
    width: 270px;
    height: 180px;
    border-radius: 9px;
    box-shadow: 0px 3px 5px rgba(21, 77, 96, 0.2);
    background: #fff;
    text-align: center;
    display: table;
    overflow: hidden;
}

.product-img-wrap {
    width: 25%;
    text-align: center;
}

.product-text {
    width: 62.5%;
}

.product-field {
    width: 12.5%;
}


/*-----list-item-----*/

/*-----rashod-----*/

.corp-item.mini {
    font-size: 20px;
    margin-bottom: 40px;
}

.corp-item.mini .img-box {
    height: 300px;
}

.corp-item.mini h3 {
    margin: 42px 0 25px;
    font-size: 29px;
    letter-spacing: 3.2px;
}

.corp-item-news.mini h3 {
    margin: 10px 0 7px;
    font-size: 20px;
}

.data {
    margin: 21px 0 0;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: ease-out .25s;
}

.data i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-data.png) center no-repeat;
    margin-right: 12px;
    opacity: .5;
    transition: ease-out .25s;
}

.corp-item:hover .data {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.corp-item:hover .data i {
    opacity: 1;
}

.data > * {
    vertical-align: middle;
}

.link-more {
    position: absolute;
    right: -20px;
    top: 92px;
}

.img-box h4 {
    position: absolute;
    color: #fff;
    background: #707070;
    padding: 2px 24px 4px 20px;
    font-size: 28px;
    line-height: 1.4;
    top: 23px;
    margin: 0;
    border-radius: 0 24px 24px 0;
}

.img-box h4.red {
    background: #FD0000;
}

.img-box h4.blue {
    background: #006EB6;
}


/*-----rashod-----*/

/*-----head-slider-----*/

.head-slider {
    height: 600px;
    position: relative;
    top: -49px;
    margin-bottom: -30px;
}

.head-slider {}

.head-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/img-0.jpg) center no-repeat;
    background-size: cover;
}

.item-info {
    background: #fff;
    position: absolute;
    top: 125px;
    left: 50%;
    width: 50%;
    padding: 50px 70px 60px;
    border-radius: 35px 0 0 35px;
    box-shadow: 0 7px 15px rgba(21, 77, 96, 0.2);
    font-size: 25px;
    color: #8E8E8E;
    z-index: 2;
}

.head-slider h2 {
    color: #0088BD;
    font-size: 40px;
    margin: 0;
}

.head-slider ul,
.head-slider li {
    margin: 0;
    padding: 0;
}

.head-slider ul {
    margin: 19px 0 14px 42px;
}

.head-slider li {
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
}

.head-slider li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #8E8E8E;
    position: absolute;
    left: -20px;
    top: 20px;
}

.head-slider .btn {
    background: #F00;
    position: absolute;
    top: 100%;
    margin: -33px 0 0 0;
}

.head-slider .owl-nav {
    top: auto;
    bottom: 0;
    margin: 30px;
}

.head-slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: -68px 0 0px 0;
}

.head-slider .owl-dot {
    background: none;
    border: 2px solid #Fff;
}

.head-slider .owl-dot.active {
    background: #fff;
}


/*-----head-slider-----*/

/*-----contacts-----*/

.contacts-phones b {
    text-transform: uppercase;
    display: inline-block;
    width: 30%;
    line-height: 1.6;
}

.contacts-phones p,
.contacts-phones .p {
    margin-bottom: 36px;
}

.contacts-phones p > * {
    vertical-align: bottom;
}

input.lpu {
    width: 495px;
    margin-right: 45px;
    margin-bottom: 35px;
}


/*-----contacts-----*/

/*-----section-map-----*/

.map-wrap {
    height: 300px;
    position: relative;
    background: #eee;
}

#map-google {
    position: absolute;
    width: 100%;
    height: 100%;
}


/*-----section-map-----*/

/*-----section-all-----*/

.red {
    color: red !important;
}

.inputselect {
    display: none;
}

.error-input {
    border-color: red !important;
}

.bunner-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#lpu_data td {
    padding-right: 5px;
}

/*15-01-2018*/

body,
html,
.popup-wrap,
.navbar-wrapper nav {
    min-width: 320px;
}

.regin-wrap a:last-child {
    margin-right: 0;
}

.hidden-el {
    display: none;
}


.mobile-search {
    display: none;
}

.nav-close {
    display: none;
}

/*@media (max-width:1280px) {*/

@media (max-width: 1440px) {

    body,
    html {
        font-size: 18px;
    }
    /*   .nav-wrap .container-fluid {
        padding: 0 27px;
    }*/
    nav li.first {
        margin-left: -40px;

    }
    h1,
    h2.global {
        font-size: 35px;
        margin: 24px 0 59px;
    }
    .wrapper .breadcrumbs,
    .wrapper h1,
    .wrapper p,
    .wrapper .p,
    .wrapper .list-inner,
    .form h2,
    .wrapper .bunner-wrap h2,
    .wrapper h2.global,
    .blank-item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .blank-item {
        width: calc(100% - 30px);
    }
    .btn-archive {
        margin-left: 15px;
    }
    /*  .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }*/
    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 14px;
    }
    .bunner-wrap h2 {
        font-size: 55px;
    }
    .corp-item .img-box {
        height: 285px;
    }
    .corp-item h3 {
        font-size: 25px;
        margin: 27px 0 10px;
    }
    .blank-img {
        width: 22.75%;
    }
    .blank-text {
        width: 64.75%;
    }
    .corp-item {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .slider-wrap.slider-logo img {
        vertical-align: middle;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .slider-wrap.slider-logo .owl-nav {
        margin: -125px -85px 0 0;
    }
    .slider-logo .owl-dots {
        width: 113%;
    }
    .corp-item.mini {
        font-size: 18px;
    }
    .img-box h4 {
        font-size: 23px;
    }
    .corp-item.mini .img-box {
        height: 256px;
    }
    .corp-item.mini h3 {
        margin: 20px 0 10px;
    }
    .head-slider {
        height: 396px;
    }
    .head-slider .owl-nav {
        margin: 15px;
    }
    .radio-item i {
        margin-top: -6px;
    }
    .link-more {
        top: 34px;
    }
    .additionally-nav {}
    .navbar-wrapper nav .additionally-nav a {
        padding: 3px 0;
    }
    .additionally-nav > div {
        padding: 15px 10px 14px 29px;
    }
}

/*@media (max-width:1024px) {*/

@media (max-width: 1280px) {
    body,
    html {
        font-size: 16px;
    }
    .wrapper .breadcrumbs,
    .wrapper h1,
    .wrapper p,
    .wrapper .p,
    .wrapper .list-inner,
    .form h2,
    .wrapper .bunner-wrap h2,
    .wrapper h2.global,
    form {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*.nav-wrap .container-fluid {
        padding: 0 15px;
    }*/
    /* .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }*/
    .logo-item:first-child img {
        width: 82px;
    }
    .logo-item:last-child img {
        width: 156px;
    }
    .nav-wrap img,
    .isStuck nav li.first {
        width: 90px;
    }

    .navbar-wrapper nav {
        height: 60px;
    }
    .navbar-wrapper nav a {
        padding: 16px 0;
    }
    nav li.first {
        margin-left: -34px;
    }
    .breadcrumbs {
        font-size: 14px;
        margin: 10px 0 0px;
    }
    h1,
    h2.global {
        font-size: 30px;
        margin: 24px 0 59px;
    }
    .blank-img {
        width: 26.75%;
    }
    .blank-text {
        width: 59.75%;
    }
    .owl-prev {

        background: url(../images/arr-green-prev.png) center no-repeat;
        background-size: 10px;
    }
    .owl-next {

        background: url(../images/arr-green-next.png) center no-repeat;
        background-size: 10px;
    }
    .white .owl-next {
        background: url(../images/arr-white-next.png) center no-repeat;
        background-size: 10px;
    }
    .white .owl-prev {
        background: url(../images/arr-white-prev.png) center no-repeat;
        background-size: 10px;
    }
    .owl-prev,
    .owl-next {
        width: 35px;
        height: 34px;
    }
    .owl-nav {
        width: 68px;
        height: 34px;
    }
    .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 8px;
    }
    .head-slider .owl-dots {
        margin: -40px 0 0px 0;
    }
    .bx-breadcrumb {
        margin: 27px 0 10px;
    }
    .corp-item .img-box {
        height: 267px;
    }
    .corp-item h3 {
        font-size: 20px;
        margin: 21px 0 10px;
    }
    .corp-item {
        font-size: 18px;
        padding-bottom: 16px;
    }
    .corp-item.mini .img-box {
        height: 200px;
    }
    .corp-item.mini {
        font-size: 16px;
        /*   padding-bottom: 43px;*/
    }
    .corp-item.mini h3 {
        margin: 23px 0 10px;
    }
    .link-more {
        position: absolute;
        right: 0;
        top: 29px;
    }
    .img-box h4 {
        font-size: 19px;
        padding: 2px 24px 4px 13px;
    }
    .corp-item.mini .info-box h3 {
        margin: 10px 0;
    }
    footer {
        margin: 60px 0 0;
    }
    input[type="text"],
    input[type="password"],
    textarea,
    .custom-select {
        padding: 9px 30px 9px;
    }
    p,
    .p {
        margin: 0 0 26px;
    }
    .btn {
        padding: 11px 40px 12px;
    }
    .radio-item i {
        margin-top: -6px;
    }
    .popup-city span {
        font-size: 12px;
    }
    .popup-city .checkbox span {
        display: inline-block;
        width: 80%;
    }
    .additionally-nav {}
    .navbar-wrapper nav .additionally-nav a {
        padding: 3px 0;
    }
    .additionally-nav > div {
        padding: 15px 10px 14px 29px;
    }
    .slider-wrap.slider-logo .owl-nav {
        margin: -96px -85px 0 0;
    }
    .blank-item {
        margin: 0 15px 30px;
        width: calc(100% - 30px);
    }
}



@media (max-width: 1024px) {
    /* .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }*/
    .popup-wrap,
    .popup-city,
    .regin-wrap {
        display: none;
    }
    .wrapper .breadcrumbs,
    .wrapper h1,
    .wrapper p,
    .wrapper .p,
    .wrapper .list-inner,
    .form h2,
    .wrapper .bunner-wrap h2,
    .wrapper h2.global,
    form {
        margin-left: 15px;
        margin-right: 15px;
    }
    /*-----default-----*/
    .wrapper {
        padding: 0 0px;
    }
    body,
    html {
        font-size: 13px;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 10px;
    }
    /*-----default-----*/
    /*-----index-page-----*/
    .bunner-wrap {
        height: 245px;
    }
    .bunner-wrap h2 {
        font-size: 30px;
    }

    .slider-wrap.slider-logo .owl-nav {
        margin: -65px -85px 0 0;
    }
    /*-----index-page-----*/
    .logo-item:first-child img {
        width: 70px;
    }
    .logo-item:last-child img {
        width: 110px;
    }
    .logo-item:first-child:after {
        height: 45px;
        top: 22px;
    }
    .regin-wrap i {
        position: absolute;
        top: 9px;
        left: 0;
    }
    .hidden-el {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
    }
    .hidden-el i {
        background: url(../images/cs-down.png) center no-repeat;
        width: 20px;
        height: 20px;
        z-index: 2;
        outline: aliceblue;
        display: inline-block;
        position: absolute;
        right: 20px;
        cursor: pointer;
        top: 16px;
    }
    .hidden-el > ul {
        position: absolute;
        right: 0;
        padding-right: 60px;
        background: #fff;
        width: 190px;
        display: none;
        top: 0;
        border-radius: 30px;
        box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    }
    .hidden-el ul li {
        display: block;
    }
    .hidden-el ul li a {
        color: #000;
    }
    .hidden-el ul li a:hover {
        color: #00b1ff;
    }
    .hidden-el:hover > ul {
        display: block;
        padding: 0;
    }

    nav li.hidden-el .additionally-nav {
        display: none;
    }

    .hidden-el li .additionally-nav {
        display: none;
        top: 100px;
    }
    .hidden-el li:hover .additionally-nav {
        display: block;
    }
    .hidden-el ul ul {
        padding: 0;
    }
    .hidden-el .additionally-nav > div {
        padding: 20px 10px 15px 20px;
    }
    .hidden-el .additionally-nav > div li {
        margin: 0 0 5px;
    }
    .hidden-el .additionally-nav > div li a {
        border: 0;
    }
    .hidden-el .additionally-nav > div li a:hover {
        text-decoration: underline;
    }

    /*-----header-----*/
    .navbar-wrapper {
        padding-top: 0px;
    }
    .navbar-wrapper nav a {
        padding: 14px 0;
    }
    nav li.first {
        height: 50px;
        margin-left: -70px;
    }
    .navbar-wrapper > nav > ul {
        padding: 0 70px 0 12px;
    }
    .additionally-nav {
        top: 50px;
    }
    .additionally-nav ul {
        padding: 0;
        padding-left: 10px;
    }
    .navbar-wrapper nav {
        height: auto;
    }
    .nav-wrap img {
        width: 83px;
    }
    nav li.first {
        height: 50px;
        margin-left: 0;
    }
    .isStuck nav li.first {
        margin-left: -5px;
        margin-top: -1px;
        margin-right: -30px;
    }
    .nav-wrap {
        height: 60px;
    }
    /*-----header-----*/
    .breadcrumbs {
        margin: 19px 0 0px;
    }
    h1,
    h2.global {
        font-size: 25px;
        margin: 13px 0 28px;
    }
    footer {
        margin: 80px 15px 0;
    }
    footer .col-md-9 div:last-child {
        margin-top: 20px;
    }
    .blank-box {
        display: inline-block;
        width: 110px;
        height: 110px;
        background: url(../images/ico-text.png) no-repeat;
        background-size: 100%;
        text-align: center;
    }
    .blank-box span {
        font-size: 25px;
        padding: 34px 0 0;
    }
    .blank-item {
        margin: 0 0 30px;
        min-height: 180px;
    }
    .btn-archive {
        margin-top: 0;
    }
    .btn {
        padding: 8px 30px 10px;
    }
    input[type="text"],
    input[type="password"],
    textarea,
    .custom-select {
        padding: 7px 20px 7px;
    }
    .radio-item {
        margin: 0px 0 0 0px;
    }
    .radio-item i {
        margin-top: 0;
    }
    .radio-item span {
        display: inline-block;
        position: relative;
        top: 10px;
    }

    .head-slider {
        height: 240px;
        margin: 15px -15px -40px;
    }
    .corp-item .img-box {
        height: auto;
    }
    .corp-item h3 {
        font-size: 17px;
    }
    .corp-item.mini .img-box {
        height: 146px;
    }
    .odd .col-md-5 {
        width: 33.33%;
        float: left;
    }
    .link-more {
        top: 9px;
    }
    h2.global.news {
        margin-bottom: 15px;
    }
    .file-wrap {
        height: 40px;
    }
    .form > div,
    form > div {
        margin: 0 0 29px;
    }
    .list-item > * > span {
        font-size: 25px;
        padding: 15px 0;
    }
    .product-img {
        width: 180px;
        height: 150px;
        margin-right: 30px;
    }
    .product-item input[type="text"] {
        width: 40px;
        margin-top: -8px;
    }
}

.form-page {
    width: 540px;
    margin: 0 auto;
}

.navbar-hamburger {
    display: none;
}

@media (max-width: 768px) {
    section {
        min-height: 200px;
    }
    .popup-wrap,
    .popup-city,
    .regin-wrap {
        display: none;
    }
    /*-----popup-city-----*/
    .popup-city.show {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .popup-city {
        padding-top: 14px;
    }
    .popup-city .find-city {
        margin: 0 0 30px 10px;
        width: calc(100% - 55px);
    }
    .popup-city .close {

        width: 21px;
        height: 21px;
        margin: 23px 14px;

        background: url(../images/close.png) center no-repeat;
        background-size: 100%;
        z-index: 2;
    }
    .popup-city .checkbox-head {
        margin-left: 15px;
    }
    .popup-city .checkbox {
        width: auto;
        position: relative;
        padding-left: 29px;
        font-size: 13px;
        line-height: 1.2;
        margin: 0 0 13px 0;
    }
    .checkbox i {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 0;
    }
    .popup-city .col {
        width: 50%;
    }
    .popup-city a.find:before {
        content: "";
        position: absolute;
        background: #00b1ff;
        border-radius: 10px;
        left: -4px;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .popup-city .inner-popup {
        left: 0;
        width: 100%;
    }
    /*-----popup-city-----*/
    .wrapper .breadcrumbs,
    .wrapper h1,
    .wrapper p,
    .wrapper .p,
    .wrapper .list-inner,
    .form h2,
    .wrapper .bunner-wrap h2,
    .wrapper h2.global,
    form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .bx-breadcrumb {
        margin: 0 0 10px;
    }
    .link-more {
        top: -3px;
        right: 15px;
    }
    /*-----default-----*/
    h1,
    h2.global {
        font-size: 15px;
        letter-spacing: initial;
    }
    .social {
        margin: 0 0 15px;
        text-align: center;
    }
    footer {
        margin: 80px 15px 0;
    }
    /*-----default-----*/
    /*-----header-----*/
    .logo-item {
        padding: 0px 7px;
    }
    .logo-item:first-child img {
        width: 50px;
    }
    .logo-item:first-child:after {
        height: 45px;
        top: 10px;
    }
    .logo-item:last-child img {
        width: 100px;
    }


    .city {
        margin-top: 0;

    }
    .navbar-wrapper nav {
        display: none;
    }
    .navbar-wrapper.show nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .navbar-wrapper > nav > ul {
        padding: 0;
        display: table;
        height: 100%;
    }
    nav li {
        width: 100%;
        display: table-row;
    }
    .nav-wrap .close-nav {
        background: url(../images/close.png) center no-repeat;
        background-size: 15px;
        width: 30px;
        height: 30px;
        margin: 15px;
        right: 0;
        top: 0px;
        display: block;
        position: fixed;
        z-index: 2;
        display: none;
    }
    .nav-wrap .show .close-nav {
        display: block;
    }
    .hidden-el {
        display: none;
    }
    /*-----header-----*/
    /*-----header-menu----*/
    .navbar-hamburger {
        display: inline-block;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 100%;
        background: #Fff url(../images/hamburger.png) center no-repeat;
        margin: 0 15px;
        position: absolute;
        right: 0;
        float: right;
        box-shadow: 0 2px 10px rgba(21, 77, 96, 0.15);
        display: block;
    }
    .mobile-search {
        position: absolute;
        width: calc(100% - 85px);
        left: 15px;
        display: block;
    }
    .feedback {
        margin: -10px 0 15px;
    }
    /*-----header-menu----*/
    /*-----form----*/
    .form-page {
        width: 100%;
    }
    input.lpu {
        width: 100%;
    }
    /*-----form----*/
    /*-----index-page-----*/
    .head-slider {
        height: 120px;
        margin: 26px 0 0px;
    }
    .head-slider .owl-nav {
        display: none;
    }
    .head-slider .owl-dots {
        margin: 10px 0 0px 0;
    }
    .head-slider .owl-dot {
        border-color: #2196F3;
    }
    .head-slider .owl-dot.active {
        background: #2196F3;

    }
    .bunner-wrap {
        height: 125px;
    }
    .bunner-wrap h2 {
        font-size: 15px;
    }
    .corp-item h3 {
        font-size: 13px;
    }
    .corp-item,
    .corp-item * {
        font-size: 13px;
    }

    .slider-wrap.slider-logo .owl-nav {
        margin: 0;
        margin-top: -55px;
    }
    .corp-item.mini {
        padding: 15px;
    }
    .info-box p {
        margin: 0;
    }
    .corp-item.mini .info-box h3 {
        margin: 18px 0;
    }
    /*-----index-page-----*/
    /*-----blanki-page-----*/
    .product-item {
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    .product-img {
        height: 120px;
        margin-right: 30px;
        padding: 12px 0;
    }
    .product-item > *,
    .product-img > div {
        display: block;
    }
    .product-img-wrap,
    .product-img {
        width: 100%;
    }
    .product-img-wrap {
        margin: 0 0 30px;
    }
    .product-text {
        width: 100%;
        margin: 0 0 30px;

    }

    .product-field {
        width: 100%;

    }
    .product-field input[type="text"] {
        width: 120px;
        margin-top: -5px;
    }
    /*-----blanki-page-----*/
    .odd .col-md-5 {
        width: 100%;
        float: left;
    }
    input.lpu {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
    }
    #find_lpu {
        margin-left: 15px;
        margin-bottom: 30px;
    }
    .bunner-wrap {
        height: 145px;
        padding-top: 20px;
        top: -90px;
    }
    .feedback p {
        margin-left: 0;
        /*??*/
        padding-right: 25px;
    }
    .slider-wrap.slider-logo .owl-nav,
    .slider-logo .owl-dots {
        display: none;
    }
    .slider-wrap.slider-logo {
        height: 190px;
        margin: -120px 0 -5px;
        text-align: left;
        position: relative;
        overflow: hidden;
        padding-top: 110px;
        padding-bottom: 10px;
    }
    .head-slider {
        height: 120px;
        margin: 26px 0 -20px;
    }
    .corp-item {
        margin: -17px 0 49px;
    }
    .corp-item.mini .info-box h3 {
        margin: 18px 0;
        font-size: 13px;
    }
    .owl-news.owl-carousel {
        left: -30px;
        width: calc(100% + 30px);
    }
    .news-box {
        margin-top: -73px;
    }
    .corp-item.mini h3,
    .corp-item h3 {
        letter-spacing: 1px;
    }
}

/*15-01-2018*/
.captchaHolder {
    border: 2px solid rgba(0,0,0,0);
    width: 307px;
    height: 81px;
}