@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
    url('/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Regular.woff') format('woff'),
    url('/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url('/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-ExtraLight.woff') format('woff'),
    url('/fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
    url('/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Thin.woff') format('woff'),
    url('/fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
    url('/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Light.woff') format('woff'),
    url('/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Bold.woff') format('woff'),
    url('/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url('/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-ExtraBold.woff') format('woff'),
    url('/fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ColiseumLightC';
    src: url('/fonts/ColiseumLightC.eot');
    src: url('/fonts/ColiseumLightC.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ColiseumLightC.woff2') format('woff2'),
    url('/fonts/ColiseumLightC.woff') format('woff'),
    url('/fonts/ColiseumLightC.ttf') format('truetype'),
    url('/fonts/ColiseumLightC.svg#ColiseumLightC') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/fonts/fa-regular-400.eot");
    src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}

* {
    outline: none !important;
}

a {
    color: #145b89;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2,
h3 {
    color: #145b89;
    margin-bottom: 20px;
}

body {
    font: normal 16px 'Circe', sans-serif;
    color: #2d2e2e;
}

.superhead {
    position: relative;
    width: 100%;
    background: #e2e2e2;
}

.superhead .bg {
    background: url(/images/topbg.png) bottom center no-repeat #e2e2e2;
    background-size: 100%;
}

.header-wrap {
    padding-top: 30px;
    padding-bottom: 0px;
}

.header .contacts {
    text-align: right;
}
.header .contacts p {
    margin-bottom: 1px 
}

.header .contacts a {
    font-size: 28px;
    font-weight: bold;
    color: #2c2929;
}

.header .contacts a:hover {
    color: inherit;
    text-decoration: underline;
}

.social {
    margin-top: 0px;
    margin-bottom: 15px;
}

.social-instagram {
    width: 40px;
    height: 40px;
    background: url(../images/icon-instagram.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
}

.social-vkontakte {
    width: 40px;
    height: 40px;
    background: url(../images/icon-vkontakte.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.social-facebook {
    width: 40px;
    height: 40px;
    background: url(../images/icon-facebook.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.social-instagram:hover,
.social-vkontakte:hover,
.social-facebook:hover {
    opacity: 0.7;
}

.promo {
    margin-top: 40px;
}

.promo .mainform {
    background-color: rgba(4, 122, 186, 0.55);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 50px;
}

.promo .mainform h3 {
    font-size: 30px;
    color: #fff;
}

.promo h4 {
    font-size: 32px;
    text-align: right;
    text-transform: uppercase;
    color: #0a9ea0;
}

.promo .mainform h5 {
    color: #fff;
}

#about {
    background: url(/images/stripebg.png) repeat;
    padding-top: 30px;
    padding-bottom: 0px;
}

#about .container {
    background: url(/images/chart.png) no-repeat bottom right;
}

#about h1 {
    font-size: 38px;
    font-weight: bold;
    color: #575a5b;
    text-align: center;
    margin-bottom: 35px;
}

#about h4 {
    font-size: 23px;
    font-weight: bold;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 35px;
}


#about .about1 {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

#about .item {
    display: flex;
    margin-bottom: 30px;
}

#about .item .icon {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#about .item .descr {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    margin-left: 20px;
    justify-content: center;
    flex-direction: column;
}

.eq-container {
    border-radius: 12px;
}

.equipments .item {
    background: #eaeaea;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
}

.equipments .item .flex {
    display: flex;
}

.equipments .item .photo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.equipments .item .descr {
    font-size: 19px !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#triggers {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

#triggers h3 {
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    color: #575a5b;
    text-align: center;
    margin-bottom: 45px;
}

#triggers2 {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 30px;
}

#triggers2 h3 {
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    color: #575a5b;
    text-align: center;
    margin-bottom: 45px;
}

#photos {
    background: #047aba;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

#photos h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

#garant {
    background: #047aba;
    padding-top: 30px;
    padding-bottom: 25px;
}

#garant .icon {
    text-align: center;
}

#garant .icon img {
    max-width: 120px;
    display: inline !important;
    margin-top: 15px;
}

#garant h3 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

#garant p {
    font-size: 29px;
    line-height: 33px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

#who {
    padding-top: 40px;
    padding-bottom: 50px;
}

#who .line {
    margin-bottom: 45px;
}

#who .item {
    text-align: center;
}

#who h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2d2e2e;
    text-align: left;
    margin-bottom: 20px;
}

#who p {
    font-size: 17px;
}

#who a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    background: #037cb3;
    padding: 7px 5px 3px 5px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 25px;
}

#stages {
    background: #e6e6e6;
    padding-top: 30px;
    padding-bottom: 15px;
}

#stages h3 {
    font-size: 38px;
    font-weight: normal;
    color: #575a5b;
    text-align: center;
    margin-bottom: 50px;
}

#stages .item {
    margin-bottom: 45px;
}

#stages .item .img {
    width: 65%;
    min-height: 130px;
    margin: 0 auto;
}

#stages .item .descr {
    display: flex;
    margin-bottom: 30px;
}

#stages .item .cipher {
    font-size: 40px;
    color: #4f4f4f;
    font-weight: normal;
    width: 15px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#stages .item .text {
    font-size: 14px;
    color: #4f4f4f;
    text-transform: uppercase;
    display: flex;
    margin-left: 25px;
    padding-left: 12px;
    border-left: 1px solid #4f4f4f;
    justify-content: center;
    flex-direction: column;
}

#stages .nblock {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 30px;
}

#stages .itembig .descr {
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px;
}

#stages .itembig .cipher {
    font-size: 74px;
    color: #4f4f4f;
    font-weight: normal;
    width: 35px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#stages .itembig .text {
    font-size: 30px;
    color: #4f4f4f;
    text-transform: uppercase;
    display: flex;
    margin-left: 50px;
    padding-left: 20px;
    border-left: 1px solid #4f4f4f;
    justify-content: center;
    flex-direction: column;
}

#map {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#map h3 {
    font-size: 38px;
    font-weight: normal;
    color: #575a5b;
    text-align: center;
    margin-bottom: 50px;
}

#map .map {
    margin-bottom: 20px;
}

#map .towns p {
    font-size: 23px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 20px;
}

#map a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background: #037cb3;
    padding: 7px 15px 3px 15px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
}

#map a:hover {
    background: #3c95be;
}

#opinions {
    background: #047aba;
    padding-top: 30px;
    padding-bottom: 50px;
}

#opinions h3 {
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

#partners {
    background: url(/images/partnersbg.png) no-repeat top center #f4f4f4;
    background-size: 25%;
    padding-top: 30px;
    padding-bottom: 50px;
}

#partners h3 {
    font-size: 38px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

#partners h4 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-bottom: 70px;
}

#partners .icon {
    text-align: center;
}

#partners .icon img {
    width: 60%;
    max-width: 100%;
    display: inline !important;
    margin-bottom: 35px;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: inline;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.lazyload,
.lazyloaded,
.lazyloading {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
}

.lazyload,
.lazyloading {
    will-change: opacity;
    background-color: #f4f4f4;
    opacity: 0;
    visibility: hidden;
}

.lazyloaded {
    opacity: 1;
    visibility: visible;
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'Circe';
    font-size: 100px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #a7b8c1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #0a78b7;
}

.equipments .slick-arrow {
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: #047aba;
    background-image: url(../images/slider-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
    z-index: 100;
    border: 0;
    border-radius: 50%;
    opacity: .2;
    -webkit-transition: .3s;
    transition: .3s;
}

.equipments .slick-arrow:hover {
    opacity: .8;
    outline: none !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.equipments .slick-arrow:focus {
    outline: none !important;
}

.equipments .slick-arrow::after,
.equipments .slick-arrow::before {
    display: block;
    width: 6px;
    height: 0px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 40%;
}

.equipments .slick-arrow::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}

.equipments .slick-prev {
    position: absolute;
    top: 36%;
    left: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none !important;
}

.equipments .slick-prev::before {
    right: 40%;
}

.equipments .slick-prev::after {
    content: "";
    right: 40%;
}

.equipments .slick-next {
    position: absolute;
    top: 36%;
    right: 14px;
}

footer {
    padding-top: 35px;
    min-height: 135px;
    background: url(/images/footerbg.png) repeat;
}

footer .logo {
    font-size: 14px;
    line-height: 22px;
    color: #dde2e5;
    text-align: left;
    margin-bottom: 25px;
}

footer .logo img {
    margin-bottom: 20px;
}

footer .logo a {
    color: #fff;
    text-decoration: underline;
}

footer .menu {
    margin-bottom: 30px;
}

footer .menu h5 {
    font-size: 26px;
    text-transform: uppercase;
    color: #dde2e5;
    margin-bottom: 15px;
}

footer .menu ul {
    margin-left: 0px;
    padding-left: 0px;
}

footer .menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer .menu ul li:before {
    content: '>';
    font: 'Circe';
    color: #dde2e5;
    top: 2px;
    margin-right: 10px;
    position: relative;
}

footer .menu ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #dde2e5;
    text-align: left;
    text-decoration: underline;
}

footer .menu ul li a:hover {
    text-decoration: none;
}

footer .contacts {
    margin-bottom: 25px;
}

footer .contacts h5 {
    font-size: 26px;
    text-transform: uppercase;
    color: #dde2e5;
    margin-bottom: 15px;
}

footer .contacts .text {
    font-size: 18px;
    color: #dde2e5;
    display: block;
    margin-bottom: 5px !important;
}

footer .contacts a {
    font-size: 24px;
    color: #dde2e5;
    text-decoration: none;
    display: inline-block;
}

footer .contacts a:hover {
    text-decoration: underline;
}

footer .callback {
    color: #fff;
    font-size: 15px !important;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    padding: 7px 15px 3px 15px;
    border-radius: 6px;
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
}

footer .callback img:hover {
    opacity: 0.8;
}

.landform {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.landform input {
    font-size: 20px;
    color: #1f1f1f;
    height: 52px;
    border: 2px solid #c89784;
    border-radius: 9px;
    padding-top: 8px !important;
    box-shadow: none;
}

.landform textarea {
    font-size: 17px;
    color: #1f1f1f;
    height: 110px;
    border: 2px solid #c89784;
    border-radius: 9px;
    box-shadow: none;
}

.landform input:focus,
.landform input:active,
.landform textarea:focus,
.landform textarea:active {
    outline: none;
    border: 2px solid #e08c6c;
    box-shadow: none;
}

.landform .sendbtn {
    margin: 20px 0px 0px 0px;
    width: 307px;
    height: 104px;
    padding-left: 56px;
    padding-top: 3px;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    background-image: url(/images/but_top.png);
    background-color: transparent !important;
    box-shadow: none;
    background-position: left center;
    background-repeat: no-repeat;
}

.landform.blue input,
.landform.blue textarea {
    border: 2px solid #6989a5 !important;
}

.landform.blue input:focus,
.landform.blue input:active,
.landform.blue textarea:focus,
.landform.blue textarea:active {
    outline: none;
    border: 2px solid #6989a5;
    box-shadow: none;
}



.landform.blue .sendbtn {
    background-image: url(/images/but_top_blue.png);
}

.landform .sendbtn:hover {
    opacity: 0.9;
}

.landform3 {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.landform3 input {
    font-size: 17px;
    color: #1f1f1f;
    height: 36px;
    border: 2px solid #6989a5;
    border-radius: 9px;
    padding-top: 8px !important;
    box-shadow: none;
}

.landform3 textarea {
    font-size: 17px;
    color: #1f1f1f;
    height: 110px;
    border: 2px solid #6989a5;
    border-radius: 9px;
    box-shadow: none;
}

.landform3 input:focus,
.landform3 input:active,
.landform3 textarea:focus,
.landform3 textarea:active {
    outline: none;
    border: 2px solid #6989a5;
    box-shadow: none;
}

.landform3 .sendbtn {
    margin: 20px 0px 0px 0px;
    width: 307px;
    height: 104px;
    padding-left: 56px;
    padding-top: 3px;
    font-size: 24px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    background-image: url(/images/but_top_blue.png);
    background-color: transparent !important;
    box-shadow: none;
    background-position: left center;
    background-repeat: no-repeat;
}

.landform3 .sendbtn:hover {
    opacity: 0.9;
}

.promo .privacy {
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}

.landform2 {
    padding: 5px 0px 15px 0px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.landform2 h3 {
    margin: 5px auto 20px auto;
    text-align: center;
}

.landform2 input {
    font-size: 16px !important;
    color: #3b3939 !important;
}

.landform2 .btn-default {
    background: #1c619d !important;
    color: #fff !important;
}

.landform2 .privacy {
    text-align: center;
    font-size: 11px;
}

#privacy {
    width: 800px;
    height: 400px;
}

#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
}

.hex {
    position: relative;
    visibility: hidden;
    outline: 1px solid transparent;
}

.hex::after {
    content: '';
    display: block;
    padding-bottom: 86.602%;
}

.hexIn {
    position: absolute;
    width: 96%;
    padding-bottom: 110.851%;
    margin: 0 2%;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent;
    -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}

.hexIn * {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    outline: 1px solid transparent;
}

.hexLink {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    
}

.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.hex h2 {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background-color: rgba(51, 122, 183, 0.7);
    -webkit-transition: -webkit-transform .2s ease-out, opacity .3s ease-out;
    transition: transform .2s ease-out, opacity .3s ease-out;
    position: relative !important;
}

.hex h2 {
    padding-bottom: 55%;
    padding-top: 24%;
    font-size: 1.5em;
    color: #fff;
    z-index: 1;
   /* -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); */
}

.hexLink:hover h2,
.hexLink:focus h2 {
    background-color: rgba(108, 110, 113, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hexLink h2 span {
    font-weight: bold;
    font-size: 1.38em;
    padding-top: 5px;
    display: block !important;
    position: relative !important;
}

@media (min-width:1201px) {
    /* сетка 5 - 4 */
    #hexGrid {
        padding-bottom: 4.4%
    }
    .hex {
        width: 20%;
    }
    .hex:nth-child(9n + 6) {
        margin-left: 10%;
    }
}

@media (max-width: 1200px) and (min-width:901px) {
    /* сетка 4 - 3 */
    #hexGrid {
        padding-bottom: 5.5%
    }
    .hex {
        width: 25%;
    }
    .hex:nth-child(7n + 5) {
        margin-left: 12.5%;
    }
}

@media (max-width: 900px) and (min-width:601px) {
    /* сетка 3 - 2 */
    #hexGrid {
        padding-bottom: 7.4%
    }
    .hex {
        width: 33.333%;
    }
    .hex:nth-child(5n + 4) {
        margin-left: 16.666%;
    }
}

@media (max-width: 600px) {
    /* сетка 2 - 1 */
    #hexGrid {
        padding-bottom: 11.2%
    }
    .hex {
        width: 50%;
    }
    .hex:nth-child(3n + 3) {
        margin-left: 25%;
    }
    .hex h2 {
        font-size: 1.15em;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1400px) {
    #years {
        background-size: 130%;
    }
}

@media only screen and (max-width: 1200px) {

    .header .logo {
        max-width: 230px;
    }
    
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

    .mobilecenter {
        text-align: center;
    }
    .bottomaddress {
        margin-bottom: 20px;
    }
    .mobilenoround {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {

    .header-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    .superhead .bg {
        background: #e2e2e2 !important;
    }
    .logo {
        margin: 25px auto 15px auto;
        max-width: 420px !important;
        display: inline !important;
    }

    .promo {
        margin-top: 0px;
    }
    
    .promo h4 {
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #0a9ea0;
    }

    .promo .slogan {
        font-size: 17px;
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 10px;
        margin-top: 5px;
        margin-bottom: 3px;
        color: #374c76;
        text-shadow: none;
    }

    .promo .btn-catalog {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .promo .btn-catalog a {
        padding-top: 28px;
        padding-left: 50px;
    }

    .header .phones {
        font-size: 16px;
        margin-top: 13px;
    }

    .header .phones a {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0px;
    }

    .header .callback img {
        max-width: 150px;
        display: inline !important;
        margin: 0px auto 5px auto;
    }

    .mobile-contacts {
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
    
    .equipments .item .flex {
        display: block; 
    }
    
    .equipments .item .photo img {
        margin-bottom: 20px;
    }
    
    #garant h3 {
        font-size: 28px;
        text-align: center;
    }
    #garant p {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    #triggers2 h3 {
        font-size: 26px;
    }
    footer .phones {
        padding-left: 0;
    }

    .mobilecenter {
        text-align: center !important;
    }

    #privacy {
        width: 95%;
        height: 400px;
    }

}
