@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: '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;
    background: #F5FBFE;
    line-height: 1.7;
    min-width: 1420px;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
    font-weight: normal;
    font-family: 'Conv_RobotoBold';
    line-height: 1.35;
}

em,
i {
    font-style: normal;
}

* {
    vertical-align: top;
}

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

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

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


/*--buttons--*/

table {
    width: 100%;
    border-spacing: 0;
}

table th {
    text-align: left;
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px;
}

table td:last-child,
table th:last-child {
    width: 250px;
    padding-left: 20px;
}

table td:first-child,
table th:first-child {
    width: 10px;
    padding-right: 20px;
}

table td {
    padding-top: 20px;
}

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

a.dotted {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: relative;
}

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

a.dotted:hover:before {
    display: none;
}

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

.btn,
.file-wrap {
    text-decoration: none;
    padding: 12px 31px 14px;
    font: inherit;
    display: inline-block;
    background: #009CF2;
    border-radius: 130px;
    color: #fff;
    box-shadow: 0px 3px 5px rgba(21, 77, 96, 0.2);
    border: 0;
    transition: ease-out .25s;
}

.btn:hover {
    background: #009CF2;
    box-shadow: 0px 4px 7px rgba(21, 77, 96, 0.4);
    color: #fff;
    border: 0;
}

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

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


/*--buttons--*/

/*--titles--*/

h2.global {
    font-size: 44px;
    color: #4B5666;
    text-align: center;
    text-transform: uppercase;
    margin: 132px 0 100px;
    position: relative;
    letter-spacing: 2px;
}


/*--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"],
textarea {
    padding: 12px 30px 12px;
    border-radius: 35px;
    box-shadow: 0 2px 10px rgba(21, 77, 96, 0.15);
    border: 2px solid rgba(255, 255, 255, 0);
    font: inherit;
    transition: ease-out .25s;
}

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

input:focus,
textarea:focus {
    outline: 0;
    border: 2px solid #00B1FF;
}

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

.file-wrap {
    position: relative;
    margin: 0 0 10px;
}

.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;
}


/*-custom-select-*/

.custom-select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    width: 100%;
    border-radius: 15px;
    padding: 4px 13px;
    margin: 0 0 19px;
}

.custom-select.active {
    border-radius: 15px 15px 0 0;
}

.custom-select span {
    position: relative;
    z-index: 2;
}

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

.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: 14px;
    opacity: 0;
    visibility: hidden;
    top: 13px;
    border: 1px solid #000;
    left: -1px;
    background: #fff;
    right: -1px;
    overflow: hidden;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.custom-select ul li {
    padding: 2px 4%;
    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-*/

.radio-wrap {
    width: 50%;
}

.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;
}


/*--fields--*/

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

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

.form > div {
    margin-bottom: 28px;
}


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

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

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

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

.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;
    font-size: 32px;
}

.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%;
    height: 100%;
    background: #fff;
    z-index: 4;
    padding: 40px 0 0 0;
    visibility: hidden;
    opacity: 0;
}

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

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

.popup-city .checkbox {
    display: inline-block;
    min-width: 210px;
    margin-right: 20px;
    font-size: 16px;
}

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

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

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

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

.popup-city a {
    position: relative;
    z-index: 1;
}

a.main {
    color: #00953a;
}

.popup-city .col {
    width: 11.11%;
    float: left;
    padding-right: 25px;
    font-size: 16px;
    line-height: 2;
}

.col-wrap {}

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

.popup-city span {
    position: relative;
}

.popup-city a:hover {
    /*color: #fff;
    background: #00b1ff;*/
    border-radius: 30px;
    display: inline-block;
    /*  padding: 0 20px;
    margin: 0 -20px;*/
    border-color: #fff;
}

.popup-city a:hover em {}

a.empty,
a.empty:hover {
    color: #e0e0e0;
    border-color: #fff;
    background: none;
}

.popup-city a em {
    position: absolute;
    font-style: normal;
    position: absolute;
    left: 100%;
    top: -10px;
    margin-left: 4px;
    color: #000;
    font-size: 14px;
}

.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: 100%;
    margin-left: 10px;
    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;
}


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

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

header {
    padding: 22px 0 24px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

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

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

.logo-item a {
    border: 0;
}

.logo-item-zero:first-child:after {
    position: absolute;
    width: 1px;
    height: 81px;
    background: #e0e0e0;
    right: -1px;
    top: 28px;
    content: "";
}

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

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

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

footer {
    padding: 26px 0 30px;
}

.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-----*/

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

/*---owl---*/

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


/*---owl---*/

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

/*-----section-1-----*/

.section-1 {
    height: 830px;
    background: url(../images/img-1.png) center top no-repeat;
    position: relative;
    text-align: center;
    color: #4b5667;
}

.section-1.two {
    background: url(../images/bg-2.png) center top no-repeat;
}

.section-1.three {
    background: url(../images/bg-3.png) center top no-repeat;
}

.section-1 h1 {
    margin: 16px 0px 50px;
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.frontbox {
    background: #fff;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 20px;
    margin-top: 87px;
    position: relative;
}

.frontbox p {
    margin: 22px 0 0;
}

.frontbox.first {
    padding: 45px 0 42px;
    text-align: center;
    margin: -100px 0 0;
}

.arrow-down {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    background: #fff url(../images/arr-down-color.png) center no-repeat;
    margin: 50px auto -90px;
}


/*-----section-1-----*/

/*-----section-2-----*/

.section-2 h2 {
    margin-bottom: 70px;
}

.icon-item {
    text-align: center;
    margin: 0 0 100px;
}

.icon-item-4,
.icon-item-5,
.icon-item-6 {
    margin: 0;
}

.icon-item .item-img {
    width: 180px;
    height: 180px;
    margin: 0 0 40px;
    position: relative;
    display: inline-block;
}

.item-img .romb,
.item-img .ico,
.item-img .bg {
    width: 100%;
    height: 100%;
    background: url(../images/romb.png) Center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.icon-item-1 .ico {
    background: url(../images/ico-1.png) center no-repeat;
}

.icon-item-2 .ico {
    background: url(../images/ico-2.png) center no-repeat;
}

.icon-item-3 .ico {
    background: url(../images/ico-3.png) center no-repeat;
}

.icon-item-4 .ico {
    background: url(../images/ico-4.png) center no-repeat;
}

.icon-item-5 .ico {
    background: url(../images/ico-5.png) center no-repeat;
}

.section-2.second .icon-item .item-img {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
}

.section-2.second .icon-item-1 .ico {
    background: url(../images/ico-11.png) center 80px no-repeat;
}

.section-2.second .icon-item-2 .ico {
    background: url(../images/ico-12.png) center no-repeat;
}

.section-2.second .icon-item-3 .ico {
    background: url(../images/ico-13.png) center 51px no-repeat;
}

.section-2.second .icon-item-4 .ico {
    background: url(../images/ico-14.png) center no-repeat;
}

.section-2.second .icon-item-5 .ico {
    background: url(../images/ico-15.png) center no-repeat;
}

.section-2.second .icon-item-6 .ico {
    background: url(../images/ico-16.png) center no-repeat;
}

.icon-item-1 .bg {
    background: url(../images/ico-bg-1.png) center 24px no-repeat;
}

.icon-item-2 .bg {
    background: url(../images/ico-bg-2.png) center 19px no-repeat;
}

.icon-item-3 .bg {
    background: url(../images/ico-bg-3.png) center 7px no-repeat;
}

.icon-item-4 .bg {
    background: url(../images/ico-bg-4.png) center 31px no-repeat;
}

.icon-item-5 .bg {
    background: url(../images/ico-bg-5.png) center 7px no-repeat;
}

.icon-item-6 .bg {
    background: url(../images/ico-bg-6.png) center 22px no-repeat;
}

.item-img .circle {
    position: absolute;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    background: #fff;
    left: 15px;
    top: 15px;
}


/*-----section-2-animate----*/

.icon-item .item-img {
    opacity: 0;
    transform: translateY(10px);
    transition: ease-out .5s;
}

.animated .icon-item .item-img {
    transform: translateY(0px);
    opacity: 1;
}

.item-img .ico,
.icon-item div:last-child {
    opacity: 0;
    transition: ease-out .5s;
}

.animated .item-img .ico,
.animated .icon-item div:last-child {
    opacity: 1;
}

.icon-item-1 .item-img {
    transition-delay: 0s;
}

.icon-item-2 .item-img {
    transition-delay: .5s;
}

.icon-item-3 .item-img {
    transition-delay: 1s;
}

.icon-item-4 .item-img {
    transition-delay: .25s;
}

.icon-item-5 .item-img {
    transition-delay: .75s;
}

.icon-item-6 .item-img {
    transition-delay: 1.25s;
}

.icon-item-1 .ico,
.icon-item.icon-item-1 div:last-child {
    transition-delay: .25s;
}

.icon-item-2 .ico,
.icon-item.icon-item-2 div:last-child {
    transition-delay: .75s;
}

.icon-item-3 .ico,
.icon-item.icon-item-3 div:last-child {
    transition-delay: 1.25s;
}

.icon-item-4 .ico,
.icon-item.icon-item-4 div:last-child {
    transition-delay: .5s;
}

.icon-item-5 .ico,
.icon-item.icon-item-5 div:last-child {
    transition-delay: 1s;
}

.icon-item-6 .ico,
.icon-item.icon-item-6 div:last-child {
    transition-delay: 1.5s;
}

.section-2.klinissled h2.global {
    margin-bottom: 110px;
}

/*-----section-2-----*/

/*-----section-3-----*/

.section-3 h2.global {
    margin: 0px 0 100px;
}

.section-3 {
    position: relative;
    margin: 0 0 -78px;
}

.section-3.second {
    margin-bottom: 205px;
}

.actuality-item {
    position: relative;
    height: 167px;
}

.left .actuality-item {
    text-align: right;
}

.actuality-1,
.actuality-5 {
    position: relative;
    height: 177px;
    top: 10px;
    padding-right: 65px;
}

.actuality-2,
.actuality-6 {
    padding-left: 80px;
    height: 177px;
    top: 10px;
}

.actuality-3 {
    padding-right: 115px;
    height: 192px;
}

.actuality-4 {
    padding-left: 115px;
    height: 192px;
}

.actuality-5 {}

.actuality-7 {
    position: absolute;
    text-align: center;
    top: 700px;
    width: 420px;
    left: 50%;
    margin-left: -214px;
}

.actuality-item b {
    display: block;
    font-size: 30px;
}

.circle-center {
    width: 242px;
    height: 242px;
    background: #fff url(../images/circle-color.png) center no-repeat;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    text-align: center;
    display: table;
    margin: 137px auto 0;
    font-size: 25px;
    color: #4B5667;
}

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

.circle-center img {
    margin: 30px 0 17px;
}

.circle-big {
    width: 526px;
    height: 526px;
    position: absolute;
    border-radius: 100%;
    border: 4px solid #A5B5C4;
    left: 50%;
    margin-left: -263px;
    top: 148px;
}

.circle-mini {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    border: 4px solid #A5B5C4;
    background: #fff;
    display: inline-block;
}

.mini-1 {
    top: 58px;
    left: 60px;
}

.mini-2 {
    top: 58px;
    right: 60px;
}

.mini-3 {
    top: 245px;
    left: -17px;
}

.mini-4 {
    top: 245px;
    right: -17px;
}

.mini-5 {
    top: 429px;
    left: 60px;
}

.mini-6 {
    top: 429px;
    right: 60px;
}

.mini-7 {
    top: 504px;
    right: 244px;
}

.section-3.klinissled h2.global {
    margin-top: 151px;
}

.section-3.klinissled {
    position: relative;
    margin: 0 0 -28px;
}

/*-----section-3-animate----*/

.actuality-item,
.circle-mini,
.circle-center {
    opacity: 0;
    transition: ease-out .5s;
}

.circle-big {
    transform: scale(0);
    transition: ease-out .5s;
}

.animated .circle-big {
    transform: scale(1);
}

.circle-center {
    transition-delay: .5s;
}

.animated .circle-center,
.animated .circle-mini,
.animated .actuality-item {
    opacity: 1;
}

.mini-1,
.actuality-1 {
    transition-delay: 2s;
}

.mini-2,
.actuality-2 {
    transition-delay: .75s;
}

.mini-3,
.actuality-3 {
    transition-delay: 1.75s;
}

.mini-4,
.actuality-4 {
    transition-delay: 1s;
}

.mini-5,
.actuality-5 {
    transition-delay: 1.5s;
}

.mini-6,
.actuality-6 {
    transition-delay: 1.25s;
}

.mini-6,
.actuality-6 {
    transition-delay: 1.25s;
}

.mini-7,
.actuality-7 {
    transition-delay: 1.375s;
}

h2.klinistopic.global {
    margin: 153px 0 100px;
}

/*-----section-3-----*/

/*-----section-4-----*/

.section-4 h2.global {}

.main-ico {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -90px;
    background: #fff;
}

.main-ico:after {
    content: "";
    width: 106%;
    height: 100%;
    top: 50%;
    left: -3%;
    background: #FFF;
    position: absolute;
}

.main-ico i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.main-ico-1 i {
    background: url(../images/ico-6.png) center no-repeat;
}

.main-ico-2 i {
    background: url(../images/ico-7.png) center no-repeat;
}

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

.check-wrap i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/check.png) center no-repeat;
    margin: 7px 30px 0 0;
    position: absolute;
    left: 0%;
}

.frontbox.two {
    padding: 115px 11% 80px;
    padding-right: 4%;
    line-height: 2;
    margin-bottom: 20px;
}

.frontbox.three {
    padding: 115px 0px 80px;
}

.frontbox.two .col {
    width: 34%;
    padding-left: 5%;
    float: left;
    position: relative;
}

.frontbox.two .col:last-child {
    width: 28%;
}

.frontbox.three {
    padding: 115px 7% 80px;
    ;
}

.frontbox.three .col {
    width: 46%;
    margin-right: 12%;
    float: left;
    position: relative;
    padding-left: 4.5%;
}

.frontbox.three .col:last-child {
    width: 40%;
    margin: 0;
}


/*-----section-4-----*/

/*-----section-5-----*/

.icon-item.simple img {
    margin-bottom: 40px;
}

.icon-item.simple {
    margin: 0;
}

.icon-item.simple div:last-child {
    opacity: 1;
}


/*-----section-5-----*/

/*-----section-6-----*/

.section-6 {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: -70px;
}

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

.animate-item {
    display: inline-block;
    height: 650px;
    position: relative;
    margin-top: -30px;
    margin-bottom: 95px;
}

.animate-item:first-child {
    /*  margin: -45px 0 148px;*/
}

.animate-item .item-img {
    height: 346px;
}

.num {
    font-size: 29px;
    border: 2px solid #4B5667;
    border-radius: 100%;
    position: relative;
    background: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1.35;
    display: inline-block;
    margin: -3px 0 28px;
}

.arrow-dotted {
    width: 90px;
    height: 90px;
    position: absolute;
}

.arrow-dotted.left {
    background: url(../images/arr-dotter-left.png) center no-repeat;
    right: 100%;
    top: 400px;
    bottom: auto;
    margin-right: -45px;
}

.arrow-dotted.right {
    background: url(../images/arr-dotter-right.png) center no-repeat;
    left: 100%;
    top: 430px;
    bottom: auto;

    margin-left: -15px;
}

.arrow-dotted.down {
    background: url(../images/arr-dotter-down.png) center no-repeat;
    left: 50%;
    top: 100%;
    margin-left: -45px;
    margin-top: -105px;

}

.arrow-dotted.up {
    background: url(../images/arr-dotter-up.png) center no-repeat;
    left: 50%;
    bottom: 100%;
    margin-left: -45px;
    margin-bottom: 14px;
}

.anim .item-img {
    width: 406px;
    height: 346px;
    position: relative;
    margin: 0 auto;
}

.anim .item-img > * {
    position: absolute;
}


/*anim-1*/

.a10 {
    top: 0;
    left: 0;
}

.a11 {
    top: 85px;
    left: 100px;
    opacity: 0;
    transform: translateX(-10px);
    animation: a1show 6s ease-in-out infinite;
}

.a12 {
    top: 113px;
    left: 180px;
    opacity: 0;
    transform: translateX(10px);
    animation: a1show 6s ease-in-out infinite;
}

@keyframes a1show {

    25%,
    50%,
    75% {
        opacity: 1;
        transform: translateX(0px);
    }
}


/*anim-1*/

/*anim-2*/

.a20 {
    top: 0;
    left: 0;
}

.a21 {
    top: 40px;
    left: 20px;
    opacity: 0;
    animation: a2show 6s ease-in-out infinite;
}

@keyframes a2show {

    25%,
    50%,
    75% {
        opacity: 1;
        left: 50px;
    }
}


/*anim-2*/

/*anim-3*/

.a30 {
    top: 0;
    left: 0;
}

.a31 {
    top: 105px;
    left: 190px;
    opacity: 0;
    animation: a3anim 3s ease-in-out infinite;
    animation-delay: .5s;
}

.a32 {
    top: 115px;
    left: 165px;
    opacity: 0;
    animation: a3anim 3s ease-in-out infinite;
    animation-delay: .75s;
}

.a33 {
    top: 65px;
    left: 115px;
    opacity: 0;
    animation: a3anim 3s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes a3anim {

    25%,
    50%,
    75% {
        opacity: 1;
    }
}


/*anim-3*/

/*anim-4*/

.a40 {
    top: 0;
    left: 0;
}

.a41 {
    top: 80px;
    left: 150px;
    animation: planeMove 6s ease-in-out infinite;
    animation-delay: 2s;
    opacity: 0;
}

@keyframes planeMove {
    50% {
        opacity: 0;
        top: 80px;
        left: 150px;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 30px;
        left: 250px;
    }
}

.a42 {
    top: 247px;
    left: 78px;
    animation: rotateWheel 3s linear infinite;
}

.a43 {
    top: 247px;
    left: 224px;
    animation: rotateWheel 3s linear infinite;
}

@keyframes rotateWheel {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


/*anim-4*/

/*anim-5*/

.a50 {
    top: 0;
    left: 0;
}

.a51 {
    top: 105px;
    left: 281px;
    width: 48px;
    height: 22px;
}

.a51 i {
    position: absolute;
    background: #0d80cf;
    height: 2px;
    opacity: 0;
    animation: opacityShow 0.5s ease-in-out infinite;
}

i.a510 {
    width: 10px;
    left: 0;
    animation-delay: .5s;
}

i.a511 {
    width: 5px;
    left: 12px;
    animation-delay: .6s;
}

i.a512 {
    width: 4px;
    left: 19px;
    animation-delay: .7s;
}

i.a513 {
    width: 6px;
    left: 0;
    top: 3px;
    animation-delay: .8s;
}

i.a514 {
    width: 6px;
    left: 8px;
    top: 3px;
    animation-delay: .9s;
}

i.a515 {
    width: 5px;
    left: 16px;
    top: 3px;
    animation-delay: 1.0s;
}

i.a516 {
    width: 15px;
    left: 0;
    top: 6px;
    animation-delay: 1.1s;
}

i.a517 {
    width: 5px;
    left: 0;
    top: 9px;
    animation-delay: 1.2s;
}

i.a518 {
    width: 5px;
    left: 0;
    top: 9px;
    animation-delay: 1.3s;
}

i.a519 {
    width: 12px;
    left: 7px;
    top: 9px;
    animation-delay: 1.4s;
}

@keyframes opacityShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*anim-5*/

/*anim-6*/

.a60 {
    top: 0;
    left: 0;
}

.a61 {
    top: 85px;
    left: 40px;
    animation: a6fly 2s linear infinite;
}

.a62 {
    top: 40px;
    left: 170px;
    animation: a6fly 3s linear infinite;
}

.a63 {
    top: 114px;
    left: 275px;
    animation: a6fly 5s linear infinite;
}

@keyframes a6fly {
    50% {
        transform: translateY(10px);
    }
}


/*anim-6*/

/*anim-7*/

.a70 {
    top: 0;
    left: 0;
}

.a71 {
    top: 73px;
    left: 100px;
    opacity: 0;
    transform: translateX(-10px);
    animation: a1show 6s ease-in-out infinite;
    z-index: 2;
}

.a72 {
    top: 119px;
    left: 184px;
    opacity: 0;
    transform: translateX(10px);
    animation: a1show 6s ease-in-out infinite;
}

.a73 {
    top: 133px;
    left: 192px;
    opacity: 0;
    transform: translateY(-20px);
    animation: a1show 6s ease-in-out infinite;
}

@keyframes a1show {

    25%,
    50%,
    75% {
        opacity: 1;
        transform: translateX(0px) translateY(0px);
    }
}


/*anim-7*/

/*anim-8*/

.a80 {
    top: 11px;
    left: 0;
}

.a81 {
    top: 115px;
    left: 80px;
    animation: a6fly 2s linear infinite;
}

.a82 {
    top: 60px;
    left: 250px;
    animation: a6fly 3s linear infinite;
}

.a83 {
    top: 154px;
    left: 215px;
    animation: a6fly 5s linear infinite;
}

@keyframes a6fly {
    50% {
        transform: translateY(10px);
    }
}


/*anim-8*/

/*anim-9*/

/*anim-9*/

/*anim-10*/

.a100 {
    left: 12px;
    top: 10px;
}

.a101 {
    left: 186px;
    top: 113px;
    animation: a10fly 8s linear infinite;
    transform-origin: bottom;
    transform: scaleY(0);
}

@keyframes a10fly {

    25%,
    50%,
    75% {
        transform: scaleY(1);
    }

    75%,
    100% {
        transform: scaleY(0);
    }
}


/*anim-10*/

/*-----section-6-animate----*/

.animate-item,
.arrow-dotted {
    transition: ease-out .5s;
    opacity: 0;
}

.anim-1 {
    transform: translateY(-30px);
    transition-delay: .25s;
}

.anim-2 {
    transform: translateY(-30px);
    transition-delay: .5s;
}

.anim-3 {
    transform: translateX(-30px);
    transition-delay: .75s;
}

.anim-4 {
    transform: translateY(30px);
    transition-delay: 1s;
}

.anim-5 {
    transform: translateX(-30px);
    transition-delay: 1.25s;
}

.anim-6 {
    transform: translateY(-30px);
    transition-delay: 1.5s;
}

.animated .arrow-dotted {
    opacity: 1;
}

.anim-1 .arrow-dotted {
    transition-delay: .75s;
}

.anim-2 .arrow-dotted {
    transition-delay: 1.5s;
}

.anim-3 .arrow-dotted {
    transition-delay: 1.25s;
}

.anim-4 .arrow-dotted {
    transition-delay: 1.5s;
}

.anim-5 .arrow-dotted {
    transition-delay: 1.75s;
}

.anim-7.extra {
    transform: translateY(-30px);
    transition-delay: .25s;
}

.anim-10.extra {
    transform: translateY(-30px);
    transition-delay: .5s;
}

.anim-4.extra {
    transform: translateX(-30px);
    transition-delay: .75s;
}

.anim-5.extra {
    transform: translateY(30px);
    transition-delay: 1s;
    /*  top: -45px;
    height: 653px;*/
}

.anim-8.extra {
    transform: translateX(-30px);
    transition-delay: 1.25s;
}

.anim-7.extra.last {
    transform: translateY(-30px);
    transition-delay: 1.5s;
}

.anim-7.extra .arrow-dotted {
    transition-delay: .75s;
}

.anim-7.extra.last .arrow-dotted {
    display: none;
}

.anim-10.extra .arrow-dotted {
    transition-delay: 1s;
}

.anim-4.extra .arrow-dotted {
    transition-delay: 1.25s;
}

.anim-5.extra .arrow-dotted {
    transition-delay: 1.5s;
}

.anim-8.extra .arrow-dotted {
    transition-delay: 1.75s;
}

.section-6 .animated .animate-item {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.section-6.klinissled h2.global {
    margin-bottom: 92px;
}

.section-6.klinissled .animate-item {
    margin-bottom: 75px;
}

/*-----section-6-----*/

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

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

#map-google {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/map.jpg) Center no-repeat;
}

.map-shadow {
    position: absolute;
    width: 100%;
    height: 58px;
    background: url(../images/map-shadow.png) center repeat-x;
    z-index: 1;
}

.klinissled.section-7 h2.global {
    margin: 22px 0 90px;
}

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

/*---owl---*/

.owl-nav {
    position: absolute;
    right: 2px;
    width: 128px;
    top: 13px;
    height: 65px;
    z-index: 2;
    margin: -163px 0 0 0;
}

.owl-prev,
.owl-next {
    display: inline-block;
    width: 60px;
    height: 65px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: ease-out .5s;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #009CF2;
    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-prev-blue.png) center no-repeat;
    border-radius: 30px 0px 0px 30px;
}

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


/*---owl---*/

/*-----section-8-----*/

.section-8 {
    min-height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: -55px;
}

.slider-logo {
    height: auto;
    margin-bottom: -20px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.slider-logo a,
.slider-logo a:hover {
    border: 0;
    display: inline-block;
}

.slider-logo .owl-dots {
    display: none;
}

.slider-logo .owl-stage-outer {}

.slider-logo .img-item {
    background: #fff;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 20px;
    position: relative;
    width: 270px;
    height: 130px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: ease-out .25s;
}

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

.slider-logo .owl-item {
    padding-bottom: 20px;
}

.slider-logo .img-item img {
    width: 180px;
    opacity: .5;
    transition: ease-out .5s;
}

.slider-logo .img-item:hover img {
    opacity: 1;
}


/*-----section-8-----*/

/*-----section-9-----*/

.section-9 {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.img-face {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

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

.img-face img {
    width: 100%;
}

.face-wrap {
    padding: 50px 0;
    margin: 0;
}

.face-wrap > div {
    float: left;
    width: 40%;
    padding-top: 60px;
}

.face-wrap > div:first-child {
    text-align: center;
    width: 26%;
    padding-top: 0;
}

.face-wrap > div:last-child {
    width: 34%;
}

.face-wrap h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin: -28px 0 0 0;
}

.face-half-wrap {
    margin: 0 -37px;
}

.face-half {
    margin: 0 23px;
}

.face-half > div {
    padding-top: 22px;
}

.face-half > div:first-child {
    text-align: center;
    width: 38%;
    padding-top: 0;
}

.face-half > div:last-child {
    width: 62%;
}

.face-half .img-face {
    width: 180px;
    height: 180px;
}

.face-info {
    margin-top: 35px;
}


/*-----section-9-----*/

/*-----section-10-----*/

.section-10 {

    margin-top: 148px;
    padding-top: 1px;
    padding-bottom: 56px;
    color: #fff;
    position: relative;
}

.section-10:before {
    content: "";
    position: absolute;
    width: 1620px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -810px;
    background: url(../images/img-2.jpg) center 0 no-repeat;
    border-radius: 20px 20px 0 0;
}

.section-10 h2 {
    color: #FFF;
    margin: 70px 0 30px;
}


/*-----section-10-----*/

/*-----section-11-----*/

.section-11 ul {
    margin: 0;
    padding: 0 0 0 23px;
}

.section-11 h2.global {
    margin-top: 113px;
}

/*-----section-11-----*/

/*-----section-12-----*/

.top-info {
    margin: -50px 0 42px;
}

.num-item {
    margin: 0 0 40px;
}

.num-item .num-box {
    width: 145px;
    height: 145px;
    background: url(../images/ico-file.png) center no-repeat;
    position: relative;
    text-align: center;
    font-size: 44px;
    color: #006EB6;
    padding-bottom: 20px;
}

.num-text {
    padding-left: 40px;
}

.num-wrap-2 .num-item {
    padding-left: 45px;
}

.num-item:last-child {
    margin-bottom: 0;
}


/*-----section-12-----*/

/*-----section-13-----*/

.section-13 {
    position: relative;
    overflow: hidden;
    margin: 0 0 -122px;
}

.slider-blue {
    height: 580px;
    position: relative;
}

.slider-blue.gosclient {
    height: 640px;
}

.slider-blue .owl-dots {
    bottom: 116px;
}

.slider-blue .item {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 30px;
    z-index: 3;
    overflow: hidden;
    height: 88%;
}

.slider-img,
.slider-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider-img img {
    object-fit: cover;
}

.slider-info {
    position: absolute;
    width: 572px;
    height: 264px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    background: #006EB6;
    line-height: 1.6;
    padding: 37px 60px;
    right: 0;
    top: 153px;
}


/*-----section-13-----*/

/*-----section-14-----*/

.section-14 {
    margin: 0 0 -63px;
}

.section-14.gosclient h2.global {
    font-size: 33px;
    margin-bottom: 94px;
}

.section-14.second {
    margin: 0;
}

.video-wrap {
    margin: -13px 0 11px;
    height: 605px;
    background: url(../images/video-bg.jpg) Center no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.ico-play {
    position: absolute;
    width: 84px;
    height: 96px;
    background: url(../images/ico-play.png) center no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -42px;
    margin-top: -48px;
    cursor: pointer;
    display: none;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;

}

form iframe {
    position: absolute;
    width: initial;
    height: 78px;
}

/*-----section-14-----*/

/*-----section-15-----*/

.showtop-wrap {
    max-width: 1440px;
    height: 590px;
    margin: 0 auto;
    position: relative;
    font-size: 19px;
    overflow: hidden;
    border-radius: 12px;

}

.showtop-item {
    float: left;
    width: 33.33%;
    height: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
}

.showtop-item .img-box,
.showtop-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
}

.showtop-item .info {
    background: #fff;
    position: absolute;
    left: 45px;
    right: 45px;
    top: 130px;
    bottom: 0;
    z-index: 2;
    border-radius: 30px 30px 0 0;
    padding: 42px 50px 0 59px;
}

.showtop-item .info ul,
.showtop-item .info li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.showtop-item .info li {
    position: relative;
}

.showtop-item .info li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #4B5667;
    border-radius: 100%;
    left: -30px;
    top: 14px;
}

.showtop-item .bg {
    opacity: 0;
    background: url(../images/showtop-bg.jpg) center no-repeat;
}

.showtop-1 .img-box {
    background: url(../images/showtop-1.jpg) center no-repeat;
}

.showtop-2 .img-box {
    background: url(../images/showtop-2.jpg) center no-repeat;
}

.showtop-3 .img-box {
    background: url(../images/showtop-3.jpg) center no-repeat;
}

.showtop-item h3 {
    position: absolute;
    width: 100%;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    top: 260px;
    text-align: center;
    z-index: 1;
    margin: 0;
}


/*-----section-15-animate----*/

.showtop-item .bg,
.showtop-item h3,
.showtop-1 .img-box,
.showtop-item .info {
    transition: ease-out .5s;
}

.showtop-item .info {
    top: 100%;
}

.showtop-item:hover .info {
    top: 130px;
}

.showtop-item:hover h3 {
    top: 35px;
}

.showtop-item:hover .bg {
    opacity: .5;
}


/*-----section-15-----*/

/*-----section-16-----*/

.section-16 h2.global {
    margin-top: 0;
    margin-bottom: 90px;
}

.partners-wrap {
    display: flex;
    justify-content: space-between;
}

.partners-item {
    width: 270px;
    height: 130px;
    box-shadow: 0px 3px 5px rgba(21, 77, 96, 0.2);
    border-radius: 6px;
    text-align: center;
    background: #FFF;
    display: table;
}

.partners-item > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


/*-----section-16-----*/

/*-----section-17-----*/

.section-17 h2.global {
    margin: 150px 0 86px;
}

.section-17 {
    margin: 0 0 -60px;
}

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

.reviews-item {
    position: relative;
    width: 1080px;
    height: 463px;
    margin: 0 auto 0px;
    overflow: hidden;
}

.reviews-item .item-img {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 2;
    top: 70px;
}

.reviews-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-item .item-ifno {
    position: absolute;
    left: 180px;
    right: 4px;
    height: 410px;
    background: #FFF;
    box-shadow: 0px 3px 5px rgba(21, 77, 96, 0.2);
    border-radius: 6px;
    overflow: hidden;
    padding: 65px 70px 60px 180px;
}

.reviews-item .item-ifno h2,
.reviews-item .item-ifno h3 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.reviews-item .item-ifno h2 {
    text-transform: uppercase;
}

.reviews-item .item-ifno h3 {
    color: #848484;
    font-family: 'Conv_RobotoLight';
    margin: 0 0 10px;
}

.reviews-item .item-ifno .btn {
    margin: 35px 0 0;
}

.cust-nav .owl-nav {
    margin: -163px 0px 0 0px;
    width: 100%;
    text-align: right;
}

.cust-nav .owl-nav > div {
    max-width: 1440px;
    margin: 0 auto;
    text-align: right;
}

.cust-nav .owl-nav > div > div {
    position: relative;
    margin: 0 -1px 0;
}

.reviews-item .item-ifno,
.reviews-item .item-img {
    transition: ease-out .5s;
    opacity: 0;
}

.reviews-item .item-ifno {
    transform: translateX(102%);
}

.reviews-item .item-img {
    transform: translateX(-102%);
}

.active .reviews-item .item-ifno,
.active .reviews-item .item-img {
    transform: translateX(0px);
    opacity: 1;
    transition: ease-out .5s;
    transition-delay: .6s;
}

.reviews-wrap .owl-stage {
    transition-delay: .65s !important;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: 22px;
    text-align: center;
    bottom: 0;
}

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

.owl-dot.active {
    background: #009cf2;
}


/*-----section-17-animate----*/

/*-----section-17-----*/

/*-----section-18-----*/

.section-18 h2.global {
    margin-top: 141px;
    margin-bottom: 89px;
}

.press-wrap {
    max-width: 1440px;
    margin: 0 auto -30px;
    position: relative;
}

.press-wrap .owl-dots {
    display: none;
}

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

.press-item {
    width: 48%;
    height: 300px;
    box-shadow: 0px 3px 5px rgba(21, 77, 96, 0.2);
    border-radius: 6px;
    padding: 49px 55px 45px;
    background: #fff;
    float: left;
    text-transform: uppercase;
    margin-right: 4%;
    margin-bottom: 30px;
}

.press-item img {
    margin: 0 0 22px;
    height: 50px;
}

.press-item:last-child {
    margin-right: 0;
}

.data {
    margin: 36px 0 0 -3px;
    -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;
    margin-top: 6px;
    opacity: .5;
    transition: ease-out .25s;
}

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

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


/*-----section-18-----*/

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

.wow {
    visibility: hidden;
}

.top-page {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 30px;
    width: 60px;
    height: 60px;
    background: #74BF43 url(../images/top-page.png) center no-repeat;
    background-size: 20px;
    border-radius: 100%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: ease-out .25s;
    box-shadow: 0 15px 20px rgba(21, 77, 96, 0.2);
    z-index: 3;
}

.top-page.show {
    visibility: visible;
    opacity: 1;
}

.top-menu-wrap {
    position: fixed;
    left: 0;
    top: 25px;
    width: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .25s;
}

.top-menu-wrap.show {
    opacity: 1;
    visibility: visible;
}

.top-menu {
    text-align: center;
    background: #fff;
    box-shadow: 0px 7px 15px rgba(21, 77, 96, 0.2);
    border-radius: 60px;
    max-width: 1440px;
    height: 70px;
    margin: 0 auto;
}

.top-menu img {
    float: left;
    margin: 12px 0 0 33px;
}

.top-menu .btn {
    float: right;
    margin: 5px 7px 0 0;
}

/*15-01-2018*/

body,
html {
    min-width: 320px;
}

.section-10:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    margin-left: 0px;
    background: url(../images/img-2.jpg) center 0 no-repeat;
    border-radius: 20px 20px 0 0;
    content: "";
    position: absolute;
    width: 1620px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -810px;
    background: url(../images/img-2.jpg) center 0 no-repeat;
    border-radius: 20px 20px 0 0;
}


.minimon {
    display: none;
}

.section-5.gosclient h2.global {
    font-size: 33px;
    margin-bottom: 94px;
}


.form .result {
    margin: 0;
    padding-top: 20px;
}

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

@media (max-width: 1440px) {

    body,
    html {
        font-size: 18px;
    }

    .section-1 h1 {
        font-size: 45px;
    }

    .section-1 h1 br {
        display: none;
    }

    .section-1 {
        height: 650px;
        border-radius: 0 0 15px 15px;
    }

    .frontbox.first {
        margin: -100px -9% 0;
    }

    h2.global {
        font-size: 35px;
        margin: 110px 0 100px;
    }

    .showtop-item {
        line-height: 1.45;
    }

    .showtop-wrap {
        font-size: 17px;
    }

    .anim-10 .arrow-dotted.right {
        margin-left: -40px;
    }

    .reviews-item .item-ifno {
        height: 396px;
    }

    .press-wrap {

        margin: 0 45px;
    }

    .section-10 {
        margin-top: 78px;
    }

    .top-menu .btn {
        float: right;
        margin: 7px 7px 0 0;
    }

    .video-wrap {
        margin: 0 -8.5%;
    }

    .section-2.second .icon-item.icon-item-3 {
        margin-bottom: 0;
    }

    footer {
        padding: 26px 45px 30px;
    }

    .section-2 {
        position: relative;
        overflow: hidden;
    }

    .sr-wrap-ico {
        margin: 0 -10% 0;
    }
}


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

@media (max-width: 1280px) {
    .maxmon {
        display: none;
    }

    .minimon {
        display: block;
    }

    body,
    html {
        font-size: 16px;
    }

    .section-1 h1 {
        font-size: 40px;
    }

    .frontbox.first {
        margin: -100px -22% 0;
    }

    .section-1 {
        height: 520px;
    }

    h2.global {
        font-size: 30px;
        margin: 70px 0 30px;
    }

    .arrow-down {
        margin: 40px auto -80px;
    }

    .icon-item.icon-item-3 {
        margin-bottom: 0;
    }

    .actuality-4 {
        padding-left: 165px;
    }

    .actuality-3 {
        padding-right: 165px;
        margin-left: -60px;
    }

    .actuality-2,
    .actuality-6 {
        padding-left: 130px;
    }

    .actuality-item {
        height: 215px;
    }

    .actuality-1,
    .actuality-5 {
        padding-right: 130px;
    }

    .circle-center {
        font-size: 21px;
    }

    .actuality-7 {
        bottom: -130px;
    }

    .section-3.second {
        margin-bottom: -30px;
    }

    .showtop-item h3 {
        font-size: 20px;
    }

    .showtop-item .info {
        left: 25px;
        right: 25px;
        padding: 23px 50px 0 39px;
    }

    .showtop-item .info li:before {
        width: 6px;
        height: 6px;
        left: -20px;
        top: 11px;
    }

    .showtop-wrap {
        height: 550px;
    }

    .section-6 .col-md-5 {
        width: 100%;
    }

    .animate-item {
        width: 49%;
        margin-bottom: 140px;
    }

    .animate-item:first-child {
        margin: 0;
    }

    .arrow-dotted.right {
        margin-left: -45px;
    }

    .animate-item.anim-6,
    .animate-item.anim-7,
    .animate-item.anim-8 {
        margin-bottom: 0px;
    }

    .partners-wrap {
        margin: 0 -8.5%;
    }

    .reviews-item {
        height: 363px;
    }

    .reviews-item .item-img {
        width: 180px;
        height: 180px;
        top: 70px;
        left: 58px;
    }

    .reviews-item .item-ifno {
        height: 310px;
        padding: 65px 70px 60px 180px;
        left: 140px;
        right: 150px;
    }

    .reviews-item .item-ifno h3 {
        margin: 0;
    }

    .reviews-item .item-ifno .btn {
        margin: 15px 0 0;
    }

    .section-17 {
        margin: 0 0 0;
    }

    .section-18 .owl-carousel .owl-stage-outer {}

    .press-wrap {
        margin: 0;
    }

    .section-18 .owl2 {
        width: 120%;
        margin-left: 10%;
    }

    .section-18 {
        position: relative;
        overflow: hidden;
    }

    .cust-nav .owl-nav {
        margin: -117px 6% 0 0px;

    }

    .section-18 .cust-nav .owl-nav {
        margin: -117px 0px 0 0px;
        width: 70%;
        text-align: right;
        left: 0;
    }

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

    .owl-prev {
        background: url(../images/arr-prev-blue.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;
    }

    .form {
        margin: 0 -10%;
    }

    footer {
        padding: 26px 55px 30px;
    }

    .img-face {
        display: inline-block;
        width: 150px;
        height: 150px;
    }

    .face-wrap h3 {
        text-transform: uppercase;
        font-size: 20px;
        margin: -38px 0 0 0;
    }

    .slider-info {
        width: 360px;
        height: 160px;
        font-size: 18px;
        padding: 30px 35px;
        top: 100px;
    }

    .slider-blue {
        height: 393px;
        margin: 0 0 60px;
    }

    .slider-blue .owl-dots {
        bottom: 57px;
    }

    .num-item {
        margin: 0 0 20px;
        height: 244px;
    }

    .section-11 img {
        width: 210px;
    }

    .logo-item:first-child img {
        width: 82px;
    }

    .logo-item:last-child img {
        width: 156px;
    }

    .icon-item.icon-item-1,
    .icon-item.icon-item-2,
    .icon-item.icon-item-3 {
        margin-bottom: 60px;
    }

    .offset-extra {
        margin-left: 30%;
        margin-right: -5%;
    }

    .logo-item:first-child:after {
        height: 51px;
    }

    .section-1.cr h1 br {
        display: none;
    }

    .section-1.cr img {
        width: 50px;
    }

    .section-1.cr h1 {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .section-2 {
        position: relative;
        overflow: hidden;
    }

    .sr-wrap-ico {
        margin: 0 -25% 0;
    }

    .animate-item {
        height: 490px;
    }

    .anim-2 .arrow-dotted {
        transition-delay: .5s;
    }
}

@media (max-width: 1024px) {

    body,
    html {
        font-size: 13px;
    }

    .section-1 h1 {
        font-size: 30px;
    }

    .section-1 {
        height: 400px;
    }

    .btn,
    .file-wrap {
        padding: 8px 31px 10px;
    }

    .arrow-down {
        margin: 40px auto -40px;
    }

    .frontbox.first {
        padding: 25px 0 22px;
        margin: -100px -9% 0;
    }

    h2.global {
        font-size: 25px;
        margin: 80px 0 50px;
    }

    .section-2.second .icon-item .item-img {
        width: 190px;
        height: 210px;
    }

    .actuality-item b {
        font-size: 25px;
    }

    .circle-center {
        width: 180px;
        height: 180px;
        background: #fff url(../images/circle-color.png) center no-repeat;
        background-size: 100%;
        font-size: 18px;
        margin: 70px auto 0;
    }

    .circle-center img {
        margin: 40px 0 11px;
        width: 118px;
    }

    .circle-big {
        width: 330px;
        height: 330px;
        margin-left: -165px;
        top: 150px;
    }

    .mini-1 {
        top: 20px;
        left: 40px;
    }

    .mini-2 {
        top: 20px;
        right: 40px;
    }

    .mini-3 {
        top: 147px;
        left: -17px;
    }

    .mini-4 {
        top: 145px;
        right: -17px;
    }

    .mini-5 {
        top: 270px;
        left: 42px;
    }

    .mini-5 {
        top: 270px;
        left: 42px;
    }

    .mini-6 {
        top: 270px;
        right: 40px;
    }

    .mini-7 {
        top: 309px;
        right: 146px;
    }

    .actuality-1,
    .actuality-5 {
        padding-right: 40px;
    }

    .actuality-2,
    .actuality-6 {
        padding-left: 35px;
    }

    .actuality-4 {
        padding-left: 95px;
    }

    .actuality-3 {
        padding-right: 95px;
        margin-left: -30px;
    }

    .actuality-7 {
        bottom: -80px;
    }

    .actuality-item {
        height: 175px;
    }

    .actuality-1 > div,
    .actuality-2 > div {
        position: relative;
        top: 50px;
    }

    .section-3.second {
        margin-top: -80px;
    }

    .section-3.second h2 {
        top: 60px;
    }

    .section-11 img {
        width: 170px;
    }

    .top-info {
        margin: -10px 0 42px;
    }

    .num-item .num-box {
        width: 105px;
        height: 105px;
        background: url(../images/ico-file.png) center no-repeat;
        background-size: 100%;
        font-size: 30px;
        padding-bottom: 20px;
    }

    .num-text {
        padding-left: 15px;
    }

    .num-item {
        margin: 0 0 20px;
        height: 184px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-blue {
        height: 290px;
    }

    .slider-info {
        font-size: 15px;
        height: 130px;
        width: 290px;
        top: 61px;
        padding: 17px 35px;
    }

    .cust-nav .owl-nav {
        margin: -84px 6% 0 0px;
    }

    .top-menu {
        height: 56px;
    }

    .top-menu img {
        float: left;
        width: 130px;
        margin: 11px 0 0 33px;
    }

    .section-5 .col-md-offset-2 {
        margin: 0;
    }

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

    .section-9 .col-md-12 {
        margin: 0;
        width: 100%;
    }

    .form {
        margin: 0 -13%;
    }

    footer {
        padding: 26px 25px 30px;
    }

    .section-14 table {
        padding: 0 25px 0;
    }

    .section-16 .col-md-12 {
        width: 100%;
    }

    .section-16 .col-md-offset-2 {
        margin: 0;
    }

    .partners-wrap {
        margin: 0;
    }

}



/*15-01-2018*/

@media (max-width: 768px) {
    section {
        position: relative;
        overflow: hidden;
    }

    h2.global {
        font-size: 15px;
        margin: 50px 0 30px;
    }

    /*-----header-----*/
    .logo-item:first-child img {
        width: 55px;
    }

    .logo-item:last-child img {
        width: 105px;
    }

    .logo-item:first-child:after {
        height: 51px;
        right: -1px;
        top: 12px;
    }

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

    /*-----header-----*/
    /*-----gosudarstvennym-klinikam-----*/
    /*-----secion-1-----*/
    .section-1 {
        height: 330px;
    }

    .section-1 h1 {
        font-size: 20px;
    }

    .frontbox.first {
        padding: 25px 0 22px;
        margin: -64px -45% 0;
    }

    .section-1 h1 {}

    /*-----secion-1-----*/
    /*-----secion-2-----*/
    .section-2 .col-md-4 {
        width: 50%;
        margin: 0;
        height: 320px;
    }

    .section-2 .col-md-4 .item-img {
        transform: scale(.8);
    }

    /*-----secion-2-----*/
    /*-----secion-3-----*/
    .circle-big {
        border: 0;
        width: 100%;
        left: 0;
        margin: 0;
    }

    .circle-center {
        margin: 0 auto;
    }

    .circle-mini {
        display: none;
    }

    .section-3 .col-md-5 {
        width: 100%;
        margin: 0;

    }

    .section-3 .col-md-5 div {
        text-align: center;
    }

    .actuality-item {
        padding: 0;
        margin: 0;
        position: relative;
        left: 0;
        width: 100%;
    }

    .actuality-item {
        text-align: center;
        height: auto;
        background: #fff;
        margin: 0 15px 40px;
        width: auto;
        border-radius: 15px;
        box-shadow: 0 3px 5px #0000004f;
        position: relative;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .actuality-item:before {
        content: "";
        position: absolute;
        border: 4px solid #A5B5C4;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        left: 50%;
        margin-left: -12px;
        top: -10px;
        background: #fff;
    }

    .actuality-1 {
        margin-top: 280px;
    }

    table,
    .top-menu {
        display: none;
    }

    .actuality-7 {
        display: none;
    }

    .actuality-1 > div,
    .actuality-2 > div {
        top: 0;
    }

    .line-extra {
        position: absolute;
        width: 4px;
        height: 920px;
        background: #a5b5c4;
        left: 50%;
        top: 280px;
        margin-left: -2px;
    }

    /*-----secion-3-----*/
    /*-----secion-4-----*/
    .frontbox.two .col {

        width: 100%;
        float: none;
    }

    .check-wrap i {
        width: 12px;
        height: 12px;
        background: url(../images/check.png) center no-repeat;
        background-size: 100%;
        margin: 7px 30px 0 -14px;
    }

    .frontbox.two {
        margin-bottom: 10px;
    }

    /*-----secion-4-----*/
    /*-----secion-6-----*/
    .animate-item {
        height: 580px;
    }

    /*-----secion-6-----*/
    /*-----secion-11-----*/
    .section-11 .col-md-4 {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }

    .section-11 .col-md-10 {
        width: 100%;
    }

    /*-----secion-11-----*/
    /*-----secion-12-----*/
    .section-12 .col-md-7 {
        margin: 0;
        width: 100%;
    }

    .num-wrap-2 .num-item {
        padding-left: 15px;
    }

    .num-item {
        height: 120px;
    }

    /*-----secion-12-----*/
    /*-----secion-13-----*/
    .section-13 {
        margin: 0;
    }

    .slider-blue {
        height: 134px;
        margin: 0;
    }

    .slider-blue .item {
        height: 100%;
    }

    /*-----secion-13-----*/
    /*-----secion-14-----*/
    .section-14 {
        margin: 0;
    }

    .section-14 table {
        padding: 0 25px 0;
        display: block;
    }

    .section-14 thead {
        display: none;
    }

    /*-----secion-14-----*/
    /*-----secion-5-----*/
    .section-5 .col-md-4 {
        width: 100%;
    }

    /*-----secion-5-----*/
    /*-----secion-9-----*/
    .face-wrap > div:first-child,
    .face-wrap > div,
    .face-wrap > div:last-child {
        width: 100%;
        padding-top: 30px;
        float: none;
    }

    .img-face {
        margin: 0 0 40px;
    }

    .section-9 .frontbox {
        padding: 30px 40px;
        margin: 0 15px;
    }

    /*-----secion-9-----*/
    /*-----secion-10-----*/
    .section-10 {
        margin-top: 28px;
    }

    .section-10 .col-md-6 {
        width: 100%;
        margin: 0;
    }

    .form {
        margin: 0 30px;
    }

    /*-----secion-10-----*/
    /*-----footer-----*/
    footer .row > * {
        width: 100%;
        margin: 0;
    }

    footer .social {
        text-align: center;
        margin: 0 0 20px;
    }

    /*-----footer-----*/
    /*-----gosudarstvennym-klinikam-----*/
    /*-----novym-klientam-----*/
    /*-----section-14-second-----*/
    .video-wrap {
        height: 190px;
    }

    /*-----section-14-second-----*/
    /*-----section-15-----*/
    .showtop-wrap {
        height: 416px;
    }

    .animate-item {
        width: 100%;
        margin: 0;
    }

    .animate-item:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 90px;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        background: url(../images/arr-dotter-down.png) center no-repeat;
        background-size: 12px;
    }

    .animate-item.anim-6 {
        height: 490px;
    }

    .animate-item.anim-6:after {
        display: none;
    }

    .showtop-item {
        width: 100%;
    }

    .showtop-wrap {
        border-radius: 0;
    }

    .showtop-item .info {
        font-size: 13px;
    }

    .showtop-1 {
        border-radius: 12px 0 0 12px;
        z-index: 3;
    }

    .showtop-3 {
        border-radius: 0 12px 12px 0;
        z-index: 3;
    }

    .owl6 .owl-dots {
        display: none;
    }

    /*-----section-15-----*/
    /*-----section-16-----*/
    .partners-wrap {
        width: 90%;
    }

    .partners-item {
        margin: 0 0 5px;
        width: 90%;
    }

    .owl5.owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }

    .owl5 .owl-dots {
        display: none;
    }

    /*-----section-16-----*/
    /*-----section-17-----*/
    .reviews-wrap {
        margin: 0;
    }

    .reviews-item {
        height: 415px;
        width: 100%;
    }

    .reviews-item .item-ifno {
        height: 350px;
        left: 5px;
        right: 15px;
        padding: 90px 15px 15px;
        top: 60px;
    }

    .reviews-item .item-img {
        width: 120px;
        height: 120px;
        top: 0;
        left: 50%;
        margin-left: -60px;
    }

    .reviews-item .item-ifno,
    .reviews-item .item-img {
        transform: translateX(0%);
    }

    .owl3 .owl-stage {
        transition: .5s !important;
    }

    .reviews-item .item-ifno,
    .reviews-item .item-img {
        opacity: 1;
    }

    .owl3 .owl-dots,
    .owl3 .owl-nav {
        display: none;
    }

    /*-----section-17-----*/
    /*-----section-18-----*/
    .section-18 .owl2 {
        width: 100%;
        display: block;
        margin: 0;
    }

    .press-item {
        margin: 0;
        margin: 0 15px 20px;
        width: auto;
        padding: 25px 15px;
        display: block;
        font-size: 17px;
        height: auto;
    }

    .press-item:last-child {
        margin-right: 15px;
    }

    /*-----section-18-----*/
    /*-----novym-klientam-----*/
    /*-----klinicheskie-issledovaniya-----*/
    .section-1.cr h1 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 60px;
    }

    .section-1.cr img {
        width: 30px;
    }

    .section-1 br {
        display: none;
    }

    .arrow-down {
        display: none;
    }

    /*-----section-2-----*/
    .sr-wrap-ico {
        margin: 0;
    }

    .section-2 .icon-item .item-img {}

    .section-2 .col-md-2,
    .section-2 .col-md-3 {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .section-2 .col-md-2 .item-img,
    .section-2 .col-md-3 .item-img {
        transform: scale(.8);
    }

    .section-2 .col-md-3.col-md-offset-2 {
        width: 100%;
    }

    /*-----section-2-----*/
    /*-----section-3-----*/
    .section-3 {
        margin: 0;
    }

    .section-3 .col-md-4 {
        width: 100%;
        margin: 0;
    }

    .left .actuality-item {
        text-align: center;
    }

    .actuality-6 {
        margin-bottom: 10px;
    }

    /*-----section-3-----*/
    /*-----section-4-----*/
    .frontbox.three .col,
    .frontbox.three .col:last-child {
        width: 100%;
    }

    .frontbox.three {
        margin-bottom: 20px;
    }

    /*-----section-4-----*/
    /*-----section-5-----*/
    .icon-item.simple {
        margin: 0 0 30px;
    }

    /*-----section-5-----*/
    /*-----section-7-----*/
    .map-wrap {
        height: 190px;
    }

    /*-----section-7-----*/
    /*-----section-8-----*/
    .slider-logo .img-item {
        width: 100%;
    }

    .slider-logo a {
        display: block;
        width: 100%;
    }

    .slider-logo {
        width: 90%;
        margin: 0;
    }

    .slider-logo .item {
        width: 90%;
    }

    .owl.owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }

    /*-----section-8-----*/
    .actuality-item {
        transition-delay: 0s !important;
    }

    /*-----klinicheskie-issledovaniya-----*/
    .arrow-dotted {
        display: none;
    }

    .section-6 {
        margin: 0;
    }

    .section-2.klinissled h2.global {
        margin-bottom: 20px;
    }

    .section-2.klinissled .icon-item .item-img {
        margin: 0 0 14px;
    }

    .section-2.klinissled .icon-item a {
        display: inline-block;

    }

    .section-2.klinissled .icon-item {
        height: 280px;
        margin: 0;
    }

    .section-3.klinissled h2.global {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-3.klinissled .circle-big {
        top: 50px;
    }

    .section-3.klinissled .actuality-1 {
        margin-top: 262px;
    }

    .section-3.klinissled .line-extra {
        top: 220px;
    }

    .section-3.klinissled .actuality-6 {
        margin-bottom: 36px;
    }

    h2.klinistopic.global {
        margin: 36px 0 30px;
    }

    .klinissled.section-5 h2.global {
        margin-top: 26px;
    }

    .section-6.klinissled h2.global {
        margin-bottom: 0px;
        margin-top: 8px;
    }

    .section-6.klinissled .animate-item {
        margin-bottom: 0;
    }

    .section-6.klinissled {
        padding-bottom: 10px;
    }

    .section-6.klinissled .anim .item-img {
        height: 326px;
    }

    .klinissled.section-7 h2.global {
        margin: 22px 0 25px;
    }

    .gosklientam.section-3 {
        top: 0;
        margin: -30px 0 0px 0px;
        padding-bottom: 10px;
    }

    .gosklientam.section-3 .circle-big {
        top: 100px;
    }

    .gosklientam.section-3 .actuality-1 {
        margin-top: 219px;
    }

    .section-4.gosklientam {
        padding-bottom: 10px;
    }

    .section-11 h2.global {
        margin-top: 25px;
    }

    h2.global {
        padding-left: 15px;
        padding-right: 15px;

    }

    .section-12 {
        padding-bottom: 10px;
    }

    .slider-blue.gosclient {
        height: 132px;
    }

    .section-14.gosclient h2.global {
        font-size: 13px;
        margin-bottom: 0px;
    }

    table td:last-child,
    table th:last-child {
        width: 190px;
    }

    table td:first-child,
    table th:first-child {
        width: auto;
        padding-right: 8px;
    }

    .section-5.gosclient h2.global {
        font-size: 13px;
        margin-bottom: 26px;
    }

    .frontbox p {
        margin: 22px 50px 0;
    }

    .section-3.novklientam {
        top: 0;
        margin: -30px 0 0px 0px;
        padding-bottom: 10px;
    }

    .section-3.novklientam .circle-big {
        top: 100px;
    }

    .section-3.novklientam .actuality-1 {
        margin-top: 217px;
    }

    .section-6.novclientam .animate-item.last:after {
        display: none;
    }

    .section-6.novclientam {
        margin: 0 0 -58px;
    }

    .section-16 h2.global {
        margin-top: 0;
        margin-bottom: 27px;
    }

    .section-17 h2.global {
        margin: 44px 0 24px;
    }

    .section-18 h2.global {
        margin-top: 41px;
        margin-bottom: 29px;
    }

    .section-18 .reviews-item .item-ifno {
        height: auto;
        left: 5px;
        right: 15px;
        padding: 90px 15px 25px 15px;
        top: 60px;
    }
}



/* new menu */
.nav-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
}

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

.navbar-wrapper {
    width: 100%;
}

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

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 {}

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: 18px 0;
    border: 0;
}

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

nav li:last-child a {
    color: #00953A;
}

.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;
}

/* new menu */





/*-----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 20px;
}

.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-----*/


.error-input {
    border-color: red !important;
}
.captchaHolder {
    border: 2px solid rgba(0,0,0,0);
    width: 307px;
    height: 81px;
}