@charset "utf-8";
body,
html {
    position: relative;
    height: 100%;
    background-color: #fff !important;
}
[id="wrapper"] {
    width: 100%;
    float: none;
    margin: 0 auto;
    font-family: Muller, sans-serif;
}
[id="wrapper"] div.left,
[id="wrapper"] div.left > div {
    padding: 0;
}
#wrapper * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
}
#wrapper a {
    text-decoration: underline;
}
#wrapper a:hover {
    text-decoration: none;
}
#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}
#wrapper .hide {
    display: none;
}
#wrapper .relative {
    position: relative;
}
#wrapper .clear {
    clear: both;
}
#wrapper .left {
    float: left;
}
#wrapper .right {
    float: right;
}
#wrapper .c {
    text-align: center;
}
#wrapper .l {
    text-align: left;
}
#wrapper .r {
    text-align: right;
}
#wrapper .fa,
#wrapper .fas {
    font-family: "Font Awesome 5 Free" !important;
}
#wrapper .fab {
    font-family: "Font Awesome 5 Brands" !important;
}
#wrapper .load {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
}
#wrapper .load.active {
    opacity: 1;
}
#wrapper .bxSlider .js--slide + .js--slide {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
}
#wrapper .bx-wrapper {
    position: relative;
    margin: auto;
}
#wrapper .bx-wrapper .bx-viewport .js--slide {
    position: static;
    visibility: visible;
}
#wrapper .zoom:hover {
    position: relative;
}
#wrapper .zoom:hover:before {
    content: "";
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    z-index: 1;
    position: absolute;
}
#wrapper .zoom:hover:after {
    content: "\f00e";
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-family: Font Awesome\5 Free;
    z-index: 2;
    position: absolute;
}
#wrapper .divider {
    clear: both;
    height: 10px;
}
#wrapper .separator {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
    margin: 0 12px;
}
#wrapper .wrapper {
    max-width: 1400px;
    margin: auto;
    /*padding: 0 20px 0 85px;*/
    padding: 0 20px 0 20px;
}
.main_w {
padding: 0px !important;
}
#wrapper .wrapper::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 650px) {
.tab_cont_image {
    max-width: 100%;
}
    .contacts_icons_item {
        width: 100%;
        margin-bottom: 30px;
    }


    #wrapper .wrapper {
        padding: 0 19px;
    }
    .map_desc {display: none}
    .map_mob {display: block}
}
#wrapper .absolute-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: center center no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    #wrapper .absolute-video {
        background-image: url(../images/bg/tablet/tablet-contact.jpg);
    }
}
@media (max-width: 650px) {
    #wrapper .absolute-video {
        display: none;
        background-image: url(../images/bg/mobile/mobile-contact.jpg);
    }
}
@media (max-width: 1024px) {
    #wrapper .absolute-video video {
        display: none;
    }
}
#wrapper .absolute-video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: url(../images/video-bg.png);
}
#wrapper .absolute-video video {
    position: relative;
    z-index: -1;
}
#wrapper .modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#wrapper .modal .fade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
#wrapper .modal .window {
    width: 600px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 0 10px #00b6e8;
    padding: 50px;
    position: relative;
    z-index: 2;
}
@media (max-width: 650px) {
    #wrapper .modal .window {
        width: 100%;
        position: absolute;
        top: 44px;
        bottom: 0;
        padding: 0 19px;
        margin: 0 !important;
        box-shadow: none;
    }
}
#wrapper .modal .window .close {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
    font-size: 45px;
    color: #e7e7e7;
    text-decoration: none;
}
#wrapper .modal .window .form {
    margin: 20px 0 0;
}
#wrapper .modal .window h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 2em;
    color: #00b6e8;
}
@media (max-width: 505px) {
    #wrapper .modal .window h1 {
        padding-top: 10px;
    }
}
#wrapper .modal .window input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: 0 0 20px;
    border: 1px solid #11c5fd;
    color: #000;
}
#wrapper .modal .window textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #11c5fd;
    margin: 0 0 20px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#wrapper .modal .window label.error {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #1ea5f5;
    box-sizing: border-box;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.global-title.small.hide-l {
    display: none;
}
#wrapper .modal .window .l {
    float: left;
    position: relative;
}
#wrapper .modal .window .r {
    float: right;
    position: relative;
}
#wrapper .modal .window .success {
    text-align: center;
    font-size: 30px;
    padding: 40px 0;
}
#wrapper .modal .window .point {
    font-size: 16px;
    font-family: Muller, sans-serif;
}
#wrapper .modal .window .point strong {
    font-family: Muller, sans-serif;
}
#wrapper .modal .window .point strong.blue {
    color: #00a2ff;
}
#wrapper .modal .window .point strong img {
    vertical-align: middle;
}
#wrapper .font-color-blue {
    color: #14aadf !important;
}
#wrapper .font-color-red {
    color: #d64f5c !important;
}
#wrapper .font-10 {
    font-size: 10px;
}
#wrapper .u {
    text-decoration: line-through;
}
#wrapper label {
    cursor: pointer;
}
#wrapper .button,
#wrapper [type="button"],
#wrapper [type="submit"],
#wrapper button {
    display: inline-block;
    height: 42px;
    text-transform: uppercase;
    position: relative;
    border: none;
    background: #00b6e8;
    font-weight: 700;
    font-size: 18px;
    color: #fff !important;
    padding: 0 24px;
    cursor: pointer;
    text-decoration: none;
    line-height: 42px;
    padding-top: 2px;
}
#wrapper .button.invert,
#wrapper [type="button"].invert,
#wrapper [type="submit"].invert,
#wrapper button.invert {
    background: 0 0;
    border: 1px solid #fff;
    line-height: 40px;
}
@media (max-width: 1024px) {
    #wrapper .show-xl {
        display: block !important;
    }
    #wrapper .hide-xl {
        display: none !important;
    }
    #wrapper .show-l {
        display: block !important;
    }
    #wrapper .hide-l {
        display: none !important;
    }
    #wrapper .show-m {
        display: block !important;
    }
	.fancybox-slide--current video {
		width: 99%;
	}
}
@media (max-width: 768px) {
    #wrapper .hide-m {
        display: none !important;
    }
}
/*@media (max-width: 650px) {
    #wrapper .show-s {
        display: block !important;
    }
}*/
@media (max-width: 650px) {
    #wrapper .hide-s {
        display: none !important;
    }
}
#wrapper .widget.title {
    text-align: center;
    margin: 38px 0 20px;
    color: #fff;
}
#wrapper .widget.title p {
    display: inline-block;
    border: 4px solid #fff;
    padding: 14px 60px;
    line-height: 1;
    font-size: 25px;
    margin: 0;
}
#wrapper .widget.breadcrumbs {
    font-size: 17px;
    text-align: center;
    margin: 20px 0 30px;
    color: #fff;
    text-transform: lowercase;
}
@media (max-width: 650px) {
    #wrapper .widget.breadcrumbs {
        font-size: 12px;
    }
}
#wrapper .widget.breadcrumbs .shell {
    padding: 0 15px;
}
#wrapper .widget.breadcrumbs ul {
    display: inline-block;
}
#wrapper .widget.breadcrumbs ul li {
    float: left;
}
@media (max-width: 505px) {
    #wrapper .widget.breadcrumbs ul li {
        float: none;
    }
}
#wrapper .widget.breadcrumbs ul li:before {
    content: "/";
    margin: 0 7px;
}
#wrapper .widget.breadcrumbs ul li:first-child:before {
    display: none;
}
#wrapper .widget.breadcrumbs ul li a {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: inherit;
}
#wrapper .widget.breadcrumbs ul li a:hover {
    border-bottom-color: transparent;
}
#wrapper .widget.context {
    line-height: 23px;
    font-size: 15px;
}
#wrapper .widget.context h1 {
    font-size: 38px;
}
#wrapper .widget.context h2 {
    margin-top: 1.5em;
}
#wrapper .widget.context a {
    color: #1dbdff;
}
#wrapper .widget.context p {
    margin: 1em 0;
}
#wrapper .widget.context ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 1em 0;
}
#wrapper .widget.context ul li:before {
    content: "";
    width: 14px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0.5em;
    left: 0;
}
#wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
@media (max-width: 505px) {
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager {
        padding-bottom: 40px;
    }
}
#wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: 100%;
    overflow: hidden;
    margin: 0 8px;
}
@media (max-width: 505px) {
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
        width: 15px;
        height: 15px;
        background: #62d8f6;
        border: 4px solid #62d8f6;
    }
}
#wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
    border: none;
    position: relative;
}
@media (max-width: 505px) {
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
        background: #000;
        border: 4px solid #62d8f6;
    }
}
#wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 50%;
}
/*@media (max-width: 505px) {
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active:before {
        display: none;
    }
}*/
#wrapper .widget.modal-v2 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#wrapper .widget.modal-v2.active {
    display: flex;
}
#wrapper .widget.modal-v2 .fade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
#wrapper .widget.modal-v2 .window {
    width: 600px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    z-index: 2;
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 0 10px #00b6e8;
    padding: 50px;
}
@media (max-width: 650px) {
    #wrapper .widget.modal-v2 .window {
        width: 100%;
        position: absolute;
        top: 44px;
        bottom: 0;
        padding: 0 19px;
        margin: 0 !important;
        box-shadow: none;
    }
}
#wrapper .widget.modal-v2 .close {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
    font-size: 45px;
    color: #e7e7e7;
    text-decoration: none;
}
#wrapper .widget.modal-v2 .form {
    margin: 20px 0 0;
}
#wrapper .widget.modal-v2 h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 2em;
    color: #00b6e8;
}

h1.titlepage_h1 {
    border: 2px solid #0084a6;
    border-radius: 33px;
    text-align: center;
    display: table;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #0e404d;
    padding-top: 17px;
    padding: 17px;
}

@media (max-width: 505px) {
    #wrapper .widget.modal-v2 h1 {
        padding-top: 10px;
    }
}
#wrapper .widget.modal-v2 input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    margin: 0 0 20px;
    border: 1px solid #11c5fd;
    color: #000;
}
#wrapper .widget.modal-v2 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #11c5fd;
    margin: 0 0 20px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#wrapper .widget.modal-v2 label.error {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #1ea5f5;
    box-sizing: border-box;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#wrapper .widget.modal-v2 .l {
    float: left;
    position: relative;
}
#wrapper .widget.modal-v2 .r {
    float: right;
    position: relative;
}
#wrapper .widget.modal-v2 .success {
    text-align: center;
    font-size: 30px;
    padding: 40px 0;
}
#wrapper .widget.modal-v2 .point {
    font-size: 16px;
    font-family: Muller, sans-serif;
}
#wrapper .widget.modal-v2 .point strong {
    font-family: Muller, sans-serif;
}
#wrapper .widget.modal-v2 .point strong.blue {
    color: #00a2ff;
}
#wrapper .widget.modal-v2 .point strong img {
    vertical-align: middle;
}
#wrapper .widget.form .field {
    margin-bottom: 20px;
}
#wrapper .widget.form .warnText > div {
    margin-bottom: 20px;
}
#wrapper header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 78px;
    z-index: 3;
}
@media (max-width: 650px) {
    #wrapper header {
        line-height: 44px;
    }
}
#wrapper header .wrapper {
    padding: 0 20px;
    position: relative;
}
@media (max-width: 650px) {
    #wrapper header .wrapper {
        padding: 0 19px;
    }
}
#wrapper header .logo {
    margin-right: 40px;
    float: left;
    position: relative;
}
@media (max-width: 650px) {
    #wrapper header .logo {
        margin: 0;
        float: none;
        text-align: center;
    }
}
#wrapper header .logo img {
    height: 17px;
}
#wrapper header .logo a {
    position: relative;
}
#wrapper header .logo a:before {
    content: "";
    width: 40px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 30px;
}
#wrapper header .nav {
    margin-right: 36px;
    float: left;
}
@media (max-width: 650px) {
    #wrapper header .nav {
        margin: 0;
    }
}
#wrapper header .slogan {
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #2ebbeb;
    line-height: normal;
    padding-top: 34px;
}
@media (max-width: 1024px) {
    #wrapper header .slogan {
        display: none;
    }
}
#wrapper header .phone {
    font-size: 21px;
    margin: 0 10px 0 0;
    float: right;
}
@media (max-width: 650px) {
    #wrapper header .phone span {
        display: none;
    }
    #wrapper header .hide.show-s .phone span {
        display: block;
    }
}
#wrapper header .phone i {
    display: none;
    color: #2ebbeb;
}
@media (max-width: 650px) {
    #wrapper header .phone i {
        display: inline-block;
    }
}
#wrapper header .phone a {
    color: inherit;
    text-decoration: none;
    position: relative;
    top: 3px;
}
#wrapper header .right {
    position: relative;
    z-index: 2;
}
#wrapper header .nav {
    position: relative;
    z-index: 2;
}
#wrapper header .resd {
    float: right;
    width: 1px;
    height: 1px;
    padding: 0 10px;
}
#wrapper header .icon {
    float: right;
    margin: 0 4px;
}
@media (max-width: 650px) {
    #wrapper header .icon {
        margin-right: 0;
    }
}
#wrapper header .icon.flag img {
    height: 14px;
}
#wrapper header .icon:first-child {
    margin-right: 0;
}
#wrapper header .link {
    display: inline-block;
    float: right;
    margin: 0 10px;
}
#wrapper header .link a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #2ebbeb;
    border-radius: 4px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #2ebbeb;
}
#wrapper header .link a img {
    margin: 0 5px 0 0;
}
#wrapper header .navigate {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
@media (max-width: 650px) {
    #wrapper header .navigate {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 44px;
        bottom: 0;
        text-align: center;
        background: #fff;
        z-index: 4;
        color: #0e404d;
    }
}
#wrapper header .navigate a {
    color: inherit;
    text-decoration: none;
}
#wrapper header .navigate ul {
    padding: 20px 40px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 650px) {
    #wrapper header .navigate ul {
        box-shadow: none;
    }
}
#wrapper header .navigate ul li {
    font-size: 15px;
    line-height: 38px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #252525;
}
@media (max-width: 650px) {
    #wrapper header .navigate ul li {
        font-weight: 500;
        line-height: 30px;
    }
}
#wrapper header .navigate ul li:hover a {
    display: block;
    text-decoration: underline;
    white-space: nowrap;
}
#wrapper header .navigate ul li.border {
    border-top: 1px solid #d4d4d4;
    margin-top: 10px;
    padding-top: 10px;
}
#wrapper header .navigate ul li br {
    display: none;
}
#wrapper header .navigate .address {
    font-size: 15px;
    line-height: normal;
    margin: 40px 0 25px;
}
#wrapper header .navigate .phone {
    margin: 25px 0;
    font-size: 25px;
    line-height: normal;
    float: none;
}
#wrapper header .navigate .buttons {
    color: #fff;
}
#wrapper main {
    position: relative;
    min-height: 100%;
}
#wrapper main .viewport {
    height: 100%;
    position: relative;
    padding-top: 78px;
    background: #fff center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
@media (max-width: 650px) {
    #wrapper main .viewport {
        padding-top: 44px;
    }
}
#wrapper main .viewport.c-contacts {
    background: 0 0;
}
@media (max-width: 650px) {
    #wrapper main .viewport.c-contacts {
        background: #fff;
    }
}
#wrapper main .viewport.color-blue {
    background-color: #14aadf;
}
#wrapper main .viewport.bg-count-container {
    background-image: url(../images/bg/count-container.jpg);
}
#wrapper main .viewport.bg-main {
    background-image: url(../images/bg/bg1_2.jpg);
    background-position: 0 78px;
}
#wrapper main .viewport.bg-review {
    background-image: url(../images/bg/review.jpg);
}
#wrapper main .next-mouse {
    width: 100%;
    position: absolute;
    bottom: 45px;
    text-align: center;
    z-index: 2;
}
/*@media (max-width: 650px) {
    #wrapper main .next-mouse {
        display: none;
    }
}*/
#wrapper main .main-text {

    color: #fff;
    padding: 85px 0;
}
@media (max-width: 650px) {
    #wrapper main .main-text {
        padding: 26px 0;
    }
}
#wrapper main .main-text .message h2 {
    font-weight: 700;
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 800;
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
@media (max-width: 650px) {
    #wrapper main .main-text .message h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 18px;
    }
}
#wrapper main .main-text .message p {
    font-size: 22px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
}
.white_but {
    border: 2px solid #fff;
    width: 260px;
    height: 60px;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    text-decoration: none !important;
    padding-top: 2px;
}
.white_but:hover {
    text-decoration: none;
}


@media (max-width: 650px) {
    #wrapper main .main-text .message p {
        display: none;
        font-size: 15px;
        line-height: 20px;
        margin: 8px 0;
    }
}
#wrapper main .tabs {
    padding: 105px 0 0;
    color: #0f87c5;
    max-width: 1300px;
    margin: 0 auto;
}
@media (max-width: 650px) {
    #wrapper main .tabs {
        padding: 0;
    }
}
@media (max-width: 650px) {
    #wrapper main .tabs .wrapper {
        padding: 0;
    }
}
#wrapper main .tabs .title {
    font-size: 70px;
    font-weight: 700;
    position: relative;
    z-index: 3;
    text-align: center;
}
@media (max-width: 650px) {
    #wrapper main .tabs .title {
        display: none;
    }
}
#wrapper main .tabs .tab {
    margin: 25px 0 45px;
    line-height: 35px;
    position: relative;
    z-index: 3;
    font-size: 15px;
}
#wrapper main .tabs .tab::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 650px) {
    #wrapper main .tabs .tab {
        display: none;
    }
}
#wrapper main .tabs .tab ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
#wrapper main .tabs .tab ul li {

    padding: 0 17px;
    color: #0e404d;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
    margin-bottom: 10px;
    height: 65px;
    display: flex;
    align-items: center;
}
/*.tab_li_item_icon.svg-converted {
    max-width: 35px;
}*/
.tabs li:nth-child(4) svg, .tabs li:nth-child(5) svg {
    height: 30px;
}
.tabs li:nth-child(8) svg {
    height: 26px;
    margin-top: -7px;
}
.tabs li:nth-child(9) svg {
    width: 35px;
}
.tabs li:nth-child(10) svg {
    height: 42px;
}
img.tab_li_item_icon,.tab_li_item_icon.svg-converted,.tab_li_item_icon {
    margin-right: 10px;
    height: 35px;
}
li.active .tab_li_item_icon path,.tabs li .tab_li_item_icon path {
    fill:#0E404D !important;
}
li.active .tab_li_item_icon path,.tabs li:hover .tab_li_item_icon path {
    /*fill:white !important;*/
    fill:#0f87c5 !important;
}
.tab_li_item {
    display: flex;
    align-items: center;
    justify-content: center;
}


#wrapper main .tabs .tab ul li:hover {
    /*color: #fff;*/
    color: #0f87c5;
}
#wrapper main .tabs .tab ul li:hover a {
    text-decoration: underline;
}
#wrapper main .tabs .tab ul li.active {
    color: #0f87c5;
    border-color: #0f87c5;
}
#wrapper main .tabs .tab ul li a {
    color: inherit;
    text-decoration: none;
}
#wrapper main .tabs .content .item {
    display: none;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item {
        display: block;
    }
}
#wrapper main .tabs .content .item.active {
    display: block;
}
#wrapper main .tabs .content .item .bg {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(20, 170, 223, 1);*/
    background: #fff;
}
#wrapper main .tabs .content .item .bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center bottom no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='1620' height='422' viewBox='0 0 1620 422' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M291.393 127.923L-305.333 476.046L-325.747 440.689L291.393 84.385L291.393 127.923Z' fill='%23EBEBEB' fill-opacity='0.15'/%3E%3Cpath d='M245.322 280.713L-298.825 593.715L-339.033 524.073L245.321 182.977L245.322 280.713Z' fill='%23EBEBEB' fill-opacity='0.15'/%3E%3Cpath d='M1122.6 466.824L1719.32 118.7L1739.74 154.057L1122.6 510.363L1122.6 466.824Z' fill='%23EBEBEB' fill-opacity='0.15'/%3E%3Cpath d='M1168.67 314.034L1712.82 1.03023L1753.02 70.6727L1168.67 411.77L1168.67 314.034Z' fill='%23EBEBEB' fill-opacity='0.15'/%3E%3C/svg%3E%0A");
}
#wrapper main .tabs .content .item .name {
    display: none;
    height: 90px;
    text-align: center;
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
    background: #0f9bcc;
    position: relative;
    z-index: 3;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .name {
        display: block;
        margin-bottom: 30px;
        padding: 22px 70px;
    }
}
#wrapper main .tabs .content .item .name.short {
    padding: 32px 70px;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .name.short {
        padding: 34px 70px;
    }
}
#wrapper main .tabs .content .item .message {
    margin-bottom: 55px;
    position: relative;
    z-index: 3;
    overflow: auto;
    max-height: calc(100% - 300px);
    color: #0e404d;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .message {
        padding: 0 19px;
    }
}
#wrapper main .tabs .content .item .message h2 {
    font-weight: 700;
    font-size: 31px;
    line-height: 124%;
    text-align: center;
    /*color: #fff;*/
    color: #0e404d;
    max-width: 1116px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .message h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 18px;
    }
}
#wrapper main .tabs .content .item .message p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    /*color: #fff;*/
    color: #0e404d;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .message p {
        font-size: 15px;
        line-height: 20px;
        margin: 8px 0;
    }
}
#wrapper main .tabs .content .item .form {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    text-align: center;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .form {
        padding: 0 19px;
    }
}
#wrapper main .tabs .content .item .persona::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .persona {
        padding: 0 19px;
    }
}
#wrapper main .tabs .content .item .persona .img {
    width: 324px;
    float: left;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .persona .img {
        width: 110px;
        padding-right: 20px;
    }
}
#wrapper main .tabs .content .item .persona .img img {
    border: 10px solid #fff;
    border-radius: 300px;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .persona .img img {
        border-width: 3px;
    }
}
#wrapper main .tabs .content .item .persona .card {
    margin-left: 324px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
    padding-top: 100px;
}
@media (max-width: 650px) {
    #wrapper main .tabs .content .item .persona .card {
        margin-left: 110px;
        font-size: 14px;
        line-height: 28px;
        padding-top: 25px;
    }
}
#wrapper main .tabs .content .bx-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 44px;
    left: 0;
}
#wrapper main .tabs .content .bx-wrapper .bx-viewport {
    height: 100% !important;
    position: relative;
}
#wrapper main .tabs .content .bx-wrapper .bx-viewport .bxSlider {
    height: 100%;
    position: relative;
}
#wrapper main .tabs .content .bx-wrapper .bx-viewport .bxSlider .item {
    height: 100%;
    position: relative;
}
#wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 36px;
    height: 90px;
    position: absolute;
    top: 0;
    background: center center no-repeat;
}
#wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    background-image: url(../images/slider/prev.png);
    left: 19px;
}
#wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background-image: url(../images/slider/next.png);
    right: 19px;
}
#wrapper main .count-container {
    font-weight: 700;
    text-align: center;
    padding-top: 100px;
}
@media (max-width: 650px) {
    #wrapper main .count-container {
        padding-top: 30px;
    }
}
#wrapper main .count-container .name {
    color: #0e404d;
}
#wrapper main .count-container .count {
    color: #2ebbeb;
}
@media (max-width: 650px) {
    #wrapper main .count-container .top {
        margin-bottom: 25px;
    }
}
#wrapper main .count-container .top .name {
    font-size: 80px;
}
@media (max-width: 650px) {
    #wrapper main .count-container .top .name {
        font-size: 18px;
        text-transform: uppercase;
    }
}
#wrapper main .count-container .top .count {
    font-size: 100px;
}
@media (max-width: 650px) {
    #wrapper main .count-container .top .count {
        font-size: 65px;
    }
}
#wrapper main .count-container .top .count span {
    font-size: 222px;
}
@media (max-width: 1024px) {
    #wrapper main .count-container .top .count span {
        font-size: 100px;
    }
}
@media (max-width: 650px) {
    #wrapper main .count-container .top .count span {
        font-size: 65px;
    }
}
#wrapper main .count-container .content::after {
    content: "";
    display: block;
    clear: both;
}
#wrapper main .count-container .content .item {
    display: inline-block;
    width: 420px;
    vertical-align: top;
}
@media (max-width: 1024px) {
    #wrapper main .count-container .content .item {
        display: block;
        width: auto;
        margin-bottom: 25px;
    }
}
#wrapper main .count-container .content .item.short {
    width: 151px;
    position: relative;
    margin-top: 70px;
}
@media (max-width: 1024px) {
    #wrapper main .count-container .content .item.short {
        display: none;
    }
}
#wrapper main .count-container .content .item.short:before {
    content: "";
    width: 151px;
    height: 151px;
    background: url(../images/year-logo.png);
    position: absolute;
    top: -75px;
    left: 0;
}
#wrapper main .count-container .content .item .name {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 650px) {
    #wrapper main .count-container .content .item .name {
        font-size: 18px;
    }
}
#wrapper main .count-container .content .item .count {
    font-size: 80px;
}
@media (max-width: 650px) {
    #wrapper main .count-container .content .item .count {
        font-size: 40px;
    }
}

#wrapper main .personal {
    color: #0e404d;
    text-align: center;
}
#wrapper main .personal .wrapper {
    padding: 0;
}
#wrapper main .personal .shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
@media (max-width: 505px) {
    #wrapper main .personal .shell {
        justify-content: center;
    }
}
#wrapper main .personal .title {
    font-size: 80px;
    font-weight: 700;
}
@media (max-width: 650px) {
    #wrapper main .personal .title {
        font-size: 23px;
        margin-bottom: 25px;
    }
}
#wrapper main .personal .content::after {
    content: "";
    display: block;
    clear: both;
}
#wrapper main .personal .content .item {
    width: 33.3%;
    float: left;
}
@media (max-width: 1024px) {
    #wrapper main .personal .content .item {
        width: auto;
        float: none;
    }
}
#wrapper main .personal .content .item .box {
    width: 273px;
    margin: auto;
}

#wrapper main .personal .content .item .box .img {
    margin-bottom: 60px;
}
@media (max-width: 650px) {
    #wrapper main .personal .content .item .box .img img {
        display: block;
        width: 220px;
        margin: auto;
    }
}
#wrapper main .personal .content .item .box .name {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
}
@media (max-width: 650px) {
    #wrapper main .personal .content .item .box .name {
        font-size: 15px;
        line-height: normal;
        padding-bottom: 15px;
    }
}
#wrapper main .personal .content .bx-wrapper {
    position: relative;
}
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-pager {
    display: none;
    width: 100%;
    position: absolute;
    top: 300px;
    text-align: center;
}
@media (max-width: 1024px) {
    #wrapper main .personal .content .bx-wrapper .bx-controls .bx-pager {
        display: block;
    }
}
@media (max-width: 650px) {
    #wrapper main .personal .content .bx-wrapper .bx-controls .bx-pager {
        top: 235px;
    }
}
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
}
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 14px;
    height: 14px;
    text-indent: 9999px;
    background: #62d8f6;
    border: 4px solid #62d8f6;
    border-radius: 14px;
    margin: 0 3px;
}
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
    background: #000;
}
@media (max-width: 1024px) {
    #wrapper main .review-v2 .view--l .bx-wrapper .bx-controls .bx-controls-direction,
    #wrapper main .certificats .content .bx-wrapper .bx-controls .bx-controls-direction,
    #wrapper main .portfolio .content .bx-wrapper .bx-controls .bx-controls-direction,
    #wrapper main .personal .content .bx-wrapper .bx-controls .bx-controls-direction {
        display: none;
    }
}
#wrapper main .review-v2 .view--l .bx-wrapper .bx-controls .bx-controls-direction a,
#wrapper main .certificats .content .bx-wrapper .bx-controls .bx-controls-direction a,
#wrapper main .portfolio .content .bx-wrapper .bx-controls .bx-controls-direction a,
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    background: center 120px no-repeat;
}
#wrapper main .review-v2 .foot_dov .view--l .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
	background-image: url(../images/slider/prev.png);
    left: 0;
	font-size: 0;
	border: 0;
	width: 36px;
    height: 36px;
    position: absolute;
    top: -50px;
	background-position: center;
}
#wrapper main .certificats .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev,
#wrapper main .portfolio .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev,
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    background-image: url(../images/slider/prev-gray.png);
    left: 0;
}
#wrapper main .review-v2 .foot_dov .view--l .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background-image: url(../images/slider/next.png);
    right: 0;
	font-size: 0;
	border: 0;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -50px;	
	background-position: center;
}
#wrapper main .certificats .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
#wrapper main .portfolio .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next,
#wrapper main .personal .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background-image: url(../images/slider/next-gray.png);
    right: 0;
}

#wrapper main .portfolio .content .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0px;
	top: auto;
    background: center 0 no-repeat;
}
#wrapper main .review {
    color: #fff;
    text-align: center;
    padding-top: 100px;
}
.certificats__content{
	max-width: 1360px;
    margin: 0 auto;
}
@media (max-width: 650px) {
    #wrapper main .review {
        padding-top: 20px;
    }
}
#wrapper main .review .title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 55px;
}
@media (max-width: 650px) {
    #wrapper main .review .title {
        font-size: 23px;
        margin-bottom: 30px;
    }
}
#wrapper main .review .content {
    max-width: 1000px;
    padding: 0 150px;
    margin: auto;
    position: relative;
}
@media (max-width: 650px) {
    #wrapper main .review .content {
        padding: 0 19px;
    }
}
#wrapper main .review .content .item .img {
    margin-bottom: 65px;
}
@media (max-width: 650px) {
    #wrapper main .review .content .item .img {
        margin-bottom: 20px;
    }
}
#wrapper main .review .content .item .img iframe {
    max-width: 100%;
    max-height: 200px;
}
#wrapper main .review .content .item .name {
    margin-bottom: 18px;
    font-size: 31px;
    font-weight: 700;
    line-height: 31px;
}
@media (max-width: 650px) {
    #wrapper main .review .content .item .name {
        font-size: 28px;
    }
}
#wrapper main .review .content .item .message {
    font-size: 17px;
    line-height: 25px;
}
@media (max-width: 650px) {
    #wrapper main .review .content .item .message {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 650px) {
    #wrapper main .review .content .bx-wrapper {
        position: relative;
        padding-top: 20px;
    }
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-pager {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}
@media (max-width: 650px) {
    #wrapper main .review .content .bx-wrapper .bx-controls .bx-pager {
        display: block;
    }
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 14px;
    height: 14px;
    text-indent: 9999px;
    background: #62d8f6;
    border: 4px solid #62d8f6;
    border-radius: 14px;
    margin: 0 3px;
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
    background: #000;
}
@media (max-width: 650px) {
    #wrapper main .review .content .bx-wrapper .bx-controls .bx-controls-direction {
        display: none;
    }
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    background: center 150px no-repeat;
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    background-image: url(../images/slider/prev.png);
    left: 0;
}
#wrapper main .review .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    background-image: url(../images/slider/next.png);
    right: 0;
}
#wrapper main .contacts {
    position: relative;
    z-index: 3;
    text-align: center;
    padding-top: 100px;
}
#wrapper main .contacts .wrapper {
    max-width: 560px;
    padding: 0;
}
#wrapper main .contacts .wrapper .title {
    font-size: 40px;
    text-align: center;
    padding: 30px 0;
    font-weight: 700;
    background: #fff;
}
@media (max-width: 1024px) {
    #wrapper main .contacts .wrapper .title {
        background: 0 0;
        color: #fff;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    }
}
#wrapper main .contacts .wrapper .title span {
    font-weight: 100;
}
#wrapper main .contacts .wrapper .content {
    background: #fff;
}
@media (max-width: 1024px) {
    #wrapper main .contacts .wrapper .content {
        padding: 40px 0;
        background: rgba(255, 255, 255, 0.9);
    }
}
#wrapper main .contacts .wrapper .content p {
    font-size: 16px;
    margin: 30px;
}
#wrapper main .contacts .wrapper .content .phone {
    font-size: 30px;
    margin-bottom: 20px;
}
#wrapper main .contacts .wrapper .content .phone a {
    color: inherit;
    text-decoration: none;
}
#wrapper main .contacts .wrapper .content .map {
    border-top: 4px solid #00b6eb;
}
@media (max-width: 1024px) {
    #wrapper main .contacts .wrapper .content .map {
        display: none;
    }
}
#wrapper main .contacts-mob {
    text-align: center;
    color: #0e404d;
}
#wrapper main .contacts-mob a {
    text-decoration: none;
    color: inherit;
}
#wrapper main .contacts-mob .map img {
    width: 100%;
}
#wrapper main .contacts-mob .title {
    margin: 32px 0;
    font-size: 23px;
    font-weight: 700;
}
#wrapper main .contacts-mob .address {
    font-size: 15px;
    line-height: normal;
    margin: 40px 0 25px;
}
#wrapper main .contacts-mob .phone {
    margin: 25px 0;
    font-size: 25px;
    line-height: normal;
}
#wrapper main .contacts-mob .buttons {
    color: #fff;
}
#wrapper main #blog {
    padding-top: 100px;
    background: url(../images/bg/shark-index.jpg) center center no-repeat fixed;
    background-size: cover;
}
#wrapper main .rest {
    max-width: 900px;
    margin: 50px auto 0;
    background: #fff;
    padding: 50px 0 0;
}
#wrapper main .rest .sert {
    padding-top: 0;
}
#wrapper main .rest .sert .title {
    margin-bottom: 20px;
}
#wrapper main .component .wrapper {
    padding: 0 20px;
}
@media (max-width: 505px) {
    #wrapper main .component .wrapper {
        padding: 0 30px;
    }
}
#wrapper main .component .btn {
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #2ebbeb;
    border-radius: 4px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #2ebbeb;
    background: #fff;
}
#wrapper main .component.blog {
    background: #f5f5f5;
    margin-top: 78px;
}
@media (max-width: 505px) {
    #wrapper main .component.blog {
        margin-top: 44px;
    }
}
#wrapper main .component.blog .wrapper {
    max-width: 1024px;
}
#wrapper main .component.blog .header {
    background: center center no-repeat;
    background-size: cover;
    padding: 1px 0;
    text-align: center;
}
#wrapper main .component.blog .title {
    font-size: 20px;
}
#wrapper main .component.blog .title p {
    font-size: 1em;
}
#wrapper main .component.blog.tag .title {
    font-size: 55px;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.tag .title {
        font-size: 40px;
    }
}
#wrapper main .component.blog.tag .title p {
    border: none;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.tag .title p {
        padding: 14px 0;
    }
}
#wrapper main .component.blog.index .main {
    max-width: 100%;
    padding: 0 0 30px;
}
#wrapper main .component.blog.index .main::after {
    content: "";
    display: block;
    clear: both;
}
#wrapper main .component.blog.index .main .year {
    text-align: center;
    position: relative;
    font-size: 22px;
    color: #4a4a4a;
    margin: 60px -15px 20px;
}
#wrapper main .component.blog.index .main .year:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin: -1px 0 0;
    background: #c8c8c8;
}
#wrapper main .component.blog.index .main .year span {
    display: inline-block;
    background: #f5f5f5;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
#wrapper main .component.blog.index .main .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#wrapper main .component.blog.index .main .item {
    width: 33.3333%;
    padding: 15px;
    float: left;
}
@media (max-width: 1024px) {
    #wrapper main .component.blog.index .main .item {
        width: 50%;
    }
}
@media (max-width: 505px) {
    #wrapper main .component.blog.index .main .item {
        width: auto;
        float: none;
    }
}
#wrapper main .component.blog.index .main .item .box {
    background: #fff;
    border: 1px solid #c8c8c8;
    padding-bottom: 25px;
}
#wrapper main .component.blog.index .main .item .image {
    position: relative;
}
#wrapper main .component.blog.index .main .item .image img {
    width: 100%;
}
#wrapper main .component.blog.index .main .item .date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
}
#wrapper main .component.blog.index .main .item iframe {
    width: 100% !important;
    height: auto !important;
}
#wrapper main .component.blog.index .main .item .name {
    padding: 20px 25px 20px;
    font-size: 19px;
    color: #3f3f3f;
    font-weight: 700;
}
#wrapper main .component.blog.index .main .item .name a {
    color: inherit;
}
#wrapper main .component.blog.index .main .item .message {
    padding: 0 25px;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}
#wrapper main .component.blog.index .main .links {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3db18f;
    padding: 40px 0;
    text-align: center;
}
#wrapper main .component.blog.index .main .links .shell {
    padding: 0;
    background: 0 0;
}
#wrapper main .component.blog.index .main .links ul {
    line-height: 80px;
}
#wrapper main .component.blog.index .main .links ul::after {
    content: "";
    display: block;
    clear: both;
}
#wrapper main .component.blog.index .main .links ul li {
    width: 25%;
    float: left;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.index .main .links ul li {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
}
#wrapper main .component.blog.index .main .links ul li .name {
    display: block;
    line-height: normal;
    margin-top: 5px;
}
#wrapper main .component.blog.index .main .links ul li .name a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#wrapper main .component.blog.index .main .links ul li .name a:hover {
    border-bottom-color: transparent;
}
#wrapper main .component.blog.index .main .tags {
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    background: #e5e5e5;
    padding: 15px 0;
    text-align: center;
}
#wrapper main .component.blog.index .main .tags ul {
    display: flex;
    justify-content: center;
    margin: 0 -7px;
    list-style: none;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.index .main .tags ul {
        display: block;
    }
}
#wrapper main .component.blog.index .main .tags ul li {
    margin: 0 7px;
}
#wrapper main .component.blog.index .main .tags ul li a {
    display: block;
    padding: 0 15px;
    color: inherit;
    text-decoration: none;
}
#wrapper main .component.blog.index .main .tags ul li a:hover {
    text-decoration: underline;
}
#wrapper main .component.blog.index .main .tags ul li.active a {
    background: #42b08e;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    padding-right: 12px;
}
#wrapper main .component.blog.index .main .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}
#wrapper main .component.blog.index .main .text {
    margin: 60px 0 30px;
    text-align: justify;
}
#wrapper main .component.blog.index .main .announce {
    font-size: 16px;
    margin-top: 150px;
    font-weight: 500;
    text-align: center;
}
#wrapper main .component.blog.index .main .announce a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#wrapper main .component.blog.index .main .announce a:hover {
    border-bottom-color: transparent;
}
#wrapper main .component.blog.index .main .buttons {
    text-align: center;
}
#wrapper main .component.blog.full .df {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 30px 0;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.full .df {
        display: block;
    }
}
#wrapper main .component.blog.full .main {
    border: 1px solid #c8c8c8;
    background: #fff;
    text-align: center;
    padding: 0 0 70px;
    flex: 1 1 100px;
}
#wrapper main .component.blog.full .main .images {
    margin: -1px;
    position: relative;
}
#wrapper main .component.blog.full .main .images img {
    width: 100%;
}
#wrapper main .component.blog.full .main .images .date {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.full .main .images .date {
        display: block;
    }
}
#wrapper main .component.blog.full .main .video iframe {
    width: 100% !important;
}
#wrapper main .component.blog.full .main .info {
    padding: 30px 0 20px;
    font-size: 14px;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.full .main .info {
        display: none;
    }
}
#wrapper main .component.blog.full .main .info .date {
    display: inline-block;
    color: #3f3f3f;
}
#wrapper main .component.blog.full .main .info .category {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
}
#wrapper main .component.blog.full .main .info .category a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
#wrapper main .component.blog.full .main .info .category a:hover {
    border-bottom-color: transparent;
}
#wrapper main .component.blog.full .main .name {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 40px;
    line-height: 1em;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.full .main .name {
        padding: 30px 20px 0;
        font-size: 25px;
    }
}
#wrapper main .component.blog.full .main .name h1 {
    font-size: 1em;
}
#wrapper main .component.blog.full .main .message {
    padding: 0 40px;
    text-align: left;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.full .main .message {
        padding: 0 20px;
    }
}
#wrapper main .component.blog.full .main .message p {
    margin: 10px 0;
}
#wrapper main .component.blog.full .footer {
    width: 270px;
    border: 1px solid #c8c8c8;
    margin-left: 35px;
    background: #fff;
    flex: 0 1 270px;
}
@media (max-width: 505px) {
    #wrapper main .component.blog.full .footer {
        width: auto;
        margin: 30px 0 0;
    }
}
#wrapper main .component.blog.full .footer .item {
    padding: 23px 23px 35px;
}
#wrapper main .component.blog.full .footer .item.subscribe {
    margin: -1px;
    color: #fff;
    background: #3db18f;
}
#wrapper main .component.blog.full .footer .item.tags {
    margin: -1px;
    color: #fff;
    background: #3db18f;
    font-size: 14px;
}
#wrapper main .component.blog.full .footer .item.tags a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px 12px;
    margin: 1px;
}
#wrapper main .component.blog.full .footer .item .name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
#wrapper main .component.blog.full .footer .item .message {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}
#wrapper main .component.blog.full .footer .item .image {
    margin-top: 10px;
}
#wrapper main .component.blog.full .footer .item .icons a {
    text-decoration: none;
    color: inherit;
}
#wrapper main .component.blog.full .footer .item .icons .fa {
    font-size: 25px;
    color: #3e8d85;
    margin-right: 15px;
}
#wrapper main .component.blog.full .footer .item .form {
    margin-top: 25px;
}
#wrapper main .component.review-v2 {
    background: #14aadf;
    color: #fff;
}
#wrapper main .component.review-v2 .wrapper {
    max-width: 1150px;
}
#wrapper main .component.review-v2.index .shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tpl-component-2111 img {
    max-height: 19rem;
    width: 100%;
}

.tab_cont_images {
    display: flex;
    flex-flow: wrap;
    flex: 1 0 33%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.tab_cont_image {
    max-width: 33.33%;
    padding: 10px;
    margin-bottom: 15px;
}

.tabs_ports_item {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #0f5b72;
    margin-right: 20px;
    padding: 10px;
    cursor: pointer;
    border: 2px solid white;


}
.tab_cont.hide {
    display: none;
}

.title_contact {
    font-weight: 700;
    font-size: 70px;
    text-align: center;
    color: #0e404d;

}

.contacts_icons_item_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 124%;
    text-align: center;
    color: #0e404d;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contacts_icons_item_text {

font-weight: 500;
font-size: 18px;
line-height: 140%;
text-align: center;
color: #0e404d;
}

.contacts_icons_item_img {
    text-align: center;
}


.contacts_icons {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.contacts_icons_item {
    width: 33%;
}

.contancts_phones_item,.contancts_phones_item a {
    text-decoration: none !important;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #0e404d;
}

.contancts_phones_item {
    text-align: center;
    margin-bottom: 10px;
}
.contancts_phones_item.phone2 {
    padding-left: 47px;
}

.contancts_phones_item.email_item {
    margin-top: 30px;
}

.contancts_phones_item a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contancts_phones_item a svg {
    margin-right: 10px;
}
.tabs_ports_item.act {
    border: 2px solid #14aadf;
}

.contancts_phones {
    margin-top: 40px;
}

.image_map {
    max-width: 1320px;
}

/*.mi, .mibig {
    border: 1px solid #f00;
}*/

.mi1 {
    left: 51.9%;
    top: 6.7%;
}
.mi2 {
    right: 42.0%;
    top: 12.1%;
}
.mi3 {
    right: 40.6%;
    top: 16.1%;
}
.mi4.mi {
    right: 38.9%;
    top: 14.0%;
}
.mi5.mi {
    right: 37.5%;
    top: 15.5%;
}
/*.mi {
    border: 1px solid #f00;
}*/
.mi6 {
    right: 35.4%;
    top: 5.5%;
    z-index: 10001!important;
    width: 18px;
}
.mi7 {
    right: 30.7%;
    top: 10.5%;
}

.map-legend {
    position: absolute;
    left: 0;
    bottom: 30px;
    max-width: 250px;
}
.map-legend .point_1, .map-legend .point_2, .map-legend .point_3, .map-legend .point_4 {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.map-legend .point_1:before, .map-legend .point_2:before, .map-legend .point_3:before, .map-legend .point_4:before {
    content: '';
    width: 30px;
    min-width: 30px;
    height: 41px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 7px;
}
.map-legend .point_1:before {
    background-image: url('../images/map-icon-2.png');
}
.map-legend .point_2:before {
    background-image: url('../images/map-icon-3.png');
}
.map-legend .point_3:before {
    background-image: url('../images/map-icon-1.png');
}
.map-legend .point_4:before {
    background-image: url('../images/map-icon-4.png');
}

/*.mibig, .mi {
    border: 1px solid #00f;
}*/


.mibig {
    position: absolute;
    width: 40px;
    height: 40px;
}
.mi8 {
    left: 46.3%;
    top: 14.5%;
}
.mi9 {
    right: 44.2%;
    top: 25.0%;
}
.mi10 {
    right: 35.4%;
    top: 33.7%;
}
.mi12 {
    right: 36.9%;
    top: 37.2%;
}
.mi11 {
    right: 40.8%;
    top: 38.3%;
}
.mi13 {
    right: 29.5%;
    top: 40.1%;
}
.mi14 {
    right: 30.8%;
    top: 36.8%;
}
.mi15 {
    right: 21.1%;
    top: 50.5%;
}
.mi16 {
    right: 19%;
    top: 53.8%;
}
.mi17 {
    right: 16.1%;
    top: 60.4%;
}
.mi18 {
    right: 14.8%;
    top: 30.6%;
}
.mi19 {
    right: 14%;
    top: 36%;
}
.mi20 {
    left: 29.1%;
    top: 70.8%
}
.mi21 {
    left: 18.3%;
    top: 63.8%;
}
.mi22 {
    left: 25.3%;
    top: 80%;
}
.mi23 {
    right: 14.5%;
    top: 32%;
}
.mi24 {
    right: 12.2%;
    top: 19%;
}
.mi30 {
    right: 37.6%;
    top: 11.0%;
}
.mi31 {
    right: 35.0%;
    top: 11.0%;
}
.mi32 {
    right: 40.2%;
    top: 10.8%;
}
.mi33 {
    right: 45.1%;
    top: 25.3%;
}
.mi34 {
    right: 23.3%;
    top: 15.5%;
}
.mi35 {
    right: 15.3%;
    top: 26.5%;
}
.mi36 {
    right: 15.3%;
    top: 23.5%;
}

.mi {
    position: absolute;
    width: 20px;
    height: 26px;
    z-index: 10000;

}
.mi .mi_text {
    left: -89px;
}


.image_map {
    position: relative;
	margin: 0 auto;
}

.premain {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#wrapper main .tabs .content .item .message p {
    max-width: 920px;
    margin: 0 auto;
}

.mod_port {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.mod_port_item {
    max-width: 33%;
    padding: 10px;
}
.mod_port_item_text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #0e404d;

}
.port_link {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #14aadf;
    border: 2px solid #14aadf;
    max-width: 310px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    margin: 40px auto;
}





.mi_text {
    display: none;
    background-image: url(../images/mtback.png);
    height: 79px;
    background-size: 100% 100%;

    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 9px;
    position: absolute;
    width: 193px;
    top: -61px;
    left: -77px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #0e404d;
    justify-content: center;
}
.bluebg {
    background: #14aadf;
}

.bluebg .title_contact,.bluebg .contacts_icons_item_title,.bluebg .contacts_icons_item_text,.bluebg .contancts_phones_item a {
    color: #FFFFFF;
}
.bluebg .contancts_phones_item path,.bluebg .convsvg path {
fill: black;
}
.convsvg {
height: 78px;
}

.bluebg .white_but.contact_but {
    border-color:white
}
.contwrap.bluebg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mi:hover .mi_text,.mibig:hover .mi_text {
display: flex;
}


.tabs_ports {
    display: flex;
    flex-flow: wrap;
}

.white_but.contact_but {
    border: 2px solid #14aadf;
    background: #14aadf;
    padding-top: 3px;
}


.tab_cont_descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #0e404d;
    margin-top: 20px;
}
.tab_cont_image_text {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #0e404d;
    margin-top: 10px;
}


.tab_cont_title {
    font-weight: 700;
    font-size: 50px;
    color: #0e404d;
    margin-top: 30px;
}

@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .shell {
        justify-content: center;
    }
}
#wrapper main .component.review-v2.index a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-top: 3px;
}
#wrapper main .component.review-v2.index a:hover {
    border-bottom-color: transparent;
}
#wrapper main .component.review-v2.index img {
    text-decoration: none;
    border-bottom: none;
}
#wrapper main .component.review-v2.index .header {
    width: 100%;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .header {
        padding: 20px 0;
    }
}
#wrapper main .component.review-v2.index .main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .main {
        display: none;
    }
}
#wrapper main .component.review-v2.index .footer {
    width: 100%;
}
#wrapper main .component.review-v2.index .title {
    text-align: center;
    padding-left: 0;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    margin-bottom: 20px;
}
.foot_dov { margin-top: 40px}
.more_flex .white_but {
    margin-top: 0px;
}
.v_link {
    font-size: 18px;
    margin-left: 10px;

}

.more_flex .more a:hover {
    border-bottom: 1px solid white !important;
}
.more_flex {
    display: flex;
    align-items: center;
}

@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .title {
        font-size: 23px;
    }
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items {
        display: none;
    }
}
#wrapper main .component.review-v2.index .items .item {
    /*height: 270px;*/
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item {
        height: auto;
    }
}
#wrapper main .component.review-v2.index .items .item .box {
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#wrapper main .component.review-v2.index .items .item .box > div {
    width: 100%;
}
#wrapper main .component.review-v2.index .items .item.full .image {
    /*float: left;*/

}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .image {
        display: none;
    }
}
#wrapper main .component.review-v2.index .items .item.full .image a {
    border-bottom: none;
}
#wrapper main .component.review-v2.index .items .item.full .logo {
    display: none;
    text-align: center;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .logo {
        display: block;
        margin-bottom: 20px;
    }
}
#wrapper main .component.review-v2.index .items .item.full .name {
    font-size: 31px;
    font-weight: 700;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .name {
        font-size: 25px;
        text-align: center;
    }
}
#wrapper main .component.review-v2.index .items .item.full .name .icon {
    display: inline-block;
    margin: 0 0 0 30px;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .name .icon {
        display: none;
    }
}
#wrapper main .component.review-v2.index .items .item.full .name a {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top: -6px;
}
#wrapper main .component.review-v2.index .items .item.full .message {
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .message {
        text-align: center;
        max-height: 75px;
        overflow: hidden;
    }
}
#wrapper main .component.review-v2.index .items .item.full .more {
    color: #7ecdf1;
    font-size: 18px;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .more {
        font-size: 16px;
        text-align: center;
    }
}
#wrapper main .component.review-v2.index .items .item.full .video {
    display: none;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.full .video {
        display: block;
        margin-top: 15px;
    }
}
#wrapper main .component.review-v2.index .items .item.full .video i {
    font-size: 30px;
    position: relative;
    top: 8px;
}
#wrapper main .component.review-v2.index .items .item.short {
    text-align: center;
}
#wrapper main .component.review-v2.index .items .item.short .image {
    display: none;
}
#wrapper main .component.review-v2.index .items .item.short .logo {
    margin-bottom: 30px;
}
#wrapper main .component.review-v2.index .items .item.short .logo a {
    border-bottom: none;
}
#wrapper main .component.review-v2.index .items .item.short .name {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 25px;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.short .name {
        font-size: 25px;
    }
}
#wrapper main .component.review-v2.index .items .item.short .name .icon {
    display: none;
}
#wrapper main .component.review-v2.index .items .item.short .message {
    font-size: 16px;
    line-height: 25px;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .items .item.short .message {
        text-align: center;
        max-height: 75px;
        overflow: hidden;
    }
}
#wrapper main .component.review-v2.index .items .item.short .more {
    display: none;
}
#wrapper main .component.review-v2.index .items .item.short .video {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}
#wrapper main .component.review-v2.index .items .item.short .video i {
    font-size: 30px;
    position: relative;
    top: 8px;
}
#wrapper main .component.review-v2.index .slide {
    display: flex;
    justify-content: space-between;
}
#wrapper main .component.review-v2.index .slide .item {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
#wrapper main .component.review-v2.index .slide .item.active .image {
    opacity: 0.5;
}
#wrapper main .component.review-v2.index .slide .box {
    display: flex;
    align-items: center;
}
#wrapper main .component.review-v2.index .slide .image {
    margin-right: 20px;
}
#wrapper main .component.review-v2.index .slide .image:hover {
    opacity: 0.5;
}
#wrapper main .component.review-v2.index .slide .image a {
    border-bottom: none;
}
#wrapper main .component.review-v2.index .view--ms {
    display: none;
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .view--ms {
        display: block;
    }
}
@media (max-width: 505px) {
    #wrapper main .component.review-v2.index .view--l {
        display: none;
    }
}
.title p {
    font-weight: bold;
}
.title h1 {
    font-size: 1em;
    padding: 14px 60px;
    line-height: 1;
    margin: 0;
    font-family: inherit;
    font-weight: 700;
    border: none;
}
.uslygi {
    display: flex;
}
.sub_menu {
    display: none;
    position: absolute;
    background: #fff;
    margin: 0 0 0 -33px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.dropdown ul li {
    text-decoration: none;
    list-style: none;
    text-decoration: none;
    padding: 10px 10px 2px 0px;
    z-index: 1;
}
.dropdown ul li a {
    text-decoration: none;
}
.dropdown li a {
    color: #000000;
    text-decoration: none;
}
.slogan a {
    padding-left: 25px;
}
.slogan {
    display: flex;
}
.simple_page_h1 {
    position: absolute;
    top: 100px;
    left: 10%;
    display: block;
}
.map_mob,.uls_mob_icon {display: none}

.js-scroll {
    color: rgba(14, 64, 77, 1);
    text-decoration: none!important;
    border-bottom: 1px solid rgba(14, 64, 77, 1);
}

.map_title {
    font-size: 70px;
    font-weight: 700;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #0e404d;
}

/**************************************/
/* portfolio */


#wrapper main .portfolio {
    padding-top: 30px;
    color: #0e404d;
    text-align: center;
}
#wrapper main .portfolio .title {
    font-size: 70px;
    margin-bottom: 30px;
    font-weight: 700;
}
#wrapper main .portfolio a {
    text-decoration: none;
}
#wrapper main .portfolio__img {
    display: block;
/*    width: 100%;*/
    height: 25vw;
    max-height: 400px;
    background-size: cover;
    background-position: center;
}
#wrapper main .portfolio__content {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.9%;*/
    padding: 0 50px;
    max-width: 1500px;
    margin: 0 auto;
    font-family: Muller;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: rgb(14, 64, 77);
}
#wrapper main .portfolio__text {
    margin-top: 19px;
    color: rgba(14, 64, 77, 1);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
#wrapper main .portfolio__button {
    margin-top: 28px;
    width: 310px;
    height: 60px;
    /*border: 2px solid rgba(20, 170, 223, 1);*/
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    color: #fff;
    background: rgba(20, 170, 223, 1);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto 0 auto;
    padding-top: 4px;
}

#wrapper .portfolio__content.widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active:before {
    background-color: #0f87c5;
}
#wrapper .portfolio__content.widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    border-color: #0f87c5;
}
@media (max-width: 500px){
    .porfolio__block {
        display: none;
    }
    .porfolio__block:nth-child(1),.porfolio__block:nth-child(2), .porfolio__block:nth-child(3) {
        display: block;
    }
}

/**************************************/
/* career */

.career_page h1 {
    font-size: 60px;
    color: #0e404d;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}
.career {
    display: grid;
    margin: 0px 0 50px 0;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.career > div {
    border-radius: 20px;
    border: 1px solid #0084a6;
    padding: 20px;
    margin-bottom: 30px;
}
.career h2 {
    margin-bottom: 45px;
    font-size: 25px;
    line-height: 35px;
}

.career h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;

}
/**************************************/
/* сертификат */

#wrapper main .component.review-v2.index .items .item.full .more {
    margin-bottom: 20px;
}
#wrapper main .certificats__title {
    font-size: 80px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #0e404d;
    padding-top: 30px;
}
@media (max-width: 650px) {
    #wrapper main .certificats__title {
        font-size: 32px;
        margin-bottom: 0px;
    }
    #wrapper main .sert .message p {
        margin: 0 0 20px 0!important;
    }
}
#wrapper main .sert .message p:last-child {
    margin-bottom: 0!important;
}

.certificate__block {
    width: 100%;
}
#wrapper .widget.carousel.certificats__content  .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active:before {
    background: #14aadf!important;
}
#wrapper .widget.carousel.certificats__content .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    border: 2px solid #14aadf;
}

#wrapper main .sert {
    padding: 0 30px 0px 30px;
    color: #0e404d;
    text-align: center;
}
@media (max-height: 900px) {
    #wrapper main .sert {
        padding-top: 50px;
    }
}
@media (max-width: 1024px) {
    #wrapper main .sert {
        padding-top: 50px;
    }
}
@media (max-width: 650px) {
    #wrapper main .sert {
        padding-top: 20px;
    }
}
#wrapper main .sert .wrapper {
    padding: 0;
}
@media (max-width: 1024px) {
    #wrapper main .sert .wrapper {
        padding: 0 40px;
    }
}
@media (max-width: 650px) {
    #wrapper main .sert .wrapper {
        padding: 0 19px;
    }
}
#wrapper main .sert .title {
    font-size: 80px;
    margin-bottom: 60px;
    font-weight: 700;
}
@media (max-width: 650px) {
    #wrapper main .sert .title {
        font-size: 23px;
        margin-bottom: 30px;
    }
}
#wrapper main .sert .message {
    max-width: 950px;
    margin: 0 auto;
}
#wrapper main .sert .message p {
    font-size: 17px;
    line-height: 25px;
    margin: 40px 0;
}
#wrapper main .sert .message p:last-child {
    margin-bottom: 0;
}
@media (max-width: 650px) {
    #wrapper main .sert .message p {
        font-size: 15px;
        line-height: 20px;
    }
}
#wrapper main .sert .message strong {
    font-size: 31px;
    line-height: 31px;
}
@media (max-width: 650px) {
    #wrapper main .sert .message strong {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }
}

/**************************************/
/* блок карьера */

.career__section {
    background: rgba(20, 170, 223, 1)!important;
    color: #fff;
    text-align: center;
}
.career__block {
    padding: 100px 0 50px 0;
}
.career__block .title {
    font-size: 70px;
    font-weight: 700;
}
.career__block .subtitle {
    font-weight: 700;
    font-size: 31px;
    line-height: 124%;
    margin-top: 40px;
}
.career__block .note {
    font-weight: 700;
    font-size: 31px;
    line-height: 124%;
    margin-top: 20px;
}
.career__block .items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(14, 64, 77);
    margin-right: -40px;
}
.career__block .items > div {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-top: 30px;
}
.career__block .items > div:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 7px;
    min-width: 50px;
}
.career__block .items > div:nth-child(1):before {
    background-image: url('../images/career_ic1.png');
}
.career__block .items > div:nth-child(2):before {
    background-image: url('../images/career_ic2.png');
}
.career__block .items > div:nth-child(3):before {
    background-image: url('../images/career_ic3.png');
}
.career__block .items > div:nth-child(4):before {
    background-image: url('../images/career_ic4.png');
}
.career__block .items > div:nth-child(5):before {
    background-image: url('../images/career_ic5.png');
}
.career__block__button {
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 0 24px;
    text-decoration: none!important;
    color: #fff;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
    padding-top: 4px;
}

/* ============================================ */
/* СТИЛИ ДЛЯ БЛОКА ОТЗЫВОВ */
/* ============================================ */

.reviews-trust-section {
    padding: 70px 0 90px;
}

.section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    gap: 20px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #0B2B5E, #1A4A8B);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.tab-switch {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 60px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}

.arrow-nav {
    display: flex;
    gap: 12px;
}

.arrow-btn {
    background: #f0f2f5;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2a48;
}

.arrow-btn:hover {
    background: #e0e4ec;
    transform: scale(1.02);
}

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 32px;
}

.review-card {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(0,0,0,0.1);
}

.video-wrapper {
    position: relative;
    background: #000;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    transition: 0.2s;
}

.card-body {
    padding: 24px;
    flex: 1;
}

.reviewer-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.review-date {
    font-size: 13px;
    color: #6c7a91;
    margin-bottom: 14px;
}

.review-text {
    font-size: 15px;
    line-height: 1.45;
    color: #2c3e50;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.open-review-btn {
    background: none;
    border: 1px solid #cfdfed;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #0f3b6f;
    font-family: inherit;
}

.open-review-btn:hover {
    background: #0f3b6f;
    color: white;
    border-color: #0f3b6f;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 40px 30px;
    align-items: center;
    justify-items: center;
}

.trust-item {
    background: white;
    border-radius: 24px;
    padding: 24px 16px;
    width: 100%;
    text-align: center;
    transition: all 0.2s;
    border: 1px solid #eef2f8;
}

.trust-item img {
    max-width: 140px;
    max-height: 70px;
    width: auto;
    filter: grayscale(0.1);
    transition: 0.2s;
}

.trust-item:hover img {
    filter: grayscale(0);
    transform: scale(1.02);
}

.trust-name {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1e2f44;
}

/* Модальные окна */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.modal-content {
    background: white;
    max-width: 520px;
    width: 90%;
    border-radius: 32px;
    padding: 32px;
    position: relative;
    max-height: 85vh;
    overflow-y: auto;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 28px;
    cursor: pointer;
    color: #8e9aaf;
}

.video-modal .modal-content {
    background: transparent;
    padding: 0;
    max-width: 800px;
    width: 90%;
}

.video-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
}

/* Адаптивность */
@media (max-width: 680px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 20px;
    }
    
    .video-container iframe {
        height: 250px;
    }
}

/**************************************/
@media (max-width: 1600px) and (min-width: 600px) and (max-height: 1000px) {
    #wrapper main .component.review-v2.index .items .item .box img {
        max-height: 20vh;
    }
    .foot_dov {
        margin-top: 0px;
    }
    #wrapper main .sert {
        padding-top: 0px;
    }
    #wrapper main .sert .message p {
        margin: 20px 0;
    }
    #wrapper main .tabs .title, #wrapper main .certificats__title {
        font-size: 60px;
    }
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager {
        margin-top: 20px;
    }
}

@media (max-width: 1366px) and (min-width: 600px) {
    #wrapper main .personal {
        max-width: 90vw;
        margin: 0 auto;
    }
/*    #wrapper main .personal .content .item .box {
        width: 90%;
    }
    #wrapper main .personal .content .item {
        width: 20vw;
    }*/
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager {
        margin-top: 50px;
    }
    .white_but {
        width: 230px;
        height: 50px;
        font-size: 18px;
    }
    #wrapper main .tabs {
        padding: 30px 0 0;
    }
    #wrapper main .tabs .tab {
        margin: 10px 0 10px;
    }
    #wrapper main .tabs .content .item .message {
        margin-bottom: 20px;
    }
    #wrapper main .portfolio {
        padding-top: 40px;
    }
    #wrapper main .portfolio__button {
        margin: 27px auto 0 auto;
    }
/*    #wrapper main .component.review-v2.index .items .item .box img {
        max-height: 15vh;
    }*/
/*    #wrapper main .component.review-v2.index .js--item-review-slide .box {
        margin-bottom: 20px;
    }*/
    #wrapper main .component.review-v2.index .js--item-review-slide .box .image img {
        height: 50px;
    }
    #wrapper main .component.review-v2.index .white_but {
        margin-top: 20px;
    }
    #wrapper main .tabs .title, #wrapper main .certificats__title {
        font-size: 50px;
    }
    #wrapper main .sert .message strong {
        font-size: 25px;
        line-height: 28px;
    }
    .sert img {
        max-height: 200px;
    }

}
@media (max-width: 1024px) and (min-width: 600px) {
    #wrapper main .main-text .message h2 {
        font-size: 45px;
    }
    #wrapper main .tabs .tab ul li {
        margin-bottom: 0px;
    }
    #wrapper main .tabs .content .item .message h2 {
        font-size: 26px;
    }
    #wrapper main .tabs .title {
        font-size: 50px;
    }
    #wrapper main .tabs .tab ul li {
        height: 60px;
    }
}
@media (max-height: 800px) {
    .image_map {
        max-width: 1200px;
    }
}
@media (max-width: 768px) {
    #wrapper main .tabs .tab {
        margin-bottom: 0px;
    }
}
@media (max-width: 650px) {
    #wrapper main .portfolio {
        padding-top: 17px;
    }
    #wrapper main .portfolio__content {
        padding: 0 30px;
        display: block;
    }
    #wrapper main .portfolio .title {
        font-size: 22px;
    }
    #wrapper main .portfolio__text {
        margin-top: 3px;
        margin-bottom: 12px;
        text-align: left;
        font-size: 12px;
        font-weight: 500;
        line-height: 16.8px;
    }
    #wrapper main .portfolio__button {
        font-size: 18px;
        width: 250px;
        height: 50px;
        margin: 17px auto 0 auto;
    }
    #wrapper main .portfolio__img {
        height: 25vh;
        max-height: 18vh;
    }

    .map_title {
        display: none;
    }
    .tab_cont_image {
        max-width: 100%;
    }
    .contacts_icons_item {
        width: 100%;
        margin-bottom: 30px;
    }


    #wrapper .wrapper {
        padding: 0 19px;
    }
    .map_desc {display: none}
    .map_mob {display: block}

    #wrapper main .viewport.bg-main {
        background-position: bottom;
    }
    #wrapper main .main-text .message h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    }

    h1.titlepage_h1 {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        text-align: center;
        color: #0e404d;
        max-width: 294px;
        margin-top: 59px;
    }
    #wrapper main .main-text .message p {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 146%;
        text-align: center;
        color: #fff;

    }

    .mod_port_item {
        max-width: 100%;
        padding: 10px;
    }
    .title_contact {
        font-size: 22px;
        padding-top: 20px;
    }

    .mod_port_item:nth-child(3) {
        display: none;
    }

    #wrapper main .tabs .content .item .message h2 {
        font-weight: 700;
        font-size: 22px;
        line-height: 124%;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
    #wrapper main .tabs .content .item .message p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    }
    #wrapper main .tabs .content .item .name {
        background: none;
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        color: #fff;

    }

    #wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        background-image:url(../images/row_sl.png);

        bottom: 19% !important;
        top: auto;
        right: calc(50% - 40px);
        left: auto;
    }
    #wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        background-image:url(../images/row_sl.png);
        transform: rotate(180deg);
        bottom: 19% !important;
        top: auto;
        left: calc(50% - 40px);

    }
    #wrapper main .tabs .content .item .bg {
    background: #14aadf !important;
    }
    .uls_mob_icon {
        display: block;
        margin-top: 46px;
        position: absolute;
        z-index: 99;
        top: 0;
        text-align: center;
        width: 100%;
    }
    #wrapper main .tabs .content .item .name {
        padding-top: 92px !important;
        line-height: 32px;
        margin-bottom: 60px;
    }

    .sl_title {
        padding-left: 0px !important;
        text-align: center !important;
        font-weight: 700 !important;
        font-size: 32px !important;

        color: #fff !important;
    }
    .sl_mess {
        max-width: 300px;
        margin: 30px auto !important;
    }
    .rev_block {
        text-align: center;
    }
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
        background: none;
        border: 2px solid white;
    }
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
        background: white;
        border:none;
    }
    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-flow: wrap;
    }
    .bx-pager-item {
        margin-bottom: 14px;
    }


    .career__block .title {
        font-weight: 700;
        font-size: 32px;
    }
    .career__block .subtitle, .career__block .note {
        font-size: 22px;
    }
    .career__block {
        padding: 50px 0 50px 0;
    }
    .career__block .items {
        padding: 0px 20px 50px 20px;
        justify-content: flex-start;
        text-align: left;
    }
    .career__block .items > div:before {
        margin-right: 15px;
    }
    .career__block__button {
        margin-top: 0;
    }


    .career {
        display: block;
    }
    .career > div:first-child {
        margin-bottom: 30px;
    }
}
@media (max-width: 400px){
    .career__block .items > div {
        margin-top: 10px;
    }
    .career__block .subtitle {
        margin-top: 20px;
    }
    .career__block {
        padding-top: 40px;
    }
    .career__block .items {
        padding: 0px 20px 20px 20px;
    }
}
/********************************************************/
@media (max-width: 500px){

    /* step 1 */

    #wrapper main .main-text {
        padding: 0 35px;
    }
    h1.titlepage_h1 {
        margin-top: 40px;
    }
    #wrapper main .main-text .message h2 {
        margin-top: 10px;
        font-size: 4vh;
    }
    .main_w .white_but {
        margin-top: 40px;
    }
    #wrapper main .next-mouse {
        display: none;
    }

    /* step 2 */

    #wrapper main .tabs .content .item .name {
        padding: 40px 0 20px 0 !important;
        margin-bottom: 0px;
        font-size: 2.5vh;
    }
    .tabs .bx-controls {
        position: absolute;
        bottom: 60px;
        left: 50%;
    }
    #wrapper main .tabs .content .item .message {
        padding: 0 30px;
    }
    #wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a {
        height: 36px;
    }
    #wrapper main .tabs .content .item .name {
        text-transform: lowercase;
        font-size: 4vh;
        line-height: 4vh;
        height: auto;
    }
    #wrapper main .tabs .content .item .name:first-letter {
        text-transform: uppercase;
    }
    #wrapper main .tabs .content .item .message {
        margin-bottom: 30px;
        max-height: calc(100% - 290px);
    }
    #wrapper main .tabs .content .item .message h2 {
        font-size: 2.5vh;
    }

    /* step 4 */

    #wrapper main .component.review-v2.index .icon a:first-child {
        border-bottom: 0;
    }

    /* step 7 */

    #wrapper main .personal {
        padding: 0 20px;
    }

    /* step 8 */

    .career__block .subtitle, .career__block .note {
        font-size: 18px;
    }
    .career__block .items {
        font-size: 14px;
        margin-top: 20px;
    }
    .career__block .items > div {
        margin-top: 10px;
    }
    .career__block .items > div:before {
        height: 55px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .career__block {
        padding-top: 20px;
    }
    .career__block .subtitle {
        margin-top: 10px;
    }

     /* step 9 */

    .contacts_icons_item_title {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 3vh;
    }
    .contacts_icons_item_text {
        font-size: 2vh;
    }
    .contacts_icons_item {
        margin-bottom: 10px;
    }
    .contacts_icons_item_img svg {
        height: 40px;
    }
    .contancts_phones {
        margin-top: 20px;
    }
    .contancts_phones_item, .contancts_phones_item a {
        font-size: 3vh;
    }
    .contancts_phones_item.email_item {
        margin: 0px;
    }
    .white_but.contact_but {
        margin-top: 20px;
        width: 200px;
        height: 40px;
        font-size: 2vh;
        line-height: 2vh;
        padding-top: 2px;
    }
    .contancts_phones svg {
        height: 22px;
    }

    /* modal */

    #wrapper .widget.modal-v2 .window {
        top: 0;
    }
    #wrapper .widget.modal-v2 h1 {
        font-size: 4vh;
        margin-top: 20px;
    }
    #wrapper .widget.modal-v2 .close {
        top: 20px;
    }

    /* portfolio */

    .tabs_ports {
        margin-top: 40px;
    }
    .tabs_ports_item {
        font-size: 2vh;
        padding-left: 0;
    }
    .tabs_ports_item.act {
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .c-certificate .wrapper {
        padding: 0 27px!important;
    }
    .tab_cont_title {
        font-size: 4vh;
    }
    .tab_cont_descr {
        font-size: 14px;
    }
    .tab_cont_image_text {
        text-align: left;
        font-size: 14px;
    }


}
@media (max-height: 700px){

    /* step 1 */

    h1.titlepage_h1 {
        margin-top: 20px;
    }
    #wrapper main .main-text .message h2 {
        font-size: 33px;
    }
    .main_w  .white_but {
        margin-top: 20px;
        width: 200px;
        height: 40px;
        font-size: 2vh;
        line-height: 2vh;
        padding-top: 2px;
    }
    #wrapper main .main-text .message h2 {
        margin-top: 0px;
    }

    /* step 2 */

    #wrapper main .tabs .content .item .message h2 {
        font-size: 3vh;
        line-height: 3vh;
    }
    #wrapper main .tabs .content .item .name {
        padding-top: 20px;
        margin-bottom: 0;
    }
    #wrapper main .tabs .content .item .message {
        padding: 0 25px;
        max-height: calc(100% - 270px);
        margin-bottom: 15px;
    }

    /* step 4 */

    #wrapper main .component.review-v2.index .header {
        padding-top: 50px;
    }

    /* step 9 */

    .contancts_phones {
        margin-top: 0px;
    }

}

@media (max-height: 600px){

    /* step 1 */

    #wrapper main .main-text .message h2 {
        font-size: 4vh;
    }
    h1.titlepage_h1 {
        padding: 7px;
    }
    .bg-main .white_but {
        width: 200px;
        height: 40px;
        font-size: 3vh;
        position: absolute;
        bottom: 60px;
        margin-left: -100px;
        left: 50%;
    }
    #wrapper main .main-text .message p br {
        display: none;
    }
    #wrapper main .main-text {
        padding: 0 25px;
    }
    /*#wrapper main .next-mouse {
        display: none
    }*/
    #wrapper main .next-mouse {
        padding-left: 15px;
        text-align: left;
        width: 50px;
        bottom: 60px;
    }
    #wrapper main .main-text .message h2 {
        margin-bottom: 10px;
    }

    /* step 2 */

    #wrapper main .tabs .content .item .message {
        max-height: calc(100% - 220px);
        display: -webkit-box;
        -webkit-line-clamp: 17;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    #wrapper main .tabs .content .item .message h2 {
        font-size: 3vh;
        line-height: 3.5vh;
    }
    #wrapper main .tabs .content .item .message p {
        line-height: 120%;
        font-size: 13px;
    }
    #wrapper main .tabs .content .item .name {
        padding-top: 20px!important;
    }
    #wrapper main .tabs .content .bx-wrapper .bx-controls .bx-controls-direction a {
        height: 26px;
    }
    #wrapper .button {
        height: 32px;
        line-height: 32px;
        font-size: 2.7vh;
    }
    .tabs .more {
        cursor: pointer;
        display: block;
        position: relative;
        text-align: center;
        z-index: 11;
        font-size: 15px;
        color: rgba(14, 64, 77, 1);
        text-decoration: none !important;
        border-bottom: 1px solid rgba(14, 64, 77, 1);
        width: fit-content;
        margin: -10px auto 10px auto;
    }
    #wrapper main .tabs .content .item .message.active {
        -webkit-line-clamp: none;
        max-height: none;
    }
    #wrapper main .tabs .content .item .name {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .tabs .bx-controls {
        bottom: 65px;
    }

    /* step 3 */

    #wrapper main .portfolio__img {
        max-height: 14vh;
    }
    #wrapper main .portfolio__button {
        font-size: 16px;
        width: 240px;
        height: 40px;
    }
    #wrapper main .portfolio__content {
        padding: 0 40px;
    }

    /* step 4 */

    #wrapper .widget.carousel .bx-wrapper .bx-controls .bx-pager {
        margin-top: 0;
    }
    #wrapper main .component.review-v2.index .logo img {
        height: 50px;
    }
    #wrapper main .component.review-v2.index .title {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .sl_mess {
        margin: 15px auto !important;
    }
    .review-v2 .white_but {
        width: 200px;
        height: 40px;
        font-size: 3vh;
    }
    #wrapper main .component.review-v2.index .title {
        margin-top: 0px;
    }
    #wrapper main .component.review-v2.index .header {
        padding: 20px 0 10px 0!important;
    }
    #wrapper main .component.review-v2.index .items .item.full .message {
        font-size: 15px;
        line-height: 20px;
    }

    /* step 5 */

    .sert img {
        height: 170px!important;
    }
    #wrapper main .sert .message {
        padding-bottom: 20px!important;
    }
    #wrapper main .sert .message p {
        margin-bottom: 10px;
    }

    /* step 8 */

    .career__block .subtitle, .career__block .note {
        font-size: 18px;
    }
    .career__block .items {
        font-size: 14px;
        margin-top: 0;
    }
    .career__block .items > div {
        margin-top: 0px;
    }
    .career__block .items > div:before {
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .career__block {
        padding-top: 20px;
    }
    .career__block .subtitle {
        margin-top: 10px;
    }

    /* step 10 */

    .contacts_icons {
        margin-top: 5px;
    }
    .contacts_icons_item_img svg {
        height: 30px;
    }
    .contancts_phones_item.email_item {
        margin-top: 0px;
    }
    .contancts_phones_item {
        margin-bottom: 5px;
    }
    .white_but.contact_but {
        margin-top: 5px;
    }
    .title_contact {
        padding-top: 0px;
    }
    .more .white_but {
        margin-top: 20px;
    }


}
.shark-nav-hidden {
    display: none;
}
section.reviews.section.viewport {
    background: #00b6e8 !important;
}